Update dependency express-hbs to v2.3.4

This commit is contained in:
Renovate Bot 2020-07-20 10:57:49 +00:00
parent d261f88456
commit b3aec95230
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 13 additions and 1 deletions

View File

@ -80,7 +80,7 @@
"downsize": "0.0.8",
"express": "4.17.1",
"express-brute": "1.0.1",
"express-hbs": "2.3.3",
"express-hbs": "2.3.4",
"express-jwt": "6.0.0",
"express-query-boolean": "2.0.0",
"express-session": "1.17.1",

View File

@ -3282,6 +3282,18 @@ express-hbs@2.3.3:
optionalDependencies:
js-beautify "1.11.0"
express-hbs@2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.3.4.tgz#ec3e0796bec0b5937199b0d800d3a6b30c63063a"
integrity sha512-cirblS55Syynfjcn6bLwFAVwq1iHyyItGyoEb7D08iwJIBRy2V7D47se/My8/B0YPjOP6JyRXNcPgCDQKyiqGQ==
dependencies:
bluebird "^3.5.3"
handlebars "4.7.6"
lodash "4.17.19"
readdirp "3.4.0"
optionalDependencies:
js-beautify "1.11.0"
express-jwt@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8"