Skip to content

Commit

Permalink
fix(deps): update all graphql-mesh dependencies (#664)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: theguild-bot <bot@the-guild.dev>
  • Loading branch information
3 people authored Feb 14, 2025
1 parent 3bb2443 commit b4d4760
Show file tree
Hide file tree
Showing 55 changed files with 2,505 additions and 2,481 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-hive_gateway-664-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-hive/gateway': patch
---

dependencies updates:

- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.4) (from `^0.0.3`, in `dependencies`)
Binary file modified examples/apq-subgraphs/example.tar.gz
Binary file not shown.
263 changes: 132 additions & 131 deletions examples/apq-subgraphs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/apq-subgraphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"overrides": {
"esbuild": "^0.25.0"
Expand Down
Binary file modified examples/extra-fields/example.tar.gz
Binary file not shown.
263 changes: 132 additions & 131 deletions examples/extra-fields/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/extra-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
Binary file modified examples/federation-example/example.tar.gz
Binary file not shown.
233 changes: 117 additions & 116 deletions examples/federation-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"graphql": "^16.9.0",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"overrides": {
"esbuild": "^0.25.0"
Expand Down
Binary file modified examples/federation-mixed/example.tar.gz
Binary file not shown.
299 changes: 150 additions & 149 deletions examples/federation-mixed/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"fets": "^0.8.4",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
Binary file modified examples/federation-subscriptions-passthrough/example.tar.gz
Binary file not shown.
233 changes: 117 additions & 116 deletions examples/federation-subscriptions-passthrough/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-subscriptions-passthrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-sse": "^2.5.3",
"graphql-ws": "^6.0.2",
"ws": "^8.17.1",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
Binary file modified examples/file-upload/example.tar.gz
Binary file not shown.
263 changes: 132 additions & 131 deletions examples/file-upload/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/compose-cli": "^1.2.13",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
Binary file modified examples/hmac-auth-https/example.tar.gz
Binary file not shown.
273 changes: 137 additions & 136 deletions examples/hmac-auth-https/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/hmac-auth-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.9.3",
"@graphql-hive/gateway": "^1.10.1",
"@graphql-hive/gateway": "^1.10.2",
"@graphql-mesh/compose-cli": "^1.3.3",
"@graphql-mesh/hmac-upstream-signature": "^1.2.20",
"@graphql-mesh/plugin-jwt-auth": "^1.4.0",
Expand Down
Binary file modified examples/interface-additional-resolvers/example.tar.gz
Binary file not shown.
263 changes: 132 additions & 131 deletions examples/interface-additional-resolvers/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/interface-additional-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"graphql": "^16.9.0",
"graphql-yoga": "^5.10.11",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.1"
"@graphql-hive/gateway": "^1.10.2"
},
"devDependencies": {
"tsx": "^4.19.2"
Expand Down
Binary file modified examples/json-schema-subscriptions/example.tar.gz
Binary file not shown.
Loading

0 comments on commit b4d4760

Please sign in to comment.