Skip to content

Commit c11f3b3

Browse files
chore(deps): update dependency @types/node to v22
1 parent 8d7cadb commit c11f3b3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
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": "^22.0.0",
2222
"@types/tape": "^4.13.2",
2323
"tap-spec": "^5.0.0",
2424
"tape": "^5.5.2",

yarn.lock

+11-4
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@^22.0.0":
16+
version "22.8.2"
17+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
18+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
19+
dependencies:
20+
undici-types "~6.19.8"
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@~6.19.8:
774+
version "6.19.8"
775+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
776+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
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)