From 764b0a5609dbde1480c869206bd9fe7281555d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 09:46:22 +0000 Subject: [PATCH] build(deps-dev): bump csv-parse from 1.1.7 to 4.6.5 in /statuses Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 1.1.7 to 4.6.5. - [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/commits/v4.6.5) Signed-off-by: dependabot[bot] --- statuses/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statuses/package.json b/statuses/package.json index f163739..cb39188 100644 --- a/statuses/package.json +++ b/statuses/package.json @@ -20,7 +20,7 @@ "LICENSE" ], "devDependencies": { - "csv-parse": "1.1.7", + "csv-parse": "4.6.5", "eslint": "3.10.0", "eslint-config-standard": "6.2.1", "eslint-plugin-promise": "3.3.2",