From e3e60778be318f4aec4cd743f2b74ecf433178e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:33:40 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 21.0.6 to 21.0.7 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.6 to 21.0.7. - [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.0.7/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.0.7 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 ef37d61..d4187cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/cdk": "^21.1.1", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/material": "^21.1.1", @@ -490,9 +490,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.6.tgz", - "integrity": "sha512-rBMzG7WnQMouFfDST+daNSAOVYdtw560645PhlxyVeIeHMlCm0j1jjBgVPGTBNpVgKRdT/sqbi6W6JYkY9mERA==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.7.tgz", + "integrity": "sha512-Qsjx0OrOquyx10fMynkHilRRoZy9qJcstHdML7NGKg887xqHW4YvgNKREIXmKYjnV6sUBBUxJUD1L5ouarb/YA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 79f7d8f..472a854 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/cdk": "^21.1.1", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/material": "^21.1.1",