From f45241eae4f03c7dd75b2976f296941aff139bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 02:57:00 +0000 Subject: [PATCH] Bump express-jwt in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [express-jwt](https://github.com/auth0/express-jwt). Updates `express-jwt` from 0.1.3 to 6.0.0 - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/express-jwt/compare/v0.1.3...v6.0.0) --- updated-dependencies: - dependency-name: express-jwt dependency-version: 6.0.0 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 87bc1effb4c..a7761900762 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": "6.0.0", "express-rate-limit": "^7.5.0", "express-robots-txt": "^0.4.1", "express-security.txt": "^2.0.0",