Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2024
1 parent b7db7d9 commit a6431f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@apollo/gateway": "0.54.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/gateway": "0.54.1",
"apollo-server-lambda": "3.13.0",
"@apollo/subgraph": "0.6.1",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"devDependencies": {
"serverless": "3.39.0",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@apollo/subgraph": "0.6.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/pandas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"apollo-server": "3.13.0",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@apollo/subgraph": "0.6.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@apollo/subgraph": "0.6.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
"graphql": "16.9.0"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit a6431f5

Please sign in to comment.