From ca906c498622fafc1542e0247cc3bc0594e79704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:37:41 +0000 Subject: [PATCH] Bump handlebars from 4.5.0 to 4.7.9 Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.5.0 to 4.7.9. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.5.0...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6117a6d12..52de35c58 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "express-handlebars": "^3.0.0", "express-session": "^1.13.0", "formidable": "~1.0.17", - "handlebars": "4.5.0", + "handlebars": "4.7.9", "html-to-text": "^3.2.0", "ical-generator": "^0.2.7", "joi": "~12.0.0",