Skip to content

Commit

Permalink
fix(deps): update dependency express-prom-bundle to v7
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Feb 28, 2024
1 parent 46af6f7 commit b4d9562
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-1419dc2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

Updated dependency `express-prom-bundle` to `7.0.0`.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"app": "*",
"better-sqlite3": "9.3.0",
"express": "4.18.2",
"express-prom-bundle": "6.6.0",
"express-prom-bundle": "7.0.0",
"express-promise-router": "4.1.1",
"express-rate-limit": "7.1.5",
"fs-extra": "11.2.0",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10139,7 +10139,7 @@
"@types/range-parser" "*"
"@types/send" "*"

"@types/express@*", "@types/express@4.17.21", "@types/express@^4.17.13", "@types/express@^4.17.14", "@types/express@^4.17.17", "@types/express@^4.17.6":
"@types/express@*", "@types/express@4.17.21", "@types/express@^4.17.13", "@types/express@^4.17.14", "@types/express@^4.17.17", "@types/express@^4.17.21", "@types/express@^4.17.6":
version "4.17.21"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
Expand Down Expand Up @@ -15863,11 +15863,13 @@ express-openapi-validator@^5.0.4:
ono "^7.1.3"
path-to-regexp "^6.2.0"

express-prom-bundle@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/express-prom-bundle/-/express-prom-bundle-6.6.0.tgz#9c33c1bd1478d70e3961a53aed2d17f15ef821ca"
integrity sha512-tZh2P2p5a8/yxQ5VbRav011Poa4R0mHqdFwn9Swe/obXDe5F0jY9wtRAfNYnqk4LXY7akyvR/nrvAHxQPWUjsQ==
express-prom-bundle@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/express-prom-bundle/-/express-prom-bundle-7.0.0.tgz#ef7757d80ddb5a68ed7c46fe9c649a303591f15b"
integrity sha512-VwVaCyGBGHkHdecpTqRdW1Jm2fXK8weCUKjGjNWorc9g4M+cZ3xoj+N9uQzfRWfIPXJG5QOaiAziOIalQzMwgA==
dependencies:
"@types/express" "^4.17.21"
express "^4.18.2"
on-finished "^2.3.0"
url-value-parser "^2.0.0"

Expand Down

0 comments on commit b4d9562

Please sign in to comment.