diff --git a/webui/package-lock.json b/webui/package-lock.json index 87eb17650..0bc73656d 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.2.17", "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.17", - "@angular/compiler": "^19.2.17", + "@angular/compiler": "^19.2.18", "@angular/core": "^19.2.17", "@angular/forms": "^19.2.17", "@angular/platform-browser": "^19.2.17", @@ -1055,9 +1055,9 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", - "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/webui/package.json b/webui/package.json index 8488a3e05..ada457a47 100644 --- a/webui/package.json +++ b/webui/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^19.2.17", "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.17", - "@angular/compiler": "^19.2.17", + "@angular/compiler": "^19.2.18", "@angular/core": "^19.2.17", "@angular/forms": "^19.2.17", "@angular/platform-browser": "^19.2.17",