Skip to content

Commit f234984

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

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

4487+
"@ioredis/commands@^1.1.1":
4488+
version "1.2.0"
4489+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
4490+
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
4491+
44874492
"@istanbuljs/load-nyc-config@^1.0.0":
44884493
version "1.1.0"
44894494
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -13237,14 +13242,14 @@ graphql-query-complexity@^0.7.0:
1323713242
dependencies:
1323813243
lodash.get "^4.4.2"
1323913244

13240-
graphql-redis-subscriptions@2.4.2:
13241-
version "2.4.2"
13242-
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.4.2.tgz#338e77bd180cc5bfc810699ff5f0f5fdc380f90d"
13243-
integrity sha512-zMd1G6uZcEvqHZ6PsQ63BfRtw5Bg4cccql1pfkEQsj1vXVWe4p+o8DqNfd9DDUFXIqhHpqkSeN/49BlIwud4Ag==
13245+
graphql-redis-subscriptions@2.5.0:
13246+
version "2.5.0"
13247+
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.5.0.tgz#edc50d46122bc1491e37cd29b484f15c73653764"
13248+
integrity sha512-l7Sc1gXdgNUGFlgWOpqh14ZDm6bM2PPCvMprSt/myZAhTjE2u5Gw5F4ndanS0JqRtO/QhzoZCqio7ewDHa9P3w==
1324413249
dependencies:
1324513250
iterall "^1.3.0"
1324613251
optionalDependencies:
13247-
ioredis "^4.17.3"
13252+
ioredis "^5.1.0"
1324813253

1324913254
1325013255
version "1.10.0"
@@ -14183,7 +14188,7 @@ [email protected]:
1418314188
redis-parser "^3.0.0"
1418414189
standard-as-callback "^2.1.0"
1418514190

14186-
ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
14191+
ioredis@^4.19.4, ioredis@^4.23.0:
1418714192
version "4.27.6"
1418814193
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.6.tgz#a53d427d3fe75fbd10ed7ad150ce00559df8dcf8"
1418914194
integrity sha512-6W3ZHMbpCa8ByMyC1LJGOi7P2WiOKP9B3resoZOVLDhi+6dDBOW+KNsRq3yI36Hmnb2sifCxHX+YSarTeXh48A==
@@ -14199,6 +14204,21 @@ ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
1419914204
redis-parser "^3.0.0"
1420014205
standard-as-callback "^2.1.0"
1420114206

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

0 commit comments

Comments
 (0)