Skip to content

Commit 6bc3fd7

Browse files
chore(deps): update dependency @types/node to v22
1 parent 898584a commit 6bc3fd7

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.14",
123-
"@types/node": "18.19.71",
123+
"@types/node": "22.10.8",
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.71":
2945-
version "18.19.71"
2946-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.71.tgz#96d4f0a0be735ead6c8998c62a4b2c0012a5d09a"
2947-
integrity sha512-evXpcgtZm8FY4jqBSN8+DmOTcVkkvTmAayeo4Wf3m1xAruyVGzGuDh/Fb/WWX2yLItUiho42ozyJjB0dw//Tkw==
2944+
"@types/node@22.10.8":
2945+
version "22.10.8"
2946+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.8.tgz#e7e2602c83d27d483c056302d76b86321c4e8697"
2947+
integrity sha512-rk+QvAEGsbX/ZPiiyel6hJHNUS9cnSbPWVaZLvE+Er3tLqQFzWMz9JOfWW7XUmKvRPfxJfbl3qYWve+RGXncFw==
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"
@@ -11151,6 +11151,11 @@ undici-types@~5.26.4:
1115111151
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1115211152
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1115311153

11154+
undici-types@~6.20.0:
11155+
version "6.20.0"
11156+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
11157+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
11158+
1115411159
unicode-canonical-property-names-ecmascript@^2.0.0:
1115511160
version "2.0.0"
1115611161
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)