Skip to content

Commit

Permalink
[FAB-5775] Update grpc module >= 1.3.5
Browse files Browse the repository at this point in the history
grpc node module has a resource leak bug before 1.3.5.
This patch fixes the version dependency for the grpc module.
(The compatibility issue which once existed in 1.3.0 was fixed in 1.3.1)

Change-Id: Id93064dbd7d2b2f3c31a85f8224f13f64303bba1
Signed-off-by: Taku Shimosawa <[email protected]>
  • Loading branch information
shimos committed Aug 14, 2017
1 parent 9fe8114 commit 524edee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"elliptic": "^6.2.3",
"fs": "0.0.2",
"fs-extra": ">=0.30.0 <0.31.0",
"grpc": ">=1.1.2 <1.3.0",
"grpc": ">=1.3.5 <2.0.0",
"js-sha3": "^0.5.1",
"jsrsasign": "6.2.2",
"jssha": "^2.1.0",
Expand Down

0 comments on commit 524edee

Please sign in to comment.