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

   Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.4 and updates ancestor 
dependencies [tmp](https://github.com/raszi/node-tmp), 
[@angular/cli](https://github.com/angular/angular-cli), 
[karma](https://github.com/karma-runner/karma) and 
[protractor](https://github.com/angular/protractor). These dependencies need to 
be updated together.
   
   Updates `tmp` from 0.0.30 to 0.2.4
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md";>tmp's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v0.2.2 (2024-02-28)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/278";>#278</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/268";>#268</a>: Revert 
&quot;fix <a 
href="https://redirect.github.com/raszi/node-tmp/issues/246";>#246</a>: remove 
any double quotes or single quotes… (<a 
href="https://github.com/mbargiel";><code>@​mbargiel</code></a>)</li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/279";>#279</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/266";>#266</a>: move 
paragraph on graceful cleanup to the head of the documentation (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h4>Committers: 5</h4>
   <ul>
   <li>Carsten Klein (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li>Dave Nicolson (<a 
href="https://github.com/dnicolson";><code>@​dnicolson</code></a>)</li>
   <li>KARASZI István (<a 
href="https://github.com/raszi";><code>@​raszi</code></a>)</li>
   <li>Maxime Bargiel (<a 
href="https://github.com/mbargiel";><code>@​mbargiel</code></a>)</li>
   <li><a 
href="https://github.com/robertoaceves";><code>@​robertoaceves</code></a></li>
   </ul>
   <h2>v0.2.1 (2020-04-28)</h2>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/252";>#252</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/250";>#250</a>: 
introduce tmpdir option for overriding the system tmp dir (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/253";>#253</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/191";>#191</a>: generate 
changelog from pull requests using lerna-changelog (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h4>Committers: 1</h4>
   <ul>
   <li>Carsten Klein (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h2>v0.2.0 (2020-04-25)</h2>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/234";>#234</a> 
feat: stabilize tmp for v0.2.0 release (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/231";>#231</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/230";>#230</a>: 
regression after fix for <a 
href="https://redirect.github.com/raszi/node-tmp/issues/197";>#197</a> (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/220";>#220</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/197";>#197</a>: return 
sync callback when using the sync interface, otherwise return the async 
callback (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/193";>#193</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/192";>#192</a>: tmp must 
not exit the process on its own (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/221";>#221</a> 
Gh 206 document name option (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/226";>#226</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/212";>#212</a>: enable 
direct name option test (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/225";>#225</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/211";>#211</a>: existing 
tests must clean up after themselves (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/224";>#224</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/217";>#217</a>: name 
tests must use tmpName (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/223";>#223</a> 
Closes <a 
href="https://redirect.github.com/raszi/node-tmp/issues/214";>#214</a>: refactor 
tests and lib (<a 
href="https://github.com/silkentrance";><code>@​silkentrance</code></a>)</li>
   <li><a href="https://redirect.github.com/raszi/node-tmp/pull/198";>#198</a> 
Update dependencies to latest versions (<a 
href="https://github.com/matsev";><code>@​matsev</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/08fa3abac32b621506512724b28b56b9c4a95846";><code>08fa3ab</code></a>
 Update version</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/1cf4ec54180a77a2a95dc1941efa1659774c8787";><code>1cf4ec5</code></a>
 Merge commit from fork</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/188b25e529496e37adaf1a1d9dccb40019a08b1b";><code>188b25e</code></a>
 Fix GHSA-52f5-9888-hmc6</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/73b9fe45bbb40157acdfab8126dd0911de91c8fa";><code>73b9fe4</code></a>
 Add test case for GHSA-52f5-9888-hmc6</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/b8e2f29a7575352e49e4882a836aab4bd2ec927f";><code>b8e2f29</code></a>
 Remove broken tests</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/2892a027b4d2d3a25d1d08a398bc108a0200857f";><code>2892a02</code></a>
 Remove outdated URL</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/f5923182461a89e9de5a7a09c75f410a76979ae7";><code>f592318</code></a>
 Reformat package.json</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/995ac8cc45867b44babdf232a1ab0a3bb1d25d95";><code>995ac8c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/raszi/node-tmp/issues/301";>#301</a> from 
raszi/dependabot/npm_and_yarn/braces-3.0.3</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/caa758d7b55783c1e9abcb34695fdb9a812c30b7";><code>caa758d</code></a>
 Bump braces from 3.0.2 to 3.0.3</li>
   <li><a 
href="https://github.com/raszi/node-tmp/commit/5f0b2525ed6f6a977ea0cc272d4903d9d2216059";><code>5f0b252</code></a>
 Merge pull request <a 
href="https://redirect.github.com/raszi/node-tmp/issues/297";>#297</a> from 
raszi/feat/release-v0.2.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raszi/node-tmp/compare/v0.0.30...v0.2.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@angular/cli` from 7.3.9 to 20.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular-cli/releases";><code>@​angular/cli</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>20.1.5</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/48ca044745f49bc7fc365a621827294f4cc82c50";><img
 src="https://img.shields.io/badge/48ca04474-fix-green"; alt="fix - 48ca04474" 
/></a></td>
   <td>cache MCP best practices content and add tool annotations</td>
   </tr>
   </tbody>
   </table>
   <h2>20.1.4</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/2d753cc62c9a801c40923a43e4af5f74b22700e0";><img
 src="https://img.shields.io/badge/2d753cc62-fix-green"; alt="fix - 2d753cc62" 
/></a></td>
   <td>skip workspace-specific tools when outside a workspace</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/42d72ef4d99380dbb1c0e03e3e3abfb2223fa539";><img
 src="https://img.shields.io/badge/42d72ef4d-fix-green"; alt="fix - 42d72ef4d" 
/></a></td>
   <td>skip vite transformation of CSS-like assets</td>
   </tr>
   </tbody>
   </table>
   <h2>20.1.3</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/ea5cd0e81196467ea66f50c106cffec1cd8a1a56";><img
 src="https://img.shields.io/badge/ea5cd0e81-fix-green"; alt="fix - ea5cd0e81" 
/></a></td>
   <td>update <code>vite</code> to <code>7.0.6</code></td>
   </tr>
   </tbody>
   </table>
   <h2>20.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/96785224f55291cd60553aead07ead10d9d2fbda";><img
 src="https://img.shields.io/badge/96785224f-fix-green"; alt="fix - 96785224f" 
/></a></td>
   <td><code>define</code> option is being included multiple times in the JSON 
help</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/0d0040bdf58a82e18f7669363b6f149313524bfc";><img
 src="https://img.shields.io/badge/0d0040bdf-fix-green"; alt="fix - 0d0040bdf" 
/></a></td>
   <td>use crypto.randomUUID instead of Date.now for unique string in tmp file 
names</td>
   </tr>
   </tbody>
   </table>
   <h2>20.1.1</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/541b33f8d977c1fe8f609099a8b8ed1c5f8e827e";><img
 src="https://img.shields.io/badge/541b33f8d-fix-green"; alt="fix - 541b33f8d" 
/></a></td>
   <td>emit a warning when <code>outputHashing</code> is set to 
<code>all</code> or <code>bundles</code> when HMR is enabled</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular-cli/commit/558a0fe9275e68e0b768de3ee2e5bee0d6d84a6e";><img
 src="https://img.shields.io/badge/558a0fe92-fix-green"; alt="fix - 558a0fe92" 
/></a></td>
   <td>normalize code coverage include paths to POSIX</td>
   </tr>
   </tbody>
   </table>
   <h2>20.1.0</h2>
   <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/1c19e0dcd4a87fbf542201e09a402a8fccdfcd88";><img
 src="https://img.shields.io/badge/1c19e0dcd-feat-blue"; alt="feat - 1c19e0dcd" 
/></a></td>
   <td>use signal in app component</td>
   </tr>
   </tbody>
   </table>
   <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/dc45c186ec16e345b75ffcd57961a8e0cfd4b649";><img
 src="https://img.shields.io/badge/dc45c186e-feat-blue"; alt="feat - dc45c186e" 
/></a></td>
   <td>add initial MCP server implementation</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <p>| Commit | Description |</p>
   <!-- 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";><code>@​angular/cli</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h1>20.1.5 (2025-08-06)</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/48ca044745f49bc7fc365a621827294f4cc82c50";>48ca04474</a></td>
   <td>fix</td>
   <td>cache MCP best practices content and add tool annotations</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>20.2.0-next.2 (2025-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/193b39416731fa439fea7da8c06d5d287df99bc1";>193b39416</a></td>
   <td>fix</td>
   <td>skip workspace-specific tools when outside a workspace</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/7a183730c77689fb9e63625f5ef20aef1cefb88b";>7a183730c</a></td>
   <td>fix</td>
   <td>skip vite transformation of CSS-like assets</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>20.1.4 (2025-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/2d753cc62c9a801c40923a43e4af5f74b22700e0";>2d753cc62</a></td>
   <td>fix</td>
   <td>skip workspace-specific tools when outside a workspace</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/42d72ef4d99380dbb1c0e03e3e3abfb2223fa539";>42d72ef4d</a></td>
   <td>fix</td>
   <td>skip vite transformation of CSS-like assets</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>20.1.3 (2025-07-24)</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular-cli/commit/2c0e973c6f01214b83391ffc13659744d4c9651f";><code>2c0e973</code></a>
 release: cut the v20.1.5 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/761bc780829c0f5b6a79bac42fce5e964a2c5f55";><code>761bc78</code></a>
 build: update to latest dev-infra in the workspace</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/48ca044745f49bc7fc365a621827294f4cc82c50";><code>48ca044</code></a>
 fix(<code>@​angular/cli</code>): cache MCP best practices content and add tool 
annotations</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/8601f0648ae1469b791d6a51f9de61050e4b5a35";><code>8601f06</code></a>
 refactor(<code>@​angular/cli</code>): update suggested MCP server 
configuration output</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/2ed9c37466c07983e7a1aae31ef3b3910c55badc";><code>2ed9c37</code></a>
 test(<code>@​angular/cli</code>): add initial e2e test for MCP server tool 
registration</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/9a2b642f98f1c32ab7b234802fe3fe7a77d5983b";><code>9a2b642</code></a>
 refactor(<code>@​angular/cli</code>): add instructional text to MCP server</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/ffc4c671753aa7ba4ae4ff6cd13eb4cd9eb08ec2";><code>ffc4c67</code></a>
 release: cut the v20.1.4 release</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/2d753cc62c9a801c40923a43e4af5f74b22700e0";><code>2d753cc</code></a>
 fix(<code>@​angular/cli</code>): skip workspace-specific tools when outside a 
workspace</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/42d72ef4d99380dbb1c0e03e3e3abfb2223fa539";><code>42d72ef</code></a>
 fix(<code>@​angular/build</code>): skip vite transformation of CSS-like 
assets</li>
   <li><a 
href="https://github.com/angular/angular-cli/commit/0489fe7025c60f022ca3959d6f651dc6b1bc9f2a";><code>0489fe7</code></a>
 refactor(<code>@​angular/build</code>): update MCP best practices guide 
content</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular-cli/compare/v7.3.9...20.1.5";>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/~google-wombot";>google-wombot</a>, a new releaser 
for <code>@​angular/cli</code> since your current version.</p>
   </details>
   <br />
   
   Updates `karma` from 3.0.0 to 6.4.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/karma-runner/karma/releases";>karma's 
releases</a>.</em></p>
   <blockquote>
   <h2>v6.4.4</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.3...v6.4.4";>6.4.4</a> 
(2024-07-29)</h2>
   <h2>v6.4.3</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.2...v6.4.3";>6.4.3</a> 
(2024-02-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add build commits for patch release (<a 
href="https://github.com/karma-runner/karma/commit/d7f2d69ff41a5811552412080519b1984ff48669";>d7f2d69</a>)</li>
   </ul>
   <h2>v6.4.2</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.1...v6.4.2";>6.4.2</a> 
(2023-04-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>few typos (<a 
href="https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872";>c6a4271</a>)</li>
   </ul>
   <h2>v6.4.1</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1";>6.4.1</a> 
(2022-09-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>pass integrity value (<a 
href="https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a";>63d86be</a>)</li>
   </ul>
   <h2>v6.4.0</h2>
   <h1><a 
href="https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0";>6.4.0</a> 
(2022-06-14)</h1>
   <h3>Features</h3>
   <ul>
   <li>support SRI verification of link tags (<a 
href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc";>dc51a2e</a>)</li>
   <li>support SRI verification of script tags (<a 
href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e";>6a54b1c</a>)</li>
   </ul>
   <h2>v6.3.20</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20";>6.3.20</a>
 (2022-05-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prefer IPv4 addresses when resolving domains (<a 
href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59";>e17698f</a>),
 closes <a 
href="https://redirect.github.com/karma-runner/karma/issues/3730";>#3730</a></li>
   </ul>
   <h2>v6.3.19</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19";>6.3.19</a>
 (2022-04-19)</h2>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/karma-runner/karma/blob/master/CHANGELOG.md";>karma's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.3...v6.4.4";>6.4.4</a> 
(2024-07-29)</h2>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.2...v6.4.3";>6.4.3</a> 
(2024-02-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add build commits for patch release (<a 
href="https://github.com/karma-runner/karma/commit/d7f2d69ff41a5811552412080519b1984ff48669";>d7f2d69</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.1...v6.4.2";>6.4.2</a> 
(2023-04-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>few typos (<a 
href="https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872";>c6a4271</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.4.0...v6.4.1";>6.4.1</a> 
(2022-09-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>pass integrity value (<a 
href="https://github.com/karma-runner/karma/commit/63d86befd3431fe8e1500e22f4f115a3762d000a";>63d86be</a>)</li>
   </ul>
   <h1><a 
href="https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0";>6.4.0</a> 
(2022-06-14)</h1>
   <h3>Features</h3>
   <ul>
   <li>support SRI verification of link tags (<a 
href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc";>dc51a2e</a>)</li>
   <li>support SRI verification of script tags (<a 
href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e";>6a54b1c</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20";>6.3.20</a>
 (2022-05-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prefer IPv4 addresses when resolving domains (<a 
href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59";>e17698f</a>),
 closes <a 
href="https://redirect.github.com/karma-runner/karma/issues/3730";>#3730</a></li>
   </ul>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19";>6.3.19</a>
 (2022-04-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>client:</strong> error out when opening a new tab fails (<a 
href="https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9";>099b85e</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18";>6.3.18</a>
 (2022-04-13)</h2>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/karma-runner/karma/commit/84f85e7016efc2266fa6b3465f494a3fa151c85c";><code>84f85e7</code></a>
 chore(release): 6.4.4 [skip ci]</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/a4d128494d718b9222f57aeac57129361830a39e";><code>a4d1284</code></a>
 build(deps-dev): bump ws from 6.2.1 to 6.2.3</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/d8cf806e776158898c3c811ad20e16d3d0dbce87";><code>d8cf806</code></a>
 chore(release): 6.4.3 [skip ci]</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/d7f2d69ff41a5811552412080519b1984ff48669";><code>d7f2d69</code></a>
 fix: add build commits for patch release</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/85a2eeb18f52e365a9b8bd342278fb4382743beb";><code>85a2eeb</code></a>
 build(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/0bffce2fa46e733e90f611dccb37c99d0d2eb951";><code>0bffce2</code></a>
 build(deps): updated socket.io version to fix security issues with 
socket.io-...</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/86667ab49de45bf99417006c175bef512694ff49";><code>86667ab</code></a>
 build(deps): bump follow-redirects from 1.11.0 to 1.15.4</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/450fdfdac5b999967daec1020f1ac69cf9b854ab";><code>450fdfd</code></a>
 docs: Add deprecation notice to Karma README</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/9de3c00988884335775de746eb8571697a86410b";><code>9de3c00</code></a>
 chore(release): 6.4.2 [skip ci]</li>
   <li><a 
href="https://github.com/karma-runner/karma/commit/c6a42710b40e81269f1e6c5d5bb55d01188a8872";><code>c6a4271</code></a>
 fix: few typos</li>
   <li>Additional commits viewable in <a 
href="https://github.com/karma-runner/karma/compare/v3.0.0...v6.4.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `protractor` from 5.4.1 to 6.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/protractor/releases";>protractor's 
releases</a>.</em></p>
   <blockquote>
   <h2>5.4.3</h2>
   <h1>typescript 3.7 compatibility</h1>
   <p>Resolves <a 
href="https://redirect.github.com/angular/protractor/issues/5348";>#5348</a> 
which was causing incompatibility with TypeScript 3.7</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/protractor/blob/master/CHANGELOG.md";>protractor's
 changelog</a>.</em></p>
   <blockquote>
   <h1>6.0.0</h1>
   <p>Selenium 4 removes the control flow and most of these changes are based 
on those changes. To see the full list of changes, please refer to 
selenium-webdriver's <a 
href="https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md";>CHANGELOG</a></p>
   <h2>Breaking changes</h2>
   <ul>
   <li>Control flow is removed and you should use async await to run your 
tests.</li>
   <li>Other control flow related items:
   <ul>
   <li>debugger, explore and element explorer have been removed</li>
   <li>jasminewd is no longer a dependency</li>
   </ul>
   </li>
   <li>ignoreSynchronization has been deprecated and you should use 
<code>waitForAngularEnabled</code></li>
   <li>Types for selenium-webdriver are currently in the types/ directory and 
are not complete. We are still missing some type definitions for selenium 
4.</li>
   <li>Actions API in selenium-webdriver have changed and they will break your 
test. Also we have not exported it yet since the type definitions are not 
complete.</li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/cf43651bd7719b2811225bd7aa084aca973df1c8";>cf43651</a>)
   chore(debugprint): convert debugprint to TypeScript (<a 
href="https://redirect.github.com/angular/protractor/issues/5074";>#5074</a>)</p>
   </li>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/4672265773b415e80554f94bdcc9637340b70c25";>4672265</a>)
   chore(browser): remove timing issues with restart and fork (<a 
href="https://redirect.github.com/angular/protractor/issues/5085";>#5085</a>)</p>
   <ul>
   <li>remove .ready since forking should automatically return a browser</li>
   <li>getNewDriver should return a promised WebDriver that can be awaited</li>
   <li>fix interaction tests and local driver tests</li>
   <li>update unit tests for async await due to getNewDriver fix
   closes <a 
href="https://redirect.github.com/angular/protractor/issues/5031";>#5031</a></li>
   </ul>
   </li>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/b4dbcc2621e06fee9768b77d10ca3a3092b4d710";>b4dbcc2</a>)
   chore(elementexplorer): remove explorer bin file (<a 
href="https://redirect.github.com/angular/protractor/issues/5094";>#5094</a>)</p>
   <p>closes <a 
href="https://redirect.github.com/angular/protractor/issues/5092";>#5092</a></p>
   </li>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/3b8f263d744a5e0f2e07abdeaf77ade24ec43ed1";>3b8f263</a>)
   chore(ignoreSynchornization): clean up to use waitForAngularEnabled (<a 
href="https://redirect.github.com/angular/protractor/issues/5071";>#5071</a>)</p>
   </li>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/ffa35196751766028feb7cda38cf4d43ead2a6f7";>ffa3519</a>)
   chore(debugger): remove debugger and explore methods (<a 
href="https://redirect.github.com/angular/protractor/issues/5070";>#5070</a>)</p>
   </li>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/c9db3f377c52a4cdd917c9b9d1e69808969ddf15";>c9db3f3</a>)
   chore(promises): remove q promises and webdriver promises (<a 
href="https://redirect.github.com/angular/protractor/issues/5052";>#5052</a>)</p>
   <ul>
   <li>remove q promises and webdriver promises from the runner, launcher, 
plugins, and taskRunner</li>
   <li>add deprecated message to element explorer.</li>
   <li>add unhandledRejection</li>
   <li>update browser versions used in travis tests</li>
   </ul>
   </li>
   <li>
   <p>(<a 
href="https://github.com/angular/protractor/commit/e22065ca6c91c6f49f9bbebcdc6351bdeb6e61ec";>e22065c</a>)
   chore(promises): clean up driver providers and browser control flow (<a 
href="https://redirect.github.com/angular/protractor/issues/5034";>#5034</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/protractor/commit/5d8da049815ffc104e6eca71d2ecaec51b00f520";><code>5d8da04</code></a>
 chore(release): version bump to 6.0.0 and update the changelog</li>
   <li><a 
href="https://github.com/angular/protractor/commit/d777738489baf4939d2b9cf6d570b14fae0469d4";><code>d777738</code></a>
 chore(tests): circleci - chrome 69 requires chromdriver to 2.44 (<a 
href="https://redirect.github.com/angular/protractor/issues/5182";>#5182</a>)</li>
   <li><a 
href="https://github.com/angular/protractor/commit/3d50b688ac93b49b579bb7e1c926beb5c8824896";><code>3d50b68</code></a>
 chore(deps): update based on npm audit</li>
   <li><a 
href="https://github.com/angular/protractor/commit/e478ba8e6e2ae5bebde16cf36f4c9152c4a63a6e";><code>e478ba8</code></a>
 chore(release): bump version to 6.0.1-beta</li>
   <li><a 
href="https://github.com/angular/protractor/commit/705482762703e0951627ba1ab0ceac2b7f70b2f0";><code>7054827</code></a>
 chore(types): fix types to use not <code>@​types/selenium-webdriver</code> (<a 
href="https://redirect.github.com/angular/protractor/issues/5127";>#5127</a>)</li>
   <li><a 
href="https://github.com/angular/protractor/commit/2e5c2e623368a0a4e64680b88e298a385b5cce1c";><code>2e5c2e6</code></a>
 chore(jasmine): prevent random execution order in jasmine 3 (<a 
href="https://redirect.github.com/angular/protractor/issues/5126";>#5126</a>)</li>
   <li><a 
href="https://github.com/angular/protractor/commit/8afc4e2313e61af633be87a100e533e82ba2420a";><code>8afc4e2</code></a>
 chore(release): release 6.0.0-beta and update the changelog</li>
   <li><a 
href="https://github.com/angular/protractor/commit/5fd711c6ad4214491484d886c7d20dde7560d148";><code>5fd711c</code></a>
 chore(webdriver-manager): use <a 
href="mailto:webdriver-manager@13.0.0-beta";>webdriver-manager@13.0.0-beta</a></li>
   <li><a 
href="https://github.com/angular/protractor/commit/96ae17cdd8acf6cd388ddf691453fdbd7e7dd60e";><code>96ae17c</code></a>
 deps(jasmine): upgrade jasmine 3.3 (<a 
href="https://redirect.github.com/angular/protractor/issues/5102";>#5102</a>)</li>
   <li><a 
href="https://github.com/angular/protractor/commit/68491dd8270fbc5dfbed7a2c6117783a66bc9601";><code>68491dd</code></a>
 chore(expectedConditions): update generic Function typings (<a 
href="https://redirect.github.com/angular/protractor/issues/5101";>#5101</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/protractor/compare/5.4.1...6.0.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 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/metron/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: dev-unsubscr...@attic.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to