From 23e1f0ce597233c10b5afa1df1c0a6b2b73bbe4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Oct 2022 11:19:36 -0700 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 07dbbb0..d08fbbc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "antd": "^3.26.20", "dotenv": "^10.0.0", "ngrok": "^3.4.0", - "node-sass": "^6.0.1", + "node-sass": "^7.0.0", "prop-types": "^15.7.2", "react": "^16.14.0", "react-dom": "^16.14.0",