From cb15cfdbd4acccb2f10949c9718261b9cfd7e98a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Apr 2020 07:33:16 +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 ef1d1e9..6ad9ce9 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "multiparty": "^4.1.2", "node-dir": "^0.1.17", "node-schedule": "^1.2.3", - "nodemon": "^1.10.0", + "nodemon": "^2.0.3", "nunjucks": "^3.0.1", "passport": "^0.3.2", "passport-local": "^1.0.0",