From 3c225cc2065d80e403f15d48579f1e76dbdb3add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:44:02 +0000 Subject: [PATCH] Bump @fast-csv/parse from 4.1.0 to 4.3.6 Bumps [@fast-csv/parse](https://github.com/C2FO/fast-csv/tree/HEAD/packages/parse) from 4.1.0 to 4.3.6. - [Release notes](https://github.com/C2FO/fast-csv/releases) - [Changelog](https://github.com/C2FO/fast-csv/blob/master/packages/parse/CHANGELOG.md) - [Commits](https://github.com/C2FO/fast-csv/commits/v4.3.6/packages/parse) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39b160c..62abe14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -265,16 +265,24 @@ } }, "@fast-csv/parse": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@fast-csv/parse/-/parse-4.1.0.tgz", - "integrity": "sha512-9iM0mhApo6qS1ZmZiNovPpYedHmZJHQOZYK2bEqkuAqoDD3YldfkK0hSFci41f7Wt0WzDWBpDJLeQJmoTd2M2g==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@fast-csv/parse/-/parse-4.3.6.tgz", + "integrity": "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==", "requires": { + "@types/node": "^14.0.1", "lodash.escaperegexp": "^4.1.2", "lodash.groupby": "^4.6.0", "lodash.isfunction": "^3.0.9", "lodash.isnil": "^4.0.0", "lodash.isundefined": "^3.0.1", "lodash.uniq": "^4.5.0" + }, + "dependencies": { + "@types/node": { + "version": "14.14.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.11.tgz", + "integrity": "sha512-BJ97wAUuU3NUiUCp44xzUFquQEvnk1wu7q4CMEUYKJWjdkr0YWYDsm4RFtAvxYsNjLsKcrFt6RvK8r+mnzMbEQ==" + } } }, "@istanbuljs/load-nyc-config": { @@ -1791,7 +1799,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0"