From 90ee752f77624c61b9c5e48d847b8a2b2b0ff085 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Nov 2025 04:31:38 +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-ANGULARCOMMON-14135651 --- 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..6af6b241155 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -40,7 +40,7 @@ "fix": "npm run fix:tslint && npm run fix:prettier" }, "dependencies": { - "@angular/common": "5.2.10", + "@angular/common": "19.2.16", "@angular/compiler": "5.2.10", "@angular/core": "5.2.10", "@angular/forms": "5.2.10",