From f81fc9451a0d99746a5fc93eb09d0627ddc76441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:23:58 +0000 Subject: [PATCH] Bump handlebars from 4.7.7 to 4.7.9 Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.7 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.7.7...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 c7af983..b4f154a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "^4.17.1", "express-handlebars": "^5.3.2", "express-session": "^1.17.0", - "handlebars": "4.7.7", + "handlebars": "4.7.9", "method-override": "^3.0.0", "mongoose": "^5.9.2", "morgan": "^1.9.1",