From 9be4b22a5861fb44110b10d3058fe864ae4fc0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:46:22 +0000 Subject: [PATCH] Bump ioredis from 5.2.3 to 5.2.4 Bumps [ioredis](https://github.com/luin/ioredis) from 5.2.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.2.3...v5.2.4) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d6a62c7..a1c0eb9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "axios": "^1.1.3", "core-js-pure": "^3.26.0", "critters": "^0.0.16", - "ioredis": "^5.2.3", + "ioredis": "^5.2.4", "next": "12", "next-seo": "^5.13.0", "next-themes": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 05d7504..39514cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1854,9 +1854,10 @@ intl-messageformat@^10.1.0: "@formatjs/icu-messageformat-parser" "2.1.7" tslib "2.4.0" -ioredis@^5.2.3: - version "5.2.3" - resolved "https://registry.npmjs.org/ioredis/-/ioredis-5.2.3.tgz" +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"