Skip to content

Commit 32588c2

Browse files
chore(deps): update dependency @types/node to v24
1 parent b5bad7b commit 32588c2

File tree

5 files changed

+16
-33
lines changed

5 files changed

+16
-33
lines changed

examples/auto-pagination-multiple-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.9.3"
1818
},
1919
"devDependencies": {
20-
"@types/node": "22.13.2"
20+
"@types/node": "24.12.2"
2121
}
2222
}

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"typescript": "^5.0.4"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^22.0.0"
21+
"@types/node": "^24.0.0"
2222
}
2323
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "3.0.7",
20-
"@types/node": "22.13.2",
20+
"@types/node": "24.12.2",
2121
"@types/react": "19.0.8",
2222
"eslint": "9.20.1",
2323
"eslint-config-next": "15.5.15",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.9.3"
1818
},
1919
"devDependencies": {
20-
"@types/node": "22.13.2"
20+
"@types/node": "24.12.2"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,20 +2841,13 @@
28412841
resolved "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz"
28422842
integrity sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==
28432843

2844-
"@noble/curves@1.9.1":
2844+
"@noble/curves@1.9.1", "@noble/curves@~1.9.0":
28452845
version "1.9.1"
28462846
resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz"
28472847
integrity sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==
28482848
dependencies:
28492849
"@noble/hashes" "1.8.0"
28502850

2851-
"@noble/curves@~1.9.0":
2852-
version "1.9.7"
2853-
resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz"
2854-
integrity sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==
2855-
dependencies:
2856-
"@noble/hashes" "1.8.0"
2857-
28582851
"@noble/hashes@1.8.0", "@noble/hashes@^1.8.0", "@noble/hashes@~1.8.0":
28592852
version "1.8.0"
28602853
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz"
@@ -3178,12 +3171,12 @@
31783171
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz"
31793172
integrity sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==
31803173

3181-
"@types/node@*", "@types/node@22.13.2", "@types/node@^22.0.0":
3182-
version "22.13.2"
3183-
resolved "https://registry.npmjs.org/@types/node/-/node-22.13.2.tgz"
3184-
integrity sha512-Z+r8y3XL9ZpI2EY52YYygAFmo2/oWfNSj4BCpAXE2McAexDk8VcnBMGC9Djn9gTKt4d2T/hhXqmPzo4hfIXtTg==
3174+
"@types/node@*", "@types/node@24.12.2", "@types/node@^24.0.0":
3175+
version "24.12.2"
3176+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.2.tgz#353cb161dbf1785ea25e8829ba7ec574c5c629ac"
3177+
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
31853178
dependencies:
3186-
undici-types "~6.20.0"
3179+
undici-types "~7.16.0"
31873180

31883181
"@types/node@^12.7.1":
31893182
version "12.20.55"
@@ -8329,10 +8322,10 @@ undefsafe@^2.0.5:
83298322
resolved "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz"
83308323
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
83318324

8332-
undici-types@~6.20.0:
8333-
version "6.20.0"
8334-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz"
8335-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
8325+
undici-types@~7.16.0:
8326+
version "7.16.0"
8327+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
8328+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
83368329

83378330
unicode-canonical-property-names-ecmascript@^2.0.0:
83388331
version "2.0.1"
@@ -8622,16 +8615,11 @@ write-file-atomic@^4.0.2:
86228615
imurmurhash "^0.1.4"
86238616
signal-exit "^3.0.7"
86248617

8625-
ws@8.18.3:
8618+
ws@8.18.3, ws@^8.17.1:
86268619
version "8.18.3"
86278620
resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
86288621
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
86298622

8630-
ws@^8.17.1:
8631-
version "8.18.0"
8632-
resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
8633-
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
8634-
86358623
y18n@^4.0.0:
86368624
version "4.0.3"
86378625
resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz"
@@ -8717,12 +8705,7 @@ zen-observable@0.8.15:
87178705
resolved "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz"
87188706
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==
87198707

8720-
zod@^3.20.2:
8721-
version "3.24.1"
8722-
resolved "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz"
8723-
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==
8724-
8725-
zod@^3.24.2:
8708+
zod@^3.20.2, zod@^3.24.2:
87268709
version "3.25.76"
87278710
resolved "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz"
87288711
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==

0 commit comments

Comments
 (0)