From 52385c82dc7230eb52daa9ba42df68a681e865e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 21:58:47 +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 0351c6f..5ea2853 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mongoose": "^6.0.6", "morgan": "^1.10.0", "npm-font-open-sans": "^1.1.0", - "passport": "^0.5.0", + "passport": "^0.6.0", "passport-google-oauth": "^2.0.0", "passport-local": "^1.0.0", "pkginfo": "^0.4.1",