From e520fdabf445d3bec989a2ae13c6fb6e74d547b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:09:11 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /angular-libs 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] --- angular-libs/package-lock.json | 8 ++++---- angular-libs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/angular-libs/package-lock.json b/angular-libs/package-lock.json index aa3eec7..2f71647 100644 --- a/angular-libs/package-lock.json +++ b/angular-libs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^22.0.6", "@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", @@ -635,9 +635,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/angular-libs/package.json b/angular-libs/package.json index 0198281..8d3b77f 100644 --- a/angular-libs/package.json +++ b/angular-libs/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^22.0.6", "@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",