dependabot[bot] opened a new pull request, #12719: URL: https://github.com/apache/cloudstack/pull/12719
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.4.1 and updates ancestor dependency [minio](https://github.com/minio/minio-js). These dependencies need to be updated together. Updates `fast-xml-parser` from 4.3.0 to 5.4.1 <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>Separate Builder</h2> <p>XML Builder was the part of <a href="https://github.com/NaturalIntelligence/fast-xml-builder">fast-xml-parser</a> for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.</p> <h2>Migration</h2> <p>To migrate to fast-xml-builder;</p> <p>From</p> <pre lang="js"><code>import { XMLBuilder } from "fast-xml-parser"; </code></pre> <p>To</p> <pre lang="js"><code>import XMLBuilder from "fast-xml-builder"; </code></pre> <p>XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.</p> <h2>support strictReservedNames</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.9...v5.3.9">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.9...v5.3.9</a></p> <h2>handle non-array input for XML builder && 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> </ul> <!-- 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 & 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/4e7ca80e788a23b07531ac2ff8906e5e9f4bf892"><code>4e7ca80</code></a> update release info</li> <li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/36023b496382717c82bd68863b3f95629d0c9311"><code>36023b4</code></a> fix (<a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/785">#785</a>) unpairedTag node should not have tag content</li> <li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/b3660266f53e383193ae152cde878d9b2db7240f"><code>b366026</code></a> separate builder</li> <li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/6f333a85693e20713fea2d733795fef7e11ac51c"><code>6f333a8</code></a> update release info</li> <li><a href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/c3ffbab9e5a2bab9db65803933d0af656076fc33"><code>c3ffbab</code></a> support strictReservedNames</li> <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>Additional commits viewable in <a href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.0...v5.4.1">compare view</a></li> </ul> </details> <br /> Updates `minio` from 7.0.33 to 8.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/minio/minio-js/releases">minio's releases</a>.</em></p> <blockquote> <h2>Bug fix release 8.0.7</h2> <h2>What's Changed</h2> <ul> <li>feat: export IamAwsProvider from main minio module by <a href="https://github.com/Anany-k"><code>@Anany-k</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1422">minio/minio-js#1422</a></li> <li>fix: unwanted long retry due to very long default config by <a href="https://github.com/aldy505"><code>@aldy505</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1426">minio/minio-js#1426</a></li> <li>fix part etag parsing to parse from headers or body by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1429">minio/minio-js#1429</a></li> <li>build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1438">minio/minio-js#1438</a></li> <li>build(deps-dev): bump qs from 6.11.1 to 6.14.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1440">minio/minio-js#1440</a></li> <li>build(deps): bump lodash from 4.17.21 to 4.17.23 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1444">minio/minio-js#1444</a></li> <li>refactor: change uploadAllParts to limited concurrency by <a href="https://github.com/SPodjasek"><code>@SPodjasek</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1442">minio/minio-js#1442</a></li> <li>fix(README.md): readme doc links by <a href="https://github.com/leanhvu21042001"><code>@leanhvu21042001</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1447">minio/minio-js#1447</a></li> <li>build(deps): bump fast-xml-parser from 4.4.1 to 5.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1449">minio/minio-js#1449</a></li> <li>README: fix docs API link by <a href="https://github.com/alxndrsn"><code>@alxndrsn</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1451">minio/minio-js#1451</a></li> <li>fix: remove unused dependency by <a href="https://github.com/ChALkeR"><code>@ChALkeR</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1454">minio/minio-js#1454</a></li> <li>build(deps-dev): bump qs from 6.14.1 to 6.14.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1455">minio/minio-js#1455</a></li> <li>ts migration of listobjects v2 and notiifications by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1453">minio/minio-js#1453</a></li> <li>build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1457">minio/minio-js#1457</a></li> <li>migration of few more files to ts by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1456">minio/minio-js#1456</a></li> <li>chore: update lockfile to resolve fast-xml-parser vulnerability by <a href="https://github.com/hugov"><code>@hugov</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1460">minio/minio-js#1460</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Anany-k"><code>@Anany-k</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1422">minio/minio-js#1422</a></li> <li><a href="https://github.com/SPodjasek"><code>@SPodjasek</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1442">minio/minio-js#1442</a></li> <li><a href="https://github.com/leanhvu21042001"><code>@leanhvu21042001</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1447">minio/minio-js#1447</a></li> <li><a href="https://github.com/ChALkeR"><code>@ChALkeR</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1454">minio/minio-js#1454</a></li> <li><a href="https://github.com/hugov"><code>@hugov</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1460">minio/minio-js#1460</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-js/compare/8.0.6...8.0.7">https://github.com/minio/minio-js/compare/8.0.6...8.0.7</a></p> <h2>Bug fix release 8.0.6</h2> <h2>What's Changed</h2> <ul> <li>fix large object upload and and update functional test for 0 byte file upload by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1396">minio/minio-js#1396</a></li> <li>fix tag parsing and type and update validation and tests by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1399">minio/minio-js#1399</a></li> <li>fix listing bug in v1 and add missing v1 version listing by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1405">minio/minio-js#1405</a></li> <li>fix: make <code>getBucketRegionAsync</code> public by <a href="https://github.com/lamualfa"><code>@lamualfa</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1413">minio/minio-js#1413</a></li> <li>Fix type definition entry point by <a href="https://github.com/heuuLZP"><code>@heuuLZP</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1315">minio/minio-js#1315</a></li> <li>build(deps-dev): bump form-data from 4.0.0 to 4.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/minio/minio-js/pull/1415">minio/minio-js#1415</a></li> <li>test with node v24 by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1420">minio/minio-js#1420</a></li> <li>fix documentation link url by <a href="https://github.com/prakashsvmx"><code>@prakashsvmx</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1419">minio/minio-js#1419</a></li> <li>Fix: redirect xml parser error to stream error, else error is uncatchable by <a href="https://github.com/dr-js"><code>@dr-js</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1416">minio/minio-js#1416</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lamualfa"><code>@lamualfa</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1413">minio/minio-js#1413</a></li> <li><a href="https://github.com/heuuLZP"><code>@heuuLZP</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1315">minio/minio-js#1315</a></li> <li><a href="https://github.com/dr-js"><code>@dr-js</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-js/pull/1416">minio/minio-js#1416</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-js/compare/8.0.5...8.0.6">https://github.com/minio/minio-js/compare/8.0.5...8.0.6</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>Fix metadata parsing for large numbers in XML responses by <a href="https://github.com/TzachiSh"><code>@TzachiSh</code></a> in <a href="https://redirect.github.com/minio/minio-js/pull/1381">minio/minio-js#1381</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-js/commit/8f31de366d6eb8e7ef6f49d486ec795d0afcf1b0"><code>8f31de3</code></a> chore: update lockfile to resolve fast-xml-parser vulnerability (<a href="https://redirect.github.com/minio/minio-js/issues/1460">#1460</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/77f0252fb928c2b23cf30fe56c39a8b8e5cd7a1e"><code>77f0252</code></a> migration of few more files to ts (<a href="https://redirect.github.com/minio/minio-js/issues/1456">#1456</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/914b5a4c93bef2dd23906435b3c69aafff0c64f0"><code>914b5a4</code></a> build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 (<a href="https://redirect.github.com/minio/minio-js/issues/1457">#1457</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/01727100f8d0717490bfc0587a7636f629727c8b"><code>0172710</code></a> ts migration of listobjects v2 and notiifications (<a href="https://redirect.github.com/minio/minio-js/issues/1453">#1453</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/ac5f70172fb17c546b0330a4f05928f8856a042e"><code>ac5f701</code></a> build(deps-dev): bump qs from 6.14.1 to 6.14.2 (<a href="https://redirect.github.com/minio/minio-js/issues/1455">#1455</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/e9ab9294e6683115c0829bbd93a5b2d79e85b6da"><code>e9ab929</code></a> fix: remove unused dependency (<a href="https://redirect.github.com/minio/minio-js/issues/1454">#1454</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/309d9d022a28a366f1487473754b998b8113e3c3"><code>309d9d0</code></a> README: fix docs API link (<a href="https://redirect.github.com/minio/minio-js/issues/1451">#1451</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/330ca531fd448f56f15f521b2ead3b1b9ea982c7"><code>330ca53</code></a> build(deps): bump fast-xml-parser from 4.4.1 to 5.3.4 (<a href="https://redirect.github.com/minio/minio-js/issues/1449">#1449</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/2dd02d9f2c06492b7e62096a1a8bc466744d1d9f"><code>2dd02d9</code></a> fix(README.md): readme doc links (<a href="https://redirect.github.com/minio/minio-js/issues/1447">#1447</a>)</li> <li><a href="https://github.com/minio/minio-js/commit/ac1b5a9a0ecf8990f541a499affcd885d84fefbd"><code>ac1b5a9</code></a> refactor: change uploadAllParts to limited concurrency (<a href="https://redirect.github.com/minio/minio-js/issues/1442">#1442</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-js/compare/7.0.33...8.0.7">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> 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/cloudstack/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]
