From 8ed39370c3eabd27b0b95388c52fbd375faea0c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 00:56:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35c654d..329a7b8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "inert": "^3.2.0", "json-loader": "^0.5.4", "jsonwebtoken": "^5.5.4", - "node-sass": "^3.4.2", + "node-sass": "^6.0.1", "postcss-loader": "^0.8.0", "react": "^0.14.3", "react-addons-update": "^0.14.6",