Skip to content

Commit 69ea6cd

Browse files
Update dependency graphql to v16.12.0 (#851)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e07fdb1 commit 69ea6cd

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

gateways/apollo-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"tsx": "4.20.6",
99
"typescript": "5.9.3",
10-
"graphql": "16.11.0",
10+
"graphql": "16.12.0",
1111
"@apollo/server": "5.1.0",
1212
"@apollo/gateway": "2.11.3"
1313
}

gateways/hive-gateway-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"dependencies": {
55
"@graphql-hive/gateway": "2.1.13",
6-
"graphql": "16.11.0"
6+
"graphql": "16.12.0"
77
},
88
"devDependencies": {
99
"bun": "1.3.1"

gateways/hive-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"dependencies": {
88
"@graphql-hive/gateway": "2.1.13",
9-
"graphql": "16.11.0"
9+
"graphql": "16.12.0"
1010
}
1111
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"tablemark": "4.1.0",
1313
"tsx": "4.20.6",
1414
"typescript": "5.9.3",
15-
"graphql": "16.11.0",
15+
"graphql": "16.12.0",
1616
"patch-package": "8.0.1",
1717
"capture-website-cli": "5.2.0"
1818
},

0 commit comments

Comments
 (0)