From 227da4d198269b99276e843ad56ca56568a5cb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 15:24:19 +0000 Subject: [PATCH] Bump handlebars from 1.0.12 to 4.4.3 in /web/jslibs/swagger-ui-2.0.1 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 1.0.12 to 4.4.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.4.3) Signed-off-by: dependabot[bot] --- web/jslibs/swagger-ui-2.0.1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/jslibs/swagger-ui-2.0.1/package.json b/web/jslibs/swagger-ui-2.0.1/package.json index d96a561..9a45bd8 100644 --- a/web/jslibs/swagger-ui-2.0.1/package.json +++ b/web/jslibs/swagger-ui-2.0.1/package.json @@ -19,6 +19,6 @@ "readmeFilename": "README.md", "dependencies": { "coffee-script": "~1.5.0", - "handlebars": "~1.0.10" + "handlebars": "~4.4.3" } }