From 32dba4f2db5e4ed93ca16aa1fe0b476658bb4fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:39:38 +0000 Subject: [PATCH] Bump @angular/compiler from 20.3.17 to 20.3.18 in /webui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.17 to 20.3.18. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.18/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webui/package-lock.json | 8 ++++---- webui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",