Skip to content

Commit 236d306

Browse files
chore(deps): update dependency @types/node to v24
1 parent 8d7cadb commit 236d306

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@types/golang-wasm-exec": "^1.15.0",
21-
"@types/node": "^18.0.0",
21+
"@types/node": "^24.0.0",
2222
"@types/tape": "^4.13.2",
2323
"tap-spec": "^5.0.0",
2424
"tape": "^5.5.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644"
1313
integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==
1414

15-
"@types/node@^18.0.0":
16-
version "18.11.5"
17-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.5.tgz#1bc94cf2f9ab5fe33353bc7c79c797dcc5325bef"
18-
integrity sha512-3JRwhbjI+cHLAkUorhf8RnqUbFXajvzX4q6fMn5JwkgtuwfYtRQYI3u4V92vI6NJuTsbBQWWh3RZjFsuevyMGQ==
15+
"@types/node@^24.0.0":
16+
version "24.10.9"
17+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
18+
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
19+
dependencies:
20+
undici-types "~7.16.0"
1921

2022
"@types/tape@^4.13.2":
2123
version "4.13.2"
@@ -768,6 +770,11 @@ unbox-primitive@^1.0.1:
768770
has-symbols "^1.0.2"
769771
which-boxed-primitive "^1.0.2"
770772

773+
undici-types@~7.16.0:
774+
version "7.16.0"
775+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
776+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
777+
771778
util-deprecate@~1.0.1:
772779
version "1.0.2"
773780
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)