Skip to content

Commit f75955d

Browse files
fix: update dependency @fast-csv/parse to v5
1 parent fdf7dca commit f75955d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@fast-csv/format": "^4.3.5",
53-
"@fast-csv/parse": "^4.3.6",
53+
"@fast-csv/parse": "^5.0.0",
5454
"@octokit/rest": "^18.6.2",
5555
"@types/benchmark": "^2.1.0",
5656
"@types/columnify": "^1.5.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
lodash.isfunction "^3.0.9"
358358
lodash.isnil "^4.0.0"
359359

360-
"@fast-csv/parse@4.3.6", "@fast-csv/parse@^4.3.6":
360+
"@fast-csv/parse@4.3.6":
361361
version "4.3.6"
362362
resolved "https://registry.yarnpkg.com/@fast-csv/parse/-/parse-4.3.6.tgz#ee47d0640ca0291034c7aa94039a744cfb019264"
363363
integrity sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==
@@ -370,6 +370,18 @@
370370
lodash.isundefined "^3.0.1"
371371
lodash.uniq "^4.5.0"
372372

373+
"@fast-csv/parse@^5.0.0":
374+
version "5.0.2"
375+
resolved "https://registry.yarnpkg.com/@fast-csv/parse/-/parse-5.0.2.tgz#204000dfd661b580a10a8cd035a0e986fc6954a9"
376+
integrity sha512-gMu1Btmm99TP+wc0tZnlH30E/F1Gw1Tah3oMDBHNPe9W8S68ixVHjt89Wg5lh7d9RuQMtwN+sGl5kxR891+fzw==
377+
dependencies:
378+
lodash.escaperegexp "^4.1.2"
379+
lodash.groupby "^4.6.0"
380+
lodash.isfunction "^3.0.9"
381+
lodash.isnil "^4.0.0"
382+
lodash.isundefined "^3.0.1"
383+
lodash.uniq "^4.5.0"
384+
373385
"@hapi/accept@5.0.2":
374386
version "5.0.2"
375387
resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.2.tgz#ab7043b037e68b722f93f376afb05e85c0699523"

0 commit comments

Comments
 (0)