From e1c7d87ee7d731b54c6c59e5d0ab8c97ef232a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 08:26:12 +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 0432bcb..8dfdcca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1789,9 +1789,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==", "dev": true, "requires": { "optimist": "^0.6.1",