From 9a744b78d1540b222dbd6a29338381990e6b1be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:19:35 +0000 Subject: [PATCH] Bump @angular/compiler from 21.2.18 to 21.2.19 in /webui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.18 to 21.2.19. - [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/v21.2.19/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.19 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 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",