diff --git a/package.json b/package.json index 962d0c1..54195cf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/nodefluent/kafka-connect#readme", "dependencies": { "async": "~2.6.2", - "bluebird": "~3.5.4", + "bluebird": "~3.6.0", "body-parser": "~1.19.0", "debug": "~4.1.1", "express": "~4.16.4", diff --git a/yarn.lock b/yarn.lock index ce57929..af02c27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -179,6 +179,11 @@ bluebird@~3.5.4: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714" integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw== +bluebird@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.6.0.tgz#6a8dfea02e80e595c4b3e688fa7ef7cca9f6e101" + integrity sha512-k5/mUe2tYVQ5jWBdQshLINxQrrKHy92Cgljr69qSmQAl5+n90KLokNioifLF6ndaM2gQYL99zKtOEcuCKXmJjQ== + body-parser@1.18.3: version "1.18.3" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.3.tgz#5b292198ffdd553b3a0f20ded0592b956955c8b4"