From 8a471b3dc4cb4b6bac6a56f3feba240a24b25117 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:00:52 +0000 Subject: [PATCH] Bump bluebird from 3.5.3 to 3.7.1 Bumps [bluebird](https://github.com/petkaantonov/bluebird) from 3.5.3 to 3.7.1. - [Release notes](https://github.com/petkaantonov/bluebird/releases) - [Commits](https://github.com/petkaantonov/bluebird/compare/v3.5.3...v3.7.1) 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 4b9dfda..a7bad2e 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.7.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", + "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==" }, "body-parser": { "version": "1.18.3", diff --git a/package.json b/package.json index 6b7135d..fd12742 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.7.1", "body-parser": "^1.18.3", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.2",