From b104ecab076761b94393c8b957687bb74c3dffc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Mar 2020 22:01:24 +0000 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/saiichihashimoto/project/9271ff3e-18c0-4ed1-bf16-ea489d14c644?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 2433f6d4..47aaa563 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "instagram-node": "^0.5.8", "jquery": "^3.1.0", "open-graph-scraper": "^2.3.2", - "passport": "^0.3.2", + "passport": "^0.4.1", "passport-twitter": "^1.0.3", "raven": "^0.12.1", "raven-js": "^3.7.0",