diff --git a/backend/package.json b/backend/package.json index fec561242..bcc1c96fa 100644 --- a/backend/package.json +++ b/backend/package.json @@ -50,7 +50,7 @@ "graphql-tag": "~2.10.3", "graphql-upload": "^13.0.0", "helmet": "~8.1.0", - "ioredis": "^5.8.1", + "ioredis": "^5.8.2", "jsonwebtoken": "~8.5.1", "languagedetect": "^2.0.0", "linkify-html": "^4.3.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index 4b9552e1a..7c2b36049 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6996,10 +6996,10 @@ internal-slot@^1.1.0: hasown "^2.0.2" side-channel "^1.1.0" -ioredis@^5.3.2, 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@^5.3.2, 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"