0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added support for local template options

no-issue

This bumps express-hbs to 1.1.0 which includes the change for local
template options.

https://github.com/barc/express-hbs/releases/tag/v1.1.0
This commit is contained in:
Fabien O'Carroll 2019-04-03 11:29:39 +02:00
parent 6f677a5b2f
commit c461c66b38
2 changed files with 12 additions and 2 deletions

View file

@ -61,7 +61,7 @@
"downsize": "0.0.8",
"express": "4.16.4",
"express-brute": "1.0.1",
"express-hbs": "1.0.5",
"express-hbs": "1.1.0",
"express-jwt": "5.3.1",
"express-query-boolean": "2.0.0",
"express-session": "1.15.6",

View file

@ -1918,7 +1918,17 @@ express-brute@1.0.1, express-brute@^1.0.0:
long-timeout "~0.1.1"
underscore "~1.8.3"
express-hbs@1.0.5, express-hbs@^1.0.3:
express-hbs@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-1.1.0.tgz#703c3855c30c8052c7d6f9df642d538404c492b5"
integrity sha512-4TQ8kwsMyiJ5yh3F5tWnAmYtYn4tHx7kjK42/Hlmq00/ekw6KMeRgK1INJtUK4QETJcQXiuTtwx68yNoNVAomQ==
dependencies:
handlebars "4.0.13"
js-beautify "1.6.8"
lodash "4.17.11"
readdirp "2.1.0"
express-hbs@^1.0.3:
version "1.0.5"
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-1.0.5.tgz#6553b6bfcc55a965ee6161a6f374837f1eecea1f"
dependencies: