From b18fd47d681cdf9d9449c09ab7bc5a35328f8d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 05:14:35 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.7.0 in /tutorialonline/prograsev Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 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.1.2...v4.7.0) Signed-off-by: dependabot[bot] --- tutorialonline/prograsev/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorialonline/prograsev/package-lock.json b/tutorialonline/prograsev/package-lock.json index 5b1f263..b4a3098 100644 --- a/tutorialonline/prograsev/package-lock.json +++ b/tutorialonline/prograsev/package-lock.json @@ -4493,9 +4493,9 @@ "dev": true }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "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",