Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages to v2.7.7 (#858)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 47deca6 commit 2abc0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.7.6",
"@apollo/subgraph": "2.7.7",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion 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.7.6",
"@apollo/subgraph": "2.7.7",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion supergraph/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/gateway": "2.7.6",
"@apollo/gateway": "2.7.7",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
},
Expand Down

0 comments on commit 2abc0b6

Please sign in to comment.