From 2ba7828cd46ba3d3af1a9c870aad4e1581ad94fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Sep 2021 01:39:51 +0000 Subject: [PATCH] feat: upgrade couchimport from 0.6.2 to 1.5.3 Snyk has created this PR to upgrade couchimport from 0.6.2 to 1.5.3. See this package in npm: https://www.npmjs.com/package/couchimport See this project in Snyk: https://app.snyk.io/org/ukmadlz/project/d68e67fb-db15-440f-a9ae-661023ed88ab?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afd4020..41725b6 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.5.3", "csv-parse": "^1.2.0", "debug": "^2.6.8", "express": "^4.15.3",