From 6352e9ce33c784811ffc65c5712e08ac891d0948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:53:59 +0000 Subject: [PATCH] Chore: Bump handlebars from 4.7.8 to 4.7.9 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] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3045f7d62..ca721101c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "grunt-newer": "^1.3.0", "grunt-replace": "^2.0.2", "grunt-terser": "^2.0.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "iconv-lite": "^0.6.3", "jit-grunt": "^0.10.0", "jschardet": "^1.6.0", @@ -11027,9 +11027,10 @@ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", + "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", diff --git a/package.json b/package.json index f1537b819..583349677 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "grunt-newer": "^1.3.0", "grunt-replace": "^2.0.2", "grunt-terser": "^2.0.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "iconv-lite": "^0.6.3", "jit-grunt": "^0.10.0", "jschardet": "^1.6.0",