diff --git a/package.json b/package.json index 94d9cfb27c61340f948cc365bfee50654c8f921f..eab0bf2137547fdff5a44d7e7676f1c2e92f9723 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bull": "^4.11.3", "dotenv-defaults": "^5.0.2", "fastify": "^4.23.2", - "fastify-metrics": "^10.3.0", + "fastify-metrics": "^10.3.1", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", "js-yaml": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index b205f48b6d7cfb85a02b4dee1055a9120eb407ae..4248dacbba8b5a93487956a97aa966d80a473c8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1197,10 +1197,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.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.3.0.tgz#0ea9c107c6fe0c8d8085b413f01eeb6af2375fb4" - integrity sha512-0m+tD84efgudLp4gmLqFSZ5q1eUltBeNVBPGV8duPxhIR4s+2Xv4IVR4Clp9So5p1Emv83iOAEERddSmDBkyRA== +fastify-metrics@^10.3.1: + version "10.3.1" + resolved "https://registry.yarnpkg.com/fastify-metrics/-/fastify-metrics-10.3.1.tgz#dc03ea60799044c4a57a4a72821c416b8b633816" + integrity sha512-6iUHobkIMSIDP5GkUFC0NYneN9WLUeG53BD33Sjn6HBZcYpFIa85hjV6g0LSTISef6uijIK8uOPgLJ8G2Bp0Cg== dependencies: fastify-plugin "^4.3.0" prom-client "^14.2.0"