From f0d65d7e129a448bea5807c83b557b26c49c284b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Aug 2021 03:47:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f018d523..0d1bee60 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/alicoding/react-webpack-babel#readme", "dependencies": { "bootstrap": "^4.0.0-alpha.3", - "node-sass": "^3.9.2", + "node-sass": "^5.0.0", "react": "15.3.0", "react-dom": "15.3.0", "sass-loader": "^4.0.1"