From 02bc0905a3066ea4dd8e02d5a095a5f6d6cee4dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 20:30:46 +0000 Subject: [PATCH] fix: fixtures/smoke/boostrap-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- fixtures/smoke/boostrap-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/smoke/boostrap-sass/package.json b/fixtures/smoke/boostrap-sass/package.json index adb19270b6b..12991a59f1e 100644 --- a/fixtures/smoke/boostrap-sass/package.json +++ b/fixtures/smoke/boostrap-sass/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "bootstrap": "4.x", + "bootstrap": "5.0.0", "node-sass": "4.x", "react": "latest", "react-dom": "latest"