From 129f82defbca6b6cd6968fb87792430c709d1db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 21:37:28 +0000 Subject: [PATCH] Bump @angular/compiler from 19.2.17 to 19.2.18 in /webui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.17 to 19.2.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/v19.2.18/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.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 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",