From 237ffd5da020913dd35d9e4073d5291941000a10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 10:03:55 +0000 Subject: [PATCH] chore(deps-dev): 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 a30c65b..2c8f289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1067,9 +1067,9 @@ } }, "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==" }, "bn.js": { "version": "4.11.8", diff --git a/package.json b/package.json index 475aa40..e44ce21 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "Image-Charts", "homepage": "https://github.com/image-charts/website", "devDependencies": { - "bluebird": "^3.5.3", + "bluebird": "^3.7.1", "node-sass": "^4.8.3", "npm-release": "^1.0.0", "parcel": "^1.9.7",