Skip to content

Commit 526bd78

Browse files
chore(deps): update dependency @types/node to v22
1 parent 9cf01fb commit 526bd78

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.126",
30+
"@types/node": "22.15.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-
2797-
version "16.18.126"
2798-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
2799-
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
2796+
2797+
version "22.15.1"
2798+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.1.tgz#4cd2c8717a61ae2979c6a0624b4d1b67415bf2c0"
2799+
integrity sha512-gSZyd0Qmv7qvbd2fJ9HGdYmv1yhNdelIA4YOtN6vkcmSwFhthxSEsBgU/JYZcXjWT6DFzoATcHrc52Ckh8SeRA==
2800+
dependencies:
2801+
undici-types "~6.21.0"
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.21.0:
12199+
version "6.21.0"
12200+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
12201+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
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)