Skip to content

Commit

Permalink
[FABN-1186] GRPC level update
Browse files Browse the repository at this point in the history
Change-Id: I4a7dcdc92ea34b017c2969c60ae4b058244a404a
Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mbwhite authored and mastersingh24 committed Mar 27, 2019
1 parent 0a95259 commit 344e71d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fabric-common": "file:../fabric-common",
"fabric-protos": "file:../fabric-protos",
"fs-extra": "^6.0.1",
"grpc": "1.14.2",
"grpc": "1.17.0",
"js-sha3": "^0.7.0",
"jsrsasign": "^7.2.2",
"jssha": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fabric-common": "file:../fabric-common",
"fabric-protos": "file:../fabric-protos",
"fs-extra": "^6.0.1",
"grpc": "1.14.2",
"grpc": "1.17.0",
"hoek": "^4.2.1",
"ignore-walk": "^3.0.0",
"js-sha3": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion fabric-protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"dependencies": {
"grpc": "1.14.2",
"grpc": "1.17.0",
"protobufjs": "5.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 344e71d

Please sign in to comment.