From f4900c8cebb59c95da5b15d69280fef86d9b7d9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jun 2022 14:16:37 +0000 Subject: [PATCH] feat: upgrade async from 2.6.4 to 3.2.3 Snyk has created this PR to upgrade async from 2.6.4 to 3.2.3. See this package in npm: https://www.npmjs.com/package/async See this project in Snyk: https://app.snyk.io/org/ukmadlz/project/d68e67fb-db15-440f-a9ae-661023ed88ab?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 afd4020..d3fac8c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "Apache-2.0", "dependencies": { - "async": "^2.4.1", + "async": "^3.2.3", "body-parser": "^1.17.2", "metrics-tracker-client": "*", "cfenv": "1.0.4",