From 4b51c95cc25b02e56e4c9227488acddbafdef645 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:45:21 +0000 Subject: [PATCH] fix: packages/angular/create/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- packages/angular/create/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/create/package.json b/packages/angular/create/package.json index a5ad3fce4ff9..30dab3255bed 100644 --- a/packages/angular/create/package.json +++ b/packages/angular/create/package.json @@ -11,6 +11,6 @@ ], "bin": "./src/index.js", "dependencies": { - "@angular/cli": "0.0.0-PLACEHOLDER" + "@angular/cli": "1.0.0" } }