Skip to content

Commit

Permalink
fix(deps): update dependency csv-parser to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2020
1 parent 6336109 commit 0aa6f06
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/csv-parser-discount-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"JSONStream": "^1.3.5",
"csv-parser": "^2.1.0",
"csv-parser": "^3.0.0",
"flat": "^5.0.0",
"highland": "^2.13.0",
"npmlog": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parser-orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"JSONStream": "^1.3.5",
"csv-parser": "^2.1.0",
"csv-parser": "^3.0.0",
"highland": "^2.13.0",
"lodash": "^4.17.11",
"npmlog": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parser-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@commercetools/sdk-middleware-http": "^6.0.9",
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
"JSONStream": "^1.3.5",
"csv-parser": "^2.1.0",
"csv-parser": "^3.0.0",
"flat": "^5.0.0",
"highland": "^2.13.0",
"lodash.isnil": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv-parser-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@commercetools/sdk-middleware-http": "^6.0.9",
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
"JSONStream": "^1.3.5",
"csv-parser": "^2.1.0",
"csv-parser": "^3.0.0",
"flat": "^5.0.0",
"highland": "^2.13.0",
"lodash.memoize": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/discount-code-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "babel src --out-dir lib --config-file '../../babel.config.js'"
},
"dependencies": {
"csv-parser": "^2.1.0",
"csv-parser": "^3.0.0",
"flat": "^5.0.0",
"json2csv": "^5.0.0",
"npmlog": "^4.1.2",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5194,13 +5194,12 @@ cssstyle@^2.2.0:
dependencies:
cssom "~0.3.6"

csv-parser@^2.1.0:
version "2.3.3"
resolved "https://registry.yarnpkg.com/csv-parser/-/csv-parser-2.3.3.tgz#978120ca14f879a17a8b977d9448daa738a38f65"
integrity sha512-czcyxc4/3Tt63w0oiK1zsnRgRD4PkqWaRSJ6eef63xC0f+5LVLuGdSYEcJwGp2euPgRHx+jmlH2Lb49anb1CGQ==
csv-parser@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/csv-parser/-/csv-parser-3.0.0.tgz#b88a6256d79e090a97a1b56451f9327b01d710e7"
integrity sha512-s6OYSXAK3IdKqYO33y09jhypG/bSDHPuyCme/IdEHfWpLf/jKcpitVFyOC6UemgGk8v7Q5u2XE0vvwmanxhGlQ==
dependencies:
minimist "^1.2.0"
through2 "^3.0.1"

csvtojson@^2.0.8:
version "2.0.10"
Expand Down Expand Up @@ -13965,7 +13964,7 @@ through2@^2.0.0, through2@^2.0.2:
readable-stream "~2.3.6"
xtend "~4.0.1"

through2@^3.0.0, through2@^3.0.1:
through2@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz#99f88931cfc761ec7678b41d5d7336b5b6a07bf4"
integrity sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==
Expand Down

0 comments on commit 0aa6f06

Please sign in to comment.