From 293c5edac9fab2545b65b406cb6dc5ad5389d669 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 06:04:38 +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 cf391c53..99bb0424 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "imports-loader": "^0.7.0", "ip": "^1.1.2", "json-loader": "^0.5.4", - "node-sass": "^4.0.0", + "node-sass": "^7.0.2", "normalize.css": "^5.0.0", "postcss-loader": "^1.1.0", "react": "^15.0.0",