From eed3c84c544fb7720c680088c0cf31a9d865fb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:08:07 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 20.3.18 to 22.0.1 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.18 to 22.0.1. - [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.1/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1558c6a..5fa82e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", - "@angular/core": "^20.3.16", + "@angular/core": "^22.0.1", "@angular/forms": "^20.3.16", "@angular/platform-browser": "^20.3.16", "@angular/platform-browser-dynamic": "^20.3.16", @@ -992,20 +992,20 @@ } }, "node_modules/@angular/core": { - "version": "20.3.18", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", - "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.1.tgz", + "integrity": "sha512-Sk0fz+LR2q6QhJJtCV9ElN1GzoEX6lOB4difMqpOC0yRh/ue+9iKd+x3RRiL4p+dnAiRLQYAKqsXkYlqUm2SMg==", "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": "20.3.18", + "@angular/compiler": "22.0.1", "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.15.0" + "zone.js": "~0.15.0 || ~0.16.0" }, "peerDependenciesMeta": { "@angular/compiler": { diff --git a/package.json b/package.json index 686657b..fe7d6b5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.16", "@angular/compiler": "^20.3.16", - "@angular/core": "^20.3.16", + "@angular/core": "^22.0.1", "@angular/forms": "^20.3.16", "@angular/platform-browser": "^20.3.16", "@angular/platform-browser-dynamic": "^20.3.16",