From faa842f93779d1b0f3a385e1a424126cf17c9e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:48:48 +0000 Subject: [PATCH] Bump @angular/common from 20.3.25 to 20.3.27 in /CloudPatterns/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] --- CloudPatterns/ClientApp/package-lock.json | 10 +++++----- CloudPatterns/ClientApp/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CloudPatterns/ClientApp/package-lock.json b/CloudPatterns/ClientApp/package-lock.json index c23cc56..3c63f11 100644 --- a/CloudPatterns/ClientApp/package-lock.json +++ b/CloudPatterns/ClientApp/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", - "@angular/common": "20.3.25", + "@angular/common": "20.3.27", "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", @@ -2349,9 +2349,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==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -2360,7 +2360,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" } }, diff --git a/CloudPatterns/ClientApp/package.json b/CloudPatterns/ClientApp/package.json index a703b35..b46b36b 100644 --- a/CloudPatterns/ClientApp/package.json +++ b/CloudPatterns/ClientApp/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", - "@angular/common": "20.3.25", + "@angular/common": "20.3.27", "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0",