mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency express-hbs to v2.2.0 (#11292)
This commit is contained in:
parent
c2cdfef9e2
commit
4023772d12
2 changed files with 18 additions and 7 deletions
|
@ -70,7 +70,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.1.2",
|
"express-hbs": "2.2.0",
|
||||||
"express-jwt": "5.3.1",
|
"express-jwt": "5.3.1",
|
||||||
"express-query-boolean": "2.0.0",
|
"express-query-boolean": "2.0.0",
|
||||||
"express-session": "1.16.2",
|
"express-session": "1.16.2",
|
||||||
|
|
23
yarn.lock
23
yarn.lock
|
@ -2752,15 +2752,15 @@ express-hbs@1.1.1:
|
||||||
lodash "4.17.11"
|
lodash "4.17.11"
|
||||||
readdirp "2.1.0"
|
readdirp "2.1.0"
|
||||||
|
|
||||||
express-hbs@2.1.2:
|
express-hbs@2.2.0:
|
||||||
version "2.1.2"
|
version "2.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.1.2.tgz#212ebebb14e2d0ed3e6834c06a9f462cc323a1ba"
|
resolved "https://registry.yarnpkg.com/express-hbs/-/express-hbs-2.2.0.tgz#dcd5c890c6be6f5f98bf1c2092a042af02152c5b"
|
||||||
integrity sha512-5Wh4v7v2kXBQY6IYa6/tG1SM3OlFMKE631Twm2MoyVSTmMvF+pkuj3EvYyVrH6mHdVLM7ao/cRnTY2BI18gTog==
|
integrity sha512-oORcQXUVUBS7gd4+Yuf20BH3l09UNFuJoGDXaV9ERE4Q3GxE86mvbB1v81tQDgRhLUnVxU+7EMNWTMfHq31ttg==
|
||||||
dependencies:
|
dependencies:
|
||||||
bluebird "^3.5.3"
|
bluebird "^3.5.3"
|
||||||
handlebars "4.1.2"
|
handlebars "4.4.5"
|
||||||
js-beautify "1.8.8"
|
js-beautify "1.8.8"
|
||||||
lodash "^4.17.11"
|
lodash "4.17.15"
|
||||||
readdirp "2.2.1"
|
readdirp "2.2.1"
|
||||||
|
|
||||||
express-jwt@5.3.1:
|
express-jwt@5.3.1:
|
||||||
|
@ -3813,6 +3813,17 @@ handlebars@4.1.2:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
uglify-js "^3.1.4"
|
uglify-js "^3.1.4"
|
||||||
|
|
||||||
|
handlebars@4.4.5:
|
||||||
|
version "4.4.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd"
|
||||||
|
integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==
|
||||||
|
dependencies:
|
||||||
|
neo-async "^2.6.0"
|
||||||
|
optimist "^0.6.1"
|
||||||
|
source-map "^0.6.1"
|
||||||
|
optionalDependencies:
|
||||||
|
uglify-js "^3.1.4"
|
||||||
|
|
||||||
har-schema@^2.0.0:
|
har-schema@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
|
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
|
||||||
|
|
Loading…
Reference in a new issue