From 39cdd14518bb1fdf91641b034c2c69b5a30b550c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 07:54:19 +0000 Subject: [PATCH] fix: client/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 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 3e2a8e58..dc513a7a 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@angular/router": "~3.0.1", "@angular/upgrade": "~2.0.1", "angular-in-memory-web-api": "~0.1.1", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", "rxjs": "5.0.0-beta.12",