From 14542512c5dd5ff6eeb1e2b4905dcf2025736284 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 20:40:35 +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 6861ea92..112f4708 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0", "jsdom": "^9.4.1", - "mocha": "^2.5.3", + "mocha": "^6.2.3", "mocha-jsdom": "^1.1.0", "supertest": "^1.2.0" }