This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new e0be878  Bump handlebars from 4.7.8 to 4.7.9 (#464)
e0be878 is described below

commit e0be878fbe306f4cebcf0e793d810349acdc7aee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 6 04:43:12 2026 +0000

    Bump handlebars from 4.7.8 to 4.7.9 (#464)
    
    * 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] <[email protected]>
    
    * Generate changelog entries for #464
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 package-lock.json                           | 23 +++++------------------
 package.json                                |  2 +-
 src/changelog/.12.x.x/update_handlebars.xml |  8 ++++++++
 3 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2437c37..2583cd7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
         "@asciidoctor/tabs": "^1.0.0-beta.6",
         "asciidoctor-kroki": "^0.18.1",
         "fast-xml-parser": "^5.2.3",
-        "handlebars": "^4.7.8"
+        "handlebars": "^4.7.9"
       }
     },
     "node_modules/@antora/asciidoc-loader": {
@@ -703,20 +703,6 @@
         "node": ">= 0.4"
       }
     },
-    "node_modules/dunder-proto": {
-      "version": "1.0.1",
-      "resolved": 
"https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz";,
-      "integrity": 
"sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
-      "license": "MIT",
-      "dependencies": {
-        "call-bind-apply-helpers": "^1.0.1",
-        "es-errors": "^1.3.0",
-        "gopd": "^1.2.0"
-      },
-      "engines": {
-        "node": ">= 0.4"
-      }
-    },
     "node_modules/end-of-stream": {
       "version": "1.4.4",
       "resolved": 
"https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz";,
@@ -957,9 +943,10 @@
       }
     },
     "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 400ae5a..5b134df 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,6 @@
     "@asciidoctor/tabs": "^1.0.0-beta.6",
     "asciidoctor-kroki": "^0.18.1",
     "fast-xml-parser": "^5.2.3",
-    "handlebars": "^4.7.8"
+    "handlebars": "^4.7.9"
   }
 }
diff --git a/src/changelog/.12.x.x/update_handlebars.xml 
b/src/changelog/.12.x.x/update_handlebars.xml
new file mode 100644
index 0000000..20c40b0
--- /dev/null
+++ b/src/changelog/.12.x.x/update_handlebars.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="https://logging.apache.org/xml/ns";
+       xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+       type="updated">
+  <issue id="464" link="https://github.com/apache/logging-parent/pull/464"/>
+  <description format="asciidoc">Update `handlebars` to version 
`4.7.9`</description>
+</entry>

Reply via email to