From 6e1a0f2510f19e692dcbb73bb756f1ccba05a593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:05:07 +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 dec6d0f..4da85f2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ } ], "dependencies": { - "async": "2.1.1", + "async": "3.2.2", "colors": "1.1.2", "commander-plus": "0.0.6", "find-file-sync": "0.0.4",