Skip to content

Commit 98f9bce

Browse files
chore(deps): update dependency @types/node to v22
1 parent 68561d4 commit 98f9bce

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
@@ -135,7 +135,7 @@
135135
"@semantic-release/npm": "^9.0.1",
136136
"@types/jest": "^29.0.0",
137137
"@types/mime": "^3.0.0",
138-
"@types/node": "^10.17.60",
138+
"@types/node": "^22.0.0",
139139
"app-root-path": "^3.1.0",
140140
"assert": "^2.0.0",
141141
"buffer": "^6.0.3",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,10 +1261,12 @@
12611261
dependencies:
12621262
undici-types "~7.8.0"
12631263

1264-
"@types/node@^10.17.60":
1265-
version "10.17.60"
1266-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
1267-
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
1264+
"@types/node@^22.0.0":
1265+
version "22.16.5"
1266+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
1267+
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
1268+
dependencies:
1269+
undici-types "~6.21.0"
12681270

12691271
"@types/normalize-package-data@^2.4.0":
12701272
version "2.4.4"
@@ -7095,6 +7097,11 @@ uglify-js@^3.1.4:
70957097
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
70967098
integrity sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==
70977099

7100+
undici-types@~6.21.0:
7101+
version "6.21.0"
7102+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7103+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7104+
70987105
undici-types@~7.8.0:
70997106
version "7.8.0"
71007107
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"

0 commit comments

Comments
 (0)