diff --git a/package-lock.json b/package-lock.json
index 9c55ea4c..3b242659 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
         "node-ts-cache-storage-memory": "4.4.0",
         "redis": "4.7.0",
         "typescript": "5.6.3",
-        "uuid": "11.0.2",
+        "uuid": "11.0.3",
         "winston": "3.17.0"
       },
       "devDependencies": {
@@ -6560,9 +6560,9 @@
       }
     },
     "node_modules/uuid": {
-      "version": "11.0.2",
-      "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
-      "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
+      "version": "11.0.3",
+      "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
+      "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
       "funding": [
         "https://github.com/sponsors/broofa",
         "https://github.com/sponsors/ctavan"
@@ -11484,9 +11484,9 @@
       "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
     },
     "uuid": {
-      "version": "11.0.2",
-      "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
-      "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ=="
+      "version": "11.0.3",
+      "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
+      "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg=="
     },
     "v8-compile-cache-lib": {
       "version": "3.0.1",
diff --git a/package.json b/package.json
index f4ce626a..1e35263b 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
     "node-ts-cache-storage-memory": "4.4.0",
     "redis": "4.7.0",
     "typescript": "5.6.3",
-    "uuid": "11.0.2",
+    "uuid": "11.0.3",
     "winston": "3.17.0"
   },
   "devDependencies": {