From 6ba8842fbdadc5600af38acf50692ab16f7cabfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:05:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afd4020..45143a4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "Apache-2.0", "dependencies": { - "async": "^2.4.1", + "async": "^3.2.2", "body-parser": "^1.17.2", "metrics-tracker-client": "*", "cfenv": "1.0.4",