dependabot[bot] opened a new pull request, #28906: URL: https://github.com/apache/flink/pull/28906
Bumps [undici](https://github.com/nodejs/undici) to 6.28.0 and updates ancestor dependencies [undici](https://github.com/nodejs/undici) and [@angular/build](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `undici` from 6.27.0 to 6.28.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v6.28.0</h2> <h2>⚠️ Security fixes</h2> <ul> <li><a href="https://github.com/nodejs/undici/security/advisories/GHSA-m8rv-5g2x-5cg5">GHSA-m8rv-5g2x-5cg5</a>: a malicious <code>type</code> property on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generated <code>content-type</code> header. Undici now coerces and validates the value before adding it to the request. Fixed by <a href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400">740a0b7c</a>.</li> <li><a href="https://github.com/nodejs/undici/security/advisories/GHSA-8xcm-r25x-g524">GHSA-8xcm-r25x-g524</a>: the retry interceptor could expose a stale <code>Content-Length</code> after resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whose <code>Content-Length</code> is inconsistent with <code>Content-Range</code>. Fixed by <a href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e">cba3a52a</a>, with corrected fixtures in <a href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420">4fd5a0c6</a>.</li> <li><a href="https://github.com/nodejs/undici/security/advisories/GHSA-v3r7-h72x-cjcm">GHSA-v3r7-h72x-cjcm</a>: unsanitized <code>domain</code> and <code>unparsed</code> values passed to <code>setCookie()</code> could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by <a href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235">af748404</a>.</li> </ul> <p><a href="https://github.com/nodejs/undici/security/advisories/GHSA-4cwx-7wf7-3272">GHSA-4cwx-7wf7-3272</a> and <a href="https://github.com/nodejs/undici/security/advisories/GHSA-jr45-8vmc-qm54">GHSA-jr45-8vmc-qm54</a> affect the cache interceptor in Undici v7 and v8; Undici v6 is not in their affected version ranges.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0">https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/01a912e49a50c48009ed2639d2a457a6ec26752a"><code>01a912e</code></a> Bumped v6.28.0 (<a href="https://redirect.github.com/nodejs/undici/issues/5591">#5591</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/481ecfc3280292ab7eb0abbc4d0139219126f15e"><code>481ecfc</code></a> Use Node 22 and npm 11 to release</li> <li><a href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400"><code>740a0b7</code></a> fix: validate blob body content type</li> <li><a href="https://github.com/nodejs/undici/commit/2698e492ed22c9ec704b5df573d612bdd03f6ca0"><code>2698e49</code></a> fix: validate coerced header values for CRLF (<a href="https://redirect.github.com/nodejs/undici/issues/5579">#5579</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420"><code>4fd5a0c</code></a> test(retry): correct broken content-range fixtures in retry-handler.js</li> <li><a href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e"><code>cba3a52</code></a> fix(retry): reject partial content length mismatch</li> <li><a href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235"><code>af74840</code></a> fix: harden cookie domain, path, and unparsed attribute validation</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0">compare view</a></li> </ul> </details> <br /> Updates `undici` from 7.28.0 to 7.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p> <blockquote> <h2>v6.28.0</h2> <h2>⚠️ Security fixes</h2> <ul> <li><a href="https://github.com/nodejs/undici/security/advisories/GHSA-m8rv-5g2x-5cg5">GHSA-m8rv-5g2x-5cg5</a>: a malicious <code>type</code> property on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generated <code>content-type</code> header. Undici now coerces and validates the value before adding it to the request. Fixed by <a href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400">740a0b7c</a>.</li> <li><a href="https://github.com/nodejs/undici/security/advisories/GHSA-8xcm-r25x-g524">GHSA-8xcm-r25x-g524</a>: the retry interceptor could expose a stale <code>Content-Length</code> after resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whose <code>Content-Length</code> is inconsistent with <code>Content-Range</code>. Fixed by <a href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e">cba3a52a</a>, with corrected fixtures in <a href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420">4fd5a0c6</a>.</li> <li><a href="https://github.com/nodejs/undici/security/advisories/GHSA-v3r7-h72x-cjcm">GHSA-v3r7-h72x-cjcm</a>: unsanitized <code>domain</code> and <code>unparsed</code> values passed to <code>setCookie()</code> could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by <a href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235">af748404</a>.</li> </ul> <p><a href="https://github.com/nodejs/undici/security/advisories/GHSA-4cwx-7wf7-3272">GHSA-4cwx-7wf7-3272</a> and <a href="https://github.com/nodejs/undici/security/advisories/GHSA-jr45-8vmc-qm54">GHSA-jr45-8vmc-qm54</a> affect the cache interceptor in Undici v7 and v8; Undici v6 is not in their affected version ranges.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0">https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodejs/undici/commit/01a912e49a50c48009ed2639d2a457a6ec26752a"><code>01a912e</code></a> Bumped v6.28.0 (<a href="https://redirect.github.com/nodejs/undici/issues/5591">#5591</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/481ecfc3280292ab7eb0abbc4d0139219126f15e"><code>481ecfc</code></a> Use Node 22 and npm 11 to release</li> <li><a href="https://github.com/nodejs/undici/commit/740a0b7c173cb4a83a5b693e96e8f3a116cfc400"><code>740a0b7</code></a> fix: validate blob body content type</li> <li><a href="https://github.com/nodejs/undici/commit/2698e492ed22c9ec704b5df573d612bdd03f6ca0"><code>2698e49</code></a> fix: validate coerced header values for CRLF (<a href="https://redirect.github.com/nodejs/undici/issues/5579">#5579</a>)</li> <li><a href="https://github.com/nodejs/undici/commit/4fd5a0c61e627f928b7003adc4ffe1e55ec63420"><code>4fd5a0c</code></a> test(retry): correct broken content-range fixtures in retry-handler.js</li> <li><a href="https://github.com/nodejs/undici/commit/cba3a52ac2e7abcc4e656d82af8579ea82c2bb9e"><code>cba3a52</code></a> fix(retry): reject partial content length mismatch</li> <li><a href="https://github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235"><code>af74840</code></a> fix: harden cookie domain, path, and unparsed attribute validation</li> <li>See full diff in <a href="https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0">compare view</a></li> </ul> </details> <br /> Updates `@angular/build` from 21.2.18 to 22.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases">@angular/build's releases</a>.</em></p> <blockquote> <h2>22.1.2</h2> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/57db27ea910b102854267dfcd77e8fe60f23993c"><img src="https://img.shields.io/badge/57db27ea91-fix-green" alt="fix - 57db27ea91" /></a></td> <td>add packages with built-in schematics to devDependencies only</td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/baed978885585fceadc64f0151d7474054d57d6a"><img src="https://img.shields.io/badge/baed978885-fix-green" alt="fix - baed978885" /></a></td> <td>prevent IIFE wrapper interleaving for adjacent classes in minified files</td> </tr> </tbody> </table> <h2>22.1.1</h2> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ab971a8543d80dfc93fdddf49598564f25196160"><img src="https://img.shields.io/badge/ab971a8543-fix-green" alt="fix - ab971a8543" /></a></td> <td>support npm 12 metadata array and error formats</td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/db24220fb8efb5c9416e375a468672ff69d0659d"><img src="https://img.shields.io/badge/db24220fb8-fix-green" alt="fix - db24220fb8" /></a></td> <td>rewrite paths from sandboxed execroots when running under Bazel</td> </tr> </tbody> </table> <h2>22.1.0</h2> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f59bcf52917bc5e25b97c863f96127ec8d0f12f5"><img src="https://img.shields.io/badge/f59bcf529-fix-green" alt="fix - f59bcf529" /></a></td> <td>abort and guide manual mitigation when updating catalog packages</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/48f90f5d5e5dd6369b2ccf044a722271c82dffd6"><img src="https://img.shields.io/badge/48f90f5d5-fix-green" alt="fix - 48f90f5d5" /></a></td> <td>prevent Yarn registry environment variable override</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c963ecbec241d42dfb419ae081ba22429e37f09e"><img src="https://img.shields.io/badge/c963ecbec-fix-green" alt="fix - c963ecbec" /></a></td> <td>remove algoliasearch dependency and support latest docs versions</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6859d25c32b6c93cbbf2d4ad4143aa10b52b7588"><img src="https://img.shields.io/badge/6859d25c3-fix-green" alt="fix - 6859d25c3" /></a></td> <td>resolve correct registry name when using npm alias syntax during update</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3a2589dac684dfe26b2151b940bd40280d7c5d8e"><img src="https://img.shields.io/badge/3a2589dac-fix-green" alt="fix - 3a2589dac" /></a></td> <td>respect client-side release age settings during update resolution</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5c3101bff2e1b9d0b0e4668a183e8bcab8a1540e"><img src="https://img.shields.io/badge/5c3101bff-fix-green" alt="fix - 5c3101bff" /></a></td> <td>revert package.json changes if installation tasks fail during update</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7932caaf987c5692d6624f6af23e65ce3f6d27fd"><img src="https://img.shields.io/badge/7932caaf9-fix-green" alt="fix - 7932caaf9" /></a></td> <td>robustly parse npm manifest from array</td> </tr> </tbody> </table> <h3><code>@schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/89d7f59cd7cc5d821ac0e81b1fee50e27877c976"><img src="https://img.shields.io/badge/89d7f59cd-feat-blue" alt="feat - 89d7f59cd" /></a></td> <td>update ai-config to include Angular MCP server config</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b345bb54d3ec7c73f9db70400f823d90aeab8fa8"><img src="https://img.shields.io/badge/b345bb54d-fix-green" alt="fix - b345bb54d" /></a></td> <td>remove unused spec tsconfig outDir</td> </tr> </tbody> </table> <h3><code>@angular-devkit/core</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/fd336d365dbfe8f558db177a8da24790914a541b"><img src="https://img.shields.io/badge/fd336d365-refactor-yellow" alt="refactor - fd336d365" /></a></td> <td>deprecate stringToFileBuffer and fileBufferToString</td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/34d558c3c98e1b59a2c2808fc04bfbb63dfe8acf"><img src="https://img.shields.io/badge/34d558c3c-feat-blue" alt="feat - 34d558c3c" /></a></td> <td>add built-in SQLite cache store fallback</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0c18dc0f6d4f36d7bbb6f35b37bfa688e8fcf7d2"><img src="https://img.shields.io/badge/0c18dc0f6-feat-blue" alt="feat - 0c18dc0f6" /></a></td> <td>emit debug ids for stable subresource integrity hashes</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/51f69276fd2b2aab0e94901e79a51f6860ef8690"><img src="https://img.shields.io/badge/51f69276f-feat-blue" alt="feat - 51f69276f" /></a></td> <td>enable chunk optimization for server builds</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/10dc30f9c680f46f65b5beb030f2a75c422a3e71"><img src="https://img.shields.io/badge/10dc30f9c-feat-blue" alt="feat - 10dc30f9c" /></a></td> <td>migrate advanced optimization Babel plugins to oxc-parser + magic-string</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/917393a4cd85172574b155f727da5c1eae196fb1"><img src="https://img.shields.io/badge/917393a4c-feat-blue" alt="feat - 917393a4c" /></a></td> <td>migrate i18n inliner to oxc-parser + magic-string</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/52ae7f862a581cac97d5a9b33c9b71b830d95b19"><img src="https://img.shields.io/badge/52ae7f862-feat-blue" alt="feat - 52ae7f862" /></a></td> <td>share persistent build cache across git worktrees</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/95510511d963384c5a03298300246aa34a62328a"><img src="https://img.shields.io/badge/95510511d-fix-green" alt="fix - 95510511d" /></a></td> <td>add bounded timeout to vitest executor disposal</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md">@angular/build's changelog</a>.</em></p> <blockquote> <h1>22.1.2 (2026-07-30)</h1> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/57db27ea910b102854267dfcd77e8fe60f23993c">57db27ea91</a></td> <td>fix</td> <td>add packages with built-in schematics to devDependencies only</td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/baed978885585fceadc64f0151d7474054d57d6a">baed978885</a></td> <td>fix</td> <td>prevent IIFE wrapper interleaving for adjacent classes in minified files</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>22.1.1 (2026-07-30)</h1> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ab971a8543d80dfc93fdddf49598564f25196160">ab971a8543</a></td> <td>fix</td> <td>support npm 12 metadata array and error formats</td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/db24220fb8efb5c9416e375a468672ff69d0659d">db24220fb8</a></td> <td>fix</td> <td>rewrite paths from sandboxed execroots when running under Bazel</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>22.2.0-next.0 (2026-07-30)</h1> <h3><code>@angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e148a8df93b309dcd51698b4ce4f9343560edd8e">e148a8df93</a></td> <td>fix</td> <td>support npm 12 metadata array and error formats</td> </tr> </tbody> </table> <h3><code>@angular/build</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6469b5f1f5946415f49000f26bddd88b5647ac3d">6469b5f1f5</a></td> <td>fix</td> <td>rewrite paths from sandboxed execroots when running under Bazel</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/bccc7494aff7c7542374b94da1a5e8a0e38a2564"><code>bccc749</code></a> release: cut the v22.1.2 release</li> <li><a href="https://github.com/angular/angular-cli/commit/57db27ea910b102854267dfcd77e8fe60f23993c"><code>57db27e</code></a> fix(<code>@angular/cli</code>): add packages with built-in schematics to devDependencies only</li> <li><a href="https://github.com/angular/angular-cli/commit/baed978885585fceadc64f0151d7474054d57d6a"><code>baed978</code></a> fix(<code>@angular/build</code>): prevent IIFE wrapper interleaving for adjacent classes i...</li> <li><a href="https://github.com/angular/angular-cli/commit/dde9aedcfd9d89fff842b571a30a3d8ccd2cf094"><code>dde9aed</code></a> build: update cross-repo angular dependencies</li> <li><a href="https://github.com/angular/angular-cli/commit/51efbd80a362428d627dcc192b663d1488387dc4"><code>51efbd8</code></a> build: update github/codeql-action action to v4.37.4</li> <li><a href="https://github.com/angular/angular-cli/commit/6c15ac8ffe795b1b584678599bb6580eadcc379e"><code>6c15ac8</code></a> ci: add branch tracking comments to dev-infra GitHub actions</li> <li><a href="https://github.com/angular/angular-cli/commit/5d92c65a53ef395aa95e742a8ec61a24da3470e6"><code>5d92c65</code></a> release: cut the v22.1.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/e30e18add4e2ff736eda41407674aa266e1b4cdc"><code>e30e18a</code></a> build: update dependency webpack to v5.109.2</li> <li><a href="https://github.com/angular/angular-cli/commit/46d42d8bfeb4bddc4c6aac7bf9dd62d1d4dccde1"><code>46d42d8</code></a> build: update dependency oxc-parser to v0.142.0</li> <li><a href="https://github.com/angular/angular-cli/commit/9ccb475c0b9e697c658d7e218428cebf2e53e4a9"><code>9ccb475</code></a> build: update bazel dependencies</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/v21.2.18...v22.1.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/flink/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]
