From 7c03b63cbd7da69779e38679781acea84d32ff86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Nov 2019 22:58:01 +0000 Subject: [PATCH] fix(deps): update dependency bluebird to ^3.7.2 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f70fe2..22f9840 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "disqus" ], "dependencies": { - "bluebird": "^3.7.1", + "bluebird": "^3.7.2", "classnames": "^2.2.6", "codecov": "^3.6.1", "gatsby": "^2.18.4", diff --git a/yarn.lock b/yarn.lock index 8b82349..e4e6123 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2802,6 +2802,11 @@ bluebird@^3.7.1: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de" integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== +bluebird@^3.7.2: + version "3.7.2" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" + integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== + bluebird@~3.4.1: version "3.4.7" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"