From 8010519c5914ece2ea1f598e1230abccb3172411 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 26 May 2019 21:50:57 +0000 Subject: [PATCH 1/2] fix(package): update async to version 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 962d0c1..97d9aa3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/nodefluent/kafka-connect#readme", "dependencies": { - "async": "~2.6.2", + "async": "~3.0.1", "bluebird": "~3.5.4", "body-parser": "~1.19.0", "debug": "~4.1.1", From 1c5a5463da02b8be53ea0084c1fc5aae41371cb6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 26 May 2019 21:51:01 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yarn.lock b/yarn.lock index ce57929..0d938f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -111,6 +111,11 @@ async@^2.6.2, async@~2.6.2: 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== + asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"