From 67ecea3838596d1c9e670c9ff057759671eaa30b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:59:41 +0000 Subject: [PATCH] fix: frontend/todo-app-angular/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-15610286 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-15610287 --- frontend/todo-app-angular/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/todo-app-angular/package.json b/frontend/todo-app-angular/package.json index bbe4ea6..4a64dd6 100644 --- a/frontend/todo-app-angular/package.json +++ b/frontend/todo-app-angular/package.json @@ -14,8 +14,8 @@ "@angular/animations": "^15.2.5", "@angular/cdk": "^15.2.5", "@angular/common": "^15.2.5", - "@angular/compiler": "^15.2.9", - "@angular/core": "^15.2.5", + "@angular/compiler": "^19.2.20", + "@angular/core": "^19.2.20", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^15.2.5", "@angular/material": "^15.2.5",