From e7fbdb829c7156cf75e1d6ec216d2dfc30f5f56b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 05:16:15 +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 badc10fcd..38a8dfcc8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "commander": "^2.9.0", "glob": "^6.0.1", "inquirer": "^0.11.0", - "mocha": "^2.3.3", + "mocha": "^11.0.1", "sinon": "^1.17.2", "webdriverio": "^3.2.5" },