From 0c7819d9a929114d3a2eab3ff507cb606ac32670 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:59:09 +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-INFLIGHT-6095116 --- 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 012bc1a2101..73b7ef08d8d 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": "^6.x", + "node-sass": "^7.0.2", "react": "latest", "react-dom": "latest" }