Skip to content

Commit

Permalink
fix(deps): update dependency csv-parse to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent a6b3874 commit edb9a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"abort-controller": "^3.0.0",
"chalk": "^4.1.2",
"csv-parse": "^4.16.3",
"csv-parse": "^5.0.0",
"csv-stringify": "^5.6.5",
"glob": "^10.2.2",
"js-yaml": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2631,10 +2631,10 @@ __metadata:
languageName: node
linkType: hard

"csv-parse@npm:^4.16.3":
version: 4.16.3
resolution: "csv-parse@npm:4.16.3"
checksum: 10c0/40771fda105b10c3e44551fa4dbeab462315400deb572f2918c19d5848addd95ea3479aaaeaaf3bbd9235593a6d798dd90b9e6ba5c4ce570979bafc4bb1ba5f0
"csv-parse@npm:^5.0.0":
version: 5.5.5
resolution: "csv-parse@npm:5.5.5"
checksum: 10c0/717d8e66386cbeed9baea93f231efd3aff967a9b70c27f0c8bb19fa5a723d01b2d426b6728e8f1e5e26731ec4371a5f513e1a524344411735fc8d3848770409e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8055,7 +8055,7 @@ __metadata:
chalk: "npm:^4.1.2"
commitizen: "npm:^4.3.0"
cross-env: "npm:^7.0.3"
csv-parse: "npm:^4.16.3"
csv-parse: "npm:^5.0.0"
csv-stringify: "npm:^5.6.5"
cz-conventional-changelog: "npm:3.3.0"
glob: "npm:^10.2.2"
Expand Down

0 comments on commit edb9a4e

Please sign in to comment.