Skip to content

Commit aa3c766

Browse files
authored
chore(deps): bump which version (#841)
1 parent 291c48e commit aa3c766

2 files changed

Lines changed: 12 additions & 19 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/nodejs/corepack.git"
1111
},
1212
"engines": {
13-
"node": "^22.22.0 || ^24.15.0 || >=26.0.0"
13+
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
1414
},
1515
"exports": {
1616
"./package.json": "./package.json"
@@ -37,7 +37,7 @@
3737
"typescript": "^5.7.3",
3838
"v8-compile-cache": "^2.3.0",
3939
"vitest": "^4.0.5",
40-
"which": "^5.0.0"
40+
"which": "^7.0.0"
4141
},
4242
"dependenciesMeta": {
4343
"esbuild": {

yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ __metadata:
12411241
typescript: "npm:^5.7.3"
12421242
v8-compile-cache: "npm:^2.3.0"
12431243
vitest: "npm:^4.0.5"
1244-
which: "npm:^5.0.0"
1244+
which: "npm:^7.0.0"
12451245
dependenciesMeta:
12461246
esbuild:
12471247
built: true
@@ -2359,13 +2359,6 @@ __metadata:
23592359
languageName: node
23602360
linkType: hard
23612361

2362-
"isexe@npm:^3.1.1":
2363-
version: 3.1.5
2364-
resolution: "isexe@npm:3.1.5"
2365-
checksum: 10c0/8be2973a09f2f804ea1f34bfccfd5ea219ef48083bdb12107fe5bcf96b3e36b85084409e1b09ddaf2fae8927fdd9f6d70d90baadb78caa1ca7c530935706c8a4
2366-
languageName: node
2367-
linkType: hard
2368-
23692362
"isexe@npm:^4.0.0":
23702363
version: 4.0.0
23712364
resolution: "isexe@npm:4.0.0"
@@ -3776,25 +3769,25 @@ __metadata:
37763769
languageName: node
37773770
linkType: hard
37783771

3779-
"which@npm:^5.0.0":
3780-
version: 5.0.0
3781-
resolution: "which@npm:5.0.0"
3772+
"which@npm:^6.0.0":
3773+
version: 6.0.1
3774+
resolution: "which@npm:6.0.1"
37823775
dependencies:
3783-
isexe: "npm:^3.1.1"
3776+
isexe: "npm:^4.0.0"
37843777
bin:
37853778
node-which: bin/which.js
3786-
checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b
3779+
checksum: 10c0/7e710e54ea36d2d6183bee2f9caa27a3b47b9baf8dee55a199b736fcf85eab3b9df7556fca3d02b50af7f3dfba5ea3a45644189836df06267df457e354da66d5
37873780
languageName: node
37883781
linkType: hard
37893782

3790-
"which@npm:^6.0.0":
3791-
version: 6.0.1
3792-
resolution: "which@npm:6.0.1"
3783+
"which@npm:^7.0.0":
3784+
version: 7.0.0
3785+
resolution: "which@npm:7.0.0"
37933786
dependencies:
37943787
isexe: "npm:^4.0.0"
37953788
bin:
37963789
node-which: bin/which.js
3797-
checksum: 10c0/7e710e54ea36d2d6183bee2f9caa27a3b47b9baf8dee55a199b736fcf85eab3b9df7556fca3d02b50af7f3dfba5ea3a45644189836df06267df457e354da66d5
3790+
checksum: 10c0/ca0b54f198f78bbc4b7c02e34bda8d335cb352e0adb4cbca1c37b1a957af3a879a82c4c27ca6525bc942f548d8b64f816ef6528360af9f3de55ffb9b979b620d
37983791
languageName: node
37993792
linkType: hard
38003793

0 commit comments

Comments
 (0)