From 50add966c261f7b64e77f890cf70a6934714fb05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 16:05:27 +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 52126262..7b5a2010 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "dependencies": { - "async": "0.9.0", + "async": "3.2.2", "authy-node": "1.0.1", "bcryptjs": "~2.3.0", "body-parser": "1.12.3",