From 5f4bac4550cf35d361fe9f10a06199a044f1399c Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 23 Aug 2019 14:08:27 -0300 Subject: [PATCH] 15524: Upgrades handlebars to address WS-2019-0064. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- package.json | 1 + yarn.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/package.json b/package.json index 2aed781c..5be46547 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "cwlts": "1.15.29", "debounce": "1.2.0", "file-saver": "2.0.1", + "handlebars": "4.0.14", "is-image": "2.0.0", "js-yaml": "3.12.0", "jssha": "2.3.1", diff --git a/yarn.lock b/yarn.lock index e5d1747e..390bf3f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3530,6 +3530,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.14: + version "4.0.14" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.14.tgz#88de711eb693a5b783ae06065f9b91b0dd373a71" + integrity sha512-E7tDoyAA8ilZIV3xDJgl18sX3M8xB9/fMw8+mfW4msLW8jlX97bAnWgT3pmaNXuvzIEgSBMnAHfuXsB2hdzfow== + dependencies: + async "^2.5.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + handlebars@^4.0.3: version "4.0.12" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5" -- 2.30.2