From 160390ac9d2714332641b5434bdf417847491b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:27:20 +0000 Subject: [PATCH] build(deps): bump @angular/compiler from 21.2.0 to 21.2.4 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.0 to 21.2.4. - [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.4/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.4 dependency-type: direct:production ... 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 34ea13c9c..b49d7dea8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^21.2.0", "@angular/cdk": "^21.2.0", "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/material": "^21.2.0", @@ -697,9 +697,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.0.tgz", - "integrity": "sha512-0RPkma8UVNpse/VJcXT9w6SKzTMz4J/uMGj0l9enM1frg9xrx1fwi/lLmaVV9Nr9LfqPjQdxNFFlvaBB7g/2zg==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 588c15096..7c3451fa9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@angular/animations": "^21.2.0", "@angular/cdk": "^21.2.0", "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/material": "^21.2.0",