From 93adbe63723a95d405c69ce203ca9279d6b7357e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Apr 2020 21:42:30 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..4cff6dc 100644 --- a/api/package.json +++ b/api/package.json @@ -24,7 +24,7 @@ "mongo-sequence": "^0.1.5", "mongodb": "^2.2.11", "multer": "^1.3.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.3", "passport": "^0.3.2", "passport-jwt": "^2.2.1", "passport-local": "^1.0.0",