From 8daae9a462b1296c1f7e7b6f5bed2b16508ff293 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Tue, 18 Oct 2022 17:13:04 +0000 Subject: [PATCH] Bump fastify-metrics from 9.2.3 to 9.2.4 Bumps [fastify-metrics](https://github.com/SkeLLLa/fastify-metrics) from 9.2.3 to 9.2.4. - [Release notes](https://github.com/SkeLLLa/fastify-metrics/releases) - [Changelog](https://github.com/SkeLLLa/fastify-metrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/SkeLLLa/fastify-metrics/compare/v9.2.3...v9.2.4) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 34284c9..6d6022f 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.3", + "fastify-metrics": "^9.2.4", "fastify-plugin": "^4.3.0", "http-errors": "^2.0.0", "ioredis": "^5.2.3", diff --git a/yarn.lock b/yarn.lock index 447ecd8..af499f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1195,10 +1195,10 @@ fast-url-parser@^1.1.3: dependencies: punycode "^1.3.2" -fastify-metrics@^9.2.3: - version "9.2.3" - resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-9.2.3.tgz#c1ba231a60aa079d5732329f2e9486f0353b918a" - integrity sha512-Uymi1Kjs7zbNyVqqDxbl2LV2Qo3AJpmwYoFzYaKY+dKEOgz1BsH8S+Xp9Gz0eG44HjHnm+XEdhxgy3+usHF48w== +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== dependencies: fastify-plugin "^4.2.0" prom-client "^14.0.1" -- GitLab