From 0cc287044db4de371fb4b890177cd9620d3d5998 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Apr 2020 07:54:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bad16ab..63a343f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^4.13.1", "mongoose": "^4.0.7", "mongoose-random": "^0.1.1", - "nodemon": "^1.3.7", + "nodemon": "^2.0.3", "request": "^2.57.0", "winston": "^1.0.1" }