From 8033cab40da1990702628da91a408c11db28ed6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 10:06:01 +0000 Subject: [PATCH] chore(deps-dev): bump handlebars from 4.1.1 to 4.5.3 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.5.3) 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..f692c60 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.5.3", "jquery": "^3.3.1", "jquery-ui": "^1.12.1", "karma": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 1118c8f..8662450 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.5.3: + version "4.5.3" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482" dependencies: neo-async "^2.6.0" optimist "^0.6.1"