From 3f36e1fb9c66af69f4239fdb65446f46fda45b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:58:25 +0000 Subject: [PATCH] Bump @angular/core from 19.2.20 to 20.3.25 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 19.2.20 to 20.3.25. - [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/v20.3.25/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07fc257..0693db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.18", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.2.18", + "@angular/core": "^20.3.25", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^19.2.18", "@angular/material": "^19.2.19", @@ -2659,19 +2659,28 @@ } }, "node_modules/@angular/core": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.20.tgz", - "integrity": "sha512-pxzQh8ouqfE57lJlXjIzXFuRETwkfMVwS+NFCfv2yh01Qtx+vymO8ZClcJMgLPfBYinhBYX+hrRYVSa1nzlkRQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.25.tgz", + "integrity": "sha512-B4XnnR5jzikZDvZ4PjwjAWZMT14dxrKrmJdwa/n0yp7rMPkIJTKF6ZJMg4d1pLWLLSsc2oWHioN3UrWlGqIKnA==", "license": "MIT", "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.3.25", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" + }, + "peerDependenciesMeta": { + "@angular/compiler": { + "optional": true + }, + "zone.js": { + "optional": true + } } }, "node_modules/@angular/flex-layout": { diff --git a/package.json b/package.json index 34ff719..0c41a46 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/cdk": "^19.2.19", "@angular/common": "^19.2.18", "@angular/compiler": "^19.2.18", - "@angular/core": "^19.2.18", + "@angular/core": "^20.3.25", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^19.2.18", "@angular/material": "^19.2.19",