From aee2b444280077a4bdceb691405e23f320d7941f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:55:52 +0000 Subject: [PATCH] chore(deps): bump ioredis from 5.0.3 to 5.2.4 Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.3 to 5.2.4. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v5.0.3...v5.2.4) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3cf8be10a9f31d..3f9e905eeb23a6 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "https-proxy-agent": "5.0.0", "iconv-lite": "0.6.3", "instagram-private-api": "1.45.3", - "ioredis": "5.0.3", + "ioredis": "5.2.4", "ip": "*", "ip-regex": "4.3.0", "is-localhost-ip": "1.4.0", diff --git a/yarn.lock b/yarn.lock index d289b83de012d8..824b9d2affb4ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7340,10 +7340,10 @@ interpret@^1.0.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== -ioredis@5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.0.3.tgz#5a742a03128a9924f98b957c8721720b4165b3ab" - integrity sha512-hKxywVypoGGUJDyfnMufO0VNkuIaQufo2/PJ5SOYBKWgf4+gCnZEPaBPle615k08euY9/B9DKytVtwZROF7HaA== +ioredis@5.2.4: + version "5.2.4" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.4.tgz#9e262a668bc29bae98f2054c1e0d7efd86996b96" + integrity sha512-qIpuAEt32lZJQ0XyrloCRdlEdUUNGG9i0UOk6zgzK6igyudNWqEBxfH6OlbnOOoBBvr1WB02mm8fR55CnikRng== dependencies: "@ioredis/commands" "^1.1.1" cluster-key-slot "^1.1.0"