Bump csv-parse from 2.5.0 to 4.4.6

Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 2.5.0 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/v2.5.0...v4.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-02-12 12:42:00 +00:00 committed by GitHub
parent e7b30f20ee
commit cb97cdc1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -280,9 +280,9 @@
"dev": true
},
"csv-parse": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-2.5.0.tgz",
"integrity": "sha512-4OcjOJQByI0YDU5COYw9HAqjo8/MOLLmT9EKyMCXUzgvh30vS1SlMK+Ho84IH5exN44cSnrYecw/7Zpu2m4lkA==",
"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==",
"dev": true
},
"csv-stringify": {

View File

@ -19,7 +19,7 @@
"commander": "^2.15.1",
"country-data": "0.0.31",
"countryjs": "^1.8.0",
"csv-parse": "^2.5.0",
"csv-parse": "^4.4.6",
"csv-stringify": "^2.1.0",
"es6-promisify": "^5.0.0",
"fs": "0.0.1-security",