From efab8c9d9c4ad3a69ed54406121e55508a5b1721 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:28:23 +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 930d087..9365d5f 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",