1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: Update prom-client to the latest version 🚀 (#562)

* fix(package): update prom-client to version 12.0.0

* chore(package): update lockfile yarn.lock
This commit is contained in:
greenkeeper[bot] 2020-02-20 10:54:13 +01:00 committed by GitHub
parent a02bfc4098
commit 03ed13058a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -82,7 +82,7 @@
"parse-database-url": "^0.3.0",
"pg": "^7.12.1",
"pkginfo": "^0.4.1",
"prom-client": "^11.2.1",
"prom-client": "^12.0.0",
"prometheus-gc-stats": "^0.6.1",
"response-time": "^2.3.2",
"serve-favicon": "^2.5.0",

View File

@ -4825,9 +4825,10 @@ progress@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
prom-client@^11.2.1:
version "11.2.1"
resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-11.2.1.tgz#486e7817de9b1d43c0a12aee26fc68830f4d1b16"
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==
dependencies:
tdigest "^0.1.1"