From f97a9ae13732dd5c3c846d69b994187ef400e4cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 05:58:17 +0000 Subject: [PATCH] fix: components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-10176066 --- components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/package.json b/components/package.json index ee54c799f57..41c5e489414 100644 --- a/components/package.json +++ b/components/package.json @@ -3,7 +3,7 @@ "version": "1.13.1", "dependencies": { "JUMFlot": "jumjum123/JUMFlot#*", - "bootstrap": "^3.4.0", + "bootstrap": "^4.0.0", "bootstrap-social": "^4.0.0", "bootstrap-wysiwyg": "^2.0.0", "bootswatch": "3.4.1",