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] 2019-11-01 22:54:47 +00:00 committed by GitHub
parent 8811f5e6c3
commit 1193fd52c7
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

@ -60,9 +60,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
},
"debug": {

View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"async": "^2.5.0",
"csv-parse": "^2.0.0",
"csv-parse": "^4.4.6",
"isomorphic-fetch": "^2.2.1",
"needle": "^2.0.0",
"punycode": "^2.1.0",