Skip to content

Commit 297e7db

Browse files
chore(deps): update dependency @types/node to v22
1 parent 64bade4 commit 297e7db

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.64",
123+
"@types/node": "22.10.0",
124124
"@typescript-eslint/eslint-plugin": "7.18.0",
125125
"@typescript-eslint/parser": "7.18.0",
126126
"dotenv": "16.4.5",

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.64":
2945-
version "18.19.64"
2946-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.64.tgz#122897fb79f2a9ec9c979bded01c11461b2b1478"
2947-
integrity sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==
2944+
"@types/node@22.10.0":
2945+
version "22.10.0"
2946+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.0.tgz#89bfc9e82496b9c7edea3382583fa94f75896e81"
2947+
integrity sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==
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"
@@ -11109,6 +11109,11 @@ undici-types@~5.26.4:
1110911109
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1111011110
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1111111111

11112+
undici-types@~6.20.0:
11113+
version "6.20.0"
11114+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
11115+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
11116+
1111211117
unicode-canonical-property-names-ecmascript@^2.0.0:
1111311118
version "2.0.0"
1111411119
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)