From 900e96e2237299c51fab851a12d35369b8392793 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Apr 2020 01:58:00 +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 324b564..dce1073 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "marked": "^0.7.0", "md5": "^2.2.1", "mongodb": "^3.3.0", - "nodemon": "^1.19.1", + "nodemon": "^2.0.3", "sanitize-html": "^1.20.1", "socket.io": "^2.2.0", "validator": "^11.1.0",