mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency express-jwt to v6.1.0
This commit is contained in:
parent
8623e8de8b
commit
19fd16649a
2 changed files with 10 additions and 10 deletions
|
@ -110,7 +110,7 @@
|
|||
"express": "4.17.1",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "2.4.0",
|
||||
"express-jwt": "6.0.0",
|
||||
"express-jwt": "6.1.0",
|
||||
"express-query-boolean": "2.0.0",
|
||||
"express-session": "1.17.2",
|
||||
"fs-extra": "10.0.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -3807,13 +3807,13 @@ express-hbs@2.4.0:
|
|||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-jwt@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8"
|
||||
integrity sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==
|
||||
express-jwt@6.1.0:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.1.0.tgz#5818c813e245b0eb361c5cf161425cf16f9c8591"
|
||||
integrity sha512-mmSR52Ps1FMeGwchroHzEJONWhsobd5KHVVKBffYiUEpZh9iK9wI9ZWkmzY5ROwWQtJLNGHV/VUMLh2M208s4Q==
|
||||
dependencies:
|
||||
async "^1.5.0"
|
||||
express-unless "^0.3.0"
|
||||
express-unless "^1.0.0"
|
||||
jsonwebtoken "^8.1.0"
|
||||
lodash.set "^4.0.0"
|
||||
|
||||
|
@ -3836,10 +3836,10 @@ express-session@1.17.2:
|
|||
safe-buffer "5.2.1"
|
||||
uid-safe "~2.1.5"
|
||||
|
||||
express-unless@^0.3.0:
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-0.3.1.tgz#2557c146e75beb903e2d247f9b5ba01452696e20"
|
||||
integrity sha1-JVfBRudb65A+LSR/m1ugFFJpbiA=
|
||||
express-unless@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-1.0.0.tgz#ecd1c354c5ccf7709a8a17ece617934e037cccd8"
|
||||
integrity sha512-zXSSClWBPfcSYjg0hcQNompkFN/MxQQ53eyrzm9BYgik2ut2I7PxAf2foVqBRMYCwWaZx/aWodi+uk76npdSAw==
|
||||
|
||||
express@4.17.1, express@^4.16.4:
|
||||
version "4.17.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue