Bump csv-parse from 7.0.0 to 7.0.1 (#479)

Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 7.0.0 to 7.0.1.
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@7.0.1/packages/csv-parse)

---
updated-dependencies:
- dependency-name: csv-parse
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2026-07-07 06:37:26 -05:00
committed by GitHub
parent 50a47d8240
commit 837c16fb56
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"@actions/core": "3.0.0", "@actions/core": "3.0.0",
"@actions/exec": "3.0.0", "@actions/exec": "3.0.0",
"@actions/tool-cache": "4.0.0", "@actions/tool-cache": "4.0.0",
"csv-parse": "7.0.0", "csv-parse": "7.0.1",
"semver": "7.7.4", "semver": "7.7.4",
"smol-toml": "1.7.0" "smol-toml": "1.7.0"
}, },
@@ -838,9 +838,9 @@
} }
}, },
"node_modules/csv-parse": { "node_modules/csv-parse": {
"version": "7.0.0", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-7.0.0.tgz", "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-7.0.1.tgz",
"integrity": "sha512-CSssqPAK5us09FhMI9juM0jnqXUJP+rtWeIfivTYBLNH/8rnxkQlZvoRemF6MAyfNov9XU8mN2wwF/pP68sxTA==", "integrity": "sha512-+2z7Ar0APQ7Uu6fX4cn+pitRmxjZ1WPBcGmZFKmA74FCyi7Et/XZx8cjNQ5CjbZ4HCOxXCOpRBYvYH08Qa003A==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/debug": { "node_modules/debug": {
+1 -1
View File
@@ -20,7 +20,7 @@
"@actions/core": "3.0.0", "@actions/core": "3.0.0",
"@actions/exec": "3.0.0", "@actions/exec": "3.0.0",
"@actions/tool-cache": "4.0.0", "@actions/tool-cache": "4.0.0",
"csv-parse": "7.0.0", "csv-parse": "7.0.1",
"semver": "7.7.4", "semver": "7.7.4",
"smol-toml": "1.7.0" "smol-toml": "1.7.0"
}, },