diff --git a/package.json b/package.json index cb81a2924..66a64034b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "main": "dist/index.js", "dependencies": { "@babel/runtime": "7.8.3", - "bluebird": "2.9.25", + "bluebird": "3.7.2", "forest-express": "7.0.1", "http-errors": "1.7.2", "lodash": "4.17.13", diff --git a/yarn.lock b/yarn.lock index 10cf51249..9ba32a886 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1477,11 +1477,6 @@ bitwise-xor@0.0.0: resolved "https://registry.yarnpkg.com/bitwise-xor/-/bitwise-xor-0.0.0.tgz#040a8172b5bb8cc562b0b7119f230b2a1a780e3d" integrity sha1-BAqBcrW7jMVisLcRnyMLKhp4Dj0= -bluebird@2.9.25: - version "2.9.25" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.9.25.tgz#6e36bd04064d9534c07160b9f7f26c5a738fe16a" - integrity sha1-bja9BAZNlTTAcWC59/JsWnOP4Wo= - bluebird@3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" @@ -1492,6 +1487,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== + body-parser@1.19.0: version "1.19.0" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"