dependabot[bot] opened a new pull request, #3472:
URL: https://github.com/apache/incubator-kie-tools/pull/3472

   Bumps 
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 
4.4.1 to 5.3.8.
   <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>handle non-array input for XML builder &amp;&amp; support 
maxNestedTags</h2>
   <ul>
   <li>support maxNestedTags</li>
   <li>handle non-array input for XML builder when preserveOrder is true (By <a 
href="https://github.com/Angelopvtac";>Angelo Coetzee</a>)</li>
   <li>save use of js properies
   <strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8</a></li>
   </ul>
   <h2>CJS typing fix</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Unexport <code>X2jOptions</code> at declaration site by <a 
href="https://github.com/Drarig29";><code>@​Drarig29</code></a> in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/787";>NaturalIntelligence/fast-xml-parser#787</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Drarig29";><code>@​Drarig29</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/787";>NaturalIntelligence/fast-xml-parser#787</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.6...v5.3.7</a></p>
   <h2>Entity security and performance</h2>
   <ul>
   <li>Improve security and performance of entity processing
   <ul>
   <li>new options <code>maxEntitySize</code>, <code>maxExpansionDepth</code>, 
<code>maxTotalExpansions</code>, <code>maxExpandedLength</code>, 
<code>allowedTags</code>,<code>tagFilter</code></li>
   <li>fast return when no edtity is present</li>
   <li>improvement replacement logic to reduce number of calls</li>
   <li></li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6</a></p>
   <h2>v5.3.5</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add missing exports to fxp commonjs types by <a 
href="https://github.com/jeremymeng";><code>@​jeremymeng</code></a> in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782";>NaturalIntelligence/fast-xml-parser#782</a></li>
   <li>fix: Escape regex char in entity name</li>
   <li>update strnum to 2.1.2</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/jeremymeng";><code>@​jeremymeng</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782";>NaturalIntelligence/fast-xml-parser#782</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5</a></p>
   <h2>fix: handle HTML numeric and hex entities when out of range</h2>
   <p>No release notes provided.</p>
   <h2>bug fix and performance improvements</h2>
   <ul>
   <li>fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775";>#775</a>:
 transformTagName with allowBooleanAttributes adds an unnecessary attribute</li>
   <li>Performance improvement for stopNodes (By <a 
href="https://github.com/macieklamberski";>Maciek Lamberski</a>)</li>
   </ul>
   <h2>Replace <code>Buffer</code> with <code>Uint8Array</code></h2>
   <ul>
   <li>Launched Separate CLI module</li>
   <li>Replace <code>Buffer</code> with <code>Uint8Array</code></li>
   </ul>
   <h2>Support EMPTY and ANY with ELEMENT in DOCTYPE</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4";>https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4</a></p>
   <h2>upgrade to ESM module and fixing value parsing issues</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>Note: Due to some last quick changes on v4, detail of v4.5.3 &amp; v4.5.4 
are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm 
extremely sorry for the confusion</p>
   <p><strong>5.4.1  / 2026-02-25</strong></p>
   <ul>
   <li>fix (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/785";>#785</a>)
 unpairedTag node should not have tag content</li>
   </ul>
   <p><strong>5.4.0  / 2026-02-25</strong></p>
   <ul>
   <li>migrate to fast-xml-builder</li>
   </ul>
   <p><strong>5.3.9 / 2026-02-25</strong></p>
   <ul>
   <li>support strictReservedNames</li>
   </ul>
   <p><strong>5.3.8 / 2026-02-25</strong></p>
   <ul>
   <li>support maxNestedTags</li>
   <li>handle non-array input for XML builder when preserveOrder is true (By <a 
href="https://github.com/Angelopvtac";>Angelo Coetzee</a>)</li>
   <li>save use of js properies</li>
   </ul>
   <p><strong>5.3.7 / 2026-02-20</strong></p>
   <ul>
   <li>fix typings for CJS (By <a href="https://github.com/Drarig29";>Corentin 
Girard</a>)</li>
   </ul>
   <p><strong>5.3.6 / 2026-02-14</strong></p>
   <ul>
   <li>Improve security and performance of entity processing
   <ul>
   <li>new options <code>maxEntitySize</code>, <code>maxExpansionDepth</code>, 
<code>maxTotalExpansions</code>, <code>maxExpandedLength</code>, 
<code>allowedTags</code>,<code>tagFilter</code></li>
   <li>fast return when no edtity is present</li>
   <li>improvement replacement logic to reduce number of calls</li>
   </ul>
   </li>
   </ul>
   <p><strong>5.3.5 / 2026-02-08</strong></p>
   <ul>
   <li>fix: Escape regex char in entity name</li>
   <li>update strnum to 2.1.2</li>
   <li>add missing exports in CJS typings</li>
   </ul>
   <p><strong>5.3.4 / 2026-01-30</strong></p>
   <ul>
   <li>fix: handle HTML numeric and hex entities when out of range</li>
   </ul>
   <p><strong>5.3.3 / 2025-12-12</strong></p>
   <ul>
   <li>fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775";>#775</a>:
 transformTagName with allowBooleanAttributes adds an unnecessary attribute</li>
   </ul>
   <p><strong>5.3.2 / 2025-11-14</strong></p>
   <ul>
   <li>fix for import statement for v6</li>
   </ul>
   <p><strong>5.3.1 / 2025-11-03</strong></p>
   <ul>
   <li>Performance improvement for stopNodes (By <a 
href="https://github.com/macieklamberski";>Maciek Lamberski</a>)</li>
   </ul>
   <p><strong>5.3.0 / 2025-10-03</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/c692040f6b5f5045d38b66b1da04e4d3abc97052";><code>c692040</code></a>
 update release info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/107e34c046d4997ee3b67a32d32eef52fe63edb2";><code>107e34c</code></a>
 avoid <code>{}</code> to create an empty object</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/60835a4c7279ddc349d192097fb41afa52930d8b";><code>60835a4</code></a>
 support maxNestedTags</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/f55657c2b1cf29b433124390c32acba45a5a67aa";><code>f55657c</code></a>
 avoid direct call to hasOwnProperty</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a";><code>c13a961</code></a>
 handle non-array input for XML builder when preserveOrder is true</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/fc97a550e8f7127d169c5cd72c38f3ff71a26057";><code>fc97a55</code></a>
 update relese info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/b9aef0485e646958031335b230c39b71c890cdd0";><code>b9aef04</code></a>
 Unexport <code>X2jOptions</code> at declaration site (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/787";>#787</a>)</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c20fbd675dcb45a5e012115b1d5fedbb2eaf2577";><code>c20fbd6</code></a>
 remove unused code</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/ecb2ca118ad3d6c62f2cc90416b58da24db5d18b";><code>ecb2ca1</code></a>
 update release info</li>
   <li><a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77";><code>910dae5</code></a>
 fix entities performance &amp; security issues</li>
   <li>Additional commits viewable in <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.1...v5.3.8";>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=4.4.1&new-version=5.3.8)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-kie-tools/network/alerts).
   
   </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to