From 8b6502a3b44dad24b05c2d46ca20869d42378589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:07:03 +0000 Subject: [PATCH] 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] --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 66187d0..7720440 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lodash.template": "^4.5.0", "semver": "^7.6.0", "sort-package-json": "^3.6.0", - "which": "^5.0.0" + "which": "^6.0.0" }, "devDependencies": { "@eslint/js": "^9.29.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c38148..338942f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^3.6.0 version: 3.6.0 which: - specifier: ^5.0.0 - version: 5.0.0 + specifier: ^6.0.0 + version: 6.0.0 devDependencies: '@eslint/js': specifier: ^9.29.0 @@ -2800,6 +2800,11 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true + which@6.0.0: + resolution: {integrity: sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + why-is-node-running@2.3.0: resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} engines: {node: '>=8'} @@ -5690,6 +5695,10 @@ snapshots: dependencies: isexe: 3.1.1 + which@6.0.0: + dependencies: + isexe: 3.1.1 + why-is-node-running@2.3.0: dependencies: siginfo: 2.0.0