From 48b7c340ba15dab776f052bbae929ef7229b178b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jul 2024 05:19:34 +0000 Subject: [PATCH] fix: plugins/bootstrap/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 --- plugins/bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bootstrap/package.json b/plugins/bootstrap/package.json index b914035..2f397e4 100644 --- a/plugins/bootstrap/package.json +++ b/plugins/bootstrap/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "react-bootstrap": "^1.4.3" }, "devDependencies": {}