From ca5d5b3c6c65ab46d99792366a0847fce3e6cf40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 03:48:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c962fc..db7bd81 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "css-loader": "^0.28.1", "extract-text-webpack-plugin": "^2.1.0", "flux": "^3.1.2", - "node-sass": "^4.5.2", + "node-sass": "^7.0.2", "prop-types": "^15.5.8", "react": "^15.5.4", "react-dom": "^15.5.4",