From cccfc80ee6fac51a56f6fc20162dc892c2fc870b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:05:48 +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 4b2c02a..ed1bca8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/ibm-watson-data-lab/advocated#readme", "dependencies": { - "async": "^2.0.1", + "async": "^3.2.2", "body-parser": "^1.15.2", "cfenv": "^1.0.3", "cloudant-envoy": "^0.2.2",