From 47c85191834be469e957e65ef3ad41f0ceaf146f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:26:47 +0000 Subject: [PATCH] fix: packages/angular/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- packages/angular/cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index be1fbde1da81..4bce5a37bef6 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -23,11 +23,11 @@ "homepage": "https://github.com/angular/angular-cli", "dependencies": { "@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER", - "@angular-devkit/core": "0.0.0-PLACEHOLDER", + "@angular-devkit/core": "0.0.2", "@angular-devkit/schematics": "0.0.0-PLACEHOLDER", "@inquirer/prompts": "5.1.2", "@listr2/prompt-adapter-inquirer": "2.0.13", - "@schematics/angular": "0.0.0-PLACEHOLDER", + "@schematics/angular": "0.0.1", "@yarnpkg/lockfile": "1.1.0", "ini": "4.1.3", "jsonc-parser": "3.3.1",