From 0c7871ad34430c52f962b564e4638ca67db42acc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Apr 2022 23:34:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.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 c1ccfba20..6b97781e8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.9", "main": "index.js", "dependencies": { - "async": "^2.0.0-rc.5", + "async": "^3.2.2", "bindings": "^1.2.1", "decree": "0.0.6", "nan": "^2.3.2"