From 7cd9cc53114c486987f7780905ceaad26abc8a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:57:30 +0000 Subject: [PATCH] Bump fast-csv from 4.1.0 to 4.3.6 Bumps [fast-csv](https://github.com/C2FO/fast-csv/tree/HEAD/packages/fast-csv) 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/fast-csv/CHANGELOG.md) - [Commits](https://github.com/C2FO/fast-csv/commits/v4.3.6/packages/fast-csv) Signed-off-by: dependabot[bot] --- package-lock.json | 48 +++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39b160c..d9d9e2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -253,28 +253,44 @@ } }, "@fast-csv/format": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@fast-csv/format/-/format-4.0.3.tgz", - "integrity": "sha512-vJuqFUQDMnawfoLQMhwj1Of+VaHzHjHGWs4/kTG0AEyavfrFguMNmSvl7Ap07AWiyDO1HvAmuUZBKy8Nj0nVNA==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/@fast-csv/format/-/format-4.3.5.tgz", + "integrity": "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==", "requires": { + "@types/node": "^14.0.1", "lodash.escaperegexp": "^4.1.2", "lodash.isboolean": "^3.0.3", "lodash.isequal": "^4.5.0", "lodash.isfunction": "^3.0.9", "lodash.isnil": "^4.0.0" + }, + "dependencies": { + "@types/node": { + "version": "14.14.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.11.tgz", + "integrity": "sha512-BJ97wAUuU3NUiUCp44xzUFquQEvnk1wu7q4CMEUYKJWjdkr0YWYDsm4RFtAvxYsNjLsKcrFt6RvK8r+mnzMbEQ==" + } } }, "@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": { @@ -1689,20 +1705,12 @@ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" }, "fast-csv": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/fast-csv/-/fast-csv-4.1.0.tgz", - "integrity": "sha512-jTAMSDoQ39uPmAuFqE+LloG6Aep+4ylcjP6KI1XBSczJUc/hFv/IISxDFtXXTcECzTQh6RJWvqx+ZRxivggOUw==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-csv/-/fast-csv-4.3.6.tgz", + "integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==", "requires": { - "@fast-csv/format": "^4.0.3", - "@fast-csv/parse": "^4.1.0", - "@types/node": "^12.12.17" - }, - "dependencies": { - "@types/node": { - "version": "12.12.27", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.27.tgz", - "integrity": "sha512-odQFl/+B9idbdS0e8IxDl2ia/LP8KZLXhV3BUeI98TrZp0uoIzQPhGd+5EtzHmT0SMOIaPd7jfz6pOHLWTtl7A==" - } + "@fast-csv/format": "4.3.5", + "@fast-csv/parse": "4.3.6" } }, "fast-deep-equal": { @@ -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"