From 1592fada61127fc1b08db99f644a40a3d7c09e88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 04:37:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e79d9e..997b13c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mysql": "^2.14.1", "node-schedule": "^1.2.5", "nodemailer": "^4.4.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.3", "passport": "*", "passport-local": "*", "socket.io": "^2.0.4",