Skip to content

Commit 8ffb32b

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

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"
@@ -13241,14 +13246,14 @@ graphql-query-complexity@^0.7.0:
1324113246
dependencies:
1324213247
lodash.get "^4.4.2"
1324313248

13244-
graphql-redis-subscriptions@2.4.2:
13245-
version "2.4.2"
13246-
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.4.2.tgz#338e77bd180cc5bfc810699ff5f0f5fdc380f90d"
13247-
integrity sha512-zMd1G6uZcEvqHZ6PsQ63BfRtw5Bg4cccql1pfkEQsj1vXVWe4p+o8DqNfd9DDUFXIqhHpqkSeN/49BlIwud4Ag==
13249+
graphql-redis-subscriptions@2.5.0:
13250+
version "2.5.0"
13251+
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.5.0.tgz#edc50d46122bc1491e37cd29b484f15c73653764"
13252+
integrity sha512-l7Sc1gXdgNUGFlgWOpqh14ZDm6bM2PPCvMprSt/myZAhTjE2u5Gw5F4ndanS0JqRtO/QhzoZCqio7ewDHa9P3w==
1324813253
dependencies:
1324913254
iterall "^1.3.0"
1325013255
optionalDependencies:
13251-
ioredis "^4.17.3"
13256+
ioredis "^5.1.0"
1325213257

1325313258
1325413259
version "1.10.0"
@@ -14187,7 +14192,7 @@ [email protected]:
1418714192
redis-parser "^3.0.0"
1418814193
standard-as-callback "^2.1.0"
1418914194

14190-
ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
14195+
ioredis@^4.19.4, ioredis@^4.23.0:
1419114196
version "4.27.6"
1419214197
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.6.tgz#a53d427d3fe75fbd10ed7ad150ce00559df8dcf8"
1419314198
integrity sha512-6W3ZHMbpCa8ByMyC1LJGOi7P2WiOKP9B3resoZOVLDhi+6dDBOW+KNsRq3yI36Hmnb2sifCxHX+YSarTeXh48A==
@@ -14203,6 +14208,21 @@ ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
1420314208
redis-parser "^3.0.0"
1420414209
standard-as-callback "^2.1.0"
1420514210

14211+
ioredis@^5.1.0:
14212+
version "5.2.2"
14213+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.2.tgz#212467e04f6779b4e0e800cece7bb7d3d7b546d2"
14214+
integrity sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ==
14215+
dependencies:
14216+
"@ioredis/commands" "^1.1.1"
14217+
cluster-key-slot "^1.1.0"
14218+
debug "^4.3.4"
14219+
denque "^2.0.1"
14220+
lodash.defaults "^4.2.0"
14221+
lodash.isarguments "^3.1.0"
14222+
redis-errors "^1.2.0"
14223+
redis-parser "^3.0.0"
14224+
standard-as-callback "^2.1.0"
14225+
1420614226
ip-regex@^2.1.0:
1420714227
version "2.1.0"
1420814228
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)