From b0d385be977c015e6bd003b0d068d8d783c6e0e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:46:40 +0000 Subject: [PATCH] Bump @angular/common from 20.3.25 to 20.3.27 in /frontend 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] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8849185..a9a6982 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-devkit/schematics": "^9.1.15", "@angular/animations": "^9.0.6", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.25", "@angular/core": "^11.0.5", "@angular/forms": "^9.0.6", @@ -2549,9 +2549,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" @@ -2560,7 +2560,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/frontend/package.json b/frontend/package.json index d1ab992..f1b048d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular-devkit/schematics": "^9.1.15", "@angular/animations": "^9.0.6", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^20.3.25", "@angular/core": "^11.0.5", "@angular/forms": "^9.0.6", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 16a4f24..a66d8fb 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -341,10 +341,10 @@ yargs "18.0.0" zod "4.3.5" -"@angular/common@^20.3.25": - version "20.3.25" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.25.tgz#0f2bd058ec6595cfb4dd6a05601c41cb5cf3cb23" - integrity sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw== +"@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"