From 35e0db9fd30b004552aa43c264b351c20e2d6ebd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jan 2021 21:19:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-540974 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf0fe467424..119e950a9ca 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "interpolate-loader": "^1.0.0", "moment": "2.18.1", "mout": "1.0.0", - "node-sass": "4.5.3", + "node-sass": "4.9.0", "postcss": "6.0.8", "postcss-cssnext": "2.8.0", "postcss-loader": "1.3.3",