update package and package-lock files in order to remove security vulnerabilites

This commit is contained in:
Martin Rojas Miguel Angel 2018-01-22 16:33:20 +01:00 committed by Holger Hagen
parent 761df5c4aa
commit f0d1b7b6cc
6 changed files with 14544 additions and 6884 deletions

9181
admin/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,44 +5,48 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": " npm run",
"build:prod": "ng build --env=prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/core": "5.2.0",
"@angular/forms": "5.2.0",
"@angular/http": "5.2.0",
"@angular/platform-browser": "5.2.0",
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@angular/common": "5.2.1",
"@angular/compiler": "5.2.1",
"@angular/core": "5.2.1",
"@angular/forms": "5.2.1",
"@angular/http": "5.2.1",
"@angular/platform-browser": "5.2.1",
"@angular/platform-browser-dynamic": "5.2.1",
"@angular/router": "5.2.1",
"angular-svg-icon": "5.0.0",
"angular-tree-component": "7.0.1",
"bootstrap": "3.3.7",
"bootstrap-vertical-tabs": "1.2.2",
"bootstrap-sass": "3.3.7",
"core-js": "2.5.3",
"jquery": "3.3.1",
"magic-string": "0.22.4",
"ngx-bootstrap": "2.0.0-rc.0",
"ngx-bootstrap": "2.0.1",
"node-sass": "4.7.2",
"rxjs": "5.5.6",
"zone.js": "0.8.20"
},
"devDependencies": {
"@angular/cli": "1.6.4",
"@angular/compiler-cli": "5.2.0",
"@angular/cli": "1.6.5",
"@angular/compiler-cli": "5.2.1",
"@types/jasmine": "2.8.4",
"@types/node": "9.3.0",
"codelyzer": "4.0.2",
"jasmine-core": "2.8.0",
"codelyzer": "4.1.0",
"jasmine-core": "2.9.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.3.3",
"karma-jasmine": "1.1.1",
"karma-jasmine-html-reporter": "0.2.2",
"karma-coverage-istanbul-reporter": "1.3.3",
"protractor": "5.2.2",
"ts-node": "4.1.0",
"tslint": "5.9.1",

9176
monitor/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,35 +6,40 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --env=prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/core": "5.2.0",
"@angular/forms": "5.2.0",
"@angular/http": "5.2.0",
"@angular/platform-browser": "5.2.0",
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@angular/common": "5.2.1",
"@angular/compiler": "5.2.1",
"@angular/core": "5.2.1",
"@angular/forms": "5.2.1",
"@angular/http": "5.2.1",
"@angular/platform-browser": "5.2.1",
"@angular/platform-browser-dynamic": "5.2.1",
"@angular/router": "5.2.1",
"angular-svg-icon": "5.0.0",
"bootstrap": "3.3.7",
"chart.js": "2.7.1",
"bootstrap-sass": "3.3.7",
"core-js": "2.5.3",
"ng2-charts": "1.6.0",
"ngx-bootstrap": "2.0.0-rc.0",
"jquery": "3.3.1",
"ngx-bootstrap": "2.0.1",
"node-sass": "4.7.2",
"rxjs": "5.5.6",
"zone.js": "0.8.20"
"zone.js": "0.8.20",
"chart.js": "2.7.1",
"ng2-charts": "1.6.0"
},
"devDependencies": {
"@angular/cli": "1.6.4",
"@angular/compiler-cli": "5.2.0",
"@angular/cli": "1.6.5",
"@angular/compiler-cli": "5.2.1",
"@types/jasmine": "2.8.4",
"@types/node": "9.3.0",
"codelyzer": "4.0.2",
"jasmine-core": "2.8.0",
"codelyzer": "4.1.0",
"jasmine-core": "2.9.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",

File diff suppressed because it is too large Load Diff

View File

@ -12,28 +12,33 @@
},
"private": true,
"dependencies": {
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/core": "5.2.0",
"@angular/forms": "5.2.0",
"@angular/http": "5.2.0",
"@angular/platform-browser": "5.2.0",
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@angular/common": "5.2.1",
"@angular/compiler": "5.2.1",
"@angular/core": "5.2.1",
"@angular/forms": "5.2.1",
"@angular/http": "5.2.1",
"@angular/platform-browser": "5.2.1",
"@angular/platform-browser-dynamic": "5.2.1",
"@angular/router": "5.2.1",
"angular-svg-icon": "5.0.0",
"angular-tree-component": "7.0.1",
"bootstrap": "3.3.7",
"bootstrap-sass": "^3.3.7",
"core-js": "2.5.3",
"ng2-auto-complete": "0.12.0",
"ngx-bootstrap": "2.0.0-rc.0",
"jquery": "3.3.1",
"ngx-bootstrap": "2.0.1",
"node-sass": "4.7.2",
"rxjs": "5.5.6",
"zone.js": "0.8.20"
"zone.js": "0.8.20",
"ng2-auto-complete": "0.12.0"
},
"devDependencies": {
"@angular/cli": "1.6.4",
"@angular/compiler-cli": "5.2.0",
"@angular/cli": "1.6.5",
"@angular/compiler-cli": "5.2.1",
"@types/jasmine": "2.8.4",
"@types/node": "9.3.0",
"codelyzer": "4.0.2",
"jasmine-core": "2.8.0",
"codelyzer": "4.1.0",
"jasmine-core": "2.9.1",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",