Skip to content

Commit

Permalink
chore(deps): update dependency @types/jaeger-client to v3.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2023
1 parent a6e970f commit d18aced
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"devDependencies": {
"@types/bytes": "3.1.1",
"@types/cors": "2.8.12",
"@types/jaeger-client": "3.18.2",
"@types/jaeger-client": "3.18.5",
"@types/request-ip": "0.0.37",
"@types/supertest": "2.0.11",
"ioredis-mock": "5.6.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2880,14 +2880,14 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jaeger-client@3.18.2":
version "3.18.2"
resolved "https://registry.yarnpkg.com/@types/jaeger-client/-/jaeger-client-3.18.2.tgz#d5f10c8b6e2507652159d480cb2d20addd62f9b1"
integrity sha512-HxN32IfZkG+zAW0geprNamroSdNl8DGrSvpN2gvJuAO/oDaJK4W+Z04fDHcWBvG4RbhwKBtBywfRNvx0z34Bag==
"@types/jaeger-client@3.18.5":
version "3.18.5"
resolved "https://registry.yarnpkg.com/@types/jaeger-client/-/jaeger-client-3.18.5.tgz#bfa91c336fa688186696f2fc35ad5b081cc2b1c6"
integrity sha512-NWbGBbrhcXcFsd3ECv+MA3rXzsaxaR3Bgr7MXrc+qVNUaFmWlnFSH53gDWLcnsFpO6lDvqWJwCJgBUMjOE9TaQ==
dependencies:
"@types/node" "*"
opentracing "~0.14.3"
prom-client "~11.3.0 || ^12.0.0 || ^13.0.0"
prom-client "~11.3.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"

"@types/jest@27.0.1":
version "27.0.1"
Expand Down Expand Up @@ -9313,10 +9313,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

"prom-client@~11.3.0 || ^12.0.0 || ^13.0.0":
version "13.1.0"
resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-13.1.0.tgz#1185caffd8691e28d32e373972e662964e3dba45"
integrity sha512-jT9VccZCWrJWXdyEtQddCDszYsiuWj5T0ekrPszi/WEegj3IZy6Mm09iOOVM86A4IKMWq8hZkT2dD9MaSe+sng==
"prom-client@~11.3.0 || ^12.0.0 || ^13.0.0 || ^14.0.0":
version "14.2.0"
resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-14.2.0.tgz#ca94504e64156f6506574c25fb1c34df7812cf11"
integrity sha512-sF308EhTenb/pDRPakm+WgiN+VdM/T1RaHj1x+MvAuT8UiQP8JmOEbxVqtkbfR4LrvOg5n7ic01kRBDGXjYikA==
dependencies:
tdigest "^0.1.1"

Expand Down

0 comments on commit d18aced

Please sign in to comment.