diff --git a/package.json b/package.json
index a6b87b7dd6181518f9994d9542fcc1190c5b96f0..9e58c406fb3fc8e1ac69c02dcd927560c0ac4238 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
     "fastify-metrics": "^9.2.2",
     "fastify-plugin": "^4.2.1",
     "http-errors": "^2.0.0",
-    "ioredis": "^5.2.2",
+    "ioredis": "^5.2.3",
     "js-yaml": "^4.0.0"
   },
   "devDependencies": {
diff --git a/yarn.lock b/yarn.lock
index 9dd7cb3c421c61ce1c632def5e1a21cac989c323..9e6c660ce21fa43a339071447fa1f3bcfc5abfe7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1721,10 +1721,10 @@ ioredis@^4.28.5:
     redis-parser "^3.0.0"
     standard-as-callback "^2.1.0"
 
-ioredis@^5.2.2:
-  version "5.2.2"
-  resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.2.tgz#212467e04f6779b4e0e800cece7bb7d3d7b546d2"
-  integrity sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ==
+ioredis@^5.2.3:
+  version "5.2.3"
+  resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.3.tgz#d5b37eb13e643241660d6cee4eeb41a026cda8c0"
+  integrity sha512-gQNcMF23/NpvjCaa1b5YycUyQJ9rBNH2xP94LWinNpodMWVUPP5Ai/xXANn/SM7gfIvI62B5CCvZxhg5pOgyMw==
   dependencies:
     "@ioredis/commands" "^1.1.1"
     cluster-key-slot "^1.1.0"