From 198f9c113ba2f3262b052ae32d3d02ef6cd2c06d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 16:46:36 +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 33fd31eea96593..28e48db1eb3838 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "normalize-url": "^1.3.1", "normalizr": "2.2.1", "object.assign": "^4.0.3", - "passport": "^0.2.1", + "passport": "^0.6.0", "passport-facebook": "^2.0.0", "passport-github": "^1.0.0", "passport-google-oauth2": "~0.1.6",