Bump @angular/common from 21.1.4 to 21.2.17 in /Ui

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

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.2.17
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-15 17:33:21 +00:00 committed by GitHub
parent f944e9c757
commit 897a3ff775
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

@ -9,7 +9,7 @@
"version": "1.2.0", "version": "1.2.0",
"dependencies": { "dependencies": {
"@angular/animations": "^21.1.4", "@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4", "@angular/common": "^21.2.17",
"@angular/compiler": "^21.2.4", "@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4", "@angular/core": "^21.2.4",
"@angular/forms": "^21.1.4", "@angular/forms": "^21.1.4",
@ -1077,9 +1077,9 @@
} }
}, },
"node_modules/@angular/common": { "node_modules/@angular/common": {
"version": "21.1.4", "version": "21.2.17",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.4.tgz", "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz",
"integrity": "sha512-1uOxPrHO9PFZBU/JavzYzjxAm+5x7vD2z6AeUndqdT4LjqOBIePswxFDRqM9dlfF8FIwnnfmNFipiC/yQjJSnA==", "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -1088,7 +1088,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0" "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": "21.1.4", "@angular/core": "21.2.17",
"rxjs": "^6.5.3 || ^7.4.0" "rxjs": "^6.5.3 || ^7.4.0"
} }
}, },

View File

@ -11,7 +11,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^21.1.4", "@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4", "@angular/common": "^21.2.17",
"@angular/compiler": "^21.2.4", "@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4", "@angular/core": "^21.2.4",
"@angular/forms": "^21.1.4", "@angular/forms": "^21.1.4",