From 2c135a210942c75a5122de8cafc4ba8c82a93ae5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:23:51 +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 874b92499..af1638756 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Alexander Blair", "license": "MIT", "dependencies": { - "async": "2.1.4", + "async": "3.2.2", "bignum": "^0.12.5", "bluebird": "3.4.7", "body-parser": "^1.16.0",