From 6878df02c3a7c1c02f50756657dac6a557ed5552 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:23:41 +0000 Subject: [PATCH] fix: template/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULAR-2772735 - https://snyk.io/vuln/SNYK-JS-ANGULAR-2949781 - https://snyk.io/vuln/SNYK-JS-ANGULAR-3373044 - https://snyk.io/vuln/SNYK-JS-ANGULAR-3373045 - https://snyk.io/vuln/SNYK-JS-ANGULAR-3373046 --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index 696e4b0..9cd0a62 100644 --- a/template/package.json +++ b/template/package.json @@ -6,7 +6,7 @@ "dependencies": { "angular": "~1.5.0", "angular-busy": "^4.1.3", - "angular-ui-router": "^0.2.15", + "angular-ui-router": "^1.0.0", "bootstrap": "^3.3.7", "jquery": "^2.2.2", "oclazyload": "^1.0.9",