From 754938c665943df251ca7f3a4081e0ce7501ddfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 21:20:32 +0000 Subject: [PATCH] fix: Chapter03/StarterFiles/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 --- Chapter03/StarterFiles/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter03/StarterFiles/package.json b/Chapter03/StarterFiles/package.json index b54fd4e..80e12f3 100644 --- a/Chapter03/StarterFiles/package.json +++ b/Chapter03/StarterFiles/package.json @@ -10,7 +10,7 @@ "author": "Dani Akash S", "license": "ISC", "dependencies": { - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "chart.js": "^2.6.0", "jquery": "^3.2.1", "toastr": "^2.1.2"