From 57642533ad4aae2e931808fa978322e5a2f108c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Oct 2021 21:33:20 +0000 Subject: [PATCH] fix: upgrade passport from 0.3.2 to 0.5.0 Snyk has created this PR to upgrade passport from 0.3.2 to 0.5.0. See this package in npm: https://www.npmjs.com/package/passport See this project in Snyk: https://app.snyk.io/org/jswheeler/project/95dc2787-ba78-4bec-b849-3596db139099?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b968894..43bbf1e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lodash": "^4.12.0", "mailgun-js": "^0.7.11", "morgan": "^1.7.0", - "passport": "^0.3.2", + "passport": "^0.5.0", "passport-http-bearer": "^1.0.1", "pg-promise": "^4.2.3", "winston": "^2.2.0"