Skip to content

Commit 0d263ed

Browse files
chore(deps): update dependency @types/node to v24
1 parent 67fed95 commit 0d263ed

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

package-lock.json

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
"@changesets/changelog-github": "^0.5.0",
279279
"@changesets/cli": "^2.26.2",
280280
"@types/mocha": "^10.0.2",
281-
"@types/node": "^22.0.0",
281+
"@types/node": "^24.0.0",
282282
"@typescript-eslint/eslint-plugin": "^7.0.0",
283283
"@typescript-eslint/parser": "^7.0.0",
284284
"eslint": "^8.50.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,12 @@
396396
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
397397
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
398398

399-
"@types/node@^22.0.0":
400-
version "22.8.2"
401-
resolved "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz"
402-
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
399+
"@types/node@^24.0.0":
400+
version "24.9.1"
401+
resolved "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz"
402+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
403403
dependencies:
404-
undici-types "~6.19.8"
404+
undici-types "~7.16.0"
405405

406406
"@types/normalize-package-data@^2.4.0":
407407
version "2.4.3"
@@ -1297,7 +1297,7 @@ fs.realpath@^1.0.0:
12971297

12981298
fsevents@~2.3.2:
12991299
version "2.3.3"
1300-
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
1300+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
13011301
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
13021302

13031303
function-bind@^1.1.2:
@@ -2784,10 +2784,10 @@ unbox-primitive@^1.0.2:
27842784
has-symbols "^1.0.3"
27852785
which-boxed-primitive "^1.0.2"
27862786

2787-
undici-types@~6.19.8:
2788-
version "6.19.8"
2789-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
2790-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
2787+
undici-types@~7.16.0:
2788+
version "7.16.0"
2789+
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz"
2790+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
27912791

27922792
undici@^7.0.0:
27932793
version "7.0.0"

0 commit comments

Comments
 (0)