From 5a8b7de5b51a5e268d3acabfa86d585281f71918 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Tue, 19 Dec 2023 17:29:14 +0000 Subject: [PATCH] Bump fastify-metrics from 10.4.1 to 10.5.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d63774..544134b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bull": "^4.12.0", "dotenv-defaults": "^5.0.2", "fastify": "^4.25.1", - "fastify-metrics": "^10.4.1", + "fastify-metrics": "^10.5.0", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", "js-yaml": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 31e55ba..364730a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1212,10 +1212,10 @@ fast-uri@^2.0.0, fast-uri@^2.1.0, fast-uri@^2.2.0: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.2.0.tgz#519a0f849bef714aad10e9753d69d8f758f7445a" integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg== -fastify-metrics@^10.4.1: - version "10.4.1" - resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.4.1.tgz#c0d8f05642abc91b60eec9505ae020751a72c56e" - integrity sha512-RW3DHzQw2OmJ/oNClvbMJJVB9ZOxsG0Qh2zOkk5YebNN1e+DM7bxxnKdX1QafOfTxh6xRSPojM4c7Y7EXQFQlw== +fastify-metrics@^10.5.0: + version "10.5.0" + resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.5.0.tgz#f141a27523d7ca3dc626fdb497e2eadd1227d53b" + integrity sha512-xxLN0o0U5GDGoBV2aWZnHYR10BgsHBTDC8kGWQPBoEPd8GnQskBA05xxnmCq3HCMYXvP/wXE0MUm6s6xYILRJA== dependencies: fastify-plugin "^4.3.0" prom-client "^14.2.0" -- GitLab