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

Commit bbcfc28

Browse files
Update dependency @types/node to v24
1 parent 8567db1 commit bbcfc28

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.29",
47+
"@types/node": "24.10.8",
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
@@ -327,12 +327,12 @@
327327
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
328328
integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==
329329

330-
"@types/node@20.19.29":
331-
version "20.19.29"
332-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.29.tgz#49e9857d3e3f3220508d37904eb47cb3434d5b17"
333-
integrity sha512-YrT9ArrGaHForBaCNwFjoqJWmn8G1Pr7+BH/vwyLHciA9qT/wSiuOhxGCT50JA5xLvFBd6PIiGkE3afxcPE1nw==
330+
"@types/node@24.10.8":
331+
version "24.10.8"
332+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.8.tgz#9b529d32e7e5adb74b13d1fc9b83615e9a12a701"
333+
integrity sha512-r0bBaXu5Swb05doFYO2kTWHMovJnNVbCsII0fhesM8bNRlLhXIuckley4a2DaD+vOdmm5G+zGkQZAPZsF80+YQ==
334334
dependencies:
335-
undici-types "~6.21.0"
335+
undici-types "~7.16.0"
336336

337337
"@types/semver@^7.5.0":
338338
version "7.5.0"
@@ -2408,10 +2408,10 @@ unbox-primitive@^1.0.2:
24082408
has-symbols "^1.0.3"
24092409
which-boxed-primitive "^1.0.2"
24102410

2411-
undici-types@~6.21.0:
2412-
version "6.21.0"
2413-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2414-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
2411+
undici-types@~7.16.0:
2412+
version "7.16.0"
2413+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
2414+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
24152415

24162416
uri-js@^4.2.2:
24172417
version "4.4.1"

0 commit comments

Comments
 (0)