From 2027f228967ae0b208beea91f9620ce6324942e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:24:31 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler from 21.1.2 to 21.1.3 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.1.2 to 21.1.3. - [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.1.3/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.1.3 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 55d33a315..333ddea02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@angular/animations": "21.1.3", "@angular/cli": "21.1.2", "@angular/common": "21.1.3", - "@angular/compiler": "21.1.2", + "@angular/compiler": "21.1.3", "@angular/compiler-cli": "21.1.3", "@angular/core": "21.1.2", "@angular/forms": "21.1.2", @@ -1003,9 +1003,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.2.tgz", - "integrity": "sha512-5OFdZPNix7iK4HSdRxPgg74VvcmQZAMzv9ACYZ8iGfNxiJUjFSurfz0AtVEh0oE2oZDH1v48bHI1s+0ljCHZhA==", + "version": "21.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.3.tgz", + "integrity": "sha512-gDNLh7MEf7Qf88ktZzS4LJQXCA5U8aQTfK9ak+0mi2ruZ0x4XSjQCro4H6OPKrrbq94+6GcnlSX5+oVIajEY3w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fb7adbea0..483017128 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@angular/animations": "21.1.3", "@angular/cli": "21.1.2", "@angular/common": "21.1.3", - "@angular/compiler": "21.1.2", + "@angular/compiler": "21.1.3", "@angular/compiler-cli": "21.1.3", "@angular/core": "21.1.2", "@angular/forms": "21.1.2",