From 390521936e04aa79fbc01c7184e3564fc2836291 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 16:25:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0babdb9..fd6e93f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/lgaticaq/sii#readme", "dependencies": { "nightmare": "^2.8.1", - "phantom": "^4.0.0", + "phantom": "^5.0.2", "request-promise": "^4.1.1", "snyk": "^1.41.1" },