diff --git a/package.json b/package.json index 1b1dc09b6..6d2a048da 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "main": "dist/index.js", "dependencies": { "babel-runtime": "7.0.0-beta.3", - "bluebird": "2.9.25", + "bluebird": "3.7.1", "forest-express": "5.1.1", "http-errors": "1.6.1", "lodash": "4.17.13", diff --git a/yarn.lock b/yarn.lock index 43c2247f2..43bec8217 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1022,26 +1022,21 @@ 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.3.4: version "3.3.4" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.3.4.tgz#f780fe43e1a7a6510f67abd7d0d79533a40ddde6" integrity sha1-94D+Q+GnplEPZ6vX0NeVM6QN3eY= +bluebird@3.7.1, bluebird@^3.5.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de" + integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== + bluebird@^2.4.2: version "2.11.0" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" integrity sha1-U0uQM8AiyVecVro7Plpcqvu2UOE= -bluebird@^3.5.0: - version "3.5.4" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.4.tgz#d6cc661595de30d5b3af5fcedd3c0b3ef6ec5714" - integrity sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw== - body-parser@1.18.2: version "1.18.2" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"