From 367dea5667cd69b86281db63fd2ddc7572a85cda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:22:53 +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 dc8d505b4..0395d36af 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "license": "MIT", "dependencies": { - "async": "2.4.1", + "async": "3.2.2", "cheerio": "0.22.0", "chokidar": "^3.3.1", "ejs": "2.5.7",