From dcfd855a37611762a3e5ee979e05d3792bd77203 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 08:51:19 +0000 Subject: [PATCH] chore(deps): bump ioredis from 4.24.3 to 4.24.4 Bumps [ioredis](https://github.com/luin/ioredis) from 4.24.3 to 4.24.4. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.24.3...v4.24.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a882a53a1..64d0555ec 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "https-proxy-agent": "5.0.0", "iconv-lite": "0.6.2", "instagram-private-api": "1.44.0", - "ioredis": "4.24.3", + "ioredis": "4.24.4", "ip-regex": "4.2.0", "is-localhost-ip": "1.4.0", "jsdom": "16.5.1", diff --git a/yarn.lock b/yarn.lock index c62b6424f..dd70dea3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6805,10 +6805,10 @@ invert-kv@^2.0.0: resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== -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"