From e9da196b1e06e09c1133460e0254ae108f06e863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 00:38:57 +0000 Subject: [PATCH] Bump csv-parse from 1.3.3 to 4.8.9 in /tools/kansa-timeline 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-timeline/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kansa-timeline/package.json b/tools/kansa-timeline/package.json index df0bc0b..3af38ab 100644 --- a/tools/kansa-timeline/package.json +++ b/tools/kansa-timeline/package.json @@ -9,6 +9,6 @@ "author": "Eemeli Aro ", "license": "Apache-2.0", "dependencies": { - "csv-parse": "^1.2.0" + "csv-parse": "^4.8.9" } }