From 5aff55606bcd207427c6a2a9def1c832c8474719 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Jan 2021 06:41:27 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b525a0cc..9eeed9f1 100644 --- a/client/package.json +++ b/client/package.json @@ -68,7 +68,7 @@ "loader-utils": "^0.2.16", "lodash": "^4.17.2", "marked": "^0.3.6", - "node-sass": "^3.13.0", + "node-sass": "^4.14.1", "node-uuid": "^1.4.7", "postcss-loader": "^1.1.1", "react": "^15.4.1",