Skip to content

Commit f6cdc40

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

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.8",
3939
"@types/express": "^4.17.21",
40-
"@types/node": "^18.19.100",
40+
"@types/node": "^20.17.48",
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.100":
489-
version "18.19.100"
490-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.100.tgz#7f3aefbb6911099ab7e0902a1f373b1a4d2c1947"
491-
integrity sha512-ojmMP8SZBKprc3qGrGk8Ujpo80AXkrP7G2tOT4VWr5jlr5DHjsJF+emXJz+Wm0glmy4Js62oKMdZZ6B9Y+tEcA==
488+
"@types/node@^20.17.48":
489+
version "20.17.48"
490+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.48.tgz#5a4028ae0d22985c30cc100e589b7d50ae783457"
491+
integrity sha512-KpSfKOHPsiSC4IkZeu2LsusFwExAIVGkhG1KkbaBMLwau0uMhj0fCrvyg9ddM2sAvd+gtiBJLir4LAw1MNMIaw==
492492
dependencies:
493-
undici-types "~5.26.4"
493+
undici-types "~6.19.2"
494494

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

3293+
undici-types@~6.19.2:
3294+
version "6.19.8"
3295+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3296+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
3297+
32933298
uri-js@^4.2.2:
32943299
version "4.4.1"
32953300
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)