From 4e3b37e674c45bfb7ccc591295ad695250f23a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 21 May 2019 02:12:10 +0000 Subject: [PATCH] Bump async from 2.6.0 to 3.0.0 Bumps [async](https://github.com/caolan/async) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.0...v3.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5819a78..aece9bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,12 +22,9 @@ "integrity": "sha1-n78df0g1HaWo68inzmWsigni4Uo=" }, "async": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz", - "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==", - "requires": { - "lodash": "4.17.4" - } + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/async/-/async-3.0.0.tgz", + "integrity": "sha512-LNZ6JSpKraIia6VZKKbKxmX6nWIdfsG7WqrOvKpCuDjH7BnGyQRFMTSXEe8to2WF/rqoAKgZvj+L5nnxe0suAg==" }, "balanced-match": { "version": "1.0.0", @@ -122,6 +119,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..32ea623 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": "^3.0.0", "csv-to-array": "^1.0.2", "csvtojson": "^1.1.5", "json2csv": "^3.7.3",