chore(deps): bump prom-client from 15.0.0 to 15.1.0 (#9829)

Bumps [prom-client](https://github.com/siimon/prom-client) from 15.0.0 to 15.1.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/v15.0.0...v15.1.0)

---
updated-dependencies:
- dependency-name: prom-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-22 13:04:21 +00:00
committed by GitHub
parent d685669fa8
commit 9a9c8b2359
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"pg": "^8.11.3",
"pretty-bytes": "^6.1.1",
"priorityqueuejs": "^2.0.0",
"prom-client": "^15.0.0",
"prom-client": "^15.1.0",
"qs": "^6.11.2",
"query-string": "^8.1.0",
"semver": "~7.5.4",
@@ -21664,9 +21664,9 @@
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
},
"node_modules/prom-client": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.0.0.tgz",
"integrity": "sha512-UocpgIrKyA2TKLVZDSfm8rGkL13C19YrQBAiG3xo3aDFWcHedxRxI3z+cIcucoxpSO0h5lff5iv/SXoxyeopeA==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-15.1.0.tgz",
"integrity": "sha512-cCD7jLTqyPdjEPBo/Xk4Iu8jxjuZgZJ3e/oET3L+ZwOuap/7Cw3dH/TJSsZKs1TQLZ2IHpIlRAKw82ef06kmMw==",
"dependencies": {
"@opentelemetry/api": "^1.4.0",
"tdigest": "^0.1.1"

View File

@@ -59,7 +59,7 @@
"pg": "^8.11.3",
"pretty-bytes": "^6.1.1",
"priorityqueuejs": "^2.0.0",
"prom-client": "^15.0.0",
"prom-client": "^15.1.0",
"qs": "^6.11.2",
"query-string": "^8.1.0",
"semver": "~7.5.4",