From 5ca575deb3ff1791dea9c60faeef32d6b685524c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 08:54:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JWS-14188253 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37aa1b8cffe..dbc6330b2f8 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "exif": "^0.6.0", "express": "^4.17.1", "express-ipfilter": "^1.2.0", - "express-jwt": "0.1.3", + "express-jwt": "3.0.0", "express-rate-limit": "^5.3.0", "express-robots-txt": "^0.4.1", "express-security.txt": "^2.0.0", @@ -151,7 +151,7 @@ "html-entities": "^1.3.1", "i18n": "^0.11.1", "js-yaml": "^3.14.0", - "jsonwebtoken": "0.4.0", + "jsonwebtoken": "5.0.0", "jssha": "^3.1.1", "juicy-chat-bot": "~0.8.0", "libxmljs2": "^0.33.0",