From 38c8ff70700f0f819fa9369c32a4856c33b78073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:06:54 +0000 Subject: [PATCH] Bump @angular/core Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.1.2 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] --- .../Integrations/dialog/package-lock.json | 10 +++++----- .../rich-text-editor/Integrations/dialog/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package-lock.json b/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package-lock.json index 05faaffe659..2cbbbe3d0ad 100644 --- a/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package-lock.json +++ b/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package-lock.json @@ -10,7 +10,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/router": "^21.0.0", @@ -526,9 +526,9 @@ } }, "node_modules/@angular/core": { - "version": "21.1.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.2.tgz", - "integrity": "sha512-W2xxRb7noOD1DdMwKaZ3chFhii6nutaNIXt7dfWsMWoujg3Kqpdn1ukeyW5aHKQZvCJTIGr4f3whZ8Sj/17aCA==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz", + "integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==", "license": "MIT", "peer": true, "dependencies": { @@ -538,7 +538,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.2", + "@angular/compiler": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package.json b/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package.json index 71ac1ac6074..132e9da1853 100644 --- a/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package.json +++ b/ej2-angular/code-snippet/rich-text-editor/Integrations/dialog/package.json @@ -25,7 +25,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/router": "^21.0.0",