From 93a477144b0724642f553214352885cf4e0e7dd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jun 2025 07:51:25 +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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- 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..556cbd1d4b2 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": "9.0.0", "react": "latest", "react-dom": "latest" }