From 2b5a1b8c7462e49f78f46edf937cb8c588b99c2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 03:04:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 578ec4f..0cd2245 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "angular-super-validator": "^1.0.4", "angular2-toaster": "^4.0.1", "angularfire2": "^5.0.0-rc.2", - "bootstrap": "^4.0.0-beta.2", + "bootstrap": "^5.0.0", "chart.js": "^2.7.1", "core-js": "^2.4.1", "d3": "^4.11.0",