From bb552f7847b5a53835c5a7356486629b06dd0b06 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Apr 2019 09:21:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20bluebird=20to=203.5.4=20?= =?UTF-8?q?=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b00a88..6a96704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -787,9 +787,9 @@ "dev": true }, "bluebird": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz", - "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==" + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.4.tgz", + "integrity": "sha512-FG+nFEZChJrbQ9tIccIfZJBz3J7mLrAhxakAbnrJWn8d7aKOC+LWifa0G+p4ZqKp4y13T7juYvdhq9NzKdsrjw==" }, "bottleneck": { "version": "2.15.0", diff --git a/package.json b/package.json index 59f804b..3925ec9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@cypress/coffee-script": "0.1.2", "axios": "0.18.0", - "bluebird": "3.5.3", + "bluebird": "3.5.4", "check-more-types": "^2.24.0", "debug": "^3.1.0", "lazy-ass": "^1.6.0",