From 89a7cdfdf337beaec3612b2fbd2fab1b8a2071e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Jul 2022 10:35:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d565ca..0b69866 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "4.13.x", "multer": "^0.1.8", "node-etcd": "^5.0.3", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-anonymous": "^1.0.1", "passport-http": "^0.3.0", "redis": "^2.5.2",