From 75f8686a65734a1ab41f5c4c28afd40a143b2d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:25:50 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 19.0.5 to 19.2.9 in /ui Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.0.5 to 19.2.9. - [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.9/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index a4e57db..23f8070 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "19.0.5", "@angular/cdk": "19.0.4", - "@angular/common": "19.0.5", + "@angular/common": "19.2.9", "@angular/compiler": "19.0.5", "@angular/core": "19.0.5", "@angular/forms": "19.0.5",