From 08b39414cd5c6b82318c759210cc1e83b1450c34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2020 01:57:12 +0000 Subject: [PATCH] fix: upgrade bluebird from 3.0.6 to 3.7.2 Snyk has created this PR to upgrade bluebird from 3.0.6 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/saurabharch/project/743509c7-b614-4e40-afdc-13bf31400239?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 4f807964..e7edfce0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "engine": "node 5.3.0", "dependencies": { "async": "1.5.0", - "bluebird": "3.0.6", + "bluebird": "3.7.2", "bson": "https://github.com/officert/js-bson/tarball/master", "csv": "0.4.6", "electron-gh-releases": "2.0.2",