From 913d92ed4b12cceeb6883e51cd845009df740ce6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 09:31:21 +0000 Subject: [PATCH] fix: template/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 --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index 696e4b0..ffb5b7c 100644 --- a/template/package.json +++ b/template/package.json @@ -7,7 +7,7 @@ "angular": "~1.5.0", "angular-busy": "^4.1.3", "angular-ui-router": "^0.2.15", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "jquery": "^2.2.2", "oclazyload": "^1.0.9", "normalize.css": "^3.0.3"