From 677f054436b3dfb2d3036aaeb66835777f3530fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 03:54:22 +0000 Subject: [PATCH] Bump handlebars from 4.0.14 to 4.7.6 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.14 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/v4.0.14...v4.7.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index cc72cb2..2c6a854 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "dox": "git+https://github.com/martindsouza/dox.git", "fs-extra": "^0.26.7", - "handlebars": "4.0.*", + "handlebars": "4.7.*", "node.extend": "^1.1.5" } }