npm security audit fixes (#1112)

* update angular libs

* audit fix

* fix code style

* remove rimraf dependency
This commit is contained in:
Denys Vuika
2019-05-17 15:14:23 +01:00
committed by GitHub
parent 9892580e29
commit 1928aa0b1b
18 changed files with 911 additions and 1020 deletions

View File

@@ -56,7 +56,7 @@ import { ContentManagementService } from '../../../services/content-management.s
: ('APP.ACTIONS.JOIN' | translate)
"
>
<mat-icon *ngIf="(membership.isJoinRequested | async)">cancel</mat-icon>
<mat-icon *ngIf="membership.isJoinRequested | async">cancel</mat-icon>
<mat-icon
*ngIf="!(membership.isJoinRequested | async)"
svgIcon="adf:join_library"

View File

@@ -44,7 +44,7 @@ import { ToggleJoinLibraryButtonComponent } from './toggle-join-library-button.c
: ('APP.ACTIONS.JOIN' | translate)
"
>
<mat-icon *ngIf="(membership.isJoinRequested | async)">cancel</mat-icon>
<mat-icon *ngIf="membership.isJoinRequested | async">cancel</mat-icon>
<mat-icon
*ngIf="!(membership.isJoinRequested | async)"
svgIcon="adf:join_library"