From b4a78c7011bc107230b4112dca8892647fa09836 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Sep 2022 03:25:47 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f329f47..ec58d5b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.15", "moment": "^2.24.0", "node-fetch": "^2.6.1", - "node-sass": "^4.13.1", + "node-sass": "^7.0.2", "notistack": "^1.0.3", "prettier": "^1.19.1", "react": "^17.0.1",