Bump @angular/platform-browser from 21.0.8 to 21.1.0 (#2401)

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

---
updated-dependencies:
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-14 21:24:56 +00:00 committed by GitHub
parent 772d8e06e3
commit 1e47e8870e
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.8",
"@angular/core": "21.1.0",
"@angular/forms": "21.0.8",
"@angular/platform-browser": "21.0.8",
"@angular/platform-browser": "21.1.0",
"@angular/platform-browser-dynamic": "21.0.8",
"@angular/router": "21.1.0",
"@babel/cli": "7.28.6",
@ -1612,9 +1612,9 @@
}
},
"node_modules/@angular/platform-browser": {
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.0.8.tgz",
"integrity": "sha512-5rPyrP6n6ClO0ZEUXndS2/Xb7nZrbjjYWOxgfCb+ZTCiU7eyN6zhSmicKk2dLQxE1M15wbTa87dN6/Ytuq2uvg==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.0.tgz",
"integrity": "sha512-Drkal25x+OuRQosAE/cL4uM5WDmgFehanCpsjQ1jGp6Rxoad6Q5Do1uQAE3qgMKHL1aqCPZ+uWzcVVG+Bn1ddg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1624,9 +1624,9 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/animations": "21.0.8",
"@angular/common": "21.0.8",
"@angular/core": "21.0.8"
"@angular/animations": "21.1.0",
"@angular/common": "21.1.0",
"@angular/core": "21.1.0"
},
"peerDependenciesMeta": {
"@angular/animations": {

View File

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