Skip to content

Commit fc0d00e

Browse files
fix(deps): update dependency graphql to v16.10.0 (#782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9123ca7 commit fc0d00e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@apollo/gateway": "0.54.1",
1111
"apollo-server": "3.13.0",
1212
"supergraph-demo-opentelemetry": "0.2.4",
13-
"graphql": "16.9.0"
13+
"graphql": "16.10.0"
1414
},
1515
"keywords": [],
1616
"author": "",

serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/gateway": "0.54.1",
1010
"apollo-server-lambda": "3.13.0",
1111
"@apollo/subgraph": "0.6.1",
12-
"graphql": "16.9.0"
12+
"graphql": "16.10.0"
1313
},
1414
"devDependencies": {
1515
"serverless": "3.39.0",

subgraphs/inventory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@apollo/subgraph": "0.6.1",
1111
"apollo-server": "3.13.0",
1212
"supergraph-demo-opentelemetry": "0.2.4",
13-
"graphql": "16.9.0"
13+
"graphql": "16.10.0"
1414
},
1515
"keywords": [],
1616
"author": "",

subgraphs/pandas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"apollo-server": "3.13.0",
11-
"graphql": "16.9.0"
11+
"graphql": "16.10.0"
1212
},
1313
"keywords": [],
1414
"author": "",

subgraphs/products/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@apollo/subgraph": "0.6.1",
1111
"apollo-server": "3.13.0",
1212
"supergraph-demo-opentelemetry": "0.2.4",
13-
"graphql": "16.9.0"
13+
"graphql": "16.10.0"
1414
},
1515
"keywords": [],
1616
"author": "",

subgraphs/users/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@apollo/subgraph": "0.6.1",
1111
"apollo-server": "3.13.0",
1212
"supergraph-demo-opentelemetry": "0.2.4",
13-
"graphql": "16.9.0"
13+
"graphql": "16.10.0"
1414
},
1515
"keywords": [],
1616
"author": "",

0 commit comments

Comments
 (0)