From cd599eaa82cf065644d5f439cc4fbaee3f7c4c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:28:45 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 22.0.6 to 22.1.0 in /ui Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 22.0.6 to 22.1.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v22.1.0/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 22.1.0 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 8b69bfe7..7e24f0a1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "22.0.6", - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.1.0", "@angular/core": "22.0.6", "@angular/forms": "^22.0.6", "@angular/platform-browser": "22.0.6", @@ -479,9 +479,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.6.tgz", - "integrity": "sha512-iFHsXOA14TsxK4jowmGfogI9Jb0ApL3z8EGTGvKMialqtw088HYjwJP1LT4OlO/wgmjSTq2peZ19jLPuhevNvw==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.0.tgz", + "integrity": "sha512-WCmuPnuXgqnqrkbrwqQRyldi1k3rlzNLVDl8ntINF7XWuJh0KfQLEkRK0FCCmBztWJkbGug4RBVnKTWlKhRzCQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/ui/package.json b/ui/package.json index 1ce79779..17839fee 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@angular/common": "22.0.6", - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.1.0", "@angular/core": "22.0.6", "@angular/forms": "^22.0.6", "@angular/platform-browser": "22.0.6",