From 0b1adb42172578b99de4d0e003d9519ee8e94255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:30:26 +0000 Subject: [PATCH] fix(deps): update dependency @angular/compiler to v19 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 789b6649..0f0fdada 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "~18.2.0", "@angular/common": "~18.2.0", - "@angular/compiler": "~18.2.0", + "@angular/compiler": "~19.0.0", "@angular/core": "~18.2.0", "@angular/forms": "~18.2.0", "@angular/platform-browser": "~18.2.0",