Skip to content

Commit 9bd2877

Browse files
fix(deps): update dependency csv-parse to v6
1 parent 2004d83 commit 9bd2877

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"lint-staged": "16.3.2"
4444
},
4545
"dependencies": {
46-
"csv-parse": "^5.4.0"
46+
"csv-parse": "^6.0.0"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -722,10 +722,10 @@ cross-spawn@^7.0.6:
722722
shebang-command "^2.0.0"
723723
which "^2.0.1"
724724

725-
csv-parse@^5.4.0:
726-
version "5.5.6"
727-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a"
728-
integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==
725+
csv-parse@^6.0.0:
726+
version "6.1.0"
727+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-6.1.0.tgz#c642ec5b7fc57c1f477a07d179beb5ff0dfd5ed0"
728+
integrity sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==
729729

730730
dargs@^8.0.0:
731731
version "8.1.0"

0 commit comments

Comments
 (0)