From a711fa5d89aea034895c9e985ac50283323c903d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:30:00 +0000 Subject: [PATCH] Update dependency graphql-redis-subscriptions to v2.7.0 --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4cea51..183d95d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9699,14 +9699,14 @@ } }, "node_modules/graphql-redis-subscriptions": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.6.0.tgz", - "integrity": "sha512-hWAPkCNSFKpEOJBMLAcbpGl/gv+s1Yho2JIwP9MK2RlvqlWiqhAYqjA/HVRK86nkYsRkBwGgqvaNxtV1fAexBQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.7.0.tgz", + "integrity": "sha512-IK4uCKx1UNhkcnG9lIqFWz9PpltSbuM8RygwGoB/e1HZMuKpAGeqqfHFeLKkQjjubvk4tAdUdx48AUkTAXJ17Q==", "optionalDependencies": { - "ioredis": "^5.2.4" + "ioredis": "^5.3.2" }, "peerDependencies": { - "graphql-subscriptions": "^1.0.0 || ^2.0.0" + "graphql-subscriptions": "^1.0.0 || ^2.0.0 || ^3.0.0" } }, "node_modules/graphql-request": { @@ -17406,7 +17406,7 @@ "faktory-worker": "^4.5.1", "fp-ts": "^2.12.3", "graphql": "^16.8.1", - "graphql-redis-subscriptions": "^2.6.0", + "graphql-redis-subscriptions": "^2.7.0", "graphql-scalars": "^1.22.4", "graphql-ws": "^5.14.3", "immutable": "^4.1.0", @@ -17568,7 +17568,7 @@ "faktory-worker": "^4.5.1", "fp-ts": "^2.12.3", "graphql": "^16.8.1", - "graphql-redis-subscriptions": "^2.6.0", + "graphql-redis-subscriptions": "2.7.0", "graphql-scalars": "^1.22.4", "graphql-ws": "^5.14.3", "immutable": "^4.1.0", @@ -25024,11 +25024,11 @@ } }, "graphql-redis-subscriptions": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.6.0.tgz", - "integrity": "sha512-hWAPkCNSFKpEOJBMLAcbpGl/gv+s1Yho2JIwP9MK2RlvqlWiqhAYqjA/HVRK86nkYsRkBwGgqvaNxtV1fAexBQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.7.0.tgz", + "integrity": "sha512-IK4uCKx1UNhkcnG9lIqFWz9PpltSbuM8RygwGoB/e1HZMuKpAGeqqfHFeLKkQjjubvk4tAdUdx48AUkTAXJ17Q==", "requires": { - "ioredis": "^5.2.4" + "ioredis": "^5.3.2" } }, "graphql-request": {