From b94feca99166aff1ed07b571e1a241e53fd60d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:43:36 +0000 Subject: [PATCH] Bump handlebars from 2.0.0 to 4.7.6 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 2.0.0 to 4.7.6. - [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/v2.0.0...v4.7.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22dc2d21..37511370 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "grunt-cli": "^0.1.13", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "^0.6.1", - "handlebars": "^2.0.0", + "handlebars": "^4.7.6", "mocha": "~2.0.1" } }