mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Update dependency express-jwt to v8.5.0 (#21840)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express-jwt](https://redirect.github.com/auth0/express-jwt) | [`8.4.1` -> `8.5.0`](https://renovatebot.com/diffs/npm/express-jwt/8.4.1/8.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express-jwt/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express-jwt/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express-jwt/8.4.1/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express-jwt/8.4.1/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>auth0/express-jwt (express-jwt)</summary> ### [`v8.5.0`](https://redirect.github.com/auth0/express-jwt/compare/v8.4.1...c028e7098ea3dbdd4684f6e4960564e38fccdb96) [Compare Source](https://redirect.github.com/auth0/express-jwt/compare/v8.4.1...c028e7098ea3dbdd4684f6e4960564e38fccdb96) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ec9f59411
commit
140e11bd76
2 changed files with 5 additions and 5 deletions
|
@ -184,7 +184,7 @@
|
|||
"express": "4.21.1",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "2.5.0",
|
||||
"express-jwt": "8.4.1",
|
||||
"express-jwt": "8.5.0",
|
||||
"express-lazy-router": "1.0.6",
|
||||
"express-query-boolean": "2.0.0",
|
||||
"express-queue": "0.0.13",
|
||||
|
|
|
@ -17179,10 +17179,10 @@ express-hbs@2.5.0, express-hbs@^2.4.2:
|
|||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-jwt@8.4.1:
|
||||
version "8.4.1"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.4.1.tgz#ba817c1ced7c6f1f7017fc2e6deac207011e8acb"
|
||||
integrity sha512-IZoZiDv2yZJAb3QrbaSATVtTCYT11OcqgFGoTN4iKVyN6NBkBkhtVIixww5fmakF0Upt5HfOxJuS6ZmJVeOtTQ==
|
||||
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==
|
||||
dependencies:
|
||||
"@types/jsonwebtoken" "^9"
|
||||
express-unless "^2.1.3"
|
||||
|
|
Loading…
Reference in a new issue