Skip to content

Commit a6a212c

Browse files
Update all non-major dependencies
1 parent bf4ad96 commit a6a212c

File tree

4 files changed

+161
-153
lines changed

4 files changed

+161
-153
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
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.13.6
55
depends_on:
66
- users_subgraph
77
- comments_subgraph

subgraphs/comments/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
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",
9+
"@apollo/server": "4.12.0",
10+
"@apollo/subgraph": "2.10.2",
11+
"@graphql-mesh/hmac-upstream-signature": "1.2.27",
1212
"graphql": "16.10.0"
1313
},
1414
"devDependencies": {

subgraphs/users/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"@apollo/subgraph": "^2.8.3",
1010
"@graphql-hive/cli": "0.49.1",
1111
"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"
12+
"graphql-yoga": "5.13.4",
13+
"@graphql-mesh/plugin-jwt-auth": "1.5.3",
14+
"@graphql-mesh/hmac-upstream-signature": "1.2.27"
1515
},
1616
"devDependencies": {
1717
"tsx": "^4.16.2",

0 commit comments

Comments
 (0)