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] committed May 27, 2023
1 parent 1c0b70a commit 6fefc93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
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 @@ -2547,10 +2547,10 @@ __metadata:
languageName: node
linkType: hard

"csv-parse@npm:^4.16.3":
version: 4.16.3
resolution: "csv-parse@npm:4.16.3"
checksum: 5ad7790fc31c32ca1623bad1a54906134ba44fa109e8dd2dfda440bf7e9fd93610d9076a78f45c872701bfafdf7f93c9b75500c09d7efd6611d863f1d45ec69f
"csv-parse@npm:^5.0.0":
version: 5.4.0
resolution: "csv-parse@npm:5.4.0"
checksum: e9c2f23953f628849c476adeb9f500e9c03fcfe98fea7b732366e3c2ed0b07a5e67f32ca12a0132db6eb71601c080b4935b5921296db3625a597e24caa16f633
languageName: node
linkType: hard

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

0 comments on commit 6fefc93

Please sign in to comment.