From de946118c5dfc4d8f73d138bd50869565271b2a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 03:41:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-1049328 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index badc10fcd..07729345c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "inquirer": "^0.11.0", "mocha": "^2.3.3", "sinon": "^1.17.2", - "webdriverio": "^3.2.5" + "webdriverio": "^5.0.0" }, "devDependencies": { "chai": "^3.4.1",