From e0ce0f7f8848a2ca20cb33c3c328b4d57be27f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 00:39:04 +0000 Subject: [PATCH] Bump csv-parse from 1.3.3 to 4.8.9 in /tools/kansa-importer Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 1.3.3 to 4.8.9. - [Release notes](https://github.com/wdavidw/node-csv-parse/releases) - [Changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md) - [Commits](https://github.com/wdavidw/node-csv-parse/compare/v1.3.3...v4.8.9) Signed-off-by: dependabot[bot] --- tools/kansa-importer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kansa-importer/package.json b/tools/kansa-importer/package.json index 15ae555..0fadb45 100644 --- a/tools/kansa-importer/package.json +++ b/tools/kansa-importer/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "colors": "^1.1.2", - "csv-parse": "^1.1.1", + "csv-parse": "^4.8.9", "fetch-cookie": "^0.1.2", "ldjson-stream": "^1.2.1", "node-fetch": "^1.5.3"