From 496e17f0f048d2e35e33cddbf6c5bbc2bf0d6091 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 20:49:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index badc10fcd..ba5198cc6 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": "^4.0.0", "sinon": "^1.17.2", "webdriverio": "^3.2.5" },