From 01d4a5b7feb95ed129544a9292af279f27c96ced Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jun 2022 14:16:32 +0000 Subject: [PATCH] feat: upgrade couchimport from 0.6.2 to 1.5.5 Snyk has created this PR to upgrade couchimport from 0.6.2 to 1.5.5. 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=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afd4020..648b05f 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.5", "csv-parse": "^1.2.0", "debug": "^2.6.8", "express": "^4.15.3",