From 4e58614503b12c2bad7018482ac42f72fd10f6a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 06:35:38 +0000 Subject: [PATCH] fix: todo-frontend-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097 --- todo-frontend-app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo-frontend-app/package.json b/todo-frontend-app/package.json index 43bebcf..0aa08d7 100644 --- a/todo-frontend-app/package.json +++ b/todo-frontend-app/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "~9.1.6", - "@angular/common": "~9.1.6", + "@angular/common": "~19.2.16", "@angular/compiler": "~9.1.6", "@angular/core": "~9.1.6", "@angular/forms": "~9.1.6", @@ -26,7 +26,7 @@ "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2", - "@angular-devkit/build-angular": "~0.901.7", + "@angular-devkit/build-angular": "~13.2.0", "@angular/cli": "~9.1.5", "@angular/compiler-cli": "~9.1.6", "typescript": "~3.8.3"