Skip to content

Commit a297b0c

Browse files
chore(deps): update dependency @types/node to v20
1 parent a1bf421 commit a297b0c

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
@@ -37,7 +37,7 @@
3737
"@tsconfig/node18": "^18.2.4",
3838
"@tsconfig/recommended": "^1.0.10",
3939
"@types/express": "^4.17.23",
40-
"@types/node": "^18.19.122",
40+
"@types/node": "^20.19.11",
4141
"@typescript-eslint/eslint-plugin": "^6.21.0",
4242
"@typescript-eslint/parser": "^6.21.0",
4343
"@vitest/coverage-v8": "^1.6.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,12 @@
485485
dependencies:
486486
undici-types "~5.26.4"
487487

488-
"@types/node@^18.19.122":
489-
version "18.19.122"
490-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.122.tgz#e7358f8df7cc3f14e860198e1ca4dc2ed9a7de06"
491-
integrity sha512-yzegtT82dwTNEe/9y+CM8cgb42WrUfMMCg2QqSddzO1J6uPmBD7qKCZ7dOHZP2Yrpm/kb0eqdNMn2MUyEiqBmA==
488+
"@types/node@^20.19.11":
489+
version "20.19.11"
490+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
491+
integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
492492
dependencies:
493-
undici-types "~5.26.4"
493+
undici-types "~6.21.0"
494494

495495
"@types/qs@*":
496496
version "6.9.11"
@@ -3366,6 +3366,11 @@ undici-types@~5.26.4:
33663366
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
33673367
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
33683368

3369+
undici-types@~6.21.0:
3370+
version "6.21.0"
3371+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3372+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3373+
33693374
uri-js@^4.2.2:
33703375
version "4.4.1"
33713376
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)