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

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.16 and updates 
ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). 
These dependencies need to be updated together.
   
   Updates `tar` from 7.4.3 to 7.5.16
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md";>tar's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h2>7.5</h2>
   <ul>
   <li>Added <code>zstd</code> compression support.</li>
   <li>Consistent TOCTOU behavior in sync t.list</li>
   <li>Only read from ustar block if not specified in Pax</li>
   <li>Fix sync tar.list when file size reduces while reading</li>
   <li>Sanitize absolute linkpaths properly</li>
   <li>Prevent writing hardlink entries to the archive ahead of their
   file target</li>
   </ul>
   <h2>7.4</h2>
   <ul>
   <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for 
clarity.</li>
   </ul>
   <h2>7.3</h2>
   <ul>
   <li>Add <code>onWriteEntry</code> option</li>
   </ul>
   <h2>7.2</h2>
   <ul>
   <li>DRY the command definitions into a single <code>makeCommand</code> 
method,
   and update the type signatures to more appropriately infer the
   return type from the options and arguments provided.</li>
   </ul>
   <h2>7.1</h2>
   <ul>
   <li>Update minipass to v7.1.0</li>
   <li>Update the type definitions of <code>write()</code> and 
<code>end()</code> methods on
   <code>Unpack</code> and <code>Parser</code> classes to be compatible with the
   NodeJS.WritableStream type in the latest versions of
   <code>@types/node</code>.</li>
   </ul>
   <h2>7.0</h2>
   <ul>
   <li>Drop support for node &lt;18</li>
   <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid
   interface</li>
   <li>Add tree-shake friendly exports, like <code>import('tar/create')</code>
   and <code>import('tar/read-entry')</code> to get individual functions or
   classes.</li>
   <li>Add <code>chmod</code> option that defaults to false, and deprecate
   <code>noChmod</code>. That is, reverse the default option regarding
   explicitly setting file system modes to match tar entry
   settings.</li>
   <li>Add <code>processUmask</code> option to avoid having to call
   <code>process.umask()</code> when <code>chmod: true</code> (or 
<code>noChmod: false</code>) is
   set.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/cf213384ac558b539c07c830ed7cca5ffc9e8550";><code>cf21338</code></a>
 7.5.16</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/21a822027658c8063542be330530bbecdf0dbbfe";><code>21a8220</code></a>
 do not apply PAX header fields to meta entries</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/52632cf38fdbdbbc7ab86184d68a85b11fdb0970";><code>52632cf</code></a>
 update project deps</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/302f51ff3f8eefeccc06be4caf7d0de9b7c321d7";><code>302f51f</code></a>
 fix inconsequential typo in PENDINGLINKS symbol name</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/55dbb99b27640bb12b2ac059b26883c23523b3e3";><code>55dbb99</code></a>
 remove some uses of mutate-fs</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/87cc309f13c21d598b0b833235d387a252455058";><code>87cc309</code></a>
 7.5.15</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/7aef486f0d21c10fd7790b16b1b28f04648cf334";><code>7aef486</code></a>
 fix: regression in pending links detection</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/6244eb33846bbd407443f5d0e339bd8c91663cd6";><code>6244eb3</code></a>
 7.5.14</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/9704d8c6f639573775133cbbd541aba83cb46c9c";><code>9704d8c</code></a>
 stricter protection against hardlinks preempting their targets</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/700734f9aeb113bcc5f1400d81b8be7d499e54a2";><code>700734f</code></a>
 update workflows and deps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.16";>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/~isaacs";>isaacs</a>, a new releaser for tar since 
your current version.</p>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version adds <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `@angular/cli` from 20.1.3 to 20.3.28
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular-cli/releases";>@​angular/cli's 
releases</a>.</em></p>
   <blockquote>
   <h2>20.3.28</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/e3d5646679215d9b73a72e04d87aa7848f2c01d2";><img
 src="https://img.shields.io/badge/e3d564667-fix-green"; alt="fix - e3d564667" 
/></a></td>
   <td>fallback to deprecated versions when resolving ranges if no 
non-deprecated version is found</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/f12e17025a262f9432afd58971c47aec7dbfab25";><img
 src="https://img.shields.io/badge/f12e17025-fix-green"; alt="fix - f12e17025" 
/></a></td>
   <td>remove forceAuth and unscoped credential parsing</td>
   </tr>
   </tbody>
   </table>
   <h2>20.3.27</h2>
   <h3><code>@​angular/ssr</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/07c6c96baf2901f44322beb70b77c32dc0824e45";><img
 src="https://img.shields.io/badge/07c6c96ba-fix-green"; alt="fix - 07c6c96ba" 
/></a></td>
   <td>add support for configuring trusted proxy headers via environment 
variable</td>
   </tr>
   </tbody>
   </table>
   <h2>20.3.26</h2>
   <h3><code>@​angular/ssr</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/7cc1871ee50d123853ddf6bd89857b354d647462";><img
 src="https://img.shields.io/badge/7cc1871ee-fix-green"; alt="fix - 7cc1871ee" 
/></a></td>
   <td>allow all hosts in common engine rendering options to prevent validation 
errors</td>
   </tr>
   </tbody>
   </table>
   <h2>20.3.25</h2>
   <h3><code>@​angular-devkit/build-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/5e01ef40eb87deda79d18654fc696b64d18bf889";><img
 src="https://img.shields.io/badge/5e01ef40e-fix-green"; alt="fix - 5e01ef40e" 
/></a></td>
   <td>upgrade postcss to 8.5.12</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/ssr</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/6686848d946ca157f9b92b84db377e912266395e";><img
 src="https://img.shields.io/badge/6686848d9-fix-green"; alt="fix - 6686848d9" 
/></a></td>
   <td>introduce trustProxyHeaders option to safely validate and sanitize proxy 
headers</td>
   </tr>
   </tbody>
   </table>
   <h2>20.3.24</h2>
   <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/10c09c77b75602293377b962b2a8397a2819036c";><img
 src="https://img.shields.io/badge/10c09c77b-fix-green"; alt="fix - 10c09c77b" 
/></a></td>
   <td>update esbuild to <code>0.28.0</code></td>
   </tr>
   </tbody>
   </table>
   <h2>20.3.23</h2>
   <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/ccab02ba0413f25464a6e4cb5871716b221013b7";><img
 src="https://img.shields.io/badge/ccab02ba0-fix-green"; alt="fix - ccab02ba0" 
/></a></td>
   <td>update vite to <code>7.3.2</code></td>
   </tr>
   </tbody>
   </table>
   <h2>20.3.22</h2>
   <h3><code>@​angular-devkit/build-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/5978eeeff63cd62f1515d949eaad0b5e6f7c44cd";><img
 src="https://img.shields.io/badge/5978eeeff-fix-green"; alt="fix - 5978eeeff" 
/></a></td>
   <td>update picomatch to 4.0.4</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/6e9b926129a9dd79f01d47b7446411b8963ffb62";><img
 src="https://img.shields.io/badge/6e9b92612-fix-green"; alt="fix - 6e9b92612" 
/></a></td>
   <td>update picomatch to 4.0.4</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/cli's
 changelog</a>.</em></p>
   <blockquote>
   <h1>20.3.28 (2026-06-11)</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/e3d5646679215d9b73a72e04d87aa7848f2c01d2";>e3d564667</a></td>
   <td>fix</td>
   <td>fallback to deprecated versions when resolving ranges if no 
non-deprecated version is found</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/f12e17025a262f9432afd58971c47aec7dbfab25";>f12e17025</a></td>
   <td>fix</td>
   <td>remove forceAuth and unscoped credential parsing</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>21.2.15 (2026-06-11)</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/42ac0ed0ff8b98862b9df1cef048f463ddc2cd85";>42ac0ed0f</a></td>
   <td>fix</td>
   <td>remove forceAuth and unscoped credential parsing</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/c7a7f1955619717ca775f730d67e3311047537f8";>c7a7f1955</a></td>
   <td>fix</td>
   <td>support registry metadata fetching under bun package manager</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>22.0.1 (2026-06-10)</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/b54e9a549d30871f6017b1db4cf7a4ab5f3e02db";>b54e9a549</a></td>
   <td>fix</td>
   <td>do not sort migrations of the same version alphabetically</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/d333116123c7d3d5e87713b7baac048b78f28517";>d33311612</a></td>
   <td>fix</td>
   <td>fallback to local package.json for schematic detection on first run</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/918102a9373085394c41f10d9f5df3e3c17b263f";>918102a93</a></td>
   <td>fix</td>
   <td>isolate temporary package installation from parent pnpm workspace</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/b048b5f4a83d7b20095d79654b849808e7d58fdb";>b048b5f4a</a></td>
   <td>fix</td>
   <td>remove forceAuth and unscoped credential parsing</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/277934035138c5af803e8daeebc2313f0a4cb5b3";>277934035</a></td>
   <td>fix</td>
   <td>validate registry option is a valid URL in ng add</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/4510dae021ab25bb852eeed6415dbd52cfabfce5";>4510dae02</a></td>
   <td>perf</td>
   <td>optimize update schematic registry query counts by fetching package 
metadata lazily</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​schematics/angular</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/c8001229453211b37cd7bb12ed26a2deb9257fd5";>c80012294</a></td>
   <td>fix</td>
   <td>fix browserMode option mapping in refactor-jasmine-vitest</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/a9b6bd9042d6b859c384a6fc782541fca30dfb68";>a9b6bd904</a></td>
   <td>fix</td>
   <td>safely comment out multiline statements in refactor-jasmine-vitest</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/12199df00f2e3e8436ada13e04799e5825eb3f7b";>12199df00</a></td>
   <td>fix</td>
   <td>use null objects and callbacks in karma-to-vitest migration</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular/build</code></h3>
   <p>| Commit                                                                  
                            | Type | Description                                
                   |</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular-cli/commit/9eba41c3289f715e2fc3a11660a4ef500d1257d8";><code>9eba41c</code></a>
 release: cut the v20.3.28 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/2fb9b3bd28ccbcc679802087d9bd3f518ae1ed54";><code>2fb9b3b</code></a>
 test(<code>@​angular/cli</code>): ignore engines in version-specifier E2E test 
when using yarn</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/f12e17025a262f9432afd58971c47aec7dbfab25";><code>f12e170</code></a>
 fix(<code>@​angular/cli</code>): remove forceAuth and unscoped credential 
parsing</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/241f9b94827a201a218909794806d744a3c252be";><code>241f9b9</code></a>
 test(<code>@​angular/cli</code>): remove unscoped authentication test cases 
from registry t...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/e3d5646679215d9b73a72e04d87aa7848f2c01d2";><code>e3d5646</code></a>
 fix(<code>@​angular/cli</code>): fallback to deprecated versions when 
resolving ranges if n...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/da23ee7aee19151a460a12fe98c7bcd1b5af02c8";><code>da23ee7</code></a>
 release: cut the v20.3.27 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/07c6c96baf2901f44322beb70b77c32dc0824e45";><code>07c6c96</code></a>
 fix(<code>@​angular/ssr</code>): add support for configuring trusted proxy 
headers via envi...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/cae9e7040c2c508c0c91c890934a60012541f36f";><code>cae9e70</code></a>
 release: cut the v20.3.26 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/7cc1871ee50d123853ddf6bd89857b354d647462";><code>7cc1871</code></a>
 fix(<code>@​angular/ssr</code>): allow all hosts in common engine rendering 
options to prev...</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/985e58075fb48c8cc1bc0d3075d2e1d41fe31433";><code>985e580</code></a>
 release: cut the v20.3.25 release</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular-cli/compare/20.1.3...v20.3.28";>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]

Reply via email to