From ecef9e8d57b31898cf3b9ede87a7992105240935 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Apr 2023 06:05:48 +0000 Subject: [PATCH] fix: upgrade async from 0.6.2 to 0.9.2 Snyk has created this PR to upgrade async from 0.6.2 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/signals-sw2/project/156b0d9c-4411-4fb7-978b-1d53e9afbe43?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d55b07..7719ecb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lodash": "2.4.x", "joi": "2.9.x", "node-uuid": "1.4.x", - "async": "0.6.x", + "async": "0.9.2", "readable-stream": "~1.0.26-2" }, "devDependencies": {