From 8b3fdd128645f4e884cf0a0c7fc8d0864c90ff27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:59:41 +0000 Subject: [PATCH] build(deps): bump express-jwt from 0.1.3 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/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-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 37aa1b8..033a2ac 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": "6.0.0", "express-rate-limit": "^5.3.0", "express-robots-txt": "^0.4.1", "express-security.txt": "^2.0.0",