From b69666fd5361259d4a7e5a076b2c55e85c1b5920 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 05:02:35 +0000 Subject: [PATCH] fix: test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 9bcf24a2..0610add4 100644 --- a/test/package.json +++ b/test/package.json @@ -20,7 +20,7 @@ "mkdirp": "^0.5.1", "portastic": "^1.0.1", "rimraf": "^2.5.4", - "selenium-standalone": "^5.9.0", + "selenium-standalone": "^6.0.0", "tree-kill": "^1.1.0", "typescript": "^2.1.4", "webdriverio": "^4.5.0",