Skip to content

Commit 54ee901

Browse files
chore(deps): update dependency @types/node to v24
1 parent bddd042 commit 54ee901

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
@@ -50,7 +50,7 @@
5050
"@txo/semantic-release": "^2.0.10",
5151
"@txo/tsconfig-cjs": "^2.0.0",
5252
"@types/jest": "^29.5.14",
53-
"@types/node": "^22.18.12",
53+
"@types/node": "^24.9.1",
5454
"concurrently": "^9.2.1",
5555
"eslint-config-txo-package-typescript": "^1.0.116",
5656
"husky": "^9.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,12 +1556,12 @@
15561556
dependencies:
15571557
"@types/unist" "^2"
15581558

1559-
"@types/node@*", "@types/node@^22.18.12":
1560-
version "22.18.12"
1561-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
1562-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
1559+
"@types/node@*", "@types/node@^24.9.1":
1560+
version "24.9.1"
1561+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
1562+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
15631563
dependencies:
1564-
undici-types "~6.21.0"
1564+
undici-types "~7.16.0"
15651565

15661566
"@types/normalize-package-data@^2.4.3":
15671567
version "2.4.4"
@@ -7904,10 +7904,10 @@ unbox-primitive@^1.0.2:
79047904
has-symbols "^1.0.3"
79057905
which-boxed-primitive "^1.0.2"
79067906

7907-
undici-types@~6.21.0:
7908-
version "6.21.0"
7909-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7910-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7907+
undici-types@~7.16.0:
7908+
version "7.16.0"
7909+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7910+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
79117911

79127912
unicode-emoji-modifier-base@^1.0.0:
79137913
version "1.0.0"

0 commit comments

Comments
 (0)