From 6b4354a4903e942f234d80cc1e8aeb695a1e0fb7 Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:38:43 +0000 Subject: [PATCH] fix(deps): update dependency csv-parse to v5 --- .npmrc | 2 ++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.npmrc b/.npmrc index 1fdae7e6..0bfd8aa1 100644 --- a/.npmrc +++ b/.npmrc @@ -10,6 +10,8 @@ @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 4d27a0bb..6fedb9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/http-client": "2.0.1", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1", - "csv-parse": "4.16.3", + "csv-parse": "5.5.3", "path": "0.12.7", "semver": "7.5.2", "uuid": "9.0.1" @@ -4292,9 +4292,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": "5.5.3", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.3.tgz", + "integrity": "sha512-v0KW6C0qlZzoGjk6u5tLmVfyZxNgPGXZsWTXshpAgKVGmGXzaVWGdlCFxNx5iuzcXT/oJN1HHM9DZKwtAtYa+A==" }, "node_modules/debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 1f876bf9..eb101a1b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/http-client": "2.0.1", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1", - "csv-parse": "4.16.3", + "csv-parse": "5.5.3", "path": "0.12.7", "semver": "7.5.2", "uuid": "9.0.1"