Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c86c8b

Browse files
authoredNov 28, 2024··
chore(deps): update dependency @types/node to v22
1 parent 5a8fe19 commit 1c86c8b

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.10.1",
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-
"@types/node@16.18.119":
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+
"@types/node@22.10.1":
2797+
version "22.10.1"
2798+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
2799+
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
2800+
dependencies:
2801+
undici-types "~6.20.0"
28002802

28012803
"@types/normalize-package-data@^2.4.0":
28022804
version "2.4.0"
@@ -12193,6 +12195,11 @@ unbzip2-stream@1.4.3:
1219312195
buffer "^5.2.1"
1219412196
through "^2.3.8"
1219512197

12198+
undici-types@~6.20.0:
12199+
version "6.20.0"
12200+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
12201+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
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)