From 80583d839fc3383b3b6086e0506e98e932067e64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 02:39:10 +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-BOOTSTRAP-7444593 --- 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..b2082977966 100644 --- a/test/fixtures/boostrap-sass/package.json +++ b/test/fixtures/boostrap-sass/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "bootstrap": "^4.x", + "bootstrap": "^5.0.0", "node-sass": "^6.x", "react": "latest", "react-dom": "latest"