From f811d6ee86299b9efb5079bc49e7f867b72a0c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:02:18 +0000 Subject: [PATCH] Bump @angular/common Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 22.0.1 to 22.0.2. - [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/v22.0.2/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 22.0.2 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..479fd0772b 100644 --- a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package-lock.json +++ b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^22.0.1", - "@angular/common": "^22.0.1", + "@angular/common": "^22.0.2", "@angular/compiler": "^20.3.25", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", @@ -1348,9 +1348,9 @@ } }, "node_modules/@angular/common": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.1.tgz", - "integrity": "sha512-EczDHu+ziop3x2CSh9+hdkegTSjblYvuH0y4aZ8biqh+pGFRni24Qu9kZiV5VrBprIJG5NeiCEA2rT6fJ7w/Nw==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.2.tgz", + "integrity": "sha512-XSkHYRwrM54v4GZ+fg9KU1KbSIE/iQF33VXKo5zqVNKO11MnAbJ59qzyqX/5EzSeogHyBoHApprFKACsCAKm/Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1359,7 +1359,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.0.1", + "@angular/core": "22.0.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json index c718b1919b..f48e2aea3b 100644 --- a/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json +++ b/068-AzureOpenAIApps/Student/Resources/ContosoAIAppsFrontend/package.json @@ -11,7 +11,7 @@ "private": true, "dependencies": { "@angular/animations": "^22.0.1", - "@angular/common": "^22.0.1", + "@angular/common": "^22.0.2", "@angular/compiler": "^20.3.25", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1",