From 02a0e86d06ac9fd0621a831292a023229d9f8922 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:44:33 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/insight/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/insight/package.json b/packages/insight/package.json index 26f40b0592e..76019d1ca92 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -57,8 +57,8 @@ "zone.js": "0.8.12" }, "devDependencies": { - "@angular/cli": "7.3.4", - "@angular/compiler-cli": "5.2.10", + "@angular/cli": "11.2.18", + "@angular/compiler-cli": "9.0.0", "@ionic/app-scripts": "3.2.3", "@types/jasmine": "2.5.41", "@types/lodash": "4.14.104", @@ -66,7 +66,7 @@ "codecov": "2.2.0", "jasmine-core": "2.5.2", "jasmine-spec-reporter": "3.2.0", - "karma": "1.4.1", + "karma": "4.2.0", "karma-chrome-launcher": "2.1.1", "karma-cli": "1.0.1", "karma-coverage-istanbul-reporter": "1.2.1",