From 5c83fcd383a70ea1fc962ed40b35ad03f57df20b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 10:10:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULAR-7924842 - https://snyk.io/vuln/SNYK-JS-ANGULAR-7924843 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e79d9e..a69de15 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "mocha --reporter spec" }, "dependencies": { - "angular-ui-router": "^0.4.3", + "angular-ui-router": "^1.0.4", "bcrypt-nodejs": "*", "body-parser": "*", "connect-flash": "*",