From 95b9fe394f7cc9f822ece6b63b53e7db045c3302 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:12:25 +0000 Subject: [PATCH] fix: test/fixtures/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- test/fixtures/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/package.json b/test/fixtures/package.json index 01265e5f..b0c40dff 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -24,7 +24,7 @@ "test": "mocha" }, "dependencies": { - "async": "^0.9.0", + "async": "^3.2.2", "chalk": "^0.5.1", "cwd": "^0.4.0", "debug": "^2.1.1",