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

9afaa6e · dependabot[bot] · 2025-07-21 17:28

2 files +5 -5
Message
{commit_body(@commit)}

Files changed

modified package-lock.json
+4 −4
@@ -10,7 +10,7 @@
10 10 "@actions/core": "1.11.1",
11 11 "@actions/exec": "1.1.1",
12 12 "@actions/tool-cache": "2.0.2",
13 "csv-parse": "6.0.0",
13 + "csv-parse": "6.1.0",
14 14 "lodash": "4.17.21",
15 15 "semver": "7.7.2"
16 16 },
@@ -686,9 +686,9 @@
686 686 }
687 687 },
688 688 "node_modules/csv-parse": {
689 "version": "6.0.0",
690 "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.0.0.tgz",
691 "integrity": "sha512-6aB9WrymEruVDwQOwa5AuYk4/Gb+HaJgLHGKOA9BXTqgsIFvbdHzQzZOuqNCOooTGciPDaHzTlGkU5P6kYVUYw==",
689 + "version": "6.1.0",
690 + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.1.0.tgz",
691 + "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==",
692 692 "license": "MIT"
693 693 },
694 694 "node_modules/debug": {
modified package.json
+1 −1
@@ -19,7 +19,7 @@
19 19 "@actions/core": "1.11.1",
20 20 "@actions/exec": "1.1.1",
21 21 "@actions/tool-cache": "2.0.2",
22 "csv-parse": "6.0.0",
22 + "csv-parse": "6.1.0",
23 23 "semver": "7.7.2",
24 24 "lodash": "4.17.21"
25 25 },

Parents: 4168d0b