From aff4935d6843b2de335b694976e537f9fea29467 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 03:25:39 +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 4b70787..c44b3f9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "findup-sync": "0.2.1", "hw-util": ">=1.0.7", "mocha": "2.0.1", - "phantomjs": "1.9.13", + "phantomjs": "1.9.15", "resolve": "1.0.0", "selenium-standalone": "2.43.1-5", "webdriverio": "2.4.0",