Skip to content

Commit d7541be

Browse files
fix(deps): update dependency graphql-redis-subscriptions to v2.5.0
1 parent c3c8ac7 commit d7541be

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.1",
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
@@ -4479,6 +4479,11 @@
44794479
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
44804480
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
44814481

4482+
"@ioredis/commands@^1.1.1":
4483+
version "1.2.0"
4484+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
4485+
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
4486+
44824487
"@istanbuljs/load-nyc-config@^1.0.0":
44834488
version "1.1.0"
44844489
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -13192,14 +13197,14 @@ graphql-query-complexity@^0.7.0:
1319213197
dependencies:
1319313198
lodash.get "^4.4.2"
1319413199

13195-
graphql-redis-subscriptions@2.4.2:
13196-
version "2.4.2"
13197-
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.4.2.tgz#338e77bd180cc5bfc810699ff5f0f5fdc380f90d"
13198-
integrity sha512-zMd1G6uZcEvqHZ6PsQ63BfRtw5Bg4cccql1pfkEQsj1vXVWe4p+o8DqNfd9DDUFXIqhHpqkSeN/49BlIwud4Ag==
13200+
graphql-redis-subscriptions@2.5.0:
13201+
version "2.5.0"
13202+
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.5.0.tgz#edc50d46122bc1491e37cd29b484f15c73653764"
13203+
integrity sha512-l7Sc1gXdgNUGFlgWOpqh14ZDm6bM2PPCvMprSt/myZAhTjE2u5Gw5F4ndanS0JqRtO/QhzoZCqio7ewDHa9P3w==
1319913204
dependencies:
1320013205
iterall "^1.3.0"
1320113206
optionalDependencies:
13202-
ioredis "^4.17.3"
13207+
ioredis "^5.1.0"
1320313208

1320413209
1320513210
version "1.10.0"
@@ -14133,7 +14138,7 @@ [email protected]:
1413314138
redis-parser "^3.0.0"
1413414139
standard-as-callback "^2.1.0"
1413514140

14136-
ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
14141+
ioredis@^4.19.4, ioredis@^4.23.0:
1413714142
version "4.27.6"
1413814143
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.6.tgz#a53d427d3fe75fbd10ed7ad150ce00559df8dcf8"
1413914144
integrity sha512-6W3ZHMbpCa8ByMyC1LJGOi7P2WiOKP9B3resoZOVLDhi+6dDBOW+KNsRq3yI36Hmnb2sifCxHX+YSarTeXh48A==
@@ -14149,6 +14154,21 @@ ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
1414914154
redis-parser "^3.0.0"
1415014155
standard-as-callback "^2.1.0"
1415114156

14157+
ioredis@^5.1.0:
14158+
version "5.2.0"
14159+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.0.tgz#2644fcebbbcae945f1479f7cf31aa6734bbb13d6"
14160+
integrity sha512-a1E7qDtuuI+We60TLIm3TMrH5auIhbfINXYag6ZdB+mGJnH8rbmDOpr1V7iUvQQ7pWnEDYI/KXmia5IemsNJEQ==
14161+
dependencies:
14162+
"@ioredis/commands" "^1.1.1"
14163+
cluster-key-slot "^1.1.0"
14164+
debug "^4.3.4"
14165+
denque "^2.0.1"
14166+
lodash.defaults "^4.2.0"
14167+
lodash.isarguments "^3.1.0"
14168+
redis-errors "^1.2.0"
14169+
redis-parser "^3.0.0"
14170+
standard-as-callback "^2.1.0"
14171+
1415214172
ip-regex@^2.1.0:
1415314173
version "2.1.0"
1415414174
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)