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 2691cee Bump brace-expansion from 1.1.12 to 1.1.18 (#511)
2691cee is described below
commit 2691cee5d5c3cb975d954a28412614eb08249efe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 05:11:16 2026 +0000
Bump brace-expansion from 1.1.12 to 1.1.18 (#511)
* Bump brace-expansion from 1.1.12 to 1.1.18
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion)
from 1.1.12 to 1.1.18.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
-
[Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.18)
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.18
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
* Generate changelog entries for #511
---------
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>
Co-authored-by: Ramanathan <[email protected]>
---
package-lock.json | 6 +++---
src/changelog/.12.x.x/update_brace-expansion.xml | 8 ++++++++
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2583cd7..e0632c0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -474,9 +474,9 @@
]
},
"node_modules/brace-expansion": {
- "version": "1.1.12",
- "resolved":
"https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
- "integrity":
"sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
+ "version": "1.1.18",
+ "resolved":
"https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
+ "integrity":
"sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==",
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
diff --git a/src/changelog/.12.x.x/update_brace-expansion.xml
b/src/changelog/.12.x.x/update_brace-expansion.xml
new file mode 100644
index 0000000..dd4954a
--- /dev/null
+++ b/src/changelog/.12.x.x/update_brace-expansion.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="511" link="https://github.com/apache/logging-parent/pull/511"/>
+ <description format="asciidoc">Update `brace-expansion` to version
`1.1.18`</description>
+</entry>