From e9b87bfeee88081dc142b0c7a1161bad23e84b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Feb 2019 02:13:24 +0000 Subject: [PATCH] Bump async from 2.6.0 to 2.6.2 Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.2/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.0...v2.6.2) Signed-off-by: dependabot[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..48c103a 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.2", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", + "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", "requires": { - "lodash": "4.17.4" + "lodash": "^4.17.11" + }, + "dependencies": { + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + } } }, "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..dbebabf 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.2", "csv-to-array": "^1.0.2", "csvtojson": "^1.1.5", "json2csv": "^3.7.3",