0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency express-jwt to v7.7.2

This commit is contained in:
Renovate Bot 2022-05-19 16:27:29 +00:00
parent def8f83894
commit 5975740d69
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

View file

@ -136,7 +136,7 @@
"express": "4.18.1",
"express-brute": "1.0.1",
"express-hbs": "2.4.0",
"express-jwt": "7.7.1",
"express-jwt": "7.7.2",
"express-lazy-router": "1.0.4",
"express-query-boolean": "2.0.0",
"express-session": "1.17.3",

View file

@ -5168,10 +5168,10 @@ express-hbs@2.4.0:
optionalDependencies:
js-beautify "^1.13.11"
express-jwt@7.7.1:
version "7.7.1"
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-7.7.1.tgz#c27b3b96fa3dce575377385d484c17964ac669ce"
integrity sha512-3x1Wv5ENeBLcBP5p3t42pFGxKCj8eyAdFiUSrvDExYtsXqYxh75dw5crpyXLXrDTDMPx50Uv9ODMQOl+ced57w==
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==
dependencies:
"@types/express-unless" "^0.5.3"
"@types/jsonwebtoken" "^8.5.8"