From 974e71fbdaf3c7fec8ec5e24bf022ef67ffd9be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:54:09 +0000 Subject: [PATCH] Bump jsonwebtoken in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken). Updates `jsonwebtoken` from 5.7.0 to 9.0.3 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v5.7.0...v9.0.3) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.0.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 689dd3a..8624dd0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "body-parser": "~1.9.3", "bookshelf": "^0.9.1", "express": "4.10.3", - "jsonwebtoken": "^5.4.1", + "jsonwebtoken": "^9.0.3", "knex": "^0.9.0", "morgan": "~1.5.0", "mysql": "^2.10.2",