Skip to content

Commit 2d1f849

Browse files
committed
fix(deps): update dependency csv-parser to v3
1 parent 9fadb17 commit 2d1f849

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
@@ -5394,13 +5394,12 @@ csv-parse@^4.16.3:
53945394
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
53955395
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
53965396

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

54055404
csv-stringify@^5.6.5:
54065405
version "5.6.5"
@@ -14203,7 +14202,7 @@ through2@^2.0.0, through2@^2.0.2:
1420314202
readable-stream "~2.3.6"
1420414203
xtend "~4.0.1"
1420514204

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

0 commit comments

Comments
 (0)