From 0f8ef18b2078a22ee5787311d6bedb4d09fc32dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:29:21 +0000 Subject: [PATCH] chore(deps): bump @angular/core and @angular/common Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common). These dependencies needed to be updated together. Updates `@angular/core` from 21.0.8 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) Updates `@angular/common` from 21.0.8 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/common) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.4 dependency-type: indirect - dependency-name: "@angular/common" dependency-version: 21.2.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/react-application-chatbubble-copilot/package-lock.json b/samples/react-application-chatbubble-copilot/package-lock.json index 399b7e323..5e953bd27 100644 --- a/samples/react-application-chatbubble-copilot/package-lock.json +++ b/samples/react-application-chatbubble-copilot/package-lock.json @@ -69,9 +69,9 @@ } }, "node_modules/@angular/common": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.8.tgz", - "integrity": "sha512-on1B4oc/pf7IlkbG08Et/cCDSX8dpZz9iwp3zMFN/0JvorspyL5YOovFJfjdpmjdlrIi+ToGImwyIkY9P8Mblw==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.4.tgz", + "integrity": "sha512-NrP6qOuUpo3fqq14UJ1b2bIRtWsfvxh1qLqOyFV4gfBrHhXd0XffU1LUlUw1qp4w1uBSgPJ0/N5bSPUWrAguVg==", "license": "MIT", "peer": true, "dependencies": { @@ -81,14 +81,14 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.8", + "@angular/core": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/core": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.0.8.tgz", - "integrity": "sha512-8dNolIQn8WHrD3PsqGuPrujxDX5hjpMbioifIByjjX9yaJy9on7AewVGb8m/DHVwWQ1eGVAGmvW9wt+h+nlzLg==", + "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": { @@ -98,7 +98,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.0.8", + "@angular/compiler": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" },