From 4a8763a25540d90df61c080a1712d71203c55867 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 05:38:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f6f27a..23c5305 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "bluebird": "^3.5.0", - "cloudant": "^1.8.0", + "cloudant": "^1.9.0", "object.values": "^1.0.4", "openwhisk": "^3.7.0", "request": "^2.82.0",