From 13325d5d68f56efa2f4061e7a86a8b4ff37cbe8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 18:54:39 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.4.5 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.4.5. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.4.5) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea26bfda..fd2307fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5674,9 +5674,9 @@ "integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==" }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.5.tgz", + "integrity": "sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", diff --git a/package.json b/package.json index 370d73d4..8e777199 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-scripts": "^3.0.1", "sshpk": "^1.16.1", "clean-css": "4.1.11", - "handlebars": "^4.0.14" + "handlebars": "^4.4.5" }, "scripts": { "start": "react-scripts start",