Skip to content

Commit d4cf050

Browse files
Bump ioredis from 4.17.3 to 4.19.4
Bumps [ioredis](https://github.com/luin/ioredis) from 4.17.3 to 4.19.4. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](redis/ioredis@v4.17.3...v4.19.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 536bafa commit d4cf050

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"express": "^4.17.1",
2424
"express-async-errors": "^3.1.1",
2525
"handlebars": "^4.7.6",
26-
"ioredis": "^4.17.3",
26+
"ioredis": "^4.19.4",
2727
"jsonwebtoken": "^8.5.1",
2828
"mime": "^2.4.6",
2929
"mongodb": "^3.6.2",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3772,17 +3772,18 @@ invariant@^2.2.2, invariant@^2.2.4:
37723772
dependencies:
37733773
loose-envify "^1.0.0"
37743774

3775-
ioredis@^4.17.3:
3776-
version "4.17.3"
3777-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.17.3.tgz#9938c60e4ca685f75326337177bdc2e73ae9c9dc"
3778-
integrity sha512-iRvq4BOYzNFkDnSyhx7cmJNOi1x/HWYe+A4VXHBu4qpwJaGT1Mp+D2bVGJntH9K/Z/GeOM/Nprb8gB3bmitz1Q==
3775+
ioredis@^4.19.4:
3776+
version "4.19.4"
3777+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.19.4.tgz#11112005f87ad3acac247ada3b22eb31b947f7c7"
3778+
integrity sha512-3haQWw9dpEjcfVcRktXlayVNrrqvvc2io7Q/uiV2UsYw8/HC2YwwJr78Wql7zu5bzwci0x9bZYA69U7KkevAvw==
37793779
dependencies:
37803780
cluster-key-slot "^1.1.0"
37813781
debug "^4.1.1"
37823782
denque "^1.1.0"
37833783
lodash.defaults "^4.2.0"
37843784
lodash.flatten "^4.4.0"
3785-
redis-commands "1.5.0"
3785+
p-map "^2.1.0"
3786+
redis-commands "1.6.0"
37863787
redis-errors "^1.2.0"
37873788
redis-parser "^3.0.0"
37883789
standard-as-callback "^2.0.1"
@@ -5347,6 +5348,11 @@ p-locate@^4.1.0:
53475348
dependencies:
53485349
p-limit "^2.2.0"
53495350

5351+
p-map@^2.1.0:
5352+
version "2.1.0"
5353+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
5354+
integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
5355+
53505356
p-try@^1.0.0:
53515357
version "1.0.0"
53525358
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
@@ -5868,10 +5874,10 @@ redent@^1.0.0:
58685874
indent-string "^2.1.0"
58695875
strip-indent "^1.0.1"
58705876

5871-
redis-commands@1.5.0, redis-commands@^1.5.0:
5872-
version "1.5.0"
5873-
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.5.0.tgz#80d2e20698fe688f227127ff9e5164a7dd17e785"
5874-
integrity sha512-6KxamqpZ468MeQC3bkWmCB1fp56XL64D4Kf0zJSwDZbVLLm7KFkoIcHrgRvQ+sk8dnhySs7+yBg94yIkAK7aJg==
5877+
redis-commands@1.6.0, redis-commands@^1.5.0:
5878+
version "1.6.0"
5879+
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.6.0.tgz#36d4ca42ae9ed29815cdb30ad9f97982eba1ce23"
5880+
integrity sha512-2jnZ0IkjZxvguITjFTrGiLyzQZcTvaw8DAaCXxZq/dsHXz7KfMQ3OUJy7Tz9vnRtZRVz6VRCPDvruvU8Ts44wQ==
58755881

58765882
redis-errors@^1.0.0, redis-errors@^1.2.0:
58775883
version "1.2.0"

0 commit comments

Comments
 (0)