From 9aafcd54fc98b4b198490537c234b590acd61844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:53:59 +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 c1b3404..d750110 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ }, "license": "MIT", "dependencies": { - "handlebars": "^2.0.0-alpha.4" + "handlebars": "^4.7.6" } }