From 7b65a03d1fdab17cbffcc0557c7d0f76aed8b382 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 16:05:15 +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 ac85186..b66eaed 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "dependencies": { "JSONStream": "^1.2.1", - "async": "^2.0.1", + "async": "^3.2.2", "blessed": "^0.1.81", "blessed-contrib": "^3.5.5", "chalk": "^1.1.3",