From 85e2a7995d44aae12d06e94905e55f65a5b90550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 00:30: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 609aa683be..6178c3d29f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "multer": "~1.1.0", "nodemailer": "~2.3.0", "owasp-password-strength-test": "~1.3.0", - "passport": "~0.3.2", + "passport": "~0.6.0", "passport-facebook": "~2.1.0", "passport-github": "~1.1.0", "passport-google-oauth": "~1.0.0",