From dc4207001ce0dad1501bc3f9edba732e3cd7b349 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Jul 2022 21:54:45 +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 a335972..515afe5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "express": "^4.15.3", "ldapjs": "mcavage/node-ldapjs", "mocha": "^3.4.2", - "passport": "^0.3.2", + "passport": "^0.6.0", "supertest": "^3.0.0", "typescript": "^2.3.4", "watch": "^1.0.2"