From db0be587ae05b868e4c026514fd506f33e52e11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:59:38 +0000 Subject: [PATCH] Bump handlebars from 4.7.8 to 4.7.9 in /src/main/content/antora_ui 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:development ... Signed-off-by: dependabot[bot] --- src/main/content/antora_ui/package-lock.json | 9 +++++---- src/main/content/antora_ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/content/antora_ui/package-lock.json b/src/main/content/antora_ui/package-lock.json index c2117534c..c62c01628 100644 --- a/src/main/content/antora_ui/package-lock.json +++ b/src/main/content/antora_ui/package-lock.json @@ -21,7 +21,7 @@ "gulp-sass": "^5.1.0", "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.1 >=2.1.2", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "highlight.js": "~10.7", "js-yaml": "~3.13", "merge-stream": "~2.0", @@ -4975,10 +4975,11 @@ } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", diff --git a/src/main/content/antora_ui/package.json b/src/main/content/antora_ui/package.json index 37ecd7940..e741e083c 100644 --- a/src/main/content/antora_ui/package.json +++ b/src/main/content/antora_ui/package.json @@ -29,7 +29,7 @@ "gulp-sass": "^5.1.0", "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.1 >=2.1.2", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "highlight.js": "~10.7", "js-yaml": "~3.13", "merge-stream": "~2.0",