From e9714274e336abd82ae222a90dd18092116cce61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 03:59:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- 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",