From 8b5ce42c4fdc7c4cf1ca0caad5a03d7cb4a00f3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Apr 2022 16:05:44 +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 6fa6a0b..e2d4434 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "author": "Ritchie Martori", "dependencies": { - "async": "~1.5.2", + "async": "~3.2.2", "chai": "^3.5.0", "supertest": "~1.1.0" },