From 9305359c8ce2ba70229f631e29bb1ecb5e9a4a42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:14:23 +0000 Subject: [PATCH] fix: 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 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e79d9e..01159fe 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.0", "bcrypt-nodejs": "*", "body-parser": "*", "connect-flash": "*", @@ -24,7 +24,7 @@ "mysql": "^2.14.1", "node-schedule": "^1.2.5", "nodemailer": "^4.4.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.0", "passport": "*", "passport-local": "*", "socket.io": "^2.0.4",