From 42f6fb31b21dfa69d7a70813638648bef5665a11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 01:46:31 +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 5462aac..cf87232 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",