From d0a24de1cb523ca87390bdfa9f786304bbe451d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:35:44 +0000 Subject: [PATCH] chore(deps): 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fca1f8edc06ab..ce45258c36275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "dompurify": "^3.3.3", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "is-svg": "^6.1.0", "jquery": "~3.7", "jquery-ui": "1.14.2", @@ -15493,10 +15493,9 @@ "peer": true }, "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", - "license": "MIT", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", diff --git a/package.json b/package.json index 76cd2ce2edff0..0022198459eed 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "dompurify": "^3.3.3", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "is-svg": "^6.1.0", "jquery": "~3.7", "jquery-ui": "1.14.2",