Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit c1b7720

Browse files
Update dependency @types/node to v22
1 parent f8b66f6 commit c1b7720

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@types/express": "4.17.13",
52-
"@types/node": "17.0.21",
52+
"@types/node": "22.10.0",
5353
"@types/urban-dictionary": "3.0.0",
5454
"@typescript-eslint/eslint-plugin": "5.36.0",
5555
"@typescript-eslint/parser": "5.36.0",

Diff for: yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,18 @@
283283
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"
284284
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
285285

286-
"@types/node@*", "@types/node@17.0.21", "@types/node@>=10.0.0":
286+
"@types/node@*", "@types/node@>=10.0.0":
287287
version "17.0.21"
288288
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz"
289289
integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==
290290

291+
292+
version "22.10.0"
293+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.0.tgz#89bfc9e82496b9c7edea3382583fa94f75896e81"
294+
integrity sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==
295+
dependencies:
296+
undici-types "~6.20.0"
297+
291298
"@types/qs@*":
292299
version "6.9.7"
293300
resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz"
@@ -3615,6 +3622,11 @@ unbox-primitive@^1.0.1:
36153622
has-symbols "^1.0.2"
36163623
which-boxed-primitive "^1.0.2"
36173624

3625+
undici-types@~6.20.0:
3626+
version "6.20.0"
3627+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3628+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
3629+
36183630
undici@^5.7.0:
36193631
version "5.9.1"
36203632
resolved "https://registry.yarnpkg.com/undici/-/undici-5.9.1.tgz#fc9fd85dd488f965f153314a63d9426a11f3360b"

0 commit comments

Comments
 (0)