From c231a8bfe75f6fe4fa28e88a257eea9b87cd15c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Dec 2022 22:29:46 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 8631663..4de1819 100644 --- a/api/package.json +++ b/api/package.json @@ -26,7 +26,7 @@ "multer": "^1.3.0", "nodemon": "^1.11.0", "passport": "^0.3.2", - "passport-jwt": "^2.2.1", + "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", "path": "^0.12.7", "random-words": "0.0.1",