From fccee665008cf34c6e491189db52393be18c1812 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Oct 2021 13:13:43 +0000 Subject: [PATCH] Update dependency prom-client to v14 --- .../src/quote-svc/package-lock.json | 6 +++--- .../src/quote-svc/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/25-monitoring-application-with-prometheus/src/quote-svc/package-lock.json b/25-monitoring-application-with-prometheus/src/quote-svc/package-lock.json index 99cd212..cbf1ec4 100644 --- a/25-monitoring-application-with-prometheus/src/quote-svc/package-lock.json +++ b/25-monitoring-application-with-prometheus/src/quote-svc/package-lock.json @@ -941,9 +941,9 @@ "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" }, "prom-client": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-13.0.0.tgz", - "integrity": "sha512-M7ZNjIO6x+2R/vjSD13yjJPjpoZA8eEwH2Bp2Re0/PvzozD7azikv+SaBtZes4Q1ca/xHjZ4RSCuTag3YZLg1A==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-14.0.0.tgz", + "integrity": "sha512-etPa4SMO4j6qTn2uaSZy7+uahGK0kXUZwO7WhoDpTf3yZ837I3jqUDYmG6N0caxuU6cyqrg0xmOxh+yneczvyA==", "requires": { "tdigest": "^0.1.1" } diff --git a/25-monitoring-application-with-prometheus/src/quote-svc/package.json b/25-monitoring-application-with-prometheus/src/quote-svc/package.json index cfe6bd0..ef1d7c6 100644 --- a/25-monitoring-application-with-prometheus/src/quote-svc/package.json +++ b/25-monitoring-application-with-prometheus/src/quote-svc/package.json @@ -13,7 +13,7 @@ "express": "^4.17.1", "express-prom-bundle": "^6.0.0", "nodemon": "^2.0.4", - "prom-client": "^13.0.0", + "prom-client": "^14.0.0", "random-quote": "0.0.1" } }