From c964be2254d2e42512f9360d8498b44ac9574d04 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:33:06 +0000 Subject: [PATCH] fix: packages/schematics/angular/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- packages/schematics/angular/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/angular/package.json b/packages/schematics/angular/package.json index 5c4ca5f913dd..5ba843de2761 100644 --- a/packages/schematics/angular/package.json +++ b/packages/schematics/angular/package.json @@ -17,8 +17,8 @@ }, "schematics": "./collection.json", "dependencies": { - "@angular-devkit/core": "0.0.0-PLACEHOLDER", - "@angular-devkit/schematics": "0.0.0-PLACEHOLDER", + "@angular-devkit/core": "0.0.2", + "@angular-devkit/schematics": "0.0.1", "jsonc-parser": "3.3.1" } }