From f2c4ddcde5f35812cfcdb8ee03a559b83d89694a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:56:38 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /frontend/src/angular 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] --- frontend/src/angular/package-lock.json | 15 ++++++++------- frontend/src/angular/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/src/angular/package-lock.json b/frontend/src/angular/package-lock.json index e67ce39..0206889 100644 --- a/frontend/src/angular/package-lock.json +++ b/frontend/src/angular/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^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", @@ -1615,9 +1615,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" @@ -5982,6 +5982,7 @@ "version": "22.0.1", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.0.1.tgz", "integrity": "sha512-1dHVpRKsoKVb618GsxWc/Riin898z/QJ3uqrGcALdgY2F2qxlkIQgLH/b3O5vUo6vMydb9iAh+cPqGoeNphL+g==", + "deprecated": "Angular's Webpack support is deprecated. Use the esbuild and Vite-based \"@angular/build\" package instead.", "dev": true, "license": "MIT", "engines": { @@ -16434,9 +16435,9 @@ } }, "node_modules/postcss-safe-parser": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz", - "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.1.0.tgz", + "integrity": "sha512-1WzZxRLaAFwEh6Do+zyGpjWV3nGJNxxhuh7Ubu/q1ICImMgZJnLwhoaEpRbG4pJppp2Y1ncL9ffA2f+LhrefQg==", "dev": true, "funding": [ { diff --git a/frontend/src/angular/package.json b/frontend/src/angular/package.json index 698cd72..aab2fe7 100644 --- a/frontend/src/angular/package.json +++ b/frontend/src/angular/package.json @@ -22,7 +22,7 @@ "dependencies": { "@angular/animations": "^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",