From 7e9aacadc4875adb4049eae756ca0be4dad3b486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 04:38:25 +0000 Subject: [PATCH] Bump hawk and phantomjs-prebuilt in /SorasNerdDen Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [phantomjs-prebuilt](https://github.com/Medium/phantomjs). These dependencies need to be updated together. Removes `hawk` Updates `phantomjs-prebuilt` from 2.1.15 to 2.1.16 - [Release notes](https://github.com/Medium/phantomjs/releases) - [Commits](https://github.com/Medium/phantomjs/commits) --- updated-dependencies: - dependency-name: hawk dependency-type: indirect - dependency-name: phantomjs-prebuilt dependency-type: indirect ... Signed-off-by: dependabot[bot] --- SorasNerdDen/package-lock.json | 35 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/SorasNerdDen/package-lock.json b/SorasNerdDen/package-lock.json index b8a0ab9..42813c8 100644 --- a/SorasNerdDen/package-lock.json +++ b/SorasNerdDen/package-lock.json @@ -9853,31 +9853,20 @@ "dev": true }, "phantomjs-prebuilt": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.15.tgz", - "integrity": "sha1-IPhugtM0nFBZF1J3RbekEeCLOQM=", + "version": "2.1.16", + "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.16.tgz", + "integrity": "sha512-PIiRzBhW85xco2fuj41FmsyuYHKjKuXWmhjy3A/Y+CMpN/63TV+s9uzfVhsUwFe0G77xWtHBG8xmXf5BqEUEuQ==", "dev": true, "requires": { - "es6-promise": "~4.0.3", - "extract-zip": "~1.6.5", - "fs-extra": "~1.0.0", - "hasha": "~2.2.0", - "kew": "~0.7.0", - "progress": "~1.1.8", - "request": "~2.81.0", - "request-progress": "~2.0.1", - "which": "~1.2.10" - }, - "dependencies": { - "which": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz", - "integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } + "es6-promise": "^4.0.3", + "extract-zip": "^1.6.5", + "fs-extra": "^1.0.0", + "hasha": "^2.2.0", + "kew": "^0.7.0", + "progress": "^1.1.8", + "request": "^2.81.0", + "request-progress": "^2.0.1", + "which": "^1.2.10" } }, "picomatch": {