Skip to content

Commit e212255

Browse files
committed
fix(deps): update dependency csv-parser to v3
1 parent 02bfd55 commit e212255

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

packages/csv-parser-discount-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"JSONStream": "^1.3.5",
41-
"csv-parser": "^2.1.0",
41+
"csv-parser": "^3.0.0",
4242
"flat": "^5.0.0",
4343
"highland": "^2.13.0",
4444
"npmlog": "^4.1.2",

packages/csv-parser-orders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"JSONStream": "^1.3.5",
44-
"csv-parser": "^2.1.0",
44+
"csv-parser": "^3.0.0",
4545
"highland": "^2.13.0",
4646
"lodash": "^4.17.11",
4747
"npmlog": "^4.1.2",

packages/csv-parser-price/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@commercetools/sdk-middleware-http": "^6.0.11",
4646
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
4747
"JSONStream": "^1.3.5",
48-
"csv-parser": "^2.1.0",
48+
"csv-parser": "^3.0.0",
4949
"flat": "^5.0.0",
5050
"highland": "^2.13.0",
5151
"lodash.isnil": "^4.0.0",

packages/csv-parser-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@commercetools/sdk-middleware-http": "^6.0.11",
4949
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
5050
"JSONStream": "^1.3.5",
51-
"csv-parser": "^2.1.0",
51+
"csv-parser": "^3.0.0",
5252
"flat": "^5.0.0",
5353
"highland": "^2.13.0",
5454
"lodash.memoize": "^4.1.2",

packages/discount-code-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build": "babel src --out-dir lib --config-file '../../babel.config.js'"
3737
},
3838
"dependencies": {
39-
"csv-parser": "^2.1.0",
39+
"csv-parser": "^3.0.0",
4040
"flat": "^5.0.0",
4141
"json2csv": "^5.0.0",
4242
"npmlog": "^4.1.2",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5722,13 +5722,12 @@ csv-parse@^4.16.3:
57225722
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
57235723
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
57245724

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

57335732
csv-stringify@^5.6.5:
57345733
version "5.6.5"
@@ -14734,7 +14733,7 @@ through2@^2.0.0, through2@^2.0.2:
1473414733
readable-stream "~2.3.6"
1473514734
xtend "~4.0.1"
1473614735

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

0 commit comments

Comments
 (0)