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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"@types/node": "^25.0.3",
"@types/node": "^26.1.1",
"@types/semver": "^7.7.0",
"@yarnpkg/types": "^4.0.1",
"mocha": "11.7.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,12 +980,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^25.0.3":
version: 25.9.2
resolution: "@types/node@npm:25.9.2"
"@types/node@npm:^26.1.1":
version: 26.1.1
resolution: "@types/node@npm:26.1.1"
dependencies:
undici-types: "npm:>=7.24.0 <7.24.7"
checksum: 10c0/f14c0d56361febb985eccc45cf0834ee6e2f07c4389a636f3e1a55ebde320077a80bface18c9afd3092f5fa295925502c1a9d55f805efa813f634aa9c941cbac
undici-types: "npm:~8.3.0"
checksum: 10c0/25ac5093195736dd074d5027adbba85617bc951d5a41506ebd3b9073048acb7233613f3822d5f9b9447f9c0841c91f6387c46283916767e3ef79f23917452c46
languageName: node
linkType: hard

Expand Down Expand Up @@ -2774,7 +2774,7 @@ __metadata:
"@rescript/linux-x64": "workspace:packages/@rescript/linux-x64"
"@rescript/runtime": "workspace:packages/@rescript/runtime"
"@rescript/win32-x64": "workspace:packages/@rescript/win32-x64"
"@types/node": "npm:^25.0.3"
"@types/node": "npm:^26.1.1"
"@types/semver": "npm:^7.7.0"
"@yarnpkg/types": "npm:^4.0.1"
mocha: "npm:11.7.6"
Expand Down Expand Up @@ -3336,10 +3336,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:>=7.24.0 <7.24.7":
version: 7.24.6
resolution: "undici-types@npm:7.24.6"
checksum: 10c0/d9cd8befb643ac904615c280a095ba4240531f6bb4a5e75a22a7483630ca8d3f1016d2ab6ace6ceda1f63b3a2db2fe037fafe121d6917a0187573aa548ff78ca
"undici-types@npm:~8.3.0":
version: 8.3.0
resolution: "undici-types@npm:8.3.0"
checksum: 10c0/c8aa7e2fbebfce519654dafadc0ece59be888d2ccaf180fb4495da875e7b536d2456345c384069c7e6f3e9c9ab7435f074957da306f142343eee86ff8048855a
languageName: node
linkType: hard

Expand Down
Loading