From 1146aaf93752e1d5c3b375a1b35ec839a06d9ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:10:58 +0000 Subject: [PATCH] chore(deps-dev): bump handlebars from 4.1.1 to 4.4.5 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.4.5. - [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.4.5) 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..4edd866 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.4.5", "jquery": "^3.3.1", "jquery-ui": "^1.12.1", "karma": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 1118c8f..8c59385 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.4.5: + version "4.4.5" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd" dependencies: neo-async "^2.6.0" optimist "^0.6.1"