From 96d864b3148fea80ab1d0ac958cf93f5fea0619b Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Wed, 19 Oct 2022 17:22:36 +0000
Subject: [PATCH] Bump fastify-metrics from 9.2.4 to 10.0.0

---
 package.json |  2 +-
 yarn.lock    | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json
index 6d6022f..f6ed5ea 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "bull": "^4.10.1",
     "dotenv-defaults": "^5.0.2",
     "fastify": "^4.9.2",
-    "fastify-metrics": "^9.2.4",
+    "fastify-metrics": "^10.0.0",
     "fastify-plugin": "^4.3.0",
     "http-errors": "^2.0.0",
     "ioredis": "^5.2.3",
diff --git a/yarn.lock b/yarn.lock
index cf82b29..ac644e5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1210,15 +1210,15 @@ fast-url-parser@^1.1.3:
   dependencies:
     punycode "^1.3.2"
 
-fastify-metrics@^9.2.4:
-  version "9.2.4"
-  resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-9.2.4.tgz#29e3a87d57e34b41333b1f76cbc78fbd777ab9b9"
-  integrity sha512-N+EVqLHzcE8QFzxAUoYOOi2EzOt1WH1BHBnZHVWku8BS2k/B3QiAV+Ih6NrBv5Vse7rYxqSPSYYXVqkyT6FIuA==
+fastify-metrics@^10.0.0:
+  version "10.0.0"
+  resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.0.0.tgz#1b193554394ef8b12d2f80b8cefd2092ecb7192a"
+  integrity sha512-1UmWgBQgwItQPmBd2pranQzaYpc0RltW+CQ871Gka4pzpiadtroPVy+llEVC58pejpqN65vvzCAfIUv9y2voxA==
   dependencies:
-    fastify-plugin "^4.2.0"
-    prom-client "^14.0.1"
+    fastify-plugin "^4.3.0"
+    prom-client "^14.1.0"
 
-fastify-plugin@^4.0.0, fastify-plugin@^4.2.0, fastify-plugin@^4.2.1, fastify-plugin@^4.3.0:
+fastify-plugin@^4.0.0, fastify-plugin@^4.2.1, fastify-plugin@^4.3.0:
   version "4.3.0"
   resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.3.0.tgz#c6eaa87a7a0d6d1d16129e43e31d6bc1d8868e53"
   integrity sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==
@@ -2514,7 +2514,7 @@ progress@^2.0.3:
   resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
   integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
 
-prom-client@^14.0.1:
+prom-client@^14.1.0:
   version "14.1.0"
   resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-14.1.0.tgz#049609859483d900844924df740722c76ed1fdbb"
   integrity sha512-iFWCchQmi4170omLpFXbzz62SQTmPhtBL35v0qGEVRHKcqIeiexaoYeP0vfZTujxEq3tA87iqOdRbC9svS1B9A==
-- 
GitLab