From f30e601684e44293fe9bc37e944818aff40f8ddc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 16:38:06 +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 016cc0c728..9d4ab8b25f 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -40,8 +40,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",