From cbb94cf767af1270b252d3578bd794a156510ad6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jun 2022 05:13:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1e9380..924cd14 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "mongoose": "^5.4.11", "mongoose-unique-validator": "^2.0.2", "morgan": "~1.9.0", - "nodemon": "^1.18.9", + "nodemon": "^2.0.17", "passport": "^0.4.0", "passport-local": "^1.0.0" }