From f2681843ce8aa0b742fadff4946bb62482dd0811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:10:29 +0000 Subject: [PATCH] Bump @angular/compiler from 21.2.6 to 21.2.17 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.6 to 21.2.17. - [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.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.17 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 3d64c2d4..15d7775a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "21.2.6", "@angular/cdk": "^21.2.4", "@angular/common": "21.2.6", - "@angular/compiler": "21.2.6", + "@angular/compiler": "21.2.17", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/material": "^21.2.4", @@ -1482,9 +1482,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.6.tgz", - "integrity": "sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", + "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 9a98880e..329604ed 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/animations": "21.2.6", "@angular/cdk": "^21.2.4", "@angular/common": "21.2.6", - "@angular/compiler": "21.2.6", + "@angular/compiler": "21.2.17", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/material": "^21.2.4",