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"