From cc144e37fb993abd952b28498b805d6f557dcff5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Feb 2021 21:03:54 +0000 Subject: [PATCH] fix: upgrade async from 0.2.10 to 0.9.2 Snyk has created this PR to upgrade async from 0.2.10 to 0.9.2. See this package in npm: https://www.npmjs.com/package/async See this project in Snyk: https://app.snyk.io/org/branded-entertainment-network/project/3c63bfee-e09e-4165-8355-f16bd83be2a4?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 83f47ee3..d07d990d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "archiver": "~0.4.10", - "async": "~0.2.8", + "async": "~0.9.2", "fast-image-size": "*", "lodash": "^2.4.1", "readable-stream": "~1.0.0",