From 86bc15cdedf3f5b982059a47fc913c0f943c4c7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 01:41:19 +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-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- packages/insight/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/insight/package.json b/packages/insight/package.json index 26f40b0592e..1e38d185534 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -41,8 +41,8 @@ }, "dependencies": { "@angular/common": "5.2.10", - "@angular/compiler": "5.2.10", - "@angular/core": "5.2.10", + "@angular/compiler": "19.2.18", + "@angular/core": "19.2.18", "@angular/forms": "5.2.10", "@angular/http": "5.2.10", "@angular/platform-browser": "5.2.10",