From 1854292fe3638558372f469c3b635cb8adbe53b7 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:41:38 +0000 Subject: [PATCH] fix(deps): update dependency csv-parse to v7 --- .npmrc | 1 + package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index a654c3ad..45d564c0 100644 --- a/.npmrc +++ b/.npmrc @@ -73,6 +73,7 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com diff --git a/package-lock.json b/package-lock.json index 5fdb03bc..9c685cdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/http-client": "2.2.3", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.2", - "csv-parse": "4.16.3", + "csv-parse": "7.0.0", "path": "0.12.7", "semver": "7.7.2", "uuid": "9.0.1" @@ -2648,9 +2648,9 @@ } }, "node_modules/csv-parse": { - "version": "4.16.3", - "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz", - "integrity": "sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-7.0.0.tgz", + "integrity": "sha512-CSssqPAK5us09FhMI9juM0jnqXUJP+rtWeIfivTYBLNH/8rnxkQlZvoRemF6MAyfNov9XU8mN2wwF/pP68sxTA==", "license": "MIT" }, "node_modules/damerau-levenshtein": { diff --git a/package.json b/package.json index e5c16a7e..4f604d04 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/http-client": "2.2.3", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.2", - "csv-parse": "4.16.3", + "csv-parse": "7.0.0", "path": "0.12.7", "semver": "7.7.2", "uuid": "9.0.1"