From c6dfcc555dba3ca25fa2a4840647b1ba67e4964a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:54:26 +0000 Subject: [PATCH] Bump @angular/core from 20.0.0-next.1 to 20.3.16 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.0.0-next.1 to 20.3.16. - [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.16/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33dc050..c110248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "20.0.0-next.1", "@angular/compiler": "20.0.0-next.1", - "@angular/core": "20.0.0-next.1", + "@angular/core": "20.3.16", "@angular/forms": "20.0.0-next.1", "@angular/platform-browser": "20.0.0-next.1", "@angular/platform-browser-dynamic": "20.0.0-next.1", @@ -1462,23 +1462,27 @@ } }, "node_modules/@angular/core": { - "version": "20.0.0-next.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.0-next.1.tgz", - "integrity": "sha512-QBJI6eG1qfDoEXddyc6rObyoWVrWbGBFsFNRfW8hzyKE6xILDyN9lca327CU0iPTysJBlzeeKPPrlaUZ1X0Hww==", + "version": "20.3.16", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.16.tgz", + "integrity": "sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==", + "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.0.0-next.1", + "@angular/compiler": "20.3.16", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, "peerDependenciesMeta": { "@angular/compiler": { "optional": true + }, + "zone.js": { + "optional": true } } }, diff --git a/package.json b/package.json index ca51622..01206a7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "20.0.0-next.1", "@angular/compiler": "20.0.0-next.1", - "@angular/core": "20.0.0-next.1", + "@angular/core": "20.3.16", "@angular/forms": "20.0.0-next.1", "@angular/platform-browser": "20.0.0-next.1", "@angular/platform-browser-dynamic": "20.0.0-next.1",