From cc5143e9566ba65b02772f2d05c5ea95f5f2ef9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 05:36:13 +0000 Subject: [PATCH] Bump handlebars from 4.1.1 to 4.3.0 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.3.0. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3c398de..0a86f5c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/unbxd/js-sdk", "devDependencies": { "chai": "^4.2.0", - "handlebars": "^4.0.5", + "handlebars": "^4.3.0", "jquery": "^3.3.1", "jquery-ui": "^1.12.1", "karma": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 1118c8f..8fec6f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1035,9 +1035,9 @@ growl@1.10.5: version "1.10.5" resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" -handlebars@*, handlebars@^4.0.5: - version "4.1.1" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.1.tgz#6e4e41c18ebe7719ae4d38e5aca3d32fa3dd23d3" +handlebars@*, handlebars@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.3.0.tgz#427391b584626c9c9c6ffb7d1fb90aa9789221cc" dependencies: neo-async "^2.6.0" optimist "^0.6.1"