From 898b4f23cfbe037b87130d75de1c55c817aac0e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 22:31:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38de88d..f8b772d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "lodash": "~2.4.x", "redis": "~0.10.x", - "phantomjs": "~1.9.x", + "phantomjs": "~2.1.1", "mkdirp": "~0.3.x" }, "scripts": {