From a487d1e5e5c3c5b3d8528f4f3f0b673fc8667fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 05:56:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 516ed06..5cddec2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jsonfile": "^2.4.0", "optimist": "0.3.5", "sax": ">= 0.6.1", - "selenium-standalone": "^5.4.1", + "selenium-standalone": "^6.0.0", "string": "1.2.0", "wd": ">= 0.0.28", "yargs": "^6.3.0"