From 3d1c117a36ae96402ca9e03b23d1c3fad5e13879 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 06:44:26 +0000 Subject: [PATCH] [Security] Bump csv-parse from 4.4.5 to 4.7.0 Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 4.4.5 to 4.7.0. **This update includes a security fix.** - [Release notes](https://github.com/wdavidw/node-csv-parse/releases) - [Changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md) - [Commits](https://github.com/wdavidw/node-csv-parse/compare/v4.4.5...v4.7.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d638b6..55a86af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1396,9 +1396,12 @@ "integrity": "sha512-IcR3K0Nx+nJAkcU2eAglVR7DuHnxcuhUM2w2cR+aHOW7bZp2S5LyN2HF3zTkp6BV/DjR6ykoKznUm+AjnWcOKg==" }, "csv-parse": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.4.5.tgz", - "integrity": "sha512-koPV9m9AjNJCK3ig4ErgRJalZsLxWI7NP0Fd3+CO9hgDZt3FSljTeESnfWTbyRc8qk/3/LgX1s5naDqLxiuK9w==" + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.7.0.tgz", + "integrity": "sha512-gBCu5F47ULzhJl00Pg7Qlpx0orRrobWbYG8yImpTUY5aGXaTe72pxPbsQ5jWMAVbDLGXWQuNQSQzSxJTIDleqg==", + "requires": { + "pad": "^3.2.0" + } }, "csv-stringify": { "version": "5.3.3", @@ -5009,6 +5012,14 @@ } } }, + "pad": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/pad/-/pad-3.2.0.tgz", + "integrity": "sha512-2u0TrjcGbOjBTJpyewEl4hBO3OeX5wWue7eIFPzQTg6wFSvoaHcBTTUY5m+n0hd04gmTCPuY0kCpVIVuw5etwg==", + "requires": { + "wcwidth": "^1.0.1" + } + }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",