From 9afaa6e45fdc150d1dfcbb4d73434f1b411f66c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:28:00 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6995a8a..f45e002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@actions/core": "1.11.1", "@actions/exec": "1.1.1", "@actions/tool-cache": "2.0.2", - "csv-parse": "6.0.0", + "csv-parse": "6.1.0", "lodash": "4.17.21", "semver": "7.7.2" }, @@ -686,9 +686,9 @@ } }, "node_modules/csv-parse": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.0.0.tgz", - "integrity": "sha512-6aB9WrymEruVDwQOwa5AuYk4/Gb+HaJgLHGKOA9BXTqgsIFvbdHzQzZOuqNCOooTGciPDaHzTlGkU5P6kYVUYw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.1.0.tgz", + "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==", "license": "MIT" }, "node_modules/debug": { diff --git a/package.json b/package.json index fb39b9e..8ed39ac 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@actions/core": "1.11.1", "@actions/exec": "1.1.1", "@actions/tool-cache": "2.0.2", - "csv-parse": "6.0.0", + "csv-parse": "6.1.0", "semver": "7.7.2", "lodash": "4.17.21" },