Skip to content

Commit 89e5871

Browse files
committed
fix(deps): update dependency graphql to v16.8.2
1 parent 57e64e4 commit 89e5871

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.8.1"
13+
"graphql": "16.8.2"
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.8.1"
12+
"graphql": "16.8.2"
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.8.1"
13+
"graphql": "16.8.2"
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.8.1"
11+
"graphql": "16.8.2"
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.8.1"
13+
"graphql": "16.8.2"
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.8.1"
13+
"graphql": "16.8.2"
1414
},
1515
"keywords": [],
1616
"author": "",

0 commit comments

Comments
 (0)