From e95f26bc2fcb1c64d32ab15732a5a3cb281802c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 05:22:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6861ea92..74f12202 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": "^3.0.0", "mocha-jsdom": "^1.1.0", "supertest": "^1.2.0" }