Skip to content

Commit 46c1b60

Browse files
chore(deps): update dependency @types/node to v24
1 parent 893aba3 commit 46c1b60

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
@@ -49,7 +49,7 @@
4949
"@txo/semantic-release": "^2.0.10",
5050
"@txo/tsconfig-cjs": "^2.0.0",
5151
"@types/jest": "^29.5.14",
52-
"@types/node": "^22.18.12",
52+
"@types/node": "^24.9.1",
5353
"concurrently": "^9.2.1",
5454
"eslint-config-txo-package-typescript": "^1.0.116",
5555
"graphql": "^16.11.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,12 +1563,12 @@
15631563
dependencies:
15641564
"@types/unist" "^2"
15651565

1566-
"@types/node@*", "@types/node@^22.18.12":
1567-
version "22.18.12"
1568-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
1569-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
1566+
"@types/node@*", "@types/node@^24.9.1":
1567+
version "24.9.1"
1568+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
1569+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
15701570
dependencies:
1571-
undici-types "~6.21.0"
1571+
undici-types "~7.16.0"
15721572

15731573
"@types/normalize-package-data@^2.4.3":
15741574
version "2.4.4"
@@ -7882,10 +7882,10 @@ unbox-primitive@^1.0.2:
78827882
has-symbols "^1.0.3"
78837883
which-boxed-primitive "^1.0.2"
78847884

7885-
undici-types@~6.21.0:
7886-
version "6.21.0"
7887-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7888-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7885+
undici-types@~7.16.0:
7886+
version "7.16.0"
7887+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7888+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
78897889

78907890
unicode-emoji-modifier-base@^1.0.0:
78917891
version "1.0.0"

0 commit comments

Comments
 (0)