Skip to content

Commit 0eeb91b

Browse files
chore(deps): update dependency @types/node to v20
1 parent 61d2111 commit 0eeb91b

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
@@ -120,7 +120,7 @@
120120
"@types/jest": "29.5.13",
121121
"@types/jsonpath": "0.2.4",
122122
"@types/lodash": "4.17.9",
123-
"@types/node": "18.16.9",
123+
"@types/node": "20.16.10",
124124
"@typescript-eslint/eslint-plugin": "^6.9.1",
125125
"@typescript-eslint/parser": "^6.9.1",
126126
"dotenv": "16.4.5",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2828,10 +2828,12 @@
28282828
dependencies:
28292829
undici-types "~5.26.4"
28302830

2831-
"@types/node@18.16.9":
2832-
version "18.16.9"
2833-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.9.tgz#e79416d778a8714597342bb87efb5a6e914f7a73"
2834-
integrity sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==
2831+
"@types/node@20.16.10":
2832+
version "20.16.10"
2833+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.10.tgz#0cc3fdd3daf114a4776f54ba19726a01c907ef71"
2834+
integrity sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==
2835+
dependencies:
2836+
undici-types "~6.19.2"
28352837

28362838
"@types/normalize-package-data@^2.4.3":
28372839
version "2.4.4"
@@ -10636,6 +10638,11 @@ undici-types@~5.26.4:
1063610638
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1063710639
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1063810640

10641+
undici-types@~6.19.2:
10642+
version "6.19.8"
10643+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
10644+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
10645+
1063910646
unicode-canonical-property-names-ecmascript@^2.0.0:
1064010647
version "2.0.0"
1064110648
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)