From f0596e94dea82eb9d6817701219a46ff2ebbc9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:31:27 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.5.1 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 2.0.0 to 4.5.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v2.0.0...v4.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eee5f434..3bb903d1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "chai": "^2.3.0", "coveralls": "~2.11.2", - "handlebars": "^2.0.0", + "handlebars": "^4.5.1", "istanbul": "~0.3.13", "jquery": "^2.1.4", "jsdom": "^3.1.0",