From ac9f45877274648b093da38051f84ef3b35f5f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:47:12 +0000 Subject: [PATCH] chore(deps): Bump @angular/compiler from 21.2.17 to 21.2.19 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.17 to 21.2.19. - [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.19/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.19 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 a825064..af5558b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/animations": "21.2.17", "@angular/cdk": "21.2.14", "@angular/common": "21.2.17", - "@angular/compiler": "21.2.17", + "@angular/compiler": "21.2.19", "@angular/core": "21.2.17", "@angular/forms": "21.2.17", "@angular/platform-browser": "21.2.17", @@ -2055,9 +2055,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", - "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.19.tgz", + "integrity": "sha512-vuF5i1t14ftJiHXVVLgDYLWkT99QuajphcUHy1VZaMX3FiqSGXRV62g+R2RMxL0OJ5C1ai8xTHKPx9n1lQFyFg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index d8179fe..7bbb1de 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/animations": "21.2.17", "@angular/cdk": "21.2.14", "@angular/common": "21.2.17", - "@angular/compiler": "21.2.17", + "@angular/compiler": "21.2.19", "@angular/core": "21.2.17", "@angular/forms": "21.2.17", "@angular/platform-browser": "21.2.17",