From bb0a198800f06dc90a9dec11c316256293edf4d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:13: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 28c9585..262a093 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "agent-base": "^2.0.1", - "async": "^2.1.5", + "async": "^3.2.2", "consolidate": "^0.14.5", "mailgun-js": "^0.8.2", "moment": "^2.17.1",