diff --git a/package.json b/package.json index de54746..f5232fc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "node": ">=8" }, "dependencies": { - "bluebird": "~3.5.2", + "bluebird": "~3.6.0", "commander": "~2.19.0", "debug": "~4.1.0", "detect-indent": "~5.0.0", diff --git a/yarn.lock b/yarn.lock index febc054..08efc3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -243,9 +243,10 @@ balanced-match@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" -bluebird@~3.5.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a" +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== boxen@^1.2.1: version "1.3.0"