Skip to content

Commit ea818f2

Browse files
Update all non-major dependencies
1 parent 0e80433 commit ea818f2

File tree

7 files changed

+1376
-1211
lines changed

7 files changed

+1376
-1211
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "hive-platform-demo"
22
services:
33
gateway:
4-
image: ghcr.io/graphql-hive/gateway:1.13.5
4+
image: ghcr.io/graphql-hive/gateway:1.16.5
55
depends_on:
66
- users_subgraph
77
- comments_subgraph
@@ -73,7 +73,7 @@ services:
7373

7474
# Jaeger (Telmetry)
7575
jaeger:
76-
image: jaegertracing/all-in-one:1.68.0
76+
image: jaegertracing/all-in-one:1.74.0
7777
environment:
7878
COLLECTOR_OTLP_ENABLED: true
7979
ports:
@@ -83,7 +83,7 @@ services:
8383
- graphql
8484

8585
grafana:
86-
image: grafana/grafana:10.4.17
86+
image: grafana/grafana:10.4.19
8787
networks:
8888
- graphql
8989
ports:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "set -e && docker compose up -d --build --force-recreate --remove-orphans"
1313
},
1414
"resolutions": {
15-
"graphql": "16.10.0"
15+
"graphql": "16.11.0"
1616
},
1717
"engines": {
1818
"node": ">=22.0.0"

subgraphs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.14.0-slim
1+
FROM node:22.20.0-slim
22

33
RUN apt-get update && apt-get install -y curl
44

subgraphs/comments/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"start": "tsx index.ts"
77
},
88
"dependencies": {
9-
"@apollo/server": "4.11.3",
10-
"@apollo/subgraph": "2.10.0",
11-
"@graphql-mesh/hmac-upstream-signature": "1.2.26",
12-
"graphql": "16.10.0"
9+
"@apollo/server": "4.12.2",
10+
"@apollo/subgraph": "2.11.2",
11+
"@graphql-mesh/hmac-upstream-signature": "1.2.32",
12+
"graphql": "16.11.0"
1313
},
1414
"devDependencies": {
1515
"tsx": "^4.16.2",
16-
"@graphql-hive/cli": "^0.49.0",
16+
"@graphql-hive/cli": "^0.50.0",
1717
"@types/node": "^22.10.2"
1818
}
1919
}

subgraphs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@theguild/federation-composition": "^0.18.0"
17+
"@theguild/federation-composition": "^0.20.0"
1818
},
1919
"workspaces": [
2020
"users",

subgraphs/users/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"dependencies": {
99
"@apollo/subgraph": "^2.8.3",
10-
"@graphql-hive/cli": "0.49.1",
11-
"graphql": "16.10.0",
12-
"graphql-yoga": "5.13.2",
13-
"@graphql-mesh/plugin-jwt-auth": "1.5.2",
14-
"@graphql-mesh/hmac-upstream-signature": "1.2.26"
10+
"@graphql-hive/cli": "0.50.5",
11+
"graphql": "16.11.0",
12+
"graphql-yoga": "5.16.0",
13+
"@graphql-mesh/plugin-jwt-auth": "1.5.10",
14+
"@graphql-mesh/hmac-upstream-signature": "1.2.32"
1515
},
1616
"devDependencies": {
1717
"tsx": "^4.16.2",

0 commit comments

Comments
 (0)