From 9a8a9aa0c3ba5e676a89d1feaa903a3a64594c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:31:32 +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.1.1 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.1.1 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] --- samples/react-msal-bot/spfx/package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/react-msal-bot/spfx/package-lock.json b/samples/react-msal-bot/spfx/package-lock.json index e7ac13e91..f818551c2 100644 --- a/samples/react-msal-bot/spfx/package-lock.json +++ b/samples/react-msal-bot/spfx/package-lock.json @@ -37988,9 +37988,9 @@ } }, "node_modules/microsoft-cognitiveservices-speech-sdk/node_modules/@angular/common": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.1.tgz", - "integrity": "sha512-Di2I6TooHdKun3SqRr45o4LbWJq/ZdwUt3fg0X3obPYaP/f6TrFQ4TMjcl03EfPufPtoQx6O+d32rcWVLhDxyw==", + "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": { @@ -38000,14 +38000,14 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.1", + "@angular/core": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/microsoft-cognitiveservices-speech-sdk/node_modules/@angular/core": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz", - "integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==", + "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": { @@ -38017,7 +38017,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.1", + "@angular/compiler": "21.2.4", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" },