From 252b9f49d6bff60b34972dbd9398810776d2f972 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 17:56:27 +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-MICROMATCH-6838728 --- 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..e05c232179f 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -58,7 +58,7 @@ }, "devDependencies": { "@angular/cli": "7.3.4", - "@angular/compiler-cli": "5.2.10", + "@angular/compiler-cli": "9.0.0", "@ionic/app-scripts": "3.2.3", "@types/jasmine": "2.5.41", "@types/lodash": "4.14.104",