From 9eaaa6d4ad4558fd3c4f1b96e463ed74df83b800 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 02:59:43 +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 bdae334..2fa1d7d 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "ethers": "^6.13.2", "express": "^4.21.0", "express-ipfilter": "^1.3.2", - "express-jwt": "0.1.3", + "express-jwt": "3.0.0", "express-rate-limit": "^7.5.0", "express-robots-txt": "^0.4.1", "express-security.txt": "^2.0.0", @@ -154,7 +154,7 @@ "html-entities": "^1.4.0", "i18n": "^0.11.1", "js-yaml": "^3.14.0", - "jsonwebtoken": "0.4.0", + "jsonwebtoken": "5.0.0", "jssha": "^3.3.1", "juicy-chat-bot": "^0.8.0", "libxmljs2": "~0.37.0",