From b85be1acd7bd5ae8fb1ccdf756a0d9d365daadda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 1 Feb 2022 16:05:02 +0000 Subject: [PATCH] feat: upgrade async from 1.5.2 to 3.2.3 Snyk has created this PR to upgrade async from 1.5.2 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/b64c1669-fb53-4b29-aa1d-c7155f5b9c3b?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 9d565ca..a9341a8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "node app.js" }, "dependencies": { - "async": "^1.5.2", + "async": "^3.2.3", "body-parser": "^1.13.2", "cf-deployment-tracker-client": "^0.x", "cfenv": "1.0.x",