Skip to content

Commit 991ad89

Browse files
chore(deps): update dependency @types/node to v20
1 parent 67f6457 commit 991ad89

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/jest": "29.5.12",
120120
"@types/jsonpath": "0.2.4",
121121
"@types/lodash": "4.17.0",
122-
"@types/node": "18.16.9",
122+
"@types/node": "20.16.4",
123123
"@typescript-eslint/eslint-plugin": "^6.9.1",
124124
"@typescript-eslint/parser": "^6.9.1",
125125
"dotenv": "16.4.5",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,10 +2779,12 @@
27792779
dependencies:
27802780
undici-types "~5.26.4"
27812781

2782-
"@types/node@18.16.9":
2783-
version "18.16.9"
2784-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.9.tgz#e79416d778a8714597342bb87efb5a6e914f7a73"
2785-
integrity sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==
2782+
"@types/node@20.16.4":
2783+
version "20.16.4"
2784+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.4.tgz#2e3d9e1da4761a0fdb725d9497df4bb091e9c2f1"
2785+
integrity sha512-ioyQ1zK9aGEomJ45zz8S8IdzElyxhvP1RVWnPrXDf6wFaUb+kk1tEcVVJkF7RPGM0VWI7cp5U57oCPIn5iN1qg==
2786+
dependencies:
2787+
undici-types "~6.19.2"
27862788

27872789
"@types/normalize-package-data@^2.4.3":
27882790
version "2.4.4"
@@ -10260,6 +10262,11 @@ undici-types@~5.26.4:
1026010262
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1026110263
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1026210264

10265+
undici-types@~6.19.2:
10266+
version "6.19.8"
10267+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
10268+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
10269+
1026310270
unicode-canonical-property-names-ecmascript@^2.0.0:
1026410271
version "2.0.0"
1026510272
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)