From 1cc27b4ff9a48fb2913c75c66f808724362042ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Dec 2021 20:58:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4eb605..2746474 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "lodash": "^4.16.4", "moment": "^2.17.0", "node-js-marker-clusterer": "^1.0.0", - "node-sass": "^3.7.0", + "node-sass": "^7.0.0", "postcss-flexboxfixer": "0.0.5", "postcss-loader": "^0.13.0", "rc-calendar": "^7.5.1",