Skip to content

Commit 39b8929

Browse files
fix(deps): update dependency ioredis to v5
1 parent ac56ee9 commit 39b8929

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"express": "4.18.1",
8181
"graphql": "15.8.0",
8282
"graphql-redis-subscriptions": "2.4.2",
83-
"ioredis": "4.28.5",
83+
"ioredis": "5.2.3",
8484
"jsonwebtoken": "8.5.1",
8585
"migrate-mongo": "8.2.3",
8686
"mongodb": "4.8.1",

yarn.lock

Lines changed: 12 additions & 9 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"
@@ -14154,19 +14159,17 @@ interpret@^1.0.0:
1415414159
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
1415514160
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
1415614161

14157-
ioredis@4.28.5:
14158-
version "4.28.5"
14159-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.5.tgz#5c149e6a8d76a7f8fa8a504ffc85b7d5b6797f9f"
14160-
integrity sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==
14162+
ioredis@5.2.3:
14163+
version "5.2.3"
14164+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.3.tgz#d5b37eb13e643241660d6cee4eeb41a026cda8c0"
14165+
integrity sha512-gQNcMF23/NpvjCaa1b5YycUyQJ9rBNH2xP94LWinNpodMWVUPP5Ai/xXANn/SM7gfIvI62B5CCvZxhg5pOgyMw==
1416114166
dependencies:
14167+
"@ioredis/commands" "^1.1.1"
1416214168
cluster-key-slot "^1.1.0"
14163-
debug "^4.3.1"
14164-
denque "^1.1.0"
14169+
debug "^4.3.4"
14170+
denque "^2.0.1"
1416514171
lodash.defaults "^4.2.0"
14166-
lodash.flatten "^4.4.0"
1416714172
lodash.isarguments "^3.1.0"
14168-
p-map "^2.1.0"
14169-
redis-commands "1.7.0"
1417014173
redis-errors "^1.2.0"
1417114174
redis-parser "^3.0.0"
1417214175
standard-as-callback "^2.1.0"

0 commit comments

Comments
 (0)