From 41776331eb62489e47cdcbee1f37f787d0e74511 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 31 May 2019 14:17:51 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20async=20to=20the=20latest=20v?= =?UTF-8?q?ersion=20=F0=9F=9A=80=20(#445)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update async to version 3.0.1 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9fe57401de..3eedc0c8bc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ ] }, "dependencies": { - "async": "^2.6.2", + "async": "^3.0.1", "commander": "^2.19.0", "compression": "^1.7.3", "cookie-parser": "^1.4.4", diff --git a/yarn.lock b/yarn.lock index 0800006b94..424ddb20da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -623,12 +623,10 @@ async@^2.5.0, async@^2.6.1: dependencies: lodash "^4.17.10" -async@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381" - integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg== - dependencies: - lodash "^4.17.11" +async@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/async/-/async-3.0.1.tgz#dfeb34657d1e63c94c0eee424297bf8a2c9a8182" + integrity sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw== async@~0.9.0: version "0.9.2"