From 676283cb12e1a692bbc4518eb985b68072de15c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 16:13:10 +0000 Subject: [PATCH] Bump handlebars from 1.0.12 to 4.5.3 in /docs 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] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index f9cb015..562e53e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,6 +12,6 @@ "readmeFilename": "readme.md", "dependencies": { "reference": ">0.0.0", - "handlebars": "~1.0.12" + "handlebars": "~4.5.3" } }