From a0c181f32b6bf95c86fe61ee1ce2858592cc5cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:23:37 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler from 21.2.12 to 21.2.14 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.12 to 21.2.14. - [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.14/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e94b6b0c9..928141f91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@angular/animations": "21.2.12", "@angular/cli": "21.2.10", "@angular/common": "21.2.12", - "@angular/compiler": "21.2.12", + "@angular/compiler": "21.2.14", "@angular/compiler-cli": "21.2.12", "@angular/core": "21.2.12", "@angular/forms": "21.2.12", @@ -884,9 +884,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.12.tgz", - "integrity": "sha512-246iBwMAVGzrYPqu/Wwzb9L/kt+dkT12Hllr/dYZu6aHeIxaHPRZoPBKSweAgOPXeOl+q+nlPtK34glsMb1CRw==", + "version": "21.2.14", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.14.tgz", + "integrity": "sha512-8mqgwRYfn2Z1vg/5YVt60dDBattnZL45nNJd2vTMwAiDTzhWhgKgRWKOeVL0aj2JqHeHiwuIlrLnz46acJMulQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3ba0411bf..f994eeff6 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@angular/animations": "21.2.12", "@angular/cli": "21.2.10", "@angular/common": "21.2.12", - "@angular/compiler": "21.2.12", + "@angular/compiler": "21.2.14", "@angular/compiler-cli": "21.2.12", "@angular/core": "21.2.12", "@angular/forms": "21.2.12",