update package and package-lock files in order to remove security vulnerabilites
This commit is contained in:
parent
761df5c4aa
commit
f0d1b7b6cc
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue