Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent 4c85a5b commit 39d38da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/docker-compose.router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.26.0
image: ghcr.io/apollographql/router:v1.27.0
volumes:
- ./supergraph.graphql:/dist/schema/supergraph.graphql
- ./router.yaml:/dist/config/router.yaml
Expand Down
2 changes: 1 addition & 1 deletion scripts/subgraphs/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node products.js"
},
"dependencies": {
"@apollo/subgraph": "2.5.2",
"@apollo/subgraph": "2.5.3",
"@apollo/server": "4.9.1",
"graphql": "16.7.1",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion scripts/subgraphs/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node users.js"
},
"dependencies": {
"@apollo/subgraph": "2.5.2",
"@apollo/subgraph": "2.5.3",
"@apollo/server": "4.9.1",
"@faker-js/faker": "^8.0.0",
"graphql": "16.7.1",
Expand Down

0 comments on commit 39d38da

Please sign in to comment.