dependabot[bot] opened a new pull request, #14377:
URL: https://github.com/apache/druid/pull/14377

   Bumps 
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and 
[is-svg](https://github.com/sindresorhus/is-svg). These dependencies needed to 
be updated together.
   Updates `fast-xml-parser` from 3.21.1 to 4.2.4
   <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>v4</h2>
   <ul>
   <li>Generating different combined, parser only, builder only, validator only 
browser bundles</li>
   <li>Keeping cjs modules as they can be imported in cjs and esm modules both. 
Otherwise refer <code>esm</code> branch.</li>
   </ul>
   <p><strong>4.0.0-beta.8 / 2021-12-13</strong></p>
   <ul>
   <li>call tagValueProcessor for stop nodes</li>
   </ul>
   <p><strong>4.0.0-beta.7 / 2021-12-09</strong></p>
   <ul>
   <li>fix Validator bug when an attribute has no value but '=' only</li>
   <li>XML Builder should suppress unpaired tags by default.</li>
   <li>documents update for missing features</li>
   <li>refactoring to use Object.assign</li>
   <li>refactoring to remove repeated code</li>
   </ul>
   <p><strong>4.0.0-beta.6 / 2021-12-05</strong></p>
   <ul>
   <li>Support PI Tags processing</li>
   <li>Support <code>suppressBooleanAttributes</code> by XML Builder for 
attributes with value <code>true</code>.</li>
   </ul>
   <p><strong>4.0.0-beta.5 / 2021-12-04</strong></p>
   <ul>
   <li>fix: when a tag with name &quot;attributes&quot;</li>
   </ul>
   <p><strong>4.0.0-beta.4 / 2021-12-02</strong></p>
   <ul>
   <li>Support HTML document parsing</li>
   <li>skip stop nodes parsing when building the XML from JS object</li>
   <li>Support external entites without DOCTYPE</li>
   <li>update dev dependency: strnum v1.0.5 to fix long number issue</li>
   </ul>
   <p><strong>4.0.0-beta.3 / 2021-11-30</strong></p>
   <ul>
   <li>support global stopNodes expression like &quot;*.stop&quot;</li>
   <li>support self-closing and paired unpaired tags</li>
   <li>fix: CDATA should not be parsed.</li>
   <li>Fix typings for XMLBuilder (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/396";>#396</a>)(By
 <a href="https://github.com/andersem";>Anders Emil Salvesen</a>)</li>
   <li>supports XML entities, HTML entities, DOCTYPE entities</li>
   </ul>
   <p><strong>⚠️ 4.0.0-beta.2 / 2021-11-19</strong></p>
   <ul>
   <li>rename <code>attrMap</code> to <code>attibutes</code> in parser output 
when <code>preserveOrder:true</code></li>
   <li>supports unpairedTags</li>
   </ul>
   <p><strong>⚠️ 4.0.0-beta.1 / 2021-11-18</strong></p>
   <ul>
   <li>Parser returns an array now
   <ul>
   <li>to make the structure common</li>
   <li>and to return root level detail</li>
   </ul>
   </li>
   <li>renamed <code>cdataTagName</code> to <code>cdataPropName</code></li>
   <li>Added <code>commentPropName</code></li>
   <li>fix typings</li>
   </ul>
   <p><strong>⚠️ 4.0.0-beta.0 / 2021-11-16</strong></p>
   <ul>
   <li>Name change of many configuration properties.
   <ul>
   <li><code>attrNodeName</code> to <code>attributesGroupName</code></li>
   <li><code>attrValueProcessor</code> to 
<code>attributeValueProcessor</code></li>
   </ul>
   </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>Note: If you find missing information about particular minor version, 
that version must have been changed without any functional change in this 
library.</p>
   <p><strong>4.2.3 / 2023-06-05</strong></p>
   <ul>
   <li>fix security bug</li>
   </ul>
   <p><strong>4.2.2 / 2023-04-18</strong></p>
   <ul>
   <li>fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/562";>#562</a>:
 fix unpaired tag when it comes in last of a nested tag. Also throw error when 
unpaired tag is used as closing tag</li>
   </ul>
   <p><strong>4.2.1 / 2023-04-18</strong></p>
   <ul>
   <li>fix: jpath after unpaired tags</li>
   </ul>
   <p><strong>4.2.0 / 2023-04-09</strong></p>
   <ul>
   <li>support <code>updateTag</code> parser property</li>
   </ul>
   <p><strong>4.1.4 / 2023-04-08</strong></p>
   <ul>
   <li>update typings to let user create XMLBuilder instance without options 
(<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/556";>#556</a>)
 (By <a href="https://github.com/omggga";>Patrick</a>)</li>
   <li>fix: IsArray option isn't parsing tags with 0 as value correctly <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/490";>#490</a>
 (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/557";>#557</a>)
 (By <a href="https://github.com/p-kuen";>Aleksandr Murashkin</a>)</li>
   <li>feature: support <code>oneListGroup</code> to group repeated children 
tags udder single group</li>
   </ul>
   <p><strong>4.1.3 / 2023-02-26</strong></p>
   <ul>
   <li>fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/546";>#546</a>:
 Support complex entity value</li>
   </ul>
   <p><strong>4.1.2 / 2023-02-12</strong></p>
   <ul>
   <li>Security Fix</li>
   </ul>
   <p><strong>4.1.1 / 2023-02-03</strong></p>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/540";>#540</a>:
 ignoreAttributes breaks unpairedTags</li>
   <li>Refactor XML builder code</li>
   </ul>
   <p><strong>4.1.0 / 2023-02-02</strong></p>
   <ul>
   <li>Fix '<!-- raw HTML omitted -->' in DTD comment throwing an error. (<a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/533";>#533</a>)
 (By <a href="https://github.com/Cwazywierdo";>Adam Baker</a>)</li>
   <li>Set &quot;eNotation&quot; to 'true' as default</li>
   </ul>
   <p><strong>4.0.15 / 2023-01-25</strong></p>
   <ul>
   <li>make &quot;eNotation&quot; optional</li>
   </ul>
   <p><strong>4.0.14 / 2023-01-22</strong></p>
   <ul>
   <li>fixed: add missed typing &quot;eNotation&quot; to parse values</li>
   </ul>
   <p><strong>4.0.13 / 2023-01-07</strong></p>
   <ul>
   <li>preserveorder formatting (By <a 
href="https://github.com/mdeknowis";>mdeknowis</a>)</li>
   <li>support <code>transformAttributeName</code> (By <a 
href="https://github.com/erkie";>Erik Rothoff Andersson</a>)</li>
   </ul>
   <p><strong>4.0.12 / 2022-11-19</strong></p>
   <ul>
   <li>fix typescript</li>
   </ul>
   <p><strong>4.0.11 / 2022-10-05</strong></p>
   <ul>
   <li>fix <a 
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/501";>#501</a>:
 parse for entities only once</li>
   </ul>
   <p><strong>4.0.10 / 2022-09-14</strong></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/NaturalIntelligence/fast-xml-parser/commits";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `is-svg` from 4.3.2 to 4.4.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sindresorhus/is-svg/releases";>is-svg's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.4.0</h2>
   <ul>
   <li>Update <code>fast-xml-parser</code> dependency (<a 
href="https://redirect.github.com/sindresorhus/is-svg/issues/35";>#35</a>)  
98725ee</li>
   </ul>
   <p><a 
href="https://github.com/sindresorhus/is-svg/compare/v4.3.2...v4.4.0";>https://github.com/sindresorhus/is-svg/compare/v4.3.2...v4.4.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sindresorhus/is-svg/commit/35aeafd2b0c8f119a7b2130e6f67172baa1c2fa5";><code>35aeafd</code></a>
 4.4.0</li>
   <li><a 
href="https://github.com/sindresorhus/is-svg/commit/98725ee291ad8d2c2601a9e640e8bb39c9dc5ca2";><code>98725ee</code></a>
 Update <code>fast-xml-parser</code> dependency (<a 
href="https://redirect.github.com/sindresorhus/is-svg/issues/35";>#35</a>)</li>
   <li>See full diff in <a 
href="https://github.com/sindresorhus/is-svg/compare/v4.3.2...v4.4.0";>compare 
view</a></li>
   </ul>
   </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 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 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/druid/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