Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit 7b48c66

Browse files
Update dependency @types/node to v24
1 parent 1d6b81a commit 7b48c66

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "25.0.8",
4646
"@rollup/plugin-typescript": "11.1.6",
47-
"@types/node": "20.19.25",
47+
"@types/node": "24.10.1",
4848
"@types/tape": "5.8.1",
4949
"@typescript-eslint/eslint-plugin": "6.21.0",
5050
"@typescript-eslint/parser": "6.21.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@
312312
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
313313
integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==
314314

315-
"@types/node@20.19.25":
316-
version "20.19.25"
317-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.25.tgz#467da94a2fd966b57cc39c357247d68047611190"
318-
integrity sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==
315+
"@types/node@24.10.1":
316+
version "24.10.1"
317+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
318+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
319319
dependencies:
320-
undici-types "~6.21.0"
320+
undici-types "~7.16.0"
321321

322322
"@types/semver@^7.5.0":
323323
version "7.5.0"
@@ -2390,10 +2390,10 @@ unbox-primitive@^1.0.2:
23902390
has-symbols "^1.0.3"
23912391
which-boxed-primitive "^1.0.2"
23922392

2393-
undici-types@~6.21.0:
2394-
version "6.21.0"
2395-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2396-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
2393+
undici-types@~7.16.0:
2394+
version "7.16.0"
2395+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2396+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
23972397

23982398
uri-js@^4.2.2:
23992399
version "4.4.1"

0 commit comments

Comments
 (0)