From 3b759b9c12da6253651245b8f04e651e6e1214d4 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:08:12 +0000 Subject: [PATCH] fix: packages/ngtools/webpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 --- packages/ngtools/webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index bc4bc6d31b92..5ad343bb74d1 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@angular-devkit/core": "0.0.0-PLACEHOLDER", - "@angular/compiler": "18.2.0-next.0", + "@angular/compiler": "19.2.18", "@angular/compiler-cli": "18.2.0-next.0", "typescript": "5.5.3", "webpack": "5.93.0"