From 8ac4fd30a0ccf012a6d53a077409d0aa7443789b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:45:36 +0000 Subject: [PATCH] build(deps): Bump @angular/common Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 13.3.10 to 19.2.16. - [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/19.2.16/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/frontend/shared-components/gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/frontend/shared-components/gui/package.json b/projects/frontend/shared-components/gui/package.json index 51474785bc..a7845d1e56 100644 --- a/projects/frontend/shared-components/gui/package.json +++ b/projects/frontend/shared-components/gui/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/animations": "13.3.10", "@angular/cdk": "13.3.8", - "@angular/common": "13.3.10", + "@angular/common": "19.2.16", "@angular/compiler": "13.3.10", "@angular/core": "13.3.10", "@angular/forms": "13.3.10",