From cc75c1c607ef51f10c102a1fd6c9314e3306b9d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Mar 2026 04:56:17 +0000 Subject: [PATCH] fix: examples/angular/router/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15307072 --- examples/angular/router/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular/router/package.json b/examples/angular/router/package.json index 244799848c9..470ed71b50a 100644 --- a/examples/angular/router/package.json +++ b/examples/angular/router/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@angular/build": "^20.0.0", - "@angular/cli": "^20.0.0", + "@angular/cli": "^20.3.15", "@angular/compiler-cli": "^20.0.0", "typescript": "5.8.3" }