From 70f5a0390cfcf416c92cbc84a775de4cf1ba55d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Mar 2022 16:15:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c28b495..dc8250b 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "karma-phantomjs-launcher": "^0.2.1", "karma-spec-reporter": "0.0.22", "karma-webpack": "^1.7.0", - "mocha": "^2.3.3", - "phantomjs": "^1.9.18", + "mocha": "^6.2.3", + "phantomjs": "^2.1.1", "wallaby-webpack": "0.0.10", "webpack": "^1.12.3", "whatwg-fetch": "^0.10.1"