Skip to content

Commit 79d76bb

Browse files
chore(deps): update node.js to v24
1 parent f487c87 commit 79d76bb

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.0
1+
24.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@txo/tsconfig-cjs": "^2.0.0",
3939
"@types/eslint": "^8.56.12",
4040
"@types/jest": "^29.5.14",
41-
"@types/node": "^22.18.12",
41+
"@types/node": "^24.9.1",
4242
"eslint-config-txo-typescript": "^4.0.70",
4343
"husky": "^9.1.7",
4444
"jest": "^29.7.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,12 +1420,12 @@
14201420
dependencies:
14211421
"@types/unist" "^2"
14221422

1423-
"@types/node@*", "@types/node@^22.18.12":
1424-
version "22.18.12"
1425-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
1426-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
1423+
"@types/node@*", "@types/node@^24.9.1":
1424+
version "24.9.2"
1425+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1426+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
14271427
dependencies:
1428-
undici-types "~6.21.0"
1428+
undici-types "~7.16.0"
14291429

14301430
"@types/normalize-package-data@^2.4.3":
14311431
version "2.4.3"
@@ -7272,10 +7272,10 @@ unbox-primitive@^1.0.2:
72727272
has-symbols "^1.0.3"
72737273
which-boxed-primitive "^1.0.2"
72747274

7275-
undici-types@~6.21.0:
7276-
version "6.21.0"
7277-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7278-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7275+
undici-types@~7.16.0:
7276+
version "7.16.0"
7277+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7278+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
72797279

72807280
unicode-emoji-modifier-base@^1.0.0:
72817281
version "1.0.0"

0 commit comments

Comments
 (0)