Skip to content

Commit 3ee977b

Browse files
fix(deps): update dependency csv-parse to v6
1 parent b7b285e commit 3ee977b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"lint-staged": "16.1.5"
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
@@ -766,10 +766,10 @@ cross-spawn@^7.0.6:
766766
shebang-command "^2.0.0"
767767
which "^2.0.1"
768768

769-
csv-parse@^5.4.0:
770-
version "5.5.6"
771-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a"
772-
integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==
769+
csv-parse@^6.0.0:
770+
version "6.1.0"
771+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-6.1.0.tgz#c642ec5b7fc57c1f477a07d179beb5ff0dfd5ed0"
772+
integrity sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==
773773

774774
dargs@^8.0.0:
775775
version "8.1.0"

0 commit comments

Comments
 (0)