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