Skip to content

Commit fc3d6ad

Browse files
chore(deps): update dependency @types/node to v22
1 parent 6305452 commit fc3d6ad

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
@@ -270,7 +270,7 @@
270270
"@babel/eslint-parser": "^7.0.0",
271271
"@mskelton/eslint-config": "7.1.0",
272272
"@mskelton/prettier-config": "5.1.1",
273-
"@types/node": "16.11.33",
273+
"@types/node": "22.18.8",
274274
"@types/vscode": "1.76.0",
275275
"@typescript-eslint/eslint-plugin": "^5.0.0",
276276
"@typescript-eslint/parser": "^5.0.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,12 @@
368368
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.1.tgz#f3647623199ca920960006b3dccf633ea905f243"
369369
integrity sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w==
370370

371-
372-
version "16.11.33"
373-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.33.tgz#566713b1b626f781c5c58fe3531307283e00720c"
374-
integrity sha512-0PJ0vg+JyU0MIan58IOIFRtSvsb7Ri+7Wltx2qAg94eMOrpg4+uuP3aUHCpxXc1i0jCXiC+zIamSZh3l9AbcQA==
371+
372+
version "22.18.8"
373+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.8.tgz#738d9dafa38f6e0c467687c158f8e1ca2d7d8eaa"
374+
integrity sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==
375+
dependencies:
376+
undici-types "~6.21.0"
375377

376378
"@types/semver@^7.3.12":
377379
version "7.5.8"
@@ -4137,6 +4139,11 @@ underscore@^1.12.1:
41374139
resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz"
41384140
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==
41394141

4142+
undici-types@~6.21.0:
4143+
version "6.21.0"
4144+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4145+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4146+
41404147
unique-string@^2.0.0:
41414148
version "2.0.0"
41424149
resolved "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz"

0 commit comments

Comments
 (0)