From 82d9cdf7bd537992624bfca6d75bf9e74d08eb62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 07:16:56 +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 9d565ca..5ef01e5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "cors": "^2.7.1", "express": "4.13.x", "multer": "^0.1.8", - "node-etcd": "^5.0.3", + "node-etcd": "^6.0.0", "passport": "^0.3.2", "passport-anonymous": "^1.0.1", "passport-http": "^0.3.0",