From c38e83d50dddc34373b1b6637e5d8743edce3c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:17:00 +0000 Subject: [PATCH] Update dependency express-jwt to v8.5.1 (#21843) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express-jwt](https://redirect.github.com/auth0/express-jwt) | [`8.5.0` -> `8.5.1`](https://renovatebot.com/diffs/npm/express-jwt/8.5.0/8.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express-jwt/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-jwt/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-jwt/8.5.0/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-jwt/8.5.0/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
auth0/express-jwt (express-jwt) ### [`v8.5.1`](https://redirect.github.com/auth0/express-jwt/compare/c028e7098ea3dbdd4684f6e4960564e38fccdb96...0dfe63b9a702b0755ec60d171152747942210be6) [Compare Source](https://redirect.github.com/auth0/express-jwt/compare/c028e7098ea3dbdd4684f6e4960564e38fccdb96...0dfe63b9a702b0755ec60d171152747942210be6)
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 870ea90c94..d2ec54b588 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -184,7 +184,7 @@ "express": "4.21.1", "express-brute": "1.0.1", "express-hbs": "2.5.0", - "express-jwt": "8.5.0", + "express-jwt": "8.5.1", "express-lazy-router": "1.0.6", "express-query-boolean": "2.0.0", "express-queue": "0.0.13", diff --git a/yarn.lock b/yarn.lock index 0cce833519..0903c4d16e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17179,10 +17179,10 @@ express-hbs@2.5.0, express-hbs@^2.4.2: optionalDependencies: js-beautify "^1.13.11" -express-jwt@8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.5.0.tgz#1bd09ae604af2bab085be111faf49c9b470d2f43" - integrity sha512-Oxfu13dcddvMgxgmzJDq6vA7k8DaaYnxZcsVIZb6LHfIV2/YgOQHrruTH2q4xxqXEQVNkgU8CgPOSe7p/1DCFQ== +express-jwt@8.5.1: + version "8.5.1" + resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.5.1.tgz#e167bb9d96eb6e8cf5aba28707e5ca6e142bd7d3" + integrity sha512-Dv6QjDLpR2jmdb8M6XQXiCcpEom7mK8TOqnr0/TngDKsG2DHVkO8+XnVxkJVN7BuS1I3OrGw6N8j5DaaGgkDRQ== dependencies: "@types/jsonwebtoken" "^9" express-unless "^2.1.3"