mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update dependency express-hbs to v2.4.0
This commit is contained in:
parent
cb0b10d05e
commit
4185bdb33e
2 changed files with 13 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
"downsize": "0.0.8",
|
"downsize": "0.0.8",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"express-brute": "1.0.1",
|
"express-brute": "1.0.1",
|
||||||
"express-hbs": "2.3.5",
|
"express-hbs": "2.4.0",
|
||||||
"express-jwt": "6.0.0",
|
"express-jwt": "6.0.0",
|
||||||
"express-query-boolean": "2.0.0",
|
"express-query-boolean": "2.0.0",
|
||||||
"express-session": "1.17.1",
|
"express-session": "1.17.1",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3470,6 +3470,18 @@ express-hbs@2.3.5:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
js-beautify "^1.13.11"
|
js-beautify "^1.13.11"
|
||||||
|
|
||||||
|
express-hbs@2.4.0:
|
||||||
|
version "2.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.4.0.tgz#b91ad28a35319ec08be9350db65169904bc69490"
|
||||||
|
integrity sha512-CruS8DA6m8i20MTjWpE6X8zu6q0rbQJbQyIp7V7NoYD1znf0krnCHQ8tVB7I9pJSZYnOPj/VPSByNU3sVDxJfw==
|
||||||
|
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@6.0.0:
|
express-jwt@6.0.0:
|
||||||
version "6.0.0"
|
version "6.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8"
|
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8"
|
||||||
|
|
Loading…
Add table
Reference in a new issue