diff --git a/Ui/package-lock.json b/Ui/package-lock.json index d86551c..c41860c 100644 --- a/Ui/package-lock.json +++ b/Ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^21.1.4", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4", @@ -1093,9 +1093,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.4.tgz", - "integrity": "sha512-H0qtASeqOTaS44ioF4DYE/yNqwzUmEJpMYrcNEUFEwA20/DkLzyoaEx4y1CjIxtXxuhtge95PNymDBOLWSjIdg==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/Ui/package.json b/Ui/package.json index 19e859a..650da59 100644 --- a/Ui/package.json +++ b/Ui/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^21.1.4", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4",