From 4f7d4128f1cf15c159a4d78405c81559ab47af97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Dec 2021 22:28:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce6606..f92a10b 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.1", "npm": "^5.6.0", "nprogress": "^0.2.0", "object-assign": "4.1.1",