From 7a3283f31a74fa2c87b4d60707cf796e241e3b3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 May 2025 06:58:25 +0000 Subject: [PATCH] fix: AngularTypeScriptEventRsvpSample/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-10176066 --- AngularTypeScriptEventRsvpSample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AngularTypeScriptEventRsvpSample/package.json b/AngularTypeScriptEventRsvpSample/package.json index f5f357a48..7371c3d7f 100644 --- a/AngularTypeScriptEventRsvpSample/package.json +++ b/AngularTypeScriptEventRsvpSample/package.json @@ -12,7 +12,7 @@ "angular": "^1.4.6", "angular-mocks": "^1.4.6", "angular-route": "^1.4.6", - "bootstrap": "^3.3.5", + "bootstrap": "^4.0.0", "express": "^4.13.3", "jquery": "^2.1.4" },