From e919f2cf17e317a2669309d3647bed00ca572d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 21:53:58 +0000 Subject: [PATCH] fix: upgrade bluebird from 3.5.5 to 3.7.2 Snyk has created this PR to upgrade bluebird from 3.5.5 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/montumodi/project/e27c3408-aea9-4fce-8f86-6577f7c94be9?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 9090c9a..44e5436 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "license": "MIT", "dependencies": { - "bluebird": "~3.5.0", + "bluebird": "~3.7.2", "csv-parser": "~1.8.0", "duplexer2": "~0.1.4", "moment": "~2.21.0",