Skip to content

Commit 424b7c0

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

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

4480+
"@ioredis/commands@^1.1.1":
4481+
version "1.2.0"
4482+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
4483+
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
4484+
44804485
"@istanbuljs/load-nyc-config@^1.0.0":
44814486
version "1.1.0"
44824487
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -13225,14 +13230,14 @@ graphql-query-complexity@^0.7.0:
1322513230
dependencies:
1322613231
lodash.get "^4.4.2"
1322713232

13228-
graphql-redis-subscriptions@2.4.2:
13229-
version "2.4.2"
13230-
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.4.2.tgz#338e77bd180cc5bfc810699ff5f0f5fdc380f90d"
13231-
integrity sha512-zMd1G6uZcEvqHZ6PsQ63BfRtw5Bg4cccql1pfkEQsj1vXVWe4p+o8DqNfd9DDUFXIqhHpqkSeN/49BlIwud4Ag==
13233+
graphql-redis-subscriptions@2.5.0:
13234+
version "2.5.0"
13235+
resolved "https://registry.yarnpkg.com/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.5.0.tgz#edc50d46122bc1491e37cd29b484f15c73653764"
13236+
integrity sha512-l7Sc1gXdgNUGFlgWOpqh14ZDm6bM2PPCvMprSt/myZAhTjE2u5Gw5F4ndanS0JqRtO/QhzoZCqio7ewDHa9P3w==
1323213237
dependencies:
1323313238
iterall "^1.3.0"
1323413239
optionalDependencies:
13235-
ioredis "^4.17.3"
13240+
ioredis "^5.1.0"
1323613241

1323713242
1323813243
version "1.10.0"
@@ -14171,7 +14176,7 @@ [email protected]:
1417114176
redis-parser "^3.0.0"
1417214177
standard-as-callback "^2.1.0"
1417314178

14174-
ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
14179+
ioredis@^4.19.4, ioredis@^4.23.0:
1417514180
version "4.27.6"
1417614181
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.6.tgz#a53d427d3fe75fbd10ed7ad150ce00559df8dcf8"
1417714182
integrity sha512-6W3ZHMbpCa8ByMyC1LJGOi7P2WiOKP9B3resoZOVLDhi+6dDBOW+KNsRq3yI36Hmnb2sifCxHX+YSarTeXh48A==
@@ -14187,6 +14192,21 @@ ioredis@^4.17.3, ioredis@^4.19.4, ioredis@^4.23.0:
1418714192
redis-parser "^3.0.0"
1418814193
standard-as-callback "^2.1.0"
1418914194

14195+
ioredis@^5.1.0:
14196+
version "5.2.2"
14197+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.2.tgz#212467e04f6779b4e0e800cece7bb7d3d7b546d2"
14198+
integrity sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ==
14199+
dependencies:
14200+
"@ioredis/commands" "^1.1.1"
14201+
cluster-key-slot "^1.1.0"
14202+
debug "^4.3.4"
14203+
denque "^2.0.1"
14204+
lodash.defaults "^4.2.0"
14205+
lodash.isarguments "^3.1.0"
14206+
redis-errors "^1.2.0"
14207+
redis-parser "^3.0.0"
14208+
standard-as-callback "^2.1.0"
14209+
1419014210
ip-regex@^2.1.0:
1419114211
version "2.1.0"
1419214212
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"

0 commit comments

Comments
 (0)