From 47f8c807c5f2be7f3cbca122385d10e245b38db9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Aug 2021 21:23:54 +0000 Subject: [PATCH] fix: test/fixtures/boostrap-sass/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 --- test/fixtures/boostrap-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/boostrap-sass/package.json b/test/fixtures/boostrap-sass/package.json index adb19270b6b..e9d3ffb3542 100644 --- a/test/fixtures/boostrap-sass/package.json +++ b/test/fixtures/boostrap-sass/package.json @@ -1,7 +1,7 @@ { "dependencies": { "bootstrap": "4.x", - "node-sass": "4.x", + "node-sass": "5.0.0", "react": "latest", "react-dom": "latest" }