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