From 855833f6f7448d0f9941364d3558474e4d86b839 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 02:04:08 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e9ea0f..18b2a1f 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "kerberos": "0.0.17", "mongoose": "^4.3.4", "morgan": "^1.6.1", - "passport": "~0.1.17", - "passport-local": "~0.1.6", + "passport": "~0.6.0", + "passport-local": "~1.0.0", "scraperjs": "^1.2.0" } }