Skip to content

Commit b770d6d

Browse files
committed
fix(deps): update dependency csv-parser to v3
1 parent 86e6137 commit b770d6d

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
@@ -5194,13 +5194,12 @@ cssstyle@^2.2.0:
51945194
dependencies:
51955195
cssom "~0.3.6"
51965196

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

52055204
csvtojson@^2.0.8:
52065205
version "2.0.10"
@@ -13965,7 +13964,7 @@ through2@^2.0.0, through2@^2.0.2:
1396513964
readable-stream "~2.3.6"
1396613965
xtend "~4.0.1"
1396713966

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

0 commit comments

Comments
 (0)