mirror of https://github.com/zulip/zulip.git
handlebars: Upgrade handlebars to v4.0.11.
This version only contains bugfixes. No breaking changes have been introduced. Ref: https://github.com/wycats/handlebars.js/blob/master/release-notes.md#v4011---october-17th-2017
This commit is contained in:
parent
7b40f8d50d
commit
00151f988a
|
@ -20,7 +20,7 @@
|
|||
"flatpickr": "4.5.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"fuzzysearch": "1.0.3",
|
||||
"handlebars": "4.0.10",
|
||||
"handlebars": "4.0.11",
|
||||
"i18next": "3.4.4",
|
||||
"i18next-browser-languagedetector": "0.3.0",
|
||||
"i18next-localstorage-cache": "0.3.0",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -4498,7 +4498,17 @@ handle-thing@^1.2.5:
|
|||
version "1.2.5"
|
||||
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4"
|
||||
|
||||
handlebars@4.0.10, handlebars@^4.0.3, handlebars@^4.0.5:
|
||||
handlebars@4.0.11:
|
||||
version "4.0.11"
|
||||
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc"
|
||||
dependencies:
|
||||
async "^1.4.0"
|
||||
optimist "^0.6.1"
|
||||
source-map "^0.4.4"
|
||||
optionalDependencies:
|
||||
uglify-js "^2.6"
|
||||
|
||||
handlebars@^4.0.3, handlebars@^4.0.5:
|
||||
version "4.0.10"
|
||||
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.10.tgz#3d30c718b09a3d96f23ea4cc1f403c4d3ba9ff4f"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue