Merge pull request #172 from docker/dependabot/npm_and_yarn/csv-parse-5.3.1
Some checks failed
ci / main () (push) Failing after 0s
ci / main (latest) (push) Failing after 0s
ci / main (v0.4.1) (push) Failing after 0s
ci / multi (push) Failing after 0s
ci / error (push) Failing after 0s
ci / debug (push) Failing after 0s
ci / install (push) Failing after 0s
ci / use (false) (push) Failing after 0s
ci / use (true) (push) Failing after 0s
ci / driver (image=moby/buildkit:latest) (push) Failing after 0s
ci / driver (image=moby/buildkit:master network=host ) (push) Failing after 0s
ci / docker-driver (push) Failing after 0s
ci / endpoint (push) Failing after 0s
ci / config (push) Failing after 0s
ci / config-inline (push) Failing after 0s
ci / with-qemu (, all) (push) Failing after 0s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 0s
ci / with-qemu (latest, all) (push) Failing after 0s
ci / with-qemu (latest, arm64,riscv64,arm) (push) Failing after 0s
ci / with-qemu (v0.4.1, all) (push) Failing after 0s
ci / with-qemu (v0.4.1, arm64,riscv64,arm) (push) Failing after 0s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 0s
ci / build-ref (master) (push) Failing after 0s
ci / build-ref (refs/pull/731/head) (push) Failing after 0s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 0s
ci / standalone-cmd (push) Failing after 0s
ci / standalone-action (push) Failing after 0s
ci / standalone-install-error (push) Failing after 0s
ci / append (push) Failing after 0s
ci / platforms (push) Failing after 0s

Bump csv-parse from 5.3.0 to 5.3.1
This commit is contained in:
CrazyMax
2022-10-17 15:11:27 +02:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1",
"csv-parse": "^5.1.0",
"csv-parse": "^5.3.1",
"js-yaml": "^4.1.0",
"semver": "^7.3.7",
"tmp": "^0.2.1",

View File

@@ -1450,10 +1450,10 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"
csv-parse@^5.1.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.3.0.tgz#85cc02fc9d1c89bd1b02e69069c960f8b8064322"
integrity sha512-UXJCGwvJ2fep39purtAn27OUYmxB1JQto+zhZ4QlJpzsirtSFbzLvip1aIgziqNdZp/TptvsKEV5BZSxe10/DQ==
csv-parse@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.3.1.tgz#78b028eb2d2a3e16e62ee8abe710ff7a0b1f8b3b"
integrity sha512-R4Hv6eGJNzgcKdThZ6XORbSQ873HVcNke74QIq+LbwpT90LaZ8Xzl7KKiuIP16xq/P7ofzRt0h7S0xm+fVScsw==
data-urls@^2.0.0:
version "2.0.0"