From 953d22bf7956ccc77545e71f3f5941a6333f2c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Apr 2022 16:06:09 +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 8b7eb620a3abb4..daceb07a952c4a 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "dependencies": { "absolute-path": "^0.0.0", "art": "^0.10.0", - "async": "^2.0.1", + "async": "^3.2.2", "babel-core": "^6.21.0", "babel-generator": "^6.21.0", "babel-plugin-external-helpers": "^6.18.0",