From c3acedadcc73fdcf470ce7bfd0467434842d18c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 02:12:41 +0000 Subject: [PATCH] Bump async from 2.6.0 to 2.6.3 Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.3/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.0...v2.6.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5819a78..5daad92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,11 +22,18 @@ "integrity": "sha1-n78df0g1HaWo68inzmWsigni4Uo=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", "requires": { - "lodash": "4.17.4" + "lodash": "^4.17.14" + }, + "dependencies": { + "lodash": { + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" + } } }, "balanced-match": { @@ -122,6 +129,13 @@ "requires": { "lodash": "4.17.4", "strip-bom": "1.0.0" + }, + "dependencies": { + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + } } }, "debug": { diff --git a/package.json b/package.json index a77b263..9470fdb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/FFCK/pce-utils#readme", "dependencies": { - "async": "^2.4.0", + "async": "^2.6.3", "csv-to-array": "^1.0.2", "csvtojson": "^1.1.5", "json2csv": "^3.7.3",