From 3d2e952e7684c0e158ff7bdb5985b03b968c0720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:46:29 +0000 Subject: [PATCH] Bump @angular/core from 20.0.6 to 20.2.4 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.0.6 to 20.2.4. - [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.2.4/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebe307b..fa45127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/common": "^20.0.0", "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", + "@angular/core": "^20.2.4", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0", "@angular/router": "^20.0.0", @@ -540,9 +540,9 @@ } }, "node_modules/@angular/core": { - "version": "20.0.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.6.tgz", - "integrity": "sha512-PLSRl8vM8I+HOlAJFiTcRMNbRj2Clb7lpQqUfkeBSk8bBWOy9fLlscoY3JOk0tXoUTnW6lbRB1LmAFuYAQZzAA==", + "version": "20.2.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.2.4.tgz", + "integrity": "sha512-8yvfvPDWX8M7o82GBl5P1nlvm1ywQ2XZi5HWj3llKpSJE2XjzhATgPrpKwiNVnpgjZWTOwM11fpoAaRKqQjxTA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -551,7 +551,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.0.6", + "@angular/compiler": "20.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index 8dac512..0d84d58 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "@angular/common": "^20.0.0", "@angular/compiler": "^20.0.0", - "@angular/core": "^20.0.0", + "@angular/core": "^20.2.4", "@angular/forms": "^20.0.0", "@angular/platform-browser": "^20.0.0", "@angular/router": "^20.0.0",