From aca3d7625935a0725afdb874854404001c7366b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 20:31:50 -0700 Subject: [PATCH 1/2] fix: upgrade bluebird from 3.5.1 to 3.7.2 Snyk has created this PR to upgrade bluebird from 3.5.1 to 3.7.2. See this package in NPM: https://www.npmjs.com/package/bluebird See this project in Snyk: https://app.snyk.io/org/jaylenw/project/f413ac21-ad2b-4480-8fab-c5b2cecd3fac?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2955c2..b81bf4d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "axios": "^0.19.0", - "bluebird": "^3.5.1", + "bluebird": "^3.7.2", "body-parser": "^1.19.0", "config": "^3.0.0", "cookie-parser": "^1.4.3", From 4f441fc8a99f06600c1f4418dae440e9ba94c4c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 20:31:51 -0700 Subject: [PATCH 2/2] fix: upgrade bluebird from 3.5.1 to 3.7.2 Snyk has created this PR to upgrade bluebird from 3.5.1 to 3.7.2. See this package in NPM: https://www.npmjs.com/package/bluebird See this project in Snyk: https://app.snyk.io/org/jaylenw/project/f413ac21-ad2b-4480-8fab-c5b2cecd3fac?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc63907..6b9a8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -609,9 +609,9 @@ } }, "bluebird": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "integrity": "sha1-2VUfnemPH82h5oPRfukaBgLuLrk=" + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, "body-parser": { "version": "1.19.0", @@ -2856,6 +2856,11 @@ "sliced": "1.0.1" }, "dependencies": { + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + }, "debug": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",