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

Commit aff20a4

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

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

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.9.4",
5353
"@types/urban-dictionary": "3.0.0",
5454
"@typescript-eslint/eslint-plugin": "5.36.0",
5555
"@typescript-eslint/parser": "5.36.0",

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.9.4"
293+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.4.tgz#31eefcdbe163a51f53cbfbb3e121b8ae9b16fdb2"
294+
integrity sha512-d9RWfoR7JC/87vj7n+PVTzGg9hDyuFjir3RxUHbjFSKNd9mpxbxwMEyaCim/ddCmy4IuW7HjTzF3g9p3EtWEOg==
295+
dependencies:
296+
undici-types "~6.19.8"
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.19.8:
3626+
version "6.19.8"
3627+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3628+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
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)