From af1047127281c7d2eb4b9a07991fca796ec1ea7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 00:48:41 +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 b097a28..cc7ce57 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",