From 46fc1930e4840f0630bf5baee202eca83c96b4de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 23:07:28 +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 b01122e..6e00c81 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ip": "^1.1.5", "mongoose": "^5.4.19", "morgan": "^1.9.1", - "passport": "^0.4.0", + "passport": "^0.6.0", "passport-local": "^1.0.0", "uuid": "^3.3.2", "snyk": "^1.189.0"