Skip to content

Commit 58ade50

Browse files
chore(deps): update dependency @types/node to v22
1 parent 72265dd commit 58ade50

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@types/jest": "29.5.14",
121121
"@types/jsonpath": "0.2.4",
122122
"@types/lodash": "4.17.13",
123-
"@types/node": "18.19.69",
123+
"@types/node": "22.10.7",
124124
"@typescript-eslint/eslint-plugin": "7.18.0",
125125
"@typescript-eslint/parser": "7.18.0",
126126
"dotenv": "16.4.7",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -2941,12 +2941,12 @@
29412941
dependencies:
29422942
undici-types "~5.26.4"
29432943

2944-
"@types/node@18.19.69":
2945-
version "18.19.69"
2946-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.69.tgz#748d301818ba4b238854c53d290257a70aae7d01"
2947-
integrity sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==
2944+
"@types/node@22.10.7":
2945+
version "22.10.7"
2946+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
2947+
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
29482948
dependencies:
2949-
undici-types "~5.26.4"
2949+
undici-types "~6.20.0"
29502950

29512951
"@types/normalize-package-data@^2.4.3":
29522952
version "2.4.4"
@@ -11114,6 +11114,11 @@ undici-types@~5.26.4:
1111411114
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1111511115
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1111611116

11117+
undici-types@~6.20.0:
11118+
version "6.20.0"
11119+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
11120+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
11121+
1111711122
unicode-canonical-property-names-ecmascript@^2.0.0:
1111811123
version "2.0.0"
1111911124
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)