From 639c89947bc3fe3e86c2e6bee6c5c26bf5f329f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:37:22 +0000 Subject: [PATCH] Bump handlebars from 1.0.7 to 4.7.7 in /oocss/tools Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 1.0.7 to 4.7.7. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v1.0.7...v4.7.7) --- updated-dependencies: - dependency-name: handlebars dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- oocss/tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oocss/tools/package.json b/oocss/tools/package.json index c7369959..44b2a981 100644 --- a/oocss/tools/package.json +++ b/oocss/tools/package.json @@ -7,7 +7,7 @@ "author":"oocss", "devDependencies":{ "fs.extra":"1.2.0", - "handlebars":"1.0.7", + "handlebars":"4.7.7", "html":"0.0.7", "path":"0.4.9", "forever":"0.10.6"