mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
chore(deps): bump prom-client from 14.0.1 to 15.1.3 (#5785)
Bumps [prom-client](https://github.com/siimon/prom-client) from 14.0.1 to 15.1.3. - [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/v14.0.1...v15.1.3) --- updated-dependencies: - dependency-name: prom-client dependency-type: direct:production update-type: version-update:semver-major ... 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:
parent
8af766efba
commit
dca7a84c84
2 changed files with 12 additions and 11 deletions
|
|
@ -50,7 +50,7 @@
|
|||
"nodemon": "3.1.4",
|
||||
"object-hash": "3.0.0",
|
||||
"path": "0.12.7",
|
||||
"prom-client": "14.0.1",
|
||||
"prom-client": "15.1.3",
|
||||
"rate-limiter-flexible": "2.3.7",
|
||||
"simple-git": "3.16.0",
|
||||
"string-similarity": "4.0.4",
|
||||
|
|
|
|||
21
pnpm-lock.yaml
generated
21
pnpm-lock.yaml
generated
|
|
@ -132,8 +132,8 @@ importers:
|
|||
specifier: 0.12.7
|
||||
version: 0.12.7
|
||||
prom-client:
|
||||
specifier: 14.0.1
|
||||
version: 14.0.1
|
||||
specifier: 15.1.3
|
||||
version: 15.1.3
|
||||
rate-limiter-flexible:
|
||||
specifier: 2.3.7
|
||||
version: 2.3.7
|
||||
|
|
@ -145,7 +145,7 @@ importers:
|
|||
version: 4.0.4
|
||||
swagger-stats:
|
||||
specifier: 0.99.5
|
||||
version: 0.99.5(prom-client@14.0.1)
|
||||
version: 0.99.5(prom-client@15.1.3)
|
||||
swagger-ui-express:
|
||||
specifier: 4.3.0
|
||||
version: 4.3.0(express@4.19.2)
|
||||
|
|
@ -7464,9 +7464,9 @@ packages:
|
|||
resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
|
||||
prom-client@14.0.1:
|
||||
resolution: {integrity: sha512-HxTArb6fkOntQHoRGvv4qd/BkorjliiuO2uSWC2KC17MUTKYttWdDoXX/vxOhQdkoECEM9BBH0pj2l8G8kev6w==}
|
||||
engines: {node: '>=10'}
|
||||
prom-client@15.1.3:
|
||||
resolution: {integrity: sha512-6ZiOBfCywsD4k1BN9IX0uZhF+tJkV8q8llP64G5Hajs4JOeVLPCwpPVcpXy3BwYiUGgyJzsJJQeOIv7+hDSq8g==}
|
||||
engines: {node: ^16 || ^18 || >=20}
|
||||
|
||||
promise-breaker@6.0.0:
|
||||
resolution: {integrity: sha512-BthzO9yTPswGf7etOBiHCVuugs2N01/Q/94dIPls48z2zCmrnDptUUZzfIb+41xq0MnYZ/BzmOd6ikDR4ibNZA==}
|
||||
|
|
@ -11952,7 +11952,7 @@ snapshots:
|
|||
'@types/node': 20.14.11
|
||||
fastify: 3.29.5
|
||||
joi: 17.13.3
|
||||
prom-client: 14.0.1
|
||||
prom-client: 15.1.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
|
|
@ -17785,8 +17785,9 @@ snapshots:
|
|||
|
||||
progress@2.0.3: {}
|
||||
|
||||
prom-client@14.0.1:
|
||||
prom-client@15.1.3:
|
||||
dependencies:
|
||||
'@opentelemetry/api': 1.8.0
|
||||
tdigest: 0.1.2
|
||||
|
||||
promise-breaker@6.0.0: {}
|
||||
|
|
@ -18977,7 +18978,7 @@ snapshots:
|
|||
es6-iterator: 2.0.3
|
||||
es6-symbol: 3.1.4
|
||||
|
||||
swagger-stats@0.99.5(prom-client@14.0.1):
|
||||
swagger-stats@0.99.5(prom-client@15.1.3):
|
||||
dependencies:
|
||||
axios: 1.7.4(debug@4.3.6)
|
||||
basic-auth: 2.0.1
|
||||
|
|
@ -18985,7 +18986,7 @@ snapshots:
|
|||
debug: 4.3.6(supports-color@5.5.0)
|
||||
moment: 2.30.1
|
||||
path-to-regexp: 6.2.2
|
||||
prom-client: 14.0.1
|
||||
prom-client: 15.1.3
|
||||
qs: 6.12.3
|
||||
send: 0.18.0
|
||||
uuid: 9.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue