From 49d0e312a11468b467a0fae00c763bf8a46acaa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 05:34:09 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b379576f142..b4fb5502146 100644 --- a/package.json +++ b/package.json @@ -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", "libxmljs": "^1.0.11",