diff --git a/package-lock.json b/package-lock.json index 9cb77b8..f174da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "hoek": ">=4.2.1", "install-peerdeps": "^3.0.3", "lodash": ">=4.17.21", - "phantomjs": "^1.9.20", + "phantomjs": "^2.1.7", "susy": "^3.0.5" }, "devDependencies": { @@ -2642,9 +2642,10 @@ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, "node_modules/phantomjs": { - "version": "1.9.20", - "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.20.tgz", - "integrity": "sha512-uja26qe+aIP4ptuCCAk0HNTJXoFIf+7l6RZ9OwCH0lbHpQtcS9VhEeirSqytsarg78wA+Zb5rKwiJK8KezrIcA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-2.1.7.tgz", + "integrity": "sha512-hw9ShqlOOeBD7qXTB7HAPJzqscG15AUymngJFRJt4gex3MVdBykWrGV1Js21CsnZ35A6/x3KFbHxZd3xu6boBA==", + "deprecated": "Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package references to 'phantomjs-prebuilt'", "hasInstallScript": true, "dependencies": { "extract-zip": "~1.5.0", @@ -5621,9 +5622,9 @@ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, "phantomjs": { - "version": "1.9.20", - "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.20.tgz", - "integrity": "sha512-uja26qe+aIP4ptuCCAk0HNTJXoFIf+7l6RZ9OwCH0lbHpQtcS9VhEeirSqytsarg78wA+Zb5rKwiJK8KezrIcA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-2.1.7.tgz", + "integrity": "sha512-hw9ShqlOOeBD7qXTB7HAPJzqscG15AUymngJFRJt4gex3MVdBykWrGV1Js21CsnZ35A6/x3KFbHxZd3xu6boBA==", "requires": { "extract-zip": "~1.5.0", "fs-extra": "~0.26.4", diff --git a/package.json b/package.json index 3e1b75c..2d941ab 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "hoek": ">=4.2.1", "install-peerdeps": "^3.0.3", "lodash": ">=4.17.21", - "phantomjs": "^1.9.20", + "phantomjs": "^2.1.7", "susy": "^3.0.5" }, "devDependencies": {