From df695a7c2e50403afb9bbb900d882a8f9ae9da55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:58:40 +0000 Subject: [PATCH] Bump @angular/common in /KanbanAngularApplication/ClientApp Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 8.2.12 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] --- KanbanAngularApplication/ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KanbanAngularApplication/ClientApp/package.json b/KanbanAngularApplication/ClientApp/package.json index 10e8c78..7fc0050 100644 --- a/KanbanAngularApplication/ClientApp/package.json +++ b/KanbanAngularApplication/ClientApp/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "8.2.12", - "@angular/common": "8.2.12", + "@angular/common": "19.2.16", "@angular/compiler": "8.2.12", "@angular/core": "10.2.5", "@angular/forms": "8.2.12",