diff --git a/package.json b/package.json index 22225d5..3e4e1c3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "jsonc-parser": "^3.3.1", "semver": "^6.3.1", "shell-quote": "^1.8.1", - "which": "^4.0.0" + "which": "^5.0.0" }, "devDependencies": { "@tsconfig/node20": "^20.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 183b4cf..092ec72 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^1.8.1 version: 1.8.1 which: - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^5.0.0 + version: 5.0.0 devDependencies: '@tsconfig/node20': specifier: ^20.1.4 @@ -1692,9 +1692,9 @@ packages: engines: {node: '>= 8'} hasBin: true - which@4.0.0: - resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} - engines: {node: ^16.13.0 || >=18.0.0} + which@5.0.0: + resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} + engines: {node: ^18.17.0 || >=20.5.0} hasBin: true why-is-node-running@2.3.0: @@ -3190,7 +3190,7 @@ snapshots: dependencies: isexe: 2.0.0 - which@4.0.0: + which@5.0.0: dependencies: isexe: 3.1.1