From af727435671ec7c230caee8c4e5a892a08dc5414 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 22:12:36 +0000 Subject: [PATCH] fix: packages/insight/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- packages/insight/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/insight/package.json b/packages/insight/package.json index 26f40b0592e..7b5c8ce3889 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@angular/common": "5.2.10", - "@angular/compiler": "5.2.10", + "@angular/compiler": "19.2.17", "@angular/core": "5.2.10", "@angular/forms": "5.2.10", "@angular/http": "5.2.10",