Skip to content

Commit 57e6279

Browse files
fix(deps): update dependency ioredis to v4.30.0
1 parent 4b09c96 commit 57e6279

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
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.2",
8181
"graphql": "15.8.0",
8282
"graphql-redis-subscriptions": "2.4.2",
83-
"ioredis": "4.28.5",
83+
"ioredis": "4.30.0",
8484
"jsonwebtoken": "8.5.1",
8585
"migrate-mongo": "8.2.3",
8686
"mongodb": "4.12.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5164,6 +5164,11 @@
51645164
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
51655165
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
51665166

5167+
"@ioredis/commands@^1.0.2":
5168+
version "1.2.0"
5169+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
5170+
integrity sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==
5171+
51675172
"@istanbuljs/load-nyc-config@^1.0.0":
51685173
version "1.1.0"
51695174
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -14973,19 +14978,19 @@ interpret@^1.0.0:
1497314978
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
1497414979
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
1497514980

14976-
ioredis@4.28.5:
14977-
version "4.28.5"
14978-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.5.tgz#5c149e6a8d76a7f8fa8a504ffc85b7d5b6797f9f"
14979-
integrity sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==
14981+
ioredis@4.30.0:
14982+
version "4.30.0"
14983+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.30.0.tgz#023277fcbeddd2dba3c101ef45f26c3f1de98a92"
14984+
integrity sha512-P9F4Eo6zicYsIJbEy/mPJmSxKY0rVcmiy5H8oXPxPDotQRCvCBjBuI5QWoQQanVE9jdeocnum5iqYAHl4pHdLA==
1498014985
dependencies:
14986+
"@ioredis/commands" "^1.0.2"
1498114987
cluster-key-slot "^1.1.0"
1498214988
debug "^4.3.1"
1498314989
denque "^1.1.0"
1498414990
lodash.defaults "^4.2.0"
1498514991
lodash.flatten "^4.4.0"
1498614992
lodash.isarguments "^3.1.0"
1498714993
p-map "^2.1.0"
14988-
redis-commands "1.7.0"
1498914994
redis-errors "^1.2.0"
1499014995
redis-parser "^3.0.0"
1499114996
standard-as-callback "^2.1.0"

0 commit comments

Comments
 (0)