From ee32488f263f3474b5a13af8acdc8d1f14ba0304 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 17:07:41 +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 640ba2e..6f7c327 100644 --- a/package.json +++ b/package.json @@ -216,7 +216,7 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "async": "^2.6.1", + "async": "^3.2.2", "debug": "^4.1.1", "execa": "^1.0.0", "glob": "^7.1.3",