From 95e4501458882287431c74ccd865f0b8b9ad51cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 23:45:55 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-USERAGENT-174737 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:parsejson:20170908 --- packages/insight/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/insight/package.json b/packages/insight/package.json index 26f40b0592e..affc8d97432 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -57,26 +57,26 @@ "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": "5.0.0", "karma-chrome-launcher": "2.1.1", "karma-cli": "1.0.1", - "karma-coverage-istanbul-reporter": "1.2.1", + "karma-coverage-istanbul-reporter": "3.0.0", "karma-jasmine": "1.1.0", "karma-jasmine-html-reporter": "0.2.2", "prettier": "^1.15.3", "serve": "^10.1.1", "serve-static": "1.13.2", "ts-node": "3.0.4", - "tslint": "5.3.2", + "tslint": "5.16.0", "tslint-angular": "^1.1.2", "tslint-config-prettier": "^1.15.0", "tslint-eslint-rules": "4.1.1",