From 5c3176a761d7ee9105b606b56a79edb33bb26076 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:48:46 +0000 Subject: [PATCH] Bump bluebird from 3.5.1 to 3.7.2 Bumps [bluebird](https://github.com/petkaantonov/bluebird) from 3.5.1 to 3.7.2. - [Release notes](https://github.com/petkaantonov/bluebird/releases) - [Commits](https://github.com/petkaantonov/bluebird/compare/v3.5.1...v3.7.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b445fd5..94a7785 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "babel-polyfill": "^6.9.1", - "bluebird": "^3.5.1", + "bluebird": "^3.7.2", "bunyan": "^1.8.12", "dotenv": "^2.0.0", "lodash.uniqby": "^4.7.0", diff --git a/yarn.lock b/yarn.lock index 117e182..c5ac368 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1006,9 +1006,9 @@ block-stream@*: dependencies: inherits "~2.0.0" -bluebird@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" +bluebird@^3.7.2: + version "3.7.2" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" boom@2.x.x: version "2.10.1"