From 05fe78a26e2f11229e98569055c63033550121df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 06:24:14 +0800 Subject: [PATCH] chore(deps): bump ioredis from 5.0.2 to 5.0.3 (#9432) Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.2 to 5.0.3. - [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.2...v5.0.3) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2af41c8a600e39..0d5530699e91c7 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "https-proxy-agent": "5.0.0", "iconv-lite": "0.6.3", "instagram-private-api": "1.45.3", - "ioredis": "5.0.2", + "ioredis": "5.0.3", "ip": "*", "ip-regex": "4.3.0", "is-localhost-ip": "1.4.0", diff --git a/yarn.lock b/yarn.lock index 2b7fa6381469dc..84c0ee406faacd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7363,10 +7363,10 @@ interpret@^1.0.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== -ioredis@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.0.2.tgz#76bb83ef9757134d62270b9f45251518c55dfdb7" - integrity sha512-B8yZmqripQXllUUoeX8PhlzcsPiEGZToyD5f2gRzuMYHGOmX0RXh3TNdLIj+wcOs1+tk+W49D8qU9hkVohRFDw== +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== dependencies: "@ioredis/commands" "^1.1.1" cluster-key-slot "^1.1.0"