diff --git a/package-lock.json b/package-lock.json index 2329ea60..8c910958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -334,9 +334,9 @@ } }, "bluebird": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.4.tgz", - "integrity": "sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==" + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", + "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index e277d1c2..8402196b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://getbaker.io/", "dependencies": { - "bluebird": "^3.5.4", + "bluebird": "^3.5.5", "chalk": "^2.4.2", "configstore": "^4.0.0", "console.table": "^0.10.0",