File tree Expand file tree Collapse file tree 4 files changed +159
-157
lines changed Expand file tree Collapse file tree 4 files changed +159
-157
lines changed Original file line number Diff line number Diff line change 1
1
name : " hive-platform-demo"
2
2
services :
3
3
gateway :
4
- image : ghcr.io/graphql-hive/gateway:1.13.4
4
+ image : ghcr.io/graphql-hive/gateway:1.13.5
5
5
depends_on :
6
6
- users_subgraph
7
7
- comments_subgraph
@@ -73,7 +73,7 @@ services:
73
73
74
74
# Jaeger (Telmetry)
75
75
jaeger :
76
- image : jaegertracing/all-in-one:1.67 .0
76
+ image : jaegertracing/all-in-one:1.68 .0
77
77
environment :
78
78
COLLECTOR_OTLP_ENABLED : true
79
79
ports :
Original file line number Diff line number Diff line change 8
8
"dependencies" : {
9
9
"@apollo/server" : " 4.11.3" ,
10
10
"@apollo/subgraph" : " 2.10.0" ,
11
- "@graphql-mesh/hmac-upstream-signature" : " 1.2.25 " ,
11
+ "@graphql-mesh/hmac-upstream-signature" : " 1.2.26 " ,
12
12
"graphql" : " 16.10.0"
13
13
},
14
14
"devDependencies" : {
Original file line number Diff line number Diff line change 11
11
"graphql" : " 16.10.0" ,
12
12
"graphql-yoga" : " 5.13.2" ,
13
13
"@graphql-mesh/plugin-jwt-auth" : " 1.5.2" ,
14
- "@graphql-mesh/hmac-upstream-signature" : " 1.2.25 "
14
+ "@graphql-mesh/hmac-upstream-signature" : " 1.2.26 "
15
15
},
16
16
"devDependencies" : {
17
17
"tsx" : " ^4.16.2" ,
You can’t perform that action at this time.
0 commit comments