From 62fbd5bfae24e04fc9eb0311dde9fcfcb4ab61d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 22:34:39 +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 9833001..5557050 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "express": "^4.15.3", "express-session": "^1.15.3", "node-fetch": "^1.7.1", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-oauth2": "^1.4.0" } }