From a7f8826fe91fd831bea1b5baf1eb9e724ffe3983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:02:28 +0000 Subject: [PATCH] Bump jsonwebtoken from 0.4.0 to 9.0.0 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 0.4.0 to 9.0.0. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/commits/v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dbf65f680..1cf897b425 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "html-entities": "^1.4.0", "i18n": "^0.11.1", "js-yaml": "^3.14.0", - "jsonwebtoken": "0.4.0", + "jsonwebtoken": "9.0.0", "jssha": "^3.3.1", "juicy-chat-bot": "~0.8.0", "libxmljs2": "~0.37.0",