diff --git a/subgraphs/Dockerfile b/subgraphs/Dockerfile index f066dd4..d783fa8 100644 --- a/subgraphs/Dockerfile +++ b/subgraphs/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.14.0-slim +FROM node:24.11.1-slim RUN apt-get update && apt-get install -y curl diff --git a/subgraphs/comments/package.json b/subgraphs/comments/package.json index 540fea7..c617ed8 100644 --- a/subgraphs/comments/package.json +++ b/subgraphs/comments/package.json @@ -14,6 +14,6 @@ "devDependencies": { "tsx": "^4.16.2", "@graphql-hive/cli": "^0.49.0", - "@types/node": "^22.10.2" + "@types/node": "^24.0.0" } } diff --git a/subgraphs/package.json b/subgraphs/package.json index 47fc06e..e2fa54b 100644 --- a/subgraphs/package.json +++ b/subgraphs/package.json @@ -24,7 +24,7 @@ "node": ">=22.0.0" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^24.0.0", "concurrently": "^8.2.2", "graphql": "^16.9.0", "tsx": "^4.16.2", diff --git a/subgraphs/users/package.json b/subgraphs/users/package.json index c000a4d..f56d552 100644 --- a/subgraphs/users/package.json +++ b/subgraphs/users/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "tsx": "^4.16.2", - "@types/node": "^22.10.2" + "@types/node": "^24.0.0" } } diff --git a/yarn.lock b/yarn.lock index 8aa64d1..c6b47a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3006,13 +3006,20 @@ "@types/node" "*" form-data "^4.0.0" -"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.10.2", "@types/node@^22.5.5", "@types/node@^22.7.5": +"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.5.5", "@types/node@^22.7.5": version "22.14.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e" integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA== dependencies: undici-types "~6.21.0" +"@types/node@^24.0.0": + version "24.10.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01" + integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ== + dependencies: + undici-types "~7.16.0" + "@types/qs@*": version "6.9.17" resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.17.tgz#fc560f60946d0aeff2f914eb41679659d3310e1a" @@ -5615,6 +5622,11 @@ undici-types@~6.21.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== + unixify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unixify/-/unixify-1.0.0.tgz#3a641c8c2ffbce4da683a5c70f03a462940c2090"