From 4457b11b3ab4f79ec381c93ad7209a133a45e435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:36:42 +0000 Subject: [PATCH] chore(deps): Bump handlebars in /packages/@n8n/node-cli Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 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.8...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/@n8n/node-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@n8n/node-cli/package.json b/packages/@n8n/node-cli/package.json index c132ce0e7821f..07a5cbb7b0983 100644 --- a/packages/@n8n/node-cli/package.json +++ b/packages/@n8n/node-cli/package.json @@ -54,7 +54,7 @@ "eslint-plugin-import-x": "^4.15.2", "eslint-plugin-n8n-nodes-base": "1.16.5", "fast-glob": "catalog:", - "handlebars": "4.7.8", + "handlebars": "4.7.9", "picocolors": "catalog:", "prettier": "3.6.2", "prompts": "^2.4.2",