From e96d5a7c940d017b46e13777139df32adfa86829 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 May 2025 07:57:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULAR-9919773 --- 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": "*",