Skip to content

Commit

Permalink
chore(deps): update dependency ioredis to ^4.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 24, 2021
1 parent 8429b2b commit c248acc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/@averjs/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/exreplay/aver.js/issues"
},
"dependencies": {
"ioredis": "^4.24.3",
"ioredis": "^4.24.4",
"kue": "^0.11.6"
}
}
2 changes: 1 addition & 1 deletion packages/@averjs/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"connect-redis": "^5.1.0",
"express-session": "^1.17.1",
"ioredis": "^4.24.3",
"ioredis": "^4.24.4",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8808,10 +8808,10 @@ invert-kv@^1.0.0:
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY=

ioredis@^4.24.3:
version "4.24.3"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.24.3.tgz#ba14c3621f751727f1b6c41c55ab26a7794018d5"
integrity sha512-ANE2YT2fCa+KE0EUmx8VMZuJ+LaTNVXhjyAUDAxom9nqJGAXzCbNBMcujrUSJbz6xc2ZMaMxGB5y10cfYo/0IA==
ioredis@^4.24.4:
version "4.24.4"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.24.4.tgz#2f3cc03c5bfc75e13141459418bb1bd64ba1c7cf"
integrity sha512-v28xxBENyTmReC6lVTL7EkAPjVF8cuGtDEjGDi1Z2n7htsC2WdiDceZrCIPeuPiLa6kDFWHb1Y8O0upZROsMgA==
dependencies:
cluster-key-slot "^1.1.0"
debug "^4.3.1"
Expand Down

0 comments on commit c248acc

Please sign in to comment.