Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit d0e5e43

Browse files
Update dependency @types/node to v24 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 155c54a commit d0e5e43

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/bloem": "^0.2.0",
1919
"@types/jest": "^30.0.0",
2020
"@types/murmurhash": "^2.0.0",
21-
"@types/node": "^22.0.0",
21+
"@types/node": "^24.0.0",
2222
"@typescript-eslint/eslint-plugin": "^8.0.0",
2323
"@typescript-eslint/parser": "^8.0.0",
2424
"arrayify-stream": "^3.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,12 +3386,12 @@
33863386
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.50.tgz#bc8ebf70c392a98ffdba7aab9b46989ea96c1c62"
33873387
integrity sha512-y7kkh+hX/0jZNxMyBR/6asG0QMSaPSzgeVK63dhWHl4QAXCQB8lExXmzLL6SzmOgKHydtawpMnNhlDbv7DXPEA==
33883388

3389-
"@types/node@^22.0.0":
3390-
version "22.8.2"
3391-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
3392-
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
3389+
"@types/node@^24.0.0":
3390+
version "24.9.1"
3391+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
3392+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
33933393
dependencies:
3394-
undici-types "~6.19.8"
3394+
undici-types "~7.16.0"
33953395

33963396
"@types/normalize-package-data@^2.4.0":
33973397
version "2.4.0"
@@ -11412,10 +11412,10 @@ unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
1141211412
has-symbols "^1.0.2"
1141311413
which-boxed-primitive "^1.0.2"
1141411414

11415-
undici-types@~6.19.8:
11416-
version "6.19.8"
11417-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
11418-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
11415+
undici-types@~7.16.0:
11416+
version "7.16.0"
11417+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
11418+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1141911419

1142011420
unique-filename@^1.1.1:
1142111421
version "1.1.1"

0 commit comments

Comments
 (0)