diff --git a/webui/package-lock.json b/webui/package-lock.json index 9aabe8db7..e365ecc9b 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.18", "@angular/cdk": "^21.2.14", "@angular/common": "^21.2.18", - "@angular/compiler": "^21.2.18", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.18", "@angular/forms": "^21.2.18", "@angular/platform-browser": "^21.2.18", @@ -843,9 +843,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.18", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.18.tgz", - "integrity": "sha512-ccnDuKLuzIa0ayijR+alarsHNWIksuGV/lxGTZ0t6/0+B6J/RXupz6M2IO6ZHHEcg8r7pcrLCUBTyp3FoiRJrg==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", + "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/webui/package.json b/webui/package.json index 867e52c2c..0db2b9b9f 100644 --- a/webui/package.json +++ b/webui/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^21.2.18", "@angular/cdk": "^21.2.14", "@angular/common": "^21.2.18", - "@angular/compiler": "^21.2.18", + "@angular/compiler": "^21.2.19", "@angular/core": "^21.2.18", "@angular/forms": "^21.2.18", "@angular/platform-browser": "^21.2.18",