From 21af21788de8482c1c1c155ea6e3f7377e7465c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 08:16:54 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /src/frontend 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] --- src/frontend/package-lock.json | 8 ++++---- src/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 4f8fe86..30918a6 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.0.6", "@angular/cdk": "^21.0.5", "@angular/common": "^21.0.6", - "@angular/compiler": "^21.0.6", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.6", "@angular/forms": "^21.0.6", "@angular/material": "^21.0.5", @@ -1235,9 +1235,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/src/frontend/package.json b/src/frontend/package.json index 74348b8..6009c0e 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^21.0.6", "@angular/cdk": "^21.0.5", "@angular/common": "^21.0.6", - "@angular/compiler": "^21.0.6", + "@angular/compiler": "^21.0.7", "@angular/core": "^21.0.6", "@angular/forms": "^21.0.6", "@angular/material": "^21.0.5",