Bump @angular/core from 21.1.4 to 21.2.4 in /Ui

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

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 21.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-14 02:36:15 +00:00 committed by GitHub
parent 2db2aeba86
commit 5988be9153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Ui/package-lock.json generated
View File

@ -11,7 +11,7 @@
"@angular/animations": "^21.1.4", "@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4", "@angular/common": "^21.1.4",
"@angular/compiler": "^21.1.4", "@angular/compiler": "^21.1.4",
"@angular/core": "^21.1.4", "@angular/core": "^21.2.4",
"@angular/forms": "^21.1.4", "@angular/forms": "^21.1.4",
"@angular/platform-browser": "^21.1.4", "@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4",
@ -1165,9 +1165,9 @@
} }
}, },
"node_modules/@angular/core": { "node_modules/@angular/core": {
"version": "21.1.4", "version": "21.2.4",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.4.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz",
"integrity": "sha512-QBDO5SaVYTVQ0fIN9Qd7US9cUCgs2vM9x6K18PTUKmygIkHVHTFdzwm4MO5gpCOFzJseGbS+dNzqn+v0PaKf9g==", "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -1176,7 +1176,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0" "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/compiler": "21.1.4", "@angular/compiler": "21.2.4",
"rxjs": "^6.5.3 || ^7.4.0", "rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.15.0 || ~0.16.0" "zone.js": "~0.15.0 || ~0.16.0"
}, },

View File

@ -13,7 +13,7 @@
"@angular/animations": "^21.1.4", "@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4", "@angular/common": "^21.1.4",
"@angular/compiler": "^21.1.4", "@angular/compiler": "^21.1.4",
"@angular/core": "^21.1.4", "@angular/core": "^21.2.4",
"@angular/forms": "^21.1.4", "@angular/forms": "^21.1.4",
"@angular/platform-browser": "^21.1.4", "@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4", "@angular/platform-browser-dynamic": "^21.1.4",