From b634653b06f52a4847619766e0af92925c006bbd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 08:39:58 +0000 Subject: [PATCH] Bump async from 0.1.15 to 3.2.0 Bumps [async](https://github.com/caolan/async) from 0.1.15 to 3.2.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/v0.1.15...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 19 ++++++++++++------- package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7690d5..de9ed26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pow-mongodb-fixtures", - "version": "0.14.0", + "version": "0.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -147,9 +147,9 @@ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, "async": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.com/async/-/async-0.1.15.tgz", - "integrity": "sha1-IYDqyizypspSgNQcBYW+ybPkm9M=" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", + "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==" }, "asynckit": { "version": "0.4.0", @@ -745,6 +745,7 @@ "align-text": { "version": "0.1.4", "bundled": true, + "optional": true, "requires": { "kind-of": "^3.0.2", "longest": "^1.0.1", @@ -1024,7 +1025,8 @@ }, "is-buffer": { "version": "1.1.6", - "bundled": true + "bundled": true, + "optional": true }, "is-builtin-module": { "version": "1.0.0", @@ -1096,6 +1098,7 @@ "kind-of": { "version": "3.2.2", "bundled": true, + "optional": true, "requires": { "is-buffer": "^1.1.5" } @@ -1136,7 +1139,8 @@ }, "longest": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "lru-cache": { "version": "4.1.3", @@ -1365,7 +1369,8 @@ }, "repeat-string": { "version": "1.6.1", - "bundled": true + "bundled": true, + "optional": true }, "require-directory": { "version": "2.1.1", diff --git a/package.json b/package.json index ec5594c..c137a8d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "mongofixtures": "./bin/mongofixtures" }, "dependencies": { - "async": "0.1.15", + "async": "3.2.0", "mongodb": "~2.2.x", "nodeunit": "^0.11.3", "optimist": "0.3.5",