dependabot[bot] opened a new pull request, #391:
URL: https://github.com/apache/logging-parent/pull/391

   Bumps the all group with 1 update: 
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser).
   
   Updates `fast-xml-parser` from 5.0.9 to 5.2.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/releases";>fast-xml-parser's
 releases</a>.</em></p>
   <blockquote>
   <h2>upgrade to ESM module and fixing value parsing issues</h2>
   <ul>
   <li>Support ESM modules</li>
   <li>fix value parsing issues</li>
   <li>a feature to access tag location is added (metadata)</li>
   <li>fix to read DOCTYPE correctly</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md";>https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md";>fast-xml-parser's
 changelog</a>.</em></p>
   <blockquote>
   <p><!-- raw HTML omitted -->Note: If you find missing information about 
particular minor version, that version must have been changed without any 
functional change in this library.<!-- raw HTML omitted --></p>
   <p><strong>5.2.3 / 2025-05-11</strong></p>
   <ul>
   <li>fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747";>#747</a>):
 support EMPTY and ANY with ELEMENT in DOCTYPE</li>
   </ul>
   <p><strong>5.2.2 / 2025-05-05</strong></p>
   <ul>
   <li>fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/746";>#746</a>):
 update strnum to fix parsing issues related to enotations</li>
   </ul>
   <p><strong>5.2.1 / 2025-04-22</strong></p>
   <ul>
   <li>fix: read DOCTYPE entity value correctly</li>
   <li>read DOCTYPE NOTATION, ELEMENT exp but not using read values</li>
   </ul>
   <p><strong>5.2.0 / 2025-04-03</strong></p>
   <ul>
   <li>feat: support metadata on nodes (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/593";>#593</a>)
 (By <a href="https://github.com/srl295";>Steven R. Loomis</a>)</li>
   </ul>
   <p><strong>5.1.0 / 2025-04-02</strong></p>
   <ul>
   <li>feat: declare package as side-effect free (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/738";>#738</a>)
 (By <a href="https://github.com/tbouffard";>Thomas Bouffard</a>)</li>
   <li>fix cjs build mode</li>
   <li>fix builder return type to string</li>
   <li></li>
   </ul>
   <p><strong>5.0.9 / 2025-03-14</strong></p>
   <ul>
   <li>fix: support numeric entities with values over 0xFFFF (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/726";>#726</a>)
 (By <a href="https://github.com/mcdurdin";>Marc Durdin</a>)</li>
   <li>fix: update strnum to fix parsing 0 if skiplike option is used</li>
   </ul>
   <p><strong>5.0.8 / 2025-02-27</strong></p>
   <ul>
   <li>fix parsing 0 if skiplike option is used.
   <ul>
   <li>updating strnum dependency</li>
   </ul>
   </li>
   </ul>
   <p><strong>5.0.7 / 2025-02-25</strong></p>
   <ul>
   <li>fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/724";>#724</a>)
 typings for cjs.</li>
   </ul>
   <p><strong>5.0.6 / 2025-02-20</strong></p>
   <ul>
   <li>fix cli output (By <a href="https://github.com/angeld7";>Angel 
Delgado</a>)
   <ul>
   <li>remove multiple JSON parsing</li>
   </ul>
   </li>
   </ul>
   <p><strong>5.0.5 / 2025-02-20</strong></p>
   <ul>
   <li>fix parsing of string starting with 'e' or 'E' by updating strnum</li>
   </ul>
   <p><strong>5.0.4 / 2025-02-20</strong></p>
   <ul>
   <li>fix CLI to support all the versions of node js when displaying library 
version.</li>
   <li>fix CJS import in v5
   <ul>
   <li>by fixing webpack config</li>
   </ul>
   </li>
   </ul>
   <p><strong>5.0.3 / 2025-02-20</strong></p>
   <ul>
   <li>Using strnum ESM module
   <ul>
   <li>new fixes in strum may break your experience</li>
   </ul>
   </li>
   </ul>
   <p><strong>5.0.2 / 2025-02-20</strong></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/5bcf183566c3412715168c55479bf169c09be555";><code>5bcf183</code></a>
 fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747";>#747</a>):
 support EMPTY and ANY with ELEMENT in DOCTYPE</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/619b504eb19e39e83dfa6aedda1a527574c15549";><code>619b504</code></a>
 update strfix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/746";>#746</a>):
 update strnum to fix parsing issues related to enotations</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/62365df401af616fa38b722de3217a34a469af21";><code>62365df</code></a>
 update docs and package info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/0c0b3673bf1ff8769e2ad7cf507b2d2c971b1ce5";><code>0c0b367</code></a>
 feat: read DOCTYPE ELEMENT exp</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/38d023473f6ed361a350eab5dedea97a7f9d6575";><code>38d0234</code></a>
 refactored code of DOCTYPE</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/7c6cba497cb26613c0ee7e4b1fb1a4b3c336d399";><code>7c6cba4</code></a>
 feat read DOCTYPE NOTATION exp</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/758970505269612ea5ba8c73fcac9ca748ad8185";><code>7589705</code></a>
 fix: DOCTYPE entity value should be read correctly</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/02eb4a7539390de0056b9926132d7a0d68a7a887";><code>02eb4a7</code></a>
 Update SECURITY.md</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/bfeb50432e9810a23bc7fbec306c1821a4e39863";><code>bfeb504</code></a>
 fix typo in CHANGELOG.md (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/743";>#743</a>)</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/7741da3e61df9710b6bdb645acf239c8cecab139";><code>7741da3</code></a>
 update package detail</li>
   <li>Additional commits viewable in <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.0.9...v5.2.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fast-xml-parser&package-manager=npm_and_yarn&previous-version=5.0.9&new-version=5.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: robots-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to