From d2c3b29e3985404f542090539d29b4ea4d0c4f10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 06:28:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 516ed06..a8b5bc5 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ }, "dependencies": { "colors": "~0.6", - "glob": "3.1.16", + "glob": "5.0.15", "jsonfile": "^2.4.0", "optimist": "0.3.5", "sax": ">= 0.6.1", - "selenium-standalone": "^5.4.1", + "selenium-standalone": "^6.14.1", "string": "1.2.0", "wd": ">= 0.0.28", "yargs": "^6.3.0"