From e64326da482a2e82788c87e9c5b50f1754657e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:36:25 +0000 Subject: [PATCH] Bump @angular/core from 21.0.6 to 21.2.4 in /with-angular Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.6 to 21.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/v21.2.4/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-angular/package-lock.json | 10 +++++----- with-angular/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/with-angular/package-lock.json b/with-angular/package-lock.json index 2929bfe..d4c9c0e 100644 --- a/with-angular/package-lock.json +++ b/with-angular/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.2.4", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-server": "^21.0.0", @@ -551,9 +551,9 @@ } }, "node_modules/@angular/core": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.6.tgz", - "integrity": "sha512-SvWbOkkrsqprYJSBmzQEWkWjfZB/jkRYyFp2ClMJBPqOLxP1a+i3Om2rolcNQjZPz87bs9FszwgRlXUy7sw5cQ==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz", + "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -562,7 +562,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.0.6", + "@angular/compiler": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/with-angular/package.json b/with-angular/package.json index 09bbd9b..fcbbf21 100644 --- a/with-angular/package.json +++ b/with-angular/package.json @@ -24,7 +24,7 @@ "dependencies": { "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/core": "^21.2.4", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", "@angular/platform-server": "^21.0.0",