Update dependency express-jwt to v5.3.3

This commit is contained in:
Renovate Bot 2020-04-07 15:08:49 +00:00
parent 5b942fc7e4
commit 1daaf075aa
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@
"express": "4.17.1",
"express-brute": "1.0.1",
"express-hbs": "2.3.3",
"express-jwt": "5.3.1",
"express-jwt": "5.3.3",
"express-query-boolean": "2.0.0",
"express-session": "1.17.0",
"fs-extra": "9.0.0",

View File

@ -3015,10 +3015,10 @@ express-hbs@2.3.3:
optionalDependencies:
js-beautify "1.11.0"
express-jwt@5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-5.3.1.tgz#66f05c7dddb5409c037346a98b88965bb10ea4ae"
integrity sha512-1C9RNq0wMp/JvsH/qZMlg3SIPvKu14YkZ4YYv7gJQ1Vq+Dv8LH9tLKenS5vMNth45gTlEUGx+ycp9IHIlaHP/g==
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==
dependencies:
async "^1.5.0"
express-unless "^0.3.0"