From 9f46f3abdd4a3af35bf4aa9bdf06021144484b7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 19:38:38 +0000 Subject: [PATCH] fix: hello-redux/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444617 --- hello-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-redux/package.json b/hello-redux/package.json index 7edbcd6..64fecbc 100644 --- a/hello-redux/package.json +++ b/hello-redux/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^4.2.4", "@angular/platform-browser-dynamic": "^4.2.4", "@angular/router": "^4.2.4", - "bootstrap": "^3.3.7", + "bootstrap": "^5.0.0", "popper.js": "^1.11.0", "jquery": "^3.1.1", "tether": "^1.4.0",