TSK-1380: Fix security vulnerable yargs-parser (#1254)
This commit is contained in:
parent
34f32557e0
commit
39032c9e3f
File diff suppressed because it is too large
Load Diff
|
|
@ -40,7 +40,6 @@
|
||||||
"ng2-charts": "1.6.0",
|
"ng2-charts": "1.6.0",
|
||||||
"ngx-bootstrap": "5.4.0",
|
"ngx-bootstrap": "5.4.0",
|
||||||
"ngx-infinite-scroll": "9.0.0",
|
"ngx-infinite-scroll": "9.0.0",
|
||||||
"node-sass": "4.13.1",
|
|
||||||
"popper.js": "1.16.1",
|
"popper.js": "1.16.1",
|
||||||
"rxjs": "6.5.4",
|
"rxjs": "6.5.4",
|
||||||
"tslib": "1.10.0",
|
"tslib": "1.10.0",
|
||||||
|
|
@ -66,6 +65,7 @@
|
||||||
"eslint-plugin-prettier": "3.1.4",
|
"eslint-plugin-prettier": "3.1.4",
|
||||||
"jest": "26.1.0",
|
"jest": "26.1.0",
|
||||||
"jest-preset-angular": "8.2.1",
|
"jest-preset-angular": "8.2.1",
|
||||||
|
"node-sass": "4.14.1",
|
||||||
"prettier": "2.0.5",
|
"prettier": "2.0.5",
|
||||||
"ts-jest": "26.1.4",
|
"ts-jest": "26.1.4",
|
||||||
"ts-node": "4.1.0",
|
"ts-node": "4.1.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue