From 28813693da3ac316a934e5975a53cf873dd7f3d9 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 2 Aug 2024 00:10:21 +0100 Subject: [PATCH] NG-16 - migration step 1 --- .eslintrc.js | 9 +- .storybook/main.js | 2 +- docs/release-notes/RelNote410.md | 321 +- docs/release-notes/RelNote420.md | 260 +- docs/release-notes/RelNote430.md | 372 +- .../documents/text/a_vsd_file.vsd | Bin 54784 -> 120732 bytes .../documents/word/a_dotx_file.dotx | Bin 153106 -> 276531 bytes .../documents/word/a_sxw_file.sxw | Bin 8095 -> 12190 bytes lib/cli/.eslintrc.json | 4 +- lib/content-services/.eslintrc.json | 12 +- lib/content-services/.storybook/main.js | 8 +- lib/content-services/.storybook/preview.js | 1 + lib/core/.eslintrc.json | 13 +- lib/core/.storybook/main.js | 7 +- lib/core/.storybook/preview.js | 1 + .../src/lib/guards/is-feature-off.guard.ts | 4 +- .../src/lib/guards/is-feature-on.guard.ts | 4 +- .../lib/guards/is-flags-override-on.guard.ts | 4 +- .../src/lib/auth/guard/auth-guard-base.ts | 0 lib/extensions/.eslintrc.json | 12 +- lib/insights/.eslintrc.json | 29 +- lib/js-api/.eslintrc.json | 10 +- lib/process-services-cloud/.eslintrc.json | 14 +- lib/process-services-cloud/.storybook/main.js | 14 +- .../.storybook/preview.js | 1 + lib/process-services/.eslintrc.json | 12 +- lib/stories/.storybook/main.js | 7 +- lib/stories/.storybook/preview.js | 1 + lib/testing/.eslintrc.json | 4 +- migrations.json | 312 + nx.json | 35 +- package-lock.json | 14643 +++++++++------- package.json | 98 +- storybook-migration-summary.md | 68 + 34 files changed, 9357 insertions(+), 6925 deletions(-) create mode 100644 lib/core/src/lib/auth/guard/auth-guard-base.ts create mode 100644 migrations.json create mode 100644 storybook-migration-summary.md diff --git a/.eslintrc.js b/.eslintrc.js index 12a9ddc8a3..f1aea8ed41 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,7 +12,7 @@ module.exports = { '**/docs' ], - plugins: ['@nrwl/nx'], + plugins: ['@nx'], overrides: [ { @@ -22,11 +22,10 @@ module.exports = { createDefaultProgram: true }, extends: [ - 'plugin:@nrwl/nx/typescript', - 'plugin:@nrwl/nx/angular', + 'plugin:@nx/typescript', + 'plugin:@nx/angular', 'plugin:@cspell/recommended', - 'plugin:@angular-eslint/ng-cli-compat', - 'plugin:@angular-eslint/ng-cli-compat--formatting-add-on', + 'plugin:@angular-eslint/recommended', 'plugin:@angular-eslint/template/process-inline-templates', 'plugin:jsdoc/recommended-typescript-error' ], diff --git a/.storybook/main.js b/.storybook/main.js index c15bf0cfa3..e823214db5 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -6,5 +6,5 @@ module.exports = { staticDirs: [], docs: {}, stories: [], - addons: [] + addons: ['@chromatic-com/storybook'] }; diff --git a/docs/release-notes/RelNote410.md b/docs/release-notes/RelNote410.md index 7d67d88763..3af091a55e 100644 --- a/docs/release-notes/RelNote410.md +++ b/docs/release-notes/RelNote410.md @@ -59,168 +59,167 @@ The following is a brief list of references to help you get started with the new Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. -## PR merged - -* [Alfresco/alfresco-ng2-components#6023 - Bump mdast-util-toc from 2.1.0 to 5.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6023) -* [Alfresco/alfresco-ng2-components#6021 - Bump unist-util-select from 2.0.2 to 3.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6021) -* [Alfresco/alfresco-ng2-components#6012 - Bump mini-css-extract-plugin from 0.9.0 to 0.10.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6012) -* [Alfresco/alfresco-ng2-components#5997 - Bump mdast-zone from 3.0.4 to 4.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/5997) -* [Alfresco/alfresco-ng2-components#6037 - Bump @types/pdfjs-dist from 2.1.4 to 2.1.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6037) -* [Alfresco/alfresco-ng2-components#6036 - Bump ng-packagr from 10.0.2 to 10.0.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6036) -* [Alfresco/alfresco-ng2-components#6033 - Bump jasmine2-protractor-utils from 1.1.3 to 1.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6033) -* [Alfresco/alfresco-ng2-components#6032 - [ACA-3863] Add query-service call for E2E tests](https://github.com/Alfresco/alfresco-ng2-components/pull/6032) -* [Alfresco/alfresco-ng2-components#6034 - Bump scss-bundle from 2.3.2 to 3.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6034) -* [Alfresco/alfresco-ng2-components#6015 - Bump @nrwl/workspace from 10.0.10 to 10.0.12](https://github.com/Alfresco/alfresco-ng2-components/pull/6015) -* [Alfresco/alfresco-ng2-components#5983 - New Service create - AuditService](https://github.com/Alfresco/alfresco-ng2-components/pull/5983) -* [Alfresco/alfresco-ng2-components#6035 - Bump @types/node from 14.0.27 to 14.6.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6035) -* [Alfresco/alfresco-ng2-components#6013 - Bump graphql from 14.7.0 to 15.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6013) -* [Alfresco/alfresco-ng2-components#6049 - Revert "Bump scss-bundle from 2.3.2 to 3.1.2"](https://github.com/Alfresco/alfresco-ng2-components/pull/6049) -* [Alfresco/alfresco-ng2-components#6040 - fix flex-layout version](https://github.com/Alfresco/alfresco-ng2-components/pull/6040) -* [Alfresco/alfresco-ng2-components#6045 - Bump moment from 2.22.2 to 2.27.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6045) -* [Alfresco/alfresco-ng2-components#6046 - Bump concurrently from 3.6.1 to 5.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6046) -* [Alfresco/alfresco-ng2-components#6043 - Bump @angular-devkit/build-angular from 0.1000.3 to 0.1000.6](https://github.com/Alfresco/alfresco-ng2-components/pull/6043) -* [Alfresco/alfresco-ng2-components#6042 - Bump karma from 4.4.1 to 5.1.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6042) -* [Alfresco/alfresco-ng2-components#6041 - Bump codelyzer from 5.2.2 to 6.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6041) -* [Alfresco/alfresco-ng2-components#6048 - [ACA-3800]Add method to datatable PO for selecting row with CMD](https://github.com/Alfresco/alfresco-ng2-components/pull/6048) -* [Alfresco/alfresco-ng2-components#6044 - Bump typescript from 3.9.6 to 3.9.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6044) -* [Alfresco/alfresco-ng2-components#6051 - Bump stylelint from 9.10.1 to 13.6.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6051) -* [Alfresco/alfresco-ng2-components#6055 - Bump sass-loader from 7.1.0 to 9.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6055) -* [Alfresco/alfresco-ng2-components#6056 - Bump ejs from 3.1.3 to 3.1.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6056) -* [Alfresco/alfresco-ng2-components#6053 - Bump rxjs from 6.6.0 to 6.6.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6053) -* [Alfresco/alfresco-ng2-components#6052 - Bump jasmine-spec-reporter from 4.2.1 to 5.0.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6052) -* [Alfresco/alfresco-ng2-components#6047 - Bump cspell from 4.0.63 to 4.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6047) -* [Alfresco/alfresco-ng2-components#6050 - Bump jasmine-ajax from 3.2.0 to 4.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6050) -* [Alfresco/alfresco-ng2-components#6057 - add missing group role APIs](https://github.com/Alfresco/alfresco-ng2-components/pull/6057) -* [Alfresco/alfresco-ng2-components#6058 - [ACA-3737] Process cloud properties review labels](https://github.com/Alfresco/alfresco-ng2-components/pull/6058) -* [Alfresco/alfresco-ng2-components#6024 - [AAE-3273] Manage empty option in retrieve content metadata dropdowns](https://github.com/Alfresco/alfresco-ng2-components/pull/6024) -* [Alfresco/alfresco-ng2-components#6054 - Bump commander from 4.0.0 to 6.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6054) -* [Alfresco/alfresco-ng2-components#6062 - Bump sass-loader from 9.0.3 to 10.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6062) -* [Alfresco/alfresco-ng2-components#6059 - Bump mdast-util-compact from 1.0.4 to 2.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6059) -* [Alfresco/alfresco-ng2-components#6061 - Bump @angular-devkit/build-ng-packagr from 0.1000.6 to 0.1000.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6061) -* [Alfresco/alfresco-ng2-components#6064 - Bump adf-tslint-rules from 0.0.6 to 0.0.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6064) -* [Alfresco/alfresco-ng2-components#6065 - Update upgrade39-40.md](https://github.com/Alfresco/alfresco-ng2-components/pull/6065) -* [Alfresco/alfresco-ng2-components#6060 - Bump scss-bundle from 2.3.2 to 3.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6060) -* [Alfresco/alfresco-ng2-components#6063 - Bump markdownlint-cli from 0.16.0 to 0.23.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6063) -* [Alfresco/alfresco-ng2-components#6066 - fix http method regression](https://github.com/Alfresco/alfresco-ng2-components/pull/6066) -* [Alfresco/alfresco-ng2-components#6067 - publish improvements](https://github.com/Alfresco/alfresco-ng2-components/pull/6067) -* [Alfresco/alfresco-ng2-components#6075 - fix production builds](https://github.com/Alfresco/alfresco-ng2-components/pull/6075) -* [Alfresco/alfresco-ng2-components#6090 - [AAE-3338] Update simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6090) -* [Alfresco/alfresco-ng2-components#6087 - Fix e2e](https://github.com/Alfresco/alfresco-ng2-components/pull/6087) -* [Alfresco/alfresco-ng2-components#6085 - [ACA-3441] Add method to attach file widget PO](https://github.com/Alfresco/alfresco-ng2-components/pull/6085) -* [Alfresco/alfresco-ng2-components#6084 - [AAE-3406] - Fix advanced search inside content-node selector](https://github.com/Alfresco/alfresco-ng2-components/pull/6084) -* [Alfresco/alfresco-ng2-components#6086 - [ADF-5230] - Implement process date range filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6086) -* [Alfresco/alfresco-ng2-components#6096 - Remove excluded test](https://github.com/Alfresco/alfresco-ng2-components/pull/6096) -* [Alfresco/alfresco-ng2-components#6099 - [MNT-21636] - added redirection when SSO is enabled for external link](https://github.com/Alfresco/alfresco-ng2-components/pull/6099) -* [Alfresco/alfresco-ng2-components#6069 - Bump selenium-webdriver from 4.0.0-alpha.5 to 4.0.0-alpha.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6069) -* [Alfresco/alfresco-ng2-components#6101 - [ADF-4481] Fix Viewer peview for unsupported new versions](https://github.com/Alfresco/alfresco-ng2-components/pull/6101) -* [Alfresco/alfresco-ng2-components#6103 - Bump sass-loader from 10.0.0 to 10.0.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6103) -* [Alfresco/alfresco-ng2-components#6106 - Bump ts-node from 8.10.2 to 9.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6106) -* [Alfresco/alfresco-ng2-components#6104 - Bump ng-packagr from 10.0.4 to 10.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6104) -* [Alfresco/alfresco-ng2-components#6072 - Bump tslint from 5.20.0 to 6.1.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6072) -* [Alfresco/alfresco-ng2-components#6073 - Bump remark-frontmatter from 1.3.3 to 2.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6073) -* [Alfresco/alfresco-ng2-components#6107 - Bump karma from 5.2.0 to 5.2.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6107) -* [Alfresco/alfresco-ng2-components#6109 - Bump husky from 4.2.5 to 4.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6109) -* [Alfresco/alfresco-ng2-components#6105 - Bump css-loader from 3.6.0 to 4.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6105) -* [Alfresco/alfresco-ng2-components#6108 - Bump @angular-devkit/build-ng-packagr from 0.1000.7 to 0.1001.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6108) -* [Alfresco/alfresco-ng2-components#6094 - [AAE-3296] Add unit tests for Tooltips in Form Widgets](https://github.com/Alfresco/alfresco-ng2-components/pull/6094) -* [Alfresco/alfresco-ng2-components#5919 - [ACA-3637] - Add dueDate range filter](https://github.com/Alfresco/alfresco-ng2-components/pull/5919) -* [Alfresco/alfresco-ng2-components#6110 - Bump graphql-request from 1.8.2 to 3.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6110) -* [Alfresco/alfresco-ng2-components#6111 - Bump @types/node from 14.6.0 to 14.6.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6111) -* [Alfresco/alfresco-ng2-components#6112 - Bump @angular/cli from 10.0.7 to 10.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6112) -* [Alfresco/alfresco-ng2-components#6113 - [ACA-3942] Enable assignee edit button only when userTask shared among the candidates](https://github.com/Alfresco/alfresco-ng2-components/pull/6113) -* [Alfresco/alfresco-ng2-components#6114 - [MNT-21789] ADW - Disable ACS Thumbnail Generation cause ADF Upload Service to fail any file upload with 501 error](https://github.com/Alfresco/alfresco-ng2-components/pull/6114) -* [Alfresco/alfresco-ng2-components#6102 - include attach file test](https://github.com/Alfresco/alfresco-ng2-components/pull/6102) -* [Alfresco/alfresco-ng2-components#6097 - [ACA-3877] Add the possibility to ADF Extension to be used in compila…](https://github.com/Alfresco/alfresco-ng2-components/pull/6097) -* [Alfresco/alfresco-ng2-components#6088 - Bump karma-coverage-istanbul-reporter from 2.1.0 to 3.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6088) -* [Alfresco/alfresco-ng2-components#6083 - [Docs] cloud custom form widget examples](https://github.com/Alfresco/alfresco-ng2-components/pull/6083) -* [Alfresco/alfresco-ng2-components#6120 - Bump snyk from 1.385.0 to 1.393.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6120) -* [Alfresco/alfresco-ng2-components#5871 - [ACA-3623] Process definition name filter in task list](https://github.com/Alfresco/alfresco-ng2-components/pull/5871) -* [Alfresco/alfresco-ng2-components#6079 - [AAE-3321] Select uploaded local files by default](https://github.com/Alfresco/alfresco-ng2-components/pull/6079) -* [Alfresco/alfresco-ng2-components#6076 - [ACA-3884]Attach cloud file - Ability to use the -appname- as placeholder in the destinationFolder ](https://github.com/Alfresco/alfresco-ng2-components/pull/6076) -* [Alfresco/alfresco-ng2-components#6130 - updated outcomebuttons process](https://github.com/Alfresco/alfresco-ng2-components/pull/6130) -* [Alfresco/alfresco-ng2-components#6126 - [AAE-3507] ADF - Change default destination folder alias -root- to -my-](https://github.com/Alfresco/alfresco-ng2-components/pull/6126) -* [Alfresco/alfresco-ng2-components#6122 - [ADF-5235] Facet fix and improve search test](https://github.com/Alfresco/alfresco-ng2-components/pull/6122) -* [Alfresco/alfresco-ng2-components#6143 - [ACA-3884] AttachFileCloud - Pass the replaced value](https://github.com/Alfresco/alfresco-ng2-components/pull/6143) -* [Alfresco/alfresco-ng2-components#6144 - Sanity check - Be able to pass params](https://github.com/Alfresco/alfresco-ng2-components/pull/6144) -* [Alfresco/alfresco-ng2-components#6137 - [ADF-5237] Unexclude C362240 and C362241](https://github.com/Alfresco/alfresco-ng2-components/pull/6137) -* [Alfresco/alfresco-ng2-components#5931 - [ACA-3722] - rename process name sort option](https://github.com/Alfresco/alfresco-ng2-components/pull/5931) -* [Alfresco/alfresco-ng2-components#6148 - [ACA-3973] K8s image - fetch all the namespaces and handle the missing container](https://github.com/Alfresco/alfresco-ng2-components/pull/6148) -* [Alfresco/alfresco-ng2-components#6142 - [AAE-3514] Create file viewer widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6142) -* [Alfresco/alfresco-ng2-components#6147 - [ADF-5245] Fix C297478, C297485 and C297472](https://github.com/Alfresco/alfresco-ng2-components/pull/6147) -* [Alfresco/alfresco-ng2-components#6149 - [ADF-5241] [ADF-5243] [ADF-5244] Fix C291954, C291955, C291993 and C291995](https://github.com/Alfresco/alfresco-ng2-components/pull/6149) -* [Alfresco/alfresco-ng2-components#6128 - [ACA-3637] - DueDate filter fix translation and add missing option](https://github.com/Alfresco/alfresco-ng2-components/pull/6128) -* [Alfresco/alfresco-ng2-components#6131 - [AAE-3469] New Service Task List in Task List Cloud Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6131) -* [Alfresco/alfresco-ng2-components#6150 - [ACA-3899] Viewer thumbnails cannot be accessed by keyboard](https://github.com/Alfresco/alfresco-ng2-components/pull/6150) -* [Alfresco/alfresco-ng2-components#5953 - [ADF-3499] Make Card View Text Item reactive to user input](https://github.com/Alfresco/alfresco-ng2-components/pull/5953) -* [Alfresco/alfresco-ng2-components#6154 - Revert "[AAE-3469] New Service Task List in Task List Cloud Component"](https://github.com/Alfresco/alfresco-ng2-components/pull/6154) -* [Alfresco/alfresco-ng2-components#6155 - [ACA-3973] K8s - namespaces - Replace all the occurrences](https://github.com/Alfresco/alfresco-ng2-components/pull/6155) -* [Alfresco/alfresco-ng2-components#6146 - Test improve](https://github.com/Alfresco/alfresco-ng2-components/pull/6146) -* [Alfresco/alfresco-ng2-components#6093 - [ACA-3683] - implement started date process filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6093) -* [Alfresco/alfresco-ng2-components#6152 - Update protractor.excludes.json](https://github.com/Alfresco/alfresco-ng2-components/pull/6152) -* [Alfresco/alfresco-ng2-components#6145 - [ACA-3692] - Add completed date/due date/started date filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6145) -* [Alfresco/alfresco-ng2-components#6156 - Test improve](https://github.com/Alfresco/alfresco-ng2-components/pull/6156) -* [Alfresco/alfresco-ng2-components#6138 - [ADF-5236] C246534 Failing](https://github.com/Alfresco/alfresco-ng2-components/pull/6138) -* [Alfresco/alfresco-ng2-components#6078 - [MNT-21705] - fixed column display for fields](https://github.com/Alfresco/alfresco-ng2-components/pull/6078) -* [Alfresco/alfresco-ng2-components#6157 - [ACA-3977] FE - Integrate new user assign API](https://github.com/Alfresco/alfresco-ng2-components/pull/6157) -* [Alfresco/alfresco-ng2-components#5924 - [ACA-3643] - add completedBy filter on tasks](https://github.com/Alfresco/alfresco-ng2-components/pull/5924) -* [Alfresco/alfresco-ng2-components#6098 - [ACA-3312] Add user-filter util class](https://github.com/Alfresco/alfresco-ng2-components/pull/6098) -* [Alfresco/alfresco-ng2-components#6092 - [ADF-5219] Refactor Document list Filters](https://github.com/Alfresco/alfresco-ng2-components/pull/6092) -* [Alfresco/alfresco-ng2-components#6159 - [ACA-3960] FE - Users that are part of a candidate group should not be able to see 'Assignee' property as editable when on that user task candidate group was set as assignment](https://github.com/Alfresco/alfresco-ng2-components/pull/6159) -* [Alfresco/alfresco-ng2-components#6158 - [AAE-3493] Update the documentation to provide the proper guidance on custom forms widgets for APA and APS developers](https://github.com/Alfresco/alfresco-ng2-components/pull/6158) -* [Alfresco/alfresco-ng2-components#6139 - Bump @angular/cli from 10.1.0 to 10.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6139) -* [Alfresco/alfresco-ng2-components#6164 - [ACA-3903] DocumentList - header filters are missing aria-labels](https://github.com/Alfresco/alfresco-ng2-components/pull/6164) -* [Alfresco/alfresco-ng2-components#6119 - Bump optimize-css-assets-webpack-plugin from 5.0.3 to 5.0.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6119) -* [Alfresco/alfresco-ng2-components#6165 - [ACA-3689] Update customize filter locator](https://github.com/Alfresco/alfresco-ng2-components/pull/6165) -* [Alfresco/alfresco-ng2-components#6166 - [ADF-5219] Fix Production Build](https://github.com/Alfresco/alfresco-ng2-components/pull/6166) -* [Alfresco/alfresco-ng2-components#6153 - Ole tutorial updates](https://github.com/Alfresco/alfresco-ng2-components/pull/6153) -* [Alfresco/alfresco-ng2-components#6160 - [AAE-3410] NodeSelector - Use user alias (-my-) name as default for upload of type Alfresco Content only](https://github.com/Alfresco/alfresco-ng2-components/pull/6160) -* [Alfresco/alfresco-ng2-components#6167 - Test improve 2](https://github.com/Alfresco/alfresco-ng2-components/pull/6167) -* [Alfresco/alfresco-ng2-components#6172 - Bump mini-css-extract-plugin from 0.10.1 to 0.11.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6172) -* [Alfresco/alfresco-ng2-components#6161 - [AAE-3469] New Service Task Cloud Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6161) -* [Alfresco/alfresco-ng2-components#6173 - [AAE-3469] Expose ServiceTaskListCloudComponent in public api](https://github.com/Alfresco/alfresco-ng2-components/pull/6173) -* [Alfresco/alfresco-ng2-components#6175 - Expose ServiceTaskFilterCloudService in public API](https://github.com/Alfresco/alfresco-ng2-components/pull/6175) -* [Alfresco/alfresco-ng2-components#6174 - [AAE-3651] FE - Export DateCloudFilterType from process-services-cloud lib](https://github.com/Alfresco/alfresco-ng2-components/pull/6174) -* [Alfresco/alfresco-ng2-components#6177 - Added switch to be able to check the form behaviour](https://github.com/Alfresco/alfresco-ng2-components/pull/6177) -* [Alfresco/alfresco-ng2-components#6180 - Fix broken e2e tests because of the lack of thrown error](https://github.com/Alfresco/alfresco-ng2-components/pull/6180) -* [Alfresco/alfresco-ng2-components#6181 - fix rxjs imports](https://github.com/Alfresco/alfresco-ng2-components/pull/6181) -* [Alfresco/alfresco-ng2-components#6171 - Bump moment from 2.27.0 to 2.29.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6171) -* [Alfresco/alfresco-ng2-components#6169 - Bump commander from 6.0.0 to 6.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6169) -* [Alfresco/alfresco-ng2-components#6182 - Update candidatebaseapp for variable mapping in tasks to work](https://github.com/Alfresco/alfresco-ng2-components/pull/6182) -* [Alfresco/alfresco-ng2-components#6184 - [ADF-5260] Fix Service task list initialization in DemoShell](https://github.com/Alfresco/alfresco-ng2-components/pull/6184) -* [Alfresco/alfresco-ng2-components#6141 - [ADF-4481] e2e test for uploading an unsupported file](https://github.com/Alfresco/alfresco-ng2-components/pull/6141) -* [Alfresco/alfresco-ng2-components#6185 - [ACA-3626] Cloud Task - completed date filter ](https://github.com/Alfresco/alfresco-ng2-components/pull/6185) -* [Alfresco/alfresco-ng2-components#6187 - Bump snyk from 1.393.0 to 1.404.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6187) -* [Alfresco/alfresco-ng2-components#6188 - Bump lint-staged from 10.2.13 to 10.4.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6188) -* [Alfresco/alfresco-ng2-components#6189 - Bump @types/node from 14.6.4 to 14.11.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6189) -* [Alfresco/alfresco-ng2-components#6170 - Bump pdfjs-dist from 2.4.456 to 2.5.207](https://github.com/Alfresco/alfresco-ng2-components/pull/6170) -* [Alfresco/alfresco-ng2-components#6168 - Bump @nrwl/workspace from 10.1.0 to 10.2.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6168) -* [Alfresco/alfresco-ng2-components#6176 - [ACA-3689] Update edit-process-filter-cloud-component PO](https://github.com/Alfresco/alfresco-ng2-components/pull/6176) -* [Alfresco/alfresco-ng2-components#6191 - LOC-258_Localised UI files for ADF 4.1 in 16 languages](https://github.com/Alfresco/alfresco-ng2-components/pull/6191) -* [Alfresco/alfresco-ng2-components#6190 - [ACA-3957] Added correct Icon for save-as button in task filter and p…](https://github.com/Alfresco/alfresco-ng2-components/pull/6190) -* [Alfresco/alfresco-ng2-components#6134 - [AAE-3199] - Add support for searchable content model properties (new search filters panel in the attach file widget)](https://github.com/Alfresco/alfresco-ng2-components/pull/6134) -* [Alfresco/alfresco-ng2-components#6195 - Bump typedoc from 0.18.0 to 0.19.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6195) -* [Alfresco/alfresco-ng2-components#6194 - Bump ng-packagr from 10.1.0 to 10.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6194) -* [Alfresco/alfresco-ng2-components#6196 - Bump codelyzer from 6.0.0 to 6.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6196) -* [Alfresco/alfresco-ng2-components#6198 - Bump @angular-devkit/build-angular from 0.1000.7 to 0.1001.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6198) -* [Alfresco/alfresco-ng2-components#6192 - [ACA-3010] - Process/Task Cloud fix wrong date range](https://github.com/Alfresco/alfresco-ng2-components/pull/6192) -* [Alfresco/alfresco-ng2-components#6197 - Bump @angular/cli from 10.1.2 to 10.1.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6197) -* [Alfresco/alfresco-ng2-components#6186 - [ACA-3627] - Add completedBy filter again](https://github.com/Alfresco/alfresco-ng2-components/pull/6186) -* [Alfresco/alfresco-ng2-components#6199 - [AAE-3694] Add new Service Method for service task integration](https://github.com/Alfresco/alfresco-ng2-components/pull/6199) -* [Alfresco/alfresco-ng2-components#6200 - add support for toolbar title i18n](https://github.com/Alfresco/alfresco-ng2-components/pull/6200) -* [Alfresco/alfresco-ng2-components#6201 - [ADF-5262] Fix query execution in BaseQueryBuilderService](https://github.com/Alfresco/alfresco-ng2-components/pull/6201) -* [Alfresco/alfresco-ng2-components#6202 - [ADF-5259] - addded unit test for custom widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6202) -* [Alfresco/alfresco-ng2-components#6209 - [ADF-5263] Empty page displayed all the time when load content fix ](https://github.com/Alfresco/alfresco-ng2-components/pull/6209) -* [Alfresco/alfresco-ng2-components#6210 - add missing interface property](https://github.com/Alfresco/alfresco-ng2-components/pull/6210) -* [Alfresco/alfresco-ng2-components#6205 - Bump rxjs from 6.6.2 to 6.6.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6205) -* [Alfresco/alfresco-ng2-components#6212 - [ADF-5261] Fix excluded flaky tests C297689, C297690](https://github.com/Alfresco/alfresco-ng2-components/pull/6212) -* [Alfresco/alfresco-ng2-components#6211 - Bump mdast-util-compact from 2.0.1 to 3.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6211) -* [Alfresco/alfresco-ng2-components#6203 - Bump @angular-devkit/build-ng-packagr from 0.1001.0 to 0.1001.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6203) -* [Alfresco/alfresco-ng2-components#6207 - Bump karma from 5.2.2 to 5.2.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6207) -* [Alfresco/alfresco-ng2-components#6206 - Bump ng2-charts from 2.3.3 to 2.4.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6206) -* [Alfresco/alfresco-ng2-components#6218 - Bump remark-frontmatter from 2.0.0 to 3.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6218) -* [Alfresco/alfresco-ng2-components#6193 - [AAE-3637] Attach file - Upload button is not disabled when the user is in search mode](https://github.com/Alfresco/alfresco-ng2-components/pull/6193) -* [Alfresco/alfresco-ng2-components#6221 - [AAE-3764]Fix typo for CLAIM button on form - process services](https://github.com/Alfresco/alfresco-ng2-components/pull/6221) +## PR merged +- [Alfresco/alfresco-ng2-components#6023 - Bump mdast-util-toc from 2.1.0 to 5.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6023) +- [Alfresco/alfresco-ng2-components#6021 - Bump unist-util-select from 2.0.2 to 3.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6021) +- [Alfresco/alfresco-ng2-components#6012 - Bump mini-css-extract-plugin from 0.9.0 to 0.10.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6012) +- [Alfresco/alfresco-ng2-components#5997 - Bump mdast-zone from 3.0.4 to 4.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/5997) +- [Alfresco/alfresco-ng2-components#6037 - Bump @types/pdfjs-dist from 2.1.4 to 2.1.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6037) +- [Alfresco/alfresco-ng2-components#6036 - Bump ng-packagr from 10.0.2 to 10.0.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6036) +- [Alfresco/alfresco-ng2-components#6033 - Bump jasmine2-protractor-utils from 1.1.3 to 1.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6033) +- [Alfresco/alfresco-ng2-components#6032 - [ACA-3863] Add query-service call for E2E tests](https://github.com/Alfresco/alfresco-ng2-components/pull/6032) +- [Alfresco/alfresco-ng2-components#6034 - Bump scss-bundle from 2.3.2 to 3.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6034) +- [Alfresco/alfresco-ng2-components#6015 - Bump @nx/workspace from 10.0.10 to 10.0.12](https://github.com/Alfresco/alfresco-ng2-components/pull/6015) +- [Alfresco/alfresco-ng2-components#5983 - New Service create - AuditService](https://github.com/Alfresco/alfresco-ng2-components/pull/5983) +- [Alfresco/alfresco-ng2-components#6035 - Bump @types/node from 14.0.27 to 14.6.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6035) +- [Alfresco/alfresco-ng2-components#6013 - Bump graphql from 14.7.0 to 15.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6013) +- [Alfresco/alfresco-ng2-components#6049 - Revert "Bump scss-bundle from 2.3.2 to 3.1.2"](https://github.com/Alfresco/alfresco-ng2-components/pull/6049) +- [Alfresco/alfresco-ng2-components#6040 - fix flex-layout version](https://github.com/Alfresco/alfresco-ng2-components/pull/6040) +- [Alfresco/alfresco-ng2-components#6045 - Bump moment from 2.22.2 to 2.27.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6045) +- [Alfresco/alfresco-ng2-components#6046 - Bump concurrently from 3.6.1 to 5.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6046) +- [Alfresco/alfresco-ng2-components#6043 - Bump @angular-devkit/build-angular from 0.1000.3 to 0.1000.6](https://github.com/Alfresco/alfresco-ng2-components/pull/6043) +- [Alfresco/alfresco-ng2-components#6042 - Bump karma from 4.4.1 to 5.1.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6042) +- [Alfresco/alfresco-ng2-components#6041 - Bump codelyzer from 5.2.2 to 6.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6041) +- [Alfresco/alfresco-ng2-components#6048 - [ACA-3800]Add method to datatable PO for selecting row with CMD](https://github.com/Alfresco/alfresco-ng2-components/pull/6048) +- [Alfresco/alfresco-ng2-components#6044 - Bump typescript from 3.9.6 to 3.9.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6044) +- [Alfresco/alfresco-ng2-components#6051 - Bump stylelint from 9.10.1 to 13.6.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6051) +- [Alfresco/alfresco-ng2-components#6055 - Bump sass-loader from 7.1.0 to 9.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6055) +- [Alfresco/alfresco-ng2-components#6056 - Bump ejs from 3.1.3 to 3.1.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6056) +- [Alfresco/alfresco-ng2-components#6053 - Bump rxjs from 6.6.0 to 6.6.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6053) +- [Alfresco/alfresco-ng2-components#6052 - Bump jasmine-spec-reporter from 4.2.1 to 5.0.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6052) +- [Alfresco/alfresco-ng2-components#6047 - Bump cspell from 4.0.63 to 4.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6047) +- [Alfresco/alfresco-ng2-components#6050 - Bump jasmine-ajax from 3.2.0 to 4.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6050) +- [Alfresco/alfresco-ng2-components#6057 - add missing group role APIs](https://github.com/Alfresco/alfresco-ng2-components/pull/6057) +- [Alfresco/alfresco-ng2-components#6058 - [ACA-3737] Process cloud properties review labels](https://github.com/Alfresco/alfresco-ng2-components/pull/6058) +- [Alfresco/alfresco-ng2-components#6024 - [AAE-3273] Manage empty option in retrieve content metadata dropdowns](https://github.com/Alfresco/alfresco-ng2-components/pull/6024) +- [Alfresco/alfresco-ng2-components#6054 - Bump commander from 4.0.0 to 6.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6054) +- [Alfresco/alfresco-ng2-components#6062 - Bump sass-loader from 9.0.3 to 10.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6062) +- [Alfresco/alfresco-ng2-components#6059 - Bump mdast-util-compact from 1.0.4 to 2.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6059) +- [Alfresco/alfresco-ng2-components#6061 - Bump @angular-devkit/build-ng-packagr from 0.1000.6 to 0.1000.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6061) +- [Alfresco/alfresco-ng2-components#6064 - Bump adf-tslint-rules from 0.0.6 to 0.0.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6064) +- [Alfresco/alfresco-ng2-components#6065 - Update upgrade39-40.md](https://github.com/Alfresco/alfresco-ng2-components/pull/6065) +- [Alfresco/alfresco-ng2-components#6060 - Bump scss-bundle from 2.3.2 to 3.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6060) +- [Alfresco/alfresco-ng2-components#6063 - Bump markdownlint-cli from 0.16.0 to 0.23.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6063) +- [Alfresco/alfresco-ng2-components#6066 - fix http method regression](https://github.com/Alfresco/alfresco-ng2-components/pull/6066) +- [Alfresco/alfresco-ng2-components#6067 - publish improvements](https://github.com/Alfresco/alfresco-ng2-components/pull/6067) +- [Alfresco/alfresco-ng2-components#6075 - fix production builds](https://github.com/Alfresco/alfresco-ng2-components/pull/6075) +- [Alfresco/alfresco-ng2-components#6090 - [AAE-3338] Update simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6090) +- [Alfresco/alfresco-ng2-components#6087 - Fix e2e](https://github.com/Alfresco/alfresco-ng2-components/pull/6087) +- [Alfresco/alfresco-ng2-components#6085 - [ACA-3441] Add method to attach file widget PO](https://github.com/Alfresco/alfresco-ng2-components/pull/6085) +- [Alfresco/alfresco-ng2-components#6084 - [AAE-3406] - Fix advanced search inside content-node selector](https://github.com/Alfresco/alfresco-ng2-components/pull/6084) +- [Alfresco/alfresco-ng2-components#6086 - [ADF-5230] - Implement process date range filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6086) +- [Alfresco/alfresco-ng2-components#6096 - Remove excluded test](https://github.com/Alfresco/alfresco-ng2-components/pull/6096) +- [Alfresco/alfresco-ng2-components#6099 - [MNT-21636] - added redirection when SSO is enabled for external link](https://github.com/Alfresco/alfresco-ng2-components/pull/6099) +- [Alfresco/alfresco-ng2-components#6069 - Bump selenium-webdriver from 4.0.0-alpha.5 to 4.0.0-alpha.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6069) +- [Alfresco/alfresco-ng2-components#6101 - [ADF-4481] Fix Viewer peview for unsupported new versions](https://github.com/Alfresco/alfresco-ng2-components/pull/6101) +- [Alfresco/alfresco-ng2-components#6103 - Bump sass-loader from 10.0.0 to 10.0.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6103) +- [Alfresco/alfresco-ng2-components#6106 - Bump ts-node from 8.10.2 to 9.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6106) +- [Alfresco/alfresco-ng2-components#6104 - Bump ng-packagr from 10.0.4 to 10.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6104) +- [Alfresco/alfresco-ng2-components#6072 - Bump tslint from 5.20.0 to 6.1.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6072) +- [Alfresco/alfresco-ng2-components#6073 - Bump remark-frontmatter from 1.3.3 to 2.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6073) +- [Alfresco/alfresco-ng2-components#6107 - Bump karma from 5.2.0 to 5.2.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6107) +- [Alfresco/alfresco-ng2-components#6109 - Bump husky from 4.2.5 to 4.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6109) +- [Alfresco/alfresco-ng2-components#6105 - Bump css-loader from 3.6.0 to 4.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6105) +- [Alfresco/alfresco-ng2-components#6108 - Bump @angular-devkit/build-ng-packagr from 0.1000.7 to 0.1001.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6108) +- [Alfresco/alfresco-ng2-components#6094 - [AAE-3296] Add unit tests for Tooltips in Form Widgets](https://github.com/Alfresco/alfresco-ng2-components/pull/6094) +- [Alfresco/alfresco-ng2-components#5919 - [ACA-3637] - Add dueDate range filter](https://github.com/Alfresco/alfresco-ng2-components/pull/5919) +- [Alfresco/alfresco-ng2-components#6110 - Bump graphql-request from 1.8.2 to 3.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6110) +- [Alfresco/alfresco-ng2-components#6111 - Bump @types/node from 14.6.0 to 14.6.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6111) +- [Alfresco/alfresco-ng2-components#6112 - Bump @angular/cli from 10.0.7 to 10.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6112) +- [Alfresco/alfresco-ng2-components#6113 - [ACA-3942] Enable assignee edit button only when userTask shared among the candidates](https://github.com/Alfresco/alfresco-ng2-components/pull/6113) +- [Alfresco/alfresco-ng2-components#6114 - [MNT-21789] ADW - Disable ACS Thumbnail Generation cause ADF Upload Service to fail any file upload with 501 error](https://github.com/Alfresco/alfresco-ng2-components/pull/6114) +- [Alfresco/alfresco-ng2-components#6102 - include attach file test](https://github.com/Alfresco/alfresco-ng2-components/pull/6102) +- [Alfresco/alfresco-ng2-components#6097 - [ACA-3877] Add the possibility to ADF Extension to be used in compila…](https://github.com/Alfresco/alfresco-ng2-components/pull/6097) +- [Alfresco/alfresco-ng2-components#6088 - Bump karma-coverage-istanbul-reporter from 2.1.0 to 3.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6088) +- [Alfresco/alfresco-ng2-components#6083 - [Docs] cloud custom form widget examples](https://github.com/Alfresco/alfresco-ng2-components/pull/6083) +- [Alfresco/alfresco-ng2-components#6120 - Bump snyk from 1.385.0 to 1.393.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6120) +- [Alfresco/alfresco-ng2-components#5871 - [ACA-3623] Process definition name filter in task list](https://github.com/Alfresco/alfresco-ng2-components/pull/5871) +- [Alfresco/alfresco-ng2-components#6079 - [AAE-3321] Select uploaded local files by default](https://github.com/Alfresco/alfresco-ng2-components/pull/6079) +- [Alfresco/alfresco-ng2-components#6076 - [ACA-3884]Attach cloud file - Ability to use the -appname- as placeholder in the destinationFolder ](https://github.com/Alfresco/alfresco-ng2-components/pull/6076) +- [Alfresco/alfresco-ng2-components#6130 - updated outcomebuttons process](https://github.com/Alfresco/alfresco-ng2-components/pull/6130) +- [Alfresco/alfresco-ng2-components#6126 - [AAE-3507] ADF - Change default destination folder alias -root- to -my-](https://github.com/Alfresco/alfresco-ng2-components/pull/6126) +- [Alfresco/alfresco-ng2-components#6122 - [ADF-5235] Facet fix and improve search test](https://github.com/Alfresco/alfresco-ng2-components/pull/6122) +- [Alfresco/alfresco-ng2-components#6143 - [ACA-3884] AttachFileCloud - Pass the replaced value](https://github.com/Alfresco/alfresco-ng2-components/pull/6143) +- [Alfresco/alfresco-ng2-components#6144 - Sanity check - Be able to pass params](https://github.com/Alfresco/alfresco-ng2-components/pull/6144) +- [Alfresco/alfresco-ng2-components#6137 - [ADF-5237] Unexclude C362240 and C362241](https://github.com/Alfresco/alfresco-ng2-components/pull/6137) +- [Alfresco/alfresco-ng2-components#5931 - [ACA-3722] - rename process name sort option](https://github.com/Alfresco/alfresco-ng2-components/pull/5931) +- [Alfresco/alfresco-ng2-components#6148 - [ACA-3973] K8s image - fetch all the namespaces and handle the missing container](https://github.com/Alfresco/alfresco-ng2-components/pull/6148) +- [Alfresco/alfresco-ng2-components#6142 - [AAE-3514] Create file viewer widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6142) +- [Alfresco/alfresco-ng2-components#6147 - [ADF-5245] Fix C297478, C297485 and C297472](https://github.com/Alfresco/alfresco-ng2-components/pull/6147) +- [Alfresco/alfresco-ng2-components#6149 - [ADF-5241] [ADF-5243] [ADF-5244] Fix C291954, C291955, C291993 and C291995](https://github.com/Alfresco/alfresco-ng2-components/pull/6149) +- [Alfresco/alfresco-ng2-components#6128 - [ACA-3637] - DueDate filter fix translation and add missing option](https://github.com/Alfresco/alfresco-ng2-components/pull/6128) +- [Alfresco/alfresco-ng2-components#6131 - [AAE-3469] New Service Task List in Task List Cloud Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6131) +- [Alfresco/alfresco-ng2-components#6150 - [ACA-3899] Viewer thumbnails cannot be accessed by keyboard](https://github.com/Alfresco/alfresco-ng2-components/pull/6150) +- [Alfresco/alfresco-ng2-components#5953 - [ADF-3499] Make Card View Text Item reactive to user input](https://github.com/Alfresco/alfresco-ng2-components/pull/5953) +- [Alfresco/alfresco-ng2-components#6154 - Revert "[AAE-3469] New Service Task List in Task List Cloud Component"](https://github.com/Alfresco/alfresco-ng2-components/pull/6154) +- [Alfresco/alfresco-ng2-components#6155 - [ACA-3973] K8s - namespaces - Replace all the occurrences](https://github.com/Alfresco/alfresco-ng2-components/pull/6155) +- [Alfresco/alfresco-ng2-components#6146 - Test improve](https://github.com/Alfresco/alfresco-ng2-components/pull/6146) +- [Alfresco/alfresco-ng2-components#6093 - [ACA-3683] - implement started date process filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6093) +- [Alfresco/alfresco-ng2-components#6152 - Update protractor.excludes.json](https://github.com/Alfresco/alfresco-ng2-components/pull/6152) +- [Alfresco/alfresco-ng2-components#6145 - [ACA-3692] - Add completed date/due date/started date filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6145) +- [Alfresco/alfresco-ng2-components#6156 - Test improve](https://github.com/Alfresco/alfresco-ng2-components/pull/6156) +- [Alfresco/alfresco-ng2-components#6138 - [ADF-5236] C246534 Failing](https://github.com/Alfresco/alfresco-ng2-components/pull/6138) +- [Alfresco/alfresco-ng2-components#6078 - [MNT-21705] - fixed column display for fields](https://github.com/Alfresco/alfresco-ng2-components/pull/6078) +- [Alfresco/alfresco-ng2-components#6157 - [ACA-3977] FE - Integrate new user assign API](https://github.com/Alfresco/alfresco-ng2-components/pull/6157) +- [Alfresco/alfresco-ng2-components#5924 - [ACA-3643] - add completedBy filter on tasks](https://github.com/Alfresco/alfresco-ng2-components/pull/5924) +- [Alfresco/alfresco-ng2-components#6098 - [ACA-3312] Add user-filter util class](https://github.com/Alfresco/alfresco-ng2-components/pull/6098) +- [Alfresco/alfresco-ng2-components#6092 - [ADF-5219] Refactor Document list Filters](https://github.com/Alfresco/alfresco-ng2-components/pull/6092) +- [Alfresco/alfresco-ng2-components#6159 - [ACA-3960] FE - Users that are part of a candidate group should not be able to see 'Assignee' property as editable when on that user task candidate group was set as assignment](https://github.com/Alfresco/alfresco-ng2-components/pull/6159) +- [Alfresco/alfresco-ng2-components#6158 - [AAE-3493] Update the documentation to provide the proper guidance on custom forms widgets for APA and APS developers](https://github.com/Alfresco/alfresco-ng2-components/pull/6158) +- [Alfresco/alfresco-ng2-components#6139 - Bump @angular/cli from 10.1.0 to 10.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6139) +- [Alfresco/alfresco-ng2-components#6164 - [ACA-3903] DocumentList - header filters are missing aria-labels](https://github.com/Alfresco/alfresco-ng2-components/pull/6164) +- [Alfresco/alfresco-ng2-components#6119 - Bump optimize-css-assets-webpack-plugin from 5.0.3 to 5.0.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6119) +- [Alfresco/alfresco-ng2-components#6165 - [ACA-3689] Update customize filter locator](https://github.com/Alfresco/alfresco-ng2-components/pull/6165) +- [Alfresco/alfresco-ng2-components#6166 - [ADF-5219] Fix Production Build](https://github.com/Alfresco/alfresco-ng2-components/pull/6166) +- [Alfresco/alfresco-ng2-components#6153 - Ole tutorial updates](https://github.com/Alfresco/alfresco-ng2-components/pull/6153) +- [Alfresco/alfresco-ng2-components#6160 - [AAE-3410] NodeSelector - Use user alias (-my-) name as default for upload of type Alfresco Content only](https://github.com/Alfresco/alfresco-ng2-components/pull/6160) +- [Alfresco/alfresco-ng2-components#6167 - Test improve 2](https://github.com/Alfresco/alfresco-ng2-components/pull/6167) +- [Alfresco/alfresco-ng2-components#6172 - Bump mini-css-extract-plugin from 0.10.1 to 0.11.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6172) +- [Alfresco/alfresco-ng2-components#6161 - [AAE-3469] New Service Task Cloud Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6161) +- [Alfresco/alfresco-ng2-components#6173 - [AAE-3469] Expose ServiceTaskListCloudComponent in public api](https://github.com/Alfresco/alfresco-ng2-components/pull/6173) +- [Alfresco/alfresco-ng2-components#6175 - Expose ServiceTaskFilterCloudService in public API](https://github.com/Alfresco/alfresco-ng2-components/pull/6175) +- [Alfresco/alfresco-ng2-components#6174 - [AAE-3651] FE - Export DateCloudFilterType from process-services-cloud lib](https://github.com/Alfresco/alfresco-ng2-components/pull/6174) +- [Alfresco/alfresco-ng2-components#6177 - Added switch to be able to check the form behaviour](https://github.com/Alfresco/alfresco-ng2-components/pull/6177) +- [Alfresco/alfresco-ng2-components#6180 - Fix broken e2e tests because of the lack of thrown error](https://github.com/Alfresco/alfresco-ng2-components/pull/6180) +- [Alfresco/alfresco-ng2-components#6181 - fix rxjs imports](https://github.com/Alfresco/alfresco-ng2-components/pull/6181) +- [Alfresco/alfresco-ng2-components#6171 - Bump moment from 2.27.0 to 2.29.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6171) +- [Alfresco/alfresco-ng2-components#6169 - Bump commander from 6.0.0 to 6.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6169) +- [Alfresco/alfresco-ng2-components#6182 - Update candidatebaseapp for variable mapping in tasks to work](https://github.com/Alfresco/alfresco-ng2-components/pull/6182) +- [Alfresco/alfresco-ng2-components#6184 - [ADF-5260] Fix Service task list initialization in DemoShell](https://github.com/Alfresco/alfresco-ng2-components/pull/6184) +- [Alfresco/alfresco-ng2-components#6141 - [ADF-4481] e2e test for uploading an unsupported file](https://github.com/Alfresco/alfresco-ng2-components/pull/6141) +- [Alfresco/alfresco-ng2-components#6185 - [ACA-3626] Cloud Task - completed date filter ](https://github.com/Alfresco/alfresco-ng2-components/pull/6185) +- [Alfresco/alfresco-ng2-components#6187 - Bump snyk from 1.393.0 to 1.404.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6187) +- [Alfresco/alfresco-ng2-components#6188 - Bump lint-staged from 10.2.13 to 10.4.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6188) +- [Alfresco/alfresco-ng2-components#6189 - Bump @types/node from 14.6.4 to 14.11.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6189) +- [Alfresco/alfresco-ng2-components#6170 - Bump pdfjs-dist from 2.4.456 to 2.5.207](https://github.com/Alfresco/alfresco-ng2-components/pull/6170) +- [Alfresco/alfresco-ng2-components#6168 - Bump @nx/workspace from 10.1.0 to 10.2.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6168) +- [Alfresco/alfresco-ng2-components#6176 - [ACA-3689] Update edit-process-filter-cloud-component PO](https://github.com/Alfresco/alfresco-ng2-components/pull/6176) +- [Alfresco/alfresco-ng2-components#6191 - LOC-258_Localised UI files for ADF 4.1 in 16 languages](https://github.com/Alfresco/alfresco-ng2-components/pull/6191) +- [Alfresco/alfresco-ng2-components#6190 - [ACA-3957] Added correct Icon for save-as button in task filter and p…](https://github.com/Alfresco/alfresco-ng2-components/pull/6190) +- [Alfresco/alfresco-ng2-components#6134 - [AAE-3199] - Add support for searchable content model properties (new search filters panel in the attach file widget)](https://github.com/Alfresco/alfresco-ng2-components/pull/6134) +- [Alfresco/alfresco-ng2-components#6195 - Bump typedoc from 0.18.0 to 0.19.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6195) +- [Alfresco/alfresco-ng2-components#6194 - Bump ng-packagr from 10.1.0 to 10.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6194) +- [Alfresco/alfresco-ng2-components#6196 - Bump codelyzer from 6.0.0 to 6.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6196) +- [Alfresco/alfresco-ng2-components#6198 - Bump @angular-devkit/build-angular from 0.1000.7 to 0.1001.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6198) +- [Alfresco/alfresco-ng2-components#6192 - [ACA-3010] - Process/Task Cloud fix wrong date range](https://github.com/Alfresco/alfresco-ng2-components/pull/6192) +- [Alfresco/alfresco-ng2-components#6197 - Bump @angular/cli from 10.1.2 to 10.1.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6197) +- [Alfresco/alfresco-ng2-components#6186 - [ACA-3627] - Add completedBy filter again](https://github.com/Alfresco/alfresco-ng2-components/pull/6186) +- [Alfresco/alfresco-ng2-components#6199 - [AAE-3694] Add new Service Method for service task integration](https://github.com/Alfresco/alfresco-ng2-components/pull/6199) +- [Alfresco/alfresco-ng2-components#6200 - add support for toolbar title i18n](https://github.com/Alfresco/alfresco-ng2-components/pull/6200) +- [Alfresco/alfresco-ng2-components#6201 - [ADF-5262] Fix query execution in BaseQueryBuilderService](https://github.com/Alfresco/alfresco-ng2-components/pull/6201) +- [Alfresco/alfresco-ng2-components#6202 - [ADF-5259] - addded unit test for custom widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6202) +- [Alfresco/alfresco-ng2-components#6209 - [ADF-5263] Empty page displayed all the time when load content fix ](https://github.com/Alfresco/alfresco-ng2-components/pull/6209) +- [Alfresco/alfresco-ng2-components#6210 - add missing interface property](https://github.com/Alfresco/alfresco-ng2-components/pull/6210) +- [Alfresco/alfresco-ng2-components#6205 - Bump rxjs from 6.6.2 to 6.6.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6205) +- [Alfresco/alfresco-ng2-components#6212 - [ADF-5261] Fix excluded flaky tests C297689, C297690](https://github.com/Alfresco/alfresco-ng2-components/pull/6212) +- [Alfresco/alfresco-ng2-components#6211 - Bump mdast-util-compact from 2.0.1 to 3.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6211) +- [Alfresco/alfresco-ng2-components#6203 - Bump @angular-devkit/build-ng-packagr from 0.1001.0 to 0.1001.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6203) +- [Alfresco/alfresco-ng2-components#6207 - Bump karma from 5.2.2 to 5.2.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6207) +- [Alfresco/alfresco-ng2-components#6206 - Bump ng2-charts from 2.3.3 to 2.4.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6206) +- [Alfresco/alfresco-ng2-components#6218 - Bump remark-frontmatter from 2.0.0 to 3.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6218) +- [Alfresco/alfresco-ng2-components#6193 - [AAE-3637] Attach file - Upload button is not disabled when the user is in search mode](https://github.com/Alfresco/alfresco-ng2-components/pull/6193) +- [Alfresco/alfresco-ng2-components#6221 - [AAE-3764]Fix typo for CLAIM button on form - process services](https://github.com/Alfresco/alfresco-ng2-components/pull/6221) Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components). diff --git a/docs/release-notes/RelNote420.md b/docs/release-notes/RelNote420.md index 0ae3eb46f5..2ffed67b6b 100644 --- a/docs/release-notes/RelNote420.md +++ b/docs/release-notes/RelNote420.md @@ -54,136 +54,136 @@ The following is a brief list of references to help you get started with the new Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. -## PR merged +## PR merged -* [Alfresco/alfresco-ng2-components#6244 - Bump snyk from 1.413.2 to 1.413.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6244) -* [Alfresco/alfresco-ng2-components#6230 - Bump moment from 2.29.0 to 2.29.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6230) -* [Alfresco/alfresco-ng2-components#6246 - Menu for ABN in regard of upgrade guides, vulnerability and licence info.](https://github.com/Alfresco/alfresco-ng2-components/pull/6246) -* [Alfresco/alfresco-ng2-components#6252 - adf-cli - Fix typo on namespace](https://github.com/Alfresco/alfresco-ng2-components/pull/6252) -* [Alfresco/alfresco-ng2-components#6249 - [ACA-4052] - Add today option back](https://github.com/Alfresco/alfresco-ng2-components/pull/6249) -* [Alfresco/alfresco-ng2-components#6248 - improved e2e login api](https://github.com/Alfresco/alfresco-ng2-components/pull/6248) -* [Alfresco/alfresco-ng2-components#6251 - [ACA-3662] Add setCompleteDateFilterDropDown() method](https://github.com/Alfresco/alfresco-ng2-components/pull/6251) -* [Alfresco/alfresco-ng2-components#6247 - Bump sass-loader from 10.0.2 to 10.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6247) -* [Alfresco/alfresco-ng2-components#6250 - Try new travis Graviton](https://github.com/Alfresco/alfresco-ng2-components/pull/6250) -* [Alfresco/alfresco-ng2-components#6257 - AAE renamed APA in guides and files.](https://github.com/Alfresco/alfresco-ng2-components/pull/6257) -* [Alfresco/alfresco-ng2-components#6259 - fix error message for CSRF](https://github.com/Alfresco/alfresco-ng2-components/pull/6259) -* [Alfresco/alfresco-ng2-components#6260 - Default login with admin if not to create user e2e](https://github.com/Alfresco/alfresco-ng2-components/pull/6260) -* [Alfresco/alfresco-ng2-components#6151 - [AAE-3587] Use grid to allow using rowspan](https://github.com/Alfresco/alfresco-ng2-components/pull/6151) -* [Alfresco/alfresco-ng2-components#6262 - Bump @angular-devkit/build-angular from 0.1001.4 to 0.1001.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6262) -* [Alfresco/alfresco-ng2-components#6263 - Bump snyk from 1.413.3 to 1.415.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6263) -* [Alfresco/alfresco-ng2-components#6253 - [ADF-5279] Date range type filter selection triggers list reload](https://github.com/Alfresco/alfresco-ng2-components/pull/6253) -* [Alfresco/alfresco-ng2-components#6254 - [ADF-5280] [Cloud] Tasks - Created Date filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6254) -* [Alfresco/alfresco-ng2-components#6265 - [ACA-3969]Add methods for people-cloud-component.page.ts](https://github.com/Alfresco/alfresco-ng2-components/pull/6265) -* [Alfresco/alfresco-ng2-components#6214 - [AAE-3719][AAE-3720] - Fix content node selector search should align with the filtering](https://github.com/Alfresco/alfresco-ng2-components/pull/6214) -* [Alfresco/alfresco-ng2-components#6269 - [AAE-3908] - fix clear value icon on card view text item](https://github.com/Alfresco/alfresco-ng2-components/pull/6269) -* [Alfresco/alfresco-ng2-components#5907 - [ACA-3619] - add task assignment filter](https://github.com/Alfresco/alfresco-ng2-components/pull/5907) -* [Alfresco/alfresco-ng2-components#6271 - [AAE-3405] - Optimise attach file widget UI](https://github.com/Alfresco/alfresco-ng2-components/pull/6271) -* [Alfresco/alfresco-ng2-components#6272 - [ACA-3976]Add a new process with 2 parallel user tasks in candidatebaseapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6272) -* [Alfresco/alfresco-ng2-components#6274 - [AAE-3925] Add support for date type searchable properties in attach …](https://github.com/Alfresco/alfresco-ng2-components/pull/6274) -* [Alfresco/alfresco-ng2-components#6275 - [AAE-3886] Cleanup the customModels when the attach file widget compo…](https://github.com/Alfresco/alfresco-ng2-components/pull/6275) -* [Alfresco/alfresco-ng2-components#6276 - [ACA-4089] Add new method in DatePickerCalendarPage](https://github.com/Alfresco/alfresco-ng2-components/pull/6276) -* [Alfresco/alfresco-ng2-components#6077 - [ACA-3706] implement startedBy process filter property](https://github.com/Alfresco/alfresco-ng2-components/pull/6077) -* [Alfresco/alfresco-ng2-components#6280 - Fix the if condition on namespaces](https://github.com/Alfresco/alfresco-ng2-components/pull/6280) -* [Alfresco/alfresco-ng2-components#6281 - [ACA-3664] Add new method in ADF to validate tasks filtering by CreatedBy filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6281) -* [Alfresco/alfresco-ng2-components#6279 - [ACA-4049] Improve check for content on lists](https://github.com/Alfresco/alfresco-ng2-components/pull/6279) -* [Alfresco/alfresco-ng2-components#6277 - [AAE-3750] - add possibility to exclude user from selection on people…](https://github.com/Alfresco/alfresco-ng2-components/pull/6277) -* [Alfresco/alfresco-ng2-components#6256 - [ADF-5170] [upload] not able to upload file/folder from external content service specfic path](https://github.com/Alfresco/alfresco-ng2-components/pull/6256) -* [Alfresco/alfresco-ng2-components#6270 - move users in the users object to make loginWithProgile general purpose](https://github.com/Alfresco/alfresco-ng2-components/pull/6270) -* [Alfresco/alfresco-ng2-components#6286 - Bump @angular-devkit/build-ng-packagr from 0.1001.4 to 0.1002.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6286) -* [Alfresco/alfresco-ng2-components#6283 - Bump chart.js from 2.9.3 to 2.9.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6283) -* [Alfresco/alfresco-ng2-components#6284 - Bump lint-staged from 10.4.0 to 10.5.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6284) -* [Alfresco/alfresco-ng2-components#6289 - [ACA-4089] Modify setCompletedBy method to set the selected assignee](https://github.com/Alfresco/alfresco-ng2-components/pull/6289) -* [Alfresco/alfresco-ng2-components#6293 - [ACA-4057]Create process with random name](https://github.com/Alfresco/alfresco-ng2-components/pull/6293) -* [Alfresco/alfresco-ng2-components#6288 - [ACA-3870] Fix Version Compatibility Initialization](https://github.com/Alfresco/alfresco-ng2-components/pull/6288) -* [Alfresco/alfresco-ng2-components#6295 - remove spamming of i18n warnings to console log](https://github.com/Alfresco/alfresco-ng2-components/pull/6295) -* [Alfresco/alfresco-ng2-components#6298 - [ACA-4057] Add getProcessInstanceByName method](https://github.com/Alfresco/alfresco-ng2-components/pull/6298) -* [Alfresco/alfresco-ng2-components#6300 - Bump sass-loader from 10.0.3 to 10.0.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6300) -* [Alfresco/alfresco-ng2-components#6296 - [ACA-4057]Add method to create process with values](https://github.com/Alfresco/alfresco-ng2-components/pull/6296) -* [Alfresco/alfresco-ng2-components#6307 - Bump lint-staged from 10.5.0 to 10.5.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6307) -* [Alfresco/alfresco-ng2-components#6308 - Bump @types/selenium-webdriver from 4.0.9 to 4.0.10](https://github.com/Alfresco/alfresco-ng2-components/pull/6308) -* [Alfresco/alfresco-ng2-components#6304 - [AAE-3966] FE - Disable the upload button when the user doesn't have permissions in a folder](https://github.com/Alfresco/alfresco-ng2-components/pull/6304) -* [Alfresco/alfresco-ng2-components#6294 - [ACA-4071] [ADW-Cloud]Task header takes too much to be loaded after claiming a task](https://github.com/Alfresco/alfresco-ng2-components/pull/6294) -* [Alfresco/alfresco-ng2-components#6301 - [AAE-3992] cleanup the code before refactoring](https://github.com/Alfresco/alfresco-ng2-components/pull/6301) -* [Alfresco/alfresco-ng2-components#6310 - Bump graphql from 15.3.0 to 15.4.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6310) -* [Alfresco/alfresco-ng2-components#6311 - Bump remark from 12.0.1 to 13.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6311) -* [Alfresco/alfresco-ng2-components#6299 - [ACA-4099] Fix search query in content node selector](https://github.com/Alfresco/alfresco-ng2-components/pull/6299) -* [Alfresco/alfresco-ng2-components#6309 - Bump @types/node from 14.11.2 to 14.14.6](https://github.com/Alfresco/alfresco-ng2-components/pull/6309) -* [Alfresco/alfresco-ng2-components#6297 - [AAE-3967] Add datetime-range search filter component](https://github.com/Alfresco/alfresco-ng2-components/pull/6297) -* [Alfresco/alfresco-ng2-components#6312 - exported search-datetime range component](https://github.com/Alfresco/alfresco-ng2-components/pull/6312) -* [Alfresco/alfresco-ng2-components#6306 - [MNT-22003] - fixed check on variable for visibility service](https://github.com/Alfresco/alfresco-ng2-components/pull/6306) -* [Alfresco/alfresco-ng2-components#6282 - Improve search filter component: hide a facet if there is no filter category](https://github.com/Alfresco/alfresco-ng2-components/pull/6282) -* [Alfresco/alfresco-ng2-components#6303 - [ACA-4057] Edit getProcessInstanceByName method to search the process instance directly by its name](https://github.com/Alfresco/alfresco-ng2-components/pull/6303) -* [Alfresco/alfresco-ng2-components#6317 - Bump @angular/cli from 10.1.4 to 10.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6317) -* [Alfresco/alfresco-ng2-components#6316 - Bump snyk from 1.415.0 to 1.424.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6316) -* [Alfresco/alfresco-ng2-components#6315 - Bump mdast-zone from 4.0.0 to 4.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6315) -* [Alfresco/alfresco-ng2-components#6313 - Bump mdast-util-heading-range from 2.1.4 to 2.1.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6313) -* [Alfresco/alfresco-ng2-components#6318 - [ACA-828] Add showTitle input in TaskCloudForm component](https://github.com/Alfresco/alfresco-ng2-components/pull/6318) -* [Alfresco/alfresco-ng2-components#6319 - add missing env variables for proxy file](https://github.com/Alfresco/alfresco-ng2-components/pull/6319) -* [Alfresco/alfresco-ng2-components#6302 - [ADF-5223] Fix Amount widget styling](https://github.com/Alfresco/alfresco-ng2-components/pull/6302) -* [Alfresco/alfresco-ng2-components#6129 - [ACA-3373] Add e2e multi item select method in DataTable component](https://github.com/Alfresco/alfresco-ng2-components/pull/6129) -* [Alfresco/alfresco-ng2-components#6328 - Added optional on variable models to avoid breaking changes](https://github.com/Alfresco/alfresco-ng2-components/pull/6328) -* [Alfresco/alfresco-ng2-components#6329 - [ACS-827] - added whitelisted element and method for checking them](https://github.com/Alfresco/alfresco-ng2-components/pull/6329) -* [Alfresco/alfresco-ng2-components#6330 - AAE-3936 Tooltip card directive](https://github.com/Alfresco/alfresco-ng2-components/pull/6330) -* [Alfresco/alfresco-ng2-components#6322 - Bump unist-util-select from 3.0.1 to 3.0.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6322) -* [Alfresco/alfresco-ng2-components#6320 - [MNT-21920] Fix Card View Integers initialization when they are set to 0](https://github.com/Alfresco/alfresco-ng2-components/pull/6320) -* [Alfresco/alfresco-ng2-components#6327 - [ACS-721] Improve End/Cancel Editing UX (part 1) - implement single menu option & dialog](https://github.com/Alfresco/alfresco-ng2-components/pull/6327) -* [Alfresco/alfresco-ng2-components#6305 - [ACA-4124] Change name displayed for groups in Add Permission Panel Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6305) -* [Alfresco/alfresco-ng2-components#6325 - Bump rxjs-tslint-rules from 4.34.1 to 4.34.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6325) -* [Alfresco/alfresco-ng2-components#6332 - [AAE-3936] Fix error in directive component](https://github.com/Alfresco/alfresco-ng2-components/pull/6332) -* [Alfresco/alfresco-ng2-components#6335 - Fix clickUntilIsNotVisible by removing one return](https://github.com/Alfresco/alfresco-ng2-components/pull/6335) -* [Alfresco/alfresco-ng2-components#6337 - Fixed floating promise](https://github.com/Alfresco/alfresco-ng2-components/pull/6337) -* [Alfresco/alfresco-ng2-components#6347 - ix build](https://github.com/Alfresco/alfresco-ng2-components/pull/6347) -* [Alfresco/alfresco-ng2-components#6349 - Bump snyk from 1.424.2 to 1.427.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6349) -* [Alfresco/alfresco-ng2-components#6350 - Bump cspell from 4.1.0 to 4.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6350) -* [Alfresco/alfresco-ng2-components#6331 - [ACA-4123] Unify APS and Cloud event emitters for filters](https://github.com/Alfresco/alfresco-ng2-components/pull/6331) -* [Alfresco/alfresco-ng2-components#6348 - [ADF-5284] Restore original plugin functionality](https://github.com/Alfresco/alfresco-ng2-components/pull/6348) -* [Alfresco/alfresco-ng2-components#6336 - [DRAFT] Adding script for updating users on APS1](https://github.com/Alfresco/alfresco-ng2-components/pull/6336) -* [Alfresco/alfresco-ng2-components#6353 - Bump @nrwl/workspace from 10.2.1 to 10.4.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6353) -* [Alfresco/alfresco-ng2-components#6357 - Bump cspell from 4.2.0 to 4.2.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6357) -* [Alfresco/alfresco-ng2-components#6360 - Bump @types/node from 14.14.6 to 14.14.8](https://github.com/Alfresco/alfresco-ng2-components/pull/6360) -* [Alfresco/alfresco-ng2-components#6351 - [AAE-3638] - implement priority drodpown widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6351) -* [Alfresco/alfresco-ng2-components#6359 - Bump stylelint from 13.7.2 to 13.8.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6359) -* [Alfresco/alfresco-ng2-components#6358 - Bump markdownlint-cli from 0.23.2 to 0.25.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6358) -* [Alfresco/alfresco-ng2-components#6355 - [ACA-3957] - Replace icons on process cloud](https://github.com/Alfresco/alfresco-ng2-components/pull/6355) -* [Alfresco/alfresco-ng2-components#6361 - Improve env check](https://github.com/Alfresco/alfresco-ng2-components/pull/6361) -* [Alfresco/alfresco-ng2-components#6371 - [ACA-4124] Display authorityName when authorityDisplayName is missing](https://github.com/Alfresco/alfresco-ng2-components/pull/6371) -* [Alfresco/alfresco-ng2-components#6370 - [AAE-4127] [process-services] [APS1] Return Create Filters API response instead of the default payload](https://github.com/Alfresco/alfresco-ng2-components/pull/6370) -* [Alfresco/alfresco-ng2-components#6374 - [AAE-4188] Fix 3 invalid processes in simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6374) -* [Alfresco/alfresco-ng2-components#6375 - [ACA-4168] - changed to public reset pagination](https://github.com/Alfresco/alfresco-ng2-components/pull/6375) -* [Alfresco/alfresco-ng2-components#6321 - [ACA-3712] Add appVersion multi-select dropdown in edit cloud process filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6321) -* [Alfresco/alfresco-ng2-components#6377 - Bump nconf from 0.10.0 to 0.11.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6377) -* [Alfresco/alfresco-ng2-components#6366 - [AAE-1379] - fixed form rapresentation](https://github.com/Alfresco/alfresco-ng2-components/pull/6366) -* [Alfresco/alfresco-ng2-components#6373 - [AAE-4090] [ADW - Cloud] Warning message is displayed for one second in destination picker when Upload button is enabled](https://github.com/Alfresco/alfresco-ng2-components/pull/6373) -* [Alfresco/alfresco-ng2-components#6376 - Bump snyk from 1.427.0 to 1.430.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6376) -* [Alfresco/alfresco-ng2-components#6385 - [AAE-4077] - TaskCloud: Refactor priority](https://github.com/Alfresco/alfresco-ng2-components/pull/6385) -* [Alfresco/alfresco-ng2-components#6383 - LOC-268 - Fixed. All localised UI files updated in 16 languages](https://github.com/Alfresco/alfresco-ng2-components/pull/6383) -* [Alfresco/alfresco-ng2-components#6386 - Add upload license script](https://github.com/Alfresco/alfresco-ng2-components/pull/6386) -* [Alfresco/alfresco-ng2-components#6395 - Bump rxjs-tslint-rules from 4.34.5 to 4.34.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6395) -* [Alfresco/alfresco-ng2-components#6394 - Bump snyk from 1.430.2 to 1.431.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6394) -* [Alfresco/alfresco-ng2-components#6393 - Bump cspell from 4.2.2 to 4.2.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6393) -* [Alfresco/alfresco-ng2-components#6391 - Fix versioncompatibility directive](https://github.com/Alfresco/alfresco-ng2-components/pull/6391) -* [Alfresco/alfresco-ng2-components#6397 - AAE-4023 fix BASE_PATH as /](https://github.com/Alfresco/alfresco-ng2-components/pull/6397) -* [Alfresco/alfresco-ng2-components#6404 - [ADF-5297] Success Snackbar messages showning as errors](https://github.com/Alfresco/alfresco-ng2-components/pull/6404) -* [Alfresco/alfresco-ng2-components#6405 - [ADF-5294] - fixed problem on form rendering](https://github.com/Alfresco/alfresco-ng2-components/pull/6405) -* [Alfresco/alfresco-ng2-components#6400 - ACA-4171 to ACA-4174 Display the number of activated and deactivated users](https://github.com/Alfresco/alfresco-ng2-components/pull/6400) -* [Alfresco/alfresco-ng2-components#6403 - Clean-up demo shell Error component](https://github.com/Alfresco/alfresco-ng2-components/pull/6403) -* [Alfresco/alfresco-ng2-components#6399 - [ADF-5295] Fix Session not reloaded after User logs in in other tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6399) -* [Alfresco/alfresco-ng2-components#6378 - [ACA-2176] prevent Esc click event bubble into the Viewer](https://github.com/Alfresco/alfresco-ng2-components/pull/6378) -* [Alfresco/alfresco-ng2-components#6409 - fix jasmine and karma integration for IDEs](https://github.com/Alfresco/alfresco-ng2-components/pull/6409) -* [Alfresco/alfresco-ng2-components#6415 - Bump snyk from 1.431.2 to 1.434.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6415) -* [Alfresco/alfresco-ng2-components#6414 - Bump ts-node from 9.0.0 to 9.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6414) -* [Alfresco/alfresco-ng2-components#6417 - [ACA-3957] - replace task icon](https://github.com/Alfresco/alfresco-ng2-components/pull/6417) -* [Alfresco/alfresco-ng2-components#6413 - [ADF-5298] Fix Service Tasks not loading](https://github.com/Alfresco/alfresco-ng2-components/pull/6413) -* [Alfresco/alfresco-ng2-components#6422 - [ACA-4202] - caching with version number for the url](https://github.com/Alfresco/alfresco-ng2-components/pull/6422) -* [Alfresco/alfresco-ng2-components#6420 - [ACA-4205] reload on sorting only for server mode](https://github.com/Alfresco/alfresco-ng2-components/pull/6420) -* [Alfresco/alfresco-ng2-components#6423 - [AAE-3638] - update priority option](https://github.com/Alfresco/alfresco-ng2-components/pull/6423) -* [Alfresco/alfresco-ng2-components#6421 - [ACA-4208] - fix date filter by range](https://github.com/Alfresco/alfresco-ng2-components/pull/6421) -* [Alfresco/alfresco-ng2-components#6427 - Bump highlight.js from 10.2.0 to 10.4.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6427) -* [Alfresco/alfresco-ng2-components#6425 - Include back C587084](https://github.com/Alfresco/alfresco-ng2-components/pull/6425) -* [Alfresco/alfresco-ng2-components#6426 - AAE-4262 fix docker redirect with relative url](https://github.com/Alfresco/alfresco-ng2-components/pull/6426) -* [Alfresco/alfresco-ng2-components#6428 - Bump snyk from 1.434.0 to 1.434.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6428) -* [Alfresco/alfresco-ng2-components#6429 - Bump protractor-retry from 1.2.13 to 2.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6429) -* [Alfresco/alfresco-ng2-components#6430 - Bump lint-staged from 10.5.1 to 10.5.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6430) -Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components). +- [Alfresco/alfresco-ng2-components#6244 - Bump snyk from 1.413.2 to 1.413.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6244) +- [Alfresco/alfresco-ng2-components#6230 - Bump moment from 2.29.0 to 2.29.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6230) +- [Alfresco/alfresco-ng2-components#6246 - Menu for ABN in regard of upgrade guides, vulnerability and licence info.](https://github.com/Alfresco/alfresco-ng2-components/pull/6246) +- [Alfresco/alfresco-ng2-components#6252 - adf-cli - Fix typo on namespace](https://github.com/Alfresco/alfresco-ng2-components/pull/6252) +- [Alfresco/alfresco-ng2-components#6249 - [ACA-4052] - Add today option back](https://github.com/Alfresco/alfresco-ng2-components/pull/6249) +- [Alfresco/alfresco-ng2-components#6248 - improved e2e login api](https://github.com/Alfresco/alfresco-ng2-components/pull/6248) +- [Alfresco/alfresco-ng2-components#6251 - [ACA-3662] Add setCompleteDateFilterDropDown() method](https://github.com/Alfresco/alfresco-ng2-components/pull/6251) +- [Alfresco/alfresco-ng2-components#6247 - Bump sass-loader from 10.0.2 to 10.0.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6247) +- [Alfresco/alfresco-ng2-components#6250 - Try new travis Graviton](https://github.com/Alfresco/alfresco-ng2-components/pull/6250) +- [Alfresco/alfresco-ng2-components#6257 - AAE renamed APA in guides and files.](https://github.com/Alfresco/alfresco-ng2-components/pull/6257) +- [Alfresco/alfresco-ng2-components#6259 - fix error message for CSRF](https://github.com/Alfresco/alfresco-ng2-components/pull/6259) +- [Alfresco/alfresco-ng2-components#6260 - Default login with admin if not to create user e2e](https://github.com/Alfresco/alfresco-ng2-components/pull/6260) +- [Alfresco/alfresco-ng2-components#6151 - [AAE-3587] Use grid to allow using rowspan](https://github.com/Alfresco/alfresco-ng2-components/pull/6151) +- [Alfresco/alfresco-ng2-components#6262 - Bump @angular-devkit/build-angular from 0.1001.4 to 0.1001.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6262) +- [Alfresco/alfresco-ng2-components#6263 - Bump snyk from 1.413.3 to 1.415.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6263) +- [Alfresco/alfresco-ng2-components#6253 - [ADF-5279] Date range type filter selection triggers list reload](https://github.com/Alfresco/alfresco-ng2-components/pull/6253) +- [Alfresco/alfresco-ng2-components#6254 - [ADF-5280] [Cloud] Tasks - Created Date filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6254) +- [Alfresco/alfresco-ng2-components#6265 - [ACA-3969]Add methods for people-cloud-component.page.ts](https://github.com/Alfresco/alfresco-ng2-components/pull/6265) +- [Alfresco/alfresco-ng2-components#6214 - [AAE-3719][AAE-3720] - Fix content node selector search should align with the filtering](https://github.com/Alfresco/alfresco-ng2-components/pull/6214) +- [Alfresco/alfresco-ng2-components#6269 - [AAE-3908] - fix clear value icon on card view text item](https://github.com/Alfresco/alfresco-ng2-components/pull/6269) +- [Alfresco/alfresco-ng2-components#5907 - [ACA-3619] - add task assignment filter](https://github.com/Alfresco/alfresco-ng2-components/pull/5907) +- [Alfresco/alfresco-ng2-components#6271 - [AAE-3405] - Optimise attach file widget UI](https://github.com/Alfresco/alfresco-ng2-components/pull/6271) +- [Alfresco/alfresco-ng2-components#6272 - [ACA-3976]Add a new process with 2 parallel user tasks in candidatebaseapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6272) +- [Alfresco/alfresco-ng2-components#6274 - [AAE-3925] Add support for date type searchable properties in attach …](https://github.com/Alfresco/alfresco-ng2-components/pull/6274) +- [Alfresco/alfresco-ng2-components#6275 - [AAE-3886] Cleanup the customModels when the attach file widget compo…](https://github.com/Alfresco/alfresco-ng2-components/pull/6275) +- [Alfresco/alfresco-ng2-components#6276 - [ACA-4089] Add new method in DatePickerCalendarPage](https://github.com/Alfresco/alfresco-ng2-components/pull/6276) +- [Alfresco/alfresco-ng2-components#6077 - [ACA-3706] implement startedBy process filter property](https://github.com/Alfresco/alfresco-ng2-components/pull/6077) +- [Alfresco/alfresco-ng2-components#6280 - Fix the if condition on namespaces](https://github.com/Alfresco/alfresco-ng2-components/pull/6280) +- [Alfresco/alfresco-ng2-components#6281 - [ACA-3664] Add new method in ADF to validate tasks filtering by CreatedBy filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6281) +- [Alfresco/alfresco-ng2-components#6279 - [ACA-4049] Improve check for content on lists](https://github.com/Alfresco/alfresco-ng2-components/pull/6279) +- [Alfresco/alfresco-ng2-components#6277 - [AAE-3750] - add possibility to exclude user from selection on people…](https://github.com/Alfresco/alfresco-ng2-components/pull/6277) +- [Alfresco/alfresco-ng2-components#6256 - [ADF-5170] [upload] not able to upload file/folder from external content service specfic path](https://github.com/Alfresco/alfresco-ng2-components/pull/6256) +- [Alfresco/alfresco-ng2-components#6270 - move users in the users object to make loginWithProgile general purpose](https://github.com/Alfresco/alfresco-ng2-components/pull/6270) +- [Alfresco/alfresco-ng2-components#6286 - Bump @angular-devkit/build-ng-packagr from 0.1001.4 to 0.1002.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6286) +- [Alfresco/alfresco-ng2-components#6283 - Bump chart.js from 2.9.3 to 2.9.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6283) +- [Alfresco/alfresco-ng2-components#6284 - Bump lint-staged from 10.4.0 to 10.5.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6284) +- [Alfresco/alfresco-ng2-components#6289 - [ACA-4089] Modify setCompletedBy method to set the selected assignee](https://github.com/Alfresco/alfresco-ng2-components/pull/6289) +- [Alfresco/alfresco-ng2-components#6293 - [ACA-4057]Create process with random name](https://github.com/Alfresco/alfresco-ng2-components/pull/6293) +- [Alfresco/alfresco-ng2-components#6288 - [ACA-3870] Fix Version Compatibility Initialization](https://github.com/Alfresco/alfresco-ng2-components/pull/6288) +- [Alfresco/alfresco-ng2-components#6295 - remove spamming of i18n warnings to console log](https://github.com/Alfresco/alfresco-ng2-components/pull/6295) +- [Alfresco/alfresco-ng2-components#6298 - [ACA-4057] Add getProcessInstanceByName method](https://github.com/Alfresco/alfresco-ng2-components/pull/6298) +- [Alfresco/alfresco-ng2-components#6300 - Bump sass-loader from 10.0.3 to 10.0.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6300) +- [Alfresco/alfresco-ng2-components#6296 - [ACA-4057]Add method to create process with values](https://github.com/Alfresco/alfresco-ng2-components/pull/6296) +- [Alfresco/alfresco-ng2-components#6307 - Bump lint-staged from 10.5.0 to 10.5.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6307) +- [Alfresco/alfresco-ng2-components#6308 - Bump @types/selenium-webdriver from 4.0.9 to 4.0.10](https://github.com/Alfresco/alfresco-ng2-components/pull/6308) +- [Alfresco/alfresco-ng2-components#6304 - [AAE-3966] FE - Disable the upload button when the user doesn't have permissions in a folder](https://github.com/Alfresco/alfresco-ng2-components/pull/6304) +- [Alfresco/alfresco-ng2-components#6294 - [ACA-4071] [ADW-Cloud]Task header takes too much to be loaded after claiming a task](https://github.com/Alfresco/alfresco-ng2-components/pull/6294) +- [Alfresco/alfresco-ng2-components#6301 - [AAE-3992] cleanup the code before refactoring](https://github.com/Alfresco/alfresco-ng2-components/pull/6301) +- [Alfresco/alfresco-ng2-components#6310 - Bump graphql from 15.3.0 to 15.4.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6310) +- [Alfresco/alfresco-ng2-components#6311 - Bump remark from 12.0.1 to 13.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6311) +- [Alfresco/alfresco-ng2-components#6299 - [ACA-4099] Fix search query in content node selector](https://github.com/Alfresco/alfresco-ng2-components/pull/6299) +- [Alfresco/alfresco-ng2-components#6309 - Bump @types/node from 14.11.2 to 14.14.6](https://github.com/Alfresco/alfresco-ng2-components/pull/6309) +- [Alfresco/alfresco-ng2-components#6297 - [AAE-3967] Add datetime-range search filter component](https://github.com/Alfresco/alfresco-ng2-components/pull/6297) +- [Alfresco/alfresco-ng2-components#6312 - exported search-datetime range component](https://github.com/Alfresco/alfresco-ng2-components/pull/6312) +- [Alfresco/alfresco-ng2-components#6306 - [MNT-22003] - fixed check on variable for visibility service](https://github.com/Alfresco/alfresco-ng2-components/pull/6306) +- [Alfresco/alfresco-ng2-components#6282 - Improve search filter component: hide a facet if there is no filter category](https://github.com/Alfresco/alfresco-ng2-components/pull/6282) +- [Alfresco/alfresco-ng2-components#6303 - [ACA-4057] Edit getProcessInstanceByName method to search the process instance directly by its name](https://github.com/Alfresco/alfresco-ng2-components/pull/6303) +- [Alfresco/alfresco-ng2-components#6317 - Bump @angular/cli from 10.1.4 to 10.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6317) +- [Alfresco/alfresco-ng2-components#6316 - Bump snyk from 1.415.0 to 1.424.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6316) +- [Alfresco/alfresco-ng2-components#6315 - Bump mdast-zone from 4.0.0 to 4.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6315) +- [Alfresco/alfresco-ng2-components#6313 - Bump mdast-util-heading-range from 2.1.4 to 2.1.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6313) +- [Alfresco/alfresco-ng2-components#6318 - [ACA-828] Add showTitle input in TaskCloudForm component](https://github.com/Alfresco/alfresco-ng2-components/pull/6318) +- [Alfresco/alfresco-ng2-components#6319 - add missing env variables for proxy file](https://github.com/Alfresco/alfresco-ng2-components/pull/6319) +- [Alfresco/alfresco-ng2-components#6302 - [ADF-5223] Fix Amount widget styling](https://github.com/Alfresco/alfresco-ng2-components/pull/6302) +- [Alfresco/alfresco-ng2-components#6129 - [ACA-3373] Add e2e multi item select method in DataTable component](https://github.com/Alfresco/alfresco-ng2-components/pull/6129) +- [Alfresco/alfresco-ng2-components#6328 - Added optional on variable models to avoid breaking changes](https://github.com/Alfresco/alfresco-ng2-components/pull/6328) +- [Alfresco/alfresco-ng2-components#6329 - [ACS-827] - added whitelisted element and method for checking them](https://github.com/Alfresco/alfresco-ng2-components/pull/6329) +- [Alfresco/alfresco-ng2-components#6330 - AAE-3936 Tooltip card directive](https://github.com/Alfresco/alfresco-ng2-components/pull/6330) +- [Alfresco/alfresco-ng2-components#6322 - Bump unist-util-select from 3.0.1 to 3.0.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6322) +- [Alfresco/alfresco-ng2-components#6320 - [MNT-21920] Fix Card View Integers initialization when they are set to 0](https://github.com/Alfresco/alfresco-ng2-components/pull/6320) +- [Alfresco/alfresco-ng2-components#6327 - [ACS-721] Improve End/Cancel Editing UX (part 1) - implement single menu option & dialog](https://github.com/Alfresco/alfresco-ng2-components/pull/6327) +- [Alfresco/alfresco-ng2-components#6305 - [ACA-4124] Change name displayed for groups in Add Permission Panel Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6305) +- [Alfresco/alfresco-ng2-components#6325 - Bump rxjs-tslint-rules from 4.34.1 to 4.34.5](https://github.com/Alfresco/alfresco-ng2-components/pull/6325) +- [Alfresco/alfresco-ng2-components#6332 - [AAE-3936] Fix error in directive component](https://github.com/Alfresco/alfresco-ng2-components/pull/6332) +- [Alfresco/alfresco-ng2-components#6335 - Fix clickUntilIsNotVisible by removing one return](https://github.com/Alfresco/alfresco-ng2-components/pull/6335) +- [Alfresco/alfresco-ng2-components#6337 - Fixed floating promise](https://github.com/Alfresco/alfresco-ng2-components/pull/6337) +- [Alfresco/alfresco-ng2-components#6347 - ix build](https://github.com/Alfresco/alfresco-ng2-components/pull/6347) +- [Alfresco/alfresco-ng2-components#6349 - Bump snyk from 1.424.2 to 1.427.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6349) +- [Alfresco/alfresco-ng2-components#6350 - Bump cspell from 4.1.0 to 4.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6350) +- [Alfresco/alfresco-ng2-components#6331 - [ACA-4123] Unify APS and Cloud event emitters for filters](https://github.com/Alfresco/alfresco-ng2-components/pull/6331) +- [Alfresco/alfresco-ng2-components#6348 - [ADF-5284] Restore original plugin functionality](https://github.com/Alfresco/alfresco-ng2-components/pull/6348) +- [Alfresco/alfresco-ng2-components#6336 - [DRAFT] Adding script for updating users on APS1](https://github.com/Alfresco/alfresco-ng2-components/pull/6336) +- [Alfresco/alfresco-ng2-components#6353 - Bump @nx/workspace from 10.2.1 to 10.4.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6353) +- [Alfresco/alfresco-ng2-components#6357 - Bump cspell from 4.2.0 to 4.2.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6357) +- [Alfresco/alfresco-ng2-components#6360 - Bump @types/node from 14.14.6 to 14.14.8](https://github.com/Alfresco/alfresco-ng2-components/pull/6360) +- [Alfresco/alfresco-ng2-components#6351 - [AAE-3638] - implement priority drodpown widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6351) +- [Alfresco/alfresco-ng2-components#6359 - Bump stylelint from 13.7.2 to 13.8.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6359) +- [Alfresco/alfresco-ng2-components#6358 - Bump markdownlint-cli from 0.23.2 to 0.25.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6358) +- [Alfresco/alfresco-ng2-components#6355 - [ACA-3957] - Replace icons on process cloud](https://github.com/Alfresco/alfresco-ng2-components/pull/6355) +- [Alfresco/alfresco-ng2-components#6361 - Improve env check](https://github.com/Alfresco/alfresco-ng2-components/pull/6361) +- [Alfresco/alfresco-ng2-components#6371 - [ACA-4124] Display authorityName when authorityDisplayName is missing](https://github.com/Alfresco/alfresco-ng2-components/pull/6371) +- [Alfresco/alfresco-ng2-components#6370 - [AAE-4127] [process-services] [APS1] Return Create Filters API response instead of the default payload](https://github.com/Alfresco/alfresco-ng2-components/pull/6370) +- [Alfresco/alfresco-ng2-components#6374 - [AAE-4188] Fix 3 invalid processes in simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6374) +- [Alfresco/alfresco-ng2-components#6375 - [ACA-4168] - changed to public reset pagination](https://github.com/Alfresco/alfresco-ng2-components/pull/6375) +- [Alfresco/alfresco-ng2-components#6321 - [ACA-3712] Add appVersion multi-select dropdown in edit cloud process filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6321) +- [Alfresco/alfresco-ng2-components#6377 - Bump nconf from 0.10.0 to 0.11.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6377) +- [Alfresco/alfresco-ng2-components#6366 - [AAE-1379] - fixed form rapresentation](https://github.com/Alfresco/alfresco-ng2-components/pull/6366) +- [Alfresco/alfresco-ng2-components#6373 - [AAE-4090] [ADW - Cloud] Warning message is displayed for one second in destination picker when Upload button is enabled](https://github.com/Alfresco/alfresco-ng2-components/pull/6373) +- [Alfresco/alfresco-ng2-components#6376 - Bump snyk from 1.427.0 to 1.430.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6376) +- [Alfresco/alfresco-ng2-components#6385 - [AAE-4077] - TaskCloud: Refactor priority](https://github.com/Alfresco/alfresco-ng2-components/pull/6385) +- [Alfresco/alfresco-ng2-components#6383 - LOC-268 - Fixed. All localised UI files updated in 16 languages](https://github.com/Alfresco/alfresco-ng2-components/pull/6383) +- [Alfresco/alfresco-ng2-components#6386 - Add upload license script](https://github.com/Alfresco/alfresco-ng2-components/pull/6386) +- [Alfresco/alfresco-ng2-components#6395 - Bump rxjs-tslint-rules from 4.34.5 to 4.34.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6395) +- [Alfresco/alfresco-ng2-components#6394 - Bump snyk from 1.430.2 to 1.431.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6394) +- [Alfresco/alfresco-ng2-components#6393 - Bump cspell from 4.2.2 to 4.2.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6393) +- [Alfresco/alfresco-ng2-components#6391 - Fix versioncompatibility directive](https://github.com/Alfresco/alfresco-ng2-components/pull/6391) +- [Alfresco/alfresco-ng2-components#6397 - AAE-4023 fix BASE_PATH as /](https://github.com/Alfresco/alfresco-ng2-components/pull/6397) +- [Alfresco/alfresco-ng2-components#6404 - [ADF-5297] Success Snackbar messages showning as errors](https://github.com/Alfresco/alfresco-ng2-components/pull/6404) +- [Alfresco/alfresco-ng2-components#6405 - [ADF-5294] - fixed problem on form rendering](https://github.com/Alfresco/alfresco-ng2-components/pull/6405) +- [Alfresco/alfresco-ng2-components#6400 - ACA-4171 to ACA-4174 Display the number of activated and deactivated users](https://github.com/Alfresco/alfresco-ng2-components/pull/6400) +- [Alfresco/alfresco-ng2-components#6403 - Clean-up demo shell Error component](https://github.com/Alfresco/alfresco-ng2-components/pull/6403) +- [Alfresco/alfresco-ng2-components#6399 - [ADF-5295] Fix Session not reloaded after User logs in in other tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6399) +- [Alfresco/alfresco-ng2-components#6378 - [ACA-2176] prevent Esc click event bubble into the Viewer](https://github.com/Alfresco/alfresco-ng2-components/pull/6378) +- [Alfresco/alfresco-ng2-components#6409 - fix jasmine and karma integration for IDEs](https://github.com/Alfresco/alfresco-ng2-components/pull/6409) +- [Alfresco/alfresco-ng2-components#6415 - Bump snyk from 1.431.2 to 1.434.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6415) +- [Alfresco/alfresco-ng2-components#6414 - Bump ts-node from 9.0.0 to 9.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6414) +- [Alfresco/alfresco-ng2-components#6417 - [ACA-3957] - replace task icon](https://github.com/Alfresco/alfresco-ng2-components/pull/6417) +- [Alfresco/alfresco-ng2-components#6413 - [ADF-5298] Fix Service Tasks not loading](https://github.com/Alfresco/alfresco-ng2-components/pull/6413) +- [Alfresco/alfresco-ng2-components#6422 - [ACA-4202] - caching with version number for the url](https://github.com/Alfresco/alfresco-ng2-components/pull/6422) +- [Alfresco/alfresco-ng2-components#6420 - [ACA-4205] reload on sorting only for server mode](https://github.com/Alfresco/alfresco-ng2-components/pull/6420) +- [Alfresco/alfresco-ng2-components#6423 - [AAE-3638] - update priority option](https://github.com/Alfresco/alfresco-ng2-components/pull/6423) +- [Alfresco/alfresco-ng2-components#6421 - [ACA-4208] - fix date filter by range](https://github.com/Alfresco/alfresco-ng2-components/pull/6421) +- [Alfresco/alfresco-ng2-components#6427 - Bump highlight.js from 10.2.0 to 10.4.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6427) +- [Alfresco/alfresco-ng2-components#6425 - Include back C587084](https://github.com/Alfresco/alfresco-ng2-components/pull/6425) +- [Alfresco/alfresco-ng2-components#6426 - AAE-4262 fix docker redirect with relative url](https://github.com/Alfresco/alfresco-ng2-components/pull/6426) +- [Alfresco/alfresco-ng2-components#6428 - Bump snyk from 1.434.0 to 1.434.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6428) +- [Alfresco/alfresco-ng2-components#6429 - Bump protractor-retry from 1.2.13 to 2.0.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6429) +- [Alfresco/alfresco-ng2-components#6430 - Bump lint-staged from 10.5.1 to 10.5.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6430) + Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components). Thanks to the whole application team and the amazing Alfresco community for the hard work. diff --git a/docs/release-notes/RelNote430.md b/docs/release-notes/RelNote430.md index b2ba5f94dc..05c5296369 100644 --- a/docs/release-notes/RelNote430.md +++ b/docs/release-notes/RelNote430.md @@ -59,193 +59,193 @@ The following is a brief list of references to help you get started with the new Please refer to the [official documentation](http://docs.alfresco.com/) for further details and suggestions. -## PR merged +## PR merged -* [Alfresco/alfresco-ng2-components#6442 - Removed the TODO placeholders from the release note.](https://github.com/Alfresco/alfresco-ng2-components/pull/6442) -* [Alfresco/alfresco-ng2-components#6440 - Bump @alfresco/js-api from 4.1.0 to 4.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6440) -* [Alfresco/alfresco-ng2-components#6438 - [ACA-4218] - fix tomorrow date range filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6438) -* [Alfresco/alfresco-ng2-components#6424 - remove old context menu](https://github.com/Alfresco/alfresco-ng2-components/pull/6424) -* [Alfresco/alfresco-ng2-components#6446 - ACA-4175 Show number of user's home folders during environment scan](https://github.com/Alfresco/alfresco-ng2-components/pull/6446) -* [Alfresco/alfresco-ng2-components#6451 - Remove escaped characters to fix ABN publish](https://github.com/Alfresco/alfresco-ng2-components/pull/6451) -* [Alfresco/alfresco-ng2-components#6402 - Use hash strategy in demo shell as the other apps](https://github.com/Alfresco/alfresco-ng2-components/pull/6402) -* [Alfresco/alfresco-ng2-components#6467 - Bump highlight.js from 10.2.0 to 10.4.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6467) -* [Alfresco/alfresco-ng2-components#6464 - Bump markdownlint-cli from 0.25.0 to 0.26.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6464) -* [Alfresco/alfresco-ng2-components#6468 - Bump snyk from 1.431.2 to 1.437.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6468) -* [Alfresco/alfresco-ng2-components#6457 - Bump commander from 6.1.0 to 6.2.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6457) -* [Alfresco/alfresco-ng2-components#6461 - ACA-4176 & ACA-4177 Show number of groups, sites and files during environment scan](https://github.com/Alfresco/alfresco-ng2-components/pull/6461) -* [Alfresco/alfresco-ng2-components#6469 - Duplicated tutorial (because of the renaming)](https://github.com/Alfresco/alfresco-ng2-components/pull/6469) -* [Alfresco/alfresco-ng2-components#6365 - [ADF-5281][ADF] Can't go through a form with date/dateTime widgets only with Tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6365) -* [Alfresco/alfresco-ng2-components#6476 - [AAE-3869] Update simpleapp adding custom model forms](https://github.com/Alfresco/alfresco-ng2-components/pull/6476) -* [Alfresco/alfresco-ng2-components#6478 - [ADF-5014] unit tests are added for using date fields as visibility conditions](https://github.com/Alfresco/alfresco-ng2-components/pull/6478) -* [Alfresco/alfresco-ng2-components#6487 - add missing toolbar title class](https://github.com/Alfresco/alfresco-ng2-components/pull/6487) -* [Alfresco/alfresco-ng2-components#6490 - [ACA-4231] Added a table format to the scan-env command](https://github.com/Alfresco/alfresco-ng2-components/pull/6490) -* [Alfresco/alfresco-ng2-components#6486 - [ACA-4227] [APS] Create a script to check Process Services Management plugin status before running e2e tests](https://github.com/Alfresco/alfresco-ng2-components/pull/6486) -* [Alfresco/alfresco-ng2-components#6495 - Bump @types/selenium-webdriver from 4.0.10 to 4.0.11](https://github.com/Alfresco/alfresco-ng2-components/pull/6495) -* [Alfresco/alfresco-ng2-components#6489 - add missing toolbar tests](https://github.com/Alfresco/alfresco-ng2-components/pull/6489) -* [Alfresco/alfresco-ng2-components#6492 - Bump cspell from 4.2.3 to 5.1.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6492) -* [Alfresco/alfresco-ng2-components#6491 - Bump js-yaml from 3.14.0 to 4.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6491) -* [Alfresco/alfresco-ng2-components#6496 - [AAE-4369] adf-cli - Build the docker image only once and create tag link](https://github.com/Alfresco/alfresco-ng2-components/pull/6496) -* [Alfresco/alfresco-ng2-components#6460 - [AAE-3472] e2e service task](https://github.com/Alfresco/alfresco-ng2-components/pull/6460) -* [Alfresco/alfresco-ng2-components#6502 - Fix - Add all-tags as additional option](https://github.com/Alfresco/alfresco-ng2-components/pull/6502) -* [Alfresco/alfresco-ng2-components#6503 - Revert "[DRAFT] Adding script for updating users on APS1"](https://github.com/Alfresco/alfresco-ng2-components/pull/6503) -* [Alfresco/alfresco-ng2-components#6504 - docker-publish fix - Push the image with tag](https://github.com/Alfresco/alfresco-ng2-components/pull/6504) -* [Alfresco/alfresco-ng2-components#6505 - updated simpleapp with dynamic callActivity](https://github.com/Alfresco/alfresco-ng2-components/pull/6505) -* [Alfresco/alfresco-ng2-components#6507 - Fix broken tutorial link](https://github.com/Alfresco/alfresco-ng2-components/pull/6507) -* [Alfresco/alfresco-ng2-components#6511 - Bump nconf from 0.11.0 to 0.11.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6511) -* [Alfresco/alfresco-ng2-components#6508 - Bump typedoc from 0.19.2 to 0.20.13](https://github.com/Alfresco/alfresco-ng2-components/pull/6508) -* [Alfresco/alfresco-ng2-components#6445 - fix typescript errors (latest typescript)](https://github.com/Alfresco/alfresco-ng2-components/pull/6445) -* [Alfresco/alfresco-ng2-components#6514 - [ADF-5308] excluded e2e C311290](https://github.com/Alfresco/alfresco-ng2-components/pull/6514) -* [Alfresco/alfresco-ng2-components#6513 - add missing app instance types](https://github.com/Alfresco/alfresco-ng2-components/pull/6513) -* [Alfresco/alfresco-ng2-components#6466 - [AAE-4311] Make sure we have unit test coverage of the error component.](https://github.com/Alfresco/alfresco-ng2-components/pull/6466) -* [Alfresco/alfresco-ng2-components#6515 - [AAE-4379] i18n fixes](https://github.com/Alfresco/alfresco-ng2-components/pull/6515) -* [Alfresco/alfresco-ng2-components#6516 - Bump typedoc from 0.20.13 to 0.20.14](https://github.com/Alfresco/alfresco-ng2-components/pull/6516) -* [Alfresco/alfresco-ng2-components#6512 - Fix loop scenario when the login page is not present in silent login](https://github.com/Alfresco/alfresco-ng2-components/pull/6512) -* [Alfresco/alfresco-ng2-components#6506 - [AAE-3467] - Fix Uploaded files are not being attached after selecting more files](https://github.com/Alfresco/alfresco-ng2-components/pull/6506) -* [Alfresco/alfresco-ng2-components#6412 - [AAE-4241] Populate date and datetime widgets on retrieve metadata](https://github.com/Alfresco/alfresco-ng2-components/pull/6412) -* [Alfresco/alfresco-ng2-components#6518 - adf-cli init-aae-env - Add request as dependency](https://github.com/Alfresco/alfresco-ng2-components/pull/6518) -* [Alfresco/alfresco-ng2-components#6522 - Bump sass-loader from 10.0.5 to 10.1.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6522) -* [Alfresco/alfresco-ng2-components#6521 - Bump @nrwl/workspace from 10.4.1 to 11.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6521) -* [Alfresco/alfresco-ng2-components#6473 - [ACA-3975]Add process definitions to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6473) -* [Alfresco/alfresco-ng2-components#6524 - [ADF-5308] Unexclude C311290](https://github.com/Alfresco/alfresco-ng2-components/pull/6524) -* [Alfresco/alfresco-ng2-components#6528 - [ACA-3969]Add new process definition to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6528) -* [Alfresco/alfresco-ng2-components#6526 - [AAE-4364] Add delete release api call](https://github.com/Alfresco/alfresco-ng2-components/pull/6526) -* [Alfresco/alfresco-ng2-components#6531 - [AAE-4295] E2E - Add retry api calls for delete descriptor and application](https://github.com/Alfresco/alfresco-ng2-components/pull/6531) -* [Alfresco/alfresco-ng2-components#6519 - [ACA-4233] Call the scan-env adf-cli command before and after each E2E job](https://github.com/Alfresco/alfresco-ng2-components/pull/6519) -* [Alfresco/alfresco-ng2-components#6525 - TestElement prototype to greatly reduce e2e coding time](https://github.com/Alfresco/alfresco-ng2-components/pull/6525) -* [Alfresco/alfresco-ng2-components#6536 - [ADF-5311] Extract infinite select scroll loading logic to a reusable component](https://github.com/Alfresco/alfresco-ng2-components/pull/6536) -* [Alfresco/alfresco-ng2-components#6532 - Bump snyk from 1.437.2 to 1.437.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6532) -* [Alfresco/alfresco-ng2-components#6538 - adf-cli init aps env - Upload the APS default app](https://github.com/Alfresco/alfresco-ng2-components/pull/6538) -* [Alfresco/alfresco-ng2-components#6539 - [ACA-4247] Improve login error logs in scan-env command in adf-cli](https://github.com/Alfresco/alfresco-ng2-components/pull/6539) -* [Alfresco/alfresco-ng2-components#6542 - [ACA-4223] Add process definition name filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6542) -* [Alfresco/alfresco-ng2-components#6540 - [AAE-4426] Add upload from local tab in attach file widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6540) -* [Alfresco/alfresco-ng2-components#6517 - [MNT-22051] - Fix form field mapping when value is zero](https://github.com/Alfresco/alfresco-ng2-components/pull/6517) -* [Alfresco/alfresco-ng2-components#6546 - [ACA-4252] Update authentication to SSO](https://github.com/Alfresco/alfresco-ng2-components/pull/6546) -* [Alfresco/alfresco-ng2-components#6541 - Bump commander from 6.2.1 to 7.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6541) -* [Alfresco/alfresco-ng2-components#6548 - Bump typedoc from 0.20.14 to 0.20.16](https://github.com/Alfresco/alfresco-ng2-components/pull/6548) -* [Alfresco/alfresco-ng2-components#6551 - [ADF-5324] - Expose a new adf-cli command to initialise acs-env](https://github.com/Alfresco/alfresco-ng2-components/pull/6551) -* [Alfresco/alfresco-ng2-components#6523 - [ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI](https://github.com/Alfresco/alfresco-ng2-components/pull/6523) -* [Alfresco/alfresco-ng2-components#6559 - [AAE-4384] Add blank page component](https://github.com/Alfresco/alfresco-ng2-components/pull/6559) -* [Alfresco/alfresco-ng2-components#6566 - Revert "[AAE-4384] Add blank page component"](https://github.com/Alfresco/alfresco-ng2-components/pull/6566) -* [Alfresco/alfresco-ng2-components#6529 - [MNT-22063] - fix form cloud layout](https://github.com/Alfresco/alfresco-ng2-components/pull/6529) -* [Alfresco/alfresco-ng2-components#6564 - [MNT-21636] Fix redirect URL for viewer](https://github.com/Alfresco/alfresco-ng2-components/pull/6564) -* [Alfresco/alfresco-ng2-components#6544 - [ACA-3455] [ACA-4250] Create methods needed for candidate tasks](https://github.com/Alfresco/alfresco-ng2-components/pull/6544) -* [Alfresco/alfresco-ng2-components#6574 - Do redirect before implicit button](https://github.com/Alfresco/alfresco-ng2-components/pull/6574) -* [Alfresco/alfresco-ng2-components#6569 - Bump stylelint from 13.8.0 to 13.9.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6569) -* [Alfresco/alfresco-ng2-components#6576 - [AAE-4521] Remove process UI from test projects](https://github.com/Alfresco/alfresco-ng2-components/pull/6576) -* [Alfresco/alfresco-ng2-components#6571 - Bump typedoc from 0.20.14 to 0.20.18](https://github.com/Alfresco/alfresco-ng2-components/pull/6571) -* [Alfresco/alfresco-ng2-components#6570 - Bump husky from 4.3.0 to 4.3.8](https://github.com/Alfresco/alfresco-ng2-components/pull/6570) -* [Alfresco/alfresco-ng2-components#6545 - Getting started tutorial on ADF.](https://github.com/Alfresco/alfresco-ng2-components/pull/6545) -* [Alfresco/alfresco-ng2-components#6567 - [AAE-4384] Add blank page component](https://github.com/Alfresco/alfresco-ng2-components/pull/6567) -* [Alfresco/alfresco-ng2-components#6578 - [ACA-4262] Content node selector - show 2 tabs only in cloud attach f…](https://github.com/Alfresco/alfresco-ng2-components/pull/6578) -* [Alfresco/alfresco-ng2-components#6577 - Fix viewer page loading method](https://github.com/Alfresco/alfresco-ng2-components/pull/6577) -* [Alfresco/alfresco-ng2-components#6556 - [ACA-4258] Add Task Filter Counters](https://github.com/Alfresco/alfresco-ng2-components/pull/6556) -* [Alfresco/alfresco-ng2-components#6586 - "Empty content" centering fixes](https://github.com/Alfresco/alfresco-ng2-components/pull/6586) -* [Alfresco/alfresco-ng2-components#6587 - [AAE-4534] Logout directive - handle the route based on app config](https://github.com/Alfresco/alfresco-ng2-components/pull/6587) -* [Alfresco/alfresco-ng2-components#6591 - improve the init by failing in case the app are not running](https://github.com/Alfresco/alfresco-ng2-components/pull/6591) -* [Alfresco/alfresco-ng2-components#6593 - Check if the order matter](https://github.com/Alfresco/alfresco-ng2-components/pull/6593) -* [Alfresco/alfresco-ng2-components#6601 - [AAE-4546] Update simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6601) -* [Alfresco/alfresco-ng2-components#6614 - Install NX if is in Travis Update lint.sh](https://github.com/Alfresco/alfresco-ng2-components/pull/6614) -* [Alfresco/alfresco-ng2-components#6616 - [AAE-4547] Add new process and form to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6616) -* [Alfresco/alfresco-ng2-components#6608 - [AAE-4553] Improve error logs in scan-env](https://github.com/Alfresco/alfresco-ng2-components/pull/6608) -* [Alfresco/alfresco-ng2-components#6575 - [AAE-4427] Embed upload progress dialog inside the upload from your d…](https://github.com/Alfresco/alfresco-ng2-components/pull/6575) -* [Alfresco/alfresco-ng2-components#6592 - [AAE-4430] Upload from local tab visibility with info icon error message](https://github.com/Alfresco/alfresco-ng2-components/pull/6592) -* [Alfresco/alfresco-ng2-components#6630 - [ADF-5328] - fix replacing priority values error](https://github.com/Alfresco/alfresco-ng2-components/pull/6630) -* [Alfresco/alfresco-ng2-components#6557 - [AAE-4504] FE - [ADF] Fetch destination Folder Path from a static path](https://github.com/Alfresco/alfresco-ng2-components/pull/6557) -* [Alfresco/alfresco-ng2-components#6635 - Bump @angular/cli from 10.2.0 to 11.1.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6635) -* [Alfresco/alfresco-ng2-components#6634 - Bump @types/node from 14.14.8 to 14.14.25](https://github.com/Alfresco/alfresco-ng2-components/pull/6634) -* [Alfresco/alfresco-ng2-components#6633 - Bump snyk from 1.437.4 to 1.445.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6633) -* [Alfresco/alfresco-ng2-components#6629 - Update simpleapp and candidatebaseapp: destinationFolderPath and add attach file widgets](https://github.com/Alfresco/alfresco-ng2-components/pull/6629) -* [Alfresco/alfresco-ng2-components#6627 - [AAE-4547] Add new process definition to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6627) -* [Alfresco/alfresco-ng2-components#6580 - [ADF-4329][ASD-5330] plus Improve e2e](https://github.com/Alfresco/alfresco-ng2-components/pull/6580) -* [Alfresco/alfresco-ng2-components#6628 - [ACA-4265]Refactor attachFileFromLocal method](https://github.com/Alfresco/alfresco-ng2-components/pull/6628) -* [Alfresco/alfresco-ng2-components#6642 - Bump ejs from 3.1.5 to 3.1.6](https://github.com/Alfresco/alfresco-ng2-components/pull/6642) -* [Alfresco/alfresco-ng2-components#6643 - Bump snyk from 1.445.0 to 1.446.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6643) -* [Alfresco/alfresco-ng2-components#6626 - [ATS-854] Add media tracks to player from webvtt rendition](https://github.com/Alfresco/alfresco-ng2-components/pull/6626) -* [Alfresco/alfresco-ng2-components#6600 - Tutorial on creating ADF based applications.](https://github.com/Alfresco/alfresco-ng2-components/pull/6600) -* [Alfresco/alfresco-ng2-components#6641 - Bump stylelint from 13.8.0 to 13.9.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6641) -* [Alfresco/alfresco-ng2-components#6638 - Update branch for JS-API PR#3205](https://github.com/Alfresco/alfresco-ng2-components/pull/6638) -* [Alfresco/alfresco-ng2-components#6644 - Update simpleapp to use candidate group on attach-local-file-on-task …](https://github.com/Alfresco/alfresco-ng2-components/pull/6644) -* [Alfresco/alfresco-ng2-components#6620 - [AAE-4529] Refactor Notification History Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6620) -* [Alfresco/alfresco-ng2-components#6639 - [ADF-5331] - Alpha ADF/JS-API update has been successfully created.](https://github.com/Alfresco/alfresco-ng2-components/pull/6639) -* [Alfresco/alfresco-ng2-components#6636 - [AAE-4569] Added readOnly property to breadcrumb components](https://github.com/Alfresco/alfresco-ng2-components/pull/6636) -* [Alfresco/alfresco-ng2-components#6650 - Update children script ](https://github.com/Alfresco/alfresco-ng2-components/pull/6650) -* [Alfresco/alfresco-ng2-components#6652 - Bump snyk from 1.446.0 to 1.448.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6652) -* [Alfresco/alfresco-ng2-components#6656 - [ACA-4266] Improve governance plugin check logs](https://github.com/Alfresco/alfresco-ng2-components/pull/6656) -* [Alfresco/alfresco-ng2-components#6654 - Bump typescript from 3.9.7 to 3.9.8](https://github.com/Alfresco/alfresco-ng2-components/pull/6654) -* [Alfresco/alfresco-ng2-components#6655 - Bump @nrwl/workspace from 11.1.2 to 11.2.11](https://github.com/Alfresco/alfresco-ng2-components/pull/6655) -* [Alfresco/alfresco-ng2-components#6657 - Bump ini from 1.3.5 to 1.3.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6657) -* [Alfresco/alfresco-ng2-components#6543 - [ADF-5313] Merge both form-fields POs in one because are identical](https://github.com/Alfresco/alfresco-ng2-components/pull/6543) -* [Alfresco/alfresco-ng2-components#6658 - [MNT-21636] Refactor redirect URL](https://github.com/Alfresco/alfresco-ng2-components/pull/6658) -* [Alfresco/alfresco-ng2-components#6663 - updated simpleapp with outcome visibility](https://github.com/Alfresco/alfresco-ng2-components/pull/6663) -* [Alfresco/alfresco-ng2-components#6602 - [ADF-5316] - Content Type](https://github.com/Alfresco/alfresco-ng2-components/pull/6602) -* [Alfresco/alfresco-ng2-components#6668 - Bump @angular/cli from 11.1.3 to 11.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6668) -* [Alfresco/alfresco-ng2-components#6669 - Bump stylelint from 13.9.0 to 13.10.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6669) -* [Alfresco/alfresco-ng2-components#6666 - Bump @types/node from 14.14.25 to 14.14.26](https://github.com/Alfresco/alfresco-ng2-components/pull/6666) -* [Alfresco/alfresco-ng2-components#6667 - Bump snyk from 1.448.0 to 1.452.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6667) -* [Alfresco/alfresco-ng2-components#6664 - [AAE-4429] Add readOnly breadcrumb to upload from device tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6664) -* [Alfresco/alfresco-ng2-components#6671 - Fix promise redirect](https://github.com/Alfresco/alfresco-ng2-components/pull/6671) -* [Alfresco/alfresco-ng2-components#6672 - Bump socket.io from 2.3.0 to 2.4.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6672) -* [Alfresco/alfresco-ng2-components#6670 - Update branch for JS-API PR#3207](https://github.com/Alfresco/alfresco-ng2-components/pull/6670) -* [Alfresco/alfresco-ng2-components#6651 - [ADF-5332] Login basic auth - Ability to override the successRoute from app.config.json](https://github.com/Alfresco/alfresco-ng2-components/pull/6651) -* [Alfresco/alfresco-ng2-components#6673 - excluded flaky test C260241](https://github.com/Alfresco/alfresco-ng2-components/pull/6673) -* [Alfresco/alfresco-ng2-components#6607 - [ACA-4259] Task filter counter notifications](https://github.com/Alfresco/alfresco-ng2-components/pull/6607) -* [Alfresco/alfresco-ng2-components#6674 - [AAE-3326] Content node selector - sort files by createdAt desc by de…](https://github.com/Alfresco/alfresco-ng2-components/pull/6674) -* [Alfresco/alfresco-ng2-components#6685 - configure dependabot excludes](https://github.com/Alfresco/alfresco-ng2-components/pull/6685) -* [Alfresco/alfresco-ng2-components#6688 - Avoid to recall the method if no change detect is affected](https://github.com/Alfresco/alfresco-ng2-components/pull/6688) -* [Alfresco/alfresco-ng2-components#6689 - Update branch for JS-API PR#3224](https://github.com/Alfresco/alfresco-ng2-components/pull/6689) -* [Alfresco/alfresco-ng2-components#6549 - [ADF-5305] - Added aspect list component](https://github.com/Alfresco/alfresco-ng2-components/pull/6549) -* [Alfresco/alfresco-ng2-components#6695 - Bump snyk from 1.452.0 to 1.456.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6695) -* [Alfresco/alfresco-ng2-components#6693 - Aspect List - added spinner and refresh](https://github.com/Alfresco/alfresco-ng2-components/pull/6693) -* [Alfresco/alfresco-ng2-components#6694 - Bump apollo-angular from 2.2.0 to 2.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6694) -* [Alfresco/alfresco-ng2-components#6665 - [AAE-4452] FE - [ADF] Fetch destination folder path from mapped variables](https://github.com/Alfresco/alfresco-ng2-components/pull/6665) -* [Alfresco/alfresco-ng2-components#6698 - Enabling default aspects for card component](https://github.com/Alfresco/alfresco-ng2-components/pull/6698) -* [Alfresco/alfresco-ng2-components#6697 - [ADF-5341] Add Apollo direct dependencies](https://github.com/Alfresco/alfresco-ng2-components/pull/6697) -* [Alfresco/alfresco-ng2-components#6699 - Improve update-project script to update adf-cli and adf-testing packages](https://github.com/Alfresco/alfresco-ng2-components/pull/6699) -* [Alfresco/alfresco-ng2-components#6691 - [MNT-21636] Use URLTree for redirect](https://github.com/Alfresco/alfresco-ng2-components/pull/6691) -* [Alfresco/alfresco-ng2-components#6690 - [AAE-4637] Fix varying height of dialog when clicking on the Upload from your device tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6690) -* [Alfresco/alfresco-ng2-components#6700 - [ACA-3881] Able to start form with preselected ACS nodes](https://github.com/Alfresco/alfresco-ng2-components/pull/6700) -* [Alfresco/alfresco-ng2-components#6696 - [ADF-5339] ESCAPE should close opened dialog not the overlay viewer](https://github.com/Alfresco/alfresco-ng2-components/pull/6696) -* [Alfresco/alfresco-ng2-components#6706 - Update branch for JS-API PR#3232](https://github.com/Alfresco/alfresco-ng2-components/pull/6706) -* [Alfresco/alfresco-ng2-components#6704 - [AAE-4608] Use smartrunner version 2 and add SuperCache (workspaces + S3 combo)!](https://github.com/Alfresco/alfresco-ng2-components/pull/6704) -* [Alfresco/alfresco-ng2-components#6714 - [AAE-4701] ADF check env - Fail if the env is not reachable](https://github.com/Alfresco/alfresco-ng2-components/pull/6714) -* [Alfresco/alfresco-ng2-components#6715 - Auto PR - Add the ADF number to easily identify the version](https://github.com/Alfresco/alfresco-ng2-components/pull/6715) -* [Alfresco/alfresco-ng2-components#6684 - [ACA-4208] - Fix process date filter for range](https://github.com/Alfresco/alfresco-ng2-components/pull/6684) -* [Alfresco/alfresco-ng2-components#6710 - Bump concurrently from 5.3.0 to 6.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6710) -* [Alfresco/alfresco-ng2-components#6712 - Bump typedoc from 0.20.14 to 0.20.27](https://github.com/Alfresco/alfresco-ng2-components/pull/6712) -* [Alfresco/alfresco-ng2-components#6707 - [AAE-4661] Fix search results are still displayed when search term ge…](https://github.com/Alfresco/alfresco-ng2-components/pull/6707) -* [Alfresco/alfresco-ng2-components#6719 - [AAE-4203][AAE-4292] - Fix breadcrumb and folder navigation issues wh…](https://github.com/Alfresco/alfresco-ng2-components/pull/6719) -* [Alfresco/alfresco-ng2-components#6717 - [AAE-4624] - fix user initials for identity user with bpm](https://github.com/Alfresco/alfresco-ng2-components/pull/6717) -* [Alfresco/alfresco-ng2-components#6418 - [ADF-5285] Re-include test](https://github.com/Alfresco/alfresco-ng2-components/pull/6418) -* [Alfresco/alfresco-ng2-components#6723 - [AAE-4661] Fix not showing results when filtering by content model pr…](https://github.com/Alfresco/alfresco-ng2-components/pull/6723) -* [Alfresco/alfresco-ng2-components#6599 - [AAE-3992] Process Filter bug fixes and improvements](https://github.com/Alfresco/alfresco-ng2-components/pull/6599) -* [Alfresco/alfresco-ng2-components#6705 - Create Image from PR if request](https://github.com/Alfresco/alfresco-ng2-components/pull/6705) -* [Alfresco/alfresco-ng2-components#6724 - [AAE-4710] Error-proof scan-env](https://github.com/Alfresco/alfresco-ng2-components/pull/6724) -* [Alfresco/alfresco-ng2-components#6462 - cli init-aae - Remove useless properties](https://github.com/Alfresco/alfresco-ng2-components/pull/6462) -* [Alfresco/alfresco-ng2-components#6725 - Override the pr title in case already exists](https://github.com/Alfresco/alfresco-ng2-components/pull/6725) -* [Alfresco/alfresco-ng2-components#6730 - [ADF-5346] DocumentList - header is not scrollable when the width of the browser is small](https://github.com/Alfresco/alfresco-ng2-components/pull/6730) -* [Alfresco/alfresco-ng2-components#6732 - [ACA-4213] - Fix search datetime range in different timezones](https://github.com/Alfresco/alfresco-ng2-components/pull/6732) -* [Alfresco/alfresco-ng2-components#6713 - [REPO-5552] more filtering capabilities for aspect/type api ](https://github.com/Alfresco/alfresco-ng2-components/pull/6713) -* [Alfresco/alfresco-ng2-components#6727 - [ADF-5344] - fixed counter for custom aspects](https://github.com/Alfresco/alfresco-ng2-components/pull/6727) -* [Alfresco/alfresco-ng2-components#6726 - [ACA-4299] Add e2e tests for task counters and notifications](https://github.com/Alfresco/alfresco-ng2-components/pull/6726) -* [Alfresco/alfresco-ng2-components#6735 - Bump css-loader from 4.3.0 to 5.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6735) -* [Alfresco/alfresco-ng2-components#6740 - [ACA-4304] - Remove userinfo name on small screens (only profile icon…](https://github.com/Alfresco/alfresco-ng2-components/pull/6740) -* [Alfresco/alfresco-ng2-components#6741 - [ACA-4299] Fix C593066 e2e test - task counter](https://github.com/Alfresco/alfresco-ng2-components/pull/6741) -* [Alfresco/alfresco-ng2-components#6737 - [ADF-5347] Viewer - Closing PDF before all pages are loaded causes errors](https://github.com/Alfresco/alfresco-ng2-components/pull/6737) -* [Alfresco/alfresco-ng2-components#6736 - Bump mini-css-extract-plugin from 0.11.2 to 1.3.9](https://github.com/Alfresco/alfresco-ng2-components/pull/6736) -* [Alfresco/alfresco-ng2-components#6734 - Bump cspell from 5.1.3 to 5.3.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6734) -* [Alfresco/alfresco-ng2-components#6746 - [ADF-5345] - fixed border for aspect dialog](https://github.com/Alfresco/alfresco-ng2-components/pull/6746) -* [Alfresco/alfresco-ng2-components#6742 - [ATS-873] Fix Subtitles in audio files](https://github.com/Alfresco/alfresco-ng2-components/pull/6742) -* [Alfresco/alfresco-ng2-components#6731 - [AAE-3543] Attach button enabled only when all files uploaded](https://github.com/Alfresco/alfresco-ng2-components/pull/6731) -* [Alfresco/alfresco-ng2-components#6745 - [ADF-5349] WebSocket protocol based on BpmHost](https://github.com/Alfresco/alfresco-ng2-components/pull/6745) -* [Alfresco/alfresco-ng2-components#6748 - Bump snyk from 1.456.0 to 1.462.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6748) -* [Alfresco/alfresco-ng2-components#6749 - Bump husky from 4.3.8 to 5.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6749) -* [Alfresco/alfresco-ng2-components#6744 - [ADF-5348] - fix user info icons](https://github.com/Alfresco/alfresco-ng2-components/pull/6744) -* [Alfresco/alfresco-ng2-components#6752 - [ADF-5285] re-include test C299187](https://github.com/Alfresco/alfresco-ng2-components/pull/6752) -* [Alfresco/alfresco-ng2-components#6750 - Bump cspell from 5.3.1 to 5.3.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6750) -* [Alfresco/alfresco-ng2-components#6753 - [AAE-4547] Add getInputValue() in TestElement class](https://github.com/Alfresco/alfresco-ng2-components/pull/6753) -* [Alfresco/alfresco-ng2-components#6747 - Update branch for JS-API PR#3256](https://github.com/Alfresco/alfresco-ng2-components/pull/6747) -* [Alfresco/alfresco-ng2-components#6763 - [ACA-4202] - refreshing the preview when version has changed](https://github.com/Alfresco/alfresco-ng2-components/pull/6763) -* [Alfresco/alfresco-ng2-components#6764 - Revert "[AAE-4637] Fix varying height of dialog when clicking on the Upload from your device tab"](https://github.com/Alfresco/alfresco-ng2-components/pull/6764) +- [Alfresco/alfresco-ng2-components#6442 - Removed the TODO placeholders from the release note.](https://github.com/Alfresco/alfresco-ng2-components/pull/6442) +- [Alfresco/alfresco-ng2-components#6440 - Bump @alfresco/js-api from 4.1.0 to 4.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6440) +- [Alfresco/alfresco-ng2-components#6438 - [ACA-4218] - fix tomorrow date range filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6438) +- [Alfresco/alfresco-ng2-components#6424 - remove old context menu](https://github.com/Alfresco/alfresco-ng2-components/pull/6424) +- [Alfresco/alfresco-ng2-components#6446 - ACA-4175 Show number of user's home folders during environment scan](https://github.com/Alfresco/alfresco-ng2-components/pull/6446) +- [Alfresco/alfresco-ng2-components#6451 - Remove escaped characters to fix ABN publish](https://github.com/Alfresco/alfresco-ng2-components/pull/6451) +- [Alfresco/alfresco-ng2-components#6402 - Use hash strategy in demo shell as the other apps](https://github.com/Alfresco/alfresco-ng2-components/pull/6402) +- [Alfresco/alfresco-ng2-components#6467 - Bump highlight.js from 10.2.0 to 10.4.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6467) +- [Alfresco/alfresco-ng2-components#6464 - Bump markdownlint-cli from 0.25.0 to 0.26.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6464) +- [Alfresco/alfresco-ng2-components#6468 - Bump snyk from 1.431.2 to 1.437.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6468) +- [Alfresco/alfresco-ng2-components#6457 - Bump commander from 6.1.0 to 6.2.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6457) +- [Alfresco/alfresco-ng2-components#6461 - ACA-4176 & ACA-4177 Show number of groups, sites and files during environment scan](https://github.com/Alfresco/alfresco-ng2-components/pull/6461) +- [Alfresco/alfresco-ng2-components#6469 - Duplicated tutorial (because of the renaming)](https://github.com/Alfresco/alfresco-ng2-components/pull/6469) +- [Alfresco/alfresco-ng2-components#6365 - [ADF-5281][ADF] Can't go through a form with date/dateTime widgets only with Tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6365) +- [Alfresco/alfresco-ng2-components#6476 - [AAE-3869] Update simpleapp adding custom model forms](https://github.com/Alfresco/alfresco-ng2-components/pull/6476) +- [Alfresco/alfresco-ng2-components#6478 - [ADF-5014] unit tests are added for using date fields as visibility conditions](https://github.com/Alfresco/alfresco-ng2-components/pull/6478) +- [Alfresco/alfresco-ng2-components#6487 - add missing toolbar title class](https://github.com/Alfresco/alfresco-ng2-components/pull/6487) +- [Alfresco/alfresco-ng2-components#6490 - [ACA-4231] Added a table format to the scan-env command](https://github.com/Alfresco/alfresco-ng2-components/pull/6490) +- [Alfresco/alfresco-ng2-components#6486 - [ACA-4227] [APS] Create a script to check Process Services Management plugin status before running e2e tests](https://github.com/Alfresco/alfresco-ng2-components/pull/6486) +- [Alfresco/alfresco-ng2-components#6495 - Bump @types/selenium-webdriver from 4.0.10 to 4.0.11](https://github.com/Alfresco/alfresco-ng2-components/pull/6495) +- [Alfresco/alfresco-ng2-components#6489 - add missing toolbar tests](https://github.com/Alfresco/alfresco-ng2-components/pull/6489) +- [Alfresco/alfresco-ng2-components#6492 - Bump cspell from 4.2.3 to 5.1.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6492) +- [Alfresco/alfresco-ng2-components#6491 - Bump js-yaml from 3.14.0 to 4.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6491) +- [Alfresco/alfresco-ng2-components#6496 - [AAE-4369] adf-cli - Build the docker image only once and create tag link](https://github.com/Alfresco/alfresco-ng2-components/pull/6496) +- [Alfresco/alfresco-ng2-components#6460 - [AAE-3472] e2e service task](https://github.com/Alfresco/alfresco-ng2-components/pull/6460) +- [Alfresco/alfresco-ng2-components#6502 - Fix - Add all-tags as additional option](https://github.com/Alfresco/alfresco-ng2-components/pull/6502) +- [Alfresco/alfresco-ng2-components#6503 - Revert "[DRAFT] Adding script for updating users on APS1"](https://github.com/Alfresco/alfresco-ng2-components/pull/6503) +- [Alfresco/alfresco-ng2-components#6504 - docker-publish fix - Push the image with tag](https://github.com/Alfresco/alfresco-ng2-components/pull/6504) +- [Alfresco/alfresco-ng2-components#6505 - updated simpleapp with dynamic callActivity](https://github.com/Alfresco/alfresco-ng2-components/pull/6505) +- [Alfresco/alfresco-ng2-components#6507 - Fix broken tutorial link](https://github.com/Alfresco/alfresco-ng2-components/pull/6507) +- [Alfresco/alfresco-ng2-components#6511 - Bump nconf from 0.11.0 to 0.11.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6511) +- [Alfresco/alfresco-ng2-components#6508 - Bump typedoc from 0.19.2 to 0.20.13](https://github.com/Alfresco/alfresco-ng2-components/pull/6508) +- [Alfresco/alfresco-ng2-components#6445 - fix typescript errors (latest typescript)](https://github.com/Alfresco/alfresco-ng2-components/pull/6445) +- [Alfresco/alfresco-ng2-components#6514 - [ADF-5308] excluded e2e C311290](https://github.com/Alfresco/alfresco-ng2-components/pull/6514) +- [Alfresco/alfresco-ng2-components#6513 - add missing app instance types](https://github.com/Alfresco/alfresco-ng2-components/pull/6513) +- [Alfresco/alfresco-ng2-components#6466 - [AAE-4311] Make sure we have unit test coverage of the error component.](https://github.com/Alfresco/alfresco-ng2-components/pull/6466) +- [Alfresco/alfresco-ng2-components#6515 - [AAE-4379] i18n fixes](https://github.com/Alfresco/alfresco-ng2-components/pull/6515) +- [Alfresco/alfresco-ng2-components#6516 - Bump typedoc from 0.20.13 to 0.20.14](https://github.com/Alfresco/alfresco-ng2-components/pull/6516) +- [Alfresco/alfresco-ng2-components#6512 - Fix loop scenario when the login page is not present in silent login](https://github.com/Alfresco/alfresco-ng2-components/pull/6512) +- [Alfresco/alfresco-ng2-components#6506 - [AAE-3467] - Fix Uploaded files are not being attached after selecting more files](https://github.com/Alfresco/alfresco-ng2-components/pull/6506) +- [Alfresco/alfresco-ng2-components#6412 - [AAE-4241] Populate date and datetime widgets on retrieve metadata](https://github.com/Alfresco/alfresco-ng2-components/pull/6412) +- [Alfresco/alfresco-ng2-components#6518 - adf-cli init-aae-env - Add request as dependency](https://github.com/Alfresco/alfresco-ng2-components/pull/6518) +- [Alfresco/alfresco-ng2-components#6522 - Bump sass-loader from 10.0.5 to 10.1.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6522) +- [Alfresco/alfresco-ng2-components#6521 - Bump @nx/workspace from 10.4.1 to 11.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6521) +- [Alfresco/alfresco-ng2-components#6473 - [ACA-3975]Add process definitions to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6473) +- [Alfresco/alfresco-ng2-components#6524 - [ADF-5308] Unexclude C311290](https://github.com/Alfresco/alfresco-ng2-components/pull/6524) +- [Alfresco/alfresco-ng2-components#6528 - [ACA-3969]Add new process definition to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6528) +- [Alfresco/alfresco-ng2-components#6526 - [AAE-4364] Add delete release api call](https://github.com/Alfresco/alfresco-ng2-components/pull/6526) +- [Alfresco/alfresco-ng2-components#6531 - [AAE-4295] E2E - Add retry api calls for delete descriptor and application](https://github.com/Alfresco/alfresco-ng2-components/pull/6531) +- [Alfresco/alfresco-ng2-components#6519 - [ACA-4233] Call the scan-env adf-cli command before and after each E2E job](https://github.com/Alfresco/alfresco-ng2-components/pull/6519) +- [Alfresco/alfresco-ng2-components#6525 - TestElement prototype to greatly reduce e2e coding time](https://github.com/Alfresco/alfresco-ng2-components/pull/6525) +- [Alfresco/alfresco-ng2-components#6536 - [ADF-5311] Extract infinite select scroll loading logic to a reusable component](https://github.com/Alfresco/alfresco-ng2-components/pull/6536) +- [Alfresco/alfresco-ng2-components#6532 - Bump snyk from 1.437.2 to 1.437.4](https://github.com/Alfresco/alfresco-ng2-components/pull/6532) +- [Alfresco/alfresco-ng2-components#6538 - adf-cli init aps env - Upload the APS default app](https://github.com/Alfresco/alfresco-ng2-components/pull/6538) +- [Alfresco/alfresco-ng2-components#6539 - [ACA-4247] Improve login error logs in scan-env command in adf-cli](https://github.com/Alfresco/alfresco-ng2-components/pull/6539) +- [Alfresco/alfresco-ng2-components#6542 - [ACA-4223] Add process definition name filter](https://github.com/Alfresco/alfresco-ng2-components/pull/6542) +- [Alfresco/alfresco-ng2-components#6540 - [AAE-4426] Add upload from local tab in attach file widget](https://github.com/Alfresco/alfresco-ng2-components/pull/6540) +- [Alfresco/alfresco-ng2-components#6517 - [MNT-22051] - Fix form field mapping when value is zero](https://github.com/Alfresco/alfresco-ng2-components/pull/6517) +- [Alfresco/alfresco-ng2-components#6546 - [ACA-4252] Update authentication to SSO](https://github.com/Alfresco/alfresco-ng2-components/pull/6546) +- [Alfresco/alfresco-ng2-components#6541 - Bump commander from 6.2.1 to 7.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6541) +- [Alfresco/alfresco-ng2-components#6548 - Bump typedoc from 0.20.14 to 0.20.16](https://github.com/Alfresco/alfresco-ng2-components/pull/6548) +- [Alfresco/alfresco-ng2-components#6551 - [ADF-5324] - Expose a new adf-cli command to initialise acs-env](https://github.com/Alfresco/alfresco-ng2-components/pull/6551) +- [Alfresco/alfresco-ng2-components#6523 - [ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI](https://github.com/Alfresco/alfresco-ng2-components/pull/6523) +- [Alfresco/alfresco-ng2-components#6559 - [AAE-4384] Add blank page component](https://github.com/Alfresco/alfresco-ng2-components/pull/6559) +- [Alfresco/alfresco-ng2-components#6566 - Revert "[AAE-4384] Add blank page component"](https://github.com/Alfresco/alfresco-ng2-components/pull/6566) +- [Alfresco/alfresco-ng2-components#6529 - [MNT-22063] - fix form cloud layout](https://github.com/Alfresco/alfresco-ng2-components/pull/6529) +- [Alfresco/alfresco-ng2-components#6564 - [MNT-21636] Fix redirect URL for viewer](https://github.com/Alfresco/alfresco-ng2-components/pull/6564) +- [Alfresco/alfresco-ng2-components#6544 - [ACA-3455] [ACA-4250] Create methods needed for candidate tasks](https://github.com/Alfresco/alfresco-ng2-components/pull/6544) +- [Alfresco/alfresco-ng2-components#6574 - Do redirect before implicit button](https://github.com/Alfresco/alfresco-ng2-components/pull/6574) +- [Alfresco/alfresco-ng2-components#6569 - Bump stylelint from 13.8.0 to 13.9.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6569) +- [Alfresco/alfresco-ng2-components#6576 - [AAE-4521] Remove process UI from test projects](https://github.com/Alfresco/alfresco-ng2-components/pull/6576) +- [Alfresco/alfresco-ng2-components#6571 - Bump typedoc from 0.20.14 to 0.20.18](https://github.com/Alfresco/alfresco-ng2-components/pull/6571) +- [Alfresco/alfresco-ng2-components#6570 - Bump husky from 4.3.0 to 4.3.8](https://github.com/Alfresco/alfresco-ng2-components/pull/6570) +- [Alfresco/alfresco-ng2-components#6545 - Getting started tutorial on ADF.](https://github.com/Alfresco/alfresco-ng2-components/pull/6545) +- [Alfresco/alfresco-ng2-components#6567 - [AAE-4384] Add blank page component](https://github.com/Alfresco/alfresco-ng2-components/pull/6567) +- [Alfresco/alfresco-ng2-components#6578 - [ACA-4262] Content node selector - show 2 tabs only in cloud attach f…](https://github.com/Alfresco/alfresco-ng2-components/pull/6578) +- [Alfresco/alfresco-ng2-components#6577 - Fix viewer page loading method](https://github.com/Alfresco/alfresco-ng2-components/pull/6577) +- [Alfresco/alfresco-ng2-components#6556 - [ACA-4258] Add Task Filter Counters](https://github.com/Alfresco/alfresco-ng2-components/pull/6556) +- [Alfresco/alfresco-ng2-components#6586 - "Empty content" centering fixes](https://github.com/Alfresco/alfresco-ng2-components/pull/6586) +- [Alfresco/alfresco-ng2-components#6587 - [AAE-4534] Logout directive - handle the route based on app config](https://github.com/Alfresco/alfresco-ng2-components/pull/6587) +- [Alfresco/alfresco-ng2-components#6591 - improve the init by failing in case the app are not running](https://github.com/Alfresco/alfresco-ng2-components/pull/6591) +- [Alfresco/alfresco-ng2-components#6593 - Check if the order matter](https://github.com/Alfresco/alfresco-ng2-components/pull/6593) +- [Alfresco/alfresco-ng2-components#6601 - [AAE-4546] Update simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6601) +- [Alfresco/alfresco-ng2-components#6614 - Install NX if is in Travis Update lint.sh](https://github.com/Alfresco/alfresco-ng2-components/pull/6614) +- [Alfresco/alfresco-ng2-components#6616 - [AAE-4547] Add new process and form to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6616) +- [Alfresco/alfresco-ng2-components#6608 - [AAE-4553] Improve error logs in scan-env](https://github.com/Alfresco/alfresco-ng2-components/pull/6608) +- [Alfresco/alfresco-ng2-components#6575 - [AAE-4427] Embed upload progress dialog inside the upload from your d…](https://github.com/Alfresco/alfresco-ng2-components/pull/6575) +- [Alfresco/alfresco-ng2-components#6592 - [AAE-4430] Upload from local tab visibility with info icon error message](https://github.com/Alfresco/alfresco-ng2-components/pull/6592) +- [Alfresco/alfresco-ng2-components#6630 - [ADF-5328] - fix replacing priority values error](https://github.com/Alfresco/alfresco-ng2-components/pull/6630) +- [Alfresco/alfresco-ng2-components#6557 - [AAE-4504] FE - [ADF] Fetch destination Folder Path from a static path](https://github.com/Alfresco/alfresco-ng2-components/pull/6557) +- [Alfresco/alfresco-ng2-components#6635 - Bump @angular/cli from 10.2.0 to 11.1.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6635) +- [Alfresco/alfresco-ng2-components#6634 - Bump @types/node from 14.14.8 to 14.14.25](https://github.com/Alfresco/alfresco-ng2-components/pull/6634) +- [Alfresco/alfresco-ng2-components#6633 - Bump snyk from 1.437.4 to 1.445.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6633) +- [Alfresco/alfresco-ng2-components#6629 - Update simpleapp and candidatebaseapp: destinationFolderPath and add attach file widgets](https://github.com/Alfresco/alfresco-ng2-components/pull/6629) +- [Alfresco/alfresco-ng2-components#6627 - [AAE-4547] Add new process definition to simpleapp](https://github.com/Alfresco/alfresco-ng2-components/pull/6627) +- [Alfresco/alfresco-ng2-components#6580 - [ADF-4329][ASD-5330] plus Improve e2e](https://github.com/Alfresco/alfresco-ng2-components/pull/6580) +- [Alfresco/alfresco-ng2-components#6628 - [ACA-4265]Refactor attachFileFromLocal method](https://github.com/Alfresco/alfresco-ng2-components/pull/6628) +- [Alfresco/alfresco-ng2-components#6642 - Bump ejs from 3.1.5 to 3.1.6](https://github.com/Alfresco/alfresco-ng2-components/pull/6642) +- [Alfresco/alfresco-ng2-components#6643 - Bump snyk from 1.445.0 to 1.446.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6643) +- [Alfresco/alfresco-ng2-components#6626 - [ATS-854] Add media tracks to player from webvtt rendition](https://github.com/Alfresco/alfresco-ng2-components/pull/6626) +- [Alfresco/alfresco-ng2-components#6600 - Tutorial on creating ADF based applications.](https://github.com/Alfresco/alfresco-ng2-components/pull/6600) +- [Alfresco/alfresco-ng2-components#6641 - Bump stylelint from 13.8.0 to 13.9.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6641) +- [Alfresco/alfresco-ng2-components#6638 - Update branch for JS-API PR#3205](https://github.com/Alfresco/alfresco-ng2-components/pull/6638) +- [Alfresco/alfresco-ng2-components#6644 - Update simpleapp to use candidate group on attach-local-file-on-task …](https://github.com/Alfresco/alfresco-ng2-components/pull/6644) +- [Alfresco/alfresco-ng2-components#6620 - [AAE-4529] Refactor Notification History Component](https://github.com/Alfresco/alfresco-ng2-components/pull/6620) +- [Alfresco/alfresco-ng2-components#6639 - [ADF-5331] - Alpha ADF/JS-API update has been successfully created.](https://github.com/Alfresco/alfresco-ng2-components/pull/6639) +- [Alfresco/alfresco-ng2-components#6636 - [AAE-4569] Added readOnly property to breadcrumb components](https://github.com/Alfresco/alfresco-ng2-components/pull/6636) +- [Alfresco/alfresco-ng2-components#6650 - Update children script ](https://github.com/Alfresco/alfresco-ng2-components/pull/6650) +- [Alfresco/alfresco-ng2-components#6652 - Bump snyk from 1.446.0 to 1.448.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6652) +- [Alfresco/alfresco-ng2-components#6656 - [ACA-4266] Improve governance plugin check logs](https://github.com/Alfresco/alfresco-ng2-components/pull/6656) +- [Alfresco/alfresco-ng2-components#6654 - Bump typescript from 3.9.7 to 3.9.8](https://github.com/Alfresco/alfresco-ng2-components/pull/6654) +- [Alfresco/alfresco-ng2-components#6655 - Bump @nx/workspace from 11.1.2 to 11.2.11](https://github.com/Alfresco/alfresco-ng2-components/pull/6655) +- [Alfresco/alfresco-ng2-components#6657 - Bump ini from 1.3.5 to 1.3.7](https://github.com/Alfresco/alfresco-ng2-components/pull/6657) +- [Alfresco/alfresco-ng2-components#6543 - [ADF-5313] Merge both form-fields POs in one because are identical](https://github.com/Alfresco/alfresco-ng2-components/pull/6543) +- [Alfresco/alfresco-ng2-components#6658 - [MNT-21636] Refactor redirect URL](https://github.com/Alfresco/alfresco-ng2-components/pull/6658) +- [Alfresco/alfresco-ng2-components#6663 - updated simpleapp with outcome visibility](https://github.com/Alfresco/alfresco-ng2-components/pull/6663) +- [Alfresco/alfresco-ng2-components#6602 - [ADF-5316] - Content Type](https://github.com/Alfresco/alfresco-ng2-components/pull/6602) +- [Alfresco/alfresco-ng2-components#6668 - Bump @angular/cli from 11.1.3 to 11.2.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6668) +- [Alfresco/alfresco-ng2-components#6669 - Bump stylelint from 13.9.0 to 13.10.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6669) +- [Alfresco/alfresco-ng2-components#6666 - Bump @types/node from 14.14.25 to 14.14.26](https://github.com/Alfresco/alfresco-ng2-components/pull/6666) +- [Alfresco/alfresco-ng2-components#6667 - Bump snyk from 1.448.0 to 1.452.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6667) +- [Alfresco/alfresco-ng2-components#6664 - [AAE-4429] Add readOnly breadcrumb to upload from device tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6664) +- [Alfresco/alfresco-ng2-components#6671 - Fix promise redirect](https://github.com/Alfresco/alfresco-ng2-components/pull/6671) +- [Alfresco/alfresco-ng2-components#6672 - Bump socket.io from 2.3.0 to 2.4.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6672) +- [Alfresco/alfresco-ng2-components#6670 - Update branch for JS-API PR#3207](https://github.com/Alfresco/alfresco-ng2-components/pull/6670) +- [Alfresco/alfresco-ng2-components#6651 - [ADF-5332] Login basic auth - Ability to override the successRoute from app.config.json](https://github.com/Alfresco/alfresco-ng2-components/pull/6651) +- [Alfresco/alfresco-ng2-components#6673 - excluded flaky test C260241](https://github.com/Alfresco/alfresco-ng2-components/pull/6673) +- [Alfresco/alfresco-ng2-components#6607 - [ACA-4259] Task filter counter notifications](https://github.com/Alfresco/alfresco-ng2-components/pull/6607) +- [Alfresco/alfresco-ng2-components#6674 - [AAE-3326] Content node selector - sort files by createdAt desc by de…](https://github.com/Alfresco/alfresco-ng2-components/pull/6674) +- [Alfresco/alfresco-ng2-components#6685 - configure dependabot excludes](https://github.com/Alfresco/alfresco-ng2-components/pull/6685) +- [Alfresco/alfresco-ng2-components#6688 - Avoid to recall the method if no change detect is affected](https://github.com/Alfresco/alfresco-ng2-components/pull/6688) +- [Alfresco/alfresco-ng2-components#6689 - Update branch for JS-API PR#3224](https://github.com/Alfresco/alfresco-ng2-components/pull/6689) +- [Alfresco/alfresco-ng2-components#6549 - [ADF-5305] - Added aspect list component](https://github.com/Alfresco/alfresco-ng2-components/pull/6549) +- [Alfresco/alfresco-ng2-components#6695 - Bump snyk from 1.452.0 to 1.456.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6695) +- [Alfresco/alfresco-ng2-components#6693 - Aspect List - added spinner and refresh](https://github.com/Alfresco/alfresco-ng2-components/pull/6693) +- [Alfresco/alfresco-ng2-components#6694 - Bump apollo-angular from 2.2.0 to 2.3.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6694) +- [Alfresco/alfresco-ng2-components#6665 - [AAE-4452] FE - [ADF] Fetch destination folder path from mapped variables](https://github.com/Alfresco/alfresco-ng2-components/pull/6665) +- [Alfresco/alfresco-ng2-components#6698 - Enabling default aspects for card component](https://github.com/Alfresco/alfresco-ng2-components/pull/6698) +- [Alfresco/alfresco-ng2-components#6697 - [ADF-5341] Add Apollo direct dependencies](https://github.com/Alfresco/alfresco-ng2-components/pull/6697) +- [Alfresco/alfresco-ng2-components#6699 - Improve update-project script to update adf-cli and adf-testing packages](https://github.com/Alfresco/alfresco-ng2-components/pull/6699) +- [Alfresco/alfresco-ng2-components#6691 - [MNT-21636] Use URLTree for redirect](https://github.com/Alfresco/alfresco-ng2-components/pull/6691) +- [Alfresco/alfresco-ng2-components#6690 - [AAE-4637] Fix varying height of dialog when clicking on the Upload from your device tab](https://github.com/Alfresco/alfresco-ng2-components/pull/6690) +- [Alfresco/alfresco-ng2-components#6700 - [ACA-3881] Able to start form with preselected ACS nodes](https://github.com/Alfresco/alfresco-ng2-components/pull/6700) +- [Alfresco/alfresco-ng2-components#6696 - [ADF-5339] ESCAPE should close opened dialog not the overlay viewer](https://github.com/Alfresco/alfresco-ng2-components/pull/6696) +- [Alfresco/alfresco-ng2-components#6706 - Update branch for JS-API PR#3232](https://github.com/Alfresco/alfresco-ng2-components/pull/6706) +- [Alfresco/alfresco-ng2-components#6704 - [AAE-4608] Use smartrunner version 2 and add SuperCache (workspaces + S3 combo)!](https://github.com/Alfresco/alfresco-ng2-components/pull/6704) +- [Alfresco/alfresco-ng2-components#6714 - [AAE-4701] ADF check env - Fail if the env is not reachable](https://github.com/Alfresco/alfresco-ng2-components/pull/6714) +- [Alfresco/alfresco-ng2-components#6715 - Auto PR - Add the ADF number to easily identify the version](https://github.com/Alfresco/alfresco-ng2-components/pull/6715) +- [Alfresco/alfresco-ng2-components#6684 - [ACA-4208] - Fix process date filter for range](https://github.com/Alfresco/alfresco-ng2-components/pull/6684) +- [Alfresco/alfresco-ng2-components#6710 - Bump concurrently from 5.3.0 to 6.0.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6710) +- [Alfresco/alfresco-ng2-components#6712 - Bump typedoc from 0.20.14 to 0.20.27](https://github.com/Alfresco/alfresco-ng2-components/pull/6712) +- [Alfresco/alfresco-ng2-components#6707 - [AAE-4661] Fix search results are still displayed when search term ge…](https://github.com/Alfresco/alfresco-ng2-components/pull/6707) +- [Alfresco/alfresco-ng2-components#6719 - [AAE-4203][AAE-4292] - Fix breadcrumb and folder navigation issues wh…](https://github.com/Alfresco/alfresco-ng2-components/pull/6719) +- [Alfresco/alfresco-ng2-components#6717 - [AAE-4624] - fix user initials for identity user with bpm](https://github.com/Alfresco/alfresco-ng2-components/pull/6717) +- [Alfresco/alfresco-ng2-components#6418 - [ADF-5285] Re-include test](https://github.com/Alfresco/alfresco-ng2-components/pull/6418) +- [Alfresco/alfresco-ng2-components#6723 - [AAE-4661] Fix not showing results when filtering by content model pr…](https://github.com/Alfresco/alfresco-ng2-components/pull/6723) +- [Alfresco/alfresco-ng2-components#6599 - [AAE-3992] Process Filter bug fixes and improvements](https://github.com/Alfresco/alfresco-ng2-components/pull/6599) +- [Alfresco/alfresco-ng2-components#6705 - Create Image from PR if request](https://github.com/Alfresco/alfresco-ng2-components/pull/6705) +- [Alfresco/alfresco-ng2-components#6724 - [AAE-4710] Error-proof scan-env](https://github.com/Alfresco/alfresco-ng2-components/pull/6724) +- [Alfresco/alfresco-ng2-components#6462 - cli init-aae - Remove useless properties](https://github.com/Alfresco/alfresco-ng2-components/pull/6462) +- [Alfresco/alfresco-ng2-components#6725 - Override the pr title in case already exists](https://github.com/Alfresco/alfresco-ng2-components/pull/6725) +- [Alfresco/alfresco-ng2-components#6730 - [ADF-5346] DocumentList - header is not scrollable when the width of the browser is small](https://github.com/Alfresco/alfresco-ng2-components/pull/6730) +- [Alfresco/alfresco-ng2-components#6732 - [ACA-4213] - Fix search datetime range in different timezones](https://github.com/Alfresco/alfresco-ng2-components/pull/6732) +- [Alfresco/alfresco-ng2-components#6713 - [REPO-5552] more filtering capabilities for aspect/type api ](https://github.com/Alfresco/alfresco-ng2-components/pull/6713) +- [Alfresco/alfresco-ng2-components#6727 - [ADF-5344] - fixed counter for custom aspects](https://github.com/Alfresco/alfresco-ng2-components/pull/6727) +- [Alfresco/alfresco-ng2-components#6726 - [ACA-4299] Add e2e tests for task counters and notifications](https://github.com/Alfresco/alfresco-ng2-components/pull/6726) +- [Alfresco/alfresco-ng2-components#6735 - Bump css-loader from 4.3.0 to 5.1.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6735) +- [Alfresco/alfresco-ng2-components#6740 - [ACA-4304] - Remove userinfo name on small screens (only profile icon…](https://github.com/Alfresco/alfresco-ng2-components/pull/6740) +- [Alfresco/alfresco-ng2-components#6741 - [ACA-4299] Fix C593066 e2e test - task counter](https://github.com/Alfresco/alfresco-ng2-components/pull/6741) +- [Alfresco/alfresco-ng2-components#6737 - [ADF-5347] Viewer - Closing PDF before all pages are loaded causes errors](https://github.com/Alfresco/alfresco-ng2-components/pull/6737) +- [Alfresco/alfresco-ng2-components#6736 - Bump mini-css-extract-plugin from 0.11.2 to 1.3.9](https://github.com/Alfresco/alfresco-ng2-components/pull/6736) +- [Alfresco/alfresco-ng2-components#6734 - Bump cspell from 5.1.3 to 5.3.1](https://github.com/Alfresco/alfresco-ng2-components/pull/6734) +- [Alfresco/alfresco-ng2-components#6746 - [ADF-5345] - fixed border for aspect dialog](https://github.com/Alfresco/alfresco-ng2-components/pull/6746) +- [Alfresco/alfresco-ng2-components#6742 - [ATS-873] Fix Subtitles in audio files](https://github.com/Alfresco/alfresco-ng2-components/pull/6742) +- [Alfresco/alfresco-ng2-components#6731 - [AAE-3543] Attach button enabled only when all files uploaded](https://github.com/Alfresco/alfresco-ng2-components/pull/6731) +- [Alfresco/alfresco-ng2-components#6745 - [ADF-5349] WebSocket protocol based on BpmHost](https://github.com/Alfresco/alfresco-ng2-components/pull/6745) +- [Alfresco/alfresco-ng2-components#6748 - Bump snyk from 1.456.0 to 1.462.0](https://github.com/Alfresco/alfresco-ng2-components/pull/6748) +- [Alfresco/alfresco-ng2-components#6749 - Bump husky from 4.3.8 to 5.1.2](https://github.com/Alfresco/alfresco-ng2-components/pull/6749) +- [Alfresco/alfresco-ng2-components#6744 - [ADF-5348] - fix user info icons](https://github.com/Alfresco/alfresco-ng2-components/pull/6744) +- [Alfresco/alfresco-ng2-components#6752 - [ADF-5285] re-include test C299187](https://github.com/Alfresco/alfresco-ng2-components/pull/6752) +- [Alfresco/alfresco-ng2-components#6750 - Bump cspell from 5.3.1 to 5.3.3](https://github.com/Alfresco/alfresco-ng2-components/pull/6750) +- [Alfresco/alfresco-ng2-components#6753 - [AAE-4547] Add getInputValue() in TestElement class](https://github.com/Alfresco/alfresco-ng2-components/pull/6753) +- [Alfresco/alfresco-ng2-components#6747 - Update branch for JS-API PR#3256](https://github.com/Alfresco/alfresco-ng2-components/pull/6747) +- [Alfresco/alfresco-ng2-components#6763 - [ACA-4202] - refreshing the preview when version has changed](https://github.com/Alfresco/alfresco-ng2-components/pull/6763) +- [Alfresco/alfresco-ng2-components#6764 - Revert "[AAE-4637] Fix varying height of dialog when clicking on the Upload from your device tab"](https://github.com/Alfresco/alfresco-ng2-components/pull/6764) Please refer to the [Alfresco issue tracker](https://issues.alfresco.com/jira/projects/ADF/issues/ADF-581?filter=allopenissues) for other known issues in this release. If you have any questions about the release, please contact us using [Gitter](https://gitter.im/Alfresco/alfresco-ng2-components). diff --git a/e2e/resources/adf/allFileTypes/documents/text/a_vsd_file.vsd b/e2e/resources/adf/allFileTypes/documents/text/a_vsd_file.vsd index 457995406e7a51f5ead253325572b7b1a60d1b04..a317c805231ca4c720792dbe2df3b44d9ac6191b 100644 GIT binary patch literal 120732 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 literal 54784 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 aS%;_>)n5s zwq9#tiMWWUmq-2e<>^fISQQ!RJ2n|BK#`=qICuXb%4w6R-eonLi(ABqD%f1BUKdPm z`TUz1vGndmf=Jo5KoM<{a0-FC!twHt=gnGZvE4>|aKnLT`hE;Q0aWK4EHQH%cn{Jk zwHKFfR;mLtU)zkbW&xLl2s{1r|zV$#0Ll@-gGf5E7UQl)VAaNUaao&v4EK z<fXNH9lT5iSGvL#qZR?ADYT;&zsP1o0X&|(_ zx8F_dFbW`1mt@ER+rmLuva|5FZvE%Ld2;w=f8Rt6ZQ@(|y~x^FiFw+(0a6(*Q9BF? z)IGPpl{bpq0A9{K%@q@ayDA^c&@H&4o&{jTq1%{gl;{ASf}?}+u|ox5jb)y6M~QMV zV3D4S)Zp|38P?J<#k2kjS{Tr0RRg!LWFi3b+l70(va4hOb=LI4All$2@KC$Id2{1P zE4bt2?a(#Q8wX^Zmwv9#^Q@;`x6@UanZO0iuqzTN#naAJ=gQb+W&TVV=vDm8D2ieo zf19bRd5~BvDWl~q|Mpu9pfAi#Qfj%|nM!pda09H9N{73Il-g8;5~v&ckgc5D>I@>* zHeK5kygC4=`@R0O6YdfMSuf|XzAH6-;Pn{^N`GH6o_Nveq5^h>*F{kvT_nFHT(9^I zpeUOw)mdu20Fp(Cj}Le)Sq?Ty7ReiiYJUbB{kw5Nm)R`9G}mO!d_AWJZhz{xH)!|T z1d`>q9PaH**bGkkbr$PC^KAn;67qj8+aKNK`%Jc z{tQ^`x|prodEEyL6kSOh2yDw^x@^k|JYoMnJd3rC=ZdY3Du#!Ke}^RDI{V7_>Fa1s ziMlFYVI-*{P|EsNLb)TE0-U z=izC+KIdyr;O$~`mSb^{7maTJE#LC6ON~2dylG0gv!%BY%z1{1Wa}jn0Ce&fM!yRc zV=Y~Ur95$uC3OHI-x*Rz`bs4lrn7$LYA#vV1H3z}_aWOR!6`ZgC++ptomwR1&sy2k z=YRKE-5VuVgAn!-xx})qnCbY+tezC1&fPBbzhl_ZNd zv7ez=M5Da8MC~7p>G{U%Jf^3Kn&GXQB|=^af){=z(XK4bH&%I$l68) zic7DmyKj*Efn;Hu3t~4^yo0x1y4j93R_LBL%kj?g3%PKLhXVI6Hc?S?eh-tjU7BwR z-5`pNDy#BQZuT4SoAX;tTuwx25w{X|5#5O)#52S+;v*u0N^B(d5~qp$39<=m61F5D zY!X}&0u$mAk`wMFlqA$8AZQ8W2|O868EP3DGb}R>W+41B{`0HP_6*i7V(`eGYldMu zmqmdL-1#j@eslm7nyqguaJS3?ZKYv>L6>)?0Rz+ZZO@M#qJsjLiugg*kygLlgrfz+ zIE%-bd07{P~pt4cxNyB*@#*SwJT}IR-;2 z%ZA&@pHKml{dLS6ex+lgcEX+tV43wL^MF8oTM&)3HK2Ilia}b83I_dJ=rm9jfzBvP z5(&_G>5mG#&iaAK-es>(hTe?`ACggyp@j4gAoAm_N;xYD$uTRcPlLM%y zfXCj)5BTmM-~oLFH35$U4;ZuFk(%w$Sp^r8s4>u=c^H+SM*^iYpM7Q`ug(EXrvBX+ z8em7z)Rt*~J2-tIh%mjSO!2h&hxq_nB-qPL^UJ-^stO*(1PtxmxY(7+_gd(Ui@x^@ zA(j*}=tBhddgvD*h_XNFM?E6|#MFJd57401MauRX85-PZXT}~Cv8obU3{B_y!xtV^ z?Gc8~8@{)elc~rzOqxJqkc)j=OD(fZ6gN{*eW=b8M5Wr~UTMAm&@X0!FYbw*yPz{MQkFfyB%791bFguMgX`0z$H{sv<0QAg+Ux<7ma2jmE95van-$)h67`yUi zwR}xslq)y*9&tce%-57%1IC$cm4bn; zO{3QMx;DiIT;G7n^kpFITYpU)Rj0bJi1}QZ>=EMqehDjvuS*o2^}a5fnSWVr^0F5p zqMw#1de{INLeLwpPo3S=S~DI%&?~|23Op{LN8T+L>O$mc*UgT_JB&M@9uMWu;4n{^`c$Kg5@F2w%dML)$|fIV|_{5 zvE#(NHPI1e`*25TFPDGD02M(+Mej^ieK6J$ST81OnFr!MOx}^sU+0Bi&ph?67Ltyc zE1$yzh&Fo*?<@i=zEUF^DdG{}V?AA+j7~vO*3oCEsz{lJHzqU z5-M4$L>ftgTrNds)#S6@RhQ727zl}VBVq(N2(`Ck6=jw;aNgJ-wCT(|^X z1mcoNM;Z9tN^r=o;+6Z706};Uv)@y1qIst zv&~mT?A%JffjU`b+dvdr1!zGxK%%;z8JM}P6?NwHCkb$qPxUz;XH0|&{0|q|Wt-^N zQ4g%EFei+4;u1J(v^TcEkIHm|z`z$jBCFj_6M!+{uwbep6MWVic{knktJDZzlDF zrrVa3+RAe>Eakd+ZKdQ%xZ`J@8aVLYR5KS)IpJ9wBW8Tr^waqkf$&qj8qoK&)%o1< zDsgJPbLPQYPI8HNmdC%ABg52pPzV9JQ_p+r8ZH0m(m4U zKvoTQf6p6(WGhy=(|fg+;Bc%xRY_xJ@HKW6T-En!Ii1M72;TnYB)_u@KqsbP4N1?L zXf1(68%?Vhc+Q_6vm=kUiIUsa5hG@5L`4ruM(0hA2?q5%_Bi@3ee>M4?wb*lHlIRg zJqH9Zq@DEOL#HnaWFXO^gUfp8wTH+VFZEX}i7hAO9gYR0!PBBRxV0BqrkCP2bfC8f z7ixnzYje#e$EM7t$%bw-VZVBkB~ zc?mUZ@S4MB9iqLAqPC58maGqG8MA>aIQZ&qo_cVyPpu4w}_(!k#iHQ8ux>ljXR-R2FQ6OX*h~^x&io&D5dtM={aySO~dKAcGGX$U&U|W z3t@zE@`o&DZ(3vb4dBUjiWI#|1^R1>-@HrFRi@URm({(QHarsqF2grdvsCq6%sVFQ z{htl0YP|%ru32F{aWXeS8rQqKTn-Q34EK89YL^=Xk&oIFO2VQx1AOcI);#v}Nf10b zqdyXPzALaXF*yQf$Z*R)jy!5oOZ96}Ly)P%OgwiSI0L`PH$@dY* z3%t80GeBhIBuJyli&L%F!Tqz#n@!22j$ESR1c2LR;0lJB&r7$-+(ui1<)k4}FD%kq zMo$0>_mTSK2Qk$E`mC=*m%=`2;O=(eg)RoWi`LNe+}^mSA*{PKz6Sf)pHrrNix<#eFuTq{FElXwV0ZaWMd26l zQfe=ccjiGJKxLIsH{Xd&1ollu{531c9Om@0i&MuslyNu!y%BTB+cz4S4R?|5kqGqnkXFITw3cRhTV zqqCLo#+AT}0v|cc#H7g+IRhe-G?xLIcT)Gw=6kdlzv#)d`NrIJG+kFTUyM_a+#N8i zXXU&&H%<-=9uyWON3gKWw-F~!Ap~}&2Qp1EHM^U}rgD0y<>Hq5w&}}yvWS{5t{zj; z_U~>2+78(+6Z=EgGCtxM-ZhOeKEsS_+NfaGy3_I5AVgRsY2W>rVfII-FGH2*C1PS0 zR5IV?-P)TE$N$x? zU^&&?xK@U-@KjE8kL>e1wD*F_wlcX*q2Zu)jBw_*++Az7uxMkl^ScdVOW7N8o37sf zpdGfBRx0hC8Is#mQ%2Pfwq6=j{4o;^Oe#K<#Pk0@&3$=1RPFo!nK8CfgH|dtD5b?z zl(fx|tvn*yABBogks%bB(W*sArAUaDr%jfUEJLe8B&D*9HI*`Bsfl5(-*wc}^L)O) z?XTbO^*z0e>2mIK-{+ireZSw=b=ypryyoo6&$!>S>51eBdN0p1f4DLM4n5n}c*kBY zf8e^fQQ_8Keh-wSRR@=5AcAp_E`<8MKQ^ZqA~`c+ot)jGZ!1ehiEN&^BXf-B2NB7M zHu5J|l6sIqKK+K^C!apS%w48BGr9zsX`M1*)nAUfvC^=(XS|rnRt7P8YMsThp<)EE zs9oWQc%C}r^q#Kfl^22ds}C=puVTY1E?2x&z7Xz$;06j=1R< zYe4;8VVy#0F*cAb3*_qVk4lu*LYom|nCIe<7^uzlIhp<_!yD#^-)@c^HsdB_(Aw)~ zPd8-3{@O1lfwXIuGVOHh>#sG}^ZpcM)7Lk@9)B?^2^1{f6jlpl-(UrTtl^88tDxQN zxFUt7a8kDPwm!41JTbCM5O2u%pgG^|jiScA5V-kZW7nv?ZL4ls7fjmWnZcF2nPmze+OIVFy`!79I_2I zl>6Mw_uiN-*;rLr6D5k!X8>&rvu6C{2%?+1%1b;s$z*8P3s@j}L}IjNz1CT;Y>Crp zA#NVf+>0Q5DSu?JMB(ntsR0|F^z4KsG$kb0mMKGyU)%Ci#*_WQZMv}ZdsF;6C{I37 zRrsTd135mTPgfGPPQnR?#Y)9><3@nGYJ?Wzyl3!!|Kz+^M~n=79%s0fT+F)$M-?`O zXev4R!YVnh2GeZ~L&5on*{Q$=tnv?%zyIT*jo4-QOycL%nu@h2S$EWuzwz?X1uhx#_<#bs9f zReXdD2e{|?HvTbX@y1fCxV1X}iM>eDB8`?Zk4fFWA`XHu=bUX96XS1e%%8tR*NhY0 zTcX0r;yV{CHp{-kmE>&uxwdehUYEfou7t zluuuwf3&Q=xl1n$JU0e49{f1BRrKR|bu%M&fwM^By|IRc!{Sg$8|7u!($urenrt7i z+WOqK-Shc4(ENbDA|jk{#vA)s8nnt{z{uFUHr(l!GYGUik#iW0(B{DRn&=OoQ6(E~ zWAZBI1GuZnx@Z}vK0E|2gE(L!f zz`-!%y~(c6D_go`uhrrl9Q+Xcg*7^5M@CH6iG@K&33L>JgFKbgxU{8-n3%8{> z8j4#l#cn)mbQtK26Hdb?%pVD!%P8fog<*2YeV`sB+U5%61y1{#z^xC3TK$i8&x5Y` zLpB1WfyVplK)>?q(}dY|H(_4j5U$ks%0xlnw8sfuHQuU)Q1{$B+o483O%|p~t+{z4 zV3{XK(>0=Ant3Qd>iqmO(M&$)t0J%H{p><+&Vr#}&9N-Mx9dd~iUi-KxZf@1w|k^3 zh8e70((&Q|oTcp6Um#tvY~aXE)e@Bjv18&;36NWw=C?EvJuJ?poT*&54_>?NZ+fcA zNgBurHl(HItCXlfxCSmhJ32u2EGcJiq#;VbdWX~(<#M|^$GF@E#VxH@k4;#+kLRYm zT7Lc5CGAnt`|9@s-^af!wgnb@y zZ_i($Pd5n?$p<2I!AbJKd+=APAuC4*54M4)-}i6o*3yBay|dp+-%;Z#_St4 zG1vc^Fnz30o2q1VC}-McP2RZ4`v~gm$^CO=xm<^V6OWbDIMSq9AEs%(dOJ@|L{q)G zxGDH^;PgbxaDo~kotw+8OgsDJ$&q`i-&QZh$?{6U=2>PmRjG$cQ}7d`xyxzg6xubr zV?})dseQZ&$JBKAoXwJ8XQRvMzB-pG_FkL@uSIK*tD=@}?~?NiW<^AdFb!uBajYAx z0#*g9iPghWV2@=JQ`rmI%h@jMUtZvB;y$~SUC$P?sdgjn^z7!@5zFjI&u6~fNxM|L zyLQEP{qOC*Ea`Hga+{w(#5|rX|?@DsJYu+Ch> zFLsl{_vo^gwUOC7pk}n^UGF+g$@djuIJ8oJoY<{b$95 zF4*R-%NHh+6vc?!sdRo#~J{OG+UErf2_$w@X@eAt*bZ;*V1)OGiEy4JFW z0!oIQK9naipl(Zj-tK636m&!n^ObgHJcNDp)s9G7k zx@>z4yl3zFTxD(OCVhTt0}*7i8dtcL&qAkvNIc~Slgqn&Czq$s6NWkjBphEDWnv2# z7MgI+8F@MgCid>$tU0D-#W&d}dz5ihr#Umay<|6{S0^_|TWLwvR2nXhaFTPDL04?E z9rV~87H&DfKYr$3A!rH9G?*1@_atqn$i6nbsK|cn{Nn+PG144S>k+jWDz7V46|S8l zhDRgp9vPM|Gz6npRio7mnKAI{U1XQYoudgg&rD{~ysY`aM+o-K%|Dk2O5}_d#c3^U z_Tn|PJ40XoJC7ASueT>PW>fbsvj-AK{m}e)jL>-^!+lZ1#W~j@EG?vU8Y8z2o@hlC zeeyZ4-=`ryyY%)9X6xm3APjobJkBmH2CA11yBhXFa|%e>&!K3+p;7Xtq+)d^$_kC4 zK1f%K*Y8VR;E;JIDLKwQ_u|J&*pNPLvbH;?r+tyqJym(ziw+wtVTEo=^a?pI4h*Zx zRgg8%Wx(g(Q}L0%KfTXhdwO5WlkUlhA>}9eX9w<9H1P8j;Q6^P+`B1$qXmdIyDL#f zxDc|wi!4EZ#^sa`V0+l-X8XX+J5XKTUR|O&MFjgzIURM!D^M^ut-?=(N>%FZpVs(C z`uqHTaks=NPJd%^;iK1ukXgRihI1&^HBC)5fuSKjyfovr;QE>o$W;pYS0U_B6{o{% z?HOm6RaaozO4&=7%bgz9&5h_-c|`g~Blyd8frFf||AX;nZ4F+-@bbTO?Oh)f z@m5}1H*xJ6Te94~<8Adc#CH#vh+%kj6=K zNZXPYkapvCG2G_gSbt~go?c;NTaJ+<|KySD!muleq4O8-Wa|hK`9EfK#|78E$RCU# z`Fq}kgmZJYtxk3Jg_hZypB%R~+>4%$#cm`h0q%%gk*EYX>XfxSi_wkkUK;cISy;u6 znz>ZyDt05%j$t-x9H7tKj@ts#4XF z=}lL_F7bpFWACX0(zEh)`|l|{FROusOa?7=dEJq(=^FMa%9Z^sF%1K`==N0j!MZp1pN;~$M#7yr`9iQ;(0Zc zRPC(DhxwzYujO!#2E+b)bnBEF$o@#49H6Dv51bRd)UELN%GICLB9jolNDLT4r+(AR?$XT~zalHV#P$j-5M-5IwB0 zjY)@`Q%yqK=R>We{xOQGmT?)rUj=$3?J7;ruo3Q_bJ=_L9$&pyFh;UFuJnZuQ&w#c=(y z+=Qg}&PKBquB;z=tsP(d(c0Aq?P*qVnOnb}K%H7@D3bDFnoy|{mW53^bv550^u{5wc0ppK2Z6v*H!S9E- zvG~%d4lq)rYaMqQJ|5<&dVUuP89A~z*UCZI3}>lZ?NZ4FK}}0WcZGH49T%j=pPrZy z?T(59h_>mIU(ze7g)u61p~)4Pp=q}B$m8GKIFRj3_&*QL-Xvw8*{b>_VPE}C-tovu zwROwp?q9+4d3&Bowbijruldt*xI^GU;m!*dFp-(EwR!&5I?4R4Z^MYK@1DegZTorC zaoaxJ0KdyO{8rx>cnj(`^mc7SoO9sN%ycB+6O?CxT$e+@_morWV8~2~U57Lqu+|yL z&E}qS27PT>s%u2dtG*5Phd-_Q>V`}^lp-gwD^TbFZ5L8&H%>HUI@5*wgA`6i+3(Z? z%MN+;t5ly3)Y(b4(XT8CX_)NN+V^YD8p;9kW$e1cDNG6KP+Zp)7u#5pGMSrLANftA4?|u>CqZdt5#qvw{;c5pP7y5gc-R${DemI$ANKUwhbbs#4zfF zKRr`v-f79T1e=J1K*(x>H_I z=SBl3xTos*B9YC=f%6Lj4JvUp0_`ttUtCx;E=Oj+Guzj@4LuSNR^FDDKiYFS^2(!f z^7=kshnJ)z1r;d>^`j&O6)8wSpd?25n)zC^(!$vuw+9UNgKgb0R>9arsid~8 z>1ohfxkxt1f2afPpiY^b#R6QBBg-U~#W>mf1?VAS9y+&>FwDhssidrc(ItRdjuP7tro=%KYkzphV>UQ`YDuN zXuW`9wX9$z3DbVv*PU7XQ}M!$bBr`K=kMRv0LX%)aL&w(r)2H+CrfULRy6iZx14g+ z69)uewkn4&V(?GK!JER(k&EW~xAJb(&Ym7$@vYSxn zL8&-@K*VTWWcoI0(+GFbA4)1yi<0Bs29?j7JnT+Rp^#AV68N;`sa;)Ilx&pkr8y^u zAGcO3Y$dNi*^on1I6W#IY_~5wA9HB^uz{<}8F#Y%>XlZ87B*-zHRnXc&4REB@H`ArSE@VW8x#BO|>(NBduZ9t?`1Ha^^1f%9oQW*^iz)H1WLJ zd^;|gXCJ(vErQcJB--cVidR>&cUC-d%HVa`o~7u_ym};==eeo5@w`!0bfN5W((J4G z3Eh@S`CUhnUtaaB+TpuNwlvzISFe;%8{50`%*o-6w*9IB%cXHP8WjrZ2y62`|8*91 zui>XxbsKZnH>5iHyT7?1Sr_ddb33}^xQ4_~r!0x18|(QBE?dNr+=>A>UjE||q5I_{AOD1yb1-C1#fD)E`#y?Nme^c1dz=twDB5h1 z^l8Q8AX%@dO<9Q&`7lo*6oXOmc&9>6&4x{M>sPs&ZHFZU^^WsS6lzX`w7iR*S9doz z!nmf60_`WtS3s|tlS9e%`_9|Xuevy6mi1v`faYJ3isEl(D=4msVV_Nie=^{BCTx(A zxD$LMy-UjF=AXFyC<-?3xZZqcVpv77Ym(~&EFz7{=cF<;gTcRcS(ZoCU(w4*; z0~%lqtu8gMG{6{kcjUA+h4#LHz=9Ep6U!G%VY`2f59$M6g6;F%y@4_80eHoZ@b0?l zvzLcFU}FEX#MB1p`*fw*wX4bz>?}}cwk*^QZk`s+_$uKb)6^Fj%dg5pf@V7sG(}Cz zl)dj&e7~Ak+7SKWJ3g_JTv5R|PjB=e&_K34<}x@9Ia7k%Jx&$xY^&D6FgFmopwcOS z&m1o7ZoiqWQ+9e9B95`f!Vp88yB36)aP=iGAvMSUlS2!))2HdNwcjE8;?^j8Y4isl zY)&X7+FPXML3-p&ofcaIc1jcp~X~ClDyUY>jL#vmT$Fh`B_l8!sg zh3#)uJ>MV%135ST%r>aJu>o@Da@S?L+or<0{5`u`GQ2SUfVE?2&dCx|V6Rg~igSQe z=UBvj9|Lm|cmbilhHoI&Fv0oB@o$%Q4Ba1Ak(qc~b4giP?%m@zs2xL;UnOZHHPCZ> zTU+U8SZjDGAv0xj8SD#qvFF5`+;?CSZ}R5GC50(d-=RRI?Xe={GYw^yOSiPRJt*TFu~MG;j?QvfaZKS4GZ?kQ zQDrEF7T0T?(q_j=J+kP8U%43(cJysngW_Kvy!cIP5ehYb+YYv0e9t20)DkhnI8P zAK(6Bf5b%^_qMrx-sCGgr_8cBdRJd?=paG0op_?JlJ!XIsYyfcPSvGp#=eHu>-u9CAgmMs2SmKQ68b%K?|%3v8Abqc6mD=cbM56&`$ zi8wMGwrDB`=r6ZwDVKeLa-G;jSyR@aN85l6Hl8jshN1Z}{JY*n&Kxg;Q zK`y#PCy)du) z#e!(z2b3g4=ayw1gp}^`Y;qY1?kh(56Us(lR zX42ZjR>fAJuS46?9{w&8xOyn$=~`PL3E4fp*xsDmwL&U0-m~I~BWGiXp!4ytQ9G7Q zouvTLh0gttofj_o{!q7dv3EmY?3Q(~@6PPix5l3vg<(ZdLO++Q4Y<%Yy*5+MK~#Dm zWZSu|O2u0{9!*jaDbAl2W^-G(c*D!Nj~ZsWsPdHiUpo)H7FZd>^N5cLhK#RI!JYFt zUomy|M-d-MH#eXz^|=4RexJU6=EB1?xeeWC<#=i zhjDf1@0zCx`pmgW^zDb+;E~$ZnPHn4#RJU|CKvc4V;lAgvmVR{PgZnEQimTOQzAq2 zRii*)GwD%61-AGj9AS*r&nA|q6N{ou%Q!O^FgGB{W+U`+PdMhZkvH&7YV8+L zQQV4x9YOTvyiYC$Z;aLeg_P!m21kj4$F-d(nK@Zi4HBo)TK3;PfUfIq%A-l&TG<;T zM~dgFyl*pMAq|7wIVMg8chd_KnYvp|d#Cfb9kacrG811z4HLnH)06F?bYK56ZEfD_ zfn}pMkpZ2u(%|T>j}^(*eqwBA#U$5<$ScY9l@#ETS*NU?q;rAfbK^*VBdb9M#t2>Q zJB~XApw16G@A@zbdR_V;FwhL$vhNF#NW(QMTfYOgc1=6&vrt79P}?;{d1TWpiT~1# zMU!eSo>G%JG=4^LvD@>JqS*S^Z*m&)l}1Xsd{3md3CE=7L65g)Y~#%yH(pTro9pc} z*B9_1i7Afd^~M6+SB>HoFDj?+kpK0_Pw41!MZ@2RnPsT-m5DqFf=eg*X!NH+p1{IsaLB%GsLLfu&Cn?x$ z8FW=3C7X3%+m_&~u`#xBU{`|XX$sF=cc~k-+rG~M@(dp4vJuuCU~I1#7o8t0K@b%kypLeaL=c^D!YBr# zJcR)r=;Li;Kj`8eD#^%A&=-k9FC0=dRmNWUU`YRho61xrV9vCsE$;i6!V^xRwQSMX zmgfl1QcUJFWhV`ApcW(Ep;NodfVB!Y?EpsCI|iFOn_iNBkUy!&mJAm`(LQTKp3HA& zJq!|&wYh5`|MMTaKh+tH0`;hv@BL9@|Tk$N8#9XyK^ zvyc~5Q7-wD9a)vctT1f=4DlscZ(S^ck?I*qQBm70KsM{NS}@1^N&okx9FE954n49( z<_6Vi!|bbXZGdA=^`X+Q)_#D2(~4Ws*#(XoJ>E7Z=bl<`ax=Htw{eLuT+Cw(d3SI1 zmiiDr@Y+yO*`MYiWvUvdKRHt94Dihv_GnMQ$!k>9A zyaTsSU%sd8IzlYt{Ghl_i*2$zAh;>L^!7l#0eZ7$pSGDLSGmkj*!1YgYGaEP(_%?C zi940(hX`4xOHdlHzE0SJknc?`*Q#X_MF~%td)4K`Y zxJ)%jz4bP62w*gkD`{@G6ulyNWawSXss z-ZtLe^NZaVQD&sQv})W&-%F3AC(|?O#AA9j{S#eEAI4xXW-*p9h*gZOjNOc5j08p+ zqloc}L9{X?3}x0h)(jS#wSu*oMeJf7W}RbQXXUfXS&gi279r0b!`5dnVB4~t*}m-k zY~nQg3Ok2g!meYB*c7`FcKk_p#&%2X{8WhcyKG>V8!&Qc5B za`RheF8j7;a$Zw2ISQGanT2Mn#&R+_m8R88pPD{3t+t>Pny-?}ZC8TZ30oSJXS3t?6^#=&a>K$gei>NpRla zQ{bCo(7trkYprwk_}%>VDwTj1YLVfq40Pwt8HGd-EY34i`R$lPeZ{xb@H ztK6ANourKA-9Qkph-YXyKe>!D4X=SWkL6(F=NCNZI9d$wJBGZ+PbbW$^tS~KgU6~_ ze+QAD^09jq#>ZEw1q>2ThKWB-KCrePySAPg6!Qmq)K#XGNpfACt1v1$^K+;BumV>!~z-3SmlbVSHBq-uYufIz5Vhk-jpE-q;u4{KH~2b%g;#=?E*Hb(2L5xVMYl z@X47Hz$H8hS7JLMWMZ}S?iFt)gg(R;!VSc>gr{RI2>W5K+$T0mUP58J7*VK06=?EQ z2MTQ>g}jJ7Uc`}r-NX)J6UIGH-d+pp^ojJjbleI^9z$qQDT)eId5WU(@3YqsJWs-# z*h*}X^d$S$0tpf{^^&I(#zV+UTHqy@5I~m66EE7xm5Sx)qv#D%pb~;cxIu7~+jipLWJ?BfxHMRvKu==FH}Nh4DPVtfdYw$}Q&;2^g|;3{MElf5r6>?` zaui3(KS}Hfz`GqR*5f~V#jD85+1LkE9+A}7Up{4YTTdW`P{pKF`H4zoA<2Af32-Es zSb?kv@FDyO54=L>=33CCw|>X6HVCByPrcN!tOQUw1W_%d4h025kt(l*TOjiNh zQ|}^n)Iz^1U58GjQHk49QAoAtOfs<&{7S5Vdo=tmHTjer(P@_0{#EQsxDlOruOsQg z{=*6ct-h%@ksu!rWeCVq<>eIQFCf*`P z_({aBwV>75w}eUHJ29c+MoQh{PhE0K3O{e0%y;$ATH}q?WEP%1_=JgWar2LYdGgeu z@>JRif=ZG5d51sC2_Bf=F1$-$&%e*7HTH#&SN@eij{2_zwuCcTxUCW~)~Dlx*XK7# z2hRqYyqr8$P7b@Le==A}@bG10ox;*A9DIaw1gEjDTU_w_`o9ZgHTd9!Zg~EdUh!_C z6Vs3n4yF=~LMlNNDzW4#6krm>6ed>op|pQ0J9#e-!~|D~IDo+WATx?2(+nW2$>PSTMvA|-o&oI-z}L9RrGf@O!$?}zuOd<%^w8Am8?<{F@PHVgf3lzq*Wn-BQC6Q4mq6j8Bf>gc@Oe|5?Vrdx=YUN7!1(CcPC43f`Ed z6;?Xl&qjl7rk{zsZ(+TUl7<9UQ?Suc2<#KF#mLK1{~$Z~f4^+N=8XmRBdW3FQgI-N z9f$;02SSrZz|u2M7=kHrydR8rC@MX(m$0O;5gHMftCX&VM!h{(m)oORZ$eFYzDzD`%l404?)=pEJ>Y3iTFRmj1S!LW=|~%LXm@@!$L)YYT1b6sqYC zf>?~-%?8Vh6&T;}E^NX$TI2U`>bTJkZefSx5YG*J9v@m1j9KhANPzQ59bt^%HK$i*Z%|dF7)02 diff --git a/e2e/resources/adf/allFileTypes/documents/word/a_dotx_file.dotx b/e2e/resources/adf/allFileTypes/documents/word/a_dotx_file.dotx index 87f95e892d73eec19ea00f60ac22d4bc35f46bc4..de91a4055ca65bb7936adfcb995272fa6a3c3ca7 100644 GIT binary patch literal 276531 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 z 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�VV2!00{ahz`6t(aB(Vao-z5BuKy^@v@i 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≦=P8oi{<#zQ7(b2IO0kEp6Tqd7@@A3+kAFR>W5xbRB>mr#&4`OaJlV zCqij|x(K(jNm&l+Q5ua|V)*>SoyrAJ0vHH>gIQ7lPuMitJ?T$RXo*2@gtEy&%k#%~ zY&2tJ$P#flhechhFIR zZ(sWt$iv-W`>r#^n?V8w5}*=!0@M~dYKXkJz@k*5mhRwbpkKfIW3NKBf70L)^8QnLml9}Apkqbs^TEA(1C%gk z4M2OpGJbmtbXqmDV`EpX6xBYts>3b^wOl>0>Qt>#FPF)N;p7VK`(IVYal8E5w7N{L zDF5_(qUe0BP1HjWiFEdi;$(2I?YYXq@em&B+jfgmW6)iua<_LO9nl+sE2HG48bXP9-Mh zhAHq-Is4ych#F#SX2v!>W0QB4caMP~fLxxavOJgFld*-WaV*oL|7@5x`ba#c0TFI6 z1lwl<&4e1wLbeHu6_44HXWDlQ&-rP8v4$1;bqEMX5x#RE)a_G4SuLZJ!|9XO;c-iL z+U)eWEX_U?x&rPZBDCSaZyB!R*5R@~XSjxA8}xn$gK!vl+aDTcZyhQ#?f9%kP0jAx zyFXxJA13awFg26csMpj}VL?jGybr!9AkQlv)N@$}{H zF>ZY<$v%d`uyMrEaLYqVyN9^-aR~bm5oKF8(I1Z3efd9nX=5Kivk@X+pM`p<)6(Dq Uf91;{e}gAJ?*pr~B0m`Z3pD04n*aa+ literal 153106 zcmeFY1CuRH6fM}cZri?X+cr+ywr$(Cb=$V>+tzK{wmtp5i8t{k-u#0%8BukrqO!6o zEBDI1*UEk5r9r_^fgpgOfPjFAfEG@IVS<5yfMOwlfKY&-K(vJIY@JPPo%NJG>`k0> z=-h3r3IBkBP~-!F{M7&d%m2Y&pebbnFvx%;`YiDwd_XI;(I5cDdKoy1Or^lr7eii7 zqg*DTA#PRLd*+Y- zfP{i3DCN44e$wsZqIru860u@dd;|C&uN@v^*jZxIrGNq{+irA;+MXSNvECmbUvA8e z+evJ&AVyVuYaY))Z5rw5T=s`{B8L+FIim$N(PEiXDLtR#>PR`r%fyb^np^o$k{J6M z0D_l|$z~z_S>}PD-#j6;BV0td6%$_rbiWwCwmn zmn>}Qlv7H-pk6zt9Wzvbt!f%{peqY7sU}6^G5^>vdo7_CzsQkRZhR!kS;)TWb`%5n z`{ykR-*mUYgQY+9E2B2JRop~L{InM{{IK<|G`N8U%FnE*l#(=04H!A^cghQt+3XQSqPvv znq9|Sg@n?QltEcvv0VQ8Re_J}hF*Hr9n^a7 zatBHY=_+P)U$WnW%Q|{8{TwHeq#O^5(m;!x!G=h92~VHuLph`pc{(hGwIHUP`DaAh zSeWaevizLx%bcIVxVU5~q2&cx!7JJmiq|oXs^C!LSMj`=)E|%(Jk!bT}e}2D$(`g8tpxR2y0I>p1cVi=XY9NTW$_*A6FJ zNAUi~h5hgNFupWUtoXT-_2cVsfuMlh>>Q2h|8I~O+Znmo{P?;59Nhl|4DgSa`>FkZ zb{R^YlUrv%8re>G;urC)&1r&biAcs^i;(QHKE!Gt`+a+sP4Z6o(0fc_iNl5+VC)k2 zJpA>su$jhzkrr1ii{A&i&w!C3BMPG4Hm{!(wLTm-hLHd^uWoscWHs{4b^55*<>#kniHrDa>gU%FVD7PbvU(JJT)w~l3!rqRq{O{I;!PKI%mT8 z>NvQ^I7ispzpNNXwLgq}M~~m)5MsSJsP0G0veW~;w0`eNLwNlq0~5A^lo(>Q=(-t0 zjkWtu5+H69;+e&oH5^=xJ1;~}dtu;~Xxu7{szBta{sloCE4*R^H^dl!pH5hExN`AJ zlOo3VS82oG+m1xZ=$PDYz%nmTSjpic4*!HLCSlp3CvsEf*h7#<MUo#EM|MG(EJrqxz-m^?X>L24=}gMoDRx(E-_LCSzuP+Yn22Z?91u_(GZ4_P9~1r`w*J3b`GuC2(|Q}4@3qV~sF=^{^oh`! zsbowu$+qLF@&1}*%R(B0NFebNQXjYg^%PjBFZr`k_sjrtxenH_ zx*vV7UCFa9zaLllq_|aOVPMSfuWE2mVSeN=sa?tv1eGmbn8sYrk^{2?B_k$q4z}6B z78=d0atq_f+<+@M5?LE-B{*wAfalWLe7A%pZB9qScd7#>$ly%fD1GT$b1B7;-jTo8 z_7tl{W?6mPxa1l5ZZv9Ux4kQSj{gd|NZXmD>yFMf;QG<(!~9O31L)j0`%@!ER`@GC z)xtDgw{9(6-IPYMO<&77z8ErGbG0-cj2&cnK)ZjgE63L#*1KC3~!fq1tNN!0l!v?ZRp3=C4(=ipW-;5#X=5(D$8*mv8~B zZ$sT;9{Nq98>@QOI&2 z7gsbkH)A&ba=LX_ub8D0zOZC|hXXIA1lmN@8(i9I_&9}1=FrB9Tc6dGPEJ*=E+_XWovSGjO(ZswxEwNOpe9Q!&#Iy;`d$j)o4qu z1r}*LCEKvUowC-r8_3o`pQiL$Vk9sXtS2v4o>&?OkKBTF@-q z<+nlLstjA@Ixyd@f{5_WK)hHhC6fiKzvmQl+2WrlXNwOZ26n~T&Pm)y;+6%$k@s7(U@54?_ zaB*}jJfn5_BxaR+(^mFMO8!`$Ku3=fN)-#J14*(n5M)BGFu+fj-zz%QMbl-)q|2Rs zH}^$M_^aB&H9in(h1OH(+Ps;W+S+$eCL_RQhRf>FV~FwaD;2LsY{JDU%no>G_F^+E z(>O^6&t(o^r^PtVkh>P{Z}i&mr{wG>zm>C1x>#0y;!s0ed2SwS_JGRV>__Ea&(*Cx zGUC;YSQ`~0)BKHw&|XsX8hv-18xGya{yezs!6qLoH)a`H91{EgIPwq|G1)3Xs9$utf8H!CGZ zX@4r&BON4-vJPxhw}?++)l*Cz%(6}(2}XO^+SfYhD)NRu_wPaY#ib1Aw;+V$Mom3J zCB|fcgu2vCD3d}_A#wB62?DmZiYJH5h?>`-ray0!N^R3l%U6Z)TtB3W6SK=NjRrDZ zV+25moT$>v3B+=xTH<)*`O_~JeQQuuZ+uShrKEb&JgD}C+qdN~SK}1v45y0rzejPW z^TMo~%}~mXjYf0 z=P;L{A+g|I_0KV*JLT|1+I)E^ksAX$_9v8>>Fn~v%oCWMM*n`bdnV5O3wHl zCS*=F>&k=PAO|?gEUiHiMRI6T{+;ZAAr5NsRb)kK;U?9^+zBOl{Ny8Mx`e5Ud0k2| zKyc<1oaN}Rw%j0iwh>zJPlTFi6PB97?lhqHTZ~*lpK~S*Am?Sf@%Jltp?zIMmKMUI zr@AFgE{C0uJKJNA*Yj)RKV;3(GR{U^wEA0rd6@u3 zPY~O@UbZn4gh!qVl}%`FDg<%%}$8P?^Qu|#y-{U-oed=fIypbb+7GrTTv6=Od-ZW0pk zXyELp(B|hFcZqrcx)3a_dcK;TzOT1eI74Yo`6eze5SH( zK7=_9LHg0$)3$m*_+#@t z^Pn2`kG5ws8LrP3aI_-dOl7TFX*_$*guz)?@B+N+>@9>jS*#8_uoc>Z7%&n|Rp25< zS&t+1M#xhokE>=43Wq4m7;LjKY{~hwHSDlaI5S0>Qk-TIZVvjqs?Y^8nSh7hl!9W2 zwb#4R>WF19k5~=ZE2&ztpB)L!ji`l~aJu$;rs6ngU8V7A2w#zey$+CZU55H+G4}bR z>@6{D_z+0*V&;Jf$S(MReu<`&rpe4JDCqETY)s1f{A0q#bRZx@O-=G!&LF{LGhgTA z0!Qs2b6H(asp5RPm;pU(K@mm6^)0J7%JmFM+P?NLh1o$hJ0h zK_W`Kqt{mLng(tVg(=n~Uyx@*z+k-ap)dX(ZOGBT3DI8LtRB?0b5B9a1rGRa_Os7* z$4bRtnLjy#UAguz&RgL;;w~ZhCjjf;U*uy#>=n|N;Nj`Z*=4``16>bt1(m+*A~#&u zfhW~#Oq>zK6FhDR#1rtD^4xYZ>~ZoJnOJb?3ud?7PjK?)^eV@*T`!V-_}i4JT$x|acA8z=U1^|6Rpc0pOsF~uUR^pkghoG zcG}>Lj=4Lx+$IGr$wIm1icO+7<*7AD^nEY)+ASk&rfB2nX2UztYYJrHr!G7g9 z245m&h&C;lWb>cSgaNuV@eFFVC>o`DnlP+qnwnVn*c;H=G2b4rSt; z5WMTJ4_~EKtlDyjZ7U3J{$SoB}Ml^J%PG--DPW-PQ+Pzxm20g&X?y-3h6zwy7R2Ys)Ss zL`|%WWYyq>vogE`msg2AHA%|%E1>F;FZ&|pZW+D;wr}7pQ9h>x7p$PrBDUwYgiD@E3+9J3r%E}| zi$+{vM2(1F;7M{!1-2$+ECjOT$k&v*lri-f$Zo3P2W^>pEQauN1ec=H!h*ivZ!I0<5r~t?G6BE9Ibr1RUGw;DI=euiAOdfonWAU7CtwxB z^qr)5YeP(ZtAD%g6u?*^WD2QB(wRfn6tP>Rjx)~l2$TEEZYRHOpCVZDvP=G_S!RjGL|fb*G&C(@fU2k(&JU&c3PaW`JoFgd6ol_H#{U;ptxsn4X#5%URq+3Xs+!mu|1V=c1=wdm8oj2z zMM$`=Mo~tJ%p?{8-|OfD#T>Pu*~6M}#eRF@mP{&vEu%Wvo5|SzxV&}ucsHmpugqSC z!je8>j6#)|WVL2`db?xjG)O=Maa15Gi@r=YYpsmppCD6-2ZcB!5%QPAp=MSM)mNJC zrb+qbYun^}QV-=65o)AhUhW=5cbw*c>_&1fPjyYX)$Lz>Q#G1V%hCj6-Y8%ul3%`V zPqN`iOr&Gh%1aq=68BSuSiX%eunKrXe%YzZMbN@yk8-!~5E}qWf-Ph?I|ngm!PoAvXBi z2tg`(mI2~xaS>O?*71?K@6gPDQ$~8aaBwY_g*WC2>>5&4Yn5OBQId}@Gmq@39W|9| z_V0rQ=*f_lXe5QnuT9T?d{!;ke%WP`gVTutYN{N+W*If-Jw{9=&CD#M_%*-SjU2q2 z)wQ=bo6tAsHPQam49o$}ch`>m_bY#2FO@axtc!mEf<>UP&uSj>_+cYUPhL~Kh1NNq zD*b*y`@f436^g&NNq!(5g$)FR_CI0mY;Iy>LjOPZjQ=6~LPItRhaIyA(aY7aa9S3ptJ%kPTRO($0~JtL!B-0Ya)8 z$_Q9IslF(RH7Zmwjvx+a{-|X0ms7WxkWjd$bUB*?ul|4i%6Bw`1y%%)u(8l#Z~zsn z744EA7>qY3-L4=+eLP>@J}LoQA@&>oMI-RRTO#6+y?7cWB3>OcBE@Vf=K6+m2ZfohY%Ih}0T(Q4DRs<}6EVJL} z(7$84gO5jDLHKe!s4@N%@R(~HD$=;u0j(AAsIL#OQ|<6+wb((UAmhlf&ZpKbyuxVI z5gJL>ZX8(8<+ffzzd@_0s;=4KLt9_c1i4mXO9o2Orm%+@@{Sx~i02?c<}t*)*riB? zwS!R_H*qRf#Zo=H^LuhokrV~HA}rH5mIdB6AAbSDXW&7@J2pC9oFlZ;{dze%bh3Xt z89pu40}$}@`8+fZpJB_8Y@R(n>wSDaDBUdIU+eO}j>jHzeLd&#yiK+L z#9_?n`rNHD<(i z!tW;7So_iT2CXXBxLG@$j{eQ}i29p62vscMUlj*HYDnK4TnRttL%=+Ars?B_^F-1T zb_^FEvDC!U8H|{m*btLHS`VN4(wQwBI_imwl_}ali(kwmowe~#5!oTD zfPKCa_aZ{40A;IS@LO;SFLBWXU%!KO(~Xg7-sfqnha_dON1!1WtI-BpWa^WH+$cQx z{w_0@oP$?sW7&AqtF?hH;)QLa!~H!uc!X5i3^DxX%e2jq^f1teQ1>GNeE$ zR4?zmDc24yNbi=!oF1WCoNFx;JeBF7j9b1#gW1w0|JV}E(O}OI7MQxy(X64PS5JPb zqMunMptXMkP5S=3*~m`Nwu{eam{79SGk)G+?xsyYYO+c_ZDy`HPO=CJZrPAQUSovRFUg7* zu^5FOBA)#g)hLOM;yZ9aP||t*K%qeb1tWK?KDQt|jnryhnmlqB9BZb=pm#izmSe(> zQy^?H+)uc5}U8ttrRB5MmEQhVq{g^huk2{WC&tyzRTKpY+h`@g&3B_%`@fq;N1evZwc ze%ul8kjHi4&k3-TqPP%H%{1=m&k2~BpsXMeP<+k@Y5VfVu^%UkU**H`N}{jo;tA8Zb?YW`6w2J zLNcQw8zWXK9<2!;Og{VO4P7ZX8#}r_xdv*MeYKr@_2Q*Qn}*q<3CY!k$!9o zD@|QB#ZC*d?3|hvYPDC<-9Fjm@E+;N$z~VYx03Hdv`)v<@RP><$k%+dw2l13l5esxbW0V( zSMvRRkR+Gww&fxIX>)vBLQf^5XTPYTR^BUn)p1Ve65D$TN7uUti7M=J^k~vf7`CUww`vylW-T4&YD?fxgKP`JvQqtXV<3-rK2-$-KSzM7ZZA44N`^o zj}!E+8(QUP)T(8@Q)0e%2a+y;(q^K|+x<}$Y~!zR?fE< zMmcO~^@smRIXXJOVKnmF+C*x~^ZIoVFFt6u> z{P#jc=3Z8S7Leh$P3f-REd5On=)31#Wa+YBw%1iVRY8yZ+j`fmNa-ALG4Ey5!bYPg za=P9JBDIlLAQSKvn}zGeHf3%YALtvGS)Nae`*cyZFLVVWAKC&MlV0X3sjBXr9BOUx z`)crhnx1dFJHk@6R;d_Y@v-7zpXQ!3HH=0bxh%YBxj1As z5UxYLT^8X6h&JnSJd}Eze2L(!NV|hE`kDtnTkHLLthJ4ey`Pt+FE=Xb`g%J*OV@jz zRkp>eugo7YhzC>RvX^QqqKt0JU94#>8rYd=WjXo=4?sL4Pa zWwYD5D52=Vs_nXqynkA^8|AlZ|7ma0j5&_b(4sry5-vea&u8&;rM|Gy_tW!PA^{a0 zy`p@c|LYdstU@VpGcrPZP)} zYV0*<*K!i#sIL1iIJ@ZWqvpj->!xegoAuEz5gMDln6);C!YmyHV9&0EJ&frTL|9==~^{5EhS?-}g=ZGV5cxmX`g zS7M(3l{KiiyPKfz%!>reL9{65`3NtT>r&8<$}I|sP+hp>Jop?gWU&5sA_#GVg;10Sq31yZx2Yd zlHgm8idgcEsIcx}m=$4kLoogJ!GPj;DF zZElv0^IQtkJ#5fJr|YGo6GbAGO2tr$>yK$U#i2t_c)Mb~$6l$8Hht_s^2_JF7GzAG zTR|Y;o|I5jROUfP!CRo%CUaqupv`3tQK?kA-@yq{NiPc;MXL5?cqrFu@b<8j&kX)d z=F~25_4j+%SzcQgW21;J)gFcF$45Ijc3r!sYNRM+GWNFJk4tS1$ahzr*IYT=Zm#Hb z+9&vw$T~!g`GgWyQPaXku%nYaRLW&Lr)2V^EfxzSpUR}Jx|$0HNBdzNOI-@Crr~@g z9(QBp!y%lsF*xk1c~gOb47H1fN9S%^lZ8^vRMX%X+B>-^!_!f{SVkGIF9kL59SSlG zQ!_uPxnBIn-B(Kn`{X))Cg9znoJ5>&;If1rooZ;7$z+klW4~XivneFM%oh}$uv+sD z0EghqqO##D-4HJaWo%l>Yqqa)y;pV%%8VL60n0{+V z_vwyE4T40hm~qATEjtggRjyR6{%2M_(R0x-@$cJ|i)$u>*{q^Bq1NZp>TDxn)VMhs z>{LU7b(lstijVA&(LqW5z=scX9w@t9#@g2er;tS9i5oHgbjv7@skg`*Ng=!0||4$<}=eajlAaE6VO zgM`BnTp9to$|a1Gfq#&jCBc% zxVs}9Ykj-_oo8h+Z?S60r9!&eI#@1OSD!7^DF}{hLLu4x8@U{Ayfzl$f7d^9qss5W zsFkr9D3)t7UnMTj8U`r@)Y^b#ve@h~B2rJZZC9VbT0Ts5bc`+D8u>2Ka7aij??oHo z^NZf#w>8Zd-_mzketzaU37%L9a1nry2>LhUa?w{QaZGDfnNDRwpMJjVBKn>1eAv%r zp$1-{BoW>cTA3eVY}eTY-G|V76A|In8ZqZsWu!8NKk#D%<&eSo#5e{z_<(&ql=5>{ zs-k6J6bHD=8*BwLXtvVM)0G6Jet$jpo-vQ0hUd^h`M?jDRXfh*EePOV<3L#YS@sEx+*xUA zmAe&c)6C(@R1OT?0~Kt^o0?j8$>G^Dgp3hd{znMWAWTNrqT`98pgbi5$smx)8m%-s zo$S&)U(Fa@S;5VyUse;Tv?w(iU5*jyeoQNx64(>)>>K$qwKfHGGLc%XfNbJTcE8kg zKQf02sUAUtMvt{q(Wo%C=s(+D*Sycv;{zC@C64Dy#LbOEmu_NCh-0KaZ_khacB@;r z9IYE01RwO|T=sdtyqY`2$NYeh!d z<$9~vILMxe#N#+v2b?asLa*>xB-bVg~KBM=p%%g-s;J^lr*Lv=yA>Km4I_>8EtKZ9RnC)1Ep_j(mif&qo zzR#Zp#=mK2z&V{R5vA`h`*E9n#a&NG0=D`FL0YO5}9XNJpWJ{pwzY{~n3?{C9pF7?0{pp)XOAc9XG@C^8 zDpg5X<$U-zygzZ2Hz6MPLV`%0Pt`#)Pi17RaIi^^P8GQXs%>DG)A_k1Tx8Mi(NIV; zEamZPt|^v4AKu^uKR<>Z?9zt3he6P_T27o+kfa|a(Af39A&Ox`J?@X%7b#Qie9pCU zSw>^=oMuoFCF(~>^s_8FfZJ@X43>uKrRlqsaf2IHjCH9OSyeQf>6j8geWMu|&w*t~ z2M(s#x1&q*IG6oK+@_kBhZcO^PD`&AhYhiXSuOwlQiQ{^h?2K2oQ67nZ?KI#BZ_7M%-`yL`PKk1k{| ze8ekbrFWjQ{F9{O*4g+d?7ka`{>e?NR=)ryyx8vDew}vf*{_E)tcY59s!Zqc`Jrad z!8(KDe^cMDI%k}6l$T{@4>HMe9Z8#kP*6}tf?Lx0@gJ~e#cAln-@u0h7EU%V)zp*? zjx3jo?_+X?@0bF#Lj8i~ca2$m1KCtP4Z{&^W?&rX8@iA6SLzJ#*-2@me@{BQoG+uC zXHuSsYBp2is{zBCJ)SLEeh`gCppgG_YbHo18Vn6LAr&s2&iR>Z(heum-p~5nX}7$t zyP^5odEcLq?`KGDHNN0soF@rmwjG7pf=A3#W!3Nwn-e6tw72`2QQ!i-SS`-*4EZwh zrJw1bW0nxl6p<_8$ZS{p;bCrk7SKWl!w@_9J)RE4`QH*sW#Z3L$=&SzN^c;**E}{z z$62^F3aDGXz?k7wayN!QyCeNLvT*F4EM4Mwzv`UEiqlAoj6Ra49pP$Qu$WCr54-@@ zrslnSHwz65hhvmOK@J}yw1wo+zZO72g+9oO#6s!7-V5^EtfsWsFeak8Qpc1k!XZ)0 zG}igS=IZ7KNf6OLF&T{g)7jq`{@6<_8>8UGg*Xz#V5N$?-QOCRe_1Rv-Sc^xH&g9xDzE7#QN z8+xJpbqKh8DV$qE-D-FTX(XM4423{2{}DBsPDPf^O^9FE2U)K+3@3?~%mO>#X5(-& z%?YKlgAA}ih4XUL84Lv_U~w4d+p$a==aV-)>J~@X${#Tjdk~jQ#}Hs*@onJDaVXu$ z&+VTOflR1AC_}|$-NVtI)W_m-BJ0UDFKb96-Rf)BO**QiPyw#Lx^uWoWL;CMHPDUP znK_@>N1+B$P$d~KX5nGrSrDT3YQPTwDfl0E7#u>iKal#{dQyNcK*_m>^VN*{- z6(Xe)nOj_XqM;y+zQpIfI?eOCcSki+K<;76+zQRK2&2OBG&Vx?wzxqw~XkP13$ zYFeEnn}((Q73~6@QCBKV`~bXJ_TA=zZ_F@D0}PX4n~Y@EDk(HfJ{P-ZJ1> zrGSvv&=?%C3RtOGoQ@5`qa<3UwS09l2S`&%rCLFs#{=otRP+al3>pF2nxhO0ruqDvgW}~mJwm)`IzLxM?r7tvPw{7NwCQJCurUaN z7dWY#*tl(^^@@Q92blF!*YVw0iGM?-4#^BqmPVS`M`kfqGg>CS~Tr7qFjecQ^ zeiFUW7m4&}u+_5L4bqUmWRsWHH|C%)d=|C=l$(3vqzN8}&AI2Hm_9x?q(xLJjt@VgO96`0Kqp?o6;ksbr@!<1i!w3v;L`F?qGa;W>wcQs*0MI;f{7O(TOlZ$k$}0QW%nz`Vz=AwCx1ltoz1YDseflz zc<&HNl268c4U4=%QXdtIsfgpdnurnWh$a(7&dQd$99+)kee31+<9?=74Ncm>z~JMf zVR2%Jt4QhqA_S|pCOGsHx`EP_22_BXW|3a!VI?BKdA1Kjn5#RcB&PeYgwoVMDmI5Z z!ey4he97W>eJfr`nDK%dnc#()IU<(zA_!t7Uz$bQ!(aG{)#l+K={mQv$y5d%_6bqB z-;4BklYOW^QH+~(>Tp#QyiqaXTm|yiPoQyB*=n_1bCohYa3Go&=JWp4ZWcKlYa|e7 z9K~4_f0jU%fSrsN5Hg;eJgddv#WL}{F7sRE36F9u8l&gOggbvv7%mNxRS9M|Fcy3E z1--isE$HLe!sxPt*)ALhq-!Q>4#vKi!7^e#aF*kjBbN*Q>XE}hP?X5C9@qQ2!;pKu zP;3oo4mfB+vX@I}{su2o`kJ+@5S2XRPj4(?tUse& z2b^Hwi$`fdX4OG7o6r4m*DS}cd-(c8t3Y&O0Cz4qwS{Eu@o_u4e_Z5QBxN4-wwIl8 z8z?x>$;isOAW;|WkE9~YWhX>$KGVeadVnIAIkzt!^(YIT4RGn1w;DlhL|`+3ANSUg zd<5#wVB~pPF}g|_i|Rhpk80P;R*qAKwvqqQ3nDNso;#R>Gz%6Nt=!EWAF=0uq`DM> z3@qd55F_tNB$iIkjJ+RXjqU~GgXes@BwA%hm0o}Z`NQK=kLX{{GF$>E{-}L>v=w>! zbM7anYF*H>eGJJc_4@ieo7d02JbL^$oNM{mEHrBzsLu38k-Yl8KXS(gv#6oll&Pi{ zItu#LOjnD>y{Vy(QpkvGPgicxgS-S4d}Nq(Y4=+unIRqv7hmuL5DGx^7<5_JtJby+bTF|X{rnI3z0jU6foaJJG z?k~Ej%Nq|EG|pzaMH0NSsV%#MN=oI>TL}z0DwiG0lwjgdn+sBhS?N#em~?AGh>@mS zlS+YVRYiqNtf%E`7O%h7^24!9Vbf4Ew_irs_l^V9^7GO+`A+0H6o$Ldm5j=JPG_6F zmfgR=cpj6CaZtO%0PH3ssP)!33mX{H@>=E;t=m_d!ZX2t#}m_0K$lF58y1L~1Pes| zq3xuQMDQU#Aqs|PVY6BeT^3C?arFhGtIlea-eu8cEw|XFy@nWirF@^v721yJN|p%z z(iATxLe5jJAuwfNb9VI|;KFw?!HfHZ{0t5;%^{dZ&A7@TY!Zy=w$biFwpWCD-Kf!V zC=BZHd8b-{Hnlo(=%LZ_N*`Sb3WjJh7=)N{uz0i0z2>gVQ{Q%GOyl!kk$WP{dAp-x zst>_0lFeef^~TgEx0;EePS(J9%8(Q->&23bj1{D!M+s)5aLR#owkB0FH#WtFZg~=F zn=8o_40IQ7LBiaYVRpOasqe|~&ykvHV9;!Ag@i?}BAvA0+?gRyK^qx=q~?9i2azbD zJGs87p1uJjj*o*C{KS}|`4$T$wkq8NKwcj&L%g0EMNO@&hY=cGZSL*DgM{-l=n=(O z%+<;>G7YZxnsOd})S8(tMBb(11U@VVGy&S#8V>HjCLoS$ELo6I1!+T1aQ&k7T`=ZmFz54U}fMe1``LDWjPV)UOAZ>Z{Nk(hr?Fr#6T&ggaYwYQi!{j4BG{rMV5 zNvT!Va;w^EDj7NxyXLez^)3~yM6ZX?zLDcr>bP7 zIxjVw$ZsA2Vo=2jQbG>1qP|dYLr_(xU*Pkii%_YE+hc}io&!*tMWV*N<_;G2} zOYCx|hBS*FegY_7sde@q^@jzaE_~fd0u_N86`z_R2CC|~PDJc-)5Q47EFB&7$B-ei z>+DgUh%7^6BkY79aOXa*x`zPjQcvQ}i%?Mq-1`Hzy?zeiP;y%*DLI2Tw+x1*f%?8$ zhx(dP%`{#z=2bUmKcS2Z0A=x1l2bS&??$hI%K&0DS=%7|@Q6i5zC+T8)Qn+Th^?qp zp6tq_XC)8s7KHk5`5vst z;^d!2j5_n-y#*^SIV|AfWyRoaCa^VsXnt6XU}L+qw_0p&1HG zq#f3KCux99p(pBVSZXT$30@3bZu0OUYd=iY;(>_m+F~%;#YInt$`$bzt2qU z^y%{{5fxl-x2-kaXs!_+QOj{#BK@8Qm~j`HB10UQVv6YoJcK`}dyf!<8sKPPr(8*1 z&hq~bcW1B&jm0GcJb&tQLRQNELss-HhBss@gF&MzGkVI$c>Pg7ct@EcV&4ViisI@E z$zxy^VO6tP=tktQjn9`1xivCTtMB1^T;nRHf+aVdm*{WH8nK(jmg zjGhnXtO9BCn{L}a(4)-I6_G#Ww{k0iLxFwMIf)DK;Wpk%4*J%{;!h9!Kd4WnJA+)V zGUaoG3*pbN!MA1ev3(q7?Pxsm;aC#6oTQN6KV}FYrFKrnbP8`a%a4XJ)b~O0P&^T;5vgw~DaubJcMuQp_1q}-P7mi~= zxfjU-Czh+^w-}jwI0iGc-Amu{W+s+s+}Nx)cP>_XnXgGRO~MQPU!QUoN;%jcyH?A$ z^Ls{3Y2bLu=sG``jyqbGIa^~fD}4D|WGK&b_x|Ovaa~>sm5N{E0|v#wEoVed@m~Tw z)F;k0xq`yrRk>}DQ0Z~zAe|zzukzboxs7sWBAclfX z;eJEoea$aUWV_<6gNGK6gI$=!+CBv2XgPkd@AXt|wTTUXv$jf%L#VUBE$dSCEQwsX1Lh%yivBls3-?88#VQ3i&K;W@n??tA z!jQZ+Yb?iyX?m)FWQD*nsR5tKKIPT zU_ta7th-s#Z^7<7>+|zpIkANx#Qh4*)8VlRimfOz%u+-s^y!^W;<&R$4H=YT125f5 zp;n9Bt@VFra@_dKw5luJ6vXxPGB~}bBAs2aSdkg>HV`wMlvxgxBi9o0*|y$dgQHO{ zJ&5b}-lpWLJbcn}vvmsa*!5)qzh17@J820m$>#Bx*J!oX8ITCFm|VB(y)20&yT}uO z(_3$ctXQtfU4$o&^*v2z=5^I8nuE1TJNqtfq}o4HALruG}q-zi0}(TYVh0%XE^y#@}<3#`qH^b?9<3E7-nSLUl1So_b~d zFuFaqrKfab$IhQt0mGB}p_h!FYL$mML25%!ls=FLUpOh+rbTdB#XQ26hK9_S~DfS6yp0;`H>0CQD4p3%h+}8v~(DM zgb(YTx8-W}NV!sBN(n+6|NQUeRC7?Ux?EcdGkDYeUC=M9pB381ACmCbi;~%Jv)!pQ zT`$YkW_(D3$_npa!e}hlCnTc%G|z-yLF5;-pI3LYZw)N`e;WKP-oj_T@DWkkm2}O0 zUk$A#mA)T2NOlf`kU$A>ba=$`7@HNvg2zdPO6Adp%d(EeaZFtZ4vBr|mCbsq^t*wv zh(@F9UU)Eo-+27R`N?I-rS2sO&P@v6)=6umU)X{`ICSXAZ4mLb@IB9p?4f8@Am*7 zY?IPMuHR{BN1QmZ@yjdR#s>khud=r1%=i2tSVfh&)_4cJM0lEv#2G@Qui-LuCCK$B z<74j`0W^!AnO=Y$tJp|?twX;bL?HuFMtZf6>;zmOjMq5ak4K!Vg(7Q*0luYHbmpb~ zH2;V;7sGsF2u7nNO)Ujw}52F zlPWMUeJ&=4yhd)`4KWaHt>f|B^RD2&a3O-JLd5U%8QDlgSb4jw!DgL}kw73X#E@6Q zy}aQ$#^*8}+GyxH7uL8cXpeUPIdun8bS!%^(OCoeGc~z~n}MpIogr;oxfAhH0V2+I zbJdVkg|Zp}28+wtTqqYbjI?(?@_QpiP37re5EWTRGrkUcx!Fo>#syh@w)b`f=Srpj zKLN3ZQHiHr)^Gi z+V-?HZS6mI@7sOno%{CeZdS!PS(TYp8JSh7_#!gB&xau~3Bh{0zOEQVd8tCNAXW3n zpU0*klOu7+@mxZ4_NhVF@+du7f}X(%%$FRAL~H$Z{NaWafzvIQ+z`Z!t=Xr^;GOw; zR(ua~2I9+nO3m z9%j^+GFy46$|3yoprXa}l#8MAfWnjb&{PbRjYdrYFeLl<(IFU!>A^*IWuvzEBDYj@ zTpS?$npDKXij-?pt6>&z@Il{$jQ)?Z_g~2wive9$f=e$PZJwgxu#XY~VB zU2L{bSa*oH95bqzDPN!O-PE7r8%GuX!*2&3bKr~Dg=0G$D>DPb0O7^&N)oxwJMREa z=*#$dW4pCRVQy&x0bi|SdD8Z!dyYSw9S&RV=U?wP&w1_(P0frjc{m(w00>oRv&ktu zb(zCrsWe&MOe(eN$VE^i!=fLZ-5PamyOGI&6q&l$Rom)sC^UdHH7&6NegVPt4Ir?V z@FtcTV#|wLy!xP2$RYz2peOKZ^KZ;n+{^u9xd1CoE?(I}L>Y<3j{67OJ@V*0^-QUs zU45W$(YySZQr#ietHSOi=5OK=C=?$Pp?it<#Zk^TJ4~6ZMRUJUMk0v|Lu3UYm_m zIrX=j3soEY-cZ4mb~}V&Nv4wC_aK+4#hJo|^@$p2>}!!>Zmzi%4@vc_NYunLKT_(@ zuP*+qIj?81)geTex%j-)?9+!l*kv-QrPo8kt*F4S4^I4=JHYK#SG(9%3w6X&=~9~S zB(gM>Lw5Q*HKpl&J{^gs8lr}Y(3+|S>2@#zy`bHGGtfs(8*Fu&3{302$W-Ja?6!}& z8~YyP#{GW0`J9Q62p@6ryDFv7jC0={_e3tCIsbIB&;7QMxS}2(EeW2nQ>opR-muTN zR6Ux=RG{3i3I;#1pp4U@-!=lGsm`5U>_)HOJj7Gb1z6-#1`!m|v^fU9JXH)*{8X(( zA}-Wd`&NoG5Vs~b85Ri{U*O|bv;*Qx47-vLlSkZsSm0t@aCo~B|=LI~O6`|JhQk|L&$7lm4*hjGdD`@&DO-5PltQ*@#~ z3%Z7)A8AoF>VYycD&wo$&00cCQinol+< zvpyQ})$c0R(GMIB>&yo`r4)BaaV}WW5H2~?lV3TfJM~8Y0Vv@MOyej{WLoE}B=96tEUzwe{1xR~ zD*A=$IU3fuEN4Du*^tjyjyM=(H2FdAEbfN>TgbhGC%3c7;koBhD^unx|!7EfvA60)Fis@MpSM5%wfl~9)*Z!3KpWTM?d zwOSp@nnhOmLKn-B^mE_**g{kB+|ZQ-4Pqv+-cqeq)@3Fe_E{kYgW*vP+KHsByL15| zQVzn-6aadrAtQwrLj|=!xUhiqC*I{_ZxXITI!5FH&`)UKG8!2xGV&m~k;{lMNE-s2*(WXQE$DF2FxlqZH@p#HpwtD=3V?wE) zcyD@2+#S}NOe31ZC4#2e=;;Dxq^`5QJQT#DjW%X~HvnW*Ci?Q7j6Eas{K&P4epIAV zw#BXVs1~4|OMuR2p9Uh`*Rb5)_&E&0XG4D}^<73=nertm2_ae?rG1;3n#Dy58e7#3Rmcm+}B7iLtcZtkCynuW``XKX)Zd z&f7BK8*Vl=@C<8qowXh^6o66+?4a@4#Ln^>P-MU~jkgrR0%rR$FZ8h!ct^S!B>Q}& z1_JA)@f|+8G3REdOBqTn4IwcFkHZn!`|^`p^*Xy)geqehG655HNr-MSE1CtLk93ru zNL!dpKt01=Up;Wp&d0^(a8WL$2?4O4Iy=Dx{IQeClSlIp(-rMbffIg@II>f|*!$Kq z^g9GUh#7^Bc6yr}7#};@!$b+0_CpN^x=dz_m+C;rqlcK;zXcl6wRxY$SzaNR3mGS| z*4~yUxTVUq;QnY5RRIv~*Gv~{9?U8D4Yed$P;H-c&%E^}5GuC>%(wgR`KBe}zLJs6En?FKeN0g6&|GnLk0c*X1&~ zh=2P9%9H;IEW3CBumpW)MD|DR=kDS*_umQQJK*K{sQq7a_fEeNfV9Rax6a1maMRSe zN^)GmLgdjNwfqxsITgBwL*;knU~tg6rdR8c`b(g9J1ln%q>u9`6$y~aVJ-~L zjN6Py9Tr=8O-ia|ObnFw_bI~18^^8heKVlJTgQy2)vX1WOFfnm>b9<$whAEgo+>!FZEL$Bz$Nrw{R=c$1=F>#7N^X#<) zp}>_#cf!2hpRVqzc>Uu?GC3b0t_7FuRI%<(ydlGC6tvj1C2lX7(0;E(wOYLe9uR~& z)TBPS1bZ^k(-^2MWc516zc9TQ!L2;qI9_M@HMqE?)X3HfFKV5$*WSowF^jvgOxlmO z{CG8~SUj%qA1`I*rE>LnVX=1H>Dv#-<>PHZdY65tVPPSP?|I@cX&J&)JpC1Ey#3S7 zNpQL`j@=nt;;wwwb$=+#8WW4|aG?g}3G6MKB--`s*6CaF{WX@Fe!4}^$@!#Sy<#T7?p znB`N7Meg(jMC1`~eI)&O2uwjO@9F zDDY&{>6`@7wXKk$-9bYu`sg%cs&EFlb~#(j=kDA_fL8(CcxX@%^ig`;59Sqos+ z&$GrBNFI0zr95Y^G^uXI*P zp_os1B7SOa?=Z?9YDs-T3SNvolgTW4pA1J9$v>e81bmeT7R)3G&9X5V zaM`TL^zCrO1axjt%!7Szw)*_Wi(qZ+D0l8k<+Av4Sgt}jguX)5H{;s^3ZohJi>*;E z*QYK91uPbjVfX1q0XXg+7S*DS>~<|MQDSz|tjwVXMEG zhzy~`&(%{LUqm^Y`6l21+1+0sJBwaXW=jPi05l>1ltGC}_1yGtg_FJAElsoT{O+?@nZ_2NKQ2Hu)@kpD4NPjsz{PL31-%JGk42h7Afn} zxyU^uWMi3f6o+OO?kT@ovdkgPLCdBK5_u$cQI<`&_y`Ov3-LjXK9XvGEHPsEd z1bqqq)Vu6FtaSA0t5*O(*VKl2yokHG4q*><&K*en8Da@@h7tlk}TRp?iELgq`{lF4_tVtN;3J)?0snQNprngPX&A5s@{9gzesKl(3SWPIeHnC{-*0}C6Y4WW)Y0k>3tWO; z&;sr1-uWYQC$l@O{SHCI9q;qr^(W-*-oB~l-y>>1zbAU%=TAfg@LZ1-&@MwSBjk54 z4FAKR;s*k)*(W*i0{f6fSOTqa1mcTsJ|(XOP<2}m&F#~m4PeAellS>;QGzv(bx_Dm zQV|HTL48=QrIu;mf!e9p#-rgl86h|Zh>^K+(0c2K&$7_oDJ&*x)=^3-m8S)W{=gSj zb~L0pp%EjK@b}gdvT>z>zg|`Xz@tFkAP`$atp{NvMlI=u&SP6k!XI*2dbG516PHqjShwT+5m@`n{XF?@gg|LAu>EbOQEyGa1yo6 z!|VjM6M)=KL_J} zql$vwOF~H*C?Tf^mXwo&NXX7aBH(7G=JPf&@dO(^x}}PS_C}oJo5a*b92R8#Dyu{G z_b)>JYAb;@F!|86MD5vf1N-W|pz2xlLo?|0g!>A)o6a}A)wyx?5&&)NFN{~D=Ip91W_(^A`YQiZ#C^_@m$k4!3O%sHDQKEuwI(%BSXF0 zduk0EAQNyk_6K!aT)OOCW545f#*FnrUOzXfhP?Y zWRqFCE|W({O~$ODd1m~&KFmaEcr3j{OBK1;bmY?D2TIV+mG=@%xkuLR)Kx&az4~ot zCM4KhXJ*?7Q?vG9)G-upD!w(?llR)?Q4(6w>NQ%u9_~ z&E6ms(&!kIdR)KMO5Wexe-@OcL3rh53p$WwKn|%T_aG~b1xFdy_+vMB`}xctOF(Cm zsdK4-$+1xUL{!cpqwuWnN+Vx~I87ti0smolViPz_x#@%u^ zXlX64H%NcO0}zYN*Y{m9C}qZ&5)-x+H8$*$j;bK9oPS(l31+?P2xUy=%C|W)@3#K; z8|P$;YEi7)$cnXJF3gJR)_`~Pn(o%f8<%dY?vKqiZ7=xzG*^vG1-~bXs0tSr=`1rg%BWr9pyVS=NIiL!eQ6A~^l*h_dRZA+XU562 zQwjxZc-qPIuAg0x8Cp}>l*#4EN7EwYuN!R{SMn_6o6q$MRIwk92>Jn|J7jkeqU55+ zN2_s`f03mZCm5ho4m-2W%r*VyKT9(+BWt8pps@y5$hvUUf+PE!O4gD~1*p=9iWx0a z8KgzK5tIvnoe0p_ab$pQ(4zon%2XNtPJ&E>EUg>rI3URtwNL>!4#MAMEx$ zbXa+#=bYLos6)stP3o?pF`eSZ!^ z)$w;tX3vh_T>PhZYucH*hE&(+xCV^F12q6R@JF9ptm}AO1I6K;nzp*G*7+ULm^PL+ zt^+s?eO1Gt3x5J^0MHRZaoSgl#BQsMDA^;j2;X89kxaeli(@@%6uEaNLWg$1p(hbk zid1zVv~5PnG4+I1Mn0*bEA*zl;2-)l1V%>+eo%#_ii{;Eay>!#m~$mZd5j?Axrb@O zJNjZ7><$Ps*E$-7I6e4Fo+&j_VnbAPZ&8|MQ}=`+8G)U&ip_C z4j$II8$&{{JLZf)!pn@pJaTfRFaSCRWqS=%!ZV1(6ip)zp9u6;MvK5XC=Om*5DxBqw~Cp|bBq?; zJs~w)ID_eDiPR?c>h0W;4EN@sNF?QSUB<<5wz16X*lFFex}!H^Vg_wGVcax2i(*&0 zkC+M+IlowQY8G^)u>DJGPq|Of_S&|WiNr!}Lqi>m%>vUh;a93o+!e@7ZZ?JI zayXt?)uIZIZyO8MRS;Eysh}tamDOg?K&`=4ndX+9iR8TU(^jR{NQw4>Oqtva8#PXb zg_|@BjTQ-78kG}lo1|FeU^Yia29aEYi6c*2a?A;3HLNrl3LJ1vqfk$A$Q4B^q5_W_ zhB5`EMn~x+H$f6}efXy#SvM&90<9f3>Rq6km{qCx53`O&>;+jnj5NCu1fHN+6tT#% ztW@!|b0v?vX-wjK6hn%3@=}TvGM5^D61${E(qkfj9%@1YulSmXitsOyI=%{HPfYCy zlg~3276_5Fj+DmGQjqL09V-NN0W|YCTDur?h-nd(!5NV{rsPCCgSpUX>9iJ9SrG!H z`eE&|Ka}7{FpSmuLg}2K=ovJYl<9!vSz$Ws;rrgrwc76ab@ws7544A*(RE13#E-O5 zwy#To0Q4tBxvhl#8GY6qIvdP-*eXL|v&SNnW?L?$E2ZPhA$8)aG+8OvlVr?gjOIoQ z0quO%PQ$z=b}Xy)D*s14e59^hY-xEur+&QsC?fY!ghzw1V6XCMm z6A-b1ZeDoSUUbGfQZ$ibFjlzbVX3AQ$40)?W_nOjB-J9tk=cn<#Uy0W6JcuNwwhv> z;RxbV@+0{VQOM# zg^{LIB%tCw?Da6**XStXYGFMQfar)yBhbX?$b==4aA-+EBm#cnB>okVfH#SmeGmbD zMj7I=L=`D&vyspbzv+OQmS*P-oaJ@xHf)`{GSWyE)fz5cn^WW)S*adIk~4vmyxz3A zz35xa6i-8ip?yZ`1p_r_tOW~?QOtBU_};U;#xuzESB`D?CZ zI4K#XlM1wS-j^1-3R)uSv&d|9CM<4_jUBSe2lYjiE^%CLA}+cLBTg8a3T0`;V8Vz+ zq%PoBI%jjDHuLu*=xSC#$q=!BcP0JjOB1O#KZuf6F##8?y}(c=FBRZM0JJHUSPH1< zBIhZKqEYB@G~r8Pa#ExqB)VTxbJuuqH1SJfVp6Q9R$j{w(oMm_qfR)QVYQ}|y>DP5 zO`i=p|9NjU^f#w1noOnAp6J8BHc4+{%KoP@sS*kHVAUCZ@P1|D+t`fKox*5_|(Fn8XeXAKuy($+;X&-Wn(vVhA^cA29t8y5i3!7sk5l622?5CH}&fU(^ znVqbfc#63}Yln$?_IQNP3_}qcS<*4B?$KJ2wnb&x@*@#}CRTaSE<5v9^P+4NpD+p8 z?ln5Hh5Nz@dONXhCP?O?yp?4>Nu43PSc{_6M_Ki(W<;!eGtUb3wJA-Y$jHQ1=%Zc3Rm~cO0JC+M zBW}bG7tZ*G$`yyIoeX4c$>#F3lg%1M8--Kr(rQrBX|Ryz%^TMUmWBvN)rpVvUkSZ+ z+xCqCTvY#8mmCf$^*@RqFj(66qzGn#Nycz59W7JS1j* zvU?eNkxFh=&S;~I=&#HCj$H)JnsX%6ynqVA>B5vxO66ddunfRroQ;H_gU!7(i2(%4cHS$FzTwgUY+h!BU?RXQ2L+{qLAtFyH>1+mKU(_js#0wm^sE8YniRuN$i2DFbIvnT0-SlY2ULPI~r#i3{K30nhz$<{frG8 z_^2)3vMWvXofxQdCo*~_b{X-1eNbi)JE^_)v=AH@CE;BS^2~yW`S_=YAd;Q>)d_50 z<+%VYP&g`C3=6eZiNE|Mf%$drOTRPefMiEOEI^N1kR27m3PR6eG+cl(TrgwIK4a|uUg)mxqJz_cgMbxj zL1&WU&cvWJ-m6&rfmyt-h@`oSq?wV4v!uY_p@LnxoYR<`fK54zOF4%RMS*aNqU2A> zoYiICe%fOB^yxuqm*<4arS$u=+&f^`Bfz|5F;N0O%jXAs>4~|Bhzv=oS;gRQaO|Du z0Vz=#(Vx~6A05+^y0wvPrEH}a;ia*WWaX5yfDnlY;=50edps2!7Lste8M!;w(#zjc zq7oyCwAr8Ib(S}@so|;Nv9ZKUF%~b_&9|TMi;0VgNzA1?u~LJR&Q?-Z6MvYG{@!=} zyM2x8EH2A$B{hN|TL0n6O7~JhGEqMnBF=~@dWN~F$64B`K&?&P*xRCj!=eMPE$8}! zt7eU*CVWQgJiwsZ@-s|79yi$&kl)@P>M&nLnY#8GU`pwyFkCQOcs_ zCzi>$Y*e;$T?Z-j(Zra{ElK8Vjv~hP65a4wnb~6P+E2z^Y-Y7MC|NC=-yhQqCpWZ# zar%$#IL;Q*duP9!IgiDDh24p+8YYFenn;-~ckwubc7tplD&(cWOvk4U&a|y3=4KUN zf1-r+n<>s6gvgehDExw5Ox(vtX%Lq9oocM|g2GD5TM^qzyby_JHNgZw$r!7O%ZDR9 zmp6v6|G0CJn8a54L(EDl2R@5!I{?UmY;yY<&-TTKeSP|5m6+66ijPlK;z&w#!))RR zsAF%-!pc;7-oTv<4tpw;WHFHgo5kFn#tMm2`~9@8obkQWSZeBr1R%SUiB(yb2=PnJpH1qa{=t4e({+E>71^07If|r`VCwMFJE|jfQTr{2Kd~H7& zmfQ5qby3XSvsG<+oGTPcHK@q}x4x_l#!vy|8^d;|fMT#X7P`3LH{_<3!W zS@+#oDQ9U`z7-P{>bmq`e%OE9VI?!5C<=v&_|W$%jk*Lg6qRYicNpmT|ICBZ)gi#!ne%%exaP3-~1Bq1u`i_FJ)&ey>-VZQe<2VL4;-;;GX9A!`d*m&+cf z*625oJ3&?)=^?&55oj|}V72q-vBIgiYh6iv9f4)GlHy~_!Co|@gdYy7&~S?B-EK3p zzY~%J)Fh?~?LG!zs7(xy0{!G_OX(8pW-^rM*`F!1Baf0i!_S8vNl&OQ^!aM-oTZ(A zvktH}I4#yjd}}z6pePrHWvB*y1J7#Gb=8h~?o|vuqBB|VLsWDj0>N+JhxX~}5*hrjY87h<+EnB&8&fWeciGt|qY&IB9ZJXq9rx6kHA}Xxrg#*NRA6K`6CYtsys2i4<%nG>$gq5N3Li z;ekp%5aHznay?G6G%>QwF1DDh!a=Hl?$p?0Hf?~oFHz=SAUj!_5ZM3$a~pGr@~7Ym z++*4mATbwQa2-c2Si$Nf2vNh{FLXe(Z6( z#nZB+*R!JYF_e0&d%0EYW~UBqkDk!2NVJ8gwX<|VjYO~WL4a|XPc7p`EN9IJ4rfpm zu|wAR?#+&ruJiT3`#jD5wM^7-T@C{;e0$Po(q^$zEe*SCJbWD<$l8J$nP}mq9C+Xe zLuKcZpq{#kQ`(9v2WMuVTEy4zRwu~n)&6Y4$8y5Uap(sdiSLkcgw<7V3ljc$P1N7z zvr@zt;~-8p6Wf^96LI3mwERokd1E{rx%_!g0(mdKa|)Gj4e&~TmrjXDJ#f~`r8JBw zY~Mb4RF?)u%803*K!Oqwm6(f@suejBFN{)CXUrxT^5AI=7+|=je8+cdh}_Cu98w1^ zsvyHb4L9RxMGs1fQlWqcm3hT-f0PyOyh_(?Sy(8i&;5$XWINia*U@@BXUQ}+4h)4t z=S5mBP)}x#RcfSFZd>0K>=<}6QD3%zK@?l4265sJz7VtDQGR;NWXp|WBE<02Q8cB*Nb1$0Wp9b{90v8ul=Ak^Dc+(F&Q$@BSJWH3esHlFR*)YS}N(FYDd8PGH8<>$?;;mQVeNl4~B4g;i0X347l!eyCrg zH_PU6Q_mZgR}Li^6loH7E`>LDEmQkr5)!C*raWCH6DR5JVGmLl;9(f0@MlUt>?C>6 zHyDWYVXp9V?K=ZqNid5*&qTZnQO`8a&acDjV{!%lT<`xK7BAH-tMCBwepB;)hbZa@ z2<{7#HF$#zFAPvJH*&;+V5ov45zRnnARZ=#5uG?z4l@p;W#V%NXK;~dpot~Ytf!78 z(QKgA+t=#`*5qCt-@`c_!_w<_QZ>J%*uv^&AN;k+G}gtAz{%Y)zQ1zCOLOS4_w=Hl z#_M6Mx1T?h*FE7E*8Q9aN%KrNz#kUjcrz&4*>DSWE$9n|h(iO{(n{S`*9V6dcnAExSzZj_Hu^kESeFMiHY?r(L)_MH@7yNa|n)tH;Y)Ahi z3_!I1*zo56Wet#-!P?Q>@_X%j4+u#{LRta{7#J963vd8^Zvu$|fdB*lJO9&xf`k5Z z5MW@S;E)iIkpBn@8WtJ~3I+-i5(XXy1{MzBAfXWu;o%Ve`TsrSU-Eyc04E$2B-Fnc z|7Y%d00e;NKy2MhuV1`Ywp5)3RLLK_kw z`=Fp8fXsq}fdOLs0m6a6kik)inS~)xm5m`uoX}W;l8T^6MVbcDRTgf^SWTRRp)SuRfPp~&J6r#Qv;PlY$N;`T0CfNc`HwGP5Dx%>B7=bw zGee*VD?=JPp^~r!L7|Bx6*Ub)ld`JZqMJA`z+jNE?UUdAW9>gU``=?M`2UKt|H0V* zYU*qKOcP-C96pRMaH;W(8U9%idTAskYr`)ol_UQ%Z(`%}j24As zqS;u}IrT@57g_ZO_wDqP;miJ=>EPQ_)qbAJq2$s{8zaxC{k5g;wD#Ag?U3R|YJFUDCPL;xD55IWq!6Jt5;OYwuVHs&8)l=SQm`L;HEpi!bW~K|2COeO$ z{M1F?0$6S^rKNPG!YaRE7vhx%b%W`75b}npU<>`U+IO~cSLv#t#j0Ry zBZ>|}XD~U0;50H8mT#lX5Q#}lhKgV`E? z?6Q!YCtB0=SO|iuI9ePWOSxQ51dk(MYl0Z9-$23NKrIfjZ8cXS^z6lpmeDJk+6A8!>i31XMxS>x zixOQ4aGaK;l`p1WFv9PCo*@SXA1H5xm@kmh`Zh!UEY0$?BOR!lySm>%raV{gB2j#; z@w)B-EF03YwYq6Z+FNM^`LGNCY*g#3uFbWk`$PNm@iN|H4b_j1wo8AVfI+=}D+h$H z#R8PSpR&St5>2(bBbGn?c(q&OIc`5zH7R^T!#&+U>$kd@C0$V>)5#~-L_TT`?EI%3 zz;rgm@pD=El4XforHeAtq8S-y;p7B#4pebzqG0)Uj5d##8{+yH6AlQY>K zh$`&_D?Ua7E)=gIY7h3%5ifL+%!OUs>wjQomZV;1oFu#xcts}xX}&9Nc&w@iE{ZhwQO6H^a5&4Vv+k)^DF*{OV(O9>#s}W#eltMWoF(3k;N7$ z@cPM{t)C^SuYvhPQLcu>I{hXH0jq$eo#aiQud@Z|zgl!d1qc3)zmn1S(hbh>)-;h)D+S!Ppgj*&M12|L2P7KKA~6#piq ziVRfv4TQ0$nY0Ai&;XHBrDvVdzKUE*Z*IpVUw>57jfak#bHe9F8uXVvmR*{tA4RvG z&`V7DcSxWnz8556oZ;#fu3Wxg&Ww$lMOx3|W(*vmU+=@;8wDl3uM($aRO>gzC%4PF z%571!d&zb#u$(6lw5L}g?pa>o*ONGlo#EkqcgE~a2K7Psc;+$TS=PBS)%1IQWAd() zm>G^etR@Gif`;R9+m*2V1cbyz2{l7~FverkXQf0g`ta9yr=W?q-+%h(rTAxg@D|1$x_?X+L%kd}n9d!(Y1o`C z4Rq2>^&;X01fBdONs&0GCW{ll{ZOScngNAN$d8_anPPsg=Q{lcS{0Wsa6EnxtVCR! zGkl4=JylqAe{bqw!o-xAr+%cP*-2#yvfnJ++cL?}*ioHZhaPfv_OpR;)kP`69i>=^#&5 zW#vQl_#4Rn;%%_2yD#Xdv-4-ieVN`QaHd3K%Ot2R^Qd(_sBl-`)8aRf?IfQro5OxT zwDk^2V}iV$h))gmzPSh?G?4!0$RY&}Gm)6zfCCUO_sXaQoyvR~$V{2IIRzZrMNd}6u;W?c7TsJ%+#)upjHCD3g3n3Gwsg2x2) zv>puAN~Y2J`M*3?Z+;)vC}=*XMUJ@cqsuj6RJ@{fMaAJJLY)nARizWbbHS-S;7UY6 z$vBUyD9dIpvMu5^XPDEYb26s=Ym$ee0lR$GTX6)*iUS*MW>Xah!u%&8m0Jl76i0&$ zc$HtCu--FTTZV z`j5Fb8k)EnEF>kLH$QLn3wrBS<)5BLS>(xFiyE-A=+EGS@hcyFsmkNV7gjP(86|Rb z3)Usw-SI<<(kE{5SW4Y3c;HGb(hanqjo(04pPWznFM`z<$y-+U7Z^_`C({b~httWA zDpDieLSP?}qmvsV)h!(8S_#0P6#;v70+93l7Cu)t;t%Z8aT?e1472D;(G~N;_3(}j{%U=+zbyz!}h?Rmrc4L%3;9d|9=CGvdNIZR{ zyZV$$eXo;PNgjT;gehMSw@W4L8D6382W$`ypDN#OKj?`Ocl?B=vxEEP;DnXEaX4*+ zC&^~U!VKyNzb!==CwQxR^FnvrF@Cd7Is65F>!W>^{#L3qd;pfcYqqbpM@B9G^17CmtS!q;f1c@%DC2lmWLpsQrmiC|2Dj>!g|A? zmhDqu_I`FlDPJb0EuZ2QM;i%38>vKS809sG_Ey&5vxv{Q+|%NET=5S4vmvaFgHtnI z1Jh}gpn7nsWos1GLL1WwbPn!MGaOQRdw}iDrtau&D`5_=*_q1q_vIS3O}tR+a~fbR$}r9Ok{f10_&sKX<*_MluVQNRMea< z{BY)HY7Suo4&pHoGqTIR#0D%vnU45*sw0rrIqq*DL5bb-rS;s2##f(6 zBM(Ow)?NI&1Y@}A`0T_g1z5KO3 zcdRRkn4`Lh?oKDXq^A2}$u8kp5C6>5_w_3kLw%9jIS2b^RgQ7iiM`-80OIaZpfsP~ z`;0L`RN7ZlBCIaFz|!{Dk(Z#kl3YphRWeV$vwK0Rk)z81MOOogXP6sr6j_3GR)%Tl zHSokG|4)SFI{v}l+XHFx?$_7*kAazf3h6z>jFi~tIsOY0eh8~;GcCLIp2Yg&F%If6 z)|>JGCpzY^#z_8iLncApnP_ zsXv{y!`G0J@O<@ys*dhG?Q+%SE#igt_D1wY^VV|z8z_{0`uX-7DEu5ZrLjC@tS;i~{ zZk27mP|yJqL( zRav*ryWjX`Qox{2kMO(k=7kR8<@3Hq_S?E?w7iR^NwYRIUo!)7D|1>VO%s_k2?tEG zxFe{fp@T2O;v+ulz=mCX9os5TTrM>F$fAq|OW(W#-p4F3uLskX`_a+8KhkH^H;@hC zdjAu}t$W=*V7g48yKaNywFMSRrSw~zen=U<_14T-C0L&cMhKayo^zcrbu7beqQT1$-UPEPgd?2yQ(S;>RN-hii!d|SWM;RVX_ef!UYU@h=@rWC_ zs?@oSXJD3as$e3GT$bS|0V89^Y;vNQGiu7zO0(qpdRW}s{?nnstwdAdQ{m6NZ=K9| z)62tC+0TrD4S^yL{Jd`K#VL|tn}GBku6;TR+jb5Isytx`6@=~5c*w)?(O#GRhFG?B zc0>$XtGD2Bwz#q^i+osL>Q`eJlejgnxZJ$%WyLAvi=i(;&u<{T+x|$lD?+7wJDqWD zCpZk}ZvAoa&=k2AzkI*yIF?tZOMnf~lZq(_n*N}EYr}{g1V2LApNlEVzZ2%r59Xev zi;_gH;U7#9PO|K$0qA`x?ipO@*^K;-nkUhSy~J#+B_Mb zO79rs*}GO&C6_4{+hB7d_kPlh&6trn0x*Qh@MB^x{>2mutWS)J%Igdc6i9uCtE7ZaDqu?1uWS@WK>LLK@tixPJl zm8&b()qSqa46j9FXE2ApfvndP_M(O4fs~YbF`(DNmX2|#99d{?!o8#Vq0eylS)z58aWW7l^=donCqGTmB zh{S40m_lBtq4H(pn}U{zk?sWa5631*H!^}DoBos8i!S!E5-nRLoy8BfZ_mokbN1jYi zASkeoB!?F>$E>WPnUt=6Kl@h_s1btr7W2yLo&Cf97JoJTFFo(@7wMfuW_uGnq0$1u zp+-kn%7ms~UcK*#5)iJxP@u6IoZlfpKj39)k1>}0ic)p~SAL;&^HgYcBVp6bQ;3Bw zECgi_pt5y(zL)~Vh)UMcFpKaNuxOsKv{=)djr1R9-H<13^Xn(Bf$PU6CUABL}W&IED^aA4G zQ@P)T>5DchQ`kXqNgx=S*DRu-JB_5PnqMforyY{vJ0e2a{FP_vkUmnt<}gBh2m^RW zr_a0x-$28Pa34ND{`TX0It=+U=vE#srE42S*~=pqaQx(YL|ssamr-xCRSS1Ky{(hKySzYN&O zedRa&BDi|sLGq8a;o6iPkJZr(H95#FovsEX8XpF z=U7GaQ?>-o)8i_eawnPo{9bd=2z8Y^M;XW0l|?*%b_V{yz1m$BK+&E zW%kbzcjj%ocv8zPrvVe3gI+H4i2lVwD3(QA_G7VhlCqQ!Zt-iH`<#s~Jq;7cgF}i) zKIMZ5k<|DjN0JGfKo^P}3Fdcg>!js*KfIwziat;!+<(6K)y|#F?a{{vXWD#0K%O+) zFOMSeB_#onlIDKT!eHK{5=mB;7&2Kg|DS+Yr4TF0Bze^G;8?> zlJC$|@h%(kiceLpnE{^FDe`QmWMT7a_t#1dTBH7yt#FPIriq05BX*uAJ~$lg5867- zU=i@_=iz&Cc7Rzm4Nf^anmj~{$Z_>88h zkFQ#OrFHKq%zc3c%Y@jrneO=t&~9?OMlU7qyte#@C(LZqq-HXEdXsMQTbn@r6x8$& zuXP}B-68R&SZeQ7p0_t$d_(>ap4;{xz~38TcrDeM($tuEPh%ob)nV<(3wUyUCaVwgf84*LsdeEJ zIY@4Diwt`X~~`o$oLvx|zCZ$8pxz$~Ulstor@*_no!_WP3eNt}u`=b*R!&`Lw#+ z;Y9;>WMeH1d4D+tk(|VQ`iGYy2X?kEQg$KH0L>$))%f4W;RE@AdmZiZ%G@IEq+?W7 z0bCvT`UNo-ff3y5G4Kl|J%-8224oeTrv1L|?OGBJh^NylYYe||=lte4&0|BFpOiQw zhAR}tx*4jy>eDIJHE@>1!d$@D0@v59d;HIH*UYmN5^leQ+7~U&Z*6e|xUK$L*aS$( ze9m4W`6~W}5n|Bvep(J+B6gWL(>9mTW{{flnUxhA>>u6}2#9QJ@%Jj*q#LYVpmZrv z$6|1VnZv#>{$(ok7{;*5#)Kb*2VD+v`G?mn-pP%;5y1*?P9!j9MWGBZcFSpMfu-=B z>dR=m_|=yj#^7RyJjiJQOytC%B^_V$&h{UkSIDpht#}t>0Q77^`&6rFqwC?4n!AhR zq{YZ~|A-59nmd6>f2YFN;Z{KUHOxXJxhh<^kua#FhxJtgdR%EhFD)#&-R4C?)gl=$-^86H1l)kN*>C}E zHz%0{-it~n8Q~vQZ#Nn6e~>D%>qC0;lL;u_2_X@`BtxIBPj1Zf1B}IbD#TW;u2gAe z!Tm}vjkecq!3>s4ar*IDe4oO8Uq=@cW;o9*kFm7#T$ZGTSKb1v*Qf$6)lMTP2P&Lt zo4_8W>0_yaN_M(lLHLLFOvZRDMx}RV)oH$bn}j}Tbo$Fmi;c?oE)yul`37<7-YYNJ zyGk}MUR5!zkwka^_SVl%V?!NTH?teM+SVUEZ75c0Bo&%~Z`VqlF7$#zkrbP@g>*k= z#hL!$5v~{uR)ddDzR2e<(54gTP^M&ua{v+$)a8#NsK(%sR_W@J%Hemz#8(HftK+80 z_s5oEByV@+&nFv|f2W?G0?>Ts*Qd z!*;UVesA|>S#FKWtmFJ+&LXM#eYx>;MeUOvkx1LF=J*Rr2}x2}=+w-{#&e; zxyZ8e!=QlA=E)rX846_i1!C$=UcpNWYj*vd_O#AbCuS`_BA<3HeUm(8v%vn? zOk^0$yVdI;&W0sx#7} zI$l|qy(t(Fq{_haTm1AW6_GFw;7Ym?73SJKaot*r!jb~y3IhB|;ve2d&8IIm^riOtZCJQaie;vFa&VAl@F* z@WG+jv2C+u;H%6vo!8H-j^&yt;tbt0@r2U>&Z7ZCr`k{MX6Nr{yJo9>?vaCl1a-`d zMT=z(+GdVXMF;31lMPYG1;YN^5YWKz3f3fZt=Loa=&z>#`d$P?)~R;!cPGarT!Y8$ zduE^e^98}XNthhs@q4oEDpjv@?CIR-r_Rh2RQj&=Q|Kpmhc8 zB3g-POoT=waMkd;4()I4P8%?_k*OP%syCZx4MR+3M496SohGTLc)tIKK2I6`59__% z6kkRkEZ5W6K>cR0YBO2$?NKr>IVFk z^)0;QlKyOuyX@R)0&xBF3jFE)taMWbYC8U9D$kTHkjhUu`Kk zh~iXLDsG-*Itt@9g-GuGy2Zm0uH19^v7a;Ovb6t%8}-x}Uzk>V4n}fc*U?*JR0(RC z?cUJET~Jn+T$fG>#$SWWY^0{5R)7MbwLf=!w3FsTX?!>_-^(sWK#q2uv&Vn-1!zUB z9GF7x<)FYUD%Fd{RZ{S?7E`IKYX*3dqA3=*NoMown!H#t;*YEld~NtLbm>BJh%zWz z|C|^IF!rw;B55W>J<_qGtfA}cTEz7~4It?)1k87GsClv!q@a$fU7_^3yG&Qy2+q=6 zePMo`F?T@O@Yzj^+~B-gl5W-SwYt#WUM#3|>E^|~98$bb>(?Mr;a+a0{rw>QPF&e+e7vb&WzZIz;tP>(KG@xv8Y+?18+y} z?IuFTdJKcNLgP&Q!#nAmkQqn0;_d$DeZHk{i}tHz_;poH{9f-?PvDwtV*JkiAN5dm zzW>n>sZZM>HhFm6)mS7wcfiV zlM1H$fB$_kPkAp$vPrlw`7T#He4kAfoylcSN^Zi87&nrXkR*^X`WU+dsX$(b7915u zRqAgqohjbXNM3lH>UWX)YR7$0ff)s~0im*VQKikZ0yhopN=5AsI4SA0S^P9N-AYMy z_|;hXN=*U#dE|Uuuf8^OIc;DL;hdc^`82K4Fb zHsL@#2h#sMM8~E2)ehu{bJXav&RSZeWR1(d{Z2oey;>e1-=ABscj)^xqukW5UL1eG zv8x5#t~e*aS7M5mKyzTEhlbi_w<5Hg5eQ>g#=G|j(k%hVaRd6Mbp@Y2s zo13L%#dB8Ty>tUP$zlr&bAdb#5}$0sW&9|}8GXJDz~<0IuL}NINK}QTHGA1+M~W=t za{ce6qTUxUo!u=5kBQJ5@y0kfJ=)-H^2^z$63yHBnLk-Oh-~zD%^i^-&_F7pG-_mKu zfaY_-${Pmrs0UkughzW}gIiL2%X78#^6Bj!fEn?QM!RoGwkr4i7urgyct4rL23*gZ z<~=)M&WIF%g!j9ztKzG}B^NB?6j%F(Z;Y1bQ+|DVbdgtra`K$;w_i+>Ywl71nJRkO z%BB^=Ldchbp@?Jn15a`Ve{0H!|NH~}MD6Qg|7(Tst@4H@NyP{wHzpVK>s>X(2vN9J zFuC_kne&!7nLwUV^1NS~xkFrnjh|%LV%lLc93~{{tg~yFmN$b9HR1h-w93Xu)yv?U|oSN45D4@nugWw0VJ6XLclj z=c;v-tshmAh&JWqbF5vYrazdtq01)Vf5B_P+SZMhnQed6Z-Z}h<*2_wgs{XL9dCLi z+`q0_I9^;gl{##!uu9G(&d3b80Gcpw3teNU&dMw6)h(>ute8V>Z)h-U(e2(F^e63- zdfGPIJWp7-ot=-$j6OXh}8yLEF=7)$n%@&`zAk` zyZ_i*a%yxUPfdDS9K7!IIc*!#vE@44$Rhx{QPJbzL3k;i8x2(U9ApfIGzvW zxG&xY$7Kfe6!Y=w=y^5&){N=DzDF9G26~mjfHSQ>?R?imB2^yU-?CB7c(65QT!#n9>?X%H}z`g z!bnNW^#$*Zf)F-Jrz%gv-I%0$%cJzf9U!jf_G>r#-N^UDP`)F|jHP0gXZm0M4|1gM zy)xj6sfGf;qDP6MmTi{#6ndYvy?e(5{F)4;m23v5g@@q40%2Gl#V9;Y z70=eaepvx3lJAa48~1V&veY68Rn7o#B}wo89dSBvwzkeYUpb4D4##PJDEC9v2(Cvx%c%v z)XJkD?lEPkk z3f@$ac#%)mgzeN91F)k@{mx19(v8}hZ0=C!yHd5)%ghms+EfwT9nB4cyqUX^KnCZp zGGHW%N{7n#FEs?($5;kenA2+Zc+!MYcP095Z21kt;UPqK^RUyR9#5>_>vFMAF)@Pf zJM9f;Pn_ysKddJ<(s&ULNigJ1ivyw5-a+eSmv?Z|DZxOrDlxtoQ;*&Qf zalx0yKf`OP=|T!+*WvhKBb3L?8{nCJ_hFgM9&>W^w*=yWo$-`tdDZ%(eaaO&FNu4@ zq#iQGZ;(hUk@&g=R-CbTY&ztD_mJ_bs6XTZ;x?_53ur@PY7vn4t}RfUL6Bwx(b3SO z#`Hq*gl;tXy|BSx`k1~wtN9v8X!O-$tn(Glr4+OhmkbO-&0wtE;G8h0ZUTzT^W ztf-QHD{BjyxX#Wo6i?^c5JQm=O12FA;%0v5-f5UqhH_L zS}5R*?cKhOmij^CkYl|ZCrk7)U(8(ZW*FL)bAH)pk?1#p(Z2VM=!@rsYM^|F`>PQ`I!B(J%v|a$Ba>`xs{5+Ley8 z(O0uqLnJBm0d_x7Ip}_K92{Ki*)d3e&P$WG#IGPw6wk^yy^Bd|$|B6TM_Bls{9EsL zGJ{ZAj<7pxU874K{J ztaE(86C<;G-W^Kg?n_3#s^KJODezZ76qt(y+Shd?uS&K!N`6(%$<>w$@1FY){F5$) zMW2=5>XfYqkt<&PX|zxPiu|Qs1_H|*>LiP$Dv^4<^E*m2#Fu7hLOjHKca?#N^I3~! zeOBjAZ?uXOOfON&TtF7ql4X|BEc&uq6iDVhY=aV#GIC$Vh6=E~>{Nu^m|*l31l!>$ zJ@rNdo?eX7qk8mx6~V^_=C2D@zO*Re@jU;CMDdL#69#0zl=W6#IB!a*+;<2*={Qav z(oY0+PTVmU^@hSj5>MxP0`;69eumi#fhyw{Srq zr#emx?s?GtB$!yIeFneRV+^TgfXUWKvgGaRW+M5M7dEaGxDR6+2n0@{51zYWa&bI) z)#a4L5~;jsiZ=yL%%1zg_J!;K`=W!?{59j3jzWCh1m}sS*3tu*!x~1~$>z%J(4{6* zAptuK;oPW=L-@C9#|uJ$)t~`D(`DFq?H{s@4=$E_her+M>P924s-$do)mc0tR=BrL zg|hSRjTLa75(WOcEM=#^Og&ayMI1=^?81HgLG8l9YUOkKvi6V=Wd zWdHE;nf_){g2E7J?%C}SL%kf^;glbHRyC)Zl$EeyTqmG>TXUv{u0tH~X z`d*_^oshO4cvSwLZT_R~I1&m*o$K>UYq%Ry{sQQWo=0WqF^#r-ZS}um`v%5&II}HT zESdzvijZ*C`%7h30F0a%B%I=O`bZOJ_eF{o6!9e(mGi@8DufN9s*Qbb(~7aL^GN_$ z*i4sXJSrGlt{23`e#{%y^?wY|VaH3f>O8G23Sn?em&huEZ( zN3AGOwJ505fG)wVhE(LmyHU11Pu@2b7>-TWs*N?$r4jC!kfBXYR{Qpu%>u6ELv7mz zsDI|m;wzHiOxdR8XL$Q0;g!i0+Zpx4dc8OqCf8PfKtX@2Tg35A;wD!3OOb0mM{u#wKN9XuN%rLS;hcEet-OGezu9JE@* z!GAXvVKwAr!EB3vMP0+vB!yKti!O(&?NWK9R$jb%LjM(;upZj0QOh7ulvGnIw7nqo z?df8_L6Cp$tZ+{if1zmtbg*T0-QD`x9lA4f@{TxS(Sy=6mVT-=7#Xz`Wy?|aoRWxn6q@X&%lBFf3I$g z%bfsg)sm8`fnPIu1inWcZ4i!CA4n$t$>0EQe4#L3xMN<1sGTMv-_KuMW@&h{+?eE_ zzS-qmc9yI778`MP6Wg-UlpdZ)kiwxrGjrn}#F@3^^DzbJjwX>bwrK$^e%E0S9K>~J zUqPR3SKy_E!vx{$Y;2GhSPOUGbu+Iu^I5S1Rj|n>F@N$1Oh&trt*#tM9B9L2z)#uS zTWQGQAskRK?y0|>Zgvd6X>YpKiUJgGrz9!5x}-2q;FJz>+2Yq{RI4hDx`U;EII%7^ zy8P&47$SBnvP&OH`yvadu|@vgXCo?w0O~NRdG0n_BPcZM+;MSBa*t+#+)zMLYI|w8 z<)h`Y%g-`l4Fx0njC;N1ccM4mcgyqbDuICx73}S_On|3Ib%xYlXcb-^mGOnJAJci8 z`!G`tR!9va6bA!L{lx`rK{vG}=ouK$uxV*q#dh}gUyqZN1}z^yXzsqQML&ebo7UIQ zaTlL;cIC-2*5rTRUNmtkBtBK_`G-egX1sJz;L_ zQa38vD}VG7uYHKZa&NMQx!y>Y1D)qDp)Qw__ibYEoRIl2(B75)7{GZ~F}qSDdYhnj zYa(`4s-bc6SPW~AsB2#M);Mn&PLvbL!}tuk2;>Se4)roR29$G*sw93VZ{NvfTCDcYYpOoyXQc zze#)yEt`m1V{Htj-f!{>u3&teZz5Jd`q9>^Jx;m)jC>r3YbSp!g|)aNF}t4^&$0fP z81-gM{h^G1#2v4AV=D3|l|ZMs(Pr9z5jL%Ca0WmUX*cTeGZFQNcEO#*6EAnLIm)nE zXV8>Jv7dSCA8BuXz6veO3R|?NlU~nvpa{Q2TZo?;6`y*fZ8(0Ra9YIRApN)tbiQW1 zE%d@saMN)PPj`4^kFv1cK@KWH7%ZX$>!Ms9`(~<|*29u$`1H%*aAU$xSIhJf(!J-* ze*4Bv^V$vpT@H4@ntlzDyHl#y{W2*%6%($8$Bln3*9Nbe_fMXYH?Sr=K{ZY-n?5>2 zR6^O!dab+&wPXt;@bpc34Uw~+@OCe4*0H09iXz|#TArvfEd?u(o>Q)=0w)x#X_rxa zb~Be~$DX=Qg?kNf8z88d(D~r>$+y3%*3?47Mm*zNdXyl?{cbE>3Ukp(QU`fevY@ve zTk1fIoKW-VqZ3m{nCfcHz$Gla_}$Sd3x+$2EZg2j;wm5Wk!ha)f35= z+)jV@7!LOh`9o;UT$;LEb3+AbmpRV6BRlDyCvM{nc>Fw8VIbcLV{bs=rF^-3ei~%5(5~~SHMjuGer9LANy+3kLb$x7 z_!;lMx;Sx`H_IS=Qn%{Ds&4c^&v+mGJeM{tf#t`*=cmjOKex~Gsnk|a=IbGb*5=17 zdgCASE>)!|PH0%3S*ahXPNjN>9j0ZjIGwMq1lPHJcYL2u!C!;vCLqEb-ntO~<(&Sj zPsR*=JJG72cHWLp{LqGVIh;?wG^p5F$KNqi-sZLA?2!GYvPjRcU-!vizQbYIAC{Lj zzh*YH!YWJ#Jl(6Eesp_;t8YQ~=hD;%AKHXJ=zm$Q09UJ(+%#;ADcTGfezT?h^o9ug zfIFp=1zUgE+j>z^vxL>w2m1ki8Tg-pRs&5U@%KNj2D&-8)B=bSeD_xwB{)N9v88mq z6iaIt-{v8Tn-=I>HggQMNt~drp1as-UA(#h9u$v*j4mtMy8IQXXDiyGBGmcbTIpr0 zOX;?V=_EQmNs%+&1fmW0dK=z2Nz^y}STWJGp(&~UTtCKeK0fsrUxmpym+JmV=n-hs zoib!zfob-R52A=6%mWMlm~mztFJigvDsZsDcYi=91aNnM^6;$JD^r9V@?-3ZT+gJC zK_-L$DnB!`ZO6qt*AczquaI2Ipsf!#_=5tmf^iS-xe*yTHH_M(cR*XOo~Fw>1^EH( zx9g3qw35zT^ zf4vxAnT8DNbLmKQ^h#k+g~Z#uQA%}n$LY6oSPh&BR`Csnr6}@`an|b}r=b_{v5SHl zCnxGFT8(F1N3os0@#3QQ1iI#hb>2I{>#Fk(ar6(l#TB?LDL!tKWapsSvd{s_YV{A&C zL;+|!2PcOB2Vqs3eA-7Jt@#s}=qG7O@3ZW89K-kD8W`#%8ybBN_Oxr3q58m{cDbon7q`&(^-2;ylloc4bGFM(NJ^Ld&i} z`^Ve{1>@U_`*X&MjzX~u_a=>F*C~7)zTsjpvqOtH(Az%)y?0x+O=j8I@)2%YpQ^D* zAXK}eKBB;KFQ8usV%9bY^UAT|!3qmHoyi99aK1Jt#@$t_N(ahcM>hR`SF5%9JzAIv zuyz=mt+%Tp%^121!3y!@s!h;Wg`yxSd;vEuK`tX|_u&LFXB~Y8`bvBg75gltq7@rz z&*c78?(lhEA@{6+*cjnrX;YlLqlw0^UC#3wC^KEI`s5=KIwl)6-v5#c&DD~t=yU@P zkxo8KHEq7A?LQ{Pt+$Nv(4}Y{x zgpD>`lA1_Ggx$e1ehTagKBY2xMa1lua}SD9v}40IC?qw*Q7ZHNAKM3O=+Gzp|M2XP zA5d=%{F1o5*?m7SSh0Jai%|9HCfae`vD}3g4SrhToV{*P$3$n|`+!wJpdV*`3pUs=JoD}R`6xTcRoViq_svYU!G&lj$r zy{cSZcBUJKq5!e=!9^}aS-TuN${*ucKYQkEL`0NR3X5>(-KaG3Yi{al2Y=}mJK2ZOGkE6 z-`RJPvA^f1^I%7vPu#Z;$O)G_F=i#8 z{|1rSm^969AY2m6Uen8$6niO;%9ZH*Z-XtwuAHSfl@8!VNuLB^W!P}Grxq%KWxp?* zqKC|t>dcfS$Lii%#(wuPE89U%KVL>Yi$B{aa$MlN7UK53TvAwleRT9U?J_I&{)^H3 z+yj*<@zqu$WPl|xs3{-)UbHcXVTPZe`jd%hBnN+2kfXJn#YNI>hZu_uXbRje8|3Wn z)3V!zGlH%LCGl5N(0dZ#qwM4Tm)Mz%@QFwh*9sJwyPQ}+Agt%69#=)VX5fZ#=8_n$ z%_YG}oX^Qxy{w}-n&-h&iS_Qtm>gC80shwk?n^k`*-q{o^GP2Dc)3qDL?NYmMCjtJ zi@Q_P%8tao7^$vNjlhPfI_?$Aa13txa=yZ(hWw-TEI<6yZ*)+V59(~~O@TFCA4EE|Bqc;DYMd9shi~P*B{*IH2N1eTR*-XJ}SnpA4J0-(S;+%_cH!Sf$KNj#0APs z!>HwzN+?)v3iZYN8ECKQQ**dJJW0R*p_K?RM9oaBO8y^SSR*chBvcgGFvp$Mo373g z9Me7__+qqKwX}i(JhN{nVK<*X9@GE6ZH0D|co#972}@ zY`}syfs7ljU|%xY6>%ezv-!=l>F3i!q-k-*#-y>Gx*V?rz1@bRW~>7=i(-7bNU~k(g-9g zEEj0J5{OiEnl&<&IH&LD5P89)(_8{}_c@Hwgj(LH&m0T6DR4R|aCM#5l#HKQQ_TGITr%WF-Jh zk>M^yu!?9y%%+)t-<_?0k=vBN^2No;Juv9k@Y>D5ac)<|>b!AOxq(P61@NQR`m`t> zd`AzFI<<%^1>gTCYsQ1_3-}P>PW&b-du#msl2>m5Y3<##V#e(Cs_8>3jSwKt3|sZC z72D$PQ0ko9b-_BHO-+}1;Y9~-1CYg8>-@-3$GfUgJq9=r?pGTq=s`PLTAh55!D2x) ziLjBF4=JEf^I+{aMVrA35qA%Vs+}*V4rpZ>t6YeMuXsCc0)GQvxAR+5(b70(?KOGW z;`JjsDQ-TsV#795n4D#z8!7^2nlc3P=dD*sjNvXEjNMcNF9rb46JkFVI0iBaTr)Mp zAl$u0H2-x)=uZD72?{pQ7zsGqD)etj)-c+P(|Jm^=tC&=j&}J~WdIR4a5ZC#Xv#JX zeNvLVNniMY>+Re1#QgQt(Wn;E9#Xxu+-oP>#>44+TNsc0QIj9)81ZH-nfIMeFhw=f zMMQ%3WHG!0^C&BkqX`O@IM}?qJ7btLfb{W`k@k);M9&lJ*!r5?Ie&SsI>Cl^slfL1 zE7B-DH*-cBw21G;m|F!({1=NZH3ozml_s5L$6eMv(3&S}d$@7f9l~&EXmAIZK4zb; z6<4vB>FKlLyI&&pxnToDjaRW#2Ph*ZyxB_oLk;=Rgx#nJI5^lHmmTuub96^tUrS~hTC7s6f+n)89wQWu3@oqsr<58kiMYFvQSp!a=V+BSD*lF*ICRvTA(IDzFDs?HUu)#qvT7EISlYMjanm+Phni<9xwbr!X)YQB zngI)eU2D+utDAkfkJ5^cFmFE-uo~+HDfoA)bMN*Ob1S&k$&@vZa&e^Fp78$IHtOL{US7>!fLk z<**cDv*ihIFM>BYWU#Skeo6YP8_mk0 ziq|A>JUuz*3ayn&hrf9(GY4-P*K29vakxDe7hh48Y=l2;oYnxlrGae+48{q(R2f>x z5*^rj#<|+;sr-z&n%uM9DAn6Ug!}dP2&A@>DcrJ-1&g7Yg{H1gWv!CuwAPbDPIYCx z9uGJl167^}6>i|9Aqvxw;4O{JIpY&LU;_|3IofovT}%y+2vDS0=&W{prGW^*6-SUUY^~r{F69l$vmL)+7h3q~Xu!QIN;+$yJ;Tq{k~zJ4 zsS$|QJQ@Q7GLJa`Qud(0rlyqYtY^IeM>M;I@#2dEJXU)2&;dQ&$Jt3{|zPa6&M`u3; z)>poxB!<31LH2(4i4s{}dzI%@C2qg=k}!y#L5Tk*)6!0`q!N6gaS#@#>E@GuJUaA( zKXIx(JBI+Csfz95&@06nNBrQ|2 zUe@egMr7L7@K3{dvjOX9z<-JQla zFIY#spl%7a+&?Z{FJZ+du*;CcG~zhvO5|Kv_6~dLyRIE>l5y^m$>;veA6(Ys4OXZi zrs}sbVl)(Pnw;!f6|`gESMPTFb$9_y?+%e{M!+Y*f)Is;CmcoE`0L#yt_I<|^s|w^ zp~C)g$TIw!^@@xIvJn&owqv8OLxg5&?t>}WlqSS zw3Z?ug@?k=%AAd&zF)%c{$5?QeAF-2np~UMh7e%dHYws2USiKb%z+FV;E1+P4UNA) z4BzIBovp{KoJ-jYo#hv0l$vg6F#7)jd!f2%bx{W%hZb-6Yp* z?3D4>33f@{I0$SuFMH66zt-x@l3~Z$PMsW6t7pN=NSC*MRK3q_qwH@t+N2;cV-JiA#HwUUo`q<*RT_^rhN}1z4Nn z$(K19gM+MZzza0i=*%uk!)*Ifc7pKc{Ty8TvGb))poBFRlwj=3!%BUjZawM>kp3_} zElPP-PC{=pz%tMyl(b;bN!NZ}v)z(AMDrqjM1Yjs8fh~ky{zE%BuY_4Lh6xW@*Lc5 z=BQCN*m(%{XFi(R-HDMt6BHQYO+~-7rO&xb|9%^o-qW;-(@fWn(NA14>Tz&#G}v?$ zIx?Ui)?g%Dp|^Y{Qx=-zMYz$~zWg>YGwrU4tBe=8vf@-n@k=Ngv%e~b;c3MgWR4z})8`vWF3cmA4Wb)WK$B_>IA^`-Ho+~l&t z}(3lDw`=+bI}TYi-CJT0StnGPv@%wza6ZRFRC#sd>WjBt)M&Fh!)=^ z6!D<*>znY0HxlULvJOcOg~%Zew?%(LNe_``C$R!<0`@c8b%h(nBA})v`oZ7$Ra?cM zt0`8jM%YG+urF~g7Nl|{<)B5ALme!EK^K^H;$7X`Hw0pO$%=vu_Uqp0b&6ue{{ZPa zppvV4n|%>r?n0RqISUi#LurW5S+torM=+Qx^sON_Lu?KuLOUHdGu<2CJpZCCQt;E# zs~J!juNG?h@sMO^+PB3Xj)?5>np1thB2gMM=0U?HxIPUxjF`Be!p1{jU_ zFd^_M7;w#UKEuiIk&Z9Bzw|PaX*@Y-NEw9Ft{qOV7yhsb$+@omnaD^C%q;n|b2L$H zrs*PviQ5qw!2L3+r+O_l;F{LwXZ{%LTXQHQcgdKP?}x)*Z7@^(a;AFq1Qj^$83qrK zV$rm|p+C)7NR|t>BU(D)f`bqFK=~rye~Gq)AzP5dzaJ1(;Nc|FYf(10h zX2OChO?lE@NSv1Fy@-O;7b_5Rs>%K!pbG4+mM=4xLs_>IqeWEqeu1Up07lcEYbvR03KSciF_p6yl92zeVlP8y zNP7Qj-k>5dkY=ne8;Y^Xeg6)+E0J39++A0jqo_@+y)lW^G(i?2Mdn3c^ld-hk%={U$Hs zpZlM+5Rvf19C&O=UCME@(>+2SAIUN{;`v!Ly?M{^A6^jc1e<0sw8GwO@WJ z72Mfut$z=nKiKwiPKmnF3w8RoY%JdE*Mu_{>5It)5ykLIkWt7G<3Y()gSI*q!dpj1V#P*`R`Q>AtoDs4am4RLW(VBD}CQsazS{_L@a?1GzxtsbbG3%{OMxd`%gu? z%9gZHHzNA6E=B9>WfT!dP4I-<9?X6S%+g<2UuT!%wefm+Y1@r}V1Gg0#qp{@e-p|} z=CwN;sI0!Ib{4VCJ}z~j8Y;u3-FPS2 zedWy8zD)te&C>iJL)Z@P?W_9XX|?C-H$w$Fbk9Oo zPHXkB;0^8iLu6;^_Z3s8PCl6uWaB)-(9mm9zQq1IpxUM}Ts-0F3DvKvSmO+R+iQQc zJVs9o>x&a|YP~3^a%`%@)|-j;RCo#8_idJ@E)PAdi9Pzpq^7Pg#c#g@X$Z^SHGW;2 z7xD;e@%pqD{eUZDtCkAnhzyO|Q=rN0SLZ~;GwCB3zb@N=Q+v}v%lrb=g704_p9!yq z7Kkj#d=dEAX|y`OibEiBE#?+xerYQDyY1Bp?4939LO?8pWlwv%#0``0!X3yV(4i}RC2lYS-zav#h zyr@%QRhf4Bcl;Cwz>V;?;YWom^nVg-cU~;;3{82d=<`D+p?j;Aka^dTurfz1j<-SG zp5jRnZIzK(N0=-8JNTiY{>uI%@U7>IEcDG47fupudZOI)#0cR?}?se-FuZ z;vsUdMWzmX+k-0rrJySJA!Cs?vXBdqcCwAffbfrnd{LsyWv1&M7r5}H)#PN_Tk96m z*~xgmXf3c@AoC;MhjRc~0;b|s02Fb&GsF5V=9JO5i$2hor%{R0JFO(dN0|_1 zBYcRl?<@`o^7tgUkM6yiU%QUIwcl6UOD``&!REBC&$WI&>%Z9_2AjhEG}QGewE<=J z#lFz(OIqmyPdClCx^MNfA>RVDnHZElc9_UHAFrdWzS z&C1N4Twf~>J(vcTZZL&)nE3704 z(B@X!74i_V^2YxFFqm3WQEE+I>9zXX^E9biT;9?vO}9Toeir;f*EF9V>zWPqt-a(r zT|^^xGTFF4^s*wAHDO# zGD6dCGE6qgvv~y;F&WB-Dk6{~ZT!gaZ^hfc09;t=Q0h!(v7Ra5W}F9Sfy1i_2xeS# zQ;q@t5Y_g6z44OsNce5=mrwBf-CS!Lz_f=@@>WAM{{U->8IO>{Lj&y>$c+;DMPz^w zs)RB1GpwVMP*jrl^nWDZ^!xgrUJDz|%;&oOS?<5Irmvv*8^pFgFp*bKx{FXny1KYn z(%KuqAuZ=h7;QqR(umpAvm7C1D5HV>p+9Y12gAM-v$)fBXs+)yOUujaXzeefyoTA@ z7bGL89$GZMQf-iJ*(`vMlmTC&FE4LDcmv9vQA0-UR;Bj_S_iBF;J9F)rBd z5fbFY?GX}{XIw-wuD>k!W5l-lH^UDN>XwmdI^~mVX5LFFtt_UFNfmVY;8lnX^JR_9 zL^85D7-T~71LEa4N;TvA*54!ax@zmwQ?nO{l{N0GU4B2Q^ml}OHz&kTgVy)02A{1w zI&)p>R#(?@G*MZ1^R@(0m`G;95W4$Tk>Z=}Kf<>UYZ$SU!}B`XTHQ+= z_ZCKY(o}bsbD))2&c&s2t_deB$&7#6FU9(A#IJ^)B7<1DzR`63LKcNtUg{>e4RLET zqnoE}t23Rfh`||{6;P~SJU%;?yHy~ZWc6KAZEbHZ-;Il}MYwZ8*`@fTe2e=v_@`F* zo8o!x&Y`JXNVa!xZ*d*IF)GI-mfPeH8XxqvSIYv+wTKx-3*UTC@u!NR_-Qr1y)4=< zh^=pjha`&T874ZPma&K;Nl5}`i^`V`40uz#NX})6o5lYCW{LHG1^jIB*NL>)-%qvh zot4(7X>Anq31heWOl!6Uk=)6!I3_uRp-|hIUu#poFWPvQK={r702M8Ty}yWb*?-|8 zzxy_vmod#G*3sU`(^_0A?ke~Wjq<4ya27Ia?P_7+QyXP&TPC)>_kVrW{So1NM;tn7 zyXw4;qr7?WGr@ig@UulHi1m#x#y%j@Bo}tKGWqjrR}x#^0|mKgLc#Wc>k#t-NQ{V~ zShJDh{{XPR#ir1FXLY3NjiycI%r#`Zj?Q6q=h}}vGME$@V^Xrn%Q1LZg6x5TVWIm^ zd~6;ku(MXTn^M(mbopb~u5~Emx=%7m-c^<<2yZSn$q3nUp~6Pl1?2OO*-+|U8~BN( z_=iN&ZEs_clG9~o zuWLSwV^3(KS}LB)@ja*Zy!h*=d=CAiHBB4S}3By~;w`&U#8k4p# zN-GJ9vv86sMXukrE{&-8KUMp7oZ1|IG`xwmJBSN4t);Y<>OR{9QSU*7EIf>}Kvnj> z@{&Wrf5AvB?ybCK;ZGK5{u#Kqx4iK3-rj0*+e?vXSbCcxYzj|6Q* zPZRhl;|OKdH7!c^^F_AStlC+0r+AOrEbg}khT(TG1|{^i?10y>}kB@vg@$zeZW=$K*wX>aC2-{H7p|kU?W`TCw$pnToAjr3k z&z9V<4!d&U{_prv@hic8Khk#Vml}Pai9B7TTU*I}4UuWJD~T@S48j{|$dTG~w^>YR z$&^DG0ym03A3CQz1nJ@-7TVIwUG4WPU$5YFVP>jERObHxtxr6+@P>on+ixCtKgIf8 z=AYq))QbNAWLVv-O&iBE$ERJT#l(hF1kbIB+zELXXj9pUQGt&_zcC&AHeYvTB3zlu36%aS3PL*s5(l2C~k zXc;)cAdF+E`W!YYPBkR@Uf!J!Wh?4?&x_+x;Fg<3xYG39GU7=*ix?JIAVG0($r+Ov%8=zZWshUf9AJ3E z#*3|qrDl>Qy`0;!`J0wul15HGZgxK{t)JSUlv~KSV>@rkpWT*K zI3qg-aNSsSJb3WKN7=P6KVSGdms(D5SGil`hJ$NiB=?D@mXlD0CP^HUQH!bJLHna{ zP)O(IAy*&{V&7RvtQ}U}rDY|Wc6_K-!7G9{1Hd19pPR23>%3&MY2Fov3(uc@+7Gj= zDv`ttp`AEfjQK;iApQf--sBxcqPNfQaE2~VJqREHoSv8+4SLvL;H34jJen(-T4k-( z?esF+#~g9p7M2+#<~Q>5!*1+IVUK>bd&K@K(=6`)0MS*iZ=sz~yQ&x%j(o&aB}$M0 z+S|qn<2W^os`#c;ad9(kw}nWyXw&zSJbZ3NVm?(E>CZ3DYLr)2_ZpJh+iCI$?v5jx zSwgZYz~FR^LCMQ!Bb$+SsT*oxA{hnDvIAwKc*}%!q&He5Ueep%9Nm<%k{{SdS8y3h6&y%%>2R#7E z0RE#f-Csiwi7z6G>UJ=&&z{_~4jUgosOZbn9rziRcQ&teI>NFw#3;c-=Vl89Yye3o zo&hGeSLGYK)b4&Bc%k&a9_bfLYisr!dx((RyO{)t94=1PEHS|h6tEx=4geo!zG zuf<=7J}a|^&hi_v<2@25x|xhKSp#RPvqY^v3~4Aaxj!lq04!H-EA!V$Wl4OSbe>5j z$Ci;RGczC5^T6xVwlQBy{>fTKtiB7^qqViMOXzirT|qAHufKO0g4XPLt!m7oNg@&y zS2;1Q-NOZR-tqje6X9U!`+ja$6=mC2mbZWKPV6H}ZMA(L&qH_Pm%t4&%Hzb>kzU)~ zSjQ2V+{bR;Wil_#8yOcRV`lQ$v5YwzvxAXdz3`nA$37a??jb_{FYzVzjQ7`?L{eF( zp3vS*m(d9S0C(lcvML2gf~zB`PF3XdnY?ML{6o>D@K2lJxUW1@r(JEmxPi!y7R*t< z$ia)Tj!5!U?Po`0mfUndVV~My{0`PXuzX1s=AExbS3tVdt^oTjxLKLtD+&zb@MAWpBez$o8`8j?OXKSKsvfkF~A-IH!vx@V|#|p6kQ< zw}w_LsU@_KUVXT%YQ`|$TaxKA6(S(PH{%&nN3&=j7JNFMB5x7RrReZk+sgAr1TsZq zCBP_NRuNrG8Asa+;K&z#13tw@-Q#zDIq?4gz}L0^0ECNCyoen~RrTwZqtHRSu zCz~XaNI+pEh|Mb~K43n(%J`>@EoA+u{{U%Ow2e~g-YpZtt7>P`Ma;T<7Z(f}XSmAw zA}GqVaDYzsj4>=p4u3qB0-aRkn~Y<7z3+GO{Q8~ogHyBVx%Hpz9jfY9Uk+Es-Uric zZoE6<2}Sm?1XB5TpT3D3ao@D6c`zcj(m*F})dhaEt3KTkR#BLp{#k#b9ENPcj@fNuXTLCAN44Q75vYnC?lW>pD z+2)c6UDpf70_Vm*XuU65`04vk>)J-WeKeXLoF7)6*3Q+WoJhmUSV9>A%SQ}KUkX$) z!eo;ETsT1c~(cpa;1ZTxmaL^ z=Kla^uZDWRfNlO5_$K5-uXu-3EwA{WRK2s7X)InVaSB0n#o~2Up5oRp3l(_m`7tUM zO^=R$5v}}1;av_(JMBM3(&mw_uLZ&|)ipD2ibP&)Xe4FBp=ehzt0_2hwU5r#oM$&0 zZ{2Fzb>CZg+1YefHLXg~^B?iI_J@z)z2trvy72w1H(n&uW7s5uH)s)|nPf(SSr%C2 zGG;KU7!b`V18aoy@7W_y{{V#F#k!`gX&U%L!G0juue?NbhqpHZ_H;*qH%zD*luofq zs4%RuNOpm@eBZUtfV97gU$Z8)d2iwyhSW6sfvH?sv&nAoukLN*ju6TgIZ^h+#Fp(nK4s~y43rE-%p!Q(x7c8#8$o{@dUtIEOSn6+H3ixiDPF9T$^}I zo@|CZxm7z*o-4sWZEphje#7AZ0Es*o@j-k)YjvmEY8O5ppHa1zOU1W~5R0|A3A#B; zm@_no6G;C6^3;zl`~Lvh%IS5V5qK}fP~GV*qiWYH9-V6)>=LB%%*6St^O-jY+$cmu zJG}e}2xK2P{{X?wejS?s0KoqM3;a=IrP{8O2-I|`b;Y?^WS-_?n<13sxlt9o?-|Pg z8Nmoh1#s>TRdY&MSvMYMer2P&Pfz$_aav*BmZ#-C?zJ|ZsLyq$!D`0c1QE&(z|2P+ zF(9@FCmH1Dt!3O?ES8rHBf6U0A#1reD-Fb*s&GD2l6cEw9)mP$_lb3X9FR_H`YsWASsynT-B}*d z@EXs-dd7!usK=(YrlD>ng^ZVNBgy-$$Q43u9aEqO9a|X(W5(YV?fgDXtXg|CYY&!% zBuk?ZVA+#)3oEkmkGqZidMiE?{4$zPhdy*Vh0`{nDVk{Fbw!9W50ROpJ7gUl0CC0$ zUKnEQpAYq|2KIepQnNO<8UFx}ST?kQK*~rMJ{RXeGqqG@NY6_7ijt#O5iV(7+a}Kz zT$8HQpWe(b6!^|-4-3XL_;l48yyX2H24=*DLSvAP=L2cM>H)7S)Vx`Hr?;1P zaQ8~mwBBAkwJ*p7?E#KGG6y)XPWYLoHT}X~O|0Fu;pTC%Rzizv0a#J;QQ_Ve+#OGr{L+I0Ce+>~y*9Ew8@IHmfXb4<550lNuR+Qx9!&IU$`Pk!v+QE(KWOm=qS7*}G|mCofk!+6`h9<$FzE7V zx|>Al8_5{xT` z7awP`Sk@h(%a1Ui>z;Td@%i+{b(%khWYVq{Mz@A*sBPJ%jg;=3zA^_2&83J*@*>nT=&K5bjy7NbCD?8!-={QIJ9tLbn4dYS)nkJh%FD+RH5H%QQ^OG*>=Ykzpk?^dH+=ey!rGUlzpoQyERgzNw?z$tuS+g~U4ZP1lel(m7T@B(nlQeMQ3s+kU*>_ zyor@$RE(R6o66epsQg;CUsnMcx)ZcL-TJoG?b~m;KSS#&)aF}jsY~`R{hz!y@$dF` zxYhJ+FT~y#@#l-YA$Q=dR_gZBd&Sn_xM{avd4xl3zGTfbC?%6{I(#S`0?d84;V0}N z;SYq@dIX*vYl$s%c@4BW&AKhc#pS#g#(1rkJ;XG^;7U^Ae$G)mthtN$c1$qCD3EQrxrh2B|N{NW-3(U$rHTGKR*bHUy! zgHXEh1--oYk-e*F4=)K>A|iT)^$UHFmXj|_MZ!G0*v{5h{^(7v0kY1%-wxR+3t#F1+ATUtas ztj`IWDGbng!H9S~_{G1`nuqNF0ORk6e;YMzds@8Gbx#S&HlcmthqknZpz!>6Qncmn zHrc3x;Bv&GvB8)|ju4~#Yx`7dx{QAvWB&kzXU3OW_l`UxX3Kx4LwhuOc7<%kjF4GJ zy_#EwF~F=_$GA7+p;qF~;{6aa=lFHkfW>TeP@}T#^HCS0P&jNZe)HcTHuW={_Ow7lrI?wJUX( zQ%jg2giIuuH=N*HzFcE`dl0cz1IhK^X8c-xAI4u4G|L@9ZnX83+xc@Xl3UFrGos== zw%jZQyr|1=Qn8FS-J-bv0EZd|uKqUr3@X2EjJ#1wCXFrCq6cEB+RH9vMJj+D=hr)j z>QJVqMNNB-*K4Kh_54p3Qs!4ZtKqMSpE=LxAyke4RB856D6^bZ7m$T*Ey5RP;t8%+D3U+`B%k~Tz_j@ zHlWe1y}CW5Ej$k#aTZx5c4uYUK$2$VhH|7HS0mIs6|Cx7cZKx(SuDKxRDGi6^~7oA zrs9m>yd_khoCP2snRA@;<>M%ASFh$NRFqYg$JL*+{{Y1A8+;G8@lCDHwdY5ySjPpP zCG)K{2pxWT_OmdJl^u|IY^@;(PXsf44e>YP28%C)yg6~=U$$xb<*acmnxtNOL#D0D zGC4mpG;Ii$HdT&6gEAGs-u3Yxfvw~59h}nLCBj+XShOBh%99E#jT1X3n5v*KF%SbW zY^g?FynB9uGm*L-#6LkRzx4XMQ3%9X>^m!HG#yylTE%!KnN%m+ zRU?w(IHZz4mmXq-m`5VbB(kiAf7yHE2Zmqb7lU8LQR%*Rr8`?kE$|oDO>LW0wzm&5 zq9BGSRbrGE3Wh`|Rin?-{{Rtu6&1(q?c)s+-tIeHA6>VDOYpJM-Z*E})LKU&wl@Mt zl!Dgig=PXX=lsvLn`g@3vS*6?L*f4b7Iak06)O@Kiena zKlT^G-D_CV^>Etfg@ihwiq)mLxsadSU)&j+b7DxOw2;Xz;-=gYD}d~u5_~-H_lUL6 zhyE(@M1E+}JQ9|=&D<)jb!%}uUZu1NFx*iUl52?pV0SE205D6}=(mUbSAF|Vco)ao zUy3btjX3JMa%r|oUMW7sB*{IzvLq3>nHo4QWZf*s7bQVOPb@~>U;8n54nK!q4Rx;t zNVm&<;>|i+O;XNVCA8JPz?wJ z9A^@3_|x`E{hoDekJ_u^AA{QcZoEI>*{>|%xVp0}uOz85+FiI0z9^-I8c#6;5xI73 zc1fc3f7{FAqWCLJ);tm79a~e!o*?kYhWt>PGi4tMCTg`bHTYh80GAJwvU)j(0i@Na7h;+T)AGnkI4r`4{ORGId=~|SD3P~t3 zPso`gl=;|bnoOugkw)FTt@n-K_^soQ3h4TT+IE+5eH3kwL*vspVtw?OQz3#2mb^JbOhL<%37|X8Sey7ww0zYN@JI~l7#75vxH;a5x zqFzk4w<#*Efwj3;OH&z>5=(L>wvs<7Lxzeq1;?8k_+RX&X{l;DoO)f{o+8w&{841u zP0gL8DFGI%{M`c-$cBV!?S&wgHKW2TZ!ICy{#A9mLjd&~Kuly*~x7ID;BHb^gxO-cf+8vgRBbIsHq;D(P;rm^C=={I9jT&mt|WaG;g>Rfs^Vz|U?+UfiEA zt%aoN&#Lw7d#nEdTNq-o3bgr=(0Ee*9UA`tT7X71IOLJ+=hS{z6C_{-D;$|WAPQr^ z45vJnRl(u^01|4JJ}igJyo%1=cp?z}s^vV$)NWMrgY?MCl?03uHjITBu-w^N8|$y_ z3pJMoBv|*Bn3l;Mc4KI4;f4;T+29pv`X;`m-grp8i}rl;KqaGcMI^atRwi7|7$5 z(=@p3Ur=kgp`OOx#b>vTzIf!7iNfq<21bwOLyYYp?>IKhT;iYX^2yG18v&jcPRu6u>=+yh|bfKh8=TNPA(ATU)S`B z-dd0G2aFM}F3d8lmh%S&GWi<=3=+9JakB@WLBQg&{34C6YjQ(pBU-faF^QG-#;jK> zy@Ha&HbKu~4p#)6{Yy(*KNqf_cX4lYs~Wy-8+1`ck+iEeG6ySya!AKh&rxIHkN8Kt zTmFY}cXgwwc9~hisSO#*1_TwsOyCaPz$UewNJ2J_?HSoc8QR6guB9E-ul!2pyYp1W zmhwEAW3ji4?nU0J7pn!{I2grGBzj8eRx$5XXk%e>I@_n2xVn(8RD*?9+DJV|0A`u{ z?Kj2xmE>{5{{Ryv!cRF?V5|XVM8c8?I1B@H;eqC>c+nx4+O(F_DzY$8=+P_>jl=;V z83CB}J#&MK$5zyDrvCst8b@6&NiUCM-@pW)~;)SAP* z)+N*R>x+r5t?qS+8CD1La>$-u7~}iJag4AljjB3ghMnVUYis1N*s;YM&E*E{z??cT z0PfGJK9!AethBnoj^TXPX%Ng6n=%l4woW>qOdhq@3U+NYHygc6TBed#*5>+Ki-=*G zaIwK76_G$Kmcp*xp_t>2#Bs)QG)Zn>QB_8fp=e6^lJKq+o^lA_eB6&*cfsiHwHu4q zV5(NiJ%viZBV2$66tbT%fJn;$oO+X0{3)j0YPOn{^wMJA?C%}B?L<4(kQHH&e~SRG zteE?xR=(EI_lV}#p;yKloy7WT{i6D2SwX}RZ-r!ReA{<*9rzsjXBAe~!u$IoNhFdv zmc|nqWMEp@NRCiGaDM@uWkKtThgP{%S(-Hc#JGIDc*dHfDNYo+*SZ5;X! z*ko8OzqMVRr7-R%YXu9ja^wuK=V;F1fJRADe$E%{Yt6{Hj#yt!9DAjQ{ys9vB0l1I z;Nw5cd-_%O(k6{6Q``_!Bfdxjxg9R8;0t?+OfcKF`7b4sFd*6% zJdCKze5rs+`s0I!z|HY-{>>5D!!(mBub4x1a${8rybOKbzwOsQ)|9NEPqt02QT`dw zyq!u2=RK@YjLix78xGiW|!~^rg79 zoumyCMRb@xVzUygvndbEY+N}9$$#LTeiqYo4+Glx!&yrki0ySpd1APX$+5z2ic`TV zszz~!Q_kgWpjX!(0{Dpj8@99YC&Sw~TK*}%)2_Xn8Ran}`BGe4MH%wLW#%anm&#Cp zm&%5(%J|DZsZzhyX-7yqIXCX#v+elw*!3`YdATXx-`3}g_`l)iq2d1k9a-N?;R}5( zO%~Pwnx&Mo>9N3*!X%Q;*fjg?fHzkG!i*!sDgdrz3!m{5N44>XhHdouAilcMd_ky6 zt8UU;;?@~e{JC@YcLA`B?InP~3<968J~sZ>UIEvZ9|ri-N4V2<%|Gn_0Afp7?V{9f z<&r4wOqT4*=pqkuEI{D)Yits#1ExkO>P?E-f{MOnIncahEXyTv@YdY zQZ@wbBaRmZN6yj5PPI73tQ=(?w{HEKdg*;vk?q!{7*CpeJyPs>jnBpnMmT&gOCA312 zPkgq9R~v9)EYYYdw}+XRl`b3I{BQ9F@4{LU`#zJb>l%I6l((?M16;y}HQLPX18iax z{LBjSer6=+hZ3g>ik&yFnvYbPkD^U4Uy-I|T{=&j?Iiwx@b_m9z8mp2n{jVtXE%|k z+s7>S7gPMv{h}yK?Ch>K5xH}ntl0n@)4m1C;tz^n0^7#78lIDPd#37F7Spoo4{J5o zm-cy4qE-MPk!Fd4N=8I-piS5#o7cQ`c_qr+OFVGte`+F01-nZVM#JPlgc7-Rj3^;` z6S+2q9u4AKUlBi#n?>;6p{rQJUiae za}=u}Pq`aF5RetoRY(lqGkCX#z6y9_!5%K~CZFIt%e$K&4cR`Wbso1I6Hj9#v*5&% zWCd{0B#uJIAYmBea0j^f$XDVAjr1Re8h!d{R{F)U*8E+n+uqF^Y8F7^J4ASf7I#&; z&d^DVdu<1=ftljriIb;K-B#7Ukyg`hB<}jO?XMc^ z9tnG`L*i}CzSa?2nDnhE85+tIj%fiIhGw{C%ei}(T!oQhUmE?jd`B0+AB;CzZkwiC z>YA>TX$8&Iq`GOjie#I6Ibq-QqfY+M)AY+-CT&UlLv-e2prkPw zUO2>SC+?kNP39omk#a#1X1-qwS`y3?lF{gu{^jP9)4yYn9T)8V-Pe)%mhw#3Hg+p}%tVYgo|qhVtzpwY<2WP`Pz7 zJeM;m5fxcN!jdva9Bg(4Vv?ejZKRK~&oFgxm}Lrfi{1BIXuGDCt?zpr*h<{g`P6?e z>#2|b00jj7h_yeC{wVQ;UKsJFuV>;dKF%#_!%Ck=npM?|R>nfJe#eFn~*^>G8TsOt&c-2Ev7Cl}kp8ERi=j@}&NG zpuUQE^$kMdcC=_2Hn!%=I0rc61xf4bG0DjKPYvT=5rv&xL{p4ipxRu?+Rs~hdG2|+ zhc7p|d%gbvLbr!4-unB>UpMUN-e%Q|vdTwdNBcR(c;nu;t$Zmqp&H2yF_>>B7>VUo zV!tr}fO`C(@H!BC);5^0Zxyzh*I#G1ye&3FfHZ)EgYz6JlB?I|I0P$X1L)oa`#+03 zQKzl;r)#I#=&}i-9Xk(s9)4Y;Sc> zhhl4)qgga-dvLET;rAoP08cCy+xLcck-#g^Z58HMKN6(Z(eDwj;k#Kvl^d8y!{rz` z>$I)_1Pq>o0=|gW=aT9cI+XVoklXBz-5X#f*|4RIV+$Iv8-e+N#xY#Kj5Iwy&7spQ zblWG@EY#e{vF>|h^70IbLw@m}A0l?>tw2*OyJHNoNq-8oY*2 zDR>72fG|!wcNsnE&XaXM_B=9eLmkS5)IA3$?M)%Q(Z{TWneI zSA-<-MbojkwzpVg^YG<65N}=DNkPhI zc0mUV&*9IAtte{D>(rDT+2?*Hp6U&18xbQ&(-_`0NtQGxAge190Ak$q{w|ruJFP}* z9Tvk+^6V8}G-ty$&>yLgHVyH&S_8)5{j^0b?WvYdMY4*^d- zGb9%_-XfVH{?xdd>KNIa7tDo=4ZM<0+#GE=#yj<_swF5z^fPfz37X#y^~-iMEz;ZB zF7GX3L4`$7Kmg?9BLHM`^KeC2*F0Hkr>)hTFsz1byM{Z4M@^@uR~-fiKU(E{F{9j1 zdhyzBjiHfQi=JLTGX(nd$s>V<>yv}jc)Ll9!P+&I(2mwXtBaEv7Y)2^$lL)VJ$P(m zu&!E)3U*tw8B>a=akAgU^0AXolguQR$4vL{MOBx_vCAtr*rEA}JS>?0bXNA4^8P1p zEA0ON0Qe``9~=JwVjmoQHP&yuLE-rH{{Ru##~bPw(&>^$!%F)jO!G#gd1Z=x{gAo;% za{bsN1&Xw2p2P7A_M@@=k(Nz2!+!{5)x2roTZyf$bg%5`^cy%W-SI58u%wPWr=DwL z;^u6XhGS=j5A5!zj8jH@I;RuzyU1bF1P62#9cki?Q1RxgmmDzmFOO5EMG{5>t@ zq0zKewj=$fym4>)ImN1YhT%haYsGEGc_U~QB6!K$b1SND z0h8g+iXJieV+X}A8-K#B)9r5Kx|YJm!(N^_V6(iqy?1NW7Pl&(jFWE~tWi3&@=FwX zjwX-p-`W%QF7PkM-`R^^@WtngE%aSe#2Tzxhx{Z9eI@>%6!G4@vuVHp z6BZFfYFP}m`Q!Ua{>Qps>{amd#9G(HZGTC;yN1wz!Y^ZLlj+N-U$pW5?mf^vhDhy% z+u4G&er2}#BW6QiRl`43OOeW4?b%29mXBq=z4W%M^KtI8T&gLpb$vP?D|}n=8tEP_ zYZ!K|_Lq5a9lgfmB(X(qo5GUhw2EAR%Rowq_J(1_Kj6QKQ^h|K+r&D>t<09T7M@`8 zZZ`P=5GMBdb15Jk1;!bJ5^;vLKgDfR$MzZ}4V65SUioZTo z0>nAUzzVlM6Zm$+!d@AZ#8(ztwXAoh-pS&-wb>!{)IytiwqL-wsQ%1I5s zoLb%DEXT`FG-sy-lu`tMfLrEX*WiR&*TgT0nq{V((aQ{)sQYA5Tc@7^GDeG(*nktb za>W2+AP%|OK56h5#H)QO(6ln%wAWF{w-GJ6OK%f=`;-DUqNv3V(Oy}F5}8iKn*Ok}c2u}L0XylxKUC0nRrj~4j3;+-E-@!gKArRkCB?P}tC zbdFgVx`HKn8PtMUv2x9vt^i$%6-TL%<&vX0drSM@hhE*z%yv0V#l-v9LHPSO!!18S z@cyx@UwxBM(5<7gOZ8nxPMTDWrL;3ZA$gx;_5<($HN}89)X+9MApI5Pc zOH7*1;==l2sC}kOxHV9?CJTgl3YQUyU@>`UfVm-(Mw83Pam0{{XZXx&l&w##`r&K1s068C3<9fa7o@HDkfrg|xbpEycW+4J#Rg z!*3gGkSwbn`I~EnC5A#a2>FV(zz;8V;!AtK5B-*DKF-X-N!%aaTuM8HA9w;>ZasIL zoPa9Vg>7ThHN8ESOHD1Kbwnd-6(ESg=MrJEGICBEB#;e#gsJHy0inniv+|8+)s1 zVjfKD?BF+=GRiXFHZtdupaOBzjPXUyu7%=TXeP6e`H>`sK+ELI8!yWufTV%RY@SFf zkPc04U)yieBikapa#~8oBbUlC009a~>%8sc5(yc{TF2SiF}L;odKDh;vC8NkCT%wU zF&ryB#-Dm7cM^@aExCp^e->~6E5a09R#v&Kq3TL3E}GrHc(8?k-G^Xz4nR4_9X&RZIRd7Z_86^2o~=C3 z3^18hOL6ABXJ9^!fWW9Y{oh_m81ibd$#FN5mg?7w8;684znQ-{C9nw_j&cg*a7J@c z-(N#%cp=oGybB=Af9Xo*~09PhbdLv_5*CaZ1oxF4TG5KXy zDD$~nb~ykJ;A3`Au1_^+lu6Fu5K?O zvxZ3I+|dwQ_~HTIIM49|lfddvy-jDSBsLRI8kM+>M(JdeZVI_8fOj@{JgVdo&#fwy zmo0}h(bQ?WmBs8v`r_UTA1^4kw&HE_2UELye8|c}4ayJQZi~sN^xqXo+AMI{MIzrZ zZSw}*^0PYp*ccoY!Ok*zXMxQ4viY>=BaGbJeUYtMHpI`cs}k#vGm_qCKX)7h+|+Su zce=2*x)&{Kk;N1dKqDM9g>dY|bqoRSNy!*BkFw@m&u{BPDaS*1N=ti*CR@p#;_J** zS6hJ^#>A4LfkBmSoRD+RwNvpe^Je4I}DI9(z12^O>OlHX(kdfvMG)i zkh1OM00&csEPH|aSD^S0!#4gP(jMMc=Tvms@xmL0NltOU9mqUq135f_mGQdWbt_FC zBrKyzj9P^RWk3T57!ASCQNiPb#cNLy4{7Yz_5CtqQas$YF@LnKgpv7rgf|x#4$v%2 zpSv9H*a_fduo>fzOjm1nsr{bSY|=PnwT3iUg1Ye_1iEcfGq{!{k%HJfR~6ySCS{V; zPbIwaTI4JM?vr-YkCIlqT@pyHmiG*910w~%K)miJg*be1jGl)% ztT7z7UPmnLe?uNEA?MejvV~ST?ioRm+$(_FfE?gs1J{znn&~vito%E#Ltz}-_FDsau&heG>dia&j)~^B)hbr|x5pK2#xW z{gje+$H*j|s;4`EakdcXY24>?DO}_LNlc6k zEn^Ctl+@nr&M%VBsnmE^TxQM^WJ|E?+ch+Ge2EPkjT)xsu{o)x5~d88V8w1d=etjeM=+t2Wnl z38Vep)wRSTTYbtFNb=iuh6ENMw;3e-qdn@MjpCSF3k$o5qrI_0VHVSDj!>(?iAYil zVBvjniuvqDPlUuv_lo?^?|u9JHa#3ZDy$mid!J%>xAvv8{l0Crj}7Z0UU8|e9~acA)L)^5F+DvK!~x&9z5U-WIkR?#>v9( z0gn70Nc*`gzhi4Y7Vyu-ohsME_nLeYSf#91*88@smI^?IFpg98c zm(s&YQE94nPfnfJrrKZTwmn$m9MX+d_i6W?r~DK9z_9r9!2TxHTH-xEKNM>>GwIU1 ztHlf@ibdrk0k<1UZy3M>kCPSd8ZCyc@bAR8Hg}qqptg4VjIzRBG37F!E>N-$nOS2F zT;O0FZpR-w{>#s({5AM(t9T|oLH_{ZBGB%cBAPEKz}62gBb=!tA}J$vk|lBoy1~bm z9Cw~1_{pevXW|@M8$o%f>X(-6W4XDwS-*D-WO)seUN#6e1Yj}^TXyn*~Az8NvWr*$Fl0IzU{7LYyLeyvY zqkZAq<(kQ3)~{f^hwP^EQ2u*$MNkp)ufr}*Mn(XwGW<(;YLK_W*RHAm0Ftw|`<$3q zYbSnPHU7Ty-v0n*UyGW2+HRrZSYp0Q%j@YH66{t4SGelnBd z7L(!&v2UqpdX2hGHM|*t=Z;2>;mgMikNd?kusBfp8NmCUcgFA9S`UQ(0JVpOwaaZk z#2;t)f27}D-b1KeM=qaXade{DCJ!8bWOnQ4g=GduVx?3_*b;d-oV~jBFwj?aeQkEt z;;-86FEn<-@~En}qF;yg_@8z7I#29ve%D35)AUdHNEz*&V!XKm;#k*WW))z;#%6{% z$|8Z5MI}JT%KrfHTVLA~#Qy*WejM6-Cer*xZEq&LjM~zqw=-%20?ionU8Mce%Auin z*Ki<83Hh?#>Hh!()A)sN@%Q2ohSk`G}IHNGr={;g9$@6T?0Mvi+sBOJ55mzKi08(q2t+D}5*IR;~<JtSGxOR$87d(Zty+3Mo_b~uQ~$2{E@7mFU(kdt*U>)M6_SoQ^Z!E5ALjH zo+z~;Ja%aktiBwKM{M@Vx>6aW4$>)%F%gJjD~Bwp`Q!0^_S3<7CZFM36AZeBqS0!4 zw2;g*Y(R4zu)+JlKKB6d#3|(n9Pfipq|shqM*jf0kOvb@517|Q%H?vyhC4~hw%~eq zHTsS>hiK+A`sO9RR+>@nv`P2g{;J-0^J?NJhNP&|dZn+gZ_Dmy*1xw${1p?#AGMc< z?z}mr=-OX~yeDxjwZ-+t!}-_O41o;6-Ea!LgA9N2g#vmMhS_FXGkk$A|>hK6jN0yBBEHlW}0I6><;Jw=n>owdUGZlc;Kl z-(-eK$z@hl8QY#e0q@$qm%*P7_38XUZ*-cDo1|S^$hQTSRFEbcA<8iglFA4G5%QmL zU6|=XD@m(cVPd%=z3W=Xbq0m2XckjrTd~vZCmwL}<$_m~K1mAfGNi5mInN44I42KV z_>FWReLG2Mtvt!UcOA5h^Ik|!0M2@DQSz>NCjeI0i~J!!h?d?<-mXW-RjjRY9ppYNEkUjD`1I2l?-Wil!v-uM&JGc4I8BnLG z+DQXFI+A~tdS&`SZ>N2_=H6+h+jU%q|oJ>IhqS|9lLU_PIHcjJ%)Jvd)2)S z?ljvd?eAen>VJXl7{^`eC@Ui%_>~ zSrjw1#4Zt|=v1Hm2!YOV&}O^6T75T6jxld__Kz|wOCuKZCE;*G{M;OFD~xBM909?k z(CZrF#AA~7X(K*k#1&MWa94qa0G`}eXQp^c7Px5b;kc6CPu<2^W%A}e<*_CT(+bvw^H`j34!5lV!*|$g@Q#^uSC>9(kT;m`NaySF~zb#E~z$>9! zO>w4v@s`!)Xk(UEeY=8;Wc|T-jDuWszf6VpV*#`A4VTqPVI2VX7J5Y?oVi9A9gI^=dgY4A0!gJWYAmByNvH+GP`!fC9Y0ESVv&N$-ok)#Er z%n1-aeSFFLJHCV9+fNYqo9&VKf8m|IfVjP4v&pB{T|5BOuI_B5F5~G`F^Qsd0R| zh1gbs^CK3Y?@*}v5x^V?C9!tl)*wq34`E6Xbl!~qmyM=7-AcyIg^=i`5d{{U;xfnVA7 ze-t$MXYii44eh6gF05ge-^3T~Z338l+gB>fZcMW?GD#edcOu5@s)-+I`)7X4`VYlV zg&r004zJ=5A86WiFCxvRc%xS>X%y0#!nAq&Obc@~R$?O$o`OC0<%&p?34U0U{t25t zrQxkt#2Ursq}~!b8Q12%v(j$vF7$V1lg)Up_`LBvKYqiycDYpB!r$eKQ*T7S6W`K{u9)% z1n~KW8(X^w;qzs+0!I;oTZM4Ze6HEy2IUZeOW^5j^euL64%X_{;@eSU4eYk6vWARJ zDr{)cl`?j&2beM#kZ~c!{c}vv{5NS7k;iLgb@SfG8)*?T%F=`7xKc*qpgu%^sVL<~ z3e}d7n~K_7f1maKMlIUu48HLFtLvI{WL+%Q_LH^S>Ts-UEzjB{!pDNx!jw?52#HWh z3%hXj4-9yc(?GY5DK1(In?!MS1(L9ksyeG71LhuPByb;T0f_}h;~$;q5o=n+){)y= z%_Pjm*-%@XU$KXgggbzDO}{Wqw%xvDYmzoF?K~lMEzD^NfY{$g%WkaFB%io3w1x&u zh6=(}!Vnj8NO80>3^5+`Z6;h|?{lWtek)n%*7}y6Hjf>(s>8koSl&-4;Ktis5rPH# zz;05dIOmG+Emy}D_6F-ohSST_+T-Q(McRd5@Oj3~#o{7%s>uRIkU z{*Q0}024`KFz)*_Uo&s0iS#+w~)i-#Ca-6 zE%P1+B%I>2m&TV@I`ryho6NnpYZa9kp>q3peZ>5vle;8mBom6-_(7=+13=UnRyBLC z-84-qqt1@e?v0s_KpS@8fCrezaRq_H*7UopNTqFKd zax2=8FSTj>zf%fwvuKY&gHQ18vvqB8cXj7U3q=IGRv3XHw;^0HIRK~|ln%M+R=jVg z&8OMh!z7W+Sgef_+m)EB5&;{&Zo`q!1fEH$qrJL)C1$m{FvE14t`_8?!8-=aC=y^C zZTp}V`<)Lpho)V$zAb__TXo4CLdmscRAQxDrWuYm1IFXdaBAY)eEo`z?Aj|m#XZzcF z9OU=Lb+qf>vG|JfQkr>(o|Qr%lg_wcjX#xd zDG{#>0yA^bOLNad=tzFq$}ZYybE!9Trud%PLFY$ww#6cvNnS{jC}9#Q3gdu6 z{oa|8azV+gw$`TAblE1~8cF36v49uJ`HQIufs&^q1E@IUWLIGw%(J`?G%_OKNojRC zDmVE%cJOvc2qb*N3P9v;=a3qi)4W2k7~qaL*+%`$s-q>r#!CUTz&!p9rk_a?85lq8Ct#xjAOqqnGNuRP~?|ltu$xaSz#k26NiQ-E=K4Im&|v@p zoC0{j$@#N`#b&;NAKGrC^Djh@;zHLUWGsXd7zD`YuPu+5VAo-LsI{)J(@Pw|b_R?l zSNN2Srg9Wvx&w^;?n0VT-R}6MYbEnXab`n@MkYj+2*DdiTpn_Nx-*<$=}xq-e1yMF@hAa=NLOj1QE3 zHYbs8{OHqfFOG*NYZ5sJft>W^G)b&x!$?Q z%yEKA+tEfi7!`}*8x`?(y=SI0GDgx!H@vcKK!YU7+>e!qCqH!Y-nu;lOSQJW)I@RH zW)jP96q0$0s#q0#Wap_~cAv+So+`9fk9!qbRz>d#*xu=~M+LlMPqF!!iJ}9{#^z^G z6pf%MRto#G&U%{Rz9Pjor>x&vK`Y)&#}F}a?Iu1zI*jK40yD-jo-^EDYmwADrXbBn=#F=<&}RLSj-zG6~9z?Ai_h z#(3OMH5$CLbtTy6r9XP?Z#)B>dh!pX+SuvV z_77(q&_^A^EwrwL$K@#bvdM-7?&@*QNa$*%mHwaLtr`s`JBxe5`=n_CDty9Cxdn(l zK%6g1af)|VbrMc58crqoRv?7Ssshx zt#NHMt6er3p=PrI9ZCXAJcOJ9f^(KQ2a(f*T;83oTIfC()aSI7bs4UuVKj;l_c4La z0P5J<2n;zR70394QIbny{(j%HGAU^kERJx;f!qU<4_pz~ty{gkmK(V2WOee^GOr@A zDssmR2Rpik>NB)<%@Cnzr24zR%yj9rmClF58kMJsS>kBpx_KduZkgjdV+)L&sRUt; zazO;`$RyymS@AS-Yx3PmC91@y%aFwre(Z0-XHalSB;z391s(X|^bZx-TirI`k%*vF zh&p9h@*D=}2_4T~dT<85ji=4xy+&y)WVn`V<}iJd8*?nzMYirEmHD@A90SM$jO5iy zDi?Cv!j&K1UFb7N4{LXKbsVbddahC`9?X&1D>FBUut{<{g}KT;f*s#vDNe!@u!V1uI)^gv)-|f&wZt0 z*%>im7=2`id^4W}zSzB)9c32!J z05gNTl>qz>X~q=r^W~*ao$b0?cIwYZ2ZwcUB<*AInp;?A@jaHgq3AwJ&8Aw(tXi&= zBec^lgsTfojPpJqoOx3;xPc>^Y=>b2 z7Ycx^d!LdQ7))(!06$cIEck1}zqF@@Kj9tMH2E()J>uOt^yZe*c8>PYneFFhj!Ad2 zO&pOSFE7fs<#o+S9isWrx}dOSgM7l@MT86)#xXR==~ z6%B^-COg~^0=sm|n(cgFuj&5)vggE~5qKxV_i{(@!^U@4m)aC_TEvrha`+iDrx#2G zQX}6Aouxq7;fi^U2mBJ-epEJvwQ; zb>b~mR?h4!$4y8M=v7`)uBS5VIbc00G?mX87Up%Tck5LA;uMF4Mzy zT85~_l|h89--LMQs5WVeV6Y$0UWbMfAf<1KUcb@1opazv;u0LW#HkVsB484G6>^vCQ)@#9DMN#Spbo-px-tg`rXOYv;4Cy6cf z7!%7OOlDZsl=mD#YqovtqJ?^fFC_TDM&$IQE@QvO=! zac{es06um5Tl`Wv(_h%cWF{NnWZff%kO={q*vqqxo7q9a zgI=TX)Ao$K_=oZL!`?2^ZX?s~yg#O2O{n<@WR}`Ebk_4Zk-D=POl|XFq};^gX#GnW z979y`6e&hL(D$2HmF%q+_g{{u&R|-dbs0Z}_tVt)-^NxKI%kOPtZ%J8$9ZQwk;`v$ z6D`fGfU?MvBQ8TL3=n!_-n4uICe>}O47TxomOZg~@k`{q8-d1Gciql8BOhA&??3;tz&* z+8>U!?+r^e>}xa<=|Q~787BF>#&VGr`F3s`f~1}pn$Xg}WRC@WA@GNZlSEtV8>^TM ztEi~k_Gp_Svw4Wb9zi=)6~J7Kb*Oa7qM1MSG#NXhGvO7ot0HBU*7-%N_$>f+*0I!6I~rBLod<&PkY z6Ya)NBe^L%UQX?tl9O)lQ&+{>^pI#PZ(}6U$!rUqn}m-e9vFZzxa07`;B#JGrTAx1 zhVRb0xR1+~a3h_JWpX)h_z5T6kzHo7;=2-;R`JN5VP7u_P6!}?0OV&mH~^d+d!BE^ zT7+;<`;l*Ha-Taqk*-G{?Gk-E4n})mXGWZ$oL5sCaB)pXsYk_eTZ?a!-HT_2xFd9o zPB1WVJ7YW_O!em@(3ewyTSs$iYbvJcK5T_gS8uvGH7Qv_L2?zXyq$)hw zR%KC~4mTh?4C6Tf)_?pZetc4}iqOX|%_2(j65JeexXwQ>>*`adH5Fs3ojQst#c8Z| z?2YarRc9rBeaaW0I2q*Qk8JzX4~C?vetjlW#B`y$IXTVBaY*f=xe_4{(|l!NLp*CTMrzOozcgUk$}MV&))7c!LC=~ zrjv26+N{@295$Y4W)emkKfnAVp&TDv9P~J^K)KZa0O1?b0!FbYnebjWC>A~dP&ou+ z9Bl*+Gr$$&;-x1&cQ|Wvb8EQmPF*)l3%1~kxMLUyjUGrGlIhdjt2XrvagmO_ut4DFxUVqLdj5U!T^L*Y?)ph4%?f9$?6CPze=m&I}43U2+~V<8r>ga%OZwojxsPk z4?GV2>u+9-uJwk7PqQ==C_v1EdLEhFJ%=Mcq;PAZq@x)qqq0dwsKkQe`fIC+CHp3x z-eVTYxQiz|_c{FNtc#BfTnXR)C;B@4$AZpr`A3h+il1joy8KDxUC-%X_J#eMuQh+! z^Tr+y@Xf}X2Djqx?Fb>ck4KH+)Fz(FP%X-q*p6-Dw17%JWRMnI2H5`ql=@HX;eD;x zY2Fh}AH`Q*Ex+*->6)eO&E!^kebu$RZiraS7{<`YZd-U#3|Ddjc9mH_Q9e0*M9{SV z0EfEdIv%klmyA47rOs`1xirSQ^T1NpHzlIoF^Q&{7mo2Z=6NAGk@rPkGW<>d0D^(| zWA<^;ZG1_n_$R{p%x|n|I!$?CY$9T&=2;cI&n+8s`Grd00N)jU&0a3i{7>*>#abVVbpHVCJrl)uPoi6R zn$J>_@M>bgV~#6XV})DDhwPti4I+nSj6|4V2tIG)Klm**-|a!+nRFd{;opGu4Jt@& z9d7N?=XZx95+rv^Abr8NG1|UUN5Cz$!~EZGd`kFH;QdSBKZpMSv2>fChW`K&{AmuO zs%YAFoU+~ANvX>1W$p>GOXr zwI&snMR@FZevkVqc#HPO@ZZF3CtmTkp&Y&@@f%%V-&oos+Ui5Af@Duqi@fD+xPa;)IVxHZ$VuLOaU_s)=zC+mW$Edb>+s^j9}CruTS_NiQ;}6 z@D77(s4k@*pLrtqcTrrD{#m=(!o;hy0Ph5V0cHT>)~#qBAlIA4Q+T*ZbaZxtT^{b< z5-uA~^DQKbCop+xRy2e=D@l(qMA>EJk30C?E%n3`kt{M!PXUzV z6;&hvz#dzUa1%`UuP2X=rKPTkWZ!MOYt)V@3<(l5g7A>6hE)r=F5|g*#xhNQr1148 z4{0q^==v_d=6vj_$*yL<;2wwJRo9QiJxJX(soao1mnE=x^$1w4wY;%zU91&ZR1N`B zP?bk;G(I9+N8&5{9lCC=V8z&cq?sg5F89a! zO2*ni}Xwsux7|Z#| z7R;6m^GAot^lRJJ~9l&l3eNRgCn?`~?a^88h3#(5s zHNheGVcDeOJg8s@L!NoT^~F{z4;0n(DxB@^pFntX;w9F#p+=G4NqupU4~PWoL=2N<7$pljiijdKK949 zMg(L5!x6v?xaCN|`9)vXE+N+=-SRXL$tx>G8_6s#8U95K+>*O`WDUTaHx-qv-z+-J z@_CR<*B|L^3NTeM$O^vFt)IMb-7r@tan2-tVr#n?nG}L^(2l1ArvUXF=jqZlo}AJ}<)WEG zIyM__&;ZUrIRkOXCx-ggj-3>idUe#1qnES@(oBeCjDm2Wk_OGdo^nCXJMq~?;9Wi| z6}ek0gk3{MDL>jHAz->Yf;xp&QZT!)-Pb$YJBGD!5T>sBmpY0O^*H|k46|yH*w|b% z8+oMiimEJ(6p%>HBHxLU%m9tBvzk+JX0LHjrH}!T7~!7;__od z#AVt={oHIA|=Y3}aqXT->``@p~N8=CerM_~ERd4r_mBg^ZRzDwcSeB7TSD zFN`R_;d&E}cqfU5{@M={+uS6L6mwzHWh~4}=RJsQ;}{)qKJICLF6-s&t!_VeB=&5n za%7iqm51GKm@IJI?m5_a1B1?KR~H)ZiLLFtnGmQA=CUfN0dt&=M<5)Wkf59%R;vj~ zstWt+RASUmSn;2Ul6%jvfee3RkWRpFk=T}SNt1RmdEjyL5Hql2p0d~E{{TptW4Mkz zfussn7I=sXc9ISUObxgrp4c3}iKLWAb+$3OBN&B@j?TM?!7Rio@-xOqAcARhsjgv# z#hkFr(<7@uS~B}F_kmM}$sK?sfN`7}ROlrFsME1(ZxUw5_maF&?giwEFOgrI4tO2% zNY6f;(=_dMlHf9a@)%)A{J^_;bRdJf1B|ymx#%mLxYjNVHw*TgR%@u0+B3NV@qiB8 zj^F@tIQ|lOlR|l}^*Bt|3d?b^o-|#;+yD;YxM8+|xt9cyoch;SvsP@{QCpsc;$IP} z+v%EIkohfQVj@Wh48_#5bt6AGW09V~=j8&fx#Fe2)GVykua!m~P2@M0s9f|Ts2uVD zZ2RW9Tl;&fzYxJ|ERAn-Z!0ioebKaR5t1?vP6lM_p1V$SiY=sD-F=xam2RPSnid&g z4o(0$7+hqM-9`cQJaM3s{C@K|(@9+E^}i8W%cnJhwAQ){Y({HaW_OB$UE2w#;z=xZkP#-mDGbuul(tg=loSvIt;N`ajJ02e%PdgLDUm8o7# z_A#fJt0L|5Bk38)+S%Y?w;b}lSROWkS+i@==@P6mURx}aI^eXAMaaasL1x8**7l2XgHaV2}yrnf*8z$>7&md_eX-8A~W+ zk=fBA5u@QEF&9 z0gPcvl1bhE(u`w{pI#x;FJZTu{%eJe{KXOPWL6Bly88P9a-j4C9jV8bCee!JxoKrh za{4$5i+Nf?r0mRWPD&lP$@#ugdxAc+?RNQYEbZ;#kt4c{vhFF}n3K;yLGROA7i62m1qA6A^$^1&ol~w?-0FXIu7<8Wn{{U(WjT6Uy z9A63B-9fEiO)j11Sl)RBqn0?Wl_bk7Z5B5djz*3#8!%@9m=A%*aO|fiD?Jkb05*D9 zOhSykpF`~riC-Px$DS9^+Qa)xRq=&}mS($y?K|&oWNBr%3nHE8=eM|sMDC_Wb%9mJ z!v%SNjXpG=hu#nIhl0K*Ti!?EubHkETV%R6i6RG$qLD<49m+cpj~+@$yx?xo9Ag!&0<>!x9;-W+Cs$?pc1V6 zSIxoGrz}J$N;)?md33#+*4ESW{5_0j7A_vq%Wb_aW%(aH{A$!Rx3>6U z90mbs_E#77UTdooGyAs5BW8H>T;zZW?lg~&TK9weYpBS!GwOC$_f0gHX#<3~!m)t) zXm*5fh@f#KLSEmGd|LAAQJv(tn?z+sEb!N}{lah^y34o(0+ zRD3#uJ3W71)9fzpB=H^mzio!b`dGftE|!-vxbhT@$#EA9V`6jVlbm25pvGWb3LeR& zH+OF&-SpdKudamU@#mzJk3jhSF0=8U_Ga-#wykA=(VT)McA`$9+^%A0W#Mq`ardgPt#L_>rbQ{q3hhl?*XFBof{5z+Og);uqz z-^piU>lh0(kWV(r*pN3mnPycyg;`r^JKJ}E;O`5=@FVt#{{V!N-op4nrCyC%-W_7s zZQY9m-S%sOe({aY1b`;w;pU#7oiIrP5`>fRx`xx8&lS(;t<7mug1Ni(ADjUC!X? zlGRzRVBC~xHKm>UJ#N3?+jGvRS~Pj8TK87_^geqZu+{g1_1i077e^e{dZRP0rxUZ= zs;WB`aFPOyNLAcU(}Bt7KKZ5SdZ)roEn(AI?@iD&xFn9vMx<6KzT}bsxD4mbBWrWQ7;~N6kOoL#KtILi`i+I<=Djt%J{q`_ zYx(#0S2D(8m2tar?gBOYti+x%oT%u0x|qyGYkODn=={>?c(rP&DmbGDrwG73i8?t*PB;tk$~5n)fVxtBCJoj#yyYgeK_X zW_cB{fwu*M8pmzmJ4n$cp=LF+)oPFSHH^d$>jtv^YZDEqn1fUY1nNdIkJ;n$< zxFf$c^#{an*#7`l_@(ncSVU`Po65gAZxpJ}Y+8LS9Df1I9OKyz(*)6uG z?LF{U!afb~UG2TCkJ;Bvy<1H(_U>j6VA3dH_l*`+6rcsX==R{VF5L6_$1_S=zcWN?KCHqC%(40ScAA& z_cYF1kXv%FUI*RBU_q}&RH{>MR&3g(8j$y_R`J({ZS-9kX1KUvd2&l6LASVJ#?lGk zdXdwh$>O~B=F)4+M`+{9Ma+lgTnyuZo_cc-Q`SJppGwY6f zcO=o|Uu*V|+P4wJp%GNzDDU~#T@Gq+T<`t?(MA%d70v$u3^T%h4@>*0Ci5fm?Q!Ps zk7y+HRnI%PCxCh$E4sJRbgvIW_Ym0JB$CCJX$YA}{{U!h=lF6yTr4o&}OkJy}rQJ7ry_A1aUrdCq_RRm+IP!M$FDR>VU3vzh+@ zgoSSPKlF)aw}v>%MI14QZRJh@=rNvnD~>rGMyHPTnIwuCuC6DN;bYsp5TUXN&ejK? zUUAP;U8jaV6Rw{FO*B4r)x`fO09+m>_)gv=-5e~^?%?cV+Ydg#ekZkg z{{UO0=C#=7_R((dOCBA4s#+k#D&?Ez3n2`5cj^52t6C?5XV!my(1hR?$m9z5PY(Xh z7B+1gM`-UeWA~0R&$oK)t$rWr`bzC@C0RghG08Z`Zn*p^YiAVVxoPSun8cN!czj+4 z8WxK*(pkxMy9i@YcQC=@j&a=o05M)`;~g63QNC#+ig?u+#$s{hsPyZAGxg+yUq^gz z)wEkr3AL@|(XqIZfwh$ra;P0yfcc0#jD_op`HuHeT~|^z5L{bEvTogUP?nVS89bbD zF@QSrU0H2u)K05MP6^6Oos--6BUqXU+|O{OloGgZJ*cL^6fr=HCb2TessjNL;P>kw zKcJ$!y`;PT2WK<>k^KYy-ChsVw4a8)6ZnbZYu!J>y6%T>E!>)}n=G1!sRGRlc@}Wr zIU8dwbW~hRZpB%H#<5}Ez90C{@E1_=agN_f@fMrnD=9B7_04|MQndRm^mmDKcF|3A z8WnjY^CXhcv;f=rs}y^QkrBK<#-Frzj=nW$)Vw#W!=)t64dH^$ z4=zV}50+$#<(fi~7WrBdeq}=6li{-ZxHO{~ChqN~%S&kW>ir#$rR9ZK^GR%W9{|7L zo_;*=--52R-v{YYuAAfN?Dctd8Sm8I>9D{jD=bm@vF%m+QXQ?nQo=VX6-a-kziBVq zm&YCsJ`2$P75H~W@%Fc*cz!zw^;EpK)voOBC7MN>?EYB~GP+w@%92XCk#0`pR{0|M zx8jbg@n80d_;q~@nzWiepQPz`H+oIHS6^rvsst@42?CjtXS2Mwz?m@dLnE_=Q@7~9 z_#n6J;o?sX=}2CPMf^SPt*gD>iGDZg4pEf-og~ukcbYfAjdRAo0lZnRY8pp^d{g2tiIb+1 zms(bxX0QmZtzeE1CR?Zx4D(I87Xna%d)PLGn!CoLg54RCDc)caU5Sh&zE^5sbDsiZQP9ExEH@@zZTwj@=Yald9Mzi zsNTamIMstw!9bdM_9f1WeS}_8{KnE)eXhXt;~6m-NxAF z&zG=}3zvB$=OB^B zegM=yAL!aw{35Vi-|4WG}6-Q0pS;M&jS0LnbTs7@i_Y%?G-`(!4 z_tNX;W6gG>*YGnnEoRq1@s^<4eVwh0bAIk9cdST*%Jkn(RF^JxD%2EbvhWlgjh#@vrQ!PfIOU?s0Uw@ zBp;^w%xTY(UH<^!9#$gDLu0~IM}6U|dtdmLva`opKrFZ8jJr zMv+1Y;$pkE6;gvZ+{wTPp*y)Xqo??QX zJJjY+%;r#5{6+BR!+5W}1FK!>_fT5>zA&p2qccMwATd(S&RB&Y;F zGEUL7B33fPy*Ho$D0FaHun0V01As|681J9Qkv`b=EvgA6-wLqX8*T-V20tRU@G;Z? z++YPfN5nWAO_D7_*78a8-9d?x6hjY`7v)kpZOV4!WON_GcpZ3I&QfuoQmNkh^)dWQ zsa(OOm_*P&l6Eqf%+du7mMSnt&`vpJ2X}n&&iHG@4XEAUO*D~Q`B0Jw9$1&=8Qp?D zVl&S_cdtsh;w!b)Lq=wWW1bH<0~wI6OA-R`I_H2pkF8Pgb3>$y-3+b+~|~5uFXwj#FI;PAKB92U0rOQ$Cw7q*<-bbCnT}wI1TTE z4xv5dhs;=(M749e;6T|x02q7|(~dfP-nputA(2hodu>`Yg%LMM+mQ!NtAmCZ7|(8p z9iOIN+sb9N=X8NtBq~)-F~H>h2RIltQHrspI9U*+0Y*WD3~ zZsl0yV)#;c7~Rx!$qk%j9&=2xnXR;`u9iU!!OG_%K%;XGNNxu>!!KMAa4RWaprxk7 z`n}A^7V1lehoZNYJ{g8j-F`sM4+M^cRT-}pEMLrJk)wl%m)vQ2zj~LfHAfKr_e8 zbDvMbQ}=Er^tjvUzuTD>{2c})DcNUVYki5e4?FzCnj}V|_Vi5G_2d8d&BrbzI1W^@&U{BP!So z=QzeY`-5FqiM%}?hv92$*13jDi6U`zv<=@fdf&%>HZBh>6%t;+M#xe=! z#MF|h6um;Eq?$(sqm6bOYn$sexp?F|q$)T%pw@w(J5tP*9BWV+nZ zn1Bqi#&MQF2+16rXQ*sPk5ba26UT37a?dn|7Pkx)_paT@N%_7~LB@J?2NlA2 zkHrT}y@pF!EX}G*zAJZB5(QuwDFY+r+l*j<+0Ju=om$GPy&fhVX*=B=k?r?brAY-8(y|Z5Bul!ij^wFp26I}T*v!%OT zeVfTs6Xb4F7y*>7&_b2#fN}{QZZfr0{hVWcHS{l@QIfLP(DeIn6KarnreoqOi%C2? z;w=U(2T{_k?w%XDA&r(_?I@>ac$Vfl;fi3)=&l^XSrS6E;Qs)%{j_>-hddV@!p*7Q zSXs+we|s!yw^Bg`#I0>3V})~Tac>^N>{Q!r=oFrtOStf^fv3$f>Kcxtr|k#GV4E(n zf-nSOl}fX2&fXUxx#!RS0BVhD{{Z4Fnmm#(miJIB>t_@uDAk0G78{{?I0W~@9AlAQ zZd*=JuN!F{dRwRHzpmZO5$!3-No{1F)>r=kKkHMX@DlZ}Ei zlu}pb1f1t@&prjwbuSA15x=_Bw4E+}Ha$W&8J1>vFAPKXvL^!pGmu8sE}#>@uXgyf zB=8@JudY9{Y~udb(X{*9WV4TJgxxGMmS#9BEH?5hDcq%|=uUITkB`6YFMCO~uX}%= z+C1ZMn&LFOPc|*#MsTXnj01)Mk{E`k@yFuR{3r1ZuiGSM_`o@=i_KCF(>voN8mW%)t1?m-x zFbHwiY590H>3*+aP*KpB;CRC+$4r$=pN6|L&Y zG>t40CzTjwiIlO(EOzZ5d#48+o-5F(>bg|@ruNtR-~I{BjH;nYQ(tM_`Xjlrmd*S< zsastet!G-08SQSOSVG$44Tz=4Wp+~8RpWAu4AoB#T*BJHSsPi^KeORKXgY%}z=3e# zmvJ~@xVBI!;fNrQnDKrh)UQ9ay!%-Vy~BkbVNbjBX9{^x%vU^~i;nCotJn0i@TNAQ4p%R-&k06O)@JsD@s7t?Epe-9`VG9W z%^jRK7NI0n$~TnWXc+^J$7^j+N{}AA&-hC84S&QMlzK*~4Xy6LkjSBKnQdFmkU0SE z!tCr6hIUmTs^i1FFXL?=MDcNg<3+Z<(KQJ?xa?hsdvuMrl9O!?6;+4~0-df41J3VC zowVBEGs4~z(!6E=00|Y;Ep6gK1XjZ9?DE`PL$)XjrcA9brF|PoOKLLjo$H>qZ6~io8Di$nUcY2FbI)#^@PAs&yS$8lq<;Ej;DNhxuS}4jdS|Ka+;Lq009e+@ zYDxRM98bre3~4?x@MZ0s%M8;(2w7nY(j$Nf+BqS3!N)iU1HF7{;!h9UTk4WVY}akM z*v2r+8(`z9!REg9ig_&Hk%->c2j=re){`d(B;(hN4_pf8^=}JkvRzzBYo%!-?c!l1 z{#yCOoMV+aJbpYA#eEi6n)?rNCeiBP@f@DwO`jJ<;p_RLS4}SMm4GTn@(A`cSJCV6 z?V?b>+gj(#$IEbme*w3p743g&N3#4*{{U=#9q?P=XT&cYd_=eKbhnyMhvtseby#NA zFD|V#cIsIp>`j$kAOZFe#9Dwhx~DP-XpWTbK-fY zx1AumxRILPKlFXEUvh6d8pm#mp2-k zvg#MGq^$}<(gcm7iC|ce!gkE5J39r6c=r8e`zHJ+x3~Cx;PI3z9@%T@x_jvW2DI$((JEgmd+n8)e-IV=>&2|ndAcM@e$OLZQ^HPBJX4L zhrq8N_-Ep0hx~JK;n}r~3s2OoEU!by9nFQT5>IR*hC5Yg-1(~&p(9{$xn86wf0X_k zd?h|B{iAfZ@kP|0F4aC22hkRDZ*OA(v}kW7wq>?>#H}2AezEwk ze-FbwL~6I57u2qFyR2?~Xf;BJp+i<(xUXvXc% zU3zP_n%?{LJDpuM(DOeS{8-e7j$+ch58{h<)io#+QWmy0BKG1fK1+#I+gu~N%$uHO zLeU+#K5qdDe+2&kf{*^+km-L3t@Ukl;bw>89TwM8mrS*j#xQy6H92B}<>89m(mR&& z?dFzGISN}cUP3ZmBMbGX!r$6A!@eT$wZ7r6NoyU_YS)*x7p!q4l7&WJ-IY;=`3 zBj=Rn7-|@ba<5M6Eni!8*K2>noJ~1Jr1d`$el%a${6O)(sjq7KUYff0sdXlyJ6PH( z!XUX{w4)-Zz~)v{@|~}^ySo=^@xO@P7GdJZWYKkLA-mMamG&s?{G(+bmNxE?0Jz4` z2qmx%=Fi^uf7%oFd;b82bNI1;;q}*!p+1Le8r{jJKiYo9F3Dh6=4Jr|>airhyLOFC zt+mcFJjdWqjx{e1&2OvfB_iOVxT@`#?;#sWp`^`e~dv6ZU4Y%2?W@9u4BPQG^ATt8aRDxgS z`F>UTeWCu(;qM8@9mIdyS2~Gyn)(4Sw^+7}Ka`3}$l#E_-Pm)phCVr{Xtx@#j_qO4 z?<{TgXw*q@_CX}Ew5rYK%3QpP>SRo1Sg8OoUzpdS>KfLeH-)VvpIDm4JvP8v-o3?} zT||<;);nZeO1oox{EQ2Eae8Pp7Lg8uAvWyd`WF3uCJ*W*VPLH$BZw2_#gOM4vABXt1B&i+2s}}) zctYj13+s=x>Q4^qo1+<$aUK%@76ferCPR<7ps?dS^{F`8QhKd5{{Vsi01j(TPVP26 zo5Sy+%cjcnL;a7W-B_$r->&l!Auy2SfV<<7$n#r}LiACSx9~{e z(Sk7hLM8|)lmHKyl2rB}5~jPahT6jGI-=X%Y5JwqaLwh+)5jvCO048I`8RCd+sj6| zB!k9BJdegd1MAJHNj{HfCaq_tq;~OnQmxZN5om&(0gsr1L#|E&hUcwiH6t8Tr#7{= z{#$BwS<0T<9DjhdiCa;MIiw34A1M*pzRtzNF8<_g1RV3hJ!`Dgb+dip`y0sM`%F4` zNLmTNWQ~p!dXvUCfyvwnZaag(+N=myik;amOv5Q%3O& z)_x(kp5`#qLlN_?;kOZ_krm(b1z+JMa&j`eK;QE59Ffav6Xef!ETt zHHl;K2AB}9xycY-UctMB*sscvf2;&?K93I#lfm=y?+{<%m#^~g)ZKTp} z=0>~<1a?)YWZL zTZr#&WAiT|w%F0Eo?zPQPdOL_f(YX|`t%oupu*-Ant0YWMMp0oT>4{k64*Ta%5jc^ ziu5I_)Y4k+M{lgmx0}CxBEsYpDx(BvBoYn*>w)wJr;|~*ye!uDl8k)23m=nk!3@9v zGr{!7QYwJEYeiWF_3J2QEtSKfo-wzhet7Tei0$WHRpwRubdqi*-5C);Jw8$i>+V0r z`Wi|*G+1*rtc>1tcJeBSu#6d0V;CfH&vJ8~_&KLp1E;e|^Gh_~GngXzkN|OlaKI38 zxOK-lIm2}MZY>q$wT^Ey19Xg{Qiq?DEwp-L0OF$>huSV~mgwCh6hI~+Rpj8|NZo=s z;PvElNt4#at6h3cCMIbbX4DyyP+DL0htP(}4U^j+g-fSe-gum8_7=Kb-R0%%im7c3 zUo?|3+pq=4&e=EsWw&FTiluR_E$+)a-n&Y{H!)cY9OpcB!2o;bKDG6y!%bsC_z$D# zcJ?+peyQRshF>>V%A2cs9Zr0g{{WV1io_GN?i-klVMhi#7U)Gd#`1eF>!FS!ry|={ za(4d!@J`#siIc{@E3@$Z*OU&Qq1jqVsa`>mjk7VrCOG@8A;wNP#dJ;o00iyub@r1T zsrZAdE}( zk=X9Z+6w}pHb!z9xXnNIzqr+}7wr()MW@I`x`l5yBpj~NMpTwKBmv0j&THqDOxCP< z)3>F+;Ip5b68-3-&cA36gT5#DM}27yr4%-<;)!K>iRx=bZllyYC)0_=%$a(AtOgF0QR*dp9=M5!|5J zI*EM0IN`j=+ssjvDoNZ)1QA{d9P4<}$*5f;IV}(?GLA4;3UI*XhU3OS+Cl4|djnde zsdCj;lKg+JrqtxzZ6#u*j-?&##l5NzGEXzkStZ;G5QhhVbXelN#sRsT%LSJN9DKZ- zgU51s6%^!>)FauKyeBMrXN^3)L<@y=49I|^#~_e8v*c*fzeW2#AY;yJDo z(nXFP=4hd11nxNVGlPsCcs;YwVB>gSPmVoK`s2=vRJ^x|Hl!tFXyhA?{Dr_72Y_?a zjN-L)i{W{3GC{fI^8RNH_Hi>Ve|NW^x(LrBJRXFK=fq0$Z^;DrzmRGd7c*+>KialK zBRZr_kXPFzbJTH@lY#CzooB;~u4|FoTwO;Tl1Rn;sPQtZE=F^V^vNEb$u-buTKAJI zn{8I&Xl@EJJj3NYH{BRf-wn?zjB<0&>sR*>`0Cf~>pTk^ZOMS0g9mWNMoAeYXB_jz zXBRGOEi8ha)b#94pkCZ~dr$HO*hjY|4&Yk=Zs2!TyApW0Y*Uuc^q;m)$Q9-g;^$yzm~9xCSe=N^A6cQ-!RYDtw*DHK4GazYihG= zSGKXub$MnLgmJ|XGRo?52_htBX28O$bpSOu$#3_a6y@(-ZhL3I&kWf3;uX{`ZmgiU zk9scc@<>>QP`+Q9i?d)nk_pKN9OfS%{1}?c!ZTlJ^Imv@e+^Iecpyt+tV#oLXV|5; zZ4$OXQlv(#8x_oW16l->5Hz-yrJj7N2{H@QIla$XSj(h05M*jc_ zydMi{5;DuD>KBTe<=l>AjtFLu<96k5HUO-wLBlXOIX(=dS~c$$?R^tnEc*TE>{Q&; z>qho#Rp{0J^TNC(FN>qn?yaw;)nU+g7M9i6!vU9oBr%*Rd@eJM*aw~sdl$w(5^EkW z(fl{4Tt?98z9P4`MrbB!6s4L^3k6aEOtUWUm~U|J)y_DrW5oJDjlL&EaVD*AXW?0; zMi$mST2C1`4#fy1+n2z`4&#lZgVkyGvFg49@R*8AiH?(daT{73v@$fZ#!vtbLEL5O z!N3>?2D))|A1^yr()Rg&XI@`X%AJ;*e73*pc3wF6+ob$Q@xGT8t&PdE@SN-Rc&}}P ziIOP-v?|M-Bcrj)fJu)8;Z#=z`&R3=pA&v4=$BfgD{nXU9i(iQimbAqn=iR{F6LrO z7x{~ZC#`Y%E|Cte@vBn4Yv{}Blitbpc^7U8^CaWu#@;&h;{XGSvGEGl?(f7JeY|>? zl(A{aB+x66sUen7a)Uepv>rIX2aIO0Sa{*13UJX|?%VYv5mCA|B%YktG`tgY{{RS{ zjdgi%aLgh?lS}fhGLkt34b1ky-z9#K_#o`iGl!0()4n?|Fg=Lc(lz&K?%%L^sh?slFx@U&Vcx8d^{ zwuxG4V`U)XKofHe;{b8VKD8f$ye)Bh_cGpUQQfudu5l3DmN1q(5l#Sal=MB$MlwNe zyeILeiFDgBCha!O3A&M`9&FCQ?Tu7?+-=>+0FQhDrKxy=&qtc#G?VQOoyW~XwHPr2 z0FRsHImjGz=eNsyYL1L!E%o)>@oGz!jAFY#y7&A}gG#&6bjz7-{@DuK+Tj{oi(zoZ z%H$Ihf(n)Ze8-M!b5QYphs5nZ3yY06Lz?GLw2IvQq`H?-Q3Q&pa2#cK9l0TLGD}yR z_`k*4jkC#VEYq)J~8mrkM>;`M8DJS5uu&!7D0Z6j^&1S zRgqY3lRG5Z!3ZizKqRyHf2fIWAhW&F?yZY@b zyDM7-h?yNg9B1yJBltUQBs!8wB;WP8I*H!oFXZN5vgNh3~MF<+(-d;ZOLLzbDWCz{{V&>t;;o?t?TLbam^Wq zM49ss0}O;?u6F~H*gHCKPaNt-Enl^Z_HCX8@qa;WGvY<`cNViOY~pJ$gYR3P^+c2N z9Ii3Amh~)hPBQ6{>QRdo8df<)+HKM5H zqB!MFY23-Ww6oKsSshg*-GEgKH*fBPkH-~dq|@!~m86p5MrSIR`F9cNp51y1eV>M} zF2rb(M+++Dfo_}*a^GI{pMT-on{O>-WN0P*<2&7B%mbbn^c&9_*JwHp1X)Z4!+)GN_vD@jKj-2}b z99FTNDA^-O^26X}Mw71_v}T$SA;}U**84UmCyX{aka`Yz$3sxf<9E8bnj3ghJ7{pE z$sf-DIT80NQGq_Kt{n6ktf zrDo?Li8$?^2<@JGYZ)o)%Gx!Ad6ucOo|97hab;zNwtxsR3=%MMdja`-3>weWt|VKj z8Wm_-JTjYo$j5I*8;%A^XK2wUvxe$E?#&fMUYJmZ{Je7bGp z9kHy^ZeV2#Cp~&``0<`=YI~<*)P3b;r>UP8iW&ggJgVz$6}hPdp0B z)OFY|Y-cNZG;(hWUBMU}1CB;H$3lDe=DHcYJ#v=}i3-OX3>Df`F~G*+PC?^5eS6k? zo)Oe9r-C1~%@^6E-x(^YiR6%mQg&_T>^>2Af5QGFzPa#Lt*t|K;hUHy)G=)o z*0aU?wepMsyumNo)f4R=VwJ&{ayOVxXU0F;UN3-JZkOVVruc-*r)pPPO}Z(vv}kg& zJ5M@E0|vKvzo|0>@w}OLL_%EN@TZ7aNtI}*h!z>5^LuF0NMlg!_wOtr=*g# zy}Mb(Gughxk`sFyw#d}Y1hR%%r9jTZC8K{Ien)`H0e9_=T(dNceLFv|5y! zwZxEw)F(+bMrOO+2$cgXqdOQxN~Jok`1p(kXZ0z54rw?402CS>KU28>0EBuQ(`43< zsKq_3H!LAg!CFO{Wyw@^XO*0?l`2_r#QbjkraV9JTf(a!i9BiH_PUX-bwguuX$r=U zcc$n-P$QRWq>T#_i?x@|kTxH?1759X7*dLDTV<>B_4E8YOT)_2lhFLi{k^|yJxAi_ zj&#|)8#bE_hK~iu{3NnLD?ui^n}DkW<`8y(hFq~Fn&^TFjceqMF4I%BzST6%KTSyC zxKQ_+WS2}?Az-pbToL=lkE1cp(g|R^8v0w}hlo5I@f+he#OvPx+S*-ca$R1$+BEl2 zNpXBWS!R(!yCIFPGU)N0iVq5fcAqcQ^?wS*;d?nQFD^70EbXLt*6t(cS~QN#0K*9+ zT$KdmgSw%M(~Ea;lGKDCX!7(=eT=_?4$kTz!l{<*@Q+a!csPj5ZNDiXT9)N zi*c!ViH@N*wG5UpJh5ss+$?6z);S~%C}_xF8B}ByJoE(Qak}@8t*qy>`!=Cst29My ztYB#7@*)QbvT|BQWGjxj`EW7Tw=^FTE&i{*&ffCH<%NXM#tQ&hNZ<1_bMxTiI3WH0 zluO#GYBeo&eSfd`V2rtRk?lA47dpO?7xu;C-&@`ZV~y?ZV{5B*`8>kT#eq8!iEasI z45M)+c<4MSH;1g@xr;}c&BMzSmRg0|&m)H{k}oT~f*%F2GIPgJHSBzUFM(WXW=Q_W zGz%;uBu0^gM0~dL!jJ(NI0`r}KxM!&Nn>sCe@Xj2<@C_pYKA+RBDN_Tu|)Zq&T=>c zLx6JGJr|!Z3n@jr{4M_gT6!L(I*G>4_eYrc=S{bY1&#E(RAUoO5sS=<<~Y@uhA7Au zL6_Qi+`$fTK?9kDKCHTerT5vy%KP10X~r^0EYXaU&nF+Hcb^kh*Fe;4{LMF5EvKVG zx0hwY%(3N201^nu3?4EEBP!dDco(;hJNd7)+lh=fUn}m1<$*9UzYKUSjymvq=DyDj zbxzOk>H3@%q`8|p-2+m!)$f+_Nu{-I@rfY2mD(xTA>V->WZl3auyA^|NY8C!Z6vV4 z95NeNt@nL~;_5_3=m;1qlEbqeGn`|Z<+ZIcYirN#D~6hDX&6ic#T~}Ntg1%l`@niJ zQOAC@r>4sd?yGBcr?=Z7j@mdpx1JP|7x{LDQ2zjUk&K)I0l)_Wy6Zk^NA8@^U6^8=HEOQ&nPWU{$;M9{jzxERN5CCh;>V5b?CfnVbolirjXde3+N!OA<~DYKiUB0?z$Dhr zyZahz-VyN!mnNa7t-OJr-)xcG%OoU_q?p)*Vlk1BMtL1Gys@+)1rvCF*53x zS64(vN~9!20}+MC%EKU>o}I=)tvCIZbS*_AVIHC8Djmmu(0J?s2RwW8lgCQJS;iVY ze*!0up$O|OPo3V@Rn%i?t)o~}1{sl*06&P4j&sjAKZ&U$`wD7T5wkRq&b!)1i~y~i zWp@(H4{m$(uc)m*XRQ}T(c`zb(e2?~!MC)sd54a3m&ZR${VCR;vzD6ivYkH9=HQ*Y zfPMM*>-lE6rJqpqIAxqtO!>#dlgFg^g4XhOnRNIY_q(8t#yL3ol=U6Lk~t$JV!i9Z z{{R!L@4P>29gU8gAK4E6LbS0etZ0~%<{}bDViOqz0>e7mpTKJm2I=xiVW&k7N@XdK$_l@p!Nv-Vu&~4+fc6i<_C!XZ|%-K`FfPi%b4@1UM#M8!W z4ue>wi1(njH2y0#ov%k@W366YYS)^3I@((zI<&jaRakDqsKEmt-Um4*vL^5@si@ip zx3aaj)9kHO+8wzaoK@}p&90cgy8oO_OX zoO<-_T)*oi?Px_DU)oc(lu`1|iTgD8vOB2nrM$DVk`uf~0vAZnQGiIs3CJUmae^wv zm+X0~TsM<8wIagJ=BS1(jlY4O4_q%=`kEah&6RO(76}&*Beoo#*!f4~fBMyW$3TuJ z^3=B#PUteB!w^z7 z3RwGNZbx6c*b`PQtQPU)3$&-81U7qQ{u!v2eTh)gLzX)bqol3qcnm+Xj-TQ058lV7 zL;jZ{0g)+Cf8ba+JdvDqCb&&g;Z?_i^td55ZE0{?d1T)h%425C$?|6au+Jp*84ZE; zUZba6O96@>Em^)*U;`CCqpmylKaF$te+nbjgqIratTVev2ext!E#|WX zHd5Zm^GS8E#w2DcR!p88ZRi(i;B&`LG3tM`-R_BDui9DK+TB~)!k$=$0I0DuGaLkX z!jM=4^0C2I^#;6Q5!~(#~r_zOZ>!4pn-+%ILP$KCnubWc6X9RE}?T{eKn1= zajZr%+hn>syK%+{$s^Pc;;zWW+h6O*?TypFW70ft@Y2`Bme#t|I#2dR_PQ2t+^5;? zywHj+BU^BB42dBvwm;o6PK6TLR6=*A@IIyDpMla^++Rl?tr5Gmf;YPJGNbIS(O|aN z@>K2w0vn7H7!ND(hNa@|R_$&hZPxdMD3ze}yh=ExsH! zfTK`b>x(@?8>{V{o2BxaJ%j*x1qR+Tv5o;a9Q7~H6xzN0PfCSW`JY>CkDnv>S#hUo zR`K5@)He4GG*u`m{FkOAq#M{7o839a((jw|QdN zcMQJfBVowT2P_47pNAVw)KT?$op1in6J9jatM5fzk1jAXp zhWvY`O*M@F0B5?Gq>phCR*?PI*`IbEr>9KUyLivwwBH#t4GUh%CYFz=<)(LZ>}B@vjJYjz;mdvtC{)6$a;LYcctlM1h-OH|}8W}Ha?xyqKQjz2&$qS&^e()U?PB=OF zPlVt2TK?+#%~ws9Yo!u2BzG*M;wAxYMS*nir2&)UH}d9k&Lzgd8Mz{c=49YpL+Rg>N-0RxViEt9g=6(4Dc2 zjQrg_KmAposag*XYxj1OZB??7`{)n zJ-8fn`t+`BbfqWD9TL%ek0%*j)U4XkEfVraT_=Gru3cK!?0!r#F+_GOr-dYO^8yAs z@%?qJbt^vxK{S%-Z6&OZ%`Ay>(WxPVF;oKtt2Zi8jC0N_7sGSDpQ$>=w->C=8d%v0 z+;QCV)307Y86B$Kw}EEy_N8wP)Dr1e7bnhH7?h2fNL_%gNe#4~0OaE)yolNk&FkEl z%KFP=y@vAN#2TiR4w0wnw~^gQ*6!+shz4NOa0bOHS!6isUvW8L#=nj{2WR0g5sfZc zCX(^47HvTdXR*7xqM<&8SB4FbR2JWglf=dT4Sk6zG z%d$3hX<2>e8>WpjO$~Wt40>(E&={m^nFBE)LI~Y30VinyfwbjE9rU%|9YxR^jHlC8hyc0L)~Ml!nJBSyh3?bA;5E#7Z*g zc}}Z;uK1r+x^#`FxVa4}w1J(S#!E3=uq~XP3FL*q?OA?&T1?RWqG_X&EVjpuR1ATh zcJa`jyko8gE7jd<$SVmu?9o9y9SD z;YPFIZxYXMJ;nFgXC7i+v}aY8Gt!oY~%H55{x76Lvke^ zRj&S}T}w@q3mwxe?;`HT(5t(WcqH-EbJ$fGEp+WXGh9K4<5rV!Qmeouw_IZlWnxXB1q$>V+kiS8^TvLaqoin2`I1~MtX^ZklFu7?(kILY(n;D_ zliZvE){o(@-aoh%qwzQLFlN&u*6;U3o^pf?g`q;JkV#|HapO4P0ggM?t*(O>lcppP z`Q|jv4(+O?y|JF$V~=Xt5y7YC8>`_8%gk#ezcxn%3=xtt200(jqc$&t_I8p*g*JxS z_rT6DNZrOiUbW9GMz-nZWh$=a4G%(P46<%}h9fR612`PvM;s^_JPx@vw`bw&SmL;E zIi#CAg6!q9&kPqIUjG1EuDWH-&9GmzNR1?i?#3{x5Ag@c$nSu2$4b2(oeijuYcj^C zYe?(FeTU7{JcHlq-n07Ep5gV5UB6oujfy-BRvo*2w>qA^N8);ORjj-+)@8i4xbvhq zcOx5zraSlKj@*vbyw`FIhT9|Es*G$@`6Juva5?->U!_*ouCFDsQ#I_Cmh8BVV^Xaq zc8mrXIp>e5@6w};sP@pWtW|oZKs*a`DBb2>uI_Lq3y;GbeJH1(xY$4A?Ku0U@p8V@ zQT587%*=hYPv(Dl_V>b{+rCc+c*{?>*E}vQ^({)?0jWzQyFS-DeA2W^#D!9F=uDeh zEv(yrc@$fEU+pL1&2Qr5PpN3HV|iz#riS-g{oL?r$neOI8cMQD<;<$mG=LL`&@S0A z_q-$aiIUG;@a4qX#-#+e8f~c4CAgW=I48Ih!wMN01g-Xv@w$HZ0W%`++@Y(o_yh4z zN%)`e<5$sqXQg;d-s&L}Q97l%TdWHb5)wy7j!SbcOMI}fX(L7stMgaD)4@`mKWLS= z)B5UtG&$!!Q?HZuQ`Nj=Z?#P?#kzc+1)9PQPfye=^yIyo)_872u3FyRL7AhDIfw^z zPA67BF?lP|zh+*m!lb~D8Cfo{S$uL{Un-*&=eeXS8- zh^X(q;2!{L9vS#4Cx>rlhDc`9E!R!BvehP%S?(TBKHUY$WM|sD1IU9L;$yTdi{<0~ z(?1X_J`QNwx5Pa*z-t<|ou*s)5yg2ppHNNWfP{VFd+suiUNQ3M` z_*-$FSrSAfuxQEn&;APo;m;Cyb4AhhZ3AENPlrS{$}SomPHTG~CQEa*Sz(SL_LW6w zvKfk{$WW#^W+&J_8h^oBJ`ecD;?~zxj%`0)&|#5v8(mXOoKK^en-Yh(nW8J?A2LTM zvKNIxIB?3JonP=*5BMk#jXo}XN}Iv{4c6qd@NC+QS8(aDOQuBwOKPr+5?HrL%fEX0 zhTx>3mtuj2lh)xr9>>curmDl0$5(Y_ZLPMqTXcQStX3kDrDrYnvGNt%-W&LJ<5uwf z&5YAVrLB&oBAYv~g<1)MnAn^v`P{K%@?n*OGSx2~_$NWQ@eZE)r;9ZSVb!COH#g{H zk>o!z7MleEf8A8iOBhax`Vg_kT!+~pvkO> zd^>UCozH!7EZT0GuQiOz8d|#*Y;nAX+IAdrIgH?B^Zf}JTb5kSJ8S;{1I+pMqkE^J zsV1Ju;V6clE!Oi%dEP&>-Y41omJ1n13RE+*Cf04Bw%{8hZrgYLVQ&Oi zw(-pwy@f+Us~eVrHBg&3%HJTsZIX;0RGbU14(Rt&X}VO9-&o(R#J5-1T9=h=CZIQS zxtc;Y{KI)&3a3kNUv~_xV30dd1|t4BP?!=4{i`>b3qvt7ZBPMWw34_409Xz)z~l`-3wT>n(6l)9iz}$K_+C#gM-s6r;dcm# zBPWB%2M#DLDrPiO9&o zU@J@!ZRA9kTiF2wjaa18No{la1kk+<6!zZU&Pv_w zxbp4d4L0mXR*50C)6~xzL9Jq-)26} zKE$#KBWylPu^Uy9+mV5vQVFjp*8DrDF12qY`h~5Wau!sKOrZ~A09hD9Bb(AAAdHYyfr391<3A1jODcR#nzvyz7ejJ9{B3tF>apySvefm}XJ5IOU-!g7aHe?);fOGhR#cwv0 zo=h>rY^vF2k<6P|_rM!S^yddTKDBXtFwY9cvP^uxoGXPS{Rv(_`t{<(7gi9<8HEWi*!y43Y+Agl#S{oDt6efPVqfzJImw<@SN%C>O)}ZP2%bxC-ZLeAwh5 z7z6>5dXtXEzM~_rB}J)xx_&3Ifu#9bdLD)FPe%U$gge7)s>yL9J-aYyVu@ql8>tVJ z3c11B;Z!#Wz+}EFwXyL#KZ`CWw`KC?GDumdDz5A@Z3J}n#~IIG&!u$V3_Kq-*NCBpWcijmglMBqa~XrU$o?#PXBEeYaGI%B zO*iG+`bKpkr5QBuV{Xzr&00JHN|TO^72O`(11_tR^`xE6vIH$?%;EU&!Op_;|KgJ<|<<@?2jo^Z&NBA zK0Jn5K2SbRypN~(`qDg2Y>NzW?PkUbv$jTY-`n4{T-0>ijWX}cyqX(Tn3AeoDI|^9 z0D?*D+n_&MiL}>?vewQxt>ak=q-=Jq5i+wcsxxN;>66g)uBzPB z;b|?(l{XctDLi(zAOQOe83I|UcX+o z(dl}8cDuZ|Rz67KerE%|M?w8NReuobU)lP6(>IyrTgL9}5M_V_?dKWk?e!Js#-_gR zteD43v*q8~AL5myH`m@Bvxi95yzE8_Ok%jOWj`}IkQ5GCK?j^?wkzfBTGei^CXH=p zxZ1m(Q7+=7aJeLrkfaZ(ACI^EV%2;ziq`YlUZia9Pkv*ud)@&%D_V@ERKx?>%I z11Gp@%#G$akO(GF*c^!&kcKDyQ90u^;FDNuSF7Y{@ak8RBs)vOrLdVh zRj^Lg*bWDvJ!{wh0Ay2htVwC%y;#iA>Vr~>8#tp#p4Q-7D?u?8+M_4PQgSwm z=BX9Q&2^)`ntA>wW?rvS+I!!rkN*G&{f~q^0Um@`Q2y4|FN~ks8hn_zv57WdG7pwm z!A;o!*?E|me zcnjhO_FOmG#kbjP?O-tnDz?lZLclgpR(2!<@|GjMYCqZYP?Bj<7ii`X-A2ME`I~O# z+zIKhkPZmyPaWxUNz><-uiyS#9kAy1ty@K+F#Z~NyI$A)X46`<@=I|Mwc8vai=#4= z8mI^6ZU+N7#eEUrtE*i%#4-K4&h4X(Bb9C25sx)fZb&1L3o#=qNjT_hl+*kVW8s}@ z>rc^RhSM?~&Rv<14DCqw41ht-PtEgVAZIpy7i-e$I?T}D#RaVPiqX%uW??HGqm{?Y zy8{OxWOVt4Rx+h2DMxFrni+FJMqIYjvE5jBf?XoQc;;(+yLORzxQNWNFd!)-0|Rd0 z0PT;c&x-bV@2$i!BMrq7gkm=?ROLWpjzHQs1K+JpqT1Qo-L&!EG(7BP-oGz9K+ilM zZo{=ts!ArXj%8@p+B5fu1OcCzoaKfFc+VXBSI^+sw8(kl=M7RoT}0r^Vq#xuB_k4%HxSH?dVg|>~QTi$)Ddzhx(aWo!8D=b8#d1}}h zc=^F>{qxUu`4qaQ42q5(1pPQ#{YZ~Ll7r`#=?mXq4j@t=5m0z`P z9X6Z|%1=?y0&)Pa9-MB@MHKZ%dEu`VUTS)trF8Jk9iH@!H5mYocLOn}nuN4%mOzD+ z44z5JuT}6Di)GRsELGW=C-dQDQzVnef7!UNBF~jk}IffeeI4hEtsG z#z-9Jh>Y&#(#Fa$jhX8nInwn@j}s=bX4a)`Vfo-QEO&o+f#r;cBr783MN3# zb~yly?(2+zxdR(TdzahNKZgp}%&wY>JZvSK%Zllg6?~M&(sy7LY^!(4RWb0?(|~;g#0q9T!7rE#p}(VV392-I5u1E)P&faxTe2@BS(Rl!`wHgL7Xo*&OjA7vxdS#v(0yT zGN$1eh?v*V05~j27z|G!bg8W#vU>UiqOGZ<-X3RG`(oP1457IvcJ$AnZv1u6L%^%k z!KY|CQY>*aaxe&oV>STEB%Bg?J*qt_(Ph(SYpYv@nm?IhX>rh=cLR=iI0LvIwA8$s z^429Q9h{JjtfLttkTIN)cpZr2isO`S?Af0#wv!`{{%I^)TUg?4qy~{j)|Eg!DbDO3 z4^Q!`_7h2Ur=%fROw1XTV%p;;uQ@%)KEAxs3tNp-$hy1+;&lwMzV3kJjN}48-XEWN zCb_ZGWN7Tx=2+$!-xl83$St146WfE1G0wimAn2=ZM{{usS~aB7UdbG*_uTAu2P3yr zk=qrNb?b;ASgq|YTVtKEqIS+Po)k)=L=%NaieXhZxun2?w5}^y8&3WaFwAve#1e)H38JO$!!ihc;t^^b@iD%UL` zk5h+BUk+J#M`g~jEH8S{MFp~yx0O+C-Ze%2;CTMc<#~3ovGiYsAG7}eh4tS6{{X^G zr1%%bo*r)w>wjmtyIA0s?#4T54b8$&r_U^nutg*(8Dkj?=!_*~SsSJQ0D`JqXdkk# z{1YGGzll64V{@rDhkRM1*y-Aqv8SEdgiEH~N#{heL2lPp#0CK65!PY%cd#EQ+Wynu z2s~5cjW7FB-SoS!6kJs5 zNow{=%H86cz1M!d57cp(XeQU%>d)3~8{+PpYvE?_r-XHn4BB{`UhwVKnWft5I=nYB zUfm=+qP&*gI1)yD2w8&!To0RgMBDk>;ScyJzl)}{)HIu~8(PD0W+&6FZLZKgsAgA; z8P$Tz96MJg7ClDn1C<{D{{X>5z95epd~lk_MAp++@VH34E+o3VGtD8HfD*?g zRlZ$|RG3A&NhD@1-OX!hUNh9Rgxza@bpYB^3g>Ero`bOjk_hAzk%P^Cg-a=^NiIqD zTXg&1W0m10@h7SDrN4))^u0>r-%!7XYv^H#lkJvUmhEH)F*HoU3pO)@!v`Y(;E_*O z(fmmTwZYSDA-TG=neBrMSfCN9$pr5z`-2RH=OiA0Wce3`{{U%!82D&I8tOvgD>5aH zDd7?;5wvw9Kf*K5Bv*If@7kI~wbVY%|__p8S-mRxcYkw)y?lkLzZyH3Ba!CrTUH1jg8^A&PynNVTyqAc+KkA+&*X=JZ zJft?Vxj$w>9HCzXulqo41$zu~4;1}Mc>G@--npp9CB>S+u)`EG`G02Un^PYs$KD_e z5?g_q+EgawrBzup?yr4(mrmoA878i*Y`4Zw?a1W&Rl3OqoTdvH6=k()m7^$2807hn z-Qey8K~c024c#kEx02RpvxXThpQ0kKrAue{Pwn2t~|X`&Ji53O^Hz&A@Y@fxH13$vEbt* z07!?$p9y?dqTbC8p`czHIMW-Uh3+GD02ETl2-*UUI`%%4-ABTj^d2B+f3P)4=eoBs zqQ_$-jUd~wE_UUBEDn8#7{zCY!_#Y@+O2yu$XJ-@?Q)jA1GU25UmZf}qIh7EEi}Uk z#@5IRPu)K$Ja$kU6`$b`g+3eCd`BLst4TNZ9ELM2DJnJ8?!`RCXw(%OLl@jh`^qqP zf;C|H6XKn2_3h*Ep1BNhMnBeR^Tw&pakm5l02v3I;{vc20F|~VrQpdzrv(5vR zi%yUNd0ddebAiEP4twLbt%%GiL40fPIIChgbxdCm_^08Qh~u{K==gtUZ=pvNh_}|4 zlH1R1FC2$5mUPKNzG23HhZzG$!~X!YM}z(y>94D3EpKonAq3Yr`(3-8q$HS7goB)v zz}yc57%uSN?7QNqb*pub35;SX0V={M;|0d$B#<-HYJ$g(m>928_<8UjSkbh%hUIPG zTa20aT!vK#BrX>#h3-e80QAq#<1;)wV$>?{{q6mAIVwuZ(3a;R7l-aH7)Km`zET^8 z4d1Gq`iyk%`9Abo0g%T?> zDl--&g1E*3$3k$!kVeuCI_KdYv7|{kwbvo?+Xgt^-KC9Gf`tm1mnv15FyJ0DkT87O zc&s~VI*EPn@oN&yn8)*Riqa5?o@~mZ=)p|Dm@a2hCZwcxD0AT_+<&Ba} z(P0??>OY9C;p}+!HRakZqWD|mWuBLPHRZ(9eWn{}CsB!EFu^kxDe?yMR#HdN^^5-iiMnR6VYhg#;}O2*`Hn>4h#d3#$nnoO zZkQSC%dyFG!mF}zmhY{!Iw(#m@srZb=&oXx+UO*3#|O+t=0eTxPb1U+0Ilm!QPUDB z$D4GjvH&t?@=TfN09aUMCrz)mKK}s4!RHz5dGxA!o}Z{*MR6Pt zZ6C|>w1{L3$2lEGr>}hDj2}9lA-$UUvy*yQsT)-I>v%K>5bTMgE6F;6l$Bl+b~&@lDL z;NvE|oGft5_?K_zZ|nNG!y1&5_n+K+*RFgK)V?y=+UmkfeFhtlWV(W5_Mz}uT#`xv+)OqZlSRY9}g_B&e+b?lV;N2ad0{Lvy5|JLim%y zcU~#f?AH5FxNQ~`F$)VjqX@VRPEr0*wNC`FZQXh9Iv*5#M%T3e00~-X{uS_Um!jKg z{{XtSl6l0-7&rik#AI&%9P^B}F`E1AzcZ%e@6<_jj-Q$D<@l^Bk2P8Rt@@ufd`S3R zH^83>teTb8qDi=0!yGU2u?hoh+tcO*oM#({sTK3qqvC(I>ahOr%!<}bgct$NbJTVD zxzAeqC*qIn@#F7{caU9b7Z8~3K}c=Xxk$1}Y#qFkdhzH700Be8U$8fhJb$6X;q5;| zvO1-m%-44Fs8qPV-jRm4EWmFg$_)|{GG0)jo<&;rFu2STU&L2_XLTBwIZNG=URVDB zGv{qz#TVCljF$~Gu*%Fw%I9+R<2`Gw_zSA)nlFiLbzL6f>OD_R)@-gk*crUbRSfCp zHaQ9&MH{*XWd{Y9KS%hB_7m1VD0nwRYvu6nm#tXMbsgQssVdjemWkAu)cHtN-d+$O z%MwAZqrxAs#h<}{2wwPt8@OZDG`Ng{B?}zWN{C%L<&HLNW z5kU?8#v>7gkycI8A{?rzOgGB7DvAIbYpd}GgFmpmL!jDeah8+KTdSWq`9fQDk$0)( z3uQwb2HlWIE3~lUuaB3sh8{m@Kfv1&ikH@76t`~Yk$4Be7hX5hBi9zylVoC38^U92 z#S4XHW(61w0KgsGfPWYQ~ z@LyJr-qzd8w;7rku3LJD*~iK@fCkVA+l(9o(Biy*#r`R`isl`8gred}p8nyy#!|(m zDo4n8>@c_?w-MVMSTAo@r0P^lmPy&CuAlJViH#aAQk6*UBh+mCHRgq6w{MW)Bl63x ze~938J$dcTU6UiS)mY9s`e8(d_jre<_W; z#^NVYGpeaF$B~ANv1Py{sX`B8d)M$I%#o_$q>N*Mw5~djt$a=+Hgu{uNm--haTMxN zoT*JKr_)p6?Ki-;9u@JpEZm`|QZsfwv12lw2mp{9~=+VES2X|E&`ZnTt^<6?Z z?xd1MjkhbSmGee>{s3n=8T!|qd`|E}{3iJ7*7o;z7IvDFdFeEJS*^sRqo^ccV28oR zKqDOmeG>i@ORGOJ2zI$Z<-D@nlz?&o@A&qwYdxt>Sb8|hdreutJAc4E?AsA4n0j(f z@xNbB_;baz=;PAvWtP*)U7&#^js`G!C!&+};RMqN_g-%;{aq=AFWa^R4Na*Q2w zjzeU74xKUTmp&BJu5YG->85LlnN~PicByB{EIJd6jz>(9>5TY(6gG{bY8UsB$M#r5 zc}Uq`n}NH8KPcpIILEbo>~V30nc}HiQM&y%LCjcqJUmlsMrrg->Kx%XxKf zWd6>#NG7CGTtq^^DZX3xL+`b7U9)lVU_t@0ViAn z3k>tdK*vRDzUp_=?>3aJ%Dlf;QSkx((b6G8nrYOV2x2=Sd3OBFLiH_`L-LH^;C2IR zPO#K8^@dByzQC5T$dVXe%=4pV1R|>f(SX~VJ9#Wf+A!6v4}>J}-MZTwCfzcPgL+2H zdXJZH@qDChB=S4rx{n3Jd2wxU*BX2_@o)VbiUbQ?rlk`M5GOLvB2&aB=`(yIUE-Aa*^$!=~}puUuWyFs&sIawnSI>ylqaw&uz;lG&KYZXFU$#AgKL z5Ts{dF~ z$F(z1_$YNNBOSv@IIc%U{{U&haVtXWB#jTtyUN=cU^wT6^cfvGXQg)o;L@ZGAKIjX1x<^< zL{W{nQUJ%MdwvxRpR?>XkRq^Ir1HWlJM92<#s?V22;}q?m)G#NyLK15ZNB4&xYZ;` zS~am?$`FK!LT_AfM^BVwXRo*>sl%7mM zieqSBb-KAfW<}~r0Pa8C9^7=RkMI{ynW3BP(@ioA1|+{iN#K0A-OoAc?Nj}!gpRHM z0AG1=lzOAd{MoE7ZWUv;5j zBxWW>jd75pp~nh0VDp}}?2-H*Z?Sn{W5(d&me?619mY;Sz zWZw__qX!)T_sObRz8&iS0I$G_d)uSMW!1F#BxV;EEEtjx+9X{59ln%Txxc|VC3a>~ z?8haVWXm5@^U+WHUklm&=881?Ke+v-@t1@AH}OBfGUz@yi^F~>^YU)2bwaw0t2b5I z3p;Ep_dx(Iazdyz@!!PX_#nr?AB)~2x1Ym$NA_KvxHfk-c9)NGEt3iq#?twXj-=$0 zH~ge=k1dbkSM5Qq>MebF@b1>e;z%Ci%`PsjgCvnGjH$XOkgoCw%WhHUAv}iL>i!h? zd+|$6)o&%%JS!YVHjd&`X(J-Yy9yAoBbM42sby|H_BZfH$wwWTQdU!H?^``@-}?Um zf_{M~Ua!SUUvoHlKj7S7gm&;;?z)=ufpC_>XSHdFnOMae$XjZ(WrpG$t8F+SFh4B( zbN>K>4r%`Y52Bm2xg0z22}U;H&6#V-l?g7Vh$!#dMQ z>Zu*Q^!{pt<|sUsU{GfTiOJk~T=6CU0PVTr{{R6ohg$INsioXqTSqObT-v>YEMc23 z<(S6pz!d~=#5W*-E24&ZocxUMtA-|$EO01)W*ut}o$hR0U(H#5g^AK6&|>9m63iRX?oM-}^V zAMJN*{t21l ztp`xm%79AR>@#WNIR zxMhd&2?5FL%-(*;UIy3oD~TYnvbLGkL5kYnP=&@BcHyKg%Qo(+FhBqRc^iT}L*frs*?XAVVGP<5{G*UC8H!-GUf^ zQ~``0^{L^n*lWS|Hfc4CejT`(;*vL(ZDL6lK$@`?E0k9NMFss02Xz_FPF{% zU8)9oCxG!E>}MvOszn};;5`;)f0&j z@@rdt*B%6x-YMlo&5e^wjjC0$!b7(ufWQD84y0EUv)D;|EAB|;mQ`DK`9JbLEL}qG z8-;VKFc_Z@V9!V-&cqpShVV8q}@AW(d9GwUK$?i#shqEuY#J)+1@mZw$&qsOgmwB0>F{;DIE1Y9>0}Yk3qS(xk4@EQIfeT zRY3R8<^KTduTq1;F|E5Fv&{@@%n34+gN{HWACT!;mtGVzBQyQ2S9lv!3<&2V?)`r% zwU}N10Kqf%EgU7@lX0fX?AEh=+;8$h-Peq-Bl72plludGus<|x21-1*BomR7*Ye`J zacc-&k=pb9B!vfzWDinE1Ha)@^|?1> z{{Rs7cG$s#N4S;0e9Id~cLmPj*l^u> zQ?`Z?ww~ff-6gz{auHVCt0@dm-p|Z2j18b zxp@O8DQj;tNN@~NGd4Nu0+2d&&-BbXhlV57f;5&kZX%O<$22)0_aoD>1P(t6*ZV=q z`_WeNzxj)nNapV#5HQ_ym1fu_ASrC)1F8D@jCI9Q5dD(gNg-J7E+k#TH((UD2T}&? z43185&2+7yY7s!oAJ|lGCoM=VoqHn zvh$=E?VJIEJD!<6Yuv6hXx7|GG?2nJ?q^}OP@n7d&sxvC(2;F~E%slV?(cKEr&2nf z!m5@sFsz2nJXXfOr3Bsp5;gf+ZEYI5n11s59Jm9MvWXYCm zhmB+4kO&w601pR_KDnlEd?%;O@wAg+w{CDJF}VZ+2{`0raC&5V)$L>A<)?@5?yTDD z$(G^dj?zV4vO6j>Htotb;3&g%CmF?ZF?>zd^+_hwE#vVO{lAn|?B3i;CK<*TZ%?mY zIUL}6v@q4HLz;KDOSG5u`igYs;-uH7^v#Vc#Qqi5p!-Z7S&nCDT6VN~i9CCz+urK1{{Uge&*n{KBYDC^ z!Byj;oG~RxI3#q&4$p&sW(^y|@j}q(dKRHHM1`1XaZ2h4``m+^0s%dKUc7P1Qwu>Z zY1D3AlTEKzwTu-WZ;e0e`sj1ko+a>(xhWR$ufX3M=+ z-bC6MG*F$u5y{RzpHJo7CxEpN59q7q#TA{RxQs(@Y>+CBF}snqc>^Q>dUiC|f=Hy9 z<&o~A*jS{n1&J7c2?%lt=abOmgVv>CoxgVZd)@y4z|g0If>*J?+F0oFT#eUD9Feb@ z{%VB6la5EXzate6t97T_Up1L;I#dPBaY#JDjoHY^^gT1kJRDbP{{RTqyK%0SgxbSq z(zB#(Al^2Ha58usafRy4e+=%vh+b7|g^EX3VqbRG1o!EIh9{5)az}b{SbA+#U;bD|Wny#C9i(>W(0&z*a5Rq<$sBi9k=;VaV#jj`Zar{703I{? z^siyO)9y4ITa{&pQn!{O@v0Iop_2m`KXvzU)F@nMoRBbe--oxJPV0MJC821PKI`|6 zW?_(Xh)5@#;ILl3F%0E|72P!2hMymY z^u0a>-lZdAPn(u2^0PJi%KBYfgT1xH=o z4;lKL;(RCKk){es%iT4+AP+#^Ti|ELAmBf7+t3%DFCoI=jH@s9OuXT8tHc4 z6kQ$U)ZS!J>8Tf0nPdzfhGk%t_Ug}5+F_lg zHuI(f63)b!1BN%3F9OUui{KAHAAs3N*{Tsrxn`D|2|UD)0uZ0sT3alMGC@gv0g z$BSmtt~CcyYh!aPw$^qKnI73>8(%MmV=+XCe+vHWjxoBK;C~ihXf~RshJ0NtmOt57 zMjKs6bK1hvZY5qRIaHC%ir!XmIO?tibAK2=XgfPE64~kYHZa)5tt5APls6DEuAU`A zLdPVG<}$x0l_In54<1P)ZG8<%%5}Z9C3!8MOEs_K+x0${ofuA{sV$bzx_X>1?H%K` z*7SKVF0`AdZAIy~G9TTL$Cf0yC#w*-<0uDE1#nmTly|-x)7$Lv>K3gVL**Q?mAAh` zoZ~JD@7MAAH^rX{bqh~`o+19whG85K31wD@zVjTL!5{*0<^scoPzWS}n)%iUysr+~ z#FtBMk>8g+03-wZ`}c=TGow z!+#D#3f(H*TSW3J%+BSu4aMEF$O7 zf>>?pWI5~u5ni?69X9^k;clBGQcp7*6fC9ps+L7K13kgx1JjD&e`x(@OYz2&p~p08 zvRmFET*#~)BsgVJ)O1slG1t9!S67;TgW<32OsX}hl_HI&WH-ZeeE2vy8*oNX-Odh9 ze!5X};mUX362JaT{{YPGjWsO2e|7%9@J>%si%-#Ho*T2a`{zDsm2wvvs{`E8WQ%AVVJZW>Lvv zcVu?%I`Vm{`d*o-SZg~ZTgH`+<@-4i%^no)P}mjsXRM1Pp_U_TLn()&j%I)7spD=jJtL-GaN6 z5K5^*gS3U?BaNq$()5Tm8@)ICTU`4Z`7av76b%${$I6(ba7G(A19nvBs46o(=fgch zYbloNQ`E07BbpgzOR^$z018$1hXObX4rx^RsaB+54JtIyQJ}=gq;@-~E z+T!WJX(A;zox%46Md3hJVT|Jp2HcG9TxypFdsr@%tZ~3(kURjne!}ap6m=26$%sEYmH#MmZN@K+cCC0H-4gazR|40Oa>~m$CST*62+SnHW(b zk+yh=PzvDiK45UX=Z;QEuRf=AzY}Q2Uo)-#&AQgK**06Y<=9xJ?0^Gu*}xbabRz(B zp1Ja9U|a4QhTe0q?b^U`fyW)Y=lNB6ZX~nN`E*Y{sAP&ng{(xZo3wVvb4gxW+l{L1n$+`x9@7~`?8JGSvohkJE>YRuAVJ5}Xmb&_P@)bG` zUkTMR-s<)edAf#@u*Sus*$Kkraq}@@k(0?C=(5zU^rSGn*0)Uw8;OW4hdDocJxS#8 zUU#i{?@iJ*OKWK^B#ukrwXNeAZQLqlcJa;$+s8e##TmR+s9ow4K*=@3TW#85nRcDS zyD{hJ1`lJJ);Uc6+rQvv?x}LEU(EGE;_F9ShK#MMu_`kNV-+N$07zfH5Y z@>=1prEG#syN?`zM?=@R73S&UfpHMF@|xCe1W?T7qX2{1Lt%4_6Q8}vO{I4GDYudwh?)M$y4 zwWGSI^%*|d0RI3ynC|ri)U7Y@hMPMs@qRFC9l z>Op(0+tBGQe0i$ci+jjpn&-|@m5KiVMos`Z!01hLJ`nh&scV{@+b!g6 zC9I_kMLe%46*yzKWx3}W?TifOrm@v6w40dY`#t27OpWuIqgb~b?M&k=qZk|>a(T^R z_|IR|bX{6&d9>>rjW*tOSzv?Bl47SVzByQVYqfwMG>SnW0l~*qaP%B`VI6*7ulxXT zr0nA-bGnD(Ua@Hk#L(JE(SU`FZ^Go@_2{EcamwpHI$Oa8?}p)pE4cohuVrVqmqf}0O{A` zZ`m!Z;L|=K{6>wu$#$34UNQ4A&JKQ4w4PKSy`E1`8hrxZdx<0c^pKO2x9<|!JA(n+ z9XQ7)j2e$k(R9|hYm0k3l#yKRUFozgIU{dejPOrVM{FOCjv}*qRCe`eul=WqwzB+R z`JR`h_~I+QVr@fE@%M^_AtQb>L5S&IY50P{*-9YBEjH)#4C-__PIO=1h*DRmn&rZ}l8>i|? z7uoz(V>2?bSQ_P!94=G_BZk0SbkEDc?@AwrT8*l1gH*bV&IpUkyxvY*8$sMaBPX7x zo=+L$t#x0uqh{jiL_aKV41X?teqr1kV1Pl%&uXssDz|K_c^Kp@o7nCHc1Jn%eg@v% zGDc=}>+Idk9eB5|=KlcTowkW4yW)#oLqT0j#oAS@Yni0DxO;e~bt=G&oUrao4o(jv zCc6Is1#12{_*DhHwT`29(8+PbO#c9ASxE{yo!kPT0x)}I;|Iwk*4o?baH~lt+G9I^ z(jVnqpPaEwvbLtuOUYGS(G|WAld8UCeXNNyi*x_=m0!B}_WqC38sPB(=N0-g_kf01@wC zzq*p+!`3rJ45+seL=>+)g(Qv24iw}NMsbmoRb=?3;J*+Tnr{v2kjXP|U$NcoR6PCP zFuzQ%w*!nj)fs*!YeqS(*HrsK^F)g# z%>4MtAn*w5oM%0Kt2p7>mEyk^62^J{2=yzCOTstsLo(^UD27MEtb$;Cv{A~Fv~Zwp z$REg>#?Q29hbPdjW=c&za>}n_aU;NDeu^Dc^ z14`K0=$o!=bxmT{_DJz0kl8qq(TF!=_lTow=m@KpRVBmdM+lM>*|}twp1F+xt>q^s5~%Ykahf zke$OE0tbA8tH&KN*ifj=!)N8GE~H+}($eI=vRQ_UtH!abkt8KwVtvqZn@XPCW1J64 zeA?!@1=Mpkp`_d3lD7+C8mkkWa1b8-um|8O1o2h8(6P0!g_WWJ{LFmf2~tildvxGn zaql4U{jJQC+TH21IOTS{S&fSU^QhWN9Do5*4;{r!YD%2#%AcN} zTaOh$>W*1Kwb}y=;DNV{;Bvjk)}hqAb$tx+nC`TFLN#!nQ!21i#z{CBz}!gSo;%b! zhPS6jD7&}O{DpUHNhFPp!vulHQM)+poYz0%4<1LP=>}*t_|<_XVxmbma!3oo#zu0) zj1!)DCb?9-*vH=OW%z7Mzw>@(p1XT>ad540@WXDXLqreC!1p-hV+Wz=4_+#TuBMXT zEH?IN(khZ!S)EjY{8>Htz#05Ft2zh7O*Zb{4VJ!i(?Dft{LsLTn~!eYvzog4#Foh3 zO^UENRgq;}CvlOT-TDF7^_6&N<8RQ(#cy*i@LgLwEY7N}ur3#c1abyOJ9Rw)&T52S z5t{17+AFWzGnNk-UB?5A0J-X z<%-)vkL>bI6E57N5RR z%bc93z~GbZ&1mXLtwikfD$S?aUp#Ti1IQy_$+&r&NX9*Ico^@+bGM%e8q362I;D-( z)RN4nb-Ub1BP25Nug=!T1E3%r2(;(1{q&x?n&jJn>oF8;cwZ$x=Dla#sPw`cu-k?K~7 zYi$UBFYI1)OfCw6DU$?rOdYMAymQK_?}L~uE$;2FEDX0xZwV3xX+lFN2Xd8c_2lp{ zf2YqHFUBt(9~e!d>(=*nUP%bI2G?Mn*yjjJ;NzY_cFs4dXp$ypE_ zk%CD29{#?S%T}bRd$kqrx(pli^f~7s*CTi1#nx<|-aF4FTX!B6$ z00qf8B$4wR4t;Y)Y&uCbC-|?!V^t_U68uiDQt(~%jfJ~O6`WDYiAzU!Zur~*UEe>+ z!Rko**O2^r_?q7fJR5teSm|1aiN48pntX!BBQz;1$0MOKMZIv|T!YXU&h4R*o4Atu zNqtPhJodU`cL-6uvmRF*pOBEsMsjn|0o2D7_V-J8@t9<~xOS1g?^BL*jGe;=C!R;* zLZ$|dRXViXt z74BVlK%XSpPze!*KP^|h@Snq<8~B?+@U5E*Z5QnJCi?cmSyuWRkGj`MyLgUBq*rnY z1hnL0L>M1jYt{*`=r@{0#C}{e#PLlbiB8}~I1CDt&Tv$YI%2$2_BZ$+WAMvG*BUFO z)HUzzo7+q2j0lm*wa_6|OsXkJ<7{Ip&fxT~rl-Wzl?PHW<&<<$SGAvZ`+ldfOE$F` zUOKJ2c0_(M_?2zo&xM-Sk>cp#xRJD(VzAa>h{tEFAcUY?V2CaVAL>ckxJn`3z=Qa9K@q5BC{7(2!;tvk}mrsam7Bbl@n74Tn zGW@U550RBlNgV;N%xI9-{I968 z`q7$`wz^->{JhV){3Y=5Z+;tSb1#{7G@5)4$mj?y<*0w*10a4sUTM0Y!&$V=8cDAv zh8XSCGnbGo3Ng8vxIA&l$4)uMYrFlJE)R;oXI}}(t16GMt++ofGYc3=)ShE3Gi&2_^t=2L zJcon!n2uZZ{{V+LpNSe)kK+FT3F*4`hAdjsM)NJ;c^+cYOzP-`f}HJBh8*#bNC9?= z@BTUXg3rWP-)yn-X1Xz~jt~wcll@~C>4PTogMo}=Je8-T{0i~5o$zJ6C#A=u!=-r& zArbR+6v9C(IbzGWv+w9n3;+Wa(EK>~AE|g(!g0r~URlR*@CYxX2qg*>=O26mLn@z9 z&N||~*PKy~70^;mN>0|ki$=Hf@AExpDh`C{LP;juOa2_-{4e2qO*c$3+(~O^_J&sl zBS~8zWP-&@a7pJNWakS~U0&H(ulhRNURmldw%O$+RIul0ZQ)pDe~9`F`tN)~_z9?M zGB4R}ZVi^!9#A9qilAieC2|iq=O;aJRN?q3ci`(&tHUMQO=dj6f*?#y!k!osK2qZV zpOvxo@m*?P&#V5r9xJ5pW_i!VO+M?yde)HIUBq?~uA$_+%cw|(L}Y(55Jo1%y_o?X=M zB1rj-Qg54T7D&~0e68|;K))f%I?eNThpxKF##l!dcy?mZn0O$zAzB-)0MdxyJ(|Zx=LLX*Y0;wb0sw zSiHaR-l?YEJUVWpBW@FNwzn#G9*gs2fswT5Byrb1ccMWAuC}%|{&cacNUjgrW08j3 z{O(jUgUDa0>zsPc{{X|pzg^#H@?nrPv7nd9HtMXn0FDaq4tsvI#PEH(1y#JfXyMEG zOu}eLILmX_h2Y@ebQsQNo-2{^yW7g&*Y&X#6y;=(8Sx#ZocC7qU07K)#O*2b=b2=l zM#1^A#IVKzBLs8Mjzx$(EV{OnH`s13w9AN9S)*ANMZ*D>IqXQ!1HTyK9>r*YZTV*WYew*TdP>(j!!RXAg=ACl^g+p zbJwOtbt<=9(soPA{{SK*PFLLVty@CA)FD_}YpHIXSjRic6=WMm20lRG<0k|hdyaAR z4~LUlOC&Ms2?|J1`AKSv8lAapI=LeydY(x*Cm?6q!i;Cq7?mKr-=Ldb&LESC9Uk<&RR9D1?GJ!k7xSGfnH@BMy7Mlx^u z{Z1*q6|eS#O?IDbia@L*yPZ-Pg5d8MT7Cep0;&9eBac^*u9v?W&merk3_!$&oNX|(F4tVt> z;*!S2O4e5L{=V@;kv@l%{6_F>I#-`HtnH+T-2UPVlN@1lo^U!~u1~P~RFagWf5)}D*P2jILeL63a&;+2iC3pF>_%ueU%}K-bn@{cm3Ho8U5P= zKe_9khN^4YTU}j?y=i5)p4^oU2wPZB%*}>Ppb>}1VUJu2>5e{xqs=S+UywINyS4sD zkVD~56GIB5cG_jkY5-Y=qbU-O&7Xe1jTP(-q_mB>W>r??C~g4sqPoAd=>GsB{=R3T zu@pa%eaEcHqF-4`tNx6#WHSRBXSw4fu5pZY;9%!Dr@o%PcIUb*Wy?7v72ALaQbq@+ zK%-gKEws3P(8{N5Oxb6~RA7=%@bo-%$;NS3H0@4ZO%`O175Uj@-71VRV%-N!ZBj_b zVVeBrGJQ`u#Vrc6YBp&zM{8wusoY11+^+Bfg~?za00OMUf!wIhcolUGZ~HmqSajRQ zjd3Pbeqoi$r_J1Rk<)4V=Fi#;u{2&?tEIz?Jd5)plE96?bK9p+m!2_IBe%M`5zNv_ zBrxTf7>80ej1iNPLYBu)N3JonYip*5JeOkC?}4=M7F%1~eY;S$nG@!>LaZMk9(ehP z=NKc9I`N9|{4mpW_})n8cxIA!p5iBc*-(nAPfgr?Mou%F)Ov2aCx=5@-^kXyd5lP1 z@u2&}l6?X1f=KVpYC)`9%i;~J(oKA?wMUesNDC3LjOV8~Bkvz@X-gH$FN*&FsH3jv zuD=f~-Q&9+X84K3;m-i&jt3(Jk6xe}lkA#$T#V0gGJ;H{eqL1JyAnvq=yEg9N|M`D zS!cwIkjpEVNSR~WRCOZ+ZO6;UTxX|4Uslv()m^-sg=x008%i_;0vHpV92FQNJG$|b zDNc17PD{{kD%T>>{6VF@r?G^KxbDM8x;Wh9TZ;fXeVW80%Vg7WWr=bkiF}Y)Rz?Vsj=7eLD^h(>=h;R+=~_Z?H)UeH@9lLpJPrYaDT8q4|dHorpZ=kVP{)5#!l$D+c5V zj?h<(Oto2p%t@Qac z`2z-)86EZ<{lJaTuX1soxg3B>PB(p5o}=bg)f>0=Ei5uzY5xE%#lT3zn7-j78-`Bb z;sEEbJo8b>Z>aCLkNZ&`7!V^omcYEco?ulw=y(pjIShryYm#1 z0}K!wAe@F_o!k-z46tjqR`x3$offu~A7ah_riF zmfk-yYkSSvBu4C#V1b6mPPyZrarna(#MYJ*d46@gn7{-EU_Omrf<}sz6sj%z-}EXnN%D^H*N-kQVi4;VGea@XNg#ye6$ErVka7tb#yJNT zt~K+RS)=mRkTDQ|P{v5_oM#v#I6R+v#MSiOKg9Pfsn2I5g7asd5`QI0?8-Bq6a$Xu zuTe_}hi&eoiT=+dn|CyACC1+_Hvlr9o04{9cI5Qtwyi2Wsi|MdT&a7j-If0UuR_QC zAGDOgNr;66MPZ1U9~@;yaC&Dv zjwy7dcu`_@`z-60Y%##WCAs4#9Q6KKsjncuc^2X}GTXFbGlx45Us1(BbQMp|lS={k+_U$F9Im2jb*+2mwA^#`YXp1o^Ad-<*m&`E0uG4KGCe8Zj( zgOSaT^1JwR6)s>CoWx=NKZPz0h?1Huf_j-^V1W=11gDB#@}sFi%zB z9AmaeezPBAEotxB?e~r}ucS)z>UUa2t;0ueZ9I&n)ni@CoyG@JanxryJvvq0E5}QH zZqeN;Ts&%3k$aGGdX73C-Kv(Qe%7)^=k1cRI5z4d+PMXOZ%lmngTN=K1CA*dQr?lr_GsNX5}k~tR0H=0Fmg!zGhEk;{A|{&wzj%n zr6WxHS^T#B+T-sA2R+HhsOd%?pFg^~iByDErj6a2YA{@B_eKpH^)^bFsc1an@+wy>O)OFx~RgB;u;S#6PfV^4r`;aURvn2S2)AxdSJTKp=tIwDkV~5wF@B zLo9}5P(I5WWGKg6dYqq5y=z#?bXSx9zD81<9C=#NoTr4XZ1uZ2r;RToTX`BaS)yop zQZhgzobX0QF`lNZYPw8%mYEFD$rbi#*b?AGZ^jK*S+w5D0vzAFDVpStCt};sT{opvqAl6S1qWR*#U-)yDcxXR> z@oizXUocw3q1;=fau5atA z4F3Rgdc-lw1c2Gy+rBx+O74bnO+m+%Yu4KOYjYo}xVs)R;=hkNe}c7%FEz_Q5o%U8 z&=S+gu;mLBF+dl3x0Vxm-eYb;D2BD_tx>>iB`D<;c7-sU=?+Ys+ z0pFO*FgePwAY`q2uZnyFrTE)Odw&pUdTyx_vM>`t^7()r+^{8ag#eC#pIYR6dGHs( zo+y`aO=FaQAS$5CI}i<##Y;+FUot2rYszaByqfr<>sG(@?0KWWLh(zpc9$ z8gNnNZKvFkeluwL5pT3j=FKYZAsn!m3%LBN*SY78dFX4nvDfZ39Wp7FJF7Jj;7Kp>ujrZO@s$*n#a=spF}WxGx09Zn@N1{jKWGadh+Z1oG@oOUqs(RY#>>~_z$E9Mm;m8$PDOE6 z%Ij19Ej=!;Z`a6|Qmr_;b5`zpKZ$>8eKW(hu}2k|xxAWLA@Wta1dUEl7;Ws^K^ex! zECAcP;a?uxMd6=|dd0ul7S0>1xh00wI3W^XB#lY?zj4=r#(tTvtF?a-X}6BPLq_d! z62~aryCh|mj@%rL!2N6H{{Y()Pgs0?r0QFvk*^`z>@ab$iOKDpI9@-xE9>}E6Hc9V zMx8YdWv=?QweRygGF(;h9?kXrH9h8g1Vk@C#dwEb53!Xmu z%Gv3L#&Ath&@T0lir=<&sj6yi6dHeo#lD-Mo6CLpmgPwx6gx4vzszz+$O-iE{{Vy@ zFSYPahvF?m$+)`IH7h$YYXlPcZE$~lg?R_ndU5wgL10I`_&?!={nv(c=G5NyJLHKc zy8A85FYlQB-levx1^IFTDo!~$S;aWvu@!5#ZfzC&zE=GFzGtC~hq9GQyC-D4+u!iH z>GqnAtdrbZi>r0Nw%Z)Gl1>z4mL^0}iraEe3d9Y-8r<=1%O;sK>eg1XTD81ZvBezz zMZAsBxe5`31qt_oufJQIV*2cc?mL22gSMfQ7zA7>Wk-M`W!;Wm|w?I+uu-~*1MdS4pY z-s*}p-Ae0Ep3D<1p2m((m=Xh$6e5g_sA4d=;2QH~QWAWs7khtJ@8onY>!Hc~RD(?M zC&V8F>9)G2ogSrcuYIQa6#3l5E!~I;M$leG11+9#Itkwa6Jbd--7HeEN)s0y**)B zPRQm2$a;bIeGeUh-~oV18PRyE4J@>?G!R@y=1C=z6oF*~Z5d_;MW1jt5GIR4;j?4MNV+{(D21 z(Pco2SSTe!^vS_E?hkx%27?ves@C&;jumU|sup{ckIR>NJWJ*UC5o^Bb^mGT5!CcydU0HO;)u6u>Y|x!O(+a1fbHXaqV(TI(-n{``%kwDn$ zU9rNrU_j^UbI@~%VtegcRCzIK(qsKhhDJ@@a0>j`&p=P(+Jb4Y=@%Cbb8)E!RTCqK zR#4<%5%+o)Aobt_jN=uBJY_|D*}L^8RIH0bPq~ufHv1HlZa*X@Qs|&_kV_Ak9mC%u zqnUhzdj-aoaT%Uq?<}XwXjn1HP&S+%GrTviOq!EZ@jjd3*nZh2rEeX*tW56ALaD$R z9k6-y&PN$0nQgA=z9rJFZiI7Br|KI^GJ$ec2{>YMqx9|du9`TEMC~S(w%J*ZRW;R> zv_A*x$*WvRCBo`fti(YRMxo+TG1WjVjIhQ?BW`nz#?}6UJf)d*+feGiJ1YcY26-&M z$n^H&sd(2?T?F}llN+O z9jduKa0oj`LC;!r@M&;KZzb&BOmVK(pUQH%3zL9~&e`-M9Xew)Sy@wlx@f->NX9#r z^-V(8%5St>n63k3eY`~lddn-e6^lby#08(SCy(*STVG0ieh55X&oh}uS(K=T$~on*lnVh^@54o6>F zDnbdnKlna`s(RkVw!OCue7J4nkN8kprWAG^J5gCTHjdX4A3jCP6NOdUKAkwCv-WHG zzcBZ^en+Znx_#f1B$pPpcM;pgwqon^$MWEY+(`#$-T@;VWS%Qt$3?x9M>gwh(aHlT zNU$PR+PFKH9Pyv7du~kPT%%&PCjGbk({0ox3-m*8(Hoqk}n~4Okc`4^9rz2j2*-P zGB8x&ax3ktf7yHN2&*EQzR_tN#8N;ICzwNdhh}#cErF5hc{$>(r|h?9;Ol=j8+CF+ zXLGB-TYvOAW=ulH8I)vc^@) zG6fho#GQBn0S6fd_J`peGg7^Kh+$ZK=}{z`b46<-sz({Y?pJUmE^)Y?GAr&YzlJ(J zowCI~i*IXZxJe{J7KwLA3Z1dWanAP}Ft}DYIOeOx@XN#U>N;(_I$eeI*=Mv7#~Vd% zJcy7SND6>aNZYt%L|gbWBBo)>?%8SQ+=%4uZqJN$eO|*w)0#<;!#$c7Z2ZWiupM!X z=RG+APoU1E-Ws>Q(yebHhsu)Si#%$L^MG*bcpUtgAo_G5;=Z`}lkh7+*7SC@xUtgY zj`9g@L6nI6l2LQ>Htdm-GERPMoP62l-{4-8rRmbOrM`@?&2JP7vLSS^9pJlTB;y6u zyPScLa7&IdHnP3831xK?-1&abO>0XZ_?IklHqyx(zed^!$spr^qyd6M z3!OP&|#2WQ>ZDH27|9#F5%Qz&2#LPccXxcY1CdjDAC(UVnhrzuFMk&1H3K2vIUz%9%uz=WXOhIK(GwDe1^P7nfc}-s6G|b8?C7E-tj& z%g^+MX(g6uvi@Kj7<}0oB=S_@hTwYvU8@yRbon`zzY=9me7uf3e7_PIJUs=?gs{U4 zUU_HDZ@qz^6I0NPw$G=U_4|oSw z(sbpw)HR7NF0U-zWjTZajyjxY zQpuh@6;w>ZOLg-JJ5w1R{=+|xdslO+{3X4z(}#~V@IAtR zrg@RiY+!eEDnoMF0gf;Z?s}Zy*E8Zczp^dX=Ii}<4ZX|xd&b}tqW$bK11G0E;}y|H zq$)3RKju`a*=mR*v$(vwRg>hiPzc!MY&%9t>C>K>;fH#4l4$Y6b>~gx{gxfT82FHp zgOi^|&JT6t70*lYk5AE&Z0>G;(|oDtl^6y7P2BU3x~H#Qz<1|k!TvhZd}pdz+TZFB z*<4IQ#}hULydDaXjz>&q?+oIKp3*71GdR?bHiVDimy#BVE_OyELWP$y2LqGGBb=Oj z15{v3fv7UwMfR+X+r2`bna&S!o}<#ct#{$&!&qEen0A;#Y<<}-rHL%K!TE85agSd0 z$ZB5??j&un_1I#eT8);XyS}W&E>R;Iv^p383U>9&my#^DlL1?&-&b-V&A%9_-+WU zAd)+VNhR8Ya6r3`KrDT8(DT-(mrS>s$tC^bws(Ep?8!Yb$6`K}M@jf!b9VATw)Yly zU+bJ5$0zq>sO0g+cpXQsMMWNqb>SUKd6wpHC--GzoT=T1T#Syn8@W9(k5f+6{>;4t zk*!0-I#!a;9lX;==K-HB*Kk4`ImctpeR$7GsjqlgDf1zQc`fbKNhg%Zn}7uHF@QZk z9{qYKmK}6Ltz!hR#~AYDasz)6$vNBz&N4cWYNfCEb{VF(iaX2eRcOoXiF1V;NI*y< z7{~*u^{qJ?mHz;yDMht&%qRGhb#dYp({&#T>Q)w0e2qQaO3Lk=9zi3Yl;9ln>Dv6- zZlCrErG`7rJ|f|!M0QXgsRyA_GC1{Kc&|XxycpgbZz?;BtL3~yFiB)GZybZ3K2g`V z;Zo_#rp#_E))LEZ#b${7_-?o-JPoY{DO;&1sPsB$m&7#6{;f|ZKRV)I-ZS}PrPx*^x#)pYvGtV=w_XLexQA@8`QA<>RhBZNIT-El*V40irse2gES9L|q17%7O2S)vgg_UE z1Czk|bMO4BH}N#aY=Nt3RK?Cc% zJ&sl%0{xEKGPh3~NCT)2akP_;y@=`Skwe5mr=`EH;mpyOseDixVl)Oe^RdADIV#yF z*C77@pK9iORpZTPS5GF|9TFH7fRH__$syg&awJf=IKc~njzQ-=rS6d?k!;rcqjhH8 zzDs@OaC>v<$3BGjrs|#s)Ac)9nW2h3ssmw)NPPz#In8xp@sNaWlKG_n05$m!ntQ8# z$CYYcF7Y$8e`@frhkQYAW{2$J*6`ciNtrivb!Fg^NCW~0YOLQBrHtE0t#}i}mQqU@ zhy4Z^?qgGe**K74eo{bS0X$=n4{fV>0xK)6v9-n}jJi88U~oAc^MQt5w9B$OKDj91?8>vr$z^*WwqD64X>y7&9p@|p18#LY4b zx$X4-01xt9rO-@sbGk8IY~>PKsM(TR|<8JP7(7#{7PPB=B^dcW+$d3~r& z=f^a$v^-0{d16LK&G`;SMlshl>}9$22~<^T@~=hm-0H&S3CTHGFC>@D<$eo&mrBz# zT~g(*F76U`w2Iy{g@h;$(y-}(8Ajqb0T1}(XLIZMHRKG$7^&%MtMmHBq|6{ zz?@}F>5nwB1^fhZ=+jx%BcB_%kvY#<#CP(?ewn~ zwD@H{nc?R)_sq@qh@TQi<`e}^Sy-}=RkP{DoiLeybSCZ96r;6y**FTykLIPTIYkj zG4@D2Gj5j_R|3tgX1NU`oPsum;4>~j+TXxV0KqhDJD51o@<#5Oe5uT8D#@*~C=ms;6hZzRGn>fkp!`_d)l1XdXTdtbD zb=B-fCN*O(b!fEPvGsR~G^_6s>G8vHrQXAJBRp=8v?P%L3Khu=n?PVjbCS5m2(0}- z!a9bXt6XXNlTBjKi9W#$7Rn3D$k{BN69bXK#t#Hnn%w@?7f~da6L^bIn^5v2Wocy# z5|a?g3ZRlQr=MILwkjV7e%~-nl29%}-siwea_c^xZb; z!C9AGy7Iwo#04h7+st*@=R?u?@+D{|<2g}=nx zy)tHzh2vWJsxWU0;v89fC-r+C8ST-KR9>29soQN*H1)8*ZqDuK!4 zAfEgXYtFnm@ut_sdbP!u?rtQxMo6^GZjR-$%Otr2=1i+#wtifa7jHe6g>Q8ITFN;g zy1TQynGcdgt2{R+840rkp)Z!t7~_yh`T1cTtx;L|?YH&hIaFNSrk9JaPl@!at98<0 zyRrq6Xr)6LmBSo?jBWrauVE3r`_rrMx7%IYekCN5zeD*rASo+A;IS$ z;d%_<=;^wh#r~rmrn!4>Z#9kD-o&=6v@sY~M1~Z9l1Hj)9x2mqG-EQz9sIzc?FgGl9E{ggAAiaN0{J+DxuZUh;6ao)xU48d&D=BSlZjqr!%0LQjNE=nKz=MUaV(>5Q&X(s-z0|b%FRr775_5fcjrQiq+ZZu|gUDn#Td6KDCmw5wWw(DZpXbWQhC5UO1B`RH*T(yNH!F&c zukJpEr8@Tg)z{3$@OSN_s~btKukLQFPn_^YZ4(W!DZwWlNcjhGg5>9|Zs@W)V>DtwJURV zBr(9UTuyVB$8YZv8jok0WpOC014Y7zm@@I7y~$96pG$5{hTi}T~vQ(>8+{BeR{Cl zECpqr-C0O5?rCyeOU4NqAyr5O72jV{qX{~0Rz`nV#5AVkbEww5N#Mg{s9kA#^61mF zj|>|bStChc$Qy8QM)q8ski$HTwQz^T8ZGX;u6#ub!v6p%bv|Q8;3@_n@|nZQ*BE6P z&m)bq@Rp%AuO^>w14(^lZT7;@1$VVx0;`o=2MZe<3~nG`{nFK&;Kr?|={kc$VzzM1 z^IXhTmTlKSY+%b6INc+o@Nfg;<{*~Rcsg`7QvScML!avtlD{eKo*(#Kd8_z3<5tse z^r-A?Zvk6y=H5t4mE3lsGcI=lf~4+2!4=VX8{sF!OFQji>r}eXb!|h=GFzmUrbY7B zaukLj7}puk83h15bnw3k+3V5hwz6B?>PnJqW+r!xq{Iy4_?ei3S9Wj%an9xKt#w^n z!M3+6Ykei0mrQMCSSKp79nrWzcwF-5f35b9MYbEL z+SQ49bAVN`le8!x0rL)koL5QVj~45e9wNB8wbbq>xJ}5?M=zLA^ef5eInDt4yn2m$ zFO2>s)US0*t=MZ;!jy6ZfP-0r^o# zAPxW-;F0EDDER5(=(Q+qWV@S5je{yYC(9WD_aVlAgl-^^zcxJuRh#1Ph`d2@aSh_f zal2&8=N9su0nxZ4al;;P2q!%C+7Xhp?3S+nhH}Q!wY5EZ%F4$2{uqAGs7Wo>B!u~U zln||!P!GxoZ2ZS7jAJ~Bq|{eT)U51nbo+?fX{3rnC}fpJBaAKx!1<>KBp!fqk}Ja7 z<9~?!GvX*Dv$xwb#~F=q8are>Fv{Z?>+PN^O2hV^*R; zt8j&uDc)2=5R9NkMIAB$+`B-*P)94pcN)j-17ofHKf17!L$|xLn;v**#EQ{?!9=43 z$W;&!N}huuutQ}>11VMJm8|yZw_n8CUdFOc_I{g~{tNIvv90NM+BKbxYO24nBXfN%7gM? zZF~&ml6S8d!6Xltimzi*oPTy_I8o9vI2{l6A@JOuC%DvX?BSE`5j;{OT(OSZ%|jak zpoRO`z+gbyrvP#&_(S$Yhr!-Ek5G;~S*$GGX0wD!B{w{rmIM}D0>qNpJCpzwNPk|p z_~obRa?LfZlC0MeeDSaf0Vvt%M4SPwK+2FCoad38;fdpywVJYvR@kXg zig&tZCX?{GJ#ST-;@Gq|5=@N~xMPG>#EbwZa|5@gI5@#1nvi@b@i&0ygHC%Ed7I6V zoyz%mkLLp1P*4HER&0_1 z9PZ?fGqK~(+NQ?t%HHN1=^?mN^Fy>|L4@2%{5U7jf&i{>!oM7*x)&OSjnD4&2g0+t z3W|Zo0=7;@dv^+P&S}byC42FP-_`Zl&ZSI0GECCe{{UpYb{mzq(>}|zP2~skiUKi| z$!>wMk)8nVFa=F7?3sP4UE0SS-gTwpU`UPv#te$8_5^w#!e58_AB^kRM=HV!j`xRIUgF`nJI!klqUa`atJ>^)2@ zWpsL`oBJ-?*?6MX_RbYsXc0rG#x?mmD&#Nf_KoBOO7{6)gV% zwZ^NcYl0|sDJ^fIiFb(PW>$UM84o;iNY5h!uoV!)&M{M-zd!5oHrcu)4ejc2jAzq(lDk7GKFJ2~3G0C_kd=KysCWY*`3e`;S0>uL6TjKg&s zs=%r<$p?1srLv?COq}-=UZ*Ub+**_`S)JNq}}*Vj4^?UA6tWqA6voHm|ZhBsMZW=+aA z@7;n4+Wi=eWcrGa$Dg!cg6@1bHTIu2mwon$g{s98qwd_ z`D@Yt0FjKam{z%y(D@I?9|`Y#6MGzblEo}jUENrTZR2?sd0=rHG;E`gTXs4Ur#%QK z9?#(dc#_$qv9i>ri9?P9V3aDX2Y=&UzP0vFi}54Cz9Z95_Oy$q>dMo~*nyE<-G7Ll zIr86*FugKszn8~850_YJnY4)o!81z87t4`Ck$^`}n2rxYlk)N_qE+QiJk;;1>-}Ft zAMCml_-ChM^G{ItV-3ZkTG{!~^2R?cM=CMY9&x}NlW~}a z-sM2)x2AKPbI2X54_}Y_HpOPV@aC+(Kmhp&WDWi9fbu?5>4xLONo*# zc~Kt{NQ4)VDz-N-PQa7jAP#eix2t~5{{Rc@w4b$2s4FtV=K!;q*kMR3z{cK5&!8D1 zx+9o3X5-Oqa|vX#ZTrjbKR9oVkJ_e>?DvtP>_-d;-IWAjcf)a!o<(Tso&Z~fki}~3 z$~L0A6_9792LzG8$6l59CY9jdgi+XCK^ojmbjM(lNXrt-#^Jmllyb+h+<)1v?E~S* z!@m&T`C5Lkut*)HTbqOm*+Q5bw-KG$=kUfwOU8rEr* zRQZ9|AbiP~*bkQ+sW=(rWR5|`eDB8}vt@^mZ>(n2=Z5)gZdO%KvlLlLQS!(XfJQ>+ zoD^mCxKP!GIe!v zTr^_hK8}ibX21)L%-s+0_V48PKk!dodrk2~7dASzz5F(|4R7U2Ky>*6By7quRCV3g zps(A#GvHo}ABN_zcegTTP%x$95aQ{k?g)GIOs*w=6iWP&6Zn;R#1{ZCA@k24{Dd5AGft%-QC+u z3=*ZlC8K3>9rqyINGF~AorDw4Ys)pC_$PmhwHDQccd+@U+ogl zsWP)2#48}$*Z^%HoaB-@9Y1C~bNdf?MhU#_8v1QA-IRuk37M5wa-8M!kO9HQaeMG|PSVsUb^iL=n1fkhnQecM?3YoDAok*f@W^J|cd`{yeqt<$(lg0h|Fvx!@7c_lf2-J6O+Ik zp6Yx-98Er2kWzR4WvAhLf0^aVgro66pE%zB(mI3K+(`|)eW6w;UGR1>a8+`lGn@t) z&sENQR63vSDXibx?z6U%^G~&qMLZME1IB!|DyQyeDh3MVwmTDE+ogDJEn5Eo`yW>D zxwX`9n2`$G5$BMD=Nxp#^ZA~+u3yC;vUh@I@mXU=$J8ZzP^O z5nh4d{{W3X7T2PZ#tVqn`B2FhnAj2woE0bUE`3K+#dyDr{{Uf4ZqG?*bQz<%)Ab9G z)}%rjV6JeXo37OWk`4eTt#JMY{f&MmX*c&ib*a-*#^=aSwcHJ|#I2QVMy$g)#tsO< zIO&|FmgP8v>cbGC`X<-p^)-bQqUNRdpIl3GrLEW69`E;-=j_HID(r38>ZA{w0An5Z z4n}bw+B`U4%Vv&6kh3o43<(&>z#nvNC)b?w#y&K;yYb({-AX++<4?M^Tgz;l`I)4( zU-Xit%b{Qn;}{+ANB4m&wfMKJX+?G}p?eGm&oaXX@#KiZ2~Pn+y5xbLaD6K&@U*3A z(yXQP{ZVfVS;LuF`y@x8>Xxy?_HxZCsEuOzw|fj@IUNVF>sdMl?v>#k65`I<-rhLW zvX&s9E=GKkPack>6OK6TUp;7lwBEI%n9Z)A9mT8pFSLUe<#2y^h)Fp4MBx9#z zd;3UQOX0+h#?JEU8CZgi8FVlxm<3WzW)H#jz<|SB#xo3 z^!eM&T_;Lqf0!993b_Z=2=EWCD6bl~{iL+lw~d=a+{~bo(d3ivXs*wx*IIH<@BaXT zUn}hY01xv&p^aZh({z1DShZMn87$PN!=Ye#CNn^%`CZ)~s)QG?Cidv@yvT41{@S(lWvs|%3`#tn`3ni;uER#bt4)BQp zZRH6b+efGlX}D> zaq@$h*s%+{lBJ7{*hT*UghaQ7qq-L}TRpZ2dt`4gF^`s623cJ)PYN^ab6s4;buSOy zY4=Sfq|;0$j`G<8T-*i$mtg+@W;Q=CI2b}P$Qs%{v!ZF*wE8O|&!{k07V@YrRgo}& z6Z3*tlY@dsRmcOKR#Ti@biaS{6lv>o&+fbrqWEtA086;kq4L(&AKbF2WsR}3VB5>& zJFg>vMsdYpc;muSLk6*XV%CydYAmQ(m6aAZky+$&12HN<8$zBRpz3`$#NI#AwE2=d ztuFFawYZI)rBGyun8^dq8E#-n>-gJ??O0LCO3lJoA z+c*paZIQR;JjaNB58ByiuuXrb-&|Y5TIg6w8%;F8Z)n&RB1AtRJ5&RWxxhF-QtQ7B zbk>SCf<2S8fWlbr@>xJTldjgvWSnH@xW+hN5qvY(b)7;OZ{pLQ-bjKhkuX;g=YGOE ze-9)v9WW0=wy>S~Tib14%!y%B-_Y`XL%=qA*t66u?e28BwM{HY)}q;AhS;o483h2` z2x$f~IB-GE+zv-Y@NM6QHF#F?=4qz5k24rpL>WBA2&wZDFb+v1{{XBfu&<)-{tetq zWVZ`(ELYLPAuHxAYcVM95bOjU&nX1tcRlL@&*4_B;_FW&T#H?WLafE*#D*}hw}7Fy z_sJM$U>5?ksfm?DlyqIKsguGh-p7mhN5Zq~o*}%kX4HJ@jt?C zc0Un*_#J`HZA7k z46HMeoP|~lK4ssA85IYOeh+wyPw-6BTG`F2-CIZ?5aV;*MdlD?P&zO#ow&+{0Ht%DwqBfXW9Dr);JkNMP_4(8G}h#_ECU9S7k1WlC%IF|JPaDGeemjd zH0D{Lw~=F#IZL|vo1h2_e5dY>t^$HN`3I$a415tI_zK5T)S_Lt8wAL0f*Wn@qCAZ4 zAhQL|M(mC-D`wl^40jrO6^b=wSYeVTD>0Ttlbk8xN0cILlby?s1uAu_dtTQ3On)&J#or11N#O4a+-bJA7WWs1J5sElx)HkXoI zM|Wo?*yMr~@}!AUCL4<2mE6$+M&q6CN8ZhSH}NOn%-Z&|sIA4V&AGa7Jtc-#EWo?q zlwKRoWoDlyz8a=D30E4tnB2&mIN+*z<#Qu7~;Jud9^rd z*Ot9MtCL#-lYEQQbI0%X9Ztpx4Z2%NeI!Y6w!zPxARw>`q+pUkIL~l#j-1@SHPkfS z9vi(uKe6xOlu99d#O{SjWDLOXISj*S`>W6bYtk%y6@6o_Td=g6?QRP}1hU&7GELG5 z<8j9T226q6a&i}KPY`Gq-Z1cD%MF8SZ8As%azp#r-B70703BNoj&M{+LBTmaaK}=z z=6Wv28lh)uh{Tgso8k_DZtR-g0gTv+&huC*vr?N(vXA%@D@K(TEXK*JQf#_hXNM1gaL zEYP`Q^OC!oC%}IbYL+&(x3=oD$c=gl>x5ALTP_YHjZRrWIl#d=LVD<9BQ&8KH>&&g z`M%n*tQ|)_XeN&g&^1dvZ*{%(yGYT>R|qI2a52 z75INg@ePdA>8YqgeR95X$cb!YR(EjAj)ZOnfIR^jUJC0R-Wut5_bVAoEvYB(A0X=X zn#Y97#~t9iwYW!kv2H|!5DO9k`@unAbJ4SblUkkz)O<~^YOu*Iw4iCS!HgWn%OPfV zcV^&*TpZ^+xyA;5>b3oqw0{-&Lf%1p9M=mWD&{g#(D|T9tVt~3x`4+dgghJyE~_G8U`W?7m~FLXu|gxWva-60qm$Q)pSoI7h_apgyJs;utQxDUvbC>u}B zxpDLM7(Hw1?}r`)veA4Nnw7tqb>=KWGv)lwKGLkCX~zt>B!k!z2Tmf;Vg#=NKm+F&O8DGE$%KI_u8_@_GDNpm8i8pe!-*qk0|jlPAY>>6WP$Ri;{={7N%%9X4K6)BqMj8pmz40& zhC5sjn-3q|!OvbgwP`$exyZWt5iGuGwDmq@xcF6ex0d&|x6>uWa;%YtC6P*=hn(kY zZR^HQerv6^(`?|LI9~Oh>7!SZoV0v`22Z#o`&X~c@E+pYQ|3(3$FR#QAUjHw$~og4 zji;|Zyn|dDcq;1R7-bR0vNYaWD}t(X@|~@oppn7O0q5V2jH6ZBrvCtT#&W^cg_Vdd z-Q?C4mf**>B0Rt_ReEj59*7T5=UJN9i!}{Z;aAjG&)fzB@hJdtkp!Z0Q6y=8D6OR_GyWHFP)XfZQ0Gcz+YlLZ!9%wS1N zXfayM%uE(DTg(i8YoFP3_ROAn@gm;edn+OPr1})mIdury0NOElisB8i<=W!&L5g=p zGnTHRo>sl4<;E1`8O!gHV8nw(!isCvEhcciFtC~47~8=d$TqG=nuvf6+jaA0HO*ES z2Rcdp5;q(BZexJinK+3Ri%p+-%FL|DIVw!e4D;GG5Jd(45bJLwvskFYoVFq@_(*i1 z$hMOy*>2-cJJ(Ro{8hi=YNa}HnFb@0_XoslWvE@YYwYV!pQ5iEmD}D9q5JzC?W_4% zsPbVNy`9s@IAFWHicYQuc$X%-8cmN;xOy;qb+N0IXG~Q~mgW+4V4r@b3A&?1BOo^S z+)}&qPJs3k#vWB{&1i4qMBtJ)1^|B;DQxv5DlzxD>+J>hL^`mO(|9zESq411l#Hsx z>}9?uxN1Eb69v1=OR6-_7c~E9ir?@Dg{qcIOm0;OXc*w(6G|Fz&0Su^-r1heYP)sF zP{*{vTX3P-sV08KhK%JJQj(~28xzt^iW{@jHt~ntUnbCTs&38z3S@ef~F}aYE zR=l{|eJ6EuW7svGHRk7(MC!a3WttY}nD4QH4hPA2+s7APKYX@p?WGB4Po&<}eRFk~;w~X3-kTvk ziz=K@LV2vQsn-{Dsup^)Nl~dQi-N#zi`eyW@_ZNUDk<)x5wfef;5iI30gj&*^92d# z7U+C7qh6Vqvf^GDc?j$cv7e z(oi>TlqdY~4hUK#l$PM9C>y0Onk`8`N`5T75O3Icn0q!Jqen~I!8MF)kySCqq^4Pz53z>kr0c8eX1z85EiwgFS4n;POw|S zNHmPGELu&r3mxk^q>w)0VE8C9xpGuVe<1sLOxJ6_#e15}mX>NAX$>D@7*J}LkkAKc zaTc~b7%?Wli!$_%&eo9vFAo6ay>RjxI)*uX9v~<0=zw*q#2P=hvEIaV2U%7M5-RtK zFa$}T&O*r&ML+nl4&Og76b_v+?ohEkp}E(zHl*R9?U1La-61eRlSTV?-UV0q^0zLw z^MAx#31M`G&35YLuOtTJWbk=y$2YpAY$2U=tA_Lnnp0=eW3Nseou&Q075X$xNoE=P z`dAinG#^|FQ30|FJ(^e=)T>BmgU~hMM|W1Wd6KkO>bqFW8|ocK2LkC}345DP->Dyo zhGzKFBH9@(Dtuc=nxh=V0>4oY17ad4h78jP5WO(#ifs%Cev*ww)zjYuGmhq7YfIwX zb#J*HWI2|M1i0_@Rvy$Vh}k)zW@a;Q0&m{d)R#G}ezmuvBbb|k;7Fb=dpQCS-id9U zdK<5_>*aZyqwGX962^vwb}6lf0EE1*x|UmqeI1~9_hSNKWwJ;Nsis^jVBnV}K~|5E z2Z5F+Rk5oAAGuO{mJv&qJhV})y)~D>w0=8uqORw{5t79q zc1L42@U9l9d5aVvcy#RJ@bP;H)7V&8!QMp;2g+GUjo<;}vVsM;5p)r=L*fjY-rC!x z@#<~qXwKtKiuqkd+TfY<`q)xM3(3&qFk;Pr&=7LBIl*-1J8C(~_tT+b$9C4I8*v}q z_qmn3zWPv%=&#PkcHC1wv^mF*Q_rwD8;Xs6p09#iIr*JbS3m*stcr$88e2b>F|*mq zvme$3VHzA#U!TWiG#xf@;zpgr$`{@#;-uy+!#;b{Go+0+nIt}iC&KDE^ai1(NR#4k zHv)n7JuO%CIWg_r?xk`u#be}UQ^l~VW9H+*WAW7FX$UnO`+LTE#=&6YkMP^*RzFtz z0(Nv)A5y(^FlDt#UugIe>R_6{>nJ#!UT+_o$IoRH#~+a+==6=}L2qZ@Fx+FG{mM&}{O2(F`Pivj_<#^wfVdrfH*7rXQB|*?Niiy+6OgNqP+udk1rA9>}!4T$JL0-cL zy4zw-UTv~h^vem=^|#Ir3^+pVyfU>(KWM0L_AGkOEdUPYI{P_I_AWXj_Ve^u)$;8x zOF3R=bcLPi4N~S|o9^+O-Zt5SnZBCpGn?2;AnAl~8-63eMV;}b-o0*331cn2v=n7`s=kH)i z2}25i+bR47^7GCqN8g&sL`jn2no+Yp3ia5J(Lvo1ln_YRmri)8omb`7_f6A1F6{78 z-YLDc1-ZrKrW(W8rY)`seeP2jg>q_YNkKF3M2AhnEd&lN_D-qgdne8--^>uS;>SOJ zfZ0m`!OfBK3W1YhE?Z}W_*8#$$Xmjg;mhypl&e}GqFQa@GM@A(g-GmeIr??(no^h6*&>cU3vwXTTBY!K@{>m+oh-W2wf>w?bG-j;R&&iiAcx%@o)*>Niur{n zrmW3u=~x0TcoBHchk#F*8}Drh?d7RH$EVHQ)nQxWVBr~r7p7lMgirJan^Xos}%D-N~pXyg-5gXQU5o<+c~Q*mNn5iayD2iwofKZJ4N$M#oqc8m((QR z0CFP7-fr~6NuYs#>7$_5rFv|FEk&ub?+bZTTT3IYgPF*+j8+7a%oDc)c20usC!agb z74`cT-w{XO6+0F^aq=2o3fS;zz_Zg z(8a@!tn4NY_};w8K1K~0!m+R04rmyzuDmDZF0T$1FX_r5%pJSxi2~B+XPg0OgL_a$ z98JT+qhk}V0s;(I3!yvZgRumndhb&$HM5nuF=u?4t;O+?rL==REWIQ$ zk}D-+*$f;G4^8?47A*a;nQ19Grh3*3KGo?g9d(j*ho;vtWiX~cx9lAxRX`CGf!s50 zFH!Iw)}L;Yp>H%1Ykmf1^>tpw7UX2EAqV{iSUN@vqO*6cK#N{xR~A3!H10i`7Vc?e zNU1Duz~s0l0d|K=K%i^zgl!HKA7@#gwJQQG0*~4elTw~o6S$?nx47S$sV8(Xd&^ey zh1*i+1Xn`EUWOy%sQrs+q)1!%FIfo_JABaR4<%kKRLp%FQqjKlht*{e0OsoJBFz*@ z?Vcs@%;ckG&V6}C7A}k4Y?Q*vP#q}Xx0`09Qb7bc&__Nt%N_KA>&`Z)jIW6@c)DbN z43EHyMO?y{ShY;7>L!Tz%gJWJqjm(s6^*Ph%(*5%j9RO7#W{#?EtJ#=KVb^Z;Bin9 z!3KdLbU$ZVF0l{0znTFx=*;d5xA}U!_jUJvgaBv$V{tzrRg=60xxTbWA7qrwrlnUl z#>PvcXiFV!E`sw76&(+5&bs`d0*9^Ji*@J2YxF)jj>`a%oYjhZc5!iGY1qb-eTr!c zhNq?F@YoPD&0hkTRvhq^uGab5Zxwc@kn~ppQ9dMPFsq zpsTKxDvI`62sJ$xkE|rn%>6JK@JjM*QEE-!nP=6?Y_FD=Xt*R*rt{b~g!7 z&Gvgo|K-tijl&jxdXS)BUMQb&zf!?vb({Ux%v(O4bxYRE3 z?cG!BEw}0rH;?8A*(h&_OmzePX3~8X1>WqC+acF8omRIp5x$y$g|x-zS8?qAJvT>$ z<>jXY_B~hYdk12zsqx`&c>d-%-3Z-45D@A+iM%Eu`m9k6npUQF9(u^`0Zm)8@*tFx z@E!K;hx$8xn~l%nwLv2ejA6qWs0}Q919-KHGzI6RWLx+joZxTIu;hbSVH(v_F@!3= zE>$POZr*_dqXAstA6+-sitV#9kxhaJ4H4_lTrjR*n@zJx5@DukzHBm+5{!UzokHt; z2W|Njlx&;fORun>(ax5rnEt$r7d|EUd3vF8GptHu5~CqovC-SyLeg{}^JIuy z$)zuL=%%Z1Rk7fRGsn)5IlVCvn>htq;uqkMl5kU49ajmsb}V|n+V#rqknzh^C#Tn* z@O)WA%2+zjJ)4?I`bN_gQ~9Vlbq$n0Eaz49E%~+!myc;>0=9*>_cemb{qW^ zalAKP8U%B->^EDK%qL?IkTP+jGzndQs+kAgN6Xe~(2lMn&30Z(=W6=O{q=SM$K{|w zrR%)3?Dil9zaNr1dhzXQM)R*tnv42XmNY1~8+?r2n>9J1z8JnuxCwK=0rg1}FM848 zd7*Uo*b90prHY;UT_nxVZ&Xcul zK_a!?9+OkR=I$XboI!zy4%g4rl#CX)i;JTN>P%`Y%C@3=U0*>@RYgDD9s{Z?gvDzz z9*05%BJ)TXkF7A#cx;qJT4FAU@(&=m=oyiVEss2;Hhi9iBpb>E%KB_k>rC0NggS%2 zbc0(ARGb4JoWFP=S8Wc)6i*N|+_ctKJz!7nH~|dP_!WhxaLPrsX4@?tP06nM+~UW{ z!{av0<7>;o?uMbO6~06c7UH@j7mlAdw%(pi4;`~5)=CcX#GU4_@w7M1=(Fl*e-x{u zGHVKHt)R&qffyuXfx@pt+RZp&6I{-p+-7I29VuEDx4IS!!XP@5BGopPRzMz294_8_ z32}m&Rh&zE#;A_CudI`7<-AcELID7}&nWZug`Z2fu`Avr#T5~bm$J@4H}O#(5o zKdlaOuYM7ThR)?4f~I=Ek~wqleAh8N-`FS|f`>V667ang?1g&#yq#7v7k`ZP%+t{x zz7%tz{#~e0h!P^EN7F;tv0bR=7DoWz%Td3ksi`&8k@1o;NPd$ow;vp}i3?H->D!YF zEW70nRyZhVD&zX@RyTB+XI*T#pkSs5(CeB?QxH11JqM_PhF5v4_IW32&Xk|tdJ5JR zN&Sv4HNq2WQa~NUguk~-D7_w+*gTITqc`s<`?^@PE*--qx-NBd5gzaZDd~!E6eCIH zCp{yZqri+KeHB?8%4nbg-(lx~lLSWu_8$6RY}O0Y&=v@BwNg*_cverS(N%;PHQ8#N zLK47i+>(|wTKz)2b?z(rmdEb+6?b~B!OA$avHzSts)e}@0*wJ+VIV|`1F=gPt#j!) zc#`GW$BCthCbyDR+3s(3{X?HT#>@^WbKa8y5641yrL~Zj(OkKMpRV)mH-JJWhQYQZ zGaLUchb;h#e=-NbmX7B;eLs4yzm~qTsSylL517JCbP5i{mPUbL9SFa}ZJmZzo9&zB zT*_<9WfyB5plwQ_&9qzKOKdY=YQu~C(6&7;x9RMiY*@w{aS%obEpKZWjK2}qK7`Tj zYK{nJ=STma8y_F%5iUYNP5D-#Vg|F$ohU+>21ey8} zf`s8(h|e)btp#z}0#Js?t6nZxWWVZ{AD~nuM6|}kj1F^|jt2MiX~-0m8fMDR)g5<@ zy<@BN&7{WQ$L76|9ubn%#BOXVbu{Q|Rr)rg5Ck#O%jDidnOW=-*ZcxwcX_!Nm^sK8 zQh!mi53qNrnAM{|Q-|h_Ldqeb1mzA(bdC1`xtKUW@W~OC3&*yPrv*1rq+sePT?DL@NBkz`NBY~U$R z>0n=OumwRpf^FI_8w}zVxEL_LCG#=vbg;~Fd=q7ljwOwh7B=Zg`7wlpbKTvCup0z3 z$(@7a-}5ZL8MCSuCs~(a9R(ieGXtXd#sf1{hmBCch=|s{UL9EUR^0hc$M@~2e%ct_!PbVN(o&tL z=?VUJjnv3vR8zb1z{LZaCpsA3FXxb+8C%V`kb6nqhQIa*e)ZWJC)=Bz=ORQq1uz6y zj_`_HeD|x|pZyJp$hr5Uu979n1_2IsnbB)@Uy%Jc&RKO*gm8t5B_i8ij^%)IP9dUz z9pU1C+~O17f(Mybb^6MsZQUt>M=fWSQ3U7vSY!w;LIjgqZo}-)QhaEg)YFb`nfek^ z_<77cBCZXK`)}LW7MeIy5I>YWO%JY-5v_cRvZ@(!{BqazR^DR1ZFW?rV7sm9T2aEe zv}moSj5cwt@svqoz|tgd0rltS<~`;D9!+CA75z-}E(dEs`2?z$af<7_$r8E0r*jO) zl9{h`-+bxgyLQge`SnMy>gX%&?TyW|cP7Z_NzNk0UAsIKAw8Pt=eiVf%xs9j+eu6E zI<3Xk)p{a-YgLD<2j%FF~E(uZuPq>IXqn)~~y&G$bw@%w8`!X5d^_ z2936P9OA4~Fmdm$ROvn9-bl}2O5;S2vF3%7VoJ!>K_Nhk?`3}>{JeWE`oj7sIbc9+ zFSDsEo7~DQ5$r|6f;5T$y2f>bZ1^oHyHDojUSpD+p{0zWD#31h|*&d4* zevqV?cr3`WHCSxh@7pNQ>;l3VaDuYQZh3(?#ykYU<>I*ECRL-XD6= zfFleUl!sQap`ocMY=et|%si4Trht~^&ZuR(z(UW67Jmzfns)g-X&=xRzs5ee(9qoK z`NU*6Y90lrRyEP>B6PoJNsh4|8+qt_^x1EL-}C$Qtvua?tu4|~`zDG(Ui;Y?kjWUA%PtJM1slT5PeF#Zc2q}T^ToQtLqblojQwkv zl*TThE~|8qOrow;H@-t0-`?xS{J7%w{uN<+qlzqvwpMNi)er27*dlSGp`7G$aNwQ* z*P*kxS3{mtMa?2&Mt-vDj(X_BFqFBq`5B$fC;!_&Viq#5s> z$s)BY$jrwGk;udZo$V{JaPjG~mEB~a(fzk#-~*HhKUfVtV~cbPX| zpYLeLOA!lNH1SF>i6lo;!)emVA~->pg7OJXT}DT?{RX&qGMz5_+9AeEd;pfb}ZXO@V$ zx}UYpmSzA7OinO|a9{>sOp}JV^CK%XyK_7pQ#OL5KBr!Q!q;Ucccj0slg}n61Y?k^ zEA0k%lLp5*%6xZbO`H3=cl?%JbOfZF|LCf2zk`u0StwbUlha*)qB2ycdS=Zn{dGtSLZJe<7o}aPk`< z6R=0^;IYuj*qkXjXTMEknW+KPjc9VPQa6de?OsoSfvA~8)@dlxl|)J>vpyJ{>2XAp zs($GvPoLh4ckN{)Guv_5%h%W<_(Efdze=M*g~4mkcU1Pjg8b;vu33mc!L*E42y zaep;gIYD`+cJ27#C|RQL6g0qNgcJvxs_IomF-v#bo{`@E8Nv({CSFyLgGgt588K&f zsv$*xQJ8vfCXGa}7tTC+dYF57GRNnG)Mm?`C`NzI*T~$4rs*LA%@_SZ5=q;J7+Uz2 zMO|2CvtbDRRHq}~;9;Wum}>hO=3H@tynko?5u9|ynzj3+`8}xK{7Not@K{`=Q##Vl zaq=`7`{;f1mvi)`vVohe!ihoLH7N7`xFV`_c}LgzZcK5=NEcYTCn@-(pw2{w?z*Nz zO{?u-BzNX$Hq|abW+Fx77JGFLT43EOzn#m3MnN&_H$Vrs$I!Wx_DZc)p%|`$xjuwq zM3hG=bo_hG&<8pN9BwElT@L{jCnp#0V@3WS%KCS-Qwf95 zdY$TyC&N)<^+_tzn8(K!wqtAuRF5Fy$Qssnr3k(cwj650|>E^EJ z#4DtrGTkD8@pucB8>a}D(knDHY7I}sjj%wom~ z53aGE=&L|~?svqijgAU0cSk&B^_Zpsd=kP>a3$T~+39vhds|=`R8{y2B>4w*jU8;S zO)Q5=4yQTYzX53Oyk|P^coC#IBNQ48UB2;^(MX$mIeUyf0%Yy6>;8i^x?@}@iFvi2 z_zxq)I8%1JN#Y-kjuljF6yEPTbud8to-})?9jb5HYZ9NYQfK?8@Ux8>3MPp0fwy3i zMNk0nz%I%NcX;aR6h?}-Rq?v)(CaRP&6tmxfSWA8u5T_XDtP7Mjx>=|0R+?6M_9T|4>u$<%TC+DF>j}X?sT#r%J=|}-=de) zTzU(}5g2UXhunL{DD_xqO%OR^Y`X&=)MO2gazmx9N6I{@$()l6K-vcGCPvP|V^E1O z+K%0c)bgHmfotoX_%M{@Ro>C!d8#$Xfn~6>_U$JvI-bvTLl_70CCb}Zjx$-$O5gj^ z5AH9;)KkEMw zmk!J4q0*n#jjsp3P&}D z;|Ze^>*hfAnk6-%m8ViyCI}o#UFi z-V3~ndpepcCVc&uJaM@N+oEI4g8+(acGO#311 z5hakG!D{J%k934glw-}lWcmr#5`C!6ISb4Jk`Z=Q0q7XF%;XHE@<}5M@gvil|d9Q;;OpK4lWW4qN;N*1R1=0-0mNn=i%3e)nUmULta@ zfaI9#TA$O!ht+q7EvT>~;uCr3R-&Vttn`zGDBRj_>@csm&Dh#4aZzT~m0hVVIFl{8 zb1C{5_UC{~ux3_?dq?t`;*=R)uXEm6ekbKlrVVrh*%C;`AIU$2>si3iJY4YGS#Eb; zpnM;wZB&IG^g4Lr_+A~MUTMK=eH1AOZiQR|#TF_3aOSWr2z9tqJS; z9|Dn(tYgH%K7;e0wN92m%Crm17ZNIWYP3V8@CRX=JTwL?e}8c>oHedcI~{v!xR9yL@!iIu}&T(7WKwQHHkDm z7zzi+A!~T8&dL(FbOmxr9o5n@B^K5{L7^ikm+TGn=v|>H;3z?Q|F&p?&?i`m#g`L-u3;aF(~tUvc(k!&r(UN z1Mtzf_LRha27L!g`P-8Q*%g|njX37{xP$%akTZ%_g0}C84!1DNy@iGX6Jm$B;U=va zj@*vSrC4`4%T5EOu)gW3~<(6g~uGXtQ?2}AyHk$7Qm#CCr$hHW<;Tv+Q*>*Ks z--E(O;uTU+Q^#53hMESOt|zNC*oraGq$O*lZ0iX7A+tUC0z%~MK(2Yzy(~JP4i<9f zjEs)Ng5XbLx)Ul%7^5)6!wfEeM6l6%GG}zlQrPD%fRl(MJVKU=qo|BpzFcjk^-zv* z=k>URn|J5zxUS@Mrm0=0t|s7u>y+_gIF9o@dH7b%+|_prO|vpC)Mf}m21>{}iixrF zO@x%d1e)a~gi>monJLq*_H=xr>CHBZ&oHOmye!*+*4xOr)XcAfartV~{%eDL+Mpf% z78!$ksrV7cfT@`b&S0CJn%c*Kh^CQq7M@&XIQkO4*5RsLYvn;j zIG12iG9xFOk5hjOBf;tH=OvGd9`FKCS$bf=&*onQdK z$A7Lbp5`X1|FXm+&-5ttF(Ck^dC`6=?ROSs0rG6t8DJt-=^wU_Np@6~QM#MV zvcn+;*IkO-e?hrssYdrgrM}!F`E7l}z9Lr|7eU7~#{VmTpN#>S{=EG`#1fquu_f75 z0gpa8dT|~t?>97|Blv|@=^(sf%crE3~P z&6UZWV-5M^*jjbNaDu|kYfEBh1f)Hs8WIzy)O1A^!@51YsP~#AtGI3%IQ@9w!k--v zRIFJh00L@gUvOIKj-bo4$v!|)=rN(M)v8|_z>>U$0Hw^eAY9L-Q%UgqmIvt9dh8zu zoaQC+GNrJ@@D9c!Bbwta#V+miOIKc=1A)4&CAXjRTWG7WS$vVeWmyNPaZRFk->pL6 z$Yo{#$#n$;DKe)U`*Ala*7hGyKOXzN+N(V(UDTz6Um$?Snb@FSbQ&Z~;ndaO_z0SnQbmnE8=(-L8!MmSag^3H^22DIZiX0pYJJ;%B9WPe_aL zag7&+J9e|876UO)g8XU;-m`?QrS~OUq}~&c!Xykh*#ku3rx)K2#LzU|Kml?Q{jh`$ zP+4BZ;;nH_Qa|H|c_00w7fs6UhrWaRJ+00V6Rw_phlO9OE(A9qLWJ&ncXb>2V&+@s zeVICibuYvrVa}q*u{J;FA-kD^k8I1g#(=$Bcha?mn#DOT0m}6W+vF*L1^as<{NyE! zbcV<-nLgs!^oEga6yEg-{lCq9A9>Pp3(&k@2aRx401TL!qp6aMqmwJ6siVvP3~u6l z2r#N#0O*qcvkNd$U$&3wW7q}cZ_yFIOp8A1!ZRUrO(cjz=neCcWz0p2Pa_&H7xJqO zbWsWuktb|-OVZ=>Pw z|5RQBi1MS%z>X|``3bFB513^7s1)RenH0WNw-88uHW1i&BdZOkY1>S7mKprK8Y!%$ zuC6ApTe_LE6}LYp`*~hzc#sx~N|9R@=mfb(E$~&K_Uj!M(_+fk{-JSz`{`^kkRe5I#nGYwiO5Td)Jf72NT-;ND$%_)!+#Z=+pIzNdE|XEoBubDSPA^Iv?}rq$|8(jgR2!0w9E7 z;av?by`L1^2J5BrLLT3q}IY@gxWK|p^(aKIDF*`N69!4{+`P_=oc^wjt#4troJvtVY5H*raJ||43vrrbB z8w@-O62E;3D%ym@t!(;zrOh3_jB-tb5kQoEPCGCpetSe-knYA=!$}^&b=UDRe18T* zH%Bkxw|?J!%w+2xR`T#S_mzJO#H$4N4xLa&&^O`3QxL zW3ggK_x!pho`l|4LB;;r@XlXCA;n-n?eS&V^0`xuL|y4>LJqVjtK(JIsVfDIU5hxGGPn=ER;M z>TvRF5d2lx>UL{totrMeZ6?H({tih+a-LT^g_XESxH+((9x)zwL|59pMG+%Lw zpd*g^v0fET(?^6?U`2|1qi+H1GJQX^iRss%&*j!#T z6Rc9mmC@dhr<90>T^4Lu=F2x$vzCNIzS5)t{nqKOXSNgZf=U!PAFp!~?S$cqYzi?= z9+eC?-H^_uI9f%KnT<<{+Wc0eVWPkTSi?_-+E%v`ENjP;Bd@?;yT=kKH@+RnY;|?c zEqA@KU8;QSIVvySFz{*RD=^X=?<4*$&37$^HYbE@cL0$TNMF$Hh|x)F%)kT1Z$~jS#6^7aoh)fKK-z~jeW{9UELb(Bw{%Q?Gt5>M`DKFkJXHHXG0U-tK~&s^FKqSzh#_4QkbThDIz zL8`#Axp)WPgp?J-T=1%2FvI7K+G24WIjr*XH~I0A4ULgjBgY7PLF2SZMI@j8bF2Qc z0tYJJ^qoDY<{#I;QZHvbw(sQf$-ViM(6VpL+V*@>*An>%s9>kOIh0fetYvE%2?Y{g zTjo#|US2KLceQ~R^;1zAy;;R)t_3M(Y4F+i-paIUL1RqGp76QuVFS_n{#uty`^?H_ z#YVj&3OM+h9%6=H{0arX;V&~wt7bXg-9ik%*r4%KxxOnq`>l7n_gO#6>T{axBxADu z+QUcca-JV$@!&^N;PmLXAtRs zz);Zx(RAP+C;m|Nhulve{tyGFMtuIUBtGbW#i@7M{387S(g*in+BrYb`~O4X?Nf1! zxb^38f1-f-x##}(OI^((Wy8#B7f$7`eai0Trxn{5B)(g(+`oLUE|uo-`iSi?S*sY7 zbsfq%TaFW8e#T5OYQ8x>vK^5Mwwi5(Dm}=7y;_x!H5a-3JiL~dR@x)D^Y&3i8|R68 zu60yJLkO1ilhzzCe^ZLYj{V|fm|+cbq1*pb>n@64*32l$36U4}!s055LetDh#0e1x zo(|+JjDtQtGQ0DoCcbSk4R*4jylo+`SI>$yHbP*}$YT2Gq4lzls!a2Hl~xoFU_4+}rfN0t?wSlGLpGja2Q z@`!&hiQ+8$jQ_&UPG%&}?;_M_vIaUlSrkUasoFO}@V}=JVHJv?usu~plj}-9jZXZ` zm66EAMf*_{22oM^sb}OTVAlbph=X11E?q}o+&UfCd^?QG0c`=LA8{B_SkJ`)hDS{n z(R#?HRM@E^HMi0xbGNLpXy!B|Z=nu7EMrDNXn8KO2X7%(M0Y6`)Zi+eW0pVrvRg)8 zUg|urQvJ^=as6krP3hP_sy}-Kx}NIipS>@31E4Nz(%)r(s%80@ z^3+zjf2%5r2GwOd{QFW1pWN%d2ItA$*i2cyT51OR$`yC8IN&X>>01% zfFhUYk|NR2IVmb)KS4)Ex{;h|OfnrKSuKgR!*@PW+?RTjVA5NU$l_L2O`Afn%3V9< z^_g9Fx?X8D;*s9avw-M=lWecJiP7{vx$L4T-H%m8=_!j~j^EW_>{vUEd(II$^RDLB z5i+2t%zAUy-203}Z_q*>Fg&~AQ5IYpJL)mUK0l*+GNohkWW3R<{^qrmk!r!0w5sWUcAXotqe zJ9kc5yv@u!J6%%oB#WBH=*L}(7ziV4%#OL37=v)>&bmjL`oq{?-@Ppa*@|3`q)aYA zFS?h5gYW6@VFl^}nn{SXMosJ3Z*`l7w`FJt)Ywrg0mZX{1Gy`OE_YfBTK34%CqHOH ze15`oED!P+aN;dR?#5snA};m?y{6Be8k|n^e?SdzDxi}%AbAu!L2CUPuFj)RInn0R zFuv8bmr=_DypMJh(yUB&$49Axmhqbo{$T5i zx{@A*N8tQ1$rsTl;?Badcx`K0_gmxR@ZV(KSe&C&w#E1@OKN|-v-egLX-k`8I~~`I zRC(-LkOhR&c43eQenWEe{wbFO?e)`nNKDSrH7ndN$)1Y$bNlng+oM9?a9IwJr~pZj zb!Gvff^)o|nL4Ge?=aSCju*T^vtfX(mYsDC{r6FN9=6&^j7tYnr9wc={7JK%VG>T9 zaeunH!SVXUfkP^?Axp;bE?EFSOk-2#abAaV)zsS3PD4OItq7N;TKQY!7{$RiBXd0W zgLrOhGh*%$Ma_r}L2B0Dq1X1bf z)PkF6Ic491>7-Dod8k?Y+F__*Kdgb^+JD?X7eapZ)kwYI0;1?4-pOObXiqhB?fgz$ zFtGGHD&>LRNy-o6&zV`|M!*5pEtB9^ zn$;yRG+Oj(pqXy}`xZZmz4F<2xUXb~+FK|QSsIucW+8UT^2Co9Azpx#ukGp-@O(Qv zFt~nniBHm|*)=3 zs^@25F=vbN+O`Gz6^2ZB5j%b+0BdT;Z~}f*`Qjy$20win-Xc0;R`btF+nw(_*|R#I zfV_^9QH^>m^ZVzh2AKL$`B-{}(@vk6{WE|^1ypn$j8-e{((!a|1dqV<3tYim3 z4S@!!{ll#OR|&xUlikA6(apip?H|UTzw_55vwPQp_?IF7uHFs%PkwU;v;SB2G8OVo zQjqE>TmS&$FWsQOG(boG=RUYuncIWBK!4QCfBgm^FTnqlPXKR)1k4>!=l`I87g0g{ zrwDsiU0-8)rtT!YrkVZ+{d{;{zPlid)BbGqd5-sa z@8^Bq1N7}_4-QGx>B4ooKfLst3}+L#sq&akrz63to43!~yjNT{v&%JSx0tCP-D`9A>}ckq5e)$o!8#o&87&P=`{pk@%=S5t(YvJN9YG1WK~ZT7;1@t^VPL?r^;orNRU$t7+RYaS4nRLI=|J9nG{1QL zI4t>RJ2m+q!HQoO8O?vt2yB8o6WTL=6uQR|hlmw|=6a zSey>8&Ee%4EDenE6evuT1UL_qFgBj4nF5uZXryZL)4&JC-qexgKRjUSPHJzJoFi6| z!k0vJ`p-6=6Fggi0nn9;qE}}IwRS+|Aq^~VKq0SuHvyt1jz`x-T`PN=q#HWC zU>e@|wx$|HTMLQpW1Tfn(J6JJZj?%9Jj5dCN@Qkz@K-IDLKs++X=BQmn0l0~!zq;&_0At@N1d^&2N7-IDHs(&M6cCP8P!49;bv z^R95fM$kd72g?CjV_;X(z>>vq>sydPj35oX!GNqNu($r^3iwFx>p!cWwdzu!=Yr_a zSP;VJCx`3ahQ-9x zoFRtGR1VTWgN8I{7eJpqv7V;yh2k`W`HPHaoaUqeb+9m|`a#FIn~#D7j7Gs~8{}!x zJ<*WWc@Fk4E2cnRBMBY`fHg_2{-t1~B7gtT14WQ(C+9NHlj{W!1pURC4i4V>d7wSc zN-r^I>`=jmL9+Uei2TRD;%c9ggmTSAq%`~N*yFu2XY;57|AJcBvV&*>IG-E|-fyQPmq1+37?7?ZYOW8Gs)%@-NG`9y zx3Mk?pT64+{Y*iCFtf0^+C zjOjC$a^r&k?eT|@FcpAtblly7bO?J2R}gsZDUsXa5T;LAIXp@-Re&8rDpV|t{}lEY zCuuHHknYG~Zf$O2fa~?ipERoqV%x!&CCvz>TdzuTb~f$Y@aGRcj8qD{tX17})d8-% zp)4~V;?^^|!(#mCL6Ny?n&FHiAa6z_7noaT;_eT)%ekk4CUxu5Kin`KRbt^>nazt^Ticpu!Mb7@+Uz`NDrGZ7P)pKQf-C!IaH)<+KP#U3T zmdEpQVz}oZdt%sg%lD+sgB$bRanY~+5}N6YBPytb+ z8P9OLhsSPgN5hUhpFej$HzQBH zw(?}~-iQh|H3&L^J$2aXqJf~Tx;p8(DQkqOF8#cK@KPoIpTbGbUMT(F=sV0P6hw^j>? zrmJ~fg-2-+w9WQ1E>p5Bao+Aq&CD~dT0b)~#O<*-&~Ci-)AYlmky<_!hBUyj7ga>H z@W5#1gaiyT4U9q!v(tJyEF;fDUI(@@V@BI}ZSI>-(<_3aSeu;@APD9H0V{1*@SwzANsh%7rF234{4s`^U|0vK z&K$9*t$pHOfARnfZEgkzgQu%zY@6ToDUK+qapEduL03@+Jt!Eu44K)ZI%XeZlEK|^ z5LA{w1kMeXr@|`2-MYXNr0>${EQmQ!FZ+#P_*iH43BIU4XkH#40R3~3As1&pru^%W zoXZ*MIX=dqh6dMrKSQF6S8dNFF*C|IruccV^V1v`m(D*0?&zb3qqzfsRS_(#`mt;WF)mx7I+Qtr!JIfvx7Q6SBwzq$yc9yFN3Xc`w&LbiNxsLmZ z1kh#NcK*?ZNCr4vjdK-ze*c5-|8|(mNa8-d%CKM3 zb=+o%(UqLL>S|@&Se%F?@akWKRaOo%&KW8ILjVY-cZ=#J!5sla=U&*Bmc%Mu%m#qu zGCTN*IF{=W(*{JSsNjohgYgM7T@0iUy849e->?5z%MDacA3$n6&;mW>!^gR}l|C{M zg9?~cF_g+TP~EhhJJrCKkpDaX#xBE?sMbu#XG)LB7UaV~IW zD1f97y`YqVVji=rWfhDrK^g>|u0}DserNL+>DfG<8UK0X`{1FV>MEoE4(Ro$=`7Jj zD>K|EK$r;dyANq9l$GFfw!-LwX(THR_zZzb{@hy=I(&tS<~g=iUXX-yU&Z>3SkDF zeB%bV+P8F33peZv2w?gT-~Ti4L);obRf$q034V-&0irK(*EcV{^9u;h5Ex$P3akAA zt*<3BIFlj!*7Xwba8P+&`K2^S!BVECLg{Sh#ihnVKL8~>C^V!TIR?E*1!xNNW-Sj& zX(Eql9#g@Zxm(jVf1ye|g0wR)OsCUl@BQmkG=H74dA)YWl>Zkh#%2X?5};)vTTOMY zFQOlY=;AwnUayV?Bs)Pd)12Wr=qLzqwsS$b(rapeCJz7icYbvVh7AL^#T5<^Na_(O zyrc^<0hH0q?c`AB60LzaUe4_WaEO`FV9Hf9g<=O!SQ*!JDDyT)hnp62P?6XZ-+yLt zNYq&oZ6f+yA{l$b`CUm64sKDw@1A^4lpF{Z5YU zxEz)A%2P|#Q;dopb*xDl@DSy6s0Z5mIR@a^92h&}xO3>0g4<7lb4R>!4a@`rGQu0d zqe{UF-v3d)x1U?<45(4f8Q0&B+6)0;Mmbx;DsimLAG;S8bg=>?3cLyQJP5JHkUc6O@?8(m)Ppa6xqNtv@Vi26fma zM;?zTXCpcg2Nq|$2+qrhj%xv3?FQo*V;MGqILAH$!O$pr=SQ099JKx2L7lJsP#+h{ zU7Z19Q$V6&FwLJD&2JDh&sd;4$-u3`32=~r-0J`=cUIVhKx|&mTcjccvC;O zhH`X$_*jKkZ3I}O8|b%qP(CHk-GAW51i1Msxf2E%gQ2xxKro#aG%1N>h$c|P#l#V= zO8jB53;*z?n8xLF=xl@&1&-C|91vVIARyug8=$KGe?eea5V(%b$}~3q?w>F?tv`O zx~Rh0%w>b@^z}?Y5;%eY)~gfJ=+?wOjt<5NfN*tEOxYo7?Pl zx@)`PvF=U(8cPZa3rtyq4*PPt-^y8Ea=D!|HjCF-QfQhl&1&@7=d6axa#KmQaYt*? zy4_*-+RbwYi`%x@N5hw;)-hHR;KiCvtq=KDTC#T1^?kvTdcaVpR{=GvYC zQ)g*u|BgCZw$##s*W*PkkJoNV-}If=e0k1husD4VZ;c-DziG73o2TwEIxlk#b{2I7 zlr*X8F0y5S5DhjJOAb(1m#-@4a zH(*;|D^T+LuQN`^qH$y0=AariEq-NwD@9p9zirawH!M!R?3?DFhcJ!O~bE~m@q zV&DJgnp`ZO=gWqCbhkd;&MCLe^QConbCcKUocppqcbg~cxy%mR+@AB?t;fkZCpO;J z!tDMD3Vy-9XF<&t3y#Chlf-E8x!vmXlwkbNW*AR;9Y5yd&tCu2c?kKPX9pS#tzFH= zd9%YlY4Zep<$`--Cdj02v~{HTu6^@qFg=J5Y!Yw`#QVv}7qWms%Wy+WvHP_2xTcB1x788Q%TJB- ztumCuhupr&n|}(i#A-2xV1lJ?P0fau%d1(y2b_l3eQYE6s%C(a*OtDR&N1(NqVmym zLCxDEHQM+rODO|O6a&2}hzPDLVJqsXB*sb?WZRi?aC(eSM82{4Y_WmL;=rPA{uaFI z5SW2)_l=89mHeIL3V$0M2LX$rBEk6}RBsq)p?vS?YWV!B;`=8C1SEv<)x{;w_3azr z8*!eGW*}?S@ZR4-vU@=$pN4#X1w2uZ8a3_PdVch@?+Z%Q?fLoZX1r=_>ton^D_&H~ z5%|HYR!!Fg^@~1#-D=Cf&oIbUkoI8!Klk$gAP4WKfX~0~ZD9K!!uaig|EC0h9`k=m zaBp2S4{*V^o^t$Sng0hF2e$w5Y^#kw=CQY}odkScjQfO-zkA#8mz3MXpT-FAG4L1P zCOg;EUsI>!ed7Pwy`_8Zm%SR~$?N~A!g0EDV1f6|AK#LDmzDzWpS@b*4dnm9BzI{G zkGOyvX|L9JL->DoZ_R&4?bXtDU!@$m*H?je)?O`bA5-5hE&1;-X~)02IG3%9h_{&k v2Xot{r7yVEwj$QwFscgzP8i;1{vYXJ*W0b9eSatm9>l-05S^|+m8t&)wPe(v literal 8095 zcmeHMc|26#`=3&lG}*IdSBNpjzVFGt6QM9O7-nH+tf4|eN!DyxQg#(ZBxH}GY}vA8 z%~m9Y@SRaoef0T#fB%2ayzZTQ&w1X@dCqgrd7pcpW2i%NfF1xK2LKkiFzWB`L1fqg z008kKWC2hJ6ddpE3b%80MIxYfcmxIw_CUjgaqehgFBDSP6N|vZv4+3tI0s(qvLyik zh!+z)KyHqlIQx`oNJWnl~qVKx4>39%IZIwUhu#FtZ+RUa4;`uRZRNKMvVu~m5iwuc`CTaA;o zM07UPTHladcx}8wwbJ&sZ((HZ)lzrXZ@K^#+beucH!MNZ#+%k?+eljpXQckkv0{2KT zvW0i<(t+ArbR`NjZuz!KT5``Fcs_^g;)hlqZ8k@D&CP+nmiZo_GIopi?G-)gAO6{2 zV)Zg@w?~-wAs%HWH;V4GL^IB!WG3mUMecx&rozHbwM7e!6gM4oq%0< zJNZI`B?iUFX~AUsAP0r0GS+z*X%F_6dT0SZ+coZK@S?wrNMXT;X@G|}e7(A(fg3(!e( zo~Oo49H$E8&e)DeXcVU3y}0FEsk>4;H$&55STj$pWq;N6Mal87r<$C&a6?yAv_q0w z$}Bw ztzhgXPQ_2hRoigMLAN@zs%Pm-OzPP!tB&2-Xtu}-FS?-pK3VQ%5AN`Syde5)vdh@Z z`GB#{3Ms{s*aF|;4`0W)UTsLm151z8XlCdm2c3% zRK}F9S~CdygXRN`na65h-(^fcIrvg)V;RuuG?=y?InBnl=NH~r-u?EiSMf6KjSFD_2I@D)^uq^TH_80|*0aPfF#%W1_ zigsFfVWj%yyR+{8epm1EH%T79pyZp4Be!iGb^SU4ta|)ONgh6Bt5%vObl#`hbquJ< zUKBDhb8lsChEIG^@!i&!lzIrTiQC>TA<~+g%Ts`c-n5z2o}-G z<;IM*7gALfxq%-Cu62`B-Wt?Vl*r&i-qBeqE_gL)z@l~d5|Oz?Mg#F;Arx# z-mv*i0sGJua>k@$LFecMy_Qq)wu7lm;ZE5p>U@N2=~$tzY<$vcYIXM3`nNY@R~#!^ z8PZbDzd*EclwIyQa=noK%NOOrOCLKrJBP3*DKOQw=e$BX9-fGVv*l3uDsvVYVGErG zQ)(O$~o2<!&w!OT=Y}zH@1MDhk@PTU;70FX;mm+@z`{P z&Y`}`FP_+Hz*Qh&zgiJOJwB86{bS9C zR}dEk^+k@+1_iy-b}^C*V&R3-;0-MpKR)^HK$fco zUtp1iYu`Ev)E#K0K1#SiN^t6v>?CWlnB( z@@n7xq-E#Px4q+b9aOWcy|Yhlx_b5yx^r2dD(!em+;P|%OYLpfL%0p?B2KQ(b2K?T%7#w982XJ8!E1y zxo`A6-x!`RiIj`6E}%s{KjXxdZ}AvcKQ_T%d+g|8+nhHSdgoBZ0P#$QXk#0BjoLP3 zyM;uV)k(UT89|@ZQyj_bxdEw?YZpCQWY-m+0Aiyx4)O82s?WGYEx(FMjtqY^xd71F z(8+vrJkN9$_v(G}*n!Eb8#FU&6Rc5Gi|@bY2lPby8mMIB&0mAobWcpjT3UTkM4pFg z++I&bn5b08QJpqoNhx-h7|8ExE90Y^M41*CIbV=y?alc{r(a-ziPy~CD3iQBIX-$N ztgF&Ophe)DQ^`fNvX;B1F933UXBwC!5hcfI&d%u;)cVg9lRk*J>EUZeOXsYQUOS+( zbR0gFo>`Hb9#hv|BX{JzP4exgiLWd@$sP}7+#ktQFeOF1*e+%Uwy;ViNijlkK0xH4 z$3yQKhs9-krV4K7nnU86>*-YFwTGb*UNp zRJhDP13%AVDh3(4ASn$Bt*l`yMPxdp6j=GasxYW<5xlrOQ<4}?8YwRerk%b~w`PPx z2KRY-jQBV!UYjB-Tb&!c_Uu|{vw;{iHlvx;uWVD0)?L@xkEwGoF(P0ZLGRm6Z5db* z`amVhLbGNCU6OiD=!2J1n@x$h@x>Ylt7HVEoozlRTCLbBP*^R9-PrO zz|Ob)=-G0&a zY5J~w5Az4zF1?f5n>EI+tIsT}EQItKC()?U>FL~wl>4`W`LleN!{#(VRz?2%XwF;u z74~ZRXAT{?XpXpV@Kn)u@q}0kCZicxxBP`~wL7XF|B>;?H9g&v>w~MG)>0oU8a{7` zH+^gH>SQ{fb)xnof0O>=dH+0xcor&$R4>@X`fQ5C^kiyt?Cn_%&FV>d9F{-pQr4YO5|^?%@yck$m>@ zySLlyjNE(LdjBsgCBP%f-G zjXz_(b%YX_yKw>2N%hX}OoXzs6X!Jl+Q_AXPph9j&kFb?i*;=t?4%j$R(eF0V;?NL zaGC`nXBOt+)p$5b1i1W(+=SsHCzz+Sum337<2MJ4@3@4K`uQcY&OW)frOr3?a&zp{zO^)_LmU)R*53g0q?0u8bI(1Ky+$>Y zE*dOhuTnWxX7$Za<(`(vNG(km5=#(myAwIzdwT7l!G68kG;SKwlQ+4Rupue*ATzc? z>`0T9kjmV+}XebKK-}luVrQlaWjua^z zX!nRawI3RDLW3)!r2fKucbAfKlQQlES9J(8(-ABmI2WptqrOtuUJVQh=p2U9 zLQMD=)uGWdP~WvC3W((GU&sbW$kiP+eFhvIss z5%sSW=jbi1BWRDdH#C0esRF8cakc_SkaH943IKH7x#7I$6m*`e#o*No%hfkFIxX5d zc|rv?i$uB=6GCdb86yp-YzCloJwYudXnzOBZol56*?#ZLk-%=$b?AufHK}V2vwPGMyg&^$!>}$kY}&h|%)5c6<+xw%7VcdS2+56mM{kE2o@C) z5dnXH=l%ikLL$&EKjl3=J%v5Rwq+qQGBV)p(j8G4^rxJwI~KVu1%ra&NI20792g=D z0q@8XP5LRlmlZ^T9bpUx^DnaEe^~5@g~5i8vxSh|-w30W~|dGJo*_xj;5 zg2iY@5Y!t=*hMRf{iyDb?B8W!?gS4KY*sWhh3H90nEZkHS^ORKbMWHu1QZUBfO2m8 z4sU0VgoB_McQjssn=t;jGZ82|$A4sE?1_Ewr>N^Ml8_&8S39hoBi7EG%;y*D2uZBT8ARK>q z2`5SzD`)We+M3k!?8jk#z_U%=h0}?}+Xggi8SG1P!HT;hbw1Ywk zP$9)e6M^`)V zhfoK9@(UARY01vwzOUM)nqI*ERxJYI;Q@q2-+Xn}Z@r<$T!r%FphL~8l`Sz{jc63K zhg7Yzb>bP=Cpq2herHMRYOYsP%2(Jo5uapGX8k0#l?CB`B{JCNd0gJ)lWu`g=I1pT zHm0%W{MOm~9O|!Ec)EuIMYe{odm7xi8^!lkKrEqX0o<~h_=0Mm^+-9%#Wyoc>4Msv z9-L-2YZBm8M|m{e;J zpg@%*Yc=&0ST#vU#u=*`DB!-&l(hy$x%G+H3e;IR3{P1e;gMdo9Nk`W^J7!3Ao~D- z1;WB=sIzZBJ>c($YTF(2^R{!u_9yDkW3-kp%K1eyRM4 z+LiiFb-VA4gagFC6W{M$w2J}&h}5^6Huli+4-pUp<3053 z676>_J2QmXh8?yfQtfUE*+a`;h<9gH?kN404v0j%n}!HV_oQ7zor9!AF>1n3@&Eu} I!b*Jm52hWEssI20 diff --git a/lib/cli/.eslintrc.json b/lib/cli/.eslintrc.json index efdd73cf5f..501e944e75 100644 --- a/lib/cli/.eslintrc.json +++ b/lib/cli/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/cli/tsconfig.json"], "createDefaultProgram": true @@ -44,7 +44,7 @@ "project": ["lib/cli/tsconfig.json"], "createDefaultProgram": true }, - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": {} } ] diff --git a/lib/content-services/.eslintrc.json b/lib/content-services/.eslintrc.json index efdd9505d4..e75d22748d 100644 --- a/lib/content-services/.eslintrc.json +++ b/lib/content-services/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/content-services/tsconfig.lib.json", "lib/content-services/tsconfig.spec.json"], "createDefaultProgram": true @@ -15,7 +15,12 @@ "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "warn", "@typescript-eslint/member-ordering": "off", - "no-underscore-dangle": ["error", { "allowAfterThis": true }], + "no-underscore-dangle": [ + "error", + { + "allowAfterThis": true + } + ], "no-shadow": "warn", "quote-props": "warn", "object-shorthand": "warn", @@ -23,7 +28,6 @@ "arrow-body-style": "warn", "@angular-eslint/no-output-native": "off", "space-before-function-paren": "warn", - "@angular-eslint/component-selector": [ "error", { @@ -80,7 +84,7 @@ "project": ["lib/content-services/tsconfig.lib.json", "lib/content-services/tsconfig.spec.json"], "createDefaultProgram": true }, - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/content-services/.storybook/main.js b/lib/content-services/.storybook/main.js index ac895e99e1..14a3aaa1ba 100644 --- a/lib/content-services/.storybook/main.js +++ b/lib/content-services/.storybook/main.js @@ -17,11 +17,5 @@ module.exports = { options: {} }, - docs: { - autodocs: true - }, - - core: { - builder: '@storybook/builder-webpack5' - } + docs: {} }; diff --git a/lib/content-services/.storybook/preview.js b/lib/content-services/.storybook/preview.js index 02894f03ad..c1f6d7b80b 100644 --- a/lib/content-services/.storybook/preview.js +++ b/lib/content-services/.storybook/preview.js @@ -2,3 +2,4 @@ export const parameters = { docs: { inlineStories: true }, controls: { expanded: true } }; +export const tags = ["autodocs"]; diff --git a/lib/core/.eslintrc.json b/lib/core/.eslintrc.json index 693e99716c..457c41cd4a 100644 --- a/lib/core/.eslintrc.json +++ b/lib/core/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/core/tsconfig.lib.json", "lib/core/tsconfig.spec.json"], "createDefaultProgram": true @@ -15,7 +15,12 @@ "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "off", "@typescript-eslint/member-ordering": "off", - "no-underscore-dangle": ["error", { "allowAfterThis": true }], + "no-underscore-dangle": [ + "error", + { + "allowAfterThis": true + } + ], "no-shadow": "warn", "quote-props": "warn", "object-shorthand": "warn", @@ -24,7 +29,6 @@ "arrow-body-style": "warn", "@angular-eslint/no-output-native": "off", "space-before-function-paren": "warn", - "@angular-eslint/component-selector": [ "error", { @@ -77,11 +81,10 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error", - "@angular-eslint/template/no-negated-async": "off" } } diff --git a/lib/core/.storybook/main.js b/lib/core/.storybook/main.js index 0736db5760..2fc44ab986 100644 --- a/lib/core/.storybook/main.js +++ b/lib/core/.storybook/main.js @@ -4,14 +4,19 @@ module.exports = { ...rootMain, core: { ...rootMain.core, builder: 'webpack5' }, stories: [...rootMain.stories, '../**/*.stories.@(js|jsx|ts|tsx)'], + framework: { name: "@storybook/angular", options: (()=>console.log('loaded config!'))() }, + staticDirs: [ ...rootMain.staticDirs, { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-core/i18n' }, { from: __dirname + '/../src/lib/assets/images', to: 'assets/images' } ], - addons: ['@storybook/addon-essentials', ...rootMain.addons] + + addons: ['@storybook/addon-essentials', ...rootMain.addons], + + docs: {} }; diff --git a/lib/core/.storybook/preview.js b/lib/core/.storybook/preview.js index 2165240157..bd7431d036 100644 --- a/lib/core/.storybook/preview.js +++ b/lib/core/.storybook/preview.js @@ -3,3 +3,4 @@ const rootPreview = require('../../../.storybook/preview'); export const parameters = { ...rootPreview.preview }; +export const tags = ['autodocs']; diff --git a/lib/core/feature-flags/src/lib/guards/is-feature-off.guard.ts b/lib/core/feature-flags/src/lib/guards/is-feature-off.guard.ts index 4375c4827e..8fd7f29fbe 100644 --- a/lib/core/feature-flags/src/lib/guards/is-feature-off.guard.ts +++ b/lib/core/feature-flags/src/lib/guards/is-feature-off.guard.ts @@ -17,13 +17,13 @@ import { Inject, Injectable, inject } from '@angular/core'; import { FeaturesServiceToken, IFeaturesService } from '../interfaces/features.interface'; -import { CanMatch, Route } from '@angular/router'; +import { Route } from '@angular/router'; import { Observable } from 'rxjs'; export const isFeatureOff = (flag: string) => () => inject(FeaturesServiceToken).isOff$(flag); @Injectable({ providedIn: 'root' }) -export class IsFeatureOff implements CanMatch { +export class IsFeatureOff { constructor(@Inject(FeaturesServiceToken) private featuresServiceToken: IFeaturesService) {} canMatch(route: Route): Observable { diff --git a/lib/core/feature-flags/src/lib/guards/is-feature-on.guard.ts b/lib/core/feature-flags/src/lib/guards/is-feature-on.guard.ts index 29ebd81aea..d661577716 100644 --- a/lib/core/feature-flags/src/lib/guards/is-feature-on.guard.ts +++ b/lib/core/feature-flags/src/lib/guards/is-feature-on.guard.ts @@ -17,13 +17,13 @@ import { Inject, Injectable, inject } from '@angular/core'; import { FeaturesServiceToken, IFeaturesService } from '../interfaces/features.interface'; -import { CanMatch, Route } from '@angular/router'; +import { Route } from '@angular/router'; import { Observable } from 'rxjs'; export const isFeatureOn = (flag: string) => () => inject(FeaturesServiceToken).isOn$(flag); @Injectable({ providedIn: 'root' }) -export class IsFeatureOn implements CanMatch { +export class IsFeatureOn { constructor(@Inject(FeaturesServiceToken) private featuresServiceToken: IFeaturesService) {} canMatch(route: Route): Observable { diff --git a/lib/core/feature-flags/src/lib/guards/is-flags-override-on.guard.ts b/lib/core/feature-flags/src/lib/guards/is-flags-override-on.guard.ts index 4f3eb074b8..6946847115 100644 --- a/lib/core/feature-flags/src/lib/guards/is-flags-override-on.guard.ts +++ b/lib/core/feature-flags/src/lib/guards/is-flags-override-on.guard.ts @@ -17,12 +17,12 @@ import { Inject, Injectable, Optional, inject } from '@angular/core'; import { FlagsOverrideToken } from '../interfaces/features.interface'; -import { CanMatch } from '@angular/router'; + export const isFlagsOverrideOn = () => () => inject(FlagsOverrideToken) ?? false; @Injectable({ providedIn: 'root' }) -export class IsFlagsOverrideOn implements CanMatch { +export class IsFlagsOverrideOn { constructor(@Optional() @Inject(FlagsOverrideToken) private devToolsToken: boolean) {} canMatch(): boolean { diff --git a/lib/core/src/lib/auth/guard/auth-guard-base.ts b/lib/core/src/lib/auth/guard/auth-guard-base.ts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lib/extensions/.eslintrc.json b/lib/extensions/.eslintrc.json index b76c97ac29..b9029b6557 100644 --- a/lib/extensions/.eslintrc.json +++ b/lib/extensions/.eslintrc.json @@ -4,14 +4,18 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/extensions/tsconfig.lib.json", "lib/extensions/tsconfig.spec.json"], "createDefaultProgram": true }, "rules": { - "no-underscore-dangle": ["error", { "allowAfterThis": true }], - + "no-underscore-dangle": [ + "error", + { + "allowAfterThis": true + } + ], "@angular-eslint/component-selector": [ "error", { @@ -64,7 +68,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/insights/.eslintrc.json b/lib/insights/.eslintrc.json index c015ee3a2a..499de59b67 100644 --- a/lib/insights/.eslintrc.json +++ b/lib/insights/.eslintrc.json @@ -4,39 +4,32 @@ "overrides": [ { "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular" - ], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/insights/tsconfig.lib.json", "lib/insights/tsconfig.spec.json"], "createDefaultProgram": true }, "rules": { - "no-underscore-dangle": ["error", { "allowAfterThis": true }], + "no-underscore-dangle": [ + "error", + { + "allowAfterThis": true + } + ], "@angular-eslint/no-output-native": "off", - "@angular-eslint/component-selector": [ "error", { "type": "element", - "prefix": [ - "adf", - "app" - ], + "prefix": ["adf", "app"], "style": "kebab-case" } ], "@angular-eslint/directive-selector": [ "error", { - "type": [ - "element", - "attribute" - ], - "prefix": [ - "adf", - "app" - ], + "type": ["element", "attribute"], + "prefix": ["adf", "app"], "style": "kebab-case" } ], @@ -77,7 +70,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "parserOptions": { "project": ["lib/insights/tsconfig.lib.json", "lib/insights/tsconfig.spec.json"], "createDefaultProgram": true diff --git a/lib/js-api/.eslintrc.json b/lib/js-api/.eslintrc.json index 80ab800720..0ec7a3424f 100644 --- a/lib/js-api/.eslintrc.json +++ b/lib/js-api/.eslintrc.json @@ -4,9 +4,14 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "rules": { - "no-underscore-dangle": ["warn", { "allowAfterThis": true }], + "no-underscore-dangle": [ + "warn", + { + "allowAfterThis": true + } + ], "@typescript-eslint/dot-notation": "off", "@typescript-eslint/explicit-member-accessibility": [ "off", @@ -30,7 +35,6 @@ "no-duplicate-imports": "error", "no-multiple-empty-lines": "error", "no-return-await": "error", - "unicorn/filename-case": "off", "@typescript-eslint/no-unused-expressions": "off", "@typescript-eslint/consistent-type-assertions": "off", diff --git a/lib/process-services-cloud/.eslintrc.json b/lib/process-services-cloud/.eslintrc.json index 95de3c6d00..3f94b4c565 100644 --- a/lib/process-services-cloud/.eslintrc.json +++ b/lib/process-services-cloud/.eslintrc.json @@ -4,9 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular" - ], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/process-services-cloud/tsconfig.lib.json", "lib/process-services-cloud/tsconfig.spec.json"], "createDefaultProgram": true @@ -17,7 +15,12 @@ "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "warn", "@typescript-eslint/member-ordering": "off", - "no-underscore-dangle": ["error", { "allowAfterThis": true }], + "no-underscore-dangle": [ + "error", + { + "allowAfterThis": true + } + ], "no-shadow": "warn", "quote-props": "warn", "object-shorthand": "warn", @@ -25,7 +28,6 @@ "arrow-body-style": "warn", "@angular-eslint/no-output-native": "off", "space-before-function-paren": "warn", - "@angular-eslint/component-selector": [ "error", { @@ -78,7 +80,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "parserOptions": { "project": ["lib/process-services-cloud/tsconfig.lib.json", "lib/process-services-cloud/tsconfig.spec.json"], "createDefaultProgram": true diff --git a/lib/process-services-cloud/.storybook/main.js b/lib/process-services-cloud/.storybook/main.js index 86b5e2f94d..14a3aaa1ba 100644 --- a/lib/process-services-cloud/.storybook/main.js +++ b/lib/process-services-cloud/.storybook/main.js @@ -2,12 +2,12 @@ var rootPath = require('../../../.storybook/main'); module.exports = { rootMain: rootPath, - stories: [...rootPath.stories, '../src/lib/**/*.stories.@(js|jsx|ts|tsx)'], + stories: [...rootPath.stories, '../**/*.stories.@(js|jsx|ts|tsx)'], staticDirs: [ ...rootPath.staticDirs, - { from: '../../core/src/lib/i18n', to: 'assets/adf-core/i18n' }, - { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-process-services-cloud/i18n' } + { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-core/i18n' }, + { from: __dirname + '/../src/lib/assets/images', to: 'assets/images' } ], addons: ['@storybook/addon-essentials', ...rootPath.addons], @@ -17,11 +17,5 @@ module.exports = { options: {} }, - docs: { - autodocs: true - }, - - core: { - builder: '@storybook/builder-webpack5' - } + docs: {} }; diff --git a/lib/process-services-cloud/.storybook/preview.js b/lib/process-services-cloud/.storybook/preview.js index 02894f03ad..de575f3764 100644 --- a/lib/process-services-cloud/.storybook/preview.js +++ b/lib/process-services-cloud/.storybook/preview.js @@ -2,3 +2,4 @@ export const parameters = { docs: { inlineStories: true }, controls: { expanded: true } }; +export const tags = ['autodocs']; diff --git a/lib/process-services/.eslintrc.json b/lib/process-services/.eslintrc.json index f908ed69d4..de9f325b27 100644 --- a/lib/process-services/.eslintrc.json +++ b/lib/process-services/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/process-services/tsconfig.lib.json", "lib/process-services/tsconfig.spec.json"], "createDefaultProgram": true @@ -14,7 +14,12 @@ "@typescript-eslint/naming-convention": "warn", "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "warn", - "no-underscore-dangle": ["error", { "allowAfterThis": true }], + "no-underscore-dangle": [ + "error", + { + "allowAfterThis": true + } + ], "no-shadow": "warn", "quote-props": "warn", "object-shorthand": "warn", @@ -22,7 +27,6 @@ "arrow-body-style": "warn", "@angular-eslint/no-output-native": "off", "space-before-function-paren": "warn", - "@angular-eslint/component-selector": [ "error", { @@ -75,7 +79,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "parserOptions": { "project": ["lib/process-services/tsconfig.lib.json", "lib/process-services/tsconfig.spec.json"], "createDefaultProgram": true diff --git a/lib/stories/.storybook/main.js b/lib/stories/.storybook/main.js index 74f2bae7d9..4b84d6feab 100644 --- a/lib/stories/.storybook/main.js +++ b/lib/stories/.storybook/main.js @@ -4,12 +4,14 @@ module.exports = { ...rootMain, framework: "@storybook/angular", core: { ...rootMain.core, builder: 'webpack5' }, + stories: [ ...rootMain.stories, '../../core/**/*.stories.@(js|jsx|ts|tsx)', '../../content-services/**/*.stories.@(js|jsx|ts|tsx)', '../../process-services-cloud/**/*.stories.@(js|jsx|ts|tsx)' ], + staticDirs: [ ...rootMain.staticDirs, { from: '../../core/src/lib/i18n', to: 'assets/adf-core/i18n' }, @@ -17,5 +19,8 @@ module.exports = { { from: '../../content-services/src/lib/i18n', to: 'assets/adf-content-services/i18n' }, { from: '../../process-services-cloud/src/lib/i18n', to: 'assets/adf-process-services-cloud/i18n' } ], - addons: ['@storybook/addon-essentials', ...rootMain.addons] + + addons: ['@storybook/addon-essentials', ...rootMain.addons], + + docs: {} }; diff --git a/lib/stories/.storybook/preview.js b/lib/stories/.storybook/preview.js index 4a981ec5db..212ef1b130 100644 --- a/lib/stories/.storybook/preview.js +++ b/lib/stories/.storybook/preview.js @@ -2,3 +2,4 @@ export const parameters = { docs: { inlineStories: true }, controls: { expanded: true } }; +export const tags = ["autodocs"]; diff --git a/lib/testing/.eslintrc.json b/lib/testing/.eslintrc.json index 13b49ebcd7..c5409790c9 100644 --- a/lib/testing/.eslintrc.json +++ b/lib/testing/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular"], + "extends": ["plugin:@nx/angular"], "parserOptions": { "project": ["lib/testing/tsconfig.lib.json"], "createDefaultProgram": true @@ -67,7 +67,7 @@ "project": ["lib/testing/tsconfig.lib.json"], "createDefaultProgram": true }, - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": {} } ] diff --git a/migrations.json b/migrations.json new file mode 100644 index 0000000000..a1015c7b82 --- /dev/null +++ b/migrations.json @@ -0,0 +1,312 @@ +{ + "migrations": [ + { + "cli": "nx", + "version": "16.0.0-beta.0", + "description": "Remove @nrwl/cli.", + "implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli", + "package": "nx", + "name": "16.0.0-remove-nrwl-cli" + }, + { + "cli": "nx", + "version": "16.0.0-beta.9", + "description": "Replace `dependsOn.projects` and `inputs` definitions with new configuration format.", + "implementation": "./src/migrations/update-16-0-0/update-depends-on-to-tokens", + "package": "nx", + "name": "16.0.0-tokens-for-depends-on" + }, + { + "cli": "nx", + "version": "16.0.0-beta.0", + "description": "Replace @nrwl/nx-cloud with nx-cloud", + "implementation": "./src/migrations/update-16-0-0/update-nx-cloud-runner", + "package": "nx", + "name": "16.0.0-update-nx-cloud-runner" + }, + { + "cli": "nx", + "version": "16.2.0-beta.0", + "description": "Remove outputPath from run commands", + "implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path", + "package": "nx", + "name": "16.2.0-remove-output-path-from-run-commands" + }, + { + "cli": "nx", + "version": "16.6.0-beta.6", + "description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", + "implementation": "./src/migrations/update-15-0-0/prefix-outputs", + "package": "nx", + "name": "16.6.0-prefix-outputs" + }, + { + "cli": "nx", + "version": "16.8.0-beta.3", + "description": "Escape $ in env variables", + "implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", + "package": "nx", + "name": "16.8.0-escape-dollar-sign-env" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace @nx/workspace with @nx/workspace", + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", + "package": "@nx/workspace", + "name": "update-16-0-0-add-nx-packages" + }, + { + "version": "16.0.0-beta.4", + "description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.", + "cli": "nx", + "implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin", + "package": "@nx/workspace", + "name": "16-0-0-move-workspace-generators-into-local-plugin" + }, + { + "version": "16.0.0-beta.9", + "description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.", + "cli": "nx", + "implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc", + "package": "@nx/workspace", + "name": "16-0-0-fix-invalid-babelrc" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace @nx/js with @nx/js", + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", + "package": "@nx/js", + "name": "update-16-0-0-add-nx-packages" + }, + { + "cli": "nx", + "version": "16.6.0-beta.0", + "description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", + "factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", + "package": "@nx/js", + "name": "explicitly-set-projects-to-update-buildable-deps" + }, + { + "cli": "nx", + "version": "16.8.2-beta.0", + "description": "Remove invalid options (strict, noInterop) for ES6 type modules.", + "factory": "./src/migrations/update-16-8-2/update-swcrc", + "package": "@nx/js", + "name": "16-8-2-update-swcrc" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace @nx/storybook with @nx/storybook", + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", + "package": "@nx/storybook", + "name": "update-16-0-0-add-nx-packages" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Update workspace to use Storybook v7", + "implementation": "./src/migrations/update-16-0-0/update-sb-7", + "package": "@nx/storybook", + "name": "update-16-0-0-migrate-7" + }, + { + "cli": "nx", + "version": "16.1.0-beta.0", + "description": "Ignore @nx/react/plugins/storybook in Storybook eslint rules.", + "factory": "./src/migrations/update-16-1-0/eslint-ignore-react-plugin", + "package": "@nx/storybook", + "name": "update-16-1-0" + }, + { + "cli": "nx", + "version": "16.5.0-beta.0", + "description": "Move .storybook/tsconfig.json to tsconfig.storybook.json for non-Angular projects.", + "factory": "./src/migrations/update-16-5-0/move-storybook-tsconfig", + "package": "@nx/storybook", + "name": "update-16-5-0" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace @nx/eslint-plugin with @nx/eslint-plugin", + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", + "package": "@nx/eslint-plugin", + "name": "update-16-0-0-add-nx-packages" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace @nx/node with @nx/node", + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", + "package": "@nx/node", + "name": "update-16-0-0-add-nx-packages" + }, + { + "cli": "nx", + "version": "16.0.0-beta.5", + "description": "Replace @nx/node:webpack with @nx/node:webpack", + "implementation": "./src/migrations/update-16-0-0/update-webpack-executor", + "package": "@nx/node", + "name": "update-16-0-0-update-executor" + }, + { + "cli": "nx", + "version": "16.3.1-beta.0", + "description": "Replace @nx/node:webpack and @nx/node:webpack with @nx/webpack:webpack for all project targets", + "implementation": "./src/migrations/update-16-3-1/update-webpack-executor", + "package": "@nx/node", + "name": "update-16-3-1-update-executor" + }, + { + "cli": "nx", + "version": "16.4.0-beta.8", + "description": "Replace @nx/node:node with @nx/js:node for all project targets", + "implementation": "./src/migrations/update-16-4-0/replace-node-executor", + "package": "@nx/node", + "name": "update-16-4-0-replace-node-executor" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace the deprecated library generator 'simpleModuleName' option from generator defaults with 'simpleName'", + "factory": "./src/migrations/update-16-0-0/remove-library-generator-simple-module-name-option", + "package": "@nx/angular", + "name": "remove-library-generator-simple-module-name-option" + }, + { + "cli": "nx", + "version": "16.0.0-beta.1", + "description": "Replace @nx/angular with @nx/angular", + "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", + "package": "@nx/angular", + "name": "update-16-0-0-add-nx-packages" + }, + { + "cli": "nx", + "version": "16.0.0-beta.6", + "description": "Remove protractor as default e2eTestRunner from nxJson and project configurations", + "implementation": "./src/migrations/update-16-0-0/remove-protractor-defaults", + "package": "@nx/angular", + "name": "remove-protractor-defaults-from-generators" + }, + { + "cli": "nx", + "version": "16.0.0-beta.6", + "description": "Remove karma as default unitTestRunner from nxJson and project configurations", + "implementation": "./src/migrations/update-16-0-0/remove-karma-defaults", + "package": "@nx/angular", + "name": "remove-karma-defaults-from-generators" + }, + { + "cli": "nx", + "version": "16.1.0-beta.1", + "requires": { "@angular/core": ">=15.0.0" }, + "description": "Remove exported `@angular/platform-server` `renderModule` method. The `renderModule` method is now exported by the Angular CLI.", + "factory": "./src/migrations/update-16-1-0/remove-render-module-platform-server-exports", + "package": "@nx/angular", + "name": "remove-render-module-platform-server-exports" + }, + { + "cli": "nx", + "version": "16.1.0-beta.1", + "requires": { "@angular/core": ">=16.0.0-rc.4" }, + "description": "Remove 'ngcc' invocation if exists from the 'postinstall' script in package.json.", + "factory": "./src/migrations/update-16-1-0/remove-ngcc-invocation", + "package": "@nx/angular", + "name": "remove-ngcc-invocation" + }, + { + "cli": "nx", + "version": "16.1.0-beta.1", + "requires": { "@angular/core": ">=16.0.0-rc.4" }, + "description": "Extract the app config for standalone apps", + "factory": "./src/migrations/update-16-1-0/extract-standalone-config-from-bootstrap", + "package": "@nx/angular", + "name": "extract-app-config-for-standalone" + }, + { + "cli": "nx", + "version": "16.1.0-beta.1", + "requires": { "@angular/core": ">=16.0.0-rc.4" }, + "description": "Update server executors' configuration to disable 'buildOptimizer' for non optimized builds.", + "factory": "./src/migrations/update-16-1-0/update-server-executor-config", + "package": "@nx/angular", + "name": "update-server-executor-config" + }, + { + "cli": "nx", + "version": "16.1.0-beta.1", + "requires": { "@angular/core": ">=16.0.0" }, + "description": "Update the @angular/cli package version to ~16.0.0.", + "factory": "./src/migrations/update-16-1-0/update-angular-cli", + "package": "@nx/angular", + "name": "update-angular-cli-version-16-0-0" + }, + { + "cli": "nx", + "version": "16.4.0-beta.6", + "requires": { "@angular-eslint/eslint-plugin-template": ">=16.0.0" }, + "description": "Remove the 'accessibility-' prefix from '@angular-eslint/eslint-plugin-template' rules.", + "factory": "./src/migrations/update-16-4-0/rename-angular-eslint-accesibility-rules", + "package": "@nx/angular", + "name": "rename-angular-eslint-accesibility-rules" + }, + { + "cli": "nx", + "version": "16.4.0-beta.11", + "requires": { "@angular/core": ">=16.1.0" }, + "description": "Update the @angular/cli package version to ~16.1.0.", + "factory": "./src/migrations/update-16-4-0/update-angular-cli", + "package": "@nx/angular", + "name": "update-angular-cli-version-16-1-0" + }, + { + "cli": "nx", + "version": "16.6.0-beta.0", + "description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", + "factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", + "package": "@nx/angular", + "name": "explicitly-set-projects-to-update-buildable-deps" + }, + { + "cli": "nx", + "version": "16.7.0-beta.6", + "requires": { "@angular/core": ">=16.2.0" }, + "description": "Update the @angular/cli package version to ~16.2.0.", + "factory": "./src/migrations/update-16-7-0/update-angular-cli", + "package": "@nx/angular", + "name": "update-angular-cli-version-16-2-0" + }, + { + "version": "16.0.0", + "description": "As of Angular v16, the `moduleId` property of `@Component` is deprecated as it no longer has any effect.", + "factory": "./migrations/remove-module-id/bundle", + "package": "@angular/core", + "name": "migration-v16-remove-module-id" + }, + { + "version": "16.0.0", + "description": "In Angular version 15.2, the guard and resolver interfaces (CanActivate, Resolve, etc) were deprecated. This migration removes imports and 'implements' clauses that contain them.", + "factory": "./migrations/guard-and-resolve-interfaces/bundle", + "package": "@angular/core", + "name": "migration-v16-guard-and-resolve-interfaces" + }, + { + "version": "16.0.0-0", + "description": "Updates the Angular Material to v16", + "factory": "./ng-update/index_bundled#updateToV16", + "package": "@angular/material", + "name": "migration-v16" + }, + { + "version": "16.0.0-0", + "description": "Updates the Angular CDK to v16", + "factory": "./ng-update/index#updateToV16", + "package": "@angular/cdk", + "name": "migration-v16" + } + ] +} diff --git a/nx.json b/nx.json index 08c5ff978f..99666ee72a 100644 --- a/nx.json +++ b/nx.json @@ -1,40 +1,36 @@ { "npmScope": "adf", + "defaultProject": "demoshell", "affected": { "defaultBase": "develop" }, "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ] + "dependsOn": ["^build"], + "inputs": ["production", "^production"] + }, + "build-storybook": { + "inputs": ["default", "^production", "{projectRoot}/.storybook/**/*", "{projectRoot}/tsconfig.storybook.json"] } }, "tasksRunnerOptions": { "default": { "runner": "nx/tasks-runners/default", "options": { - "cacheableOperations": [ - "build", - "lint", - "test", - "stylelint" - ], + "cacheableOperations": ["build", "lint", "test", "stylelint"], "cacheDirectory": "nxcache", - "runtimeCacheInputs": [ - "node -v" - ] + "runtimeCacheInputs": ["node -v"] } } }, "namedInputs": { - "default": [ - "{projectRoot}/**/*" + "default": ["{projectRoot}/**/*", "sharedGlobals"], + "sharedGlobals": [ + "{workspaceRoot}/angular.json", + "{workspaceRoot}/demo-shell/src/index.html", + "{workspaceRoot}/e2e/protractor.excludes.json", + "{workspaceRoot}/e2e/protractor.conf.js" ], "production": [ "default", @@ -42,7 +38,8 @@ "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)", "!{projectRoot}/**/*.spec.[jt]s", "!{projectRoot}/tsconfig.spec.json", - "!{projectRoot}/karma.conf.js" + "!{projectRoot}/karma.conf.js", + "!{projectRoot}/tsconfig.storybook.json" ] } } diff --git a/package-lock.json b/package-lock.json index b21d911a3a..06d1ea12c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,35 +1,35 @@ { "name": "alfresco-ng2-components", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.2", + "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@angular/animations": "15.2.10", - "@angular/cdk": "15.2.9", - "@angular/common": "15.2.10", - "@angular/compiler": "15.2.10", - "@angular/core": "15.2.10", - "@angular/forms": "15.2.10", - "@angular/material": "15.2.9", - "@angular/material-date-fns-adapter": "15.2.9", - "@angular/platform-browser": "15.2.10", - "@angular/platform-browser-dynamic": "15.2.10", - "@angular/router": "15.2.10", + "@angular/animations": "16.2.9", + "@angular/cdk": "16.2.9", + "@angular/common": "16.2.9", + "@angular/compiler": "16.2.9", + "@angular/core": "16.2.9", + "@angular/forms": "16.2.9", + "@angular/material": "16.2.9", + "@angular/material-date-fns-adapter": "16.2.9", + "@angular/platform-browser": "16.2.9", + "@angular/platform-browser-dynamic": "16.2.9", + "@angular/router": "16.2.9", "@apollo/client": "^3.10.2", "@cspell/eslint-plugin": "^7.3.6", - "@mat-datetimepicker/core": "11.0.3", + "@mat-datetimepicker/core": "12.0.1", "@ngx-translate/core": "^14.0.0", - "@storybook/core-server": "8.2.6", - "@storybook/theming": "8.2.6", - "angular-oauth2-oidc": "^15.0.1", + "@storybook/core-server": "^8.2.7", + "@storybook/theming": "^8.2.7", + "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^17.0.2", "apollo-angular": "^5.0.2", - "axios": "^1.7.4", "chart.js": "^4.3.0", "cropperjs": "1.6.2", "date-fns": "^2.30.0", @@ -37,47 +37,50 @@ "event-emitter": "^0.3.5", "material-icons": "^1.13.12", "minimatch-browser": "1.0.0", + "monaco-editor": "0.41.0", "ng2-charts": "^4.1.1", + "ngx-monaco-editor-v2": "16.0.1", "pdfjs-dist": "3.3.122", "raphael": "2.3.0", "rxjs": "7.8.1", "subscriptions-transport-ws": "^0.11.0", "superagent": "^9.0.1", - "ts-morph": "^20.0.0", "tslib": "^2.6.2", - "zone.js": "~0.11.4" + "zone.js": "0.13.3" }, "devDependencies": { "@alfresco/eslint-plugin-eslint-angular": "file:lib/eslint-angular", - "@angular-devkit/architect": "^0.1502.10", - "@angular-devkit/build-angular": "15.2.11", - "@angular-devkit/core": "15.2.10", - "@angular-devkit/schematics": "15.2.10", - "@angular-eslint/eslint-plugin": "15.2.1", - "@angular-eslint/eslint-plugin-template": "16.0.2", - "@angular-eslint/template-parser": "16.2.0", - "@angular/cli": "15.2.10", - "@angular/compiler-cli": "15.2.10", + "@angular-devkit/architect": "0.1602.9", + "@angular-devkit/build-angular": "16.2.9", + "@angular-devkit/core": "16.2.9", + "@angular-devkit/schematics": "16.2.9", + "@angular-eslint/eslint-plugin": "16.0.3", + "@angular-eslint/eslint-plugin-template": "16.0.3", + "@angular-eslint/template-parser": "16.0.3", + "@angular/cli": "~16.2.0", + "@angular/compiler-cli": "16.2.9", + "@chromatic-com/storybook": "^1.6.1", "@editorjs/code": "2.9.0", "@editorjs/editorjs": "^2.29.0", "@editorjs/header": "2.8.1", "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.10.0", "@editorjs/marker": "1.4.0", - "@editorjs/paragraph": "^2.11.6", "@editorjs/underline": "1.1.0", - "@nrwl/angular": "15.9.3", - "@nrwl/eslint-plugin-nx": "15.9.3", - "@nrwl/js": "^15.9.7", - "@nrwl/node": "15.9.3", - "@nrwl/storybook": "15.9.3", - "@nrwl/workspace": "15.9.3", + "@nx/angular": "16.10.0", + "@nx/eslint-plugin": "16.10.0", + "@nx/js": "16.10.0", + "@nx/node": "16.10.0", + "@nx/storybook": "^19.5.6", + "@nx/workspace": "16.10.0", "@paperist/types-remark": "0.1.3", + "@playwright/test": "^1.35.1", "@quanzo/change-font-size": "1.0.0", - "@schematics/angular": "15.2.10", - "@storybook/addon-essentials": "8.2.6", - "@storybook/angular": "8.2.6", - "@storybook/core-server": "8.2.6", + "@schematics/angular": "16.2.9", + "@storybook/addon-essentials": "^8.2.7", + "@storybook/angular": "^8.2.7", + "@storybook/core-server": "^8.2.7", + "@storybook/manager-api": "^8.2.7", "@types/ejs": "^3.1.5", "@types/event-emitter": "^0.3.3", "@types/jasmine": "4.0.3", @@ -87,6 +90,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.0", "@types/pdfjs-dist": "^2.10.378", + "@types/selenium-webdriver": "^4.1.17", "@types/shelljs": "^0.8.15", "@types/superagent": "^4.1.22", "@typescript-eslint/eslint-plugin": "5.59.8", @@ -94,11 +98,10 @@ "@typescript-eslint/typescript-estree": "7.1.1", "ajv": "^8.12.0", "commander": "12.0.0", - "css-loader": "^7.1.2", + "css-loader": "^6.10.0", "dotenv": "16.4.5", "editorjs-html": "3.4.3", "editorjs-paragraph-with-alignment": "3.0.0", - "editorjs-text-alignment-blocktune": "^1.0.3", "editorjs-text-color-plugin": "1.13.1", "ejs": "^3.1.10", "eslint": "^8.47.0", @@ -118,6 +121,7 @@ "jasmine-core": "4.6.0", "jasmine-marbles": "^0.9.2", "jasmine-reporters": "^2.5.2", + "jasmine-spec-reporter": "7.0.0", "js-yaml": "^4.0.0", "jsdom": "^24.0.0", "karma": "^6.4.1", @@ -129,47 +133,62 @@ "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", "lint-staged": "^15.2.2", + "lite-server": "^2.6.1", "mini-css-extract-plugin": "^2.7.6", "mocha": "^10.2.0", "moment": "^2.29.4", - "ng-packagr": "15.2.2", + "ng-packagr": "16.2.3", "nock": "^13.3.8", - "nx": "15.9.7", + "npm-run-all": "^4.1.5", + "nx": "16.10.0", "postcss": "^8.4.31", "postcss-sass": "^0.5.0", "prettier": "2.8.8", "protractor": "^7.0.0", + "protractor-retry-angular-cli": "^2.0.3", + "protractor-screenshoter-plugin": "0.10.3", + "protractor-smartrunner": "^2.0.0-beta6", "rimraf": "^5.0.5", "sass-loader": "13.3.2", + "selenium-webdriver": "^4.14.0", "shelljs": "^0.8.5", "spdx-license-list": "^6.9.0", + "storybook": "^8.2.7", "stylelint": "^16.3.1", "stylelint-config-standard-scss": "^13.1.0", "ts-node": "^10.9.2", - "typescript": "4.9.5", + "tsconfig-paths": "^4.1.1", + "typescript": "5.1.6", + "webdriver-manager": "12.1.9", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=18.0.0" + "node": ">=6.0.0" } }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "7.0.0-alpha.4", + "version": "7.0.0-alpha.2", "dev": true, "license": "Apache-2.0" }, + "node_modules/@adobe/css-tools": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz", + "integrity": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==", + "dev": true + }, "node_modules/@alfresco/eslint-plugin-eslint-angular": { "resolved": "lib/eslint-angular", "link": true }, "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { @@ -177,114 +196,55 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.1502.11", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1502.11.tgz", - "integrity": "sha512-+hkG5UjIaKMRdo6SFLNQs+Cv7yAVeN8ijfDwI2z/mp7/otowuSEy+H3Tii195jfJ8TQ+y1B7svnx2D6O7oOYbQ==", + "version": "0.1602.9", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1602.9.tgz", + "integrity": "sha512-U3vfb/e2sFfg0D9FyyRBXRPP7g4FBFtGK8Q3JPmvAVsHHwi5AUFRNR7YBChB/T5TMNY077HcTyEirVh2FeUpdA==", "dev": true, "dependencies": { - "@angular-devkit/core": "15.2.11", - "rxjs": "6.6.7" + "@angular-devkit/core": "16.2.9", + "rxjs": "7.8.1" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, - "node_modules/@angular-devkit/architect/node_modules/@angular-devkit/core": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.2.11.tgz", - "integrity": "sha512-zd6QelJ8pOPvz6TsehR0JqixjDjzgEOkKywBJBuwNXY+Nw3MJGayJeWS0UgC+Gk+LoTkpI21RoyaYELkAmD/tw==", - "dev": true, - "dependencies": { - "ajv": "8.12.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.2.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/architect/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@angular-devkit/architect/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/architect/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, "node_modules/@angular-devkit/build-angular": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-15.2.11.tgz", - "integrity": "sha512-MnpVCJdk5jHuK7CH/cTcRT0JQkkKkRTEV3WTyOUhTm0O3PlKwvTM6/Sner+zyuhKyw5VFBBMypHh59aTUDEZ1A==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-16.2.9.tgz", + "integrity": "sha512-S1C4UYxRVyNt3C0wCxbT2jZ1dN5i37kS0mol3PQjbR8gQ0GQzHmzhjTBl1oImo8aouET9yhrk9etk65oat4mBQ==", "dev": true, "dependencies": { - "@ampproject/remapping": "2.2.0", - "@angular-devkit/architect": "0.1502.11", - "@angular-devkit/build-webpack": "0.1502.11", - "@angular-devkit/core": "15.2.11", - "@babel/core": "7.20.12", - "@babel/generator": "7.20.14", - "@babel/helper-annotate-as-pure": "7.18.6", - "@babel/helper-split-export-declaration": "7.18.6", + "@ampproject/remapping": "2.2.1", + "@angular-devkit/architect": "0.1602.9", + "@angular-devkit/build-webpack": "0.1602.9", + "@angular-devkit/core": "16.2.9", + "@babel/core": "7.22.9", + "@babel/generator": "7.22.9", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-split-export-declaration": "7.22.6", "@babel/plugin-proposal-async-generator-functions": "7.20.7", - "@babel/plugin-transform-async-to-generator": "7.20.7", - "@babel/plugin-transform-runtime": "7.19.6", - "@babel/preset-env": "7.20.2", - "@babel/runtime": "7.20.13", - "@babel/template": "7.20.7", + "@babel/plugin-transform-async-to-generator": "7.22.5", + "@babel/plugin-transform-runtime": "7.22.9", + "@babel/preset-env": "7.22.9", + "@babel/runtime": "7.22.6", + "@babel/template": "7.22.5", "@discoveryjs/json-ext": "0.5.7", - "@ngtools/webpack": "15.2.11", + "@ngtools/webpack": "16.2.9", + "@vitejs/plugin-basic-ssl": "1.0.1", "ansi-colors": "4.1.3", - "autoprefixer": "10.4.13", - "babel-loader": "9.1.2", + "autoprefixer": "10.4.14", + "babel-loader": "9.1.3", "babel-plugin-istanbul": "6.1.1", - "browserslist": "4.21.5", - "cacache": "17.0.4", + "browserslist": "^4.21.5", "chokidar": "3.5.3", "copy-webpack-plugin": "11.0.0", - "critters": "0.0.16", - "css-loader": "6.7.3", - "esbuild-wasm": "0.17.8", - "glob": "8.1.0", + "critters": "0.0.20", + "css-loader": "6.8.1", + "esbuild-wasm": "0.18.17", + "fast-glob": "3.3.1", + "guess-parser": "0.4.22", "https-proxy-agent": "5.0.1", "inquirer": "8.2.4", "jsonc-parser": "3.2.0", @@ -293,49 +253,54 @@ "less-loader": "11.1.0", "license-webpack-plugin": "4.0.2", "loader-utils": "3.2.1", - "magic-string": "0.29.0", - "mini-css-extract-plugin": "2.7.2", - "open": "8.4.1", + "magic-string": "0.30.1", + "mini-css-extract-plugin": "2.7.6", + "mrmime": "1.0.1", + "open": "8.4.2", "ora": "5.4.1", "parse5-html-rewriting-stream": "7.0.0", - "piscina": "3.2.0", + "picomatch": "2.3.1", + "piscina": "4.0.0", "postcss": "8.4.31", - "postcss-loader": "7.0.2", + "postcss-loader": "7.3.3", "resolve-url-loader": "5.0.0", - "rxjs": "6.6.7", - "sass": "1.58.1", - "sass-loader": "13.2.0", - "semver": "7.5.3", + "rxjs": "7.8.1", + "sass": "1.64.1", + "sass-loader": "13.3.2", + "semver": "7.5.4", "source-map-loader": "4.0.1", "source-map-support": "0.5.21", - "terser": "5.16.3", + "terser": "5.19.2", "text-table": "0.2.0", "tree-kill": "1.2.2", - "tslib": "2.5.0", - "webpack": "5.76.1", - "webpack-dev-middleware": "6.1.2", - "webpack-dev-server": "4.11.1", - "webpack-merge": "5.8.0", + "tslib": "2.6.1", + "vite": "4.4.7", + "webpack": "5.88.2", + "webpack-dev-middleware": "6.1.1", + "webpack-dev-server": "4.15.1", + "webpack-merge": "5.9.0", "webpack-subresource-integrity": "5.1.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "optionalDependencies": { - "esbuild": "0.17.8" + "esbuild": "0.18.17" }, "peerDependencies": { - "@angular/compiler-cli": "^15.0.0", - "@angular/localize": "^15.0.0", - "@angular/platform-server": "^15.0.0", - "@angular/service-worker": "^15.0.0", + "@angular/compiler-cli": "^16.0.0", + "@angular/localize": "^16.0.0", + "@angular/platform-server": "^16.0.0", + "@angular/service-worker": "^16.0.0", + "jest": "^29.5.0", + "jest-environment-jsdom": "^29.5.0", "karma": "^6.3.0", - "ng-packagr": "^15.0.0", + "ng-packagr": "^16.0.0", "protractor": "^7.0.0", "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=4.8.2 <5.0" + "typescript": ">=4.9.3 <5.2" }, "peerDependenciesMeta": { "@angular/localize": { @@ -347,6 +312,12 @@ "@angular/service-worker": { "optional": true }, + "jest": { + "optional": true + }, + "jest-environment-jsdom": { + "optional": true + }, "karma": { "optional": true }, @@ -361,204 +332,395 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/core": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.2.11.tgz", - "integrity": "sha512-zd6QelJ8pOPvz6TsehR0JqixjDjzgEOkKywBJBuwNXY+Nw3MJGayJeWS0UgC+Gk+LoTkpI21RoyaYELkAmD/tw==", + "node_modules/@angular-devkit/build-angular/node_modules/@babel/core": { + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", + "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", "dev": true, "dependencies": { - "ajv": "8.12.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.2.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.5", + "@babel/generator": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.9", + "@babel/helper-module-transforms": "^7.22.9", + "@babel/helpers": "^7.22.6", + "@babel/parser": "^7.22.7", + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.8", + "@babel/types": "^7.22.5", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.1" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/core/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "node": ">=6.9.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/core/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "node_modules/@angular-devkit/build-angular/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-arm": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.17.tgz", + "integrity": "sha512-wHsmJG/dnL3OkpAcwbgoBTTMHVi4Uyou3F5mf58ZtmUyIKfcdA7TROav/6tCzET4A3QW2Q2FC+eFneMU+iyOxg==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-arm64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.17.tgz", + "integrity": "sha512-9np+YYdNDed5+Jgr1TdWBsozZ85U1Oa3xW0c7TWqH0y2aGghXtZsuT8nYRbzOMcl0bXZXjOGbksoTtVOlWrRZg==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.17.tgz", + "integrity": "sha512-O+FeWB/+xya0aLg23hHEM2E3hbfwZzjqumKMSIqcHbNvDa+dza2D0yLuymRBQQnC34CWrsJUXyH2MG5VnLd6uw==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/darwin-arm64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz", + "integrity": "sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@xtuc/long": "4.2.2" + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/darwin-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.17.tgz", + "integrity": "sha512-XDre+J5YeIJDMfp3n0279DFNrGCXlxOuGsWIkRb1NThMZ0BsrWXoTg23Jer7fEXQ9Ye5QjrvXpxnhzl3bHtk0g==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.17.tgz", + "integrity": "sha512-cjTzGa3QlNfERa0+ptykyxs5A6FEUQQF0MuilYXYBGdBxD3vxJcKnzDlhDCa1VAJCmAxed6mYhA2KaJIbtiNuQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/freebsd-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.17.tgz", + "integrity": "sha512-sOxEvR8d7V7Kw8QqzxWc7bFfnWnGdaFBut1dRUYtu+EIRXefBc/eIsiUiShnW0hM3FmQ5Zf27suDuHsKgZ5QrA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-arm": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.17.tgz", + "integrity": "sha512-2d3Lw6wkwgSLC2fIvXKoMNGVaeY8qdN0IC3rfuVxJp89CRfA3e3VqWifGDfuakPmp90+ZirmTfye1n4ncjv2lg==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-arm64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.17.tgz", + "integrity": "sha512-c9w3tE7qA3CYWjT+M3BMbwMt+0JYOp3vCMKgVBrCl1nwjAlOMYzEo+gG7QaZ9AtqZFj5MbUc885wuBBmu6aADQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-ia32": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.17.tgz", + "integrity": "sha512-1DS9F966pn5pPnqXYz16dQqWIB0dmDfAQZd6jSSpiT9eX1NzKh07J6VKR3AoXXXEk6CqZMojiVDSZi1SlmKVdg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-loong64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.17.tgz", + "integrity": "sha512-EvLsxCk6ZF0fpCB6w6eOI2Fc8KW5N6sHlIovNe8uOFObL2O+Mr0bflPHyHwLT6rwMg9r77WOAWb2FqCQrVnwFg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-mips64el": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.17.tgz", + "integrity": "sha512-e0bIdHA5p6l+lwqTE36NAW5hHtw2tNRmHlGBygZC14QObsA3bD4C6sXLJjvnDIjSKhW1/0S3eDy+QmX/uZWEYQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-ppc64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.17.tgz", + "integrity": "sha512-BAAilJ0M5O2uMxHYGjFKn4nJKF6fNCdP1E0o5t5fvMYYzeIqy2JdAP88Az5LHt9qBoUa4tDaRpfWt21ep5/WqQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-riscv64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.17.tgz", + "integrity": "sha512-Wh/HW2MPnC3b8BqRSIme/9Zhab36PPH+3zam5pqGRH4pE+4xTrVLx2+XdGp6fVS3L2x+DrsIcsbMleex8fbE6g==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-s390x": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.17.tgz", + "integrity": "sha512-j/34jAl3ul3PNcK3pfI0NSlBANduT2UO5kZ7FCaK33XFv3chDhICLY8wJJWIhiQ+YNdQ9dxqQctRg2bvrMlYgg==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.17.tgz", + "integrity": "sha512-QM50vJ/y+8I60qEmFxMoxIx4de03pGo2HwxdBeFd4nMh364X6TIBZ6VQ5UQmPbQWUVWHWws5MmJXlHAXvJEmpQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/netbsd-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.17.tgz", + "integrity": "sha512-/jGlhWR7Sj9JPZHzXyyMZ1RFMkNPjC6QIAan0sDOtIo2TYk3tZn5UDrkE0XgsTQCxWTTOcMPf9p6Rh2hXtl5TQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/openbsd-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.17.tgz", + "integrity": "sha512-rSEeYaGgyGGf4qZM2NonMhMOP/5EHp4u9ehFiBrg7stH6BYEEjlkVREuDEcQ0LfIl53OXLxNbfuIj7mr5m29TA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/sunos-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.17.tgz", + "integrity": "sha512-Y7ZBbkLqlSgn4+zot4KUNYst0bFoO68tRgI6mY2FIM+b7ZbyNVtNbDP5y8qlu4/knZZ73fgJDlXID+ohY5zt5g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-arm64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.17.tgz", + "integrity": "sha512-bwPmTJsEQcbZk26oYpc4c/8PvTY3J5/QK8jM19DVlEsAB41M39aWovWoHtNm78sd6ip6prilxeHosPADXtEJFw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-ia32": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.17.tgz", + "integrity": "sha512-H/XaPtPKli2MhW+3CQueo6Ni3Avggi6hP/YvgkEe1aSaxw+AeO8MFjq8DlgfTd9Iz4Yih3QCZI6YLMoyccnPRg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-x64": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.17.tgz", + "integrity": "sha512-fGEb8f2BSA3CW7riJVurug65ACLuQAzKq0SSqkY2b2yHHH0MzDfbLyKIGzHwOI/gkHcxM/leuSW6D5w/LMNitA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" } }, "node_modules/@angular-devkit/build-angular/node_modules/ajv": { @@ -587,15 +749,15 @@ } }, "node_modules/@angular-devkit/build-angular/node_modules/css-loader": { - "version": "6.7.3", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", - "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.8.1.tgz", + "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==", "dev": true, "dependencies": { "icss-utils": "^5.1.0", - "postcss": "^8.4.19", + "postcss": "^8.4.21", "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-local-by-default": "^4.0.3", "postcss-modules-scope": "^3.0.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", @@ -612,26 +774,42 @@ "webpack": "^5.0.0" } }, - "node_modules/@angular-devkit/build-angular/node_modules/css-loader/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "node_modules/@angular-devkit/build-angular/node_modules/esbuild": { + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.17.tgz", + "integrity": "sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, + "hasInstallScript": true, + "optional": true, "bin": { - "semver": "bin/semver.js" + "esbuild": "bin/esbuild" }, "engines": { - "node": ">=10" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/es-module-lexer": { - "version": "0.9.3", - "dev": true, - "engines": { - "node": ">=4.0" + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.17", + "@esbuild/android-arm64": "0.18.17", + "@esbuild/android-x64": "0.18.17", + "@esbuild/darwin-arm64": "0.18.17", + "@esbuild/darwin-x64": "0.18.17", + "@esbuild/freebsd-arm64": "0.18.17", + "@esbuild/freebsd-x64": "0.18.17", + "@esbuild/linux-arm": "0.18.17", + "@esbuild/linux-arm64": "0.18.17", + "@esbuild/linux-ia32": "0.18.17", + "@esbuild/linux-loong64": "0.18.17", + "@esbuild/linux-mips64el": "0.18.17", + "@esbuild/linux-ppc64": "0.18.17", + "@esbuild/linux-riscv64": "0.18.17", + "@esbuild/linux-s390x": "0.18.17", + "@esbuild/linux-x64": "0.18.17", + "@esbuild/netbsd-x64": "0.18.17", + "@esbuild/openbsd-x64": "0.18.17", + "@esbuild/sunos-x64": "0.18.17", + "@esbuild/win32-arm64": "0.18.17", + "@esbuild/win32-ia32": "0.18.17", + "@esbuild/win32-x64": "0.18.17" } }, "node_modules/@angular-devkit/build-angular/node_modules/eslint-scope": { @@ -675,9 +853,9 @@ } }, "node_modules/@angular-devkit/build-angular/node_modules/mini-css-extract-plugin": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz", - "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==", + "version": "2.7.6", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", + "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", "dev": true, "dependencies": { "schema-utils": "^4.0.0" @@ -721,85 +899,44 @@ "node": "^10 || ^12 || >=14" } }, - "node_modules/@angular-devkit/build-angular/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "node_modules/@angular-devkit/build-angular/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { - "tslib": "^1.9.0" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/sass-loader": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.2.0.tgz", - "integrity": "sha512-JWEp48djQA4nbZxmgC02/Wh0eroSUutulROUusYJO9P9zltRbNN80JCBHqRGzjd4cmZCa/r88xgfkjGD0TXsHg==", - "dev": true, - "dependencies": { - "klona": "^2.0.4", - "neo-async": "^2.6.2" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "fibers": ">= 3.1.0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "sass": "^1.3.0", - "sass-embedded": "*", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "fibers": { - "optional": true - }, - "node-sass": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - } + "node": ">=10" } }, "node_modules/@angular-devkit/build-angular/node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==", "dev": true }, "node_modules/@angular-devkit/build-angular/node_modules/webpack": { - "version": "5.76.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", - "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", + "@types/estree": "^1.0.0", + "@webassemblyjs/ast": "^1.11.5", + "@webassemblyjs/wasm-edit": "^1.11.5", + "@webassemblyjs/wasm-parser": "^1.11.5", "acorn": "^8.7.1", - "acorn-import-assertions": "^1.7.6", + "acorn-import-assertions": "^1.9.0", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.10.0", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.15.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", @@ -808,9 +945,9 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", + "terser-webpack-plugin": "^5.3.7", "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, @@ -855,16 +992,16 @@ "dev": true }, "node_modules/@angular-devkit/build-webpack": { - "version": "0.1502.11", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1502.11.tgz", - "integrity": "sha512-OTONIRp770Jfems4+cULmtoeSzjnpx5UjV2EazojnhRXXBSJMWRMPvwD2QvQl9UO/6eOV3d2mgmP2xOZgc/D6w==", + "version": "0.1602.9", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1602.9.tgz", + "integrity": "sha512-+3IxovfBPR2Vy730mGa0SVKkd5LQVom85gjXOs7WcnnnZmfc1q/BtFlqTgW1UWvTxP8IQdm7UYWVclQfL/WExw==", "dev": true, "dependencies": { - "@angular-devkit/architect": "0.1502.11", - "rxjs": "6.6.7" + "@angular-devkit/architect": "0.1602.9", + "rxjs": "7.8.1" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, @@ -873,38 +1010,21 @@ "webpack-dev-server": "^4.0.0" } }, - "node_modules/@angular-devkit/build-webpack/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/build-webpack/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, "node_modules/@angular-devkit/core": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.2.10.tgz", - "integrity": "sha512-bFPm7wjvfBds9km2rCJxUhzkqe4h3h/199yJtzC1bNvwRr2LMHvtyoQAzftda+gs7Ulqac5wzUEZX/cVV3WrsA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.2.9.tgz", + "integrity": "sha512-dcHWjHBNGm3yCeNz19y8A1At4KgyC6XHNnbFL0y+nnZYiaESXjUoXJYKASedI6A+Bpl0HNq2URhH6bL6Af3+4w==", "dev": true, "dependencies": { "ajv": "8.12.0", "ajv-formats": "2.1.1", "jsonc-parser": "3.2.0", - "rxjs": "6.6.7", + "picomatch": "2.3.1", + "rxjs": "7.8.1", "source-map": "0.7.4" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, @@ -933,74 +1053,38 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/@angular-devkit/core/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/core/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, "node_modules/@angular-devkit/schematics": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-15.2.10.tgz", - "integrity": "sha512-EeoDs4oKFpLZNa21G/8dqBdclEc4U2piI9EeXCVTaN6z5DYXIZ0G1WtCXU8nhD+GckS47rmfZ4/3lMaXAvED+g==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-16.2.9.tgz", + "integrity": "sha512-lB51CGCILpcSI37CwKUAGDLxMqh7zmuRbiPo9s9mSkCM4ccqxFlaL+VFTq2/laneARD6aikpOHnkVm5myNzQPw==", "dev": true, "dependencies": { - "@angular-devkit/core": "15.2.10", + "@angular-devkit/core": "16.2.9", "jsonc-parser": "3.2.0", - "magic-string": "0.29.0", + "magic-string": "0.30.1", "ora": "5.4.1", - "rxjs": "6.6.7" + "rxjs": "7.8.1" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, - "node_modules/@angular-devkit/schematics/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, "node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.0.2.tgz", - "integrity": "sha512-gsk3FZ0SfoKs+RZBOXlwy6hItV4hZ19wYC8rXINNBRy4L7y3gdg3sN8lnYIGLmhEy+VRz3vdH2cdl8/PyEjpfA==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.0.3.tgz", + "integrity": "sha512-8zwY6ustiPXBEF3+jELKVwGk6j2HJn7GHbqAhDFR02YiE27iRMSGTHIAWGs6ZI7F1JgfrIsOHrUgzC1x95K6rg==", "dev": true }, "node_modules/@angular-eslint/eslint-plugin": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-15.2.1.tgz", - "integrity": "sha512-OM7b1kS4E4CkXjkaWN+lEzawh4VxY6l7FO1Cuk4s7iv3/YpZG3rJxIZBqnFLTixwrBuqw8y4FNBzF3eDgmFAUw==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-16.0.3.tgz", + "integrity": "sha512-1c+dFytcQDOA2wJ8/rtydMV6UYq1BgVfOcBXOr0WJxC9g8Cad9czcUOkW41WGrTp5kICMliV0ypH5eEaCM2WDQ==", "dev": true, "dependencies": { - "@angular-eslint/utils": "15.2.1", - "@typescript-eslint/utils": "5.48.2" + "@angular-eslint/utils": "16.0.3", + "@typescript-eslint/utils": "5.59.7" }, "peerDependencies": { "eslint": "^7.20.0 || ^8.0.0", @@ -1008,15 +1092,15 @@ } }, "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-16.0.2.tgz", - "integrity": "sha512-a11k81n6xkvb8sb5Kpmd1ghH66a1L3BVoSQLO32TAP4LAd1Dr69MEP479I4yuGY+gNoKkF+XGXj2JG5sAzRqzQ==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-16.0.3.tgz", + "integrity": "sha512-OKTMWOjC7F5tdv7gm2tlmgyr/uVyS1RWJZn4X/6D6p0kOpiDXmajtbYHD5tzbshX2Ep62Nt+rg8+1XGHrU0ScA==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.0.2", - "@angular-eslint/utils": "16.0.2", - "@typescript-eslint/type-utils": "5.59.2", - "@typescript-eslint/utils": "5.59.2", + "@angular-eslint/bundled-angular-compiler": "16.0.3", + "@angular-eslint/utils": "16.0.3", + "@typescript-eslint/type-utils": "5.59.7", + "@typescript-eslint/utils": "5.59.7", "aria-query": "5.1.3", "axobject-query": "3.1.1" }, @@ -1025,149 +1109,13 @@ "typescript": "*" } }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/utils": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.0.2.tgz", - "integrity": "sha512-QZJXxjTn4of5f1D6QbLK1YUoQr7PAh2RYwQ4tdH7fX71OhEG/s8GLiB1w4GC29jQYZdEJeb9M8BFa7zll0vJEg==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.0.2", - "@typescript-eslint/utils": "5.59.2" - }, - "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/scope-manager": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz", - "integrity": "sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/visitor-keys": "5.59.2" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/types": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.2.tgz", - "integrity": "sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz", - "integrity": "sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/visitor-keys": "5.59.2", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/utils": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.2.tgz", - "integrity": "sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.59.2", - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/typescript-estree": "5.59.2", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz", - "integrity": "sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/@angular-eslint/template-parser": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.2.0.tgz", - "integrity": "sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.0.3.tgz", + "integrity": "sha512-IAWdwp/S9QC3EMiVxSS0E3ABy9PSidN3PW0Ll2EtM3mzXMYlpZXmxqd+B1xV/xKWzhk1Mp04QX8hHfG6Vq+qaQ==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.2.0", + "@angular-eslint/bundled-angular-compiler": "16.0.3", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -1175,50 +1123,38 @@ "typescript": "*" } }, - "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.2.0.tgz", - "integrity": "sha512-ct9orDYxkMl2+uvM7UBfgV28Dq57V4dEs+Drh7cD673JIMa6sXbgmd0QEtm8W3cmyK/jcTzmuoufxbH7hOxd6g==", - "dev": true - }, "node_modules/@angular-eslint/utils": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.1.tgz", - "integrity": "sha512-++FneAJHxJqcSu0igVN6uOkSoHxlzgLoMBswuovYJy3UKwm33/T6WFku8++753Ca/JucIoR1gdUfO7SoSspMDg==", + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.0.3.tgz", + "integrity": "sha512-QsbUVHJLk+fE08/D4y3wOyGk1iX2LVSygw+uzilbaAXfjD5/c0Ei5FbVx2mMYPk+aOl4yrvGQW3dmetMiAR0MQ==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "15.2.1", - "@typescript-eslint/utils": "5.48.2" + "@angular-eslint/bundled-angular-compiler": "16.0.3", + "@typescript-eslint/utils": "5.59.7" }, "peerDependencies": { "eslint": "^7.20.0 || ^8.0.0", "typescript": "*" } }, - "node_modules/@angular-eslint/utils/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz", - "integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==", - "dev": true - }, "node_modules/@angular/animations": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.10.tgz", - "integrity": "sha512-yxfN8qQpMaukRU5LjFkJBmy85rqrOp86tYVCsf+hmPEFRiXBMUj6xYLeCMcpk3Mt1JtnWGBR34ivGx+7bNeAow==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.9.tgz", + "integrity": "sha512-J+nsc2x/ZQuh+YwwTzxXUrV+7SBpJq6DDStfTFkZls9PWGRj9fjqQeRCWrfNLllpxopAEjhFkoyK06oSjcwqAw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.10" + "@angular/core": "16.2.9" } }, "node_modules/@angular/cdk": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.9.tgz", - "integrity": "sha512-koaM07N1AIQ5oHU27l0/FoQSSoYAwlAYwVZ4Di3bYrJsTBNCN2Xsby7wI8gZxdepMnV4Fe9si382BDBov+oO4Q==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.9.tgz", + "integrity": "sha512-TrLV68YpddUx3t2rs8W29CPk8YkgNGA8PKHwjB4Xvo1yaEH5XUnsw3MQCh42Ee7FKseaqzFgG85USZXAK0IB0A==", "dependencies": { "tslib": "^2.3.0" }, @@ -1226,105 +1162,197 @@ "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/common": "^16.0.0 || ^17.0.0", + "@angular/core": "^16.0.0 || ^17.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/cli": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-15.2.10.tgz", - "integrity": "sha512-/TSnm/ZQML6A4lvunyN2tjTB5utuvk3d1Pnfyehp/FXtV6YfZm6+EZrOpKkKPCxTuAgW6c9KK4yQtt3RuNVpwQ==", + "version": "16.2.14", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-16.2.14.tgz", + "integrity": "sha512-0y71jtitigVolm4Rim1b8xPQ+B22cGp4Spef2Wunpqj67UowN6tsZaVuWBEQh4u5xauX8LAHKqsvy37ZPWCc4A==", "dev": true, "dependencies": { - "@angular-devkit/architect": "0.1502.10", - "@angular-devkit/core": "15.2.10", - "@angular-devkit/schematics": "15.2.10", - "@schematics/angular": "15.2.10", + "@angular-devkit/architect": "0.1602.14", + "@angular-devkit/core": "16.2.14", + "@angular-devkit/schematics": "16.2.14", + "@schematics/angular": "16.2.14", "@yarnpkg/lockfile": "1.1.0", "ansi-colors": "4.1.3", - "ini": "3.0.1", + "ini": "4.1.1", "inquirer": "8.2.4", "jsonc-parser": "3.2.0", "npm-package-arg": "10.1.0", "npm-pick-manifest": "8.0.1", - "open": "8.4.1", + "open": "8.4.2", "ora": "5.4.1", - "pacote": "15.1.0", - "resolve": "1.22.1", - "semver": "7.5.3", + "pacote": "15.2.0", + "resolve": "1.22.2", + "semver": "7.5.4", "symbol-observable": "4.0.0", - "yargs": "17.6.2" + "yargs": "17.7.2" }, "bin": { "ng": "bin/ng.js" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, "node_modules/@angular/cli/node_modules/@angular-devkit/architect": { - "version": "0.1502.10", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1502.10.tgz", - "integrity": "sha512-S8lN73WYCfpEpw1Q41ZcUinw7JfDeSM8LyGs797OVshnW75QcOkOecWj/3CKR23G44IgFrHN6sqtzWxKmMxLig==", + "version": "0.1602.14", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1602.14.tgz", + "integrity": "sha512-eSdONEV5dbtLNiOMBy9Ue9DdJ1ct6dH9RdZfYiedq6VZn0lejePAjY36MYVXgq2jTE+v/uIiaNy7caea5pt55A==", "dev": true, "dependencies": { - "@angular-devkit/core": "15.2.10", - "rxjs": "6.6.7" + "@angular-devkit/core": "16.2.14", + "rxjs": "7.8.1" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, - "node_modules/@angular/cli/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "node_modules/@angular/cli/node_modules/@angular-devkit/core": { + "version": "16.2.14", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-16.2.14.tgz", + "integrity": "sha512-Ui14/d2+p7lnmXlK/AX2ieQEGInBV75lonNtPQgwrYgskF8ufCuN0DyVZQUy9fJDkC+xQxbJyYrby/BS0R0e7w==", "dev": true, "dependencies": { - "tslib": "^1.9.0" + "ajv": "8.12.0", + "ajv-formats": "2.1.1", + "jsonc-parser": "3.2.0", + "picomatch": "2.3.1", + "rxjs": "7.8.1", + "source-map": "0.7.4" }, "engines": { - "npm": ">=2.0.0" + "node": "^16.14.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^3.5.2" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } } }, - "node_modules/@angular/cli/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "node_modules/@angular/cli/node_modules/@angular-devkit/schematics": { + "version": "16.2.14", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-16.2.14.tgz", + "integrity": "sha512-B6LQKInCT8w5zx5Pbroext5eFFRTCJdTwHN8GhcVS8IeKCnkeqVTQLjB4lBUg7LEm8Y7UHXwzrVxmk+f+MBXhw==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "16.2.14", + "jsonc-parser": "3.2.0", + "magic-string": "0.30.1", + "ora": "5.4.1", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^16.14.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/cli/node_modules/@schematics/angular": { + "version": "16.2.14", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-16.2.14.tgz", + "integrity": "sha512-YqIv727l9Qze8/OL6H9mBHc2jVXzAGRNBYnxYWqWhLbfvuVbbldo6NNIIjgv6lrl2LJSdPAAMNOD5m/f6210ug==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "16.2.14", + "@angular-devkit/schematics": "16.2.14", + "jsonc-parser": "3.2.0" + }, + "engines": { + "node": "^16.14.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/cli/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@angular/cli/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@angular/cli/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@angular/cli/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, "node_modules/@angular/common": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.10.tgz", - "integrity": "sha512-jdBn3fctkqoNrJn9VLsUHpcCEhCxWSczdsR+BBbD6T0oLl6vMrAVNjPwfBejnlgfWN1KoRU9kgOYsMxa5apIWQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", + "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.10", + "@angular/core": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.10.tgz", - "integrity": "sha512-M0XkeU0O73UlJZwDvOyp8/apetz9UKj78eTFDseMYJDLcxe6MpkbkxqpsGZnKYDj7LIep8PmCAKEkhtenE82zw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", + "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.10" + "@angular/core": "16.2.9" }, "peerDependenciesMeta": { "@angular/core": { @@ -1333,17 +1361,15 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-15.2.10.tgz", - "integrity": "sha512-mCFIxrs60XicKfA2o42hA7LrQvhybi9BQveWuZn/2iIEOXx7R62Iemz8E21pLWftAZHGxEW3NECfBrY1d3gVmA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.9.tgz", + "integrity": "sha512-ecH2oOlijJdDqioD9IfgdqJGoRRHI6hAx5rwBxIaYk01ywj13KzvXWPrXbCIupeWtV/XUZUlbwf47nlmL5gxZg==", "dev": true, "dependencies": { - "@babel/core": "7.19.3", + "@babel/core": "7.22.5", "@jridgewell/sourcemap-codec": "^1.4.14", "chokidar": "^3.0.0", "convert-source-map": "^1.5.1", - "dependency-graph": "^0.11.0", - "magic-string": "^0.27.0", "reflect-metadata": "^0.1.2", "semver": "^7.0.0", "tslib": "^2.3.0", @@ -1352,190 +1378,139 @@ "bin": { "ng-xi18n": "bundles/src/bin/ng_xi18n.js", "ngc": "bundles/src/bin/ngc.js", - "ngcc": "bundles/ngcc/main-ngcc.js" + "ngcc": "bundles/ngcc/index.js" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "15.2.10", - "typescript": ">=4.8.2 <5.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.3.tgz", - "integrity": "sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.19.3", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-module-transforms": "^7.19.0", - "@babel/helpers": "^7.19.0", - "@babel/parser": "^7.19.3", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.3", - "@babel/types": "^7.19.3", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@angular/compiler-cli/node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", - "dev": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" - }, - "engines": { - "node": ">=12" + "@angular/compiler": "16.2.9", + "typescript": ">=4.9.3 <5.2" } }, "node_modules/@angular/core": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.10.tgz", - "integrity": "sha512-meGGidnitQJGDxYd9/LrqYiVlId+vGaLoiLgJdKBz+o2ZO6OmXQGuNw2VBqf17/Cc0/UjzrOY7+kILNFKkk/WQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-16.2.9.tgz", + "integrity": "sha512-chvPX29ZBcMDuh7rLIgb0Cru6oJ/0FaqRzfOI3wT4W2F9W1HOlCtipovzmPYaUAmXBWfVP4EBO9TOWnpog0S0w==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0" + "zone.js": "~0.13.0" } }, "node_modules/@angular/forms": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.2.10.tgz", - "integrity": "sha512-NIntGsNcN6o8L1txsbWXOf6f3K/CUBizdKsxsYVYGJIXEW5qU6UnWmfAZffNNXsT/XvbgUCjgDwT0cAwcqZPuQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.9.tgz", + "integrity": "sha512-rxlg2iNJNBH/uc7b5YqybfYc8BkLzzPv1d/nMsQUlY0O2UV2zwNRpcIiWbWd7+ZaKjcyPynVe9FsXC8wgWIABw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "15.2.10", - "@angular/core": "15.2.10", - "@angular/platform-browser": "15.2.10", + "@angular/common": "16.2.9", + "@angular/core": "16.2.9", + "@angular/platform-browser": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/material": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-15.2.9.tgz", - "integrity": "sha512-emuFF/7+91Jq+6kVCl3FiVoFLtAZoh+woFQWNuK8nhx0HmD4ckLFI8d9a6ERYR3zRuKhq5deSRE2kYsfpjrrsQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-16.2.9.tgz", + "integrity": "sha512-ppEVvB5+TAqYxEiWCOt56TJbKayuJXPO5gAIaoIgaj7a77A3iuJRBZD/TLldqUxqCI6T5pwuTVzdeDU4tTHGug==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/auto-init": "15.0.0-canary.684e33d25.0", - "@material/banner": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/button": "15.0.0-canary.684e33d25.0", - "@material/card": "15.0.0-canary.684e33d25.0", - "@material/checkbox": "15.0.0-canary.684e33d25.0", - "@material/chips": "15.0.0-canary.684e33d25.0", - "@material/circular-progress": "15.0.0-canary.684e33d25.0", - "@material/data-table": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dialog": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/drawer": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/fab": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/floating-label": "15.0.0-canary.684e33d25.0", - "@material/form-field": "15.0.0-canary.684e33d25.0", - "@material/icon-button": "15.0.0-canary.684e33d25.0", - "@material/image-list": "15.0.0-canary.684e33d25.0", - "@material/layout-grid": "15.0.0-canary.684e33d25.0", - "@material/line-ripple": "15.0.0-canary.684e33d25.0", - "@material/linear-progress": "15.0.0-canary.684e33d25.0", - "@material/list": "15.0.0-canary.684e33d25.0", - "@material/menu": "15.0.0-canary.684e33d25.0", - "@material/menu-surface": "15.0.0-canary.684e33d25.0", - "@material/notched-outline": "15.0.0-canary.684e33d25.0", - "@material/radio": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/segmented-button": "15.0.0-canary.684e33d25.0", - "@material/select": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/slider": "15.0.0-canary.684e33d25.0", - "@material/snackbar": "15.0.0-canary.684e33d25.0", - "@material/switch": "15.0.0-canary.684e33d25.0", - "@material/tab": "15.0.0-canary.684e33d25.0", - "@material/tab-bar": "15.0.0-canary.684e33d25.0", - "@material/tab-indicator": "15.0.0-canary.684e33d25.0", - "@material/tab-scroller": "15.0.0-canary.684e33d25.0", - "@material/textfield": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tooltip": "15.0.0-canary.684e33d25.0", - "@material/top-app-bar": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/auto-init": "15.0.0-canary.bc9ae6c9c.0", + "@material/banner": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/button": "15.0.0-canary.bc9ae6c9c.0", + "@material/card": "15.0.0-canary.bc9ae6c9c.0", + "@material/checkbox": "15.0.0-canary.bc9ae6c9c.0", + "@material/chips": "15.0.0-canary.bc9ae6c9c.0", + "@material/circular-progress": "15.0.0-canary.bc9ae6c9c.0", + "@material/data-table": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dialog": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/drawer": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/fab": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/floating-label": "15.0.0-canary.bc9ae6c9c.0", + "@material/form-field": "15.0.0-canary.bc9ae6c9c.0", + "@material/icon-button": "15.0.0-canary.bc9ae6c9c.0", + "@material/image-list": "15.0.0-canary.bc9ae6c9c.0", + "@material/layout-grid": "15.0.0-canary.bc9ae6c9c.0", + "@material/line-ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/linear-progress": "15.0.0-canary.bc9ae6c9c.0", + "@material/list": "15.0.0-canary.bc9ae6c9c.0", + "@material/menu": "15.0.0-canary.bc9ae6c9c.0", + "@material/menu-surface": "15.0.0-canary.bc9ae6c9c.0", + "@material/notched-outline": "15.0.0-canary.bc9ae6c9c.0", + "@material/radio": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/segmented-button": "15.0.0-canary.bc9ae6c9c.0", + "@material/select": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/slider": "15.0.0-canary.bc9ae6c9c.0", + "@material/snackbar": "15.0.0-canary.bc9ae6c9c.0", + "@material/switch": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab-bar": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab-indicator": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab-scroller": "15.0.0-canary.bc9ae6c9c.0", + "@material/textfield": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tooltip": "15.0.0-canary.bc9ae6c9c.0", + "@material/top-app-bar": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/animations": "^15.0.0 || ^16.0.0", - "@angular/cdk": "15.2.9", - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", - "@angular/forms": "^15.0.0 || ^16.0.0", - "@angular/platform-browser": "^15.0.0 || ^16.0.0", + "@angular/animations": "^16.0.0 || ^17.0.0", + "@angular/cdk": "16.2.9", + "@angular/common": "^16.0.0 || ^17.0.0", + "@angular/core": "^16.0.0 || ^17.0.0", + "@angular/forms": "^16.0.0 || ^17.0.0", + "@angular/platform-browser": "^16.0.0 || ^17.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/material-date-fns-adapter": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/material-date-fns-adapter/-/material-date-fns-adapter-15.2.9.tgz", - "integrity": "sha512-Jr39BiRLFZfFnp9PMv6eZf8HLkTMhXdgDHWlKLq0xG/HYnick/4AM8VQKrdlYVv9jjKKigKrT24/0y3ac5ilMA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/material-date-fns-adapter/-/material-date-fns-adapter-16.2.9.tgz", + "integrity": "sha512-Qhtk4DMq4xA78YPJEf692O1LAA7jnV7XM45+eAxCarMHBgOcldIvoFVMMxDXoWtJW++oPY7fJXo6PjacyEPOGw==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/core": "^15.0.0 || ^16.0.0", - "@angular/material": "15.2.9", + "@angular/core": "^16.0.0 || ^17.0.0", + "@angular/material": "16.2.9", "date-fns": "^2.23.0" } }, "node_modules/@angular/platform-browser": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.10.tgz", - "integrity": "sha512-9tbgVGSJqwfrOzT8aA/kWBLNhJSQ9gUg0CJxwFBSJm8VkBUJrszoBlDsnSvlxx8/W2ejNULKHFTXeUzq0O/+RQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.9.tgz", + "integrity": "sha512-9Je7+Jmx0AOyRzBBumraVJG3M0R6YbT4c9jTUbLGJCcPxwDI3/u2ZzvW3rBqpmrDaqLxN5f1LcZeTZx287QeqQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/animations": "15.2.10", - "@angular/common": "15.2.10", - "@angular/core": "15.2.10" + "@angular/animations": "16.2.9", + "@angular/common": "16.2.9", + "@angular/core": "16.2.9" }, "peerDependenciesMeta": { "@angular/animations": { @@ -1544,36 +1519,36 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-15.2.10.tgz", - "integrity": "sha512-JHP6W+FX715Qv7DhqvfZLuBZXSDJrboiQsR06gUAgDSjAUyhbqmpVg/2YOtgeWpPkzNDtXdPU2PhcRdIv5J3Yg==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.2.9.tgz", + "integrity": "sha512-ztpo0939vTZ/5CWVSvo41Yl6YPoTZ0If+yTrs7dk1ce0vFgaZXMlc+y5ZwjJIiMM5CvHbhL48Uk+HJNIojP98A==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "15.2.10", - "@angular/compiler": "15.2.10", - "@angular/core": "15.2.10", - "@angular/platform-browser": "15.2.10" + "@angular/common": "16.2.9", + "@angular/compiler": "16.2.9", + "@angular/core": "16.2.9", + "@angular/platform-browser": "16.2.9" } }, "node_modules/@angular/router": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.10.tgz", - "integrity": "sha512-LmuqEg0iIXSw7bli6HKJ19cbxP91v37GtRwbGKswyLihqzTgvjBYpvcfMnB5FRQ5LWkTwq5JclkX03dZw290Yg==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.9.tgz", + "integrity": "sha512-5vrJNMblTDx3WC3dtaqLddWNtR0P9iwpqffeZL1uobBIwP4hbJx+8Dos3TwxGR4hnopFKahoDQ5nC0NOQslyog==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "15.2.10", - "@angular/core": "15.2.10", - "@angular/platform-browser": "15.2.10", + "@angular/common": "16.2.9", + "@angular/core": "16.2.9", + "@angular/platform-browser": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -1646,20 +1621,20 @@ } }, "node_modules/@babel/core": { - "version": "7.20.12", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", - "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", + "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.7", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helpers": "^7.20.7", - "@babel/parser": "^7.20.7", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.12", - "@babel/types": "^7.20.7", + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.5", + "@babel/generator": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.5", + "@babel/helper-module-transforms": "^7.22.5", + "@babel/helpers": "^7.22.5", + "@babel/parser": "^7.22.5", + "@babel/template": "^7.22.5", + "@babel/traverse": "^7.22.5", + "@babel/types": "^7.22.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -1683,38 +1658,26 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.14", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz", - "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", + "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", "dependencies": { - "@babel/types": "^7.20.7", + "@babel/types": "^7.22.5", "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "devOptional": true, + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -1747,37 +1710,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-compilation-targets/node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", - "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -1787,16 +1719,18 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz", - "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", + "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", "@babel/helper-member-expression-to-functions": "^7.24.8", "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.25.0", + "@babel/helper-replace-supers": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/traverse": "^7.25.0", + "@babel/helper-split-export-declaration": "^7.24.7", "semver": "^6.3.1" }, "engines": { @@ -1817,6 +1751,17 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -1861,36 +1806,24 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "devOptional": true, + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "dependencies": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", "debug": "^4.1.1", "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" + "resolve": "^1.14.2" }, "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "devOptional": true, - "bin": { - "semver": "bin/semver.js" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/@babel/helper-environment-visitor": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "devOptional": true, "dependencies": { "@babel/types": "^7.24.7" }, @@ -1898,6 +1831,31 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/helper-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name/node_modules/@babel/template": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-member-expression-to-functions": { "version": "7.24.8", "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", @@ -2026,12 +1984,12 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2141,13 +2099,12 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz", - "integrity": "sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==", - "peer": true, + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", + "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.0" + "@babel/traverse": "^7.25.3" }, "engines": { "node": ">=6.9.0" @@ -2160,7 +2117,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -2205,7 +2161,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/traverse": "^7.25.0" @@ -2222,7 +2177,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.", - "devOptional": true, + "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-plugin-utils": "^7.20.2", @@ -2241,7 +2196,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", - "devOptional": true, + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2253,207 +2208,15 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.21.0", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz", + "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/plugin-syntax-decorators": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", - "devOptional": true, - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-decorators": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2463,17 +2226,9 @@ } }, "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", - "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", - "devOptional": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "engines": { "node": ">=6.9.0" }, @@ -2547,10 +2302,12 @@ } }, "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.21.0", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz", + "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2585,7 +2342,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz", "integrity": "sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2614,7 +2370,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2773,7 +2528,6 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2803,7 +2557,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-remap-async-to-generator": "^7.25.0", @@ -2818,14 +2571,14 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", - "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", + "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", "devOptional": true, "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9" + "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2866,7 +2619,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2882,7 +2634,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2941,13 +2692,13 @@ } }, "node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", - "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -3000,7 +2751,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.25.0", "@babel/helper-plugin-utils": "^7.24.8" @@ -3016,7 +2766,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -3047,7 +2796,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -3063,7 +2811,6 @@ "version": "7.25.2", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.2.tgz", "integrity": "sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/plugin-syntax-flow": "^7.24.7" @@ -3110,7 +2857,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -3140,7 +2886,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -3262,7 +3007,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -3278,7 +3022,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -3294,7 +3037,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", - "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -3327,7 +3069,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -3373,7 +3114,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3389,7 +3129,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", - "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-create-class-features-plugin": "^7.24.7", @@ -3407,7 +3146,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", - "peer": true, "dependencies": { "@babel/types": "^7.24.7" }, @@ -3459,17 +3197,17 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.19.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz", - "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.9.tgz", + "integrity": "sha512-9KjBH61AGJetCPYp/IEyLEp47SyybZb0nDRpBvmtEkm+rUIwxdlKpyNHI1TmsGkeuLclJdleQHRZ8XLBnnh8CQ==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.19.0", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "semver": "^6.3.0" + "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "babel-plugin-polyfill-corejs2": "^0.4.4", + "babel-plugin-polyfill-corejs3": "^0.8.2", + "babel-plugin-polyfill-regenerator": "^0.5.1", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -3559,14 +3297,13 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz", - "integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.8.tgz", + "integrity": "sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.25.0", + "@babel/helper-create-class-features-plugin": "^7.24.8", "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { @@ -3605,7 +3342,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3636,7 +3372,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", - "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3649,38 +3384,26 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", - "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.9.tgz", + "integrity": "sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==", "devOptional": true, "dependencies": { - "@babel/compat-data": "^7.20.1", - "@babel/helper-compilation-targets": "^7.20.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.20.1", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.18.6", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.2", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.18.6", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/compat-data": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.9", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.5", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.20.0", + "@babel/plugin-syntax-import-assertions": "^7.22.5", + "@babel/plugin-syntax-import-attributes": "^7.22.5", + "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -3690,45 +3413,62 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.18.6", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.20.2", - "@babel/plugin-transform-classes": "^7.20.2", - "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.20.2", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.18.8", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.19.6", - "@babel/plugin-transform-modules-commonjs": "^7.19.6", - "@babel/plugin-transform-modules-systemjs": "^7.19.6", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.20.1", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.18.6", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.19.0", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.10", - "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.22.5", + "@babel/plugin-transform-async-generator-functions": "^7.22.7", + "@babel/plugin-transform-async-to-generator": "^7.22.5", + "@babel/plugin-transform-block-scoped-functions": "^7.22.5", + "@babel/plugin-transform-block-scoping": "^7.22.5", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-class-static-block": "^7.22.5", + "@babel/plugin-transform-classes": "^7.22.6", + "@babel/plugin-transform-computed-properties": "^7.22.5", + "@babel/plugin-transform-destructuring": "^7.22.5", + "@babel/plugin-transform-dotall-regex": "^7.22.5", + "@babel/plugin-transform-duplicate-keys": "^7.22.5", + "@babel/plugin-transform-dynamic-import": "^7.22.5", + "@babel/plugin-transform-exponentiation-operator": "^7.22.5", + "@babel/plugin-transform-export-namespace-from": "^7.22.5", + "@babel/plugin-transform-for-of": "^7.22.5", + "@babel/plugin-transform-function-name": "^7.22.5", + "@babel/plugin-transform-json-strings": "^7.22.5", + "@babel/plugin-transform-literals": "^7.22.5", + "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", + "@babel/plugin-transform-member-expression-literals": "^7.22.5", + "@babel/plugin-transform-modules-amd": "^7.22.5", + "@babel/plugin-transform-modules-commonjs": "^7.22.5", + "@babel/plugin-transform-modules-systemjs": "^7.22.5", + "@babel/plugin-transform-modules-umd": "^7.22.5", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", + "@babel/plugin-transform-new-target": "^7.22.5", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", + "@babel/plugin-transform-numeric-separator": "^7.22.5", + "@babel/plugin-transform-object-rest-spread": "^7.22.5", + "@babel/plugin-transform-object-super": "^7.22.5", + "@babel/plugin-transform-optional-catch-binding": "^7.22.5", + "@babel/plugin-transform-optional-chaining": "^7.22.6", + "@babel/plugin-transform-parameters": "^7.22.5", + "@babel/plugin-transform-private-methods": "^7.22.5", + "@babel/plugin-transform-private-property-in-object": "^7.22.5", + "@babel/plugin-transform-property-literals": "^7.22.5", + "@babel/plugin-transform-regenerator": "^7.22.5", + "@babel/plugin-transform-reserved-words": "^7.22.5", + "@babel/plugin-transform-shorthand-properties": "^7.22.5", + "@babel/plugin-transform-spread": "^7.22.5", + "@babel/plugin-transform-sticky-regex": "^7.22.5", + "@babel/plugin-transform-template-literals": "^7.22.5", + "@babel/plugin-transform-typeof-symbol": "^7.22.5", + "@babel/plugin-transform-unicode-escapes": "^7.22.5", + "@babel/plugin-transform-unicode-property-regex": "^7.22.5", + "@babel/plugin-transform-unicode-regex": "^7.22.5", + "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.20.2", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", - "semver": "^6.3.0" + "@babel/types": "^7.22.5", + "babel-plugin-polyfill-corejs2": "^0.4.4", + "babel-plugin-polyfill-corejs3": "^0.8.2", + "babel-plugin-polyfill-regenerator": "^0.5.1", + "core-js-compat": "^3.31.0", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -3750,7 +3490,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.7.tgz", "integrity": "sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-validator-option": "^7.24.7", @@ -3801,7 +3540,6 @@ "version": "7.24.6", "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.24.6.tgz", "integrity": "sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==", - "peer": true, "dependencies": { "clone-deep": "^4.0.1", "find-cache-dir": "^2.0.0", @@ -3820,7 +3558,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "peer": true, "dependencies": { "commondir": "^1.0.1", "make-dir": "^2.0.0", @@ -3834,7 +3571,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "peer": true, "dependencies": { "locate-path": "^3.0.0" }, @@ -3846,7 +3582,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "peer": true, "dependencies": { "p-locate": "^3.0.0", "path-exists": "^3.0.0" @@ -3859,7 +3594,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "peer": true, "dependencies": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -3872,7 +3606,6 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "peer": true, "dependencies": { "p-try": "^2.0.0" }, @@ -3887,7 +3620,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "peer": true, "dependencies": { "p-limit": "^2.0.0" }, @@ -3899,7 +3631,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "peer": true, "engines": { "node": ">=4" } @@ -3908,7 +3639,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "peer": true, "engines": { "node": ">=6" } @@ -3917,7 +3647,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "peer": true, "dependencies": { "find-up": "^3.0.0" }, @@ -3929,7 +3658,6 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "peer": true, "bin": { "semver": "bin/semver" } @@ -3940,9 +3668,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz", - "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz", + "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==", "dependencies": { "regenerator-runtime": "^0.13.11" }, @@ -3951,26 +3679,26 @@ } }, "node_modules/@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", + "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.22.5", + "@babel/parser": "^7.22.5", + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.2.tgz", - "integrity": "sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", + "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.0", + "@babel/parser": "^7.25.3", "@babel/template": "^7.25.0", "@babel/types": "^7.25.2", "debug": "^4.3.1", @@ -4007,19 +3735,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/traverse/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@babel/types": { "version": "7.25.2", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", @@ -4033,12 +3748,62 @@ "node": ">=6.9.0" } }, + "node_modules/@bazel/runfiles": { + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/@bazel/runfiles/-/runfiles-5.8.1.tgz", + "integrity": "sha512-NDdfpdQ6rZlylgv++iMn5FkObC/QlBQvipinGLSOguTYpRywmieOyJ29XHvUilspwTFSILWpoE9CqMGkHXug1g==", + "dev": true + }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "node_modules/@chromatic-com/storybook": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-1.6.1.tgz", + "integrity": "sha512-x1x1NB3j4xpfeSWKr96emc+7ZvfsvH+/WVb3XCjkB24PPbT8VZXb3mJSAQMrSzuQ8+eQE9kDogYHH9Fj3tb/Cw==", + "dev": true, + "dependencies": { + "chromatic": "^11.4.0", + "filesize": "^10.0.12", + "jsonfile": "^6.1.0", + "react-confetti": "^6.1.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=16.0.0", + "yarn": ">=1.22.18" + } + }, + "node_modules/@chromatic-com/storybook/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@chromatic-com/storybook/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/@codexteam/icons": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.5.tgz", @@ -4612,21 +4377,6 @@ "@codexteam/icons": "^0.0.5" } }, - "node_modules/@editorjs/paragraph": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@editorjs/paragraph/-/paragraph-2.11.6.tgz", - "integrity": "sha512-i9B50Ylvh+0ZzUGWIba09PfUXsA00Y//zFZMwqsyaXXKxMluSIJ6ADFJbbK0zaV9Ijx49Xocrlg+CEPRqATk9w==", - "dev": true, - "dependencies": { - "@codexteam/icons": "^0.0.4" - } - }, - "node_modules/@editorjs/paragraph/node_modules/@codexteam/icons": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.4.tgz", - "integrity": "sha512-V8N/TY2TGyas4wLrPIFq7bcow68b3gu8DfDt1+rrHPtXxcexadKauRJL6eQgfG7Z0LCrN4boLRawR4S9gjIh/Q==", - "dev": true - }, "node_modules/@editorjs/underline": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@editorjs/underline/-/underline-1.1.0.tgz", @@ -4642,6 +4392,34 @@ "integrity": "sha512-L7Q5PET8PjKcBT5wp7VR+FCjwCi5PUp7rd/XjsgQ0CI5FJz0DphyHGRILMuDUdCW2MQT9NHbVr4QP31vwAkS/A==", "dev": true }, + "node_modules/@emnapi/core": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.2.0.tgz", + "integrity": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==", + "dev": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", + "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", + "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@es-joy/jsdoccomment": { "version": "0.37.1", "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz", @@ -4657,9 +4435,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", "cpu": [ "ppc64" ], @@ -4667,15 +4445,14 @@ "os": [ "aix" ], - "peer": true, "engines": { "node": ">=12" } }, "node_modules/@esbuild/android-arm": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.8.tgz", - "integrity": "sha512-0/rb91GYKhrtbeglJXOhAv9RuYimgI8h623TplY2X+vA4EXnk3Zj1fXZreJ0J3OJJu1bwmb0W7g+2cT/d8/l/w==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", "cpu": [ "arm" ], @@ -4688,9 +4465,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.8.tgz", - "integrity": "sha512-oa/N5j6v1svZQs7EIRPqR8f+Bf8g6HBDjD/xHC02radE/NjKHK7oQmtmLxPs1iVwYyvE+Kolo6lbpfEQ9xnhxQ==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", "cpu": [ "arm64" ], @@ -4703,9 +4480,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.8.tgz", - "integrity": "sha512-bTliMLqD7pTOoPg4zZkXqCDuzIUguEWLpeqkNfC41ODBHwoUgZ2w5JBeYimv4oP6TDVocoYmEhZrCLQTrH89bg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", "cpu": [ "x64" ], @@ -4718,9 +4495,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.8.tgz", - "integrity": "sha512-ghAbV3ia2zybEefXRRm7+lx8J/rnupZT0gp9CaGy/3iolEXkJ6LYRq4IpQVI9zR97ID80KJVoUlo3LSeA/sMAg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", "cpu": [ "arm64" ], @@ -4733,9 +4510,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.8.tgz", - "integrity": "sha512-n5WOpyvZ9TIdv2V1K3/iIkkJeKmUpKaCTdun9buhGRWfH//osmUjlv4Z5mmWdPWind/VGcVxTHtLfLCOohsOXw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", "cpu": [ "x64" ], @@ -4748,9 +4525,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.8.tgz", - "integrity": "sha512-a/SATTaOhPIPFWvHZDoZYgxaZRVHn0/LX1fHLGfZ6C13JqFUZ3K6SMD6/HCtwOQ8HnsNaEeokdiDSFLuizqv5A==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", "cpu": [ "arm64" ], @@ -4763,9 +4540,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.8.tgz", - "integrity": "sha512-xpFJb08dfXr5+rZc4E+ooZmayBW6R3q59daCpKZ/cDU96/kvDM+vkYzNeTJCGd8rtO6fHWMq5Rcv/1cY6p6/0Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", "cpu": [ "x64" ], @@ -4778,9 +4555,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.8.tgz", - "integrity": "sha512-6Ij8gfuGszcEwZpi5jQIJCVIACLS8Tz2chnEBfYjlmMzVsfqBP1iGmHQPp7JSnZg5xxK9tjCc+pJ2WtAmPRFVA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", "cpu": [ "arm" ], @@ -4793,9 +4570,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.8.tgz", - "integrity": "sha512-v3iwDQuDljLTxpsqQDl3fl/yihjPAyOguxuloON9kFHYwopeJEf1BkDXODzYyXEI19gisEsQlG1bM65YqKSIww==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", "cpu": [ "arm64" ], @@ -4808,9 +4585,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.8.tgz", - "integrity": "sha512-8svILYKhE5XetuFk/B6raFYIyIqydQi+GngEXJgdPdI7OMKUbSd7uzR02wSY4kb53xBrClLkhH4Xs8P61Q2BaA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", "cpu": [ "ia32" ], @@ -4823,9 +4600,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.8.tgz", - "integrity": "sha512-B6FyMeRJeV0NpyEOYlm5qtQfxbdlgmiGdD+QsipzKfFky0K5HW5Td6dyK3L3ypu1eY4kOmo7wW0o94SBqlqBSA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", "cpu": [ "loong64" ], @@ -4838,9 +4615,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.8.tgz", - "integrity": "sha512-CCb67RKahNobjm/eeEqeD/oJfJlrWyw29fgiyB6vcgyq97YAf3gCOuP6qMShYSPXgnlZe/i4a8WFHBw6N8bYAA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", "cpu": [ "mips64el" ], @@ -4853,9 +4630,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.8.tgz", - "integrity": "sha512-bytLJOi55y55+mGSdgwZ5qBm0K9WOCh0rx+vavVPx+gqLLhxtSFU0XbeYy/dsAAD6xECGEv4IQeFILaSS2auXw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", "cpu": [ "ppc64" ], @@ -4868,9 +4645,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.8.tgz", - "integrity": "sha512-2YpRyQJmKVBEHSBLa8kBAtbhucaclb6ex4wchfY0Tj3Kg39kpjeJ9vhRU7x4mUpq8ISLXRXH1L0dBYjAeqzZAw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", "cpu": [ "riscv64" ], @@ -4883,9 +4660,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.8.tgz", - "integrity": "sha512-QgbNY/V3IFXvNf11SS6exkpVcX0LJcob+0RWCgV9OiDAmVElnxciHIisoSix9uzYzScPmS6dJFbZULdSAEkQVw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", "cpu": [ "s390x" ], @@ -4898,9 +4675,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.8.tgz", - "integrity": "sha512-mM/9S0SbAFDBc4OPoyP6SEOo5324LpUxdpeIUUSrSTOfhHU9hEfqRngmKgqILqwx/0DVJBzeNW7HmLEWp9vcOA==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", "cpu": [ "x64" ], @@ -4913,9 +4690,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.8.tgz", - "integrity": "sha512-eKUYcWaWTaYr9zbj8GertdVtlt1DTS1gNBWov+iQfWuWyuu59YN6gSEJvFzC5ESJ4kMcKR0uqWThKUn5o8We6Q==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", "cpu": [ "x64" ], @@ -4928,9 +4705,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.8.tgz", - "integrity": "sha512-Vc9J4dXOboDyMXKD0eCeW0SIeEzr8K9oTHJU+Ci1mZc5njPfhKAqkRt3B/fUNU7dP+mRyralPu8QUkiaQn7iIg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", "cpu": [ "x64" ], @@ -4943,9 +4720,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.8.tgz", - "integrity": "sha512-0xvOTNuPXI7ft1LYUgiaXtpCEjp90RuBBYovdd2lqAFxje4sEucurg30M1WIm03+3jxByd3mfo+VUmPtRSVuOw==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", "cpu": [ "x64" ], @@ -4958,9 +4735,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.8.tgz", - "integrity": "sha512-G0JQwUI5WdEFEnYNKzklxtBheCPkuDdu1YrtRrjuQv30WsYbkkoixKxLLv8qhJmNI+ATEWquZe/N0d0rpr55Mg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", "cpu": [ "arm64" ], @@ -4973,9 +4750,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.8.tgz", - "integrity": "sha512-Fqy63515xl20OHGFykjJsMnoIWS+38fqfg88ClvPXyDbLtgXal2DTlhb1TfTX34qWi3u4I7Cq563QcHpqgLx8w==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", "cpu": [ "ia32" ], @@ -4988,9 +4765,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.8.tgz", - "integrity": "sha512-1iuezdyDNngPnz8rLRDO2C/ZZ/emJLb72OsZeqQ6gL6Avko/XCXZw+NuxBSNhBAP13Hie418V7VMt9et1FMvpg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", + "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", "cpu": [ "x64" ], @@ -5848,12 +5625,13 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" @@ -5885,20 +5663,6 @@ "@jridgewell/trace-mapping": "^0.3.25" } }, - "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", @@ -6063,767 +5827,768 @@ "optional": true }, "node_modules/@mat-datetimepicker/core": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-11.0.3.tgz", - "integrity": "sha512-1M9sPoB3TfRb8hREDnv5R6uTi0iMlaY6oskxew0a+HVNTzZOBhwWWdKnlect8u+pXCmRBZI0QdMwx8nazeBdnA==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-12.0.1.tgz", + "integrity": "sha512-52zZlangVSMvRyGk8GGqBbpzKS07b/zuqTAmhlVsd8lRmENdjy9W1yfjoMlh9/fBj7xrBJJcxqPG/9r78phL8Q==", "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.6.0" }, "peerDependencies": { - "@angular/cdk": "^15.0.0", - "@angular/common": "^15.0.0", - "@angular/core": "^15.0.0", - "@angular/material": "^15.0.0" + "@angular/cdk": "^16.2.0", + "@angular/common": "^16.2.0", + "@angular/core": "^16.2.0", + "@angular/material": "^16.2.0" } }, "node_modules/@material/animation": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/animation/-/animation-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-5osi1z4JQIXcklPALbH/zTfOm2pDzHt9Fxm7ZyURy250xIZj6QjULRzPTnzOhC2ropfix9ra2Cfggbf0dcRbEQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/animation/-/animation-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-leRf+BcZTfC/iSigLXnYgcHAGvFVQveoJT5+2PIRdyPI/bIG7hhciRgacHRsCKC0sGya81dDblLgdkjSUemYLw==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/auto-init": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/auto-init/-/auto-init-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-OigQTmrVzkcGvxNjOaIe5oItTFPgrO9xLewvharDI6m6yvO1z7OBnkcW+sFN6ggLNYNxd0O1u9v64vMsmeDABQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/auto-init/-/auto-init-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-uxzDq7q3c0Bu1pAsMugc1Ik9ftQYQqZY+5e2ybNplT8gTImJhNt4M2mMiMHbMANk2l3UgICmUyRSomgPBWCPIA==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/banner": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/banner/-/banner-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-PqtGp3KWzdu58rWv/DIvSfe38m5YKOBbAAbBinSvgadBb/da+IE1t5F7YPNKE1T5lJsQBGVUYx6QBIeXm+aI/A==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/banner/-/banner-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-SHeVoidCUFVhXANN6MNWxK9SZoTSgpIP8GZB7kAl52BywLxtV+FirTtLXkg/8RUkxZRyRWl7HvQ0ZFZa7QQAyA==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/button": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/button": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/base": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/base/-/base-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-oOaqb/SfjWwTKsdJUZmeh/Qrs41nIJI0N+zELsxnvbGjSIN1ZMAKYZFPMahqvC68OJ6+5CvJM8PoTNs5l+B8IQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/base/-/base-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-Fc3vGuOf+duGo22HTRP6dHdc+MUe0VqQfWOuKrn/wXKD62m0QQR2TqJd3rRhCumH557T5QUyheW943M3E+IGfg==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/button": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/button/-/button-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-Nkekk4edeX+ObVOa7UlwavaHdmckPV5wU4SAJf3iA3R61cmz+KsgAgpzfcwv5WfNhIlc2nLu8QYEecpHdo9d/w==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/button/-/button-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-3AQgwrPZCTWHDJvwgKq7Cj+BurQ4wTjDdGL+FEnIGUAjJDskwi1yzx5tW2Wf/NxIi7IoPFyOY3UB41jwMiOrnw==", "dependencies": { - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/card": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/card/-/card-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-xhyB7XX5KkEiCEqwSPkl58ZGYL6xFdnY62zimyBXJRG/Eaa0Swj3kW20hVCpt4f7c9Zmp8Se27rg8vnKmhvO3g==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/card/-/card-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-nPlhiWvbLmooTnBmV5gmzB0eLWSgLKsSRBYAbIBmO76Okgz1y+fQNLag+lpm/TDaHVsn5fmQJH8e0zIg0rYsQA==", "dependencies": { - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/checkbox": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/checkbox/-/checkbox-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-NFpM3TS924PmVsk2KQLNU95OYCf8ZwYgzeqfnAexU0bEfjUJXINBun2Go0AaeOUMjuvWUe+byjrXgv8SFYbMUA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/checkbox/-/checkbox-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-4tpNnO1L0IppoMF3oeQn8F17t2n0WHB0D7mdJK9rhrujen/fLbekkIC82APB3fdGtLGg3qeNqDqPsJm1YnmrwA==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/chips": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/chips/-/chips-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-z4ajQ4NnsAQ/Si9tZ4xmxzjj2Qb+vW++4QjCjjjwAGIZbCe0xglAnMh2t66XLJUxt7RoKZuZVEO7ZqcFZpvJFQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/chips/-/chips-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-fqHKvE5bSWK0bXVkf57MWxZtytGqYBZvvHIOs4JI9HPHEhaJy4CpSw562BEtbm3yFxxALoQknvPW2KYzvADnmA==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/checkbox": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/checkbox": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "safevalues": "^0.3.4", "tslib": "^2.1.0" } }, "node_modules/@material/circular-progress": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/circular-progress/-/circular-progress-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-G6qD0nGNtEUwWnAMJuA9INYFpZoKtx7KFjBaPF4Ol2YLHtmShALNAYyn54TMAK8AZ2IpW08PXjGS7Ye88vrdEQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/circular-progress/-/circular-progress-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-Lxe8BGAxQwCQqrLhrYrIP0Uok10h7aYS3RBXP41ph+5GmwJd5zdyE2t93qm2dyThvU6qKuXw9726Dtq/N+wvZQ==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/progress-indicator": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/progress-indicator": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/data-table": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/data-table/-/data-table-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-+wDw1DDDFfAsKAMzs84f/5GCjux39zjNfW8tL4wFbkWNwewmQrG9zaQMJhBpVOtLCrM8Gj6SOgOANqgqoCjvGg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/data-table/-/data-table-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-j/7qplT9+sUpfe4pyWhPbl01qJA+OoNAG3VMJruBBR461ZBKyTi7ssKH9yksFGZ8eCEPkOsk/+kDxsiZvRWkeQ==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/checkbox": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/icon-button": "15.0.0-canary.684e33d25.0", - "@material/linear-progress": "15.0.0-canary.684e33d25.0", - "@material/list": "15.0.0-canary.684e33d25.0", - "@material/menu": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/select": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/checkbox": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/icon-button": "15.0.0-canary.bc9ae6c9c.0", + "@material/linear-progress": "15.0.0-canary.bc9ae6c9c.0", + "@material/list": "15.0.0-canary.bc9ae6c9c.0", + "@material/menu": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/select": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/density": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/density/-/density-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-661yEVRMGrlq6S6WuSbPRO+ZwpdUOg2glCc7y96doM6itSLOa3UEAldjOLfsYZVB74GnKCiuDp//QmfoRyYTfA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/density/-/density-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-Zt3u07fXrBWLW06Tl5fgvjicxNQMkFdawLyNTzZ5TvbXfVkErILLePwwGaw8LNcvzqJP6ABLA8jiR+sKNoJQCg==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/dialog": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/dialog/-/dialog-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-szn0dHnfeQTSOC6SSRSGAzX6Tnx+4NnSMUwNkXm+3bwjds8ZVK26+DXwLrP5f3ID5F1K5sFsRf2INo5/TNTHyQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/dialog/-/dialog-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-o+9a/fmwJ9+gY3Z/uhj/PMVJDq7it1NTWKJn2GwAKdB+fDkT4hb9qEdcxMPyvJJ5ups+XiKZo03+tZrD+38c1w==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/button": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/icon-button": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/button": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/icon-button": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/dom": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/dom/-/dom-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-7pEJLYov+tGgfuD8mZxoVU6rWtPI8ppjTAhz+F27Hz9FG0JETMWTKpDPBXLnKvX7vhIxL83GvZ9geNHCe8Hfog==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/dom/-/dom-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-ly78R7aoCJtundSUu0UROU+5pQD5Piae0Y1MkN6bs0724azeazX1KeXFeaf06JOXnlr5/41ol+fSUPowjoqnOg==", "dependencies": { - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/drawer": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/drawer/-/drawer-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-/KMckLf1PYU/H3PXnS4e0aFl03qG3JlSv4LGgX6juJufcONqGTl/m63EMO/L/eUy6H1CRrXmVDjik/jzHLyDhg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/drawer/-/drawer-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-PFL4cEFnt7VTxDsuspFVNhsFDYyumjU0VWfj3PWB7XudsEfQ3lo85D3HCEtTTbRsCainGN8bgYNDNafLBqiigw==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/list": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/list": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/elevation": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/elevation/-/elevation-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-WDF8SsRtq3rXUbVVbd9K4DUijIPH0bUFSOreVYxudpuxAfTlDS5+aeS1EK9UIBFYLuba4u5wVT2tDv6e1RTfrQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/elevation/-/elevation-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-Ro+Pk8jFuap+T0B0shA3xI1hs2b89dNQ2EIPCNjNMp87emHKAzJfhKb7EZGIwv3+gFLlVaLyIVkb94I89KLsyg==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/fab": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/fab/-/fab-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-KCu87rWOKEAe9vZcAm6K8XazYSWPNjMG+OhrbPjHW6bCO7as1YCgtmkBkhff7csY/rFmcVpIy884xtUfLmSudQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/fab/-/fab-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-dvU0KWMRglwJEQwmQtFAmJcAjzg9VFF6Aqj78bJYu/DAIGFJ1VTTTSgoXM/XCm1YyQEZ7kZRvxBO37CH54rSDg==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/feature-targeting": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/feature-targeting/-/feature-targeting-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-HyH1erNTSjS63sigNSUMaCd0nJhTNdDFeC+myrxwtDaQm+uYJ8troCNtQM3g6mx0XATNtX5aTOoPmrM6yVVi1A==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/feature-targeting/-/feature-targeting-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-wkDjVcoVEYYaJvun28IXdln/foLgPD7n9ZC9TY76GErGCwTq+HWpU6wBAAk+ePmpRFDayw4vI4wBlaWGxLtysQ==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/floating-label": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/floating-label/-/floating-label-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-f7TPp6bKpGvV3sYYiZHSGlrixXKkXXITW3Esp7KB9jRq42c0H82novmdwvY0eTef4ootmA2JEysr78KQfHBUPg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/floating-label/-/floating-label-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-bUWPtXzZITOD/2mkvLkEPO1ngDWmb74y0Kgbz6llHLOQBtycyJIpuoQJ1q2Ez0NM/tFLwPphhAgRqmL3YQ/Kzw==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/focus-ring": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/focus-ring/-/focus-ring-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-ikw2RVUfgzXChpWIzPH1VzRvTjYb5ZKj4H+CZf7jqPUXMstFOZg90Bp7ARLZHqYiyNMuUq3zUTHozS6iHorSqg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/focus-ring/-/focus-ring-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-cZHThVose3GvAlJzpJoBI1iqL6d1/Jj9hXrR+r8Mwtb1hBIUEG3hxfsRd4vGREuzROPlf0OgNf/V+YHoSwgR5w==", "dependencies": { - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0" + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0" } }, "node_modules/@material/form-field": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/form-field/-/form-field-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-vpF9N/uq5no/7+8GAbEH0868FhOuBgxAWRr1Sfb+jthKfBr8OS/wPU/AHzZHdHdAm7PQynbeOXfDsX2dI//PDA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/form-field/-/form-field-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-+JFXy5X44Gue1CbZZAQ6YejnI203lebYwL0i6k0ylDpWHEOdD5xkF2PyHR28r9/65Ebcbwbff6q7kI1SGoT7MA==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/icon-button": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/icon-button/-/icon-button-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-wMI+XGzmIN/o2ePBKg2hLyx7H4pXCRAyyIKMQS1FMp1UKa2tYmiHVX/V8skhKwCqxg3i6Ls/LxMjfPxTR18WvQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/icon-button/-/icon-button-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-1a0MHgyIwOs4RzxrVljsqSizGYFlM1zY2AZaLDsgT4G3kzsplTx8HZQ022GpUCjAygW+WLvg4z1qAhQHvsbqlw==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/image-list": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/image-list/-/image-list-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-Ol+uaHYBe5R/cgzlfh5ONnMVX0wO6fV74JMUcQCQlxP6lXau/edARo4tkRc7A7UJUkU3VRv0EpEjLoCRNUPGaA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/image-list/-/image-list-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-WKWmiYap2iu4QdqmeUSliLlN4O2Ueqa0OuVAYHn/TCzmQ2xmnhZ1pvDLbs6TplpOmlki7vFfe+aSt5SU9gwfOQ==", "dependencies": { - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/layout-grid": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/layout-grid/-/layout-grid-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-ALXE1mqFNb/RB2lVRQ3/r1Aufw2mFZnOjRE+boYDVepmAG/xWyPCyaGoavELJF5l4GAb0tXi8wA/8HeGbLOpuA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/layout-grid/-/layout-grid-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-5GqmT6oTZhUGWIb+CLD0ZNyDyTiJsr/rm9oRIi3+vCujACwxFkON9tzBlZohdtFS16nuzUusthN6Jt9UrJcN6Q==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/line-ripple": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/line-ripple/-/line-ripple-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-7hRx8C/e9i0P6pgQpNOMfTwSS2r1fwEvBL72QDVGLtLuoKKwsjjgP6Z0Jat/GeHJe87u9LQvGBoD4upt+of/HA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/line-ripple/-/line-ripple-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-8S30WXEuUdgDdBulzUDlPXD6qMzwCX9SxYb5mGDYLwl199cpSGdXHtGgEcCjokvnpLhdZhcT1Dsxeo1g2Evh5Q==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/linear-progress": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/linear-progress/-/linear-progress-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-iJclt7mKmcMk6pqD7ocXKfCWZhqBoODp7N593jYlxVpTJuEz2wiVAjZUDn/YGj/Uz3CRH+2YFfOiLr9pwWjhDg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/linear-progress/-/linear-progress-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-6EJpjrz6aoH2/gXLg9iMe0yF2C42hpQyZoHpmcgTLKeci85ktDvJIjwup8tnk8ULQyFiGiIrhXw2v2RSsiFjvQ==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/progress-indicator": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/progress-indicator": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/list": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/list/-/list-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-rQ+FCSdzmwTcT00IYE0uRV3CS4oGSccKFl9hkcF+aHFW61L7ORh/SCGUDPrEfQFrFkMn5f8qroVJjpUAMXBz4g==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/list/-/list-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-TQ1ppqiCMQj/P7bGD4edbIIv4goczZUoiUAaPq/feb1dflvrFMzYqJ7tQRRCyBL8nRhJoI2x99tk8Q2RXvlGUQ==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/menu": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/menu/-/menu-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-r7wzDLSGSI9629/mfpvsMzkVxpmV75kcD3IrW0Pcu6/Bv/1xi0EvjcUXzNJJoQlwN4Zj35Ymz/PCjZkIDIz68Q==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/menu/-/menu-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-IlAh61xzrzxXs38QZlt74UYt8J431zGznSzDtB1Fqs6YFNd11QPKoiRXn1J2Qu/lUxbFV7i8NBKMCKtia0n6/Q==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/list": "15.0.0-canary.684e33d25.0", - "@material/menu-surface": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/list": "15.0.0-canary.bc9ae6c9c.0", + "@material/menu-surface": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/menu-surface": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/menu-surface/-/menu-surface-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-RVO5GAYcfWPaKwxsF/NhUAmrYXQCQBKvRQW0TIlbmAJz6lcFeTs6YZqF3u1C7qrL3ZQGz+sur/7ywj6QU0oMow==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/menu-surface/-/menu-surface-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-dMtSPN+olTWE+08M5qe4ea1IZOhVryYqzK0Gyb2u1G75rSArUxCOB5rr6OC/ST3Mq3RS6zGuYo7srZt4534K9Q==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/notched-outline": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/notched-outline/-/notched-outline-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-9YHcBkvJLPVYzkHcWoTpBZAFrEd+j1hjhGxLhh0LuNrZe8VroUkZD1TTnUAPHRG3os6EqEWWaKb0RN+aPIF2yQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/notched-outline/-/notched-outline-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-WuurMg44xexkvLTBTnsO0A+qnzFjpcPdvgWBGstBepYozsvSF9zJGdb1x7Zv1MmqbpYh/Ohnuxtb/Y3jOh6irg==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/floating-label": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/floating-label": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/progress-indicator": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/progress-indicator/-/progress-indicator-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-c0icji4faeNWUoqGENGC7Hav0Puxh0RwXIDVizffaUxKIGbajpIp5+4Zop73fK/xFLGMB/npg7TbP+aCGjQ3fw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/progress-indicator/-/progress-indicator-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-uOnsvqw5F2fkeTnTl4MrYzjI7KCLmmLyZaM0cgLNuLsWVlddQE+SGMl28tENx7DUK3HebWq0FxCP8f25LuDD+w==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/radio": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/radio/-/radio-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-U3Eh8sNUA8trDla1Bq8Bo02foxYvtoewaKeF8A8tAju81XZ4jRiftfOsOWZDZEHCVbbCB2QwvutvFlnay5n+Aw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/radio/-/radio-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-ehzOK+U1IxQN+OQjgD2lsnf1t7t7RAwQzeO6Czkiuid29ookYbQynWuLWk7NW8H8ohl7lnmfqTP1xSNkkL/F0g==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/ripple": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-RyePu7SjIm/OuyyEieZ/gxiPYkNZOZHeid72WRcN9ofdlljj2pifcdPvcfZA+v/DMS33xo5GjG2L/Qj6ClWrKw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-JfLW+g3GMVDv4cruQ19+HUxpKVdWCldFlIPw1UYezz2h3WTNDy05S3uP2zUdXzZ01C3dkBFviv4nqZ0GCT16MA==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/rtl": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-NqdJl8Ayupp1Th+vCNCpVQHbUFOuF7TCte9LD1norTIBUF/QizIxWby2W5uUEiPbnh5j9PmE1CJtfLwKun3pcw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-SkKLNLFp5QtG7/JEFg9R92qq4MzTcZ5As6sWbH7rRg6ahTHoJEuqE+pOb9Vrtbj84k5gtX+vCYPvCILtSlr2uw==", "dependencies": { - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/segmented-button": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/segmented-button/-/segmented-button-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-bEGgg8vgXNLyukyV8HRjFMuQ6t6nm5LQ4Pgm22um61Yc8qyi0BOqV41OR4SVdUrUqZxh1aVD+p+4NN03+LfQXw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/segmented-button/-/segmented-button-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-YDwkCWP9l5mIZJ7pZJZ2hMDxfBlIGVJ+deNzr8O+Z7/xC5LGXbl4R5aPtUVHygvXAXxpf5096ZD+dSXzYzvWlw==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/touch-target": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/touch-target": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/select": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/select/-/select-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-kf178/2TeEinTv0mgmSBcmmExQ2h7a7dtR1E3WuqQgisJ/R6+zVLMkC2CnfIyzxYX2vkuUTG0ue3Reh/6XiqSg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/select/-/select-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-unfOWVf7T0sixVG+3k3RTuATfzqvCF6QAzA6J9rlCh/Tq4HuIBNDdV4z19IVu4zwmgWYxY0iSvqWUvdJJYwakQ==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/floating-label": "15.0.0-canary.684e33d25.0", - "@material/line-ripple": "15.0.0-canary.684e33d25.0", - "@material/list": "15.0.0-canary.684e33d25.0", - "@material/menu": "15.0.0-canary.684e33d25.0", - "@material/menu-surface": "15.0.0-canary.684e33d25.0", - "@material/notched-outline": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/floating-label": "15.0.0-canary.bc9ae6c9c.0", + "@material/line-ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/list": "15.0.0-canary.bc9ae6c9c.0", + "@material/menu": "15.0.0-canary.bc9ae6c9c.0", + "@material/menu-surface": "15.0.0-canary.bc9ae6c9c.0", + "@material/notched-outline": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/shape": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/shape/-/shape-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-aEelpaTFmpnCji3TUGP9bVCS/bRVjUmLTHBPZtuu1gOrUVVtJ6kYOg73dZNJF+XOoNL2yOX/LRcKwsop29tptA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/shape/-/shape-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-Dsvr771ZKC46ODzoixLdGwlLEQLfxfLrtnRojXABoZf5G3o9KtJU+J+5Ld5aa960OAsCzzANuaub4iR88b1guA==", "dependencies": { - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/slider": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/slider/-/slider-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-WVyK+2pSNSZmj07M2K/a3TADoQ9FBCndfNC/vE7/wGIg4dddJJK5KvQ+yruf9R2cSzTL/S1sZ5WpyyeM8E9HTw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/slider/-/slider-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-3AEu+7PwW4DSNLndue47dh2u7ga4hDJRYmuu7wnJCIWJBnLCkp6C92kNc4Rj5iQY2ftJio5aj1gqryluh5tlYg==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/snackbar": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/snackbar/-/snackbar-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-itO+DCkOannZzR1/cCHcqAm7ifhuFvXmDItNoA8qLEcAyJDJJRkhpwj3XQ01yuo9gBFcSctp7Txt7e+Hncm/Jg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/snackbar/-/snackbar-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-TwwQSYxfGK6mc03/rdDamycND6o+1p61WNd7ElZv1F1CLxB4ihRjbCoH7Qo+oVDaP8CTpjeclka+24RLhQq0mA==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/button": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/icon-button": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/button": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/icon-button": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/switch": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/switch/-/switch-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-Jxi0gl92yvvZZsAPxvVHzXx2ga+T/djMow98jvEczmpUorWnAhgiCr9CsSSRoosahWyRB8NLZOxUQrACxvffjw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/switch/-/switch-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-OjUjtT0kRz1ASAsOS+dNzwMwvsjmqy5edK57692qmrP6bL4GblFfBDoiNJ6t0AN4OaKcmL5Hy/xNrTdOZW7Qqw==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", "safevalues": "^0.3.4", "tslib": "^2.1.0" } }, "node_modules/@material/tab": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/tab/-/tab-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-WQL3wj9syHNcfe8KbgGGUcA34M8C/xZ+n0Fkkh8Kk6puVwaU+xqUNihsxPY6YzKpmh4PZ4oJaBdiN8zvFT1zqQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/tab/-/tab-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-s/L9otAwn/pZwVQZBRQJmPqYeNbjoEbzbjMpDQf/VBG/6dJ+aP03ilIBEkqo8NVnCoChqcdtVCoDNRtbU+yp6w==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/focus-ring": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/tab-indicator": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/focus-ring": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab-indicator": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/tab-bar": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/tab-bar/-/tab-bar-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-SW/cMaDsIGGkM1ag3A7GJRlmr8eXmObWsvitQJzh6Azr5zzZtSI+GQygkMesAEE1gbpqOVN8d40rh3H7VVIAcA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/tab-bar/-/tab-bar-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-Xmtq0wJGfu5k+zQeFeNsr4bUKv7L+feCmUp/gsapJ655LQKMXOUQZtSv9ZqWOfrCMy55hoF1CzGFV+oN3tyWWQ==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/tab": "15.0.0-canary.684e33d25.0", - "@material/tab-indicator": "15.0.0-canary.684e33d25.0", - "@material/tab-scroller": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab-indicator": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab-scroller": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/tab-indicator": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/tab-indicator/-/tab-indicator-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-kKICqSPqOlaf0lzaFFCmuOqPXJC+cK48Qmsc+m5o6fJhkmuZRCYpIwB2JeP+uZSOq/bTH+SrPtCtnVlgWg6ksA==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/tab-indicator/-/tab-indicator-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-despCJYi1GrDDq7F2hvLQkObHnSLZPPDxnOzU16zJ6FNYvIdszgfzn2HgAZ6pl5hLOexQ8cla6cAqjTDuaJBhQ==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/tab-scroller": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/tab-scroller/-/tab-scroller-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-H6EU/TSiK/M2DyyORX5GEtXD9rKYxTMHC2VxsNWARPMFJGzgeW2ugYkFv+rKI1/c0bs0CJ4e+qFnOlBsQXZvyQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/tab-scroller/-/tab-scroller-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-QWHG/EWxirj4V9u2IHz+OSY9XCWrnNrPnNgEufxAJVUKV/A8ma1DYeFSQqxhX709R8wKGdycJksg0Flkl7Gq7w==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/tab": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/tab": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/textfield": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/textfield/-/textfield-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-OvgpDXjvpyJTtAWskO69IDybFvDNzr9w2PN/Fk7yFm+uNVupaWz1Ew8lZ4gGslaTNSVmh2XcsvmzxcLINSiiNg==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/textfield/-/textfield-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-R3qRex9kCaZIAK8DuxPnVC42R0OaW7AB7fsFknDKeTeVQvRcbnV8E+iWSdqTiGdsi6QQHifX8idUrXw+O45zPw==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/density": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/floating-label": "15.0.0-canary.684e33d25.0", - "@material/line-ripple": "15.0.0-canary.684e33d25.0", - "@material/notched-outline": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/density": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/floating-label": "15.0.0-canary.bc9ae6c9c.0", + "@material/line-ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/notched-outline": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/theme": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/theme/-/theme-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-AZxaXXAvRKzAi20RlMxzt2U5UmkCWyv7DMWEBXsxtG5Tk54mi1HsbVUp3fxDPTlmL7Pq8p1/DESg/o7TgRCVlw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/theme/-/theme-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-CpUwXGE0dbhxQ45Hu9r9wbJtO/MAlv5ER4tBHA9tp/K+SU+lDgurBE2touFMg5INmdfVNtdumxb0nPPLaNQcUg==", "dependencies": { - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/tokens": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/tokens/-/tokens-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-wVwbQOTCXDPKYPdHQHLr026y36MMFelID1CmbfRk6mSol4O8yE9U0fXcShfRDW8Qo5E3X31w9c2A6T3neJY7wQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/tokens/-/tokens-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-nbEuGj05txWz6ZMUanpM47SaAD7soyjKILR+XwDell9Zg3bGhsnexCNXPEz2fD+YgomS+jM5XmIcaJJHg/H93Q==", "dependencies": { - "@material/elevation": "15.0.0-canary.684e33d25.0" + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0" } }, "node_modules/@material/tooltip": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/tooltip/-/tooltip-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-dtm26QjxyQdinc8btgz6yys07b7bUW4FZgNF2EBPeGrICrPg7jf+JEvDziz5g8VMaTBQLOQRSCGy0MKuRlOjLw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/tooltip/-/tooltip-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-UzuXp0b9NuWuYLYpPguxrjbJnCmT/Cco8CkjI/6JajxaeA3o2XEBbQfRMTq8PTafuBjCHTc0b0mQY7rtxUp1Gg==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/button": "15.0.0-canary.684e33d25.0", - "@material/dom": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/tokens": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/button": "15.0.0-canary.bc9ae6c9c.0", + "@material/dom": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/tokens": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "safevalues": "^0.3.4", "tslib": "^2.1.0" } }, "node_modules/@material/top-app-bar": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/top-app-bar/-/top-app-bar-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-1M+oupUxflfW7u81P1XlxoLZB8bLzwtpKofIfDNRbEsiKhlLTERJR3Yak3BGE9xakNMysAaBHlkb5MrN5bNPFw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/top-app-bar/-/top-app-bar-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-vJWjsvqtdSD5+yQ/9vgoBtBSCvPJ5uF/DVssv8Hdhgs1PYaAcODUi77kdi0+sy/TaWyOsTkQixqmwnFS16zesA==", "dependencies": { - "@material/animation": "15.0.0-canary.684e33d25.0", - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/elevation": "15.0.0-canary.684e33d25.0", - "@material/ripple": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/shape": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", - "@material/typography": "15.0.0-canary.684e33d25.0", + "@material/animation": "15.0.0-canary.bc9ae6c9c.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", + "@material/ripple": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/shape": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", + "@material/typography": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/touch-target": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/touch-target/-/touch-target-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-zdE69Slg8+T7sTn1OwqZ6H7WBYac9mxJ/JlJqfTqthzIjZRcCxBSYymQJcDHjsrPnUojOtr9U4Tpm5YZ96TEkQ==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/touch-target/-/touch-target-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-AqYh9fjt+tv4ZE0C6MeYHblS2H+XwLbDl2mtyrK0DOEnCVQk5/l5ImKDfhrUdFWHvS4a5nBM4AA+sa7KaroLoA==", "dependencies": { - "@material/base": "15.0.0-canary.684e33d25.0", - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/rtl": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.bc9ae6c9c.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, "node_modules/@material/typography": { - "version": "15.0.0-canary.684e33d25.0", - "resolved": "https://registry.npmjs.org/@material/typography/-/typography-15.0.0-canary.684e33d25.0.tgz", - "integrity": "sha512-aVnvgMwcfNa/K4wujzpKDIxjGl2hbkEL+m+OKDSQqWYjKcP9QrbzCXJruJBqxrBoPRHLbqo47k5f9uT8raSgjw==", + "version": "15.0.0-canary.bc9ae6c9c.0", + "resolved": "https://registry.npmjs.org/@material/typography/-/typography-15.0.0-canary.bc9ae6c9c.0.tgz", + "integrity": "sha512-CKsG1zyv34AKPNyZC8olER2OdPII64iR2SzQjpqh1UUvmIFiMPk23LvQ1OnC5aCB14pOXzmVgvJt31r9eNdZ6Q==", "dependencies": { - "@material/feature-targeting": "15.0.0-canary.684e33d25.0", - "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", + "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" } }, @@ -6844,19 +6609,30 @@ "react": ">=16" } }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz", + "integrity": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==", + "dev": true, + "dependencies": { + "@emnapi/core": "^1.1.0", + "@emnapi/runtime": "^1.1.0", + "@tybys/wasm-util": "^0.9.0" + } + }, "node_modules/@ngtools/webpack": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-15.2.11.tgz", - "integrity": "sha512-yqp+FziuJ+wIVij4eTqfhuiTPNaG1PU8ukeGOdqkVH4nQMlmzs9UldXy1iYC/6swzn6XO/pkqisU3m/jxemMzA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.9.tgz", + "integrity": "sha512-rOclD7FfT4OSwVA0nDnULbJS6TORJ0+sQiuT2ebaNFErYr3LOm6Zut05tnmzFw8q1cePrILbG+xpnbggNr9Pyw==", "dev": true, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "peerDependencies": { - "@angular/compiler-cli": "^15.0.0", - "typescript": ">=4.8.2 <5.0", + "@angular/compiler-cli": "^16.0.0", + "typescript": ">=4.9.3 <5.2", "webpack": "^5.54.0" } }, @@ -7106,78 +6882,164 @@ } }, "node_modules/@nrwl/angular": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/angular/-/angular-15.9.3.tgz", - "integrity": "sha512-xyjrQ8HLPdnEQszivOzNbJ0yA36iv/LoT7ZH6iiQZuRUqDX5WaWRPt8D0sPw4GCYzMp9doBYWM2b4ipZBr3HIw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/angular/-/angular-16.10.0.tgz", + "integrity": "sha512-MT4gYcvsHxNXTIu40CZKVmO7PD42HeJKfQpVOKPZnfRl9Zf38tRtDnC99QxMpVk/4fo9y1hM8ifoDO97WFOBOQ==", "dev": true, "dependencies": { - "@nrwl/cypress": "15.9.3", - "@nrwl/devkit": "15.9.3", - "@nrwl/jest": "15.9.3", - "@nrwl/js": "15.9.3", - "@nrwl/linter": "15.9.3", - "@nrwl/webpack": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", + "@nx/angular": "16.10.0", + "tslib": "^2.3.0" + } + }, + "node_modules/@nrwl/cypress": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-16.10.0.tgz", + "integrity": "sha512-ns6VQrrF08XYwZE4OduLVK2rwpN6dNrkVArw4fzJccuZ1g3YxR5JSuxpdBQA3FjKWoo2DybivuQudpIlYGq3UQ==", + "dev": true, + "dependencies": { + "@nx/cypress": "16.10.0" + } + }, + "node_modules/@nrwl/devkit": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-16.10.0.tgz", + "integrity": "sha512-fRloARtsDQoQgQ7HKEy0RJiusg/HSygnmg4gX/0n/Z+SUS+4KoZzvHjXc6T5ZdEiSjvLypJ+HBM8dQzIcVACPQ==", + "dev": true, + "dependencies": { + "@nx/devkit": "16.10.0" + } + }, + "node_modules/@nrwl/eslint-plugin-nx": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-16.10.0.tgz", + "integrity": "sha512-w8fHXEatdPHQeP/Yompsdrgz4BJ2BSVaaaulcovzTNJ9KrCCtDyTGY7sihU7qLVcbZtUVq9xoAsSeuTQuOCTDw==", + "dev": true, + "dependencies": { + "@nx/eslint-plugin": "16.10.0" + } + }, + "node_modules/@nrwl/jest": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-16.10.0.tgz", + "integrity": "sha512-hZuIK3xXh4HaE6/Ny8hGidjkJ4aLZjnQtPDxKD/423gznQe2FdHx3avoSlbOEOx5Oc6sJ9QGGZLcvckKQ5uWww==", + "dev": true, + "dependencies": { + "@nx/jest": "16.10.0" + } + }, + "node_modules/@nrwl/js": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-16.10.0.tgz", + "integrity": "sha512-asybPpyPrxLLDWWdYzFqbgubLmDKLEhoMz8x9MPOm3CH8v2vlIE6hD0JT19GdJArBPxRB33nhjtu8wmJGz5czw==", + "dev": true, + "dependencies": { + "@nx/js": "16.10.0" + } + }, + "node_modules/@nrwl/linter": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/linter/-/linter-16.10.0.tgz", + "integrity": "sha512-XvMuTeIc2I3630iaqhlV4w3qgABQIo+kv8mT0DbT1HfjjZDm4ST8hrvkdWSf9mCl24vShNL8GDVQVNOX0bZY5A==", + "dev": true, + "dependencies": { + "@nx/linter": "16.10.0" + } + }, + "node_modules/@nrwl/node": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/node/-/node-16.10.0.tgz", + "integrity": "sha512-UZ1s02f2IpFRXzVZIBuDLXXB+obyP280RFHV9smYruhOHrj8iA5wXNSXcJJGorwpKP3WCUS/+KS49oVSHOkLUA==", + "dev": true, + "dependencies": { + "@nx/node": "16.10.0" + } + }, + "node_modules/@nrwl/storybook": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-19.5.6.tgz", + "integrity": "sha512-xEAnwp16NKBXZ8nqXFiFjJFFc8SzWY+oRoXQTkR7mUV7kKnaeFK2mBq2JXygyRonRdrBjZIvsM7YzRRl3brlJQ==", + "dev": true, + "dependencies": { + "@nx/storybook": "19.5.6" + } + }, + "node_modules/@nrwl/tao": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-16.10.0.tgz", + "integrity": "sha512-QNAanpINbr+Pod6e1xNgFbzK1x5wmZl+jMocgiEFXZ67KHvmbD6MAQQr0MMz+GPhIu7EE4QCTLTyCEMlAG+K5Q==", + "dev": true, + "dependencies": { + "nx": "16.10.0", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nrwl/webpack": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/webpack/-/webpack-16.10.0.tgz", + "integrity": "sha512-oh/8jzytaU2YM6DOvEOt2CysKWpru+fc+M31JGj6gdq1c1wr4feSs1c/rmJ4jAfvYqejrJwyZK96XX1uRo+3RQ==", + "dev": true, + "dependencies": { + "@nx/webpack": "16.10.0" + } + }, + "node_modules/@nrwl/workspace": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-16.10.0.tgz", + "integrity": "sha512-fZeNxhFs/2cm326NebfJIgSI3W4KZN94WGS46wlIBrUUGP5/vwHYsi09Kx6sG1kRkAuZVtgJ33uU2F6xcAWzUA==", + "dev": true, + "dependencies": { + "@nx/workspace": "16.10.0" + } + }, + "node_modules/@nx/angular": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/angular/-/angular-16.10.0.tgz", + "integrity": "sha512-NkXe6N0vYrd8YexAjDUE9yLVOBtNrXuCnp2HW+QePd0sW5AiUeNeGwy07oStCJwH9xD5Rr5nl3JPrpBFEdNlVg==", + "dev": true, + "dependencies": { + "@nrwl/angular": "16.10.0", + "@nx/cypress": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/jest": "16.10.0", + "@nx/js": "16.10.0", + "@nx/linter": "16.10.0", + "@nx/webpack": "16.10.0", + "@nx/workspace": "16.10.0", + "@phenomnomnominal/tsquery": "~5.0.1", + "@typescript-eslint/type-utils": "^5.36.1", "chalk": "^4.1.0", - "chokidar": "^3.5.1", "enquirer": "^2.3.6", - "http-server": "^14.1.0", + "find-cache-dir": "^3.3.2", "ignore": "^5.0.4", - "magic-string": "~0.26.2", + "magic-string": "~0.30.2", "minimatch": "3.0.5", - "semver": "7.3.4", - "ts-node": "10.9.1", - "tsconfig-paths": "^4.1.2", + "semver": "7.5.3", "tslib": "^2.3.0", - "webpack": "^5.75.0", - "webpack-merge": "5.7.3" + "webpack": "^5.80.0", + "webpack-merge": "^5.8.0" }, "peerDependencies": { - "@angular-devkit/build-angular": ">= 14.0.0 < 16.0.0", - "@angular-devkit/core": ">= 14.0.0 < 16.0.0", - "@angular-devkit/schematics": ">= 14.0.0 < 16.0.0", - "@nguniversal/builders": ">= 14.0.0 < 16.0.0", - "@schematics/angular": ">= 14.0.0 < 16.0.0", + "@angular-devkit/build-angular": ">= 14.0.0 < 17.0.0", + "@angular-devkit/core": ">= 14.0.0 < 17.0.0", + "@angular-devkit/schematics": ">= 14.0.0 < 17.0.0", + "@nguniversal/builders": ">= 14.0.0 < 17.0.0", + "@schematics/angular": ">= 14.0.0 < 17.0.0", + "esbuild": "^0.19.2", "rxjs": "^6.5.3 || ^7.5.0" }, "peerDependenciesMeta": { "@nguniversal/builders": { "optional": true + }, + "esbuild": { + "optional": true } } }, - "node_modules/@nrwl/angular/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "babel-plugin-const-enum": "^1.0.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "^4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/angular/node_modules/ansi-styles": { + "node_modules/@nx/angular/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -7192,7 +7054,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/angular/node_modules/chalk": { + "node_modules/@nx/angular/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -7208,16 +7070,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/angular/node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/@nrwl/angular/node_modules/has-flag": { + "node_modules/@nx/angular/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -7226,65 +7079,16 @@ "node": ">=8" } }, - "node_modules/@nrwl/angular/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/@nx/angular/node_modules/magic-string": { + "version": "0.30.11", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", + "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", "dev": true, "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, - "node_modules/@nrwl/angular/node_modules/magic-string": { - "version": "0.26.7", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", - "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", - "dev": true, - "dependencies": { - "sourcemap-codec": "^1.4.8" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@nrwl/angular/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/angular/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/angular/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/angular/node_modules/supports-color": { + "node_modules/@nx/angular/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -7296,7 +7100,1195 @@ "node": ">=8" } }, - "node_modules/@nrwl/angular/node_modules/ts-node": { + "node_modules/@nx/cypress": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/cypress/-/cypress-16.10.0.tgz", + "integrity": "sha512-suYc5jC6Os0D78Fn2pAIuGOkM6nhIWsSEb94PWwdZWE0XKQiWrgQJZBXDIu3x2zq6oZxYdx8OufUFli8vr4/Tw==", + "dev": true, + "dependencies": { + "@nrwl/cypress": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/js": "16.10.0", + "@nx/linter": "16.10.0", + "@phenomnomnominal/tsquery": "~5.0.1", + "detect-port": "^1.5.1", + "semver": "7.5.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "cypress": ">= 3 < 14" + }, + "peerDependenciesMeta": { + "cypress": { + "optional": true + } + } + }, + "node_modules/@nx/devkit": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-16.10.0.tgz", + "integrity": "sha512-IvKQqRJFDDiaj33SPfGd3ckNHhHi6ceEoqCbAP4UuMXOPPVOX6H0KVk+9tknkPb48B7jWIw6/AgOeWkBxPRO5w==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "16.10.0", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "semver": "7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "nx": ">= 15 <= 17" + } + }, + "node_modules/@nx/devkit/node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@nx/eslint": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.5.6.tgz", + "integrity": "sha512-WLUo4f+ndMVWZ5QqqZiZNCmbLCqEqPBopvGWJg6uUJyrm5HiFsks+1nRp7BxFzj0SwmdmSRzQFvMgorw7lAgCQ==", + "dev": true, + "dependencies": { + "@nx/devkit": "19.5.6", + "@nx/js": "19.5.6", + "@nx/linter": "19.5.6", + "semver": "^7.5.3", + "tslib": "^2.3.0", + "typescript": "~5.4.2" + }, + "peerDependencies": { + "@zkochan/js-yaml": "0.0.7", + "eslint": "^8.0.0 || ^9.0.0" + }, + "peerDependenciesMeta": { + "@zkochan/js-yaml": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-16.10.0.tgz", + "integrity": "sha512-fdOlCrSJK6HfCs+FVXUxzS5gobnGymTU85B3vXPYkVpJwKmq9voX7HBhx9euScRGgXdO9335DIixc/QV6zGpKA==", + "dev": true, + "dependencies": { + "@nrwl/eslint-plugin-nx": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/js": "16.10.0", + "@typescript-eslint/type-utils": "^5.60.1", + "@typescript-eslint/utils": "^5.60.1", + "chalk": "^4.1.0", + "confusing-browser-globals": "^1.0.9", + "jsonc-eslint-parser": "^2.1.0", + "semver": "7.5.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.60.1", + "eslint-config-prettier": "^8.1.0" + }, + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/type-utils": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", + "dev": true, + "dependencies": { + "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/utils": "5.62.0", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/utils": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "eslint-scope": "^5.1.1", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.62.0", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/core": { + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/generator": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/plugin-transform-runtime": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz", + "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/preset-env": { + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.2", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.0", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@babel/plugin-transform-exponentiation-operator": "^7.24.7", + "@babel/plugin-transform-export-namespace-from": "^7.24.7", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-member-expression-literals": "^7.24.7", + "@babel/plugin-transform-modules-amd": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", + "@babel/plugin-transform-modules-umd": "^7.24.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-new-target": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-object-super": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-property-literals": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-reserved-words": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-template-literals": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@babel/plugin-transform-unicode-escapes": "^7.24.7", + "@babel/plugin-transform-unicode-property-regex": "^7.24.7", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.37.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/@babel/template": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/eslint/node_modules/@nrwl/devkit": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.5.6.tgz", + "integrity": "sha512-H7LGlwAktfL2GR4scwCfehuppmzcHJJt4C2PpiGEsfA74MKBw2/VGX15b29Mf36XbGS+Bx9vjvooZEt5HPCusw==", + "dev": true, + "dependencies": { + "@nx/devkit": "19.5.6" + } + }, + "node_modules/@nx/eslint/node_modules/@nrwl/js": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.5.6.tgz", + "integrity": "sha512-mfTBvon1v/Ts1Crvv25raXGxpQe3cgPTNCP+D5SG6Vpe/vbLOYiBi90UhHIKXKZOQ73RRx+Wojgn+Zv5pDo13A==", + "dev": true, + "dependencies": { + "@nx/js": "19.5.6" + } + }, + "node_modules/@nx/eslint/node_modules/@nrwl/tao": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.5.6.tgz", + "integrity": "sha512-p1bxEjW32bIHAiTp+PVdJpa2V9En2s9FigepHXyvmT2Aipisz96CKiDjexhPTjOZHUKtqA9FgmOIuVl3sBME3g==", + "dev": true, + "dependencies": { + "nx": "19.5.6", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nx/eslint/node_modules/@nrwl/workspace": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.5.6.tgz", + "integrity": "sha512-k0Pria840szB3dIDCXOMbD4jbnaLCeGRYthE5duG5nPxTCbeMMu7pU1t0sv9IgpQZ/JrHeWliknWgaTlIguPug==", + "dev": true, + "dependencies": { + "@nx/workspace": "19.5.6" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/devkit": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.5.6.tgz", + "integrity": "sha512-zSToXLkhbAOQmqVTgUNHdLO0uOZz/iGwqEK4tuAhU5hhqTcpN1TZUI9BlINvtFJBLvbNroGrnIh0gTq9CPzVHw==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "19.5.6", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + }, + "peerDependencies": { + "nx": ">= 17 <= 20" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/js": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.5.6.tgz", + "integrity": "sha512-NNf6Zh4Z8k3dmkXkCUYrReH9ZpdAhvUQjwrWUHtmc5MnWTsQL12a01MwbMi4ReMzDLDjffDXjJFxYmbNYKaRzw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.23.2", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.23.2", + "@babel/preset-env": "^7.23.2", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "19.5.6", + "@nx/devkit": "19.5.6", + "@nx/workspace": "19.5.6", + "babel-plugin-const-enum": "^1.0.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-typescript-metadata": "^0.3.1", + "chalk": "^4.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", + "fast-glob": "3.2.7", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "js-tokens": "^4.0.0", + "minimatch": "9.0.3", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", + "semver": "^7.5.3", + "source-map-support": "0.5.19", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "verdaccio": "^5.0.4" + }, + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } + } + }, + "node_modules/@nx/eslint/node_modules/@nx/linter": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.5.6.tgz", + "integrity": "sha512-OS0DZ1TDTvWaZe7ijLT6jkQZCCBg4OseFmP2Y6bqE/oRdyoRv95gCT2MGmyJQXkLoX5j9DMfc4nYXS0VHFYqdg==", + "dev": true, + "dependencies": { + "@nx/eslint": "19.5.6" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-darwin-arm64": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.5.6.tgz", + "integrity": "sha512-evEpUq571PQkhaLBR7ul5iqE2l97QS7Q37/rxoBuwJzyQ/QKHfNu5t032bR3KLyEOrv7golT10jMeoQlNeF7eQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-darwin-x64": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.5.6.tgz", + "integrity": "sha512-o1tu0dOW7TZ80VN9N11FQL/3gHd1+t6NqtEmRClN0/sAh2MZyiBdbXv7UeN5HoKE7HAusiVFIxK3c1lxOvFtsQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-freebsd-x64": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.5.6.tgz", + "integrity": "sha512-IUL0ROGpLUol9cuVJ7VeUvaB/ptxg7DOjMef1+LJeOgxl/SFNa0bj0kKpA/AQwujz6cLI7Ei7xLTVQOboNh1DA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.5.6.tgz", + "integrity": "sha512-TGf1+cpWg5QiPEGW5kgxa1fVNyASMuqu+LvQ9CKhNYNz5EPD15yr/k6C0tOjgSXro3wi8TikTeG0Ln2hpmn6pw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.5.6.tgz", + "integrity": "sha512-4hZI5NmnBEAzr3NV/BtlPjbSVffLWGGCJ5tB/JB/NpW/vMtzOPCZ4RvsHuJMPprqHcXOdUnBgZFEcLbEMUXz0A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.5.6.tgz", + "integrity": "sha512-n0oIBblMN+nlcBUbrFUkRSyzKZVR+G1lzdZ3PuHVwLC664hkbijEBAdF2E321yRfv5ohQVY0UIYDZVFN2XhFUg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.5.6.tgz", + "integrity": "sha512-IuoNo1bDHyJEeHom/n2m4+AA+UQ+Rlryvt9+bTdADclSFjmBLYCgbJwQRy7q9+vQk2mpQm0pQJv4d3XKCpDH+g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-linux-x64-musl": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.5.6.tgz", + "integrity": "sha512-FXtB8m/CSRkXLtDOAGfImO9OCUDIwYBssnvCVqX6PyPTBaVWo/GvX1O9WRbXSqSVIaJJTPn1aY/p6vptlGbDFw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.5.6.tgz", + "integrity": "sha512-aIDU84rjvxoqyUDIdN4VwS91Yec8bAtXOxjOFlF2acY2tXh0RjzmM+mkEP44nVAzFy0V1/cjzBKb6643FsEqdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.5.6.tgz", + "integrity": "sha512-zWB/2TjhNYKHbuPh++5hYitno3EpSFXrPND0I0VLec27WW7voRY9XQFFznA3omForU4FfmVhITcKCqzIb3EtpA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/workspace": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.5.6.tgz", + "integrity": "sha512-VkyHzSPI+++kLgftE6HA/jXcbn3zZwDYjhsrmSqwutj8BTuKhxs1YIL2gkzYVoTytF1wpWl3nk5MzqMGclptjA==", + "dev": true, + "dependencies": { + "@nrwl/workspace": "19.5.6", + "@nx/devkit": "19.5.6", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "19.5.6", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + } + }, + "node_modules/@nx/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/eslint/node_modules/axios": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@nx/eslint/node_modules/babel-plugin-macros": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + } + }, + "node_modules/@nx/eslint/node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@nx/eslint/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/eslint/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@nx/eslint/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint/node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/@nx/eslint/node_modules/dotenv-expand": { + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", + "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "dev": true, + "dependencies": { + "dotenv": "^16.4.4" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/@nx/eslint/node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@nx/eslint/node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint/node_modules/hosted-git-info": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", + "dev": true, + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/eslint/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/@nx/eslint/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@nx/eslint/node_modules/npm-package-arg": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", + "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", + "dev": true, + "dependencies": { + "hosted-git-info": "^7.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/nx": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.5.6.tgz", + "integrity": "sha512-qjP17aa5ViXSpo0bDgJ7O3b8EY/0+PbX7ZIKvG1g6qasohtfM1y4Sx2bbSow0zCKU0+r1LnR53Q0lyX4OOgtUg==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@napi-rs/wasm-runtime": "0.2.4", + "@nrwl/tao": "19.5.6", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.7.2", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.4.5", + "dotenv-expand": "~11.0.6", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "front-matter": "^4.0.2", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "9.0.3", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "ora": "5.3.0", + "semver": "^7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "19.5.6", + "@nx/nx-darwin-x64": "19.5.6", + "@nx/nx-freebsd-x64": "19.5.6", + "@nx/nx-linux-arm-gnueabihf": "19.5.6", + "@nx/nx-linux-arm64-gnu": "19.5.6", + "@nx/nx-linux-arm64-musl": "19.5.6", + "@nx/nx-linux-x64-gnu": "19.5.6", + "@nx/nx-linux-x64-musl": "19.5.6", + "@nx/nx-win32-arm64-msvc": "19.5.6", + "@nx/nx-win32-x64-msvc": "19.5.6" + }, + "peerDependencies": { + "@swc-node/register": "^1.8.0", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } + } + }, + "node_modules/@nx/eslint/node_modules/ora": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", + "dev": true, + "dependencies": { + "bl": "^4.0.3", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "log-symbols": "^4.0.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/eslint/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nx/eslint/node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/@nx/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint/node_modules/ts-node": { "version": "10.9.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", @@ -7339,720 +8331,32 @@ } } }, - "node_modules/@nrwl/angular/node_modules/webpack-merge": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", - "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", + "node_modules/@nx/eslint/node_modules/typescript": { + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, - "dependencies": { - "clone-deep": "^4.0.1", - "wildcard": "^2.0.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/@nrwl/angular/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/cli": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.3.tgz", - "integrity": "sha512-qiAKHkov3iBx6hroPTitUrkRSUZFQqVgNJiF9gXRFC6pNJe9RS4rlmcIaoUFOboi9CnH5jwblNJVcz8YSVYOvA==", - "dev": true, - "dependencies": { - "nx": "15.9.3" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-darwin-arm64": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.3.tgz", - "integrity": "sha512-2htJzVa+S/uLg5tj4nbO/tRz2SRMQIpT6EeWMgDGuEKQdpuRLVj2ez9hMpkRn9tl1tBUwR05hbV28DnOLRESVA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-darwin-x64": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.3.tgz", - "integrity": "sha512-p+8UkfC6KTLOX4XRt7NSP8DoTzEgs73+SN0csoXT9VsNO35+F0Z5zMZxpEc7RVo5Wen/4PGh2OWA+8gtgntsJQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-linux-arm-gnueabihf": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.3.tgz", - "integrity": "sha512-xwW7bZtggrxhFbYvvWWArtcSWwoxWzi/4wNgP3wPbcZFNZiraahVQSpIyJXrS9aajGbdvuDBM8cbDsMj9v7mwg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-linux-arm64-gnu": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.3.tgz", - "integrity": "sha512-KNxDL2OAHxhFqztEjv2mNwXD6xrzoUury7NsYZYqlxJUNc3YYBfRSLEatnw491crvMBndbxfGVTWEO9S4YmRuw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-linux-arm64-musl": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.3.tgz", - "integrity": "sha512-AxoZzfsXH7ZqDE+WrQtRumufIcSIBw4U/LikiDLaWWoGtNpAfKLkD/PHirZiNxHIeGy1Toi4ccMUolXbafLVFw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-linux-x64-gnu": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.3.tgz", - "integrity": "sha512-P8AOPRufvV4a5cSczNsw84zFAI7NgAiEBTybYcyymdNJmo0iArJXEmvj/G4mB20O8VCsCkwqMYAu6nQEnES1Kw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-linux-x64-musl": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.3.tgz", - "integrity": "sha512-4ZYDp7T319+xbw7Z7KVtRefzaXJipZfgrM49r+Y1FAfYDc8y18zvKz3slK26wfWz+EUZwKsa/DfA2KmyRG3DvQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-win32-arm64-msvc": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.3.tgz", - "integrity": "sha512-UhgxIPgTZBKN1oxlLPSklkSzVL3hA4lAiVc9A0Utumpbp0ob/Xx+2vHzg3cnmNH3jWkZ+9OsC2dKyeMB6gAbSw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/nx-win32-x64-msvc": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.3.tgz", - "integrity": "sha512-gdnvqURKnu0EQGOFJ6NUKq6wSB+viNb7Z8qtKhzSmFwVjT8akOnLWn7ZhL9v28TAjLM7/s1Mwvmz/IMj1PGlcQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/cli/node_modules/@nrwl/tao": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.3.tgz", - "integrity": "sha512-NcjFCbuMa53C3fBrK7qLUImUBySyr9EVwmiZuAv9sZZtm4eILK8w3qihjrB4FFUuLjPU/SViriYXi+hF2tbP4w==", - "dev": true, - "dependencies": { - "nx": "15.9.3" - }, "bin": { - "tao": "index.js" - } - }, - "node_modules/@nrwl/cli/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=14.17" } }, - "node_modules/@nrwl/cli/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nrwl/cli/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cli/node_modules/enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "dependencies": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/@nrwl/cli/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/cli/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/cli/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cli/node_modules/nx": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.3.tgz", - "integrity": "sha512-GLwbykfTABc7/UZjQEEnV1bQbTVC53W+Zj4xWY640/45I4iZf/TUqKMBCgtLZ9v89gEsKOM4zsx55CqHT3bekA==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "15.9.3", - "@nrwl/tao": "15.9.3", - "@parcel/watcher": "2.0.4", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "^3.0.0-rc.18", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.0.0", - "chalk": "^4.1.0", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^11.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.6.2", - "yargs-parser": "21.1.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "optionalDependencies": { - "@nrwl/nx-darwin-arm64": "15.9.3", - "@nrwl/nx-darwin-x64": "15.9.3", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.3", - "@nrwl/nx-linux-arm64-gnu": "15.9.3", - "@nrwl/nx-linux-arm64-musl": "15.9.3", - "@nrwl/nx-linux-x64-gnu": "15.9.3", - "@nrwl/nx-linux-x64-musl": "15.9.3", - "@nrwl/nx-win32-arm64-msvc": "15.9.3", - "@nrwl/nx-win32-x64-msvc": "15.9.3" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/cli/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cli/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/cli/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/cypress": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-15.9.3.tgz", - "integrity": "sha512-lOKrlS33zR74OADuZAq958BwLpLIVaydJ1FF/QXeDsfLkdSKGCpqNTkGbmkcj5Uz64ISiGMq6OYrSkY9qf0gBg==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "15.9.3", - "@nrwl/js": "15.9.3", - "@nrwl/linter": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "detect-port": "^1.5.1", - "dotenv": "~10.0.0", - "semver": "7.3.4" - }, - "peerDependencies": { - "cypress": ">= 3 < 13" - }, - "peerDependenciesMeta": { - "cypress": { - "optional": true - } - } - }, - "node_modules/@nrwl/cypress/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "babel-plugin-const-enum": "^1.0.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "^4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/cypress/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/cypress/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nrwl/cypress/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cypress/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/cypress/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cypress/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cypress/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/cypress/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/cypress/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/cypress/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/devkit": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.3.tgz", - "integrity": "sha512-WdPuaJ0zi04gMwAIRXUfbQLxOnA9Mw0D8tbPoHPd5ARlnGndqIKk666za+qbV0jD+jmsGWJoXViVJ9H5xpSWLw==", - "dev": true, - "dependencies": { - "ejs": "^3.1.7", - "ignore": "^5.0.4", - "semver": "7.3.4", - "tmp": "~0.2.1", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "nx": ">= 14.1 <= 16" - } - }, - "node_modules/@nrwl/devkit/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/devkit/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/devkit/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/eslint-plugin-nx": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-15.9.3.tgz", - "integrity": "sha512-E8U9v+ruWS2hzspcsp81VWEueBOd92tSEp+ubwd4juIb8ksx3EgaTqs2iSEhy1cJvA1IBUMlLLYmYPIqlyGiOw==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "15.9.3", - "@typescript-eslint/utils": "^5.36.1", - "chalk": "^4.1.0", - "confusing-browser-globals": "^1.0.9", - "semver": "7.3.4" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.29.0", - "eslint-config-prettier": "^8.1.0" - }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/jest": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-15.9.3.tgz", - "integrity": "sha512-a0jKjEEyLexEeZwGBE7Zk1xsMk3+MQJSUEVM7gFihChg3v5pKkeE46IeRPwKbQTgXXEt+2zoChUfwdULvNVGWg==", + "node_modules/@nx/jest": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-16.10.0.tgz", + "integrity": "sha512-QseeLjDrl4c9q9Dd/057SXYqd47JVLhD2VQlQDraYwjsHz3lWkzlGaaHy0ZrVu8LSzY7lUUhJMPyYO3qo8wT6A==", "dev": true, "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", - "@nrwl/devkit": "15.9.3", - "@nrwl/js": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", + "@nrwl/jest": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/js": "16.10.0", + "@phenomnomnominal/tsquery": "~5.0.1", "chalk": "^4.1.0", - "dotenv": "~10.0.0", "identity-obj-proxy": "3.0.0", "jest-config": "^29.4.1", "jest-resolve": "^29.4.1", @@ -8061,37 +8365,7 @@ "tslib": "^2.3.0" } }, - "node_modules/@nrwl/jest/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "babel-plugin-const-enum": "^1.0.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "^4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/jest/node_modules/ansi-styles": { + "node_modules/@nx/jest/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -8106,7 +8380,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/jest/node_modules/chalk": { + "node_modules/@nx/jest/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -8122,16 +8396,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/jest/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/jest/node_modules/has-flag": { + "node_modules/@nx/jest/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -8140,26 +8405,7 @@ "node": ">=8" } }, - "node_modules/@nrwl/jest/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/jest/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/jest/node_modules/supports-color": { + "node_modules/@nx/jest/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -8171,81 +8417,121 @@ "node": ">=8" } }, - "node_modules/@nrwl/js": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.7.tgz", - "integrity": "sha512-YHPYJP1by/YH+nO2MXBpsgQDx+QVRwnxAYcfr9240YbwCZcPwl1k7sDOruzMxzbIwbadVdkNxm9tNxhwoXK3TA==", + "node_modules/@nx/js": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-16.10.0.tgz", + "integrity": "sha512-27AH0/+XTMzOxVS6oV8Zl7/Rr1UDMYsnCVqoCU9CXp087uxcD4VnBOEjsEUlJKh1RdwGE3K0hBkk7NC1LP+vYQ==", "dev": true, "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.7", - "@nrwl/workspace": "15.9.7", - "@phenomnomnominal/tsquery": "4.1.1", + "@babel/core": "^7.22.9", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-runtime": "^7.22.9", + "@babel/preset-env": "^7.22.9", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/workspace": "16.10.0", + "@phenomnomnominal/tsquery": "~5.0.1", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", "chalk": "^4.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", "fast-glob": "3.2.7", "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", "minimatch": "3.0.5", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", + "semver": "7.5.3", "source-map-support": "0.5.19", - "tree-kill": "1.2.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/js/node_modules/@nrwl/devkit": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.7.tgz", - "integrity": "sha512-Sb7Am2TMT8AVq8e+vxOlk3AtOA2M0qCmhBzoM1OJbdHaPKc0g0UgSnWRml1kPGg5qfPk72tWclLoZJ5/ut0vTg==", - "dev": true, - "dependencies": { - "ejs": "^3.1.7", - "ignore": "^5.0.4", - "semver": "7.5.4", - "tmp": "~0.2.1", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0" }, "peerDependencies": { - "nx": ">= 14.1 <= 16" + "verdaccio": "^5.0.4" + }, + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } } }, - "node_modules/@nrwl/js/node_modules/@nrwl/workspace": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-15.9.7.tgz", - "integrity": "sha512-tOYYReTgUtP66mtbl6rGfs83il6ywb99GIsyCGINWNBVuU3WE44Io0MCvfirDwlxwSIWouDr64qhGqqzTo3Z9g==", + "node_modules/@nx/js/node_modules/@babel/core": { + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "dependencies": { - "@nrwl/devkit": "15.9.7", - "@parcel/watcher": "2.0.4", - "chalk": "^4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "dotenv": "~10.0.0", - "figures": "3.2.0", - "flat": "^5.0.2", - "glob": "7.1.4", - "ignore": "^5.0.4", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "nx": "15.9.7", - "open": "^8.4.0", - "rxjs": "^6.5.4", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs": "^17.6.2", - "yargs-parser": "21.1.1" + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/@nrwl/js/node_modules/ansi-styles": { + "node_modules/@nx/js/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/js/node_modules/@babel/generator": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/js/node_modules/@babel/template": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/js/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -8260,7 +8546,18 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/js/node_modules/chalk": { + "node_modules/@nx/js/node_modules/babel-plugin-macros": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + } + }, + "node_modules/@nx/js/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -8276,34 +8573,54 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/js/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } + "node_modules/@nx/js/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true }, - "node_modules/@nrwl/js/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "node_modules/@nx/js/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" }, "engines": { - "node": "*" + "node": ">=8" } }, - "node_modules/@nrwl/js/node_modules/has-flag": { + "node_modules/@nx/js/node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/@nx/js/node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/js/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -8312,52 +8629,78 @@ "node": ">=8" } }, - "node_modules/@nrwl/js/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/@nx/js/node_modules/hosted-git-info": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/js/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" }, "engines": { "node": ">=10" - } - }, - "node_modules/@nrwl/js/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" }, - "engines": { - "npm": ">=2.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/js/node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "node_modules/@nx/js/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true }, - "node_modules/@nrwl/js/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "node_modules/@nx/js/node_modules/npm-package-arg": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", + "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", "dev": true, "dependencies": { - "lru-cache": "^6.0.0" + "hosted-git-info": "^7.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" }, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/js/node_modules/ora": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", + "dev": true, + "dependencies": { + "bl": "^4.0.3", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "log-symbols": "^4.0.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/js/node_modules/source-map": { + "node_modules/@nx/js/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", @@ -8366,7 +8709,7 @@ "node": ">=0.10.0" } }, - "node_modules/@nrwl/js/node_modules/source-map-support": { + "node_modules/@nx/js/node_modules/source-map-support": { "version": "0.5.19", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", @@ -8376,7 +8719,7 @@ "source-map": "^0.6.0" } }, - "node_modules/@nrwl/js/node_modules/supports-color": { + "node_modules/@nx/js/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -8388,23 +8731,62 @@ "node": ">=8" } }, - "node_modules/@nrwl/js/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/linter": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/linter/-/linter-15.9.3.tgz", - "integrity": "sha512-TneWYPAPOk7L/ZDMJQbLhQExnyrEalLm5zKnu/QLaq++wQj8whM2M6l3xZjuEndwucwC3Eca6c3TciD0gsrdvw==", + "node_modules/@nx/js/node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, "dependencies": { - "@nrwl/devkit": "15.9.3", - "@nrwl/js": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/@nx/linter": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-16.10.0.tgz", + "integrity": "sha512-G6XBfuMHNHoJDc4n2Gip4fsa9KssT91V5PF2Rd4hILkg4YU8B8mlmHN71stpzwbEyUJtyhyJc5SGgVLrSpRQew==", + "dev": true, + "dependencies": { + "@nrwl/linter": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/js": "16.10.0", + "@phenomnomnominal/tsquery": "~5.0.1", "tmp": "~0.2.1", - "tslib": "^2.3.0" + "tslib": "^2.3.0", + "typescript": "~5.1.3" }, "peerDependencies": { "eslint": "^8.0.0" @@ -8415,227 +8797,25 @@ } } }, - "node_modules/@nrwl/linter/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", + "node_modules/@nx/node": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/node/-/node-16.10.0.tgz", + "integrity": "sha512-mOGxsZzLNg9kMy/FDkCQfhb/ig3WsttHxzG9+ynCHBV5svKOIqA3F+EUp1gre6wgRyi/qrEUhk6GER5ZTX2ygw==", "dev": true, "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "babel-plugin-const-enum": "^1.0.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "^4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2", + "@nrwl/node": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/jest": "16.10.0", + "@nx/js": "16.10.0", + "@nx/linter": "16.10.0", + "@nx/workspace": "16.10.0", "tslib": "^2.3.0" } }, - "node_modules/@nrwl/linter/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/linter/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nrwl/linter/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/linter/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/linter/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/linter/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/node": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/node/-/node-15.9.3.tgz", - "integrity": "sha512-aOFhHT4LwTgEofPmVUaeV3mAmWtOsBbRF2ZvCGPU5KCGQ1qNd0pJGXmDj/R07fyYN2X3V5FAd2p0ii/RTCMAmw==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "15.9.3", - "@nrwl/jest": "15.9.3", - "@nrwl/js": "15.9.3", - "@nrwl/linter": "15.9.3", - "@nrwl/webpack": "15.9.3", - "@nrwl/workspace": "15.9.3", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/node/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "babel-plugin-const-enum": "^1.0.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "^4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/node/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/node/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nrwl/node/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/node/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/node/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/node/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/nx-darwin-arm64": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.7.tgz", - "integrity": "sha512-aBUgnhlkrgC0vu0fK6eb9Vob7eFnkuknrK+YzTjmLrrZwj7FGNAeyGXSlyo1dVokIzjVKjJg2saZZ0WQbfuCJw==", + "node_modules/@nx/nx-darwin-arm64": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.10.0.tgz", + "integrity": "sha512-YF+MIpeuwFkyvM5OwgY/rTNRpgVAI/YiR0yTYCZR+X3AAvP775IVlusNgQ3oedTBRUzyRnI4Tknj1WniENFsvQ==", "cpu": [ "arm64" ], @@ -8648,10 +8828,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-darwin-x64": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.7.tgz", - "integrity": "sha512-L+elVa34jhGf1cmn38Z0sotQatmLovxoASCIw5r1CBZZeJ5Tg7Y9nOwjRiDixZxNN56hPKXm6xl9EKlVHVeKlg==", + "node_modules/@nx/nx-darwin-x64": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-16.10.0.tgz", + "integrity": "sha512-ypi6YxwXgb0kg2ixKXE3pwf5myVNUgWf1CsV5OzVccCM8NzheMO51KDXTDmEpXdzUsfT0AkO1sk5GZeCjhVONg==", "cpu": [ "x64" ], @@ -8664,10 +8844,26 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-linux-arm-gnueabihf": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.7.tgz", - "integrity": "sha512-pqmfqqEUGFu6PmmHKyXyUw1Al0Ki8PSaR0+ndgCAb1qrekVDGDfznJfaqxN0JSLeolPD6+PFtLyXNr9ZyPFlFg==", + "node_modules/@nx/nx-freebsd-x64": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.10.0.tgz", + "integrity": "sha512-UeEYFDmdbbDkTQamqvtU8ibgu5jQLgFF1ruNb/U4Ywvwutw2d4ruOMl2e0u9hiNja9NFFAnDbvzrDcMo7jYqYw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.10.0.tgz", + "integrity": "sha512-WV3XUC2DB6/+bz1sx+d1Ai9q2Cdr+kTZRN50SOkfmZUQyEBaF6DRYpx/a4ahhxH3ktpNfyY8Maa9OEYxGCBkQA==", "cpu": [ "arm" ], @@ -8680,10 +8876,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-linux-arm64-gnu": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.7.tgz", - "integrity": "sha512-NYOa/eRrqmM+In5g3M0rrPVIS9Z+q6fvwXJYf/KrjOHqqan/KL+2TOfroA30UhcBrwghZvib7O++7gZ2hzwOnA==", + "node_modules/@nx/nx-linux-arm64-gnu": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.10.0.tgz", + "integrity": "sha512-aWIkOUw995V3ItfpAi5FuxQ+1e9EWLS1cjWM1jmeuo+5WtaKToJn5itgQOkvSlPz+HSLgM3VfXMvOFALNk125g==", "cpu": [ "arm64" ], @@ -8696,10 +8892,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-linux-arm64-musl": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.7.tgz", - "integrity": "sha512-zyStqjEcmbvLbejdTOrLUSEdhnxNtdQXlmOuymznCzYUEGRv+4f7OAepD3yRoR0a/57SSORZmmGQB7XHZoYZJA==", + "node_modules/@nx/nx-linux-arm64-musl": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.10.0.tgz", + "integrity": "sha512-uO6Gg+irqpVcCKMcEPIQcTFZ+tDI02AZkqkP7koQAjniLEappd8DnUBSQdcn53T086pHpdc264X/ZEpXFfrKWQ==", "cpu": [ "arm64" ], @@ -8712,10 +8908,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-linux-x64-gnu": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.7.tgz", - "integrity": "sha512-saNK5i2A8pKO3Il+Ejk/KStTApUpWgCxjeUz9G+T8A+QHeDloZYH2c7pU/P3jA9QoNeKwjVO9wYQllPL9loeVg==", + "node_modules/@nx/nx-linux-x64-gnu": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.10.0.tgz", + "integrity": "sha512-134PW/u/arNFAQKpqMJniC7irbChMPz+W+qtyKPAUXE0XFKPa7c1GtlI/wK2dvP9qJDZ6bKf0KtA0U/m2HMUOA==", "cpu": [ "x64" ], @@ -8728,10 +8924,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-linux-x64-musl": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.7.tgz", - "integrity": "sha512-extIUThYN94m4Vj4iZggt6hhMZWQSukBCo8pp91JHnDcryBg7SnYmnikwtY1ZAFyyRiNFBLCKNIDFGkKkSrZ9Q==", + "node_modules/@nx/nx-linux-x64-musl": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.10.0.tgz", + "integrity": "sha512-q8sINYLdIJxK/iUx9vRk5jWAWb/2O0PAbOJFwv4qkxBv4rLoN7y+otgCZ5v0xfx/zztFgk/oNY4lg5xYjIso2Q==", "cpu": [ "x64" ], @@ -8744,10 +8940,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-win32-arm64-msvc": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.7.tgz", - "integrity": "sha512-GSQ54hJ5AAnKZb4KP4cmBnJ1oC4ILxnrG1mekxeM65c1RtWg9NpBwZ8E0gU3xNrTv8ZNsBeKi/9UhXBxhsIh8A==", + "node_modules/@nx/nx-win32-arm64-msvc": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.10.0.tgz", + "integrity": "sha512-moJkL9kcqxUdJSRpG7dET3UeLIciwrfP08mzBQ12ewo8K8FzxU8ZUsTIVVdNrwt01CXOdXoweGfdQLjJ4qTURA==", "cpu": [ "arm64" ], @@ -8760,10 +8956,10 @@ "node": ">= 10" } }, - "node_modules/@nrwl/nx-win32-x64-msvc": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.7.tgz", - "integrity": "sha512-x6URof79RPd8AlapVbPefUD3ynJZpmah3tYaYZ9xZRMXojVtEHV8Qh5vysKXQ1rNYJiiB8Ah6evSKWLbAH60tw==", + "node_modules/@nx/nx-win32-x64-msvc": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.10.0.tgz", + "integrity": "sha512-5iV2NKZnzxJwZZ4DM5JVbRG/nkhAbzEskKaLBB82PmYGKzaDHuMHP1lcPoD/rtYMlowZgNA/RQndfKvPBPwmXA==", "cpu": [ "x64" ], @@ -8776,54 +8972,569 @@ "node": ">= 10" } }, - "node_modules/@nrwl/storybook": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-15.9.3.tgz", - "integrity": "sha512-vx8Pl2V65q5Bjj9nGUW9CCZVhDSwpdzSfoFhoVtDEWu1xqyCErrket8MAUk8Zw4zJhwON+PzwTqXB0XiVP4Zww==", + "node_modules/@nx/storybook": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/storybook/-/storybook-19.5.6.tgz", + "integrity": "sha512-9lfGxk/Wl6yVXWJZrOgcgYP1QmdxH6GG+VmOB+ofvQWapfH962jadmNlgxDzQW9uYoNI50WHibVq1eCfll68Uw==", "dev": true, "dependencies": { - "@nrwl/cypress": "15.9.3", - "@nrwl/devkit": "15.9.3", - "@nrwl/js": "15.9.3", - "@nrwl/linter": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "dotenv": "~10.0.0", + "@nrwl/storybook": "19.5.6", + "@nx/cypress": "19.5.6", + "@nx/devkit": "19.5.6", + "@nx/eslint": "19.5.6", + "@nx/js": "19.5.6", + "@phenomnomnominal/tsquery": "~5.0.1", + "semver": "^7.5.3", + "tslib": "^2.3.0" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/core": { + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/generator": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/plugin-transform-runtime": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz", + "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/preset-env": { + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.2", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.0", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@babel/plugin-transform-exponentiation-operator": "^7.24.7", + "@babel/plugin-transform-export-namespace-from": "^7.24.7", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-member-expression-literals": "^7.24.7", + "@babel/plugin-transform-modules-amd": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", + "@babel/plugin-transform-modules-umd": "^7.24.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-new-target": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-object-super": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-property-literals": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-reserved-words": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-template-literals": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@babel/plugin-transform-unicode-escapes": "^7.24.7", + "@babel/plugin-transform-unicode-property-regex": "^7.24.7", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.37.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/@babel/template": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/storybook/node_modules/@nrwl/cypress": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-19.5.6.tgz", + "integrity": "sha512-yVMSVjDcOdqiiJjHaHme/3FtyFgT4mK7+GZExoJzGevHDrReeN22a2+3W7Rr/cEi/qTDdnNfODn5QdSpWfbuLQ==", + "dev": true, + "dependencies": { + "@nx/cypress": "19.5.6" + } + }, + "node_modules/@nx/storybook/node_modules/@nrwl/devkit": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.5.6.tgz", + "integrity": "sha512-H7LGlwAktfL2GR4scwCfehuppmzcHJJt4C2PpiGEsfA74MKBw2/VGX15b29Mf36XbGS+Bx9vjvooZEt5HPCusw==", + "dev": true, + "dependencies": { + "@nx/devkit": "19.5.6" + } + }, + "node_modules/@nx/storybook/node_modules/@nrwl/js": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.5.6.tgz", + "integrity": "sha512-mfTBvon1v/Ts1Crvv25raXGxpQe3cgPTNCP+D5SG6Vpe/vbLOYiBi90UhHIKXKZOQ73RRx+Wojgn+Zv5pDo13A==", + "dev": true, + "dependencies": { + "@nx/js": "19.5.6" + } + }, + "node_modules/@nx/storybook/node_modules/@nrwl/tao": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.5.6.tgz", + "integrity": "sha512-p1bxEjW32bIHAiTp+PVdJpa2V9En2s9FigepHXyvmT2Aipisz96CKiDjexhPTjOZHUKtqA9FgmOIuVl3sBME3g==", + "dev": true, + "dependencies": { + "nx": "19.5.6", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nx/storybook/node_modules/@nrwl/workspace": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.5.6.tgz", + "integrity": "sha512-k0Pria840szB3dIDCXOMbD4jbnaLCeGRYthE5duG5nPxTCbeMMu7pU1t0sv9IgpQZ/JrHeWliknWgaTlIguPug==", + "dev": true, + "dependencies": { + "@nx/workspace": "19.5.6" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/cypress": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/cypress/-/cypress-19.5.6.tgz", + "integrity": "sha512-3yUZ0AR5e9Ea7vk/6Zjje1QHyPXGycdnWOzOZuOJ6Wloeqj/EWWGoIEsSt+XAfzCiK/oWnlXpsbkrGJZYYgbdQ==", + "dev": true, + "dependencies": { + "@nrwl/cypress": "19.5.6", + "@nx/devkit": "19.5.6", + "@nx/eslint": "19.5.6", + "@nx/js": "19.5.6", + "@phenomnomnominal/tsquery": "~5.0.1", + "detect-port": "^1.5.1", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "cypress": ">= 3 < 14" + }, + "peerDependenciesMeta": { + "cypress": { + "optional": true + } + } + }, + "node_modules/@nx/storybook/node_modules/@nx/devkit": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.5.6.tgz", + "integrity": "sha512-zSToXLkhbAOQmqVTgUNHdLO0uOZz/iGwqEK4tuAhU5hhqTcpN1TZUI9BlINvtFJBLvbNroGrnIh0gTq9CPzVHw==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "19.5.6", + "ejs": "^3.1.7", "enquirer": "~2.3.6", - "semver": "7.3.4" + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + }, + "peerDependencies": { + "nx": ">= 17 <= 20" } }, - "node_modules/@nrwl/storybook/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", + "node_modules/@nx/storybook/node_modules/@nx/js": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.5.6.tgz", + "integrity": "sha512-NNf6Zh4Z8k3dmkXkCUYrReH9ZpdAhvUQjwrWUHtmc5MnWTsQL12a01MwbMi4ReMzDLDjffDXjJFxYmbNYKaRzw==", "dev": true, "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", + "@babel/core": "^7.23.2", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.23.2", + "@babel/preset-env": "^7.23.2", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "19.5.6", + "@nx/devkit": "19.5.6", + "@nx/workspace": "19.5.6", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", "chalk": "^4.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", "fast-glob": "3.2.7", "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", - "minimatch": "3.0.5", + "minimatch": "9.0.3", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", + "semver": "^7.5.3", "source-map-support": "0.5.19", - "tree-kill": "1.2.2", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0" + }, + "peerDependencies": { + "verdaccio": "^5.0.4" + }, + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } } }, - "node_modules/@nrwl/storybook/node_modules/ansi-styles": { + "node_modules/@nx/storybook/node_modules/@nx/nx-darwin-arm64": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.5.6.tgz", + "integrity": "sha512-evEpUq571PQkhaLBR7ul5iqE2l97QS7Q37/rxoBuwJzyQ/QKHfNu5t032bR3KLyEOrv7golT10jMeoQlNeF7eQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-darwin-x64": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.5.6.tgz", + "integrity": "sha512-o1tu0dOW7TZ80VN9N11FQL/3gHd1+t6NqtEmRClN0/sAh2MZyiBdbXv7UeN5HoKE7HAusiVFIxK3c1lxOvFtsQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-freebsd-x64": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.5.6.tgz", + "integrity": "sha512-IUL0ROGpLUol9cuVJ7VeUvaB/ptxg7DOjMef1+LJeOgxl/SFNa0bj0kKpA/AQwujz6cLI7Ei7xLTVQOboNh1DA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.5.6.tgz", + "integrity": "sha512-TGf1+cpWg5QiPEGW5kgxa1fVNyASMuqu+LvQ9CKhNYNz5EPD15yr/k6C0tOjgSXro3wi8TikTeG0Ln2hpmn6pw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.5.6.tgz", + "integrity": "sha512-4hZI5NmnBEAzr3NV/BtlPjbSVffLWGGCJ5tB/JB/NpW/vMtzOPCZ4RvsHuJMPprqHcXOdUnBgZFEcLbEMUXz0A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.5.6.tgz", + "integrity": "sha512-n0oIBblMN+nlcBUbrFUkRSyzKZVR+G1lzdZ3PuHVwLC664hkbijEBAdF2E321yRfv5ohQVY0UIYDZVFN2XhFUg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.5.6.tgz", + "integrity": "sha512-IuoNo1bDHyJEeHom/n2m4+AA+UQ+Rlryvt9+bTdADclSFjmBLYCgbJwQRy7q9+vQk2mpQm0pQJv4d3XKCpDH+g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-linux-x64-musl": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.5.6.tgz", + "integrity": "sha512-FXtB8m/CSRkXLtDOAGfImO9OCUDIwYBssnvCVqX6PyPTBaVWo/GvX1O9WRbXSqSVIaJJTPn1aY/p6vptlGbDFw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.5.6.tgz", + "integrity": "sha512-aIDU84rjvxoqyUDIdN4VwS91Yec8bAtXOxjOFlF2acY2tXh0RjzmM+mkEP44nVAzFy0V1/cjzBKb6643FsEqdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.5.6.tgz", + "integrity": "sha512-zWB/2TjhNYKHbuPh++5hYitno3EpSFXrPND0I0VLec27WW7voRY9XQFFznA3omForU4FfmVhITcKCqzIb3EtpA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/workspace": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.5.6.tgz", + "integrity": "sha512-VkyHzSPI+++kLgftE6HA/jXcbn3zZwDYjhsrmSqwutj8BTuKhxs1YIL2gkzYVoTytF1wpWl3nk5MzqMGclptjA==", + "dev": true, + "dependencies": { + "@nrwl/workspace": "19.5.6", + "@nx/devkit": "19.5.6", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "19.5.6", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + } + }, + "node_modules/@nx/storybook/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -8838,7 +9549,63 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/storybook/node_modules/chalk": { + "node_modules/@nx/storybook/node_modules/axios": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@nx/storybook/node_modules/babel-plugin-macros": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + } + }, + "node_modules/@nx/storybook/node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -8854,16 +9621,67 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/storybook/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "node_modules/@nx/storybook/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, "engines": { - "node": ">=10" + "node": ">=12" } }, - "node_modules/@nrwl/storybook/node_modules/enquirer": { + "node_modules/@nx/storybook/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@nx/storybook/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/storybook/node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/@nx/storybook/node_modules/dotenv-expand": { + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", + "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "dev": true, + "dependencies": { + "dotenv": "^16.4.4" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/@nx/storybook/node_modules/enquirer": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", @@ -8875,7 +9693,23 @@ "node": ">=8.6" } }, - "node_modules/@nrwl/storybook/node_modules/has-flag": { + "node_modules/@nx/storybook/node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/storybook/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -8884,34 +9718,165 @@ "node": ">=8" } }, - "node_modules/@nrwl/storybook/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/@nx/storybook/node_modules/hosted-git-info": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/storybook/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "node_modules/@nx/storybook/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/@nx/storybook/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { - "lru-cache": "^6.0.0" + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@nx/storybook/node_modules/npm-package-arg": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", + "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", + "dev": true, + "dependencies": { + "hosted-git-info": "^7.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/nx": { + "version": "19.5.6", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.5.6.tgz", + "integrity": "sha512-qjP17aa5ViXSpo0bDgJ7O3b8EY/0+PbX7ZIKvG1g6qasohtfM1y4Sx2bbSow0zCKU0+r1LnR53Q0lyX4OOgtUg==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@napi-rs/wasm-runtime": "0.2.4", + "@nrwl/tao": "19.5.6", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.7.2", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.4.5", + "dotenv-expand": "~11.0.6", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "front-matter": "^4.0.2", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "9.0.3", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "ora": "5.3.0", + "semver": "^7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" }, "bin": { - "semver": "bin/semver.js" + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "19.5.6", + "@nx/nx-darwin-x64": "19.5.6", + "@nx/nx-freebsd-x64": "19.5.6", + "@nx/nx-linux-arm-gnueabihf": "19.5.6", + "@nx/nx-linux-arm64-gnu": "19.5.6", + "@nx/nx-linux-arm64-musl": "19.5.6", + "@nx/nx-linux-x64-gnu": "19.5.6", + "@nx/nx-linux-x64-musl": "19.5.6", + "@nx/nx-win32-arm64-msvc": "19.5.6", + "@nx/nx-win32-x64-msvc": "19.5.6" + }, + "peerDependencies": { + "@swc-node/register": "^1.8.0", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } + } + }, + "node_modules/@nx/storybook/node_modules/ora": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", + "dev": true, + "dependencies": { + "bl": "^4.0.3", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "log-symbols": "^4.0.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/storybook/node_modules/source-map": { + "node_modules/@nx/storybook/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", @@ -8920,7 +9885,7 @@ "node": ">=0.10.0" } }, - "node_modules/@nrwl/storybook/node_modules/source-map-support": { + "node_modules/@nx/storybook/node_modules/source-map-support": { "version": "0.5.19", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", @@ -8930,7 +9895,7 @@ "source-map": "^0.6.0" } }, - "node_modules/@nrwl/storybook/node_modules/supports-color": { + "node_modules/@nx/storybook/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -8942,45 +9907,67 @@ "node": ">=8" } }, - "node_modules/@nrwl/storybook/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@nrwl/tao": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.7.tgz", - "integrity": "sha512-OBnHNvQf3vBH0qh9YnvBQQWyyFZ+PWguF6dJ8+1vyQYlrLVk/XZ8nJ4ukWFb+QfPv/O8VBmqaofaOI9aFC4yTw==", + "node_modules/@nx/storybook/node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, "dependencies": { - "nx": "15.9.7" + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" }, "bin": { - "tao": "index.js" + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } } }, - "node_modules/@nrwl/webpack": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/webpack/-/webpack-15.9.3.tgz", - "integrity": "sha512-JG0C+sfxZtiK27SA41PxpFZK54i+k5MzePnN4+p/BZV0DE3B4fVNzFVWA//IxTh+JZ2TzLhz/ocOoQrFSkBh9A==", + "node_modules/@nx/webpack": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/webpack/-/webpack-16.10.0.tgz", + "integrity": "sha512-rKftYWh4kW6A7svMx73Zg3fJFDS3618cKTZsCkuQWeSE+RMQXjcefeCxYhwvHXc/ehoakCIIBx7jDCR+6NIlzQ==", "dev": true, "dependencies": { - "@babel/core": "^7.15.0", - "@nrwl/devkit": "15.9.3", - "@nrwl/js": "15.9.3", - "@nrwl/workspace": "15.9.3", + "@babel/core": "^7.22.9", + "@nrwl/webpack": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/js": "16.10.0", "autoprefixer": "^10.4.9", "babel-loader": "^9.1.2", + "browserslist": "^4.21.4", "chalk": "^4.1.0", - "chokidar": "^3.5.1", "copy-webpack-plugin": "^10.2.4", "css-loader": "^6.4.0", - "css-minimizer-webpack-plugin": "^3.4.1", - "dotenv": "~10.0.0", - "file-loader": "^6.2.0", + "css-minimizer-webpack-plugin": "^5.0.0", "fork-ts-checker-webpack-plugin": "7.2.13", - "ignore": "^5.0.4", "less": "4.1.3", "less-loader": "11.1.0", "license-webpack-plugin": "^4.0.2", @@ -8990,56 +9977,92 @@ "postcss": "^8.4.14", "postcss-import": "~14.1.0", "postcss-loader": "^6.1.1", - "rxjs": "^6.5.4", + "rxjs": "^7.8.0", "sass": "^1.42.1", "sass-loader": "^12.2.0", "source-map-loader": "^3.0.0", "style-loader": "^3.3.0", - "stylus": "^0.55.0", + "stylus": "^0.59.0", "stylus-loader": "^7.1.0", "terser-webpack-plugin": "^5.3.3", "ts-loader": "^9.3.1", - "ts-node": "10.9.1", - "tsconfig-paths": "^4.1.2", "tsconfig-paths-webpack-plugin": "4.0.0", "tslib": "^2.3.0", - "webpack": "^5.75.0", + "webpack": "^5.80.0", "webpack-dev-server": "^4.9.3", "webpack-node-externals": "^3.0.0", "webpack-subresource-integrity": "^5.1.0" } }, - "node_modules/@nrwl/webpack/node_modules/@nrwl/js": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.3.tgz", - "integrity": "sha512-8u7/+zv2H1QadfN1ylSLxa/sMt1THkqa+/XVZL6ufFbJBCF8KCDws8LFFh5uzErejtOetiySAZTkM1aTMPj7cQ==", + "node_modules/@nx/webpack/node_modules/@babel/core": { + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "dependencies": { - "@babel/core": "^7.15.0", - "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-decorators": "^7.14.5", - "@babel/plugin-transform-runtime": "^7.15.0", - "@babel/preset-env": "^7.15.0", - "@babel/preset-typescript": "^7.15.0", - "@babel/runtime": "^7.14.8", - "@nrwl/devkit": "15.9.3", - "@nrwl/workspace": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "babel-plugin-const-enum": "^1.0.1", - "babel-plugin-macros": "^2.8.0", - "babel-plugin-transform-typescript-metadata": "^0.3.1", - "chalk": "^4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2", - "tslib": "^2.3.0" + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/@nrwl/webpack/node_modules/ansi-styles": { + "node_modules/@nx/webpack/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/webpack/node_modules/@babel/generator": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/webpack/node_modules/@babel/template": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/webpack/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -9054,7 +10077,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/webpack/node_modules/array-union": { + "node_modules/@nx/webpack/node_modules/array-union": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz", "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==", @@ -9066,7 +10089,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/webpack/node_modules/chalk": { + "node_modules/@nx/webpack/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -9082,7 +10105,13 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/webpack/node_modules/copy-webpack-plugin": { + "node_modules/@nx/webpack/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@nx/webpack/node_modules/copy-webpack-plugin": { "version": "10.2.4", "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz", "integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==", @@ -9106,76 +10135,7 @@ "webpack": "^5.1.0" } }, - "node_modules/@nrwl/webpack/node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dev": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/webpack/node_modules/css-loader": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", - "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", - "dev": true, - "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.1.0", - "postcss-modules-local-by-default": "^4.0.5", - "postcss-modules-scope": "^3.2.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/@nrwl/webpack/node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/@nrwl/webpack/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/webpack/node_modules/glob-parent": { + "node_modules/@nx/webpack/node_modules/glob-parent": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", @@ -9187,7 +10147,7 @@ "node": ">=10.13.0" } }, - "node_modules/@nrwl/webpack/node_modules/globby": { + "node_modules/@nx/webpack/node_modules/globby": { "version": "12.2.0", "resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz", "integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==", @@ -9207,7 +10167,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/webpack/node_modules/has-flag": { + "node_modules/@nx/webpack/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -9216,7 +10176,7 @@ "node": ">=8" } }, - "node_modules/@nrwl/webpack/node_modules/iconv-lite": { + "node_modules/@nx/webpack/node_modules/iconv-lite": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", @@ -9228,7 +10188,7 @@ "node": ">=0.10.0" } }, - "node_modules/@nrwl/webpack/node_modules/loader-utils": { + "node_modules/@nx/webpack/node_modules/loader-utils": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", @@ -9242,7 +10202,7 @@ "node": ">=8.9.0" } }, - "node_modules/@nrwl/webpack/node_modules/mini-css-extract-plugin": { + "node_modules/@nx/webpack/node_modules/mini-css-extract-plugin": { "version": "2.4.7", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.7.tgz", "integrity": "sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==", @@ -9261,13 +10221,13 @@ "webpack": "^5.0.0" } }, - "node_modules/@nrwl/webpack/node_modules/parse5": { + "node_modules/@nx/webpack/node_modules/parse5": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", "dev": true }, - "node_modules/@nrwl/webpack/node_modules/postcss-loader": { + "node_modules/@nx/webpack/node_modules/postcss-loader": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", @@ -9289,25 +10249,7 @@ "webpack": "^5.0.0" } }, - "node_modules/@nrwl/webpack/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/@nrwl/webpack/node_modules/sass-loader": { + "node_modules/@nx/webpack/node_modules/sass-loader": { "version": "12.6.0", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", @@ -9345,19 +10287,7 @@ } } }, - "node_modules/@nrwl/webpack/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/webpack/node_modules/slash": { + "node_modules/@nx/webpack/node_modules/slash": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", @@ -9369,16 +10299,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nrwl/webpack/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/source-map-loader": { + "node_modules/@nx/webpack/node_modules/source-map-loader": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", @@ -9399,17 +10320,7 @@ "webpack": "^5.0.0" } }, - "node_modules/@nrwl/webpack/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/supports-color": { + "node_modules/@nx/webpack/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -9421,234 +10332,24 @@ "node": ">=8" } }, - "node_modules/@nrwl/webpack/node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "node_modules/@nx/workspace": { + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-16.10.0.tgz", + "integrity": "sha512-95Eq36bzq2hb095Zvg+Ru8o9oIeOE62tNGGpohBkZPKoK2CUTYEq0AZtdj1suXS82ukCFCyyZ/c/fwxL62HRZA==", "dev": true, "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } - } - }, - "node_modules/@nrwl/workspace": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-15.9.3.tgz", - "integrity": "sha512-0Ct3nod0bcKbkCdARASDmV4zkFtiohk+hhIoSaDdTGGgZ24aR1LJ+mDnL6KSK1HV+oFFzl7DW1fJixvmF9QaaQ==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "15.9.3", - "@parcel/watcher": "2.0.4", + "@nrwl/workspace": "16.10.0", + "@nx/devkit": "16.10.0", "chalk": "^4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "dotenv": "~10.0.0", - "figures": "3.2.0", - "flat": "^5.0.2", - "glob": "7.1.4", + "enquirer": "~2.3.6", "ignore": "^5.0.4", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "nx": "15.9.3", - "open": "^8.4.0", - "rxjs": "^6.5.4", - "tmp": "~0.2.1", + "nx": "16.10.0", + "rxjs": "^7.8.0", "tslib": "^2.3.0", - "yargs": "^17.6.2", "yargs-parser": "21.1.1" } }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-darwin-arm64": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.3.tgz", - "integrity": "sha512-2htJzVa+S/uLg5tj4nbO/tRz2SRMQIpT6EeWMgDGuEKQdpuRLVj2ez9hMpkRn9tl1tBUwR05hbV28DnOLRESVA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-darwin-x64": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.3.tgz", - "integrity": "sha512-p+8UkfC6KTLOX4XRt7NSP8DoTzEgs73+SN0csoXT9VsNO35+F0Z5zMZxpEc7RVo5Wen/4PGh2OWA+8gtgntsJQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-linux-arm-gnueabihf": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.3.tgz", - "integrity": "sha512-xwW7bZtggrxhFbYvvWWArtcSWwoxWzi/4wNgP3wPbcZFNZiraahVQSpIyJXrS9aajGbdvuDBM8cbDsMj9v7mwg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-linux-arm64-gnu": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.3.tgz", - "integrity": "sha512-KNxDL2OAHxhFqztEjv2mNwXD6xrzoUury7NsYZYqlxJUNc3YYBfRSLEatnw491crvMBndbxfGVTWEO9S4YmRuw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-linux-arm64-musl": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.3.tgz", - "integrity": "sha512-AxoZzfsXH7ZqDE+WrQtRumufIcSIBw4U/LikiDLaWWoGtNpAfKLkD/PHirZiNxHIeGy1Toi4ccMUolXbafLVFw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-linux-x64-gnu": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.3.tgz", - "integrity": "sha512-P8AOPRufvV4a5cSczNsw84zFAI7NgAiEBTybYcyymdNJmo0iArJXEmvj/G4mB20O8VCsCkwqMYAu6nQEnES1Kw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-linux-x64-musl": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.3.tgz", - "integrity": "sha512-4ZYDp7T319+xbw7Z7KVtRefzaXJipZfgrM49r+Y1FAfYDc8y18zvKz3slK26wfWz+EUZwKsa/DfA2KmyRG3DvQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-win32-arm64-msvc": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.3.tgz", - "integrity": "sha512-UhgxIPgTZBKN1oxlLPSklkSzVL3hA4lAiVc9A0Utumpbp0ob/Xx+2vHzg3cnmNH3jWkZ+9OsC2dKyeMB6gAbSw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/nx-win32-x64-msvc": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.3.tgz", - "integrity": "sha512-gdnvqURKnu0EQGOFJ6NUKq6wSB+viNb7Z8qtKhzSmFwVjT8akOnLWn7ZhL9v28TAjLM7/s1Mwvmz/IMj1PGlcQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/tao": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.3.tgz", - "integrity": "sha512-NcjFCbuMa53C3fBrK7qLUImUBySyr9EVwmiZuAv9sZZtm4eILK8w3qihjrB4FFUuLjPU/SViriYXi+hF2tbP4w==", - "dev": true, - "dependencies": { - "nx": "15.9.3" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@nrwl/workspace/node_modules/ansi-styles": { + "node_modules/@nx/workspace/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -9663,7 +10364,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/workspace/node_modules/chalk": { + "node_modules/@nx/workspace/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -9679,16 +10380,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/workspace/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/workspace/node_modules/enquirer": { + "node_modules/@nx/workspace/node_modules/enquirer": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", @@ -9700,25 +10392,7 @@ "node": ">=8.6" } }, - "node_modules/@nrwl/workspace/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/workspace/node_modules/has-flag": { + "node_modules/@nx/workspace/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -9727,122 +10401,7 @@ "node": ">=8" } }, - "node_modules/@nrwl/workspace/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/workspace/node_modules/nx": { - "version": "15.9.3", - "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.3.tgz", - "integrity": "sha512-GLwbykfTABc7/UZjQEEnV1bQbTVC53W+Zj4xWY640/45I4iZf/TUqKMBCgtLZ9v89gEsKOM4zsx55CqHT3bekA==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "15.9.3", - "@nrwl/tao": "15.9.3", - "@parcel/watcher": "2.0.4", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "^3.0.0-rc.18", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.0.0", - "chalk": "^4.1.0", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^11.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.6.2", - "yargs-parser": "21.1.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "optionalDependencies": { - "@nrwl/nx-darwin-arm64": "15.9.3", - "@nrwl/nx-darwin-x64": "15.9.3", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.3", - "@nrwl/nx-linux-arm64-gnu": "15.9.3", - "@nrwl/nx-linux-arm64-musl": "15.9.3", - "@nrwl/nx-linux-x64-gnu": "15.9.3", - "@nrwl/nx-linux-x64-musl": "15.9.3", - "@nrwl/nx-win32-arm64-msvc": "15.9.3", - "@nrwl/nx-win32-x64-msvc": "15.9.3" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/workspace/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@nrwl/workspace/node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/@nrwl/workspace/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/workspace/node_modules/supports-color": { + "node_modules/@nx/workspace/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -9854,12 +10413,6 @@ "node": ">=8" } }, - "node_modules/@nrwl/workspace/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@paperist/types-remark": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@paperist/types-remark/-/types-remark-0.1.3.tgz", @@ -9889,15 +10442,15 @@ } }, "node_modules/@phenomnomnominal/tsquery": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-4.1.1.tgz", - "integrity": "sha512-jjMmK1tnZbm1Jq5a7fBliM4gQwjxMU7TFoRNwIyzwlO+eHPRCFv/Nv+H/Gi1jc3WR7QURG8D5d0Tn12YGrUqBQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-5.0.1.tgz", + "integrity": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==", "dev": true, "dependencies": { - "esquery": "^1.0.1" + "esquery": "^1.4.0" }, "peerDependencies": { - "typescript": "^3 || ^4" + "typescript": "^3 || ^4 || ^5" } }, "node_modules/@pkgjs/parseargs": { @@ -9921,6 +10474,21 @@ "url": "https://opencollective.com/unts" } }, + "node_modules/@playwright/test": { + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.3.tgz", + "integrity": "sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==", + "dev": true, + "dependencies": { + "playwright": "1.45.3" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@quanzo/change-font-size": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@quanzo/change-font-size/-/change-font-size-1.0.0.tgz", @@ -10001,17 +10569,17 @@ "dev": true }, "node_modules/@schematics/angular": { - "version": "15.2.10", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-15.2.10.tgz", - "integrity": "sha512-eLdyP+T1TueNQ8FCP7sP+tt8z+YQ1BINsJsyAyoJT/XZjcCV7LUxgDIU94/kuvIotmJ2xTuFWHFPfAY+CN3duQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-16.2.9.tgz", + "integrity": "sha512-uiU2YbZRVHgk1N1DDsek/5CKhfpZ8myJYNJk8eHV5LswnXOP3aqvH23VhneaAgOYwK5fISC7eMG0pLVKMvFfZQ==", "dev": true, "dependencies": { - "@angular-devkit/core": "15.2.10", - "@angular-devkit/schematics": "15.2.10", + "@angular-devkit/core": "16.2.9", + "@angular-devkit/schematics": "16.2.9", "jsonc-parser": "3.2.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } @@ -10100,15 +10668,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/@sigstore/sign/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@sigstore/sign/node_modules/minipass-fetch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", @@ -10158,7 +10717,6 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", - "peer": true, "engines": { "node": ">=18" }, @@ -10191,9 +10749,9 @@ "dev": true }, "node_modules/@storybook/addon-actions": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.6.tgz", - "integrity": "sha512-iCsf3V28/jJ95w2zd8aSvR4denoA2UYV3fpNCTGOURqICyKOG3cyVxvqKp8Hhcwn7trNOsK+HlL6q5gpv56ViA==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.7.tgz", + "integrity": "sha512-wDnMGGmaogAForkNncfCx8BEDiwxeK8zC0lj8HkRPUuH6vTr81U5RIb12Wa2TnnNKLKMFAtyPSnofHf3OAfzZQ==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10207,13 +10765,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-backgrounds": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.6.tgz", - "integrity": "sha512-61NFowA6EmCw+Eyzp0U4fat9MlPDdnT7aoDyzqSImLwWLITY9IvmWuTeo7XKJZN3fe22z1r7cZseKdYrtaHcKw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.7.tgz", + "integrity": "sha512-kEL3kzYB0qNfpznchlGBnQm4iydyzdTYDPlCFsKUAxfUmJFnpz2H52Sl5lB+qJC/4OREp1Usltag7cUjeuyzMQ==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10225,13 +10783,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-controls": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.6.tgz", - "integrity": "sha512-EHUwHy+oZZv3pXzN7fuXWrS/meHFjqcELY3RBvOyEkGf21agl6co6R1tnf6d5N5QoYAGfIbDO7dkauSL2RfNAw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.7.tgz", + "integrity": "sha512-u3MruX0Zh6l1iNkoJdXwx+zPVqpDKypVrC0YdN3qQ3+mtTwqt35rgetYqtOkDnJ8mXKxo8A5giERKPIyzH9iBA==", "dev": true, "dependencies": { "dequal": "^2.0.2", @@ -10243,21 +10801,21 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-docs": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-8.2.6.tgz", - "integrity": "sha512-qe7hxntaezqjKdU9QS+Q9NFL6i/uNdBxdvOnCKgPhBAY/zY6yhk5t3sOvonynPK5nkaNAowfSNPIzNxAXlJ1sA==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-8.2.7.tgz", + "integrity": "sha512-icLbvUWp95WUxq2sY+0xgJ49MaQ2HqtWY9RUJUZswJ/ZPJTCCpIoa6HP/NOB9A90Oec9n8sW+1CdDL4CxfxfZg==", "dev": true, "dependencies": { "@babel/core": "^7.24.4", "@mdx-js/react": "^3.0.0", - "@storybook/blocks": "8.2.6", - "@storybook/csf-plugin": "8.2.6", + "@storybook/blocks": "8.2.7", + "@storybook/csf-plugin": "8.2.7", "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "8.2.6", + "@storybook/react-dom-shim": "8.2.7", "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", "fs-extra": "^11.1.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", @@ -10271,25 +10829,25 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-docs/node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -10305,12 +10863,12 @@ } }, "node_modules/@storybook/addon-docs/node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", "dev": true, "dependencies": { - "@babel/types": "^7.24.9", + "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -10320,33 +10878,19 @@ } }, "node_modules/@storybook/addon-docs/node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dev": true, "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@storybook/addon-docs/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@storybook/addon-docs/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", @@ -10363,20 +10907,20 @@ } }, "node_modules/@storybook/addon-essentials": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-8.2.6.tgz", - "integrity": "sha512-diGjGZcZNov+RCAVQBTm8JKP2kUtMRuJIQFBeXdPWpu6hYBk6lw1FlAf2GywWGCvdny1pJT90hfoD33qUMNuDg==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-8.2.7.tgz", + "integrity": "sha512-5qe7La9B2Z4Y9Fet3C35y8zOZwKgrqduNk8yAUmPRAOwopdo8SGKYpnFTnAtTfTCVk6Y+AZlRfQq0yLUk0Wl3g==", "dev": true, "dependencies": { - "@storybook/addon-actions": "8.2.6", - "@storybook/addon-backgrounds": "8.2.6", - "@storybook/addon-controls": "8.2.6", - "@storybook/addon-docs": "8.2.6", - "@storybook/addon-highlight": "8.2.6", - "@storybook/addon-measure": "8.2.6", - "@storybook/addon-outline": "8.2.6", - "@storybook/addon-toolbars": "8.2.6", - "@storybook/addon-viewport": "8.2.6", + "@storybook/addon-actions": "8.2.7", + "@storybook/addon-backgrounds": "8.2.7", + "@storybook/addon-controls": "8.2.7", + "@storybook/addon-docs": "8.2.7", + "@storybook/addon-highlight": "8.2.7", + "@storybook/addon-measure": "8.2.7", + "@storybook/addon-outline": "8.2.7", + "@storybook/addon-toolbars": "8.2.7", + "@storybook/addon-viewport": "8.2.7", "ts-dedent": "^2.0.0" }, "funding": { @@ -10384,13 +10928,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-highlight": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.6.tgz", - "integrity": "sha512-03cV9USsfP3bS4wYV06DYcIaGPfoheQe53Q0Jr1B2yJUVyIPKvmO2nGjLBsqzeL3Wl7vSfLQn0/dUdxCcbqLsw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.7.tgz", + "integrity": "sha512-YhiLtyJ3NBNV3FQoQo8RFjj59QGSmmeSwRvCjoac6No2DY5vkMW5a8mW6ORr6QYd7ratRNtd3AsPqksZIehRwQ==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0" @@ -10400,13 +10944,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-measure": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.6.tgz", - "integrity": "sha512-neI8YeSOAtOmzasLxo6O8ZLr2ebMaD7XVF+kYatl5+SpyuwwvUGcP9NkKe5S+mB8V2zxFUIsXS74XrhmQhRoaQ==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.7.tgz", + "integrity": "sha512-cS5njwlzrgrUjigUKjhbgJMT8bhPmVDK3FwrQqGhw6xYP4cd9/YBJ4RLNPWhOgGJ+EUTz7eFZ/Rkli5mNrhYcQ==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10417,13 +10961,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-outline": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.6.tgz", - "integrity": "sha512-uAlPtqDWlq7MQQ4zJT80qdjbSdLF/zsvtPhidX6h9cjLKNPWAv79xJQ14AJHaMv+Hzy5xKnM4wdEhgPbzKabQg==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.7.tgz", + "integrity": "sha512-oFSo3o5eEUSsdGUSPV22pGoJ5lL0PGcqjcee2hyl0Rc60ovsnB1BEGOoaGk7/bmkywMxRZm8D6j85V8HftA/kg==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10434,26 +10978,26 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-toolbars": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.6.tgz", - "integrity": "sha512-0JmRirMpxHS6VZzBk0kY871xWTpkk3TN4S1sxoFf5fcnCfVTHDjEJ5Ws/QWru1RJlIZHuJKRdQIA6Vuq5X+KfQ==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.7.tgz", + "integrity": "sha512-lEq0/uiogQSxS8pM5AqIexPiG2mudHUxgBiVWSspbTQDUbGBUxB64VYeYERat50N/GyS2iCymlfSkC+OUXaYLQ==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/addon-viewport": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-8.2.6.tgz", - "integrity": "sha512-IAxH9H8tVFzSmZhKf5E+EALiAdkp19RzGqP/rWluD8LH7oW5HumQE/4oN0ZhVMy1RxYsCKFYjWyAp7AuxeMRSw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-8.2.7.tgz", + "integrity": "sha512-d4+klwM/duTukNED1WCeBgIMqL5Jvm/iUs2rUc5HI1FGMEDYnoLVR2ztjivQs+6f1cJWuGwWZD/toB5pKHuR/A==", "dev": true, "dependencies": { "memoizerific": "^1.11.3" @@ -10463,22 +11007,22 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/angular": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/angular/-/angular-8.2.6.tgz", - "integrity": "sha512-kzOA4H09oDMq2KAg3iVDo0cWFx4u8qYbrMaMCbd/UjuSYd1Qx965Dx0m0i5i6t7BObUe5R5RlDhBo/JXAyQ55g==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/angular/-/angular-8.2.7.tgz", + "integrity": "sha512-gn3t8NriPhL0WHuwuJde+uINUQPlCxKNndrKg3pU5VkN538gNSZNJskF9S9UlpwQIXnabPxQ7XZVEXrrUL91gQ==", "dev": true, "dependencies": { - "@storybook/builder-webpack5": "8.2.6", - "@storybook/components": "^8.2.6", - "@storybook/core-webpack": "8.2.6", + "@storybook/builder-webpack5": "8.2.7", + "@storybook/components": "^8.2.7", + "@storybook/core-webpack": "8.2.7", "@storybook/global": "^5.0.0", - "@storybook/manager-api": "^8.2.6", - "@storybook/preview-api": "^8.2.6", - "@storybook/theming": "^8.2.6", + "@storybook/manager-api": "^8.2.7", + "@storybook/preview-api": "^8.2.7", + "@storybook/theming": "^8.2.7", "@types/node": "^18.0.0", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", @@ -10513,7 +11057,7 @@ "@angular/platform-browser": ">=15.0.0 < 19.0.0", "@angular/platform-browser-dynamic": ">=15.0.0 < 19.0.0", "rxjs": "^6.0.0 || ^7.4.0", - "storybook": "^8.2.6", + "storybook": "^8.2.7", "typescript": "^4.0.0 || ^5.0.0", "zone.js": ">= 0.11.1 < 1.0.0" }, @@ -10599,9 +11143,9 @@ } }, "node_modules/@storybook/blocks": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.6.tgz", - "integrity": "sha512-nMlZJjVTyfOJ6xwORptsNuS1AZZlDbJUVXc2R8uukGd5GIXxxCdrPk4NvUsjfQslMT9LhYuFld3z62FATsM2rw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.7.tgz", + "integrity": "sha512-lZB4EzmY4ftgubkf7hmkALEhmfMhRkDRD5QjrgTZLRpdVXPzFUyljgLlTBhv34YTN+ZLYK618/4uSVJBpgoKeQ==", "dev": true, "dependencies": { "@storybook/csf": "0.1.11", @@ -10626,7 +11170,7 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^8.2.6" + "storybook": "^8.2.7" }, "peerDependenciesMeta": { "react": { @@ -10638,12 +11182,12 @@ } }, "node_modules/@storybook/builder-webpack5": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.6.tgz", - "integrity": "sha512-ba25XOXifbAxUYprw5WWcrYq/2DJODFoOHdv7YZqzjKeDDbg1Us8F+72zlBCdr38wY4V9084Sd8EBVXV5bxzRQ==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.7.tgz", + "integrity": "sha512-3SWN0X6qB14jnCrpMWd5tCshxzLEcRK5Sw/vBIW9HUsUx9OVMPxWp+Ti6NZHqj6FfHVbJb+qOwHl493JAJaFdg==", "dev": true, "dependencies": { - "@storybook/core-webpack": "8.2.6", + "@storybook/core-webpack": "8.2.7", "@types/node": "^18.0.0", "@types/semver": "^7.3.4", "browser-assert": "^1.2.1", @@ -10676,7 +11220,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" }, "peerDependenciesMeta": { "typescript": { @@ -10749,57 +11293,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@storybook/builder-webpack5/node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dev": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/css-loader": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", - "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", - "dev": true, - "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.1.0", - "postcss-modules-local-by-default": "^4.0.5", - "postcss-modules-scope": "^3.2.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, "node_modules/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz", @@ -10876,24 +11369,12 @@ "dev": true }, "node_modules/@storybook/builder-webpack5/node_modules/magic-string": { - "version": "0.30.10", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", - "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", + "version": "0.30.11", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", + "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, "node_modules/@storybook/builder-webpack5/node_modules/supports-color": { @@ -10937,15 +11418,14 @@ } }, "node_modules/@storybook/codemod": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.6.tgz", - "integrity": "sha512-+mFJ6R+JhJLpU7VPDlXU5Yn6nqIBq745GaEosnIiFOdNo3jaxJ58wq/sGhbQvoCHPUxMA+sDQvR7pS62YFoLRQ==", - "peer": true, + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.7.tgz", + "integrity": "sha512-D2sJcZMUO6Y7DNja4LvdT6uBee4bZbQKB904kEG9Kpr0XF20IHAP9BbkfG8HEFaS0GbJwvGvE03Sg+S1y+vO6Q==", "dependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", "@babel/types": "^7.24.0", - "@storybook/core": "8.2.6", + "@storybook/core": "8.2.7", "@storybook/csf": "0.1.11", "@types/cross-spawn": "^6.0.2", "cross-spawn": "^7.0.3", @@ -10965,7 +11445,6 @@ "version": "7.25.2", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", - "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -10995,7 +11474,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", - "peer": true, "dependencies": { "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", @@ -11006,39 +11484,10 @@ "node": ">=6.9.0" } }, - "node_modules/@storybook/codemod/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", - "peer": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@storybook/codemod/node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "peer": true, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@storybook/codemod/node_modules/@babel/plugin-transform-async-to-generator": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", - "peer": true, "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -11052,16 +11501,15 @@ } }, "node_modules/@storybook/codemod/node_modules/@babel/preset-env": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.2.tgz", - "integrity": "sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==", - "peer": true, + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", "dependencies": { "@babel/compat-data": "^7.25.2", "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", @@ -11152,7 +11600,6 @@ "version": "0.1.6-no-external-plugins", "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -11166,7 +11613,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -11176,39 +11622,10 @@ "node": ">=6.9.0" } }, - "node_modules/@storybook/codemod/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "peer": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@storybook/codemod/node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", - "peer": true, - "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, "node_modules/@storybook/codemod/node_modules/babel-plugin-polyfill-corejs3": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.1", "core-js-compat": "^3.36.1" @@ -11221,7 +11638,6 @@ "version": "0.6.2", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", - "peer": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.2" }, @@ -11232,14 +11648,12 @@ "node_modules/@storybook/codemod/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "peer": true + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/@storybook/codemod/node_modules/fast-glob": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -11255,7 +11669,6 @@ "version": "14.0.2", "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", - "peer": true, "dependencies": { "@sindresorhus/merge-streams": "^2.1.0", "fast-glob": "^3.3.2", @@ -11275,7 +11688,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", - "peer": true, "engines": { "node": ">=12" }, @@ -11287,7 +11699,6 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -11302,7 +11713,6 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -11311,7 +11721,6 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "peer": true, "engines": { "node": ">=14.16" }, @@ -11320,23 +11729,22 @@ } }, "node_modules/@storybook/components": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-8.2.6.tgz", - "integrity": "sha512-H8ckH1AnLkHtMtvJ3J8LxnmDtHxkJ7NJacGctHMRrsBIvdKTVwlT4su5nAVVJlan/PrEou+jESfw+OjjBYE5PA==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/components/-/components-8.2.7.tgz", + "integrity": "sha512-FXhnoHl9S+tKSFc62iUG3EWplQP9ojGQaSMhqP4QTus6xmo53oSsPzuTPQilKVHkGxFQW8eGgKKsfHw3G2NT2g==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/core": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.2.6.tgz", - "integrity": "sha512-XY71g3AcpD6IiER9k9Lt+vlUMYfPIYgWekd7e0Ggzz2gJkPuLunKEdQccLGDSHf5OFAobHhrTJc7ZsvWhmDMag==", - "peer": true, + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.2.7.tgz", + "integrity": "sha512-vgw5MYN9Bq2/ZsObCOEHbBHwi4RpbYCHPFtKkr4kTnWID++FCSiSVd7jY3xPvcNxWqCxOyH6dThpBi+SsB/ZAA==", "dependencies": { "@storybook/csf": "0.1.11", "@types/express": "^4.17.21", @@ -11356,22 +11764,22 @@ } }, "node_modules/@storybook/core-server": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-8.2.6.tgz", - "integrity": "sha512-L8wT5C9D33gk8Y6fV9Gak52V/pzm60+TXXFRW2+YYMyRwyjC1c/eDePlrRIu7jAJiEs9UmdxxUwM4R/iEhOHzg==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-8.2.7.tgz", + "integrity": "sha512-eZTV5CAbhXu5VErqUWt9O/nMEviRT10ivHplb7ftD1nHIHmBY7leEBlESYJF4ddxzWgfw0e9xTh+v5k0l7PfEA==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/core-webpack": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-8.2.6.tgz", - "integrity": "sha512-RSqRVNrxrp2pKoQeSmaiHMz7GvAzQ7BV+qPi9gDRDDCuAPrjpY8a17KyqmCJ617asDAb+OEQNBks802xM3pEQw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-8.2.7.tgz", + "integrity": "sha512-eVtizQZdjPePjjPBfMw+74ha2yZw68AQZu5TK01Vetdjz1h+SSt+p/otWcJWPMGpZOg9p+n0krWvlcYHBsZsbA==", "dev": true, "dependencies": { "@types/node": "^18.0.0", @@ -11382,7 +11790,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/core-webpack/node_modules/@types/node": { @@ -11394,405 +11802,14 @@ "undici-types": "~5.26.4" } }, - "node_modules/@storybook/core/node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "android" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "netbsd" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "openbsd" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "sunos" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/@storybook/core/node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">=12" - } - }, "node_modules/@storybook/core/node_modules/@types/node": { "version": "18.19.42", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz", "integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==", - "peer": true, "dependencies": { "undici-types": "~5.26.4" } }, - "node_modules/@storybook/core/node_modules/esbuild": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", - "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", - "hasInstallScript": true, - "peer": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.21.5", - "@esbuild/android-arm": "0.21.5", - "@esbuild/android-arm64": "0.21.5", - "@esbuild/android-x64": "0.21.5", - "@esbuild/darwin-arm64": "0.21.5", - "@esbuild/darwin-x64": "0.21.5", - "@esbuild/freebsd-arm64": "0.21.5", - "@esbuild/freebsd-x64": "0.21.5", - "@esbuild/linux-arm": "0.21.5", - "@esbuild/linux-arm64": "0.21.5", - "@esbuild/linux-ia32": "0.21.5", - "@esbuild/linux-loong64": "0.21.5", - "@esbuild/linux-mips64el": "0.21.5", - "@esbuild/linux-ppc64": "0.21.5", - "@esbuild/linux-riscv64": "0.21.5", - "@esbuild/linux-s390x": "0.21.5", - "@esbuild/linux-x64": "0.21.5", - "@esbuild/netbsd-x64": "0.21.5", - "@esbuild/openbsd-x64": "0.21.5", - "@esbuild/sunos-x64": "0.21.5", - "@esbuild/win32-arm64": "0.21.5", - "@esbuild/win32-ia32": "0.21.5", - "@esbuild/win32-x64": "0.21.5" - } - }, "node_modules/@storybook/csf": { "version": "0.1.11", "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.11.tgz", @@ -11802,9 +11819,9 @@ } }, "node_modules/@storybook/csf-plugin": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.6.tgz", - "integrity": "sha512-USn7E/bMQYVqvFBuW6d9rKoSuCImjk0BAmc/0wIOuMQ/yQNp2Xze0m8eVkNHUIUDokyx0TXDjRjwq10Xxk16ag==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.7.tgz", + "integrity": "sha512-rBdplL6xcVJcuq+uM0eidomMQ5BtAlVAejYrOTNiqBk/zVh5JSvchYzYG9n6Fo2PdKLLKdlZ874zhsVuNriNBQ==", "dev": true, "dependencies": { "unplugin": "^1.3.1" @@ -11814,7 +11831,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/global": { @@ -11824,9 +11841,9 @@ "dev": true }, "node_modules/@storybook/icons": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/@storybook/icons/-/icons-1.2.9.tgz", - "integrity": "sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/@storybook/icons/-/icons-1.2.10.tgz", + "integrity": "sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==", "dev": true, "engines": { "node": ">=14.0.0" @@ -11837,35 +11854,35 @@ } }, "node_modules/@storybook/manager-api": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.6.tgz", - "integrity": "sha512-uv36h/b5RhlajWtEg4cVPBYV8gZs6juux0nIE+6G9i7vt8Ild6gM9tW1KNabgZcaHFiyWJYCNWxJZoKjgUmXDg==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.7.tgz", + "integrity": "sha512-BXjz6eNl1GyFcMwzRQTIokslcIY71AYblJUscPcy03X93oqI0GjFVa1xuSMwYw/oXWn7SHhKmqtqEG19lvBGRQ==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/preview-api": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.6.tgz", - "integrity": "sha512-5vTj2ndX5ng4nDntZYe+r8UwLjCIGFymhq5/r2adAvRKL+Bo4zQDWGO7bhvGJk16do2THb2JvPz49ComW9LLZw==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.7.tgz", + "integrity": "sha512-lNZBTjZaYNSwBY8dEcDZdkOBvq1/JoVWpuvqDEKvGmp5usTe77xAOwGyncEb96Cx1BbXXkMiDrqbV5G23PFRYA==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/react-dom-shim": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-8.2.6.tgz", - "integrity": "sha512-B+x8UAEQPDp1yhN3tMh09NvSL38QNfJB7PAyLgKrfE7xIAzvewq+RLW2DfGkoZCy+Zr7QSHm1p7NOgud8+sQCg==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-8.2.7.tgz", + "integrity": "sha512-9VI+NrC09DAr0QQZsFmU5Fd9eqdJp/1AHK+sm9BOZretGGGJwn22xS7UXhHIiFpfXJQnr3TNcYWRzXFyuaE/Sw==", "dev": true, "funding": { "type": "opencollective", @@ -11874,25 +11891,26 @@ "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta", - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@storybook/theming": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.6.tgz", - "integrity": "sha512-ICnYuLIVsYifVCMQljdHgrp+5vAquNybHxDGWiPeOxBicotwHF8rLhTckD2CdVQbMp0jk6r6jetvjXbFJ2MbvQ==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.7.tgz", + "integrity": "sha512-+iqm0GfRkshrjjNSOzwl7AD2m+LtJGXJCr93ke1huDK497WUKbX1hbbw51h5E1tEkx0c2wIqUlaqCM+7XMYcpw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.6" + "storybook": "^8.2.7" } }, "node_modules/@tootallnate/once": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "dev": true, - "license": "MIT", "engines": { "node": ">= 10" } @@ -11906,87 +11924,29 @@ "node": ">=10.13.0" } }, - "node_modules/@ts-morph/common": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.21.0.tgz", - "integrity": "sha512-ES110Mmne5Vi4ypUKrtVQfXFDtCsDXiUiGxF6ILVlE90dDD4fdpC1LSjydl/ml7xJWKSDZwUYD2zkOePMSrPBA==", - "dependencies": { - "fast-glob": "^3.2.12", - "minimatch": "^7.4.3", - "mkdirp": "^2.1.6", - "path-browserify": "^1.0.1" - } - }, - "node_modules/@ts-morph/common/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/@ts-morph/common/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/@ts-morph/common/node_modules/minimatch": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", - "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@ts-morph/common/node_modules/mkdirp": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.6.tgz", - "integrity": "sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==", - "bin": { - "mkdirp": "dist/cjs/src/bin.js" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@tsconfig/node10": { - "version": "1.0.9", - "dev": true, - "license": "MIT" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true }, "node_modules/@tsconfig/node12": { "version": "1.0.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true }, "node_modules/@tsconfig/node14": { "version": "1.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true }, "node_modules/@tsconfig/node16": { - "version": "1.0.3", - "dev": true, - "license": "MIT" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true }, "node_modules/@tufjs/canonical-json": { "version": "1.0.0", @@ -12034,10 +11994,19 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@tybys/wasm-util": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", + "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@types/babel__core": { - "version": "7.20.3", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.3.tgz", - "integrity": "sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, "dependencies": { "@babel/parser": "^7.20.7", @@ -12136,7 +12105,6 @@ "version": "6.0.6", "resolved": "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.6.tgz", "integrity": "sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==", - "peer": true, "dependencies": { "@types/node": "*" } @@ -12150,8 +12118,7 @@ "node_modules/@types/emscripten": { "version": "1.39.13", "resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz", - "integrity": "sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==", - "peer": true + "integrity": "sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==" }, "node_modules/@types/eslint": { "version": "9.6.0", @@ -12437,6 +12404,16 @@ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", "dev": true }, + "node_modules/@types/selenium-webdriver": { + "version": "4.1.24", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.1.24.tgz", + "integrity": "sha512-oR5MVATv+P2dmhceZJPDm99MmOC9yAK8YpIgJbHEFQ/MbSPC1lA6Ohw441WNUcQ6B1fMAOMu0u59fRKKj9AGGg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/ws": "*" + } + }, "node_modules/@types/semver": { "version": "7.5.8", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", @@ -12949,13 +12926,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz", - "integrity": "sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz", + "integrity": "sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.59.2", - "@typescript-eslint/utils": "5.59.2", + "@typescript-eslint/typescript-estree": "5.59.7", + "@typescript-eslint/utils": "5.59.7", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -12975,27 +12952,10 @@ } } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.2.tgz", - "integrity": "sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/visitor-keys": "5.59.2" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.2.tgz", - "integrity": "sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz", + "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -13006,13 +12966,13 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz", - "integrity": "sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz", + "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/visitor-keys": "5.59.2", + "@typescript-eslint/types": "5.59.7", + "@typescript-eslint/visitor-keys": "5.59.7", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -13032,39 +12992,13 @@ } } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.2.tgz", - "integrity": "sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.59.2", - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/typescript-estree": "5.59.2", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.2.tgz", - "integrity": "sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz", + "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.59.2", + "@typescript-eslint/types": "5.59.7", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -13075,28 +13009,6 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/type-utils/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/@typescript-eslint/types": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", @@ -13177,18 +13089,6 @@ "balanced-match": "^1.0.0" } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { "version": "9.0.3", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", @@ -13205,13 +13105,10 @@ } }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -13219,25 +13116,19 @@ "node": ">=10" } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@typescript-eslint/utils": { - "version": "5.48.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.2.tgz", - "integrity": "sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.7.tgz", + "integrity": "sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==", "dev": true, "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.48.2", - "@typescript-eslint/types": "5.48.2", - "@typescript-eslint/typescript-estree": "5.48.2", + "@typescript-eslint/scope-manager": "5.59.7", + "@typescript-eslint/types": "5.59.7", + "@typescript-eslint/typescript-estree": "5.59.7", "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", "semver": "^7.3.7" }, "engines": { @@ -13252,13 +13143,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "5.48.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz", - "integrity": "sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz", + "integrity": "sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.48.2", - "@typescript-eslint/visitor-keys": "5.48.2" + "@typescript-eslint/types": "5.59.7", + "@typescript-eslint/visitor-keys": "5.59.7" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -13269,9 +13160,9 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "5.48.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.2.tgz", - "integrity": "sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz", + "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -13282,13 +13173,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.48.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz", - "integrity": "sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz", + "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.48.2", - "@typescript-eslint/visitor-keys": "5.48.2", + "@typescript-eslint/types": "5.59.7", + "@typescript-eslint/visitor-keys": "5.59.7", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -13309,12 +13200,12 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.48.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz", - "integrity": "sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==", + "version": "5.59.7", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz", + "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/types": "5.59.7", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -13383,6 +13274,18 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", "dev": true }, + "node_modules/@vitejs/plugin-basic-ssl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.0.1.tgz", + "integrity": "sha512-pcub+YbFtFhaGRTo1832FQHQSHvMrlb43974e2eS8EKleR3p1cDdkJFPci1UhwkEf1J9Bz+wKBSzqpKp7nNj2A==", + "dev": true, + "engines": { + "node": ">=14.6.0" + }, + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0" + } + }, "node_modules/@webassemblyjs/ast": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", @@ -13573,6 +13476,303 @@ } } }, + "node_modules/@wessberg/ts-evaluator": { + "version": "0.0.27", + "resolved": "https://registry.npmjs.org/@wessberg/ts-evaluator/-/ts-evaluator-0.0.27.tgz", + "integrity": "sha512-7gOpVm3yYojUp/Yn7F4ZybJRxyqfMNf0LXK5KJiawbPfL0XTsJV+0mgrEDjOIR6Bi0OYk2Cyg4tjFu1r8MCZaA==", + "deprecated": "this package has been renamed to ts-evaluator. Please install ts-evaluator instead", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "jsdom": "^16.4.0", + "object-path": "^0.11.5", + "tslib": "^2.0.3" + }, + "engines": { + "node": ">=10.1.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/wessberg/ts-evaluator?sponsor=1" + }, + "peerDependencies": { + "typescript": ">=3.2.x || >= 4.x" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dev": true, + "dependencies": { + "cssom": "~0.3.6" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true + }, + "node_modules/@wessberg/ts-evaluator/node_modules/data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "dev": true, + "dependencies": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "dev": true, + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/jsdom": { + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "dev": true, + "dependencies": { + "abab": "^2.0.5", + "acorn": "^8.2.4", + "acorn-globals": "^6.0.0", + "cssom": "^0.4.4", + "cssstyle": "^2.3.0", + "data-urls": "^2.0.0", + "decimal.js": "^10.2.1", + "domexception": "^2.0.1", + "escodegen": "^2.0.0", + "form-data": "^3.0.0", + "html-encoding-sniffer": "^2.0.1", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^2.0.0", + "webidl-conversions": "^6.1.0", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.5.0", + "ws": "^7.4.6", + "xml-name-validator": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "node_modules/@wessberg/ts-evaluator/node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dev": true, + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "dev": true, + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/w3c-xmlserializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "dev": true, + "dependencies": { + "xml-name-validator": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/webidl-conversions": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", + "dev": true, + "engines": { + "node": ">=10.4" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "dev": true + }, + "node_modules/@wessberg/ts-evaluator/node_modules/whatwg-url": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "dev": true, + "dependencies": { + "lodash": "^4.7.0", + "tr46": "^2.1.0", + "webidl-conversions": "^6.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "dev": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/@wessberg/ts-evaluator/node_modules/xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", + "dev": true + }, "node_modules/@wry/caches": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz", @@ -13642,7 +13842,6 @@ "version": "2.10.3", "resolved": "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-2.10.3.tgz", "integrity": "sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==", - "peer": true, "dependencies": { "@yarnpkg/libzip": "^2.3.0", "tslib": "^1.13.0" @@ -13654,14 +13853,12 @@ "node_modules/@yarnpkg/fslib/node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "peer": true + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@yarnpkg/libzip": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-2.3.0.tgz", "integrity": "sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==", - "peer": true, "dependencies": { "@types/emscripten": "^1.39.6", "tslib": "^1.13.0" @@ -13673,8 +13870,7 @@ "node_modules/@yarnpkg/libzip/node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "peer": true + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", @@ -13724,9 +13920,9 @@ "dev": true }, "node_modules/@zkochan/js-yaml": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.6.tgz", - "integrity": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz", + "integrity": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==", "dev": true, "dependencies": { "argparse": "^2.0.1" @@ -13771,6 +13967,37 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dev": true, + "dependencies": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } + }, + "node_modules/acorn-globals/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-globals/node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/acorn-import-assertions": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", @@ -13938,15 +14165,16 @@ } }, "node_modules/angular-oauth2-oidc": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-15.0.1.tgz", - "integrity": "sha512-5gpqO9QL+qFqMItYFHe8F6H5nOIEaowcNUc9iTDs3P1bfVYnoKoVAaijob53PuPTF4YwzdfwKWZi4Mq6P7GENQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-13.0.1.tgz", + "integrity": "sha512-aL1VIv9Jqoqq31lbpUXIeNpM3GeN/ldb3KOlq0cV92amGpZs9J4YA+2rlJ5V9zb6NFNbvd7XfTntMbnNuS0+CQ==", "dependencies": { + "fast-sha256": "^1.3.0", "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=14.0.0", - "@angular/core": ">=14.0.0" + "@angular/common": ">=12.0.0", + "@angular/core": ">=12.0.0" } }, "node_modules/angular-oauth2-oidc-jwks": { @@ -14181,6 +14409,15 @@ "node": ">=0.10.0" } }, + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/array.prototype.findlastindex": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz", @@ -14291,11 +14528,19 @@ "node": ">=0.8" } }, + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/ast-types": { "version": "0.16.1", "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz", "integrity": "sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==", - "peer": true, "dependencies": { "tslib": "^2.0.1" }, @@ -14318,27 +14563,24 @@ "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "dev": true }, + "node_modules/async-each-series": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz", + "integrity": "sha512-p4jj6Fws4Iy2m0iCmI2am2ZNZCgbdgE+P8F/8csmn2vx7ixXrO2zGcuNsD46X5uZSVecmkEy/M06X2vG8KD6dQ==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "dev": true, - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, "node_modules/autoprefixer": { - "version": "10.4.13", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", - "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", + "version": "10.4.14", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", + "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", "dev": true, "funding": [ { @@ -14351,8 +14593,8 @@ } ], "dependencies": { - "browserslist": "^4.21.4", - "caniuse-lite": "^1.0.30001426", + "browserslist": "^4.21.5", + "caniuse-lite": "^1.0.30001464", "fraction.js": "^4.2.0", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", @@ -14398,13 +14640,12 @@ "dev": true }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dev": true, "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" + "follow-redirects": "^1.14.0" } }, "node_modules/axobject-query": { @@ -14420,7 +14661,6 @@ "version": "7.0.0-bridge.0", "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", - "peer": true, "peerDependencies": { "@babel/core": "^7.0.0-0" } @@ -14499,12 +14739,12 @@ } }, "node_modules/babel-loader": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.2.tgz", - "integrity": "sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", + "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", "dev": true, "dependencies": { - "find-cache-dir": "^3.3.2", + "find-cache-dir": "^4.0.0", "schema-utils": "^4.0.0" }, "engines": { @@ -14515,6 +14755,119 @@ "webpack": ">=5" } }, + "node_modules/babel-loader/node_modules/find-cache-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", + "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", + "dev": true, + "dependencies": { + "common-path-prefix": "^3.0.0", + "pkg-dir": "^7.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-loader/node_modules/find-up": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", + "dev": true, + "dependencies": { + "locate-path": "^7.1.0", + "path-exists": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-loader/node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dev": true, + "dependencies": { + "p-locate": "^6.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-loader/node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-loader/node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dev": true, + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-loader/node_modules/path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/babel-loader/node_modules/pkg-dir": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", + "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", + "dev": true, + "dependencies": { + "find-up": "^6.3.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/babel-loader/node_modules/yocto-queue": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", + "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", + "dev": true, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/babel-plugin-const-enum": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/babel-plugin-const-enum/-/babel-plugin-const-enum-1.2.0.tgz", @@ -14586,62 +14939,98 @@ } }, "node_modules/babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", "dev": true, + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", - "devOptional": true, + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", - "semver": "^6.1.1" + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.6.2", + "semver": "^6.3.1" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "devOptional": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz", + "integrity": "sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==", "devOptional": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" + "@babel/helper-define-polyfill-provider": "^0.4.4", + "core-js-compat": "^3.33.1" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz", + "integrity": "sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==", + "devOptional": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", + "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", "devOptional": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3" + "@babel/helper-define-polyfill-provider": "^0.5.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", + "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", + "devOptional": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-transform-typescript-metadata": { @@ -14730,24 +15119,6 @@ "node": "^4.5.0 || >= 5.9" } }, - "node_modules/basic-auth": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", - "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", - "dev": true, - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/basic-auth/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, "node_modules/batch": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", @@ -14833,9 +15204,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", - "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dependencies": { "bytes": "3.1.2", "content-type": "~1.0.5", @@ -14845,7 +15216,7 @@ "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.13.0", + "qs": "6.11.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" @@ -14909,16 +15280,427 @@ "resolved": "https://registry.npmjs.org/browser-assert/-/browser-assert-1.2.1.tgz", "integrity": "sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==" }, + "node_modules/browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "dev": true + }, "node_modules/browser-stdout": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", "dev": true }, + "node_modules/browser-sync": { + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.29.3.tgz", + "integrity": "sha512-NiM38O6XU84+MN+gzspVmXV2fTOoe+jBqIBx3IBdhZrdeURr6ZgznJr/p+hQ+KzkKEiGH/GcC4SQFSL0jV49bg==", + "dev": true, + "dependencies": { + "browser-sync-client": "^2.29.3", + "browser-sync-ui": "^2.29.3", + "bs-recipes": "1.3.4", + "chalk": "4.1.2", + "chokidar": "^3.5.1", + "connect": "3.6.6", + "connect-history-api-fallback": "^1", + "dev-ip": "^1.0.1", + "easy-extender": "^2.3.4", + "eazy-logger": "^4.0.1", + "etag": "^1.8.1", + "fresh": "^0.5.2", + "fs-extra": "3.0.1", + "http-proxy": "^1.18.1", + "immutable": "^3", + "localtunnel": "^2.0.1", + "micromatch": "^4.0.2", + "opn": "5.3.0", + "portscanner": "2.2.0", + "raw-body": "^2.3.2", + "resp-modifier": "6.0.2", + "rx": "4.1.0", + "send": "0.16.2", + "serve-index": "1.9.1", + "serve-static": "1.13.2", + "server-destroy": "1.0.1", + "socket.io": "^4.4.1", + "ua-parser-js": "^1.0.33", + "yargs": "^17.3.1" + }, + "bin": { + "browser-sync": "dist/bin.js" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/browser-sync-client": { + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.29.3.tgz", + "integrity": "sha512-4tK5JKCl7v/3aLbmCBMzpufiYLsB1+UI+7tUXCCp5qF0AllHy/jAqYu6k7hUF3hYtlClKpxExWaR+rH+ny07wQ==", + "dev": true, + "dependencies": { + "etag": "1.8.1", + "fresh": "0.5.2", + "mitt": "^1.1.3" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/browser-sync-ui": { + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.29.3.tgz", + "integrity": "sha512-kBYOIQjU/D/3kYtUIJtj82e797Egk1FB2broqItkr3i4eF1qiHbFCG6srksu9gWhfmuM/TNG76jMfzAdxEPakg==", + "dev": true, + "dependencies": { + "async-each-series": "0.1.1", + "chalk": "4.1.2", + "connect-history-api-fallback": "^1", + "immutable": "^3", + "server-destroy": "1.0.1", + "socket.io-client": "^4.4.1", + "stream-throttle": "^0.1.3" + } + }, + "node_modules/browser-sync-ui/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/browser-sync-ui/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/browser-sync-ui/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-sync-ui/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-sync/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/browser-sync/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/browser-sync/node_modules/connect": { + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", + "integrity": "sha512-OO7axMmPpu/2XuX1+2Yrg0ddju31B6xLZMWkJ5rYBu4YRmRVlOjvlY6kw2FJKiAzyxGwnrDUAG4s1Pf0sbBMCQ==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "finalhandler": "1.1.0", + "parseurl": "~1.3.2", + "utils-merge": "1.0.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/browser-sync/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/browser-sync/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/browser-sync/node_modules/destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==", + "dev": true + }, + "node_modules/browser-sync/node_modules/finalhandler": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz", + "integrity": "sha512-ejnvM9ZXYzp6PUPUyQBMBf0Co5VX2gr5H2VQe2Ui2jWXNlxv+PYZo8wpAymJNJdLsG1R4p+M4aynF8KuoUEwRw==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.1", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.2", + "statuses": "~1.3.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/browser-sync/node_modules/fs-extra": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", + "integrity": "sha512-V3Z3WZWVUYd8hoCL5xfXJCaHWYzmtwW5XWYSlLgERi8PWd8bx1kUHUk8L1BT57e49oKnDDD180mjfrHc1yA9rg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^3.0.0", + "universalify": "^0.1.0" + } + }, + "node_modules/browser-sync/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-sync/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/browser-sync/node_modules/http-errors/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/browser-sync/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/browser-sync/node_modules/jsonfile": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", + "integrity": "sha512-oBko6ZHlubVB5mRFkur5vgYR1UyqX+S6Y/oCfLhqNdcc2fYFlDpIoNc7AfKS1KOGcnNAkvsr0grLck9ANM815w==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/browser-sync/node_modules/mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==", + "dev": true, + "bin": { + "mime": "cli.js" + } + }, + "node_modules/browser-sync/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/browser-sync/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dev": true, + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/browser-sync/node_modules/send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/browser-sync/node_modules/send/node_modules/statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/browser-sync/node_modules/serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "dev": true, + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/browser-sync/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "node_modules/browser-sync/node_modules/statuses": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", + "integrity": "sha512-wuTCPGlJONk/a1kqZ4fQM2+908lC7fa7nPYpTC1EhnvqLX/IICbeP1OZGDtA374trpSq68YubKUMo8oRhN46yg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/browser-sync/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-sync/node_modules/ua-parser-js": { + "version": "1.0.38", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.38.tgz", + "integrity": "sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "engines": { + "node": "*" + } + }, + "node_modules/browser-sync/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/browserslist": { - "version": "4.21.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", "funding": [ { "type": "opencollective", @@ -14927,13 +15709,17 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "caniuse-lite": "^1.0.30001449", - "electron-to-chromium": "^1.4.284", - "node-releases": "^2.0.8", - "update-browserslist-db": "^1.0.10" + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.0" }, "bin": { "browserslist": "cli.js" @@ -14985,6 +15771,12 @@ "node": ">= 4.5.0" } }, + "node_modules/bs-recipes": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz", + "integrity": "sha512-BXvDkqhDNxXEjeGM8LFkSbR+jzmP/CYpCiVKYn+soB1dDldeU15EBNDkwVXndKuX35wnNUaPd0qSoQEAkmQtMw==", + "dev": true + }, "node_modules/bser": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", @@ -15049,21 +15841,20 @@ "dev": true }, "node_modules/cacache": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.4.tgz", - "integrity": "sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==", + "version": "17.1.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz", + "integrity": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==", "dev": true, "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", - "glob": "^8.0.1", + "glob": "^10.2.2", "lru-cache": "^7.7.1", - "minipass": "^4.0.0", + "minipass": "^7.0.3", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", "ssri": "^10.0.0", "tar": "^6.1.11", "unique-filename": "^3.0.0" @@ -15072,6 +15863,35 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/cacache/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/cacache/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/cacache/node_modules/lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -15081,6 +15901,30 @@ "node": ">=12" } }, + "node_modules/cacache/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/call-bind": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", @@ -15139,9 +15983,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001649", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz", - "integrity": "sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ==", + "version": "1.0.30001646", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz", + "integrity": "sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==", "funding": [ { "type": "opencollective", @@ -15187,6 +16031,45 @@ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true }, + "node_modules/chai": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", + "dev": true, + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", + "pathval": "^1.1.1", + "type-detect": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chai-as-promised": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.2.tgz", + "integrity": "sha512-aBDHZxRzYnUYuIAIPBH2s511DjlKPzXNlXSGFC8CwmroWQLfrW0LtE1nK3MAwwNhJPa9raEjNCmRoFpG0Hurdw==", + "dev": true, + "dependencies": { + "check-error": "^1.0.2" + }, + "peerDependencies": { + "chai": ">= 2.1.2 < 6" + } + }, + "node_modules/chai/node_modules/type-detect": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz", + "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -15259,6 +16142,18 @@ "pnpm": ">=8" } }, + "node_modules/check-error": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", + "dev": true, + "dependencies": { + "get-func-name": "^2.0.2" + }, + "engines": { + "node": "*" + } + }, "node_modules/chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -15294,6 +16189,29 @@ "node": ">=10" } }, + "node_modules/chromatic": { + "version": "11.7.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.7.0.tgz", + "integrity": "sha512-Afblm4MWK6GXutxHPJVWKoY1PxCD98Uw0S3/f1a2wu4VTQy97g4+G8vPVqutSMpZFGzG5NjH9QdzKPFMmZczpw==", + "dev": true, + "bin": { + "chroma": "dist/bin.js", + "chromatic": "dist/bin.js", + "chromatic-cli": "dist/bin.js" + }, + "peerDependencies": { + "@chromatic-com/cypress": "^0.*.* || ^1.0.0", + "@chromatic-com/playwright": "^0.*.* || ^1.0.0" + }, + "peerDependenciesMeta": { + "@chromatic-com/cypress": { + "optional": true + }, + "@chromatic-com/playwright": { + "optional": true + } + } + }, "node_modules/chrome-trace-event": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", @@ -15318,11 +16236,17 @@ "node": ">=8" } }, + "node_modules/circular-json": { + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz", + "integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ==", + "deprecated": "CircularJSON is in maintenance only, flatted is its successor.", + "dev": true + }, "node_modules/citty": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz", "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==", - "peer": true, "dependencies": { "consola": "^3.2.3" } @@ -15529,11 +16453,6 @@ "node": ">= 0.12.0" } }, - "node_modules/code-block-writer": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-12.0.0.tgz", - "integrity": "sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==" - }, "node_modules/collapse-white-space": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", @@ -15588,6 +16507,28 @@ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/columnify": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", + "dev": true, + "dependencies": { + "strip-ansi": "^6.0.1", + "wcwidth": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -15632,6 +16573,12 @@ "node": ">= 12.0.0" } }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", + "dev": true + }, "node_modules/common-tags": { "version": "1.8.2", "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", @@ -15722,8 +16669,7 @@ "node_modules/confbox": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", - "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", - "peer": true + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" }, "node_modules/configstore": { "version": "6.0.0", @@ -15780,6 +16726,24 @@ "node": ">= 0.10.0" } }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/connect-logger": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/connect-logger/-/connect-logger-0.0.1.tgz", + "integrity": "sha512-kC5FPWpcfgpW5HtICnXbdOAFa4uNilU4ZPmsH6RlXaDVfXLupyUjgI1otpj3kOcsoPpDxknxmcoM0wk0ApsjYQ==", + "dev": true, + "dependencies": { + "moment": "*" + } + }, "node_modules/connect/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -15838,7 +16802,6 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", - "peer": true, "engines": { "node": "^14.18.0 || >=16.10.0" } @@ -16005,48 +16968,17 @@ } }, "node_modules/core-js-compat": { - "version": "3.38.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.0.tgz", - "integrity": "sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", + "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", "dependencies": { - "browserslist": "^4.23.3" + "browserslist": "^4.23.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" } }, - "node_modules/core-js-compat/node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", - "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", @@ -16065,29 +16997,20 @@ "node": ">= 0.10" } }, - "node_modules/corser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/corser/-/corser-2.0.1.tgz", - "integrity": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==", - "dev": true, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, "dependencies": { "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", + "import-fresh": "^3.2.1", "parse-json": "^5.0.0", "path-type": "^4.0.0", - "yaml": "^1.7.2" + "yaml": "^1.10.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, "node_modules/create-require": { @@ -16097,16 +17020,17 @@ "dev": true }, "node_modules/critters": { - "version": "0.0.16", - "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.16.tgz", - "integrity": "sha512-JwjgmO6i3y6RWtLYmXwO5jMd+maZt8Tnfu7VVISmEWyQqfLpB8soBswf8/2bu6SBXxtKA68Al3c+qIG1ApT68A==", + "version": "0.0.20", + "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.20.tgz", + "integrity": "sha512-CImNRorKOl5d8TWcnAz5n5izQ6HFsvz29k327/ELy6UFcmbiZNOsinaKvzv16WZR0P6etfSWYzE47C4/56B3Uw==", "dev": true, "dependencies": { "chalk": "^4.1.0", - "css-select": "^4.2.0", - "parse5": "^6.0.1", - "parse5-htmlparser2-tree-adapter": "^6.0.1", - "postcss": "^8.3.7", + "css-select": "^5.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.2", + "htmlparser2": "^8.0.2", + "postcss": "^8.4.23", "pretty-bytes": "^5.3.0" } }, @@ -16150,12 +17074,6 @@ "node": ">=8" } }, - "node_modules/critters/node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, "node_modules/critters/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -16404,24 +17322,13 @@ "node": ">=16" } }, - "node_modules/css": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", - "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", - "dev": true, - "dependencies": { - "inherits": "^2.0.4", - "source-map": "^0.6.1", - "source-map-resolve": "^0.6.0" - } - }, "node_modules/css-declaration-sorter": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", - "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", + "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14" + "node": "^14 || ^16 || >=18" }, "peerDependencies": { "postcss": "^8.0.9" @@ -16437,9 +17344,9 @@ } }, "node_modules/css-loader": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz", - "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz", + "integrity": "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==", "dev": true, "dependencies": { "icss-utils": "^5.1.0", @@ -16452,7 +17359,7 @@ "semver": "^7.5.4" }, "engines": { - "node": ">= 18.12.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", @@ -16460,7 +17367,7 @@ }, "peerDependencies": { "@rspack/core": "0.x || 1.x", - "webpack": "^5.27.0" + "webpack": "^5.0.0" }, "peerDependenciesMeta": { "@rspack/core": { @@ -16471,25 +17378,11 @@ } } }, - "node_modules/css-loader/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/css-loader/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -16497,26 +17390,21 @@ "node": ">=10" } }, - "node_modules/css-loader/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/css-minimizer-webpack-plugin": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", - "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-5.0.1.tgz", + "integrity": "sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==", "dev": true, "dependencies": { - "cssnano": "^5.0.6", - "jest-worker": "^27.0.2", - "postcss": "^8.3.5", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" + "@jridgewell/trace-mapping": "^0.3.18", + "cssnano": "^6.0.1", + "jest-worker": "^29.4.3", + "postcss": "^8.4.24", + "schema-utils": "^4.0.1", + "serialize-javascript": "^6.0.1" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 14.15.0" }, "funding": { "type": "opencollective", @@ -16529,6 +17417,9 @@ "@parcel/css": { "optional": true }, + "@swc/css": { + "optional": true + }, "clean-css": { "optional": true }, @@ -16537,66 +17428,22 @@ }, "esbuild": { "optional": true + }, + "lightningcss": { + "optional": true } } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", "dev": true, "dependencies": { "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", "nth-check": "^2.0.1" }, "funding": { @@ -16628,15 +17475,6 @@ "url": "https://github.com/sponsors/fb55" } }, - "node_modules/css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", @@ -16650,120 +17488,119 @@ } }, "node_modules/cssnano": { - "version": "5.1.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", - "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz", + "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==", "dev": true, "dependencies": { - "cssnano-preset-default": "^5.2.14", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" + "cssnano-preset-default": "^6.1.2", + "lilconfig": "^3.1.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/cssnano" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/cssnano-preset-default": { - "version": "5.2.14", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", - "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz", + "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==", "dev": true, "dependencies": { - "css-declaration-sorter": "^6.3.1", - "cssnano-utils": "^3.1.0", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^5.3.1", - "postcss-convert-values": "^5.1.3", - "postcss-discard-comments": "^5.1.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-discard-empty": "^5.1.1", - "postcss-discard-overridden": "^5.1.0", - "postcss-merge-longhand": "^5.1.7", - "postcss-merge-rules": "^5.1.4", - "postcss-minify-font-values": "^5.1.0", - "postcss-minify-gradients": "^5.1.1", - "postcss-minify-params": "^5.1.4", - "postcss-minify-selectors": "^5.2.1", - "postcss-normalize-charset": "^5.1.0", - "postcss-normalize-display-values": "^5.1.0", - "postcss-normalize-positions": "^5.1.1", - "postcss-normalize-repeat-style": "^5.1.1", - "postcss-normalize-string": "^5.1.0", - "postcss-normalize-timing-functions": "^5.1.0", - "postcss-normalize-unicode": "^5.1.1", - "postcss-normalize-url": "^5.1.0", - "postcss-normalize-whitespace": "^5.1.1", - "postcss-ordered-values": "^5.1.3", - "postcss-reduce-initial": "^5.1.2", - "postcss-reduce-transforms": "^5.1.0", - "postcss-svgo": "^5.1.0", - "postcss-unique-selectors": "^5.1.1" + "browserslist": "^4.23.0", + "css-declaration-sorter": "^7.2.0", + "cssnano-utils": "^4.0.2", + "postcss-calc": "^9.0.1", + "postcss-colormin": "^6.1.0", + "postcss-convert-values": "^6.1.0", + "postcss-discard-comments": "^6.0.2", + "postcss-discard-duplicates": "^6.0.3", + "postcss-discard-empty": "^6.0.3", + "postcss-discard-overridden": "^6.0.2", + "postcss-merge-longhand": "^6.0.5", + "postcss-merge-rules": "^6.1.1", + "postcss-minify-font-values": "^6.1.0", + "postcss-minify-gradients": "^6.0.3", + "postcss-minify-params": "^6.1.0", + "postcss-minify-selectors": "^6.0.4", + "postcss-normalize-charset": "^6.0.2", + "postcss-normalize-display-values": "^6.0.2", + "postcss-normalize-positions": "^6.0.2", + "postcss-normalize-repeat-style": "^6.0.2", + "postcss-normalize-string": "^6.0.2", + "postcss-normalize-timing-functions": "^6.0.2", + "postcss-normalize-unicode": "^6.1.0", + "postcss-normalize-url": "^6.0.2", + "postcss-normalize-whitespace": "^6.0.2", + "postcss-ordered-values": "^6.0.2", + "postcss-reduce-initial": "^6.1.0", + "postcss-reduce-transforms": "^6.0.2", + "postcss-svgo": "^6.0.3", + "postcss-unique-selectors": "^6.0.4" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz", + "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", + "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", "dev": true, "dependencies": { - "css-tree": "^1.1.2" + "css-tree": "~2.2.0" }, "engines": { - "node": ">=8.0.0" + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", + "npm": ">=7.0.0" } }, "node_modules/csso/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", + "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", "dev": true, "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" + "mdn-data": "2.0.28", + "source-map-js": "^1.0.1" }, "engines": { - "node": ">=8.0.0" + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", + "npm": ">=7.0.0" } }, "node_modules/csso/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "version": "2.0.28", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", + "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", "dev": true }, - "node_modules/csso/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", + "dev": true }, "node_modules/cssstyle": { "version": "4.0.1", @@ -16973,15 +17810,6 @@ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", "dev": true }, - "node_modules/decode-uri-component": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", - "dev": true, - "engines": { - "node": ">=0.10" - } - }, "node_modules/decompress-response": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", @@ -16994,6 +17822,32 @@ "node": ">=8" } }, + "node_modules/dedent": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", + "dev": true, + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/deep-eql": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.4.tgz", + "integrity": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==", + "dev": true, + "dependencies": { + "type-detect": "^4.0.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/deep-equal": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", @@ -17204,8 +18058,7 @@ "node_modules/defu": { "version": "6.1.4", "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", - "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", - "peer": true + "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" }, "node_modules/del": { "version": "2.2.2", @@ -17353,7 +18206,6 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "peer": true, "engines": { "node": ">=8" } @@ -17399,6 +18251,18 @@ "node": ">= 4.0.0" } }, + "node_modules/dev-ip": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz", + "integrity": "sha512-LmVkry/oDShEgSZPNgqCIp2/TlqtExeGmymru3uCELnfyjY11IzpAproLYs+1X88fXO6DBoYP3ul2Xo2yz2j6A==", + "dev": true, + "bin": { + "dev-ip": "lib/dev-ip.js" + }, + "engines": { + "node": ">= 0.8.0" + } + }, "node_modules/dezalgo": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", @@ -17490,14 +18354,14 @@ } }, "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "dev": true, "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" }, "funding": { "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" @@ -17515,13 +18379,35 @@ } ] }, - "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "node_modules/domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "deprecated": "Use your platform's native DOMException instead", "dev": true, "dependencies": { - "domelementtype": "^2.2.0" + "webidl-conversions": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/domexception/node_modules/webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dev": true, + "dependencies": { + "domelementtype": "^2.3.0" }, "engines": { "node": ">= 4" @@ -17531,14 +18417,14 @@ } }, "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", "dev": true, "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" }, "funding": { "url": "https://github.com/fb55/domutils?sponsor=1" @@ -17597,6 +18483,82 @@ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", "dev": true }, + "node_modules/easy-extender": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/easy-extender/-/easy-extender-2.3.4.tgz", + "integrity": "sha512-8cAwm6md1YTiPpOvDULYJL4ZS6WfM5/cTeVVh4JsvyYZAoqlRVUpHL9Gr5Fy7HA6xcSZicUia3DeAgO3Us8E+Q==", + "dev": true, + "dependencies": { + "lodash": "^4.17.10" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/eazy-logger": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-4.0.1.tgz", + "integrity": "sha512-2GSFtnnC6U4IEKhEI7+PvdxrmjJ04mdsj3wHZTFiw0tUtG4HCWzTr13ZYTk8XOGnA1xQMaDljoBOYlk3D/MMSw==", + "dev": true, + "dependencies": { + "chalk": "4.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/eazy-logger/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eazy-logger/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eazy-logger/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eazy-logger/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", @@ -17625,12 +18587,6 @@ "integrity": "sha512-vSjjB/KUECEBxYqbj9yn1L799L14n0uoKrvk5qfaAokIHB8mYg5hZ8mOTtoS2cJu+xE3QZ/jmHY/Fh0EJeM8ZQ==", "dev": true }, - "node_modules/editorjs-text-alignment-blocktune": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/editorjs-text-alignment-blocktune/-/editorjs-text-alignment-blocktune-1.0.3.tgz", - "integrity": "sha512-DAJ2LJP+WjETvU4lVOJCqZ1kZkKHp0GkujkqZgza9DRv7bO46m1M/s2d5Ba5hPFdmqk1vA/ci++MQXgWD7mWYw==", - "dev": true - }, "node_modules/editorjs-text-color-plugin": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/editorjs-text-color-plugin/-/editorjs-text-color-plugin-1.13.1.tgz", @@ -17658,9 +18614,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.5.tgz", - "integrity": "sha512-QR7/A7ZkMS8tZuoftC/jfqNkZLQO779SSW3YuZHP4eXpj3EffGLFcB/Xu9AAZQzLccTiCV+EmUo3ha4mQ9wnlA==" + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", + "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==" }, "node_modules/emittery": { "version": "0.13.1", @@ -17748,6 +18704,40 @@ "node": ">=10.2.0" } }, + "node_modules/engine.io-client": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.5.4.tgz", + "integrity": "sha512-GeZeeRjpD2qf49cZQ0Wvh/8NJNfeXkXXcoGh+F77oEAgo9gUHwT1fCRxSNU+YEEaysOJTnsFHmM5oAcPy4ntvQ==", + "dev": true, + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1", + "engine.io-parser": "~5.2.1", + "ws": "~8.17.1", + "xmlhttprequest-ssl": "~2.0.0" + } + }, + "node_modules/engine.io-client/node_modules/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "dev": true, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/engine.io-parser": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", @@ -17826,10 +18816,13 @@ } }, "node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "dev": true, + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "devOptional": true, + "engines": { + "node": ">=0.12" + }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -18091,9 +19084,9 @@ } }, "node_modules/esbuild": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.8.tgz", - "integrity": "sha512-g24ybC3fWhZddZK6R3uD2iF/RIPnRpwJAqLov6ouX3hMbY4+tKolP0VMF3zuIYCaXun+yHwS5IPQ91N2BT191g==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", + "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" @@ -18102,35 +19095,35 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.17.8", - "@esbuild/android-arm64": "0.17.8", - "@esbuild/android-x64": "0.17.8", - "@esbuild/darwin-arm64": "0.17.8", - "@esbuild/darwin-x64": "0.17.8", - "@esbuild/freebsd-arm64": "0.17.8", - "@esbuild/freebsd-x64": "0.17.8", - "@esbuild/linux-arm": "0.17.8", - "@esbuild/linux-arm64": "0.17.8", - "@esbuild/linux-ia32": "0.17.8", - "@esbuild/linux-loong64": "0.17.8", - "@esbuild/linux-mips64el": "0.17.8", - "@esbuild/linux-ppc64": "0.17.8", - "@esbuild/linux-riscv64": "0.17.8", - "@esbuild/linux-s390x": "0.17.8", - "@esbuild/linux-x64": "0.17.8", - "@esbuild/netbsd-x64": "0.17.8", - "@esbuild/openbsd-x64": "0.17.8", - "@esbuild/sunos-x64": "0.17.8", - "@esbuild/win32-arm64": "0.17.8", - "@esbuild/win32-ia32": "0.17.8", - "@esbuild/win32-x64": "0.17.8" + "@esbuild/aix-ppc64": "0.19.12", + "@esbuild/android-arm": "0.19.12", + "@esbuild/android-arm64": "0.19.12", + "@esbuild/android-x64": "0.19.12", + "@esbuild/darwin-arm64": "0.19.12", + "@esbuild/darwin-x64": "0.19.12", + "@esbuild/freebsd-arm64": "0.19.12", + "@esbuild/freebsd-x64": "0.19.12", + "@esbuild/linux-arm": "0.19.12", + "@esbuild/linux-arm64": "0.19.12", + "@esbuild/linux-ia32": "0.19.12", + "@esbuild/linux-loong64": "0.19.12", + "@esbuild/linux-mips64el": "0.19.12", + "@esbuild/linux-ppc64": "0.19.12", + "@esbuild/linux-riscv64": "0.19.12", + "@esbuild/linux-s390x": "0.19.12", + "@esbuild/linux-x64": "0.19.12", + "@esbuild/netbsd-x64": "0.19.12", + "@esbuild/openbsd-x64": "0.19.12", + "@esbuild/sunos-x64": "0.19.12", + "@esbuild/win32-arm64": "0.19.12", + "@esbuild/win32-ia32": "0.19.12", + "@esbuild/win32-x64": "0.19.12" } }, "node_modules/esbuild-register": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz", "integrity": "sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==", - "peer": true, "dependencies": { "debug": "^4.3.4" }, @@ -18139,9 +19132,9 @@ } }, "node_modules/esbuild-wasm": { - "version": "0.17.8", - "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.17.8.tgz", - "integrity": "sha512-zCmpxv95E0FuCmvdw1K836UHnj4EdiQnFfjTby35y3LAjRPtXMj3sbHDRHjbD8Mqg5lTwq3knacr/1qIFU51CQ==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.18.17.tgz", + "integrity": "sha512-9OHGcuRzy+I8ziF9FzjfKLWAPbvi0e/metACVg9k6bK+SI4FFxeV6PcZsz8RIVaMD4YNehw+qj6UMR3+qj/EuQ==", "dev": true, "bin": { "esbuild": "bin/esbuild" @@ -18171,6 +19164,37 @@ "node": ">=0.8.0" } }, + "node_modules/escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "dev": true, + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/eslint": { "version": "8.57.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", @@ -18706,46 +19730,11 @@ "node": ">=6" } }, - "node_modules/eslint-plugin-unicorn/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint-plugin-unicorn/node_modules/regjsparser": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz", - "integrity": "sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==", - "dev": true, - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/eslint-plugin-unicorn/node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, "node_modules/eslint-plugin-unicorn/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -18753,11 +19742,6 @@ "node": ">=10" } }, - "node_modules/eslint-plugin-unicorn/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", @@ -18774,33 +19758,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", @@ -19164,36 +20121,36 @@ "dev": true }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.3", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.3.1", + "finalhandler": "1.2.0", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.3", + "merge-descriptors": "1.0.1", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.7", - "qs": "6.13.0", + "qs": "6.11.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.19.0", - "serve-static": "1.16.2", + "send": "0.18.0", + "serve-static": "1.15.0", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -19212,14 +20169,6 @@ "ms": "2.0.0" } }, - "node_modules/express/node_modules/encodeurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/express/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -19295,9 +20244,9 @@ } }, "node_modules/fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -19307,7 +20256,7 @@ "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, "node_modules/fast-json-stable-stringify": { @@ -19327,6 +20276,11 @@ "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, + "node_modules/fast-sha256": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz", + "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==" + }, "node_modules/fast-uri": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", @@ -19406,89 +20360,6 @@ "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dev": true, - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/file-loader/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/file-loader/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/file-loader/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/file-loader/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/filelist": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", @@ -19519,6 +20390,38 @@ "node": ">=10" } }, + "node_modules/filename-reserved-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", + "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/filenamify": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.1.0.tgz", + "integrity": "sha512-KQV/uJDI9VQgN7sHH1Zbk6+42cD6mnQ2HONzkXUfPJ+K2FC8GZ1dpewbbHw0Sz8Tf5k3EVdHVayM4DoAwWlmtg==", + "dev": true, + "dependencies": { + "filename-reserved-regex": "^2.0.0", + "strip-outer": "^1.0.1", + "trim-repeated": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/filesize": { + "version": "10.1.4", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.4.tgz", + "integrity": "sha512-ryBwPIIeErmxgPnm6cbESAzXjuEFubs+yKYLBZvg3CaiNcmkJChoOGcBSrZ6IwkMwPABwPpVXE6IlNdGJJrvEg==", + "dev": true, + "engines": { + "node": ">= 10.4.0" + } + }, "node_modules/fill-range": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", @@ -19531,12 +20434,12 @@ } }, "node_modules/finalhandler": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", - "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", "dependencies": { "debug": "2.6.9", - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -19555,14 +20458,6 @@ "ms": "2.0.0" } }, - "node_modules/finalhandler/node_modules/encodeurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -19682,7 +20577,6 @@ "version": "0.242.1", "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.242.1.tgz", "integrity": "sha512-E3ml21Q1S5cMAyPbtYslkvI6yZO5oCS/S2EoteeFH8Kx9iKOv/YOJ+dGd/yMf+H3YKfhMKjnOpyNwrO7NdddWA==", - "peer": true, "engines": { "node": ">=0.4.0" } @@ -19691,6 +20585,7 @@ "version": "1.15.6", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "dev": true, "funding": [ { "type": "individual", @@ -19829,22 +20724,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dev": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", @@ -19959,6 +20838,43 @@ "node": ">= 0.6" } }, + "node_modules/front-matter": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", + "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", + "dev": true, + "dependencies": { + "js-yaml": "^3.13.1" + } + }, + "node_modules/front-matter/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/front-matter/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/front-matter/node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, "node_modules/fs-constants": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", @@ -20122,6 +21038,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/get-func-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/get-intrinsic": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", @@ -20190,7 +21115,6 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz", "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==", - "peer": true, "dependencies": { "citty": "^0.1.6", "consola": "^3.2.3", @@ -20466,6 +21390,18 @@ "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/guess-parser": { + "version": "0.4.22", + "resolved": "https://registry.npmjs.org/guess-parser/-/guess-parser-0.4.22.tgz", + "integrity": "sha512-KcUWZ5ACGaBM69SbqwVIuWGoSAgD+9iJnchR9j/IarVI1jHVeXv+bUXBIMeqVMSKt3zrn0Dgf9UpcOEpPBLbSg==", + "dev": true, + "dependencies": { + "@wessberg/ts-evaluator": "0.0.27" + }, + "peerDependencies": { + "typescript": ">=3.7.5" + } + }, "node_modules/handle-thing": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", @@ -20784,15 +21720,15 @@ } }, "node_modules/html-encoding-sniffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", - "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", "dev": true, "dependencies": { - "whatwg-encoding": "^2.0.0" + "whatwg-encoding": "^1.0.5" }, "engines": { - "node": ">=12" + "node": ">=10" } }, "node_modules/html-entities": { @@ -20892,9 +21828,9 @@ } }, "node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", "dev": true, "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", @@ -20904,10 +21840,10 @@ } ], "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" } }, "node_modules/http-cache-semantics": { @@ -21006,85 +21942,6 @@ } } }, - "node_modules/http-server": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/http-server/-/http-server-14.1.1.tgz", - "integrity": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==", - "dev": true, - "dependencies": { - "basic-auth": "^2.0.1", - "chalk": "^4.1.2", - "corser": "^2.0.1", - "he": "^1.2.0", - "html-encoding-sniffer": "^3.0.0", - "http-proxy": "^1.18.1", - "mime": "^1.6.0", - "minimist": "^1.2.6", - "opener": "^1.5.1", - "portfinder": "^1.0.28", - "secure-compare": "3.0.1", - "union": "~0.5.0", - "url-join": "^4.0.1" - }, - "bin": { - "http-server": "bin/http-server" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/http-server/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/http-server/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/http-server/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/http-server/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", @@ -21262,6 +22119,15 @@ "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", "dev": true }, + "node_modules/immutable": { + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -21363,12 +22229,12 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "node_modules/ini": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz", - "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", + "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/injection-js": { @@ -21829,6 +22695,15 @@ "node": ">=0.12.0" } }, + "node_modules/is-number-like": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz", + "integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==", + "dev": true, + "dependencies": { + "lodash.isfinite": "^3.3.2" + } + }, "node_modules/is-number-object": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", @@ -22180,21 +23055,21 @@ } }, "node_modules/istanbul-lib-instrument/node_modules/@babel/core": { - "version": "7.24.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", - "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.9", - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-module-transforms": "^7.24.9", - "@babel/helpers": "^7.24.8", - "@babel/parser": "^7.24.8", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.9", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -22219,12 +23094,12 @@ } }, "node_modules/istanbul-lib-instrument/node_modules/@babel/generator": { - "version": "7.24.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", - "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", "dev": true, "dependencies": { - "@babel/types": "^7.24.9", + "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -22234,33 +23109,19 @@ } }, "node_modules/istanbul-lib-instrument/node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dev": true, "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/istanbul-lib-instrument/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/istanbul-lib-instrument/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", @@ -22515,6 +23376,15 @@ "mkdirp": "^1.0.4" } }, + "node_modules/jasmine-spec-reporter": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-7.0.0.tgz", + "integrity": "sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==", + "dev": true, + "dependencies": { + "colors": "1.4.0" + } + }, "node_modules/jasmine/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -22609,23 +23479,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-circus/node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, "node_modules/jest-circus/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -22642,38 +23495,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-circus/node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jest-circus/node_modules/dedent": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", - "dev": true, - "peerDependencies": { - "babel-plugin-macros": "^3.1.0" - }, - "peerDependenciesMeta": { - "babel-plugin-macros": { - "optional": true - } - } - }, "node_modules/jest-circus/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -23860,6 +24681,15 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/jiti": { + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "dev": true, + "bin": { + "jiti": "bin/jiti.js" + } + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -23886,7 +24716,6 @@ "version": "0.15.2", "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.15.2.tgz", "integrity": "sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==", - "peer": true, "dependencies": { "@babel/core": "^7.23.0", "@babel/parser": "^7.23.0", @@ -23925,7 +24754,6 @@ "version": "7.25.2", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", - "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -23955,7 +24783,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", - "peer": true, "dependencies": { "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", @@ -23970,7 +24797,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -23980,25 +24806,10 @@ "node": ">=6.9.0" } }, - "node_modules/jscodeshift/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "peer": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/jscodeshift/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -24013,7 +24824,6 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24028,14 +24838,12 @@ "node_modules/jscodeshift/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "peer": true + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/jscodeshift/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, "engines": { "node": ">=8" } @@ -24044,7 +24852,6 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -24052,14 +24859,12 @@ "node_modules/jscodeshift/node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "peer": true + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/jscodeshift/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -24071,7 +24876,6 @@ "version": "2.4.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "peer": true, "dependencies": { "graceful-fs": "^4.1.11", "imurmurhash": "^0.1.4", @@ -24205,6 +25009,12 @@ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -24245,6 +25055,24 @@ "node": ">=6" } }, + "node_modules/jsonc-eslint-parser": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", + "integrity": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==", + "dev": true, + "dependencies": { + "acorn": "^8.5.0", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + } + }, "node_modules/jsonc-parser": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", @@ -24657,6 +25485,15 @@ "node": ">=0.10.0" } }, + "node_modules/klaw-sync": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz", + "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.11" + } + }, "node_modules/kleur": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", @@ -24680,6 +25517,16 @@ "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==", "dev": true }, + "node_modules/launch-editor": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.0.tgz", + "integrity": "sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==", + "dev": true, + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" + } + }, "node_modules/less": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/less/-/less-4.1.3.tgz", @@ -24869,14 +25716,23 @@ } }, "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", + "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", "dev": true, "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" } }, + "node_modules/limiter": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz", + "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==", + "dev": true + }, "node_modules/lines-and-columns": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", @@ -24934,18 +25790,6 @@ "node": ">=18" } }, - "node_modules/lint-staged/node_modules/lilconfig": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", - "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" - } - }, "node_modules/lint-staged/node_modules/yaml": { "version": "2.4.5", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", @@ -25060,6 +25904,68 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/lite-server": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.6.1.tgz", + "integrity": "sha512-d3oyB/C8AU4EwYQHlLxcu6vTQDnCaLb81v1KKNYABmFS5oeJ11A+YxlqtpbTclID1AFddJfcB5klf0q98vYIMw==", + "dev": true, + "dependencies": { + "browser-sync": "^2.26.13", + "connect-history-api-fallback": "^1.6.0", + "connect-logger": "^0.0.1", + "lodash": "^4.17.20", + "minimist": "^1.2.5" + }, + "bin": { + "lite-server": "bin/lite-server" + } + }, + "node_modules/load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "dev": true, + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/loader-runner": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", @@ -25078,6 +25984,68 @@ "node": ">= 12.13.0" } }, + "node_modules/localtunnel": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz", + "integrity": "sha512-n418Cn5ynvJd7m/N1d9WVJISLJF/ellZnfsLnx8WBWGzxv/ntNcFkJ1o6se5quUhCplfLGBNL5tYHiq5WF3Nug==", + "dev": true, + "dependencies": { + "axios": "0.21.4", + "debug": "4.3.2", + "openurl": "1.1.1", + "yargs": "17.1.1" + }, + "bin": { + "lt": "bin/lt.js" + }, + "engines": { + "node": ">=8.3.0" + } + }, + "node_modules/localtunnel/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/localtunnel/node_modules/yargs": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz", + "integrity": "sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/localtunnel/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -25107,6 +26075,12 @@ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" }, + "node_modules/lodash.isfinite": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz", + "integrity": "sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA==", + "dev": true + }, "node_modules/lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", @@ -25372,6 +26346,15 @@ "loose-envify": "cli.js" } }, + "node_modules/loupe": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", + "dev": true, + "dependencies": { + "get-func-name": "^2.0.1" + } + }, "node_modules/lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", @@ -25390,12 +26373,12 @@ } }, "node_modules/magic-string": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.29.0.tgz", - "integrity": "sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==", + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.1.tgz", + "integrity": "sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==", "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" + "@jridgewell/sourcemap-codec": "^1.4.15" }, "engines": { "node": ">=12" @@ -25726,6 +26709,15 @@ "map-or-similar": "^1.5.0" } }, + "node_modules/memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", + "dev": true, + "engines": { + "node": ">= 0.10.0" + } + }, "node_modules/meow": { "version": "13.2.0", "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", @@ -25739,12 +26731,9 @@ } }, "node_modules/merge-descriptors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" }, "node_modules/merge-stream": { "version": "2.0.0", @@ -25899,10 +26888,9 @@ } }, "node_modules/minipass": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", - "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", - "dev": true, + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "engines": { "node": ">=8" } @@ -26003,9 +26991,9 @@ "dev": true }, "node_modules/minipass-json-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", - "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.2.tgz", + "integrity": "sha512-myxeeTm57lYs8pH2nxPzmEEg8DGIgW+9mv6D4JZD2pa81I/OBjeU7PtICXV6c9eRGTA5JMDsuIPUZRCyBMYNhg==", "dev": true, "dependencies": { "jsonparse": "^1.3.1", @@ -26118,6 +27106,12 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, + "node_modules/mitt": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==", + "dev": true + }, "node_modules/mkdirp": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", @@ -26133,7 +27127,6 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", - "peer": true, "dependencies": { "acorn": "^8.11.3", "pathe": "^1.1.2", @@ -26334,6 +27327,20 @@ "node": "*" } }, + "node_modules/monaco-editor": { + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.41.0.tgz", + "integrity": "sha512-1o4olnZJsiLmv5pwLEAmzHTE/5geLKQ07BrGxlF4Ri/AXAc2yyDGZwHjiTqD8D/ROKUZmwMA28A+yEowLNOEcA==" + }, + "node_modules/mrmime": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -26443,9 +27450,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/ng-packagr": { - "version": "15.2.2", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-15.2.2.tgz", - "integrity": "sha512-+042GBD35ztxbHywGJloAiDM/s3Ja3TZtQh361TWqd/xza3K5DMUu6VRGLTgMwG7CW1YsqYHWgMZslP1c+ng7A==", + "version": "16.2.3", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-16.2.3.tgz", + "integrity": "sha512-VTJ7Qtge52+1subkhmF5nOqLNbVutA8/igJ0A5vH6Mgpb8Z/3HeZomtD1SHzZF5Dqp+p+QPHE548FWYu1MdMSQ==", "dev": true, "dependencies": { "@rollup/plugin-json": "^6.0.0", @@ -26454,19 +27461,19 @@ "ansi-colors": "^4.1.3", "autoprefixer": "^10.4.12", "browserslist": "^4.21.4", - "cacache": "^17.0.0", + "cacache": "^18.0.0", "chokidar": "^3.5.3", - "commander": "^10.0.0", + "commander": "^11.0.0", "convert-source-map": "^2.0.0", "dependency-graph": "^0.11.0", - "esbuild-wasm": "^0.17.0", + "esbuild-wasm": "^0.19.0", + "fast-glob": "^3.2.12", "find-cache-dir": "^3.3.2", - "glob": "^8.0.3", "injection-js": "^2.4.0", "jsonc-parser": "^3.2.0", "less": "^4.1.3", "ora": "^5.1.0", - "piscina": "^3.2.0", + "piscina": "^4.0.0", "postcss": "^8.4.16", "postcss-url": "^10.1.3", "rollup": "^3.0.0", @@ -26477,16 +27484,16 @@ "ng-packagr": "cli/main.js" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "optionalDependencies": { - "esbuild": "^0.17.0" + "esbuild": "^0.19.0" }, "peerDependencies": { - "@angular/compiler-cli": "^15.0.0 || ^15.2.0-next.0", + "@angular/compiler-cli": "^16.0.0 || ^16.2.0-next.0", "tailwindcss": "^2.0.0 || ^3.0.0", "tslib": "^2.3.0", - "typescript": ">=4.8.2 <5.0" + "typescript": ">=4.9.3 <5.2" }, "peerDependenciesMeta": { "tailwindcss": { @@ -26494,13 +27501,45 @@ } } }, + "node_modules/ng-packagr/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/ng-packagr/node_modules/cacache": { + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", + "dev": true, + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, "node_modules/ng-packagr/node_modules/commander": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/ng-packagr/node_modules/convert-source-map": { @@ -26509,6 +27548,80 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true }, + "node_modules/ng-packagr/node_modules/esbuild-wasm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.19.12.tgz", + "integrity": "sha512-Zmc4hk6FibJZBcTx5/8K/4jT3/oG1vkGTEeKJUQFCUQKimD6Q7+adp/bdVQyYJFolMKaXkQnVZdV4O5ZaTYmyQ==", + "dev": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/ng-packagr/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ng-packagr/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/ng-packagr/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ng-packagr/node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/ng-packagr/node_modules/minipass-collect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", + "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/ng2-charts": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-4.1.1.tgz", @@ -26525,6 +27638,19 @@ "rxjs": "^6.5.3 || ^7.4.0" } }, + "node_modules/ngx-monaco-editor-v2": { + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/ngx-monaco-editor-v2/-/ngx-monaco-editor-v2-16.0.1.tgz", + "integrity": "sha512-fhvqiQUtzEB3o6W1PrMzZkAM7N9owhoXiUF5Go/Bl/nOL90O22el+TUhszTz1o24ZQnPQZeNKhN7O+u/jVAWtg==", + "dependencies": { + "tslib": "^2.1.0" + }, + "peerDependencies": { + "@angular/common": "^16.0.4", + "@angular/core": "^16.0.4", + "monaco-editor": "^0.41.0" + } + }, "node_modules/nice-napi": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", @@ -26540,6 +27666,12 @@ "node-gyp-build": "^4.2.2" } }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -26580,7 +27712,6 @@ "version": "0.1.17", "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", "integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==", - "peer": true, "dependencies": { "minimatch": "^3.0.2" }, @@ -26610,8 +27741,7 @@ "node_modules/node-fetch-native": { "version": "1.6.4", "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz", - "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==", - "peer": true + "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==" }, "node_modules/node-fetch/node_modules/tr46": { "version": "0.0.3", @@ -26747,6 +27877,12 @@ "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", "dev": true }, + "node_modules/node-machine-id": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz", + "integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==", + "dev": true + }, "node_modules/node-releases": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", @@ -26798,18 +27934,6 @@ "node": ">=0.10.0" } }, - "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/npm-bundled": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz", @@ -26952,15 +28076,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/npm-registry-fetch/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/npm-registry-fetch/node_modules/minipass-fetch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", @@ -26987,6 +28102,110 @@ "node": ">=16 || 14 >=14.17" } }, + "node_modules/npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" + }, + "bin": { + "npm-run-all": "bin/npm-run-all/index.js", + "run-p": "bin/run-p/index.js", + "run-s": "bin/run-s/index.js" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/npm-run-all/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/npm-run-all/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-all/node_modules/pidtree": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "dev": true, + "bin": { + "pidtree": "bin/pidtree.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/npm-run-all/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/npm-run-all/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-all/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-all/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", @@ -27033,14 +28252,13 @@ "dev": true }, "node_modules/nx": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.7.tgz", - "integrity": "sha512-1qlEeDjX9OKZEryC8i4bA+twNg+lB5RKrozlNwWx/lLJHqWPUfvUTvxh+uxlPYL9KzVReQjUuxMLFMsHNqWUrA==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/nx/-/nx-16.10.0.tgz", + "integrity": "sha512-gZl4iCC0Hx0Qe1VWmO4Bkeul2nttuXdPpfnlcDKSACGu3ZIo+uySqwOF8yBAxSTIf8xe2JRhgzJN1aFkuezEBg==", "dev": true, "hasInstallScript": true, "dependencies": { - "@nrwl/cli": "15.9.7", - "@nrwl/tao": "15.9.7", + "@nrwl/tao": "16.10.0", "@parcel/watcher": "2.0.4", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", @@ -27049,22 +28267,24 @@ "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", + "cliui": "^8.0.1", + "dotenv": "~16.3.1", + "dotenv-expand": "~10.0.0", "enquirer": "~2.3.6", - "fast-glob": "3.2.7", "figures": "3.2.0", "flat": "^5.0.2", "fs-extra": "^11.1.0", "glob": "7.1.4", "ignore": "^5.0.4", + "jest-diff": "^29.4.1", "js-yaml": "4.1.0", "jsonc-parser": "3.2.0", "lines-and-columns": "~2.0.3", "minimatch": "3.0.5", + "node-machine-id": "1.1.12", "npm-run-path": "^4.0.1", "open": "^8.4.0", - "semver": "7.5.4", + "semver": "7.5.3", "string-width": "^4.2.3", "strong-log-transformer": "^2.1.0", "tar-stream": "~2.2.0", @@ -27079,19 +28299,20 @@ "nx": "bin/nx.js" }, "optionalDependencies": { - "@nrwl/nx-darwin-arm64": "15.9.7", - "@nrwl/nx-darwin-x64": "15.9.7", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.7", - "@nrwl/nx-linux-arm64-gnu": "15.9.7", - "@nrwl/nx-linux-arm64-musl": "15.9.7", - "@nrwl/nx-linux-x64-gnu": "15.9.7", - "@nrwl/nx-linux-x64-musl": "15.9.7", - "@nrwl/nx-win32-arm64-msvc": "15.9.7", - "@nrwl/nx-win32-x64-msvc": "15.9.7" + "@nx/nx-darwin-arm64": "16.10.0", + "@nx/nx-darwin-x64": "16.10.0", + "@nx/nx-freebsd-x64": "16.10.0", + "@nx/nx-linux-arm-gnueabihf": "16.10.0", + "@nx/nx-linux-arm64-gnu": "16.10.0", + "@nx/nx-linux-arm64-musl": "16.10.0", + "@nx/nx-linux-x64-gnu": "16.10.0", + "@nx/nx-linux-x64-musl": "16.10.0", + "@nx/nx-win32-arm64-msvc": "16.10.0", + "@nx/nx-win32-x64-msvc": "16.10.0" }, "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" + "@swc-node/register": "^1.6.7", + "@swc/core": "^1.3.85" }, "peerDependenciesMeta": { "@swc-node/register": { @@ -27102,13 +28323,16 @@ } } }, - "node_modules/nx/node_modules/@nrwl/cli": { - "version": "15.9.7", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.7.tgz", - "integrity": "sha512-1jtHBDuJzA57My5nLzYiM372mJW0NY6rFKxlWt5a0RLsAZdPTHsd8lE3Gs9XinGC1jhXbruWmhhnKyYtZvX/zA==", + "node_modules/nx/node_modules/@zkochan/js-yaml": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.6.tgz", + "integrity": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==", "dev": true, "dependencies": { - "nx": "15.9.7" + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, "node_modules/nx/node_modules/ansi-styles": { @@ -27126,6 +28350,17 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/nx/node_modules/axios": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/nx/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -27142,13 +28377,39 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/nx/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/nx/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "version": "16.3.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", + "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", "dev": true, "engines": { - "node": ">=10" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, + "node_modules/nx/node_modules/dotenv-expand": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "dev": true, + "engines": { + "node": ">=12" } }, "node_modules/nx/node_modules/enquirer": { @@ -27190,33 +28451,6 @@ "node": ">=8" } }, - "node_modules/nx/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/nx/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/nx/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -27229,17 +28463,10 @@ "node": ">=8" } }, - "node_modules/nx/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/nypm": { "version": "0.3.9", "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.3.9.tgz", "integrity": "sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==", - "peer": true, "dependencies": { "citty": "^0.1.6", "consola": "^3.2.3", @@ -27308,6 +28535,15 @@ "node": ">= 0.4" } }, + "node_modules/object-path": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.8.tgz", + "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==", + "dev": true, + "engines": { + "node": ">= 10.12.0" + } + }, "node_modules/object.assign": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", @@ -27384,8 +28620,7 @@ "node_modules/ohash": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz", - "integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==", - "peer": true + "integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==" }, "node_modules/on-finished": { "version": "2.4.1", @@ -27430,9 +28665,9 @@ } }, "node_modules/open": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz", - "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dev": true, "dependencies": { "define-lazy-prop": "^2.0.0", @@ -27446,13 +28681,31 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/opener": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "node_modules/openurl": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz", + "integrity": "sha512-d/gTkTb1i1GKz5k3XE3XFV/PxQ1k45zDqGP2OA7YhgsaLoqm6qRvARAZOFer1fcXritWlGBRCu/UgeS4HAnXAA==", + "dev": true + }, + "node_modules/opn": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", "dev": true, - "bin": { - "opener": "bin/opener-bin.js" + "dependencies": { + "is-wsl": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/opn/node_modules/is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "dev": true, + "engines": { + "node": ">=4" } }, "node_modules/optimism": { @@ -27688,9 +28941,9 @@ "dev": true }, "node_modules/pacote": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.1.0.tgz", - "integrity": "sha512-FFcjtIl+BQNfeliSm7MZz5cpdohvUV1yjGnqgVM4UnVF7JslRY0ImXAygdaCDV0jjUADEWu4y5xsDV8brtrTLg==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.2.0.tgz", + "integrity": "sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==", "dev": true, "dependencies": { "@npmcli/git": "^4.0.0", @@ -27699,7 +28952,7 @@ "@npmcli/run-script": "^6.0.0", "cacache": "^17.0.0", "fs-minipass": "^3.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "npm-package-arg": "^10.0.0", "npm-packlist": "^7.0.0", "npm-pick-manifest": "^8.0.0", @@ -27708,7 +28961,7 @@ "promise-retry": "^2.0.1", "read-package-json": "^6.0.0", "read-package-json-fast": "^3.0.0", - "sigstore": "^1.0.0", + "sigstore": "^1.3.0", "ssri": "^10.0.0", "tar": "^6.1.11" }, @@ -27818,33 +29071,6 @@ "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5-html-rewriting-stream/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/parse5-htmlparser2-tree-adapter": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", - "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", - "dev": true, - "dependencies": { - "parse5": "^6.0.1" - } - }, - "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, "node_modules/parse5-sax-parser": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", @@ -27857,18 +29083,6 @@ "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "devOptional": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -27889,7 +29103,9 @@ }, "node_modules/path-browserify": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "dev": true }, "node_modules/path-exists": { "version": "4.0.0", @@ -27958,9 +29174,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" }, "node_modules/path-type": { "version": "4.0.0", @@ -27981,8 +29197,16 @@ "node_modules/pathe": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", - "peer": true + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + }, + "node_modules/pathval": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "dev": true, + "engines": { + "node": "*" + } }, "node_modules/pdfjs-dist": { "version": "3.3.122", @@ -28069,9 +29293,9 @@ } }, "node_modules/piscina": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz", - "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.0.0.tgz", + "integrity": "sha512-641nAmJS4k4iqpNUqfggqUBUMmlw0ZoM5VZKdQkV2e970Inn3Tk9kroCc1wpsYLD07vCwpys5iY0d3xI/9WkTg==", "dev": true, "dependencies": { "eventemitter-asyncresource": "^1.0.0", @@ -28150,13 +29374,56 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz", "integrity": "sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==", - "peer": true, "dependencies": { "confbox": "^0.1.7", "mlly": "^1.7.1", "pathe": "^1.1.2" } }, + "node_modules/playwright": { + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.3.tgz", + "integrity": "sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==", + "dev": true, + "dependencies": { + "playwright-core": "1.45.3" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/playwright-core": { + "version": "1.45.3", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.3.tgz", + "integrity": "sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==", + "dev": true, + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/playwright/node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/pluralize": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", @@ -28178,21 +29445,21 @@ "node": ">=10" } }, - "node_modules/portfinder": { - "version": "1.0.32", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz", - "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", + "node_modules/portscanner": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.2.0.tgz", + "integrity": "sha512-IFroCz/59Lqa2uBvzK3bKDbDDIEaAY8XJ1jFxcLWTqosrsc32//P4VuSB2vZXoHiHqOmx8B5L5hnKOxL/7FlPw==", "dev": true, "dependencies": { - "async": "^2.6.4", - "debug": "^3.2.7", - "mkdirp": "^0.5.6" + "async": "^2.6.0", + "is-number-like": "^1.0.3" }, "engines": { - "node": ">= 0.12.0" + "node": ">=0.4", + "npm": ">=1.0.0" } }, - "node_modules/portfinder/node_modules/async": { + "node_modules/portscanner/node_modules/async": { "version": "2.6.4", "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", @@ -28201,27 +29468,6 @@ "lodash": "^4.17.14" } }, - "node_modules/portfinder/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/portfinder/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, "node_modules/possible-typed-array-names": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", @@ -28259,98 +29505,101 @@ } }, "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz", + "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.9", + "postcss-selector-parser": "^6.0.11", "postcss-value-parser": "^4.2.0" }, + "engines": { + "node": "^14 || ^16 || >=18.0" + }, "peerDependencies": { "postcss": "^8.2.2" } }, "node_modules/postcss-colormin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", - "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz", + "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", + "browserslist": "^4.23.0", "caniuse-api": "^3.0.0", - "colord": "^2.9.1", + "colord": "^2.9.3", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-convert-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", - "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz", + "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", + "browserslist": "^4.23.0", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-discard-comments": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", - "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz", + "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-discard-duplicates": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", - "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz", + "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-discard-empty": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz", + "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-discard-overridden": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", - "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz", + "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-import": { @@ -28371,13 +29620,13 @@ } }, "node_modules/postcss-loader": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.2.tgz", - "integrity": "sha512-fUJzV/QH7NXUAqV8dWJ9Lg4aTkDCezpTS5HgJ2DvqznexTbSTxgi/dTECvTZ15BwKTtk8G/bqI/QTu2HPd3ZCg==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.3.tgz", + "integrity": "sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==", "dev": true, "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.5", + "cosmiconfig": "^8.2.0", + "jiti": "^1.18.2", "semver": "^7.3.8" }, "engines": { @@ -28393,19 +29642,29 @@ } }, "node_modules/postcss-loader/node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/postcss-media-query-parser": { @@ -28415,101 +29674,101 @@ "dev": true }, "node_modules/postcss-merge-longhand": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", - "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz", + "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0", - "stylehacks": "^5.1.1" + "stylehacks": "^6.1.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-merge-rules": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", - "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz", + "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", + "browserslist": "^4.23.0", "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.1.0", - "postcss-selector-parser": "^6.0.5" + "cssnano-utils": "^4.0.2", + "postcss-selector-parser": "^6.0.16" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-minify-font-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", - "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz", + "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-minify-gradients": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", - "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz", + "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==", "dev": true, "dependencies": { - "colord": "^2.9.1", - "cssnano-utils": "^3.1.0", + "colord": "^2.9.3", + "cssnano-utils": "^4.0.2", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-minify-params": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", - "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz", + "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", - "cssnano-utils": "^3.1.0", + "browserslist": "^4.23.0", + "cssnano-utils": "^4.0.2", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-minify-selectors": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", - "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz", + "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.5" + "postcss-selector-parser": "^6.0.16" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-modules-extract-imports": { @@ -28572,184 +29831,183 @@ } }, "node_modules/postcss-normalize-charset": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", - "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz", + "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-display-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", - "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz", + "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-positions": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", - "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz", + "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-repeat-style": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", - "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz", + "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-string": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz", + "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-timing-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz", + "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-unicode": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", - "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz", + "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", + "browserslist": "^4.23.0", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz", + "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==", "dev": true, "dependencies": { - "normalize-url": "^6.0.1", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-normalize-whitespace": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", - "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz", + "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-ordered-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", - "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz", + "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==", "dev": true, "dependencies": { - "cssnano-utils": "^3.1.0", + "cssnano-utils": "^4.0.2", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-reduce-initial": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", - "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz", + "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", + "browserslist": "^4.23.0", "caniuse-api": "^3.0.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz", + "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-resolve-nested-selector": { @@ -28837,34 +30095,34 @@ } }, "node_modules/postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz", + "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==", "dev": true, "dependencies": { "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" + "svgo": "^3.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >= 18" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-unique-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz", + "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.5" + "postcss-selector-parser": "^6.0.16" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/postcss-url": { @@ -29097,6 +30355,189 @@ "node": ">=10.13.x" } }, + "node_modules/protractor-retry-angular-cli": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/protractor-retry-angular-cli/-/protractor-retry-angular-cli-2.0.3.tgz", + "integrity": "sha512-sPamB1TUMf8R5cHTopyrj1OYsDedXU4Q7viic3Z+K7jWk7+TkbUlEukd57HHbVddSh5iGHWmghsWEUqiZnhT8g==", + "dev": true, + "dependencies": { + "array-unique": "~0.3.2", + "chai": "4.x", + "chai-as-promised": "7.x", + "cross-spawn": "^7.0.2", + "debug": "^4.1.1", + "lodash": "^4.17.19", + "mkdirp": "^1.0.3", + "q": "^1.5.1", + "xml2js": "~0.4.23", + "yargs": "^16.1.1" + } + }, + "node_modules/protractor-retry-angular-cli/node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", + "dev": true, + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/protractor-retry-angular-cli/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/protractor-retry-angular-cli/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/protractor-screenshoter-plugin": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/protractor-screenshoter-plugin/-/protractor-screenshoter-plugin-0.10.3.tgz", + "integrity": "sha512-OF9kGe1rMxBQY4uXzXQUFT14EB83rz8DlDcxmH5HcOHPBpUhGh+Nwo7+K87w1LoLcTuGdG7Bz+/hGwoGguDfsA==", + "dev": true, + "dependencies": { + "circular-json": "^0.5.1", + "fs-extra": "^7.0.0", + "klaw-sync": "^6.0.0", + "lodash": "^4.17.11", + "mkdirp": "^0.5.1", + "moment": "^2.20.1", + "q": "^1.5.1", + "screenshoter-report-analyzer": "^0.6", + "uuid": "^3.1.0" + } + }, + "node_modules/protractor-screenshoter-plugin/node_modules/fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/protractor-screenshoter-plugin/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/protractor-screenshoter-plugin/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/protractor-screenshoter-plugin/node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", + "dev": true, + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/protractor-screenshoter-plugin/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/protractor-screenshoter-plugin/node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "dev": true, + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/protractor-smartrunner": { + "version": "2.0.0-beta9", + "resolved": "https://registry.npmjs.org/protractor-smartrunner/-/protractor-smartrunner-2.0.0-beta9.tgz", + "integrity": "sha512-E4X8hpipnoxTuta0uT6o1p9ZcjLzKFHH3jr/xgp3VQJ2PKHHmsGkal5JdbQJ4tURLUG2Yg9sP+7yDOCrrsbW7Q==", + "dev": true, + "dependencies": { + "filenamify": "4.1.0", + "fs-extra": "8.1.0" + }, + "peerDependencies": { + "protractor": "~7.0.0" + } + }, + "node_modules/protractor-smartrunner/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/protractor-smartrunner/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/protractor-smartrunner/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/protractor/node_modules/@types/selenium-webdriver": { "version": "3.0.26", "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", @@ -29448,7 +30889,8 @@ "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true }, "node_modules/prr": { "version": "1.0.1", @@ -29506,11 +30948,11 @@ } }, "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dependencies": { - "side-channel": "^1.0.6" + "side-channel": "^1.0.4" }, "engines": { "node": ">=0.6" @@ -29605,6 +31047,21 @@ "react-dom": ">=16.8.0" } }, + "node_modules/react-confetti": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-confetti/-/react-confetti-6.1.0.tgz", + "integrity": "sha512-7Ypx4vz0+g8ECVxr88W9zhcQpbeujJAVqL14ZnXJ3I23mOI9/oBVTQ3dkJhUmB0D6XOtCZEM6N0Gm9PMngkORw==", + "dev": true, + "dependencies": { + "tween-functions": "^1.2.0" + }, + "engines": { + "node": ">=10.18" + }, + "peerDependencies": { + "react": "^16.3.0 || ^17.0.1 || ^18.0.0" + } + }, "node_modules/react-dom": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", @@ -29829,6 +31286,20 @@ "node": ">=16 || 14 >=14.17" } }, + "node_modules/read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", + "dev": true, + "dependencies": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/read-pkg-up": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", @@ -29958,6 +31429,54 @@ "node": ">=8" } }, + "node_modules/read-pkg/node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/read-pkg/node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/read-pkg/node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/readable-stream": { "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", @@ -30000,7 +31519,6 @@ "version": "0.23.9", "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.9.tgz", "integrity": "sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==", - "peer": true, "dependencies": { "ast-types": "^0.16.1", "esprima": "~4.0.0", @@ -30016,7 +31534,6 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -30136,6 +31653,27 @@ "regjsparser": "bin/parser" } }, + "node_modules/regjsparser": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz", + "integrity": "sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, "node_modules/rehackt": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz", @@ -30318,6 +31856,93 @@ "strip-ansi": "^6.0.1" } }, + "node_modules/renderkid/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, "node_modules/repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", @@ -30453,11 +32078,11 @@ "dev": true }, "node_modules/resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", + "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", "dependencies": { - "is-core-module": "^2.9.0", + "is-core-module": "^2.11.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -30536,6 +32161,34 @@ "node": ">=10" } }, + "node_modules/resp-modifier": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz", + "integrity": "sha512-U1+0kWC/+4ncRFYqQWTx/3qkfE6a4B/h3XXgmXypfa0SPZ3t7cbbaFk297PjQS/yov24R18h6OZe6iZwj3NSLw==", + "dev": true, + "dependencies": { + "debug": "^2.2.0", + "minimatch": "^3.0.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/resp-modifier/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/resp-modifier/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, "node_modules/response-iterator": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/response-iterator/-/response-iterator-0.2.6.tgz", @@ -30731,6 +32384,12 @@ "queue-microtask": "^1.2.2" } }, + "node_modules/rx": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha512-CiaiuN6gapkdl+cZUr67W6I8jquN4lkak3vtIsIWCl4XIPP8ffsoyN6/+PuGXnQy8Cu8W2y9Xxh31Rq4M6wUug==", + "dev": true + }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", @@ -30907,9 +32566,9 @@ "integrity": "sha512-LRneZZRXNgjzwG4bDQdOTSbze3fHm1EAKN/8bePxnlEZiBmkYEDggaHbuvHI9/hoqHbGfsEA7tWS9GhYHZBBsw==" }, "node_modules/sass": { - "version": "1.58.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.1.tgz", - "integrity": "sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==", + "version": "1.64.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.64.1.tgz", + "integrity": "sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -30920,7 +32579,7 @@ "sass": "sass.js" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/sass-loader": { @@ -31058,11 +32717,14 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/secure-compare": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/secure-compare/-/secure-compare-3.0.1.tgz", - "integrity": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==", - "dev": true + "node_modules/screenshoter-report-analyzer": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/screenshoter-report-analyzer/-/screenshoter-report-analyzer-0.6.0.tgz", + "integrity": "sha512-T4EbdD57N2fvptFj8GpLlD5lxfwzO3iRv3QEXkSNJWcotLySnrJDaLtzFRo64JBsQ4RomWrSt31XGgBoNOI8KA==", + "dev": true, + "engines": { + "node": ">=6" + } }, "node_modules/select-hose": { "version": "2.0.0", @@ -31070,6 +32732,21 @@ "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", "dev": true }, + "node_modules/selenium-webdriver": { + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.23.0.tgz", + "integrity": "sha512-DdvtInpnMt95Td8VApvmAw7oSydBD9twIRXqoMyRoGMvL1dAnMFxdrwnW6L0d/pF/uoNTjbVUarwGZ9wIGNStA==", + "dev": true, + "dependencies": { + "@bazel/runfiles": "^5.8.1", + "jszip": "^3.10.1", + "tmp": "^0.2.3", + "ws": "^8.17.1" + }, + "engines": { + "node": ">= 14.21.0" + } + }, "node_modules/selfsigned": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", @@ -31099,7 +32776,8 @@ }, "node_modules/semver/node_modules/lru-cache": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" }, @@ -31109,12 +32787,13 @@ }, "node_modules/semver/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/send": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", "dependencies": { "debug": "2.6.9", "depd": "2.0.0", @@ -31240,26 +32919,24 @@ } }, "node_modules/serve-static": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", - "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", "dependencies": { - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.19.0" + "send": "0.18.0" }, "engines": { "node": ">= 0.8.0" } }, - "node_modules/serve-static/node_modules/encodeurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", - "engines": { - "node": ">= 0.8" - } + "node_modules/server-destroy": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", + "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==", + "dev": true }, "node_modules/set-blocking": { "version": "2.0.0", @@ -31339,6 +33016,15 @@ "node": ">=8" } }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/shelljs": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", @@ -31485,15 +33171,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/sigstore/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/sigstore/node_modules/minipass-fetch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", @@ -31661,6 +33338,21 @@ } } }, + "node_modules/socket.io-client": { + "version": "4.7.5", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.5.tgz", + "integrity": "sha512-sJ/tqHOCe7Z50JCBCXrsY3I2k03iOiUe+tj1OmKeD2lXPiGH/RUCdTZFoqVyN7l1MnpIzPrGtLcijffmeouNlQ==", + "dev": true, + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.2", + "engine.io-client": "~6.5.2", + "socket.io-parser": "~4.2.4" + }, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/socket.io-parser": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", @@ -31773,17 +33465,6 @@ "node": ">=0.10.0" } }, - "node_modules/source-map-resolve": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", - "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dev": true, - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0" - } - }, "node_modules/source-map-support": { "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", @@ -31801,13 +33482,6 @@ "node": ">=0.10.0" } }, - "node_modules/sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "deprecated": "Please use @jridgewell/sourcemap-codec instead", - "dev": true - }, "node_modules/space-separated-tokens": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", @@ -31978,13 +33652,6 @@ "node": ">=16 || 14 >=14.17" } }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", - "dev": true - }, "node_modules/stack-utils": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", @@ -32038,15 +33705,14 @@ } }, "node_modules/storybook": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.2.6.tgz", - "integrity": "sha512-8j30wDxQmkcqI0fWcSYFsUCjErsY1yTWbTW+yjbwM8DyW18Cud6CwbFRCxjFsH+2M0CjP6Pqs/m1PGI0vcQscQ==", - "peer": true, + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.2.7.tgz", + "integrity": "sha512-Jb9DXue1sr3tKkpuq66VP5ItOKTpxL6t99ze1wXDbjCvPiInTdPA5AyFEjBuKjOBIh28bayYoOZa6/xbMJV+Wg==", "dependencies": { "@babel/core": "^7.24.4", "@babel/types": "^7.24.0", - "@storybook/codemod": "8.2.6", - "@storybook/core": "8.2.6", + "@storybook/codemod": "8.2.7", + "@storybook/core": "8.2.7", "@types/semver": "^7.3.4", "@yarnpkg/fslib": "2.10.3", "@yarnpkg/libzip": "2.3.0", @@ -32086,7 +33752,6 @@ "version": "7.25.2", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", - "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -32116,7 +33781,6 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -32125,7 +33789,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", - "peer": true, "dependencies": { "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", @@ -32140,7 +33803,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -32150,25 +33812,10 @@ "node": ">=6.9.0" } }, - "node_modules/storybook/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "peer": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/storybook/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -32183,7 +33830,6 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -32199,7 +33845,6 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "peer": true, "engines": { "node": ">= 6" } @@ -32207,14 +33852,12 @@ "node_modules/storybook/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "peer": true + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/storybook/node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "peer": true, "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -32237,7 +33880,6 @@ "version": "3.3.2", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -32253,7 +33895,6 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "peer": true, "engines": { "node": ">=10" }, @@ -32265,7 +33906,6 @@ "version": "14.0.2", "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", - "peer": true, "dependencies": { "@sindresorhus/merge-streams": "^2.1.0", "fast-glob": "^3.3.2", @@ -32285,7 +33925,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, "engines": { "node": ">=8" } @@ -32294,7 +33933,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "peer": true, "engines": { "node": ">=10.17.0" } @@ -32303,7 +33941,6 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "peer": true, "engines": { "node": ">=8" }, @@ -32315,7 +33952,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "peer": true, "engines": { "node": ">=6" } @@ -32324,7 +33960,6 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "peer": true, "dependencies": { "mimic-fn": "^2.1.0" }, @@ -32339,7 +33974,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", - "peer": true, "engines": { "node": ">=12" }, @@ -32351,7 +33985,6 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -32365,14 +33998,12 @@ "node_modules/storybook/node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "peer": true + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/storybook/node_modules/slash": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "peer": true, "engines": { "node": ">=14.16" }, @@ -32384,7 +34015,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "peer": true, "engines": { "node": ">=6" } @@ -32393,7 +34023,6 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -32401,6 +34030,28 @@ "node": ">=8" } }, + "node_modules/stream-throttle": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz", + "integrity": "sha512-889+B9vN9dq7/vLbGyuHeZ6/ctf5sNuGWsDy89uNxkFTAgzy0eK7+w5fL3KLNRTkLle7EgZGvHUphZW0Q26MnQ==", + "dev": true, + "dependencies": { + "commander": "^2.2.0", + "limiter": "^1.0.5" + }, + "bin": { + "throttleproxy": "bin/throttleproxy.js" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/stream-throttle/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, "node_modules/streamroller": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", @@ -32524,6 +34175,24 @@ "node": ">=8" } }, + "node_modules/string.prototype.padend": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.6.tgz", + "integrity": "sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/string.prototype.trim": { "version": "1.2.9", "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", @@ -32640,6 +34309,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/strong-log-transformer": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz", @@ -32674,19 +34355,19 @@ } }, "node_modules/stylehacks": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", - "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz", + "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==", "dev": true, "dependencies": { - "browserslist": "^4.21.4", - "postcss-selector-parser": "^6.0.4" + "browserslist": "^4.23.0", + "postcss-selector-parser": "^6.0.16" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^14 || ^16 || >=18.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.4.31" } }, "node_modules/stylelint": { @@ -32986,18 +34667,15 @@ } }, "node_modules/stylus": { - "version": "0.55.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.55.0.tgz", - "integrity": "sha512-MuzIIVRSbc8XxHH7FjkvWqkIcr1BvoMZoR/oFuAJDlh7VSaNJzrB4uJ38GRQa+mWjLXODAMzeDe0xi9GYbGwnw==", + "version": "0.59.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz", + "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", "dev": true, "dependencies": { - "css": "^3.0.0", - "debug": "~3.1.0", + "@adobe/css-tools": "^4.0.1", + "debug": "^4.3.2", "glob": "^7.1.6", - "mkdirp": "~1.0.4", - "safer-buffer": "^2.1.2", "sax": "~1.2.4", - "semver": "^6.3.0", "source-map": "^0.7.3" }, "bin": { @@ -33005,6 +34683,9 @@ }, "engines": { "node": "*" + }, + "funding": { + "url": "https://opencollective.com/stylus" } }, "node_modules/stylus-loader": { @@ -33028,31 +34709,6 @@ "webpack": "^5.0.0" } }, - "node_modules/stylus-loader/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/stylus/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, "node_modules/stylus/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -33086,27 +34742,12 @@ "node": "*" } }, - "node_modules/stylus/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, "node_modules/stylus/node_modules/sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", "dev": true }, - "node_modules/stylus/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/subscriptions-transport-ws": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", @@ -33249,24 +34890,28 @@ "dev": true }, "node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", + "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", "dev": true, "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" + "css-select": "^5.1.0", + "css-tree": "^2.3.1", + "css-what": "^6.1.0", + "csso": "^5.0.5", + "picocolors": "^1.0.0" }, "bin": { "svgo": "bin/svgo" }, "engines": { - "node": ">=10.13.0" + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/svgo" } }, "node_modules/svgo/node_modules/commander": { @@ -33278,34 +34923,6 @@ "node": ">= 10" } }, - "node_modules/svgo/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "dev": true, - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/svgo/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", - "dev": true - }, - "node_modules/svgo/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/symbol-observable": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", @@ -33455,14 +35072,6 @@ "node": ">=8" } }, - "node_modules/tar/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "engines": { - "node": ">=8" - } - }, "node_modules/tar/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -33481,7 +35090,6 @@ "version": "0.8.4", "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", - "peer": true, "dependencies": { "rimraf": "~2.6.2" }, @@ -33493,7 +35101,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz", "integrity": "sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==", - "peer": true, "engines": { "node": ">=14.16" } @@ -33503,7 +35110,6 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "deprecated": "Glob versions prior to v9 are no longer supported", - "peer": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -33523,7 +35129,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -33536,7 +35141,6 @@ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", "deprecated": "Rimraf versions prior to v4 are no longer supported", - "peer": true, "dependencies": { "glob": "^7.1.3" }, @@ -33548,7 +35152,6 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/tempy/-/tempy-3.1.0.tgz", "integrity": "sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==", - "peer": true, "dependencies": { "is-stream": "^3.0.0", "temp-dir": "^3.0.0", @@ -33563,13 +35166,13 @@ } }, "node_modules/terser": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz", - "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==", + "version": "5.19.2", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz", + "integrity": "sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==", "dev": true, "dependencies": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -33923,6 +35526,18 @@ "dev": true, "peer": true }, + "node_modules/trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/trim-trailing-lines": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", @@ -34037,15 +35652,6 @@ "node": ">=8" } }, - "node_modules/ts-morph": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-20.0.0.tgz", - "integrity": "sha512-JVmEJy2Wow5n/84I3igthL9sudQ8qzjh/6i4tmYCm6IqYyKFlNbJZi7oBdjyqcWSWYRu3CtL0xbT6fS03ESZIg==", - "dependencies": { - "@ts-morph/common": "~0.21.0", - "code-block-writer": "^12.0.0" - } - }, "node_modules/ts-node": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", @@ -34294,15 +35900,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/tuf-js/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/tuf-js/node_modules/minipass-fetch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", @@ -34341,6 +35938,12 @@ "node": "*" } }, + "node_modules/tween-functions": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/tween-functions/-/tween-functions-1.2.0.tgz", + "integrity": "sha512-PZBtLYcCLtEcjL14Fzb1gSxPBeL7nWvGhO5ZFPGqziCcr8uvHp0NDmdjBchp6KHL+tExcg0m3NISmKxhU394dA==", + "dev": true + }, "node_modules/tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", @@ -34484,16 +36087,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/ua-parser-js": { @@ -34522,8 +36125,7 @@ "node_modules/ufo": { "version": "1.5.4", "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", - "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==", - "peer": true + "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" }, "node_modules/unbox-primitive": { "version": "1.0.2", @@ -34600,7 +36202,6 @@ "version": "0.1.0", "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", - "peer": true, "engines": { "node": ">=18" }, @@ -34608,18 +36209,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/union": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/union/-/union-0.5.0.tgz", - "integrity": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==", - "dev": true, - "dependencies": { - "qs": "^6.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/unique-filename": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", @@ -34802,21 +36391,18 @@ } }, "node_modules/url": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", - "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", + "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", "dev": true, "dependencies": { "punycode": "^1.4.1", - "qs": "^6.11.2" + "qs": "^6.12.3" + }, + "engines": { + "node": ">= 0.4" } }, - "node_modules/url-join": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", - "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", - "dev": true - }, "node_modules/url-parse": { "version": "1.5.10", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", @@ -34827,6 +36413,21 @@ "requires-port": "^1.0.0" } }, + "node_modules/url/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", @@ -34967,6 +36568,450 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/vite": { + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.7.tgz", + "integrity": "sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==", + "dev": true, + "dependencies": { + "esbuild": "^0.18.10", + "postcss": "^8.4.26", + "rollup": "^3.25.2" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, "node_modules/void-elements": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", @@ -34986,6 +37031,16 @@ "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" }, + "node_modules/w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", + "dev": true, + "dependencies": { + "browser-process-hrtime": "^1.0.0" + } + }, "node_modules/w3c-xmlserializer": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", @@ -35414,9 +37469,9 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.2.tgz", - "integrity": "sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.1.tgz", + "integrity": "sha512-y51HrHaFeeWir0YO4f0g+9GwZawuigzcAdRNon6jErXy/SqV/+O6eaVAzDqE6t3e3NpGeR5CS+cCDaTC+V3yEQ==", "dev": true, "dependencies": { "colorette": "^2.0.10", @@ -35442,9 +37497,9 @@ } }, "node_modules/webpack-dev-server": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", - "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", + "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", "dev": true, "dependencies": { "@types/bonjour": "^3.5.9", @@ -35453,7 +37508,7 @@ "@types/serve-index": "^1.9.1", "@types/serve-static": "^1.13.10", "@types/sockjs": "^0.3.33", - "@types/ws": "^8.5.1", + "@types/ws": "^8.5.5", "ansi-html-community": "^0.0.8", "bonjour-service": "^1.0.11", "chokidar": "^3.5.3", @@ -35466,6 +37521,7 @@ "html-entities": "^2.3.2", "http-proxy-middleware": "^2.0.3", "ipaddr.js": "^2.0.1", + "launch-editor": "^2.6.0", "open": "^8.0.9", "p-retry": "^4.5.0", "rimraf": "^3.0.2", @@ -35475,7 +37531,7 @@ "sockjs": "^0.3.24", "spdy": "^4.0.2", "webpack-dev-middleware": "^5.3.1", - "ws": "^8.4.2" + "ws": "^8.13.0" }, "bin": { "webpack-dev-server": "bin/webpack-dev-server.js" @@ -35491,6 +37547,9 @@ "webpack": "^4.37.0 || ^5.0.0" }, "peerDependenciesMeta": { + "webpack": { + "optional": true + }, "webpack-cli": { "optional": true } @@ -35598,9 +37657,9 @@ } }, "node_modules/webpack-merge": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.9.0.tgz", + "integrity": "sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==", "dev": true, "dependencies": { "clone-deep": "^4.0.1", @@ -35680,38 +37739,6 @@ "ajv": "^6.9.1" } }, - "node_modules/webpack/node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, "node_modules/webpack/node_modules/eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", @@ -35782,27 +37809,12 @@ } }, "node_modules/whatwg-encoding": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", "dev": true, "dependencies": { - "iconv-lite": "0.6.3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/whatwg-encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" + "iconv-lite": "0.4.24" } }, "node_modules/whatwg-mimetype": { @@ -36086,6 +38098,15 @@ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true }, + "node_modules/xmlhttprequest-ssl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz", + "integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", @@ -36129,9 +38150,9 @@ } }, "node_modules/yargs": { - "version": "17.6.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", - "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, "dependencies": { "cliui": "^8.0.1", @@ -36251,9 +38272,9 @@ } }, "node_modules/zone.js": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz", - "integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==", + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.3.tgz", + "integrity": "sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==", "dependencies": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 578b8353ed..e21c3f5247 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "7.0.0-alpha.4", + "version": "6.9.0", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install", @@ -29,24 +29,24 @@ "process services-cloud" ], "dependencies": { - "@angular/animations": "15.2.10", - "@angular/cdk": "15.2.9", - "@angular/common": "15.2.10", - "@angular/compiler": "15.2.10", - "@angular/core": "15.2.10", - "@angular/forms": "15.2.10", - "@angular/material": "15.2.9", - "@angular/material-date-fns-adapter": "15.2.9", - "@angular/platform-browser": "15.2.10", - "@angular/platform-browser-dynamic": "15.2.10", - "@angular/router": "15.2.10", + "@angular/animations": "16.2.9", + "@angular/cdk": "16.2.9", + "@angular/common": "16.2.9", + "@angular/compiler": "16.2.9", + "@angular/core": "16.2.9", + "@angular/forms": "16.2.9", + "@angular/material": "16.2.9", + "@angular/material-date-fns-adapter": "16.2.9", + "@angular/platform-browser": "16.2.9", + "@angular/platform-browser-dynamic": "16.2.9", + "@angular/router": "16.2.9", "@apollo/client": "^3.10.2", "@cspell/eslint-plugin": "^7.3.6", - "@mat-datetimepicker/core": "11.0.3", + "@mat-datetimepicker/core": "12.0.1", "@ngx-translate/core": "^14.0.0", - "@storybook/core-server": "8.2.6", - "@storybook/theming": "8.2.6", - "angular-oauth2-oidc": "^15.0.1", + "@storybook/core-server": "^8.2.7", + "@storybook/theming": "^8.2.7", + "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^17.0.2", "apollo-angular": "^5.0.2", "axios": "^1.7.4", @@ -57,7 +57,13 @@ "event-emitter": "^0.3.5", "material-icons": "^1.13.12", "minimatch-browser": "1.0.0", +<<<<<<< HEAD "ng2-charts": "^4.1.1", +======= + "monaco-editor": "0.41.0", + "ng2-charts": "^4.1.1", + "ngx-monaco-editor-v2": "16.0.1", +>>>>>>> 937f0e746b (NG-16 - migration step 1) "pdfjs-dist": "3.3.122", "raphael": "2.3.0", "rxjs": "7.8.1", @@ -65,39 +71,37 @@ "superagent": "^9.0.1", "ts-morph": "^20.0.0", "tslib": "^2.6.2", - "zone.js": "~0.11.4" + "zone.js": "0.13.3" }, "devDependencies": { "@alfresco/eslint-plugin-eslint-angular": "file:lib/eslint-angular", - "@angular-devkit/architect": "^0.1502.10", - "@angular-devkit/build-angular": "15.2.11", - "@angular-devkit/core": "15.2.10", - "@angular-devkit/schematics": "15.2.10", - "@angular-eslint/eslint-plugin": "15.2.1", - "@angular-eslint/eslint-plugin-template": "16.0.2", - "@angular-eslint/template-parser": "16.2.0", - "@angular/cli": "15.2.10", - "@angular/compiler-cli": "15.2.10", + "@angular-devkit/architect": "0.1602.9", + "@angular-devkit/build-angular": "16.2.9", + "@angular-devkit/core": "16.2.9", + "@angular-devkit/schematics": "16.2.9", + "@angular-eslint/eslint-plugin": "16.0.3", + "@angular-eslint/eslint-plugin-template": "16.0.3", + "@angular-eslint/template-parser": "16.0.3", + "@angular/cli": "~16.2.0", + "@angular/compiler-cli": "16.2.9", + "@chromatic-com/storybook": "^1.6.1", "@editorjs/code": "2.9.0", "@editorjs/editorjs": "^2.29.0", "@editorjs/header": "2.8.1", "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.10.0", "@editorjs/marker": "1.4.0", - "@editorjs/paragraph": "^2.11.6", "@editorjs/underline": "1.1.0", - "@nrwl/angular": "15.9.3", - "@nrwl/eslint-plugin-nx": "15.9.3", - "@nrwl/js": "^15.9.7", - "@nrwl/node": "15.9.3", - "@nrwl/storybook": "15.9.3", - "@nrwl/workspace": "15.9.3", + "@nx/js": "16.10.0", + "@nx/storybook": "^19.5.6", + "@nx/workspace": "16.10.0", "@paperist/types-remark": "0.1.3", "@quanzo/change-font-size": "1.0.0", - "@schematics/angular": "15.2.10", - "@storybook/addon-essentials": "8.2.6", - "@storybook/angular": "8.2.6", - "@storybook/core-server": "8.2.6", + "@schematics/angular": "16.2.9", + "@storybook/addon-essentials": "^8.2.7", + "@storybook/angular": "^8.2.7", + "@storybook/core-server": "^8.2.7", + "@storybook/manager-api": "^8.2.7", "@types/ejs": "^3.1.5", "@types/event-emitter": "^0.3.3", "@types/jasmine": "4.0.3", @@ -118,7 +122,6 @@ "dotenv": "16.4.5", "editorjs-html": "3.4.3", "editorjs-paragraph-with-alignment": "3.0.0", - "editorjs-text-alignment-blocktune": "^1.0.3", "editorjs-text-color-plugin": "1.13.1", "ejs": "^3.1.10", "eslint": "^8.47.0", @@ -152,9 +155,14 @@ "mini-css-extract-plugin": "^2.7.6", "mocha": "^10.2.0", "moment": "^2.29.4", - "ng-packagr": "15.2.2", + "ng-packagr": "16.2.3", "nock": "^13.3.8", +<<<<<<< HEAD "nx": "15.9.7", +======= + "npm-run-all": "^4.1.5", + "nx": "16.10.0", +>>>>>>> 937f0e746b (NG-16 - migration step 1) "postcss": "^8.4.31", "postcss-sass": "^0.5.0", "prettier": "2.8.8", @@ -163,12 +171,24 @@ "sass-loader": "13.3.2", "shelljs": "^0.8.5", "spdx-license-list": "^6.9.0", + "storybook": "^8.2.7", "stylelint": "^16.3.1", "stylelint-config-standard-scss": "^13.1.0", "ts-node": "^10.9.2", +<<<<<<< HEAD "typescript": "4.9.5", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" +======= + "tsconfig-paths": "^4.1.1", + "typescript": "5.1.6", + "webdriver-manager": "12.1.9", + "webpack": "^5.90.3", + "webpack-cli": "^5.1.4", + "@nx/eslint-plugin": "16.10.0", + "@nx/node": "16.10.0", + "@nx/angular": "16.10.0" +>>>>>>> 937f0e746b (NG-16 - migration step 1) }, "license": "Apache-2.0", "engines": { diff --git a/storybook-migration-summary.md b/storybook-migration-summary.md new file mode 100644 index 0000000000..bf6da57870 --- /dev/null +++ b/storybook-migration-summary.md @@ -0,0 +1,68 @@ +# Storybook 7 Migration Summary + +## Upgrade Storybook packages + +The following command was ran to upgrade the Storybook packages: + +```bash +npx storybook@latest upgrade +``` + +## Your `.storybook/main.js|ts` files were prepared for Storybook's automigration scripts + +Some adjustments were made to your `.storybook/main.js|ts` files so that +the Storybook automigration scripts could run successfully. The changes that were made are as follows: + +- Remove the `as StorybookConfig` typecast from the main.ts files, if any, + since it is not needed any more. +- Remove the `path.resolve` calls from the Next.js Storybook configuration, if any, since it breaks the Storybook automigration scripts. + +## The Storybook automigration scripts were ran + +The following commands ran successfully and your Storybook configuration was successfully migrated to the latest version 7: + +- `npx storybook@latest automigrate --config-dir lib/content-services/.storybook --renderer @storybook/angular` + +- `npx storybook@latest automigrate --config-dir lib/core/.storybook --renderer @storybook/angular` + +- `npx storybook@latest automigrate --config-dir lib/process-services-cloud/.storybook --renderer @storybook/angular` + +- `npx storybook@latest automigrate --config-dir lib/stories/.storybook --renderer @storybook/angular` + +Please make sure to check the results yourself and make sure that everything is working as expected. + +Also, we may have missed something. Please make sure to check the logs of the Storybook CLI commands that were run, and look for +the `❌ Failed trying to evaluate` message or `❌ The migration failed to update` message. This will indicate if a command was +unsuccessful, and will help you run the migration again, manually. + +## Final adjustments + +After the Storybook automigration scripts have run, some additional adjustments were made to your +workspace, to make sure that everything is working as expected. These adjustments are as follows: + +- The `vite-tsconfig-paths` plugin was removed from the Storybook configuration files since it's no longer needed. +- The `viteConfigPath` option was added to the Storybook builder, where needed. +- The import package for the `StorybookConfig` type was changed to be framework specific. +- The `uiFramework` option was removed from your project's Storybook targets. +- The `lit` package was added to your workspace, if you are using the + Web Components `@storybook/web-components` package. Please note that the `lit-html` package is + no longer needed by Storybook v7. So, if you are not using it anywhere else, you can safely remove it. + +## Next steps + +You can make sure everything is working as expected by trying +to build or serve your Storybook as you normally would. + +```bash +npx nx build-storybook project-name +``` + +```bash +npx nx storybook project-name +``` + +Please read the [Storybook 7.0.0 release article](https://storybook.js.org/blog/storybook-7-0/) and the +official [Storybook 7.0.0 migration guide](https://storybook.js.org/docs/react/migration-guide) +for more information. + +You can also read the docs for the [@nx/storybook:migrate-7 generator](https://nx.dev/nx-api/storybook/generators/migrate-7) and our [Storybook 7 setup guide](https://nx.dev/nx-api/storybook/documents/storybook-7-setup).