Skip to content

Commit 62bcb71

Browse files
committed
Update dependency zipkin to v0.12.0
1 parent e82496e commit 62bcb71

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.0.0",
88
"react-dom": "16.0.0",
99
"react-scripts": "1.1.1",
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
@@ -7296,9 +7296,10 @@ zipkin-transport-http@0.10.1:
72967296
dependencies:
72977297
node-fetch "^1.5.3"
72987298

7299-
zipkin@0.10.1:
7300-
version "0.10.1"
7301-
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.10.1.tgz#98d2472f897b6c532b02cb9f2866139399664036"
7299+
zipkin@0.12.0:
7300+
version "0.12.0"
7301+
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.12.0.tgz#a66ba351b6434c706e079f7996379bf4d080555a"
73027302
dependencies:
73037303
base64-js "^1.1.2"
7304+
is-promise "^2.1.0"
73047305
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.0",
6464
"opentracing": "0.14.1",
6565
"prettier": "1.11.0",
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
@@ -4767,9 +4767,10 @@ zipkin-transport-http@0.10.1:
47674767
dependencies:
47684768
node-fetch "^1.5.3"
47694769

4770-
zipkin@0.10.1:
4771-
version "0.10.1"
4772-
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.10.1.tgz#98d2472f897b6c532b02cb9f2866139399664036"
4770+
zipkin@0.12.0:
4771+
version "0.12.0"
4772+
resolved "https://registry.yarnpkg.com/zipkin/-/zipkin-0.12.0.tgz#a66ba351b6434c706e079f7996379bf4d080555a"
47734773
dependencies:
47744774
base64-js "^1.1.2"
4775+
is-promise "^2.1.0"
47754776
network-address "^1.1.0"

0 commit comments

Comments
 (0)