Skip to content

Commit 5f2f24c

Browse files
chore(deps): update dependency @types/node to v22
1 parent 5a8fe19 commit 5f2f24c

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
@@ -27,7 +27,7 @@
2727
"@types/consola": "1.0.0",
2828
"@types/jest": "27.5.2",
2929
"@types/jsdom": "21.1.7",
30-
"@types/node": "16.18.119",
30+
"@types/node": "22.9.4",
3131
"@types/puppeteer": "5.4.7",
3232
"all-contributors-cli": "6.24.0",
3333
"codecov": "3.8.3",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2793,10 +2793,12 @@
27932793
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.12.tgz#fd9c1c2cfab536a2383ed1ef70f94adea743a226"
27942794
integrity sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg==
27952795

2796-
2797-
version "16.18.119"
2798-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.119.tgz#88443bb82119b7c0920e86949673876cbe1c3492"
2799-
integrity sha512-ia7V9a2FnhUFfetng4/sRPBMTwHZUkPFY736rb1cg9AgG7MZdR97q7/nLR9om+sq5f1la9C857E0l/nrI0RiFQ==
2796+
2797+
version "22.9.4"
2798+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.4.tgz#31eefcdbe163a51f53cbfbb3e121b8ae9b16fdb2"
2799+
integrity sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==
2800+
dependencies:
2801+
undici-types "~6.19.8"
28002802

28012803
"@types/normalize-package-data@^2.4.0":
28022804
version "2.4.0"
@@ -12193,6 +12195,11 @@ [email protected]:
1219312195
buffer "^5.2.1"
1219412196
through "^2.3.8"
1219512197

12198+
undici-types@~6.19.8:
12199+
version "6.19.8"
12200+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
12201+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
12202+
1219612203
unfetch@^5.0.0:
1219712204
version "5.0.0"
1219812205
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142"

0 commit comments

Comments
 (0)