From aaa5077841016e389c01a581736e0e89bc4625a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 19:07:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35c654d..854b1ef 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": "^5.0.0", "postcss-loader": "^0.8.0", "react": "^0.14.3", "react-addons-update": "^0.14.6",