Skip to content

Commit

Permalink
chore(deps): bump prom-client from 13.2.0 to 14.0.1
Browse files Browse the repository at this point in the history
Bumps [prom-client](https://github.com/siimon/prom-client) from 13.2.0 to 14.0.1.
- [Release notes](https://github.com/siimon/prom-client/releases)
- [Changelog](https://github.com/siimon/prom-client/blob/master/CHANGELOG.md)
- [Commits](siimon/prom-client@v13.2.0...v14.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Github changeset workflow committed Jan 28, 2022
1 parent aa68de1 commit fac5f11
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/dependabot-f969614.md
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---

chore(deps): bump `prom-client` from 13.2.0 to 14.0.1
2 changes: 1 addition & 1 deletion packages/backend/package.json
Expand Up @@ -67,7 +67,7 @@
"knex": "^0.95.1",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"prom-client": "^13.2.0",
"prom-client": "^14.0.1",
"sqlite3": "^5.0.1",
"winston": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-backend/package.json
Expand Up @@ -57,7 +57,7 @@
"luxon": "^2.0.2",
"node-fetch": "^2.6.1",
"p-limit": "^3.0.2",
"prom-client": "^13.2.0",
"prom-client": "^14.0.1",
"uuid": "^8.0.0",
"winston": "^3.2.1",
"yaml": "^1.9.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -10635,18 +10635,18 @@ elliptic@^6.0.0:
minimalistic-crypto-utils "^1.0.1"

"embedded-techdocs-app@file:packages/embedded-techdocs-app":
version "0.2.60"
version "0.2.61"
dependencies:
"@backstage/app-defaults" "^0.1.5"
"@backstage/catalog-model" "^0.9.10"
"@backstage/cli" "^0.12.0"
"@backstage/cli" "^0.13.0"
"@backstage/config" "^0.1.13"
"@backstage/core-app-api" "^0.5.0"
"@backstage/core-components" "^0.8.5"
"@backstage/core-app-api" "^0.5.1"
"@backstage/core-components" "^0.8.6"
"@backstage/core-plugin-api" "^0.6.0"
"@backstage/integration-react" "^0.1.19"
"@backstage/plugin-catalog" "^0.7.9"
"@backstage/plugin-techdocs" "^0.13.0"
"@backstage/plugin-catalog" "^0.7.10"
"@backstage/plugin-techdocs" "^0.13.1"
"@backstage/test-utils" "^0.2.3"
"@backstage/theme" "^0.2.14"
"@material-ui/core" "^4.11.0"
Expand Down Expand Up @@ -19638,10 +19638,10 @@ progress@2.0.3:
resolved "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

prom-client@^13.2.0:
version "13.2.0"
resolved "https://registry.npmjs.org/prom-client/-/prom-client-13.2.0.tgz#99d13357912dd400f8911b77df19f7b328a93e92"
integrity sha512-wGr5mlNNdRNzEhRYXgboUU2LxHWIojxscJKmtG3R8f4/KiWqyYgXTLHs0+Ted7tG3zFT7pgHJbtomzZ1L0ARaQ==
prom-client@^14.0.1:
version "14.0.1"
resolved "https://registry.npmjs.org/prom-client/-/prom-client-14.0.1.tgz#bdd9583e02ec95429677c0e013712d42ef1f86a8"
integrity sha512-HxTArb6fkOntQHoRGvv4qd/BkorjliiuO2uSWC2KC17MUTKYttWdDoXX/vxOhQdkoECEM9BBH0pj2l8G8kev6w==
dependencies:
tdigest "^0.1.1"

Expand Down

0 comments on commit fac5f11

Please sign in to comment.