diff --git a/webui/package-lock.json b/webui/package-lock.json index c3f15881d..2081494f1 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.3.17", "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.17", - "@angular/compiler": "^20.3.17", + "@angular/compiler": "^20.3.18", "@angular/core": "^20.3.17", "@angular/forms": "^20.3.17", "@angular/platform-browser": "^20.3.17", @@ -1121,9 +1121,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.17.tgz", - "integrity": "sha512-cj3x6aFk9xOOxX+qEdeN8T5YbnBNWJ4UMHB/LQoDr7/xCJJGa40IhcOAuJeuF2kGqTwx6MCXnvjO8XOQfHhe9g==", + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.18.tgz", + "integrity": "sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/webui/package.json b/webui/package.json index 26b2e1dcd..9e89b2393 100644 --- a/webui/package.json +++ b/webui/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^20.3.17", "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.17", - "@angular/compiler": "^20.3.17", + "@angular/compiler": "^20.3.18", "@angular/core": "^20.3.17", "@angular/forms": "^20.3.17", "@angular/platform-browser": "^20.3.17",