From 1a89d252068358ac5d5ae93a75d683a0be677dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 23:25:36 +0000 Subject: [PATCH] Bump handlebars from 4.0.5 to 4.5.1 in /web-ui Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.5 to 4.5.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.5...v4.5.1) 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..d6b1ab5a 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.1", "he": "1.1.0", "html-minifier": "2.1.6", "imagemin": "5.2.1",