Skip to content

Commit 81c4953

Browse files
committed
chore(deps): update dependency @types/node to v20
1 parent 652fe92 commit 81c4953

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@types/jest": "^29.0.0",
121121
"@types/lodash.mergewith": "^4.6.6",
122122
"@types/minimist": "^1.2.2",
123-
"@types/node": "^18.0.0",
123+
"@types/node": "^20.0.0",
124124
"@types/rimraf": "^3.0.2",
125125
"@typescript-eslint/eslint-plugin": "^5.10.2",
126126
"@typescript-eslint/parser": "^5.10.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,10 +873,12 @@
873873
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.14.tgz#33b9b94f789a8fedd30a68efdbca4dbb06b61f20"
874874
integrity sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng==
875875

876-
"@types/node@^18.0.0":
877-
version "18.11.9"
878-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
879-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
876+
"@types/node@^20.0.0":
877+
version "20.10.0"
878+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617"
879+
integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==
880+
dependencies:
881+
undici-types "~5.26.4"
880882

881883
"@types/parse-json@^4.0.0":
882884
version "4.0.0"
@@ -3371,6 +3373,11 @@ typescript@^4.5.5:
33713373
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
33723374
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
33733375

3376+
undici-types@~5.26.4:
3377+
version "5.26.5"
3378+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3379+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3380+
33743381
uri-js@^4.2.2:
33753382
version "4.4.1"
33763383
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)