From d69a2560f1bf7692d2ce5b03ce6311bb26fb9f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:58:41 +0000 Subject: [PATCH] Bump @angular/compiler from 21.1.1 to 21.1.2 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.1.1 to 21.1.2. - [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.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.1.2 dependency-type: direct:production 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 add967a..b3b2112 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.1.1", "@angular/common": "^21.1.1", - "@angular/compiler": "^21.1.1", + "@angular/compiler": "^21.1.2", "@angular/core": "^21.1.1", "@angular/forms": "^21.1.1", "@angular/platform-browser": "^21.1.1", @@ -535,9 +535,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.1.tgz", - "integrity": "sha512-Urd3bh0zv0MQ//S7RRTanIkOMAZH/A7vSMXUDJ3aflplNs7JNbVqBwDNj8NoX1V+os+fd8JRJOReCc1EpH4ZKQ==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.2.tgz", + "integrity": "sha512-5OFdZPNix7iK4HSdRxPgg74VvcmQZAMzv9ACYZ8iGfNxiJUjFSurfz0AtVEh0oE2oZDH1v48bHI1s+0ljCHZhA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 94745d8..f773cb6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular/animations": "^21.1.1", "@angular/common": "^21.1.1", - "@angular/compiler": "^21.1.1", + "@angular/compiler": "^21.1.2", "@angular/core": "^21.1.1", "@angular/forms": "^21.1.1", "@angular/platform-browser": "^21.1.1",