Skip to content

Commit bf4ad96

Browse files
Update all non-major dependencies (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f887405 commit bf4ad96

File tree

4 files changed

+159
-157
lines changed

4 files changed

+159
-157
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 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.4
4+
image: ghcr.io/graphql-hive/gateway:1.13.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.67.0
76+
image: jaegertracing/all-in-one:1.68.0
7777
environment:
7878
COLLECTOR_OTLP_ENABLED: true
7979
ports:

subgraphs/comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@apollo/server": "4.11.3",
1010
"@apollo/subgraph": "2.10.0",
11-
"@graphql-mesh/hmac-upstream-signature": "1.2.25",
11+
"@graphql-mesh/hmac-upstream-signature": "1.2.26",
1212
"graphql": "16.10.0"
1313
},
1414
"devDependencies": {

subgraphs/users/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "16.10.0",
1212
"graphql-yoga": "5.13.2",
1313
"@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"
1515
},
1616
"devDependencies": {
1717
"tsx": "^4.16.2",

0 commit comments

Comments
 (0)