From 4edeb77d24fa660ca88135a2fb726ca5c6a58058 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 00:27:17 +0000 Subject: [PATCH] fix: upgrade phantom from 0.7.2 to 0.9.0 Snyk has created this PR to upgrade phantom from 0.7.2 to 0.9.0. See this package in npm: https://www.npmjs.com/package/phantom See this project in Snyk: https://app.snyk.io/org/orex/project/d6924c19-1855-477d-b24e-0db27d09202b?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06bfa7d0..ab017b96 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "aws-sdk": "^2.1.8", "cache-manager": "^0.16.0", "lodash": "^3.1.0", - "phantom": "^0.7.2", + "phantom": "^0.9.0", "phantomjs": "^1.9.15", "tree-kill": "0.0.6" },