From 7ad61fa74cf3f7f8e7312655c841fe5d794edcf0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 03:55:35 +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-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 - https://snyk.io/vuln/SNYK-JS-ISMYJSONVALID-597165 - https://snyk.io/vuln/SNYK-JS-ISMYJSONVALID-597167 - https://snyk.io/vuln/SNYK-JS-JSONPOINTER-1577288 - https://snyk.io/vuln/SNYK-JS-JSONPOINTER-598804 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-SSRI-1246392 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 - https://snyk.io/vuln/npm:debug:20170905 --- packages/insight/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/insight/package.json b/packages/insight/package.json index 26f40b0592e..1332376d689 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -47,7 +47,7 @@ "@angular/http": "5.2.10", "@angular/platform-browser": "5.2.10", "@angular/platform-browser-dynamic": "5.2.10", - "angular2-moment": "1.7.1", + "angular2-moment": "1.9.0", "angular2-qrcode": "2.0.1", "bs58": "^4.0.1", "ionic-angular": "3.9.2", @@ -57,16 +57,16 @@ "zone.js": "0.8.12" }, "devDependencies": { - "@angular/cli": "7.3.4", - "@angular/compiler-cli": "5.2.10", + "@angular/cli": "12.0.0", + "@angular/compiler-cli": "9.0.0", "@ionic/app-scripts": "3.2.3", "@types/jasmine": "2.5.41", "@types/lodash": "4.14.104", "@types/node": "7.0.4", - "codecov": "2.2.0", + "codecov": "3.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",