From 4976be6465e700aa04bc5b3844234aaae3126b4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 17:02:06 +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 2bf7ef5e..64b804f8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "absolute": "0.0.1", - "async": "^2.4.1", + "async": "^3.2.2", "chalk": "^1.1.3", "clone": "^1.0.2", "co-fs-extra": "^1.2.1",