From 47f6945153a244f4fe9a72b2109b398cfb64ec29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:47:27 +0000 Subject: [PATCH] build(deps): bump @angular/compiler Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 22.0.1 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] --- hotelSelection-frontend/src/angular/package-lock.json | 8 ++++---- hotelSelection-frontend/src/angular/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hotelSelection-frontend/src/angular/package-lock.json b/hotelSelection-frontend/src/angular/package-lock.json index 3c8aa43..de7633e 100644 --- a/hotelSelection-frontend/src/angular/package-lock.json +++ b/hotelSelection-frontend/src/angular/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^22.0.1", "@angular/cdk": "^22.0.1", "@angular/common": "^22.0.1", - "@angular/compiler": "^22.0.1", + "@angular/compiler": "^22.1.0", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", "@angular/localize": "^22.0.1", @@ -878,9 +878,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.1.tgz", - "integrity": "sha512-J8lcmYXJCGZn1+CHx3LSgq6rtS5Efc1/Nafcd/v8VZN2NrsFIkIlTbnAIUxcwHwYxzZs4X5CGfX+5ZIB4X9rUw==", + "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/hotelSelection-frontend/src/angular/package.json b/hotelSelection-frontend/src/angular/package.json index bc5d47e..a8973ec 100644 --- a/hotelSelection-frontend/src/angular/package.json +++ b/hotelSelection-frontend/src/angular/package.json @@ -25,7 +25,7 @@ "@angular/animations": "^22.0.1", "@angular/cdk": "^22.0.1", "@angular/common": "^22.0.1", - "@angular/compiler": "^22.0.1", + "@angular/compiler": "^22.1.0", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", "@angular/localize": "^22.0.1",