diff --git a/package-lock.json b/package-lock.json index af46c27..5f0e65a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1003,9 +1003,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==" }, "boxen": { "version": "1.3.0", diff --git a/package.json b/package.json index f62da05..15b7e77 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "stub-spawn-once": "2.3.0" }, "dependencies": { - "bluebird": "3.5.4", + "bluebird": "3.5.5", "check-more-types": "2.24.0", "debug": "4.1.1", "execa": "1.0.0",