From fbac3b0783e93bfde3ef9437873fbb4ace333cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:09:14 +0000 Subject: [PATCH] Bump @angular/core Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 22.0.1 to 22.1.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v22.1.0/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Resources/ContosoAIAppsFrontend/package-lock.json | 10 +++++----- .../Resources/ContosoAIAppsFrontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package-lock.json b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package-lock.json index b9a0226e1b..895ac5acc7 100644 --- a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package-lock.json +++ b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^22.0.1", "@angular/common": "^22.0.1", "@angular/compiler": "^20.3.25", - "@angular/core": "^22.0.1", + "@angular/core": "^22.1.0", "@angular/forms": "^22.0.1", "@angular/platform-browser": "^22.0.1", "@angular/platform-browser-dynamic": "^22.0.1", @@ -1483,9 +1483,9 @@ } }, "node_modules/@angular/core": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.1.tgz", - "integrity": "sha512-Sk0fz+LR2q6QhJJtCV9ElN1GzoEX6lOB4difMqpOC0yRh/ue+9iKd+x3RRiL4p+dnAiRLQYAKqsXkYlqUm2SMg==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.0.tgz", + "integrity": "sha512-X5UaMuOCI4HAvSQIs3QtM+5e0Cni16DRaHUIL3BIBd4ZQNnSH3pZ25TsKQ8Jlu/3hAQ9rzV278kNQcecooGJ7g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1494,7 +1494,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "22.0.1", + "@angular/compiler": "22.1.0", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json index c718b1919b..aca13907ef 100644 --- a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json +++ b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^22.0.1", "@angular/common": "^22.0.1", "@angular/compiler": "^20.3.25", - "@angular/core": "^22.0.1", + "@angular/core": "^22.1.0", "@angular/forms": "^22.0.1", "@angular/platform-browser": "^22.0.1", "@angular/platform-browser-dynamic": "^22.0.1",