Bump @angular/platform-browser from 21.0.6 to 21.0.8 (#2376)

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

---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
  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:32:15 +00:00 committed by GitHub
parent c335697be5
commit 59621177db
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

@ -27,7 +27,7 @@
"@angular/compiler-cli": "21.0.7",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.6",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
"@angular/router": "21.0.6",
"@babel/cli": "7.28.3",
@ -1540,9 +1540,9 @@
}
},
"node_modules/@angular/platform-browser": {
"version": "21.0.6",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.0.6.tgz",
"integrity": "sha512-tPk8rlUEBPXIUPRYq6Xu7QhJgKtnVr0dOHHuhyi70biKTupr5VikpZC5X9dy2Q3H3zYbK6MHC6384YMuwfU2kg==",
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.0.8.tgz",
"integrity": "sha512-5rPyrP6n6ClO0ZEUXndS2/Xb7nZrbjjYWOxgfCb+ZTCiU7eyN6zhSmicKk2dLQxE1M15wbTa87dN6/Ytuq2uvg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1552,9 +1552,9 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/animations": "21.0.6",
"@angular/common": "21.0.6",
"@angular/core": "21.0.6"
"@angular/animations": "21.0.8",
"@angular/common": "21.0.8",
"@angular/core": "21.0.8"
},
"peerDependenciesMeta": {
"@angular/animations": {

View File

@ -75,7 +75,7 @@
"@angular/compiler-cli": "21.0.7",
"@angular/core": "21.0.7",
"@angular/forms": "21.0.7",
"@angular/platform-browser": "21.0.6",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser-dynamic": "21.0.7",
"@angular/router": "21.0.6",
"@babel/cli": "7.28.3",