Skip to content

Commit d1f0a69

Browse files
Update Node.js to v24
1 parent 3dd6241 commit d1f0a69

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@graphql-codegen/cli": "6.1.2",
3030
"@graphql-typed-document-node/core": "3.2.0",
3131
"@parcel/watcher": "2.5.1",
32-
"@types/node": "22.18.12",
32+
"@types/node": "24.11.0",
3333
"eslint": "9.38.0",
3434
"npm-run-all2": "8.0.4",
3535
"prettier": "3.6.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,12 +2385,12 @@
23852385
dependencies:
23862386
undici-types "~6.20.0"
23872387

2388-
"@types/node@22.18.12":
2389-
version "22.18.12"
2390-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
2391-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
2388+
"@types/node@24.11.0":
2389+
version "24.11.0"
2390+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.0.tgz#34e8f9603ada03fdc36a532faefdb8e1bb3693a0"
2391+
integrity sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==
23922392
dependencies:
2393-
undici-types "~6.21.0"
2393+
undici-types "~7.16.0"
23942394

23952395
"@types/ws@^8.0.0":
23962396
version "8.5.13"
@@ -5769,10 +5769,10 @@ undici-types@~6.20.0:
57695769
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
57705770
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
57715771

5772-
undici-types@~6.21.0:
5773-
version "6.21.0"
5774-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5775-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5772+
undici-types@~7.16.0:
5773+
version "7.16.0"
5774+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
5775+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
57765776

57775777
unixify@^1.0.0:
57785778
version "1.0.0"

0 commit comments

Comments
 (0)