From 19ea543fb5623f8eeab3941b4bc8a001de503af0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Jul 2020 02:37:06 +0000 Subject: [PATCH] fix(deps): update dependency passport to ^0.4.1 --- src/functions-templates/js/oauth-passport/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions-templates/js/oauth-passport/package.json b/src/functions-templates/js/oauth-passport/package.json index a57a6ae5f9b..4dd3d44329c 100644 --- a/src/functions-templates/js/oauth-passport/package.json +++ b/src/functions-templates/js/oauth-passport/package.json @@ -18,7 +18,7 @@ "cookie-parser": "^1.4.5", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", - "passport": "^0.4.0", + "passport": "^0.4.1", "passport-github2": "^0.1.11", "passport-jwt": "^4.0.0", "serverless-http": "^2.0.2"