From 62178a97f52de802a5b9e5e2c2191da9d2fb8392 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 09:30:30 +0100 Subject: [PATCH] =?UTF-8?q?Update=20handlebars=20to=20the=20latest=20versi?= =?UTF-8?q?on=20=F0=9F=9A=80=20(#1711)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update handlebars to version 4.7.0 * chore(package): update lockfile package-lock.json --- 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 af92d5129..aab478442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6352,9 +6352,9 @@ } }, "handlebars": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.6.0.tgz", - "integrity": "sha512-i1ZUP7Qp2JdkMaFon2a+b0m5geE8Z4ZTLaGkgrObkEd+OkUKyRbRWw4KxuFCoHfdETSY1yf9/574eVoNSiK7pw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.0.tgz", + "integrity": "sha512-PaZ6G6nYzfJ0Hd1WIhOpsnUPWh1R0Pg//r4wEYOtzG65c2V8RJQ/++yYlVmuoQ7EMXcb4eri5+FB2XH1Lwed9g==", "dev": true, "requires": { "neo-async": "^2.6.0", diff --git a/package.json b/package.json index a56b4b37c..1b346be61 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "glob": "7.1.6", "gulp": "4.0.2", "gulp-babel": "8.0.0", - "handlebars": "4.6.0", + "handlebars": "4.7.0", "istanbul": "0.4.5", "jsep": "0.3.4", "karma": "4.4.1",