From 2b13569a4cedf7633c37263c71d9742f724dab7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 16:05:03 +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 045564e92..79017e82a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "alt": "^0.16.2", "ansi-to-html": "0.3.0", "any-promise": "^0.1.0", - "async": "^1.4.2", + "async": "^3.2.2", "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^2.1.5",