From b66c62a003c2913c7e357491eed8d5b5b8dbfbcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jun 2022 03:19:54 +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 e6d7026..3a83d1d 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "zookeeper-cluster-client": "^1.0.1" + "zookeeper-cluster-client": "^3.1.0" } }