Skip to content

Commit 725bbc5

Browse files
renovate[bot]B4nan
andauthored
chore(deps): update dependency @types/node to v22 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Adámek <banan23@gmail.com>
1 parent fd1c513 commit 725bbc5

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nestjs/testing": "^11.0.0",
3838
"@types/express": "^4.17.21",
3939
"@types/jest": "^29.5.12",
40-
"@types/node": "^20.11.16",
40+
"@types/node": "^22.0.0",
4141
"@types/supertest": "^6.0.2",
4242
"jest": "^29.7.0",
4343
"nodemon": "^3.0.3",

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,20 +1183,13 @@
11831183
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
11841184
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==
11851185

1186-
"@types/node@*":
1186+
"@types/node@*", "@types/node@^22.0.0":
11871187
version "22.12.0"
11881188
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
11891189
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
11901190
dependencies:
11911191
undici-types "~6.20.0"
11921192

1193-
"@types/node@^20.11.16":
1194-
version "20.11.16"
1195-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
1196-
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
1197-
dependencies:
1198-
undici-types "~5.26.4"
1199-
12001193
"@types/qs@*":
12011194
version "6.9.4"
12021195
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.4.tgz#a59e851c1ba16c0513ea123830dd639a0a15cb6a"
@@ -4806,11 +4799,6 @@ undefsafe@^2.0.5:
48064799
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
48074800
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
48084801

4809-
undici-types@~5.26.4:
4810-
version "5.26.5"
4811-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4812-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4813-
48144802
undici-types@~6.20.0:
48154803
version "6.20.0"
48164804
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"

0 commit comments

Comments
 (0)