Update dependency @angular/forms to ~15.1.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2023-01-14 14:41:50 +01:00
parent dca0a66406
commit 941dc908b7
2 changed files with 4 additions and 4 deletions

View File

@ -958,9 +958,9 @@
} }
}, },
"@angular/forms": { "@angular/forms": {
"version": "15.0.3", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.0.3.tgz", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.1.0.tgz",
"integrity": "sha512-oPc1lpXvwFM1QHPxsayIlZ9C4/mmFrvdnSV/x/IzHDZpgqZyLT2rnDJxqpxn7KCcn71bPdU94fKTI6Fbnkj/dQ==", "integrity": "sha512-MUAbruJng0iG/cHhCkDNrh31Y54upgBUjjkE4DnoHv138Wa7vba+GMYv2tTrs4rPWnB9vPziZgI0xIi/oSGxzg==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -17,7 +17,7 @@
"@angular/common": "~15.0.0", "@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0", "@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0", "@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.1.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0", "@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0", "@angular/platform-browser-dynamic": "~15.0.0",