From d9c8c9e0a3174cfca57e3c1e35273922ce83c250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:20:45 +0000 Subject: [PATCH] fix(deps): update dependency @angular/common to v19 [security] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ce50462..48f30eb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^17.3.0", "@angular/cdk": "^17.0.0", - "@angular/common": "^17.3.0", + "@angular/common": "^19.0.0", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0", "@angular/elements": "^17.3.11",