Skip to content

Commit

Permalink
fix: upgrade ioredis fixes #1445
Browse files Browse the repository at this point in the history
  • Loading branch information
manast authored Jun 9, 2021
1 parent 2e93733 commit f6a2364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cron-parser": "^2.13.0",
"debuglog": "^1.0.0",
"get-port": "^5.1.1",
"ioredis": "^4.22.0",
"ioredis": "^4.27.0",
"lodash": "^4.17.21",
"p-timeout": "^3.2.0",
"promise.prototype.finally": "^3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3234,10 +3234,10 @@ into-stream@^6.0.0:
from2 "^2.3.0"
p-is-promise "^3.0.0"

ioredis@^4.22.0:
version "4.26.0"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.26.0.tgz#dbbfb5e5da085fc2b1de8174db50fa42f9fed66a"
integrity sha512-nh39okWezWWZ35/RxXXzHksMFt4WCaev8SNO2kozRDeVdEAJj16EarqPP3JeHz8IEjEXN5CiVtbWMk62Z0eveQ==
ioredis@^4.27.0:
version "4.27.5"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.27.5.tgz#b62192bb6198f8a5a02947902117150aef39b7f1"
integrity sha512-JJ3HzOzU6kgUk3gKhpx8kxEYn9ruI5TkpOtGvbw/hLyWxfC19T9uCZTgmw4Mci4al4aOCCMfAjYzJ7aqQkLbJg==
dependencies:
cluster-key-slot "^1.1.0"
debug "^4.3.1"
Expand Down

0 comments on commit f6a2364

Please sign in to comment.