From 233683cdb49eb338f12229dd8b983b70a70dc254 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 18:24:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3188637a9..0c0bae4782 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "chai-http": "^2.0.1", "ejs": "^2.4.1", "express": "^4.13.4", - "mocha": "^2.4.5", + "mocha": "^6.2.3", "mongodb": "^2.1.16", "morgan": "^1.7.0", "object-assign":"4.1.0"