Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
perf(deps): bump csv-parse from 4.16.3 to 5.0.3 (#415)
Browse files Browse the repository at this point in the history
* chore(deps): bump csv-parse from 4.16.3 to 5.0.3

Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 4.16.3 to 5.0.3.
- [Release notes](https://github.com/adaltas/node-csv/releases)
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@5.0.3/packages/csv-parse)

---
updated-dependencies:
- dependency-name: csv-parse
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: update csv-parse usage

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bertrand Marron <bertrand.marron@gmail.com>
  • Loading branch information
dependabot[bot] and tusbar committed Nov 29, 2021
1 parent 77c54d9 commit 574ebe1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/client/models/reports.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const {Buffer} = require('buffer')

const parseCsv = require('csv-parse')
const {parse: parseCsv} = require('csv-parse')
const iconv = require('iconv-lite')

const throttle = require('../throttle')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@bizon/amazon-ids": "^2.8.0",
"content-type": "^1.0.4",
"csv-parse": "^4.16.3",
"csv-parse": "^5.0.3",
"date-fns": "^2.26.0",
"debug": "^4.3.1",
"got": "^11.8.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2634,10 +2634,10 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"

csv-parse@^4.16.3:
version "4.16.3"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
csv-parse@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.0.3.tgz#eeb0b1ac8bf2970f703176c8f54d313325b6d2e8"
integrity sha512-86R0WU4aEEF/1fPZKxP3NmDAYC4Ce1t9iFgKPZogG5Lvk4m9WZQkCEsDANktG29jppejwclTtEOzubN2ieCJqw==

dashdash@^1.12.0:
version "1.14.1"
Expand Down

0 comments on commit 574ebe1

Please sign in to comment.