From 2fad0a5f03f460e66e89b214b9b951f293e1346c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:50:37 +0000 Subject: [PATCH] Bump @angular/compiler in /CloudPatterns/ClientApp Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) 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/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CloudPatterns/ClientApp/package-lock.json | 8 ++++---- CloudPatterns/ClientApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CloudPatterns/ClientApp/package-lock.json b/CloudPatterns/ClientApp/package-lock.json index 3c63f11..a01d4fc 100644 --- a/CloudPatterns/ClientApp/package-lock.json +++ b/CloudPatterns/ClientApp/package-lock.json @@ -10,7 +10,7 @@ "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "20.3.27", - "@angular/compiler": "20.3.25", + "@angular/compiler": "20.3.27", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/material": "^8.2.3", @@ -2371,9 +2371,9 @@ "license": "0BSD" }, "node_modules/@angular/compiler": { - "version": "20.3.25", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", - "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.27.tgz", + "integrity": "sha512-in3THZ678GAYuOR9RZV18+zZz0KGhlGikyUEfLeALLjGf9ZaR3n+t19BmYx6G2VkF/Xqadne1omQ2vbl6PRASA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/CloudPatterns/ClientApp/package.json b/CloudPatterns/ClientApp/package.json index b46b36b..04da20a 100644 --- a/CloudPatterns/ClientApp/package.json +++ b/CloudPatterns/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "20.3.27", - "@angular/compiler": "20.3.25", + "@angular/compiler": "20.3.27", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/material": "^8.2.3",