From 244582d7877b94d8bc35ec019d8d55874cef1bbc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Oct 2019 09:27:57 +0000 Subject: [PATCH] fix(deps): update dependency bluebird to ^3.7.1 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ea3c1ff..1abae3a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "disqus" ], "dependencies": { - "bluebird": "^3.7.0", + "bluebird": "^3.7.1", "classnames": "^2.2.6", "codecov": "^3.6.1", "gatsby": "^2.16.1", diff --git a/yarn.lock b/yarn.lock index 90b03b2..4247277 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2772,6 +2772,11 @@ bluebird@^3.7.0: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf" integrity sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg== +bluebird@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de" + integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== + bluebird@~3.4.1: version "3.4.7" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"