From c26809597fe019715e1c28f62559ecde9c9c6655 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2020 22:08:31 +0100 Subject: [PATCH] fix: upgrade passport from 0.3.2 to 0.4.1 Snyk has created this PR to upgrade passport from 0.3.2 to 0.4.1. See this package in NPM: https://www.npmjs.com/package/passport See this project in Snyk: https://app.snyk.io/org/ukmadlz/project/61b11c52-7e5c-4656-826b-617a3c3fc9df?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eb0216..f64576e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dotenv": "^1.2.0", "hapi": "^10.1.0", "inert": "^3.0.1", - "passport": "^0.3.0", + "passport": "^0.4.1", "passport-twitter": "^1.0.3", "path": "^0.12.7", "pusher": "^1.0.6",