From cd5efde93b8205b63cb8d5a7723e3cddc3096dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 03:04:09 +0000 Subject: [PATCH] Bump handlebars from 3.0.7 to 3.0.8 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v3.0.8/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v3.0.7...v3.0.8) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2668235..b8fb278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3664,9 +3664,9 @@ } }, "handlebars": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-3.0.7.tgz", - "integrity": "sha512-Pb/VCTFwbcm3KbD5rIzVVsbVBk7XMfhS4ZIJUfXdMF7H+UngtsofnUBfop/i24GSr3HCDG1PL0KoIX0YqEsXTg==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-3.0.8.tgz", + "integrity": "sha512-frzSzoxbJZSB719r+lM3UFKrnHIY6VPY/j47+GNOHVnBHxO+r+Y/iDjozAbj1SztmmMpr2CcZY6rLeN5mqX8zA==", "requires": { "optimist": "^0.6.1", "source-map": "^0.1.40",