From 8fc1d1753758bb2b9124a5fca0b49278948afd00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 03:41:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index badc10fcd..bfa1758d9 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "colors": "^1.1.2", "commander": "^2.9.0", "glob": "^6.0.1", - "inquirer": "^0.11.0", + "inquirer": "^0.12.0", "mocha": "^2.3.3", "sinon": "^1.17.2", - "webdriverio": "^3.2.5" + "webdriverio": "^4.2.3" }, "devDependencies": { "chai": "^3.4.1",