Skip to content

Commit

Permalink
@uppy/companion: bump prom to v15 (#5175)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 16, 2024
1 parent 90eaaa5 commit 8057279
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"escape-string-regexp": "4.0.0",
"express": "4.19.2",
"express-interceptor": "1.2.0",
"express-prom-bundle": "6.5.0",
"express-prom-bundle": "7.0.0",
"express-request-id": "1.4.1",
"express-session": "1.17.3",
"got": "^13.0.0",
Expand All @@ -60,7 +60,7 @@
"morgan": "1.10.0",
"ms": "2.1.3",
"node-schedule": "2.1.1",
"prom-client": "14.0.1",
"prom-client": "15.1.2",
"serialize-error": "^11.0.0",
"serialize-javascript": "^6.0.0",
"tus-js-client": "^4.1.0",
Expand Down
36 changes: 23 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5038,6 +5038,13 @@ __metadata:
languageName: node
linkType: hard

"@opentelemetry/api@npm:^1.4.0":
version: 1.8.0
resolution: "@opentelemetry/api@npm:1.8.0"
checksum: 10/62f0c42711b9f0c56ea9527c2e6e609e371bfb47d0b78956c91fe27365b4744d7dcc407636ef5b19a24a1d5e2c3cfa79c1b715deca829074e24e3ffba1315ba2
languageName: node
linkType: hard

"@parcel/bundler-default@npm:2.12.0":
version: 2.12.0
resolution: "@parcel/bundler-default@npm:2.12.0"
Expand Down Expand Up @@ -7543,7 +7550,7 @@ __metadata:
languageName: node
linkType: hard

"@types/express@npm:*, @types/express@npm:^4.17.13":
"@types/express@npm:*, @types/express@npm:^4.17.13, @types/express@npm:^4.17.21":
version: 4.17.21
resolution: "@types/express@npm:4.17.21"
dependencies:
Expand Down Expand Up @@ -8894,7 +8901,7 @@ __metadata:
escape-string-regexp: "npm:4.0.0"
express: "npm:4.19.2"
express-interceptor: "npm:1.2.0"
express-prom-bundle: "npm:6.5.0"
express-prom-bundle: "npm:7.0.0"
express-request-id: "npm:1.4.1"
express-session: "npm:1.17.3"
got: "npm:^13.0.0"
Expand All @@ -8912,7 +8919,7 @@ __metadata:
ms: "npm:2.1.3"
nock: "npm:^13.1.3"
node-schedule: "npm:2.1.1"
prom-client: "npm:14.0.1"
prom-client: "npm:15.1.2"
serialize-error: "npm:^11.0.0"
serialize-javascript: "npm:^6.0.0"
supertest: "npm:6.2.4"
Expand Down Expand Up @@ -15491,15 +15498,17 @@ __metadata:
languageName: node
linkType: hard

"express-prom-bundle@npm:6.5.0":
version: 6.5.0
resolution: "express-prom-bundle@npm:6.5.0"
"express-prom-bundle@npm:7.0.0":
version: 7.0.0
resolution: "express-prom-bundle@npm:7.0.0"
dependencies:
"@types/express": "npm:^4.17.21"
express: "npm:^4.18.2"
on-finished: "npm:^2.3.0"
url-value-parser: "npm:^2.0.0"
peerDependencies:
prom-client: ">=12.0.0"
checksum: 10/c8bfc6adc6f6546bedf36643247880a75a23d66a7218e55bd844a2c68f9ec8bf8dfe5d6bf68d1bc6eaacd8ccf8a91cf0c49aef6731a93300ea72e8a3fa0350fd
prom-client: ">=15.0.0"
checksum: 10/82c0d97d1ecfec9f56b22595aeb8840687543b02899989a2f4a36ee6bee738cc199c4acaede01cf2d5d7ee0e25a84953fd48522563ab411b2b6d85d6672fa011
languageName: node
linkType: hard

Expand Down Expand Up @@ -15544,7 +15553,7 @@ __metadata:
languageName: node
linkType: hard

"express@npm:4.19.2, express@npm:^4.14.0, express@npm:^4.17.3, express@npm:^4.19.2":
"express@npm:4.19.2, express@npm:^4.14.0, express@npm:^4.17.3, express@npm:^4.18.2, express@npm:^4.19.2":
version: 4.19.2
resolution: "express@npm:4.19.2"
dependencies:
Expand Down Expand Up @@ -25159,12 +25168,13 @@ __metadata:
languageName: node
linkType: hard

"prom-client@npm:14.0.1":
version: 14.0.1
resolution: "prom-client@npm:14.0.1"
"prom-client@npm:15.1.2":
version: 15.1.2
resolution: "prom-client@npm:15.1.2"
dependencies:
"@opentelemetry/api": "npm:^1.4.0"
tdigest: "npm:^0.1.1"
checksum: 10/19b36201d6b07f8d02e4ee81c2484a169ae69007a18d87e079b5c3b991b4b39b3193dd0c86c9e9a96e555af459692377225a86f4af99cf426354106309127a0c
checksum: 10/f7edcba54d27eff4066ae7ebfe5692e6bb1914cf728efa89f7ab63766fef62679782c41c97d55b6fd6b2a8bb35b0d168ac8f1b9513c9a5770ea35c170691e24c
languageName: node
linkType: hard

Expand Down

0 comments on commit 8057279

Please sign in to comment.