From 7fe2b56aa054bafa54bcc4a1106be39fc48e4061 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:08:55 +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 3298c93..3645e78 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "crypt": "npm run build && node lib/examples/cryptopiaExamples.js" }, "dependencies": { - "async": "^2.6.0", + "async": "^3.2.2", "async-es": "^2.6.0", "bunyan": "^1.8.12", "crypto": "~0.0.3",