From 81286477e84d728c27f50c7bda90dc2e0bbfb9ce Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 16 Aug 2019 06:56:05 +0000 Subject: [PATCH] chore: upgrade bluebird from 3.5.4 to 3.5.5 Snyk have raised this PR to upgrade bluebird from 3.5.4 to 3.5.5. See this package in NPM: https://www.npmjs.com/package/bluebird See this project in Snyk: https://app.snyk.io/org/mutmatt/project/15aa4875-e56a-4c25-b5d2-181a056a349c?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 11 +++-------- package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6effed4..a0bdf92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -415,9 +415,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==" }, "boolbase": { "version": "1.0.0", @@ -676,11 +676,6 @@ "parse-json": "4.0.0" } }, - "crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==" - }, "css-select": { "version": "1.2.0", "resolved": "http://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", diff --git a/package.json b/package.json index 7c8d5a9..8eba5fa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "homepage": "https://github.com/Mutmatt/auto-pull-req-new-mnufc#readme", "dependencies": { "@octokit/rest": "^16.23.2", - "bluebird": "^3.5.4", + "bluebird": "^3.5.5", "cheerio": "^1.0.0-rc.2", "github": "^14.0.0", "lodash": "^4.17.11",