Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/@graphql-hive_gateway-1664-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-redis@^0.105.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.105.0) (from `^0.104.14`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@graphql-hive/pubsub": "workspace:^",
"@graphql-mesh/cache-cfw-kv": "^0.105.14",
"@graphql-mesh/cache-localforage": "^0.105.15",
"@graphql-mesh/cache-redis": "^0.104.14",
"@graphql-mesh/cache-redis": "^0.105.0",
"@graphql-mesh/cache-upstash-redis": "^0.1.14",
"@graphql-mesh/cross-helpers": "^0.4.10",
"@graphql-mesh/hmac-upstream-signature": "workspace:^",
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4150,7 +4150,7 @@ __metadata:
"@graphql-hive/pubsub": "workspace:^"
"@graphql-mesh/cache-cfw-kv": "npm:^0.105.14"
"@graphql-mesh/cache-localforage": "npm:^0.105.15"
"@graphql-mesh/cache-redis": "npm:^0.104.14"
"@graphql-mesh/cache-redis": "npm:^0.105.0"
"@graphql-mesh/cache-upstash-redis": "npm:^0.1.14"
"@graphql-mesh/cross-helpers": "npm:^0.4.10"
"@graphql-mesh/hmac-upstream-signature": "workspace:^"
Expand Down Expand Up @@ -4475,20 +4475,21 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/cache-redis@npm:^0.104.14":
version: 0.104.14
resolution: "@graphql-mesh/cache-redis@npm:0.104.14"
"@graphql-mesh/cache-redis@npm:^0.105.0":
version: 0.105.0
resolution: "@graphql-mesh/cache-redis@npm:0.105.0"
dependencies:
"@graphql-mesh/cross-helpers": "npm:^0.4.10"
"@graphql-mesh/string-interpolation": "npm:0.5.9"
"@graphql-mesh/types": "npm:^0.104.14"
"@opentelemetry/api": "npm:^1.9.0"
"@whatwg-node/disposablestack": "npm:^0.0.6"
ioredis: "npm:^5.3.2"
ioredis-mock: "npm:^8.13.0"
ioredis-mock: "npm:^8.13.1"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: "*"
checksum: 10c0/4afe7542ff8d453fca2ba88d8e9dcc3733494484a42eab5c9603f7e8152de630481fd16e264d2136141e08ceedafd415937b35f6ab172c4ac95d6782b945c651
checksum: 10c0/76f41773eff7033db7ffed73b655b6e4fd8403a5e87fab45590f3ee7c85717eba5413a99983de74ea3813e8b2661684101225977367fcba76d3bf50c164368f1
languageName: node
linkType: hard

Expand Down
Loading