Bump @angular/forms from 21.0.7 to 21.0.8 (#2379)

Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 21.0.7 to 21.0.8.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.0.8/packages/forms)

---
updated-dependencies:
- dependency-name: "@angular/forms"
  dependency-version: 21.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-08 21:33:58 +00:00 committed by GitHub
parent 77a61e6748
commit 5e7fb847f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -26,7 +26,7 @@
"@angular/compiler": "21.0.7",
"@angular/compiler-cli": "21.0.8",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/forms": "21.0.8",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
"@angular/router": "21.0.8",
@ -1520,9 +1520,9 @@
}
},
"node_modules/@angular/forms": {
"version": "21.0.7",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-21.0.7.tgz",
"integrity": "sha512-HUfUaO6+cxam9wug3Upc83ueBIDSgJwxzYIuPCP4AjL5DhT6Fbqv/Zq+nLbLF7rklbKdqzYsMjse97pxmxJGLQ==",
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-21.0.8.tgz",
"integrity": "sha512-H03A50elawXO53xkz0Aytar5kYT14GLeaj6dLKc1kcR5NqvX9Y/R7z3bY52tvypAdIR8CmPT7ad07TlT4O9lkg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1533,9 +1533,9 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/common": "21.0.7",
"@angular/core": "21.0.7",
"@angular/platform-browser": "21.0.7",
"@angular/common": "21.0.8",
"@angular/core": "21.0.8",
"@angular/platform-browser": "21.0.8",
"rxjs": "^6.5.3 || ^7.4.0"
}
},

View File

@ -74,7 +74,7 @@
"@angular/compiler": "21.0.7",
"@angular/compiler-cli": "21.0.8",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/forms": "21.0.8",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
"@angular/router": "21.0.8",