mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Update dependency express-jwt to v7.7.3
This commit is contained in:
parent
367ad86e24
commit
4ddba47b00
@ -136,7 +136,7 @@
|
||||
"express": "4.18.1",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "2.4.0",
|
||||
"express-jwt": "7.7.2",
|
||||
"express-jwt": "7.7.3",
|
||||
"express-lazy-router": "1.0.4",
|
||||
"express-query-boolean": "2.0.0",
|
||||
"express-session": "1.17.3",
|
||||
|
@ -5239,10 +5239,10 @@ express-hbs@2.4.0:
|
||||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-jwt@7.7.2:
|
||||
version "7.7.2"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-7.7.2.tgz#5f4bc1ec9c4d23dd77ba30974adeb463288f3ab6"
|
||||
integrity sha512-NTNciChI54hnfzOh0XNjfsF6zY4W6t1BE4MfrylYrdlzTipMFzCmUaI4ebUac7e4ZBpai5CwrID661o+TwYsRQ==
|
||||
express-jwt@7.7.3:
|
||||
version "7.7.3"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-7.7.3.tgz#eb466e6e4943862df99207772d61a507a5bb7836"
|
||||
integrity sha512-20J4jgcRK0JrUo81NHeOQnekDYWEuksNYxDSAmxNqX0XUGi2dubw3a6Y84+X4ReVWDbVpwH8qRRBDmHbXxW7Gw==
|
||||
dependencies:
|
||||
"@types/express-unless" "^0.5.3"
|
||||
"@types/jsonwebtoken" "^8.5.8"
|
||||
|
Loading…
Reference in New Issue
Block a user