From d039b9c8d00a48b3485b9ba4249a3c151ea4d062 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 22:26:43 +0000 Subject: [PATCH] chore(deps): bump handlebars from 4.2.0 to 4.3.2 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.3.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.3.2) Signed-off-by: dependabot-preview[bot] --- packages/create/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/create/package.json b/packages/create/package.json index bbdf01c7..fd8ed047 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -13,7 +13,7 @@ "@dhis2/cli-helpers-template": "^1.0.1", "chalk": "^2.4.2", "fs-extra": "^8.1.0", - "handlebars": "^4.2.0", + "handlebars": "^4.3.2", "inquirer": "^7.0.0" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index f27a539e..1b494c4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4376,10 +4376,10 @@ gulp-sort@^2.0.0: dependencies: through2 "^2.0.1" -handlebars@^4.1.0, handlebars@^4.1.2, handlebars@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e" - integrity sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw== +handlebars@^4.1.0, handlebars@^4.1.2, handlebars@^4.2.0, handlebars@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.3.2.tgz#c10366a4300f708f78a421472c5d7851dbe886ab" + integrity sha512-LuccMnDrKB72bbClEIucoBNAIMpqmWvIGSKNEngDcYFT6hlCq7ZoCWc26ZT9mr6tfWTJeTswSldoI5LOeezzDQ== dependencies: neo-async "^2.6.0" optimist "^0.6.1"