mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Update dependency express-hbs to v2.4.2
This commit is contained in:
parent
d15aed0d0a
commit
0d6e979077
2 changed files with 5 additions and 6 deletions
|
@ -179,7 +179,7 @@
|
||||||
"downsize": "0.0.8",
|
"downsize": "0.0.8",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
"express-brute": "1.0.1",
|
"express-brute": "1.0.1",
|
||||||
"express-hbs": "2.4.1",
|
"express-hbs": "2.4.2",
|
||||||
"express-jwt": "8.4.1",
|
"express-jwt": "8.4.1",
|
||||||
"express-lazy-router": "1.0.6",
|
"express-lazy-router": "1.0.6",
|
||||||
"express-query-boolean": "2.0.0",
|
"express-query-boolean": "2.0.0",
|
||||||
|
|
|
@ -17361,12 +17361,11 @@ express-hbs@2.4.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
js-beautify "^1.13.11"
|
js-beautify "^1.13.11"
|
||||||
|
|
||||||
express-hbs@2.4.1:
|
express-hbs@2.4.2:
|
||||||
version "2.4.1"
|
version "2.4.2"
|
||||||
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.4.1.tgz#e9957c9611bc7f6580d8f0f680943eda349ee12b"
|
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.4.2.tgz#9bc18a08d89eea2aaea94b2e5c38859e86a99019"
|
||||||
integrity sha512-a+gcjKVp44wGU+UxWUbVrKB0ZXLIPgo76lz4o/sodTMWuyhNywOOBbjw64xDprNB7NL4WKx8okOWtqKdjyiUUA==
|
integrity sha512-lFtWrsAGprvzPrVlfNE6WGJnyE+o/UxsTpl2CWcJt1CRYaUwht9+BkfKOWqs+xG0zhhRAm/bsYEyQ4EwA+ovSw==
|
||||||
dependencies:
|
dependencies:
|
||||||
bluebird "^3.5.3"
|
|
||||||
handlebars "^4.7.7"
|
handlebars "^4.7.7"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
readdirp "^3.6.0"
|
readdirp "^3.6.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue