From 9752b04aa490d88582e1689d6cce291bb04a548e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:14:22 +0000 Subject: [PATCH] Bump @angular/compiler from 21.2.4 to 21.2.17 in /Ui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.4 to 21.2.17. - [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.17/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ui/package-lock.json | 8 ++++---- Ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ui/package-lock.json b/Ui/package-lock.json index a2b7ac5..2e9cb2d 100644 --- a/Ui/package-lock.json +++ b/Ui/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^21.2.4", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4", @@ -1093,9 +1093,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", - "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", + "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/Ui/package.json b/Ui/package.json index 650da59..662fe96 100644 --- a/Ui/package.json +++ b/Ui/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^21.2.4", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.4", "@angular/forms": "^21.1.4", "@angular/platform-browser": "^21.1.4",