Skip to content

Commit bd4c1a9

Browse files
committed
Update dependency zipkin to v0.12.0
1 parent 82cc4d6 commit bd4c1a9

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.0",
88
"react-dom": "16.3.0",
99
"react-scripts": "1.1.2",
10-
"zipkin": "0.10.1",
10+
"zipkin": "0.12.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
@@ -7302,9 +7302,10 @@ zipkin-transport-http@0.10.1:
73027302
dependencies:
73037303
node-fetch "^1.5.3"
73047304

7305-
zipkin@0.10.1:
7306-
version "0.10.1"
7307-
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.10.1.tgz#98d2472f897b6c532b02cb9f2866139399664036"
7305+
zipkin@0.12.0:
7306+
version "0.12.0"
7307+
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.12.0.tgz#a66ba351b6434c706e079f7996379bf4d080555a"
73087308
dependencies:
73097309
base64-js "^1.1.2"
7310+
is-promise "^2.1.0"
73107311
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.11.1",
66-
"zipkin": "0.10.1",
66+
"zipkin": "0.12.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
@@ -4936,9 +4936,10 @@ zipkin-transport-http@0.10.1:
49364936
dependencies:
49374937
node-fetch "^1.5.3"
49384938

4939-
zipkin@0.10.1:
4940-
version "0.10.1"
4941-
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.10.1.tgz#98d2472f897b6c532b02cb9f2866139399664036"
4939+
zipkin@0.12.0:
4940+
version "0.12.0"
4941+
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.12.0.tgz#a66ba351b6434c706e079f7996379bf4d080555a"
49424942
dependencies:
49434943
base64-js "^1.1.2"
4944+
is-promise "^2.1.0"
49444945
network-address "^1.1.0"

0 commit comments

Comments
 (0)