Bump @angular/core from 21.1.0 to 21.1.1 (#2428)

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

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 21.1.1
  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-22 21:25:12 +00:00 committed by GitHub
parent 62c61a3976
commit 0e0ffc77b5
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.1.1",
"@angular/compiler": "21.1.1",
"@angular/compiler-cli": "21.1.0",
"@angular/core": "21.1.0",
"@angular/core": "21.1.1",
"@angular/forms": "21.1.0",
"@angular/platform-browser": "21.1.0",
"@angular/platform-browser-dynamic": "21.1.1",
@ -1182,9 +1182,9 @@
}
},
"node_modules/@angular/core": {
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.0.tgz",
"integrity": "sha512-QTl9s8GYNN0pt1k3GE6UVlfe6zWtfdykhfchinKq2YJywQ6LBM4UcZgoc56YkgscmyrRFYrr4JYUJjlzTF57+A==",
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz",
"integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1194,7 +1194,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/compiler": "21.1.0",
"@angular/compiler": "21.1.1",
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0"
},

View File

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