From 98ac69bef8ae2ab8d5e90364e2bdad08d6f63353 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 03:41:20 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index badc10fcd..57641f37e 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "commander": "^2.9.0", "glob": "^6.0.1", "inquirer": "^0.11.0", - "mocha": "^2.3.3", + "mocha": "^3.0.0", "sinon": "^1.17.2", - "webdriverio": "^3.2.5" + "webdriverio": "^4.2.0" }, "devDependencies": { "chai": "^3.4.1",