From 039d09c6d27a4dc9dec29adf2d79067bef0aa36b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 05:10:37 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20dc28fe1..34f6d5803 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "jade": "~0.35.0", "jshint": "~2.1.11", "mongoose": "~3.6.20", - "passport": "~0.1.17", - "passport-local": "~0.1.6", + "passport": "~0.6.0", + "passport-local": "~1.0.0", "passport-oauth": "~1.0.0", "passport-facebook": "~1.0.1", - "passport-github": "~0.1.5", + "passport-github": "~1.0.0", "passport-twitter": "~1.0.2", "recess": "~1.1.9", "uglify-js": "~2.4.0",