From 6acf312bc2d771f41b83f9131bad20ffe72dd4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 16:03:47 +0000 Subject: [PATCH] build(deps): bump csv-stringify from 6.3.3 to 6.4.0 Bumps [csv-stringify](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-stringify) from 6.3.3 to 6.4.0. - [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.0/packages/csv-stringify) --- updated-dependencies: - dependency-name: csv-stringify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df0e2bc8..2c19d282 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "ajv": "^6.12.6", "axios": "^1.4.0", "crc": "^4.3.2", - "csv-stringify": "^6.3.3", + "csv-stringify": "^6.4.0", "googleapis": "118", "he": "^1.2.0", "node-html-parser": "^6.1.5", diff --git a/yarn.lock b/yarn.lock index ba8d748d..22c368d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -395,10 +395,10 @@ csv-parse@^5.3.9: resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.3.9.tgz#7af0daa161b0213080bb2cdffacd9b699cf48963" integrity sha512-Nuh09OE1+wG6x5Lu2T+woxlupPAnWJ6Wj9XVYK74gP646e5gDrUsrCws1zz5NbckpQ+jygnxb8xDLj3gfBxi3w== -csv-stringify@^6.3.3: - version "6.3.3" - resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.3.3.tgz#f13688210fc24a6598625b2b6040c4f55f939374" - integrity sha512-bL926F/b6oJieWPt0njp3vfu8jySbPsDxCL4VUd9xHsJt3H/YJXLdzqOkh8y5l+1cBYOCEYbHNZ7ipVCfWzYSw== +csv-stringify@^6.4.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.0.tgz#6d006dca9194700e44f9fbc541bee8bbbd4f459c" + integrity sha512-HQsw0QXiN5fdlO+R8/JzCZnR3Fqp8E87YVnhHlaPtNGJjt6ffbV0LpOkieIb1x6V1+xt878IYq77SpXHWAqKkA== debug@4, debug@^4.1.1: version "4.2.0"