From c33451c355736ed29f6aa4dfa88d44c52ebe9710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 19:12:47 +0000 Subject: [PATCH] Bump handlebars from 3.0.8 to 4.7.6 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 3.0.8 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/v3.0.8...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 ccc572e..7978b21 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "hyperweb": "0.0.9", "express": "^4.12.4", - "handlebars": "^3.0.3", + "handlebars": "^4.7.6", "jade": "^1.11.0", "nunjucks": "^1.3.4", "coffee-script": "^1.9.3",