From 0173163cb39cce742e7519a47665fe06d3426a66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 07:30:07 +0200 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/monkeydo/project/f3fc2714-dc22-4c08-b420-4bb0a8773cf4?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 54cdccb9..0be82193 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "homepage": "https://github.com/bookbrainz/bookbrainz-data-js", "dependencies": { - "bluebird": "^3.5.1", + "bluebird": "^3.7.2", "bookshelf": "^1.0.1", "bookshelf-virtuals-plugin": "^0.1.1", "deep-diff": "^1.0.0", From b9970dbb6c99b7f103513496aba5247dc330943c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 07:30:08 +0200 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/monkeydo/project/f3fc2714-dc22-4c08-b420-4bb0a8773cf4?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00c09be9..88f0fc62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2014,9 +2014,9 @@ "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=" }, "bluebird": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, "bookshelf": { "version": "1.0.1",