From 72e38e484b08af76f30cace6507cc788fc1e6b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:53:34 +0000 Subject: [PATCH] Bump @angular/common from 20.3.26 to 20.3.27 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.26 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] --- packages/frontend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 7816ce0a0..21686c691 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -41,7 +41,7 @@ "dependencies": { "@angular/animations": "^20.3.16", "@angular/cdk": "^20.2.14", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.27", "@angular/core": "^20.3.27", "@angular/forms": "^20.3.16", diff --git a/yarn.lock b/yarn.lock index 016f1e22e..e009be95e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -331,10 +331,10 @@ yargs "18.0.0" zod "4.1.13" -"@angular/common@^20.3.25": - version "20.3.26" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.26.tgz#b4e99d25b4b6476f0a258376371469823fb0a130" - integrity sha512-35+aHaCmldFZ2qFiH83+cHcDXwUqSEuUR5DVApcd+Ku8PfIIGo8uMiD5++Qq7QIUTbZCD2glAiE9jLroGrf1Cw== +"@angular/common@^20.3.27": + version "20.3.27" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.27.tgz#52405b538e1e662b4b93a4176d6ff86fbb81f7e7" + integrity sha512-4ectYP60XatB9zZ40WlfmaTzjmEhaz8SSqLsbZI4VZ8gDb5qNmxWtwwt8UxS3NmDHEgqdNL8UPO4E94+yKCICg== dependencies: tslib "^2.3.0"