From 956923265b9e077663d84b63637f828d11fb1b9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Sep 2025 00:55:34 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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..b44e923eb08 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -57,7 +57,7 @@ "zone.js": "0.8.12" }, "devDependencies": { - "@angular/cli": "7.3.4", + "@angular/cli": "11.2.18", "@angular/compiler-cli": "5.2.10", "@ionic/app-scripts": "3.2.3", "@types/jasmine": "2.5.41",