From 204b3015daf8cab37d8a6c1acedb37000b7aa8ed Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 04:05:48 +0000 Subject: [PATCH] fix: integration/typings_test_rxjs7/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- integration/typings_test_rxjs7/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 5e91bbd927b4..271f3cd6c233 100644 --- a/integration/typings_test_rxjs7/package.json +++ b/integration/typings_test_rxjs7/package.json @@ -6,7 +6,7 @@ "dependencies": { "@angular/animations": "file:../../dist/packages-dist/animations", "@angular/common": "file:../../dist/packages-dist/common", - "@angular/compiler": "file:../../dist/packages-dist/compiler", + "@angular/compiler": "19.2.17", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/core": "file:../../dist/packages-dist/core", "@angular/elements": "file:../../dist/packages-dist/elements",