From b810c2c55eb237f2f3ec84da455f5cd2fe159a8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Aug 2024 09:23:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444593 - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f69bec567b..bb4f2a5e5ec 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "angular-sanitize": "1.4.6", "angularjs-rzslider": "^0.1.4", "body-parser": "^1.17.1", - "bootstrap": "3.3.5", + "bootstrap": "5.0.0", "browser-sync": "^1.3.7", "c3": "^0.4.14", "compression": "^1.4.6",