From 82fcb02c843108de7f6f0e99520423f814f959e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 23:41:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- 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",