Fix high vulnerability alerts #298
Merged
Annotations
10 warnings
|
Build:
src/app/layouts/header/import-popup/import-popup.component.ts#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build:
src/app/layouts/header/header.component.ts#L51
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build:
src/app/layouts/header/export-popup/export-popup.component.ts#L171
Unexpected any. Specify a different type
|
|
Build:
src/app/layouts/header/export-popup/export-popup.component.ts#L95
Unexpected any. Specify a different type
|
|
Build:
src/app/layouts/header/export-popup/export-popup.component.ts#L88
Unexpected any. Specify a different type
|
|
Build:
src/app/layouts/header/export-popup/export-popup.component.ts#L40
Unexpected any. Specify a different type
|
|
Build:
src/app/import.service.ts#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build:
src/app/import.service.ts#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build:
src/app/iframe/iframe.component.ts#L46
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build:
src/app/analytics-events.service.ts#L12
Unexpected any. Specify a different type
|
Loading