From 67901cc15784dad9c5401fac3a42c78213845aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:20:07 +0000 Subject: [PATCH] chore(deps): bump ioredis from 5.0.3 to 5.2.2 Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.3 to 5.2.2. - [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.2) --- 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..f1efdeda07f68f 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.2", "ip": "*", "ip-regex": "4.3.0", "is-localhost-ip": "1.4.0", diff --git a/yarn.lock b/yarn.lock index d289b83de012d8..556f79276e73d1 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.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.2.tgz#212467e04f6779b4e0e800cece7bb7d3d7b546d2" + integrity sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ== dependencies: "@ioredis/commands" "^1.1.1" cluster-key-slot "^1.1.0"