From d8563eda2a4dad0f46d296687bbc2b6ad78049ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 03:41:30 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a18f8b28..83511394 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "mustache": "^2.3.0", "on-headers": "^1.0.1", "os": "^0.1.1", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-http": "^0.3.0", "passport-local": "^1.0.0", "passport-strategy": "^1.0.0",