channelz: update packages security patched versions of pkgs

Updated some direct dependencies and removed some unused ones.
`npm audit` now shows zero findings.
This commit is contained in:
Spencer Fang 2018-06-07 16:42:34 -07:00
parent b808b9cbe1
commit d39c3e8e41
2 changed files with 3265 additions and 3539 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,22 +20,21 @@
"@angular/platform-browser": "6.0.3",
"@angular/platform-browser-dynamic": "6.0.3",
"@angular/router": "6.0.3",
"core-js": "^2.4.1",
"core-js": "^2.5.7",
"rxjs": "^6.2.0",
"ts-loader": "^4.1.0",
"webpack": "^4.3.0",
"ts-loader": "^4.3.1",
"webpack": "^4.11.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.6",
"@angular-devkit/build-angular": "^0.6.8",
"@angular/cli": "6.0.7",
"@angular/compiler-cli": "6.0.3",
"@angular/language-service": "6.0.3",
"@types/jasmine": "~2.8.3",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^6.0.105",
"codelyzer": "^4.0.1",
"protractor": "~5.1.2",
"@types/node": "^6.0.112",
"codelyzer": "^4.3.0",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "2.7.2"