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

   Bumps [qs](https://github.com/ljharb/qs) and 
[express](https://github.com/expressjs/express). These dependencies needed to 
be updated together.
   Updates `qs` from 6.13.0 to 6.15.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md";>qs's 
changelog</a>.</em></p>
   <blockquote>
   <h2><strong>6.15.2</strong></h2>
   <ul>
   <li>[Fix] <code>stringify</code>: skip null/undefined entries in 
<code>arrayFormat: 'comma'</code> + <code>encodeValuesOnly</code> instead of 
crashing in <code>encoder</code></li>
   <li>[Fix] <code>stringify</code>: use configured <code>delimiter</code> 
after <code>charsetSentinel</code> (<a 
href="https://redirect.github.com/ljharb/qs/issues/555";>#555</a>)</li>
   <li>[Fix] <code>stringify</code>: apply <code>formatter</code> to encoded 
key under <code>strictNullHandling</code> (<a 
href="https://redirect.github.com/ljharb/qs/issues/554";>#554</a>)</li>
   <li>[Fix] <code>stringify</code>: skip null/undefined filter-array entries 
instead of crashing in <code>encoder</code> (<a 
href="https://redirect.github.com/ljharb/qs/issues/551";>#551</a>)</li>
   <li>[Fix] <code>parse</code>: handle nested bracket groups and add 
regression tests (<a 
href="https://redirect.github.com/ljharb/qs/issues/530";>#530</a>)</li>
   <li>[readme] fix grammar (<a 
href="https://redirect.github.com/ljharb/qs/issues/550";>#550</a>)</li>
   <li>[Dev Deps] update <code>@ljharb/eslint-config</code></li>
   <li>[Tests] add regression tests for keys containing percent-encoded bracket 
text</li>
   </ul>
   <h2><strong>6.15.1</strong></h2>
   <ul>
   <li>[Fix] <code>parse</code>: <code>parameterLimit: Infinity</code> with 
<code>throwOnLimitExceeded: true</code> silently drops all parameters</li>
   <li>[Deps] update <code>@ljharb/eslint-config</code></li>
   <li>[Dev Deps] update <code>@ljharb/eslint-config</code>, 
<code>iconv-lite</code></li>
   <li>[Tests] increase coverage</li>
   </ul>
   <h2><strong>6.15.0</strong></h2>
   <ul>
   <li>[New] <code>parse</code>: add <code>strictMerge</code> option to wrap 
object/primitive conflicts in an array (<a 
href="https://redirect.github.com/ljharb/qs/issues/425";>#425</a>, <a 
href="https://redirect.github.com/ljharb/qs/issues/122";>#122</a>)</li>
   <li>[Fix] <code>duplicates</code> option should not apply to bracket 
notation keys (<a 
href="https://redirect.github.com/ljharb/qs/issues/514";>#514</a>)</li>
   </ul>
   <h2><strong>6.14.2</strong></h2>
   <ul>
   <li>[Fix] <code>parse</code>: mark overflow objects for indexed notation 
exceeding <code>arrayLimit</code> (<a 
href="https://redirect.github.com/ljharb/qs/issues/546";>#546</a>)</li>
   <li>[Fix] <code>arrayLimit</code> means max count, not max index, in 
<code>combine</code>/<code>merge</code>/<code>parseArrayValue</code></li>
   <li>[Fix] <code>parse</code>: throw on <code>arrayLimit</code> exceeded with 
indexed notation when <code>throwOnLimitExceeded</code> is true (<a 
href="https://redirect.github.com/ljharb/qs/issues/529";>#529</a>)</li>
   <li>[Fix] <code>parse</code>: enforce <code>arrayLimit</code> on 
<code>comma</code>-parsed values</li>
   <li>[Fix] <code>parse</code>: fix error message to reflect arrayLimit as max 
index; remove extraneous comments (<a 
href="https://redirect.github.com/ljharb/qs/issues/545";>#545</a>)</li>
   <li>[Robustness] avoid <code>.push</code>, use <code>void</code></li>
   <li>[readme] document that <code>addQueryPrefix</code> does not add 
<code>?</code> to empty output (<a 
href="https://redirect.github.com/ljharb/qs/issues/418";>#418</a>)</li>
   <li>[readme] clarify <code>parseArrays</code> and <code>arrayLimit</code> 
documentation (<a 
href="https://redirect.github.com/ljharb/qs/issues/543";>#543</a>)</li>
   <li>[readme] replace runkit CI badge with shields.io check-runs badge</li>
   <li>[meta] fix changelog typo (<code>arrayLength</code> → 
<code>arrayLimit</code>)</li>
   <li>[actions] fix rebase workflow permissions</li>
   </ul>
   <h2><strong>6.14.1</strong></h2>
   <ul>
   <li>[Fix] ensure <code>arrayLimit</code> applies to <code>[]</code> notation 
as well</li>
   <li>[Fix] <code>parse</code>: when a custom decoder returns 
<code>null</code> for a key, ignore that key</li>
   <li>[Refactor] <code>parse</code>: extract key segment splitting helper</li>
   <li>[meta] add threat model</li>
   <li>[actions] add workflow permissions</li>
   <li>[Tests] <code>stringify</code>: increase coverage</li>
   <li>[Dev Deps] update <code>eslint</code>, 
<code>@ljharb/eslint-config</code>, <code>npmignore</code>, 
<code>es-value-fixtures</code>, <code>for-each</code>, 
<code>object-inspect</code></li>
   </ul>
   <h2><strong>6.14.0</strong></h2>
   <ul>
   <li>[New] <code>parse</code>: add <code>throwOnParameterLimitExceeded</code> 
option (<a 
href="https://redirect.github.com/ljharb/qs/issues/517";>#517</a>)</li>
   <li>[Refactor] <code>parse</code>: use <code>utils.combine</code> more</li>
   <li>[patch] <code>parse</code>: add explicit 
<code>throwOnLimitExceeded</code> default</li>
   <li>[actions] use shared action; re-add finishers</li>
   <li>[meta] Fix changelog formatting bug</li>
   <li>[Deps] update <code>side-channel</code></li>
   <li>[Dev Deps] update <code>es-value-fixtures</code>, 
<code>has-bigints</code>, <code>has-proto</code>, <code>has-symbols</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ljharb/qs/commit/9aca4076fe788338c67cf7e115f0be6bc58d85a8";><code>9aca407</code></a>
 v6.15.2</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/5e33d33447ed0bf1ddab9abc41d27dea4687d992";><code>5e33d33</code></a>
 [Dev Deps] update <code>@ljharb/eslint-config</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/21f80b33e5c8b3f7eba1034fff0da4a4a37a1d41";><code>21f80b3</code></a>
 [Fix] <code>stringify</code>: skip null/undefined entries in 
<code>arrayFormat: 'comma'</code> + `e...</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/a0a81ea2071acce3eff41a040f719ac8f5c4f64c";><code>a0a81ea</code></a>
 [Fix] <code>stringify</code>: use configured <code>delimiter</code> after 
<code>charsetSentinel</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/e3062f78f5233b338ceeb8e8dfa5a07dea4b32a8";><code>e3062f7</code></a>
 [Fix] <code>stringify</code>: apply <code>formatter</code> to encoded key 
under <code>strictNullHandling</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/0c180a40adb8c6703fffc85b2ff06ca209f5c1e0";><code>0c180a4</code></a>
 [Fix] <code>stringify</code>: skip null/undefined filter-array entries instead 
of crashi...</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/3a8b94aec19bd664720f6f6b1e66c4a0dfe4b656";><code>3a8b94a</code></a>
 [Tests] add regression tests for keys containing percent-encoded bracket 
text</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/96755abd357c0e534dd3442a84a04d08864bfe0d";><code>96755ab</code></a>
 [readme] fix grammar</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/a419ce5bbfcdb98a299f1a0bb47ea055baef20e6";><code>a419ce5</code></a>
 [Fix] <code>parse</code>: handle nested bracket groups and add regression 
tests</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/3f5e1c528c967d915096787efbffa73cf6044170";><code>3f5e1c5</code></a>
 v6.15.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ljharb/qs/compare/v6.13.0...v6.15.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `express` from 4.21.2 to 4.22.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/express/releases";>express's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.22.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: restore &gt;20 array parsing for <code>req.query</code> repeated 
keys (<a 
href="https://github.com/expressjs/express/commit/8d09bfe6d88983da5c3e12cfdd54782c4dc675db";><code>8d09bfe6</code></a>)
   <ul>
   <li>This also unifies array-cap behavior across notations. Indexed notation 
(<code>a[0]=...</code>) was historically capped at qs's default 
<code>arrayLimit</code> of 20 even in older qs versions; after this change it 
also allows up to 1000 items.</li>
   </ul>
   </li>
   <li>deps: qs@~6.15.1</li>
   <li>deps: body-parser@~1.20.5</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/suuuuuuminnnnnn";><code>@​suuuuuuminnnnnn</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/expressjs/express/pull/7021";>expressjs/express#7021</a></li>
   <li><a href="https://github.com/SAY-5";><code>@​SAY-5</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/expressjs/express/pull/7181";>expressjs/express#7181</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/v4.22.1...v4.22.2";>https://github.com/expressjs/express/compare/v4.22.1...v4.22.2</a></p>
   <h2>v4.22.1</h2>
   <h2>What's Changed</h2>
   <blockquote>
   <p>[!IMPORTANT]<br />
   The prior release (4.22.0) included an erroneous breaking change related to 
the extended query parser. There is no actual security vulnerability associated 
with this behavior (CVE-2024-51999 has been rejected). The change has been 
fully reverted in this release.</p>
   </blockquote>
   <ul>
   <li>Release: 4.22.1 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6934";>expressjs/express#6934</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/4.22.0...v4.22.1";>https://github.com/expressjs/express/compare/4.22.0...v4.22.1</a></p>
   <h2>4.22.0</h2>
   <h2>Important: Security</h2>
   <ul>
   <li>Security fix for <a 
href="https://www.cve.org/CVERecord?id=CVE-2024-51999";>CVE-2024-51999</a> (<a 
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6";>GHSA-pj86-cfqh-vqx6</a>)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Refactor: improve readability by <a 
href="https://github.com/sazk07";><code>@​sazk07</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6190";>expressjs/express#6190</a></li>
   <li>ci: add support for [email protected] by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6080";>expressjs/express#6080</a></li>
   <li>Method functions with no path should error by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5957";>expressjs/express#5957</a></li>
   <li>ci: updated github actions ci workflow by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6323";>expressjs/express#6323</a></li>
   <li>ci: reorder <code>npm i</code> steps to fix ci for older node versions 
by <a href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in 
<a 
href="https://redirect.github.com/expressjs/express/pull/6336";>expressjs/express#6336</a></li>
   <li>Backport: ci: add node.js 24 to test matrix by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6506";>expressjs/express#6506</a></li>
   <li>chore(4.x): wider range for query test skip by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6513";>expressjs/express#6513</a></li>
   <li>use tilde notation for certain dependencies by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6905";>expressjs/express#6905</a></li>
   <li>deps: [email protected] by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6909";>expressjs/express#6909</a></li>
   <li>deps: use tilde notation for <code>qs</code> by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6919";>expressjs/express#6919</a></li>
   <li>Release: 4.22.0 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6921";>expressjs/express#6921</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/4.21.2...4.22.0";>https://github.com/expressjs/express/compare/4.21.2...4.22.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/express/blob/v4.22.2/History.md";>express's 
changelog</a>.</em></p>
   <blockquote>
   <h1>4.22.2 / 2026-05-011</h1>
   <ul>
   <li>fix: restore &gt;20 array parsing for <code>req.query</code> repeated 
keys (<a 
href="https://github.com/expressjs/express/commit/8d09bfe6d88983da5c3e12cfdd54782c4dc675db";><code>8d09bfe6</code></a>)
   <ul>
   <li>This also unifies array-cap behavior across notations. Indexed notation 
(<code>a[0]=...</code>) was historically capped at qs's default 
<code>arrayLimit</code> of 20 even in older qs versions; after this change it 
also allows up to 1000 items.</li>
   </ul>
   </li>
   <li>deps: qs@~6.15.1</li>
   <li>deps: body-parser@~1.20.5</li>
   </ul>
   <h1>4.22.1 / 2025-12-01</h1>
   <ul>
   <li>Revert security fix for <a 
href="https://www.cve.org/CVERecord?id=CVE-2024-51999";>CVE-2024-51999</a> (<a 
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6";>GHSA-pj86-cfqh-vqx6</a>)
   <ul>
   <li>The prior release (4.22.0) included an erroneous breaking change related 
to the extended query parser. There is no actual security vulnerability 
associated with this behavior (CVE-2024-51999 has been rejected). The change 
has been fully reverted in this release.</li>
   </ul>
   </li>
   </ul>
   <h1>4.22.0 / 2025-12-01</h1>
   <ul>
   <li>Security fix for <a 
href="https://www.cve.org/CVERecord?id=CVE-2024-51999";>CVE-2024-51999</a> (<a 
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6";>GHSA-pj86-cfqh-vqx6</a>)</li>
   <li>deps: use tilde notation for dependencies</li>
   <li>deps: [email protected]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/expressjs/express/commit/df0abc9333a3398b97b71f6ea7cd77d5ea3e9f97";><code>df0abc9</code></a>
 4.22.2</li>
   <li><a 
href="https://github.com/expressjs/express/commit/836d36668ea750f78b4373b4de79bbd22634e6ec";><code>836d366</code></a>
 <code>4.x</code> update qs to 6.15.1, body-parser 1.20.5 (<a 
href="https://redirect.github.com/expressjs/express/issues/7224";>#7224</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/8d09bfe6d88983da5c3e12cfdd54782c4dc675db";><code>8d09bfe</code></a>
 fix: restore array parsing for req.query repeated keys (<a 
href="https://redirect.github.com/expressjs/express/issues/7181";>#7181</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/d39e8ad1778a0b8a606a5a7b17096d0cc5ec722d";><code>d39e8ad</code></a>
 deps: body-parser@~1.20.4 (<a 
href="https://redirect.github.com/expressjs/express/issues/7021";>#7021</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/efe85d9fdc9e3a62f7a1121b4f5f484862298b48";><code>efe85d9</code></a>
 deps: qs@^6.14.1 (<a 
href="https://redirect.github.com/expressjs/express/issues/6972";>#6972</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/f62378e1bc776259c0a471476c2dc043a02ac762";><code>f62378e</code></a>
 📝 add note to history</li>
   <li><a 
href="https://github.com/expressjs/express/commit/12fae14531a78f19a2caaa5d4f58d9b01eaf3194";><code>12fae14</code></a>
 4.22.1</li>
   <li><a 
href="https://github.com/expressjs/express/commit/5ddf311af32e772a77fd48b6266ce2f1ba330e1a";><code>5ddf311</code></a>
 Revert &quot;sec: security patch for CVE-2024-51999&quot;</li>
   <li><a 
href="https://github.com/expressjs/express/commit/49744abd1120484fe64d7bde1cd3197c32523b6e";><code>49744ab</code></a>
 4.22.0 (<a 
href="https://redirect.github.com/expressjs/express/issues/6921";>#6921</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/6e97452f600a3b01719fbc5517d833c7646b0bb7";><code>6e97452</code></a>
 sec: security patch for CVE-2024-51999</li>
   <li>Additional commits viewable in <a 
href="https://github.com/expressjs/express/compare/4.21.2...v4.22.2";>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 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/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