From cd4adb56d51197e5f3c86e095cef9c5184bd2598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:29:41 +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 fb39ed91d..f2e9bb95b 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",