From a8db93300ce163500c3ddcecf57e2c155b4ee3d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 19:09:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:base64url:20180511 --- 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",