From febdbdde16ca8c38b44cd18f5ab69c9c9d6432d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 17:09:33 +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 fed6bbe..e613ced 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phearnet-core", "version": "0.0.1", "dependencies": { - "async": "^1.5.0", + "async": "^3.2.2", "bunyan": "^1.5.1", "bunyan-prettystream": "^0.1.3", "cradle": "^0.6.9",