From 06e7a0065b8d46ffa756afb2c715830b162217dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 06:19:07 +0000 Subject: [PATCH] fix: server/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 --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index 11b1c52b6..ce094bf26 100644 --- a/server/package.json +++ b/server/package.json @@ -26,7 +26,7 @@ "bluebird": "^3.4.0", "cookie": "^0.2.3", "joi": "^8.0.4", - "jsonwebtoken": "^5.5.4", + "jsonwebtoken": "^9.0.0", "mime-types": "^2.0.4", "oauth": "^0.9.14", "pem": "^1.8.1",