From 9a5b383534e6a3f53645abaca8da1dd805daa268 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:05:29 +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 e0b85cd..9e0f0d8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/ibm-cds-labs/npmjs-download-stats/issues" }, "dependencies": { - "async": "^2.1.4", + "async": "^3.2.2", "body-parser": "^1.15.2", "cachemachine": "^1.7.0", "cfenv": "^1.0.3",