From 0edb9c8ca533e06b1d6c76273aceb5eb913b3b94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Dec 2022 02:00:01 +0000 Subject: [PATCH] feat: upgrade couchimport from 0.6.2 to 1.6.1 Snyk has created this PR to upgrade couchimport from 0.6.2 to 1.6.1. 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..41dc5f0 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.6.1", "csv-parse": "^1.2.0", "debug": "^2.6.8", "express": "^4.15.3",