From 54af55e7994a3d779aa00ca6a34856ecd72d421c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 04:23:11 +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 6702255..01b0dea 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "moment": "^2.27.0", "mongodb": "^3.6.0", "mongoose": "^5.9.28", - "passport": "^0.4.1", + "passport": "^0.6.0", "passport-facebook": "^3.0.0", "passport-google-oauth": "^2.0.0", "passport-http-bearer": "^1.0.1",