From 22b3d966e79ba63f64ced2f4d1fcaa4ca8a08e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 08:39:52 +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/data-pipelines/gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/frontend/data-pipelines/gui/package.json b/projects/frontend/data-pipelines/gui/package.json index 981d3b7fcd..0fed29a782 100644 --- a/projects/frontend/data-pipelines/gui/package.json +++ b/projects/frontend/data-pipelines/gui/package.json @@ -29,7 +29,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",