dependabot[bot] opened a new pull request, #115:
URL: https://github.com/apache/fineract-loan-origination/pull/115

   Bumps 
[@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) 
from 22.1.0 to 22.1.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular/releases";>@​angular/common's 
releases</a>.</em></p>
   <blockquote>
   <h2>22.1.1</h2>
   <h3>core</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/aa6d3189c141a9247615ed14d856813ea1b95c8d";><img
 src="https://img.shields.io/badge/aa6d3189c1-fix-green"; alt="fix - aa6d3189c1" 
/></a></td>
   <td>initialize hydration triggers after late runtime activation</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/deecb301c8aab4c22b80eaa505042311ee938b67";><img
 src="https://img.shields.io/badge/deecb301c8-fix-green"; alt="fix - deecb301c8" 
/></a></td>
   <td>warn when style property bindings receive invalid values</td>
   </tr>
   </tbody>
   </table>
   <h3>http</h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/ac3728e79fd8fae7a4b38e20d152c5a734a6e3fc";><img
 src="https://img.shields.io/badge/ac3728e79f-fix-green"; alt="fix - ac3728e79f" 
/></a></td>
   <td>avoid aborting completed requests in FetchBackend</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/688a0a7118215bcab10004a3bf2667773fefdf74";><img
 src="https://img.shields.io/badge/688a0a7118-fix-green"; alt="fix - 688a0a7118" 
/></a></td>
   <td>respect content-type charset in fetch backend text decoder</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/a13b9684510dfd04e18f3e1d6686d556c051f34e";><img
 src="https://img.shields.io/badge/a13b968451-fix-green"; alt="fix - a13b968451" 
/></a></td>
   <td>run root interceptors in the terminal request chain</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/32af9b525efe005998a9cd02aebfcc08e6793cf2";><img
 src="https://img.shields.io/badge/32af9b525e-fix-green"; alt="fix - 32af9b525e" 
/></a></td>
   <td>strip RFC 6265 DQUOTE characters and handle URIError in 
parseCookieValue</td>
   </tr>
   </tbody>
   </table>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/angular/angular/blob/v22.1.1/CHANGELOG.md";>@​angular/common's
 changelog</a>.</em></p>
   <blockquote>
   <h1>22.1.1 (2026-08-06)</h1>
   <h3>core</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/commit/aa6d3189c141a9247615ed14d856813ea1b95c8d";>aa6d3189c1</a></td>
   <td>fix</td>
   <td>initialize hydration triggers after late runtime activation</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/deecb301c8aab4c22b80eaa505042311ee938b67";>deecb301c8</a></td>
   <td>fix</td>
   <td>warn when style property bindings receive invalid values</td>
   </tr>
   </tbody>
   </table>
   <h3>http</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/commit/ac3728e79fd8fae7a4b38e20d152c5a734a6e3fc";>ac3728e79f</a></td>
   <td>fix</td>
   <td>avoid aborting completed requests in FetchBackend</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/688a0a7118215bcab10004a3bf2667773fefdf74";>688a0a7118</a></td>
   <td>fix</td>
   <td>respect content-type charset in fetch backend text decoder</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/a13b9684510dfd04e18f3e1d6686d556c051f34e";>a13b968451</a></td>
   <td>fix</td>
   <td>run root interceptors in the terminal request chain</td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/angular/angular/commit/32af9b525efe005998a9cd02aebfcc08e6793cf2";>32af9b525e</a></td>
   <td>fix</td>
   <td>strip RFC 6265 DQUOTE characters and handle URIError in 
parseCookieValue</td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular/commit/ac3728e79fd8fae7a4b38e20d152c5a734a6e3fc";><code>ac3728e</code></a>
 fix(http): avoid aborting completed requests in FetchBackend</li>
   <li><a 
href="https://github.com/angular/angular/commit/f99e916ba7fc0f6f80fcf579f0a9a47b91241325";><code>f99e916</code></a>
 refactor(common): modernize directive tests to rely on whenStable</li>
   <li><a 
href="https://github.com/angular/angular/commit/32af9b525efe005998a9cd02aebfcc08e6793cf2";><code>32af9b5</code></a>
 fix(http): strip RFC 6265 DQUOTE characters and handle URIError in 
parseCooki...</li>
   <li><a 
href="https://github.com/angular/angular/commit/688a0a7118215bcab10004a3bf2667773fefdf74";><code>688a0a7</code></a>
 fix(http): respect content-type charset in fetch backend text decoder</li>
   <li><a 
href="https://github.com/angular/angular/commit/6b643ab037db087a1e6a005db1332ee9d3181879";><code>6b643ab</code></a>
 refactor(common): modernize directive tests to rely on whenStable</li>
   <li><a 
href="https://github.com/angular/angular/commit/a13b9684510dfd04e18f3e1d6686d556c051f34e";><code>a13b968</code></a>
 fix(http): run root interceptors in the terminal request chain</li>
   <li><a 
href="https://github.com/angular/angular/commit/eb10e937fbcf1f34e399bf1f064010849923a25f";><code>eb10e93</code></a>
 refactor(common): modernize pipes &amp; non bindable tests to rely on 
<code>whenStable</code></li>
   <li>See full diff in <a 
href="https://github.com/angular/angular/commits/v22.1.1/packages/common";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/common&package-manager=npm_and_yarn&previous-version=22.1.0&new-version=22.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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/fineract-loan-origination/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