diff --git a/Ui/package-lock.json b/Ui/package-lock.json index a2b7ac5..0e637de 100644 --- a/Ui/package-lock.json +++ b/Ui/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "dependencies": { "@angular/animations": "^21.1.4", - "@angular/common": "^21.1.4", + "@angular/common": "^21.2.17", "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.4", @@ -1077,9 +1077,9 @@ } }, "node_modules/@angular/common": { - "version": "21.1.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.4.tgz", - "integrity": "sha512-1uOxPrHO9PFZBU/JavzYzjxAm+5x7vD2z6AeUndqdT4LjqOBIePswxFDRqM9dlfF8FIwnnfmNFipiC/yQjJSnA==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz", + "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1088,7 +1088,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.4", + "@angular/core": "21.2.17", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/Ui/package.json b/Ui/package.json index 650da59..b9e4ed2 100644 --- a/Ui/package.json +++ b/Ui/package.json @@ -11,7 +11,7 @@ "private": true, "dependencies": { "@angular/animations": "^21.1.4", - "@angular/common": "^21.1.4", + "@angular/common": "^21.2.17", "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.4",