From cb9eab02482ea3150c4c0efe30e562db43014fbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 12:44:07 +0530 Subject: [PATCH] Update dependency bluebird to v3.7.0 (#11206) --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aadcc535e6..da2ee07425 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "analytics-node": "3.3.0", "archiver": "3.1.1", "bcryptjs": "2.4.3", - "bluebird": "3.5.5", + "bluebird": "3.7.0", "body-parser": "1.19.0", "bookshelf": "0.14.2", "bookshelf-relations": "1.3.0", diff --git a/yarn.lock b/yarn.lock index 2d1fb9e6ea..1ec9ae328d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -880,6 +880,11 @@ bluebird@3.5.5, bluebird@^3.0.5, bluebird@^3.4.1, bluebird@^3.4.3, bluebird@^3.4 resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f" integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w== +bluebird@3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf" + integrity sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg== + body-parser@1.19.0, body-parser@^1.19.0: version "1.19.0" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"