From 070da797851406ce3df82726695a8835e737f7f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:04:23 +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 dd0ecff..becf689 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "tape": "^4.1.0" }, "dependencies": { - "async": "^1.4.2", + "async": "^3.2.2", "bluebird": "^3.4.6", "body-parser": "^1.13.1", "chalk": "^1.1.0",