From c2c0504e65358100afce90f680a64bf7e90bab6c Mon Sep 17 00:00:00 2001 From: Bret Harrison Date: Tue, 20 Feb 2018 13:53:43 -0500 Subject: [PATCH] FAB-8400 NodeSDK - Update dependencies Add missing dependencies to fabric-client and fabric-ca-client. Update the cloudant to be consistent with NodeSDK 1.0 where there was problem with the npm v3 pulling in the correct version. Change-Id: I51f08ca5ea42dccb33de2fa75e50caaf6554be30 Signed-off-by: Bret Harrison --- fabric-ca-client/package.json | 1 + fabric-client/package.json | 3 ++- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fabric-ca-client/package.json b/fabric-ca-client/package.json index f801d208f8..44a9976d9b 100644 --- a/fabric-ca-client/package.json +++ b/fabric-ca-client/package.json @@ -17,6 +17,7 @@ "js-sha3": "^0.5.1", "jsrsasign": "^6.2.2", "jssha": "^2.1.0", + "long": ">=3.0.0 <4.0.0", "nconf": "^0.8.4", "sjcl": "1.0.7", "sjcl-codec": "0.1.1", diff --git a/fabric-client/package.json b/fabric-client/package.json index dd36f8b430..b9c91b56c0 100644 --- a/fabric-client/package.json +++ b/fabric-client/package.json @@ -23,9 +23,10 @@ "grpc": ">=1.3.5 <2.0.0", "ignore-walk": "^3.0.0", "js-sha3": "^0.5.1", + "js-yaml": "^3.9.0", "jsrsasign": "6.2.2", "jssha": "^2.1.0", - "js-yaml": "^3.9.0", + "klaw": "^1.3.1", "long": ">=3.0.0 <4.0.0", "nano": ">=6.2.0 <7.0.0", "nconf": "^0.8.4", diff --git a/package.json b/package.json index 2d144176f3..c6b5137ce9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/bytebuffer": "^5.0.34", "bn.js": "^4.11.8", "bunyan": "^1.8.10", - "cloudant": "^1.7.0", + "cloudant": "^1.10.0", "del": "^2.2.2", "elliptic": "^6.3.2", "eslint": "^4.6.1",