From 18f6c7c2ef20a82fa408f3cfc562d78c86fb9063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 21:59:53 +0000 Subject: [PATCH] Bump csv-parse from 4.4.3 to 4.4.6 Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 4.4.3 to 4.4.6. - [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/v4.4.3...v4.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc6c1e6..3aded72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1316,9 +1316,9 @@ "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" }, "csv-parse": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.4.3.tgz", - "integrity": "sha512-TiLGAy14FPJ7/yB+Gn6RgSxoZLpf6pJTRkGqmCt9t/SGVwubrXjbUWtEw39RlKB6hDHzbdjLyBZaysQ0Ji6p/w==" + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.4.6.tgz", + "integrity": "sha512-VisC5TBBhOF+70zjrF9FOiqI2LZOhXK/vAWlOrqyqz3lLa+P8jzJ7L/sg90MHmkSY/brAXWwrmGSZR0tM5yi4g==" }, "cuint": { "version": "0.2.2", diff --git a/package.json b/package.json index bfa5ca7..687fbe0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.3", - "csv-parse": "^4.4.3", + "csv-parse": "^4.4.6", "download-file": "^0.1.5", "fomantic-ui": "^2.7.6", "jquery": "^3.4.1",