Bump @angular/common from 21.0.8 to 21.1.0 (#2404)

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

---
updated-dependencies:
- dependency-name: "@angular/common"
  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-15 21:23:06 +00:00 committed by GitHub
parent 72aa4a7a2b
commit abb715e869
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

@ -22,7 +22,7 @@
"@angular-devkit/build-angular": "21.0.5",
"@angular/animations": "21.1.0",
"@angular/cli": "21.0.6",
"@angular/common": "21.0.8",
"@angular/common": "21.1.0",
"@angular/compiler": "21.1.0",
"@angular/compiler-cli": "21.1.0",
"@angular/core": "21.1.0",
@ -1455,9 +1455,9 @@
}
},
"node_modules/@angular/common": {
"version": "21.0.8",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.8.tgz",
"integrity": "sha512-on1B4oc/pf7IlkbG08Et/cCDSX8dpZz9iwp3zMFN/0JvorspyL5YOovFJfjdpmjdlrIi+ToGImwyIkY9P8Mblw==",
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.0.tgz",
"integrity": "sha512-hL3Chp51TU9iBcIfkNtoBS1wuseP1gsyDW2IFtK5HUpAVhbso9B3fdCaDTFkU98A2unluo2YgzI6D/6IS6N+1g==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1467,7 +1467,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/core": "21.0.8",
"@angular/core": "21.1.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},

View File

@ -70,7 +70,7 @@
"@angular-devkit/build-angular": "21.0.5",
"@angular/animations": "21.1.0",
"@angular/cli": "21.0.6",
"@angular/common": "21.0.8",
"@angular/common": "21.1.0",
"@angular/compiler": "21.1.0",
"@angular/compiler-cli": "21.1.0",
"@angular/core": "21.1.0",