Compare commits

..

No commits in common. "d27542c45772f2acab6b301405f3a0a086adee12" and "2db2aeba8618f6ce6812ee35279e7ffd6f0b8d9b" have entirely different histories.

2 changed files with 11 additions and 11 deletions

18
Ui/package-lock.json generated
View File

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

View File

@ -12,8 +12,8 @@
"dependencies": {
"@angular/animations": "^21.1.4",
"@angular/common": "^21.1.4",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/compiler": "^21.1.4",
"@angular/core": "^21.1.4",
"@angular/forms": "^21.1.4",
"@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4",