From ad66f6b26f27276b0cf89de95b97d0983afb5c53 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 03:23:39 +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-GLOB-14040952 --- 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" } }