Skip to content

Commit eafcbb3

Browse files
chore(deps): update dependency @types/node to v24
1 parent 7c6390c commit eafcbb3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@txo/semantic-release": "^2.0.10",
4949
"@txo/tsconfig": "^2.0.0",
5050
"@types/jest": "^29.5.14",
51-
"@types/node": "^22.18.12",
51+
"@types/node": "^24.9.1",
5252
"concurrently": "^9.2.1",
5353
"depcheck": "^1.4.7",
5454
"eslint-config-txo-package-typescript": "^1.0.116",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,12 +1511,12 @@
15111511
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
15121512
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
15131513

1514-
"@types/node@*", "@types/node@^22.18.12":
1515-
version "22.18.12"
1516-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
1517-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
1514+
"@types/node@*", "@types/node@^24.9.1":
1515+
version "24.9.1"
1516+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
1517+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
15181518
dependencies:
1519-
undici-types "~6.21.0"
1519+
undici-types "~7.16.0"
15201520

15211521
"@types/normalize-package-data@^2.4.3":
15221522
version "2.4.3"
@@ -8026,10 +8026,10 @@ unbox-primitive@^1.0.2:
80268026
has-symbols "^1.0.3"
80278027
which-boxed-primitive "^1.0.2"
80288028

8029-
undici-types@~6.21.0:
8030-
version "6.21.0"
8031-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
8032-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
8029+
undici-types@~7.16.0:
8030+
version "7.16.0"
8031+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
8032+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
80338033

80348034
unicode-emoji-modifier-base@^1.0.0:
80358035
version "1.0.0"

0 commit comments

Comments
 (0)