From b8bcb8a885335f52140067c3d20181bb88f0b99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 14:17:27 +0000 Subject: [PATCH] build(deps): bump handlebars in /packages/amplify-graphql-docs-generator Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 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.11...v4.5.3) Signed-off-by: dependabot[bot] --- packages/amplify-graphql-docs-generator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify-graphql-docs-generator/package.json b/packages/amplify-graphql-docs-generator/package.json index 74b6b6a7e83..ee0c3268b44 100644 --- a/packages/amplify-graphql-docs-generator/package.json +++ b/packages/amplify-graphql-docs-generator/package.json @@ -42,7 +42,7 @@ "commander": "^2.9.0", "fetch": "^1.1.0", "graphql": "^0.13.2", - "handlebars": "4.0.11", + "handlebars": "4.5.3", "lodash": "^4.17.4", "node-fetch": "^1.6.3", "pascal-case": "^2.0.1",