From db974987bbb830411602cbf35c7cd3baf62512ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2020 08:35:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-540982 - https://snyk.io/vuln/SNYK-JS-NODESASS-540986 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ef45ae..b3dac68 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": "~4.11.0", "normalize.css": "3.0.3", "object-assign": "~4.0.1", "radium": "~0.14.1",