From e2d8e176cf08bb6001b5630de13259b633b4973a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 05:39:41 +0000 Subject: [PATCH] fix: examples/angular/simple/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- examples/angular/simple/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular/simple/package.json b/examples/angular/simple/package.json index 6a6d8d42168..5a784d8c396 100644 --- a/examples/angular/simple/package.json +++ b/examples/angular/simple/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@angular/build": "^19.2.5", - "@angular/cli": "^19.2.5", + "@angular/cli": "^20.3.15", "@angular/compiler-cli": "^19.2.4", "typescript": "5.8.3" }