From c49998d5ad199afc27653ada9e8aa3166540129c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 00:29:05 +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 df5f355..e9b0f1a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "mongoose-currency": "^0.2.0", "morgan": "~1.7.0", "nodemon": "^1.11.0", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-local": "^1.0.0", "serve-favicon": "~2.3.0" }