diff --git a/package.json b/package.json
index a244e109e2a08ecb43abe6150c87c94ac725b851..f025bf4a5beeb470035a241276a505ef9b0469ef 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
     "@fastify/formbody": "^7.4.0",
     "@fastify/helmet": "^10.1.0",
     "@fastify/swagger": "^8.2.0",
-    "@fastify/url-data": "^5.1.0",
+    "@fastify/url-data": "^5.2.0",
     "@open-xchange/logging": "^0.1.5",
     "bull": "^4.10.2",
     "dotenv-defaults": "^5.0.2",
diff --git a/yarn.lock b/yarn.lock
index 3b975a72c467b5cbfa759094de9e380bc2adbab7..f8c8ca73d1dcd20f3e573759db0b39538000bd9c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -80,10 +80,10 @@
     rfdc "^1.3.0"
     yaml "^2.1.1"
 
-"@fastify/url-data@^5.1.0":
-  version "5.1.0"
-  resolved "https://registry.yarnpkg.com/@fastify/url-data/-/url-data-5.1.0.tgz#1674b2f93ef877dde79db4f7ccc97eeff15c1d79"
-  integrity sha512-n8mz0FiXOOxFJP5QqoMTmfQ9Ejt56K+o+NzJVoDq6LWRZaA1cn0gfR8u0njuiliBTSgbrGovxz6oOQIOQfmW3w==
+"@fastify/url-data@^5.2.0":
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/@fastify/url-data/-/url-data-5.2.0.tgz#f198ee1a89390f430e464f76a68e6755eb5036f2"
+  integrity sha512-/43Cl4pWZZT/6viDoIDdvoJukpOiCalXYhjWRVCKJprD6H5XHW1hhZOfpqLp9vo2WeNONJzw1spm6ql0RLS7jw==
   dependencies:
     fastify-plugin "^4.0.0"
     uri-js "^4.2.1"