mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Update dependency express-jwt to v8.5.1 (#21843)
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 <details> <summary>auth0/express-jwt (express-jwt)</summary> ### [`v8.5.1`](c028e7098e...0dfe63b9a7
) [Compare Source](c028e7098e...0dfe63b9a7
) </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
140e11bd76
commit
c38e83d50d
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.5.0",
|
||||
"express-jwt": "8.5.1",
|
||||
"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.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"
|
||||
|
|
Loading…
Reference in a new issue