From 103b18d5bdf8aca01d096f8e7684be79597b5660 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 04:32: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-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 - 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 6861ea9..4b7129f 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": "^11.0.1", "mocha-jsdom": "^1.1.0", "supertest": "^1.2.0" }