TSK-858: updated npm dependencies to remove security vulnerabilities
This commit is contained in:
parent
c216c4c380
commit
bee34a5cec
File diff suppressed because it is too large
Load Diff
|
@ -15,14 +15,11 @@
|
|||
"dependencies": {
|
||||
"@angular/animations": "7.1.3",
|
||||
"@angular/common": "7.1.3",
|
||||
"@angular/compiler": "7.1.3",
|
||||
"@angular/core": "7.1.3",
|
||||
"@angular/forms": "7.1.3",
|
||||
"@angular/http": "7.1.3",
|
||||
"@angular/platform-browser": "7.1.3",
|
||||
"@angular/platform-browser-dynamic": "7.1.3",
|
||||
"@angular/router": "7.1.3",
|
||||
"ajv": "6.5.2",
|
||||
"angular-svg-icon": "6.0.0",
|
||||
"angular-tree-component": "8.2.0",
|
||||
"bootstrap": "4.3.1",
|
||||
|
@ -42,11 +39,14 @@
|
|||
"zone.js": "0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.13.8",
|
||||
"@angular/cli": "^7.3.8",
|
||||
"@angular-devkit/build-angular": "^0.13.9",
|
||||
"@angular/cli": "^7.3.9",
|
||||
"@angular/compiler": "^7.2.7",
|
||||
"@angular/compiler-cli": "7.2.7",
|
||||
"@angular/core": "^7.1.3",
|
||||
"@types/jasmine": "2.8.4",
|
||||
"@types/node": "9.3.0",
|
||||
"ajv": "^6.10.2",
|
||||
"codelyzer": "4.4.2",
|
||||
"hoek": "5.0.3",
|
||||
"jasmine-core": "2.9.1",
|
||||
|
|
Loading…
Reference in New Issue