Skip to content

Commit b34700e

Browse files
chore(deps): update node.js to v24
1 parent b4bd7a2 commit b34700e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.0

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.19.0",
52+
"@types/node": "^24.10.0",
5353
"concurrently": "^9.2.1",
5454
"eslint-config-txo-package-typescript": "^1.0.116",
5555
"graphql": "^16.12.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,12 +1575,12 @@
15751575
dependencies:
15761576
"@types/unist" "^2"
15771577

1578-
"@types/node@*", "@types/node@^22.19.0":
1579-
version "22.19.0"
1580-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.0.tgz#849606ef3920850583a4e7ee0930987c35ad80be"
1581-
integrity sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==
1578+
"@types/node@*", "@types/node@^24.10.0":
1579+
version "24.10.0"
1580+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
1581+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
15821582
dependencies:
1583-
undici-types "~6.21.0"
1583+
undici-types "~7.16.0"
15841584

15851585
"@types/normalize-package-data@^2.4.3":
15861586
version "2.4.4"
@@ -7892,10 +7892,10 @@ unbox-primitive@^1.0.2:
78927892
has-symbols "^1.0.3"
78937893
which-boxed-primitive "^1.0.2"
78947894

7895-
undici-types@~6.21.0:
7896-
version "6.21.0"
7897-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7898-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7895+
undici-types@~7.16.0:
7896+
version "7.16.0"
7897+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7898+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
78997899

79007900
unicode-emoji-modifier-base@^1.0.0:
79017901
version "1.0.0"

0 commit comments

Comments
 (0)