From 8ce67776f1819bae66b0a246904a0bde274241d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Mar 2022 16:22:33 +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 fb121d9..8de7764 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "author": "Maurizio Lupo ", "license": "MIT", "dependencies": { - "phantomjs": "~1.9.7-15", + "phantomjs": "~2.1.1", "rework": "~1.0.0" }, "devDependencies": { - "mocha": "~1.21.4" + "mocha": "~6.2.3" } }