diff --git a/package.json b/package.json
index 97e44251bcd883b92da8e91ae036ea104ac7d7f4..7491d07d1519ce7efdd8697980c4e8f8417bc7a6 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
     "fastify-metrics": "^10.0.3",
     "fastify-plugin": "^4.5.0",
     "http-errors": "^2.0.0",
-    "ioredis": "^5.3.0",
+    "ioredis": "^5.3.1",
     "js-yaml": "^4.0.0",
     "lightship": "^7.1.1"
   },
diff --git a/yarn.lock b/yarn.lock
index e55a289787e1639c612709cc697e9a88c8ecb7e4..87037d347a586fb4254707cf4060bcc5bd9d0050 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1762,10 +1762,10 @@ ioredis-mock@^8.2.3:
     fengari "^0.1.4"
     fengari-interop "^0.1.3"
 
-ioredis@^5.0.0, ioredis@^5.3.0:
-  version "5.3.0"
-  resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.0.tgz#b5469f0fd374648ef074840c00c1d8eed42fca3f"
-  integrity sha512-Id9jKHhsILuIZpHc61QkagfVdUj2Rag5GzG1TGEvRNeM7dtTOjICgjC+tvqYxi//PuX2wjQ+Xjva2ONBuf92Pw==
+ioredis@^5.0.0, ioredis@^5.3.1:
+  version "5.3.1"
+  resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.1.tgz#55d394a51258cee3af9e96c21c863b1a97bf951f"
+  integrity sha512-C+IBcMysM6v52pTLItYMeV4Hz7uriGtoJdz7SSBDX6u+zwSYGirLdQh3L7t/OItWITcw3gTFMjJReYUwS4zihg==
   dependencies:
     "@ioredis/commands" "^1.1.1"
     cluster-key-slot "^1.1.0"