mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
npm security audit fixes (#1112)
* update angular libs * audit fix * fix code style * remove rimraf dependency
This commit is contained in:
1858
package-lock.json
generated
1858
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
37
package.json
37
package.json
@@ -41,19 +41,19 @@
|
||||
"@alfresco/adf-core": "3.3.0-4a363c731be09d8213e25cd149bee302ebcbeb82",
|
||||
"@alfresco/adf-extensions": "3.3.0-4a363c731be09d8213e25cd149bee302ebcbeb82",
|
||||
"@alfresco/js-api": "3.2.1",
|
||||
"@angular/animations": "7.2.14",
|
||||
"@angular/animations": "7.2.15",
|
||||
"@angular/cdk": "^7.3.7",
|
||||
"@angular/common": "7.2.14",
|
||||
"@angular/compiler": "7.2.14",
|
||||
"@angular/core": "7.2.14",
|
||||
"@angular/common": "7.2.15",
|
||||
"@angular/compiler": "7.2.15",
|
||||
"@angular/core": "7.2.15",
|
||||
"@angular/flex-layout": "^7.0.0-beta.24",
|
||||
"@angular/forms": "7.2.14",
|
||||
"@angular/http": "7.2.14",
|
||||
"@angular/forms": "7.2.15",
|
||||
"@angular/http": "7.2.15",
|
||||
"@angular/material": "^7.3.7",
|
||||
"@angular/material-moment-adapter": "^7.3.7",
|
||||
"@angular/platform-browser": "7.2.14",
|
||||
"@angular/platform-browser-dynamic": "7.2.14",
|
||||
"@angular/router": "7.2.14",
|
||||
"@angular/platform-browser": "7.2.15",
|
||||
"@angular/platform-browser-dynamic": "7.2.15",
|
||||
"@angular/router": "7.2.15",
|
||||
"@mat-datetimepicker/core": "^3.0.0-beta.0",
|
||||
"@mat-datetimepicker/moment": "^3.0.0-beta.0",
|
||||
"@ngrx/effects": "^7.4.0",
|
||||
@@ -67,15 +67,15 @@
|
||||
"moment": "^2.24.0",
|
||||
"moment-es6": "1.0.0",
|
||||
"pdfjs-dist": "^2.0.489",
|
||||
"rxjs": "^6.5.1",
|
||||
"rxjs": "^6.5.2",
|
||||
"zone.js": "0.8.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.13.8",
|
||||
"@angular-devkit/build-angular": "~0.13.9",
|
||||
"@angular-devkit/build-ng-packagr": "~0.13.0",
|
||||
"@angular/cli": "^7.3.8",
|
||||
"@angular/compiler-cli": "7.2.14",
|
||||
"@angular/language-service": "7.2.14",
|
||||
"@angular/cli": "^7.3.9",
|
||||
"@angular/compiler-cli": "7.2.15",
|
||||
"@angular/language-service": "7.2.15",
|
||||
"@types/jasmine": "^2.5.53",
|
||||
"@types/jasminewd2": "^2.0.2",
|
||||
"@types/node": "9.3.0",
|
||||
@@ -83,7 +83,7 @@
|
||||
"chrome-remote-interface": "^0.26.1",
|
||||
"codelyzer": "^4.5.0",
|
||||
"cpr": "^3.0.1",
|
||||
"cspell": "^3.1.3",
|
||||
"cspell": "^3.2.17",
|
||||
"jasmine-core": "~2.8.0",
|
||||
"jasmine-reporters": "^2.2.1",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
@@ -94,14 +94,13 @@
|
||||
"karma-coverage-istanbul-reporter": "^2.0.4",
|
||||
"karma-jasmine": "~1.1.0",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"lint-staged": "^8.1.5",
|
||||
"ng-packagr": "^4.7.0",
|
||||
"lint-staged": "^8.1.7",
|
||||
"ng-packagr": "^4.7.1",
|
||||
"node-stream-zip": "1.8.0",
|
||||
"pre-commit": "^1.2.2",
|
||||
"prettier": "^1.16.0",
|
||||
"prettier": "^1.17.1",
|
||||
"protractor": "^5.4.0",
|
||||
"protractor-screenshoter-plugin": "0.10.3",
|
||||
"rimraf": "2.6.2",
|
||||
"rxjs-tslint-rules": "^4.19.0",
|
||||
"selenium-webdriver": "4.0.0-alpha.1",
|
||||
"ts-node": "^8.0.3",
|
||||
|
@@ -21,7 +21,7 @@
|
||||
"copyright": "APP.COPYRIGHT"
|
||||
},
|
||||
"headerColor": "#2196F3",
|
||||
"languagePicker": false,
|
||||
"languagePicker": true,
|
||||
"pagination": {
|
||||
"size": 25,
|
||||
"supportedPageSizes": [25, 50, 100]
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<p>{{ 'APP.ABOUT.VERSION' | translate }} {{ releaseVersion }}</p>
|
||||
</article>
|
||||
|
||||
<ng-container *ngIf="(extensions$ | async) as extensions">
|
||||
<ng-container *ngIf="extensions$ | async as extensions">
|
||||
<article *ngIf="extensions.length > 0">
|
||||
<header>{{ 'APP.ABOUT.PLUGINS.TITLE' | translate }}</header>
|
||||
<app-extension-list [data]="extensions"></app-extension-list>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
<mat-menu #userMenu="matMenu" [overlapTrigger]="false">
|
||||
<button
|
||||
*ngIf="(languagePicker$ | async)"
|
||||
*ngIf="languagePicker$ | async"
|
||||
mat-menu-item
|
||||
[matMenuTriggerFor]="langMenu"
|
||||
>
|
||||
|
@@ -88,7 +88,7 @@
|
||||
</adf-pagination>
|
||||
</div>
|
||||
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -75,7 +75,7 @@
|
||||
<adf-pagination acaPagination [target]="documentList"> </adf-pagination>
|
||||
</div>
|
||||
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -84,7 +84,7 @@
|
||||
</adf-upload-drag-area>
|
||||
</div>
|
||||
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -77,7 +77,7 @@
|
||||
<adf-pagination acaPagination [target]="documentList"> </adf-pagination>
|
||||
</div>
|
||||
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.library"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
(navigateBefore)="onNavigateBefore()"
|
||||
(navigateNext)="onNavigateNext()"
|
||||
>
|
||||
<adf-viewer-sidebar *ngIf="(infoDrawerOpened$ | async)">
|
||||
<adf-viewer-sidebar *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.file"></aca-info-drawer>
|
||||
</adf-viewer-sidebar>
|
||||
|
||||
|
@@ -76,7 +76,7 @@
|
||||
<adf-pagination acaPagination [target]="documentList"> </adf-pagination>
|
||||
</div>
|
||||
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -120,7 +120,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -111,7 +111,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -74,7 +74,7 @@
|
||||
<adf-pagination acaPagination [target]="documentList"> </adf-pagination>
|
||||
</div>
|
||||
|
||||
<div class="sidebar" *ngIf="(infoDrawerOpened$ | async)">
|
||||
<div class="sidebar" *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.last"></aca-info-drawer>
|
||||
</div>
|
||||
</aca-page-layout-content>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<ng-container *ngIf="(selection$ | async) as selection">
|
||||
<ng-container *ngIf="selection$ | async as selection">
|
||||
<button
|
||||
mat-menu-item
|
||||
data-automation-id="share-action-button"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
[allowRightSidebar]="showRightSide"
|
||||
[showRightSidebar]="showRightSide"
|
||||
>
|
||||
<adf-viewer-sidebar *ngIf="(infoDrawerOpened$ | async)">
|
||||
<adf-viewer-sidebar *ngIf="infoDrawerOpened$ | async">
|
||||
<aca-info-drawer [node]="selection.file"></aca-info-drawer>
|
||||
</adf-viewer-sidebar>
|
||||
|
||||
|
Reference in New Issue
Block a user