From 17da2665334111453364bb7eb6e0ca0d2b6ba179 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 17:04:39 +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 badc10fcd..841bd79bf 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": "^6.2.3", "sinon": "^1.17.2", "webdriverio": "^3.2.5" },