From a4ad06dc320839cf65a2b1f978f1cc59841df7a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 16:25:28 +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 6928bb4..c449772 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "array-flatten": "^2.1.1", - "async": "^2.4.0", + "async": "^3.2.2", "concat-stream": "^1.6.0", "coreutils.js": "github:piranna/coreutils.js", "decode-prompt": "^0.0.2",