Update dependency express-jwt to v6 [SECURITY]

This commit is contained in:
Renovate Bot 2020-07-08 12:35:45 +00:00 committed by Fabien 'egg' O'Carroll
parent e14188807d
commit 6996922ed0
2 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@
"express": "4.17.1",
"express-brute": "1.0.1",
"express-hbs": "2.3.3",
"express-jwt": "5.3.3",
"express-jwt": "6.0.0",
"express-query-boolean": "2.0.0",
"express-session": "1.17.1",
"fs-extra": "9.0.1",

View File

@ -3263,10 +3263,10 @@ express-hbs@2.3.3:
optionalDependencies:
js-beautify "1.11.0"
express-jwt@5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-5.3.3.tgz#e557b4a63dd34c5ddd6ad81452738386314cc243"
integrity sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ==
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==
dependencies:
async "^1.5.0"
express-unless "^0.3.0"