From 64f9b6d17f35313d64a0a3c19d4453c97fc87e25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 05:48:27 +0000 Subject: [PATCH] fix: Chapter04/CompletedCode/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 --- Chapter04/CompletedCode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter04/CompletedCode/package.json b/Chapter04/CompletedCode/package.json index 206b5bc..d232ec4 100644 --- a/Chapter04/CompletedCode/package.json +++ b/Chapter04/CompletedCode/package.json @@ -10,7 +10,7 @@ "author": "Dani Akash S", "license": "ISC", "dependencies": { - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "jquery": "^3.2.1", "simplewebrtc": "^3.0.1", "toastr": "^2.1.2",