dependabot[bot] opened a new pull request, #1144:
URL: https://github.com/apache/guacamole-client/pull/1144

   Bumps [qs](https://github.com/ljharb/qs) and 
[body-parser](https://github.com/expressjs/body-parser). These dependencies 
needed to be updated together.
   Updates `qs` from 6.11.0 to 6.14.1
   <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.14.1</strong></h2>
   <ul>
   <li>[Fix] ensure arrayLength 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>
   <li>[Tests] increase coverage</li>
   </ul>
   <h2><strong>6.13.1</strong></h2>
   <ul>
   <li>[Fix] <code>stringify</code>: avoid a crash when a <code>filter</code> 
key is <code>null</code></li>
   <li>[Fix] <code>utils.merge</code>: functions should not be stringified into 
keys</li>
   <li>[Fix] <code>parse</code>: avoid a crash with interpretNumericEntities: 
true, comma: true, and iso charset</li>
   <li>[Fix] <code>stringify</code>: ensure a non-string <code>filter</code> 
does not crash</li>
   <li>[Refactor] use <code>__proto__</code> syntax instead of 
<code>Object.create</code> for null objects</li>
   <li>[Refactor] misc cleanup</li>
   <li>[Tests] <code>utils.merge</code>: add some coverage</li>
   <li>[Tests] fix a test case</li>
   <li>[actions] split out node 10-20, and 20+</li>
   <li>[Dev Deps] update <code>es-value-fixtures</code>, 
<code>mock-property</code>, <code>object-inspect</code>, <code>tape</code></li>
   </ul>
   <h2><strong>6.13.0</strong></h2>
   <ul>
   <li>[New] <code>parse</code>: add <code>strictDepth</code> option (<a 
href="https://redirect.github.com/ljharb/qs/issues/511";>#511</a>)</li>
   <li>[Tests] use <code>npm audit</code> instead of <code>aud</code></li>
   </ul>
   <h2><strong>6.12.3</strong></h2>
   <ul>
   <li>[Fix] <code>parse</code>: properly account for 
<code>strictNullHandling</code> when <code>allowEmptyArrays</code></li>
   <li>[meta] fix changelog indentation</li>
   </ul>
   <h2><strong>6.12.2</strong></h2>
   <ul>
   <li>[Fix] <code>parse</code>: parse encoded square brackets (<a 
href="https://redirect.github.com/ljharb/qs/issues/506";>#506</a>)</li>
   <li>[readme] add CII best practices badge</li>
   </ul>
   <h2><strong>6.12.1</strong></h2>
   <ul>
   <li>[Fix] <code>parse</code>: Disable <code>decodeDotInKeys</code> by 
default to restore previous behavior (<a 
href="https://redirect.github.com/ljharb/qs/issues/501";>#501</a>)</li>
   <li>[Performance] <code>utils</code>: Optimize performance under large data 
volumes, reduce memory usage, and speed up processing (<a 
href="https://redirect.github.com/ljharb/qs/issues/502";>#502</a>)</li>
   <li>[Refactor] <code>utils</code>: use <code>+=</code></li>
   <li>[Tests] increase coverage</li>
   </ul>
   <h2><strong>6.12.0</strong></h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ljharb/qs/commit/3fa11a5f643c76896387bd2d86904a2d0141fdf7";><code>3fa11a5</code></a>
 v6.14.1</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/a62670423c1ccab0dd83c621bfb98c7c024e314d";><code>a626704</code></a>
 [Dev Deps] update <code>npmignore</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9";><code>3086902</code></a>
 [Fix] ensure arrayLength applies to <code>[]</code> notation as well</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/fc7930e86c2264c1568c9f5606830e19b0bc2af2";><code>fc7930e</code></a>
 [Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/0b06aac566abee45ef0327667a7cc89e7aed8b58";><code>0b06aac</code></a>
 [Dev Deps] update <code>@ljharb/eslint-config</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/64951f6200a1fb72cc003c6e8226dde3d2ef591f";><code>64951f6</code></a>
 [Refactor] <code>parse</code>: extract key segment splitting helper</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/e1bd2599cdff4c936ea52fb1f16f921cbe7aa88c";><code>e1bd259</code></a>
 [Dev Deps] update <code>@ljharb/eslint-config</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/f4b3d39709fef6ddbd85128d1ba4c6b566c4902e";><code>f4b3d39</code></a>
 [eslint] add eslint 9 optional peer dep</li>
   <li><a 
href="https://github.com/ljharb/qs/commit/6e94d9596ca50dffafcef40a5f64eca89962cf34";><code>6e94d95</code></a>
 [Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, 
<code>npmignore</code></li>
   <li><a 
href="https://github.com/ljharb/qs/commit/973dc3c51c86da9f4e30edeb4b1725158d439102";><code>973dc3c</code></a>
 [actions] add workflow permissions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ljharb/qs/compare/v6.11.0...v6.14.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `body-parser` from 1.20.2 to 1.20.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/body-parser/releases";>body-parser's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.20.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Remove redundant depth check by <a 
href="https://github.com/blakeembrey";><code>@​blakeembrey</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/538";>expressjs/body-parser#538</a></li>
   <li>ci: add support for Node.js v23 by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/553";>expressjs/body-parser#553</a></li>
   <li>ci: restore CI for 1.x branch by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/665";>expressjs/body-parser#665</a></li>
   <li>deps: qs@^6.14.0 by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/664";>expressjs/body-parser#664</a></li>
   <li>deps: use tilde notation and update certain dependencies by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/668";>expressjs/body-parser#668</a></li>
   <li>chore: remove SECURITY.md by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/669";>expressjs/body-parser#669</a></li>
   <li>ci: add CodeQL (SAST) by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/670";>expressjs/body-parser#670</a></li>
   <li>Release: 1.20.4 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/672";>expressjs/body-parser#672</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/body-parser/compare/1.20.3...1.20.4";>https://github.com/expressjs/body-parser/compare/1.20.3...1.20.4</a></p>
   <h2>1.20.3</h2>
   <h2>What's Changed</h2>
   <h3>Important</h3>
   <ul>
   <li>deps: [email protected]</li>
   <li>add <code>depth</code> option to customize the depth level in the 
parser</li>
   <li><strong>IMPORTANT:</strong> The default <code>depth</code> level for 
parsing URL-encoded data is now <code>32</code> (previously was 
<code>Infinity</code>). <a 
href="https://github.com/expressjs/body-parser/blob/17529513673e39ba79886a7ce3363320cf1c0c50/README.md#depth";>Documentation</a></li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>chore: add support for OSSF scorecard reporting by <a 
href="https://github.com/inigomarquinez";><code>@​inigomarquinez</code></a> in 
<a 
href="https://redirect.github.com/expressjs/body-parser/pull/522";>expressjs/body-parser#522</a></li>
   <li>ci: fix errors in ci github action for node 8 and 9 by <a 
href="https://github.com/inigomarquinez";><code>@​inigomarquinez</code></a> in 
<a 
href="https://redirect.github.com/expressjs/body-parser/pull/523";>expressjs/body-parser#523</a></li>
   <li>fix: pin to [email protected] by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/527";>expressjs/body-parser#527</a></li>
   <li>deps: [email protected] by <a 
href="https://github.com/melikhov-dev";><code>@​melikhov-dev</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/521";>expressjs/body-parser#521</a></li>
   <li>Add OSSF Scorecard badge by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/531";>expressjs/body-parser#531</a></li>
   <li>Linter by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/534";>expressjs/body-parser#534</a></li>
   <li>Release: 1.20.3 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/535";>expressjs/body-parser#535</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/inigomarquinez";><code>@​inigomarquinez</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/522";>expressjs/body-parser#522</a></li>
   <li><a 
href="https://github.com/melikhov-dev";><code>@​melikhov-dev</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/521";>expressjs/body-parser#521</a></li>
   <li><a href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/531";>expressjs/body-parser#531</a></li>
   <li><a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/expressjs/body-parser/pull/534";>expressjs/body-parser#534</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3";>https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/body-parser/blob/master/HISTORY.md";>body-parser's
 changelog</a>.</em></p>
   <blockquote>
   <h1>1.20.4 / 2025-12-01</h1>
   <ul>
   <li>deps: qs@~6.14.0</li>
   <li>deps: use tilde notation for dependencies</li>
   <li>deps: http-errors@~2.0.1</li>
   <li>deps: raw-body@~2.5.3</li>
   </ul>
   <h1>1.20.3 / 2024-09-10</h1>
   <ul>
   <li>deps: [email protected]</li>
   <li>add <code>depth</code> option to customize the depth level in the 
parser</li>
   <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded 
data is now <code>32</code> (previously was <code>Infinity</code>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/7db202cac84a001e6566c2dc6516b44db98beff3";><code>7db202c</code></a>
 1.20.4 (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/672";>#672</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/d8f8adb898676dfdf997b4455e5f9b689b53e989";><code>d8f8adb</code></a>
 ci: add CodeQL (SAST) (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/670";>#670</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/6d133c19b3e7c0bb8301959ca1dba283d23d23c3";><code>6d133c1</code></a>
 chore: remove SECURITY.md (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/669";>#669</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/fcd15355041ada6f37288dd13858d50429016b66";><code>fcd1535</code></a>
 deps: use tilde notation and update certain dependencies (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/668";>#668</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/ec5fa290d25d85e0049757e240249072331eaee6";><code>ec5fa29</code></a>
 deps: qs@~6.14.0 (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/664";>#664</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/ffb95c12c7785ec6d3852ce46b8711ac74009252";><code>ffb95c1</code></a>
 ci: restore CI for 1.x branch (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/665";>#665</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/48a5f074a4db07066087ed8b6ff641825c9c03cf";><code>48a5f07</code></a>
 ci: add support for Node.js v23 (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/553";>#553</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/f20f6adc7118cbf973e927d34bc0bbf2ff177459";><code>f20f6ad</code></a>
 Remove redundant depth check (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/538";>#538</a>)</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/17529513673e39ba79886a7ce3363320cf1c0c50";><code>1752951</code></a>
 1.20.3</li>
   <li><a 
href="https://github.com/expressjs/body-parser/commit/39744cfe2ac4fb37a19ed7c43e3a74332f428e17";><code>39744cf</code></a>
 chore: linter (<a 
href="https://redirect.github.com/expressjs/body-parser/issues/534";>#534</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/expressjs/body-parser/compare/1.20.2...1.20.4";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~ulisesgascon";>ulisesgascon</a>, a new releaser for 
body-parser since your current version.</p>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | body-parser | [> 1.20.2] |
   </details>
   
   
   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 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/guacamole-client/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]

Reply via email to