From 58097b21601a8ae4ba575db94be47da9c5e1895a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 02:31:20 +0000 Subject: [PATCH] Bump bluebird from 3.5.3 to 3.5.5 Bumps [bluebird](https://github.com/petkaantonov/bluebird) from 3.5.3 to 3.5.5. - [Release notes](https://github.com/petkaantonov/bluebird/releases) - [Commits](https://github.com/petkaantonov/bluebird/compare/v3.5.3...v3.5.5) Signed-off-by: dependabot-preview[bot] --- 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 480dbb1..6f24ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -249,9 +249,9 @@ "optional": true }, "bluebird": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz", - "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==" + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", + "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==" }, "body-parser": { "version": "1.18.3", diff --git a/package.json b/package.json index 4651588..de589dd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "url": "https://github.com/haipc/znotepad.com.git" }, "dependencies": { - "bluebird": "^3.5.3", + "bluebird": "^3.5.5", "body-parser": "^1.18.3", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.2",