Skip to content

Commit df76edd

Browse files
committed
Update dependency zipkin to v0.13.0
1 parent 3813f45 commit df76edd

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

e2e-tests/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "16.3.1",
88
"react-dom": "16.3.1",
99
"react-scripts": "1.1.2",
10-
"zipkin": "0.10.1",
10+
"zipkin": "0.13.0",
1111
"zipkin-javascript-opentracing": "file:../..",
1212
"zipkin-transport-http": "0.10.1"
1313
},

e2e-tests/react/yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7192,9 +7192,10 @@ zipkin-transport-http@0.10.1:
71927192
dependencies:
71937193
node-fetch "^1.5.3"
71947194

7195-
zipkin@0.10.1:
7196-
version "0.10.1"
7197-
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.10.1.tgz#98d2472f897b6c532b02cb9f2866139399664036"
7195+
zipkin@0.13.0:
7196+
version "0.13.0"
7197+
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.13.0.tgz#9532cd58926d4b6f4350ffdf37fbc3f292e4101c"
71987198
dependencies:
71997199
base64-js "^1.1.2"
7200+
is-promise "^2.1.0"
72007201
network-address "^1.1.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"nodemon": "1.17.3",
6464
"opentracing": "0.14.1",
6565
"prettier": "1.12.0",
66-
"zipkin": "0.10.1",
66+
"zipkin": "0.13.0",
6767
"zipkin-transport-http": "0.10.1"
6868
},
6969
"lint-staged": {

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,9 +4941,10 @@ zipkin-transport-http@0.10.1:
49414941
dependencies:
49424942
node-fetch "^1.5.3"
49434943

4944-
zipkin@0.10.1:
4945-
version "0.10.1"
4946-
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.10.1.tgz#98d2472f897b6c532b02cb9f2866139399664036"
4944+
zipkin@0.13.0:
4945+
version "0.13.0"
4946+
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.13.0.tgz#9532cd58926d4b6f4350ffdf37fbc3f292e4101c"
49474947
dependencies:
49484948
base64-js "^1.1.2"
4949+
is-promise "^2.1.0"
49494950
network-address "^1.1.0"

0 commit comments

Comments
 (0)