From 1296d62d8f98ed1c8a701e88a501527f3fe944bd Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:52 +0000 Subject: [PATCH] fix: AngularJS Projects/TODO/client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- AngularJS Projects/TODO/client/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AngularJS Projects/TODO/client/package.json b/AngularJS Projects/TODO/client/package.json index 1b7a0f9245..ede9d6236e 100644 --- a/AngularJS Projects/TODO/client/package.json +++ b/AngularJS Projects/TODO/client/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~12.0.0", "@angular/cdk": "^12.0.0", - "@angular/cli": "^12.0.0", + "@angular/cli": "^12.2.14", "@angular/common": "~12.0.0", "@angular/compiler": "~12.0.0", "@angular/compiler-cli": "^12.0.0", @@ -26,8 +26,8 @@ "@ngrx/entity": "^12.0.0", "@ngrx/store": "^12.0.0", "@ngrx/store-devtools": "^12.0.0", - "axios": "^0.21.1", - "express": "^4.17.1", + "axios": "^1.13.5", + "express": "^4.22.0", "ngx-simple-modal": "^1.4.17", "path": "^0.12.7", "rxjs": "~6.6.0", @@ -36,8 +36,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~19.1.0", - "@angular/cli": "^12.0.0", + "@angular-devkit/build-angular": "~20.0.0", + "@angular/cli": "^12.2.14", "@angular/compiler-cli": "^12.0.0", "@ngrx/schematics": "^12.0.0", "@types/jasmine": "~3.6.0",