From 3a5610dbd5c7a5c79c6d6787b6c3c931311c1142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:51:51 +0000 Subject: [PATCH] Bump @angular/compiler from 21.0.1 to 21.0.7 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.1 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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce33f89..1b519c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "21.0.1", "@angular/common": "21.0.1", - "@angular/compiler": "21.0.1", + "@angular/compiler": "21.0.7", "@angular/core": "21.0.1", "@angular/forms": "21.0.1", "@angular/platform-browser": "21.0.1", @@ -1705,10 +1705,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", - "license": "MIT", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.7.tgz", + "integrity": "sha512-Qsjx0OrOquyx10fMynkHilRRoZy9qJcstHdML7NGKg887xqHW4YvgNKREIXmKYjnV6sUBBUxJUD1L5ouarb/YA==", "dependencies": { "tslib": "^2.3.0" }, @@ -11480,9 +11479,9 @@ } }, "@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.7.tgz", + "integrity": "sha512-Qsjx0OrOquyx10fMynkHilRRoZy9qJcstHdML7NGKg887xqHW4YvgNKREIXmKYjnV6sUBBUxJUD1L5ouarb/YA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 8695505..1ab28f6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "21.0.1", "@angular/common": "21.0.1", - "@angular/compiler": "21.0.1", + "@angular/compiler": "21.0.7", "@angular/core": "21.0.1", "@angular/forms": "21.0.1", "@angular/platform-browser": "21.0.1",