From 88f376c2b394954c9fea2765adf1301ef967f5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 08:06:24 +0000 Subject: [PATCH] Bump @angular/common in /3_Web/ASPNETCore/AngularSample/ClientApp Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.25 to 20.3.27. - [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/v20.3.27/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../AngularSample/ClientApp/package-lock.json | 16 ++++++++-------- .../AngularSample/ClientApp/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json b/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json index 19da4626..f578ed06 100644 --- a/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json +++ b/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^15.2.8", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.27", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8", @@ -1874,9 +1874,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.25", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", - "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.27.tgz", + "integrity": "sha512-4ectYP60XatB9zZ40WlfmaTzjmEhaz8SSqLsbZI4VZ8gDb5qNmxWtwwt8UxS3NmDHEgqdNL8UPO4E94+yKCICg==", "dependencies": { "tslib": "^2.3.0" }, @@ -1884,7 +1884,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.25", + "@angular/core": "20.3.27", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16540,9 +16540,9 @@ } }, "@angular/common": { - "version": "20.3.25", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", - "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.27.tgz", + "integrity": "sha512-4ectYP60XatB9zZ40WlfmaTzjmEhaz8SSqLsbZI4VZ8gDb5qNmxWtwwt8UxS3NmDHEgqdNL8UPO4E94+yKCICg==", "requires": { "tslib": "^2.3.0" } diff --git a/3_Web/ASPNETCore/AngularSample/ClientApp/package.json b/3_Web/ASPNETCore/AngularSample/ClientApp/package.json index dd8faad0..14b306ec 100644 --- a/3_Web/ASPNETCore/AngularSample/ClientApp/package.json +++ b/3_Web/ASPNETCore/AngularSample/ClientApp/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular/animations": "^15.2.8", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.27", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8",