From 2eaf9af9d9a1d1fd34a09a47084f007d04ee0709 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Oct 2021 04:19:45 +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 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",