Skip to content

Commit ffb2d08

Browse files
chore(deps): update dependency @types/node to v22
1 parent 7099e27 commit ffb2d08

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
@@ -193,7 +193,7 @@
193193
},
194194
"devDependencies": {
195195
"@types/mocha": "10.0.1",
196-
"@types/node": "18.16.19",
196+
"@types/node": "22.13.7",
197197
"husky": "8.0.3",
198198
"lint-staged": "13.3.0",
199199
"mocha": "10.2.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@
100100
dependencies:
101101
undici-types "~5.26.4"
102102

103-
"@types/node@18.16.19":
104-
version "18.16.19"
105-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
106-
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
103+
"@types/node@22.13.7":
104+
version "22.13.7"
105+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.7.tgz#63ae4418a4d2607cf4ccb1ff5f000fa40d73712a"
106+
integrity sha512-oU2q+BsQldB9lYxHNp/5aZO+/Bs0Usa74Abo9mAKulz4ahQyXRHK6UVKYIN8KSC8HXwhWSi7b49JnX+txuac0w==
107+
dependencies:
108+
undici-types "~6.20.0"
107109

108110
"@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5":
109111
version "1.11.6"
@@ -2443,6 +2445,11 @@ undici-types@~5.26.4:
24432445
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
24442446
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
24452447

2448+
undici-types@~6.20.0:
2449+
version "6.20.0"
2450+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2451+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
2452+
24462453
unzipper@^0.10.11:
24472454
version "0.10.14"
24482455
resolved "https://registry.yarnpkg.com/unzipper/-/unzipper-0.10.14.tgz#d2b33c977714da0fbc0f82774ad35470a7c962b1"

0 commit comments

Comments
 (0)