diff --git a/test/chaincodes/annotations/package.json b/test/chaincodes/annotations/package.json index e446d4f0..db86bef9 100644 --- a/test/chaincodes/annotations/package.json +++ b/test/chaincodes/annotations/package.json @@ -18,11 +18,11 @@ "author": "", "license": "APACHE-2.0", "dependencies": { - "fabric-shim": "2.2.1-unstable", + "@types/node": "^14.6.4", "fabric-contract-api": "2.2.1-unstable", - "@types/node": "^10.3.6", + "fabric-shim": "2.2.1-unstable", "ts-node": "^3.3.0", "tslint": "^5.6.0", - "typescript": "^2.5.3" + "typescript": "^4.0.2" } }