From e73fba78721aed7153506694a1ad9d1cd6eee31b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:05:35 +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 2bd4215..76c91ab 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "test" }, "dependencies": { - "async": "^1.5.2", + "async": "^3.2.2", "mocha-phantomjs-core": "^1.3.0", "object-assign": "^4.1.0", "phantomjs-prebuilt": "^2.1.3"