From 271ce83c0819ecd31d8a53a01114891e135a75c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Apr 2022 22:09:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.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 2b98f38..34534f8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dalek-browser-phantomjs": "0.0.4", "q": "1.1.2", "chai": "1.9.1", - "async": "0.9.0", + "async": "3.2.2", "eventemitter2": "0.4.14", "cheerio": "0.18.0", "lodash": "2.4.1",