From f1affbf510d55ff151324df875f025cd225b5c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:33:20 +0000 Subject: [PATCH] Bump the npm_and_yarn group group with 1 update Bumps the npm_and_yarn group group with 1 update: [phantomjs](https://github.com/Medium/phantomjs). Updates `phantomjs` from 1.9.20 to 2.1.7 - [Release notes](https://github.com/Medium/phantomjs/releases) - [Commits](https://github.com/Medium/phantomjs/compare/v1.9.20...v2.1.7) --- updated-dependencies: - dependency-name: phantomjs dependency-type: direct:production dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) 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": {