Skip to content

Commit 86be6b4

Browse files
fix(deps): update dependency graphql-redis-subscriptions to v2.5.0
1 parent 4b09c96 commit 86be6b4

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"envsub": "4.0.7",
8080
"express": "4.18.2",
8181
"graphql": "15.8.0",
82-
"graphql-redis-subscriptions": "2.4.2",
82+
"graphql-redis-subscriptions": "2.5.0",
8383
"ioredis": "4.28.5",
8484
"jsonwebtoken": "8.5.1",
8585
"migrate-mongo": "8.2.3",

yarn.lock

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5164,6 +5164,11 @@
51645164
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
51655165
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
51665166

5167+
"@ioredis/commands@^1.1.1":
5168+
version "1.2.0"
5169+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
5170+
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
5171+
51675172
"@istanbuljs/load-nyc-config@^1.0.0":
51685173
version "1.1.0"
51695174
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -14049,14 +14054,14 @@ graphql-query-complexity@^0.7.0:
1404914054
dependencies:
1405014055
lodash.get "^4.4.2"
1405114056

14052-
graphql-redis-subscriptions@2.4.2:
14053-
version "2.4.2"
14054-
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.4.2.tgz#338e77bd180cc5bfc810699ff5f0f5fdc380f90d"
14055-
integrity sha512-zMd1G6uZcEvqHZ6PsQ63BfRtw5Bg4cccql1pfkEQsj1vXVWe4p+o8DqNfd9DDUFXIqhHpqkSeN/49BlIwud4Ag==
14057+
graphql-redis-subscriptions@2.5.0:
14058+
version "2.5.0"
14059+
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.5.0.tgz#edc50d46122bc1491e37cd29b484f15c73653764"
14060+
integrity sha512-l7Sc1gXdgNUGFlgWOpqh14ZDm6bM2PPCvMprSt/myZAhTjE2u5Gw5F4ndanS0JqRtO/QhzoZCqio7ewDHa9P3w==
1405614061
dependencies:
1405714062
iterall "^1.3.0"
1405814063
optionalDependencies:
14059-
ioredis "^4.17.3"
14064+
ioredis "^5.1.0"
1406014065

1406114066
1406214067
version "1.10.0"
@@ -14990,7 +14995,7 @@ [email protected]:
1499014995
redis-parser "^3.0.0"
1499114996
standard-as-callback "^2.1.0"
1499214997

14993-
ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
14998+
ioredis@^4.19.4, ioredis@^4.23.0:
1499414999
version "4.27.6"
1499515000
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.6.tgz#a53d427d3fe75fbd10ed7ad150ce00559df8dcf8"
1499615001
integrity sha512-6W3ZHMbpCa8ByMyC1LJGOi7P2WiOKP9B3resoZOVLDhi+6dDBOW+KNsRq3yI36Hmnb2sifCxHX+YSarTeXh48A==
@@ -15006,6 +15011,21 @@ ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
1500615011
redis-parser "^3.0.0"
1500715012
standard-as-callback "^2.1.0"
1500815013

15014+
ioredis@^5.1.0:
15015+
version "5.2.4"
15016+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.4.tgz#9e262a668bc29bae98f2054c1e0d7efd86996b96"
15017+
integrity sha512-qIpuAEt32lZJQ0XyrloCRdlEdUUNGG9i0UOk6zgzK6igyudNWqEBxfH6OlbnOOoBBvr1WB02mm8fR55CnikRng==
15018+
dependencies:
15019+
"@ioredis/commands" "^1.1.1"
15020+
cluster-key-slot "^1.1.0"
15021+
debug "^4.3.4"
15022+
denque "^2.0.1"
15023+
lodash.defaults "^4.2.0"
15024+
lodash.isarguments "^3.1.0"
15025+
redis-errors "^1.2.0"
15026+
redis-parser "^3.0.0"
15027+
standard-as-callback "^2.1.0"
15028+
1500915029
ip-regex@^2.1.0:
1501015030
version "2.1.0"
1501115031
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)