Skip to content

Commit

Permalink
chore(deps): update dependency opentracing to v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2020
1 parent 62bcc83 commit 310e57b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"opentracing": "0.14.3",
"opentracing": "0.14.5",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-scripts": "1.1.4",
Expand Down
9 changes: 5 additions & 4 deletions e2e-tests/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4921,9 +4921,10 @@ openssl-self-signed-certificate@1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/openssl-self-signed-certificate/-/openssl-self-signed-certificate-1.1.6.tgz#9d3a4776b1a57e9847350392114ad2f915a83dd4"

opentracing@0.14.3:
version "0.14.3"
resolved "https://registry.yarnpkg.com/opentracing/-/opentracing-0.14.3.tgz#23e3ad029fa66a653926adbe57e834469f8550aa"
opentracing@0.14.5:
version "0.14.5"
resolved "https://registry.yarnpkg.com/opentracing/-/opentracing-0.14.5.tgz#891fa92cd90a24e64f99bc964370227310926c85"
integrity sha512-XLKtEfHxqrWyF1fzxznsv78w3csW41ucHnjiKnfzZLD5FN8UBDZZL1i4q0FR29zjxXhm+2Hop+5Vr/b8tKIvEg==

opn@5.2.0:
version "5.2.0"
Expand Down Expand Up @@ -7385,7 +7386,7 @@ yauzl@2.4.1:
fd-slicer "~1.0.1"

"zipkin-javascript-opentracing@file:../..":
version "2.0.1"
version "3.0.0"

zipkin-transport-http@0.10.1:
version "0.10.1"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest": "22.4.3",
"lint-staged": "7.0.4",
"nodemon": "1.17.3",
"opentracing": "0.14.3",
"opentracing": "0.14.5",
"prettier": "1.12.0",
"zipkin": "0.10.1",
"zipkin-transport-http": "0.10.1"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3517,9 +3517,10 @@ onetime@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"

opentracing@0.14.3:
version "0.14.3"
resolved "https://registry.yarnpkg.com/opentracing/-/opentracing-0.14.3.tgz#23e3ad029fa66a653926adbe57e834469f8550aa"
opentracing@0.14.5:
version "0.14.5"
resolved "https://registry.yarnpkg.com/opentracing/-/opentracing-0.14.5.tgz#891fa92cd90a24e64f99bc964370227310926c85"
integrity sha512-XLKtEfHxqrWyF1fzxznsv78w3csW41ucHnjiKnfzZLD5FN8UBDZZL1i4q0FR29zjxXhm+2Hop+5Vr/b8tKIvEg==

optimist@^0.6.1:
version "0.6.1"
Expand Down

0 comments on commit 310e57b

Please sign in to comment.