From 3bf5be1c6e8fd6d2e9ce5186a1fe4ab4e540a465 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 11:44:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df5f355..b0e4807 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "mongoose": "^4.6.3", "mongoose-currency": "^0.2.0", "morgan": "~1.7.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.0", "passport": "^0.3.2", "passport-local": "^1.0.0", "serve-favicon": "~2.3.0"