From 3e4f79df859adcbcd9ea62cd6c0138e99d8c02b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Jun 2025 02:31:50 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- 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..82e4a65 100644 --- a/todo-frontend-app/package.json +++ b/todo-frontend-app/package.json @@ -26,8 +26,8 @@ "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2", - "@angular-devkit/build-angular": "~0.901.7", - "@angular/cli": "~9.1.5", + "@angular-devkit/build-angular": "~20.0.0", + "@angular/cli": "~20.0.0", "@angular/compiler-cli": "~9.1.6", "typescript": "~3.8.3" },