From 56a97e57113be6085283ac76f3893286e3b887b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:53:29 +0000 Subject: [PATCH] Bump @fast-csv/parse from 4.3.6 to 5.0.0 Bumps [@fast-csv/parse](https://github.com/C2FO/fast-csv/tree/HEAD/packages/parse) from 4.3.6 to 5.0.0. - [Release notes](https://github.com/C2FO/fast-csv/releases) - [Changelog](https://github.com/C2FO/fast-csv/blob/main/packages/parse/CHANGELOG.md) - [Commits](https://github.com/C2FO/fast-csv/commits/v5.0.0/packages/parse) --- updated-dependencies: - dependency-name: "@fast-csv/parse" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/import-handler/package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/import-handler/package.json b/packages/import-handler/package.json index 7641a598b..e21973810 100644 --- a/packages/import-handler/package.json +++ b/packages/import-handler/package.json @@ -33,7 +33,7 @@ "eslint-plugin-prettier": "^4.0.0" }, "dependencies": { - "@fast-csv/parse": "^4.3.6", + "@fast-csv/parse": "^5.0.0", "@google-cloud/functions-framework": "3.1.2", "@google-cloud/storage": "^7.0.1", "@google-cloud/tasks": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index fdf24846e..25ccd1c87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2632,12 +2632,11 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@fast-csv/parse@^4.3.6": - version "4.3.6" - resolved "https://registry.yarnpkg.com/@fast-csv/parse/-/parse-4.3.6.tgz#ee47d0640ca0291034c7aa94039a744cfb019264" - integrity sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA== +"@fast-csv/parse@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@fast-csv/parse/-/parse-5.0.0.tgz#091665753f9e58f0dda6a55ae30f582526042903" + integrity sha512-ecF8tCm3jVxeRjEB6VPzmA+1wGaJ5JgaUX2uesOXdXD6qQp0B3EdshOIed4yT1Xlj/F2f8v4zHSo0Oi31L697g== dependencies: - "@types/node" "^14.0.1" lodash.escaperegexp "^4.1.2" lodash.groupby "^4.6.0" lodash.isfunction "^3.0.9" @@ -8414,7 +8413,7 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== -"@types/node@^14.0.1", "@types/node@^14.0.10", "@types/node@^14.11.2", "@types/node@^14.14.31": +"@types/node@^14.0.10", "@types/node@^14.11.2", "@types/node@^14.14.31": version "14.18.13" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.13.tgz#6ad4d9db59e6b3faf98dcfe4ca9d2aec84443277" integrity sha512-Z6/KzgyWOga3pJNS42A+zayjhPbf2zM3hegRQaOPnLOzEi86VV++6FLDWgR1LGrVCRufP/ph2daa3tEa5br1zA==