Bump csv-parse from 6.0.0 to 6.1.0 (#366)

---
updated-dependencies:
- dependency-name: csv-parse
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-07-21 18:28:00 +01:00
committed by GitHub
parent 4168d0bf3c
commit 9afaa6e45f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"@actions/core": "1.11.1", "@actions/core": "1.11.1",
"@actions/exec": "1.1.1", "@actions/exec": "1.1.1",
"@actions/tool-cache": "2.0.2", "@actions/tool-cache": "2.0.2",
"csv-parse": "6.0.0", "csv-parse": "6.1.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"semver": "7.7.2" "semver": "7.7.2"
}, },
@@ -686,9 +686,9 @@
} }
}, },
"node_modules/csv-parse": { "node_modules/csv-parse": {
"version": "6.0.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.0.0.tgz", "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.1.0.tgz",
"integrity": "sha512-6aB9WrymEruVDwQOwa5AuYk4/Gb+HaJgLHGKOA9BXTqgsIFvbdHzQzZOuqNCOooTGciPDaHzTlGkU5P6kYVUYw==", "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/debug": { "node_modules/debug": {
+1 -1
View File
@@ -19,7 +19,7 @@
"@actions/core": "1.11.1", "@actions/core": "1.11.1",
"@actions/exec": "1.1.1", "@actions/exec": "1.1.1",
"@actions/tool-cache": "2.0.2", "@actions/tool-cache": "2.0.2",
"csv-parse": "6.0.0", "csv-parse": "6.1.0",
"semver": "7.7.2", "semver": "7.7.2",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },