Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/nodejs/corepack.git"
},
"engines": {
"node": "^22.22.0 || ^24.15.0 || >=26.0.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"exports": {
"./package.json": "./package.json"
Expand All @@ -37,7 +37,7 @@
"typescript": "^5.7.3",
"v8-compile-cache": "^2.3.0",
"vitest": "^4.0.5",
"which": "^5.0.0"
"which": "^7.0.0"
},
"dependenciesMeta": {
"esbuild": {
Expand Down
27 changes: 10 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ __metadata:
typescript: "npm:^5.7.3"
v8-compile-cache: "npm:^2.3.0"
vitest: "npm:^4.0.5"
which: "npm:^5.0.0"
which: "npm:^7.0.0"
dependenciesMeta:
esbuild:
built: true
Expand Down Expand Up @@ -2359,13 +2359,6 @@ __metadata:
languageName: node
linkType: hard

"isexe@npm:^3.1.1":
version: 3.1.5
resolution: "isexe@npm:3.1.5"
checksum: 10c0/8be2973a09f2f804ea1f34bfccfd5ea219ef48083bdb12107fe5bcf96b3e36b85084409e1b09ddaf2fae8927fdd9f6d70d90baadb78caa1ca7c530935706c8a4
languageName: node
linkType: hard

"isexe@npm:^4.0.0":
version: 4.0.0
resolution: "isexe@npm:4.0.0"
Expand Down Expand Up @@ -3776,25 +3769,25 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^5.0.0":
version: 5.0.0
resolution: "which@npm:5.0.0"
"which@npm:^6.0.0":
version: 6.0.1
resolution: "which@npm:6.0.1"
dependencies:
isexe: "npm:^3.1.1"
isexe: "npm:^4.0.0"
bin:
node-which: bin/which.js
checksum: 10c0/e556e4cd8b7dbf5df52408c9a9dd5ac6518c8c5267c8953f5b0564073c66ed5bf9503b14d876d0e9c7844d4db9725fb0dcf45d6e911e17e26ab363dc3965ae7b
checksum: 10c0/7e710e54ea36d2d6183bee2f9caa27a3b47b9baf8dee55a199b736fcf85eab3b9df7556fca3d02b50af7f3dfba5ea3a45644189836df06267df457e354da66d5
languageName: node
linkType: hard

"which@npm:^6.0.0":
version: 6.0.1
resolution: "which@npm:6.0.1"
"which@npm:^7.0.0":
version: 7.0.0
resolution: "which@npm:7.0.0"
dependencies:
isexe: "npm:^4.0.0"
bin:
node-which: bin/which.js
checksum: 10c0/7e710e54ea36d2d6183bee2f9caa27a3b47b9baf8dee55a199b736fcf85eab3b9df7556fca3d02b50af7f3dfba5ea3a45644189836df06267df457e354da66d5
checksum: 10c0/ca0b54f198f78bbc4b7c02e34bda8d335cb352e0adb4cbca1c37b1a957af3a879a82c4c27ca6525bc942f548d8b64f816ef6528360af9f3de55ffb9b979b620d
languageName: node
linkType: hard

Expand Down
Loading