Skip to content

Commit 3137ae7

Browse files
chore(deps): update dependency @types/node to v22
1 parent 61e3905 commit 3137ae7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/express": "^4.17.21",
2525
"@types/express-promise-router": "^3.0.0",
2626
"@types/jest": "29.5.12",
27-
"@types/node": "20.11.24",
27+
"@types/node": "22.12.0",
2828
"@types/supertest": "^6.0.2",
2929
"jest": "29.7.0",
3030
"supertest": "^7.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -818,12 +818,12 @@
818818
dependencies:
819819
undici-types "~5.26.4"
820820

821-
"@types/node@20.11.24":
822-
version "20.11.24"
823-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792"
824-
integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==
821+
"@types/node@22.12.0":
822+
version "22.12.0"
823+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c"
824+
integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==
825825
dependencies:
826-
undici-types "~5.26.4"
826+
undici-types "~6.20.0"
827827

828828
"@types/qs@*":
829829
version "6.9.11"
@@ -3313,6 +3313,11 @@ undici-types@~5.26.4:
33133313
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
33143314
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
33153315

3316+
undici-types@~6.20.0:
3317+
version "6.20.0"
3318+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
3319+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
3320+
33163321
universalify@^2.0.0:
33173322
version "2.0.1"
33183323
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"

0 commit comments

Comments
 (0)