From d6e1a2a391b2851ac8d578f16ccd7d0dcc5f6c98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 09:19:00 +0000 Subject: [PATCH] Bump prom-client from 12.0.0 to 13.0.0 Bumps [prom-client](https://github.com/siimon/prom-client) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/siimon/prom-client/releases) - [Changelog](https://github.com/siimon/prom-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/siimon/prom-client/compare/v12.0.0...v13.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38c205d..d2c7d5a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.17.1", "helmet": "^4.1.0", "nodemon": "^2.0.4", - "prom-client": "^12.0.0", + "prom-client": "^13.0.0", "response-time": "^2.3.2", "simple-node-logger": "^18.12.24" } diff --git a/yarn.lock b/yarn.lock index 51e19be..72437ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -884,10 +884,10 @@ prepend-http@^2.0.0: resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= -prom-client@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-12.0.0.tgz#9689379b19bd3f6ab88a9866124db9da3d76c6ed" - integrity sha512-JbzzHnw0VDwCvoqf8y1WDtq4wSBAbthMB1pcVI/0lzdqHGJI3KBJDXle70XK+c7Iv93Gihqo0a5LlOn+g8+DrQ== +prom-client@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-13.0.0.tgz#7e883e1c10c2d471258d3acf2d386197ffc819bd" + integrity sha512-M7ZNjIO6x+2R/vjSD13yjJPjpoZA8eEwH2Bp2Re0/PvzozD7azikv+SaBtZes4Q1ca/xHjZ4RSCuTag3YZLg1A== dependencies: tdigest "^0.1.1"