From 23ff7eec314d01543d8d8d21346b2d4773287cfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 18:49:51 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a64e51..7fafe7e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express-fileupload": "^0.4.0", "fs": "0.0.1-security", "get-request-ip": "^1.0.1", - "jsonwebtoken": "^8.1.1", + "jsonwebtoken": "^9.0.0", "local-ipv4-address": "0.0.2", "moment": "^2.21.0", "mongoose": "^5.0.6",