From eca8263c4c4e2cc9b4c2b2d72546ee1c742501b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 May 2021 03:05:22 +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/baby636/project/f14f6df0-bb0d-42a1-a329-3931796f6a3f?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 bfbed9ea0bab4..6376fbf8c6dee 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "aproba": "^2.0.0", "archy": "~1.0.0", "bin-links": "^1.1.7", - "bluebird": "^3.5.5", + "bluebird": "^3.7.2", "byte-size": "^5.0.1", "cacache": "^12.0.3", "call-limit": "^1.1.1",