From a25c69c824cebb59684e3fac1251118baefd41eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 23:05:25 +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 6861ea92..a4e10d2b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "adminmongo" ], "dependencies": { - "async": "^2.0.0", + "async": "^3.2.2", "body-parser": "^1.15.2", "bootstrap": "^3.3.7", "config": "^1.21.0",