From 3014ff54a4cac64dc34fadf4068c1e8610b235ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Aug 2021 02:33:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ef45ae..7c12b3e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "is-plain-object": "~2.0.1", "lodash": "3.10.1", "material-ui": "0.11.1", - "node-sass": "~3.3.0", + "node-sass": "~5.0.0", "normalize.css": "3.0.3", "object-assign": "~4.0.1", "radium": "~0.14.1",