From cdc8c18a9659f33f62b9e960cb7445bcc262a50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:39:02 +0000 Subject: [PATCH] build(deps): bump csv-stringify from 5.5.1 to 6.4.6 Bumps [csv-stringify](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-stringify) from 5.5.1 to 6.4.6. - [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-stringify/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-csv/commits/csv-stringify@6.4.6/packages/csv-stringify) --- updated-dependencies: - dependency-name: csv-stringify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 628e6ba..26e8bee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "csv-parse": "^4.12.0", - "csv-stringify": "^5.5.1", + "csv-stringify": "^6.4.6", "dotenv": "^16.4.5", "express": "^4.19.2", "node-fetch": "^2.6.0", @@ -212,9 +212,9 @@ "integrity": "sha512-wPQl3H79vWLPI8cgKFcQXl0NBgYYEqVnT1i6/So7OjMpsI540oD7p93r3w6fDSyPvwkTepG05F69/7AViX2lXg==" }, "node_modules/csv-stringify": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.5.1.tgz", - "integrity": "sha512-HM0/86Ks8OwFbaYLd495tqTs1NhscZL52dC4ieKYumy8+nawQYC0xZ63w1NqLf0M148T2YLYqowoImc1giPn0g==" + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz", + "integrity": "sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==" }, "node_modules/debug": { "version": "2.6.9", @@ -1340,9 +1340,9 @@ "integrity": "sha512-wPQl3H79vWLPI8cgKFcQXl0NBgYYEqVnT1i6/So7OjMpsI540oD7p93r3w6fDSyPvwkTepG05F69/7AViX2lXg==" }, "csv-stringify": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.5.1.tgz", - "integrity": "sha512-HM0/86Ks8OwFbaYLd495tqTs1NhscZL52dC4ieKYumy8+nawQYC0xZ63w1NqLf0M148T2YLYqowoImc1giPn0g==" + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz", + "integrity": "sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index 67cf7b7..9d7f2f0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "csv-parse": "^4.12.0", - "csv-stringify": "^5.5.1", + "csv-stringify": "^6.4.6", "dotenv": "^16.4.5", "express": "^4.19.2", "node-fetch": "^2.6.0",