From 098ddea15092b76f85d56813bee4aba5e5dd66e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:35:52 +0000 Subject: [PATCH] Bump handlebars from 4.0.5 to 4.5.3 in /web-ui Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.5 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/v4.0.5...v4.5.3) Signed-off-by: dependabot[bot] --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index a20c8a34..4d986ef6 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -27,7 +27,7 @@ "expect": "1.20.2", "fetch-mock": "5.9.4", "file-loader": "0.10.0", - "handlebars": "4.0.5", + "handlebars": "4.5.3", "he": "1.1.0", "html-minifier": "2.1.6", "imagemin": "5.2.1",