From 00151f988aae0a62d50ce65fc8945974dba1e6e8 Mon Sep 17 00:00:00 2001 From: Priyank Patel Date: Sun, 20 May 2018 14:27:04 +0000 Subject: [PATCH] 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 --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 270e4c76a9..1e3ef32edc 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 47c90ebfbc..7af72ca70d 100644 --- a/yarn.lock +++ b/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: