From 1340e57d19ceeaddde19dcfea424991947d91a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:32:12 +0000 Subject: [PATCH] Bump @angular/compiler from 19.2.11 to 19.2.18 in /example-ui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.11 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] --- example-ui/package-lock.json | 9 +++++---- example-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/example-ui/package-lock.json b/example-ui/package-lock.json index 5611dc9..cb4a85e 100644 --- a/example-ui/package-lock.json +++ b/example-ui/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^19.2.11", "@angular/cdk": "^19.2.16", "@angular/common": "^19.2.11", - "@angular/compiler": "^19.2.11", + "@angular/compiler": "^19.2.18", "@angular/core": "^19.2.11", "@angular/forms": "^19.2.11", "@angular/material": "^19.2.16", @@ -343,9 +343,10 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.11.tgz", - "integrity": "sha512-/ZGFAEO2TyqkaE4neR8lGL9I2QeO2sRVFqulQv7Bu8zKTPStjcsFCwNkp+TNX8Oq/1rLcY9XWAOsUk1//AZd8Q==", + "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/example-ui/package.json b/example-ui/package.json index f7f645b..0510e8b 100644 --- a/example-ui/package.json +++ b/example-ui/package.json @@ -9,7 +9,7 @@ "@angular/animations": "^19.2.11", "@angular/cdk": "^19.2.16", "@angular/common": "^19.2.11", - "@angular/compiler": "^19.2.11", + "@angular/compiler": "^19.2.18", "@angular/core": "^19.2.11", "@angular/forms": "^19.2.11", "@angular/material": "^19.2.16",