From 3d4401777044df3c396ba9521f7a85d8bdcf0e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:54:19 +0000 Subject: [PATCH] chore(deps): bump which from 5.0.0 to 6.0.0 Bumps [which](https://github.com/npm/node-which) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-which/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a97e897e..7438b6a6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -30,7 +30,7 @@ "replace-in-file": "^8.3.0", "semver": "^7.7.1", "undici": "^7.7.0", - "which": "^5.0.0", + "which": "^6.0.0", "yargs": "^18.0.0" }, "bin": { @@ -11221,9 +11221,9 @@ } }, "node_modules/which": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", - "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz", + "integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==", "license": "ISC", "dependencies": { "isexe": "^3.1.1" @@ -11232,7 +11232,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" } }, "node_modules/which-boxed-primitive": { diff --git a/package.json b/package.json index e23c9b30..db8a97d7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "replace-in-file": "^8.3.0", "semver": "^7.7.1", "undici": "^7.7.0", - "which": "^5.0.0", + "which": "^6.0.0", "yargs": "^18.0.0" }, "devDependencies": {