From a5af8cb945faba80adc0087f711c6b25c8735e3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jul 2021 03:44:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ef45ae..46f2037 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "npm": ">= 2.14" }, "dependencies": { - "node-zookeeper-client": "0.2.2", + "node-zookeeper-client": "1.1.1", "array-find": "~1.0.0", "babel": "5.8.23", "babel-plugin-flow-comments": "~1.0.9",