From 2c2f3b73eaa4c3e2d973db860a8029f3b3fcccad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 19:50:46 +0000 Subject: [PATCH] chore(deps): bump handlebars in /web-fundamentals/trad Bumps [handlebars](https://github.com/wycats/handlebars.js) from 1.0.12 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v1.0.12...v4.5.3) Signed-off-by: dependabot[bot] --- web-fundamentals/trad/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-fundamentals/trad/package.json b/web-fundamentals/trad/package.json index 46bef8a..5b0398f 100644 --- a/web-fundamentals/trad/package.json +++ b/web-fundamentals/trad/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "hapi": "~1.8.1", - "handlebars": "~1.0.12", + "handlebars": "~4.5.3", "supervisor": "~0.5.3", "open": "0.0.3" },