From b556f6fe1450f8c7164d65efa4d20a9ff633515e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:02:02 +0000 Subject: [PATCH] Bump ioredis from 5.8.1 to 5.8.2 Bumps [ioredis](https://github.com/luin/ioredis) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v5.8.1...v5.8.2) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 881e80d21..a51265c35 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fcntl": "github:scality/node-fcntl#0.3.0", "httpagent": "scality/httpagent#1.1.0", "https-proxy-agent": "^7.0.6", - "ioredis": "^5.8.1", + "ioredis": "^5.8.2", "ipaddr.js": "^2.2.0", "joi": "^18.0.1", "level": "~5.0.1", diff --git a/yarn.lock b/yarn.lock index 7b66e1f91..e01d3f417 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4058,10 +4058,10 @@ ioctl@^2.0.2: bindings "^1.5.0" nan "^2.14.0" -ioredis@*, ioredis@^5.8.1: - version "5.8.1" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.8.1.tgz#2d2dae406be71665607906f57b3c971bb4b089ae" - integrity sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ== +ioredis@*, ioredis@^5.8.2: + version "5.8.2" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.8.2.tgz#c7a228a26cf36f17a5a8011148836877780e2e14" + integrity sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q== dependencies: "@ioredis/commands" "1.4.0" cluster-key-slot "^1.1.0"