Bump @angular/core from 21.0.7 to 21.0.8 (#2380)

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 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/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  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:35:11 +00:00 committed by GitHub
parent 5e7fb847f9
commit ad674b9392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@angular/common": "21.0.8",
"@angular/compiler": "21.0.7",
"@angular/compiler-cli": "21.0.8",
"@angular/core": "21.0.7",
"@angular/core": "21.0.8",
"@angular/forms": "21.0.8",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
@ -1494,9 +1494,9 @@
}
},
"node_modules/@angular/core": {
"version": "21.0.7",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.7.tgz",
"integrity": "sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==",
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.8.tgz",
"integrity": "sha512-8dNolIQn8WHrD3PsqGuPrujxDX5hjpMbioifIByjjX9yaJy9on7AewVGb8m/DHVwWQ1eGVAGmvW9wt+h+nlzLg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1506,7 +1506,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/compiler": "21.0.7",
"@angular/compiler": "21.0.8",
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0"
},

View File

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