From 6763ed7fe252e3e108af4004847eea0e6a34c089 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 08:13:37 +0000 Subject: [PATCH] Bump handlebars from 4.6.0 to 4.7.0 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.7.0/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.6.0...v4.7.0) Signed-off-by: dependabot-preview[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 4fb677fd..5b90bc9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2932,9 +2932,9 @@ "dev": true }, "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==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", diff --git a/package.json b/package.json index 530bf520..1e4a6e31 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@hapi/inert": "^6.0.0", "@hapi/vision": "^5.5.4", "cross-env": "^6.0.3", - "handlebars": "^4.6.0", + "handlebars": "^4.7.0", "handlebars-helper-sri": "0.0.0", "handlebars-partial-file": "^1.0.0", "node-fetch": "^2.6.0",