From cbb1e9852ae60ae96318ce5e7790b87aaaec59f1 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Tue, 27 Aug 2024 12:45:55 +0200 Subject: [PATCH] Release 5.0.0 --- README.md | 19 +- app/src/app.config.json | 2 +- docs/README.md | 54 ++--- docs/audit/audit-info-5.0.0.md | 25 +++ docs/changelog/changelog-5.0.0.md | 139 ++++++++++++ docs/licences/license-info-5.0.0.md | 326 ++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 8 files changed, 532 insertions(+), 39 deletions(-) create mode 100644 docs/audit/audit-info-5.0.0.md create mode 100644 docs/changelog/changelog-5.0.0.md create mode 100644 docs/licences/license-info-5.0.0.md diff --git a/README.md b/README.md index 19460ae313..150375a689 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,16 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify. ## Compatibility -| ACA | ADF | ACS | Node | Angular | -|-------|-----|-----------|------|---------| -| 4.4.x | 6.7 | 23.2 | 18.x | 14.x | -| 4.3.x | 6.4 | 23.1 | 18.x | 14.x | -| 4.2.x | 6.3 | 23.1.0-M4 | 18.x | 14.x | -| 4.1.x | 6.2 | 7.4 | 18.x | 14.x | -| 4.0.x | 6.1 | 7.4 | 14.x | 14.x | -| 3.1.x | 5.1 | 7.3 | | | -| 3.0.x | 5.0 | 7.3 | | | +| ACA | ADF | ACS | Node | Angular | +|-------|----------|-----------|------|---------| +| 5.0.x | 6.10.0-x | 23.3 | 18.x | 15.x | +| 4.4.x | 6.7 | 23.2 | 18.x | 14.x | +| 4.3.x | 6.4 | 23.1 | 18.x | 14.x | +| 4.2.x | 6.3 | 23.1.0-M4 | 18.x | 14.x | +| 4.1.x | 6.2 | 7.4 | 18.x | 14.x | +| 4.0.x | 6.1 | 7.4 | 14.x | 14.x | +| 3.1.x | 5.1 | 7.3 | | | +| 3.0.x | 5.0 | 7.3 | | | > See for more details on Angular and Node.js compatibility diff --git a/app/src/app.config.json b/app/src/app.config.json index 44182f1478..390e4b31ff 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -34,7 +34,7 @@ "locale": "en", "application": { "name": "Workspace", - "version": "4.3.0", + "version": "5.0.0", "logo": "assets/images/app-logo.svg", "copyright": "APP.COPYRIGHT" }, diff --git a/docs/README.md b/docs/README.md index 0439aad24e..554bd321e1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,32 +38,33 @@ The documentation is divided into the following sections: ## Compatibility -| ACA | ADF | ACS | Node | Angular | -|-------|-----|-----------|------|---------| -| 4.4.x | 6.7 | 23.2 | 18.x | 14.x | -| 4.3.x | 6.4 | 23.1 | 18.x | 14.x | -| 4.2.x | 6.3 | 23.1.0-M4 | 18.x | 14.x | -| 4.1.x | 6.2 | 7.4 | 18.x | 14.x | -| 4.0.x | 6.1 | 7.4 | 14.x | 14.x | -| 3.1.x | 5.1 | 7.3 | | | -| 3.0.x | 5.0 | 7.3 | | | -| 2.4.x | 4.4 | 6.2 | | | -| 2.3.x | 4.3 | 6.2 | | | -| 2.2 | 4.2 | 6.2 | | | -| 2.1 | 4.1 | 6.2 | | | -| 1.12 | 3.9 | 6.2 | | | -| 1.11 | 3.8 | 6.2 | | | -| 1.10 | 3.7 | 6.2 | | | -| 1.9 | 3.6 | 6.2 | | | -| 1.8 | 3.3 | 6.1 | | | -| 1.7 | 3.0 | 6.1 | | | -| 1.6 | 2.6 | 6.1 | | | -| 1.5 | 2.6 | 6.0 | | | -| 1.4 | 2.5 | 6.0 | | | -| 1.3 | 2.4 | 6.0 | | | -| 1.2 | 2.3 | 5.2 | | | -| 1.1 | 2.2 | 5.2 | | | -| 1.0 | 2.0 | 5.2 | | | +| ACA | ADF | ACS | Node | Angular | +|-------|----------|-----------|------|---------| +| 5.0.x | 6.10.0-x | 23.3 | 18.x | 15.x | +| 4.4.x | 6.7 | 23.2 | 18.x | 14.x | +| 4.3.x | 6.4 | 23.1 | 18.x | 14.x | +| 4.2.x | 6.3 | 23.1.0-M4 | 18.x | 14.x | +| 4.1.x | 6.2 | 7.4 | 18.x | 14.x | +| 4.0.x | 6.1 | 7.4 | 14.x | 14.x | +| 3.1.x | 5.1 | 7.3 | | | +| 3.0.x | 5.0 | 7.3 | | | +| 2.4.x | 4.4 | 6.2 | | | +| 2.3.x | 4.3 | 6.2 | | | +| 2.2 | 4.2 | 6.2 | | | +| 2.1 | 4.1 | 6.2 | | | +| 1.12 | 3.9 | 6.2 | | | +| 1.11 | 3.8 | 6.2 | | | +| 1.10 | 3.7 | 6.2 | | | +| 1.9 | 3.6 | 6.2 | | | +| 1.8 | 3.3 | 6.1 | | | +| 1.7 | 3.0 | 6.1 | | | +| 1.6 | 2.6 | 6.1 | | | +| 1.5 | 2.6 | 6.0 | | | +| 1.4 | 2.5 | 6.0 | | | +| 1.3 | 2.4 | 6.0 | | | +| 1.2 | 2.3 | 5.2 | | | +| 1.1 | 2.2 | 5.2 | | | +| 1.0 | 2.0 | 5.2 | | | > See for more details on Angular and Node.js compatibility @@ -71,6 +72,7 @@ The documentation is divided into the following sections: | Version | Feature | Description | | ------- | ---------------------------------- | ---------------------------------- | +| 5.0 | Angular 15 | Upgrade to new version of Angular (15.x) | | 3.1 | Folder Rules | Early preview of the Folder Rules | | 3.0 | Angular 14 and ADF 5 | Upgrade to the latest version of Angular (14.x) and ADF (5.x) | | 1.5 | My Files | Folder/File browsing of Personal Files. | diff --git a/docs/audit/audit-info-5.0.0.md b/docs/audit/audit-info-5.0.0.md new file mode 100644 index 0000000000..70aa2a7474 --- /dev/null +++ b/docs/audit/audit-info-5.0.0.md @@ -0,0 +1,25 @@ +--- +Title: Audit info, alfresco-content-app 5.0.0 +--- + +# Audit information for alfresco-content-app 5.0.0 + +This page lists the security audit of the dependencies this project depends on. + +## Risks + +- Critical risk: 0 +- High risk: 1 +- Moderate risk: 1 +- Low risk: 0 + +Dependencies analyzed: + +## Libraries + +| Severity | Module | Vulnerable versions | +| --- | --- | --- | +|moderate | micromatch | "<4.0.8" | +|high | pdfjs-dist | "<=4.1.392" | + + diff --git a/docs/changelog/changelog-5.0.0.md b/docs/changelog/changelog-5.0.0.md new file mode 100644 index 0000000000..7df1a32a06 --- /dev/null +++ b/docs/changelog/changelog-5.0.0.md @@ -0,0 +1,139 @@ +--- +Title: Changelog for alfresco-content-app v5.0.0 +--- + +# Changelog + +- [26c626817](git@github.com:Alfresco/alfresco-content-app/commit/26c626817) Upstream input fix (#4059) +- [ca3636a29](git@github.com:Alfresco/alfresco-content-app/commit/ca3636a29) [ACS-8660] Introduce daily CI cron workflow (#4055) +- [1a0575d36](git@github.com:Alfresco/alfresco-content-app/commit/1a0575d36) align GH templates with HxP (#4057) +- [e3d889a85](git@github.com:Alfresco/alfresco-content-app/commit/e3d889a85) ACS-8658: fix search icon for lock files (#4050) +- [a022829e4](git@github.com:Alfresco/alfresco-content-app/commit/a022829e4) [ACS-7970] Add the option to select a tag for ADF upstream (#4054) +- [86fb96579](git@github.com:Alfresco/alfresco-content-app/commit/86fb96579) [ACS-8659] Refine ADF upstream to pick only 'alpha' versions (#4049) +- [af957ef8b](git@github.com:Alfresco/alfresco-content-app/commit/af957ef8b) Use latest ADF (#4047) +- [11f51af54](git@github.com:Alfresco/alfresco-content-app/commit/11f51af54) ACS-8404: Update application settings service (#3988) +- [360970da8](git@github.com:Alfresco/alfresco-content-app/commit/360970da8) [ACS-6712] Fixed an issue where the details panel would not expand from the viewer (#4045) +- [c8dad0f61](git@github.com:Alfresco/alfresco-content-app/commit/c8dad0f61) ACS-8618 fix bulk dropdown icon alignment (#4042) +- [f80598ad9](git@github.com:Alfresco/alfresco-content-app/commit/f80598ad9) [ACS-8371] Fix toolbar button title (#4033) +- [d8d57cdc2](git@github.com:Alfresco/alfresco-content-app/commit/d8d57cdc2) [ACS-7732] Add missing badges styling (#4040) +- [2edc48bc8](git@github.com:Alfresco/alfresco-content-app/commit/2edc48bc8) ACS-8584: Fix for Search Input and icons (#4035) +- [53e90312b](git@github.com:Alfresco/alfresco-content-app/commit/53e90312b) [ACS-8036] [Bulk update] [Many files to 1 Hold flow] "Manage Holds" dialog with Manage Existing Holds/Apply New Hold tabs (#4019) +- [068f6bb8e](git@github.com:Alfresco/alfresco-content-app/commit/068f6bb8e) Update ADF upstream (#4027) +- [435ea6e35](git@github.com:Alfresco/alfresco-content-app/commit/435ea6e35) ACS-8572: Switch to using ADF document list reload (#4021) +- [1f9b34e86](git@github.com:Alfresco/alfresco-content-app/commit/1f9b34e86) [ACS-8371] fix viewer preview (#4017) +- [2bc4e158f](git@github.com:Alfresco/alfresco-content-app/commit/2bc4e158f) [ACS-8561] [E2E] Merge-selectItem-and-selectMultiItem-into-one-method (#4011) +- [3075135fb](git@github.com:Alfresco/alfresco-content-app/commit/3075135fb) ACS-8498] [ACA] Testing Angular 15 - Toolbar buttons layout is broken (#3995) +- [47bf32910](git@github.com:Alfresco/alfresco-content-app/commit/47bf32910) [ACS-8559] fix paddings for dialog (#4010) +- [9455269ca](git@github.com:Alfresco/alfresco-content-app/commit/9455269ca) Use ADF Notification Service instead of NgRx store (#3991) +- [2d5b9ea70](git@github.com:Alfresco/alfresco-content-app/commit/2d5b9ea70) simplify ngrx effect registration (#4008) +- [70de07f3f](git@github.com:Alfresco/alfresco-content-app/commit/70de07f3f) [ACS-8548] [E2E] deleted unused users from configs (#4004) +- [8d948aa21](git@github.com:Alfresco/alfresco-content-app/commit/8d948aa21) [ACS-8549] fix mat-tabs (#4006) +- [b01af490a](git@github.com:Alfresco/alfresco-content-app/commit/b01af490a) rework auto download service (#3990) +- [cad735524](git@github.com:Alfresco/alfresco-content-app/commit/cad735524) [ACS-8450] Fixed issue where required marker * was not showing up for create rule > Name field (#3984) +- [4029213ab](git@github.com:Alfresco/alfresco-content-app/commit/4029213ab) Restore "[ACS-8113] UX bug - Checkbox selections checked state should be Hyland blue not green- edit summary (#3908)" (#3919) +- [931739f17](git@github.com:Alfresco/alfresco-content-app/commit/931739f17) remove unused logout action (#3987) +- [042269f32](git@github.com:Alfresco/alfresco-content-app/commit/042269f32) [ACS-8453] Fixed alignment issue of reduce panel button in expanded file details (#3969) +- [d8dd62f4c](git@github.com:Alfresco/alfresco-content-app/commit/d8dd62f4c) [ACS-8452] Fixed UI for folder select input fields in create/edit rules (#3974) +- [bf9596898](git@github.com:Alfresco/alfresco-content-app/commit/bf9596898) [ACS-8449] Fixed alignment of close and dropdown icon in search input (#3975) +- [bb3bb0a3d](git@github.com:Alfresco/alfresco-content-app/commit/bb3bb0a3d) Cleanup scripts and protractor dependencies (#3977) +- [4e67a8d9b](git@github.com:Alfresco/alfresco-content-app/commit/4e67a8d9b) [ACS-8153] delete protractor e2e configuration and files (#3885) +- [dfd23265d](git@github.com:Alfresco/alfresco-content-app/commit/dfd23265d) [ACS-8446] [ACA] Testing Angular 15 - Create button has no bolded text (#3968) +- [1222bf741](git@github.com:Alfresco/alfresco-content-app/commit/1222bf741) Remove dialog effects (#3972) +- [d9a0ce796](git@github.com:Alfresco/alfresco-content-app/commit/d9a0ce796) [ACS-8063] Migrate editActions e2e from Protractor to Playwright (#3900) +- [5f9c8b423](git@github.com:Alfresco/alfresco-content-app/commit/5f9c8b423) [ACS-8259] Testing Angular 15 - Manage rule page issue (#3967) +- [9eba5829c](git@github.com:Alfresco/alfresco-content-app/commit/9eba5829c) [ACS-8185] [E2E] updated type to fill (#3966) +- [b5568d43f](git@github.com:Alfresco/alfresco-content-app/commit/b5568d43f) [ACS-8433] ACA: User Profile Service (#3957) +- [f23f5edd0](git@github.com:Alfresco/alfresco-content-app/commit/f23f5edd0) Modal config export fix (#3964) +- [02b6757ea](git@github.com:Alfresco/alfresco-content-app/commit/02b6757ea) [ACS-6693] Migration to NG15 (#3959) +- [847fcf4c3](git@github.com:Alfresco/alfresco-content-app/commit/847fcf4c3) [ACS-8410] Extension schema review (#3958) +- [66f3b5a7d](git@github.com:Alfresco/alfresco-content-app/commit/66f3b5a7d) [ACS-4896] [E2E] delete view folder rules tests added (#3955) +- [2ff54affb](git@github.com:Alfresco/alfresco-content-app/commit/2ff54affb) ACS-8404: consolidate application settings (#3952) +- [74384f09f](git@github.com:Alfresco/alfresco-content-app/commit/74384f09f) Cleanup unused code (#3951) +- [de74b3beb](git@github.com:Alfresco/alfresco-content-app/commit/de74b3beb) [ACS-6926] Fix plugins routing (#3930) +- [32112392c](git@github.com:Alfresco/alfresco-content-app/commit/32112392c) ACS-8404: Introduce App Settings service (#3939) +- [cbbb73355](git@github.com:Alfresco/alfresco-content-app/commit/cbbb73355) [ACS-4894] [E2E] Added new e2e for update folder rules (#3929) +- [16b26dab2](git@github.com:Alfresco/alfresco-content-app/commit/16b26dab2) Remove MaterialModule from imports (#3938) +- [5a588ff9b](git@github.com:Alfresco/alfresco-content-app/commit/5a588ff9b) Remove blank page route (#3933) +- [e7cd5741d](git@github.com:Alfresco/alfresco-content-app/commit/e7cd5741d) [ACS-4892] [E2E] Created new tests for adding folder rules (#3895) +- [4ecadf423](git@github.com:Alfresco/alfresco-content-app/commit/4ecadf423) fix search percent character handling (#3916) +- [4f5aa2a0e](git@github.com:Alfresco/alfresco-content-app/commit/4f5aa2a0e) Revert "[ACS-8113] UX bug - Checkbox selections checked state should be Hyland blue not green- edit summary (#3908)" (#3918) +- [457ddb2e3](git@github.com:Alfresco/alfresco-content-app/commit/457ddb2e3) [ACS-8113] UX bug - Checkbox selections checked state should be Hyland blue not green- edit summary (#3908) +- [b0c1f537d](git@github.com:Alfresco/alfresco-content-app/commit/b0c1f537d) Use latest ADF (#3915) +- [2ad1bccc2](git@github.com:Alfresco/alfresco-content-app/commit/2ad1bccc2) Update imports for new ADF standalone components (#3903) +- [6bf1474c4](git@github.com:Alfresco/alfresco-content-app/commit/6bf1474c4) update documentation links +- [a0970e20b](git@github.com:Alfresco/alfresco-content-app/commit/a0970e20b) Manual ADF dependencies bump (#3909) +- [4f41b9669](git@github.com:Alfresco/alfresco-content-app/commit/4f41b9669) [MNT-24334] allow to delete or move on search result page (#3898) +- [e55dd6b9e](git@github.com:Alfresco/alfresco-content-app/commit/e55dd6b9e) [ACS-8190] change node selection to single for rule actions (#3888) +- [a6c929a95](git@github.com:Alfresco/alfresco-content-app/commit/a6c929a95) [ACS-8064] Migrate actions-favorites tests to Playwright (#3871) +- [9a9aa50ea](git@github.com:Alfresco/alfresco-content-app/commit/9a9aa50ea) [ACS-8091] Testing Angular 15 - The “Create” and “Upload” button from Personal Files are sometimes loaded also on Libraries Page if opened quickly (#3881) +- [147fca003](git@github.com:Alfresco/alfresco-content-app/commit/147fca003) [ACS-8062] [E2E] Playwright eslint turned back on (#3877) +- [5a87c277f](git@github.com:Alfresco/alfresco-content-app/commit/5a87c277f) [ACS-8058] [E2E] Updated selectMultiItem method (#3874) +- [fc05a8b30](git@github.com:Alfresco/alfresco-content-app/commit/fc05a8b30) [ACS-7358] fix for tags column expanding (#3875) +- [a5343fd62](git@github.com:Alfresco/alfresco-content-app/commit/a5343fd62) [ACS-8080] Enable multiselection in lists (#3873) +- [157451841](git@github.com:Alfresco/alfresco-content-app/commit/157451841) [ACS-7765] playwright Migration for upload new action e2e test (#3866) +- [e35b12d53](git@github.com:Alfresco/alfresco-content-app/commit/e35b12d53) [ACS-8076] [E2E] Changed waitUntil in navigate method to 'load' (#3872) +- [7c92f3912](git@github.com:Alfresco/alfresco-content-app/commit/7c92f3912) [ACS-5016] [E2E] delete actions migrated to playwright (#3868) +- [a98c81bbb](git@github.com:Alfresco/alfresco-content-app/commit/a98c81bbb) [ACS-8045] update chrome driver settings (#3862) +- [c1851aefe](git@github.com:Alfresco/alfresco-content-app/commit/c1851aefe) [ACS-8053] add js-api path to tsconfig (#3861) +- [cd610b6d7](git@github.com:Alfresco/alfresco-content-app/commit/cd610b6d7) [ACS-7766] [E2E] protractor to playwright e2e test suites actions version (#3839) +- [9ea3499f3](git@github.com:Alfresco/alfresco-content-app/commit/9ea3499f3) [ACS-8045]update ACA chrome driver (#3856) +- [b699275eb](git@github.com:Alfresco/alfresco-content-app/commit/b699275eb) [ACS-8025] Introduce new selector to check whether HxI connector is available (#3854) +- [9cb617cca](git@github.com:Alfresco/alfresco-content-app/commit/9cb617cca) Fixing peer deps for ACA libs (#3847) +- [9141424f3](git@github.com:Alfresco/alfresco-content-app/commit/9141424f3) [ACS-7764] Migrate tests protractor2playwright Actions - Upload (#3842) +- [eeff4b982](git@github.com:Alfresco/alfresco-content-app/commit/eeff4b982) [ACS-6595] Add security marks for Folder Rules (#3835) +- [acb848d39](git@github.com:Alfresco/alfresco-content-app/commit/acb848d39) [ACS-6647] covert aca:fields to app:fields (#3838) +- [9c671b4ed](git@github.com:Alfresco/alfresco-content-app/commit/9c671b4ed) [ACS-7767] [E2E] ACA e2e folders' renaming for easier debugging in the future (#3834) +- [0f3f580e2](git@github.com:Alfresco/alfresco-content-app/commit/0f3f580e2) [ACS-6366] Add missing unit tests for app rules (#3831) +- [12742b3b9](git@github.com:Alfresco/alfresco-content-app/commit/12742b3b9) [ACS-5019] Migrated e2e tests - Actions - download (#3829) +- [995305fc1](git@github.com:Alfresco/alfresco-content-app/commit/995305fc1) [ACS-7305] beforeEach and afterAll updated for viewer tests (#3830) +- [4e0f7017b](git@github.com:Alfresco/alfresco-content-app/commit/4e0f7017b) ACS-7709 fix workflow name and e2e (#3815) +- [e67044149](git@github.com:Alfresco/alfresco-content-app/commit/e67044149) [ACS-7336] Added Playwright e2e Search - Tags & Deleted Protractor Search tests (#3812) +- [1bb7df385](git@github.com:Alfresco/alfresco-content-app/commit/1bb7df385) Upgrade to latest ADF (#3797) +- [8fbc22b9d](git@github.com:Alfresco/alfresco-content-app/commit/8fbc22b9d) [ACS-7337] [E2E] protractor to playwright e2e test suites search filters categories filter (#3798) +- [7ce9e302d](git@github.com:Alfresco/alfresco-content-app/commit/7ce9e302d) [ACS-7494] add report portal for ACA (#3794) +- [7982c1e7e](git@github.com:Alfresco/alfresco-content-app/commit/7982c1e7e) ACS-7335 Migrated e2e search filters - location (#3793) +- [5a760c0d9](git@github.com:Alfresco/alfresco-content-app/commit/5a760c0d9) fix name clashing with LoginComponent (#3792) +- [971b9d8a2](git@github.com:Alfresco/alfresco-content-app/commit/971b9d8a2) Fix peer deps for ACA libs (#3790) +- [1b98bed18](git@github.com:Alfresco/alfresco-content-app/commit/1b98bed18) [ACS-7334] [E2E] Search filters - date - tests migrated to Playwright (#3770) +- [671f43c21](git@github.com:Alfresco/alfresco-content-app/commit/671f43c21) fix library dependencies (#3787) +- [4fed17355](git@github.com:Alfresco/alfresco-content-app/commit/4fed17355) [ACS-6823] Fix jumping selected files action bar (#3689) +- [dd8f97afc](git@github.com:Alfresco/alfresco-content-app/commit/dd8f97afc) [MNT-24034] Display updated properties after edit folder in dialog (#3671) +- [92a1e2527](git@github.com:Alfresco/alfresco-content-app/commit/92a1e2527) [ACA-4728] fix file order in viewer (#3631) +- [0cac392bd](git@github.com:Alfresco/alfresco-content-app/commit/0cac392bd) [ACS-7304] [E2E] beforeEach and afterAll hooks updated for special permissions tests (#3753) +- [ab88987e0](git@github.com:Alfresco/alfresco-content-app/commit/ab88987e0) [ACS-7362] Search general tests migrated to Playwright (#3764) +- [4408eb448](git@github.com:Alfresco/alfresco-content-app/commit/4408eb448) [ACS-7311] add no-angular-material-selectors eslint rule (#3732) +- [2f9cc8075](git@github.com:Alfresco/alfresco-content-app/commit/2f9cc8075) [ACS-7333] [E2E] search filters - properties tests migrated to Playwright (#3756) +- [e2979410b](git@github.com:Alfresco/alfresco-content-app/commit/e2979410b) [ACS-7364] Changed getRowsCount&getNthRow method not to count header row (#3752) +- [38050d108](git@github.com:Alfresco/alfresco-content-app/commit/38050d108) [ACS-7303] beforeEach and afterAll updated for share-action tests (#3742) +- [d9391bef5](git@github.com:Alfresco/alfresco-content-app/commit/d9391bef5) [ACS-7453] updated license header to 2024 (#3747) +- [132ce1f75](git@github.com:Alfresco/alfresco-content-app/commit/132ce1f75) [ACS-7451] playwright eslint plugin introduced (#3746) +- [f30fcbf69](git@github.com:Alfresco/alfresco-content-app/commit/f30fcbf69) [ACS-7332] Added Playwright tests for Search - Filters - Logic (#3733) +- [208122c93](git@github.com:Alfresco/alfresco-content-app/commit/208122c93) [ACS-7376] switch to standalone pagination (#3744) +- [b4dc7be2a](git@github.com:Alfresco/alfresco-content-app/commit/b4dc7be2a) [ACS-7366] fix infinite re-rendering (#3739) +- [a20f8d9ac](git@github.com:Alfresco/alfresco-content-app/commit/a20f8d9ac) [ACS-7360] aca playwright e2e file name rename with .e2e.ts extension (#3738) +- [dd17437fc](git@github.com:Alfresco/alfresco-content-app/commit/dd17437fc) [ACS-7301] beforeEach and afterAll refactored for pagination tests (#3737) +- [3bec4abe4](git@github.com:Alfresco/alfresco-content-app/commit/3bec4abe4) [ACS-7300] beforeEach and afterAll refactored for navigation tests (#3736) +- [d6e6c41a2](git@github.com:Alfresco/alfresco-content-app/commit/d6e6c41a2) [ACS-7298] beforeEach and afterAll updated for list-views (#3734) +- [2046630f5](git@github.com:Alfresco/alfresco-content-app/commit/2046630f5) [ACS-7295] create actions - beforeEach and afterAll refactored (#3730) +- [419f35e87](git@github.com:Alfresco/alfresco-content-app/commit/419f35e87) bug fixes for search input (#3724) +- [14edabc2d](git@github.com:Alfresco/alfresco-content-app/commit/14edabc2d) [ACS-6927] - Fully compliant with OIDC: ADF (#3718) +- [b44beeb87](git@github.com:Alfresco/alfresco-content-app/commit/b44beeb87) Changed beforeEach, small 'random' cleanup (#3728) +- [0d6ca1a35](git@github.com:Alfresco/alfresco-content-app/commit/0d6ca1a35) [ACS-6794] protractor to playwright e2e test suites search filters add filters classes (#3722) +- [184f521e7](git@github.com:Alfresco/alfresco-content-app/commit/184f521e7) [ACS-7294] Updated hooks - copy-move-actions (#3721) +- [965f68c0a](git@github.com:Alfresco/alfresco-content-app/commit/965f68c0a) [ACS-6150] Folder rules - add category selector for link category action (#3701) +- [5adaf35e7](git@github.com:Alfresco/alfresco-content-app/commit/5adaf35e7) [ACS-6956] Add GHA workflow to release ACA libs from branch (#3702) +- [3e0ce59ee](git@github.com:Alfresco/alfresco-content-app/commit/3e0ce59ee) [ACS-7287] update node for docker images (#3713) +- [96a5542fe](git@github.com:Alfresco/alfresco-content-app/commit/96a5542fe) [ACS-7267] The rest of list-views tests migrated to Playwright (#3711) +- [227f3fb99](git@github.com:Alfresco/alfresco-content-app/commit/227f3fb99) [ACS-6437] viewer e2e test migrate to playwright (#3704) +- [f2d78f165](git@github.com:Alfresco/alfresco-content-app/commit/f2d78f165) [ACS-7260] Added Playwright artifacts to github actions (#3706) +- [8512e42ec](git@github.com:Alfresco/alfresco-content-app/commit/8512e42ec) [ACS-6799] Search sorting tests migrated to Playwright (#3705) +- [c572dde26](git@github.com:Alfresco/alfresco-content-app/commit/c572dde26) [ACS-6954] Refactor Search Playwright tests - move search actions to searchOverlay component (#3703) +- [f63d5073f](git@github.com:Alfresco/alfresco-content-app/commit/f63d5073f) [ACS-6954] Refactored search playwright tests (#3700) +- [a9780b352](git@github.com:Alfresco/alfresco-content-app/commit/a9780b352) [ACS-6587] ACA: Viewer does not update after restoring version and the toolbar disappears (#3669) +- [b5d219341](git@github.com:Alfresco/alfresco-content-app/commit/b5d219341) ACS-6796 Search results files&folders tests migration to Playwright (#3691) +- [789d07d59](git@github.com:Alfresco/alfresco-content-app/commit/789d07d59) [ACS-6565] ADW - Document List View Header - UX Bugs (Additional fixes) (#3685) +- [93cf1b919](git@github.com:Alfresco/alfresco-content-app/commit/93cf1b919) [ACS-6798] protractor to playwright e2e test suites search results libraries (#3690) +- [00feb07d7](git@github.com:Alfresco/alfresco-content-app/commit/00feb07d7) Correct caret versioning for ADF alphas (#3697) +- [0908207ae](git@github.com:Alfresco/alfresco-content-app/commit/0908207ae) Use latest ADF alpha as ACA packages dependency (#3695) +- [85b7b58df](git@github.com:Alfresco/alfresco-content-app/commit/85b7b58df) Version bump and dependecy fix (#3694) + diff --git a/docs/licences/license-info-5.0.0.md b/docs/licences/license-info-5.0.0.md new file mode 100644 index 0000000000..c3505873bf --- /dev/null +++ b/docs/licences/license-info-5.0.0.md @@ -0,0 +1,326 @@ +--- +Title: License info, alfresco-content-app 5.0.0 +--- + +# License information for alfresco-content-app 5.0.0 + +This page lists all third party libraries the project depends on. + +## Libraries + +| Name | Version | License | +| --- | --- | --- | +| [@alfresco/adf-content-services](https://github.com/Alfresco/alfresco-ng2-components) | 6.10.0-10563999984 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 6.10.0-10563999984 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 6.10.0-10563999984 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/eslint-plugin-eslint-angular](https://github.com/Alfresco/alfresco-ng2-components) | 6.10.0-10563999984 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/js-api](https://github.com/Alfresco/alfresco-ng2-components) | 7.9.0-10563999984 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@angular-eslint/bundled-angular-compiler](https://github.com/angular-eslint/angular-eslint) | 15.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| @angular-eslint/utils | 15.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/animations](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/cdk](https://github.com/angular/components) | 15.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/common](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/compiler](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/core](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/forms](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material-date-fns-adapter](https://github.com/angular/components) | 15.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material](https://github.com/angular/components) | 15.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/router](https://github.com/angular/angular) | 15.2.10 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@babel/runtime](https://github.com/babel/babel) | 7.24.7 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint-community/eslint-utils](https://github.com/eslint-community/eslint-utils) | 4.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint-community/regexpp](https://github.com/eslint-community/regexpp) | 4.11.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | 2.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@eslint/js](https://github.com/eslint/eslint) | 8.57.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@fontsource/open-sans](https://github.com/fontsource/font-files) | 5.0.28 | [OFL-1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) | +| [@humanwhocodes/config-array](https://github.com/humanwhocodes/config-array) | 0.11.14 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@humanwhocodes/module-importer](https://github.com/humanwhocodes/module-importer) | 1.0.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@humanwhocodes/object-schema](https://github.com/humanwhocodes/object-schema) | 2.0.3 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [@mapbox/node-pre-gyp](https://github.com/mapbox/node-pre-gyp) | 1.0.11 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [@mat-datetimepicker/core](https://github.com/kuhnroyal/mat-datetimepicker) | 11.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/animation](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/auto-init](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/banner](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/base](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/button](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/card](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/checkbox](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/chips](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/circular-progress](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/data-table](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/density](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/dialog](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/dom](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/drawer](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/elevation](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/fab](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/feature-targeting](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/floating-label](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/focus-ring](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/form-field](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/icon-button](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/image-list](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/layout-grid](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/line-ripple](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/linear-progress](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/list](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/menu-surface](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/menu](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/notched-outline](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/progress-indicator](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/radio](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/ripple](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/rtl](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/segmented-button](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/select](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/shape](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/slider](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/snackbar](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/switch](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab-bar](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab-indicator](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab-scroller](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tab](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/textfield](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/theme](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tokens](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/tooltip](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/top-app-bar](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/touch-target](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@material/typography](https://github.com/material-components/material-components-web) | 15.0.0-canary.684e33d25.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/effects](https://github.com/ngrx/platform) | 15.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/router-store](https://github.com/ngrx/platform) | 15.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store-devtools](https://github.com/ngrx/platform) | 15.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store](https://github.com/ngrx/platform) | 15.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngx-translate/core](https://github.com/ngx-translate/core) | 14.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@nodelib/fs.scandir](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir) | 2.1.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@nodelib/fs.stat](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat) | 2.0.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@nodelib/fs.walk](https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk) | 1.2.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped) | 7.0.15 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped) | 7.5.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint) | 5.48.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint) | 5.48.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint) | 5.48.2 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint) | 5.48.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint) | 5.48.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ungap/structured-clone](https://github.com/ungap/structured-clone) | 1.2.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [abbrev](https://github.com/isaacs/abbrev-js) | 1.1.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [acorn-jsx](https://github.com/acornjs/acorn-jsx) | 5.3.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [acorn](https://github.com/acornjs/acorn) | 8.12.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [agent-base](https://github.com/TooTallNate/node-agent-base) | 6.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ajv](https://github.com/ajv-validator/ajv) | 6.12.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [alfresco-content-app](https://github.com/Alfresco/alfresco-content-app) | 5.0.0 | UNLICENSED | +| [angular-oauth2-oidc-jwks](https://github.com/manfredsteyer/angular-oauth2-oidc) | 17.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) | 13.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ansi-regex](https://github.com/chalk/ansi-regex) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ansi-styles](https://github.com/chalk/ansi-styles) | 4.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [aproba](https://github.com/iarna/aproba) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [are-we-there-yet](https://github.com/npm/are-we-there-yet) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [argparse](https://github.com/nodeca/argparse) | 2.0.1 | [Python-2.0](http://www.opensource.org/licenses/Python-2.0) | +| [array-union](https://github.com/sindresorhus/array-union) | 2.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [asap](https://github.com/kriskowal/asap) | 2.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [asynckit](https://github.com/alexindigo/asynckit) | 0.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [balanced-match](https://github.com/juliangruber/balanced-match) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [brace-expansion](https://github.com/juliangruber/brace-expansion) | 1.1.11 | [MIT](http://www.opensource.org/licenses/MIT) | +| [braces](https://github.com/micromatch/braces) | 3.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [call-bind](https://github.com/ljharb/call-bind) | 1.0.7 | [MIT](http://www.opensource.org/licenses/MIT) | +| [callsites](https://github.com/sindresorhus/callsites) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [canvas](https://github.com/Automattic/node-canvas) | 2.11.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [chalk](https://github.com/chalk/chalk) | 4.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [chownr](https://github.com/isaacs/chownr) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [color-convert](https://github.com/Qix-/color-convert) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [color-name](https://github.com/colorjs/color-name) | 1.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [color-support](https://github.com/isaacs/color-support) | 1.1.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [combined-stream](https://github.com/felixge/node-combined-stream) | 1.0.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [component-emitter](https://github.com/sindresorhus/component-emitter) | 1.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [concat-map](https://github.com/substack/node-concat-map) | 0.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [console-control-strings](https://github.com/iarna/console-control-strings) | 1.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [cookiejar](https://github.com/bmeck/node-cookiejar) | 2.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [cropperjs](https://github.com/fengyuanchen/cropperjs) | 1.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | 7.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [d](https://github.com/medikoo/d) | 1.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [date-fns](https://github.com/date-fns/date-fns) | 2.30.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [debug](https://github.com/debug-js/debug) | 4.3.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [decompress-response](https://github.com/sindresorhus/decompress-response) | 4.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [deep-is](https://github.com/thlorenz/deep-is) | 0.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [define-data-property](https://github.com/ljharb/define-data-property) | 1.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [delayed-stream](https://github.com/felixge/node-delayed-stream) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [delegates](https://github.com/visionmedia/node-delegates) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [detect-libc](https://github.com/lovell/detect-libc) | 2.0.3 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [dezalgo](https://github.com/npm/dezalgo) | 1.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [dir-glob](https://github.com/kevva/dir-glob) | 3.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [doctrine](https://github.com/eslint/doctrine) | 3.0.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [emoji-regex](https://github.com/mathiasbynens/emoji-regex) | 8.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [encoding](https://github.com/andris9/encoding) | 0.1.13 | [MIT](http://www.opensource.org/licenses/MIT) | +| [entities](https://github.com/fb55/entities) | 4.5.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [es-define-property](https://github.com/ljharb/es-define-property) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es-errors](https://github.com/ljharb/es-errors) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es5-ext](https://github.com/medikoo/es5-ext) | 0.10.64 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [es6-iterator](https://github.com/medikoo/es6-iterator) | 2.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es6-symbol](https://github.com/medikoo/es6-symbol) | 3.1.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [eslint-scope](https://github.com/eslint/eslint-scope) | 5.1.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [eslint-scope](https://github.com/eslint/eslint-scope) | 7.2.2 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [eslint-utils](https://github.com/mysticatea/eslint-utils) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) | 2.1.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [eslint-visitor-keys](https://github.com/eslint/eslint-visitor-keys) | 3.4.3 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [eslint](https://github.com/eslint/eslint) | 8.57.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [esniff](https://github.com/medikoo/esniff) | 2.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [espree](https://github.com/eslint/espree) | 9.6.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [esquery](https://github.com/estools/esquery) | 1.5.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [esrecurse](https://github.com/estools/esrecurse) | 4.3.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [estraverse](https://github.com/estools/estraverse) | 4.3.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [estraverse](https://github.com/estools/estraverse) | 5.3.0 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [esutils](https://github.com/estools/esutils) | 2.0.3 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [event-emitter](https://github.com/medikoo/event-emitter) | 0.3.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ext](https://github.com/medikoo/es5-ext.git#ext) | 1.7.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) | 3.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-glob](https://github.com/mrmlnc/fast-glob) | 3.3.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) | 2.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-levenshtein](https://github.com/hiddentao/fast-levenshtein) | 2.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-sha256](https://github.com/dchest/fast-sha256-js) | 1.3.0 | [Unlicense](http://unlicense.org/) | +| [fastq](https://github.com/mcollina/fastq) | 1.17.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [file-entry-cache](https://github.com/royriojas/file-entry-cache) | 6.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fill-range](https://github.com/jonschlinkert/fill-range) | 7.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [find-up](https://github.com/sindresorhus/find-up) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [flat-cache](https://github.com/jaredwray/flat-cache) | 3.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [flatted](https://github.com/WebReflection/flatted) | 3.3.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [form-data](https://github.com/form-data/form-data) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [formidable](https://github.com/node-formidable/formidable) | 3.5.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fs-minipass](https://github.com/npm/fs-minipass) | 2.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [fs.realpath](https://github.com/isaacs/fs.realpath) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [function-bind](https://github.com/Raynos/function-bind) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [gauge](https://github.com/iarna/gauge) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [get-intrinsic](https://github.com/ljharb/get-intrinsic) | 1.2.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [glob-parent](https://github.com/gulpjs/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [glob-parent](https://github.com/gulpjs/glob-parent) | 6.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [glob](https://github.com/isaacs/node-glob) | 7.2.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [globals](https://github.com/sindresorhus/globals) | 13.24.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [globby](https://github.com/sindresorhus/globby) | 11.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [gopd](https://github.com/ljharb/gopd) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [graphemer](https://github.com/flmnt/graphemer) | 1.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-flag](https://github.com/sindresorhus/has-flag) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-property-descriptors](https://github.com/inspect-js/has-property-descriptors) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-proto](https://github.com/inspect-js/has-proto) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-symbols](https://github.com/inspect-js/has-symbols) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-unicode](https://github.com/iarna/has-unicode) | 2.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [hasown](https://github.com/inspect-js/hasOwn) | 2.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [hexoid](https://github.com/lukeed/hexoid) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | 0.6.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ignore](https://github.com/kaelzhang/node-ignore) | 5.2.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [import-fresh](https://github.com/sindresorhus/import-fresh) | 3.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [imurmurhash](https://github.com/jensyt/imurmurhash-js) | 0.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [inflight](https://github.com/npm/inflight) | 1.0.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [inherits](https://github.com/isaacs/inherits) | 2.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [is-extglob](https://github.com/jonschlinkert/is-extglob) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-glob](https://github.com/micromatch/is-glob) | 4.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-number](https://github.com/jonschlinkert/is-number) | 7.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [is-path-inside](https://github.com/sindresorhus/is-path-inside) | 3.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [isexe](https://github.com/isaacs/isexe) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [js-yaml](https://github.com/nodeca/js-yaml) | 4.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [json-buffer](https://github.com/dominictarr/json-buffer) | 3.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) | 0.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [json-stable-stringify-without-jsonify](https://github.com/samn/json-stable-stringify) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [jsrsasign](https://github.com/kjur/jsrsasign) | 11.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [keyv](https://github.com/jaredwray/keyv) | 4.5.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [levn](https://github.com/gkz/levn) | 0.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [locate-path](https://github.com/sindresorhus/locate-path) | 6.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [lodash.merge](https://github.com/lodash/lodash) | 4.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [lru-cache](https://github.com/isaacs/node-lru-cache) | 6.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [make-dir](https://github.com/sindresorhus/make-dir) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [material-icons](https://github.com/marella/material-icons) | 1.13.12 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [merge2](https://github.com/teambition/merge2) | 1.4.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [methods](https://github.com/jshttp/methods) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [micromatch](https://github.com/micromatch/micromatch) | 4.0.7 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime-db](https://github.com/jshttp/mime-db) | 1.52.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime-types](https://github.com/jshttp/mime-types) | 2.1.35 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime](https://github.com/broofa/mime) | 2.6.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mimic-response](https://github.com/sindresorhus/mimic-response) | 2.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [minimatch-browser](https://github.com/isaacs/minimatch) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minimatch](https://github.com/isaacs/minimatch) | 3.0.5 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minimatch](https://github.com/isaacs/minimatch) | 3.1.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minipass](https://github.com/isaacs/minipass) | 3.3.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minipass](https://github.com/isaacs/minipass) | 5.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minizlib](https://github.com/isaacs/minizlib) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mkdirp](https://github.com/isaacs/node-mkdirp) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ms](https://github.com/zeit/ms) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [nan](https://github.com/nodejs/nan) | 2.20.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [natural-compare](https://github.com/litejs/natural-compare-lite) | 1.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [next-tick](https://github.com/medikoo/next-tick) | 1.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [node-fetch](https://github.com/bitinn/node-fetch) | 2.7.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [nopt](https://github.com/npm/nopt) | 5.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [npmlog](https://github.com/npm/npmlog) | 5.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [object-assign](https://github.com/sindresorhus/object-assign) | 4.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [object-inspect](https://github.com/inspect-js/object-inspect) | 1.13.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [once](https://github.com/isaacs/once) | 1.4.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [optionator](https://github.com/gkz/optionator) | 0.9.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [p-limit](https://github.com/sindresorhus/p-limit) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [p-locate](https://github.com/sindresorhus/p-locate) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [parent-module](https://github.com/sindresorhus/parent-module) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [parse5](https://github.com/inikulin/parse5) | 7.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-exists](https://github.com/sindresorhus/path-exists) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-is-absolute](https://github.com/sindresorhus/path-is-absolute) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-key](https://github.com/sindresorhus/path-key) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-type](https://github.com/sindresorhus/path-type) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path2d-polyfill](https://github.com/nilzona/path2d-polyfill) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) | 3.3.122 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [picomatch](https://github.com/micromatch/picomatch) | 2.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [prelude-ls](https://github.com/gkz/prelude-ls) | 1.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [punycode](https://github.com/mathiasbynens/punycode.js) | 2.3.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [qs](https://github.com/ljharb/qs) | 6.11.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [queue-microtask](https://github.com/feross/queue-microtask) | 1.2.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [readable-stream](https://github.com/nodejs/readable-stream) | 3.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [regenerator-runtime](https://github.com/facebook/regenerator/tree/main/packages/runtime) | 0.14.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [resolve-from](https://github.com/sindresorhus/resolve-from) | 4.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [reusify](https://github.com/mcollina/reusify) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [rimraf](https://github.com/isaacs/rimraf) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [run-parallel](https://github.com/feross/run-parallel) | 1.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [rxjs](https://github.com/reactivex/rxjs) | 6.6.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [safe-buffer](https://github.com/feross/safe-buffer) | 5.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [safer-buffer](https://github.com/ChALkeR/safer-buffer) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [safevalues](https://github.com/google/safevalues) | 0.3.4 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [semver](https://github.com/npm/node-semver) | 6.3.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [semver](https://github.com/npm/node-semver) | 7.5.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [set-blocking](https://github.com/yargs/set-blocking) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [set-function-length](https://github.com/ljharb/set-function-length) | 1.2.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [shebang-command](https://github.com/kevva/shebang-command) | 2.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [shebang-regex](https://github.com/sindresorhus/shebang-regex) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [side-channel](https://github.com/ljharb/side-channel) | 1.0.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [signal-exit](https://github.com/tapjs/signal-exit) | 3.0.7 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [simple-concat](https://github.com/feross/simple-concat) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [simple-get](https://github.com/feross/simple-get) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [slash](https://github.com/sindresorhus/slash) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [string-width](https://github.com/sindresorhus/string-width) | 4.2.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [string_decoder](https://github.com/nodejs/string_decoder) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [strip-ansi](https://github.com/chalk/strip-ansi) | 6.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [superagent](https://github.com/ladjs/superagent) | 9.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [supports-color](https://github.com/chalk/supports-color) | 7.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tar](https://github.com/isaacs/node-tar) | 6.2.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [text-table](https://github.com/substack/text-table) | 0.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [to-regex-range](https://github.com/micromatch/to-regex-range) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tr46](https://github.com/Sebmaster/tr46.js) | 0.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tslib](https://github.com/Microsoft/tslib) | 1.14.1 | [0BSD](http://landley.net/toybox/license.html) | +| [tslib](https://github.com/Microsoft/tslib) | 2.6.3 | [0BSD](http://landley.net/toybox/license.html) | +| [tsutils](https://github.com/ajafff/tsutils) | 3.21.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [type-check](https://github.com/gkz/type-check) | 0.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [type-fest](https://github.com/sindresorhus/type-fest) | 0.20.2 | ([MIT](http://www.opensource.org/licenses/MIT) OR [CC0-1.0](http://creativecommons.org/publicdomain/zero/1.0/legalcode)) | +| [type](https://github.com/medikoo/type) | 2.7.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [typescript](https://github.com/Microsoft/TypeScript) | 4.9.5 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [uri-js](https://github.com/garycourt/uri-js) | 4.4.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [util-deprecate](https://github.com/TooTallNate/util-deprecate) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) | 3.3.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [webidl-conversions](https://github.com/jsdom/webidl-conversions) | 3.0.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [whatwg-url](https://github.com/jsdom/whatwg-url) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [which](https://github.com/isaacs/node-which) | 2.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [wide-align](https://github.com/iarna/wide-align) | 1.1.5 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [word-wrap](https://github.com/jonschlinkert/word-wrap) | 1.2.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [wrappy](https://github.com/npm/wrappy) | 1.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [yallist](https://github.com/isaacs/yallist) | 4.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [yocto-queue](https://github.com/sindresorhus/yocto-queue) | 0.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [zone.js](https://github.com/angular/angular) | 0.11.8 | [MIT](http://www.opensource.org/licenses/MIT) | + diff --git a/package-lock.json b/package-lock.json index a42b7bdd40..cedaa13672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-content-app", - "version": "4.5.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-content-app", - "version": "4.5.0", + "version": "5.0.0", "license": "LGPL-3.0", "dependencies": { "@alfresco/adf-content-services": "6.10.0-10563999984", diff --git a/package.json b/package.json index a64a741f3d..3d9c45e9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "4.5.0", + "version": "5.0.0", "license": "LGPL-3.0", "scripts": { "start": "nx serve content-ce",