From 485660d6e0420134612009d5a5394656542e8e5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:59:38 +0000 Subject: [PATCH] fix: tests/cases/user/async/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- tests/cases/user/async/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/user/async/package.json b/tests/cases/user/async/package.json index fd5aa9eefb35d..70113db891988 100644 --- a/tests/cases/user/async/package.json +++ b/tests/cases/user/async/package.json @@ -6,7 +6,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "async": "^2.6.0" + "async": "^3.2.2" }, "devDependencies": { "@types/node": "latest"