From c57140dce8a195515dbe7715c95c13ff6769f1b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Dec 2021 02:57:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce6606..cc76568 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jest": "20.0.4", "lodash": "^4.17.4", "moment": "^2.22.1", - "node-sass": "^4.9.2", + "node-sass": "^7.0.0", "npm": "^5.6.0", "nprogress": "^0.2.0", "object-assign": "4.1.1",