From 1c269ad37cb2da524122a42c0b27c519d0447565 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Tue, 28 Nov 2023 17:26:48 +0000 Subject: [PATCH] Bump fastify-metrics from 10.3.3 to 10.4.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c6e38bb..a3b4dee 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bull": "^4.11.5", "dotenv-defaults": "^5.0.2", "fastify": "^4.24.3", - "fastify-metrics": "^10.3.3", + "fastify-metrics": "^10.4.0", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", "js-yaml": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 0b3e90c..de96b5e 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.3.3: - version "10.3.3" - resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.3.3.tgz#043d319a3b9552353a93078d530db0dad7dc0895" - integrity sha512-TmMcfrMWBSbA7yk31tFtJnWKtNXLSO7jmTRIjPX9HKC4pLmyd0JnOQ3r9XCYnev6NL9/eVRXxNfrsqQdKTLZkw== +fastify-metrics@^10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.4.0.tgz#48062c96a7894a2546b622cb082ee454800e8aee" + integrity sha512-WKBBHFTlVG7Tff6coMAovx0PhnIGrGQeyHMZZuX/FHMzQffSx0ab9MatJB3vvVlRTjLZm3uXGG4pYzMP9M5UvQ== dependencies: fastify-plugin "^4.3.0" prom-client "^14.2.0" -- GitLab