mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Bumbed express-hbs and fixed inline async helpers
refs ce088f06ff
TL;DR This makes {{asyncHelper "foo"}} usage more stable.
See the linked commit for details on the fix.
This commit is contained in:
parent
acccc16614
commit
288859fc95
2 changed files with 13 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
"downsize": "0.0.8",
|
||||
"express": "4.18.2",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "2.4.0",
|
||||
"express-hbs": "2.4.1",
|
||||
"express-jwt": "8.4.1",
|
||||
"express-lazy-router": "1.0.5",
|
||||
"express-query-boolean": "2.0.0",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -16308,6 +16308,18 @@ express-hbs@2.4.0:
|
|||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-hbs@2.4.1:
|
||||
version "2.4.1"
|
||||
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.4.1.tgz#e9957c9611bc7f6580d8f0f680943eda349ee12b"
|
||||
integrity sha512-a+gcjKVp44wGU+UxWUbVrKB0ZXLIPgo76lz4o/sodTMWuyhNywOOBbjw64xDprNB7NL4WKx8okOWtqKdjyiUUA==
|
||||
dependencies:
|
||||
bluebird "^3.5.3"
|
||||
handlebars "^4.7.7"
|
||||
lodash "^4.17.21"
|
||||
readdirp "^3.6.0"
|
||||
optionalDependencies:
|
||||
js-beautify "^1.13.11"
|
||||
|
||||
express-jwt@8.4.1:
|
||||
version "8.4.1"
|
||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.4.1.tgz#ba817c1ced7c6f1f7017fc2e6deac207011e8acb"
|
||||
|
|
Loading…
Add table
Reference in a new issue