From 95163943111e06d3dc19a89bfafea7d226841463 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 May 2022 07:56:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afd4020..21d52dd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cloudant": "1.8.0", "compression": "^1.6.2", "cors": "^2.8.3", - "couchimport": "^0.6.0", + "couchimport": "^1.0.0", "csv-parse": "^1.2.0", "debug": "^2.6.8", "express": "^4.15.3",