From 1d30237e7a896e818ea8e3934b0ee9cacf93b733 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Oct 2020 03:25:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b70787..77f061c 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "async": "0.9.0", "bluebird": "2.4.2", "chai": "1.10.0", - "findup-sync": "0.2.1", + "findup-sync": "0.3.0", "hw-util": ">=1.0.7", - "mocha": "2.0.1", + "mocha": "3.0.0", "phantomjs": "1.9.13", "resolve": "1.0.0", "selenium-standalone": "2.43.1-5",