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",