From 2f29e622efc1ffa6510e8ae0f8af5b5999119048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:28:23 +0000 Subject: [PATCH] Bump @angular/compiler from 21.2.8 to 21.2.17 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.8 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 1da58e4..f4e7cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.8", "@angular/cdk": "^21.2.6", "@angular/common": "^21.2.8", - "@angular/compiler": "^21.2.8", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.8", "@angular/forms": "^21.2.8", "@angular/material": "^21.2.6", @@ -669,9 +669,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.8.tgz", - "integrity": "sha512-Il9KlT6qX8rWmun5jY6wMLx56bCQZpOVIFEyHM4ai2wmxvbqyxgRFKDs4iMRNn1h04Tgupl6cKSqP9lecIvH6w==", + "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 9bb2cae..7773b85 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^21.2.8", "@angular/cdk": "^21.2.6", "@angular/common": "^21.2.8", - "@angular/compiler": "^21.2.8", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.8", "@angular/forms": "^21.2.8", "@angular/material": "^21.2.6",