Skip to content

Commit 3f34cd1

Browse files
chore(deps): update dependency @types/node to v20
1 parent f6a0670 commit 3f34cd1

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.121",
40+
"@types/node": "^20.19.9",
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.121":
489-
version "18.19.121"
490-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.121.tgz#c50d353ea2d1fb1261a8bbd0bf2850306f5af2b3"
491-
integrity sha512-bHOrbyztmyYIi4f1R0s17QsPs1uyyYnGcXeZoGEd227oZjry0q6XQBQxd82X1I57zEfwO8h9Xo+Kl5gX1d9MwQ==
488+
"@types/node@^20.19.9":
489+
version "20.19.9"
490+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.9.tgz#ca9a58193fec361cc6e859d88b52261853f1f0d3"
491+
integrity sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==
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)