From faf5cb1bb548b24bd5f15cd0740df0037ce1d68e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Apr 2022 16:25:45 +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 989361d..b5242a6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/marlic7/node-dal.git" }, "dependencies": { - "async": "^2.6.2", + "async": "^3.2.2", "bluebird": "^3.5.4", "find-up": "^2.1.0", "fn-params-parser": "^1.0.1",