From 8c5ef512736fce05698abcf9c2191d231d3425c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 23:12:13 +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 ef1d1e9..5e8ff94 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "node-schedule": "^1.2.3", "nodemon": "^1.10.0", "nunjucks": "^3.0.1", - "passport": "^0.3.2", + "passport": "^0.6.0", "passport-local": "^1.0.0", "pg": "^6.2.3", "punchcard-content-types": "^6.1.20",