From ee49be9d26af931c9c4509bde6a0f0a264345033 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:46:35 +0200 Subject: [PATCH] fix(deps): update dependency fastify-metrics to v12 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++++++---------- package.json | 2 +- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8c5783..c476dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "csv-parse": "5.5.6", "fastify": "5.0.0", "fastify-graceful-shutdown": "4.0.1", - "fastify-metrics": "11.0.0", + "fastify-metrics": "12.1.0", "http-status-codes": "2.3.0", "pino": "9.4.0" }, @@ -2961,17 +2961,24 @@ } }, "node_modules/fastify-metrics": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/fastify-metrics/-/fastify-metrics-11.0.0.tgz", - "integrity": "sha512-2nv0pzkuRVRuAmW3fR2vh1FQF7sV/mgzOJ8cz3HjUzByudWvx2IOHKnJLWtUohiD1AaI2QxtLQKTDZv/nASBRQ==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/fastify-metrics/-/fastify-metrics-12.1.0.tgz", + "integrity": "sha512-EpbT+W1jm8kMbkCPvfW4j23y3BZlXGOcO6+75EFTKDxbJIyXbldrFIoVoP0oD4CsqrKeIARvrOjbZNqK5MdRwQ==", + "license": "MIT", "dependencies": { - "fastify-plugin": "^4.3.0", - "prom-client": "^15.1.0" + "fastify-plugin": "^5.0.0", + "prom-client": "^15.1.3" }, "peerDependencies": { - "fastify": ">=4" + "fastify": ">=5" } }, + "node_modules/fastify-metrics/node_modules/fastify-plugin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==", + "license": "MIT" + }, "node_modules/fastify-plugin": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", @@ -5049,9 +5056,10 @@ "license": "MIT" }, "node_modules/prom-client": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.1.tgz", - "integrity": "sha512-GVA2H96QCg2q71rjc3VYvSrVG7OpnJxyryC7dMzvfJfpJJHzQVwF3TJLfHzKORcwJpElWs1TwXLthlJAFJxq2A==", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.3.tgz", + "integrity": "sha512-6ZiOBfCywsD4k1BN9IX0uZhF+tJkV8q8llP64G5Hajs4JOeVLPCwpPVcpXy3BwYiUGgyJzsJJQeOIv7+hDSq8g==", + "license": "Apache-2.0", "dependencies": { "@opentelemetry/api": "^1.4.0", "tdigest": "^0.1.1" diff --git a/package.json b/package.json index 1a8c56e..9a7584d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "csv-parse": "5.5.6", "fastify": "5.0.0", "fastify-graceful-shutdown": "4.0.1", - "fastify-metrics": "11.0.0", + "fastify-metrics": "12.1.0", "http-status-codes": "2.3.0", "pino": "9.4.0" },