From 8298f89d684791474a6de8f396e13cae372d578e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:17:17 +0000 Subject: [PATCH] Bump @angular/core from 19.2.10 to 20.0.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.10 to 20.0.5. - [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/20.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++------ package.json | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cca0f1..f5ca1f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/cdk": "^19.2.15", "@angular/common": "^19.2.10", "@angular/compiler": "^19.2.10", - "@angular/core": "^19.2.10", + "@angular/core": "^20.0.5", "@angular/platform-browser": "^19.2.10", "@angular/platform-browser-dynamic": "^19.2.10", "@angular/router": "^20.0.0", @@ -944,19 +944,27 @@ } }, "node_modules/@angular/core": { - "version": "19.2.10", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.10.tgz", - "integrity": "sha512-9SQj5zz9VL4nD2dnqaS8nHxYWWQTPavacwG/e5I1wlctrUIGAvvl9uApxXanqlNVoezA0isUVzZGjaiQuu0hBQ==", - "license": "MIT", + "version": "20.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.5.tgz", + "integrity": "sha512-r7YQXZvKPAMUXeo3psKTZxyYJrwidTwDPrzxMX3EGqZxv0eDnMPWCxH2y0O2X4BT0Nm1iAqx3zhGrSFc0vD60Q==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { + "@angular/compiler": "20.0.5", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } } }, "node_modules/@angular/language-service": { @@ -19874,6 +19882,7 @@ "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.0.tgz", "integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==", "license": "MIT", + "optional": true, "peer": true } } diff --git a/package.json b/package.json index b9a5c80..96c6766 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@angular/cdk": "^19.2.15", "@angular/common": "^19.2.10", "@angular/compiler": "^19.2.10", - "@angular/core": "^19.2.10", + "@angular/core": "^20.0.5", "@angular/platform-browser": "^19.2.10", "@angular/platform-browser-dynamic": "^19.2.10", "@angular/router": "^20.0.0",