From 5b9f3107b9ad360e667c42f7a7b3379288007602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:35:25 +0000 Subject: [PATCH] build(deps): bump @angular/core from 21.2.18 to 22.0.8 in /web/frontend Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.18 to 22.0.8. - [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/v22.0.8/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/frontend/package-lock.json | 12 ++++++------ web/frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/frontend/package-lock.json b/web/frontend/package-lock.json index 6911007e..40816194 100644 --- a/web/frontend/package-lock.json +++ b/web/frontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.10", "@angular/common": "^21.2.10", "@angular/compiler": "^21.2.10", - "@angular/core": "^21.2.10", + "@angular/core": "^22.0.8", "@angular/forms": "^21.2.10", "@angular/platform-browser": "^21.2.10", "@angular/platform-browser-dynamic": "^21.2.10", @@ -538,18 +538,18 @@ } }, "node_modules/@angular/core": { - "version": "21.2.18", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.18.tgz", - "integrity": "sha512-AG4bb6GU0+qp+vVBjc/IhSPjgcRX8QsCb8jzN8dDyhnjsyuuG/LlIiU0l6n65BI9SGKE9m6TfsJ1ObkkAiE5KQ==", + "version": "22.0.8", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.8.tgz", + "integrity": "sha512-HagZZVzbtXd+ZhMb++k/HOtr/UTiBROHHH7xutgYgnSnPRXX0kCca5EQ02OZ/OCWfsMP5liSJDfwiePFULKA6Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "21.2.18", + "@angular/compiler": "22.0.8", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/web/frontend/package.json b/web/frontend/package.json index e5f6a127..cf4a48b0 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -26,7 +26,7 @@ "@angular/animations": "^21.2.10", "@angular/common": "^21.2.10", "@angular/compiler": "^21.2.10", - "@angular/core": "^21.2.10", + "@angular/core": "^22.0.8", "@angular/forms": "^21.2.10", "@angular/platform-browser": "^21.2.10", "@angular/platform-browser-dynamic": "^21.2.10",