From 7f814dcdd9c20dbdcfc41d2c4ecf2781f8cd5dab Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 2 Aug 2024 00:10:21 +0100 Subject: [PATCH 01/28] NG-16 - migration step 1 --- .eslintrc.js | 9 +- .storybook/main.js | 2 +- docs/release-notes/RelNote410.md | 323 +- docs/release-notes/RelNote420.md | 262 +- docs/release-notes/RelNote430.md | 374 +- .../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 .../unsaved-changes.guard.ts | 4 +- 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 | 14705 +++++++++------- package.json | 98 +- storybook-migration-summary.md | 68 + 35 files changed, 9393 insertions(+), 6961 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 12a9ddc8a31..f1aea8ed41d 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 c15bf0cfa31..e823214db50 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 7d67d88763a..3af091a55e3 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 0ae3eb46f52..2ffed67b6b6 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 - -* [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). +## 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 @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 b2ba5f94dc8..05c52963696 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 - -* [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) +## 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 @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 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 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 zmm6p21enJq4xhX=!QIaC36%4}?Hv#esbIxyAxpKq&|wgJjdEJ;``QN>p1wQ%+k0Pv zIq^g_!_N)ru+M@TAVXGH>C`v3(lsn5Rc!&x#;A=gbspWY4a#D7{`|LKJpR=0coZ-Q z@&<9y;UIwXg1-IV>UT;u@ebxib!(X(3aQB+%gnG@VBXjA>{3vhOfoz=xKqFmw58tg zpsENdpN_%8wic5Z%Z@}}0iGZ?vfNBCrmPb$VBn?x8R0yVTj^n9a*HdVgNW|LXxXuh zK0jW#9>Q%UcbNmu-{;Oy2n@_;9s6Ha*sxvP^y!abR$F5_@_n>`%>?NFFS3!Q0T4R{ z1FwU7Kc$8fy7CUd-kiu@h;LqI?27ikLkYSGRMQW3@i{OZ$}I=hz|#SGTfoY{_){?T z>=vstMCSYV&bF`FIr~lwu#+vQ9x)|HoXCf)+yy)Ehu`$vmdp=A%v+vAVm!!IX1@O` z7_Cz*Nw(I})v_J}W8JD@VaXDMbo0ENo&&)hWixTD-@Q?+bgoGS`UHEzGRPw+NM>1T zMz#=uS;n@d_ET1xK2qUsEOM9Gbe?w*+)sC;SlnCum6A#G@HfAZ;b*_E6lG>Xr0`h= zw-^*-ilE!v-T(b(uSP)G2L1WvlPS}oPz19gszvPo@x_Gl5-%jMiRmnaRlo|=IZav+W0JRmwv>fU@d2%HD9nQx(>#+pX4 zd9XHSeG0&}Z>te2I2TZ6!)+V^8A{a#p?~?%doM!JkwfbXnOTs$m};MWjPCs!gVe$}I!>EJa=3Z147t?2SW`%LP z(~<}4SEhS9_= zS)NuHj9q=Q$Y@_U-nbW(h@pUc*d9#d%>?lfs)ve!s}=Cc22_ALLCivc4+iFz4jO=Y zGj|7EbG1ZxLG!i>OsF?ZfXZ`jk(CWN`HDO?p?1;8ZUI;o zuCtuD7s2i!T{X;xfB6;>w8EvSaDUhvtV9dIL8A93Yr@FFh183cGaMRj$uKk(Xu zIPGhd2kmzw)P@c0;4F+){TP+gOkTjXSA{Y2-RC>!#Fokv3X)uxWXMZRfuiZu88*5T zph4D5ziQk0%AhbEar@5eo2_7#N!~aVXcMtgEPj8b&DCh7I4lwi!Ocw3+ z%4h1rDGW~87&`^b8I$darBng0I7-3>>bpl!N1 z9M`9z%0*&#yn)CKKQdU%m;>OL(ic8pWvhx>!PkArCqKd`)y~Jpv`;H)62oXZB)dEP^v7SSr85pJxXwl}60i+AcIG!S z_-D>Nt%r)8)dg_zvwZvj`JiO&7kP8d?0HA+Tiw5U9Ez&9cmA;a?F+XtpgA6XNi0+W zEdmyi%Qj1F*jYttQ=b%tdr}*PR=NRZ=mXBR2PB;_m{5>t7{}@t*8Jbb%%OTuAqwd;wvU>Gdzw@Jcb6qG*OoD^p z8Sg*$_3IFptz*EO=5tqE(Ete0{yaw1GziP3*zDrYpLCHq;mo3`DDOyiziO3Q_Rtv` zruX|dgV}=U7=ec;{Wc5ARcl$@;Z_7O7nuS5GT{9MyiY0@nLMasqfg~QE6HPaI)WN1 z`pquioP_2N^2^KOsyPwNYSMn13<_CwLa8N~i#AEAO6+S?p8A}w(QPZ0PAKjlHgCbJsP7AHj>Jq_a6hR2C2>u zO=bE@hVm^;fHR2Y!WRc%z5WG=t)l{EqZ?(XScVvbJVS=00zp!-; zgFY44((ux841;&Ucn+`4)qnIH*g?>*DPg7b)}eZ41CY_u+9}#`5#Tkvm3<@_@4(Ea z`{qHRm$;LZLNFj2R4ppFo7OhMpjl#$K_~qOFv!h@;9X|NaJ%b{SUoIJV1@8L+F$(# zH+=fC9KqwYC*{~iStg%!fEP$*+~S8fEOgGOR}GjA0eu6PUxJdsb!UVv%)a+rQ|y<& z#NbE?ORtW{s*|}-fbEV~?l?Ys`Eeez*3WFBAFsnO3t&k%YX3s`&RZC(s$muJN(=>q zIi)g+z69z&|G6l$t&n_%39S7XgUkw>uV183Ine&Go>>o+(+9<(J8acjjXRfVKc!P4 z#Doe6_tV5Y-Qqfd&<$4UZfdU#KfAws2pS^^B!KGIRRH*^weabSG6TMzUV4bTU<0oL zEn9-BiZBIM-i9&D1EqrK*IaKf?#&N01_Bm`O2&CR0Wa|3Jz(kiVpz<8q)R&0wZ#n1 z$JT1S19Jl?EnN-ZZGm_mnZ5?5eOoM~6$tp?ey}=&f4&3cayQrxs7w1)J1EAO_)i~( zTss102bwGf<8pzJ39#J=u+jmra1d(-V0@3lAc*)V$0N>!= zh3I^TVvL$I9q3TIDHl#{&U!%PhOiR@Obfv>L|G}XQznL0E}QMyl29_yl(c1J*ce6n z$~rGEW?QDf7ePCTGRzALh2mDI{T#vDmoMG|Z8}OUYyt=I;Tv@_q`Uud|DCU} zN`MLx!q5M9g&D2tMQp*r`VqVtGegi=4B1e{KmuyJBY>!BwKTe4f~$g{CHrfdoDEX)63|6fLRL^8grQAyakX1vJPSn zIf~)!yF`{;xEIP!!7gvk`Bm+=Sr5-a{qi=jqeEbZj1cBg4a-jl2TeA$;3^N8Ex;y- zon63k1Bw$*-@`VT0!r>-wAU^_2kvLBBAN3M~3F>L0GlTdIW41_J3W6X#r%2 z@Pa54HRsgJP>j{ek4sDsL18=Ox{6|hR)$;C^b=4FVq0(lHGnz~Z^VQ_e)AS*1ckaL z%7T+_=sXH_wiC=B!$+aKPb{cxt)6_S~- z!Q}x4J4=L8#niF3$D@i0>63#v{T4>rA6xiaS|Lo@AC*r*Nf_mcI_NNfQJwG9zWtCP zXziHElZjaqB+CI{A|*$NJ^-QG8MHla=^&yvRNE0_Om2ZbOJ}f%g0|Ui>ENRMKfdQS z>1}%^j<=`J@G!FvFgS1bst|~Qc6A4}xXl(7){y9lceG!Kk|SAh;lbA6^ggi5q@vD6 z90mbw5p==1TZ6;^&ee@yy{qP$mPDHz5g*-6*RVX94!i=-0IVCpxDCV7F8HAK2`xdE zK(UiIf&g1kjd_-FQL7jGtT&|Drsv%^d7v)~UdPqDXado7z=Flo+Ls)(iuoX~Q+r_P zeD~5T`qYkH72N}j&_VH_|EHzFr-Qw(sGHRdjDWT_{`}UXXKy+ZkknX~eDk@CFmnvVIu>yf3l?C1ZSR_;WN;*Aj6ODOf4I4UD{%-1Z;16 zpmoqHm*)Wjl0hu0v>+yZ|8cO6Wg7Xs?gLqY1ZRH?nfb|!tGY#3*by$>wS7$%!sPFt z=MOQhA14a8z#L>f1%Rdol%MA?a1Q~aQH0L@<5R{%FTH^A)kj!5Up@*J#^3`hpkPp> z48fBYnJ=b%F=*d93pEdv0*bG04G5K~B-SNR61lzb$(!NO_?7{vCls{li%){PaH+ug zd%t>hR849>Lb8O68C=YJ0B)chQNim#46kWf`G_|Hn6HtYbKDT1vWXXWO*?lILaiTK zFQdnx@mP8l$l;z1yl!_Ym`dbgr~vbUk@b`zcyx@YY#nwWua8c$F&z=Ba5ey*rQ?$y zL0wz~TV2wPX;*&TqkXa7cO*vil} z4;kH`3vOb)YajaFrG45W>} z(d8Sz``L?L>W10cTVrGe?B*21vPwscV(6M}R`14oD?_N#oUReD^8rV^z$QgshX`e_ z0;)li9c^JwrA1-@zx)80nTaKc*M3iB#?;7^>e9^zm8~uM5IEjikzJlU*2!HZfw&c5 zi#r88N5R7Vrb@I=lVix0fA>8Ei@LG$hFTT{TWuiy>%~=_ z;wH1#@pOz6&fTXfL?(OK7Y{S`_F~|&527CfBhLg{j`|Eka5Zdu2FM;aTEd0__kJ>>rFoM8# zA@g1k{mIF?1WVY>5iqBMK6#Fdb*y*$?wRMHlsQEe4YB7`?uCI1>U53!0azhS5D)Fc zLe#b}ZUiw2i)LrJOzjJeAk`|k&_m;+3lPl6WK%|5N9HPr+UI)m`5TMu`HK5q84_^w19 z5ay4Wj+z$6u*ygK#!_hUAm&kGi351>9@up#nWT@Zxm_UQAAfk{7RWRgFzwG`#2zQ2 zSj2UlH)yK~it2-0eD4NE7zp4SLA4E7$an=82Y8CmIYS1RK%@De-Uwk#v8-`L1!m88 zB~}gu@0}Xgbx~6MvW6$Mf9$~6mPx1;vP`;~SoeMTG71z?%9R>HZj2S+4$2d?FioUz zwHVHMGFI&%Cu7Y1Csol)EN{D(ac<3D`_VrX;LwK4=|^HNz8PJ!7%CRwe2fK%8Vo^a zsm--#B)4E>zP{72&;aHVp9H`+zp*%}S4`lnen4%>k15EyFoX90lnW|-TCot2`2GWJ zYRAl_W`8Geo8w@BR>_dZYnZM8y9QAC-hJwv%~i2*o;?;=1`X1YzyP1VIZS%ibIzaM z{5gaU?pvL-Q3*YUy^DqhkTodTxc^%y7YAy7}UdS78K^nmEbDvPJPRA;sdzIjPk^S4(nJob-Y{oxMX(xTFMYsDY7k<+1QaBqV!c3^y0sRs$# z{UGV)>%fN;5XP`pUwj!nlzS_V+wp~96JQAe5g@uPG?rOd0{ZkRFpsb9*zNOZ`RpVs zGwkS!3e;bIeq$VcngmkrI5wJ)mBogB^_O5kcp7tp*O~=JR}i40L*H21OQ=2%rH6}SYMEVA!IgKR0gSL=COmgGc=hU2wsav^ z0>n+Yy7w@CKv!OFo=rj5aT%!qV!-hI{gE5N+hq!zTlCEXTL97Qx=N=ubNgNFM{Lf8 z{$M&%M2jpFISG-kLS+qoz7;G_CD2Dte#J711Zlr=(cZ*0`fY;QgT~9%grDCg>A(2o-EgHATbN zNS6XO)@AI!Ts_Tn;rp+H0V=PdsmwXXP;+H!YoSmXou*x$_VMjz<_z-*Pk)EaSSWy9 zr^sRv;JgC2IbM9`F72yDxIaS}7_%fJ$OL{Qke58+>OH9a-yahZ81K9KCWI=XY^aGz z0pRovVBg3Z19&dO!e+pO-C5fLJF~9Ry4s({2g{OP6uX zN+jh)(SUEQUFs}t|5Zoc~@&2m?bX7kx5jiN57p4oBPIPL& zyEw*O2vnOeu$ik3XSe9H+!FWy@hf!~e+7B!)=j!bodgX?UdRMDuwc0pV5yWI+LeJ? z0tVW*aDM*!{17`rL>PnHQAB-kaDdB>cH!-~Lk5C5!%dIIFsFLBT|ruw_6Z|0;9S0& zJ|{{k4>oCEXA_;!lU9+V&+~#Em0-ir^K*d01R0MkVKLU9>_ z=ZkjXg@9tw78p|Hr*Scju}cGon#!tKLcBUKCqgY@Mn*BY%jzk{Yn*)?EEMD+vz--P zP%i!$?1Y_|girG->l0txUL<4H%9Pi`>E}>;@Bu)&4T^J(K02y=U)eVqif95FYfx=9qb=zSu-sVoiZnU zuO|@-{lsV;MEKYMTTQI*3Gi^x9>`J^7yyTrT}J&71)-vYr-F>iH-5Ucb!iB?_ERoM z-Zi;oS7y0m?W4nG2+m|m1MPW&g=@dQsJ4mm-yi!v_^da}uVLzwUqT3MAb1nNNZ)6G z+-1y~2e$jbn39PbVc;qWK6nIr6G*@t0}M#9sHc7-(pv<$mv>esw>UHg#-oBk^puY2 zZLTq;Qo(VR@h3215a8memGSf>b^I z=aWyrR695_KOC}04{(#;+yu4^3IH+xra{0CNF|wBYZ@4Do_z|OuUXulfTbuf*ls}C zK2AnAFbjh~f<=hFdayOF4Tuy0-XdDhsaGfYU~1DR#<$f$fBGRq$&CQpyya)?hQKO_ zwOeQG-Gs>2{+N6RT7sIOlX@$o!Rx55IkDpCP8K0us)Of${u`#;aTeXB2d`ox%7jW4DQ}(|+H~8WvyB_B^YRIWO2| zH5(kci&4HH0&H zIRww|@ z$0ab3+K*JSPe21w&3}61w~)?E?W49}PF;1}Cp%~-9S^X40~1G?2_HPhItP{pxgEDc zCcDZ6?s%M`Pg@+Fo!34gn-Qk@?b}pELHFKX0q3)cCHndEV4uDPmL1IX4}zA};wHT@ z0LHx=MG;=q0ZHGK^U}cRvEGmF80Xn6_RFtiQ#MzEk1Oi;ph zeAvVprd?MNSii|s-A6CBZ7;xGLUYyh;&Z2}Ajvy5I! z>}!~Hg^X-rs*dvXki-o}1z-_`Pl&GbZLS4az1V_x!nnm= zZXo@O8^D39&oCv{WB{)HBH2jf{>OLh$i(g>B#Ua+YdgX0A;vHf;40EwM59w+9i7{2 z26F_p@YR5)4uP^jK!u-3@IBGe)Qy@=rEH8qAdb`Z=L<*z2FUcCV_ zOSb}C$zPs(fj(kdOf1sg@7`?B&}$zQ5y7Y?1hXOX;2w?`e_(u8BsjIpul(CnH)-F9 z5`9>icH{t+yBM&}2i<1GJY4|U%|{qO!9;YL&4i3?X8O?)F`?p6_OXSjSd#YXBRH_HWma%r7RwHAOPoUNgZ7 zpac{HYWAAsJ*Geh(SbokB3BF~m#B@0sipqo_TN3g_8>4MYj1c=N0VtTCB~c?ALGhv zbK?_^pZ!t}^U57}7cDiKaRRDATu(obw%`xXLEqu^m>#R+KKc~PpUxKS`I=YVc+I-$ zq9HCZC5v$ZjMr?Nbw5SM`vFb7EO6oHCUAdHXnR=lFl6|tSHN>XCq8^cZ5jh^q}Rk7 zw}7%iWv)xwNBVVIA7Oh1Yz-_69V_459L9B<1G>bPDnixC8pZ_Y8g0dB z?;6D91NKtF<005qfF4l0)_-Mu>Lp%(aVdxmzAfOLr*kPvYk5=i>+ z4*Lzr_`+p2}Lq$rA+a5bPoXm1%4hyJ8tv4HhHqyOr5vfF-(T3RG?1!Rs?A zHv@SwAR>85Wzo4CFtiq{&Z}5(+LzS_ee^TkI?>DPL}hRKR%*YZG>MV+yU@G~V8=W# zz4L1sfkzIi68`iL|MTHL+_3nU+n>vZnOTs$)=y2Z+%VV#Br62cplb=iIY1b@T#V!xMQE zqd9Ud^_|E0AYKA(fdHPaeSX1S9kd*^njGlWmYSVT#<-u?Hl~09?Molt2(c|AgV#DU zfKK8CTs(qUmx2+9c@URjTov1u``Us(d{uOw#Go;P3p3OPK|MQQz~z&wN60XRM+xj9 zVyBNYnfVOK59<~C&J{L!268uiyPAHgr{4kYX9W~9IC}nZNcMB!>PxB>9G7wHx?@aB zBt6Ft1ndSf&DFC>Ou`TR>t@aPaIqNMA=H(*qAaowe=x4nH8YA`iMw1(tN;fX+%QqW zS*!qijjHm7FiRlfWVUHcBz+ezs`h`Cg`)d#@h+l+dwh4_OAzW&R}egh0ngN7V5(dP zrZ;o&FV86`uP_wvRATOgTRV+S0~J{eb`!yvr>Wzyqmz&WpRKQW?~<* zyZURCup=?{3yxvJ*K(bw?*^lby}H3N)`Gzq7)l_G z`Jf6#trrHhmZsc*Kwd*|WULeluMhBPPJaz)-?t_<;kF|BblYKQ|M})yKP%$852A;i z#tFph0tSzMt`Sh3qF6>MyJVnqH)t$5FO%Juk1$^%v~L2Hd6h{e&g{dx$xYf1req4- zvXJh}CoyI|b#yp;P58A!<1_8p?%BIos7E@z!AmE~k1ypwQG4T#m?(1~)|zn!Ou!7u z%S=#-vU~AgxB#FXr2R6b+H0MdSw6tIo5Au$7tU;-&<&ST|lnl(~N92=hJM1*}9p7u7ytnZA4* zIIsd@IIcXUq6nQ!O$T{_GC+VolQ4|e5-`tLB$>JeN@(|L7ylo~(8!D|E(bG$CdYQb z3z`1FHYl8W$;43(RW_?xE~f{S<78=+bP^*SHU$P$c!&hQ`ZN>L3bZl!$LER3JeFvmij!Np|zRA$z87$RdMd>e?#!>>imt$mwUct!0q!xu1hK zfq)%WXs77HgR&u4LHp^zaInF9G4kyo-UwjiZBzioqVqj`WreqlO6Z|A(5h)iEGHm7 zdLE3quA`HY6L_C~I@X+=P}t%)B8J@Kdr-9Z12(liUV4dF3u1%l;evtVW2_~B0R*@{ z#*wOHJ~;Ewr60_oDvXcmT9BZCLm=^*b$KzMIbHvH7oEn`2?qtz6|Nw_(I>Okc6}5in>{!-G9FF^xcvDunjNS zH>x&aXlD_rD=k6=mYR4XU|X7LvT9ts^6SQu;oi1sSo%t0!A%X!P#qU;8;_I$`@qqd zd2kysv@}njSbg^y4EhG^Mz0BTYP5=etH%H{)^)PD+HI>+&Z{*tb@o&Mp)yi{_HkN} zAHG$jvRC_3m#}4-7M|uArxLW>VTy?WXrFKm$x;|)YLg8IJyED z=>qfOtq%uqxyql=+Cgj%f_@RFpUU)sw*T>XP@`nR3WCn*jHeF@1^>IM~gwYe}qV0ctO(hrcv`+!?B)d-&FPm`oK>e!1U(R z?1&|*YK6sy(qov=zV89D0R&X=U}o~n<_LJ(-Y__zA`Q)>v1)dz)Je>ylvI{quaUQ_ z2xJ{ISb*9+G_HE9=h7Q3c2IUeCLS`*%X60;^UQBjCwJ)_67}`|t z;kD@}AQW`wdxtFk$Jnbz<}SXp-8sTtg|>km7i0Ai4=BE&KH7KGSATjZQ}1tg-4Cup z18oPyHBQxoc_f1gY}6YNMziz)cmiNh_>Ov^g^aq;L; z3Sa_MPM-s7BHnvwQk2kmk-{5Aumdid!PFY*_*$8|a2FNZQ7|hI&n^Mc2YDdXH=zN$ zpbAjaAu#U6>M$4(DgylUYq}~*Q@d%+xEh%3(~I#Y7h(;fH#g@enY!BNBd9tE%8lJs zkzu9K)d#W7Xb*}doRRV7^-^2g%-N8&9ZVlXv>Q(am@Db7s^jyly&16m)1eBKf!hI! zm?K6|2k7)~E41&*fGX%|81>Z$qNqy5z|p!Ym}h%|wA(>)(`N0f;7ZtPfFx}b%wAKf zSZ0Dgel%26@X1kYvz32ZjM?mLE5;>=O!sa52=_MbIv4KSdsfl={r2UDSd_Q$&(2M3reD}yQEBO}@$oVx%0(bqWw z0cy#m!3;<#$cw%Vt^)%;JqZ>nIyg(`-Iuc2jp_=nd=KJ-o4~$$WD7jE5)AOHt>tdi zh!^7SOPPk2E79#oLBO7fgM5108$-W3pSZu@{3bIkCo4wg*}u5*V=5G4H3V(2;)6h^ z9^U`Zt(Asl?SDv%IFlJ{3X@~QKYRlUgTo4nm=kL^*O;#Tt3=2^1C9Q@-n<^bXAqDk zVy}=%sZJBq5XAZ@*;U8q85;2PAvp_y30(<*se zwa>pbOf{HnVO3EKvSA8wB{ACXFR;5gjgNx^%5z0bM(T8%fVm{N^eQCpa9qYE%qM|i zs=IV5P4qPggDS0$naZz?n)=CJ116WV+|b5WE+}8*SxV zr_9Ht#&vm{&)%9n)6yQua9Q_M@p%K3?tjn*vs<|r+B=VM7b&cG`!9Y44w$F3&+dU1 z3ku;q**WYo{ewqq5}^qO=nKHVm8k|yuYCDD1dCL_TP1Sq(-n1lgO{EXt9z9%lrt}Y zF{a!3V03A?&zZ*{fUKi#;A?aQBT>sGwz-4l8C}4EtB-NA@E90RKM2N)CCM$ds>9u5 z*p-s2!GOB$3?2|=2IEquJ;`YSX`k!gq`hpaT7&Vh>X3OUa-hm18GsjqnqdRVeL4UB0ssIp@X zJZ?F1wK;G&auIqaH_{3kj{^$@sbW0=l_3_?{^OpED21>k7KYx?R(t7UrqTM`MtqPwUDmv?3$e{?CF!xQ>5DuL>9MUakB$IwQvo zLKKMV&khtJdW8sZdIQK6ars{$!$tq@weLgW+Ek-pf&xsru@oQhh!C)|w}R8~y8x1jH*nyaJ5S{0hGnRZJF;;+`2=EorvLG&A zvz%h>Uw38JR>VO*IvI@Nh&@;f$Z!86qM>JObJujmb_1C9x9F@amg?X%m<}eDfKF6p zpUE@R*C&r~t$8xdshR1mOFWuxYF$%}!ID}V%dq>Mm<12H^neqD(Y6s>`@iHb?mcrS zbf=EMX4cR~Lcbj z7EnM}WMBRPx1GHIN2YZj{6uEKIS+6bj-cr91g3Pk$r-#yZ4qje_In;s1l*hU@0Tn# zpl|TpFCbVEbp^cjNB55wWkN1QI;29pe>WJQ?gs7H;-&i`425Qy0bc?g7-FRTJ{rwx zH_!wO9>CCCqbU!pYtQ`6)Q%cgO!tq1(QP`e8O*k^5A%vcAg-_s1YCS2C9=aUpgQ2n z?=fFUcn777e zLOj+jNhB?Ywf`+AcVPg+_MLR;7WLp^LC$e=DXm~SR4e8U zhC?!WmZv_)Tatm*mN*rhEkj6&pgM8*zw982*=`nnFt;I_Mt}) z&8g$}zrKm72T+tUH@o_nmjR&Y%&3GGNWi3(9alC4Ql*hLUlKd5g-{MkYv0W7@;>mL zSz-q76ss~Foe7C4NxAce^u@#FbQq@^L68mFt&i!l3EVYJ1h42$NV7qF1q1h+Wh)HC=Q_gKs|m32CN*b zxXMb1gV28IiuLSjapSZ)@%%$n5{ki8QdWF)N8+)T9XcQwBxw5NF!kV?_He2)e-fN%!+(<${JzzMXy47LbL26cky_&#qiLByu6)mdYWzWn;`K&GL23Hq6*!5AU|Yp%Hb%LkbgYl}XPdu#hYQy+8p@hVYWgc+FB z#pTp2Yd=_K{sSx8zd;_!4|w~9HnD&^FvLC!V0$3#>q3g446HSQ1KNj#Wo~CdtrQD5 zx2PjXJq{9d3lwe$;6i74-aC)Fx-x)Q?gazVLFevU##SSz8+FPJ0%`_)Noxk(oHE#o4wM|%e z+g1rXf%an)NTppB9aen$6bc>>}PZ$7C{1=ttzZbaB=*<&(Q0R#oE) z(dTug`vijrc%Ocyxm$ZLG_D5sz@VyxYh!Q7UAyu<)oz2AhhX3#4ZL#&i)^Cy$5$()wu>d>RqyW@3MODy;xT7vQ)!hdzUMjb))`@P*LvQv-+kts zz2A1m*36k_nCBs8upUrzvmtucF^5T6od*W&6Vagk(bP18Q76b|v6}sbEoWR6NG$X* zuazE3HilVGW@csv7!%2cLGzde0~iQ^3+kKMSEO#z&0^h#XfM=0?aYnTRYh#d1bBh= zj(&^lWf=opwm-WD3DEvq3X)zDr~)x8&bLfl{2gpuFvDL08U_Je0rw{O_#Vh|kP4Hv zS~kT|8v|c6Sq#<&0=5glmPIdFfjkEK^cgTmPn72B4J5H^|15%oy&4_DEhv3o!AdKy*z0nD+Hw8GI*eU``11*MYO)M~*)g|zy zc=MhK-H@&FmAfAS?eB^Q?}(+_?RaD14FyQ!0(o{Fe8r_Vg9Efbhw%!=HItjn^2Om( zto}(cj8-Q?;X(F+VB0*=`PaCgsd})_-v#4M2si}d5}LIy;+Vwp)t{ClC`c_ zgOT=AePZQRlKRiQ4zb?>%rAKDPY?dGt1U>TxvJsADw|k$?P6cp5~*|5UYRMkeg&5M z(bM3@F(xcvC`ufwitvJ_l3mQ;TkOEWGBoEgGS^Rh_%cM(x1W*~l?>bGC*?r8B@|T1 z%N_u6=_+&2{RTR~dY|Ev1=mkN8jH?7VhhP-0%w2anN`30{bssxFBsqCOD{7NDko#E zJ=Tv=NjPg_FaG-8y)rBnv6TrK0h$`{2T$eF*HuW&Z8;bLUviTIcCp-};anAWMsG0Z zW*pd|07e~H2DN~AvjC<+Npn8Czbmn1;?vPLFA96{qN&XJq)c6)DXm-n-;+U?SrV0Din5Ku=A@muj_Q+q;f3XnUSAhY|Nq?+eV#?dgLn3~B@uQq}TY;xrS)Cz9z9Qv}8yA*dFyAfhR_ z0t#ER%0E@O?XalVwDvNS05%gHySH>0YCwag77u5cEbRQ-qtDdo2QoCHpoV@iaWxEn z$yw>BdBLNA&g~OOT$b|0fPc$v0b_Z&^4iANfW_%`HT9O-#-S$H%dk+ zuI@YqUr_)mUF6!zGIR5_r%PRZlM4ch%u^q+%&y(xJvSK?0L{3*z2rp&IJ_S$pb?C_ zIsFzG&;+7enN(n+~pn>4=4vs655M zG9T5>!K~!EqFksPC%wR}90@eW%)X+}(R<4`#^s z!mW(0C+%3c*A8=*RW$aE ztuo8Vph_kf!<|#li;;=L2n(9JAT#t~Bil2eq72QBtrr*#&r0p-NQcJarbC=h{~BDq zzktThXEJUvIM-gZ1l%3tnvha1|MQo@bZ~F=GD`UW9)BI0wT!qz0i%`XzBR5Jc9diL zVM&=y8H4!CYfpk_vW@_zA;2^J`PqL1XL9kqS@_3KfyaZU2VIMKV!ncVVV>A9&$N$q za79<20n>5RgZTtd7?`kO)~#D&@?z$wF1a=^&4LB4yquE+(ZF^$2vD(=NS4qP$m7|k_iSJSp-uz*P5L^rngGlWvJYl&!?!s31$8=h7?0|8uo7)-^P z(WU97{-)_{(bZ-!;B~z!^1;!sA?wo_#EUG5X)Qmr zi7k$CzJ7nPc~tG01EPahO;BF~SQH&}C<;s^eW}y_nj#Es zyj1i{FaWrdP|)Sqz!E_K_pLOpogw;~CD0EVU1u?=%|ZjJM1UXj6t$TFZUlwO*jGef zUVC4i%Cx@Xv9#P0v4hiX1^TEH+WIooUMWzo3OII`CG_7 zrsIMYvuKei3N(uV|NGD0)OArN@#Ij^LPabH<%9tg7WXFG}A&r5##C>Sdi zsA876YX4|$5({_{7b^%8kt4#EuI&W%)~q?TyNrjrvuW#Ke*{!~pheM(K)IdB0y@#X znhDDmE4XkMv!h!EOgn%l84wD-MGm`I6kJPKGpPz%lt1Cby$r0Si*L@tHi0t~9N(S-o(gt@^L`LZ$J zhNBoafIfYXS^ep|`gBU!pPqXhBc4E|)K#wA#3-Z&q(!Vj3dVKqAm2_1Y9hGSkDh4r z_t_T9Aqd8;MTR%t6A9kOJWXQHx^d##+g)AUZV8C);$?rrvqW|j`BfmN(b zdKq~g)$U8_G@y3B$Y4e>Nc3U4;LJlz(Bu^F)W#_0A`^|T%>>a6DIH)c)uHXh;NC$~ z*(%ct7(e|!xDP|^Ef#R?2N57QV!*mU(_FfaG5R+Yqpt3qJ!L^e`P;UN4Hw@;uvPc2t;Ul~#qxfBX^j_2!SDCWSNb3j|t!x^y z47A$I3{p9f$6WC%;tHmBa(RvG_k-1C`LSAwGWQSd?ok2DLVN2^&f+0)~Hreaf^jt=gG_kdUz_vozA=s^f#bh=tF(Gf__~yxARC~XQLRL3%d<1&M>H6 zQgP)(376Ol+AqiD)Gae>H+j?u>oSiM%$i(oU;#uyf9!>EP@NJ+x{0^a8PE>%cp0R< z>8pa`zIF5aN$TK4POvO;L4XU0xd3Q?`xAAmO{8*8n7<5#k3bkfe!7wEcY@CBivWxM z`pzXokG0Hp7}(NSasXGAB`S~p{B5w(&mIL=*JE55I3~}&(P*|AL9)Bb1kM8g{KI1` z)xGG#pdl@-65>BkymIl)Z8m5ioEaeCT?t?mt+=(b>h99OXjr%8eZmFJfq+PwL}f9S zDkl}Fa)fDZi;Wa8rSbJ?Ms~!Q+?B)rNtlZi7N!_V$S-sR^>Ia+{asor-f| zAUBYXLUk~6o#hxsceNIR6-9y7#LrL{R6y9PS35!HQt7}iUrh!V1VeD|-vy8C;5mV+ zl$d&k(S?~A8vfU(zE?=c0>P%hH0_yLGUVC;Q~O6Rk1=$6!PY+x>W?fRg4ojMvI4r) z*>qE5G3&32<)$)8b4!0a3^{3qs`Fsb0czs049&;tez2~6r`T#ei_PGMGC~Eo0H937 zk*Uo@wGI}`n&o~j^Od#^3<@LKarq^1x{8ZB21;NjPX_^9KXbjVN9B+)P9}KvvV&_a z5N_9hxE0Q(!92h4;wLXatY(7kMdksFW-}Xe&%d#5=a&(9{?0_kAd0aQ&>uJ7H}o;1 zTS1LuVrM;4b>J3Hzv$#R)_3d>RMv?~#cim9S_qz!>k{-$2kAOb+gZu{GceEC)CH9` zkp3Uu=LJ#4@>C~gs8vgX*2bdLQD*9QIKAgH$;%TmmD8XfLQ9%H62(7;@e9-b zCDKj@ku23>wS-|QcMmYa{o^b$ASH}mq6=+7m+uD?FnR@`45kj?sb0OSj`tl@Il#*d zpLq+MrRU-Hw?`h-KKDG$s5UUXY9V#LOh16h?*>vg80|y_0V7Ny1`5cpXI<#v<^VP~ zfZ5?MDv#>lR#mZz!B!r(XGsqX>_I?r;Zi?DXBXIFHcLa`!@hfFN(rdiC2Hvwm4B91l%0CpW182~ z!G6e!Yv4)zs@K4^&p$Ji0MqL1bBo|kamgRu%bu!|V(!eV7yt|*4-?S$2mHW#2EbxL zZVP*U^lJtNODSN$ywKhu4;GiIzSY4t%JS)NH<{*Azqt=8z;_u-6<UUC`?INtdX%4?3hJ*LTuKA6i!0^?c@VuWB?f9ZC9`==C^>0EoEe5{8zwL zRZn$!88NcqE+<%-I+(lG^rFC$VHoos1DyR8*w*+m_}}jPRg)NVm^p%@oVoFU_GJg3 zz~Od%B4drG`^Wdb$ISsPTQgy5r7Dwn>cpjoX2cZL6g5z8&J?RKyVF1-2 z6(?w{#DQ=1aTpGQOmpgb&;`7LU@1pep=h62Is5*{KODuN9#qU%YG0OVh61ojRf-Be z%H*0Z1siUe0M~xv01_w>q4O;j;G8CgprNFQ$!AR!WCG)gJ?-Mjh7F|GC(#DX zgA%L2zIjVEZ0Ke53S$a{Y-fuC&T@A7*0x~a8np&h0VTN@3@GOr1l$u-wl?{nFQ4S@ zTl}~owuygzNn8xPt{>u&F}!(R2{tqU%vm*1-hS8 zz@P|*puc9%2kW|Wh%7(o|AGUKNG9*FW!sLUmAtAun= z$IsAH_H!~T+`M<7t_xEHU9t+QlX-@nDXh z>1si&q38(~$yX0#`a?La`%fJD@-9XV;7;jv0rRyP)Cnr&DrP`z?|boIKff14r^90N zcYx$Y0Ip{*4$44#Vj0v_o{fj{+S+fiLM9pl!VWf*WWAeRFa`4B&~|W3$d-_Rw0_I~3Q{f{ zkA%v8Hp{zBE69H$FdrfUGzFC3LaVzr+9Cv`}(0(T1#xF27e)zlLqPg==-Fl=W zKf1`C7w%pz=4F7IFW*cnV`;K_dz72cwA7kr6z%4%Fy#$zVWy%7P zT@l)+ReCrM?Y#BeD0}$I78rArZqBm-3*Q72(2FA=wi#cL%f+Y65X=i8QG~0A{63M4 zEn~@32|~XWEp9QjrNlA9%5s3)26WYfpfQ$QPA?s=gJA|j=uSV7_Shavov}b`>H2Mu z+5%UY3S2RO00GB9Dp2E`6CA$$6J4ikuD+`eMPYMGupGZ^jj>s# zY;7S~n)C%Q&~Z3iG;rt6arY0KG`B0JDdb2blysA&}q9fHGiVRwZI`Hl?Wm_UDU* zf$Ym-hGmNZyr(jMboZa=x=|E&GbFRFj_*8-AVYjzFq6jh;zQtoLkWYe0?wrjYLE9z zqd$NZ`sCu1U%lZT9L`;n=xq5vC{tVL>~l$1lwV2 zx*i72zd?ISRj}IX&39pA>_Sp`yGZ7mTz$YI_Ti^o7Pfd{9juj7mWU2@of0qAc`=dI zW5d7z2SKH-lkq%fS)!*QxocLvxNfwL>3>~$tPP;ITBOVM zXGH;T04;<1D^maY>ies7jbI&O>f>kXqP%>%3V30G9WSMW{q~5Awr9J1S?`@P+<~AU zqU)J5W-h666%24wodD|f2YF8hxzn6{@B5GrjQP%G{90ea5*2oo@iGqwrGgv4$)ceK;`GpfwLg~_`6q&4?*^; z0)YDA{Y=O<&~4!P4ui&PhGphhnW|;F${kb&+N$&Y&nI53?kb0VWnIDcgKzM+F&UTThB1Y#RxzN2})R@EHg(^!riZ8qkolGv}!~wHRvL~{p zj55shjf#Ml2MTPj0iOu>(>@jxHRt&Wod#GOUuBzFHOv#n4|IC=Hw5wp&T^3dwoNHC zm6@yC1!AT@uD=OJ1^5?k&by$lQzVCgH^hO_XSL@jF}o{;q-41yS+mPq6PXtAUKTn>V1PvZ4+{Kvb$EE>qa!X8lV3APAQi-JanyMWALV8EyMIQtYb>t}hM zKizkia+p#3o()XN)~Xj3jj+x0!a!=uHWLK!1*uIzyTPCWDSV;dXM79WA6 zTO+CL#rWBGFx*aNYhagP@jDx}hq}2!rLT4PKx3-taO{UluQFMHGHyrvJ%R?0Tla2qm1OI5?d#3*kSY#wxQ-+E^a z1f!^<+Y&j$xL7wtFpKG#SWqQs4Rk04OmJA&CX)w}7Mv@NiD8-H7NooQ@Ttj`zDaa3f{Z|MS6D!0kZkpqwmb$iab`iI~yTPfuuHtVqab)(WmZKAsme2c6zn z2JL=r=~!nDM)e?ox6#|M%^m5;8(@{Ph$!qUe-jm)B}(_N zbE`~EfC(??Q@w?*0vIo@)31OjDPZJ7Ogv3N{ugf=Rmsx_E&J#?0oPH(8UvVl@k68F z`C^FT%G5rgMTON|cnC72Xsx+kdkjbmy`|OwO_0ItybW|%%cWnK;viYAY|geIWAain z7jJRz@VGPI{jSkj%zoZDI*MAs*?7uKbM)snNWj$<`-4?%l}$4nfGPh{wgu&i2JL6> z=pBI*L_q^s7TxL1X2FwOc|hg2WxqU~=UN&#FAwktx-N;QpAH547c~fLo+DWN!Gp|j zz{znWoE}wY-sTG}L+uxx+n9(qUIF7vnL5j7f8V1T))0oOAGP^H2be|%GRIoGc?kE8 zrTXrkys+_Yh7V|=$A=brkKTGj3?&e`qJr;wN({D4es|GpLNX$tImGeo0MFN#EV?T* zL=ee{;32lp$XO4bwB(D!q7--4CgL`~n8X31@H}am9;ecwPXs9$pntZ*Mow-N~Z);8$V=pWUykCd(dR^F3e+ z<=P!Wje!n~0c|2mn;?5Pv!^{|9K)R1cjU{5R$P*x{m%pM-UqRfRO$_p38KeKj}?Lg zbaeuVrKLT@FjJid!7&4>m$IjewKzRZN8{WkM z-bs_Lob1_@A^0luu3q~gqyZLb8i*y$BTF(J7`%ii?2>OzR@n>2%8zU?@p?e#kAta|e)wty z28m&f;0zrrTeSr4OM5%TL<5+!*&wSgzE@MssF}H5RcOpx;2?+*VU;le<*i_6eghT) z5-{UWzjy%L4YXh>HM+Soe#1VMq2yve%%(km>{( zXBpcLOvB(G&Ubg+pit0-2ULjHVldLN46O__a_JSnYO(UQrZ0abgMU8$UZz7EbdvG{ zw2lRr?iB6cv2_?lfwDlV&F3C5FdJs$zIi^ovuLgQDuYk}ipvN4E~*w8c>$Mv8&+kk zZlf5ad2i*L4neuWMUHwK`yrUQT0??V>r_t5ZiFejtCXH#p5;x9HPfj(Oh-X+X!zL& zL|qN%nVMAmq1uDAr_41#$r}0e(ZvXQh*@5o$P&#AV3ZHD84gUA&Orz)iM7E6hJ$)l zx(}+;9|~;R{iLA0CJ};}1<>I-cvhC4P4;Rhx5L~DZ)V|UXL|%ew19xptTk})p6NDUxD_A58Zd(ZZYC1s zA;S&sKZHw3IkwJ@Rrtv}jGllOrRRVW5W4_S-wwu*wK2E?tA#-*EI7bMgwr-(e;fKg zeQl}86UNEXewiv})cML0m6<(a?@=_6Inj6m`%Dsy~`nZ^M9&h*>p z0y|d1vvZ9OAc5O@Z#T5bEg4QPK;C+94%}ybPPHNo7~yYz1QrkK2MJu)7`AO1fdbIP zXYa{?J7ls7c+oQta&^YugDOf+7$vxZF-w3o+RwiK`C~E!SG{B>ILEX}Zv)FMd|58Y z{Kq@r5}VFfnFxa1FMln{;+bc3BRl6l8EL(N4A==}zv0Ek&poQHQye|U8BpbB_Qne2 z%-MUvwU4z!G71?Wr80wibC{Y;JMGt`m-`~1Hs^h=R=LWP>DVkw3QVo-?G0yIY#08| z9p8IF<^}`$n?lr?{TBKP`?%Lx?YWS0Kp%w7Tvw#gwienbXm$68OG>#6mE*hzCGoa# zh&9cnG{%7CfdHPQZ+L5y-sn)}0hN31)&7%v(1)oVT4A}tVF)a-7`geFEHS8HCR=iT zRz)HAmhwD3t9?ZrlDlzbsc?NjTYW5e%GGBahQt7#I#R_WLd8%df*Axw#8QP9Ugyy%W6a?D4*xX(PA0`}OA%=qbe>Aq##zF)QN?Tser> zXZH{5iUu$C1p|6lMS}OJE_B$eo1n0~fNxIjSGNGWh;WQmFOtc4Q6(jIWmmc*98fO4-nj-lJCLent>LP6^@V3Ce3wprQ-K$uqcAZ9b5J?EE| zpq9Cy_AszfDF=XO7L;XWn;fC#a%mMbsog^bxE~$7rhsee0db9C9p@i%=DEF#cpnj@ zXY8}lp446455uOqmqXoR>V&g@Oo0A&-!H-EK|ngs$V~v92YKZx?W1dASzxlxB!Ja} zI_g=T!5~4YuKo8Mn&HTV_OC-R76q3oTo^_2r17*xwHHwRGV#FiAd0ic^a={R= z#v%Yp8OmjzI1WUqJs=2@!{B4ugEC|^y*wNh&;2m#%GdL3E%AV1j#~z}Ghjf(moI*~ z`~USYbPuX!$RxOdt_CQ$07`YDX@&`4y8PDNqH)oI3%jpNeWrdx0Ng)Kt$X9oI$ zHb8~jpF9Qul=^^8pM8>T+Q$)~b%FrLOK*VJ{ns-OLj=_&Xg{-bQ0BgP zHI^$-_n{!x?{=bju?TW@*)$ZM+heJc{cEr?%eZ)y zaDBp^A+B!#D`60OWx}~GKC|V+pGC_EoI$6Pt3cJaPJ(|I&U;Pt*Miw+WfhXG&bJGU zx0B3JFztDJ)uR!kRw`9ke}cc?|8nh&K7z6gDrI^CId%aTn1kCgEVC|SMbJ3_SIdlU z$ph2AsyDzT0||_lj;@A7>_%P_-1rPexsN3B$G# zu%=I*08e6~0`YWA3Qzy>gS-oIc>dR5%ncnp7bD6SsrLeTyt4x;?5E!_%ea~OyS%x^ zdqxA}TLs7q`zBY;p5;53|N(y7(+)mHt{ z4g~>F1itKw+7CiP4#v%af6YXWV~PM;R}+<^?W^xx`!N)H(ky1xIya6Tz?k`>mLao| zZX&;WX^v^J!+ok-q3K&uf}P8Aq!0Q){}<@j9njhwH%0Bc;2qHglv)pF2vSLI;^y2z z05j7i^voj=Dssiz=fDRVv~POILGyL2Yp$|bdsYHn!VxKvrYyplt-uw; zmcdI43|>=Ew09L3ES0<##r7!R@xUzoCOH4FEflX@8ClY$H&`s1v+T5o>WD#j=*sW} zi%Icl$#r&>nD zpYMJRGpul6Q~S_Z6N|8zxe^%7b##LS-XaPhk}Osy?V}rqmTgosTurcL)NK8fbG4tG z4PEMJPGyMLoCGS59WY|iad*6T3LNaI2iv%ML1<4K;c=?#K;s&L>BY+NXmz3tF@c|Z zsVhkzK*{CnhTOZD1VBTBvCLo8)dlUz@Qke~_*fh3U67mUz*8(Tc85UPUkf2?Kt>R- zu(~V?Zx%hLe&fcrY;Vg5HiFzi09y-Cdq5>052_*qv>*Knz4|KDda)cn#~Nk=Gx>E? zef(WSzh&qLh{mHeHs)t1!keisTO-d=Pph-UESGFu8d zk3d+B9Xxg1G2hkZm`tugu+QB%A>%}d^j6W6RWVpaY9IW7v1CbRz_ z(qu#j(s#;{(afc;)$tp@h>ursk>kL#t~_>{Rjvx+@As%ghKXkg>||Oje)!}7-6BwX zQW;P8*WOPo*ZSQ&5<0fO7FSENVcVLk7aPASRi?3~=VYP4MPIutqiozKtw0-~4p0IJm=d9Li@QR_cChH`kA1mx-kj*9 zy|C<2w_bm`3py)GV7b7U_81jUro_k$-MPBVYlMKteZO_4s5;&a*=GRnz>y=pkla9P z>HH2iFmFF)#rOWpxD1;PA=45Es7XY#53_ zf(l)Oa$Oy#+I28Y`FrO@ck`;^rAnE5?Ds$d!!*-Z!189|0o#6H$2@Fg1m4rY^8w2> z+RxQO`{*?=dYW$K&a3GV4glVtn44kNG6q*CfEFjVd}bO;1)guRff9tHpLLy14{$Q#hj}BW$gA6 z)L+1o5ismPUYFIWd%5&PzGj5k4QO9Qf}}S9rj=lekz+p5e@3wdstjJjaMem|;Hn$D zDo2*)%FKY(^+&>)DnN~hWe8RSU>IuPUIe^GJcxHn9Z?=jspY&$uM7vOm}TgbqA)E6 zn`TveVQ@D=+$7h~mgx=4n=*^(~b1#LAvT1V-0L#$Kya28}7r5{&he63SKJqj{|7#jie){psv)sHBh6eWE!7)TjkU$6AI|^yZkzY$8^s1M9f{l}D zcKzh?x~hwYV&3L=rlRV2l?Lx>aG)H-?XxE0BelDWkis_Ul zhR9L~lZ=Z$C<+8DF_|Km6~X2Ez&+>7|M2^e#Nv6 zb7ImmJ4~Ov2kvPE6T}Dd0D5jx```eRckIINd3+xT7#idez*Y^N%{}Jzsz@6D_Sh>J zPco0S4|=Nv8o_w8U}XO`mu#utqFZyFm^sx4xg&6>31PLV^zu61pxbcyeZD%Bo)BDDm7yDQL{sGvfe}kqFuWF-8^kP|3l+ns{~mv|VV*v9 zWuh{SeGW&;gCVbL*{)lcO_|Io=#$2%oc&MvD8JWU8q&C z+?0=?30N&a5HGm@gS(6KWGp-zf^T)dIw4~fVi`na*+c25D9e>@qLB%??HMyh0#cv0^`e>N*!14W!AFRkAZwGZ%X!c#?$#M_z!vRIgkS= z1$29=xWJ~|XbC@TYQViP!PB+J7C`}8{g1BN(bmkM#(|s}{UKEnYW1)H1D-v_JQWw` zIcZ9VXaEW7nGFd+_NRWxxHT{fl0kXQcEHkoskw2ZT+T#bF1R3H`>?1TD+b8W?Jew* zgPt<(J9r36zZ!@DH*WB>>LO|M0hc45CeFj_K$D1nce>}gMIgJe<|8e&NHobge2-JlziKy5gRcu zdFc4!HW>?NehZu+!bic_5LH>xD=c6jP{dcyRcQaBAFy18xdX5WfCUjVbIUEzhSd3c zvZpth`V1Zr4KlPO`^gA=MKorMiOsO9j7>|23X}GgU#_QCW&#TSe&Q8__J43NSnG$2 zvil=;maD)Xd}RNZzm@r67Y0FXPfQu=Mv+}o`U&5dB(rRozG~ecz6O1hw*GE&D zSe%EJW5J7ySmJ{I>{cip`dE9;Y66DKVq)kW>1@Fkj|Nza%V}Ua|9t2fF{O7_h|&_i zzi#B#<1!dK(h|zh3^0RLD4`wWP3$&kk4=tkW}2@D7B4~Y?s0V3k|!7*@@TsDMkf>< z#a-LiA8o?0ZhRj&T?MoxtT`}W)0>M{152QM`p~jUtnuOC^$b{c7!vM*{jz2NOu+0h z|M}lB431Y zrUyzFCP{$@B{yO;YY0(C9aX7f z-8+}jEidTZFH-0KeD+oP7r6eLHSNbBWuz{wA16u=-)(5W^Ekdz;h;8q@h%wSRoY$o ziF)NWvk`Ec3igaNRF!T=P3s;5K!AlM!N-+}CL2yVpbTe%|B zsU9;>w7&!~oLrDf_uwIB$p4=BIUNLST6wrK+`D^~h+$2*Wd9#Q+rdOoIbg zA5RyB%LjOw8Wo4GPsROV(yoD)Pe4E6nuW|9M!DgM_QFFp&YK8&E}`fAAVuQr;I&i>)|W zLnk6yFEf zTDSGA+Sx$+^3gv(%=ou_`4~7*%3X5_yw!25bQD(~2y!|1`lXlu@%->M@Q$$yRkU_DCX-3=C!Bp;3q&@Trqdz}?FL?e@ zIiTK>JvU#3$yBt=_m4mZXnte4L`F{BMe$S_{Tet876A$wQ29X@2u?rC;@ARtsWLW< z(T(Xhju%BkDwlS2Lys8&6Y%WHf7~;N&N2hedIY9KY(mh-Rx-4#KT-_B7tY-A`6FiN zMeD)!yrlp;3<6NfwxB~@woCiIC#<_aDCe#pu~*r@chDh&%_F+8dJt;73oPXsf2m(`3WwH zo)#=HZ41u6pe|LpHm&_$O0CKdW>Om?=CL%L+5$Pe9zEe3rH)==1Sahy|M{IqL<8sjx4_~Jj8>T|ejv46XmdeeZG~V!gZ9+QSQ!ZShTxLaKEJ%j za#!aL`wxNf6fA2X#>K3H;)BuGG&!?}aIxGGFzvJG?dN%LYWL^6#Y)G0@DAgn;s{Nh z)3jqrD_B|oX~R?Cz=dCbE2Jeb(V4X}tM!fTQ5i&!RSxppWgQJ-=o3*R0$d%akD)Ap zcw7Q#*<2W&w8g^bhQm^(16Cjf>)K-{MQ0gS&4Qge{+APX_i?@D+@9blMA?75|06oC zj9CU0o_+aa#*Lw2z-Dv7toEruEG0yQ*ufA8^5TMkGLZH~7|0;yabA~~4d(vLAVB+n zL!R=FKe!vb^sqH}0SIuWf$>$_7~lnfED{+unSQ*w&$8-mu93W=x}`$X z(b>*-Wq_9@S;SBlE>fj}40L|!6;?n%^|JQ=-=S$uoop{zNkvt>qAFyzsd!Z|JbJvd z&lQqh2K-et^Ze%5F^o|SKG~pFbPz_?4B)M{AtUf(Az)`uZo3WXCMZmbs=WrL0zjv? z)^fr00!w5mBZ59U%&rXBaPc=7R-j7+yE%i*lCHEB8{0#BzUac4y@{YDyTsanRw(M# zG7GK(CgaZDFnvOlX^2WuGa+_=t6oJ_ZM#K#i^nyztA#MLEdf(UtGcHbbkN^|kv6^v zu*$3!<%@q~M$zqt;RtuJl}f*{)DLAGybsc0g&zC#M~+7`WBZ|*WKQR4{#z3=80NWj zghFfRR)v4#w-{-Uz%I&$7R;Qe%(4S#%6YA%vCsi~5mh4k2DzdQ^MCx|9WexnIM6r( zg{!X%X2e=+oRYufx;lw1UODfUP@&u_+(PSXc3h#7N~f zv^egN2{s5~1_SFkV9a2De`Pg!iRg8fI&}uLH$zJ%Bac4;&l?ZIUD!KRT z2l_)(J06N$!oYOu$KYYSV;*Ft=m`GS1^Aj`b>lGq@t)sdct&s8Oqyk?=|p-lv~T)XhvsfKvsGrGVWXumLf7s#ybZcFl_ckU&6w8Kbn36Y6^q zk`WrHZ{(?JW~^Ki?M!E0gAVwPh71>9`^nmDc&`|QAKTc5!qjpC<%?10Oq$)V5!5A% znL(x#t<`#2SfzC`7udm~70gHH3`4u|L*0_1eIwH?NqKQDcm`8EYnU7|4Z%Pi$aNHh zaF4WQDB4%2J;XApqKXkO%zJHLeG#=a>%Q3%i@y`E|Ioxm&@CmPh9;)+^1r0)ZtDl&L5;^S_S&!g}HIy%<-0@(MU$oQM@gcnn0j zZV2XmElM9kq0?(wCGJhyGgRiFMuT|JVlVp&M?i+b%2~w~BQGb0&5}DAauE22uZkb^ zuvioCZy6y;CFh>nh+XxPqv&-YcgJtuz)Kg6i{b0vPZzV=xj*{&!b$o@M;o-o!>O4I zkVBRWMzKAs?1L72G_03N49wbiEmn8&95$d!uYJx6-HWu2zA_mb=vNjKdra16$E~7O z@_V%nz|z?XrlVea4Dqe^*Tk}O>&_#q?&XYqXbJaQz`Le^by+2<7Uy*69Sz*U__rTI zrY<*7$5%|rD;BsY!S#DohS4{Id=`fj&DxLD&Q~wdL4%c(Ymrx;hNk^Y#|{(*u@7X~ z!;uh{0nlC74{qp+ZQqC# z3vZl$(TpK)6ehlyw=Fx6xArFE=G{3T?yac>n6Z0b`*Ske^ za*V1$OqE&2i#fEKt9|Jen&(CBx3!@$&$2;)gZElG{d!~yA zbS_-`CMu*a7oI#1R>d00;H#K8K%t0$5SBcUxuFtUhB{Xjg|S&|J+I#j?3WH+SZ2t5?!7|O*kNv}N!2CQcB zyn?U32bpcn^cAq+Sr>az#G1MdY-X`t8{kHVViuYM$SQ&<#|r!W*$ME2pquaSJN?3B z5{*CysDPnkUJ6>`w7(4$xnh`c>2)T)_T4_0$yhIz8U5uC(qYiDBY9H{T_Ttt3||C@ zosU&^_!yXg8?0;Q#zH~G<2D6qK{CCZ)D#wz%ws^kAluP$8;1ZlnQapRKHcK!F{zKB zWDd6%fAv-d>w7Qgmpp%e)@pL2OoWJFh*&X!pvJE0ZzU9O0{NT-vb#lsN7#ay+EqTr z==S0+mEf_XV$(iE0F@g^W*}ECKL9?Qs>&I9VaO1;pueWyi=hy>&e~}I5y`*;aiIJy zOC~S{GPs8U?dQ>UD#KDDF}nUV7|_Z2K$TZ)1ULVU2M^m^KdwE!Ci}yeFf0O99#x)b z$mPWY#*eTMcggXSXE*}SH zV*-4ZT0$0+=o{Wt`u2%cbsr|2;G27H{JdddZFn*@rpu8>0=Cv%d!-D(8OXYTo8NC> z8cm3qEueS3%ioQAP)i$BNxGEK2cw~`5!^LJdwL7By-360;%~s#R3SliD|S+^*Pc!Y zOG807c&PVEu6LRvG@cc(0<|=WE?oOr=q-Bg(+9;eT+;?6C3P^H=NuDbi`nL*-;3IP z^`t0)EOvm|o__YeEg7+7!QNT-)w)1OxMeZmDh&wL!Ot!ixgAB_XAWkU^kL(C$YVpz1J*<_4jXfE@uS z6#>55rad5-*NzmUX&;YWQw0b$tQgF7?0`qdf4urYFEbekF^dFeI&M{rX0hJ6G2pMi zKF%Blm<>zH0WsS9JF(MUK&cJb0nx$F{Ti%k5zL_6s!u^-HZtt$1}jqxJ`kpkPli4` zU8>e`_6fR3$Cfwq2k6vIqBwK6>7c{8t7eGmT(E%1CPtrk0zq9Hb7w_+j zo-*XpeY~ZpbcF_Zi@1%)VoXPsl$QBS=dqbydRGo{<;}4Q6wNIK*UxdgbPvD|86U25Z*o5dp`R08sFlC^afX~L;mg2N5GjKf*y!f*AeaM zGXuGfxwc0#9hq~iePAiMq#k0_bf`%T;AUML*8Wr_LmtL<;{{6lpF8h8QMQl$*q9Q2 z=CLim#VLR7cNkz1RI}{>Cgs3=f%Gi%bKm)A_wUAylWwfFZ4f}e0F@%>&}(mlEd=|y zIg1V4mtBIVkKV^bFJcmEUkc3r<__;^4(JG=k*5o9NKr|lRx|Nw(JUA-1<*bqyJKCvTOCLKG-rDZZ3 zzkXQz8BVsmWnZv!-vjeyfI~ol->CJ~dtA@FRLqKS0wr&AcbpNy9y14;P*-f?W&&ld zT7+;{eZUjs({<`FXqGoZy(}Bxc3+vwU<_wa)J_JVax?ukyx$yMQ1A9)JwmoeR8@}J z*U)Q+nI2y2`QSRzp>?g8P2Z~Dv}_Ll_t!5l<5URb70VFXhq6sfQ+5jh9aqb3@H&7s zh>dAz%vUAK7)HEu6bPu=UoHwbx2QcSRb{8aew$w3Vy^L5KtSM_=fMwJV z5}bb;at$;eQO^MFg@JVvM&RFSGy%F6&3-x4W2J41zDhT4Bv zs4B_l7D}!59^EkL!p^E=plLD5%xiaom<)x@GS^Z_AEmE1H`7N2%MmT^qYUPzGd;O& z`KLlQh61$(eLTfD1%+z+ zx*-i(w^@cvzk?v=#~~26;{oC(;z5zcE0ZiBfYGesMLv3`ok_w4CV(>7FNTu9l0iCD z2gGWdQN9mYSH3mc0O!-o%J^`f^#GL}Xgd?x596T^sje(kU@Ya5#69$#Vi>L1> zsyoj>Z>+L*fjkgz7-M6GF8@%Uwa?N)PQ`MDB&O-1-eF$ z0&xo}7xf8Up*NIA=GEQ6XzO(#mKQ8#_5h3n(C;LYmY&Xzi$8_ZuA87lgVsUXXPW-} zvmeS_jMpH&))e*eeGofhEN7Ezw&%?VC=v0eH}6{%jX9Uf8*yuC|Ct|`G?z3NlR&IGGhf5+P8)E zVZZUix9u=ub;brqf@iqNq@(unorQiGRV4A`#-l7Z6`)?I%l0xo;df}yqrl?A=Ed9v zQCi21WQxJSEOD;RkMmGPeJsLUR5uA@@kj5khRQ+U1GUY}^Nm^N>Ux}^^ZGqdBIzzc z1B6-{mk(6Ya^}58h-wBASaqfAfHlzAbQ9abUtfM1ytnhKA3)?gf&pvW#!v{>ntdtD zx4jQ+9OTP-zxh6IP&)RpriK~h{|j2xVlrF~D1j*CjhA@}@SMB=;H^EGUGzXp=c=j~)h=^h{Y2S}w`0hR=yQe*+DYDv9j?V;=$b9^@eWF|L6 z^Mw0B^D0w9v|o^628CF>jgfNlFjQbNx|EtPFE!6%0aSnQ;%nFHd0wX5AAffoTy1an zho7v<1KTsL;<(o$&?k3+HRXQ!@HAhM!VJp;sag!l-TCtE+OR{#Fb&50g=qh$5aGI* zZvz96(!?BNe2h)pEXzPJ!8LZ8^)Xuw;Gn9^zD0SLTD02AOk56QQwy0fUPrK4M{>hBEyCwiKX!04!Z}`iAA6KBzrZziwE2 zBiwBZ6EDoE3J?$sn%6!a%#CG$ra=I`HK=``hYmb8@5p;p8%XD1 zf4=cjQl0jJe;IQ%t@Y_^Ts;@d&U=XWV@BSRh6~;p?nSUiAmgZmx#c?qro8;sEA86< z9r9E_Y793u+&R>-B?eai*UyL!&dYPbGa%z?$QWY__=;eesa%4_WA-ALyLT(DqIXOl z%4yJZoWjAEKKWr9grIa$ZK=ikfQy(MssfGkqaFGoP(D8yst=jvxpd%48RM?DGd#?d zoqG%{Zv{-C+8lF-Q2^9k)=oxF`%2Af`^HsG6J_O83SHU$C)P^ z^Cr0vznR5Y5%M}w7C~As};2wch(88AJ;3_iFDQ91Z#n69>Q%n(nS2T*6Bw|d2 z@a(Ui+ngBGEyvbNBQW5l)cdDm-cIH?*tq(KFL}RG;cA1bBM@4@jChqK9&hC{RFfb! z?dx=OIj|$bFn#fR>bg7H!%%snP}hV;uUkUykCBPK;l{eyUbT;hWM$TcKwpgl`^O7E z3a6jOx4{5Li%tz=MY4MV9^qO;OpE&DR}5NL%B0VwpPf3vur<0YWp@rm^Ho5Jh*}7z zZHA8us8rN0h#*nHy$ZSe|9tNa@L3R-zDg&5atAHUGQR-VW(b}Sn227?6-`|ypO?rN zQ^+`9psLq&^92mTW)nF+20Enj1S+7Cs`%&v1}Pw>RAU1x47hqX;~qzE0S7>%eU361 zW=rn}sjeIhwRDHKiE&kvP}>=vK5luEm#_8gSL??>65yGRdo#bX3cRv-ich1(j zQicqIpxhxko`o#fAKb$jm2B#ky^2~KU8y}bQlG2VwP01=x}o1zbqiSN{{Wd`w!13# z=9cA%v8$J^0KBifYAYIeFyo{mGYZwZhJmG#?|GD~q1l7>ff_&n?{_IHCU+U>ylvR+ zA8#>j1Wk!E6Q4hv$(_*)nOxq2D&eI@IVNvX)#mi5N<7$uCp|MEE`1-Yo%=662nNK1 zYMie=A|v5O6?%-S={l!$q zyq%ER%c+A4%ijtJBM@l=7B&_$A3kXX&5nx?2LYbbz2Ms4p6Oo|A84%{GU0U;L0e_k zrqfHe-W!>Q(7w}O9J$ODPqHHjcm<{vpiY?~BYVEq8PoyV=f70TO3if52!k-i_6n zV?J08i~rzFD9xZ$P_eIC!5jt#@4BIMNFaMKJMDwxw$Q$MKrCIu1}J$)xLHA&%T~oE zz zC)V=%VcOgMKfUqjxktOWHh`!5n98&-80&-Gam@_27ct{8>iV!&fZS}Dih-RuTpy6# zlnDOm{b2vR?`PoU!K^w!wV#D=WvWcoLYRiP954R>%5s6FXL=MIQJ352abPj&#sg_M zU{YRm$eAmg0C64amauG+$Dq}@R531{+(;y;FQb5=VSL>|KqrU+-F=7z)EE%JECal5 zKCBcgzHIjNgWx>tw=&ASUqymRaSQ}7^?)L#U%c0m5R;7QS->MlWWNXoB-gkM9&+HL zH%AV$9E>2|PqiN@h6LtSDp)$9*zo}}=1f8r7+*HnR}-l66Qf4^ydwrDD6JsFJ}|9@ zs-aA-mVu{n&vBsW^lIZq1QcLKW#ERo^T5RQ0pIXif_4aXvr@O4I=V>^yaAbRP%&pN z3f6K(4&*V4pZ@L$IF~V}J-^7+I*W~(PM-;)*+|(~M!JrMe*6X$kL*nC zGLy>%iFp`nA7ogmb&O$bv_GHDLJ0z0)^5^FLV)L>S<(hpPo?_To&K8BS z5~$Rc!JG<-5^ipnekv2Iyg0xOs+&zTDNG&kE8AD(=|< zcLV{87v2H)XX*e2V>g}^4cuT2rj}fzZpAX$m!;BMKh}lOAOWiQZ#*B$NV0Vl*W?s1 z2xhkl@Mia!vve`gP*QqSwAH`9_8_#Q20F`nO^kc_m<+-p=y@RRphyNkQu~b!uK<=V zpgh9NJGv<*oj1^}EB0WqUAhsy~luNNxr+9~lJ{)o4EnSBT+$e=y~az6u_c zAP0e0(-S~h9JhAkJsBlJB#qWj%BZuyWXs}Bt`(r8-I7HIXI%*5mbg2{YQw#1^ow_= zpcy}Yz30O3WqvQuv|(HN?_b_~FN80M?@m01!2oq3E}|3U4$5VtQyBtnj&~CvZrV$G zu$zp)vzd@UzlZ?dpwmIQp!gXv8Y&>2Y?;RFa+BJ_BvhBgc=r>*qfG-`nA+cRgh?H5 zn5S!j51!+T=siwx1AvMGG^SCYa`M;81$2;FVRgRti$gF3^D---|DUe+aF44x*TqMc ztX`~MN8OUud+(Ojt!k@lRIIMisP`KBp~Uo(Kp+VLLTCvX9Lj~~0b_%WX*PCTfJ+)T zhkJ5P&hH=iz3={(_6RuldET$AZ|&K8t*`B|HM57kJ5&4iO?3`bz`{C<2JO5}i7jFO z`|6D%+wYa`A)Z)!4EZz{pqhJ!@5T^Dy*&4s`@tApdUV~ltBrRZCy=0u<$dgX{R#$a z*^D-+jm5P&>n~apEfRwM6?By)K%w9Fr7`tmic6Kh4BE5)nT0GW?bod!>!*#E?}O|F z{f~&KOKHMHyQ(uerfK%CuO0VbdS872EZQwZ1s8+hgU4Db)1A)VC5O5jAlZ5vvx3C3 z$dU(2)CQpLAE(cPRS=#1hVTTY?=@6cShSthF(7;q3kT?D z?c|Tz&8@i(T>LF`we)bAX3#siIbhb332w>`1ZQiuG1l&>D}+KF#G1)v(OkHx=c`{p zc7ci+hHp;Tb^mqXw!`LEI;~puMte(!7}HD zthIu{QBeLcJ9!9iUQRr|cWs9HZd8sZvXlW{Idu~(c%BZc00B`Vz%3#4p0#poOSy$$PsVmR-O>9^f!E0ymQUWGSil~Q0eDw#Bn-ENiz_ft?h@=Bx+8?kvs$#0L z-vY%Q^clbr9Pi_5;?RfVm=Ie~KOn^O&fG z!iWnPCqd~)tP_?&DQ|*t$$P}^aO#mBX!ITZ0?ewF_Ca5?fQ>d}%ghh>f{fQ7-g^Qp zpH9><4XrVYtz)x0b!7jw*IJna2AP(N!>mD}hD`sjazLyVZU z$FD){m7&2!tx1285n4B>qbkZo#|YdZG8pFRVX#?{XG3Q+dyMwqnI(hUhWF^wPafyO z-+wmi^b2c+W%K?R2(%wl?;pjWFV)vgY}(CH`;g+o*`LF-!2}T~AD()`bA{Ce?D|vu za=Vy(=DSYazrubP$bR5|cy9~+ucBBg2hsHoATJr}+`oUJUzFO*k%^v5CpTk zocAHij2OXVK6n~DSjHQcHr{t@%{967pJ1G~5rL`ss3^@BUV^gB1<<2Keqe_|I=YMU z+0Yo^q}DbuGac)z8HUzg<~@+%y9sWueEtPjQu7c2#PKK%fy7l>&q0X~+O@g?vBv61iSj6FxjxQd70;IUA z9c^OZ<-|qIj0Ui;2pYe-3rY`rk%`3zXz!Io1=oJ9Hb0p$;#v)DTdb^fkbs#FZ0iP2 z2gqon_|mJ;4%V$K@P>ElUiQpYW(g}42n2EYkw&n7PcUFag`(JggI5GB1*%A)v$c8k z{p05kUirODf~y#+1QBzbh>zZcWSa1#+QUsC4aJNSb5rF$PpXpn{kLr~XaoUtJD`pl zis90SK+Fih$wuV4S44uBy?c{&t-AHc3YR>kPE!KCuU?LEyyvw3ZyRFwjA>(p%wZ+#G$fUAg{Ebgv+_su?6cA8msF;Gk8cKB1G&o>{PG?By3UOY zY62mxC1^X%2EyjElFR4;A@sr6*S}{509+*Z6DC7&x4JBFbEX%#YK4Ier(h0(j$4`v z(QWGTpTENl-MgXcUZxMRmQ=V^%=FiBr%?$3iGJ48zkl=gX6Z(n$3h0?;wR`^!S`}A zS5+UT)VjT)I)Sv`IEGw}W~*oPm~ud9S;0}Rn}J*esUm{L-V(%|;LVUlGzDr|iKpwc zLGF&UZScK?4tk6y_NtoBIDN9S#l+4as1{KRv69tTBcsD2bl#X>WwU`%6No1c2XPBP zBTGN7pts>a9=i`37juO9sbef*dguAelPnHVk+$0eeZJQumQh{|`1lQx=N{DF ziD582m&fFAioJfXX+$O&{5H@Bj}P>vI5#+QflQ^*yj+TqbuhlB3pCRR#_>3lqo7bm zRg8?+W`TRFt)u(5Hlh22a#@W47YlfZ5Z*S^u@SGzAXVwSQb<@2&z1`+1qtXJHk3VF_W`l><{a=VHZ8!+S-5icRm?$MyR{ND62(s;XoTmsdb&ud5Yc;_iK+r3LIHB z%zvPO?$UnIq;7@j7pI?u9 zoho4Z0N514F5z7t2HxJw_Zl4j%2dY!+!@E6qIphK$(aa?}xNVghHE0+^<&5%erj(U%Th53-)0 z-GGj@Y|xVcT`ri07^n9EUQyt3?cbOxNr!a{l!TpTDaLRS=U>;4F}OgT0QonFZEpP9 z3(&rP4J_xvufzz>-DK(`C_B&mq^jGkQRKo3Kw%Zx+$*~vz~rz4O-6F9K&NUONx}1C zU>WdyzFT0u$zo(!>5wkQl4s@-Mc!b`oa$!L0bC<6!E^KQgiiAA4{iguxJ7~wgZLh$ z-?5lpECD5DfdMS?1>-vS*FOPsi?6mAnHYj)h)A#K<+|`qF{E96`v}uh<&_wxH@JM2 z4csd)0C2h1NYUU4Htr4vu(FwGI#k5f!eCA>Z3EZ-_|grhrxBC0Q`nXfA}PVQl< z2$)8rARY*8bAd7Ras|D#Lbn3(%4ISVZi(%M!p_WU3pVwEcYvZmK$k@%9p}Fq08VG= zVCa3CnQsE_Sw$UMF@v=moDTCb(+_KmYLbUO8(G7!r-fvIkMU}G$D){~1^r+;3e2Jw z{NdIx%$6y|NW(3 zH^9MG=?o;?CJ{8bS0Hu*DNGgXjl3jPt8Z^5y0paG+BJ_^Ic>=yDdH%?Pzi zFN}qTUw#zY5#~b8!UA*2#Ipci$-!JtQZ!g>>gq%rYrjDIYEUW*h=s&G3ohLW$(IAs z`2{_yD7d}E^oB;hR|I@pqj}-bZm=0|)u*g&O%4Jd0x{Rj7mvreI(ab-{_CFSZ*6sf z!i}zi((AXt1+gCENk>HGG_V2s@I@65wWHR{cf(p#4aTTkzo!J8?U}oGWS;AoGC}q2 zJnC-K!ng2MGnvJaJuLPFkP$Qm60q)g5`fD#g9>S5O#`ih`B3{YISkIc;~EaZ?fm_vXU9H&vWHbE@cZZ? zraOIolnbgC^B#z+_iudmteO2t?Sq$NWWIgqQC|qwBs&1#@I-J&W?nkPyiluK2WcE+q^;`P+R>RK(ri!c=DpQ8% zP`6xY$|xH6-nxJo83b$39xSW08)741_;Wn2jcQ4#&%Jcy2KZAk^!L9=@O>^|KJg~xh=azO?`ErJxCOiehpWLQ_x`oR-Wn%Gxl^0P{L^z_L_|MLkxmC4t@S0 z7Z=a06l^o61kr6G3y)aCAeJuu7*PhxA%{V#ekK`wpv88uke7BH>^;(R{mpKu+Hd?o zsX@usk6*$A3<&G_}3G+-?y$kd(Cy5F=zlygZ}i;3=dvPXHGC~`!c|I#BOL0 ztx-nq5O8kuqrlykb>2*v@Zd(4+4^ z1}5NnOS{s+c_QG52qOeN%4G+!zW1|NUiibrwATm}9Zk^of*4fhnfnS~$y87Ym+^^yb`fhW7>xX57VFMSwsOI(cmbv6cr_BUKFy7-`~z1+hX zFhpEDkZBUBJ%5n<*I}n?PvW#>K$-KLHn8L%FueKIUs;%qTd-z11|_@g(NC7(acv)&rc_$j&6Q-Lizr!YvwTlr=Ko|0IId`j6z}R0PI@Ryp#{S z+c6$ocjhD)am41!`y38JSz=T400Bwb@2ylpJND&6DmMA97?OY{PVuS^GUm>KbB`?) zK=34Op)7@I5IrO)gisk6+)yeu*9J#sD@W!Su+vZ0b}yzUX@4TGPwnJFfm#vZ2LHkt zcG^(g(t8-Hsu^gJGQqG0iYlDx#yEF`@|>L@dIInQrT2C-&iViQ#N80pzAQs)=i*5F zh}$96Einc@y?d0qNtV%j&ziMoff~Ys=Q^t$=3w>e2jf4A0qs}EMeW$&Zi@r!4yfF~ zC{m@jNe*dUg5;inrp)p#7Il1QcF+oI9m|xBY2REh@LcuWDAO}8^7NAsto<^O4!_t#t4(w%z!c+pccXC< zqw{xyt-EPor5p4zV$fCoUI}61C`d*6B zHj%`L>fj)VorZO|Ka|~b9CVn)2k^wkR_>_D4@~>o31s`hR=&Zj^>M1)&dMx-%CrF( zmP;qSnLx_B(88Kb;Bjp#Cu`3=*v6%i@}>e7Aoy0mFyR934cZFnQ+dt@e&|6S)Mo@c^Eh9xqptN| zx7_;Bh(0cWHZ?Rp46*a6s&7yJ5u-z(O2)hu1ngbi1~2AY7lFsWZoBdASURKXo0onD z;nzI`o(+n002A;uMoJqFCB6{mUC*QDRsfp6cu;h_%VuL8u3e3)xZ=?VhF-$p8#3ita@x#6s&-G zJ;dIIiQCSwYM)@&{s&BEqefPs^njRS>Lk`&Wh?mLHNIC|VoKNZfN@(e;N3rn99x29 zZv6n+D`9F0(fUkQl8T7xw=!|zX2wOWTR(OdTD1Xh#7d5C(DMaF+r2W$TPM$Hlp&oV zU`+s=2hv6Oh?wY;F&N5Vyc3tD8Zg`GC0>aqW|J=l>4?)c zC@iTTpyR!t!m_;2Q8kof441V~5-_s%>n+bq&%n?CGJ>@4Mw^+5N2-D|Dc=m@Jp#xPA)NghSZ9Bq12xSp*NJIfgzzd61_-9)mJD@X$DKuhy6Wp#3OWu} z8_zyE>s2`j%aJuPA1a3oJOWlC2Jn>3lmPD7>SqiJQ}p@KV^9NJGQk_^xj)^L!;Btj zWdd||kF%#PtI)bY2e?iFSG^l7onBBE$jB30zPwZA9oL{XM~iZ|waYP;R>D{%%(CQ| zP99;+>+-`G(#=c=R}i31XTwMU#U5_zu3J|-D<7Izj!{9~f6* zz^G^nOfdiPGhLbVEmK0RvUojApVyUyKL4r^jF`&mn)KMU-+>kQa%0?kbt_oIg&V+u zViDkc6;Piv0M1L*gP7CYIl!fBzfu6nq*WQDW?|5A@bX(GeX#ldi_pVCo5!?AgST$} z`(3}>6EF|U^?U5A`%A5broRXZT~Qn)7AC%+osnZzFgw{2_9&N~dOQsy0drhXVP0?7 z2cqzX$lOV=mf#PLXrj}&EgKMTt$?ahdN<_UaYJ}|wPUU?2CP&854`k-_MoCf>jKzX zI{L5PtZH>+l`j&g)C^%{1@;i9Z>2lTIc;s+p{o}I;hCuY#~m~dmPGD@=mvE zF6Mz{cPLEA2|qB_)$)OyH2Y(D>PF*{$_q2Yd0-Dn$9|RFFqm?bZj@OSC^q?h`Yr0Bm5X^a4}$X>jFPws!u2#`0yJ0<$8`7?O!EwyWI7hux#auY{PV%Yg?hi!dk@ghv6AZ^_t%irDg1O|qlP&&K; z#Pf%!l7R}a`Fqe0Tf885YG8u?0NhbssBsgbD;$h&0bC+nmzC?p(8ZICg0{Cly&1w! z%+3&v?xOo;TY|Nu%utn=_Q^?R?^c-1*FsG1?<}39kLWsH8;CcL`aq0R1)X{jY-OX@ zK8V*~h&w^tzvE!jaw;T1Hvxt;?H_VR7FIK8JQ8dL6aYG=4uZ-Y1^TKsroTAR-Ds`z z&;B4YI`?M%8hJ%Qp|0sli>bXOdtXmC0XZuC-eiobisvj4X7d)7>aI{CeOVBB&|1j{?uK#_|o>HOQT!U$q6$x=E z$ru4!pcYY+Aed6~OJMa2LB6ZZS<)tHx`6H<$RQcBdC(bMUR%QlzrJ6L;7sRT-$B5r&blw_rI{KvlS^S%zictHzP=Gmz-G~` zk91{q=ZoCBB{m_^dK~-k&SxPQmYjIs>TNl6JmuQM&_dmd*;xT!&~k<7!dJEmn6F1= z^u>!J_d{3@>-1nGy1UNa$8raznEq`bmL~A$DQvyyy|?WmWoY z0-LB{!XJ`5t#4TYXVmlPgra}G!0ml?`xZ0A-RgOje#@|O2ADtn4sRH&s)-<8WP|HZ z0qsT?T{i+!ouVJAM+_UeC;dhz`R{20{{alifyLIW4#8}g-4=y~{e<=37r@M8hK*f% zm`-7a3Fro(H%qrD@5>iRhZsGkO*;IcXD{k5N#SEvnOsxfxK zTEG}Lu>wOXCL5UmfO6~jrXL2XX-$3m;Lk8}qJIP-+$oR{yq*Bz#(bt9=A+fu7%YGQZfX+b96a{k^Q^;ikigFMZ?C<@Q&q9Y0K?8;2ZO=p4}&r3 z&%Xd>&2l)YDvnmO2%^S zJXafL%iEX1iGc-_Z=fxKhC%cV@X4+}`U0{y=*hzTxGkdc+d<(JB6Q@794`3IK4 zs>K$yFrZKB3gar^a!cGA7a@AZ((7N&Hq6E!@Xtq{b%|y@``Cg-@J!mby&<`jP8vbL z;-*rd+f9ir5JG$I^3eIabD+=goGLM{yi8{}On|wmN=&N5z@N1dRj=C9p%(fZ2seQp zv{_>8eJAO2r;t$gZtk+O8;oair~o?#0+j2Av?ua&3(Rr)H!g@>0SN80c8-Dgj*#S# zxiy%J8CEWdwFIct`r;Mng>ftyz!Ri`RcB9IX;||Az3GqM(Dp9ovkHKYDh5OQ(==o( zPqYmJyqJLLL!9PI;y~J$v+~%qflZM1tq{l@CVeMYPYF8r7+9-v8eNeA610j)oHL|D zJHX-c&LfyYWlraoDPG<(yZ7QfOg}*p#78H$*3)(#h@{Wt7)7)8NKSpsvjsy zN@8ZK=kAE!3u`q_!yRtF5|t35Vg%HQd}&`X%sb|4)F8=fM6 zoQv{H@9EMfzWj}-+|Qw@KyZ~&&>R@x=rAzB_$T+7pwW||ZLEiKmfDf3P4IOdyBo|} zfEo7*Ga{fMi1%2487}BvAGC+IvAC+H4(e09^|?iX(d4h2q4+lYuYYhWS2@RdwxOPE zFw3ecfdY?YOLjnXC2R*B!Bn36vS1hr0iDMZvxXFd@!lk+7|`Z>@S}T0Wxb|W?)=dv zwQ7qE5>N%otOJ_bz*ts-6%p(PCQ+M|(^D~IMP!tRho^B(KnEyX)a)9rk%3_Ku|cFa ze0CzTE&V;safSm6Go3Ix7WVVpHF*KxXYMTq2beidELPsWfZ(aU;Pxd97LW#F^!oP} z@!!WT)A&>dry+0HVdqJK7@9#UiJ@tKOyrrGK#rkw5D@s~jm6quu(S+UeMg0(ymACb z41zpzZRtOt&T9{NK1cltzDJ0!LiLn4uK&7CDuinxgQkm++fK-E2P}w7Z z`oUB8*DYF$!ep9+^~@voGR^A)vCLmU`(1T+C`B^nKIoNs8S;XqhJX$43&-;}b{?t5 zd}CnNEnQ3j&z$OO_d3uZ2w=pS7e*QPiWnBL0MQv8-`c=v2pn<)vbb+SZl@=dwaX97 zFh_ejTRgi)V1F>UYlwFDiG@0+eX0=(Jps&2d7nGJ0_9+6&*_`QHX5I+eUMmf2u6!t zADzo!@O-31?SYy0T)2*0T^rkg`pv6s62M-*P{7XZP8R_gB6{aopP36 zI|IFP%b3D5lU|kEg@fPy{O4}@%q$(1qS=Vp?-|X-0!4LnU6c&KIRdnA@k7#Sbb1Gf z4W(s8?S>m?+75+k?-Zf^0A<#sj^t+M-K(b@xciizeKQGhKkS?OtNox^cPQp!<~1A6 z7SH5iC)QS4eG_>ml?7tgxsxF|bJ6pY!c zlC$-w_6q`0=`1>4jnlbvj)i`OGN?NL*ubKwovN9#mHWX)9N=rF*1$L`Se}9W=;=%+ z8CJ9OqDB9Y8*bJ9HYy`x;x6Oa@El{! z#mvt$e*~jL837;}_51lP20Aj*;RBD&5#2SxjU zYtMxfEq*)ysUoxBTpU-y)p5l-RN;>XG6@pRVy7tasggn8IP0`q2CiJ0y~>Mb=;2&J z_{^$I&xfh=VfgJ`&#MYpW0C@tAATDpu3ye5guO9T~y zRBvhGc+@B6z!x_|@#D5vbM3%^5H7HHs=J{HGI-p$#yt2x@4N^Oc!JoaYAmWkm>7l< zup=PA_v0r-5q?;Ekh$pJJ#-QZcL+p*=pE+|9}9=4 zxXRZS3QE)++bc8G3Z<+Fv*~^f~xz#v@d(+r8+T&jp-^y zWBUGi&#N%-<_K)>+X(#ZEhfHTzX*mIsLNPo($EhXD*=b-J;0!SzRE#%y+lO5Th=xyu%u85scjF=AnI6EpoSh*^zPNn>XFHGwMI zmo^~&@{8Z3$uYAK-8PLz86}x>rt4KJN?e;_!U~E+g!vWHnYJo}pfVK!dyqBhOrnY^N`BqY~AN z48Hvx8>|N)TKn$r>4!IE2u|E$1HtExt`$Q7RhD5M zCSX=4dNEl8hIJ!tj7-=%m_rCy!l%ClKMMLWoX+1R#+oDAKMyg8`oU2}7((0(1s5y3BWqF;;Do444i%YbGu|&8aph5(AmXmUZ34`?o-44a# z?#ng0?h&JlS|gVv2<91egq;4p=;LjjKAHzH9E$Lt+|Um>*v%*lR65I`M+7q%U^)uA zA?WBX6PPuTgI79Z!&hM%taJwl9C8ap0Uu!6am&s}z*rfS^`J{PWr1IPvIrdD-9iT| zqCO~D#-#^>O3OM^quR=t9VU=vF)(wJTUV(BO)c~4Q_ySFn;4dupq2-Zfwaf=SAFzL zCcC<#_vdf%at0@EDais>X4eM38$EPJRv%a{=6fC{1_!X z#Y81f3G4@rD&qYKaCZRn1hw~WIV(>TVW@p{m8%4nXvlY61gC3wvPclH?OlBKHAvU& z)Jlf=04Nbux(Rj+BrsU}cp}fD{HfB~PkYMN+LmcM9&=n{tGrCO_D{~(SZ-u5Xv=o0 z<IW$ayEcU912;@1vBQ0FHkZ!T7zPS!e-T?!eC(WsT@}V z2JMk1kXwUb06jL72i6Pv?(x?w?5gEEkAtCcH$u&|r5Lw6TQjbN=bm=!U~$!qvDE>- z{vu17KY2;CG7+(=Zmb125`r0f=D?*F1EQH*^`H)rAb|75pvw;*3Apz12zS+3IS;;a z%n#gJ=@yj`48AIHXqQf?utEnqox!wcZtk=yo;wOO{`qsAfnC+qZ0+d<9Z`itLp4={GY%1JP8OOOf?%v|1$Rpl1l#*hM)m+p_%exB>{T^>EWA~5YT25#!9F+*sd zEQ1_i*|2+_dW>GpE8HsdhTQa1<>4_KgP{(l7{J8yuh6Yf+Ut}56TYnUP`hoLdacB2G?O)+#hv5a^N8&|m^ zcJOV#jn4mi=J+q6PA!_l80a1m~23x2vs6sEKpA|f!pmoHJu%kGZ*jULPiJZ zV08j$j2}~k1ZcnfbLCZNE{zvoV11N>jOT9w_iCKvYYSRg2?8cwR6kR(7j!_aHF#rx zF>iK&%D0M(k8^d!z7F7i^V8FV%-pf*{oq{w%BdGZ=vaXMiPpYJIl@$QVp0jV8SxU-KK4*2u059mId+=e@Vp8f(m4 z%!Kv_F;>egdl^vK_vOzZLYQnJY^ef9N&8Az=|+xNcK!DT3~RAstzZKrn-FNf{{0w(C!IZy*Asjqtx!o2<7WA)kx=`bkq+{)~O1WNz)_OmZB z3mAJHi>%24R(CvzEk+%#_6tMXk^lb1OMip{_^UMXQ+L`S*cQhlWb({|kgPbtFpDG` zWQ~|3GuK_Fg){fLZ>BMiV-x|J0qqk$#Zb)bQ6D~C0?y24RcI|~#D*!MV!)iTMttXY z8`!k7Qh3p65TK6skr8-!TSnK;mxHY(jtN%2fIY*y4Y7HyEOs-Mb#P_P`iN^}P2`z; zH%ySs3?0ns^=U534Rqy&k-<#+D2C!dc*Y(G7C|2f*lGpa6kX>`dLxK_(tZe&dk1V% z!5B?|&H`#h?B>eJ#d$C?(X2NB6;|zUbDXJ}1uIh?gQ|n~GQrSc?dN+8sa)^nUx5W( z`jtv{zEG{Eh?&s!6&|rt}r`X zzPtMbM5Ft6k3Ja)Wj55?;AdyCjVZ@qHwtBt3(>L$#+Iv6)!=S!XuvSL2uyJ9X_4PM z3pd;H^^4%15lo=J{^U(L3cMS{^>AT8F}KM!v-2&^HnCSje0C#Wd@#n5oywp}gP9!e z1@>d)>n0T~jAwM4D3K5<>P(=VNqt^(u#Bpd4@&6A^Uv0>V~nzz)UArevC6an$~~Fa zfQ<;6Kn;6jIGhy~!kpv91l<#hoo6419>QW%HhLou28(ckWn7mneU@+tQ-aq)g|Y8QEt1(0BV1#(0+#3tyTAf6~y zdva-fI#hv8g2>h|Nc+0YS{4MLJsgW!+QoX!?%Bu82y_N>1kHkyKu5SGSJ0NKMX1cG za$XNm!dFIn*>m>K&GG7`AbT-)if9+X3~mLTJ=s$?QwD`c0y9h6gKpeqB)qEr!UNrT zM_1Ju24T$rW$DL!_72o|khc%_8MZJN2%)0=`KvsTFXBQj-N&%(w*v!s#)jZy;0MHz z2jRd>1r`^%5rB(X6%|~yIi8R?!OH>;%caWOVf4)Do5d{LD8iqYUg2hKLE6L7>E#gD zkWdOxcg;FDFmEkB72YXW83x8iz!wSFSz18aeOF9b?Tw-cA7osaEx_dT0C*aRuLG9p z4F|eRU}<4=fGKV=MaBHH=P~G)iN?GDzJ{x(#{hp3!kGxXSawBKN<{bO*4dd?X_iGnB-Vo8nRfJxhydaRQf0Mvl$GQpV8YQF|Li0j`+Wf7FemuPE9^8M?p$EP!FIRF@R z0XMRy{akpE7?PPVf+(NTm>P|0J;f|#H#30*|M!k(Ev|jsQQEcND>q}1YZwM+ItjQlE*U8N>djh+oU~3C zmOvplY+xCvGK2=y4;}_*usq~#-NCXXxfnPRQ@Eq74kibG)r#=+L zh4a~!b1FGh=EC;HORU^|pbC&xOy@-N;(+!w-`r?bdoY+mhc7+9s{Ozl^#A?J6W}ax z;Ny43RFGmZs@l{ZS?-e)WRYpLlZ<-vTtkB|Y_3cx7E52 z(Yb#h(Y=o61)4AldrR%FN|uVF)AXJ_eDfQ+Cq&@h*q3*t=y2wf=>r5|FY zk2m(B2C;m6CtWSbhS)#E6R1`v=0FF?`3rY}FNkGzHeJ<_j7QxdXETzwmt_pjJ9|{2 z^&JL=wIJS}l`o-9`1@;r(=NICT6q-rSr1~;M$d!If^=}3qwn1bZWddQNqbO9wSEK? zR$H?6cM7qp%QKP27$JbkV`-yd%6aGi5(;xL4rm7BJ`zAXcUrE61-2W7F2R-$ReT&~ zFjH9*7(J>oZPY*6oWyJF26xp9T3M&(nGjW={qA7h+P_qn+x~jPO&G0z_FL`SUuui6 z=&&#>fVD5voi>$adsjo|4(Nxm);n26yAd;>;>jx(gIG0}U*IBEiU+`J%oE^d?pCn4 zI>O${2<)R%fjOth=n>xA-+gY;kj3O;ECH3urm1z7HK3{s8qcxoZ3ISZ$zVV=>!b

(Y_4wkeC=E_J1=LhB-Xp>)yGGGkse1#8cG>FIZG}@N{!dxc2($77Ep+87){W$B- zk?sK4v8J=tsaP1Pxp~F(LRS_T+s>x9>3d0GtvO!C+zO`S-M99q=!1X0@RH~Z)Av6b zY$FrVX^?Rn$*R;HFmhYxN=v-Vq3T53bq}uuM2e^!iy2puYjoM$VsjW~#%7usEntk* zy|hFuu@&0iaHbh(CSoP`R@~JXn9Iy^+<)z12*CX>KYda()w40M1=WcWe0?^!izSnu zDW)caI~_MHBk%wRd+^!Cu#^H;t6*!ix3Br^FJ!Qxo0odI)N8*1s{%3hz=yAh1ZUb< z^ikX%sPX3>ixSJZpRjSWDIINRZMJ>)+7sSeEGf2(glRg@2$}@_0Cev%y>_gQ9v8$y zuyAOnTL7lz|4`Gb{!`3%W}FVy?G1F7z**Oz1Z{$?=@z<|FK5pJB0x=ZV1-PMP%3~Rm+FSgBYsdF|Sp=YL9nFi{-^h#q2WL zZ<4Aop87ou0wyUid1w%P+1}u~?Z+jC?R>I3l&=L0s$`7^%|?@$z=Nw?8NPE5f~h#p zu-v#+_A?!HXIBB3KNCTRiZo+fJs;ZKsvO9j3I-rleL!&GKsLpo!)$Uxk?6cl{wY-~!JE!!#sN1gcEe zo(RkASpcQ+I@us@Nf2tyz@tolUCW#b2p~B8)tGWQR1`zK*z{0tosfAb*HHbMjVC^K{-WYS*uyN+NdAFkEQ=ry&~C6Cc{=SI`okm87|kJ2r@Mm}5?FnU`P%D~eqyFG zcO#*jof0sXhKxe6zzQtU`4BZ~A5eifu1PQ@f38_$C9!ZrihIF_8E#cmd-&36P!Xe| za+!|TvAvJ8`Y`I#SJRk1+|Gt7a+z#zuWI_>kFFhbML?n0z`1vUj|i8f_aBRlgU(0| z9&%;$yHTKyQ7^?5Hx4j5^o~3G;NRbR3ETn1Jf_7O=_s}6eoCf&DlaYA z$8HEXSY61;hHn;{ev!wMVCuhK9!Wi=_a98)mpt%c8)wf4i_h9tH(Y)0w-G zUE;5<)(W$0aID*>cgcLP9i0>k(kfFqua4dm7*p(V8SwHTe51wNz!$95J zsk{txDAvlA32?jum`wDnDsHlWZdOSHL5~8m5`X3~!?DZRwSi?3;K3^`1!FTZ4EyAdYkp9fpxpXya4!IF zGsXTZeFX!`Am(cBjegb<0IgFW(F+0|$aQj=%o#_}x;c>5D_}~k>LXEFAZCZH>EoE@ z>XkaT&JeA;27%)ta7@!6-?6Sj_V-N?Fs=O*kUf){c_CPAUkaWI4PZ*M>pAj;0LOIV zZWLnB#tLJV8}*r~{$ZEcqP1Bum?zeuuzPKStc&!=D9DBT6SN%>$@u1NaqrQgn~jCe zVqJttnH)`6&77NdHenDD!Zfa=QxEb20DV`)3SeX6>w>j!X&p_2DrhK!EZpSrTsCVe z1q7%F_+Me+1+tz5b`bQVeNFDSkG~4#V5Us$=IREjuCspr&9I!a&)|TM@3{6y2wrXz z#Jj5CJk0`bce65B`x<9E^bg)Na%r@RV4Y^GHz;8%VgtYQgbG>qMDnp>m7%;6j~7&W zCRRY(C!+)giTfAS)Bhjeq>okkbc^BCLn4>Crw&kkrr&_}lUc#37^xLPORpRP|LZ-s zwk+}dK(Xh_wrJLssFRm3e)H%fF_=uV_*{BL4iZim11cEaP(zt9g1H>X1|}oBLN5>M zVz>MAolk=U=bo8p@1l2AnT#WwRC$O!(J&y7BS$ZR?CiTD<<%*{0VUOxxc-Aw{F!H zE-&NC+o$gHUJurdP?X0wT`G3oNj8{e083J!!q%)C@{(u@OWNM*)jmfo6CPYHGqP32 z?$z#Fz5c_iYFjFJ>wIUB&ua?IY_)7+45~nTN?R6m?JD~=nAKhSY%%xE#WjM|(mJ%S zo8Gu=-MsW}6wqA3f+{8}50nwncgfdpW4hCr7k_>ww_KWHS!SqcADK9}|zb&a} zDCil0nSZ!b`?HG)or_hew9PTFo|l}GoEexXBQ_X-F4i7q0m(}_MRR|uj@XQVKoP=O z653B4(sR3E+FECqWwK7R@+2w*&>FdEwjAYD?NhB7`ho!MYdMT_qpB#bErh%2PAs1E z%J}T2HKvURd+u5zn1D_bWUJR*{5d1r!A5-LcvVGSd|+De76v_PBXV@rsXstb(KOA8 zF}POya*_L>v5MjyupaR?-s%iU8Bjd@(eZKt@zRmcpT zZRpZ|#K@X%uvs@$F9&kff}?}p^(@wp?f}dE;t}uzAV1!)0F^%OGi9n2ipBo_;@#tz zNv}@)>@GPXmW_KEtb60Z2{b!7Dr&x4Z@d+!h-|(Yfk880Ud(Tl5JibUt7KSu-yVqlm9>2py71c3kZ@ z(HL3Fpe0(&A?d*#qHT%*Kg1Gt4B!IadnJ^GHVFFLt1qORnTUW|yLmj|Fx_edz56_v zwf5K2nlWZ8)8Piq%q$kDTR^VLX{IS%wFKf_$Y3pe?U`f_dtd~Lxt}~$_`a&17#Aj7 z4@gik0D0CgCzRbTiE?Ol)9aL^b`6eX2hp)6B@&gwrmtqhCGAxJBtjk0_M8`*u z(|rs%P{Shxj3RLD_vzhK59Y>#GlO&_e|P)i7>sc-Tya`I_r*~ZNTB^4PR0KcQ;M#r zroULHUpxQ?tk_hxL!^QlFTbNIylEA~L6>Z9$G3XW&UMs!E7bnusA74I#boRTJM&X8 zfo12}L|kwo=<4tExon06uu&;Pq5W=U5MAgAasb7EehgJCn21)dhWe+QkEO|>m8(Xk zmmq>g9o;8`pk?*a@|H1Jrg?7_r~_oc!~_}(N5QRIrDp*z5!arDWK+*h5Gs1S5t6CSI2jxYRi^NCouHti?LBlW zz{a3`tz3q!5Idhm?l@|%)~`JhLJnZOb4x^LemGCGb9I>@Eds1J0|*#i=59Tv)WyYE zLbv$ysK1;%DJF1}u0dIq0j~s<90rT~{sRMxWokFy+&xgW2ovizmsQci(*W)*VSMXziGK_qR}Oxo-#Ut5Px0l4TZL z?N1+z;;GhG!F^4Dl;f+zxdos)Po($fzZQkHpFgB3-p?rj!)4IHDW+e1b78#_?Y&KXB$x0L2HU2*nt5qYOErp4?^WeGt`f72g?Kj^um8W^_C34 zy+Kub{Hq~&D5VpKo}>HYwI3g0)%LIzaXDNi@b}-|nk1TVkDin+(Tq{&ADo@?bMp7# zSwi%Ks-SJlh$}AzF<~yA42x$onJNDIiG~tYDC|{&NVp=MBsP3$mU;Zryo`Y(%zYe5PxaS7ad#j(`b94I-HyfyxQJV(O{m$-|Q9<<@>% zU)6q@CR`Jfaoagcd-_libRYx7GyxbARs|!w0s_>PxPG7=RAbs=9{d;^Fwt#HDrcSw zP>bv28GitGt_7fQ0L{7c#dg`&o~M1X47TWz_%_}WLM&kZ<6wM^_FPH&P{7sX{}6zG-19sO+$cw>m8l!4*m6aHYkyUNTw-&s;B8=Dp5FzHC#hs% zFz=W)H1MLlrb+{7K%WTk3-1hq7pjdwJ@wF~Hz4vG!Pw{kzv=7Ghz9=Y9m!GMGqbKx zBN%n2W;!d91%LD)mjy6)|NI0UN0;Z%UTWMix98jAH;V~8 ztac*}B1ktt;fv}R9tNR4sK(gIa$G$IwoEqzQ7Y3N68El(CAc248N@MP2zd8qUU&|& zq6aKFwR=37HRh1$4=&)A7?3l^gO9Sj2L0P*BABPjKF?SG08zob!Vyq_%*5*lY%%sg zgMY>96r_PZ*$V7Y=5>tfv%omT0@E?;shkPRl_!=$W#aJVH&^sS0yEuQSkWxr6rM1V z>*gw>`;xy@4((9Brb`ckit@l5d6G&{Z+F$K_SZ_Qx1-u4O2gVFxfotF5cC76CIBn_ zvm3z}&=sD#@$9`&ovW4i8@c;o(6RW>pR_tjKbr1iaxyJ|Z(h1N)DM!k*NiH$f%jfJ z3I6S?FUN_glxN)yV}iObM{oJ+cGWZX&%r`J@$!~{@L4&4D`w*gk>PIs?cL8~$b13L zy$BW*n4&Tq1654XP+dU47Rcz^kV{WDiV2+8)X~n=G=sFS`9s?E?_*3Fxtt z5Z{e8gMcE?&c~vlYTwR|g<|vqV|B*{nl94wfcEU@Difz!o+jnXt;6YQhqNc~!>E0G zXOH&46^s^12_^Pr>W$>CZ@MO8YVNaV>9Dk;whVesJm2WBJtoj!R0R2_PtpJcG1Z+w zDqk+V)LR;8#Q00*;s{7E&2r-o+WooOPG+>A+9a|@6{NatGp+)65!WBlErYry3SA4R z1OIXIUJO(*{`)QeX3sms3}YPMIg|_0H=Eag`W+~R4ory@Pq5^j4=(#z%IHcRs$#-z z9bn=~Z9y|)%U#1q+mw~UFL>^J7TUs4#0B4$*uf7cqy!#y3 z%C^6YPui*DV%p8iy)oiKfK=8Bg8^hU+K-DSoEzOJ5`A%zuIiu@0Ny8UI=OD;elZ{D zR7J-Oz4#DVEnU9a0JaSh@a+L_2|C>3bXAnPGl;CG*LvQv-~E-n-}a5IDaA4X zAB!C9g_xSrEuvJWMML?&_uO@hj9D0|%c3vwF_T%y^Qf4!)W3)OE6zWAJcCzad)A)0 zy=#$BKRE@){*(^#?Ti6mNYnoP!uFL3ic)Q77CLbL_P@P+H)LMhuuAhcpG{+)@c8_` zY4Cpu%avyf9Zm)v+@4-`!~rHbs2sw=eREv75F4pNO>sgq%w`KRe)Mv zejdac+6OAU%s2r-B4Sir+29+2UZANAqGIjS`> z-K#hY+KV*RbxT!xC8@;4F(V0bptoqe*TEt~$gT~}YdTEx) z2(Z=Y@CuIN^$jZRn9v{mp%0vQS5b$S2J!{51q+x8$3RSLZ!t|}y#3geTD46~;6=Lj z`EyV&J*bZ@(7IKyioDv481ghWW55jBSX3FBfdSX1BX8BDJgl~J{l}MH!|Z~m9Adih z1e9s^DHVS0i`p8wwYJNr!DB%!+5hXl`~KI_o{LAssG>4=SluwfrY2;Xc?hVk42@|AFsI;d$3a~@4A@ye(7nMOvOs`Y5xmDZXlPw!gP2vw zF;H#zojb#Lt2)s8^d8ea00gjX(?wP8lmUCZj<+9mf*xiS1N|$|{s_Yhd4z`Y2p!wd z_GPlyT>p)3bcEK(%GS{iZHr4^<7R<_0Zl4Nx-s(f_xCrmIO-Nt>bB&F3DfR(Lh@t* zV_ZrHee=pYf|N!B)(^ zqajoL$!zfXEPi_U;+{*7r~=1zryo(KcOH~G=L6V z{KgWPMJyIz|L0GG+rE70_meGChRG8c%rF}7-wsv-0@%vC=fOJtkH$cJBhI^DTI#>H zScN&j>c}$TMUHZRDPhKjsm-XvbzEfU0N6ngP{r$niVn_O=a16WC1E?@T_wKYd%=cd z)mk>MvK(${Vb1bK0)JhDk_d{*Fdu;k29@W{X{~`vYv+ZJkd>rtu_^`Lx;B0Fj`lf> zSglo#b(1oo{mNX;`7;|b{P#zG17%PKIxmS7RTcEvdogTZ9-+qt-AlF)pVEF53gfY4 z-L85yvt}98CKK9!`B&=)L19G~ib4AV6{vsuB{zHh8D<+j17v_wjbL%*V&F4NN4ERG zrH3)f%>^44b7@8p6lVvpGO<`)MJBRqs_sydDz?3RC&!!_evbL_EwI}#19+Wxp90$| zWEKIoc~%9>5Xcr0#)1!=R!2ZziCAFC18RxxAxv<##lk7DJsvKsmW~ z9lB}~Of!LJXtl@5Oz1q#9;R@US{*x^=7FPOy-){co$OstC2u7Qgn*1`cd$ z|6K+}Y_%ObJcd6%Eck@Tjv%La|BEWkaQ_Q?~ z0%(=jG}#k`5i@{3dR+U55VTLvFe!j(5$)XZl;~6ib5?6p^N`8;+E1h6^Ig@WPNw=@ z+Vd|ys~`E#%B)ehxmlp5J5C0fbQ6^IkeC@4F$6=jfEvrS@1&@MYOeqcymP<=37zfZ z(7IXBz)5S~S3h_GippJRGxY5&NI(zSK*gX!kYB?-RZJKhoC{Q`wjRPOw(>|uVkdxi zp)b3at9F7ryP>f}j)DMB5yF`$^QyT(jRBR@+d%L)@-p_rJC%zmy3)Pp*cG@`c8mZJ zz%=9~)D_0W3eIq5=_Bo1DM$IdE_w4=chhu99n|nvuxoe8LE4wk91)!xPXW#H$~qQ; zSiW4j@1Q~ZZz6N6VWCkaYl3P4nC7!gz_iO91pDAAuq}FW^WA&F{aFgNhX&c8YK&ky zxW=%av`&b&e?0Kr?WT-laWxpIgoehY174s6TImfJZoKp(-UaAsRPj#ZPFl=7RPY&d z&>iFn^07IqYyIgl4CzXMrwH=G;zeo8hkWyq6mG{q4UDf&1Ut?jKa>bH611Z-B_(Xr zcB~qP7-oc^wT4GE@#GU~E8P1sC=BF$?uV-3u$-)#<0mT8?fzG(k4bcEulru(v}DSl4{oZG*z2e3-IXAK%7BJ8?sYKmgro*QWFl6mBwbRksxU z>A_a*qbjAIu(k70W8HC?W(hLWbsQBfL^rf@eSp7m2m4$oC_H!DdukX;qIsS-)Db8e zx1<`cdYqI7z*Ne+)g^4TL#T3IOSNENa^PCnGw530U)?Y?f}RJ?zU~Wd;bEO*0Nn%} z^fV16t>;I`sF?BJ{X!9_pZtI~1I9{t+R`UKl%enih;4P|AvOenzU4)1pjJ>}1DGIV zrXgoo9loerXVrR+r^7TY=23|Ef6*a>aMlLknqLAwzr_Uec>CGiPw^#U$Ru*_RWAde zzxS%GF*0xBnD$9~jHj6hIwDr+A}$h`{QHZyd+1XKd0<&{NuX^biaSZ{Tmqk}lLJ(( zU=Yjo&nYkSO4@&#Tjj73h*t9n?#tKUP{5&}Ed!E$T-6~o<%hgA?UTbU^~Ydix&lQ9 zz*N(__EKC04^^)4=cX+we?I*vq(EB))DBQMXkvAEOJ*9vc|qENrT!`K3qJ%?nO8fK zg@GpQvBjJQu6FE=*PSoF5X`h)Nsze=s}nN-VBz*%c$6crqNwaE zw~3jz1-NGBPQxOP(}C}|2|Rb3YEf__6IWYW!g*0ZD4a6=8 zB(f;jdKk@4P_N;H&qA3IT7k{>Uyu9&$~MR!#KqTw0JG_%?=(WT$*}DJWSQvT%&7~% zk)bOD^D1E|1w6iGwk5$>QUtZL57!v4-XT<^xHy3*C*QH%zx%|*nIkfzRroa8;VW3`RsH*uH_-zT!r1-vr_bb_a!F1WZk{_b~Q; zAn!MS1pdZ%!5H&=Ryt1yVtYldiP+0op+F}cHO)n6f0{{!k~!uG{x30+{NBB}d@RHl z@s#L&p7nEijE^rP0~m&4hUpq0EE|k5S^45QwyL5nFdtX0NUaLm#ul$5Xe+6KvaQ|S zOs^NV?(Bz9b-~kB#&$y$>}NeWiEdAIuJG;Ofqnhd{or*nFFfim_dcR7V-!oxW#&V* z$8nZ5FjAVyBtPKOSxz^OftZK@lY-@O7-XgW>Z@Q)bO4J=Wf3&GAPOYlb+=eQDyfp| zsN|<8pDC*|Y;!|qCg>1X<`@U2gDIl@7$@X%as@p_-?C8s{e7Da)w9rmo(QmLrs8^4 ztjAdC?Rn-qMNaTriO!^a` zM$kgLVRMXYU*sxWxo<(*J5OdZ!HqIx^C;K8Dlg!@U-n~=3hMdfG4KJ93+NdxE1LI1+-nmr#DoVrcE7-BLdJAMOkv#{kIJx+D^d+i z`>~c{b7p4O&Eya4ggkg7>FyMadqV0Y<~a#Bz_jl(vK)d&?`S_n!H%v1`Tlch(eWln zM>^f`-*^80!VlDe5a}kS4>vuSo5Cb2v;!Xj!0c<#Cx{ zdf6LOEJmE>rX3Q&w&xndAzT=GV2YCr{)mjhGd;m7L3LuPW7L4C2G?Gngmbr)#B1+j zg(aIu1h>gFIGqNV*fAYJj07`IFy5c9y*ooU>{SBWSvT7t|Lwu^56$gBn+NsIOm(G0 z7EC1eX@7zF&s*=u5MaXq*sW&&e)^1z0$IQx{6+>kPu%YogaHd>ALy7&s8C>VTnzMn zX|U+R`TVhg>^`5*iaeT_bQCu2KNLe5Ibd1@_{!g2co{;Kav1L^@Uie}ZqZDR_4Foy*LI2$6bUv&V?%*Y<-on)#2OCpRS zvO{_Nsv|w9!wRiTMvQFjyHB@5a1qP_V^Zs9KUe)|q=iX%?q;?!0kfDZV)i(%FkfSn_R(BY_zu)owm_&97^Pzh1g_B@h zoS=A!-uahEJj9-+W1O8FNUC9rD`YkargV+bC@vX)>psZ!Wj1QwS4X~y)%e~`A>gWn zJtLU0;Vxi(!Bcd-fVbe@(gJueuOt{qqMHO;BD{5jDDx1uy|zU9`qJqlaFssLcvhYR zn85M8-O1rFvAq5C*<6<0zeIRuve@TG4nkpB11j6?71%)E_45&sz(*6nh%p~|I`fYQ zy!mv=(FI5@YbBq~1pe!e?|?goSJ{iS6b28_`=`NxqG`6l^FII!R8E1q+8;Pg0cy2p z%ntJtxbOfNZyqG$#;sgFh@CmjC2Ic+X1H{WL1PugQW0<=I=CZXE??y&b9pwPs}jPj z{jiVBgY&YP=?v=H3YZDB4${Gpn?eo!5O1+?zOf9xMDt);F-3HA_{{k_7CB-Z2nyBh zx?&8j9OrgBwf{sE^NqVhS5tgXR4=GN#j*1U>YdoxGOE7#k&NkX9bB{x#KWgp(!1aC zH_O9JW-uMO(74jnJg~Arash)5tnPll1vjn3ke5^w;?)?f@|8DY19Z|45G8VqsXZtI z`WuMj>Ms164Rje)3EGSCg65?8tc5f;7>Bek>|_u0UoQqP=3bbTqbzB*bAT}(oS6UU z!Bu*9Esvb*x%e8GAa>8I7qNtzAXU<>8TA9XsLvi!)xkr6iKMRX4oEA=1yp_c-m;>2 zC_tpIdLo)Bx ze`UnQFc?AlB=ZIcxONM8`iHNBM}ua}i}M~`+0cMqP=u($S6sP4)ySEYj7Bss4y5dP zO~ZK6Rb`I$v}Ldb<6fJ}Q5e%3o;jwXA+I-ooC7`0-BpfKE5tx)yl7ph3mbUS92hs` zvwJjjAeAkc1r4+WG2&nS{5HC7_xrD8N;vHepn2WcMGubF>tn_iXwwZwXxlQHE^>x4 zO9S&xM?90O*gM|qk=vNt_d)RP#Q;S zoxyKC7^(d@(T-|jDjsrt;e@v+D(jMDR235+Iuyz*iXH9@7n{06&$zlHtN~H~e&+U~ z_@PDUtop4^ITZZreRlP`s!y`p9tCM%c}cIi@S1+00njQa>Ij$)w<7u|6{KDn%FKbD z?%w+KNDQ3X78vC`UY`nZ?x)wE5)GWb<}H|uKt_c2ZwqMkwUgk-#Qc{BILWyAf*9^` zdzD}WSd|Z$GNT|SHoe2Bund69KNksJ0LsmvJ*H4MLdo;5-g2XhoO*btHTpsaEvg6T zwk*-YyCCOB<32sbi~x#3qwQd!mu?1+C~Q9*R9p?s5fsH8lPW>cps+2L1EB8569G;O z9E~FDnU;d!#ggm4o^bcDbX05qv!)vS3CzyQ5i=<YfLn z@Con3rx>s}l(3kuPQ`FXxlbmSnVfZ-SvH%DlUw-GjcG2Jh6rI{erosj*tpCcZr7UI zZmuz{CX6z*9_Jv6ftgSu`fv#wX;CFz1cW4keSAs=Tq|qwFgH6K#i>Y;KPa{p%mU)d zSe&&nqsb7!)I@LQ#pjj2v&aBYEUVw(KqZc%(D>@LWFiA!V60o(wfwhxV^45*t@tbsbYzTR>$ z)})tekWlxV>l;HMb$rfrF;DGqgFqH&HjLX@sAb$OAo`ZggO>yNTD4zP;q*t0sHxh2 z(dH=oXgQy)eQM2RR_9Hx1>XZO9pf7NjGzBe4vc+^6(%^q4exMQExVmG+RI-h0<0$w zgSB>Yoi?t7kGD|TfN2qpB7`&50hJ$~A=(#mPKfbH9YgRfIF~oUvY#$Xtk>t%gC{gu zx0poZ8UTk_x<0;a_k{%p6Z^opclr_FvRp*{7FW5iTNh>y(+f4ANik}F3pAv$l)r_| zHZkn})CxvjwNuHgJZ7)<|8(|6!=m=Cl991vkOT}%GS`@|(oM{(Turm+_Jc9rYysn< zV%S~)vU(cZeJ|cR<^Pn(61*T=g0bY?EiaoOcr23`#4JKM-^f)h{UHjE5FQr2PhM2$6 z*Z!cbHp$0^5x1hE4vl^3>Zwhp9rq?!5aFmB`i%7X8ml9jhq~)C9*lk|{s?p;oc$Z{ z1(k5sTiSf<9|H;e4e2G?0iq)DN{n`_ULy){ypw$Be1&W2(&MK;gmtmD>O3(ZMR;RMX_Cg8y^Z znHQ3wcIGpBhd=wtCPbXfMX!i#ZxPuR$*k7?KQ&7%|2XwaC{dsg5WUv}5~PRlzN@@3 z4_LqSFssNy6+a)$TFU?(P4!ArdDxc6JuoAmor6=`Aa)Dod?xFcuRI3+_36jSR7tYF1k0M4MU@+9>Z1#tg z4c739xF(1JR(WO+lidZ>)?DMrI0={(VWJ-S_;&4wt$B_P`V6R_*Da!`9kUZKAGs{R zPlRw*ntjJ&%cDy|LFb9G!e-zB?L+pEY8~3& zJ^bU({X&(BA%g)wF2@>rI1se5cH2QL0 zEZ=CB(H2A$W3S3Vtl&%^!Frqbg!b+M2aJ_Fc^WsyfS0+rloxlDA$T5$XZ_{5)8O>9m3L(+bb;6c1O=+1GKQGz z!QNnVT<#YSfCc8W=ycGLhIcr@GRLd>Mzg?t{Wi5b!=gjc#y) z#%TxJ(trK%2`+Ch*qMNk7Tp*r8aI3O*7qM`!{x0%ex??jYjkp$;IcX|eV>;W6gK4U z7p;-!GmF*3##+Wiv%9Xd3PV?Jyv;QNoZiSV(_@=zvs`*%V&XSey1;@HutWu$t&m4o z(!mpBz&NA!ov(d%GVgyLydO5-05Bk5^=cUjpWOXZt7F>oO3xOI)h;E|OrI-1X4V94 z$Z_D@`>L}HJs3&41qjsMUa7t1iE$BV9|!2>QS<4I8F?xyO&F_}33AwB5!(NUib}UB z*NH*hMF!woS59yFU3@)5H$bVgxr9TgU=Bg;{L@ds89X44xk4(ki2*zqR1R7LG59)k82`?X^b!sCv(;fD7^C9>uKDuAU^_Avu6>OvJ7);1bP>eV z5-`Ez^pPm55SGbcRZHbH){B4Ss%oc=GOx1H)v&J;2KJj=P|-K;S<0ybkd75-CuQ{c zT_PFTSreGIzkf#W2{Bf2Nh&}6dGYq`vE?wx{JI-=_cH&rpWU@`iut2f<87}i)xlZb zKrx>WfNFwt-}JIYHJIYY2980j`%nLoHK-y>3f>S08CU013uj9C_Q$&t0(N_FwC ze|D+^re!18TaPoYAKwRdk(CeBw1V~SXD$0P-vv<+Z#@LIXxy7r|3(qVlA$S<%7SAqCtVV9^bgmD$iMm_0xb zsQSh&{`5vy^=OgygtsZjsE9Z~rzV|Y{YzS8YaK)fh4rJy56Z0a$={Fz`RME}cUloJrNM(e} zjh|?r%7EoBPv0qa@W|2$bvbo=*oF>(vC`Lgx8UAfaAt4NrF(`4Tf(7fU+U}$Wn|Pj z#EZ?rc>QJ-aQ4ccpi<>r3?eVT4j#{T#TO9ln=T-Ox?vI5f93aEOi+NMKE43fasDOd zYY3=Y)qqU#6(}#{cI}P`M=|Y);H?Bkl_nUmvFK=i>vsu^>l%nPco4+(M0BLis+*sz z!?^ad$G`<&+zuI*(hSZvL65MYm@?dx$}pPGpH>T5DpvQmz^a2cq>BOWHaWzjoV#OR z-F7W`Lw{>K#)3$0uU#J|?$|d7V_Z|FOl6$AOFxFMt63BkzJn?QP49E|&yUsd)aiwNcd5E%&e;p1bTX6A{&t~qAG!a7r_1x@>PdDqoe zhLVA!<1H0=Uq5m;U!nl&HqffMV8d8G554j$Eid@kI}F;3)u0s_(#2VuT>6`jh$W`K zUli~%lhN76NAm&3voynvXO;c^wP&yW6pHqKBS^tiF=Ru>MjpgwJ+D~EK++2Mu@E;F zn5TX0DT{Bt0Iq``7g$8l{Vr+iak^cUx@rqk2%v{sMHRlF52zUz!77J0eIU|7B?mq| zZEs^!umEj&+S`xDpe7Zlnlm4lIq>ZRbT%*8;kP+>&5qpIjok9bFB?1oxT)&Kst7k}&r945Ffr&qoQxah{?bw4E+L_X0+cygr?lb zqRarPCY+*9?PJ*mfq;Plkv;q3dK|P5ykJ}gs+yFERT0X0@4bd$8#kvO4bTp9850+O z;Wk)!aQBbUH1V#LAi;{`l-eRo0;qeJ%~0^p-61LhBTk24a`^Z=*M3pBp2X0kT{`6p z!5q5r3RpOI!Ce6x)nuYGAs8_2JJAdO^2(ij&AdKuor4J5;`)z*Sn?K-T9^Y=f%d_r zVAs&79M)flZckvsef%(3BWU2$Q{eVIzyQd|tej!s=N7bg>U6VSqgRT-&;AbV@*lt= zKmfNHv?%(NJ0!hSDq|jU;pr2;y}T16{|5Uk;9=yR8L_Ea?T4WH%Nj>|Fr49&rr6V- zq8L^sWlT>%0uyxFHYkoOiUQ?D41$M%wEwnXBEzdF@;(15I1t*OrxarW_p80*=aWagqpm)Jku&`P9AzN@&4zQo+uRQ1 z%>>Lg?vssEkWdI|SO#;Y_ua%AC<1(iUC9di>-S#6;Jv83OMF6FveBRX3Bg{WGnI(`Q zn0MNX`V21@dZ?lnOob0xz8v%If`HY~x6ZUw#R=`Rr&4ADS$;sb2wrC(UUa5G2Z%#% zTd)qX;{&!@l)w=3ay%=)NYxN@n)+Ns(f$LDOUz!rb~}WBJD8Oo2N)3n*PEezI=okV zXXm*y240<|E?8nXfG!Z-6xl0d?MXX9Khf)hpz`Dha5gHn5oiGSe)bNqxD%FsF319M zS}2JbJkG-ScpT7=+N*G30K>qe0B)Jx6iBu)?e?OE)d8figaB58Dl%wsVgzSd&oqG@ zEYfXIxQ0zoT|Jog2GF9!h-x+opk=~z=$%(RSmtU+jL66gdmWd_y=h+u*xc5_X4_rN z6cI42+n_j=p2zwY^VU@m`e3IgdcJ<;0f;#eFb0|swF4p?)Xl4oh>f{y&5KSe|V|P zQP+O`g#d_-v0)hRJ`^N?BZT5H5=f>;WVFfAR9t6MS(Ks89+ zWQOTMoem70V1lXw;EnSg!5H{K&@oUA1K)hq^?!bR6OIjS%pnWyr7#HcFuEGndix)7tfC6?R zz%we@h2^y@!-^1*I%lO8%SihnMc%G$gXxvA)&l{mV#JNPQd#5#%;6J1{{s`8mj8@=QO$`gCuD8nycG5hKx ziv&@FV=a`PQn!^WXd8J1`!LWQPFM&Y^{v7)SwKItm(K-U>dtiE(fAs#`7AZBUx(>1qZQ zV3G=wyl6I9!S;g&*R*Gf&%DeEXLV-lhN*5F^hhT$#6ukY;78yp@~vX8gkT>73=wor zyL!aeZm}5oJZbG_5tM>Tk}UKpH>1NF+RO*f$`3lsh`p~0 z0mKYmELt*e^7SvC0Qa|7YchtOasaoUqr$=)3s@?|4}K2L!Hh}>h9pL1Zj1*H(f^3$ zdmMVPZ*QVAWFo2xzzjNAy0lR}>dm6Gj4vcNekRaAowpT!P!*_OhTugYUc|8x z?Bm~q0c>GGZ1T)6AWH-|<8ZuiVAVml#PjSTRX04oT%W4oUDd`CTFZ1h6a%PP4Cx|R zhJY9QiF<|&z{^Z(f|u?+kZDp6@bvvoS<^1s{}{ytV6+$WQ`*;I!PH~^`z^07v02xEHVwsc7~|hv z5yU)S77I8ZH*+H_D#m2k7w-~)1X@Jo@&TZ|23ZjUINdJTf(WnP{Zk_bY?vyf(4vlk zeRbQf!BwL=3Ka;B9umbdv_uruMRsHa&cJ;51X#s!mKRVgg8Pd4@RWIqQPsiZVqA`k zB}x0Vy;`VM`?F_*%&2|&$q1bFqng8lU)%L3QhuT>R8*X3d;eb7oFH49vv>yVDCW1WcE1X4>Y=u=Lncv$TRTefo@(PpJpS zfIU^)#2}o31)}$-fiHp>+}P;&X$TcSXaH~8%#I?cJ=g&yCB_1t+s`iO+Ux>Or#5i? zOCVsrpop zb07qLQSPRaFGA%`Xi*HzYLWF*+?5f;_!Z{*RlKuX%zpu0J~J1`%5idV*LF0wG0f}+c>doX`@Rf> zzk8oPsWOvq&D0E#1^CGEc=7t*)(<_+Tqa1Vl3T|0I-6ngM%BY3a&jadv9wz}%Tp#GwKpx&m+c@RFme{WR0iOSmmgI9 z5QBJL{GXxyVjaw^3E;}pU={U=BumvEJq9pa7!*L|i?6Q?!R?X6pmLUt zECIwk60AGM7&cb2uG~!j?FCB-VDg9TxVtUbtLE~f%A*W}@-`Rw5hD#K2S8KT=n;Dz z!>eNw+8g(PsrZ=!S)$7_-3&1B;4OsJLFB z=S20u2qe2)NA<|yBBT+-D*)Sc_#C?hm59|gaDX{A2wHTTDV{4cL~`{4dva!lcf-VM ztJg<-e)*@!VU8iCbPe}#q-RWQY0F=HUodolyo+uX-)i+#{Q{5PU+JOK1=_dXTSPapfDeM~$&3Ma4xIbp=qIPM zU7Mzc7L&xXvL7-MG#uWS3Ne(<2D0M;2BeFiC8%%Qo(WqPo=#`CSBG27%pbu_Y;Sx% z+pzYornWh{)_HL!q;$NnFx6i_EQe3uw@$^Z(q*~()l2%=iV6&4HGi1|52B5aHhbD&Km(BCE>d{zTMv0Gd#c=La6bCpK*WCckv9Dxb&Y5T zhRxyZttZ@+ALIx=R{$T-n?I|Yk&*WQN}_&?+c4&_*Y3V}Yu5slEBEd_;_Y9p$*^)* zWRz_iN?Xg?EQD$V&^kbT472f9Gy6I428DAEya`|t5!@^ieEiaF;4D>u+b9Mx#{{fT zx?&8p<5S60O8|8r1!Fl0c$*u~fqA6)q&YZ?(SHJxZG-WvU8dGmIQAKD2UtNRgJ8^d z<-WW?=qb6Ls#utsI!aoCCt78+vflXLcRr$hMU84J%(TNJU{NKbTw;?P*uk3&=Yu)= z^@_=8uL}kyrnxaQ{D3MiIif1hu~;<6Pk#VqXB=#drTz9jV$Yg{WOF~*^UhPon7k3* zZi$^D{mQ?swlfPEA;ED7mG-JShI3(Bq{s8}!{@41qWLuNoF-MBtI+*H058DC2V`@h zJIgWvZ)jv3c>$)zH&VWY&R+;lNZWxFeDN6F`{z4IenteQ+We}j(T6HAx)|r)-X8XA(JKjbD}h`qDw$a zAnnV*`_%eAc;)i*u;sA+1Zu^OY@I+z#FELN$_T^pejZ6j0(LV7+zMb60p7YkqZ-lQ z{`i7exxt`l(fdV!t0c+@cf`OIln#mj0Y%-1!MzrHEvhtFp4T3V%6;!)!!}d~{j2Xi z8XUK=TT!PPE<9jn6jZ3j*_Z@uJwRXDi9Co;9tP_Y6ZrY>f@wdHAtu%Uz_^9{^_iy& zW!M0*xol(HfyqMVBf#s`fJ)}2XJ2JV z0T=Ci`Jm(<2fKC#jE_R*8ej1NR7rs?_8Y(Xi zFo(>QS6&X3A^7}$U7c|{A-X|CkHa9a(T#*gbG8C~~4as-|YueBJ ziVohu+E9BbfSLuGTpoJ+ajl=SxR@(I09UoXK&NZ}F-f1Qg6d?Fb650TJP1(r0PT}U z66v$%T!)M~*WShfUel8O!S^BNK)^h2S|s{juKm9!x2ydDOJaR2#$3aNTl5Ji)eYL$T0*N| zEU^b^NodR1}BM*{PBZN5$cn1o(m{_YtF9=aFB7^sY(ujok*lRzO6kqca^ zsu#v>$_T2{7kSo&~Ui+0pLo6Y$b@H5dO`?}IPx9Gr zk%^O0A{!gSY<$VU^e~C(TihSxLJ%EmWWjL5tgL#_(&d-w{!JbL^nfg&lzh`Hb)d1? zJgx4<$Ku9GE{R3+&rp%tJHaQ-ptbVEUK{k!Zr^KYuCZa*38J^@8R~#?uak^~bGZh0 zK9qna5tUp%^Xg;}*zT8_6hl{;k^(g=H)kHA8^p9=zVqlIUWyG$9okGchqior7sQs? zx&r|)XUvp%g&z*dhzqoz#wz>rxjQgq2GhH|2R+Su0IUuHYrTl)1GT{-TZb~4866Bs zM9N7Q6~&$o^OJ`CF~U_eIo=r`79RH2etdvarZSZtQca!Z}4 z^ftq&W0Pku^Uixw=hNV8QfC{Sxjg!`m9Lz2sQO@FkAn>3owXi(Q~<0BhqO(G*A)~4 z(!pL*%Sa7r?{TMdneOsYzOU~5nGpl#U}{Qs4uo=@y-H!zq56^|U8#eC20nb$eRum} z`0}pP`Z2oVt@4CTN~toZN-)HW4|TK2nUQ4HTzDL8CjtymjS5-^h{@$=3Dtf{n&~(W z(otse7X7O;FO`&9MQ7szY!zT_BeNNNaSrg&B#79bw#L{;g6KuYiLMA?=Sl@NGJkoz zTD%1+tEm~V%Bc9ARoMmRP((moRN4JX0~WL9~J;&=1_lp>Hi*@xr(yWh0m zIxL6LMki^%b_|(0s|o=6NuCX)ftW9VBdA?eaM!j?XFdf(c`+szw-v&Qa|7*u8gcip zpP}1_r>f~1;3SBZbQGjw4h@I~@#L{$8#q(=>b+n=?91yQ&aq9hIC4Ri^yU$e`HiQ* z`?tWF-n$2!nZ}?+X&>E%0&Jz0fU9lozSnFZkuN$}RDv2^gEIf=&3lJa9vCq$Q&Wd) znFGUKjSSv$C>RT8V^Q@TCWZ+Fa23lgU@OPK{1VeG*S-_6l)1z&jpf>RwfFy0pkKG+bG z&$C?vc^{xygz&S!>)1PlUKU=ba^~8D=KTM@^AvZuCI>aEg&R|*7=XQqaB#JojOmy< zp-+!NO9An9iQsQ%p6%2JZ$BeyOl;qv4Jzwexr24$drV!}8G}W3o^Qc(APklO(A<8O zBftA@i;e<)RodcJDbMduho0_y$WHZHE639Tc zc_H9{%HKk$1!4i$e*RD&L0O%yRVjo4Jpwd=xGSI(6?JZZ3D%%;!vfVEphpuBr`|nN}zImU>dJ*}|k&&J_CV&nV zWsKLj7FMocc9EHE=`Kvt-p2twg?-g&!KJ!zxtOO-f_nYHbg+>DnIPX#3pm@WN^892NK7Bk6 zd01SunTUHX7eC(kf_VZ*K+zq5H9Ws=wY4-I2r;}@Tn8ttw)WuE=_%;+5Cl2&O zyZjrm@K)8`Oy7Jl2sae4#^^ll8}Ia~MbU=;dee_f)$X$y?r-!(j4g+_hO1A3O>;O_ z#G_exKsu=J!=H9>Lp$6W5D?T8$O{b>7jA5@dFY@U8$s;PZ{NxU|KNEr?LS4MBfCq! zeE3-mBN$5$5WxC#KL1M@e2X(D_#i(j_Jj`}gVI;T6k=>m{qMfK4p{>#o?8on0MxGC zR9xEaReSO7_a9r9gKA7MYA-V8<)XRc#vU<%v!G)^n~cp|wf2TnzQj?5K7Zv=e~jLF zsRf(_Y@5Ljuc;%J1~8(ZfFwSb=^a6R7n4Z)RvAc_$*?xDS3+nXYnCB6YYi|R18V@W zvwaJ6;rc8))Lv{c4!xjkv6gl~(p`dl-iqm}!>JjnNBLGJgw=IoNG8H*-A%w$=sne{ zqSY#B6e6adCpzY6Ss{ zBEC_h^rJm59WXlV9?f$ZDjoDOp9P(u;DFd7(`4#$iatAgbX_f9Ok)r`qB8fUtZqAu zZtv3Z6#66{#Xv3a&lAbZ{4F-=*JzGg$#?a3wFP7IKs!a zST$Wxo2@*AsiD>*#dIj$!H#PI>8NEsH@$m%oq1JlPBlaF%y}&l6d~`r& z>ee8KMOQAvparB_9yC`v#0+ABFqvBmz^GOG$W`;aObW}2rpSgeOdfOocmsY9SK zb+|41zkR`-wEzqr4T`$Qj~~!SY%+oiuRz9%KD!-0zL*MqISXuy zw*=hy;MoB=MsJt)PKXg)rFR$|$Ba`osB$LBgDwzguYjR8SJD()Dli$j~u`r=kPp>BK&d=bQfh_`>Xk2^}`(JCut!W|+sZr5iQ9~?@` z34*7$EXQ-F@kck%89}By~YngXpaFNG2R}{2#a83=Xt_B0x3!n8*Tp zLkHtHEu&Eg<-GkqEP7xl80_%>z2&AmhQ6^xRgNQ=WtN8JH#z%k9c9sqqTU^~V~t zuj}ESbrg>!sHCaT-to?OaMu8@x>=uloEcv`#S#SColUjf+Gn#dsGDQNwUKADh0nYW z5WqWY%i}c!v1~uUIBULRgxLwON`b8kFotF-gJ)Q0yupFU6MS?C*w|wieCdU_;(2wo zc$EkY7Ux0rqsraU$LrsCFvP#48AfKqURWmkE<7oQ$V8E&>mut*L~dN>WJ zf6tzBba*FYe|5>~iI#~x-jZGbDnZNy?VtMb%d2V=E;1`TzBF3(v{CJIEo=JZ!ge}z z`@vJTEsS}8VE5;mnrAVX4B{eII1QAESQ1fxSo@!0b!*tz;sATzV-N~r8qTS^tun(y zwU1{t(Xq}TKsjwf6*}vMDF@`{mT(~{0TbZ{T+iV&R%&So#M* zM{>bNYoiMp{arss<>WanV;tp7cYg33x%TcCmc5SYyh3^lpxCcgYFPX5F|l%Wbke3x zMN`b3H`F}u2v|U+pixg5gFBjLgR{COa#>h{t9!oR_w&caR#d<)Z<+~Mka5Clq$tc% z9WnDzOPHeNPP&ngLKQ5o&=)kMPl|GqZ4l@au_1z+eDe&KOs~_&Ss)!b|M}F*JcNPu z+1%FcHfYYRG91^fY<1%`ET%>6%gIzWx76VYN79>KdWUin>>_IJA; z3|8u7#&F2g&@O7X%A$iET})191g}*H3LFl{_g|Jl1LB+__yU8;z-R+qbur9acaIvr zV9|b~B}`_f**ZvRr>S)4lUGLS63wMK5#GvAQov$}sx`vxX@$ye2q{Z>5e z$}hmq->3FeQRcxkYoAfkTvZH6KyUI`9hJ~Z z^br>_UBDbs1+UMD;t3I&vf?_|1eSU=UcH z_uh{nJwVlF*UP6M(-#LaY>)>*K&{K}|Ag#*5wZ6BU;p*s_b|zX>9$zp$cYh=*YEXq z>+axsKKNceIEx5ijCyz@`yLZ9V*kyp0uz`a=!nJu?fuv*P-UMN2RM^KFbzgQY%b7*Z8JRfZ^? z{l)dTwV6po9||&Tja*7H9Xgpak!hY9;SvEe==y0e2O0NA8K}K^({b1zs**l6vQSOw%;w>BiWwzf=9WUoWXlRVKTMRBXXWymC3c; zdlG#2x97BekJZCTwP9!~4Z@FQIXP&5 z9Eb=EF%@D0h;LX9Yp8=V!%S7#K(GA&K)>YalhLBFAFPmBx9T0=dD0VF$nap_g&&T~ zJb1XSKO}d5wq3_R-m&Z30ie63z{Qu7HR}jON92()7t0F zmF-wVu1zfi7Vcd+EjcNphe0%`hE#L*evAMU58x9DV2*KrO(3?1|9R<7jv_<$n`qvP zN^L2j+CLy*pLFB#V_a^A_TdpIF*{(u0g$8D{%{p&HW|R*h24au&Q)r^eL0Xuj|+xX z|H*S=A~G+4NKk?HZS+mGY9G75w^W*;{d6}Dh^Yqa2MN^H7!-hIclo}6_3dRDgFCtO ztN8g~q`E_q3Q1CS-0pA9V$wjja~s>!OK;FMmwy4q=+YZ(!pcpm^0#1Vjw@Y?T<3{p zpdJuQF9;;~$L&usA(!&{OD7?j#n)bs57mCpTDz563GAhZ!I)W7pES`Jd7?J_Td#-)_~bmAG5M!?(+rC#+`e zzIiz%*T8BNtZ1L@f&S%-rxJK$fFY*8xaAx7f*C;Sxpfe#S_e0h+tv);Q&$ZB_j_*w zw}7HR+^j=J!rQ-r& zM(3_`2{{?po*(4y3w`?-(>BoZg+HEqsGWWVc0>rT?wTBhRv;tp6kyAn6IB_w9{O-g z##0sa1;8q-cDvSe^f#A+8^4VY)G+=*bw^4_nYxi-&(kL4E^ z@Tz<|*4b2DCG-?c(#XwfAJi&{yzvBdVEgj3%>Mtr``J7$*mU)e&fBxcm3v^|X+bNO z?&g#6&{4XnAd&~NikJ?-C%*$zj$aC9gcIpJz_cJTTLd_lrM;=WdXs4m90#q73a&1B zMEmMGhkat_U5|*WS}1!A6R|U=;GHLe-F$i?9Av&>raDF|Hne0=U0-`g228+yCQG0tfX9np_h&9 zc>8k5rw{!7yY>)|xUa8s-8a4qX7vD5w_G?1eWjK;E?~o125qw-1wkU1!vb!8X7Fg; z0Z6(J$OXBI8XEJLC(b}+s<3_p=6Q9bEA4c)BLi2)pj~|)4A}j8{;K0yN3WT69Se$LW3*E(OX>KwDUM8Bi_BFvtM|m93rhPRvly*MgjFohwYWp1%`!N8z zMS$1F47QrMgp6alEe{$U(x{Gx+6UtG*T(5Lz{>LKOY1uO8%SPmVZT4SU1!8FIKarh z`Q&m0H!>5`2);#UY2QOz0i}7fdt%tfDVf)q0s*u8MDG4cR(n*GGoG`GWS*x0RoVyV z{TU1{tx)YBYNGZ_$rqpFssS#K%P=g`x!kN1NO0|ShKGBfuP;A$uUZL)Q;Sh@1bAfT zU(VcFu%nMtv!RyyO}6DgvcbLc2QbeA>1Dwxd;x4ILo?hcP|s7NB9mm~A_BZq*QQwW zA*#HgdL~Bi`{I5mY5DK{LHi4my6_g8sGw$ZXaBhN&t5JeEudVVF<$>eEPIndw{$_< z;+ohhfOrs{D&RJXMV*5n?caBZj$KU~0qQ+AGje#3np7R&n zD4_i{>^PKakROO0;p5Z0|NDVKkq?;j=vsB7@77_cADjkbqGwFgpY%FAS>_fPn@``w z=v)nCe*l;>t-vP_h)jh@v~}}kZqm%s>RO7Jh0{Ubf*YR-d!fQtI_}9b(jHCRr2R1F z)wdAy)r0plW#<~I=G$bh1tPhacW36j^Rs4fwx>nTZ!kPNleWyWFG4Z1SL*0wv|B;+ zKtrSUv0G^6%nl&QaP3uyK0Xbq{`}AnH{Ln}EeNEd7z-81JLumZ14%~!^H**H-q_KK+-9 za5me=ehdBJ!i*knn;R2k7mH-l04kEnV>0aNDTBfV4)O*go9ib6J)tmF_F}G{wQNs= zFJ4@c=}GH>upOvxy}tKwn?9(GKCt_@NZ1z4VD9=P{Se7q1Gp_9x$@nYMaxbsOrLV1 zH?4C!%+GZ`3O4AP>hgYG2%u+xE8klZMR*}ZoTzLU>JFbjDkf)$g?$MP`T3pDm`;I= z%ZycJ5OYf~rfZ_Gu;YfmW&G!%is!OEqY|Lu0M9*qlvxZcGPmOIMP8W%b^BwR*E;^=_;8-gPBP8VQ(^04bCt)Pxv9 zH5d=91vWMY;}|!vF`o3{Tk|E~%=`nt=Q;1zxiXpcTkCnteox!`ZRgs$_Z(ZsogXgU zSQkJvNChKLEW9vP?XM<*ydIkmDV|rI29<&UUZ0t|B17TI{k(U&xg_u2BD(gP#ovMcySH!u>1Qv`SXzv7jrP~8B-VAoQ2hDVAd9v*k326q)&XLCzIaSVbngZzbi^0@ z7TbaelmQY%-h2XzjSSZNROm2de`A6)$R_RUtsfoZ$dh|}(`kaENg{ddP?IOU;J2}@ z*1c#cvSw^x&u1!!+J5uaNl1Vmn*o_+=q&;~{?-rnum$y&*~CN4=D2|Ofi|P668`e` zThNBvz*3IzW;}AB-5mn>pK(YoA1GT@OCOf8@agGKo{m+%uNn@6u`jyB zao~pbt*!<)jBh-f>D%Tfdoxq^FeBnX%s0cKE&9a~#A9_Vr$S|Hbj)<9PPCE(TUnO+ zM5QVSrnG$O{;j;GsyoJOpLa>R%`y~~K+`GEXY(D5x9@?H5I5b)E|-5~=jEHW7_EZ< zv-V>rC{`ft-y}@oy_`Fc=H5*gR~-PO=Z9>k0*0AF0Q07TI&)n|)a7TOFEH3=o@rL0 zm#v{2V@>L+V(^bV^Bd9rSI#T%hNleX&%It1#Ctg~7@pL`G8QmZ0J;^Z?uY;%W;mt{ zs*gbT2O0LT7dbG0n-kZ-_bN|A-6#bEhKj)2qYkJc1}s6h%{hArpRa!l4wyM$_W*q9 z5#W=@*Yav0?dUZ?O^{QjtEO(gAogwcuJM#Fjzg@@SFWUAI0cPvPEszdcb)YPVGavw zGeX$&F8x5aEOqg2#F+v;pby^eSEB`tNJlxV&gQjbruhJfHKzTjVwO%26fr?>+@rdJ zpWogE-gxXlTb#0v&dUzFIir6N#N!35?UwYbk3tl(4nBUV zTPqZ(tstP-t6UWA%dk7ojfSbxG)-UZ20I3@2%^7pV{MPxuPH~!CUDkfQ;)Oqv~K?3 zSynXQYB4>Lus*^$8|%__qbOCXkYrT0w0soW!AW|UZHHGE)VGLixnRk-Yrhy9gms09 z;jx^)7zBCwn$OLX7y+sTpf&SicTAumav#&u$lV;-r`UNY!_1^nkQb{pS9YpXc{GDzx0q}O%utFCjqF=7({FoKk&Z83IMKk#@Opwao>B)R z0$k=)m;uIQ7O-HUnC;Rl{0~2tu|rUoKMTz;o5VUu(e5;{vJIT6#aj361EbgdkFvB< zTr2uIV@mjOpb(^rgnjqSTVQ|->rIuwp-$-D%f{Tsj!f1W;2B!LZs`SL{CNU3YiJW7 zfD;9_D!^zm-~Mqp1am<9@!grX80LRPm3H5?GHL&B65ER%RAbiO#4srb*hJC!`&(|j z%>V?0Hnb0`7a!PW{P%(wMP3ZJ{^P0{Kgi*wT02H4i4CVn`^66wBgh)0f-rWNeSkAA z8!=7tGKukOrc7wjF!z;e=vI%@G`%lMTfTS~l?TnzM`O*<)BhV#6c*knE#~;)*+n7zmAO^*QjcKL8 z=h`W^IcRHB+80f07@E_MeDz2PB*64ZvGdP5{p6~Zl|z8NSiy~{P2imOk#;6yBR#fI zHo+KF1b_i;v*8ImH;}@`ss-odiw&HaIir0SxhlLwOT9|V9Zek?#7u3?vLvv6G?W|` zK~9fuqC-4DL1jDts~D`Ev9a>z+k*$`nH2i?2uQ&DF-ZvC8BJn0bp~e|qn28G^^M%K^)} zMOU1r)HbnbPczK;&xapLso&yU=x-gIui*1HbybuZZ)Yg`*hr0_0fxx#>bu~A*&4`{ z41Mf0w8WMHu-57(YC>fcH?Q^y!k9gasT%g@yPmazECq2wF;|(80I!+NIIt?{0)Pn| zpdAH;SqM0Y5FWGXf9XA_tbBlhS^}vkXg>*dZ(O!cu{~Ot%+w??klM3#j8HZ`ysFGI z>Cgl@PU=Rw^AFA*rt<8HyOXiX$g8NC$==Lb#vyOLk83LY@^OAp0k|08(lbX^x>6$P zz?77B9-7_CgggWScxu5QL?eh5u&+EcrJT1-QaF9opY32f$XzV+!~m$JgA+lV2*4Bu zI=HV6I-?!*_4jSXmM6kv%P0zXa)PK#YanflH-|}IwL@#aLk!03wMp~I;2u4kY!s-0 zF8>yMFfITs=9f%aPh>+gn(S)SN8&mRm)XR%kCoFUE8|H{nHkvEXg6Rl`rd$=o z00w)e$~GPeY=GQG13!B%8j90?W+%W^a@If?!x0>u;V(ngW4y2#R3`pNbC!!b$(~Am<7)Vz zuBSnpo;v+71YMWGEe*+)#+CJHE`N(h_p;?*dmqdl1Pm=rI5wtq%RprwQ;T_Oa4!zq zcD?niZ0y`psWZ(Bb%5ykP0$($C{F}QQ9Imw1IPw%t~ zj2E`R*t^TKz#?}Z=b6vc?4_rHy$eh)VCSuNG6ElC4l<-be~>?yAHd}{i)lmqv7=AZ zB8JRbz;mdcdjYwWo&kCJb{D=Q7U$kIwkv+}*bSq~GQ-BwZnLg)1;8Lkxp9yS1Ogng zY#{v4zRx0YTXmqjI2nN9)7HZ{3>9?6aT&EUp5W|@v7lKxOnc)2p1_13y7N+k2};`bB49av(P)TaCRv1p{} zc>>hqWhCK;^VI+SIjFbATxl1dKU%o_{ztDG#dh4z&4-PwrW`{ffzp zB~Irt6RM100>)BxlCm#;hk@bDT}9#AckuFAKx_xqpp207&-Owlfp#7>F_DV_;0>yc zwX>=^|B?&TV9)?)oHa0=&Yd_^xyiKK2XcvW?1lj1+`yQd6EX(R2Qd<=(kA;?7Gp}8 zqFh)K=erIPq(bm$AYO#<)xG+N-45V91U5L>zJy zIhk8t1?}=vGF)ezRFP0+;s}foD!FwV6kgGdd-{MFnTAUbPeM#H(>FnYza1FQ^gj=t zd;y{d#BNGo0!)=n7E_0e!I@g!wQToZ8MfddDi14axu46Qe#q%YgHp4uJgAcVkB>jX zFeNOPn|L6Q;$S0+a=?a7b3doZO`tMS!Ef$-V+y+V!4~rKcfmMIL3=k_*D|PN(hSbD z2jWD4vwBEOEnvKl2?X?jGU<^tdO-!7xff|=DYZb1fpIP+rg2Dn^;=eHK1M6Pb=-J_ z*=-nz1?QTyn|BD5Grwnm0qvhiqQ<&sb!X&2Z;`R^EuJQ#=V&X0_J8wR|MwS}{$sd3aL>DaJW;8o-MIJULy) zBAqP>%7)-6&2%6;46xeH?4-A}hwnpH@zUph0mg*py7CJd!SyIG<04abfLj1nX7e`N z9vJcTbY%)ds-g{TIRH#R2LmmmBI(?q%A!gW&tr*IHWL6afTEfE+>et2mYBJ0DodfP zv{v84EZuyNT2Dx^2?If}u8A@&!bt=tQ^349xO^xS!U5Ejk_FyN{}g?Giqi_7(cT>m z4Jb{j8cdl{r!8o_egd{8&?nD>O|!&!r{iUYK?05<^W0OI8vvaYe3%ERq&JJbQH1b+ z|K0uThoJ_KC4y^TN87#GE})mE0g6FBAXDI!7IcS{3W7rrT&;j{ z4(8Qz7K5*x=w%BKup0VWvIJNa6>OQH zG!WpVX4ZL-R{-)w2w#m6dG#?!w(=esGuSLOAV@?puft47#cnO85n?b0a#+deE5#v zoyEY5s$F=T#obH8x8AEU!!*009Hvr8jG!R9DSS>YvSKjrFg~rVw_Ygv4-gmG)u>S6L5@ zJ!hj$-*8y_%Bc)TAo$5fhx)`JV|D|U3ZVV%`_gYGlDjcb7w35e%KMxQXKD#l4?|$$ zj2qjI`bID??EEvJ1|H5N2X+F+UgJBpvNflgsBC5SI%c;W80?xY7&0wtk49mpZpmiw zuU{S52>?9$7eTbU1-U}EuL`C64@c#I=E3BWn=O#Ptnzye0400c1W%^>BQ ziT!J;N!s&L0DGmN-aON*Zp)p+Fbxb1u)}e}cdU{Z;ZXwtR^U#1l9*Kt3**5_1KMK* zMFnRTMT24@{lItLAfZ(O#yYx7hte`titaD(*1lGtT6L|5?3Fx`I==J&CakWmmGdv^ z$3yXw0gqy`2zXIoNVx>6rIE`fa8E|s+pfN&T}&+^PCuChr7fQc3dGW%K)Ut|SkbvM zK#2f5?@ci{MP~2Wc?=UQ+JiJ9=~`e#1o)z8-Vha+eh1Dy`Xl_>{QUeH^TrdWK6!l> z788hRbn6K)>try1XECreHaYzU?XwX(;!(EB6p#zZKe#}9%4~ka=coEvpPhfd_Y_Z1 znU^{Z;oD|?;W#h4m)8K4dr}jMWDH)Vx0=2hroj{VG^oNgke1~zWI%aD`at5+D72fef^k7z9|__hyp%hjy4lhnI{dUh zvUstb({m)#(AbbOo1i<0i4HKYfo|RwVnQ95klMEqcs=@ql{j-0Y{S3Fo1WNe9%Kue zK1%ocaY@BT=X#BC2@wl)mX6SmpID-k0WLEy5{#2MeG*LI2ayqxtB*yw^(G|K0nnaL znz441Ccq|8&6&c9qFR|n`Y&`-?abkS)v567G-ZOXS4a!D`fPA}R zsPqufeeGv?5Gqd_Pyd?11#UeNBMLZI54cZ!c8U%atV5i69Bi77C|8H6^T0wYQ?wS; z58CPm^P9;B2WA$*IM3{TV$eAQbr6)785!UN$#W!v0Dn-Gs7H*Djr8npWH)zz^}KFq z&^0K`72a6^rVP`kG(g5I0ASj{jQ7lDD+5;PuL-YG8G#2fL?-8nGO>7k_RJ)-$`%{7 z0(xoPMK*qO@<~y^jiPPL?E16Q>9@p~?B7}u&e~>E0~i?KgOl-U@;+h^KGn);GhBQ9 zN89O`j~}O-1$43tnMx(G($7F)>_4A-g~6dqzn#glOQ!bb_qvq{CY@iS7#$&)u?e8e z=ovAF(M4IH&JdNp4SpW&7{^w~4$bU2f}K~MXPd6yefjthv+j>i-7VWx*NDf+%>-ru znV4brMXZ8xkU)6{g9zOQ#S$Cc+6t{PEjsU?_q`774o~n3^qKZ-{eUQFtZwe2eNAg6 z78-pEP27H9%39r^G3AN&avZ?W+% zk)6k07RZAI6_z^&410CEuBe>HIGrK%%hUd{Ws|MCL(eylKhAzO$3$kZI0&f8&FrV4 zpkMn>2DkBi41ntKp0qYm!MQtAh=CgqVF6614e)p)NC&f^k|zVS=a;J)FY9|i;ZcHV ze=avN++bg+ib>z3LS9$zF%ztsFSgNtYz8YT!R%M8=TlsnVS+uJCeQ`SH8B?lK&<{` zP&+ij3UxSM6~fN_QDfHOgMO#ohMM=q7=sg37JM;sG%- z#d`eu&6$A-dX+^KZrRf#+(CQB2CRZ+5yhcN0nG2hp%NxqCi~G0$lx+`073^nT*qV+ zu!}I?@9?Unm{~*Ft)c9fKyVr2;myhJjtH8rAt^UMi0dmu`C5a-g)A3x6C zRTQMQVB_uAue?W>#4app566PaQU-25DpELOHIqaiF=w=&hW3v^qh+(k7aU++=OsIX zvp?9gKG}@9VC_%si_}`PT(%k^1q{WdpD;~;@tMPZqNzm``e|{cv*^iT*_b#R5u$cT zj{W$Q7{L#%hVlMO0wSiEGS}~A7*csJQ+e2U^E<8>c~l!!#FH>8W`VOjdO`K|Nm*`? zp$=VtI`$xxv3WKE_NH!ibAbw2(HDUBe9QgHHso)U)$c6>6~@H0p62b5Z;t;4Rx`UE z5U0Hp21-XIConeO!zDQd>}#pC^?}w$&p72wx0Y|S&!m9>I`G;lRbO;+&zL&jL z2@2>iRnY-Kv$JfhDwfcgN5HIz!1#ZhdU>;qtpYGaFBJ@M_ZWNCaK-LF#Kg1|VFpGK zpc$Jg^N?zZ7}~M)dzCl49h`%LU8c22z_X^1DN8aN5RxAI6JmQo~me))Ar8- zQx}}IfexrCt>!GI(>25qCjxaNn`gMg{K4q206Rn8BBT>Y@E>ozrjDtGVRAUa z(kpqx*^Rd4SsT`xj-?*Ur9+*&5hnf?8 zROKiJ*PqF$*|vuw2-*4Xs2<(a361GCvJ|? z^h^*4xO(3j&%;0qqO@lhun2)Rp2-&!Vws$5VFc<#tw@AC1d5e$HiSV`rvC;v0})qV zSyI8BX#LU?Szk_s}p7Y+&wS9y1GI5P(>gsz7@L1KVeBZ9Mq$jF{6PxO7fjum|GGqcLuFyS|OejK2LF zuxn%+fB*g|9#;rT2Q8nal~u*$^e+wb*B-2xd;XJ^jbYe ztRjIkM1ekH>C-^~{Z(Tpy6_%|urL-PKxY8jXQoQgnWw6Ybnzk#IB7E(3@~{g>ZmVg zyzTm}^6S^Kf^rzsiA4IG&ih~Cvdnbl<{bN=o#z}Y3&ep{Fo0)joZ!eEzHA1Fj8M%c{{OT#T8bDPDG>^O{6T6*`(jaSH7p1@G z#tVk|C=3`ehDX4bdO?e6EfKEMc?R<#_H$;RN~YOi8Ep2M-A3&MDYcYvtAXs4o;L1;OpxFf0P{6j%d z{{HY2;D3JnO>jZ$7r$X5Fj0mh#FVeK1L$A8k?Bci@m|1bww%7-5V>Fj4alPV83tgJ z7tR#De#4iSyzsCL!ByJYsGYe)fDu_VDfb2>jAi-C(@<|G6KpS)2AjUR4y{&qO6Z-m0>B-z!`t7cFS2;l6N zMD1sBauzN!2A>7B&F%%?^-IBmEJn;QrP3gm=>o*2hy2VE^mGm*nw*@^~BccRM# z-~9BL&vG|(h6UjCcfDvpjNrjtZQw^`%$-zFEG4(9oZFRwt<0qwOWgcpF!s#x@z7I;W%VMJkJLJ_i#Jlnu5PKDi$vB--QrBRh|;Sb(7)1ca%e(WBcFHth9mWI*?g zN23y)paisA^8ii<$e9iv@e$RqH^{64%lezXE z*i7wiv0^IWEnUE$nH6OMQAo;M!LJ^q|CI@!7)4%8x6ZojEC8R;6cMh1C zvSFJ`jBYiEF#`6g95xJK(A7g1X}^KWW`ANO&9C(H`d%P_r?Sub%TrG@^#!X7*#4P1<9`948OzjKc0IH(ydm^-t4f-y_R*B zTNaAVXYU8w22Fv0jUyt3b1EGfX-yDqvHAvEPJHE`KYSlzTC5)&XD+ORF1;a^V0U(b z`T80IvtC-fi(79Tf^{@9pNy0Hy$tCj$InGd;s;IN7q> zG3&Niot8y)vMB){zL2BNGE%dmy$UwhDma#HEUQ5F0MBvzzYqTsQv3UnSb1`uBD3Sj zF#8q9x9(9n=Z}HqzIFC#4EsR9W@fr5+}|v!&go>qhj;mKs+=-AU}XEXC+I3?5DN-m zf$3<~H7GnFloQ$X+6ZQpfw;px;Pfw3XU%u5e=aC(5-QNOoWl#}J4Uiw0oJ_qm(R-J z3U7&}Anl*k?6VHrU<`twUWCaaEJdU5B+3_eLvkWK1Hg>EeT>mgQLBPl!1=eca0GS` zsjO$ePabAx0<c4R(5!aZ#9+2Cy0-&zReN!sA2ikLFW;|<4JM{H%>fKT z*Z+Irhi^avquhlX0WM2N(KjcaXUUR`Ah$l*#H1V+^>4p>uZTJ3IJj2~;01?84c>xe zk^r1LP$MFKtufTI5;|wfWXVia`2ju5mDdyS41mG;Ki_y7k`=V`;lh&HM=C9Tt-AQj z0N${<#7s5EsRiwal}u?tVb+W&|MEc&<_Z_bTaVgm-vUz3C}VdusPcz8E(g;K0E>@l z<6tXeaFz8c1h>D_2wRW#5bZj;x*x>FTk4qJnLqm~`1Y5_!I>+-hwrVqM(Z7=vLJ+uK51VC7WSVV%k%io9M(#jbFb%i3AM8q~h z1{TI{MKi$yL(e=JRzrUlo4V7ELKc7k?cw*%qJz^jyTNld^lZ?v2mQ1kw#Zf{hW4(2 z>LP~QI-E;OY38-B{}Sw`c4udjsM)C+@l1{V=#evT`dL9LB&hD5;#g19ZIRwJa!QV%u2Dzwj6{Nqd+|;Q?s$yqn5xHL*U~ z8N9|tWh?g_nm2-nfhr@xba+9V0I`Vyk=r7DuYN~$mrG3Xx*jkVKC_H<3K&@OouU^) zFf3_Y3!U3u$B+X|9(FmV6~Ni~iV9v1;t?^-o-a>;S<;JpE-$B+3_ynVk8%Ql@>L2{ zRc8*efsNzP)zJpcnU~=znBD41^rt{AWh+LvFj#_Q2s_aEx4;6Uz(RAu zb|V9WHl}zkugmP--&--DYMIVR42kBNJTLx+Q#68N84kcOrIc)A;cy<^>b6?0K5qnK zG?jAeC$gt9w#~~B+)6a%7u}r4Ah0|HaihKap&gb{UkZJfcj0#d)nd>&!wb;o?1a%O z%cno*x_5)#yZYL0OJSJyFGR+{qmT_&kf3W&sz7W_VKpo-V499Kw95cIoD<_(=(iw{ zAT2PqA`PlphWlzJ4thXU&dolwvh&hD7ug|e8?sH}Tz5=}XDvpBe}fC<*L z0yZSuHh5Ct{C7msGc0#Oj;>WPd${!0s2=d;(zVnxz*`-PSF4gZ3P2nL~s|6zduBGXn(vBtInC$p`e|$ zah5u+9*3IE+wpL2f47(&%KV`eMujdwMCLP=0?uqq)EaiAH13cyR$ytW`L?i3PRTyt zyq__NxSoTK{oXv+OgLDs2fMX^ODgca{%aXI>-Iy?*be|trjGVZ>I8GeVdyILp&5?U zG1IC>7wK&sJk7OdO9Gh>v$_=uujXoCm!+9)1K5ff%Y-Ocl3|kwa1|ZK_%vNL$)*S} z6I>mseDlO}7L#Z!6M!`;ptE@U*3n%<*Xdw7e+&EQGUZ67wqd{s?pi*_Q08SZsB~@_ z2w)w%I5BKM=;Bo5^(RCxU}1g>)%h8)sFkt9s&dzNY@%r)i#?{0x09olawF)9Up`b*smg;jm=H(;If zD%i~ZzF06o`?*n}=zR>rqPc=AYF`S7`^%f(fi_>0$_O&R1&8e;7a@m004s2VH39Tq zdM}b!y7qY7de4QQLu(IkX3dB1wcH|>7)_?UDclu27z7lsE(YpW)a=B_sR+7SAZ=%B zg6AN8xxR7PpmTfgRMA%%U7ihK%b-`|WeCnz<7m={;g?Q9=XKaI4v1Z)+q??Z0bYAc zHVLnXSmQzqK;59Opx$T*fHlSjucki53>0)9^fuX=p$B->FY8t)(W-@~Z8R8Hd7WmE z>MiVh>>UhLTV+2uvy7Y_!_*E^@1(HG+V+wMg(tGOj}Pi{*9bbo#dTjMh-?SC*Sw zGq9wwT!2ati%Jkn_W>#t1%VlZCB{4$R1B1dI90|IFkE>YJm<4tfscW>@Sd`n0o8=q zv!_8tpsoJWX*1-q@Olo5yCbWPhfxJMf z2STf$*#^{l7_55{j6w9~r58W|X96%{1}4ZAhE)*y6&v`FKIVJ`xe!bk?d#k9Dw&$J zS3hkWz4l1gI78GS`}#5=sL$IZ#}sJ~5ek(pW^MrrcmC&Xt6gmkn6B?7Yth22pAp@TlN7RW@t|;y(kfJ$8ic zfU8ex^8n|PbGF^WlZ{Dk>~1=`piT9Cdf$=5y2;EPGS# z)Np~$b8)KD_pt-SO(aJ_@Kc|y5iHskY$YGe8U(1TLTd09y(JWKWTFo|<<`sK45x33ll!s_Pa!aMyD~uqmJ&6?;00m_V+-D7U~SgcoY_sr zSqiNKV8$LW=2{BV42aJ21m`jVRp) zt1^tKL}ze$?n8%ik`kc++8=Cqe(gO&Exuv}r=OMgdZB6$4WD8cS<(JC>g?l;7!aqu zz0Z#eSz>x02IaW~f^+S_DtA=f6dJvmP3P)xbl!yij|X06YG#AD60^&u_LccP(3`IO zx(6bNMKDE$j1>lif$TtZZBpzoIN-7pxb6d)KGe<{j)-OEG1me1RR((hq>Mi~W*5Vr zvcXjXwJJbR*^}5f04GqDsGO0ic6!SXl*_gzC<@6E#la!!^M@*!lfZNxmn|sVt39a) zgYJrz5#}A>4Qkr?;i{Oxt+^_I^98g!4t@NuICK00Yi}n10C+3&Uq>$ss+`wn-k3nF zaUE+%R8}=yIVDDR9>8*!`0z2?1crzS4KPb%*1)pHuRjLCdUN=ubPDdTzoQ&fuk$?LB;ghEGr!N>b-PuCQS%uUaU?JwR)dAebpeB0%TK;iVki) z0T#FEW9DjAp#3RJIkD>OaA=u z{onx44=^z*XG8~YX60~#Y|JX#>l?2;VuhjVOg2y}l`l;pp-#OP|6mI@8soWpGKhZK z56VcevRWCmHhgpM6B!r^nB9Q7iVVu*X&s_XdqwZgKeVb6lI-j0@!2w!tg`>KDu6`{ zs}q`9Axiq3=own*;SCVYZ6HCkharrMpu3nMK!ynLZW0UAET$;-n>NRx_yEY@jjKOV znSoJ#xua2b3K78s74Txrm0VC2T`4GnnDQg1+jTUubugvl{_xJg|2*>U&sl@pUR;G` zVi=rzV4Zz}IntHj%6mh7M-dwukX^D4K43}%-}x=DYyrRVDwwgNU^D`f3rMfYpJ7uH zRElV$GroK%){w;LhNvmp@j31;7 zmkQwns%-{SI)r6vVpbEEfzB&9!yNX4LEQ$0(;B4}2u(^5#bi~!!YKlD=ptyM0W1du zaDgpq*E<@9@;Nq_l-JYMt{^VH?Z$7w6H5KZ*dtn(!_}S@eO&!NAHEBm&CwZ@YmCc{KZ*rh@W%iR}7)m#oB6BV@3`}tL zJ0gw${_dO5DptX!4}!Tnd$PKL;{Jt8uZ!9VVGr7@17qF-Dm3a=1_Lh&>>FNQQ8nL9 z6Ke#pSKVJm+gwx$sCa|>IBWm6n9?X4!ReH$xPL!MZ!kCWg1Ib408n>Y83<=Y({)3K zb-A(BEp^y=nn(46Y&T_NSF*lSkgj<_qkDLgJTidQ#-T|iJv*IwxC6W)aj~370EHs< z`3FD==5>JFi6gA93Z{zS^4o6bei9YbaN!+p0Q~dWJb(~ek(<6Eg>#v4B}{Qaf%e~& zbTn(5?f_IzQWeO>jQoB^7G&+%)~Zk@R;et`%I%Yc2m&92BUVqQ-u*-7t5Bw)9p>j&xZhf zQbdAZ{9bN1Z-Z{iNl<&a#<4uk=-f##?U~{#g?IjF(4tZRn{_Y?EX{0ubzPqput#D;1A?S)}Bh{Yl(5YZj98Y7zj zkjF=_v4?cViecfupFIAQsKQy-x7jOzmK*f5flKAOu6`E`P^}D_j~LFrwLcG9Qp-9c zzzMo>-W{OpKT6lWP{;YJHQ4jM8*NZ&4n2ha)*gcjse^$AxW+Az*7#J=8LCh32LnR* zvB(69spySmC){!eGl1$pejj{tGP0vodkNUgp=B=^=uK7V(15Y)&qVJ02E=-C{Lb&# zCWOV$%&qa5bN3f9|7JpYFek54nVAX1yMP5TOW00;1kPjM9`0RqV8zEFSj^zjpk9zF z82XHNk6<=I&uP}+&YQ-qp(-T=JOdmD0%BW4g0m~q zfr9eHASYKp(YqjwJid2a48ncSJVj5tUbxRm42zqoJW2hhPiU{oD;xaenekprH{{v; z)zXra8!|C0j!t%zW6%63iund?^;chit|?gtRfUkuqXs4xZ=B;>vD%N6xI+&Jxbcd} z80I+_$n^>)Avklvx`+%BYtthC`fsOh{@Tx@4x`o&-UD~jerJ{2FuS1rdx?>5m0iID zyB+`XIt!0?nItif43)=O?Yr`L;S!U{Wv^Jlqn9|HT`#neEvz_pQ0?b&+hXgl7YTld zYg_8p$J6NtVp!b32=`Xat4ZGh%0fHX5qfH=u7X>xJ`1)RtWJO>S1xKnYj03+NJVd! z4284l#da|5s#ySl^Kh2ukzD#$(#KF`+U^-yce3#43{<=+E@uyp?(nhxS!yI*Z2U43&=b%`8~81q1x(8}5EFY5zus%AI*x9jqkd-c?^QjQ1L$grENrI8!3={4c>fcHT1tojy>Nw@rV4 za2%}u;N&c;8%VzWgec%Gpv=+#ICav?WoQt(x-cD+vCSJz*u?AyZ$YwZ>QsN5EMdM2 ziXgPFL>NMH7rK-~Kim~YW3l$6KA%e2e^fsbN@41<4B5JX!w13Ec~6>30UIG>j;I8j zhbmC_2N`^G|G)Vf`B|_{#%h*n7^(RbLX89kv*#p%m?1VGRzrUu-3WZmb?R_9IH&8X zd$Q1geV{hB3mpS%+TUC-R;SWFn3QAO5N6c(f}(vJ6w;tFtoF)dL3IJL$Mlq{IUgo+ z(KcOE9K=@s)z8>jlR^FkoIRUQ>5B5kje9VfVh*uS4&7q@?#4=ICWg$uy>Xn~*(brG z_khs}swU_cwa7zIRh4RAT3_UCupb2Y#`J7MSgMMbR6d3_L6-+HQv@9LGo7;nifVkq zmOPWS&qgZPuooD?n5r4;W^llgSpFEPgsmNB@&w5q!V9upy7uaZUR{Gy#T_T&wC~D8 zvwXrS!6-Wmj6Ih0ub_A7hY8RC=<0o7f-WQESU{MJxFaXUA@gl0XUXIX*;K{3(Br^J zQ@d*)!w77F`t1Jv_QM00p5e0G#eDV!E?>2dvh^;p3jgp8NFUMXj!b4lTUYTCBe;`j zDt0RvG1qlOK`T&cCB~QuGplOw^W!qs-mTV}!L}RF{&LFQ*(ZQLG7N4zl`qp%?cw+Ko4@U?aP(+4WNd4s}WefPudj-Vs*AuVkTcA`c zkMP>IX}VD&RbV? z%ak2dgA99F06-!rZ3B$A3!uWoEQ)Zt4e+d1Ww#te|LfSZo>8tcBD4n9ORp{J+n{8) zGuWe(U=w5Z4D9WD*hSOnV&-@|NQGGSn+jNTTz*Sep(LuwK<(LW7yW==Q&k*P_7WSm z20#f$hf8O10$gbUcNL5=i3|&Lyy`V$SDs}du!&Zlf3Xol(4akE3Hq3f`zo~GV5nHS zB{7IR8Q>WM#;LF?*bZ@>s~~{+bWr<5M2E$H`LLM5=cW?^iXeCX+YD+9+Z&*QGi;b1 z>ip}|C#L2*VdSOa{lMx#z!y*R5|)KwP&p)f~8a zm(D#HG?>dQ*m=Ziife|;i1s|(Cayg^);g6D7tDTj7Zh8=d}X+eSh_DfB?^~x?zdoE zx(+rFbvcF{h+@DZ&Kv_z7YhT)-VJE~bLY<~YcFME1nDloMtkR1G|vZQs@@K@W4*^m zj5pqfJjlMx%DwbdEx3CX7+?^gJ+4T5CDHh$H$Q!t&QL8anYVU8bvtO-<2 zBo|fN+$;v+Oub@|k*#BDR*b^uZv1r6g&6{PTeJIKzo*iaTV$g>{#DIkUAFURfEUOU z6`aljLZfb;(7ujF2Q&AyukY-Ga{GsiT@#Qxtf4V+049pow`|n82R&e+e-@g+fP{bo z@W7hX;pmP_+BY{+=qGQL6lUmWPgu1FHh=yLs6Byfg#wQYzk;H!oI_8A%Le7E5X-Kx zbFj4ymcHa1>%rM1gK|Iu&Iu^r1Ezg>JRu$pDi!BL_SYz74Q90B7&D=rLoLpS5g@ztMqjWN7Bn6MEk zli-D3ccf76A$^~aMp1*3~O`XA0A5ur}p{1DkrKj=m60_O;cn0ve?`heK$}B zNJlTv0~GQ|x&xSCtD4&cQ-vVr*y%w=zM6Zw@(S7Y3@XsIkGaN+sWb3ct$HR?y32Ty z+z2Odpr=S=QnqbIDcze5Vlgs`g4^H!>w71ls)*+ttjRC8Q5CktLv-9RfK~fNvi8Rf zHfz<0n5n8CKwC%~Px-Ic9(a)}0fwDL8sZ?;6ve_N0G4p~X+Qd9lC<{8wr}yXFTl`M zt0uM3U23`NoWWCew(q~g`}!FQ3KF1S`!3i=$Bd=jkQd(p+xheeH4h}9L!(Vm?z%yg zSP>}@`>QK%y!gpe2^p$DdkThWwk!sNfo>+6Y7*QEREVJG9F_Z~rYoB8%Vt;@sYThr zd3lUY!U3fHV)4q|&^~+WMh|mx8ezoS1=!ytc2L9Qy1X)+G=_n_(;syetWfv+n^h@dd26{fR7A zb^{>RN2PDhczr#_sD<5oZn@^;U`u!2?seKmQT^arSkwu`**m zK3-qKpsv@6aY_4Q+7kWU7~Ez_Mb6XNCDkts(vq=ZhZhU?!ZJ%AD-YT(crq9OTbCf3 zQB;<^ufA)VG?;SrEYvnm?B)T#Bgh6sN7Ad! zW-uNiXlQ`E{r-f-ag8uAQ;nb?wNR)5jJ5r~4sgNI9LNU$O~cl-ZWASLiHkfc1265< z69_Fp^^rt4efnR$i~Kn+JPLxb{~r?bp4Wt{|sLk+04=bl0<+TuRieE&tP=M%gHwX#{XCI-;O$t8#5hYE;+LH$xfh?cwQ0q^2ZBTnaYKi^! zD;W$wCrSxuuf2nG>g@*C{u$v1r3hpMRf57myOGW7W#_b6*Fb9DB53K&hf3Er)iW7& z&|R!?F1CbCVf)(S-~#Ozzfc!vTyz^0`gVbBU^U6!@0k%Ere^P zlRUXE9Z7>gIhwAr*M644Wn0U(o^i+xhD|Wdo9MZpdw{2Ko-F+abpjLbL&4Uw&JciK z9at)_-vaWXr+_bB0b}m~RICkIHr{l=S1+(_0&c1m_3f4MJbR&F0D?Kp)2hoRn~WIP zWPv%*hk#*EA@c;_908t~IZNvo_vf-eH$a>{P)PmS@!Q{nXa%XuvD2;%4Oj4*z91m` z(ENwTL9(MzJryE5v{oLe zg0=*TPNLSf;M@4k+bp&mm+MbM@Dw@%^HlTWjTm6#VZ;Vi457w@n4a1j(rh_Z=H!Gs z7;r>H75AvxA9wn(!R4Tx&ohiEz19ZG9hn2?xqw@z3TD2%2g;%U{?+48iLKrYS+VmF zspfvMg7fGe&`69sZ#8+$qT8>60h>OX;DIs#r_*$F>)L!L)3V54d�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 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 literal 8095 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 I!b*Jm52hWEssI20 diff --git a/lib/cli/.eslintrc.json b/lib/cli/.eslintrc.json index efdd73cf5f7..501e944e752 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 efdd9505d4c..e75d22748d2 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 ac895e99e1b..14a3aaa1ba8 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 02894f03ad0..c1f6d7b80b3 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 693e99716c3..457c41cd4ae 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 0736db57607..2fc44ab986e 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 2165240157a..bd7431d0368 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 4375c4827e4..8fd7f29fbec 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 29ebd81aeae..d6615777163 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 4f3eb074b80..69468471153 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 00000000000..e69de29bb2d diff --git a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts index d18353b3c2c..0738eb103d2 100644 --- a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts +++ b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts @@ -16,7 +16,7 @@ */ import { Injectable } from '@angular/core'; -import { CanDeactivate } from '@angular/router'; + import { Observable } from 'rxjs'; import { MatDialog } from '@angular/material/dialog'; import { UnsavedChangesDialogComponent } from './unsaved-changes-dialog.component'; @@ -28,7 +28,7 @@ import { tap } from 'rxjs/operators'; @Injectable({ providedIn: 'root' }) -export class UnsavedChangesGuard implements CanDeactivate { +export class UnsavedChangesGuard { unsaved = false; constructor(private dialog: MatDialog) {} diff --git a/lib/extensions/.eslintrc.json b/lib/extensions/.eslintrc.json index b76c97ac298..b9029b65577 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 c015ee3a2a4..499de59b67b 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 80ab8007200..0ec7a3424f0 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 95de3c6d00d..3f94b4c5652 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 86b5e2f94d3..14a3aaa1ba8 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 02894f03ad0..de575f37641 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 f908ed69d4b..de9f325b27e 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 74f2bae7d9c..4b84d6feabe 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 4a981ec5dbe..212ef1b1308 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 13b49ebcd77..c5409790c95 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 00000000000..a1015c7b822 --- /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 08c5ff978fd..99666ee72a3 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 e08eb4c1c94..bcbfe5281d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,29 +7,29 @@ "": { "name": "alfresco-ng2-components", "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.9.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,29 +133,38 @@ "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": { @@ -160,16 +173,22 @@ "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==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "15.2.11", - "rxjs": "6.6.7" - }, - "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" - } - }, - "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==", + "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": { - "ajv": "8.12.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.2.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" + "@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" - }, - "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==", - "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", + "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.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" + "node": ">=6.9.0" }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "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==", + "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": { - "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" + "bin": { + "semver": "bin/semver.js" } }, - "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/@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, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } }, - "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/@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, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } }, - "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/@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": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "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/@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, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } }, - "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/@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, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } }, - "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/@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, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } }, - "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/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/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" + "optional": true, + "os": [ + "freebsd" + ], + "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/@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, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } }, - "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/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", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "optional": true, + "os": [ + "linux" + ], + "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/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, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" + "optional": true, + "os": [ + "linux" + ], + "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/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, - "dependencies": { - "@xtuc/long": "4.2.2" + "optional": true, + "os": [ + "linux" + ], + "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/@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/@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/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, - "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": [ + "linux" + ], + "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/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, - "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": [ + "linux" + ], + "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/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, - "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": [ + "linux" + ], + "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-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, - "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/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, - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" + "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" }, - "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" + "bin": { + "semver": "bin/semver.js" }, "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,306 +1109,250 @@ "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==", + "node_modules/@angular-eslint/template-parser": { + "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.0.2", - "@typescript-eslint/utils": "5.59.2" + "@angular-eslint/bundled-angular-compiler": "16.0.3", + "eslint-scope": "^7.0.0" }, "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==", + "node_modules/@angular-eslint/utils": { + "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": { - "@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" + "@angular-eslint/bundled-angular-compiler": "16.0.3", + "@typescript-eslint/utils": "5.59.7" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "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, + "node_modules/@angular/animations": { + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.9.tgz", + "integrity": "sha512-J+nsc2x/ZQuh+YwwTzxXUrV+7SBpJq6DDStfTFkZls9PWGRj9fjqQeRCWrfNLllpxopAEjhFkoyK06oSjcwqAw==", "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" + "tslib": "^2.3.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "node": "^16.14.0 || >=18.10.0" }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "peerDependencies": { + "@angular/core": "16.2.9" } }, - "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, + "node_modules/@angular/cdk": { + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.9.tgz", + "integrity": "sha512-TrLV68YpddUx3t2rs8W29CPk8YkgNGA8PKHwjB4Xvo1yaEH5XUnsw3MQCh42Ee7FKseaqzFgG85USZXAK0IB0A==", "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" + "tslib": "^2.3.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "optionalDependencies": { + "parse5": "^7.1.2" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.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-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==", + "node_modules/@angular/cli": { + "version": "16.2.14", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-16.2.14.tgz", + "integrity": "sha512-0y71jtitigVolm4Rim1b8xPQ+B22cGp4Spef2Wunpqj67UowN6tsZaVuWBEQh4u5xauX8LAHKqsvy37ZPWCc4A==", "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" + "@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": "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.2", + "ora": "5.4.1", + "pacote": "15.2.0", + "resolve": "1.22.2", + "semver": "7.5.4", + "symbol-observable": "4.0.0", + "yargs": "17.7.2" }, - "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" + "bin": { + "ng": "bin/ng.js" }, "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": "^16.14.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.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==", + "node_modules/@angular/cli/node_modules/@angular-devkit/architect": { + "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-eslint/bundled-angular-compiler": "16.2.0", - "eslint-scope": "^7.0.0" + "@angular-devkit/core": "16.2.14", + "rxjs": "7.8.1" }, - "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", - "typescript": "*" + "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-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==", + "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": { - "@angular-eslint/bundled-angular-compiler": "15.2.1", - "@typescript-eslint/utils": "5.48.2" - }, - "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==", - "dependencies": { - "tslib": "^2.3.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": { - "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/core": "15.2.10" - } - }, - "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==", - "dependencies": { - "tslib": "^2.3.0" - }, - "optionalDependencies": { - "parse5": "^7.1.2" + "chokidar": "^3.5.2" }, - "peerDependencies": { - "@angular/common": "^15.0.0 || ^16.0.0", - "@angular/core": "^15.0.0 || ^16.0.0", - "rxjs": "^6.5.3 || ^7.4.0" + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } } }, - "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==", + "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/architect": "0.1502.10", - "@angular-devkit/core": "15.2.10", - "@angular-devkit/schematics": "15.2.10", - "@schematics/angular": "15.2.10", - "@yarnpkg/lockfile": "1.1.0", - "ansi-colors": "4.1.3", - "ini": "3.0.1", - "inquirer": "8.2.4", + "@angular-devkit/core": "16.2.14", "jsonc-parser": "3.2.0", - "npm-package-arg": "10.1.0", - "npm-pick-manifest": "8.0.1", - "open": "8.4.1", + "magic-string": "0.30.1", "ora": "5.4.1", - "pacote": "15.1.0", - "resolve": "1.22.1", - "semver": "7.5.3", - "symbol-observable": "4.0.0", - "yargs": "17.6.2" - }, - "bin": { - "ng": "bin/ng.js" + "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/@angular-devkit/architect": { - "version": "0.1502.10", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1502.10.tgz", - "integrity": "sha512-S8lN73WYCfpEpw1Q41ZcUinw7JfDeSM8LyGs797OVshnW75QcOkOecWj/3CKR23G44IgFrHN6sqtzWxKmMxLig==", + "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": "15.2.10", - "rxjs": "6.6.7" + "@angular-devkit/core": "16.2.14", + "@angular-devkit/schematics": "16.2.14", + "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" } }, - "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/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": { - "tslib": "^1.9.0" + "yallist": "^4.0.0" }, "engines": { - "npm": ">=2.0.0" + "node": ">=10" } }, - "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/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==", - "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", + "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.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==", - "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", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", + "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", + "dependencies": { + "@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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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==", - "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", + "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.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,424 +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==", - "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", - "chalk": "^4.1.0", - "chokidar": "^3.5.1", - "enquirer": "^2.3.6", - "http-server": "^14.1.0", - "ignore": "^5.0.4", - "magic-string": "~0.26.2", - "minimatch": "3.0.5", - "semver": "7.3.4", - "ts-node": "10.9.1", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0", - "webpack": "^5.75.0", - "webpack-merge": "5.7.3" - }, - "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", - "rxjs": "^6.5.3 || ^7.5.0" - }, - "peerDependenciesMeta": { - "@nguniversal/builders": { - "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==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/@nrwl/angular/-/angular-16.10.0.tgz", + "integrity": "sha512-MT4gYcvsHxNXTIu40CZKVmO7PD42HeJKfQpVOKPZnfRl9Zf38tRtDnC99QxMpVk/4fo9y1hM8ifoDO97WFOBOQ==", "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", + "@nx/angular": "16.10.0", "tslib": "^2.3.0" } }, - "node_modules/@nrwl/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==", + "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": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@nx/cypress": "16.10.0" } }, - "node_modules/@nrwl/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==", + "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": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@nx/devkit": "16.10.0" } }, - "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": { - "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/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/@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": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "@nx/eslint-plugin": "16.10.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==", + "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": { - "sourcemap-codec": "^1.4.8" - }, - "engines": { - "node": ">=12" + "@nx/jest": "16.10.0" } }, - "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==", + "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": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "@nx/js": "16.10.0" } }, - "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==", + "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, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "@nx/linter": "16.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==", + "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": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "@nx/node": "16.10.0" } }, - "node_modules/@nrwl/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==", + "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": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@nx/storybook": "19.5.6" } }, - "node_modules/@nrwl/angular/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/@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": { - "@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" + "nx": "16.10.0", + "tslib": "^2.3.0" }, "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 - } + "tao": "index.js" } }, - "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/@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": { - "clone-deep": "^4.0.1", - "wildcard": "^2.0.0" - }, - "engines": { - "node": ">=10.0.0" + "@nx/webpack": "16.10.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==", + "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": "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" + "@nx/workspace": "16.10.0" } }, - "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==", + "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": { - "nx": "15.9.3" + "@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", + "enquirer": "^2.3.6", + "find-cache-dir": "^3.3.2", + "ignore": "^5.0.4", + "magic-string": "~0.30.2", + "minimatch": "3.0.5", + "semver": "7.5.3", + "tslib": "^2.3.0", + "webpack": "^5.80.0", + "webpack-merge": "^5.8.0" }, - "bin": { - "tao": "index.js" + "peerDependencies": { + "@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/cli/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==", @@ -7538,7 +7054,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/cli/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==", @@ -7554,408 +7070,255 @@ "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==", + "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==", "dev": true, "engines": { - "node": ">=10" + "node": ">=8" } }, - "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==", + "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": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, - "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", + "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==", "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" + "has-flag": "^4.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==", + "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, - "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" + "@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": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" + "cypress": ">= 3 < 14" }, "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { + "cypress": { "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==", + "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": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" + "@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" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "nx": ">= 15 <= 17" } }, - "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==", + "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": { - "has-flag": "^4.0.0" + "ansi-colors": "^4.1.1" }, "engines": { - "node": ">=8" + "node": ">=8.6" } }, - "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==", + "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": { - "@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" + "@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": { - "cypress": ">= 3 < 13" + "@zkochan/js-yaml": "0.0.7", + "eslint": "^8.0.0 || ^9.0.0" }, "peerDependenciesMeta": { - "cypress": { + "@zkochan/js-yaml": { "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==", + "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": { - "@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", + "@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", - "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", + "confusing-browser-globals": "^1.0.9", + "jsonc-eslint-parser": "^2.1.0", + "semver": "7.5.3", "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" + "peerDependencies": { + "@typescript-eslint/parser": "^5.60.1", + "eslint-config-prettier": "^8.1.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } } }, - "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==", + "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": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" }, "engines": { - "node": ">=10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "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" + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "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==", + "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": { - "yallist": "^4.0.0" + "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/utils": "5.62.0", + "debug": "^4.3.4", + "tsutils": "^3.21.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" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "bin": { - "semver": "bin/semver.js" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" }, - "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" + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "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==", + "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": { - "has-flag": "^4.0.0" + "@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": ">=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" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "peerDependencies": { - "nx": ">= 14.1 <= 16" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "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==", + "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": { - "yallist": "^4.0.0" + "@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": ">=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" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "bin": { - "semver": "bin/semver.js" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "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==", + "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": { - "@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" + "@typescript-eslint/types": "5.62.0", + "eslint-visitor-keys": "^3.3.0" }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.29.0", - "eslint-config-prettier": "^8.1.0" + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/ansi-styles": { + "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==", @@ -7970,7 +7333,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/chalk": { + "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==", @@ -7986,43 +7349,38 @@ "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==", + "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" + "node": ">=8.0.0" } }, - "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==", + "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, - "dependencies": { - "yallist": "^4.0.0" - }, "engines": { - "node": ">=10" + "node": ">=4.0" } }, - "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==", + "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, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/supports-color": { + "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==", @@ -8034,218 +7392,530 @@ "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/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": { - "@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", - "chalk": "^4.1.0", - "dotenv": "~10.0.0", - "identity-obj-proxy": "3.0.0", - "jest-config": "^29.4.1", - "jest-resolve": "^29.4.1", - "jest-util": "^29.4.1", - "resolve.exports": "1.1.0", - "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/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==", + "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, - "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" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@nrwl/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==", + "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": { - "color-convert": "^2.0.1" + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=6.9.0" } }, - "node_modules/@nrwl/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==", + "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": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@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": ">=10" + "node": ">=6.9.0" }, - "funding": { - "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": { - "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/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" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/@nrwl/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==", + "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": { - "has-flag": "^4.0.0" + "@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": ">=8" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "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==", - "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-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/@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/@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==", + "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", - "semver": "7.5.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", "tmp": "~0.2.1", - "tslib": "^2.3.0" + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" }, "peerDependencies": { - "nx": ">= 14.1 <= 16" + "nx": ">= 17 <= 20" } }, - "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/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": { - "@nrwl/devkit": "15.9.7", - "@parcel/watcher": "2.0.4", + "@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", - "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", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", + "fast-glob": "3.2.7", + "fs-extra": "^11.1.0", "ignore": "^5.0.4", - "minimatch": "3.0.5", + "js-tokens": "^4.0.0", + "minimatch": "9.0.3", + "npm-package-arg": "11.0.1", "npm-run-path": "^4.0.1", - "nx": "15.9.7", - "open": "^8.4.0", - "rxjs": "^6.5.4", - "tmp": "~0.2.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": "^17.6.2", "yargs-parser": "21.1.1" } }, - "node_modules/@nrwl/js/node_modules/ansi-styles": { + "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==", @@ -8260,7 +7930,63 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/js/node_modules/chalk": { + "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==", @@ -8276,34 +8002,95 @@ "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==", + "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": ">=10" + "node": ">=12" } }, - "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/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": { - "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/@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/@nrwl/js/node_modules/has-flag": { + "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==", @@ -8312,332 +8099,1288 @@ "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/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": { - "yallist": "^4.0.0" + "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==", + "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/@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, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "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/jest": "16.10.0", + "@nx/devkit": "16.10.0", + "@nx/js": "16.10.0", + "@phenomnomnominal/tsquery": "~5.0.1", + "chalk": "^4.1.0", + "identity-obj-proxy": "3.0.0", + "jest-config": "^29.4.1", + "jest-resolve": "^29.4.1", + "jest-util": "^29.4.1", + "resolve.exports": "1.1.0", + "tslib": "^2.3.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "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/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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.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", + "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/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": { + "@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/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "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/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/@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": { + "@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/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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": { + "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" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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/@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": { + "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/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/@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==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "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==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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": { + "@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", + "typescript": "~5.1.3" + }, + "peerDependencies": { + "eslint": "^8.0.0" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "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": { + "@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/@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" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "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" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "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/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" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "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==", + "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": { - "tslib": "^1.9.0" + "@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": { - "npm": ">=2.0.0" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "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==", - "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/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, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" } }, - "node_modules/@nrwl/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==", + "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": ">=0.10.0" + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "node_modules/@nrwl/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==", + "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, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@nrwl/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==", + "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": { - "has-flag": "^4.0.0" + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" } }, - "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/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": { - "@nrwl/devkit": "15.9.3", - "@nrwl/js": "15.9.3", - "@phenomnomnominal/tsquery": "4.1.1", - "tmp": "~0.2.1", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "eslint": "^8.0.0" + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } + "engines": { + "node": ">=6.9.0" } }, - "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/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": { - "@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" + "@nx/cypress": "19.5.6" } }, - "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==", + "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": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@nx/devkit": "19.5.6" } }, - "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==", + "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": { - "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" + "@nx/js": "19.5.6" } }, - "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==", + "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, - "engines": { - "node": ">=0.10.0" + "dependencies": { + "nx": "19.5.6", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" } }, - "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==", + "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": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "@nx/workspace": "19.5.6" } }, - "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==", + "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": { - "has-flag": "^4.0.0" + "@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" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "cypress": ">= 3 < 14" + }, + "peerDependenciesMeta": { + "cypress": { + "optional": true + } } }, - "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==", + "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": "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" + "@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/@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==", + "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" - } - }, - "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" + "peerDependencies": { + "verdaccio": "^5.0.4" }, - "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" + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } } }, - "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==", + "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, - "dependencies": { - "has-flag": "^4.0.0" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=8" + "node": ">= 10" } }, - "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/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": [ - "arm64" + "x64" ], "dev": true, "optional": true, @@ -8648,26 +9391,26 @@ "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/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": [ - "darwin" + "freebsd" ], "engines": { "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/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" ], @@ -8680,10 +9423,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/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" ], @@ -8696,10 +9439,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/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" ], @@ -8712,10 +9455,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/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" ], @@ -8728,10 +9471,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/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" ], @@ -8744,10 +9487,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/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" ], @@ -8760,10 +9503,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/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" ], @@ -8776,142 +9519,364 @@ "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==", - "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", + "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", - "semver": "7.3.4" + "nx": "19.5.6", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" } }, - "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/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": { - "@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" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "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==", + "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/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": ">=12" + } + }, + "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==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "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==", + "dev": true, + "engines": { + "node": ">=8" } }, - "node_modules/@nrwl/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==", + "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": { - "color-convert": "^2.0.1" + "lru-cache": "^10.0.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/@nrwl/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==", + "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": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "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==", - "dev": true, - "engines": { - "node": ">=10" - } + "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/@nrwl/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==", + "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": { - "ansi-colors": "^4.1.1" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=8.6" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@nrwl/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==", + "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": ">=8" + "node": "^16.14.0 || >=18.0.0" } }, - "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/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": { - "yallist": "^4.0.0" + "@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" }, - "engines": { - "node": ">=10" + "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/@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/ora": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", "dev": true, "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" + "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/@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/@nrwl/webpack/node_modules/ansi-styles": { + "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==", - "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==", + "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": { - "@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==", - "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", + "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.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" } @@ -14431,88 +14671,201 @@ "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "dev": true, "dependencies": { - "@jest/transform": "^29.7.0", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^29.6.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" + "@jest/transform": "^29.7.0", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/babel-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==", + "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/babel-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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-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==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-loader": { + "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": "^4.0.0", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 14.15.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0", + "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": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, - "peerDependencies": { - "@babel/core": "^7.8.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-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==", + "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": { - "color-convert": "^2.0.1" + "yocto-queue": "^1.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-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==", + "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": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "p-limit": "^4.0.0" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-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==", + "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": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "node_modules/babel-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==", + "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": { - "has-flag": "^4.0.0" + "find-up": "^6.3.0" }, "engines": { - "node": ">=8" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "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==", + "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, - "dependencies": { - "find-cache-dir": "^3.3.2", - "schema-utils": "^4.0.0" - }, "engines": { - "node": ">= 14.15.0" + "node": ">=12.20" }, - "peerDependencies": { - "@babel/core": "^7.12.0", - "webpack": ">=5" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/babel-plugin-const-enum": { @@ -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==", - "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" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "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": { + "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": "^14 || ^16 || >=18.0" + }, + "peerDependencies": { + "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/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": { + "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": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "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.2.0" + "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": "16.3.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", + "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", + "dev": true, + "engines": { + "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/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", "dev": true, "engines": { - "node": ">=10" + "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 e05b5a8ffa8..a3f7644c107 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "7.0.0-alpha.2", + "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.9.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 00000000000..bf6da578706 --- /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). From 6bdff2e5638bb7566078b4045b175523454c1447 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 5 Aug 2024 10:45:24 +0100 Subject: [PATCH 02/28] NG16 - fixed the builds --- lib/core/src/lib/common/services/log.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/src/lib/common/services/log.service.ts b/lib/core/src/lib/common/services/log.service.ts index 1882a297bc6..b899885337e 100644 --- a/lib/core/src/lib/common/services/log.service.ts +++ b/lib/core/src/lib/common/services/log.service.ts @@ -29,7 +29,7 @@ import { Subject } from 'rxjs'; providedIn: 'root' }) export class LogService { - get currentLogLevel() { + get currentLogLevel(): number { const configLevel: string = this.appConfig.get(AppConfigValues.LOG_LEVEL); if (configLevel) { @@ -171,7 +171,7 @@ export class LogService { * @param level Level name * @returns Numeric log level */ - getLogLevel(level: string): LogLevelsEnum { + getLogLevel(level: string): number { const referencedLevel = logLevels.find((currentLevel: any) => currentLevel.name.toLocaleLowerCase() === level.toLocaleLowerCase()); return referencedLevel ? referencedLevel.level : 5; From f5c9ee647eb90fc69d8a8e4be9978681aadcb4d5 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 22 Aug 2024 22:31:59 +0100 Subject: [PATCH 03/28] [MIGRATION] - Switching off no empty functions rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index f1aea8ed41d..83ef1e91311 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -103,6 +103,7 @@ module.exports = { } ], '@typescript-eslint/member-ordering': 'off', + '@typescript-eslint/no-empty-function': 'off', 'prefer-arrow/prefer-arrow-functions': 'off', 'prefer-promise-reject-errors': 'error', 'brace-style': 'off', From a86bb19585de6220d524f0acd7e995b734944a0e Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 22 Aug 2024 22:39:42 +0100 Subject: [PATCH 04/28] [MIGRATION] - Somehow the fix for the cli types got lost --- lib/cli/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/tsconfig.json b/lib/cli/tsconfig.json index 77703f589a1..0bb5bfa9e31 100644 --- a/lib/cli/tsconfig.json +++ b/lib/cli/tsconfig.json @@ -19,7 +19,7 @@ "target": "es2018", "lib": ["es2018", "dom"], "baseUrl": ".", - "typeRoots": ["node_modules/@types"], + "typeRoots": ["node_modules/@types", "../../node_modules/@types"], "types": ["node"], "paths": { "@alfresco/js-api": ["../../dist/libs/js-api"], From 34c1986f1cc9d74323c6902f3ef3200e1f1eeba6 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 23 Aug 2024 00:00:52 +0100 Subject: [PATCH 05/28] [MIGRATION] - Something happened on the way to heaven --- .eslintignore | 1 + .../content-auth-loader-factory.ts | 1 - .../lib/common/services/rendition.service.ts | 4 +- .../content-metadata.component.ts | 4 +- .../content-node-share.dialog.ts | 4 +- .../components/document-list.component.ts | 4 +- .../tree-view/data/tree-view-datasource.ts | 45 +++++++++---------- .../version-compatibility-factory.ts | 1 - .../src/lib/clipboard/clipboard.service.ts | 8 +++- .../services/directionality-config-factory.ts | 1 - lib/core/src/lib/common/utils/file-utils.ts | 40 +++++++++-------- lib/process-services-cloud/.storybook/main.js | 6 +-- .../content-cloud-node-selector.service.ts | 8 +++- .../identity/group-identity.service.ts | 8 ++-- .../core/pages/data-table-component.page.ts | 8 +++- .../lib/protractor/core/pages/login.page.ts | 3 +- .../lib/protractor/core/pages/viewer.page.ts | 4 +- 17 files changed, 84 insertions(+), 66 deletions(-) diff --git a/.eslintignore b/.eslintignore index 9bea255a967..0e67ef1d7f7 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,3 +9,4 @@ scripts /angular.json docs/**/*.md lib/js-api/docs/**/*.md +.storybook diff --git a/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts b/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts index f252cfe8449..2c38e49b4cf 100644 --- a/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts +++ b/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts @@ -17,7 +17,6 @@ import { ContentAuthLoaderService } from './content-auth-loader.service'; -// eslint-disable-next-line prefer-arrow/prefer-arrow-functions /** * Create a content auth factory * diff --git a/lib/content-services/src/lib/common/services/rendition.service.ts b/lib/content-services/src/lib/common/services/rendition.service.ts index 03d239dc50d..53465e5dc83 100644 --- a/lib/content-services/src/lib/common/services/rendition.service.ts +++ b/lib/content-services/src/lib/common/services/rendition.service.ts @@ -115,7 +115,9 @@ export class RenditionService { try { await this.renditionsApi.createRendition(nodeId, { id: renditionId }); rendition = await this.waitRendition(nodeId, renditionId, 0); - } catch {} + } catch { + return null; + } } } return new Promise((resolve) => resolve(rendition)); diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts index beb90feec41..32642942913 100644 --- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts +++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts @@ -238,7 +238,9 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy { try { statusCode = JSON.parse(error.message).error.statusCode; - } catch {} + } catch { + /* empty */ + } let message = `METADATA.ERRORS.${statusCode}`; diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts index 31f4a3da918..041d6f3a2cd 100644 --- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts +++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts @@ -252,7 +252,9 @@ export class ShareDialogComponent implements OnInit, OnDestroy { try { statusCode = JSON.parse(error.message).error.statusCode; - } catch {} + } catch { + /* empty */ + } if (statusCode === 403) { message = 'SHARE.UNSHARE_PERMISSION_ERROR'; diff --git a/lib/content-services/src/lib/document-list/components/document-list.component.ts b/lib/content-services/src/lib/document-list/components/document-list.component.ts index c09e9dddb6c..22930be07c7 100644 --- a/lib/content-services/src/lib/document-list/components/document-list.component.ts +++ b/lib/content-services/src/lib/document-list/components/document-list.component.ts @@ -1049,7 +1049,9 @@ export class DocumentListComponent extends DataTableSchema implements OnInit, On if (JSON.parse(err.message).error.statusCode === 403) { this.noPermission = true; } - } catch (error) {} + } catch (error) { + /* empty */ + } } this.setLoadingState(false); this.error.emit(err); diff --git a/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts b/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts index 89797d63474..046d353a56b 100644 --- a/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts +++ b/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts @@ -25,7 +25,6 @@ import { TreeViewService } from '../services/tree-view.service'; @Injectable() export class TreeViewDataSource { - treeNodes: TreeBaseNode[]; dataChange = new BehaviorSubject([]); childrenSubscription = null; @@ -40,15 +39,13 @@ export class TreeViewDataSource { this.dataChange.next(value); } - constructor(private treeControl: FlatTreeControl, - private treeViewService: TreeViewService) { - this.dataChange.subscribe((treeNodes) => this.treeNodes = treeNodes); + constructor(private treeControl: FlatTreeControl, private treeViewService: TreeViewService) { + this.dataChange.subscribe((treeNodes) => (this.treeNodes = treeNodes)); } connect(collectionViewer: CollectionViewer): Observable { this.changeSubscription = this.treeControl.expansionModel.changed.subscribe((change) => { - if ((change as SelectionChange).added && - (change as SelectionChange).added.length > 0) { + if ((change as SelectionChange).added && (change as SelectionChange).added.length > 0) { this.expandTreeNodes(change as SelectionChange); } else if ((change as SelectionChange).removed) { this.reduceTreeNodes(change as SelectionChange); @@ -71,33 +68,35 @@ export class TreeViewDataSource { } private reduceTreeNodes(change: SelectionChange) { - change.removed.slice().reverse().forEach((node) => this.toggleNode(node)); + change.removed + .slice() + .reverse() + .forEach((node) => this.toggleNode(node)); } private expandNode(node: TreeBaseNode) { - this.childrenSubscription = this.treeViewService.getTreeNodes(node.nodeId) - .subscribe((children) => { - const index = this.data.indexOf(node); - if (!children || index < 0) { - node.expandable = false; - return; - } - const nodes = children.map((actualNode) => { - actualNode.level = node.level + 1; - return actualNode; - }); - this.data.splice(index + 1, 0, ...nodes); - this.dataChange.next(this.data); + this.childrenSubscription = this.treeViewService.getTreeNodes(node.nodeId).subscribe((children) => { + const index = this.data.indexOf(node); + if (!children || index < 0) { + node.expandable = false; + return; + } + const nodes = children.map((actualNode) => { + actualNode.level = node.level + 1; + return actualNode; }); + this.data.splice(index + 1, 0, ...nodes); + this.dataChange.next(this.data); + }); } toggleNode(node: TreeBaseNode) { const index = this.data.indexOf(node); let count = 0; - for (let i = index + 1; i < this.data.length - && this.data[i].level > node.level; i++ , count++) { } + for (let i = index + 1; i < this.data.length && this.data[i].level > node.level; i++, count++) { + /* empty */ + } this.data.splice(index + 1, count); this.dataChange.next(this.data); } - } diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts index 8b907f2fabb..ddfe20f11e3 100644 --- a/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts +++ b/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts @@ -17,7 +17,6 @@ import { VersionCompatibilityService } from './version-compatibility.service'; -// eslint-disable-next-line prefer-arrow/prefer-arrow-functions /** * Create a version compatibility factory * diff --git a/lib/core/src/lib/clipboard/clipboard.service.ts b/lib/core/src/lib/clipboard/clipboard.service.ts index 2a877e05d45..48d9cf5cb66 100644 --- a/lib/core/src/lib/clipboard/clipboard.service.ts +++ b/lib/core/src/lib/clipboard/clipboard.service.ts @@ -53,7 +53,9 @@ export class ClipboardService { this.document.execCommand('copy'); } this.notify(message); - } catch {} + } catch { + /* empty */ + } } } @@ -76,7 +78,9 @@ export class ClipboardService { document.execCommand('copy'); } this.notify(message); - } catch {} + } catch { + /* empty */ + } } private notify(message) { diff --git a/lib/core/src/lib/common/services/directionality-config-factory.ts b/lib/core/src/lib/common/services/directionality-config-factory.ts index 94f3a1622c9..b3f9b1a0768 100644 --- a/lib/core/src/lib/common/services/directionality-config-factory.ts +++ b/lib/core/src/lib/common/services/directionality-config-factory.ts @@ -17,7 +17,6 @@ import { DirectionalityConfigService } from './directionality-config.service'; -// eslint-disable-next-line prefer-arrow/prefer-arrow-functions /** * Creates a factory for Angular modules * diff --git a/lib/core/src/lib/common/utils/file-utils.ts b/lib/core/src/lib/common/utils/file-utils.ts index 7f75c01ea34..09ae6013534 100644 --- a/lib/core/src/lib/common/utils/file-utils.ts +++ b/lib/core/src/lib/common/utils/file-utils.ts @@ -22,36 +22,38 @@ export interface FileInfo { } export class FileUtils { - static flatten(folder: any): Promise { const reader = folder.createReader(); const files: FileInfo[] = []; return new Promise((resolve) => { const iterations = []; - // eslint-disable-next-line prefer-arrow/prefer-arrow-functions (function traverse() { reader.readEntries((entries) => { if (!entries.length) { Promise.all(iterations).then(() => resolve(files)); } else { - iterations.push(Promise.all(entries.map((entry) => { - if (entry.isFile) { - return new Promise((resolveFile) => { - entry.file((file: File) => { - files.push({ - entry, - file, - relativeFolder: entry.fullPath.replace(/\/[^/]*$/, '') + iterations.push( + Promise.all( + entries.map((entry) => { + if (entry.isFile) { + return new Promise((resolveFile) => { + entry.file((file: File) => { + files.push({ + entry, + file, + relativeFolder: entry.fullPath.replace(/\/[^/]*$/, '') + }); + resolveFile(); + }); + }); + } else { + return FileUtils.flatten(entry).then((result) => { + files.push(...result); }); - resolveFile(); - }); - }); - } else { - return FileUtils.flatten(entry).then((result) => { - files.push(...result); - }); - } - }))); + } + }) + ) + ); // Try calling traverse() again for the same dir, according to spec traverse(); } diff --git a/lib/process-services-cloud/.storybook/main.js b/lib/process-services-cloud/.storybook/main.js index 14a3aaa1ba8..6436dca16b8 100644 --- a/lib/process-services-cloud/.storybook/main.js +++ b/lib/process-services-cloud/.storybook/main.js @@ -4,11 +4,7 @@ module.exports = { rootMain: rootPath, stories: [...rootPath.stories, '../**/*.stories.@(js|jsx|ts|tsx)'], - staticDirs: [ - ...rootPath.staticDirs, - { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-core/i18n' }, - { from: __dirname + '/../src/lib/assets/images', to: 'assets/images' } - ], + staticDirs: [...rootPath.staticDirs, { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-core/i18n' }], addons: ['@storybook/addon-essentials', ...rootPath.addons], diff --git a/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts b/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts index d860e7eef38..18ef24aeddb 100644 --- a/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts +++ b/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts @@ -66,7 +66,9 @@ export class ContentCloudNodeSelectorService { if (destinationFolderPath.alias && destinationFolderPath.path) { try { return await this.getNodeId(destinationFolderPath.alias, destinationFolderPath.path).toPromise(); - } catch {} + } catch { + /*empty*/ + } } return this.getNodeId(destinationFolderPath.alias).toPromise(); @@ -82,7 +84,9 @@ export class ContentCloudNodeSelectorService { if (nodeId) { try { isExistingNode = await this.getNodeId(nodeId).pipe(mapTo(true)).toPromise(); - } catch {} + } catch { + /*empty*/ + } } return isExistingNode; } diff --git a/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts b/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts index e38b3586ef0..6b6428321c3 100644 --- a/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts +++ b/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts @@ -22,7 +22,6 @@ import { Logger } from '../../utils/logger'; import { browser } from 'protractor'; export class GroupIdentityService { - api: ApiService; constructor(api: ApiService) { @@ -75,9 +74,11 @@ export class GroupIdentityService { Logger.log(`Data ${JSON.stringify(data)}`); - return data[0]; Logger.error('Group not found'); - + return data[0]; + Logger.error('Group not found'); } catch (error) { + Logger.error('Group not found'); + return null; } }; @@ -135,5 +136,4 @@ export class GroupIdentityService { const data = await this.api.performIdentityOperation(path, method, queryParams, postBody); return data[0].id; } - } diff --git a/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts b/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts index 4738dae8cdf..dcf1dc402f2 100644 --- a/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts +++ b/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts @@ -388,7 +388,9 @@ export class DataTableComponentPage { this.rootElement.element(by.tagName(materialLocators.Progress.spinner.root)), MAX_LOADING_TIME ); - } catch (error) {} + } catch (error) { + Logger.error('Loading spinner is not present'); + } if (await this.isEmpty()) { Logger.log('empty page'); @@ -414,7 +416,9 @@ export class DataTableComponentPage { try { Logger.log('wait datatable loading spinner is present'); await BrowserVisibility.waitUntilElementIsVisible(element(by.tagName(materialLocators.Progress.bar.root))); - } catch (error) {} + } catch (error) { + Logger.error('Infinite pagination spinner is not present'); + } if (await this.isEmpty()) { Logger.log('empty page'); } else { diff --git a/lib/testing/src/lib/protractor/core/pages/login.page.ts b/lib/testing/src/lib/protractor/core/pages/login.page.ts index 934fb02bab7..3c556de137f 100644 --- a/lib/testing/src/lib/protractor/core/pages/login.page.ts +++ b/lib/testing/src/lib/protractor/core/pages/login.page.ts @@ -43,6 +43,7 @@ export class LoginPage { try { currentUrl = await browser.getCurrentUrl(); } catch (e) { + /* do nothing */ } if (!currentUrl || currentUrl.indexOf(this.loginUrl) === -1) { @@ -87,7 +88,7 @@ export class LoginPage { if (oauth2 && oauth2.silentLogin === false) { Logger.log(`Login SSO`); await this.clickOnSSOButton(); - }else{ + } else { Logger.log(`Login SSO silent login`); } diff --git a/lib/testing/src/lib/protractor/core/pages/viewer.page.ts b/lib/testing/src/lib/protractor/core/pages/viewer.page.ts index 27e12d49c7b..2efd2c10edd 100644 --- a/lib/testing/src/lib/protractor/core/pages/viewer.page.ts +++ b/lib/testing/src/lib/protractor/core/pages/viewer.page.ts @@ -75,7 +75,9 @@ export class ViewerPage { Logger.log('wait spinner is present'); await BrowserVisibility.waitUntilElementIsVisible(element(by.tagName(materialLocators.Progress.spinner.root))); await BrowserVisibility.waitUntilElementIsNotVisible(element(by.tagName(materialLocators.Progress.spinner.root)), MAX_LOADING_TIME); - } catch (error) {} + } catch (error) { + Logger.error('Spinner is not present'); + } } } From 83252843b00e5861f7fd3d84577333ee4bc9b030 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 23 Aug 2024 00:45:03 +0100 Subject: [PATCH 06/28] [MIGRATION] - Ok this is weird --- lib/testing/src/lib/shared/utils/logger.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/testing/src/lib/shared/utils/logger.ts b/lib/testing/src/lib/shared/utils/logger.ts index 472433c55fd..c70a7afb6e2 100644 --- a/lib/testing/src/lib/shared/utils/logger.ts +++ b/lib/testing/src/lib/shared/utils/logger.ts @@ -33,7 +33,7 @@ export class LogLevelsEnum extends Number { static SILENT: number = 0; } -export const logLevels: { level: LogLevelsEnum; name: LOG_LEVEL }[] = [ +export const logLevels: { level: number; name: LOG_LEVEL }[] = [ { level: LogLevelsEnum.TRACE, name: 'TRACE' }, { level: LogLevelsEnum.DEBUG, name: 'DEBUG' }, { level: LogLevelsEnum.INFO, name: 'INFO' }, @@ -51,11 +51,10 @@ export interface LoggerLike { /* eslint-disable no-console */ export class GenericLogger implements LoggerLike { - - private level: LogLevelsEnum; + private level: number; constructor(logLevel: string) { - this.level = logLevels.find(({name}) => name === logLevel)?.level || LogLevelsEnum.ERROR; + this.level = logLevels.find(({ name }) => name === logLevel)?.level || LogLevelsEnum.ERROR; } info(...messages: string[]): void { From c67111d3240ebdcf7643213ef36e1b1240bfdb0d Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 23 Aug 2024 01:06:57 +0100 Subject: [PATCH 07/28] [MIGRATION] - Ok this is really weird --- lib/js-api/package.json | 1 - .../protractor/process-services-cloud/actions/application.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/js-api/package.json b/lib/js-api/package.json index 28f1cea4511..51870214fbb 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -19,7 +19,6 @@ "superagent": "^9.0.1", "tslib": "^2.6.1" }, - "main": "./index.js", "typings": "./typings/index.d.ts", "module": "./esm5/index.js", "es2015": "./esm2015/index.js" diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts index 2d2fd0202a6..f62974ca8de 100644 --- a/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts +++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts @@ -22,7 +22,6 @@ import { ApiService } from '../../../shared/api/api.service'; import { ApiUtil } from '../../../shared/api/api.util'; export class Application { - requestApiHelper: E2eRequestApiHelper; endPoint = `/deployment-service/v1/applications/`; @@ -57,6 +56,7 @@ export class Application { return this.requestApiHelper.delete(`${this.endPoint}${applicationName}`); } catch (error) { Logger.error(`[Application] Undeploy application ${applicationName} failed with error: ${error.message}`); + return null; } }; return ApiUtil.waitForApi(apiCall, isApplicationUndeployed, 10, 3000); From b24ec4b47b21235a24d3fd958b43195057215ac8 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:07:09 +0200 Subject: [PATCH 08/28] [MIGRATION] - change selector for expanded expansion panel content --- .../core/pages/material/material-locators.ts | 3 +- ...dit-process-filter-cloud-component.page.ts | 25 ++++++++++++----- .../edit-task-filter-cloud-component.page.ts | 28 +++++++++++++------ 3 files changed, 39 insertions(+), 17 deletions(-) diff --git a/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts b/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts index b069b5da211..4c823962453 100644 --- a/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts +++ b/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts @@ -212,7 +212,8 @@ export const materialLocators = { class: '.mat-expansion-panel-header', root: 'mat-expansion-panel-header' }, - title: '.mat-expansion-panel-header-title' + title: '.mat-expansion-panel-header-title', + expanded: '.mat-expanded' }, indicator: '.mat-expansion-indicator' }, diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts index dc7fa34fdcc..e44d7bfbc66 100644 --- a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts +++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts @@ -36,7 +36,6 @@ export interface FilterProps { } export class EditProcessFilterCloudComponentPage { - rootElement = $$('adf-cloud-edit-process-filter').first(); customiseFilter = $('#adf-edit-process-filter-sub-title-id'); saveButton = $('button[data-automation-id="adf-filter-action-save"]'); @@ -48,17 +47,29 @@ export class EditProcessFilterCloudComponentPage { statusDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-status']`)); sortDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-sort']`)); orderDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-order']`)); - processDefinitionNameDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-processDefinitionName']`)); - suspendedDateRangeDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-suspendedDateRange']`)); - startedDateRangeDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-startedDateRange']`)); - completedDateRangeDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-completedDateRange']`)); - suspendedDateRangeWithin = new DatePickerPage($(`${materialLocators.Datepicker.toggle.root}[data-automation-id='adf-cloud-edit-process-property-date-range-suspendedDateRange']`)); + processDefinitionNameDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-processDefinitionName']`) + ); + suspendedDateRangeDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-suspendedDateRange']`) + ); + startedDateRangeDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-startedDateRange']`) + ); + completedDateRangeDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-completedDateRange']`) + ); + suspendedDateRangeWithin = new DatePickerPage( + $(`${materialLocators.Datepicker.toggle.root}[data-automation-id='adf-cloud-edit-process-property-date-range-suspendedDateRange']`) + ); peopleCloudComponent = new PeopleCloudComponentPage(); editProcessFilterDialogPage = new EditProcessFilterDialogPage(); private expansionPanelExtended = this.rootElement.$(`${materialLocators.Expansion.panel.header.root}${materialLocators.Expanded.class}`); - private content = TestElement.byCss(`adf-cloud-edit-process-filter ${materialLocators.Expansion.panel.root} [style*="visible"]`); + private content = TestElement.byCss( + `adf-cloud-edit-process-filter ${materialLocators.Expansion.panel.root}${materialLocators.Expansion.panel.expanded} ${materialLocators.Expansion.panel.content.class}` + ); editProcessFilterDialog(): EditProcessFilterDialogPage { return this.editProcessFilterDialogPage; diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts index a0b2d1502ab..0437b0ae8e7 100644 --- a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts +++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts @@ -28,7 +28,6 @@ import { materialLocators } from '../../public-api'; export type StatusType = 'All' | 'Created' | 'Assigned' | 'Cancelled' | 'Suspended' | 'Completed'; export class EditTaskFilterCloudComponentPage { - rootElement = $$('adf-cloud-edit-task-filter').first(); customiseFilter = $('#adf-edit-task-filter-sub-title-id'); assignee = $('input[data-automation-id="adf-cloud-edit-task-property-assignee"]'); @@ -51,21 +50,33 @@ export class EditTaskFilterCloudComponentPage { sortDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-task-property-sort']`)); priorityDropdown = new DropdownPage(this.priority); orderDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-task-property-order']`)); - completedDateDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id="adf-cloud-edit-process-property-completedDateRange"]`)); + completedDateDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id="adf-cloud-edit-process-property-completedDateRange"]`) + ); assignmentDropdown = new DropdownPage($(`.adf-task-assignment-filter`)); - processDefinitionNameDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id="adf-cloud-edit-task-property-processDefinitionName"]`)); - createdDateRangeDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-createdDateRange']`)); - createdDateRangeWithin = new DatePickerPage($(`${materialLocators.Datepicker.toggle.root}[data-automation-id='adf-cloud-edit-process-property-date-range-createdDateRange']`)); + processDefinitionNameDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id="adf-cloud-edit-task-property-processDefinitionName"]`) + ); + createdDateRangeDropdown = new DropdownPage( + $(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-createdDateRange']`) + ); + createdDateRangeWithin = new DatePickerPage( + $(`${materialLocators.Datepicker.toggle.root}[data-automation-id='adf-cloud-edit-process-property-date-range-createdDateRange']`) + ); dueDateRangeDropdown = new DropdownPage($(`${materialLocators.Select.root}[data-automation-id='adf-cloud-edit-process-property-dueDateRange']`)); - dueDateRangeWithin = new DatePickerPage($(`${materialLocators.Datepicker.toggle.root}[data-automation-id='adf-cloud-edit-picker-date-range-dueDateRange']`)); + dueDateRangeWithin = new DatePickerPage( + $(`${materialLocators.Datepicker.toggle.root}[data-automation-id='adf-cloud-edit-picker-date-range-dueDateRange']`) + ); peopleCloudComponent = new PeopleCloudComponentPage(); groupCloudComponent = new GroupCloudComponentPage(); - dataTable = new DataTableComponentPage( $('adf-cloud-task-list')); + dataTable = new DataTableComponentPage($('adf-cloud-task-list')); private expansionPanelExtended = this.rootElement.$(`${materialLocators.Expansion.panel.header.root}${materialLocators.Expanded.class}`); - private content = this.rootElement.$(`div${materialLocators.Expansion.panel.content.class}[style*="visible"]`); + private content = this.rootElement.$( + `${materialLocators.Expansion.panel.root}${materialLocators.Expansion.panel.expanded} ${materialLocators.Expansion.panel.content.class}` + ); async isFilterDisplayed(): Promise { return BrowserVisibility.waitUntilElementIsVisible(this.filter); @@ -307,5 +318,4 @@ export class EditTaskFilterCloudComponentPage { async getProcessInstanceId(): Promise { return BrowserActions.getInputValue(this.processInstanceId); } - } From b9301a29a88d15fdfe44c47fd1adbdf5a7ed2668 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:24:22 +0200 Subject: [PATCH 09/28] [MIGRATION] - storybook chips related e2e fails fix, unit alignments --- .../widgets/group/group-cloud.widget.spec.ts | 13 ------------- .../widgets/people/people-cloud.widget.spec.ts | 15 +++------------ .../group/components/group-cloud.component.html | 3 ++- .../components/group-cloud.component.spec.ts | 11 ++++------- .../people/components/people-cloud.component.html | 4 ++-- .../components/people-cloud.component.spec.ts | 11 ++++------- 6 files changed, 15 insertions(+), 42 deletions(-) diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts index 2b31b57d842..e42a94e14da 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts +++ b/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts @@ -23,7 +23,6 @@ import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; import { HarnessLoader } from '@angular/cdk/testing'; import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed'; import { MatChipHarness } from '@angular/material/chips/testing'; -import { MatFormFieldHarness } from '@angular/material/form-field/testing'; describe('GroupCloudWidgetComponent', () => { let fixture: ComponentFixture; @@ -145,12 +144,6 @@ describe('GroupCloudWidgetComponent', () => { value: mockSpaghetti }); - fixture.detectChanges(); - await fixture.whenStable(); - - const formField = await loader.getHarness(MatFormFieldHarness); - expect(await formField.isDisabled()).toBeTrue(); - const groupChip = await loader.getHarness(MatChipHarness); expect(await groupChip.isDisabled()).toBeTrue(); }); @@ -166,12 +159,6 @@ describe('GroupCloudWidgetComponent', () => { value: mockSpaghetti }); - fixture.detectChanges(); - await fixture.whenStable(); - - const formField = await loader.getHarness(MatFormFieldHarness); - expect(await formField.isDisabled()).toBeTrue(); - const groupChips = await loader.getAllHarnesses(MatChipHarness); expect(await groupChips[0].isDisabled()).toBeTrue(); expect(await groupChips[1].isDisabled()).toBeTrue(); diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts index 8302a31482e..669088ab7a2 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts +++ b/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts @@ -24,8 +24,7 @@ import { IdentityUserService } from '../../../../people/services/identity-user.s import { mockShepherdsPie, mockYorkshirePudding } from '../../../../people/mock/people-cloud.mock'; import { HarnessLoader } from '@angular/cdk/testing'; import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed'; -import { MatFormFieldHarness } from '@angular/material/form-field/testing'; -import { MatChipHarness } from '@angular/material/chips/testing'; +import { MatChipRowHarness } from '@angular/material/chips/testing'; describe('PeopleCloudWidgetComponent', () => { let fixture: ComponentFixture; @@ -174,12 +173,8 @@ describe('PeopleCloudWidgetComponent', () => { value: mockSpaghetti }); - fixture.detectChanges(); - - const formField = await loader.getHarness(MatFormFieldHarness); - expect(await formField.isDisabled()).toBeTrue(); + const peopleChip = await loader.getHarness(MatChipRowHarness); - const peopleChip = await loader.getHarness(MatChipHarness); expect(await peopleChip.isDisabled()).toBeTrue(); }); @@ -194,11 +189,7 @@ describe('PeopleCloudWidgetComponent', () => { value: mockSpaghetti }); - fixture.detectChanges(); - const formField = await loader.getHarness(MatFormFieldHarness); - expect(await formField.isDisabled()).toBeTrue(); - - const peopleChip = await loader.getAllHarnesses(MatChipHarness); + const peopleChip = await loader.getAllHarnesses(MatChipRowHarness); expect(await peopleChip[0].isDisabled()).toBeTrue(); expect(await peopleChip[1].isDisabled()).toBeTrue(); }); diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html index 48c1f30994d..a1a1e0332ec 100644 --- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html +++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html @@ -1,12 +1,13 @@

- + {{group.name}} { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(1); - - const chipList = await loader.getHarness(MatChipGridHarness); - expect(await chipList.isDisabled()).toBe(true); + expect(await chips[0].isDisabled()).toBe(true); }); it('should chip list be disabled and show all the chips - multiple mode', async () => { @@ -372,9 +370,8 @@ describe('GroupCloudComponent', () => { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(2); - - const chipList = await loader.getHarness(MatChipGridHarness); - expect(await chipList.isDisabled()).toBe(true); + expect(await chips[0].isDisabled()).toBe(true); + expect(await chips[1].isDisabled()).toBe(true); }); }); }); diff --git a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html index fed2536b689..0c47cf02184 100644 --- a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html +++ b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html @@ -8,12 +8,13 @@ > {{ title | translate }} - + {{user | fullName}} - { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(1); - - const chipList = await loader.getHarness(MatChipGridHarness); - expect(await chipList.isDisabled()).toBe(true); + expect(await chips[0].isDisabled()).toBe(true); }); it('should chip list be disabled and show mat chips for all the preselected users - multiple mode', async () => { @@ -421,9 +419,8 @@ describe('PeopleCloudComponent', () => { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(2); - - const chipList = await loader.getHarness(MatChipGridHarness); - expect(await chipList.isDisabled()).toBe(true); + expect(await chips[0].isDisabled()).toBe(true); + expect(await chips[1].isDisabled()).toBe(true); }); }); }); From effc0afc7dfd5e4f049caed964961032679857bb Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 23 Aug 2024 01:36:25 +0100 Subject: [PATCH 10/28] [MIGRATION] - Ok this is really weird --- .../lib/protractor/process-services-cloud/actions/descriptor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts index 0cdefbda2d7..8218b762bf3 100644 --- a/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts +++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts @@ -23,7 +23,6 @@ import { ApiUtil } from '../../../shared/api/api.util'; import { ApiService } from '../../../shared/api/api.service'; export class Descriptor { - requestApiHelper: E2eRequestApiHelper; endPoint = `deployment-service/v1/descriptors/`; @@ -61,6 +60,7 @@ export class Descriptor { return this.requestApiHelper.delete(`${this.endPoint}${name}`); } catch (error) { Logger.error(`[Descriptor] Delete descriptor ${name} failed with error: ${error.message}`); + return null; } }; return ApiUtil.waitForApi(apiCall, isDescriptorDeleted, 10, 15000); From 5b86223f7f9b6a913c7cefa701efec65311225c2 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 23 Aug 2024 11:24:05 +0100 Subject: [PATCH 11/28] [MIGRATION] - Updating outdated packages --- .storybook/preview.js | 2 +- lib/content-services/.storybook/preview.js | 6 +- lib/core/.storybook/preview.js | 2 +- .../.storybook/preview.js | 6 +- lib/stories/.storybook/preview.js | 2 +- migrations.json | 312 --- package-lock.json | 1949 ++++++++++------- package.json | 128 +- storybook-migration-summary.md | 68 - 9 files changed, 1200 insertions(+), 1275 deletions(-) delete mode 100644 migrations.json delete mode 100644 storybook-migration-summary.md diff --git a/.storybook/preview.js b/.storybook/preview.js index fe3cb0ffe70..be18a708dd8 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -2,4 +2,4 @@ export const parameters = { docs: { inlineStories: true }, controls: { expanded: true } }; -export const tags = ['autodocs']; +export const tags = ['autodocs', 'autodocs', 'autodocs']; diff --git a/lib/content-services/.storybook/preview.js b/lib/content-services/.storybook/preview.js index c1f6d7b80b3..2288ab54d8b 100644 --- a/lib/content-services/.storybook/preview.js +++ b/lib/content-services/.storybook/preview.js @@ -1,5 +1,5 @@ export const parameters = { - docs: { inlineStories: true }, - controls: { expanded: true } + docs: { inlineStories: true }, + controls: { expanded: true } }; -export const tags = ["autodocs"]; +export const tags = ['autodocs', 'autodocs']; diff --git a/lib/core/.storybook/preview.js b/lib/core/.storybook/preview.js index bd7431d0368..b2b1c92e5a3 100644 --- a/lib/core/.storybook/preview.js +++ b/lib/core/.storybook/preview.js @@ -3,4 +3,4 @@ const rootPreview = require('../../../.storybook/preview'); export const parameters = { ...rootPreview.preview }; -export const tags = ['autodocs']; +export const tags = ['autodocs', 'autodocs']; diff --git a/lib/process-services-cloud/.storybook/preview.js b/lib/process-services-cloud/.storybook/preview.js index de575f37641..2288ab54d8b 100644 --- a/lib/process-services-cloud/.storybook/preview.js +++ b/lib/process-services-cloud/.storybook/preview.js @@ -1,5 +1,5 @@ export const parameters = { - docs: { inlineStories: true }, - controls: { expanded: true } + docs: { inlineStories: true }, + controls: { expanded: true } }; -export const tags = ['autodocs']; +export const tags = ['autodocs', 'autodocs']; diff --git a/lib/stories/.storybook/preview.js b/lib/stories/.storybook/preview.js index 212ef1b1308..2288ab54d8b 100644 --- a/lib/stories/.storybook/preview.js +++ b/lib/stories/.storybook/preview.js @@ -2,4 +2,4 @@ export const parameters = { docs: { inlineStories: true }, controls: { expanded: true } }; -export const tags = ["autodocs"]; +export const tags = ['autodocs', 'autodocs']; diff --git a/migrations.json b/migrations.json deleted file mode 100644 index a1015c7b822..00000000000 --- a/migrations.json +++ /dev/null @@ -1,312 +0,0 @@ -{ - "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/package-lock.json b/package-lock.json index bcbfe5281d0..4d5c7b975a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "7.0.0-alpha.2", + "version": "6.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "7.0.0-alpha.2", + "version": "6.9.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -21,16 +21,17 @@ "@angular/platform-browser": "16.2.9", "@angular/platform-browser-dynamic": "16.2.9", "@angular/router": "16.2.9", - "@apollo/client": "^3.10.2", + "@apollo/client": "3.11.4", "@cspell/eslint-plugin": "^7.3.6", "@mat-datetimepicker/core": "12.0.1", "@ngx-translate/core": "^14.0.0", - "@storybook/core-server": "^8.2.7", - "@storybook/theming": "^8.2.7", + "@storybook/addon-interactions": "^8.2.9", + "@storybook/core-server": "^8.2.9", + "@storybook/theming": "^8.2.9", "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^17.0.2", "apollo-angular": "^5.0.2", - "chart.js": "^4.3.0", + "chart.js": "4.4.4", "cropperjs": "1.6.2", "date-fns": "^2.30.0", "dotenv-expand": "^5.1.0", @@ -59,9 +60,9 @@ "@angular-eslint/template-parser": "16.0.3", "@angular/cli": "~16.2.0", "@angular/compiler-cli": "16.2.9", - "@chromatic-com/storybook": "^1.6.1", + "@chromatic-com/storybook": "1.7.0", "@editorjs/code": "2.9.0", - "@editorjs/editorjs": "^2.29.0", + "@editorjs/editorjs": "2.30.5", "@editorjs/header": "2.8.1", "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.9.0", @@ -71,16 +72,16 @@ "@nx/eslint-plugin": "16.10.0", "@nx/js": "16.10.0", "@nx/node": "16.10.0", - "@nx/storybook": "^19.5.6", + "@nx/storybook": "19.6.2", "@nx/workspace": "16.10.0", "@paperist/types-remark": "0.1.3", - "@playwright/test": "^1.35.1", + "@playwright/test": "1.46.1", "@quanzo/change-font-size": "1.0.0", "@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", + "@storybook/addon-essentials": "^8.2.9", + "@storybook/angular": "^8.2.9", + "@storybook/core-server": "^8.2.9", + "@storybook/manager-api": "^8.2.9", "@types/ejs": "^3.1.5", "@types/event-emitter": "^0.3.3", "@types/jasmine": "4.0.3", @@ -88,9 +89,9 @@ "@types/jsdom": "^21.1.5", "@types/minimatch": "^3.0.3", "@types/mocha": "^10.0.6", - "@types/node": "^20.10.0", + "@types/node": "20.16.1", "@types/pdfjs-dist": "^2.10.378", - "@types/selenium-webdriver": "^4.1.17", + "@types/selenium-webdriver": "4.1.25", "@types/shelljs": "^0.8.15", "@types/superagent": "^4.1.22", "@typescript-eslint/eslint-plugin": "5.59.8", @@ -124,7 +125,7 @@ "jasmine-spec-reporter": "7.0.0", "js-yaml": "^4.0.0", "jsdom": "^24.0.0", - "karma": "^6.4.1", + "karma": "6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "5.0.1", @@ -132,35 +133,35 @@ "karma-jasmine-html-reporter": "^2.1.0", "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", - "lint-staged": "^15.2.2", + "lint-staged": "15.2.9", "lite-server": "^2.6.1", - "mini-css-extract-plugin": "^2.7.6", - "mocha": "^10.2.0", + "mini-css-extract-plugin": "2.9.1", + "mocha": "10.7.3", "moment": "^2.29.4", "ng-packagr": "16.2.3", - "nock": "^13.3.8", + "nock": "13.5.5", "npm-run-all": "^4.1.5", "nx": "16.10.0", - "postcss": "^8.4.31", + "postcss": "8.4.41", "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", + "rimraf": "5.0.10", "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", + "storybook": "^8.2.9", + "stylelint": "16.8.2", "stylelint-config-standard-scss": "^13.1.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.1.1", "typescript": "5.1.6", "webdriver-manager": "12.1.9", - "webpack": "^5.94.0", + "webpack": "5.94.0", "webpack-cli": "^5.1.4" }, "engines": { @@ -169,15 +170,14 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "7.0.0-alpha.2", + "version": "6.9.0", "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 + "integrity": "sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==" }, "node_modules/@alfresco/eslint-plugin-eslint-angular": { "resolved": "lib/eslint-angular", @@ -1553,9 +1553,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.1.tgz", - "integrity": "sha512-fVuAi7ufRt2apIEYV18upvykw5JD+CwHAThxZkclby4phWCXtO4LD39Z0sk0+4i+j7oZ+jOofEkO1XGDDomZvQ==", + "version": "3.11.4", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.4.tgz", + "integrity": "sha512-bmgYKkULpym8wt8aXlAZ1heaYo0skLJ5ru0qJ+JCRoo03Pe+yIDbBCnqlDw6Mjj76hFkDw3HwFMgZC2Hxp30Mg==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", @@ -1613,9 +1613,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz", - "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz", + "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==", "engines": { "node": ">=6.9.0" } @@ -1719,18 +1719,16 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz", + "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==", "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.24.7", + "@babel/helper-replace-supers": "^7.25.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/traverse": "^7.25.4", "semver": "^6.3.1" }, "engines": { @@ -1751,17 +1749,6 @@ "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", @@ -1824,6 +1811,7 @@ "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==", + "dev": true, "dependencies": { "@babel/types": "^7.24.7" }, @@ -1831,31 +1819,6 @@ "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", @@ -2085,11 +2048,11 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", - "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.4.tgz", + "integrity": "sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==", "dependencies": { - "@babel/types": "^7.25.2" + "@babel/types": "^7.25.4" }, "bin": { "parser": "bin/babel-parser.js" @@ -2268,7 +2231,7 @@ "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2554,14 +2517,14 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz", + "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-remap-async-to-generator": "^7.25.0", "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/traverse": "^7.25.0" + "@babel/traverse": "^7.25.4" }, "engines": { "node": ">=6.9.0" @@ -2616,12 +2579,12 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz", + "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2647,15 +2610,15 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz", - "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz", + "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-replace-supers": "^7.25.0", - "@babel/traverse": "^7.25.0", + "@babel/traverse": "^7.25.4", "globals": "^11.1.0" }, "engines": { @@ -3111,12 +3074,12 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz", + "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -3369,12 +3332,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz", + "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -3692,15 +3655,15 @@ } }, "node_modules/@babel/traverse": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", - "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.4.tgz", + "integrity": "sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.3", + "@babel/generator": "^7.25.4", + "@babel/parser": "^7.25.4", "@babel/template": "^7.25.0", - "@babel/types": "^7.25.2", + "@babel/types": "^7.25.4", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -3709,11 +3672,11 @@ } }, "node_modules/@babel/traverse/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==", + "version": "7.25.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", + "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -3736,9 +3699,9 @@ } }, "node_modules/@babel/types": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", - "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.4.tgz", + "integrity": "sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==", "dependencies": { "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", @@ -3761,9 +3724,9 @@ "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==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-1.7.0.tgz", + "integrity": "sha512-0aAkSaNsHaJL37/r+TIbpKjCouIysvoJno61LzUSs1xW4fpxF7gdr8xwIOONQjEsz2Fa0uFHXmzkFYcH6o8kmA==", "dev": true, "dependencies": { "chromatic": "^11.4.0", @@ -4216,9 +4179,9 @@ } }, "node_modules/@csstools/css-parser-algorithms": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz", + "integrity": "sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==", "dev": true, "funding": [ { @@ -4231,16 +4194,16 @@ } ], "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" }, "peerDependencies": { - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-tokenizer": "^3.0.1" } }, "node_modules/@csstools/css-tokenizer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz", + "integrity": "sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==", "dev": true, "funding": [ { @@ -4253,13 +4216,13 @@ } ], "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" } }, "node_modules/@csstools/media-query-list-parser": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz", + "integrity": "sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==", "dev": true, "funding": [ { @@ -4272,17 +4235,17 @@ } ], "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" }, "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1" + "@csstools/css-parser-algorithms": "^3.0.1", + "@csstools/css-tokenizer": "^3.0.1" } }, "node_modules/@csstools/selector-specificity": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz", - "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz", + "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==", "dev": true, "funding": [ { @@ -4295,10 +4258,10 @@ } ], "engines": { - "node": "^14 || ^16 || >=18" + "node": ">=18" }, "peerDependencies": { - "postcss-selector-parser": "^6.0.13" + "postcss-selector-parser": "^6.1.0" } }, "node_modules/@discoveryjs/json-ext": { @@ -4330,9 +4293,9 @@ } }, "node_modules/@editorjs/editorjs": { - "version": "2.30.2", - "resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.30.2.tgz", - "integrity": "sha512-JjtUDs2/aHTEjNZzEf/2cugpIli1+aNeU8mloOd5USbVxv2vC02HTMpv7Vc1UyB7dIuc45JaYSJwgnBZp9duhA==", + "version": "2.30.5", + "resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.30.5.tgz", + "integrity": "sha512-sE7m/UPbuf+nSGjv9cmWggFsfvtYlgEX7PCby2lZWvOsOLbRxuLT+ZYlwbWshD+8BFJwiAmBj9e+ScZcOjCzeg==", "dev": true }, "node_modules/@editorjs/header": { @@ -5045,7 +5008,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dev": true, + "devOptional": true, "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", @@ -5061,7 +5024,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, + "devOptional": true, "dependencies": { "sprintf-js": "~1.0.2" } @@ -5070,7 +5033,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, + "devOptional": true, "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -5083,7 +5046,7 @@ "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, + "devOptional": true, "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -5096,7 +5059,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, + "devOptional": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -5108,7 +5071,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, + "devOptional": true, "dependencies": { "p-try": "^2.0.0" }, @@ -5123,7 +5086,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, + "devOptional": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -5135,13 +5098,13 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true + "devOptional": true }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -5219,7 +5182,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", @@ -5234,7 +5197,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", - "dev": true, + "devOptional": true, "dependencies": { "expect": "^29.7.0", "jest-snapshot": "^29.7.0" @@ -5247,7 +5210,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "dev": true, + "devOptional": true, "dependencies": { "jest-get-type": "^29.6.3" }, @@ -5259,7 +5222,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/types": "^29.6.3", "@sinonjs/fake-timers": "^10.0.2", @@ -5276,7 +5239,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -5419,7 +5382,6 @@ "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "dev": true, "dependencies": { "@sinclair/typebox": "^0.27.8" }, @@ -5475,7 +5437,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/core": "^7.11.6", "@jest/types": "^29.6.3", @@ -5501,7 +5463,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -5516,7 +5478,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5532,13 +5494,13 @@ "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 + "devOptional": true }, "node_modules/@jest/transform/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, + "devOptional": true, "engines": { "node": ">=8" } @@ -5547,7 +5509,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -5559,7 +5521,7 @@ "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", @@ -5576,7 +5538,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -5591,7 +5553,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5607,7 +5569,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -5616,7 +5578,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -6955,12 +6917,12 @@ } }, "node_modules/@nrwl/storybook": { - "version": "19.5.6", - "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-19.5.6.tgz", - "integrity": "sha512-xEAnwp16NKBXZ8nqXFiFjJFFc8SzWY+oRoXQTkR7mUV7kKnaeFK2mBq2JXygyRonRdrBjZIvsM7YzRRl3brlJQ==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-19.6.2.tgz", + "integrity": "sha512-f+GqM3ojVu+75CA6T18ZoLDEOH2EZUxYiKChFEkoL0nJeA9gEF/BXFltC02SQ+QZm7N4YXYuVba1J3u1JXfOoQ==", "dev": true, "dependencies": { - "@nx/storybook": "19.5.6" + "@nx/storybook": "19.6.2" } }, "node_modules/@nrwl/tao": { @@ -7155,14 +7117,14 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.6.2.tgz", + "integrity": "sha512-uKlnzn88KY2CfoV0SaCs1htncjtttT15gLre/su9nn1/YB+udZuZY+C3Gymg9HwQddtO6qzftKtb6r9Lh9pGjg==", "dev": true, "dependencies": { - "@nx/devkit": "19.5.6", - "@nx/js": "19.5.6", - "@nx/linter": "19.5.6", + "@nx/devkit": "19.6.2", + "@nx/js": "19.6.2", + "@nx/linter": "19.6.2", "semver": "^7.5.3", "tslib": "^2.3.0", "typescript": "~5.4.2" @@ -7432,12 +7394,12 @@ } }, "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==", + "version": "7.25.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", + "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", "dev": true, "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -7464,15 +7426,15 @@ } }, "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz", + "integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, @@ -7493,12 +7455,12 @@ } }, "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", + "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.25.2", + "@babel/compat-data": "^7.25.4", "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", @@ -7527,13 +7489,13 @@ "@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-generator-functions": "^7.25.4", "@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-properties": "^7.25.4", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-classes": "^7.25.4", "@babel/plugin-transform-computed-properties": "^7.24.7", "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", @@ -7561,7 +7523,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-methods": "^7.25.4", "@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", @@ -7574,10 +7536,10 @@ "@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/plugin-transform-unicode-sets-regex": "^7.25.4", "@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-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "core-js-compat": "^3.37.1", "semver": "^6.3.1" @@ -7627,30 +7589,30 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.2.tgz", + "integrity": "sha512-1caQTLJBcvOLDZpB3yHY0zczcaaOh044MeegS0oyllPYYbCi6PiJK33HC8qoH1TGiahT6+VxSFN7OYnD3QK4vQ==", "dev": true, "dependencies": { - "@nx/devkit": "19.5.6" + "@nx/devkit": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.2.tgz", + "integrity": "sha512-C5BEZxgRkgUz/D3Yc5B7NkfugldCslBTfRJKhUOBKrZ1e7/hXE/N7iEgrHrN9TNHiaX0X0HRRdMax6uLbINvLw==", "dev": true, "dependencies": { - "@nx/js": "19.5.6" + "@nx/js": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.2.tgz", + "integrity": "sha512-DcqpaKpkUbF+J2kVRoLtYZOFpr8mu4+fHiKIjrdliKVabSOzekwRAx0DN+VZdpUoaZ2+5W+F8RFhSak1216ZCg==", "dev": true, "dependencies": { - "nx": "19.5.6", + "nx": "19.6.2", "tslib": "^2.3.0" }, "bin": { @@ -7658,21 +7620,21 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.2.tgz", + "integrity": "sha512-p5iHFZG4WIpsZjLRB4ZrhwBRlPjj++1yxzYOw+kJmKRQ4hcMhv63VB9X6w/mDpsWD9kfzMs3wBMfkg7SDph+3g==", "dev": true, "dependencies": { - "@nx/workspace": "19.5.6" + "@nx/workspace": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.2.tgz", + "integrity": "sha512-fyZ+z0CnpXsGbnOTgsxwjOJH/K1cgSkhyHSOW3BcIvncx4Q4o8Y74flRz2mrZLJeURBs+IelYI2REkCPdba2cg==", "dev": true, "dependencies": { - "@nrwl/devkit": "19.5.6", + "@nrwl/devkit": "19.6.2", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -7687,9 +7649,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.2.tgz", + "integrity": "sha512-4YXnlla7cP5dD1pElTlSx5ZmqwHHDvdte+zr61MVf6F0iSP4z74pZsfGG5BZn7oa8R8pW+5pefoHyT3XLtfe3A==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", @@ -7699,9 +7661,9 @@ "@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", + "@nrwl/js": "19.6.2", + "@nx/devkit": "19.6.2", + "@nx/workspace": "19.6.2", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", @@ -7712,6 +7674,7 @@ "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", + "jsonc-parser": "3.2.0", "minimatch": "9.0.3", "npm-package-arg": "11.0.1", "npm-run-path": "^4.0.1", @@ -7732,18 +7695,18 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.6.2.tgz", + "integrity": "sha512-TfrU4ULI/JvbjwQO3j6N9ro1GMEttNZrqiguuUGJOiSSPUjIXI+8hEPacbXFhvdpL9yzLFwHx8GV1z7sATs3Hg==", "dev": true, "dependencies": { - "@nx/eslint": "19.5.6" + "@nx/eslint": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.2.tgz", + "integrity": "sha512-WCt9bK5CiuXiiE/8ivoeOEy3J2xYx2Eduea+8PdyK+21FzWakSV4GK0DUfC/dmLPyc+osx2kpmVO+l4HVBIEJw==", "cpu": [ "arm64" ], @@ -7757,9 +7720,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.2.tgz", + "integrity": "sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==", "cpu": [ "x64" ], @@ -7773,9 +7736,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.2.tgz", + "integrity": "sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==", "cpu": [ "x64" ], @@ -7789,9 +7752,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.2.tgz", + "integrity": "sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==", "cpu": [ "arm" ], @@ -7805,9 +7768,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.2.tgz", + "integrity": "sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==", "cpu": [ "arm64" ], @@ -7821,9 +7784,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.2.tgz", + "integrity": "sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==", "cpu": [ "arm64" ], @@ -7837,9 +7800,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.2.tgz", + "integrity": "sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==", "cpu": [ "x64" ], @@ -7853,9 +7816,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.2.tgz", + "integrity": "sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==", "cpu": [ "x64" ], @@ -7869,9 +7832,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.2.tgz", + "integrity": "sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==", "cpu": [ "arm64" ], @@ -7885,9 +7848,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.2.tgz", + "integrity": "sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==", "cpu": [ "x64" ], @@ -7901,16 +7864,16 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.2.tgz", + "integrity": "sha512-L2gHov2A0/fUOHEZHT45TI59dYLBuX0hQR90Js0sxKP8eWiIApNLB9URYKr6ZmkMIydPMXgTUx6oEzHSpza7Tw==", "dev": true, "dependencies": { - "@nrwl/workspace": "19.5.6", - "@nx/devkit": "19.5.6", + "@nrwl/workspace": "19.6.2", + "@nx/devkit": "19.6.2", "chalk": "^4.1.0", "enquirer": "~2.3.6", - "nx": "19.5.6", + "nx": "19.6.2", "tslib": "^2.3.0", "yargs-parser": "21.1.1" } @@ -7931,9 +7894,9 @@ } }, "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==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dev": true, "dependencies": { "follow-redirects": "^1.15.6", @@ -7953,13 +7916,13 @@ } }, "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==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -8164,18 +8127,18 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.2.tgz", + "integrity": "sha512-uUC9glC/QDsDhfOSzWl1id9rfUVepVwLhwBGRMeO5K6+Tju7qAsRGZ2NGPoUz6J1AZuWtlKZcr+MOSK2U4+2wQ==", "dev": true, "hasInstallScript": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.5.6", + "@nrwl/tao": "19.6.2", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", - "axios": "^1.7.2", + "axios": "^1.7.4", "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", @@ -8211,16 +8174,16 @@ "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" + "@nx/nx-darwin-arm64": "19.6.2", + "@nx/nx-darwin-x64": "19.6.2", + "@nx/nx-freebsd-x64": "19.6.2", + "@nx/nx-linux-arm-gnueabihf": "19.6.2", + "@nx/nx-linux-arm64-gnu": "19.6.2", + "@nx/nx-linux-arm64-musl": "19.6.2", + "@nx/nx-linux-x64-gnu": "19.6.2", + "@nx/nx-linux-x64-musl": "19.6.2", + "@nx/nx-win32-arm64-msvc": "19.6.2", + "@nx/nx-win32-x64-msvc": "19.6.2" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -8973,16 +8936,16 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/storybook/-/storybook-19.6.2.tgz", + "integrity": "sha512-1LLTxOPcS98GtxCXMB/F/1wZGyn0Lk9u7e3L98iZsJArWDjcLz9dqFRk5hdmRsXH3+cDqKten8XsBCGK9/hwTA==", "dev": true, "dependencies": { - "@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", + "@nrwl/storybook": "19.6.2", + "@nx/cypress": "19.6.2", + "@nx/devkit": "19.6.2", + "@nx/eslint": "19.6.2", + "@nx/js": "19.6.2", "@phenomnomnominal/tsquery": "~5.0.1", "semver": "^7.5.3", "tslib": "^2.3.0" @@ -9028,12 +8991,12 @@ } }, "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==", + "version": "7.25.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", + "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", "dev": true, "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -9060,15 +9023,15 @@ } }, "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz", + "integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, @@ -9089,12 +9052,12 @@ } }, "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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", + "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.25.2", + "@babel/compat-data": "^7.25.4", "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", @@ -9123,13 +9086,13 @@ "@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-generator-functions": "^7.25.4", "@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-properties": "^7.25.4", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-classes": "^7.25.4", "@babel/plugin-transform-computed-properties": "^7.24.7", "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", @@ -9157,7 +9120,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-methods": "^7.25.4", "@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", @@ -9170,10 +9133,10 @@ "@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/plugin-transform-unicode-sets-regex": "^7.25.4", "@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-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "core-js-compat": "^3.37.1", "semver": "^6.3.1" @@ -9223,39 +9186,39 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-19.6.2.tgz", + "integrity": "sha512-mKhLb1QoBUr9M8z26lKkhFbFrI5gEBPOrziCax+LB7KKgUT6hIiagCe/dz/0WBlH0czMXsCsTGP6BAMxLUIPxA==", "dev": true, "dependencies": { - "@nx/cypress": "19.5.6" + "@nx/cypress": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.2.tgz", + "integrity": "sha512-1caQTLJBcvOLDZpB3yHY0zczcaaOh044MeegS0oyllPYYbCi6PiJK33HC8qoH1TGiahT6+VxSFN7OYnD3QK4vQ==", "dev": true, "dependencies": { - "@nx/devkit": "19.5.6" + "@nx/devkit": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.2.tgz", + "integrity": "sha512-C5BEZxgRkgUz/D3Yc5B7NkfugldCslBTfRJKhUOBKrZ1e7/hXE/N7iEgrHrN9TNHiaX0X0HRRdMax6uLbINvLw==", "dev": true, "dependencies": { - "@nx/js": "19.5.6" + "@nx/js": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.2.tgz", + "integrity": "sha512-DcqpaKpkUbF+J2kVRoLtYZOFpr8mu4+fHiKIjrdliKVabSOzekwRAx0DN+VZdpUoaZ2+5W+F8RFhSak1216ZCg==", "dev": true, "dependencies": { - "nx": "19.5.6", + "nx": "19.6.2", "tslib": "^2.3.0" }, "bin": { @@ -9263,24 +9226,24 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.2.tgz", + "integrity": "sha512-p5iHFZG4WIpsZjLRB4ZrhwBRlPjj++1yxzYOw+kJmKRQ4hcMhv63VB9X6w/mDpsWD9kfzMs3wBMfkg7SDph+3g==", "dev": true, "dependencies": { - "@nx/workspace": "19.5.6" + "@nx/workspace": "19.6.2" } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/cypress/-/cypress-19.6.2.tgz", + "integrity": "sha512-d3Z1V+BPyGOZ4yQWHfPIf9a17oQpWtwXuAY3IQ4zuHIU0gm9/2Bs9BsE+tczGBgPKq8pVwsPWNn+QVL2gYycdw==", "dev": true, "dependencies": { - "@nrwl/cypress": "19.5.6", - "@nx/devkit": "19.5.6", - "@nx/eslint": "19.5.6", - "@nx/js": "19.5.6", + "@nrwl/cypress": "19.6.2", + "@nx/devkit": "19.6.2", + "@nx/eslint": "19.6.2", + "@nx/js": "19.6.2", "@phenomnomnominal/tsquery": "~5.0.1", "detect-port": "^1.5.1", "tslib": "^2.3.0" @@ -9295,12 +9258,12 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.2.tgz", + "integrity": "sha512-fyZ+z0CnpXsGbnOTgsxwjOJH/K1cgSkhyHSOW3BcIvncx4Q4o8Y74flRz2mrZLJeURBs+IelYI2REkCPdba2cg==", "dev": true, "dependencies": { - "@nrwl/devkit": "19.5.6", + "@nrwl/devkit": "19.6.2", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -9315,9 +9278,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.2.tgz", + "integrity": "sha512-4YXnlla7cP5dD1pElTlSx5ZmqwHHDvdte+zr61MVf6F0iSP4z74pZsfGG5BZn7oa8R8pW+5pefoHyT3XLtfe3A==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", @@ -9327,9 +9290,9 @@ "@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", + "@nrwl/js": "19.6.2", + "@nx/devkit": "19.6.2", + "@nx/workspace": "19.6.2", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", @@ -9340,6 +9303,7 @@ "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", + "jsonc-parser": "3.2.0", "minimatch": "9.0.3", "npm-package-arg": "11.0.1", "npm-run-path": "^4.0.1", @@ -9360,9 +9324,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.2.tgz", + "integrity": "sha512-WCt9bK5CiuXiiE/8ivoeOEy3J2xYx2Eduea+8PdyK+21FzWakSV4GK0DUfC/dmLPyc+osx2kpmVO+l4HVBIEJw==", "cpu": [ "arm64" ], @@ -9376,9 +9340,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.2.tgz", + "integrity": "sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==", "cpu": [ "x64" ], @@ -9392,9 +9356,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.2.tgz", + "integrity": "sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==", "cpu": [ "x64" ], @@ -9408,9 +9372,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.2.tgz", + "integrity": "sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==", "cpu": [ "arm" ], @@ -9424,9 +9388,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.2.tgz", + "integrity": "sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==", "cpu": [ "arm64" ], @@ -9440,9 +9404,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.2.tgz", + "integrity": "sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==", "cpu": [ "arm64" ], @@ -9456,9 +9420,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.2.tgz", + "integrity": "sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==", "cpu": [ "x64" ], @@ -9472,9 +9436,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.2.tgz", + "integrity": "sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==", "cpu": [ "x64" ], @@ -9488,9 +9452,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.2.tgz", + "integrity": "sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==", "cpu": [ "arm64" ], @@ -9504,9 +9468,9 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.2.tgz", + "integrity": "sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==", "cpu": [ "x64" ], @@ -9520,16 +9484,16 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.2.tgz", + "integrity": "sha512-L2gHov2A0/fUOHEZHT45TI59dYLBuX0hQR90Js0sxKP8eWiIApNLB9URYKr6ZmkMIydPMXgTUx6oEzHSpza7Tw==", "dev": true, "dependencies": { - "@nrwl/workspace": "19.5.6", - "@nx/devkit": "19.5.6", + "@nrwl/workspace": "19.6.2", + "@nx/devkit": "19.6.2", "chalk": "^4.1.0", "enquirer": "~2.3.6", - "nx": "19.5.6", + "nx": "19.6.2", "tslib": "^2.3.0", "yargs-parser": "21.1.1" } @@ -9550,9 +9514,9 @@ } }, "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==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dev": true, "dependencies": { "follow-redirects": "^1.15.6", @@ -9572,13 +9536,13 @@ } }, "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==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -9783,18 +9747,18 @@ } }, "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==", + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.2.tgz", + "integrity": "sha512-uUC9glC/QDsDhfOSzWl1id9rfUVepVwLhwBGRMeO5K6+Tju7qAsRGZ2NGPoUz6J1AZuWtlKZcr+MOSK2U4+2wQ==", "dev": true, "hasInstallScript": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.5.6", + "@nrwl/tao": "19.6.2", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", - "axios": "^1.7.2", + "axios": "^1.7.4", "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", @@ -9830,16 +9794,16 @@ "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" + "@nx/nx-darwin-arm64": "19.6.2", + "@nx/nx-darwin-x64": "19.6.2", + "@nx/nx-freebsd-x64": "19.6.2", + "@nx/nx-linux-arm-gnueabihf": "19.6.2", + "@nx/nx-linux-arm64-gnu": "19.6.2", + "@nx/nx-linux-arm64-musl": "19.6.2", + "@nx/nx-linux-x64-gnu": "19.6.2", + "@nx/nx-linux-x64-musl": "19.6.2", + "@nx/nx-win32-arm64-msvc": "19.6.2", + "@nx/nx-win32-x64-msvc": "19.6.2" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -10475,12 +10439,12 @@ } }, "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==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz", + "integrity": "sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==", "dev": true, "dependencies": { - "playwright": "1.45.3" + "playwright": "1.46.1" }, "bin": { "playwright": "cli.js" @@ -10710,8 +10674,7 @@ "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, "node_modules/@sindresorhus/merge-streams": { "version": "2.3.0", @@ -10728,7 +10691,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", - "dev": true, + "devOptional": true, "dependencies": { "type-detect": "4.0.8" } @@ -10737,7 +10700,7 @@ "version": "10.3.0", "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", - "dev": true, + "devOptional": true, "dependencies": { "@sinonjs/commons": "^3.0.0" } @@ -10749,9 +10712,9 @@ "dev": true }, "node_modules/@storybook/addon-actions": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.7.tgz", - "integrity": "sha512-wDnMGGmaogAForkNncfCx8BEDiwxeK8zC0lj8HkRPUuH6vTr81U5RIb12Wa2TnnNKLKMFAtyPSnofHf3OAfzZQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.9.tgz", + "integrity": "sha512-eh2teOqjga7aoClDVV+/b1gHJqsPwjiU1t+Hg/l4i2CkaBUNdYMEL90nR6fgReOdvvL5YhcPwJ8w38f9TrQcoQ==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10765,13 +10728,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-backgrounds": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.7.tgz", - "integrity": "sha512-kEL3kzYB0qNfpznchlGBnQm4iydyzdTYDPlCFsKUAxfUmJFnpz2H52Sl5lB+qJC/4OREp1Usltag7cUjeuyzMQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.9.tgz", + "integrity": "sha512-eGmZAd742ORBbQ6JepzBCko/in62T4Xg9j9LVa+Cvz/7L1C/RQSuU6sUwbRAsXaz+PMVDksPDCUUNsXl3zUL7w==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10783,13 +10746,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-controls": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.7.tgz", - "integrity": "sha512-u3MruX0Zh6l1iNkoJdXwx+zPVqpDKypVrC0YdN3qQ3+mtTwqt35rgetYqtOkDnJ8mXKxo8A5giERKPIyzH9iBA==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.9.tgz", + "integrity": "sha512-vaSE78KOE7SO0GrW4e+mdQphSNpvCX/FGybIRxyaKX9h8smoyUwRNHVyCS3ROHTwH324QWu7GDzsOVrnyXOv0A==", "dev": true, "dependencies": { "dequal": "^2.0.2", @@ -10801,21 +10764,21 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-docs": { - "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==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-8.2.9.tgz", + "integrity": "sha512-flDOxFIGmXg+6lVdwTLMOKsGob1WrT7rG98mn1SNW0Nxhg3Wg+9pQuq1GLxEzKtAgSflmu+xcBRfYhsogyDXkw==", "dev": true, "dependencies": { "@babel/core": "^7.24.4", "@mdx-js/react": "^3.0.0", - "@storybook/blocks": "8.2.7", - "@storybook/csf-plugin": "8.2.7", + "@storybook/blocks": "8.2.9", + "@storybook/csf-plugin": "8.2.9", "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "8.2.7", + "@storybook/react-dom-shim": "8.2.9", "@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", @@ -10829,7 +10792,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-docs/node_modules/@babel/core": { @@ -10863,12 +10826,12 @@ } }, "node_modules/@storybook/addon-docs/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==", + "version": "7.25.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", + "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", "dev": true, "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -10907,20 +10870,20 @@ } }, "node_modules/@storybook/addon-essentials": { - "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.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", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-8.2.9.tgz", + "integrity": "sha512-B2d3eznGZvPIyCVtYX0UhrYcEfK+3Y2sACmEWpSwtk8KXomFEsZnD95m397BYDRw3/X6qeSLWxqgMfqDTEDeMA==", + "dev": true, + "dependencies": { + "@storybook/addon-actions": "8.2.9", + "@storybook/addon-backgrounds": "8.2.9", + "@storybook/addon-controls": "8.2.9", + "@storybook/addon-docs": "8.2.9", + "@storybook/addon-highlight": "8.2.9", + "@storybook/addon-measure": "8.2.9", + "@storybook/addon-outline": "8.2.9", + "@storybook/addon-toolbars": "8.2.9", + "@storybook/addon-viewport": "8.2.9", "ts-dedent": "^2.0.0" }, "funding": { @@ -10928,13 +10891,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-highlight": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.7.tgz", - "integrity": "sha512-YhiLtyJ3NBNV3FQoQo8RFjj59QGSmmeSwRvCjoac6No2DY5vkMW5a8mW6ORr6QYd7ratRNtd3AsPqksZIehRwQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.9.tgz", + "integrity": "sha512-qdcazeNQoo9QKIq+LJJZZXvFZoLn+i4uhbt1Uf9WtW6oU/c1qxORGVD7jc3zsxbQN9nROVPbJ76sfthogxeqWA==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0" @@ -10944,13 +10907,32 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" + } + }, + "node_modules/@storybook/addon-interactions": { + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-interactions/-/addon-interactions-8.2.9.tgz", + "integrity": "sha512-oSxBkqpmp1Vm9v/G8mZeFNXD8k6T1NMgzUWzAx7R5m31rfObhoi5Fo1bKQT5BAhSSsdjjd7owTAFKdhwSotSKg==", + "dependencies": { + "@storybook/global": "^5.0.0", + "@storybook/instrumenter": "8.2.9", + "@storybook/test": "8.2.9", + "polished": "^4.2.2", + "ts-dedent": "^2.2.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-measure": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.7.tgz", - "integrity": "sha512-cS5njwlzrgrUjigUKjhbgJMT8bhPmVDK3FwrQqGhw6xYP4cd9/YBJ4RLNPWhOgGJ+EUTz7eFZ/Rkli5mNrhYcQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.9.tgz", + "integrity": "sha512-XUfQtYRKWB2dfbPRmHuos816wt1JrLbtRld5ZC8J8ljeqZ4hFBPTQcgI5GAzZqjQuclLC0KuhlA/0bKxdxMMGA==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10961,13 +10943,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-outline": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.7.tgz", - "integrity": "sha512-oFSo3o5eEUSsdGUSPV22pGoJ5lL0PGcqjcee2hyl0Rc60ovsnB1BEGOoaGk7/bmkywMxRZm8D6j85V8HftA/kg==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.9.tgz", + "integrity": "sha512-p22kI4W7MT0YJOCmg/FfhfH+NpZEDA5tgwstjazSg4ertyhaxziMwWZWiK2JCg0gOAfRJjoYjHz+6/u56iXwgQ==", "dev": true, "dependencies": { "@storybook/global": "^5.0.0", @@ -10978,26 +10960,26 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-toolbars": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.7.tgz", - "integrity": "sha512-lEq0/uiogQSxS8pM5AqIexPiG2mudHUxgBiVWSspbTQDUbGBUxB64VYeYERat50N/GyS2iCymlfSkC+OUXaYLQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.9.tgz", + "integrity": "sha512-9LMZZ2jRD86Jh6KXedDbAYs4eHj9HtJA9VhSEE2wiqMGwXozpySi7B1GWniNzmFfcgMQ4JHfmD/OrBVTK7Ca/w==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/addon-viewport": { - "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==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-8.2.9.tgz", + "integrity": "sha512-lyM24+DJEt8R0YZkJKee34NQWv0REACU6lYDalqJNdKS1sEwzLGWxg1hZXnw2JFdBID9NGVvyYU2w6LDozOB0g==", "dev": true, "dependencies": { "memoizerific": "^1.11.3" @@ -11007,22 +10989,22 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/angular": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/angular/-/angular-8.2.7.tgz", - "integrity": "sha512-gn3t8NriPhL0WHuwuJde+uINUQPlCxKNndrKg3pU5VkN538gNSZNJskF9S9UlpwQIXnabPxQ7XZVEXrrUL91gQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/angular/-/angular-8.2.9.tgz", + "integrity": "sha512-E2rmWJOgwHa2SASsTuJMIV/eNywTz8TloRHld2BfoZCBmox8Wf9PrcnyPQ8BmmJUygfs2Vrh3wmrqzrdB8oTHw==", "dev": true, "dependencies": { - "@storybook/builder-webpack5": "8.2.7", - "@storybook/components": "^8.2.7", - "@storybook/core-webpack": "8.2.7", + "@storybook/builder-webpack5": "8.2.9", + "@storybook/components": "^8.2.9", + "@storybook/core-webpack": "8.2.9", "@storybook/global": "^5.0.0", - "@storybook/manager-api": "^8.2.7", - "@storybook/preview-api": "^8.2.7", - "@storybook/theming": "^8.2.7", + "@storybook/manager-api": "^8.2.9", + "@storybook/preview-api": "^8.2.9", + "@storybook/theming": "^8.2.9", "@types/node": "^18.0.0", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", @@ -11057,7 +11039,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.7", + "storybook": "^8.2.9", "typescript": "^4.0.0 || ^5.0.0", "zone.js": ">= 0.11.1 < 1.0.0" }, @@ -11143,9 +11125,9 @@ } }, "node_modules/@storybook/blocks": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.7.tgz", - "integrity": "sha512-lZB4EzmY4ftgubkf7hmkALEhmfMhRkDRD5QjrgTZLRpdVXPzFUyljgLlTBhv34YTN+ZLYK618/4uSVJBpgoKeQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.9.tgz", + "integrity": "sha512-5276q/s/UL8arwftuBXovUNHqYo/HPQFMGXEmjVVAMXUyFjzEAfKj3+xU897J6AuL+7XVZG32WnqA+X6LJMrcQ==", "dev": true, "dependencies": { "@storybook/csf": "0.1.11", @@ -11170,7 +11152,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.7" + "storybook": "^8.2.9" }, "peerDependenciesMeta": { "react": { @@ -11182,12 +11164,12 @@ } }, "node_modules/@storybook/builder-webpack5": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.7.tgz", - "integrity": "sha512-3SWN0X6qB14jnCrpMWd5tCshxzLEcRK5Sw/vBIW9HUsUx9OVMPxWp+Ti6NZHqj6FfHVbJb+qOwHl493JAJaFdg==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.9.tgz", + "integrity": "sha512-D3oYk4LkteWZ3QLcdUTu/0rUvVNUp/bWwEKAycZDr2uFCOhv8VoS2/l/TaHjn3wpyWpVVKS6GgdP72K++YVufg==", "dev": true, "dependencies": { - "@storybook/core-webpack": "8.2.7", + "@storybook/core-webpack": "8.2.9", "@types/node": "^18.0.0", "@types/semver": "^7.3.4", "browser-assert": "^1.2.1", @@ -11220,7 +11202,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" }, "peerDependenciesMeta": { "typescript": { @@ -11229,9 +11211,9 @@ } }, "node_modules/@storybook/builder-webpack5/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==", + "version": "18.19.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.45.tgz", + "integrity": "sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -11418,14 +11400,14 @@ } }, "node_modules/@storybook/codemod": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.7.tgz", - "integrity": "sha512-D2sJcZMUO6Y7DNja4LvdT6uBee4bZbQKB904kEG9Kpr0XF20IHAP9BbkfG8HEFaS0GbJwvGvE03Sg+S1y+vO6Q==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.9.tgz", + "integrity": "sha512-3yRx1lFMm1FXWVv+CKDiYM4gOQPEfpcZAQrjfcumxSDUrB091pnU1PeI92Prj3vCdi4+0oPNuN4yDGNUYTMP/A==", "dependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", "@babel/types": "^7.24.0", - "@storybook/core": "8.2.7", + "@storybook/core": "8.2.9", "@storybook/csf": "0.1.11", "@types/cross-spawn": "^6.0.2", "cross-spawn": "^7.0.3", @@ -11471,11 +11453,11 @@ } }, "node_modules/@storybook/codemod/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==", + "version": "7.25.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", + "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -11501,11 +11483,11 @@ } }, "node_modules/@storybook/codemod/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==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", + "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", "dependencies": { - "@babel/compat-data": "^7.25.2", + "@babel/compat-data": "^7.25.4", "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", @@ -11534,13 +11516,13 @@ "@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-generator-functions": "^7.25.4", "@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-properties": "^7.25.4", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-classes": "^7.25.4", "@babel/plugin-transform-computed-properties": "^7.24.7", "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", @@ -11568,7 +11550,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-methods": "^7.25.4", "@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", @@ -11581,10 +11563,10 @@ "@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/plugin-transform-unicode-sets-regex": "^7.25.4", "@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-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "core-js-compat": "^3.37.1", "semver": "^6.3.1" @@ -11623,12 +11605,12 @@ } }, "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==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -11729,22 +11711,22 @@ } }, "node_modules/@storybook/components": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-8.2.7.tgz", - "integrity": "sha512-FXhnoHl9S+tKSFc62iUG3EWplQP9ojGQaSMhqP4QTus6xmo53oSsPzuTPQilKVHkGxFQW8eGgKKsfHw3G2NT2g==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/components/-/components-8.2.9.tgz", + "integrity": "sha512-OkkcZ/f/6o3GdFEEK9ZHKIGHWUHmavZUYs5xaSgU64bOrA2aqEFtfeWWitZYTv3Euhk8MVLWfyEMDfez0AlvDg==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/core": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.2.7.tgz", - "integrity": "sha512-vgw5MYN9Bq2/ZsObCOEHbBHwi4RpbYCHPFtKkr4kTnWID++FCSiSVd7jY3xPvcNxWqCxOyH6dThpBi+SsB/ZAA==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.2.9.tgz", + "integrity": "sha512-wSER8FpA6Il/jPyDfKm3yohxDtuhisNPTonMVzd3ulNWR4zERLddyO3HrHJJwdqYHLNk4SBFzwMGpQZVws1y0w==", "dependencies": { "@storybook/csf": "0.1.11", "@types/express": "^4.17.21", @@ -11764,22 +11746,22 @@ } }, "node_modules/@storybook/core-server": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-8.2.7.tgz", - "integrity": "sha512-eZTV5CAbhXu5VErqUWt9O/nMEviRT10ivHplb7ftD1nHIHmBY7leEBlESYJF4ddxzWgfw0e9xTh+v5k0l7PfEA==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-8.2.9.tgz", + "integrity": "sha512-+BbicETGCPVoEpvsx/6HxEeGVy6pStUPUQDdAq5JGV9X4h6uZtSZk8FQfHK2nfoFLllbbwImNpFeJeKEs4xd9g==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/core-webpack": { - "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==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-8.2.9.tgz", + "integrity": "sha512-6yL1su+d8IOTU+UkZqM9SeBcVc/G6vUHLsMdlWNyVtRus2JTMmT0K0/ll56jrm/ym0y98cxUOA1jsImkBubP2Q==", "dev": true, "dependencies": { "@types/node": "^18.0.0", @@ -11790,22 +11772,22 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/core-webpack/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==", + "version": "18.19.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.45.tgz", + "integrity": "sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==", "dev": true, "dependencies": { "undici-types": "~5.26.4" } }, "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==", + "version": "18.19.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.45.tgz", + "integrity": "sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==", "dependencies": { "undici-types": "~5.26.4" } @@ -11819,9 +11801,9 @@ } }, "node_modules/@storybook/csf-plugin": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.7.tgz", - "integrity": "sha512-rBdplL6xcVJcuq+uM0eidomMQ5BtAlVAejYrOTNiqBk/zVh5JSvchYzYG9n6Fo2PdKLLKdlZ874zhsVuNriNBQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.9.tgz", + "integrity": "sha512-QQCFb3g12VQQEraDV1UfCmniGhQZKyT6oEt1Im6dzzPJj9NQk+6BjWoDep33CZhBHWoLryrMQd2fjuHxnFRNEA==", "dev": true, "dependencies": { "unplugin": "^1.3.1" @@ -11831,14 +11813,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/global": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz", - "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==", - "dev": true + "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==" }, "node_modules/@storybook/icons": { "version": "1.2.10", @@ -11853,36 +11834,53 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/@storybook/instrumenter": { + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/instrumenter/-/instrumenter-8.2.9.tgz", + "integrity": "sha512-+DNjTbsMzlDggsvkhRuOy7aGvQJ4oLCPgunP5Se/3yBjG+M2bYDa0EmC5jC2nwZ3ffpuvbzaVe7fWf7R8W9F2Q==", + "dependencies": { + "@storybook/global": "^5.0.0", + "@vitest/utils": "^1.3.1", + "util": "^0.12.4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "storybook": "^8.2.9" + } + }, "node_modules/@storybook/manager-api": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.7.tgz", - "integrity": "sha512-BXjz6eNl1GyFcMwzRQTIokslcIY71AYblJUscPcy03X93oqI0GjFVa1xuSMwYw/oXWn7SHhKmqtqEG19lvBGRQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.9.tgz", + "integrity": "sha512-mkYvUlfqDw+0WbxIynh5TcrotmoXlumEsOA4+45zuNea8XpEgj5cNBUCnmfEO6yQ85swqkS8YYbMpg1cZyu/Vw==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/preview-api": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.7.tgz", - "integrity": "sha512-lNZBTjZaYNSwBY8dEcDZdkOBvq1/JoVWpuvqDEKvGmp5usTe77xAOwGyncEb96Cx1BbXXkMiDrqbV5G23PFRYA==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.9.tgz", + "integrity": "sha512-D8/t+a78OJqQAcT/ABa1C4YM/OaLGQ9IvCsp3Q9ruUqDCwuZBj8bG3D4477dlY4owX2ycC0rWYu3VvuK0EmJjA==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" } }, "node_modules/@storybook/react-dom-shim": { - "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==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-8.2.9.tgz", + "integrity": "sha512-uCAjSQEsNk8somVn1j/I1G9G/uUax5byHseIIV0Eq3gVXttGd7gaWcP+TDHtqIaenWHx4l+hCSuCesxiLWmx4Q==", "dev": true, "funding": { "type": "opencollective", @@ -11891,19 +11889,250 @@ "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.7" + "storybook": "^8.2.9" + } + }, + "node_modules/@storybook/test": { + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/test/-/test-8.2.9.tgz", + "integrity": "sha512-O5JZ5S8UVVR7V0ru5AiF/uRO+srAVwji0Iik7ihy8gw3V91WQNMmJh2KkdhG0R1enYeBsYZlipOm+AW7f/MmOA==", + "dependencies": { + "@storybook/csf": "0.1.11", + "@storybook/instrumenter": "8.2.9", + "@testing-library/dom": "10.1.0", + "@testing-library/jest-dom": "6.4.5", + "@testing-library/user-event": "14.5.2", + "@vitest/expect": "1.6.0", + "@vitest/spy": "1.6.0", + "util": "^0.12.4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "storybook": "^8.2.9" } }, "node_modules/@storybook/theming": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.7.tgz", - "integrity": "sha512-+iqm0GfRkshrjjNSOzwl7AD2m+LtJGXJCr93ke1huDK497WUKbX1hbbw51h5E1tEkx0c2wIqUlaqCM+7XMYcpw==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.9.tgz", + "integrity": "sha512-OL0NFvowPX85N5zIYdgeKKaFm7V4Vgtci093vL3cDZT13LGH6GuEzJKkUFGuUGNPFlJc+EgTj0o6PYKrOLyQ6w==", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.7" + "storybook": "^8.2.9" + } + }, + "node_modules/@testing-library/dom": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", + "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@testing-library/dom/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==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@testing-library/dom/node_modules/aria-query": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/@testing-library/dom/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "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/@testing-library/dom/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/dom/node_modules/pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dependencies": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@testing-library/dom/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@testing-library/dom/node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + }, + "node_modules/@testing-library/dom/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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/jest-dom": { + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz", + "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==", + "dependencies": { + "@adobe/css-tools": "^4.3.2", + "@babel/runtime": "^7.9.2", + "aria-query": "^5.0.0", + "chalk": "^3.0.0", + "css.escape": "^1.5.1", + "dom-accessibility-api": "^0.6.3", + "lodash": "^4.17.21", + "redent": "^3.0.0" + }, + "engines": { + "node": ">=14", + "npm": ">=6", + "yarn": ">=1" + }, + "peerDependencies": { + "@jest/globals": ">= 28", + "@types/bun": "latest", + "@types/jest": ">= 28", + "jest": ">= 28", + "vitest": ">= 0.32" + }, + "peerDependenciesMeta": { + "@jest/globals": { + "optional": true + }, + "@types/bun": { + "optional": true + }, + "@types/jest": { + "optional": true + }, + "jest": { + "optional": true + }, + "vitest": { + "optional": true + } + } + }, + "node_modules/@testing-library/jest-dom/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==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@testing-library/jest-dom/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", + "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" + }, + "node_modules/@testing-library/jest-dom/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/jest-dom/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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/user-event": { + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", + "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "engines": { + "node": ">=12", + "npm": ">=6" + }, + "peerDependencies": { + "@testing-library/dom": ">=7.21.4" } }, "node_modules/@tootallnate/once": { @@ -12003,6 +12232,11 @@ "tslib": "^2.4.0" } }, + "node_modules/@types/aria-query": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", + "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + }, "node_modules/@types/babel__core": { "version": "7.20.5", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", @@ -12187,7 +12421,7 @@ "version": "4.1.9", "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", - "dev": true, + "devOptional": true, "dependencies": { "@types/node": "*" } @@ -12225,13 +12459,13 @@ "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "dev": true + "devOptional": true }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", - "dev": true, + "devOptional": true, "dependencies": { "@types/istanbul-lib-coverage": "*" } @@ -12240,7 +12474,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", - "dev": true, + "devOptional": true, "dependencies": { "@types/istanbul-lib-report": "*" } @@ -12313,11 +12547,11 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.14.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.12.tgz", - "integrity": "sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==", + "version": "20.16.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.1.tgz", + "integrity": "sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { @@ -12329,6 +12563,11 @@ "@types/node": "*" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", @@ -12405,9 +12644,9 @@ "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==", + "version": "4.1.25", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.1.25.tgz", + "integrity": "sha512-Jnlg7h7WDq4k8N2p/zp1ax6qizvU9Pn37I/HR/KX8k5TIU1wfUAuBy8CA6x8drAqa9PY3kYykmmyNHU4tX91LQ==", "dev": true, "dependencies": { "@types/node": "*", @@ -12470,7 +12709,7 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "dev": true + "devOptional": true }, "node_modules/@types/superagent": { "version": "4.1.24", @@ -12489,9 +12728,9 @@ "dev": true }, "node_modules/@types/unist": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", - "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "dev": true }, "node_modules/@types/uuid": { @@ -12519,7 +12758,7 @@ "version": "17.0.32", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", - "dev": true, + "devOptional": true, "dependencies": { "@types/yargs-parser": "*" } @@ -12528,7 +12767,7 @@ "version": "21.0.3", "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "dev": true + "devOptional": true }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.59.8", @@ -13286,6 +13525,44 @@ "vite": "^3.0.0 || ^4.0.0" } }, + "node_modules/@vitest/expect": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.6.0.tgz", + "integrity": "sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==", + "dependencies": { + "@vitest/spy": "1.6.0", + "@vitest/utils": "1.6.0", + "chai": "^4.3.10" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/spy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.6.0.tgz", + "integrity": "sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==", + "dependencies": { + "tinyspy": "^2.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/utils": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.6.0.tgz", + "integrity": "sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==", + "dependencies": { + "diff-sequences": "^29.6.3", + "estree-walker": "^3.0.3", + "loupe": "^2.3.7", + "pretty-format": "^29.7.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, "node_modules/@webassemblyjs/ast": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", @@ -14270,7 +14547,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, + "devOptional": true, "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -14331,7 +14608,6 @@ "version": "5.1.3", "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", - "dev": true, "dependencies": { "deep-equal": "^2.0.5" } @@ -14340,7 +14616,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", - "dev": true, "dependencies": { "call-bind": "^1.0.5", "is-array-buffer": "^3.0.4" @@ -14532,7 +14807,6 @@ "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": "*" } @@ -14886,7 +15160,7 @@ "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -14902,7 +15176,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -14918,7 +15192,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, + "devOptional": true, "bin": { "semver": "bin/semver.js" } @@ -14938,23 +15212,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "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/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", @@ -15046,7 +15303,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", @@ -15781,7 +16038,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dev": true, + "devOptional": true, "dependencies": { "node-int64": "^0.4.0" } @@ -15965,7 +16222,7 @@ "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, + "devOptional": true, "engines": { "node": ">=6" } @@ -16035,7 +16292,6 @@ "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", @@ -16065,7 +16321,6 @@ "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" } @@ -16132,9 +16387,9 @@ "dev": true }, "node_modules/chart.js": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.3.tgz", - "integrity": "sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.4.tgz", + "integrity": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==", "dependencies": { "@kurkle/color": "^0.3.0" }, @@ -16146,7 +16401,6 @@ "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" }, @@ -16225,7 +16479,7 @@ "version": "3.9.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "dev": true, + "devOptional": true, "funding": [ { "type": "github", @@ -16968,11 +17222,11 @@ } }, "node_modules/core-js-compat": { - "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==", + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz", + "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.23.3" }, "funding": { "type": "opencollective", @@ -17475,6 +17729,11 @@ "url": "https://github.com/sponsors/fb55" } }, + "node_modules/css.escape": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" + }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", @@ -17767,9 +18026,9 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { "ms": "2.1.2" }, @@ -17840,7 +18099,6 @@ "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" }, @@ -17852,7 +18110,6 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", - "dev": true, "dependencies": { "array-buffer-byte-length": "^1.0.0", "call-bind": "^1.0.5", @@ -18042,7 +18299,6 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dev": true, "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -18188,7 +18444,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "dev": true, "engines": { "node": ">=6" } @@ -18291,7 +18546,6 @@ "version": "29.6.3", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } @@ -18332,6 +18586,11 @@ "node": ">=6.0.0" } }, + "node_modules/dom-accessibility-api": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", + "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" + }, "node_modules/dom-converter": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", @@ -18847,6 +19106,18 @@ "node": ">=4" } }, + "node_modules/environment": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", + "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/err-code": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", @@ -18957,7 +19228,6 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", - "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -20102,7 +20372,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/expect-utils": "^29.7.0", "jest-get-type": "^29.6.3", @@ -20263,7 +20533,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "devOptional": true }, "node_modules/fast-levenshtein": { "version": "2.0.6", @@ -20320,7 +20590,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", - "dev": true, + "devOptional": true, "dependencies": { "bser": "2.1.1" } @@ -20574,9 +20844,9 @@ "dev": true }, "node_modules/flow-parser": { - "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==", + "version": "0.244.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.244.0.tgz", + "integrity": "sha512-Dkc88m5k8bx1VvHTO9HEJ7tvMcSb3Zvcv1PY4OHK7pHdtdY2aUjhmPy6vpjVJ2uUUOIybRlb91sXE8g4doChtA==", "engines": { "node": ">=0.4.0" } @@ -20970,7 +21240,6 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -21042,7 +21311,6 @@ "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": "*" } @@ -21069,7 +21337,7 @@ "version": "0.1.0", "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8.0.0" } @@ -21484,7 +21752,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -22057,9 +22324,9 @@ ] }, "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "engines": { "node": ">= 4" } @@ -22202,7 +22469,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, "engines": { "node": ">=8" } @@ -22328,7 +22594,6 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", - "dev": true, "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.0", @@ -22425,7 +22690,6 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", - "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.1" @@ -22446,7 +22710,6 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dev": true, "dependencies": { "has-bigints": "^1.0.1" }, @@ -22470,7 +22733,6 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -22541,7 +22803,6 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -22661,7 +22922,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", - "dev": true, "engines": { "node": ">= 0.4" }, @@ -22708,7 +22968,6 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -22802,7 +23061,6 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -22818,7 +23076,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", - "dev": true, "engines": { "node": ">= 0.4" }, @@ -22830,7 +23087,6 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", - "dev": true, "dependencies": { "call-bind": "^1.0.7" }, @@ -22856,7 +23112,6 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -22871,7 +23126,6 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dev": true, "dependencies": { "has-symbols": "^1.0.2" }, @@ -22916,7 +23170,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", - "dev": true, "engines": { "node": ">= 0.4" }, @@ -22940,7 +23193,6 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", - "dev": true, "dependencies": { "call-bind": "^1.0.7", "get-intrinsic": "^1.2.4" @@ -22995,8 +23247,7 @@ "node_modules/isarray": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" }, "node_modules/isbinaryfile": { "version": "4.0.10", @@ -23033,7 +23284,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -23650,7 +23901,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "dev": true, + "devOptional": true, "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", @@ -23665,7 +23916,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -23680,7 +23931,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23696,7 +23947,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -23705,7 +23956,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -23814,7 +24065,7 @@ "version": "29.6.3", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "dev": true, + "devOptional": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } @@ -23823,7 +24074,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/types": "^29.6.3", "@types/graceful-fs": "^4.1.3", @@ -23861,7 +24112,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "dev": true, + "devOptional": true, "dependencies": { "chalk": "^4.0.0", "jest-diff": "^29.7.0", @@ -23876,7 +24127,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -23891,7 +24142,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23907,7 +24158,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -23916,7 +24167,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -23928,7 +24179,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^29.6.3", @@ -23948,7 +24199,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -23963,7 +24214,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23979,7 +24230,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -23988,7 +24239,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -24000,7 +24251,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -24031,7 +24282,7 @@ "version": "29.6.3", "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", - "dev": true, + "devOptional": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } @@ -24342,7 +24593,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", - "dev": true, + "devOptional": true, "dependencies": { "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", @@ -24373,7 +24624,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -24388,7 +24639,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24404,7 +24655,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -24413,7 +24664,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -24425,7 +24676,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "dev": true, + "devOptional": true, "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -24442,7 +24693,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "devOptional": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -24457,7 +24708,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "devOptional": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24473,7 +24724,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -24482,7 +24733,7 @@ "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, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -24646,7 +24897,7 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "dev": true, + "devOptional": true, "dependencies": { "@types/node": "*", "jest-util": "^29.7.0", @@ -24661,7 +24912,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -24670,7 +24921,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, + "devOptional": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -24780,11 +25031,11 @@ } }, "node_modules/jscodeshift/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==", + "version": "7.25.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", + "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -25171,9 +25422,9 @@ } }, "node_modules/karma": { - "version": "6.4.3", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.3.tgz", - "integrity": "sha512-LuucC/RE92tJ8mlCwqEoRWXP38UMAqpnq98vktmS9SznSoUPPUJQbc91dHcxcunROvfQjdORVA/YFviH+Xci9Q==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", + "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", "dev": true, "dependencies": { "@colors/colors": "1.5.0", @@ -25743,21 +25994,21 @@ } }, "node_modules/lint-staged": { - "version": "15.2.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.7.tgz", - "integrity": "sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==", + "version": "15.2.9", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.9.tgz", + "integrity": "sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==", "dev": true, "dependencies": { "chalk": "~5.3.0", "commander": "~12.1.0", - "debug": "~4.3.4", + "debug": "~4.3.6", "execa": "~8.0.1", - "lilconfig": "~3.1.1", - "listr2": "~8.2.1", + "lilconfig": "~3.1.2", + "listr2": "~8.2.4", "micromatch": "~4.0.7", "pidtree": "~0.6.0", "string-argv": "~0.3.2", - "yaml": "~2.4.2" + "yaml": "~2.5.0" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -25791,9 +26042,9 @@ } }, "node_modules/lint-staged/node_modules/yaml": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", - "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", + "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", "dev": true, "bin": { "yaml": "bin.mjs" @@ -25803,15 +26054,15 @@ } }, "node_modules/listr2": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.3.tgz", - "integrity": "sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz", + "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==", "dev": true, "dependencies": { "cli-truncate": "^4.0.0", "colorette": "^2.0.20", "eventemitter3": "^5.0.1", - "log-update": "^6.0.0", + "log-update": "^6.1.0", "rfdc": "^1.4.1", "wrap-ansi": "^9.0.0" }, @@ -26118,14 +26369,14 @@ } }, "node_modules/log-update": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.0.0.tgz", - "integrity": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", + "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", "dev": true, "dependencies": { - "ansi-escapes": "^6.2.0", - "cli-cursor": "^4.0.0", - "slice-ansi": "^7.0.0", + "ansi-escapes": "^7.0.0", + "cli-cursor": "^5.0.0", + "slice-ansi": "^7.1.0", "strip-ansi": "^7.1.0", "wrap-ansi": "^9.0.0" }, @@ -26137,12 +26388,15 @@ } }, "node_modules/log-update/node_modules/ansi-escapes": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz", - "integrity": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", + "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", "dev": true, + "dependencies": { + "environment": "^1.0.0" + }, "engines": { - "node": ">=14.16" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -26173,15 +26427,15 @@ } }, "node_modules/log-update/node_modules/cli-cursor": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", - "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", + "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", "dev": true, "dependencies": { - "restore-cursor": "^4.0.0" + "restore-cursor": "^5.0.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -26208,52 +26462,37 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/log-update/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", + "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", "dev": true, "dependencies": { - "mimic-fn": "^2.1.0" + "mimic-function": "^5.0.0" }, "engines": { - "node": ">=6" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/log-update/node_modules/restore-cursor": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", - "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", + "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", "dev": true, "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" + "onetime": "^7.0.0", + "signal-exit": "^4.1.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/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==", - "dev": true - }, "node_modules/log-update/node_modules/slice-ansi": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", @@ -26350,7 +26589,6 @@ "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" } @@ -26372,6 +26610,14 @@ "yallist": "^3.0.2" } }, + "node_modules/lz-string": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", + "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", + "bin": { + "lz-string": "bin/bin.js" + } + }, "node_modules/magic-string": { "version": "0.30.1", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.1.tgz", @@ -26625,7 +26871,7 @@ "version": "1.0.12", "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "dev": true, + "devOptional": true, "dependencies": { "tmpl": "1.0.5" } @@ -26648,9 +26894,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.4.7", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz", - "integrity": "sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.5.0.tgz", + "integrity": "sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==", "dev": true, "engines": { "node": ">= 10" @@ -26757,9 +27003,9 @@ } }, "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -26809,6 +27055,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/mimic-response": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", @@ -26825,15 +27083,14 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "dev": true, "engines": { "node": ">=4" } }, "node_modules/mini-css-extract-plugin": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", + "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", "dev": true, "dependencies": { "schema-utils": "^4.0.0", @@ -27135,9 +27392,9 @@ } }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -27393,7 +27650,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true + "devOptional": true }, "node_modules/natural-compare-lite": { "version": "1.4.0", @@ -27683,9 +27940,9 @@ } }, "node_modules/nock": { - "version": "13.5.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", - "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", + "version": "13.5.5", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", + "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -27875,7 +28132,7 @@ "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", - "dev": true + "devOptional": true }, "node_modules/node-machine-id": { "version": "1.1.12", @@ -27920,7 +28177,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, + "devOptional": true, "engines": { "node": ">=0.10.0" } @@ -28514,7 +28771,6 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", - "dev": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1" @@ -28530,7 +28786,6 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true, "engines": { "node": ">= 0.4" } @@ -28548,7 +28803,6 @@ "version": "4.1.5", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", - "dev": true, "dependencies": { "call-bind": "^1.0.5", "define-properties": "^1.2.1", @@ -29203,7 +29457,6 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", - "dev": true, "engines": { "node": "*" } @@ -29381,12 +29634,12 @@ } }, "node_modules/playwright": { - "version": "1.45.3", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.3.tgz", - "integrity": "sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz", + "integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", "dev": true, "dependencies": { - "playwright-core": "1.45.3" + "playwright-core": "1.46.1" }, "bin": { "playwright": "cli.js" @@ -29399,9 +29652,9 @@ } }, "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==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", + "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -29437,7 +29690,6 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/polished/-/polished-4.3.1.tgz", "integrity": "sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA==", - "dev": true, "dependencies": { "@babel/runtime": "^7.17.8" }, @@ -29477,9 +29729,9 @@ } }, "node_modules/postcss": { - "version": "8.4.40", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", - "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", + "version": "8.4.41", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "dev": true, "funding": [ { @@ -30011,9 +30263,9 @@ } }, "node_modules/postcss-resolve-nested-selector": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.4.tgz", - "integrity": "sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==", + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz", + "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==", "dev": true }, "node_modules/postcss-safe-parser": { @@ -30082,9 +30334,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "dev": true, "dependencies": { "cssesc": "^3.0.0", @@ -30223,7 +30475,6 @@ "version": "29.7.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "dev": true, "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", @@ -30237,7 +30488,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, "engines": { "node": ">=10" }, @@ -30248,8 +30498,7 @@ "node_modules/pretty-format/node_modules/react-is": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" }, "node_modules/proc-log": { "version": "3.0.0", @@ -31550,6 +31799,18 @@ "node": ">= 0.10" } }, + "node_modules/redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "dependencies": { + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/reflect-metadata": { "version": "0.1.14", "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz", @@ -31604,7 +31865,6 @@ "version": "1.5.2", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", - "dev": true, "dependencies": { "call-bind": "^1.0.6", "define-properties": "^1.2.1", @@ -32261,9 +32521,9 @@ "dev": true }, "node_modules/rimraf": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.9.tgz", - "integrity": "sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", "dev": true, "dependencies": { "glob": "^10.3.7" @@ -32271,9 +32531,6 @@ "bin": { "rimraf": "dist/esm/bin.mjs" }, - "engines": { - "node": "14 >=14.20 || 16 >=16.20 || >=18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -32964,7 +33221,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", - "dev": true, "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -33237,7 +33493,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -33656,7 +33912,7 @@ "version": "2.0.6", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "dev": true, + "devOptional": true, "dependencies": { "escape-string-regexp": "^2.0.0" }, @@ -33668,7 +33924,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true, + "devOptional": true, "engines": { "node": ">=8" } @@ -33696,7 +33952,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", - "dev": true, "dependencies": { "internal-slot": "^1.0.4" }, @@ -33705,14 +33960,14 @@ } }, "node_modules/storybook": { - "version": "8.2.7", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.2.7.tgz", - "integrity": "sha512-Jb9DXue1sr3tKkpuq66VP5ItOKTpxL6t99ze1wXDbjCvPiInTdPA5AyFEjBuKjOBIh28bayYoOZa6/xbMJV+Wg==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.2.9.tgz", + "integrity": "sha512-S7Q/Yt4A+nu1O23rg39lQvBqL2Vg+PKXbserDWUR4LFJtfmoZ2xGO8oFIhJmvvhjUBvolw1q7QDeswPq2i0sGw==", "dependencies": { "@babel/core": "^7.24.4", "@babel/types": "^7.24.0", - "@storybook/codemod": "8.2.7", - "@storybook/core": "8.2.7", + "@storybook/codemod": "8.2.9", + "@storybook/core": "8.2.9", "@types/semver": "^7.3.4", "@yarnpkg/fslib": "2.10.3", "@yarnpkg/libzip": "2.3.0", @@ -34290,7 +34545,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, "dependencies": { "min-indent": "^1.0.0" }, @@ -34371,9 +34625,9 @@ } }, "node_modules/stylelint": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz", - "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==", + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.2.tgz", + "integrity": "sha512-fInKATippQhcSm7AB+T32GpI+626yohrg33GkFT/5jzliUw5qhlwZq2UQQwgl3HsHrf09oeARi0ZwgY/UWEv9A==", "dev": true, "funding": [ { @@ -34386,17 +34640,17 @@ } ], "dependencies": { - "@csstools/css-parser-algorithms": "^2.7.1", - "@csstools/css-tokenizer": "^2.4.1", - "@csstools/media-query-list-parser": "^2.1.13", - "@csstools/selector-specificity": "^3.1.1", + "@csstools/css-parser-algorithms": "^3.0.0", + "@csstools/css-tokenizer": "^3.0.0", + "@csstools/media-query-list-parser": "^3.0.0", + "@csstools/selector-specificity": "^4.0.0", "@dual-bundle/import-meta-resolve": "^4.1.0", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.2", "css-tree": "^2.3.1", - "debug": "^4.3.5", + "debug": "^4.3.6", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", "file-entry-cache": "^9.0.0", @@ -34404,7 +34658,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^5.3.1", + "ignore": "^5.3.2", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.34.0", @@ -34413,10 +34667,10 @@ "micromatch": "^4.0.7", "normalize-path": "^3.0.0", "picocolors": "^1.0.1", - "postcss": "^8.4.39", - "postcss-resolve-nested-selector": "^0.1.1", + "postcss": "^8.4.41", + "postcss-resolve-nested-selector": "^0.1.6", "postcss-safe-parser": "^7.0.0", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.1.2", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", @@ -35338,7 +35592,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dev": true, + "devOptional": true, "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", @@ -35353,7 +35607,7 @@ "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", - "dev": true, + "devOptional": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -35373,7 +35627,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, + "devOptional": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -35404,6 +35658,14 @@ "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" }, + "node_modules/tinyspy": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", + "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/tmp": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", @@ -35417,7 +35679,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "dev": true + "devOptional": true }, "node_modules/to-fast-properties": { "version": "2.0.0", @@ -35971,7 +36233,6 @@ "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "dev": true, "engines": { "node": ">=4" } @@ -36305,9 +36566,9 @@ } }, "node_modules/unplugin": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.12.0.tgz", - "integrity": "sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.12.2.tgz", + "integrity": "sha512-bEqQxeC7rxtxPZ3M5V4Djcc4lQqKPgGe3mAWZvxcSmX5jhGxll19NliaRzQSQPrk4xJZSGniK3puLWpRuZN7VQ==", "dev": true, "dependencies": { "acorn": "^8.12.1", @@ -37062,7 +37323,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "dev": true, + "devOptional": true, "dependencies": { "makeerror": "1.0.12" } @@ -37857,7 +38118,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dev": true, "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -37873,7 +38133,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", - "dev": true, "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -38015,7 +38274,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, + "devOptional": true, "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" @@ -38028,7 +38287,7 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "devOptional": true }, "node_modules/ws": { "version": "8.18.0", diff --git a/package.json b/package.json index a3f7644c107..8449c3e738b 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,37 @@ { "name": "alfresco-ng2-components", + "commit": "b644b39d17396330d2a67509f58c5b9e890b9b13", "description": "Alfresco Angular components", "version": "6.9.0", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install", + "ng": "nx", + "00": "echo -------------------------------------------- DOC -----------------------------------------------", "build-doc-tools": "tsc -p ./tools/doc/tsconfig.json", "docbuild": "(cd ./tools/doc; npm i) && node tools/doc/node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js", + "01": "echo -------------------------------------------- Build Lib -----------------------------------------------", "affected:libs": "nx affected:libs", + "coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json", + "03": "echo -------------------------------------------- Lint -----------------------------------------------", "affected:lint": "nx affected:lint", - "clean": "rimraf dist node_modules dist/libs" + "04": "echo -------------------------------------------- Demo Shell -----------------------------------------------", + "start": "nx serve demoshell --open", + "start:prod": "nx serve demoshell --configuration production --open", + "build": "nx build demoshell", + "build:prod": "node --max-old-space-size=12000 node_modules/@angular/cli/bin/nx build demoshell --configuration production", + "test": "nx test demoshell --watch=false", + "05": "echo -------------------------------------------- E2e -----------------------------------------------", + "e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell", + "e2e-lib": "nx e2e lib-e2e-test --port=4200", + "lite-server-e2e": "lite-server --baseDir='dist/demo-shell/' -c ./e2e/lite-server-proxy.js", + "postbuild:ci": "node ./scripts/app-config-replace.js", + "06": "echo -------------------------------------------- Clean ----------------------------------------------", + "clean": "rimraf dist node_modules dist/libs", + "playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'", + "postinstall": "npm run update-webdriver", + "update-webdriver": "./scripts/webdriver-update-newest/update-to-newest-webdriver.sh", + "update-webdriver:windows": "powershell -executionPolicy bypass ./scripts/update-webdriver.ps1" }, "repository": { "type": "git", @@ -40,30 +62,25 @@ "@angular/platform-browser": "16.2.9", "@angular/platform-browser-dynamic": "16.2.9", "@angular/router": "16.2.9", - "@apollo/client": "^3.10.2", + "@apollo/client": "3.11.4", "@cspell/eslint-plugin": "^7.3.6", "@mat-datetimepicker/core": "12.0.1", "@ngx-translate/core": "^14.0.0", - "@storybook/core-server": "^8.2.7", - "@storybook/theming": "^8.2.7", + "@storybook/core-server": "^8.2.9", + "@storybook/theming": "^8.2.9", "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", + "chart.js": "4.4.4", "cropperjs": "1.6.2", "date-fns": "^2.30.0", "dotenv-expand": "^5.1.0", "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", @@ -71,7 +88,8 @@ "superagent": "^9.0.1", "ts-morph": "^20.0.0", "tslib": "^2.6.2", - "zone.js": "0.13.3" + "zone.js": "0.13.3", + "@storybook/addon-interactions": "^8.2.9" }, "devDependencies": { "@alfresco/eslint-plugin-eslint-angular": "file:lib/eslint-angular", @@ -84,24 +102,25 @@ "@angular-eslint/template-parser": "16.0.3", "@angular/cli": "~16.2.0", "@angular/compiler-cli": "16.2.9", - "@chromatic-com/storybook": "^1.6.1", + "@chromatic-com/storybook": "1.7.0", "@editorjs/code": "2.9.0", - "@editorjs/editorjs": "^2.29.0", + "@editorjs/editorjs": "2.30.5", "@editorjs/header": "2.8.1", "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.9.0", "@editorjs/marker": "1.4.0", "@editorjs/underline": "1.1.0", "@nx/js": "16.10.0", - "@nx/storybook": "^19.5.6", + "@nx/storybook": "19.6.2", "@nx/workspace": "16.10.0", "@paperist/types-remark": "0.1.3", + "@playwright/test": "1.46.1", "@quanzo/change-font-size": "1.0.0", "@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", + "@storybook/addon-essentials": "^8.2.9", + "@storybook/angular": "^8.2.9", + "@storybook/core-server": "^8.2.9", + "@storybook/manager-api": "^8.2.9", "@types/ejs": "^3.1.5", "@types/event-emitter": "^0.3.3", "@types/jasmine": "4.0.3", @@ -109,8 +128,9 @@ "@types/jsdom": "^21.1.5", "@types/minimatch": "^3.0.3", "@types/mocha": "^10.0.6", - "@types/node": "^20.10.0", + "@types/node": "20.16.1", "@types/pdfjs-dist": "^2.10.378", + "@types/selenium-webdriver": "4.1.25", "@types/shelljs": "^0.8.15", "@types/superagent": "^4.1.22", "@typescript-eslint/eslint-plugin": "5.59.8", @@ -118,7 +138,7 @@ "@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", @@ -141,9 +161,10 @@ "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", + "karma": "6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "5.0.1", @@ -151,48 +172,73 @@ "karma-jasmine-html-reporter": "^2.1.0", "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", - "lint-staged": "^15.2.2", - "mini-css-extract-plugin": "^2.7.6", - "mocha": "^10.2.0", + "lint-staged": "15.2.9", + "lite-server": "^2.6.1", + "mini-css-extract-plugin": "2.9.1", + "mocha": "10.7.3", "moment": "^2.29.4", "ng-packagr": "16.2.3", - "nock": "^13.3.8", -<<<<<<< HEAD - "nx": "15.9.7", -======= + "nock": "13.5.5", "npm-run-all": "^4.1.5", "nx": "16.10.0", ->>>>>>> 937f0e746b (NG-16 - migration step 1) - "postcss": "^8.4.31", + "postcss": "8.4.41", "postcss-sass": "^0.5.0", "prettier": "2.8.8", "protractor": "^7.0.0", - "rimraf": "^5.0.5", + "protractor-retry-angular-cli": "^2.0.3", + "protractor-screenshoter-plugin": "0.10.3", + "protractor-smartrunner": "^2.0.0-beta6", + "rimraf": "5.0.10", "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", + "storybook": "^8.2.9", + "stylelint": "16.8.2", "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": "5.94.0", "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", + "bundlesize": [ + { + "path": "./dist/libs/content-services/bundles/adf-content-services.umd.min.js", + "maxSize": "85 kb" + }, + { + "path": "./dist/libs/process-services/bundles/adf-process-services.umd.min.js", + "maxSize": "62 kb" + }, + { + "path": "./dist/libs/insights/bundles/adf-insights.umd.min.js", + "maxSize": "50 kb" + }, + { + "path": "./dist/libs/core/bundles/adf-core.umd.min.js", + "maxSize": "165 kb" + }, + { + "path": "./dist/libs/process-services-cloud/bundles/adf-process-services-cloud.umd.min.js", + "maxSize": "60 kb" + }, + { + "path": "./dist/libs/extensions/bundles/adf-extensions.umd.min.js", + "maxSize": "10 kb" + }, + { + "path": "./dist/libs/testing/bundles/adf-testing.umd.min.js", + "maxSize": "50 kb" + } + ], "engines": { - "node": ">=18.0.0" + "node": ">=6.0.0" }, "module": "./index.js", "typings": "./index.d.ts" diff --git a/storybook-migration-summary.md b/storybook-migration-summary.md deleted file mode 100644 index bf6da578706..00000000000 --- a/storybook-migration-summary.md +++ /dev/null @@ -1,68 +0,0 @@ -# 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). From 72db69f8e669bf83227898c4b27d7ab0e6f56864 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Sun, 25 Aug 2024 00:34:40 +0100 Subject: [PATCH 12/28] [MIGRATION] - updated deps for process cloud --- lib/process-services-cloud/package-lock.json | 1948 +++++++++++++++++- 1 file changed, 1942 insertions(+), 6 deletions(-) diff --git a/lib/process-services-cloud/package-lock.json b/lib/process-services-cloud/package-lock.json index df283dd262a..23002ed3719 100644 --- a/lib/process-services-cloud/package-lock.json +++ b/lib/process-services-cloud/package-lock.json @@ -35,10 +35,308 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@apollo/client": "^3.7.2", + "@apollo/client": ">=3.7.2", + "@mat-datetimepicker/core": ">=10.1.1", "@ngx-translate/core": ">=14.0.0", - "apollo-angular": "^4.0.1", - "subscriptions-transport-ws": "^0.11.0" + "apollo-angular": ">=4.0.1", + "subscriptions-transport-ws": ">=0.11.0" + } + }, + "node_modules/@alfresco/adf-content-services": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-6.9.0.tgz", + "integrity": "sha512-fbs0cpwOac0ttBQP7jheA6594eL6sgZYcMtxZhuZ6prOV+NmsF/3S1csh4g+urtalZNytWs/bIVUrzs8vsQ1Eg==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@alfresco/adf-core": ">=6.9.0", + "@alfresco/js-api": ">=7.8.0", + "@angular/animations": ">=14.1.3", + "@angular/cdk": ">=14.1.2", + "@angular/common": ">=14.1.3", + "@angular/compiler": ">=14.1.3", + "@angular/core": ">=14.1.3", + "@angular/forms": ">=14.1.3", + "@angular/material": ">=14.1.2", + "@angular/platform-browser": ">=14.1.3", + "@angular/platform-browser-dynamic": ">=14.1.3", + "@angular/router": ">=14.1.3", + "@ngx-translate/core": ">=14.0.0" + } + }, + "node_modules/@alfresco/adf-core": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-6.9.0.tgz", + "integrity": "sha512-3OrdDjEGdPqXLbm/vPB3dxeUkb5/ukd8kplVqsJI/V7icGOZlrrAgdArSzAaUO54QCibKJvcsbYHosAorWAZZQ==", + "peer": true, + "dependencies": { + "angular-oauth2-oidc": "^13.0.1", + "angular-oauth2-oidc-jwks": "^17.0.2", + "cropperjs": "^1.5.13", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@alfresco/adf-extensions": ">=6.9.0", + "@alfresco/js-api": ">=7.8.0", + "@angular/animations": ">=14.1.3", + "@angular/cdk": ">=14.1.2", + "@angular/common": ">=14.1.3", + "@angular/core": ">=14.1.3", + "@angular/forms": ">=14.1.3", + "@angular/material": ">=14.1.2", + "@angular/router": ">=14.1.3", + "@mat-datetimepicker/core": "^10.1.1", + "@ngx-translate/core": ">=14.0.0", + "minimatch-browser": ">=1.0.0", + "pdfjs-dist": ">=3.3.122" + } + }, + "node_modules/@alfresco/adf-extensions": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-6.9.0.tgz", + "integrity": "sha512-Y/rfhnmMvoBLxb8wawgL4p0Fw6T/KguUUtAk/zFkKYRbLzm2j8v49sqZ4lexoFA1ayavg1bB7tRJAIxSj9DmgQ==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@alfresco/js-api": ">=7.8.0", + "@angular/common": ">=14.1.3", + "@angular/core": ">=14.1.3" + } + }, + "node_modules/@alfresco/js-api": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.8.0.tgz", + "integrity": "sha512-3y5WwtvsEkwAB3WaFC9Ec+QMzvPmZccJ7Em06lVBDwxtFgZ1F2CisVNepWgZLoCSkCH8Lgm6e4Tr0L93S3AmoQ==", + "peer": true, + "dependencies": { + "event-emitter": "^0.3.5", + "superagent": "^9.0.1", + "tslib": "^2.6.1" + } + }, + "node_modules/@angular/animations": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.1.tgz", + "integrity": "sha512-jit452yuE6DMVV09E6RAjgapgw64mMVH31ccpPvMDekzPsTuP3KNKtgRFU/k2DFhYJvyczM1AqqlgccE/JGaRw==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.1" + } + }, + "node_modules/@angular/cdk": { + "version": "14.2.7", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.7.tgz", + "integrity": "sha512-/tEsYaUbDSnfEmKVvAMramIptmhI67O+9STjOV0i+74XR2NospeK0fkbywIANu1n3w6AHGMotvRWJrjmbCElFg==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "optionalDependencies": { + "parse5": "^5.0.0" + }, + "peerDependencies": { + "@angular/common": "^14.0.0 || ^15.0.0", + "@angular/core": "^14.0.0 || ^15.0.0", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/common": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.1.tgz", + "integrity": "sha512-N0ZJO1/iU9UhprplZRPvBcdRgA/i6l6Ng5gXs5ymHBJ0lxsB+mDVCmC4jISjR9gAWc426xXwLaOpuP5Gv3f/yg==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.1", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/compiler": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.1.tgz", + "integrity": "sha512-5e9ygKEcsBoV6xpaGKVrtsLxLETlrM0oB7twl4qG/xuKYqCLj8cRQMcAKSqDfTPzWMOAQc7pHdk+uFVo/8dWHA==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.1" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } + } + }, + "node_modules/@angular/core": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.1.tgz", + "integrity": "sha512-9KrSpJ65UlJZNXrE18NszcfOwb5LZgG+LYi5Doe7amt218R1bzb3trvuAm0ZzMaoKh4ugtUCkzEOd4FALPEX6w==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.14.10" + } + }, + "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==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/material": { + "version": "14.2.7", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.7.tgz", + "integrity": "sha512-WXHh8pEStpgkXZJmYOg2cI8BSHkV82ET4XTJCNPdveumaCn1UYnaNzsXD13kw5z+zmy8CufhFEzdXTrv/yt7KQ==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/animations": "^14.0.0 || ^15.0.0", + "@angular/cdk": "14.2.7", + "@angular/common": "^14.0.0 || ^15.0.0", + "@angular/core": "^14.0.0 || ^15.0.0", + "@angular/forms": "^14.0.0 || ^15.0.0", + "@angular/platform-browser": "^14.0.0 || ^15.0.0", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/platform-browser": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.1.tgz", + "integrity": "sha512-hQABX7QotGmCIR3EhCBCDh5ZTvQao+JkuK5CCw2G1PkRfJMBwEpjNqnyhz41hZhWiGlucp9jgbeypppW+mIQEw==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/animations": "18.2.1", + "@angular/common": "18.2.1", + "@angular/core": "18.2.1" + }, + "peerDependenciesMeta": { + "@angular/animations": { + "optional": true + } + } + }, + "node_modules/@angular/platform-browser-dynamic": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.1.tgz", + "integrity": "sha512-tYJHtshbaKrtnRA15k3vrveSVBqkVUGhINvGugFA2vMtdTOfhfPw+hhzYrcwJibgU49rHogCfI9mkIbpNRYntA==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "18.2.1", + "@angular/compiler": "18.2.1", + "@angular/core": "18.2.1", + "@angular/platform-browser": "18.2.1" + } + }, + "node_modules/@angular/router": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.1.tgz", + "integrity": "sha512-gVyqW6fYnG7oq1DlZSXJMQ2Py2dJQB7g6XVtRcYB1gR4aeowx5N9ws7PjqAi0ih91ASq2MmP4OlSSWLq+eaMGg==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "18.2.1", + "@angular/core": "18.2.1", + "@angular/platform-browser": "18.2.1", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@apollo/client": { + "version": "3.11.4", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.4.tgz", + "integrity": "sha512-bmgYKkULpym8wt8aXlAZ1heaYo0skLJ5ru0qJ+JCRoo03Pe+yIDbBCnqlDw6Mjj76hFkDw3HwFMgZC2Hxp30Mg==", + "peer": true, + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@wry/caches": "^1.0.0", + "@wry/equality": "^0.5.6", + "@wry/trie": "^0.5.0", + "graphql-tag": "^2.12.6", + "hoist-non-react-statics": "^3.3.2", + "optimism": "^0.18.0", + "prop-types": "^15.7.2", + "rehackt": "^0.1.0", + "response-iterator": "^0.2.6", + "symbol-observable": "^4.0.0", + "ts-invariant": "^0.10.3", + "tslib": "^2.3.0", + "zen-observable-ts": "^1.2.5" + }, + "peerDependencies": { + "graphql": "^15.0.0 || ^16.0.0", + "graphql-ws": "^5.5.5", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0", + "subscriptions-transport-ws": "^0.9.0 || ^0.11.0" + }, + "peerDependenciesMeta": { + "graphql-ws": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "subscriptions-transport-ws": { + "optional": true + } } }, "node_modules/@codexteam/icons": { @@ -55,9 +353,9 @@ } }, "node_modules/@editorjs/editorjs": { - "version": "2.28.2", - "resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.28.2.tgz", - "integrity": "sha512-g6V0Nd3W9IIWMpvxDNTssQ6e4kxBp1Y0W4GIf8cXRlmcBp3TUjrgCYJQmNy3l2a6ZzhyBAoVSe8krJEq4g7PQw==" + "version": "2.30.5", + "resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.30.5.tgz", + "integrity": "sha512-sE7m/UPbuf+nSGjv9cmWggFsfvtYlgEX7PCby2lZWvOsOLbRxuLT+ZYlwbWshD+8BFJwiAmBj9e+ScZcOjCzeg==" }, "node_modules/@editorjs/header": { "version": "2.8.1", @@ -109,11 +407,443 @@ "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.6.tgz", "integrity": "sha512-L7Q5PET8PjKcBT5wp7VR+FCjwCi5PUp7rd/XjsgQ0CI5FJz0DphyHGRILMuDUdCW2MQT9NHbVr4QP31vwAkS/A==" }, + "node_modules/@graphql-typed-document-node/core": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", + "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", + "peer": true, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "optional": true, + "peer": true, + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@mat-datetimepicker/core": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-10.1.1.tgz", + "integrity": "sha512-6cnMVsdDkPjpqMwOWAFLGPzwC3C9Dsyaq5TcVUpARUVppYz1phB6rVDtD8YTY8Xt5R/P9uL2atLSS0tczMVQ9g==", + "peer": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "@angular/cdk": "^14.0.4", + "@angular/common": "^14.0.5", + "@angular/core": "^14.0.5", + "@angular/material": "^14.0.4" + } + }, + "node_modules/@ngx-translate/core": { + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-15.0.0.tgz", + "integrity": "sha512-Am5uiuR0bOOxyoercDnAA3rJVizo4RRqJHo8N3RqJ+XfzVP/I845yEnMADykOHvM6HkVm4SZSnJBOiz0Anx5BA==", + "peer": true, + "engines": { + "node": "^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0", + "rxjs": "^6.5.5 || ^7.4.0" + } + }, "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", "integrity": "sha512-Gwp68CHT45mjszaELuTCOLsakWrUVmcrIEUJGOaGgPTr6VWqoqdFiyuHqtyGmO5/69eoo/HIzlYJ7z3NYgJ3Fg==" }, + "node_modules/@wry/caches": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz", + "integrity": "sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wry/context": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.4.tgz", + "integrity": "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wry/equality": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.7.tgz", + "integrity": "sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@wry/trie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@wry/trie/-/trie-0.5.0.tgz", + "integrity": "sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "optional": true, + "peer": true + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "optional": true, + "peer": true, + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/angular-oauth2-oidc": { + "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==", + "peer": true, + "dependencies": { + "fast-sha256": "^1.3.0", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/common": ">=12.0.0", + "@angular/core": ">=12.0.0" + } + }, + "node_modules/angular-oauth2-oidc-jwks": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-17.0.2.tgz", + "integrity": "sha512-zG0udq9VihQdCKfGjhUfrIg35TbxU34tGfOG/pddxKwJkodMAFI34cNoZoVyZ53hPgeZSDPra2rYyixkH7bkKw==", + "peer": true, + "dependencies": { + "jsrsasign": "^11.0.0", + "tslib": "^2.5.2" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/apollo-angular": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-7.1.2.tgz", + "integrity": "sha512-cpKRBoJ8KhfcoDMq75KEmXVxZqCAfSiQnyuOdbFC5+MfG2i2Z/ZPmUMYrTgL95BKfX2MgIfC+d6DfQqVHljhKw==", + "peer": true, + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "@angular/core": "^17.0.0 || ^18.0.0", + "@apollo/client": "^3.0.0", + "graphql": "^15.0.0 || ^16.0.0", + "rxjs": "^6.0.0 || ^7.0.0" + } + }, + "node_modules/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "optional": true, + "peer": true + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "deprecated": "This package is no longer supported.", + "optional": true, + "peer": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "peer": true + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "peer": true + }, + "node_modules/backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==", + "peer": true + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "peer": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "peer": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "peer": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/canvas": { + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz", + "integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==", + "hasInstallScript": true, + "optional": true, + "peer": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.0", + "nan": "^2.17.0", + "simple-get": "^3.0.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "optional": true, + "peer": true, + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "peer": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/component-emitter": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", + "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "peer": true, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "peer": true + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "optional": true, + "peer": true + }, + "node_modules/cookiejar": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==", + "peer": true + }, + "node_modules/cropperjs": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.6.2.tgz", + "integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA==", + "peer": true + }, + "node_modules/d": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz", + "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==", + "peer": true, + "dependencies": { + "es5-ext": "^0.10.64", + "type": "^2.7.2" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/debug": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "peer": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decompress-response": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", + "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", + "optional": true, + "peer": true, + "dependencies": { + "mimic-response": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "peer": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "peer": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "optional": true, + "peer": true + }, + "node_modules/detect-libc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/dezalgo": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "peer": true, + "dependencies": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, "node_modules/editorjs-html": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/editorjs-html/-/editorjs-html-3.4.3.tgz", @@ -128,6 +858,1212 @@ "version": "1.13.1", "resolved": "https://registry.npmjs.org/editorjs-text-color-plugin/-/editorjs-text-color-plugin-1.13.1.tgz", "integrity": "sha512-iCK274omDhoU7/zIFwV1fP5ydgfObYXSGV+q2zlFq3D4JDnvtn0KP+6NPM1A4dDlxTczpywPByRKIwmf7z4CIg==" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "optional": true, + "peer": true + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "peer": true, + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "peer": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es5-ext": { + "version": "0.10.64", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", + "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", + "hasInstallScript": true, + "peer": true, + "dependencies": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "esniff": "^2.0.1", + "next-tick": "^1.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "peer": true, + "dependencies": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/es6-symbol": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz", + "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==", + "peer": true, + "dependencies": { + "d": "^1.0.2", + "ext": "^1.7.0" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/esniff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", + "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "peer": true, + "dependencies": { + "d": "^1.0.1", + "es5-ext": "^0.10.62", + "event-emitter": "^0.3.5", + "type": "^2.7.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/event-emitter": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", + "peer": true, + "dependencies": { + "d": "1", + "es5-ext": "~0.10.14" + } + }, + "node_modules/eventemitter3": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", + "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==", + "peer": true + }, + "node_modules/ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "peer": true, + "dependencies": { + "type": "^2.7.2" + } + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "peer": true + }, + "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==", + "peer": true + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "peer": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/formidable": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.1.tgz", + "integrity": "sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==", + "peer": true, + "dependencies": { + "dezalgo": "^1.0.4", + "hexoid": "^1.0.0", + "once": "^1.4.0" + }, + "funding": { + "url": "https://ko-fi.com/tunnckoCore/commissions" + } + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "optional": true, + "peer": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "optional": true, + "peer": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "optional": true, + "peer": true + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "peer": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "deprecated": "This package is no longer supported.", + "optional": true, + "peer": true, + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "peer": true, + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "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", + "optional": true, + "peer": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "peer": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graphql": { + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "peer": true, + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, + "node_modules/graphql-tag": { + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", + "peer": true, + "dependencies": { + "tslib": "^2.1.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "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/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "peer": true, + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "peer": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "peer": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "optional": true, + "peer": true + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "peer": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hexoid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", + "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "peer": true, + "dependencies": { + "react-is": "^16.7.0" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "optional": true, + "peer": true, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "optional": true, + "peer": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "optional": true, + "peer": true + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/iterall": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", + "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==", + "peer": true + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "peer": true + }, + "node_modules/jsrsasign": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.0.tgz", + "integrity": "sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==", + "peer": true, + "funding": { + "url": "https://github.com/kjur/jsrsasign#donations" + } + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "peer": true, + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "optional": true, + "peer": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "optional": true, + "peer": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "peer": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "peer": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "peer": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "peer": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "optional": true, + "peer": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimatch-browser": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/minimatch-browser/-/minimatch-browser-1.0.0.tgz", + "integrity": "sha512-xET0irkHzT47f9h16H6ZVZw9lFZ33pK5DD5Pt0Gt/PcXAlevXjCz8zzM859gIWEDcD2yjKa31dGfwlKgk/12NQ==", + "peer": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "optional": true, + "peer": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "optional": true, + "peer": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "optional": true, + "peer": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "peer": true + }, + "node_modules/nan": { + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz", + "integrity": "sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==", + "optional": true, + "peer": true + }, + "node_modules/next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "peer": true + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "optional": true, + "peer": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "optional": true, + "peer": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "deprecated": "This package is no longer supported.", + "optional": true, + "peer": true, + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "peer": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "peer": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optimism": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.18.0.tgz", + "integrity": "sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==", + "peer": true, + "dependencies": { + "@wry/caches": "^1.0.0", + "@wry/context": "^0.7.0", + "@wry/trie": "^0.4.3", + "tslib": "^2.3.0" + } + }, + "node_modules/optimism/node_modules/@wry/trie": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@wry/trie/-/trie-0.4.3.tgz", + "integrity": "sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==", + "peer": true, + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "optional": true, + "peer": true + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "optional": true, + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path2d": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/path2d/-/path2d-0.2.1.tgz", + "integrity": "sha512-Fl2z/BHvkTNvkuBzYTpTuirHZg6wW9z8+4SND/3mDTEcYbbNKWAy21dz9D3ePNNwrrK8pqZO5vLPZ1hLF6T7XA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pdfjs-dist": { + "version": "4.5.136", + "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.5.136.tgz", + "integrity": "sha512-V1BALcAN/FmxBEShLxoP73PlQZAZtzlaNfRbRhJrKvXzjLC5VaIlBAQUJuWP8iaYUmIdmdLHmt3E2TBglxOm3w==", + "peer": true, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "canvas": "^2.11.2", + "path2d": "^0.2.1" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "peer": true, + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "peer": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "peer": true + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "optional": true, + "peer": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/rehackt": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz", + "integrity": "sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==", + "peer": true, + "peerDependencies": { + "@types/react": "*", + "react": "*" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "react": { + "optional": true + } + } + }, + "node_modules/response-iterator": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/response-iterator/-/response-iterator-0.2.6.tgz", + "integrity": "sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==", + "peer": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "optional": true, + "peer": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "peer": true, + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "optional": true, + "peer": true + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "optional": true, + "peer": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "optional": true, + "peer": true + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "peer": true, + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "peer": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "optional": true, + "peer": true + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "optional": true, + "peer": true + }, + "node_modules/simple-get": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz", + "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==", + "optional": true, + "peer": true, + "dependencies": { + "decompress-response": "^4.2.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "optional": true, + "peer": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "optional": true, + "peer": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "optional": true, + "peer": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/subscriptions-transport-ws": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", + "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", + "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md", + "peer": true, + "dependencies": { + "backo2": "^1.0.2", + "eventemitter3": "^3.1.0", + "iterall": "^1.2.1", + "symbol-observable": "^1.0.4", + "ws": "^5.2.0 || ^6.0.0 || ^7.0.0" + }, + "peerDependencies": { + "graphql": "^15.7.2 || ^16.0.0" + } + }, + "node_modules/subscriptions-transport-ws/node_modules/symbol-observable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/superagent": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-9.0.2.tgz", + "integrity": "sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==", + "peer": true, + "dependencies": { + "component-emitter": "^1.3.0", + "cookiejar": "^2.1.4", + "debug": "^4.3.4", + "fast-safe-stringify": "^2.1.1", + "form-data": "^4.0.0", + "formidable": "^3.5.1", + "methods": "^1.1.2", + "mime": "2.6.0", + "qs": "^6.11.0" + }, + "engines": { + "node": ">=14.18.0" + } + }, + "node_modules/symbol-observable": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", + "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", + "peer": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "optional": true, + "peer": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "optional": true, + "peer": true + }, + "node_modules/ts-invariant": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz", + "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==", + "peer": true, + "dependencies": { + "tslib": "^2.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "peer": true + }, + "node_modules/type": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", + "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==", + "peer": true + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "optional": true, + "peer": true + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "optional": true, + "peer": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "optional": true, + "peer": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "optional": true, + "peer": true, + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "peer": true + }, + "node_modules/ws": { + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "peer": 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/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "optional": true, + "peer": true + }, + "node_modules/zen-observable": { + "version": "0.8.15", + "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", + "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==", + "peer": true + }, + "node_modules/zen-observable-ts": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz", + "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==", + "peer": true, + "dependencies": { + "zen-observable": "0.8.15" + } + }, + "node_modules/zone.js": { + "version": "0.14.10", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.14.10.tgz", + "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==", + "peer": true } } } From 3083d3eb2c6eb2fd7314e446823717b7886f20f5 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Sep 2024 10:59:24 +0100 Subject: [PATCH 13/28] [MIGRATION] - Rebased to latest --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 4d5c7b975a1..828c924b696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -170,7 +170,7 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "dev": true, "license": "Apache-2.0" }, From e8c611c0d2f97a38607a9769aa7068067a49b5d4 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Sep 2024 14:27:47 +0100 Subject: [PATCH 14/28] [MIGRATION] - Fixed lint --- lib/core/src/lib/auth/guard/auth-guard-base.ts | 0 lib/extensions/src/lib/services/extension.service.ts | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 lib/core/src/lib/auth/guard/auth-guard-base.ts diff --git a/lib/core/src/lib/auth/guard/auth-guard-base.ts b/lib/core/src/lib/auth/guard/auth-guard-base.ts deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/lib/extensions/src/lib/services/extension.service.ts b/lib/extensions/src/lib/services/extension.service.ts index 784188db4e3..068d50e397a 100644 --- a/lib/extensions/src/lib/services/extension.service.ts +++ b/lib/extensions/src/lib/services/extension.service.ts @@ -27,7 +27,6 @@ import { RuleService } from './rule.service'; import { ExtensionElement } from '../config/extension-element'; import { BehaviorSubject, Observable } from 'rxjs'; -// eslint-disable-next-line prefer-arrow/prefer-arrow-functions /** * The default extensions factory * @@ -47,7 +46,6 @@ export const EXTENSION_JSON_VALUES = new InjectionToken('extension-j factory: extensionJsonsFactory }); -// eslint-disable-next-line prefer-arrow/prefer-arrow-functions /** * Provides the extension json values for the angular modules * From 7e144d13c85007c05cbd6ece40ad92ad534e2bce Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 6 Sep 2024 14:45:31 +0100 Subject: [PATCH 15/28] [MIGRATION] - Fixed package version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 828c924b696..ea45c3b31c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8449c3e738b..339febf6196 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alfresco-ng2-components", "commit": "b644b39d17396330d2a67509f58c5b9e890b9b13", "description": "Alfresco Angular components", - "version": "6.9.0", + "version": "7.0.0-alpha.2", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install", From 0c87668e140c5512f764c53f7c68781ff76a9041 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 11:18:00 +0100 Subject: [PATCH 16/28] Rebased with lastest changes --- package-lock.json | 66 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea45c3b31c7..6581fcbace2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,6 +46,7 @@ "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.13.3" }, @@ -12153,6 +12154,53 @@ "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/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.11", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", @@ -16707,6 +16755,11 @@ "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", @@ -20517,7 +20570,6 @@ "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", "@nodelib/fs.walk": "^1.2.3", @@ -29358,8 +29410,7 @@ "node_modules/path-browserify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", - "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", - "dev": true + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" }, "node_modules/path-exists": { "version": "4.0.0", @@ -35914,6 +35965,15 @@ "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", From e3f885f101e6aa51b227bd0d23bef80155af4eb5 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 12:25:10 +0100 Subject: [PATCH 17/28] [MIGRATION] - check to update the script --- .github/workflows/pull-request.yml | 1 - .github/workflows/release-branch.yml | 47 +++++++++++++++++++++++++--- scripts/github/affected-contains.sh | 2 +- 3 files changed, 43 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bf34939fd48..69e655e5017 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -171,7 +171,6 @@ jobs: npx nx run js-api:bundle npx nx run cli:bundle npx nx run testing:bundle - - run: npx nx print-affected $NX_CALCULATION_FLAGS - uses: ./.github/actions/upload-node-modules-and-artifacts unit-tests: diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index e57a5ec4e8b..a8302aa3b61 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -22,20 +22,57 @@ env: GH_RUN_NUMBER: ${{ github.run_attempt }} GH_BUILD_NUMBER: ${{ github.run_id }} JOB_ID: ${{ github.run_id }} + PROXY_HOST_BPM: ${{ secrets.E2E_HOST }} + E2E_IDENTITY_HOST_APA: ${{ secrets.E2E_IDENTITY_HOST_APA }} + E2E_HOST_APA: ${{ secrets.E2E_HOST_APA }} + E2E_HOST: ${{ secrets.E2E_HOST }} + E2E_USERNAME: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} + E2E_PASSWORD: ${{ secrets.E2E_PASSWORD }} + E2E_ADMIN_EMAIL_IDENTITY: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} + E2E_ADMIN_PASSWORD_IDENTITY: ${{ secrets.E2E_ADMIN_PASSWORD_IDENTITY }} + #USERNAME_ADF: ${{ secrets.E2E_USERNAME }} + USERNAME_ADF: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} + PASSWORD_ADF: ${{ secrets.E2E_PASSWORD }} + URL_HOST_ADF: "http://localhost:4200" + IDENTITY_ADMIN_EMAIL: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} + IDENTITY_ADMIN_PASSWORD: ${{ secrets.E2E_ADMIN_PASSWORD_IDENTITY }} + AWS_S3_BUCKET_ACTIVITI_LICENSE: ${{ secrets.AWS_S3_BUCKET_ACTIVITI_LICENSE }} + HOST_SSO: ${{ secrets.HOST_SSO }} LOG_LEVEL: "ERROR" + E2E_LOG_LEVEL: "ERROR" + E2E_MODELER_USERNAME: ${{ secrets.E2E_MODELER_USERNAME }} + E2E_MODELER_PASSWORD: ${{ secrets.E2E_MODELER_PASSWORD }} + EXTERNAL_ACS_HOST: ${{ secrets.EXTERNAL_ACS_HOST }} + E2E_DEVOPS_USERNAME: ${{ secrets.E2E_DEVOPS_USERNAME }} + E2E_DEVOPS_PASSWORD: ${{ secrets.E2E_DEVOPS_PASSWORD }} + USERNAME_SUPER_ADMIN_ADF: ${{ secrets.USERNAME_SUPER_ADMIN_ADF }} + PASSWORD_SUPER_ADMIN_ADF: ${{ secrets.PASSWORD_SUPER_ADMIN_ADF }} + HR_USER: ${{ secrets.HR_USER }} + HR_USER_PASSWORD: ${{ secrets.HR_USER_PASSWORD }} + SMART_RUNNER_PATH: ".protractor-smartrunner" + S3_DBP_PATH: ${{ secrets.S3_DBP_PATH }} S3_BUILD_BUCKET_SHORT_NAME: ${{ secrets.S3_BUILD_BUCKET_SHORT_NAME }} NODE_OPTIONS: "--max-old-space-size=5120" DOCKER_REPOSITORY_DOMAIN: ${{ secrets.DOCKER_REPOSITORY_DOMAIN }} DOCKER_REPOSITORY_USER: ${{ secrets.DOCKER_REPOSITORY_USER }} DOCKER_REPOSITORY_PASSWORD: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }} DOCKER_REPOSITORY_STORYBOOK: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/storybook" + DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell" GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} REPO_OWNER: "Alfresco" REPO_NAME: "alfresco-ng2-components" + DEMO_SHELL_DIR: "./dist/demo-shell" STORYBOOK_DIR: "./dist/storybook/stories" BUILT_LIBS_DIR: "./dist/libs" NODE_MODULES_DIR: "./node_modules" + SMART_RUNNER_DIRECTORY: ".protractor-smartrunner" + SAVE_SCREENSHOT: true REDIRECT_URI: / + BROWSER_RUN: false + MAXINSTANCES: 2 + PLAYWRIGHT_WORKERS: 2 + PLAYWRIGHT_STORYBOOK_E2E_HOST: http://localhost + PLAYWRIGHT_STORYBOOK_E2E_PORT: 4400 jobs: setup: @@ -98,16 +135,16 @@ jobs: setMigrations(); - name: Build libraries run: | - npx nx affected:build $NX_CALCULATION_FLAGS --prod --skip-nx-cache - npx nx affected $NX_CALCULATION_FLAGS --target=pretheme - npx nx affected $NX_CALCULATION_FLAGS --target=build-schematics + npx nx run-many --target=build --prod --exclude="demoshell" --skip-nx-cache + npx nx run-many --target=pretheme + npx nx run-many --target=build-schematics - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 name: release libraries GH registry with: node-version-file: '.nvmrc' registry-url: 'https://npm.pkg.github.com' scope: '@alfresco' - - run: npx nx affected --target=npm-publish $NX_CALCULATION_FLAGS --tag=branch|| exit 1 + - run: npx nx run-many --target=npm-publish --tag=branch|| exit 1 env: NODE_AUTH_TOKEN: ${{ secrets.PAT_WRITE_PKG }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 @@ -116,7 +153,7 @@ jobs: node-version-file: '.nvmrc' registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}' scope: '@alfresco' - - run: npx nx affected --target=npm-publish $NX_CALCULATION_FLAGS --tag=branch || exit 1 + - run: npx nx run-many --target=npm-publish --tag=branch || exit 1 env: NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} diff --git a/scripts/github/affected-contains.sh b/scripts/github/affected-contains.sh index f1743be5bf0..c0287d78455 100755 --- a/scripts/github/affected-contains.sh +++ b/scripts/github/affected-contains.sh @@ -11,7 +11,7 @@ if [ "${GITHUB_EVENT_NAME}" == "schedule" ]; then exit 0 fi isAffected=false -AFFECTED_LIBS=$(npx nx print-affected --type=lib --select=projects ${NX_CALCULATION_FLAGS} --plain) +AFFECTED_LIBS=$(npx nx show projects --affected ${NX_CALCULATION_FLAGS} --plain) #echo "Verify if affected build contains $1" #echo "Affected libs:$AFFECTED_LIBS" if [[ $AFFECTED_LIBS =~ $verifyLib ]]; then From f666b9a04b892705320e46622e77eb924141d294 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 14:31:32 +0100 Subject: [PATCH 18/28] [MIGRATION] - rebased after the move of AlfrescoApiService --- lib/core/project.json | 12 +++---- .../schematics/migrations/collection.json | 2 +- lib/core/tsconfig.nx.migrations.json | 3 +- lib/core/tsconfig.schematics.json | 3 +- lib/js-api/tsconfig.json | 2 +- nx.json | 32 +++++++++++++++---- 6 files changed, 38 insertions(+), 16 deletions(-) diff --git a/lib/core/project.json b/lib/core/project.json index 3179f822a65..51b9edab3bf 100644 --- a/lib/core/project.json +++ b/lib/core/project.json @@ -24,13 +24,13 @@ "defaultConfiguration": "production" }, "build-schematics": { - "executor": "nx:run-commands", + "executor": "@nrwl/js:tsc", + "outputs": ["{options.outputPath}"], "options": { - "commands": [ - { - "command": "npx tsc -p lib/core/tsconfig.schematics.json && cp lib/core/schematics/migrations/collection.json dist/libs/core/schematics/migrations/collection.json" - } - ] + "outputPath": "dist/libs/core/schematics/migrations", + "main": "lib/core/schematics/migrations/index.ts", + "tsConfig": "lib/core/tsconfig.schematics.json", + "externalBuildTargets": ["build-schematics"] } }, "test": { diff --git a/lib/core/schematics/migrations/collection.json b/lib/core/schematics/migrations/collection.json index 5dbddf07949..56436c6df58 100644 --- a/lib/core/schematics/migrations/collection.json +++ b/lib/core/schematics/migrations/collection.json @@ -1,5 +1,5 @@ { - "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", + "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "move-out-alfresco-api": { "description": "Update alfresco-api imports", diff --git a/lib/core/tsconfig.nx.migrations.json b/lib/core/tsconfig.nx.migrations.json index 7b90cdf8eb4..39388c6bfe8 100644 --- a/lib/core/tsconfig.nx.migrations.json +++ b/lib/core/tsconfig.nx.migrations.json @@ -21,7 +21,8 @@ "sourceMap": true, "strictNullChecks": true, "target": "es2015", - "types": [] + "typeRoots": ["node_modules/@types"], + "types": ["node"] }, "include": [ "migrations/**/*" diff --git a/lib/core/tsconfig.schematics.json b/lib/core/tsconfig.schematics.json index a9cd3d8a358..763d6e684fd 100644 --- a/lib/core/tsconfig.schematics.json +++ b/lib/core/tsconfig.schematics.json @@ -20,7 +20,8 @@ "sourceMap": true, "strictNullChecks": true, "target": "es2015", - "types": [] + "typeRoots": ["node_modules/@types"], + "types": ["node"] }, "include": [ "schematics/**/*" diff --git a/lib/js-api/tsconfig.json b/lib/js-api/tsconfig.json index c4d1b98a8fe..0587147f7cd 100644 --- a/lib/js-api/tsconfig.json +++ b/lib/js-api/tsconfig.json @@ -18,7 +18,7 @@ "outDir": "./.out", "lib": ["es2018", "dom"], "typeRoots": ["node_modules/@types"], - "types": [] + "types": ["node"] }, "exclude": [".history", "*/node_modules", "config", "performance", "coverage", "node_modules", "package", "dist", "test"] } diff --git a/nx.json b/nx.json index 99666ee72a3..b69162f3296 100644 --- a/nx.json +++ b/nx.json @@ -7,25 +7,45 @@ "$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"] + "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}/**/*", "sharedGlobals"], + "default": [ + "{projectRoot}/**/*", + "sharedGlobals" + ], "sharedGlobals": [ "{workspaceRoot}/angular.json", "{workspaceRoot}/demo-shell/src/index.html", From c6bc2432359aca0e46682018d261b0dd74c8eddb Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 15:24:31 +0100 Subject: [PATCH 19/28] [MIGRATION] - fixed schematics build --- lib/core/project.json | 3 ++- lib/core/tsconfig.schematics.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/project.json b/lib/core/project.json index 51b9edab3bf..85780186fc7 100644 --- a/lib/core/project.json +++ b/lib/core/project.json @@ -30,7 +30,8 @@ "outputPath": "dist/libs/core/schematics/migrations", "main": "lib/core/schematics/migrations/index.ts", "tsConfig": "lib/core/tsconfig.schematics.json", - "externalBuildTargets": ["build-schematics"] + "externalBuildTargets": ["build-schematics"], + "assets": ["lib/core/schematics/migrations/collection.json"] } }, "test": { diff --git a/lib/core/tsconfig.schematics.json b/lib/core/tsconfig.schematics.json index 763d6e684fd..cf80a813254 100644 --- a/lib/core/tsconfig.schematics.json +++ b/lib/core/tsconfig.schematics.json @@ -20,7 +20,6 @@ "sourceMap": true, "strictNullChecks": true, "target": "es2015", - "typeRoots": ["node_modules/@types"], "types": ["node"] }, "include": [ From 8ba2482b236d58c9b5cb37d975dbbaac2b8f7cf5 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Mon, 9 Sep 2024 16:06:23 +0100 Subject: [PATCH 20/28] [MIGRATION] - the lesson is : do not change what is already working --- lib/js-api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js-api/tsconfig.json b/lib/js-api/tsconfig.json index 0587147f7cd..c4d1b98a8fe 100644 --- a/lib/js-api/tsconfig.json +++ b/lib/js-api/tsconfig.json @@ -18,7 +18,7 @@ "outDir": "./.out", "lib": ["es2018", "dom"], "typeRoots": ["node_modules/@types"], - "types": ["node"] + "types": [] }, "exclude": [".history", "*/node_modules", "config", "performance", "coverage", "node_modules", "package", "dist", "test"] } From af7bb931aae6c83007f5d7d50d1d90b631e00849 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Tue, 10 Sep 2024 12:42:03 +0100 Subject: [PATCH 21/28] Updated dependency for apollo --- lib/process-services-cloud/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 6e6ff3cff1a..2784acb6cbd 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -39,10 +39,10 @@ "@alfresco/js-api": ">=8.0.0-alpha.2-0", "@alfresco/adf-core": ">=7.0.0-alpha.2-0", "@alfresco/adf-content-services": ">=7.0.0-alpha.2-0", - "@apollo/client": "^3.7.2", + "@apollo/client": ">=3.7.2", "@ngx-translate/core": ">=14.0.0", - "apollo-angular": "^4.0.1", - "subscriptions-transport-ws": "^0.11.0" + "apollo-angular": ">=4.0.1", + "subscriptions-transport-ws": ">=0.11.0" }, "keywords": [ "process-services-cloud", From 29e9cd8910b7d236526907c1ef8a2e06fd365f19 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Tue, 10 Sep 2024 14:20:29 +0100 Subject: [PATCH 22/28] Rebased to latestp --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6581fcbace2..7c4d2124332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,6 @@ "": { "name": "alfresco-ng2-components", "version": "7.0.0-alpha.2", - "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@angular/animations": "16.2.9", diff --git a/package.json b/package.json index 339febf6196..c68a7b47a1c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "06": "echo -------------------------------------------- Clean ----------------------------------------------", "clean": "rimraf dist node_modules dist/libs", "playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'", - "postinstall": "npm run update-webdriver", "update-webdriver": "./scripts/webdriver-update-newest/update-to-newest-webdriver.sh", "update-webdriver:windows": "powershell -executionPolicy bypass ./scripts/update-webdriver.ps1" }, From 696713477535d3440348c306f48e3ec8a298af11 Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:00:00 +0200 Subject: [PATCH 23/28] Fixes after CR (#10202) --- .github/workflows/release-branch.yml | 37 - docs/release-notes/RelNote410.md | 323 +- docs/release-notes/RelNote420.md | 262 +- docs/release-notes/RelNote430.md | 374 +- .../documents/text/a_vsd_file.vsd | Bin 120732 -> 54784 bytes .../documents/word/a_dotx_file.dotx | Bin 276531 -> 153106 bytes .../documents/word/a_sxw_file.sxw | Bin 12190 -> 8095 bytes package-lock.json | 16858 ++++++---------- package.json | 65 +- 9 files changed, 6695 insertions(+), 11224 deletions(-) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index a8302aa3b61..a08287bd9fd 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -22,57 +22,20 @@ env: GH_RUN_NUMBER: ${{ github.run_attempt }} GH_BUILD_NUMBER: ${{ github.run_id }} JOB_ID: ${{ github.run_id }} - PROXY_HOST_BPM: ${{ secrets.E2E_HOST }} - E2E_IDENTITY_HOST_APA: ${{ secrets.E2E_IDENTITY_HOST_APA }} - E2E_HOST_APA: ${{ secrets.E2E_HOST_APA }} - E2E_HOST: ${{ secrets.E2E_HOST }} - E2E_USERNAME: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} - E2E_PASSWORD: ${{ secrets.E2E_PASSWORD }} - E2E_ADMIN_EMAIL_IDENTITY: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} - E2E_ADMIN_PASSWORD_IDENTITY: ${{ secrets.E2E_ADMIN_PASSWORD_IDENTITY }} - #USERNAME_ADF: ${{ secrets.E2E_USERNAME }} - USERNAME_ADF: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} - PASSWORD_ADF: ${{ secrets.E2E_PASSWORD }} - URL_HOST_ADF: "http://localhost:4200" - IDENTITY_ADMIN_EMAIL: ${{ secrets.E2E_ADMIN_EMAIL_IDENTITY }} - IDENTITY_ADMIN_PASSWORD: ${{ secrets.E2E_ADMIN_PASSWORD_IDENTITY }} - AWS_S3_BUCKET_ACTIVITI_LICENSE: ${{ secrets.AWS_S3_BUCKET_ACTIVITI_LICENSE }} - HOST_SSO: ${{ secrets.HOST_SSO }} LOG_LEVEL: "ERROR" - E2E_LOG_LEVEL: "ERROR" - E2E_MODELER_USERNAME: ${{ secrets.E2E_MODELER_USERNAME }} - E2E_MODELER_PASSWORD: ${{ secrets.E2E_MODELER_PASSWORD }} - EXTERNAL_ACS_HOST: ${{ secrets.EXTERNAL_ACS_HOST }} - E2E_DEVOPS_USERNAME: ${{ secrets.E2E_DEVOPS_USERNAME }} - E2E_DEVOPS_PASSWORD: ${{ secrets.E2E_DEVOPS_PASSWORD }} - USERNAME_SUPER_ADMIN_ADF: ${{ secrets.USERNAME_SUPER_ADMIN_ADF }} - PASSWORD_SUPER_ADMIN_ADF: ${{ secrets.PASSWORD_SUPER_ADMIN_ADF }} - HR_USER: ${{ secrets.HR_USER }} - HR_USER_PASSWORD: ${{ secrets.HR_USER_PASSWORD }} - SMART_RUNNER_PATH: ".protractor-smartrunner" - S3_DBP_PATH: ${{ secrets.S3_DBP_PATH }} S3_BUILD_BUCKET_SHORT_NAME: ${{ secrets.S3_BUILD_BUCKET_SHORT_NAME }} NODE_OPTIONS: "--max-old-space-size=5120" DOCKER_REPOSITORY_DOMAIN: ${{ secrets.DOCKER_REPOSITORY_DOMAIN }} DOCKER_REPOSITORY_USER: ${{ secrets.DOCKER_REPOSITORY_USER }} DOCKER_REPOSITORY_PASSWORD: ${{ secrets.DOCKER_REPOSITORY_PASSWORD }} DOCKER_REPOSITORY_STORYBOOK: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/storybook" - DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell" GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} REPO_OWNER: "Alfresco" REPO_NAME: "alfresco-ng2-components" - DEMO_SHELL_DIR: "./dist/demo-shell" STORYBOOK_DIR: "./dist/storybook/stories" BUILT_LIBS_DIR: "./dist/libs" NODE_MODULES_DIR: "./node_modules" - SMART_RUNNER_DIRECTORY: ".protractor-smartrunner" - SAVE_SCREENSHOT: true REDIRECT_URI: / - BROWSER_RUN: false - MAXINSTANCES: 2 - PLAYWRIGHT_WORKERS: 2 - PLAYWRIGHT_STORYBOOK_E2E_HOST: http://localhost - PLAYWRIGHT_STORYBOOK_E2E_PORT: 4400 jobs: setup: diff --git a/docs/release-notes/RelNote410.md b/docs/release-notes/RelNote410.md index 3af091a55e3..7d67d88763a 100644 --- a/docs/release-notes/RelNote410.md +++ b/docs/release-notes/RelNote410.md @@ -59,167 +59,168 @@ 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 @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) +## 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) + 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 2ffed67b6b6..0ae3eb46f52 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 - -- [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). +## 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). 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 05c52963696..b2ba5f94dc8 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 - -- [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) +## 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) 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 a317c805231ca4c720792dbe2df3b44d9ac6191b..457995406e7a51f5ead253325572b7b1a60d1b04 100644 GIT binary patch literal 54784 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 aS%;_>)n5s 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 literal 120732 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 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 de91a4055ca65bb7936adfcb995272fa6a3c3ca7..87f95e892d73eec19ea00f60ac22d4bc35f46bc4 100644 GIT binary patch literal 153106 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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+ diff --git a/e2e/resources/adf/allFileTypes/documents/word/a_sxw_file.sxw b/e2e/resources/adf/allFileTypes/documents/word/a_sxw_file.sxw index a484246fcb179eea61e3f4e82e1e15cdecdcb281..3f4be982a24787b8b01d64eb4cc1b3b8daf1922d 100644 GIT binary patch literal 8095 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 I!b*Jm52hWEssI20 literal 12190 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 diff --git a/package-lock.json b/package-lock.json index 7c4d2124332..319b14370ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,9 +37,7 @@ "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", @@ -91,7 +89,6 @@ "@types/mocha": "^10.0.6", "@types/node": "20.16.1", "@types/pdfjs-dist": "^2.10.378", - "@types/selenium-webdriver": "4.1.25", "@types/shelljs": "^0.8.15", "@types/superagent": "^4.1.22", "@typescript-eslint/eslint-plugin": "5.59.8", @@ -99,7 +96,7 @@ "@typescript-eslint/typescript-estree": "7.1.1", "ajv": "^8.12.0", "commander": "12.0.0", - "css-loader": "^6.10.0", + "css-loader": "^7.1.2", "dotenv": "16.4.5", "editorjs-html": "3.4.3", "editorjs-paragraph-with-alignment": "3.0.0", @@ -134,7 +131,6 @@ "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", "lint-staged": "15.2.9", - "lite-server": "^2.6.1", "mini-css-extract-plugin": "2.9.1", "mocha": "10.7.3", "moment": "^2.29.4", @@ -146,12 +142,8 @@ "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.10", "sass-loader": "13.3.2", - "selenium-webdriver": "^4.14.0", "shelljs": "^0.8.5", "spdx-license-list": "^6.9.0", "storybook": "^8.2.9", @@ -165,7 +157,7 @@ "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=6.0.0" + "node": ">=18.0.0" } }, "lib/eslint-angular": { @@ -176,8 +168,7 @@ }, "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==" + "license": "MIT" }, "node_modules/@alfresco/eslint-plugin-eslint-angular": { "resolved": "lib/eslint-angular", @@ -185,8 +176,8 @@ }, "node_modules/@ampproject/remapping": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", - "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -197,9 +188,8 @@ }, "node_modules/@angular-devkit/architect": { "version": "0.1602.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1602.9.tgz", - "integrity": "sha512-U3vfb/e2sFfg0D9FyyRBXRPP7g4FBFtGK8Q3JPmvAVsHHwi5AUFRNR7YBChB/T5TMNY077HcTyEirVh2FeUpdA==", "dev": true, + "license": "MIT", "dependencies": { "@angular-devkit/core": "16.2.9", "rxjs": "7.8.1" @@ -212,9 +202,8 @@ }, "node_modules/@angular-devkit/build-angular": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-16.2.9.tgz", - "integrity": "sha512-S1C4UYxRVyNt3C0wCxbT2jZ1dN5i37kS0mol3PQjbR8gQ0GQzHmzhjTBl1oImo8aouET9yhrk9etk65oat4mBQ==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "2.2.1", "@angular-devkit/architect": "0.1602.9", @@ -332,45 +321,6 @@ } } }, - "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": { - "@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": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "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, - "bin": { - "semver": "bin/semver.js" - } - }, "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", @@ -421,12 +371,11 @@ }, "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, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -467,22 +416,6 @@ "node": ">=12" } }, - "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, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, "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", @@ -725,9 +658,8 @@ }, "node_modules/@angular-devkit/build-angular/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -741,18 +673,16 @@ }, "node_modules/@angular-devkit/build-angular/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, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@angular-devkit/build-angular/node_modules/css-loader": { "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, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.21", @@ -776,10 +706,9 @@ }, "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, "hasInstallScript": true, + "license": "MIT", "optional": true, "bin": { "esbuild": "bin/esbuild" @@ -812,11 +741,26 @@ "@esbuild/win32-x64": "0.18.17" } }, + "node_modules/@angular-devkit/build-angular/node_modules/esbuild/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, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@angular-devkit/build-angular/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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -827,36 +771,21 @@ }, "node_modules/@angular-devkit/build-angular/node_modules/estraverse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/@angular-devkit/build-angular/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/@angular-devkit/build-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==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } + "license": "MIT" }, "node_modules/@angular-devkit/build-angular/node_modules/mini-css-extract-plugin": { "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, + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0" }, @@ -873,8 +802,6 @@ }, "node_modules/@angular-devkit/build-angular/node_modules/postcss": { "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -890,6 +817,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", @@ -899,32 +827,15 @@ "node": "^10 || ^12 || >=14" } }, - "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": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/tslib": { "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", - "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==", - "dev": true + "dev": true, + "license": "0BSD" }, "node_modules/@angular-devkit/build-angular/node_modules/webpack": { "version": "5.88.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", - "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.0", @@ -969,9 +880,8 @@ }, "node_modules/@angular-devkit/build-angular/node_modules/webpack/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, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -985,17 +895,10 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/@angular-devkit/build-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/@angular-devkit/build-webpack": { "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, + "license": "MIT", "dependencies": { "@angular-devkit/architect": "0.1602.9", "rxjs": "7.8.1" @@ -1012,9 +915,8 @@ }, "node_modules/@angular-devkit/core": { "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, + "license": "MIT", "dependencies": { "ajv": "8.12.0", "ajv-formats": "2.1.1", @@ -1039,9 +941,8 @@ }, "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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -1055,9 +956,8 @@ }, "node_modules/@angular-devkit/schematics": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-16.2.9.tgz", - "integrity": "sha512-lB51CGCILpcSI37CwKUAGDLxMqh7zmuRbiPo9s9mSkCM4ccqxFlaL+VFTq2/laneARD6aikpOHnkVm5myNzQPw==", "dev": true, + "license": "MIT", "dependencies": { "@angular-devkit/core": "16.2.9", "jsonc-parser": "3.2.0", @@ -1073,15 +973,13 @@ }, "node_modules/@angular-eslint/bundled-angular-compiler": { "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 + "dev": true, + "license": "MIT" }, "node_modules/@angular-eslint/eslint-plugin": { "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, + "license": "MIT", "dependencies": { "@angular-eslint/utils": "16.0.3", "@typescript-eslint/utils": "5.59.7" @@ -1093,9 +991,8 @@ }, "node_modules/@angular-eslint/eslint-plugin-template": { "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, + "license": "MIT", "dependencies": { "@angular-eslint/bundled-angular-compiler": "16.0.3", "@angular-eslint/utils": "16.0.3", @@ -1111,9 +1008,8 @@ }, "node_modules/@angular-eslint/template-parser": { "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, + "license": "MIT", "dependencies": { "@angular-eslint/bundled-angular-compiler": "16.0.3", "eslint-scope": "^7.0.0" @@ -1125,9 +1021,8 @@ }, "node_modules/@angular-eslint/utils": { "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, + "license": "MIT", "dependencies": { "@angular-eslint/bundled-angular-compiler": "16.0.3", "@typescript-eslint/utils": "5.59.7" @@ -1139,8 +1034,7 @@ }, "node_modules/@angular/animations": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.9.tgz", - "integrity": "sha512-J+nsc2x/ZQuh+YwwTzxXUrV+7SBpJq6DDStfTFkZls9PWGRj9fjqQeRCWrfNLllpxopAEjhFkoyK06oSjcwqAw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1153,8 +1047,7 @@ }, "node_modules/@angular/cdk": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.9.tgz", - "integrity": "sha512-TrLV68YpddUx3t2rs8W29CPk8YkgNGA8PKHwjB4Xvo1yaEH5XUnsw3MQCh42Ee7FKseaqzFgG85USZXAK0IB0A==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1168,15 +1061,14 @@ } }, "node_modules/@angular/cli": { - "version": "16.2.14", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-16.2.14.tgz", - "integrity": "sha512-0y71jtitigVolm4Rim1b8xPQ+B22cGp4Spef2Wunpqj67UowN6tsZaVuWBEQh4u5xauX8LAHKqsvy37ZPWCc4A==", + "version": "16.2.15", "dev": true, + "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.1602.14", - "@angular-devkit/core": "16.2.14", - "@angular-devkit/schematics": "16.2.14", - "@schematics/angular": "16.2.14", + "@angular-devkit/architect": "0.1602.15", + "@angular-devkit/core": "16.2.15", + "@angular-devkit/schematics": "16.2.15", + "@schematics/angular": "16.2.15", "@yarnpkg/lockfile": "1.1.0", "ansi-colors": "4.1.3", "ini": "4.1.1", @@ -1202,12 +1094,11 @@ } }, "node_modules/@angular/cli/node_modules/@angular-devkit/architect": { - "version": "0.1602.14", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1602.14.tgz", - "integrity": "sha512-eSdONEV5dbtLNiOMBy9Ue9DdJ1ct6dH9RdZfYiedq6VZn0lejePAjY36MYVXgq2jTE+v/uIiaNy7caea5pt55A==", + "version": "0.1602.15", "dev": true, + "license": "MIT", "dependencies": { - "@angular-devkit/core": "16.2.14", + "@angular-devkit/core": "16.2.15", "rxjs": "7.8.1" }, "engines": { @@ -1217,10 +1108,9 @@ } }, "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==", + "version": "16.2.15", "dev": true, + "license": "MIT", "dependencies": { "ajv": "8.12.0", "ajv-formats": "2.1.1", @@ -1244,12 +1134,11 @@ } }, "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==", + "version": "16.2.15", "dev": true, + "license": "MIT", "dependencies": { - "@angular-devkit/core": "16.2.14", + "@angular-devkit/core": "16.2.15", "jsonc-parser": "3.2.0", "magic-string": "0.30.1", "ora": "5.4.1", @@ -1262,13 +1151,12 @@ } }, "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==", + "version": "16.2.15", "dev": true, + "license": "MIT", "dependencies": { - "@angular-devkit/core": "16.2.14", - "@angular-devkit/schematics": "16.2.14", + "@angular-devkit/core": "16.2.15", + "@angular-devkit/schematics": "16.2.15", "jsonc-parser": "3.2.0" }, "engines": { @@ -1279,9 +1167,8 @@ }, "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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -1293,43 +1180,9 @@ "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": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.9.tgz", - "integrity": "sha512-5Lh5KsxCkaoBDeSAghKNF5lCi0083ug4X2X7wnafsSd6Z3xt/rDjH9hDOP5SF5IDLtCVjJgHfs3cCLSTjRuNwg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1343,8 +1196,7 @@ }, "node_modules/@angular/compiler": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", - "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1362,9 +1214,8 @@ }, "node_modules/@angular/compiler-cli": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.9.tgz", - "integrity": "sha512-ecH2oOlijJdDqioD9IfgdqJGoRRHI6hAx5rwBxIaYk01ywj13KzvXWPrXbCIupeWtV/XUZUlbwf47nlmL5gxZg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "7.22.5", "@jridgewell/sourcemap-codec": "^1.4.14", @@ -1388,10 +1239,46 @@ "typescript": ">=4.9.3 <5.2" } }, + "node_modules/@angular/compiler-cli/node_modules/@babel/core": { + "version": "7.22.5", + "dev": true, + "license": "MIT", + "dependencies": { + "@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", + "json5": "^2.2.2", + "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", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@angular/core": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-16.2.9.tgz", - "integrity": "sha512-chvPX29ZBcMDuh7rLIgb0Cru6oJ/0FaqRzfOI3wT4W2F9W1HOlCtipovzmPYaUAmXBWfVP4EBO9TOWnpog0S0w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1405,8 +1292,7 @@ }, "node_modules/@angular/forms": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-16.2.9.tgz", - "integrity": "sha512-rxlg2iNJNBH/uc7b5YqybfYc8BkLzzPv1d/nMsQUlY0O2UV2zwNRpcIiWbWd7+ZaKjcyPynVe9FsXC8wgWIABw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1422,8 +1308,7 @@ }, "node_modules/@angular/material": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-16.2.9.tgz", - "integrity": "sha512-ppEVvB5+TAqYxEiWCOt56TJbKayuJXPO5gAIaoIgaj7a77A3iuJRBZD/TLldqUxqCI6T5pwuTVzdeDU4tTHGug==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/auto-init": "15.0.0-canary.bc9ae6c9c.0", @@ -1486,8 +1371,7 @@ }, "node_modules/@angular/material-date-fns-adapter": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1499,8 +1383,7 @@ }, "node_modules/@angular/platform-browser": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.2.9.tgz", - "integrity": "sha512-9Je7+Jmx0AOyRzBBumraVJG3M0R6YbT4c9jTUbLGJCcPxwDI3/u2ZzvW3rBqpmrDaqLxN5f1LcZeTZx287QeqQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1520,8 +1403,7 @@ }, "node_modules/@angular/platform-browser-dynamic": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1537,8 +1419,7 @@ }, "node_modules/@angular/router": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.9.tgz", - "integrity": "sha512-5vrJNMblTDx3WC3dtaqLddWNtR0P9iwpqffeZL1uobBIwP4hbJx+8Dos3TwxGR4hnopFKahoDQ5nC0NOQslyog==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -1554,8 +1435,7 @@ }, "node_modules/@apollo/client": { "version": "3.11.4", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.4.tgz", - "integrity": "sha512-bmgYKkULpym8wt8aXlAZ1heaYo0skLJ5ru0qJ+JCRoo03Pe+yIDbBCnqlDw6Mjj76hFkDw3HwFMgZC2Hxp30Mg==", + "license": "MIT", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", @@ -1596,14 +1476,12 @@ }, "node_modules/@assemblyscript/loader": { "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz", - "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "license": "MIT", "dependencies": { "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" @@ -1614,32 +1492,32 @@ }, "node_modules/@babel/compat-data": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz", - "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", + "version": "7.22.9", + "dev": true, + "license": "MIT", "dependencies": { "@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/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.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.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -1651,16 +1529,16 @@ }, "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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", - "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.22.5", "@jridgewell/gen-mapping": "^0.3.2", @@ -1673,9 +1551,8 @@ }, "node_modules/@babel/helper-annotate-as-pure": { "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, + "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" }, @@ -1685,8 +1562,8 @@ }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1697,8 +1574,8 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", - "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.25.2", "@babel/helper-validator-option": "^7.24.8", @@ -1712,16 +1589,16 @@ }, "node_modules/@babel/helper-compilation-targets/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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-class-features-plugin": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz", - "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-member-expression-to-functions": "^7.24.8", @@ -1740,8 +1617,8 @@ }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1751,16 +1628,16 @@ }, "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", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-regexp-features-plugin": { "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", - "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "regexpu-core": "^5.3.1", @@ -1775,8 +1652,8 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1786,16 +1663,16 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin/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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -1809,9 +1686,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1821,8 +1697,8 @@ }, "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", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.8", "@babel/types": "^7.24.8" @@ -1833,8 +1709,8 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1845,8 +1721,8 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", - "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-simple-access": "^7.24.7", @@ -1862,8 +1738,8 @@ }, "node_modules/@babel/helper-optimise-call-expression": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1873,16 +1749,16 @@ }, "node_modules/@babel/helper-plugin-utils": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", - "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-wrap-function": "^7.25.0", @@ -1897,8 +1773,8 @@ }, "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1908,8 +1784,8 @@ }, "node_modules/@babel/helper-replace-supers": { "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", - "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-member-expression-to-functions": "^7.24.8", "@babel/helper-optimise-call-expression": "^7.24.7", @@ -1924,8 +1800,8 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1936,8 +1812,8 @@ }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1948,9 +1824,8 @@ }, "node_modules/@babel/helper-split-export-declaration": { "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, + "license": "MIT", "dependencies": { "@babel/types": "^7.22.5" }, @@ -1960,32 +1835,31 @@ }, "node_modules/@babel/helper-string-parser": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", - "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.25.0", "@babel/traverse": "^7.25.0", @@ -1997,8 +1871,8 @@ }, "node_modules/@babel/helper-wrap-function/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, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -2009,12 +1883,12 @@ } }, "node_modules/@babel/helpers": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz", - "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/types": "^7.25.6" }, "engines": { "node": ">=6.9.0" @@ -2022,8 +1896,8 @@ }, "node_modules/@babel/helpers/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, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -2035,8 +1909,7 @@ }, "node_modules/@babel/highlight": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", @@ -2048,11 +1921,11 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.4.tgz", - "integrity": "sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.4" + "@babel/types": "^7.25.6" }, "bin": { "parser": "bin/babel-parser.js" @@ -2063,8 +1936,8 @@ }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/traverse": "^7.25.3" @@ -2078,8 +1951,8 @@ }, "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -2092,8 +1965,8 @@ }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", - "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -2106,8 +1979,8 @@ }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -2122,8 +1995,8 @@ }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/traverse": "^7.25.0" @@ -2137,10 +2010,8 @@ }, "node_modules/@babel/plugin-proposal-async-generator-functions": { "version": "7.20.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.", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-plugin-utils": "^7.20.2", @@ -2156,10 +2027,8 @@ }, "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", - "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.", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2173,9 +2042,8 @@ }, "node_modules/@babel/plugin-proposal-decorators": { "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, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2190,8 +2058,8 @@ }, "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==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -2201,10 +2069,8 @@ }, "node_modules/@babel/plugin-proposal-unicode-property-regex": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2218,8 +2084,8 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2229,9 +2095,8 @@ }, "node_modules/@babel/plugin-syntax-bigint": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2241,8 +2106,8 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -2252,8 +2117,8 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2266,9 +2131,8 @@ }, "node_modules/@babel/plugin-syntax-decorators": { "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, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2281,8 +2145,8 @@ }, "node_modules/@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2292,8 +2156,8 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -2301,26 +2165,12 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-flow": { - "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==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2330,11 +2180,11 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "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==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2345,8 +2195,8 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2356,8 +2206,8 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2367,8 +2217,8 @@ }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2381,8 +2231,8 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2392,8 +2242,8 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2403,8 +2253,8 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2414,8 +2264,8 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2425,8 +2275,8 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2436,8 +2286,8 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2447,8 +2297,8 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2461,8 +2311,8 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2474,11 +2324,11 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", - "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", + "version": "7.25.4", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2489,8 +2339,8 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2504,8 +2354,8 @@ }, "node_modules/@babel/plugin-transform-arrow-functions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2518,8 +2368,8 @@ }, "node_modules/@babel/plugin-transform-async-generator-functions": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz", - "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-remap-async-to-generator": "^7.25.0", @@ -2535,9 +2385,8 @@ }, "node_modules/@babel/plugin-transform-async-to-generator": { "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, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5", @@ -2552,8 +2401,8 @@ }, "node_modules/@babel/plugin-transform-block-scoped-functions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2566,8 +2415,8 @@ }, "node_modules/@babel/plugin-transform-block-scoping": { "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", - "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -2580,8 +2429,8 @@ }, "node_modules/@babel/plugin-transform-class-properties": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz", - "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.25.4", "@babel/helper-plugin-utils": "^7.24.8" @@ -2595,8 +2444,8 @@ }, "node_modules/@babel/plugin-transform-class-static-block": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2611,8 +2460,8 @@ }, "node_modules/@babel/plugin-transform-classes": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz", - "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-compilation-targets": "^7.25.2", @@ -2630,8 +2479,8 @@ }, "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -2641,8 +2490,8 @@ }, "node_modules/@babel/plugin-transform-computed-properties": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/template": "^7.24.7" @@ -2655,13 +2504,13 @@ } }, "node_modules/@babel/plugin-transform-computed-properties/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", + "dev": true, + "license": "MIT", "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" @@ -2669,8 +2518,8 @@ }, "node_modules/@babel/plugin-transform-destructuring": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -2683,8 +2532,8 @@ }, "node_modules/@babel/plugin-transform-dotall-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2698,8 +2547,8 @@ }, "node_modules/@babel/plugin-transform-duplicate-keys": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2712,8 +2561,8 @@ }, "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.25.0", "@babel/helper-plugin-utils": "^7.24.8" @@ -2727,8 +2576,8 @@ }, "node_modules/@babel/plugin-transform-dynamic-import": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -2742,8 +2591,8 @@ }, "node_modules/@babel/plugin-transform-exponentiation-operator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2757,8 +2606,8 @@ }, "node_modules/@babel/plugin-transform-export-namespace-from": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -2770,25 +2619,10 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-flow-strip-types": { - "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==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/plugin-syntax-flow": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-transform-for-of": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -2802,8 +2636,8 @@ }, "node_modules/@babel/plugin-transform-function-name": { "version": "7.25.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", - "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.8", "@babel/helper-plugin-utils": "^7.24.8", @@ -2818,8 +2652,8 @@ }, "node_modules/@babel/plugin-transform-json-strings": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -2833,8 +2667,8 @@ }, "node_modules/@babel/plugin-transform-literals": { "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", - "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -2847,8 +2681,8 @@ }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -2862,8 +2696,8 @@ }, "node_modules/@babel/plugin-transform-member-expression-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2876,8 +2710,8 @@ }, "node_modules/@babel/plugin-transform-modules-amd": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2891,8 +2725,8 @@ }, "node_modules/@babel/plugin-transform-modules-commonjs": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.8", "@babel/helper-plugin-utils": "^7.24.8", @@ -2907,8 +2741,8 @@ }, "node_modules/@babel/plugin-transform-modules-systemjs": { "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", - "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.25.0", "@babel/helper-plugin-utils": "^7.24.8", @@ -2924,8 +2758,8 @@ }, "node_modules/@babel/plugin-transform-modules-umd": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2939,8 +2773,8 @@ }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2954,8 +2788,8 @@ }, "node_modules/@babel/plugin-transform-new-target": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2968,8 +2802,8 @@ }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -2983,8 +2817,8 @@ }, "node_modules/@babel/plugin-transform-numeric-separator": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -2998,8 +2832,8 @@ }, "node_modules/@babel/plugin-transform-object-rest-spread": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -3015,8 +2849,8 @@ }, "node_modules/@babel/plugin-transform-object-super": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-replace-supers": "^7.24.7" @@ -3030,8 +2864,8 @@ }, "node_modules/@babel/plugin-transform-optional-catch-binding": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -3045,8 +2879,8 @@ }, "node_modules/@babel/plugin-transform-optional-chaining": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -3061,8 +2895,8 @@ }, "node_modules/@babel/plugin-transform-parameters": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3075,8 +2909,8 @@ }, "node_modules/@babel/plugin-transform-private-methods": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz", - "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.25.4", "@babel/helper-plugin-utils": "^7.24.8" @@ -3090,8 +2924,8 @@ }, "node_modules/@babel/plugin-transform-private-property-in-object": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-create-class-features-plugin": "^7.24.7", @@ -3107,8 +2941,8 @@ }, "node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -3118,8 +2952,8 @@ }, "node_modules/@babel/plugin-transform-property-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3132,8 +2966,8 @@ }, "node_modules/@babel/plugin-transform-regenerator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" @@ -3147,8 +2981,8 @@ }, "node_modules/@babel/plugin-transform-reserved-words": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3161,9 +2995,8 @@ }, "node_modules/@babel/plugin-transform-runtime": { "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, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5", @@ -3181,17 +3014,16 @@ }, "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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/plugin-transform-shorthand-properties": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3204,8 +3036,8 @@ }, "node_modules/@babel/plugin-transform-spread": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -3219,8 +3051,8 @@ }, "node_modules/@babel/plugin-transform-sticky-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3233,8 +3065,8 @@ }, "node_modules/@babel/plugin-transform-template-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3247,8 +3079,8 @@ }, "node_modules/@babel/plugin-transform-typeof-symbol": { "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -3260,13 +3092,14 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.8.tgz", - "integrity": "sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q==", + "version": "7.25.2", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.8", + "@babel/helper-create-class-features-plugin": "^7.25.0", "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { @@ -3278,8 +3111,8 @@ }, "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-annotate-as-pure": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -3289,8 +3122,8 @@ }, "node_modules/@babel/plugin-transform-unicode-escapes": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3303,8 +3136,8 @@ }, "node_modules/@babel/plugin-transform-unicode-property-regex": { "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3318,8 +3151,8 @@ }, "node_modules/@babel/plugin-transform-unicode-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3333,8 +3166,8 @@ }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz", - "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8" @@ -3348,9 +3181,8 @@ }, "node_modules/@babel/preset-env": { "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, + "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.9", "@babel/helper-compilation-targets": "^7.22.9", @@ -3442,34 +3274,16 @@ }, "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==", - "devOptional": true, + "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, - "node_modules/@babel/preset-flow": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.7.tgz", - "integrity": "sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-transform-flow-strip-types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/preset-modules": { "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz", - "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", @@ -3483,8 +3297,8 @@ }, "node_modules/@babel/preset-typescript": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz", - "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-validator-option": "^7.24.7", @@ -3499,141 +3313,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/register": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.24.6.tgz", - "integrity": "sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==", - "dependencies": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.6", - "source-map-support": "^0.5.16" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/register/node_modules/find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@babel/register/node_modules/p-locate": { - "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==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/register/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@babel/register/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } - }, "node_modules/@babel/regjsgen": { "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + "dev": true, + "license": "MIT" }, "node_modules/@babel/runtime": { "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz", - "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==", + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.13.11" }, @@ -3643,8 +3330,8 @@ }, "node_modules/@babel/template": { "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.22.5", "@babel/parser": "^7.22.5", @@ -3655,15 +3342,15 @@ } }, "node_modules/@babel/traverse": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.4.tgz", - "integrity": "sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.4", - "@babel/parser": "^7.25.4", + "@babel/generator": "^7.25.6", + "@babel/parser": "^7.25.6", "@babel/template": "^7.25.0", - "@babel/types": "^7.25.4", + "@babel/types": "^7.25.6", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -3672,11 +3359,11 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.25.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", - "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.4", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -3687,8 +3374,8 @@ }, "node_modules/@babel/traverse/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, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -3699,9 +3386,9 @@ } }, "node_modules/@babel/types": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.4.tgz", - "integrity": "sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==", + "version": "7.25.6", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", @@ -3711,23 +3398,15 @@ "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 + "dev": true, + "license": "MIT" }, "node_modules/@chromatic-com/storybook": { "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@chromatic-com/storybook/-/storybook-1.7.0.tgz", - "integrity": "sha512-0aAkSaNsHaJL37/r+TIbpKjCouIysvoJno61LzUSs1xW4fpxF7gdr8xwIOONQjEsz2Fa0uFHXmzkFYcH6o8kmA==", "dev": true, + "license": "MIT", "dependencies": { "chromatic": "^11.4.0", "filesize": "^10.0.12", @@ -3740,52 +3419,22 @@ "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", - "integrity": "sha512-s6H2KXhLz2rgbMZSkRm8dsMJvyUNZsEjxobBEg9ztdrb1B2H3pEzY6iTwI4XUPJWJ3c3qRKwV4TrO3J5jUdoQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@colors/colors": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.1.90" } }, "node_modules/@cspell/cspell-bundled-dicts": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.9.tgz", - "integrity": "sha512-ebfrf5Zaw33bcqT80Qrkv7IGT7GI/CDp15bSk2EUmdORzk1SCKZl6L4vUo3NLMmxVwYioS+OQmsW8E88sJNyGg==", + "license": "MIT", "dependencies": { "@cspell/dict-ada": "^4.0.2", "@cspell/dict-aws": "^4.0.0", @@ -3842,16 +3491,14 @@ }, "node_modules/@cspell/cspell-pipe": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.9.tgz", - "integrity": "sha512-gKYTHcryKOaTmr6t+M5h1sZnQ42eHeumBJejovphipXfdivedUnuYyQrrQGFAlUKzfEOWcOPME1nm17xsaX5Ww==", + "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/@cspell/cspell-resolver": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.9.tgz", - "integrity": "sha512-2slYAGvi7EFLKyJ5hrYBNaFT2iyOEQM1pEIzm+PDuhNJE/9wuBY5pBVqIgFSPz53vsQvW9GJThNY8h1/2EH3ZA==", + "license": "MIT", "dependencies": { "global-dirs": "^3.0.1" }, @@ -3861,272 +3508,220 @@ }, "node_modules/@cspell/cspell-service-bus": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.9.tgz", - "integrity": "sha512-VyfK3qWtJZag4Fe/x1Oh/tqCNVGKGlQ2ArX1fVdmTVGQtZcbXuMKdZI80t4b8SGtzGINHufAdakpu3xucX/FrQ==", + "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/@cspell/cspell-types": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.9.tgz", - "integrity": "sha512-p7s8yEV6ASz0HjiArH11yjNj3vXzK2Ep94GrpdtYJxSxFC2w1mXAVUaJB/5+jC4+1YeYsmcBFTXmZ1rGMyTv3g==", + "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/@cspell/dict-ada": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.2.tgz", - "integrity": "sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==" + "license": "MIT" }, "node_modules/@cspell/dict-aws": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-4.0.3.tgz", - "integrity": "sha512-0C0RQ4EM29fH0tIYv+EgDQEum0QI6OrmjENC9u98pB8UcnYxGG/SqinuPxo+TgcEuInj0Q73MsBpJ1l5xUnrsw==" + "version": "4.0.4", + "license": "MIT" }, "node_modules/@cspell/dict-bash": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.3.tgz", - "integrity": "sha512-tOdI3QVJDbQSwPjUkOiQFhYcu2eedmX/PtEpVWg0aFps/r6AyjUQINtTgpqMYnYuq8O1QUIQqnpx21aovcgZCw==" + "version": "4.1.4", + "license": "MIT" }, "node_modules/@cspell/dict-companies": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.1.3.tgz", - "integrity": "sha512-qaAmfKtQLA7Sbe9zfFVpcwyG92cx6+EiWIpPURv11Ng2QMv2PKhYcterUJBooAvgqD0/qq+AsLN8MREloY5Mdw==" + "version": "3.1.4", + "license": "MIT" }, "node_modules/@cspell/dict-cpp": { - "version": "5.1.12", - "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.1.12.tgz", - "integrity": "sha512-6lXLOFIa+k/qBcu0bjaE/Kc6v3sh9VhsDOXD1Dalm3zgd0QIMjp5XBmkpSdCAK3pWCPV0Se7ysVLDfCea1BuXg==" + "version": "5.1.16", + "license": "MIT" }, "node_modules/@cspell/dict-cryptocurrencies": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-4.0.0.tgz", - "integrity": "sha512-EiZp91ATyRxTmauIQfOX9adLYCunKjHEh092rrM7o2eMXP9n7zpXAL9BK7LviL+LbB8VDOm21q+s83cKrrRrsg==" + "license": "MIT" }, "node_modules/@cspell/dict-csharp": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", - "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==" + "license": "MIT" }, "node_modules/@cspell/dict-css": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.12.tgz", - "integrity": "sha512-vGBgPM92MkHQF5/2jsWcnaahOZ+C6OE/fPvd5ScBP72oFY9tn5GLuomcyO0z8vWCr2e0nUSX1OGimPtcQAlvSw==" + "version": "4.0.13", + "license": "MIT" }, "node_modules/@cspell/dict-dart": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.3.tgz", - "integrity": "sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==" + "version": "2.2.1", + "license": "MIT" }, "node_modules/@cspell/dict-data-science": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-2.0.1.tgz", - "integrity": "sha512-xeutkzK0eBe+LFXOFU2kJeAYO6IuFUc1g7iRLr7HeCmlC4rsdGclwGHh61KmttL3+YHQytYStxaRBdGAXWC8Lw==" + "license": "MIT" }, "node_modules/@cspell/dict-django": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz", - "integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==" + "license": "MIT" }, "node_modules/@cspell/dict-docker": { "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.7.tgz", - "integrity": "sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==" + "license": "MIT" }, "node_modules/@cspell/dict-dotnet": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.2.tgz", - "integrity": "sha512-UD/pO2A2zia/YZJ8Kck/F6YyDSpCMq0YvItpd4YbtDVzPREfTZ48FjZsbYi4Jhzwfvc6o8R56JusAE58P+4sNQ==" + "version": "5.0.5", + "license": "MIT" }, "node_modules/@cspell/dict-elixir": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz", - "integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==" + "license": "MIT" }, "node_modules/@cspell/dict-en_us": { "version": "4.3.23", - "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.23.tgz", - "integrity": "sha512-l0SoEQBsi3zDSl3OuL4/apBkxjuj4hLIg/oy6+gZ7LWh03rKdF6VNtSZNXWAmMY+pmb1cGA3ouleTiJIglbsIg==" + "license": "MIT" }, "node_modules/@cspell/dict-en-common-misspellings": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-1.0.2.tgz", - "integrity": "sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==" + "license": "MIT" }, "node_modules/@cspell/dict-en-gb": { "version": "1.1.33", - "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz", - "integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==" + "license": "MIT" }, "node_modules/@cspell/dict-filetypes": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.4.tgz", - "integrity": "sha512-IBi8eIVdykoGgIv5wQhOURi5lmCNJq0we6DvqKoPQJHthXbgsuO1qrHSiUVydMiQl/XvcnUWTMeAlVUlUClnVg==" + "license": "MIT" }, "node_modules/@cspell/dict-fonts": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-4.0.0.tgz", - "integrity": "sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==" + "license": "MIT" }, "node_modules/@cspell/dict-fsharp": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-fsharp/-/dict-fsharp-1.0.1.tgz", - "integrity": "sha512-23xyPcD+j+NnqOjRHgW3IU7Li912SX9wmeefcY0QxukbAxJ/vAN4rBpjSwwYZeQPAn3fxdfdNZs03fg+UM+4yQ==" + "license": "MIT" }, "node_modules/@cspell/dict-fullstack": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.2.0.tgz", - "integrity": "sha512-sIGQwU6G3rLTo+nx0GKyirR5dQSFeTIzFTOrURw51ISf+jKG9a3OmvsVtc2OANfvEAOLOC9Wfd8WYhmsO8KRDQ==" + "license": "MIT" }, "node_modules/@cspell/dict-gaming-terms": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.5.tgz", - "integrity": "sha512-C3riccZDD3d9caJQQs1+MPfrUrQ+0KHdlj9iUR1QD92FgTOF6UxoBpvHUUZ9YSezslcmpFQK4xQQ5FUGS7uWfw==" + "license": "MIT" }, "node_modules/@cspell/dict-git": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", - "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==" + "license": "MIT" }, "node_modules/@cspell/dict-golang": { - "version": "6.0.9", - "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.9.tgz", - "integrity": "sha512-etDt2WQauyEQDA+qPS5QtkYTb2I9l5IfQftAllVoB1aOrT6bxxpHvMEpJ0Hsn/vezxrCqa/BmtUbRxllIxIuSg==" + "version": "6.0.12", + "license": "MIT" }, "node_modules/@cspell/dict-haskell": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", - "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==" + "license": "MIT" }, "node_modules/@cspell/dict-html": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.5.tgz", - "integrity": "sha512-p0brEnRybzSSWi8sGbuVEf7jSTDmXPx7XhQUb5bgG6b54uj+Z0Qf0V2n8b/LWwIPJNd1GygaO9l8k3HTCy1h4w==" + "license": "MIT" }, "node_modules/@cspell/dict-html-symbol-entities": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", - "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==" + "license": "MIT" }, "node_modules/@cspell/dict-java": { "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.7.tgz", - "integrity": "sha512-ejQ9iJXYIq7R09BScU2y5OUGrSqwcD+J5mHFOKbduuQ5s/Eh/duz45KOzykeMLI6KHPVxhBKpUPBWIsfewECpQ==" + "license": "MIT" }, "node_modules/@cspell/dict-k8s": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.6.tgz", - "integrity": "sha512-srhVDtwrd799uxMpsPOQqeDJY+gEocgZpoK06EFrb4GRYGhv7lXo9Fb+xQMyQytzOW9dw4DNOEck++nacDuymg==" + "license": "MIT" }, "node_modules/@cspell/dict-latex": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz", - "integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==" + "license": "MIT" }, "node_modules/@cspell/dict-lorem-ipsum": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-4.0.0.tgz", - "integrity": "sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==" + "license": "MIT" }, "node_modules/@cspell/dict-lua": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.3.tgz", - "integrity": "sha512-lDHKjsrrbqPaea13+G9s0rtXjMO06gPXPYRjRYawbNmo4E/e3XFfVzeci3OQDQNDmf2cPOwt9Ef5lu2lDmwfJg==" + "license": "MIT" }, "node_modules/@cspell/dict-makefile": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-makefile/-/dict-makefile-1.0.0.tgz", - "integrity": "sha512-3W9tHPcSbJa6s0bcqWo6VisEDTSN5zOtDbnPabF7rbyjRpNo0uHXHRJQF8gAbFzoTzBBhgkTmrfSiuyQm7vBUQ==" + "license": "MIT" }, "node_modules/@cspell/dict-node": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.3.tgz", - "integrity": "sha512-sFlUNI5kOogy49KtPg8SMQYirDGIAoKBO3+cDLIwD4MLdsWy1q0upc7pzGht3mrjuyMiPRUV14Bb0rkVLrxOhg==" + "license": "MIT" }, "node_modules/@cspell/dict-npm": { - "version": "5.0.18", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.18.tgz", - "integrity": "sha512-weMTyxWpzz19q4wv9n183BtFvdD5fCjtze+bFKpl+4rO/YlPhHL2cXLAeexJz/VDSBecwX4ybTZYoknd1h2J4w==" + "version": "5.1.4", + "license": "MIT" }, "node_modules/@cspell/dict-php": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.8.tgz", - "integrity": "sha512-TBw3won4MCBQ2wdu7kvgOCR3dY2Tb+LJHgDUpuquy3WnzGiSDJ4AVelrZdE1xu7mjFJUr4q48aB21YT5uQqPZA==" + "version": "4.0.10", + "license": "MIT" }, "node_modules/@cspell/dict-powershell": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.5.tgz", - "integrity": "sha512-3JVyvMoDJesAATYGOxcUWPbQPUvpZmkinV3m8HL1w1RrjeMVXXuK7U1jhopSneBtLhkU+9HKFwgh9l9xL9mY2Q==" + "version": "5.0.8", + "license": "MIT" }, "node_modules/@cspell/dict-public-licenses": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.7.tgz", - "integrity": "sha512-KlBXuGcN3LE7tQi/GEqKiDewWGGuopiAD0zRK1QilOx5Co8XAvs044gk4MNIQftc8r0nHeUI+irJKLGcR36DIQ==" + "version": "2.0.8", + "license": "MIT" }, "node_modules/@cspell/dict-python": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.3.tgz", - "integrity": "sha512-C1CPX9wwEGgcHv/p7KfjuIOp1G6KNyx5gWYweAd6/KPv+ZpeM1v572zFUTmpO8WDuAfKFf00nqYL8/GmCENWBw==", + "version": "4.2.6", + "license": "MIT", "dependencies": { "@cspell/dict-data-science": "^2.0.1" } }, "node_modules/@cspell/dict-r": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", - "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==" + "license": "MIT" }, "node_modules/@cspell/dict-ruby": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.2.tgz", - "integrity": "sha512-cIh8KTjpldzFzKGgrqUX4bFyav5lC52hXDKo4LbRuMVncs3zg4hcSf4HtURY+f2AfEZzN6ZKzXafQpThq3dl2g==" + "version": "5.0.3", + "license": "MIT" }, "node_modules/@cspell/dict-rust": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.5.tgz", - "integrity": "sha512-DIvlPRDemjKQy8rCqftAgGNZxY5Bg+Ps7qAIJjxkSjmMETyDgl0KTVuaJPt7EK4jJt6uCZ4ILy96npsHDPwoXA==" + "license": "MIT" }, "node_modules/@cspell/dict-scala": { "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.3.tgz", - "integrity": "sha512-4yGb4AInT99rqprxVNT9TYb1YSpq58Owzq7zi3ZS5T0u899Y4VsxsBiOgHnQ/4W+ygi+sp+oqef8w8nABR2lkg==" + "license": "MIT" }, "node_modules/@cspell/dict-software-terms": { "version": "3.4.10", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.4.10.tgz", - "integrity": "sha512-S5S2sz98v4GWJ9TMo62Vp4L5RM/329e5UQfFn7yJfieTcrfXRH4IweVdz34rZcK9o5coGptgBUIv/Jcrd4cMpg==" + "license": "MIT" }, "node_modules/@cspell/dict-sql": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.3.tgz", - "integrity": "sha512-SEyTNKJrjqD6PAzZ9WpdSu6P7wgdNtGV2RV8Kpuw1x6bV+YsSptuClYG+JSdRExBTE6LwIe1bTklejUp3ZP8TQ==" + "version": "2.1.5", + "license": "MIT" }, "node_modules/@cspell/dict-svelte": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz", - "integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==" + "license": "MIT" }, "node_modules/@cspell/dict-swift": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz", - "integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==" + "license": "MIT" }, "node_modules/@cspell/dict-typescript": { "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.6.tgz", - "integrity": "sha512-1beC6O4P/j23VuxX+i0+F7XqPVc3hhiAzGJHEKqnWf5cWAXQtg0xz3xQJ5MvYx2a7iLaSa+lu7+05vG9UHyu9Q==" + "license": "MIT" }, "node_modules/@cspell/dict-vue": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz", - "integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==" + "license": "MIT" }, "node_modules/@cspell/dynamic-import": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.9.tgz", - "integrity": "sha512-P6tAmDVhrW03hmhetxhBKlNTYwL2lk8ZehYQwSpXaLnaFrS3xrQvfUaJ3Mj9W2CIMzSYXlLmPO2FLRhXK2dnEw==", + "license": "MIT", "dependencies": { "import-meta-resolve": "^3.1.1" }, @@ -4136,8 +3731,7 @@ }, "node_modules/@cspell/eslint-plugin": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/eslint-plugin/-/eslint-plugin-7.3.9.tgz", - "integrity": "sha512-TrPXDYMzobr1wGAdPScNd6ipeL3dnixT79qmeW0H+WqKxnjDOZprEnEXKNnlTveBS4UVwUb2HtqQ90oOo8j2qA==", + "license": "MIT", "dependencies": { "@cspell/cspell-types": "7.3.9", "cspell-lib": "7.3.9", @@ -4150,17 +3744,15 @@ }, "node_modules/@cspell/strong-weak-map": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.9.tgz", - "integrity": "sha512-XKpw/p3+EN+PWiFAWc45RJPI9zQRkPSVdUFeZb0YLseWF/CkogScgIe4CLfMLITiVbP0X/FKk90+aTPfAU38kg==", + "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -4170,9 +3762,8 @@ }, "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -4180,8 +3771,6 @@ }, "node_modules/@csstools/css-parser-algorithms": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz", - "integrity": "sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==", "dev": true, "funding": [ { @@ -4193,6 +3782,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT", "engines": { "node": ">=18" }, @@ -4202,8 +3792,6 @@ }, "node_modules/@csstools/css-tokenizer": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz", - "integrity": "sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==", "dev": true, "funding": [ { @@ -4215,14 +3803,13 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/@csstools/media-query-list-parser": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz", - "integrity": "sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==", "dev": true, "funding": [ { @@ -4234,6 +3821,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT", "engines": { "node": ">=18" }, @@ -4244,8 +3832,6 @@ }, "node_modules/@csstools/selector-specificity": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-4.0.0.tgz", - "integrity": "sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==", "dev": true, "funding": [ { @@ -4257,6 +3843,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT-0", "engines": { "node": ">=18" }, @@ -4266,18 +3853,16 @@ }, "node_modules/@discoveryjs/json-ext": { "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } }, "node_modules/@dual-bundle/import-meta-resolve": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", - "integrity": "sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -4285,81 +3870,71 @@ }, "node_modules/@editorjs/code": { "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@editorjs/code/-/code-2.9.0.tgz", - "integrity": "sha512-QNOWxF29j6mYl/gM5HJzeGOt3s4laoZCUbuRqj6RkIvLBWMU+ASwjckEiouA61hcYUOMfpw4vQjzhsfC7xm/vA==", "dev": true, + "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/editorjs": { "version": "2.30.5", - "resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.30.5.tgz", - "integrity": "sha512-sE7m/UPbuf+nSGjv9cmWggFsfvtYlgEX7PCby2lZWvOsOLbRxuLT+ZYlwbWshD+8BFJwiAmBj9e+ScZcOjCzeg==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/@editorjs/header": { "version": "2.8.1", - "resolved": "https://registry.npmjs.org/@editorjs/header/-/header-2.8.1.tgz", - "integrity": "sha512-y0HVXRP7m2W617CWo3fsb5HhXmSLaRpb9GzFx0Vkp/HEm9Dz5YO1s8tC7R8JD3MskwoYh7V0hRFQt39io/r6hA==", "dev": true, + "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/inline-code": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@editorjs/inline-code/-/inline-code-1.5.0.tgz", - "integrity": "sha512-5i6BCOG8eOg4/6qGoLJuL6XSZZg834zIByDW8K80doM1L7ss/VqtLY0nrB2Q5bfs1KA0tOlVHOfjE4JD4438FQ==", "dev": true, + "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/list": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@editorjs/list/-/list-1.9.0.tgz", - "integrity": "sha512-BQEvZW4vi0O0dBvGNljiKxiE89vMSHoM2Tu2OzKUndoj7pY9AxqpgCh1qvwIVsJAlG4Lbt/vBFQilnoStMmI6A==", "dev": true, + "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.4" } }, "node_modules/@editorjs/list/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 + "dev": true, + "license": "MIT" }, "node_modules/@editorjs/marker": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@editorjs/marker/-/marker-1.4.0.tgz", - "integrity": "sha512-5ipEXfL44jTTRzgNp/p/YjMO7jT08S5z4V8qA3FFJTfdhKgQyM3mvP1zpdYKw47ZZpVWMCncvk5Nto3BxihEtg==", "dev": true, + "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/underline": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@editorjs/underline/-/underline-1.1.0.tgz", - "integrity": "sha512-vQj2ROW1KreD31QHlhaPikmDJGWYzRBusN4Zyfwl9nIIQCByt4S8fZQpsrRvH4sct5mkirsHllNT00rJlqHK7Q==", "dev": true, + "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.6" } }, "node_modules/@editorjs/underline/node_modules/@codexteam/icons": { "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.6.tgz", - "integrity": "sha512-L7Q5PET8PjKcBT5wp7VR+FCjwCi5PUp7rd/XjsgQ0CI5FJz0DphyHGRILMuDUdCW2MQT9NHbVr4QP31vwAkS/A==", - "dev": true + "dev": true, + "license": "MIT" }, "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, + "license": "MIT", "dependencies": { "@emnapi/wasi-threads": "1.0.1", "tslib": "^2.4.0" @@ -4367,27 +3942,24 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "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", - "integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==", "dev": true, + "license": "MIT", "dependencies": { "comment-parser": "1.3.1", "esquery": "^1.5.0", @@ -4412,21 +3984,6 @@ "node": ">=12" } }, - "node_modules/@esbuild/android-arm": { - "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" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@esbuild/android-arm64": { "version": "0.19.12", "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", @@ -4459,11 +4016,10 @@ }, "node_modules/@esbuild/darwin-arm64": { "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", - "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "darwin" @@ -4744,9 +4300,8 @@ }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", "dev": true, + "license": "MIT", "dependencies": { "eslint-visitor-keys": "^3.3.0" }, @@ -4759,18 +4314,16 @@ }, "node_modules/@eslint-community/regexpp": { "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", "dev": true, + "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -4791,9 +4344,8 @@ }, "node_modules/@eslint/eslintrc/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -4807,9 +4359,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -4822,15 +4373,13 @@ }, "node_modules/@eslint/eslintrc/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 + "dev": true, + "license": "MIT" }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4840,9 +4389,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -4852,33 +4400,28 @@ }, "node_modules/@eslint/js": { "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@gar/promisify": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@graphql-typed-document-node/core": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", - "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", + "license": "MIT", "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", - "deprecated": "Use @eslint/config-array instead", "dev": true, + "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^2.0.2", "debug": "^4.3.1", @@ -4890,9 +4433,8 @@ }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.22" }, @@ -4903,16 +4445,13 @@ }, "node_modules/@humanwhocodes/object-schema": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -4925,23 +4464,10 @@ "node": ">=12" } }, - "node_modules/@isaacs/cliui/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/@isaacs/cliui/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -4951,15 +4477,13 @@ }, "node_modules/@isaacs/cliui/node_modules/emoji-regex": { "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -4972,26 +4496,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@isaacs/cliui/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/@isaacs/cliui/node_modules/wrap-ansi": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -5006,9 +4514,8 @@ }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "devOptional": true, + "dev": true, + "license": "ISC", "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", @@ -5022,18 +4529,16 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -5044,9 +4549,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -5057,9 +4561,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -5069,9 +4572,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -5084,9 +4586,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -5096,24 +4597,21 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "devOptional": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@jest/console": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -5128,9 +4626,8 @@ }, "node_modules/@jest/console/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5143,9 +4640,8 @@ }, "node_modules/@jest/console/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5159,18 +4655,16 @@ }, "node_modules/@jest/console/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@jest/console/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -5180,9 +4674,8 @@ }, "node_modules/@jest/environment": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", - "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", @@ -5195,9 +4688,8 @@ }, "node_modules/@jest/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.7.0", "jest-snapshot": "^29.7.0" @@ -5208,9 +4700,8 @@ }, "node_modules/@jest/expect-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3" }, @@ -5220,9 +4711,8 @@ }, "node_modules/@jest/fake-timers": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", - "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@sinonjs/fake-timers": "^10.0.2", @@ -5237,9 +4727,8 @@ }, "node_modules/@jest/globals": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", - "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -5252,9 +4741,8 @@ }, "node_modules/@jest/reporters": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "dev": true, + "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@jest/console": "^29.7.0", @@ -5295,9 +4783,8 @@ }, "node_modules/@jest/reporters/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5310,9 +4797,8 @@ }, "node_modules/@jest/reporters/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5324,53 +4810,29 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/reporters/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@jest/reporters/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, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/@jest/reporters/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/@jest/reporters/node_modules/strip-ansi": { + "version": "6.0.1", "dev": true, + "license": "MIT", "dependencies": { - "brace-expansion": "^1.1.7" + "ansi-regex": "^5.0.1" }, "engines": { - "node": "*" + "node": ">=8" } }, "node_modules/@jest/reporters/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -5380,8 +4842,8 @@ }, "node_modules/@jest/schemas": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "dev": true, + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.27.8" }, @@ -5391,9 +4853,8 @@ }, "node_modules/@jest/source-map": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", - "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.18", "callsites": "^3.0.0", @@ -5405,9 +4866,8 @@ }, "node_modules/@jest/test-result": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", - "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/types": "^29.6.3", @@ -5420,9 +4880,8 @@ }, "node_modules/@jest/test-sequencer": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "graceful-fs": "^4.2.9", @@ -5435,9 +4894,8 @@ }, "node_modules/@jest/transform": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", - "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@jest/types": "^29.6.3", @@ -5461,9 +4919,8 @@ }, "node_modules/@jest/transform/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5476,9 +4933,8 @@ }, "node_modules/@jest/transform/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5492,24 +4948,21 @@ }, "node_modules/@jest/transform/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==", - "devOptional": true + "dev": true, + "license": "MIT" }, "node_modules/@jest/transform/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@jest/transform/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -5519,9 +4972,8 @@ }, "node_modules/@jest/types": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", @@ -5536,9 +4988,8 @@ }, "node_modules/@jest/types/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5551,9 +5002,8 @@ }, "node_modules/@jest/types/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5567,18 +5017,16 @@ }, "node_modules/@jest/types/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@jest/types/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -5588,8 +5036,8 @@ }, "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, + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -5601,25 +5049,24 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/source-map": { "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -5627,13 +5074,13 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" + "dev": true, + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -5641,19 +5088,16 @@ }, "node_modules/@kurkle/color": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.2.tgz", - "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" + "license": "MIT" }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", - "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@mapbox/node-pre-gyp": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", - "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "license": "BSD-3-Clause", "optional": true, "dependencies": { "detect-libc": "^2.0.0", @@ -5672,9 +5116,7 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/are-we-there-yet": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", - "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", - "deprecated": "This package is no longer supported.", + "license": "ISC", "optional": true, "dependencies": { "delegates": "^1.0.0", @@ -5686,9 +5128,7 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/gauge": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", - "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", - "deprecated": "This package is no longer supported.", + "license": "ISC", "optional": true, "dependencies": { "aproba": "^1.0.3 || ^2.0.0", @@ -5705,43 +5145,9 @@ "node": ">=10" } }, - "node_modules/@mapbox/node-pre-gyp/node_modules/glob": { - "version": "7.2.3", - "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", - "optional": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@mapbox/node-pre-gyp/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "optional": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/@mapbox/node-pre-gyp/node_modules/nopt": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", - "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "license": "ISC", "optional": true, "dependencies": { "abbrev": "1" @@ -5755,9 +5161,7 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/npmlog": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", - "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", - "deprecated": "This package is no longer supported.", + "license": "ISC", "optional": true, "dependencies": { "are-we-there-yet": "^2.0.0", @@ -5768,9 +5172,7 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", "optional": true, "dependencies": { "glob": "^7.1.3" @@ -5784,14 +5186,23 @@ }, "node_modules/@mapbox/node-pre-gyp/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==", + "license": "ISC", "optional": true }, + "node_modules/@mapbox/node-pre-gyp/node_modules/strip-ansi": { + "version": "6.0.1", + "license": "MIT", + "optional": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@mat-datetimepicker/core": { "version": "12.0.1", - "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-12.0.1.tgz", - "integrity": "sha512-52zZlangVSMvRyGk8GGqBbpzKS07b/zuqTAmhlVsd8lRmENdjy9W1yfjoMlh9/fBj7xrBJJcxqPG/9r78phL8Q==", + "license": "MIT", "dependencies": { "tslib": "^2.6.0" }, @@ -5804,16 +5215,14 @@ }, "node_modules/@material/animation": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/auto-init": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" @@ -5821,8 +5230,7 @@ }, "node_modules/@material/banner": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/button": "15.0.0-canary.bc9ae6c9c.0", @@ -5840,16 +5248,14 @@ }, "node_modules/@material/base": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/button": { "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==", + "license": "MIT", "dependencies": { "@material/density": "15.0.0-canary.bc9ae6c9c.0", "@material/dom": "15.0.0-canary.bc9ae6c9c.0", @@ -5868,8 +5274,7 @@ }, "node_modules/@material/card": { "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==", + "license": "MIT", "dependencies": { "@material/dom": "15.0.0-canary.bc9ae6c9c.0", "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", @@ -5884,8 +5289,7 @@ }, "node_modules/@material/checkbox": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -5902,8 +5306,7 @@ }, "node_modules/@material/chips": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -5926,8 +5329,7 @@ }, "node_modules/@material/circular-progress": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -5941,8 +5343,7 @@ }, "node_modules/@material/data-table": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -5967,16 +5368,14 @@ }, "node_modules/@material/density": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/dialog": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -5997,8 +5396,7 @@ }, "node_modules/@material/dom": { "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==", + "license": "MIT", "dependencies": { "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", @@ -6007,8 +5405,7 @@ }, "node_modules/@material/drawer": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6026,8 +5423,7 @@ }, "node_modules/@material/elevation": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6039,8 +5435,7 @@ }, "node_modules/@material/fab": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/dom": "15.0.0-canary.bc9ae6c9c.0", @@ -6059,16 +5454,14 @@ }, "node_modules/@material/feature-targeting": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/floating-label": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6082,8 +5475,7 @@ }, "node_modules/@material/focus-ring": { "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==", + "license": "MIT", "dependencies": { "@material/dom": "15.0.0-canary.bc9ae6c9c.0", "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", @@ -6092,8 +5484,7 @@ }, "node_modules/@material/form-field": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", @@ -6106,8 +5497,7 @@ }, "node_modules/@material/icon-button": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/density": "15.0.0-canary.bc9ae6c9c.0", @@ -6124,8 +5514,7 @@ }, "node_modules/@material/image-list": { "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==", + "license": "MIT", "dependencies": { "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", "@material/shape": "15.0.0-canary.bc9ae6c9c.0", @@ -6136,16 +5525,14 @@ }, "node_modules/@material/layout-grid": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/line-ripple": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6156,8 +5543,7 @@ }, "node_modules/@material/linear-progress": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6171,8 +5557,7 @@ }, "node_modules/@material/list": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/density": "15.0.0-canary.bc9ae6c9c.0", @@ -6189,8 +5574,7 @@ }, "node_modules/@material/menu": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/dom": "15.0.0-canary.bc9ae6c9c.0", @@ -6208,8 +5592,7 @@ }, "node_modules/@material/menu-surface": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6223,8 +5606,7 @@ }, "node_modules/@material/notched-outline": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", @@ -6237,16 +5619,14 @@ }, "node_modules/@material/progress-indicator": { "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==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/@material/radio": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6262,8 +5642,7 @@ }, "node_modules/@material/ripple": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6276,8 +5655,7 @@ }, "node_modules/@material/rtl": { "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==", + "license": "MIT", "dependencies": { "@material/theme": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" @@ -6285,8 +5663,7 @@ }, "node_modules/@material/segmented-button": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", @@ -6300,8 +5677,7 @@ }, "node_modules/@material/select": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6326,8 +5702,7 @@ }, "node_modules/@material/shape": { "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==", + "license": "MIT", "dependencies": { "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", "@material/rtl": "15.0.0-canary.bc9ae6c9c.0", @@ -6337,8 +5712,7 @@ }, "node_modules/@material/slider": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6355,8 +5729,7 @@ }, "node_modules/@material/snackbar": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6376,8 +5749,7 @@ }, "node_modules/@material/switch": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6397,8 +5769,7 @@ }, "node_modules/@material/tab": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/elevation": "15.0.0-canary.bc9ae6c9c.0", @@ -6415,8 +5786,7 @@ }, "node_modules/@material/tab-bar": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6434,8 +5804,7 @@ }, "node_modules/@material/tab-indicator": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6446,8 +5815,7 @@ }, "node_modules/@material/tab-scroller": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6459,8 +5827,7 @@ }, "node_modules/@material/textfield": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6481,8 +5848,7 @@ }, "node_modules/@material/theme": { "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==", + "license": "MIT", "dependencies": { "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", "tslib": "^2.1.0" @@ -6490,16 +5856,14 @@ }, "node_modules/@material/tokens": { "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==", + "license": "MIT", "dependencies": { "@material/elevation": "15.0.0-canary.bc9ae6c9c.0" } }, "node_modules/@material/tooltip": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6518,8 +5882,7 @@ }, "node_modules/@material/top-app-bar": { "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==", + "license": "MIT", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/base": "15.0.0-canary.bc9ae6c9c.0", @@ -6534,8 +5897,7 @@ }, "node_modules/@material/touch-target": { "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==", + "license": "MIT", "dependencies": { "@material/base": "15.0.0-canary.bc9ae6c9c.0", "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", @@ -6546,8 +5908,7 @@ }, "node_modules/@material/typography": { "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==", + "license": "MIT", "dependencies": { "@material/feature-targeting": "15.0.0-canary.bc9ae6c9c.0", "@material/theme": "15.0.0-canary.bc9ae6c9c.0", @@ -6556,9 +5917,8 @@ }, "node_modules/@mdx-js/react": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.1.tgz", - "integrity": "sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==", "dev": true, + "license": "MIT", "dependencies": { "@types/mdx": "^2.0.0" }, @@ -6573,9 +5933,8 @@ }, "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, + "license": "MIT", "dependencies": { "@emnapi/core": "^1.1.0", "@emnapi/runtime": "^1.1.0", @@ -6584,9 +5943,8 @@ }, "node_modules/@ngtools/webpack": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.9.tgz", - "integrity": "sha512-rOclD7FfT4OSwVA0nDnULbJS6TORJ0+sQiuT2ebaNFErYr3LOm6Zut05tnmzFw8q1cePrILbG+xpnbggNr9Pyw==", "dev": true, + "license": "MIT", "engines": { "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -6600,8 +5958,7 @@ }, "node_modules/@ngx-translate/core": { "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-14.0.0.tgz", - "integrity": "sha512-UevdwNCXMRCdJv//0kC8h2eSfmi02r29xeE8E9gJ1Al4D4jEJ7eiLPdjslTMc21oJNGguqqWeEVjf64SFtvw2w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -6612,8 +5969,7 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -6624,16 +5980,14 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -6644,9 +5998,8 @@ }, "node_modules/@npmcli/fs": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", - "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", "dev": true, + "license": "ISC", "dependencies": { "semver": "^7.3.5" }, @@ -6656,9 +6009,8 @@ }, "node_modules/@npmcli/git": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.1.0.tgz", - "integrity": "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/promise-spawn": "^6.0.0", "lru-cache": "^7.4.4", @@ -6675,18 +6027,16 @@ }, "node_modules/@npmcli/git/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/@npmcli/git/node_modules/which": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", - "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -6699,9 +6049,8 @@ }, "node_modules/@npmcli/installed-package-contents": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz", - "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==", "dev": true, + "license": "ISC", "dependencies": { "npm-bundled": "^3.0.0", "npm-normalize-package-bin": "^3.0.0" @@ -6715,10 +6064,8 @@ }, "node_modules/@npmcli/move-file": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", - "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", - "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, + "license": "MIT", "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -6727,45 +6074,10 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@npmcli/move-file/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@npmcli/move-file/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/@npmcli/move-file/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -6778,18 +6090,16 @@ }, "node_modules/@npmcli/node-gyp": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", - "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@npmcli/promise-spawn": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz", - "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==", "dev": true, + "license": "ISC", "dependencies": { "which": "^3.0.0" }, @@ -6799,9 +6109,8 @@ }, "node_modules/@npmcli/promise-spawn/node_modules/which": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", - "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -6814,9 +6123,8 @@ }, "node_modules/@npmcli/run-script": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz", - "integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/node-gyp": "^3.0.0", "@npmcli/promise-spawn": "^6.0.0", @@ -6830,9 +6138,8 @@ }, "node_modules/@npmcli/run-script/node_modules/which": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", - "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -6845,9 +6152,8 @@ }, "node_modules/@nrwl/angular": { "version": "16.10.0", - "resolved": "https://registry.npmjs.org/@nrwl/angular/-/angular-16.10.0.tgz", - "integrity": "sha512-MT4gYcvsHxNXTIu40CZKVmO7PD42HeJKfQpVOKPZnfRl9Zf38tRtDnC99QxMpVk/4fo9y1hM8ifoDO97WFOBOQ==", "dev": true, + "license": "MIT", "dependencies": { "@nx/angular": "16.10.0", "tslib": "^2.3.0" @@ -6855,81 +6161,72 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "dependencies": { "@nx/node": "16.10.0" } }, "node_modules/@nrwl/storybook": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-19.6.2.tgz", - "integrity": "sha512-f+GqM3ojVu+75CA6T18ZoLDEOH2EZUxYiKChFEkoL0nJeA9gEF/BXFltC02SQ+QZm7N4YXYuVba1J3u1JXfOoQ==", "dev": true, + "license": "MIT", "dependencies": { "@nx/storybook": "19.6.2" } }, "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, + "license": "MIT", "dependencies": { "nx": "16.10.0", "tslib": "^2.3.0" @@ -6940,27 +6237,24 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "dependencies": { "@nrwl/angular": "16.10.0", "@nx/cypress": "16.10.0", @@ -7003,9 +6297,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -7018,9 +6311,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -7034,27 +6326,49 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/@nx/angular/node_modules/lru-cache": { + "version": "6.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "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, + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, + "node_modules/@nx/angular/node_modules/semver": { + "version": "7.5.3", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -7062,11 +6376,15 @@ "node": ">=8" } }, + "node_modules/@nx/angular/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "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, + "license": "MIT", "dependencies": { "@nrwl/cypress": "16.10.0", "@nx/devkit": "16.10.0", @@ -7086,11 +6404,40 @@ } } }, + "node_modules/@nx/cypress/node_modules/lru-cache": { + "version": "6.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nx/cypress/node_modules/semver": { + "version": "7.5.3", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nx/cypress/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "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, + "license": "MIT", "dependencies": { "@nrwl/devkit": "16.10.0", "ejs": "^3.1.7", @@ -7106,9 +6453,8 @@ }, "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, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -7116,11 +6462,40 @@ "node": ">=8.6" } }, + "node_modules/@nx/devkit/node_modules/lru-cache": { + "version": "6.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nx/devkit/node_modules/semver": { + "version": "7.5.3", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nx/devkit/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "node_modules/@nx/eslint": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.6.2.tgz", - "integrity": "sha512-uKlnzn88KY2CfoV0SaCs1htncjtttT15gLre/su9nn1/YB+udZuZY+C3Gymg9HwQddtO6qzftKtb6r9Lh9pGjg==", "dev": true, + "license": "MIT", "dependencies": { "@nx/devkit": "19.6.2", "@nx/js": "19.6.2", @@ -7141,9 +6516,8 @@ }, "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, + "license": "MIT", "dependencies": { "@nrwl/eslint-plugin-nx": "16.10.0", "@nx/devkit": "16.10.0", @@ -7168,9 +6542,8 @@ }, "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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0" @@ -7185,9 +6558,8 @@ }, "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, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "5.62.0", "@typescript-eslint/utils": "5.62.0", @@ -7212,9 +6584,8 @@ }, "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, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", @@ -7239,9 +6610,8 @@ }, "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, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", @@ -7265,9 +6635,8 @@ }, "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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" @@ -7282,9 +6651,8 @@ }, "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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -7297,9 +6665,8 @@ }, "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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -7313,9 +6680,8 @@ }, "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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -7326,46 +6692,72 @@ }, "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, + "license": "BSD-2-Clause", "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, + "license": "MIT", "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==", + "node_modules/@nx/eslint-plugin/node_modules/lru-cache": { + "version": "6.0.0", "dev": true, + "license": "ISC", "dependencies": { - "has-flag": "^4.0.0" + "yallist": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "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==", + "node_modules/@nx/eslint-plugin/node_modules/semver": { + "version": "7.5.3", "dev": true, + "license": "ISC", "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", + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/supports-color": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, + "node_modules/@nx/eslint/node_modules/@babel/core": { + "version": "7.25.2", + "dev": true, + "license": "MIT", + "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", @@ -7386,20 +6778,18 @@ }, "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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@nx/eslint/node_modules/@babel/generator": { - "version": "7.25.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", - "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", + "version": "7.25.6", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.4", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -7410,9 +6800,8 @@ }, "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, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -7427,9 +6816,8 @@ }, "node_modules/@nx/eslint/node_modules/@babel/plugin-transform-runtime": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz", - "integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.8", @@ -7447,18 +6835,16 @@ }, "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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@nx/eslint/node_modules/@babel/preset-env": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", - "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.25.4", "@babel/helper-compilation-targets": "^7.25.2", @@ -7553,18 +6939,16 @@ }, "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, + "license": "ISC", "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, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -7576,9 +6960,8 @@ }, "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, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -7590,29 +6973,27 @@ }, "node_modules/@nx/eslint/node_modules/@nrwl/devkit": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.2.tgz", - "integrity": "sha512-1caQTLJBcvOLDZpB3yHY0zczcaaOh044MeegS0oyllPYYbCi6PiJK33HC8qoH1TGiahT6+VxSFN7OYnD3QK4vQ==", "dev": true, + "license": "MIT", "dependencies": { "@nx/devkit": "19.6.2" } }, "node_modules/@nx/eslint/node_modules/@nrwl/js": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.2.tgz", - "integrity": "sha512-C5BEZxgRkgUz/D3Yc5B7NkfugldCslBTfRJKhUOBKrZ1e7/hXE/N7iEgrHrN9TNHiaX0X0HRRdMax6uLbINvLw==", "dev": true, + "license": "MIT", "dependencies": { "@nx/js": "19.6.2" } }, "node_modules/@nx/eslint/node_modules/@nrwl/tao": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.2.tgz", - "integrity": "sha512-DcqpaKpkUbF+J2kVRoLtYZOFpr8mu4+fHiKIjrdliKVabSOzekwRAx0DN+VZdpUoaZ2+5W+F8RFhSak1216ZCg==", + "version": "19.7.2", "dev": true, + "license": "MIT", + "peer": true, "dependencies": { - "nx": "19.6.2", + "nx": "19.7.2", "tslib": "^2.3.0" }, "bin": { @@ -7621,18 +7002,16 @@ }, "node_modules/@nx/eslint/node_modules/@nrwl/workspace": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.2.tgz", - "integrity": "sha512-p5iHFZG4WIpsZjLRB4ZrhwBRlPjj++1yxzYOw+kJmKRQ4hcMhv63VB9X6w/mDpsWD9kfzMs3wBMfkg7SDph+3g==", "dev": true, + "license": "MIT", "dependencies": { "@nx/workspace": "19.6.2" } }, "node_modules/@nx/eslint/node_modules/@nx/devkit": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.2.tgz", - "integrity": "sha512-fyZ+z0CnpXsGbnOTgsxwjOJH/K1cgSkhyHSOW3BcIvncx4Q4o8Y74flRz2mrZLJeURBs+IelYI2REkCPdba2cg==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/devkit": "19.6.2", "ejs": "^3.1.7", @@ -7650,9 +7029,8 @@ }, "node_modules/@nx/eslint/node_modules/@nx/js": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.2.tgz", - "integrity": "sha512-4YXnlla7cP5dD1pElTlSx5ZmqwHHDvdte+zr61MVf6F0iSP4z74pZsfGG5BZn7oa8R8pW+5pefoHyT3XLtfe3A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", "@babel/plugin-proposal-decorators": "^7.22.7", @@ -7696,33 +7074,32 @@ }, "node_modules/@nx/eslint/node_modules/@nx/linter": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.6.2.tgz", - "integrity": "sha512-TfrU4ULI/JvbjwQO3j6N9ro1GMEttNZrqiguuUGJOiSSPUjIXI+8hEPacbXFhvdpL9yzLFwHx8GV1z7sATs3Hg==", "dev": true, + "license": "MIT", "dependencies": { "@nx/eslint": "19.6.2" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-darwin-arm64": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.2.tgz", - "integrity": "sha512-WCt9bK5CiuXiiE/8ivoeOEy3J2xYx2Eduea+8PdyK+21FzWakSV4GK0DUfC/dmLPyc+osx2kpmVO+l4HVBIEJw==", + "version": "19.7.2", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-darwin-x64": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.2.tgz", - "integrity": "sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.7.2.tgz", + "integrity": "sha512-PdQFp4Zo+Ero5tTh8d+mae0Fo64vWLLBcTh4zPmskjaU5PiY6/4xOzdaAjtbHiak7h1mCGB/31/efFzKf5EvKA==", "cpu": [ "x64" ], @@ -7731,14 +7108,15 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-freebsd-x64": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.2.tgz", - "integrity": "sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.7.2.tgz", + "integrity": "sha512-ORedNKXCbH4DQ4lX+YoHsHwGNGWxeU/8OpiWRcZzpF5vYVoTR3m93szemdJ3U5V6IXFI7r6/qz/FRltnx+VT8g==", "cpu": [ "x64" ], @@ -7747,14 +7125,15 @@ "os": [ "freebsd" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.2.tgz", - "integrity": "sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.7.2.tgz", + "integrity": "sha512-KxCfE9qFwmtTBqcYGKs3uYkxsuAhItf1xyMK07uhdY6igI1cuhVBYNLtVd0t25lb4SU4RFtwQu69A328FVc11w==", "cpu": [ "arm" ], @@ -7763,14 +7142,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.2.tgz", - "integrity": "sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.7.2.tgz", + "integrity": "sha512-ljiDNBPwL+aGnqZw9fAygNj4c2FRUDqGypli0gjWNZjri+JJqqtPwdYLYsUVBCs8chcgwvsHYP0AVKZaPf2K1A==", "cpu": [ "arm64" ], @@ -7779,14 +7159,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.2.tgz", - "integrity": "sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.7.2.tgz", + "integrity": "sha512-G9IBIfCFknbVd+ZNn22BC80pu6JgToslEZyl2qRKRgq6D4Xsfm8zwKlKJNQDWY3I//f26u+wiA83yEFOaQcqyQ==", "cpu": [ "arm64" ], @@ -7795,14 +7176,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.2.tgz", - "integrity": "sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.7.2.tgz", + "integrity": "sha512-P5HQhLoxLodpbhF5Col+ygScXfcVnk0gqXPxbc7kOnhdCwwIISZxHPsrgm0jbWaB5TufBuZNlo+ST8Evtnzojg==", "cpu": [ "x64" ], @@ -7811,14 +7193,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-linux-x64-musl": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.2.tgz", - "integrity": "sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.7.2.tgz", + "integrity": "sha512-b08iqgz4Z2jKRJ66rf7ci/n0LFZ3CnaxdpXnOpb1FM/ZBLn3BuNah36K03UWamBlkrVEmAORZtPKZ5OuQHnlMg==", "cpu": [ "x64" ], @@ -7827,14 +7210,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.2.tgz", - "integrity": "sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.7.2.tgz", + "integrity": "sha512-hn8Qm/iGiOpyP/34M/aKFYDStLzudX1dYPC62RnXU0/WI29JTdnT420rYjwXkQTaPMZsvi5xkQmBphowfGlHww==", "cpu": [ "arm64" ], @@ -7843,14 +7227,15 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.2.tgz", - "integrity": "sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.7.2.tgz", + "integrity": "sha512-gK5XnkeiVbjs9+dkukGmZedXrxSL845t/ntlA8wp4joOnb7xUED/xvwhIP7DRjL6VefFbFIzhxgPaSaKfzaiiA==", "cpu": [ "x64" ], @@ -7859,15 +7244,15 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/eslint/node_modules/@nx/workspace": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.2.tgz", - "integrity": "sha512-L2gHov2A0/fUOHEZHT45TI59dYLBuX0hQR90Js0sxKP8eWiIApNLB9URYKr6ZmkMIydPMXgTUx6oEzHSpza7Tw==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/workspace": "19.6.2", "@nx/devkit": "19.6.2", @@ -7878,146 +7263,328 @@ "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nrwl/tao": { + "version": "19.6.2", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" + "nx": "19.6.2", + "tslib": "^2.3.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "bin": { + "tao": "index.js" } }, - "node_modules/@nx/eslint/node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-darwin-arm64": { + "version": "19.6.2", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-darwin-x64": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.2.tgz", + "integrity": "sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@nx/eslint/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", - "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-freebsd-x64": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.2.tgz", + "integrity": "sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2", - "core-js-compat": "^3.38.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.2.tgz", + "integrity": "sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.2.tgz", + "integrity": "sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.2.tgz", + "integrity": "sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.2.tgz", + "integrity": "sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=12" + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-linux-x64-musl": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.2.tgz", + "integrity": "sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==", + "cpu": [ + "x64" + ], "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" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=8" + "node": ">= 10" } }, - "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==", + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.2.tgz", + "integrity": "sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=0.3.1" + "node": ">= 10" } }, - "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" - }, + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.2.tgz", + "integrity": "sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/workspace/node_modules/nx": { + "version": "19.6.2", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@napi-rs/wasm-runtime": "0.2.4", + "@nrwl/tao": "19.6.2", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.7.4", + "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.6.2", + "@nx/nx-darwin-x64": "19.6.2", + "@nx/nx-freebsd-x64": "19.6.2", + "@nx/nx-linux-arm-gnueabihf": "19.6.2", + "@nx/nx-linux-arm64-gnu": "19.6.2", + "@nx/nx-linux-arm64-musl": "19.6.2", + "@nx/nx-linux-x64-gnu": "19.6.2", + "@nx/nx-linux-x64-musl": "19.6.2", + "@nx/nx-win32-arm64-msvc": "19.6.2", + "@nx/nx-win32-x64-msvc": "19.6.2" + }, + "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/ansi-styles": { + "version": "4.3.0", + "dev": true, + "license": "MIT", + "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/babel-plugin-polyfill-corejs3": { + "version": "0.10.6", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" + }, + "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", + "dev": true, + "license": "MIT", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@nx/eslint/node_modules/chalk": { + "version": "4.1.2", + "dev": true, + "license": "MIT", + "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/convert-source-map": { + "version": "2.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@nx/eslint/node_modules/diff": { + "version": "4.0.2", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/@nx/eslint/node_modules/dotenv-expand": { + "version": "11.0.6", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "dotenv": "^16.4.4" + }, "engines": { "node": ">=12" }, @@ -8027,9 +7594,8 @@ }, "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, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -8039,9 +7605,8 @@ }, "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, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -8055,18 +7620,16 @@ }, "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, + "license": "MIT", "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, + "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, @@ -8074,11 +7637,18 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/@nx/eslint/node_modules/lines-and-columns": { + "version": "2.0.3", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.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, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -8092,15 +7662,13 @@ }, "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 + "dev": true, + "license": "ISC" }, "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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -8113,9 +7681,8 @@ }, "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, + "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", "proc-log": "^3.0.0", @@ -8127,14 +7694,14 @@ } }, "node_modules/@nx/eslint/node_modules/nx": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.2.tgz", - "integrity": "sha512-uUC9glC/QDsDhfOSzWl1id9rfUVepVwLhwBGRMeO5K6+Tju7qAsRGZ2NGPoUz6J1AZuWtlKZcr+MOSK2U4+2wQ==", + "version": "19.7.2", "dev": true, "hasInstallScript": true, + "license": "MIT", + "peer": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.6.2", + "@nrwl/tao": "19.7.2", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -8153,7 +7720,7 @@ "ignore": "^5.0.4", "jest-diff": "^29.4.1", "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", + "lines-and-columns": "2.0.3", "minimatch": "9.0.3", "node-machine-id": "1.1.12", "npm-run-path": "^4.0.1", @@ -8174,16 +7741,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.6.2", - "@nx/nx-darwin-x64": "19.6.2", - "@nx/nx-freebsd-x64": "19.6.2", - "@nx/nx-linux-arm-gnueabihf": "19.6.2", - "@nx/nx-linux-arm64-gnu": "19.6.2", - "@nx/nx-linux-arm64-musl": "19.6.2", - "@nx/nx-linux-x64-gnu": "19.6.2", - "@nx/nx-linux-x64-musl": "19.6.2", - "@nx/nx-win32-arm64-msvc": "19.6.2", - "@nx/nx-win32-x64-msvc": "19.6.2" + "@nx/nx-darwin-arm64": "19.7.2", + "@nx/nx-darwin-x64": "19.7.2", + "@nx/nx-freebsd-x64": "19.7.2", + "@nx/nx-linux-arm-gnueabihf": "19.7.2", + "@nx/nx-linux-arm64-gnu": "19.7.2", + "@nx/nx-linux-arm64-musl": "19.7.2", + "@nx/nx-linux-x64-gnu": "19.7.2", + "@nx/nx-linux-x64-musl": "19.7.2", + "@nx/nx-win32-arm64-msvc": "19.7.2", + "@nx/nx-win32-x64-msvc": "19.7.2" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -8200,9 +7767,8 @@ }, "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, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "chalk": "^4.1.0", @@ -8222,28 +7788,36 @@ }, "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, + "license": "BSD-3-Clause", "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, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, + "node_modules/@nx/eslint/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -8253,9 +7827,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==", "dev": true, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -8296,9 +7869,8 @@ }, "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, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -8309,9 +7881,8 @@ }, "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, + "license": "MIT", "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", @@ -8330,9 +7901,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -8345,9 +7915,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -8361,18 +7930,16 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -8382,9 +7949,8 @@ }, "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, + "license": "MIT", "dependencies": { "@babel/core": "^7.22.9", "@babel/plugin-proposal-class-properties": "^7.18.6", @@ -8426,79 +7992,10 @@ } } }, - "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": { - "@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/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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -8509,22 +8006,10 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -8536,42 +8021,18 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "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/@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": { - "@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/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, + "license": "BSD-3-Clause", "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, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -8585,18 +8046,16 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "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, + "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, @@ -8606,9 +8065,8 @@ }, "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, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -8622,15 +8080,13 @@ }, "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 + "dev": true, + "license": "ISC" }, "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, + "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", "proc-log": "^3.0.0", @@ -8643,9 +8099,8 @@ }, "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, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "chalk": "^4.1.0", @@ -8663,30 +8118,63 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@nx/js/node_modules/semver": { + "version": "7.5.3", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nx/js/node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "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==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, + "node_modules/@nx/js/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -8696,9 +8184,8 @@ }, "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, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -8737,11 +8224,15 @@ } } }, + "node_modules/@nx/js/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "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, + "license": "MIT", "dependencies": { "@nrwl/linter": "16.10.0", "@nx/devkit": "16.10.0", @@ -8762,9 +8253,8 @@ }, "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, + "license": "MIT", "dependencies": { "@nrwl/node": "16.10.0", "@nx/devkit": "16.10.0", @@ -8777,12 +8267,11 @@ }, "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" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -8937,9 +8426,8 @@ }, "node_modules/@nx/storybook": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/storybook/-/storybook-19.6.2.tgz", - "integrity": "sha512-1LLTxOPcS98GtxCXMB/F/1wZGyn0Lk9u7e3L98iZsJArWDjcLz9dqFRk5hdmRsXH3+cDqKten8XsBCGK9/hwTA==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/storybook": "19.6.2", "@nx/cypress": "19.6.2", @@ -8953,9 +8441,8 @@ }, "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, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -8983,20 +8470,18 @@ }, "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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@nx/storybook/node_modules/@babel/generator": { - "version": "7.25.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", - "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", + "version": "7.25.6", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.4", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -9007,9 +8492,8 @@ }, "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, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -9024,9 +8508,8 @@ }, "node_modules/@nx/storybook/node_modules/@babel/plugin-transform-runtime": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz", - "integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.8", @@ -9044,18 +8527,16 @@ }, "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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@nx/storybook/node_modules/@babel/preset-env": { "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", - "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.25.4", "@babel/helper-compilation-targets": "^7.25.2", @@ -9150,18 +8631,16 @@ }, "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, + "license": "ISC", "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, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -9173,9 +8652,8 @@ }, "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, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -9187,38 +8665,35 @@ }, "node_modules/@nx/storybook/node_modules/@nrwl/cypress": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-19.6.2.tgz", - "integrity": "sha512-mKhLb1QoBUr9M8z26lKkhFbFrI5gEBPOrziCax+LB7KKgUT6hIiagCe/dz/0WBlH0czMXsCsTGP6BAMxLUIPxA==", "dev": true, + "license": "MIT", "dependencies": { "@nx/cypress": "19.6.2" } }, "node_modules/@nx/storybook/node_modules/@nrwl/devkit": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.2.tgz", - "integrity": "sha512-1caQTLJBcvOLDZpB3yHY0zczcaaOh044MeegS0oyllPYYbCi6PiJK33HC8qoH1TGiahT6+VxSFN7OYnD3QK4vQ==", "dev": true, + "license": "MIT", "dependencies": { "@nx/devkit": "19.6.2" } }, "node_modules/@nx/storybook/node_modules/@nrwl/js": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.2.tgz", - "integrity": "sha512-C5BEZxgRkgUz/D3Yc5B7NkfugldCslBTfRJKhUOBKrZ1e7/hXE/N7iEgrHrN9TNHiaX0X0HRRdMax6uLbINvLw==", "dev": true, + "license": "MIT", "dependencies": { "@nx/js": "19.6.2" } }, "node_modules/@nx/storybook/node_modules/@nrwl/tao": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.2.tgz", - "integrity": "sha512-DcqpaKpkUbF+J2kVRoLtYZOFpr8mu4+fHiKIjrdliKVabSOzekwRAx0DN+VZdpUoaZ2+5W+F8RFhSak1216ZCg==", + "version": "19.7.2", "dev": true, + "license": "MIT", + "peer": true, "dependencies": { - "nx": "19.6.2", + "nx": "19.7.2", "tslib": "^2.3.0" }, "bin": { @@ -9227,18 +8702,16 @@ }, "node_modules/@nx/storybook/node_modules/@nrwl/workspace": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.2.tgz", - "integrity": "sha512-p5iHFZG4WIpsZjLRB4ZrhwBRlPjj++1yxzYOw+kJmKRQ4hcMhv63VB9X6w/mDpsWD9kfzMs3wBMfkg7SDph+3g==", "dev": true, + "license": "MIT", "dependencies": { "@nx/workspace": "19.6.2" } }, "node_modules/@nx/storybook/node_modules/@nx/cypress": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/cypress/-/cypress-19.6.2.tgz", - "integrity": "sha512-d3Z1V+BPyGOZ4yQWHfPIf9a17oQpWtwXuAY3IQ4zuHIU0gm9/2Bs9BsE+tczGBgPKq8pVwsPWNn+QVL2gYycdw==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/cypress": "19.6.2", "@nx/devkit": "19.6.2", @@ -9259,9 +8732,8 @@ }, "node_modules/@nx/storybook/node_modules/@nx/devkit": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.2.tgz", - "integrity": "sha512-fyZ+z0CnpXsGbnOTgsxwjOJH/K1cgSkhyHSOW3BcIvncx4Q4o8Y74flRz2mrZLJeURBs+IelYI2REkCPdba2cg==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/devkit": "19.6.2", "ejs": "^3.1.7", @@ -9279,9 +8751,8 @@ }, "node_modules/@nx/storybook/node_modules/@nx/js": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.2.tgz", - "integrity": "sha512-4YXnlla7cP5dD1pElTlSx5ZmqwHHDvdte+zr61MVf6F0iSP4z74pZsfGG5BZn7oa8R8pW+5pefoHyT3XLtfe3A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", "@babel/plugin-proposal-decorators": "^7.22.7", @@ -9324,25 +8795,25 @@ } }, "node_modules/@nx/storybook/node_modules/@nx/nx-darwin-arm64": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.2.tgz", - "integrity": "sha512-WCt9bK5CiuXiiE/8ivoeOEy3J2xYx2Eduea+8PdyK+21FzWakSV4GK0DUfC/dmLPyc+osx2kpmVO+l4HVBIEJw==", + "version": "19.7.2", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-darwin-x64": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.2.tgz", - "integrity": "sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.7.2.tgz", + "integrity": "sha512-PdQFp4Zo+Ero5tTh8d+mae0Fo64vWLLBcTh4zPmskjaU5PiY6/4xOzdaAjtbHiak7h1mCGB/31/efFzKf5EvKA==", "cpu": [ "x64" ], @@ -9351,14 +8822,15 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-freebsd-x64": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.2.tgz", - "integrity": "sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.7.2.tgz", + "integrity": "sha512-ORedNKXCbH4DQ4lX+YoHsHwGNGWxeU/8OpiWRcZzpF5vYVoTR3m93szemdJ3U5V6IXFI7r6/qz/FRltnx+VT8g==", "cpu": [ "x64" ], @@ -9367,14 +8839,15 @@ "os": [ "freebsd" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.2.tgz", - "integrity": "sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.7.2.tgz", + "integrity": "sha512-KxCfE9qFwmtTBqcYGKs3uYkxsuAhItf1xyMK07uhdY6igI1cuhVBYNLtVd0t25lb4SU4RFtwQu69A328FVc11w==", "cpu": [ "arm" ], @@ -9383,14 +8856,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.2.tgz", - "integrity": "sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.7.2.tgz", + "integrity": "sha512-ljiDNBPwL+aGnqZw9fAygNj4c2FRUDqGypli0gjWNZjri+JJqqtPwdYLYsUVBCs8chcgwvsHYP0AVKZaPf2K1A==", "cpu": [ "arm64" ], @@ -9399,14 +8873,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.2.tgz", - "integrity": "sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.7.2.tgz", + "integrity": "sha512-G9IBIfCFknbVd+ZNn22BC80pu6JgToslEZyl2qRKRgq6D4Xsfm8zwKlKJNQDWY3I//f26u+wiA83yEFOaQcqyQ==", "cpu": [ "arm64" ], @@ -9415,14 +8890,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.2.tgz", - "integrity": "sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.7.2.tgz", + "integrity": "sha512-P5HQhLoxLodpbhF5Col+ygScXfcVnk0gqXPxbc7kOnhdCwwIISZxHPsrgm0jbWaB5TufBuZNlo+ST8Evtnzojg==", "cpu": [ "x64" ], @@ -9431,14 +8907,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-linux-x64-musl": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.2.tgz", - "integrity": "sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.7.2.tgz", + "integrity": "sha512-b08iqgz4Z2jKRJ66rf7ci/n0LFZ3CnaxdpXnOpb1FM/ZBLn3BuNah36K03UWamBlkrVEmAORZtPKZ5OuQHnlMg==", "cpu": [ "x64" ], @@ -9447,14 +8924,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.2.tgz", - "integrity": "sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.7.2.tgz", + "integrity": "sha512-hn8Qm/iGiOpyP/34M/aKFYDStLzudX1dYPC62RnXU0/WI29JTdnT420rYjwXkQTaPMZsvi5xkQmBphowfGlHww==", "cpu": [ "arm64" ], @@ -9463,14 +8941,15 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.2.tgz", - "integrity": "sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==", + "version": "19.7.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.7.2.tgz", + "integrity": "sha512-gK5XnkeiVbjs9+dkukGmZedXrxSL845t/ntlA8wp4joOnb7xUED/xvwhIP7DRjL6VefFbFIzhxgPaSaKfzaiiA==", "cpu": [ "x64" ], @@ -9479,15 +8958,15 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/storybook/node_modules/@nx/workspace": { "version": "19.6.2", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.2.tgz", - "integrity": "sha512-L2gHov2A0/fUOHEZHT45TI59dYLBuX0hQR90Js0sxKP8eWiIApNLB9URYKr6ZmkMIydPMXgTUx6oEzHSpza7Tw==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/workspace": "19.6.2", "@nx/devkit": "19.6.2", @@ -9498,143 +8977,325 @@ "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nrwl/tao": { + "version": "19.6.2", "dev": true, + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" + "nx": "19.6.2", + "tslib": "^2.3.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nx/storybook/node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", - "dev": true, - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" + "bin": { + "tao": "index.js" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-darwin-arm64": { + "version": "19.6.2", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@nx/storybook/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", - "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-darwin-x64": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.2.tgz", + "integrity": "sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2", - "core-js-compat": "^3.38.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-freebsd-x64": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.2.tgz", + "integrity": "sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.2.tgz", + "integrity": "sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.2.tgz", + "integrity": "sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">= 10" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.2.tgz", + "integrity": "sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=12" + "node": ">= 10" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.2.tgz", + "integrity": "sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==", + "cpu": [ + "x64" + ], "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" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=8" + "node": ">= 10" } }, - "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==", + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-linux-x64-musl": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.2.tgz", + "integrity": "sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=0.3.1" + "node": ">= 10" } }, - "node_modules/@nx/storybook/node_modules/dotenv-expand": { + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.2.tgz", + "integrity": "sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.6.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.2.tgz", + "integrity": "sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/storybook/node_modules/@nx/workspace/node_modules/nx": { + "version": "19.6.2", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@napi-rs/wasm-runtime": "0.2.4", + "@nrwl/tao": "19.6.2", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.7.4", + "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.6.2", + "@nx/nx-darwin-x64": "19.6.2", + "@nx/nx-freebsd-x64": "19.6.2", + "@nx/nx-linux-arm-gnueabihf": "19.6.2", + "@nx/nx-linux-arm64-gnu": "19.6.2", + "@nx/nx-linux-arm64-musl": "19.6.2", + "@nx/nx-linux-x64-gnu": "19.6.2", + "@nx/nx-linux-x64-musl": "19.6.2", + "@nx/nx-win32-arm64-msvc": "19.6.2", + "@nx/nx-win32-x64-msvc": "19.6.2" + }, + "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/ansi-styles": { + "version": "4.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/storybook/node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.6", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" + }, + "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", + "dev": true, + "license": "MIT", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@nx/storybook/node_modules/chalk": { + "version": "4.1.2", + "dev": true, + "license": "MIT", + "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/storybook/node_modules/convert-source-map": { + "version": "2.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@nx/storybook/node_modules/diff": { + "version": "4.0.2", + "dev": true, + "license": "BSD-3-Clause", + "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, + "license": "BSD-2-Clause", "dependencies": { "dotenv": "^16.4.4" }, @@ -9647,9 +9308,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -9659,9 +9319,8 @@ }, "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, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -9675,18 +9334,16 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "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, + "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, @@ -9694,11 +9351,18 @@ "node": "^16.14.0 || >=18.0.0" } }, + "node_modules/@nx/storybook/node_modules/lines-and-columns": { + "version": "2.0.3", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.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, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -9712,15 +9376,13 @@ }, "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 + "dev": true, + "license": "ISC" }, "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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -9733,9 +9395,8 @@ }, "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, + "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", "proc-log": "^3.0.0", @@ -9747,14 +9408,14 @@ } }, "node_modules/@nx/storybook/node_modules/nx": { - "version": "19.6.2", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.2.tgz", - "integrity": "sha512-uUC9glC/QDsDhfOSzWl1id9rfUVepVwLhwBGRMeO5K6+Tju7qAsRGZ2NGPoUz6J1AZuWtlKZcr+MOSK2U4+2wQ==", + "version": "19.7.2", "dev": true, "hasInstallScript": true, + "license": "MIT", + "peer": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.6.2", + "@nrwl/tao": "19.7.2", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -9773,7 +9434,7 @@ "ignore": "^5.0.4", "jest-diff": "^29.4.1", "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", + "lines-and-columns": "2.0.3", "minimatch": "9.0.3", "node-machine-id": "1.1.12", "npm-run-path": "^4.0.1", @@ -9794,16 +9455,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.6.2", - "@nx/nx-darwin-x64": "19.6.2", - "@nx/nx-freebsd-x64": "19.6.2", - "@nx/nx-linux-arm-gnueabihf": "19.6.2", - "@nx/nx-linux-arm64-gnu": "19.6.2", - "@nx/nx-linux-arm64-musl": "19.6.2", - "@nx/nx-linux-x64-gnu": "19.6.2", - "@nx/nx-linux-x64-musl": "19.6.2", - "@nx/nx-win32-arm64-msvc": "19.6.2", - "@nx/nx-win32-x64-msvc": "19.6.2" + "@nx/nx-darwin-arm64": "19.7.2", + "@nx/nx-darwin-x64": "19.7.2", + "@nx/nx-freebsd-x64": "19.7.2", + "@nx/nx-linux-arm-gnueabihf": "19.7.2", + "@nx/nx-linux-arm64-gnu": "19.7.2", + "@nx/nx-linux-arm64-musl": "19.7.2", + "@nx/nx-linux-x64-gnu": "19.7.2", + "@nx/nx-linux-x64-musl": "19.7.2", + "@nx/nx-win32-arm64-msvc": "19.7.2", + "@nx/nx-win32-x64-msvc": "19.7.2" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -9820,9 +9481,8 @@ }, "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, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "chalk": "^4.1.0", @@ -9842,28 +9502,36 @@ }, "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==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, + "node_modules/@nx/storybook/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -9873,9 +9541,8 @@ }, "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, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -9916,9 +9583,8 @@ }, "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, + "license": "MIT", "dependencies": { "@babel/core": "^7.22.9", "@nrwl/webpack": "16.10.0", @@ -9958,79 +9624,10 @@ "webpack-subresource-integrity": "^5.1.0" } }, - "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": { - "@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/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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10043,9 +9640,8 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -10055,9 +9651,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10069,17 +9664,10 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "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==", "dev": true, + "license": "MIT", "dependencies": { "fast-glob": "^3.2.7", "glob-parent": "^6.0.1", @@ -10099,11 +9687,59 @@ "webpack": "^5.1.0" } }, - "node_modules/@nx/webpack/node_modules/glob-parent": { + "node_modules/@nx/webpack/node_modules/cosmiconfig": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "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/@nx/webpack/node_modules/css-loader": { + "version": "6.11.0", + "dev": true, + "license": "MIT", + "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/@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==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -10113,9 +9749,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "array-union": "^3.0.1", "dir-glob": "^3.0.1", @@ -10133,18 +9768,16 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, @@ -10154,9 +9787,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -10168,9 +9800,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0" }, @@ -10187,15 +9818,13 @@ }, "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 + "dev": true, + "license": "MIT" }, "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==", "dev": true, + "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.5", @@ -10215,9 +9844,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "klona": "^2.0.4", "neo-async": "^2.6.2" @@ -10253,9 +9881,8 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -10265,9 +9892,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "abab": "^2.0.5", "iconv-lite": "^0.6.3", @@ -10286,9 +9912,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -10298,9 +9923,8 @@ }, "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, + "license": "MIT", "dependencies": { "@nrwl/workspace": "16.10.0", "@nx/devkit": "16.10.0", @@ -10315,9 +9939,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10330,9 +9953,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10346,9 +9968,8 @@ }, "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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -10358,18 +9979,16 @@ }, "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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -10379,9 +9998,8 @@ }, "node_modules/@paperist/types-remark": { "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@paperist/types-remark/-/types-remark-0.1.3.tgz", - "integrity": "sha512-liJvMxGB0IinhxcoMYiSVOgk2z5CZ5/gvpNCXzVC9xVGVtON0lLJZro1ixo5qZJg1ir6N0BY99Y1u6jp2ZNYEg==", "dev": true, + "license": "MIT", "peerDependencies": { "remark-parse": "^4.0.0", "unist-util-visit": "^1.1.3" @@ -10389,10 +10007,9 @@ }, "node_modules/@parcel/watcher": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.0.4.tgz", - "integrity": "sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "node-addon-api": "^3.2.1", "node-gyp-build": "^4.3.0" @@ -10407,9 +10024,8 @@ }, "node_modules/@phenomnomnominal/tsquery": { "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, + "license": "MIT", "dependencies": { "esquery": "^1.4.0" }, @@ -10419,9 +10035,8 @@ }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=14" @@ -10429,8 +10044,7 @@ }, "node_modules/@pkgr/core": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", - "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, @@ -10440,9 +10054,8 @@ }, "node_modules/@playwright/test": { "version": "1.46.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz", - "integrity": "sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "playwright": "1.46.1" }, @@ -10455,15 +10068,13 @@ }, "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", - "integrity": "sha512-Gwp68CHT45mjszaELuTCOLsakWrUVmcrIEUJGOaGgPTr6VWqoqdFiyuHqtyGmO5/69eoo/HIzlYJ7z3NYgJ3Fg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@rollup/plugin-json": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz", - "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==", "dev": true, + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.1.0" }, @@ -10481,9 +10092,8 @@ }, "node_modules/@rollup/plugin-node-resolve": { "version": "15.2.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", - "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dev": true, + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.0.1", "@types/resolve": "1.20.2", @@ -10506,9 +10116,8 @@ }, "node_modules/@rollup/pluginutils": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", - "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^2.0.2", @@ -10528,15 +10137,13 @@ }, "node_modules/@rollup/pluginutils/node_modules/estree-walker": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@schematics/angular": { "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-16.2.9.tgz", - "integrity": "sha512-uiU2YbZRVHgk1N1DDsek/5CKhfpZ8myJYNJk8eHV5LswnXOP3aqvH23VhneaAgOYwK5fISC7eMG0pLVKMvFfZQ==", "dev": true, + "license": "MIT", "dependencies": { "@angular-devkit/core": "16.2.9", "@angular-devkit/schematics": "16.2.9", @@ -10550,9 +10157,8 @@ }, "node_modules/@sigstore/bundle": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-1.1.0.tgz", - "integrity": "sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.2.0" }, @@ -10562,18 +10168,16 @@ }, "node_modules/@sigstore/protobuf-specs": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz", - "integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@sigstore/sign": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-1.0.0.tgz", - "integrity": "sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^1.1.0", "@sigstore/protobuf-specs": "^0.2.0", @@ -10583,11 +10187,59 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/@sigstore/sign/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@sigstore/sign/node_modules/cacache": { + "version": "17.1.4", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^7.7.1", + "minipass": "^7.0.3", + "minipass-collect": "^1.0.2", + "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": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/sign/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "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/@sigstore/sign/node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -10599,18 +10251,16 @@ }, "node_modules/@sigstore/sign/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/@sigstore/sign/node_modules/make-fetch-happen": { "version": "11.1.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", - "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^17.0.0", @@ -10632,11 +10282,54 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/@sigstore/sign/node_modules/make-fetch-happen/node_modules/minipass": { + "version": "5.0.0", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/@sigstore/sign/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@sigstore/sign/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@sigstore/sign/node_modules/minipass-collect/node_modules/minipass": { + "version": "3.3.6", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "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", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^7.0.3", "minipass-sized": "^1.0.3", @@ -10649,20 +10342,15 @@ "encoding": "^0.1.13" } }, - "node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "node_modules/@sigstore/sign/node_modules/yallist": { + "version": "4.0.0", "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } + "license": "ISC" }, "node_modules/@sigstore/tuf": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-1.0.3.tgz", - "integrity": "sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/protobuf-specs": "^0.2.0", "tuf-js": "^1.1.7" @@ -10673,49 +10361,34 @@ }, "node_modules/@sinclair/typebox": { "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" - }, - "node_modules/@sindresorhus/merge-streams": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", - "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "dev": true, + "license": "MIT" }, "node_modules/@sinonjs/commons": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", - "devOptional": true, + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" } }, "node_modules/@sinonjs/fake-timers": { "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", - "devOptional": true, + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0" } }, "node_modules/@socket.io/component-emitter": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", - "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@storybook/addon-actions": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.9.tgz", - "integrity": "sha512-eh2teOqjga7aoClDVV+/b1gHJqsPwjiU1t+Hg/l4i2CkaBUNdYMEL90nR6fgReOdvvL5YhcPwJ8w38f9TrQcoQ==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", "@types/uuid": "^9.0.1", @@ -10728,14 +10401,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-backgrounds": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.9.tgz", - "integrity": "sha512-eGmZAd742ORBbQ6JepzBCko/in62T4Xg9j9LVa+Cvz/7L1C/RQSuU6sUwbRAsXaz+PMVDksPDCUUNsXl3zUL7w==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", "memoizerific": "^1.11.3", @@ -10746,15 +10418,15 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-controls": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.9.tgz", - "integrity": "sha512-vaSE78KOE7SO0GrW4e+mdQphSNpvCX/FGybIRxyaKX9h8smoyUwRNHVyCS3ROHTwH324QWu7GDzsOVrnyXOv0A==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { + "@storybook/global": "^5.0.0", "dequal": "^2.0.2", "lodash": "^4.17.21", "ts-dedent": "^2.0.0" @@ -10764,21 +10436,19 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-docs": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-8.2.9.tgz", - "integrity": "sha512-flDOxFIGmXg+6lVdwTLMOKsGob1WrT7rG98mn1SNW0Nxhg3Wg+9pQuq1GLxEzKtAgSflmu+xcBRfYhsogyDXkw==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { - "@babel/core": "^7.24.4", "@mdx-js/react": "^3.0.0", - "@storybook/blocks": "8.2.9", - "@storybook/csf-plugin": "8.2.9", + "@storybook/blocks": "8.3.0", + "@storybook/csf-plugin": "8.3.0", "@storybook/global": "^5.0.0", - "@storybook/react-dom-shim": "8.2.9", + "@storybook/react-dom-shim": "8.3.0", "@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", @@ -10792,98 +10462,23 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" - } - }, - "node_modules/@storybook/addon-docs/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/@storybook/addon-docs/node_modules/@babel/generator": { - "version": "7.25.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", - "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", - "dev": true, - "dependencies": { - "@babel/types": "^7.25.4", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@storybook/addon-docs/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/@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", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "node_modules/@storybook/addon-docs/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" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-essentials": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-8.2.9.tgz", - "integrity": "sha512-B2d3eznGZvPIyCVtYX0UhrYcEfK+3Y2sACmEWpSwtk8KXomFEsZnD95m397BYDRw3/X6qeSLWxqgMfqDTEDeMA==", - "dev": true, - "dependencies": { - "@storybook/addon-actions": "8.2.9", - "@storybook/addon-backgrounds": "8.2.9", - "@storybook/addon-controls": "8.2.9", - "@storybook/addon-docs": "8.2.9", - "@storybook/addon-highlight": "8.2.9", - "@storybook/addon-measure": "8.2.9", - "@storybook/addon-outline": "8.2.9", - "@storybook/addon-toolbars": "8.2.9", - "@storybook/addon-viewport": "8.2.9", + "version": "8.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@storybook/addon-actions": "8.3.0", + "@storybook/addon-backgrounds": "8.3.0", + "@storybook/addon-controls": "8.3.0", + "@storybook/addon-docs": "8.3.0", + "@storybook/addon-highlight": "8.3.0", + "@storybook/addon-measure": "8.3.0", + "@storybook/addon-outline": "8.3.0", + "@storybook/addon-toolbars": "8.3.0", + "@storybook/addon-viewport": "8.3.0", "ts-dedent": "^2.0.0" }, "funding": { @@ -10891,14 +10486,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-highlight": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.9.tgz", - "integrity": "sha512-qdcazeNQoo9QKIq+LJJZZXvFZoLn+i4uhbt1Uf9WtW6oU/c1qxORGVD7jc3zsxbQN9nROVPbJ76sfthogxeqWA==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0" }, @@ -10907,17 +10501,16 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-interactions": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-interactions/-/addon-interactions-8.2.9.tgz", - "integrity": "sha512-oSxBkqpmp1Vm9v/G8mZeFNXD8k6T1NMgzUWzAx7R5m31rfObhoi5Fo1bKQT5BAhSSsdjjd7owTAFKdhwSotSKg==", + "version": "8.3.0", + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", - "@storybook/instrumenter": "8.2.9", - "@storybook/test": "8.2.9", + "@storybook/instrumenter": "8.3.0", + "@storybook/test": "8.3.0", "polished": "^4.2.2", "ts-dedent": "^2.2.0" }, @@ -10926,14 +10519,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-measure": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.9.tgz", - "integrity": "sha512-XUfQtYRKWB2dfbPRmHuos816wt1JrLbtRld5ZC8J8ljeqZ4hFBPTQcgI5GAzZqjQuclLC0KuhlA/0bKxdxMMGA==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", "tiny-invariant": "^1.3.1" @@ -10943,14 +10535,13 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-outline": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.9.tgz", - "integrity": "sha512-p22kI4W7MT0YJOCmg/FfhfH+NpZEDA5tgwstjazSg4ertyhaxziMwWZWiK2JCg0gOAfRJjoYjHz+6/u56iXwgQ==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", "ts-dedent": "^2.0.0" @@ -10960,27 +10551,25 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-toolbars": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.9.tgz", - "integrity": "sha512-9LMZZ2jRD86Jh6KXedDbAYs4eHj9HtJA9VhSEE2wiqMGwXozpySi7B1GWniNzmFfcgMQ4JHfmD/OrBVTK7Ca/w==", + "version": "8.3.0", "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/addon-viewport": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-8.2.9.tgz", - "integrity": "sha512-lyM24+DJEt8R0YZkJKee34NQWv0REACU6lYDalqJNdKS1sEwzLGWxg1hZXnw2JFdBID9NGVvyYU2w6LDozOB0g==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { "memoizerific": "^1.11.3" }, @@ -10989,23 +10578,22 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/angular": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/angular/-/angular-8.2.9.tgz", - "integrity": "sha512-E2rmWJOgwHa2SASsTuJMIV/eNywTz8TloRHld2BfoZCBmox8Wf9PrcnyPQ8BmmJUygfs2Vrh3wmrqzrdB8oTHw==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { - "@storybook/builder-webpack5": "8.2.9", - "@storybook/components": "^8.2.9", - "@storybook/core-webpack": "8.2.9", + "@storybook/builder-webpack5": "8.3.0", + "@storybook/components": "^8.3.0", + "@storybook/core-webpack": "8.3.0", "@storybook/global": "^5.0.0", - "@storybook/manager-api": "^8.2.9", - "@storybook/preview-api": "^8.2.9", - "@storybook/theming": "^8.2.9", - "@types/node": "^18.0.0", + "@storybook/manager-api": "^8.3.0", + "@storybook/preview-api": "^8.3.0", + "@storybook/theming": "^8.3.0", + "@types/node": "^22.0.0", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@types/semver": "^7.3.4", @@ -11039,7 +10627,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.9", + "storybook": "^8.3.0", "typescript": "^4.0.0 || ^5.0.0", "zone.js": ">= 0.11.1 < 1.0.0" }, @@ -11050,19 +10638,17 @@ } }, "node_modules/@storybook/angular/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==", + "version": "22.5.4", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@storybook/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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11075,9 +10661,8 @@ }, "node_modules/@storybook/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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11091,18 +10676,16 @@ }, "node_modules/@storybook/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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@storybook/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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -11112,9 +10695,8 @@ }, "node_modules/@storybook/angular/node_modules/tsconfig-paths-webpack-plugin": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.1.0.tgz", - "integrity": "sha512-xWFISjviPydmtmgeUAuXp4N1fky+VCtfhOkDUFIv5ea7p4wuTomI4QTrXvFBX2S4jZsmyTSrStQl+E+4w+RzxA==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.7.0", @@ -11125,14 +10707,13 @@ } }, "node_modules/@storybook/blocks": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.9.tgz", - "integrity": "sha512-5276q/s/UL8arwftuBXovUNHqYo/HPQFMGXEmjVVAMXUyFjzEAfKj3+xU897J6AuL+7XVZG32WnqA+X6LJMrcQ==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { - "@storybook/csf": "0.1.11", + "@storybook/csf": "^0.1.11", "@storybook/global": "^5.0.0", - "@storybook/icons": "^1.2.5", + "@storybook/icons": "^1.2.10", "@types/lodash": "^4.14.167", "color-convert": "^2.0.1", "dequal": "^2.0.2", @@ -11152,7 +10733,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.9" + "storybook": "^8.3.0" }, "peerDependenciesMeta": { "react": { @@ -11164,13 +10745,12 @@ } }, "node_modules/@storybook/builder-webpack5": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.9.tgz", - "integrity": "sha512-D3oYk4LkteWZ3QLcdUTu/0rUvVNUp/bWwEKAycZDr2uFCOhv8VoS2/l/TaHjn3wpyWpVVKS6GgdP72K++YVufg==", + "version": "8.3.0", "dev": true, + "license": "MIT", "dependencies": { - "@storybook/core-webpack": "8.2.9", - "@types/node": "^18.0.0", + "@storybook/core-webpack": "8.3.0", + "@types/node": "^22.0.0", "@types/semver": "^7.3.4", "browser-assert": "^1.2.1", "case-sensitive-paths-webpack-plugin": "^2.4.0", @@ -11202,7 +10782,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" }, "peerDependenciesMeta": { "typescript": { @@ -11211,19 +10791,17 @@ } }, "node_modules/@storybook/builder-webpack5/node_modules/@types/node": { - "version": "18.19.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.45.tgz", - "integrity": "sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==", + "version": "22.5.4", "dev": true, + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -11237,18 +10815,16 @@ }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11261,9 +10837,8 @@ }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11275,28 +10850,76 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "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", - "integrity": "sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==", + "node_modules/@storybook/builder-webpack5/node_modules/cosmiconfig": { + "version": "7.1.0", "dev": true, + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.16.7", - "chalk": "^4.1.2", - "chokidar": "^3.5.3", - "cosmiconfig": "^7.0.1", - "deepmerge": "^4.2.2", - "fs-extra": "^10.0.0", - "memfs": "^3.4.1", - "minimatch": "^3.0.4", - "node-abort-controller": "^3.0.1", - "schema-utils": "^3.1.1", - "semver": "^7.3.5", - "tapable": "^2.2.1" + "@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": ">=12.13.0", - "yarn": ">=1.0.0" + "node": ">=10" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/css-loader": { + "version": "6.11.0", + "dev": true, + "license": "MIT", + "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", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "chalk": "^4.1.2", + "chokidar": "^3.5.3", + "cosmiconfig": "^7.0.1", + "deepmerge": "^4.2.2", + "fs-extra": "^10.0.0", + "memfs": "^3.4.1", + "minimatch": "^3.0.4", + "node-abort-controller": "^3.0.1", + "schema-utils": "^3.1.1", + "semver": "^7.3.5", + "tapable": "^2.2.1" + }, + "engines": { + "node": ">=12.13.0", + "yarn": ">=1.0.0" }, "peerDependencies": { "typescript": ">3.6.0", @@ -11305,9 +10928,8 @@ }, "node_modules/@storybook/builder-webpack5/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", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -11319,9 +10941,8 @@ }, "node_modules/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin/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, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -11337,33 +10958,29 @@ }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@storybook/builder-webpack5/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 + "dev": true, + "license": "MIT" }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "node_modules/@storybook/builder-webpack5/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -11373,9 +10990,8 @@ }, "node_modules/@storybook/builder-webpack5/node_modules/webpack-dev-middleware": { "version": "6.1.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.3.tgz", - "integrity": "sha512-A4ChP0Qj8oGociTs6UdlRUGANIGrCDL3y+pmQMc+dSsraXHCatFpmMey4mYELA+juqwUqwQsUgJJISXl1KWmiw==", "dev": true, + "license": "MIT", "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.12", @@ -11399,433 +11015,115 @@ } } }, - "node_modules/@storybook/codemod": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.9.tgz", - "integrity": "sha512-3yRx1lFMm1FXWVv+CKDiYM4gOQPEfpcZAQrjfcumxSDUrB091pnU1PeI92Prj3vCdi4+0oPNuN4yDGNUYTMP/A==", - "dependencies": { - "@babel/core": "^7.24.4", - "@babel/preset-env": "^7.24.4", - "@babel/types": "^7.24.0", - "@storybook/core": "8.2.9", - "@storybook/csf": "0.1.11", - "@types/cross-spawn": "^6.0.2", - "cross-spawn": "^7.0.3", - "globby": "^14.0.1", - "jscodeshift": "^0.15.1", - "lodash": "^4.17.21", - "prettier": "^3.1.1", - "recast": "^0.23.5", - "tiny-invariant": "^1.3.1" - }, + "node_modules/@storybook/components": { + "version": "8.3.0", + "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" + }, + "peerDependencies": { + "storybook": "^8.3.0" } }, - "node_modules/@storybook/codemod/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==", + "node_modules/@storybook/core": { + "version": "8.3.0", + "license": "MIT", "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" + "@storybook/csf": "^0.1.11", + "@types/express": "^4.17.21", + "browser-assert": "^1.2.1", + "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0", + "esbuild-register": "^3.5.0", + "express": "^4.19.2", + "process": "^0.11.10", + "recast": "^0.23.5", + "semver": "^7.6.2", + "util": "^0.12.5", + "ws": "^8.2.3" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@storybook/codemod/node_modules/@babel/generator": { - "version": "7.25.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", - "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", - "dependencies": { - "@babel/types": "^7.25.4", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" + "url": "https://opencollective.com/storybook" } }, - "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==", - "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" + "node_modules/@storybook/core-server": { + "version": "8.3.0", + "dev": true, + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "storybook": "^8.3.0" } }, - "node_modules/@storybook/codemod/node_modules/@babel/preset-env": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", - "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", + "node_modules/@storybook/core-webpack": { + "version": "8.3.0", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.4", - "@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.4", - "@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.25.4", - "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.25.4", - "@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.25.4", - "@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.25.4", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.6", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.37.1", - "semver": "^6.3.1" + "@types/node": "^22.0.0", + "ts-dedent": "^2.0.0" }, - "engines": { - "node": ">=6.9.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "storybook": "^8.3.0" } }, - "node_modules/@storybook/codemod/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==", + "node_modules/@storybook/core-webpack/node_modules/@types/node": { + "version": "22.5.4", + "dev": true, + "license": "MIT", "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" + "undici-types": "~6.19.2" } }, - "node_modules/@storybook/codemod/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==", - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "node_modules/@storybook/core/node_modules/semver": { + "version": "7.6.3", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" }, "engines": { - "node": ">=6.9.0" + "node": ">=10" } }, - "node_modules/@storybook/codemod/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", - "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", + "node_modules/@storybook/csf": { + "version": "0.1.11", + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2", - "core-js-compat": "^3.38.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "type-fest": "^2.19.0" } }, - "node_modules/@storybook/codemod/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==", + "node_modules/@storybook/csf-plugin": { + "version": "8.3.0", + "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "unplugin": "^1.3.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "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==" - }, - "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==", - "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/@storybook/codemod/node_modules/globby": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", - "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", - "dependencies": { - "@sindresorhus/merge-streams": "^2.1.0", - "fast-glob": "^3.3.2", - "ignore": "^5.2.4", - "path-type": "^5.0.0", - "slash": "^5.1.0", - "unicorn-magic": "^0.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/codemod/node_modules/path-type": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", - "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/codemod/node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/@storybook/codemod/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/codemod/node_modules/slash": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", - "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/components": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/components/-/components-8.2.9.tgz", - "integrity": "sha512-OkkcZ/f/6o3GdFEEK9ZHKIGHWUHmavZUYs5xaSgU64bOrA2aqEFtfeWWitZYTv3Euhk8MVLWfyEMDfez0AlvDg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "storybook": "^8.2.9" - } - }, - "node_modules/@storybook/core": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/core/-/core-8.2.9.tgz", - "integrity": "sha512-wSER8FpA6Il/jPyDfKm3yohxDtuhisNPTonMVzd3ulNWR4zERLddyO3HrHJJwdqYHLNk4SBFzwMGpQZVws1y0w==", - "dependencies": { - "@storybook/csf": "0.1.11", - "@types/express": "^4.17.21", - "@types/node": "^18.0.0", - "browser-assert": "^1.2.1", - "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0", - "esbuild-register": "^3.5.0", - "express": "^4.19.2", - "process": "^0.11.10", - "recast": "^0.23.5", - "util": "^0.12.4", - "ws": "^8.2.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/core-server": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-8.2.9.tgz", - "integrity": "sha512-+BbicETGCPVoEpvsx/6HxEeGVy6pStUPUQDdAq5JGV9X4h6uZtSZk8FQfHK2nfoFLllbbwImNpFeJeKEs4xd9g==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "storybook": "^8.2.9" - } - }, - "node_modules/@storybook/core-webpack": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-8.2.9.tgz", - "integrity": "sha512-6yL1su+d8IOTU+UkZqM9SeBcVc/G6vUHLsMdlWNyVtRus2JTMmT0K0/ll56jrm/ym0y98cxUOA1jsImkBubP2Q==", - "dev": true, - "dependencies": { - "@types/node": "^18.0.0", - "ts-dedent": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "storybook": "^8.2.9" - } - }, - "node_modules/@storybook/core-webpack/node_modules/@types/node": { - "version": "18.19.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.45.tgz", - "integrity": "sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==", - "dev": true, - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@storybook/core/node_modules/@types/node": { - "version": "18.19.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.45.tgz", - "integrity": "sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==", - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@storybook/csf": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.11.tgz", - "integrity": "sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==", - "dependencies": { - "type-fest": "^2.19.0" - } - }, - "node_modules/@storybook/csf-plugin": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.9.tgz", - "integrity": "sha512-QQCFb3g12VQQEraDV1UfCmniGhQZKyT6oEt1Im6dzzPJj9NQk+6BjWoDep33CZhBHWoLryrMQd2fjuHxnFRNEA==", - "dev": true, - "dependencies": { - "unplugin": "^1.3.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - }, - "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/global": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz", - "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==" + "license": "MIT" }, "node_modules/@storybook/icons": { "version": "1.2.10", - "resolved": "https://registry.npmjs.org/@storybook/icons/-/icons-1.2.10.tgz", - "integrity": "sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.0.0" }, @@ -11835,12 +11133,11 @@ } }, "node_modules/@storybook/instrumenter": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/instrumenter/-/instrumenter-8.2.9.tgz", - "integrity": "sha512-+DNjTbsMzlDggsvkhRuOy7aGvQJ4oLCPgunP5Se/3yBjG+M2bYDa0EmC5jC2nwZ3ffpuvbzaVe7fWf7R8W9F2Q==", + "version": "8.3.0", + "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", - "@vitest/utils": "^1.3.1", + "@vitest/utils": "^2.0.5", "util": "^0.12.4" }, "funding": { @@ -11848,40 +11145,37 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/manager-api": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.9.tgz", - "integrity": "sha512-mkYvUlfqDw+0WbxIynh5TcrotmoXlumEsOA4+45zuNea8XpEgj5cNBUCnmfEO6yQ85swqkS8YYbMpg1cZyu/Vw==", + "version": "8.3.0", "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/preview-api": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.9.tgz", - "integrity": "sha512-D8/t+a78OJqQAcT/ABa1C4YM/OaLGQ9IvCsp3Q9ruUqDCwuZBj8bG3D4477dlY4owX2ycC0rWYu3VvuK0EmJjA==", + "version": "8.3.0", "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/react-dom-shim": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-8.2.9.tgz", - "integrity": "sha512-uCAjSQEsNk8somVn1j/I1G9G/uUax5byHseIIV0Eq3gVXttGd7gaWcP+TDHtqIaenWHx4l+hCSuCesxiLWmx4Q==", + "version": "8.3.0", "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" @@ -11889,21 +11183,21 @@ "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.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/test": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/test/-/test-8.2.9.tgz", - "integrity": "sha512-O5JZ5S8UVVR7V0ru5AiF/uRO+srAVwji0Iik7ihy8gw3V91WQNMmJh2KkdhG0R1enYeBsYZlipOm+AW7f/MmOA==", - "dependencies": { - "@storybook/csf": "0.1.11", - "@storybook/instrumenter": "8.2.9", - "@testing-library/dom": "10.1.0", - "@testing-library/jest-dom": "6.4.5", + "version": "8.3.0", + "license": "MIT", + "dependencies": { + "@storybook/csf": "^0.1.11", + "@storybook/global": "^5.0.0", + "@storybook/instrumenter": "8.3.0", + "@testing-library/dom": "10.4.0", + "@testing-library/jest-dom": "6.5.0", "@testing-library/user-event": "14.5.2", - "@vitest/expect": "1.6.0", - "@vitest/spy": "1.6.0", + "@vitest/expect": "2.0.5", + "@vitest/spy": "2.0.5", "util": "^0.12.4" }, "funding": { @@ -11911,25 +11205,23 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@storybook/theming": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.9.tgz", - "integrity": "sha512-OL0NFvowPX85N5zIYdgeKKaFm7V4Vgtci093vL3cDZT13LGH6GuEzJKkUFGuUGNPFlJc+EgTj0o6PYKrOLyQ6w==", + "version": "8.3.0", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.9" + "storybook": "^8.3.0" } }, "node_modules/@testing-library/dom": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.1.0.tgz", - "integrity": "sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==", + "version": "10.4.0", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", @@ -11946,8 +11238,7 @@ }, "node_modules/@testing-library/dom/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==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11960,16 +11251,14 @@ }, "node_modules/@testing-library/dom/node_modules/aria-query": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "license": "Apache-2.0", "dependencies": { "dequal": "^2.0.3" } }, "node_modules/@testing-library/dom/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11983,45 +11272,14 @@ }, "node_modules/@testing-library/dom/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==", + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/@testing-library/dom/node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@testing-library/dom/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@testing-library/dom/node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, "node_modules/@testing-library/dom/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==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -12030,12 +11288,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz", - "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==", + "version": "6.5.0", + "license": "MIT", "dependencies": { - "@adobe/css-tools": "^4.3.2", - "@babel/runtime": "^7.9.2", + "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", @@ -12047,36 +11303,11 @@ "node": ">=14", "npm": ">=6", "yarn": ">=1" - }, - "peerDependencies": { - "@jest/globals": ">= 28", - "@types/bun": "latest", - "@types/jest": ">= 28", - "jest": ">= 28", - "vitest": ">= 0.32" - }, - "peerDependenciesMeta": { - "@jest/globals": { - "optional": true - }, - "@types/bun": { - "optional": true - }, - "@types/jest": { - "optional": true - }, - "jest": { - "optional": true - }, - "vitest": { - "optional": true - } } }, "node_modules/@testing-library/jest-dom/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==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -12089,8 +11320,7 @@ }, "node_modules/@testing-library/jest-dom/node_modules/chalk": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -12101,21 +11331,18 @@ }, "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", - "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" + "license": "MIT" }, "node_modules/@testing-library/jest-dom/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==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@testing-library/jest-dom/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==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -12125,8 +11352,7 @@ }, "node_modules/@testing-library/user-event": { "version": "14.5.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz", - "integrity": "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==", + "license": "MIT", "engines": { "node": ">=12", "npm": ">=6" @@ -12137,26 +11363,23 @@ }, "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" } }, "node_modules/@trysound/sax": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "dev": true, + "license": "ISC", "engines": { "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==", + "license": "MIT", "dependencies": { "fast-glob": "^3.2.12", "minimatch": "^7.4.3", @@ -12166,16 +11389,14 @@ }, "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==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.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==", + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -12188,8 +11409,7 @@ }, "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==", + "license": "MIT", "bin": { "mkdirp": "dist/cjs/src/bin.js" }, @@ -12202,42 +11422,36 @@ }, "node_modules/@tsconfig/node10": { "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 + "dev": true, + "license": "MIT" }, "node_modules/@tsconfig/node12": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@tsconfig/node14": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@tsconfig/node16": { "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 + "dev": true, + "license": "MIT" }, "node_modules/@tufjs/canonical-json": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-1.0.0.tgz", - "integrity": "sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@tufjs/models": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.4.tgz", - "integrity": "sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==", "dev": true, + "license": "MIT", "dependencies": { "@tufjs/canonical-json": "1.0.0", "minimatch": "^9.0.0" @@ -12248,18 +11462,16 @@ }, "node_modules/@tufjs/models/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/@tufjs/models/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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -12272,23 +11484,20 @@ }, "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, + "license": "MIT", "dependencies": { "tslib": "^2.4.0" } }, "node_modules/@types/aria-query": { "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", - "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + "license": "MIT" }, "node_modules/@types/babel__core": { "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", @@ -12299,18 +11508,16 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" @@ -12318,17 +11525,15 @@ }, "node_modules/@types/babel__traverse": { "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" } }, "node_modules/@types/body-parser": { "version": "1.19.5", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", - "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "license": "MIT", "dependencies": { "@types/connect": "*", "@types/node": "*" @@ -12336,26 +11541,23 @@ }, "node_modules/@types/bonjour": { "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", - "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/connect": { "version": "3.4.38", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", - "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/connect-history-api-fallback": { "version": "1.5.4", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", - "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", "dev": true, + "license": "MIT", "dependencies": { "@types/express-serve-static-core": "*", "@types/node": "*" @@ -12363,49 +11565,31 @@ }, "node_modules/@types/cookie": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/cookiejar": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.5.tgz", - "integrity": "sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/cors": { "version": "2.8.17", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", - "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", "dev": true, - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/cross-spawn": { - "version": "6.0.6", - "resolved": "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.6.tgz", - "integrity": "sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==", + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/ejs": { "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@types/ejs/-/ejs-3.1.5.tgz", - "integrity": "sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==", - "dev": true - }, - "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==" + "dev": true, + "license": "MIT" }, "node_modules/@types/eslint": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", - "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", + "version": "9.6.1", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -12413,9 +11597,8 @@ }, "node_modules/@types/eslint-scope": { "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, + "license": "MIT", "dependencies": { "@types/eslint": "*", "@types/estree": "*" @@ -12423,19 +11606,16 @@ }, "node_modules/@types/estree": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + "license": "MIT" }, "node_modules/@types/event-emitter": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@types/event-emitter/-/event-emitter-0.3.5.tgz", - "integrity": "sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/express": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", - "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -12445,8 +11625,7 @@ }, "node_modules/@types/express-serve-static-core": { "version": "4.19.5", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz", - "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==", + "license": "MIT", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -12456,9 +11635,8 @@ }, "node_modules/@types/glob": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimatch": "*", "@types/node": "*" @@ -12466,86 +11644,75 @@ }, "node_modules/@types/graceful-fs": { "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", - "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/hast": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", - "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "*" } }, "node_modules/@types/html-minifier-terser": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/http-errors": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", - "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" + "license": "MIT" }, "node_modules/@types/http-proxy": { - "version": "1.17.14", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", - "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "version": "1.17.15", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "devOptional": true + "dev": true, + "license": "MIT" }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" } }, "node_modules/@types/istanbul-reports": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" } }, "node_modules/@types/jasmine": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.0.3.tgz", - "integrity": "sha512-Opp1LvvEuZdk8fSSvchK2mZwhVrsNT0JgJE9Di6MjnaIpmEXM8TLCPPrVtNTYh8+5MPdY8j9bAHMu2SSfwpZJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/jasminewd2": { "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.13.tgz", - "integrity": "sha512-aJ3wj8tXMpBrzQ5ghIaqMisD8C3FIrcO6sDKHqFbuqAsI7yOxj0fA7MrRCPLZHIVUjERIwsMmGn/vB0UQ9u0Hg==", "dev": true, + "license": "MIT", "dependencies": { "@types/jasmine": "*" } }, "node_modules/@types/jsdom": { "version": "21.1.7", - "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-21.1.7.tgz", - "integrity": "sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", @@ -12554,116 +11721,93 @@ }, "node_modules/@types/json-schema": { "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/json5": { "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/lodash": { "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/mdx": { "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", - "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/mime": { "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + "license": "MIT" }, "node_modules/@types/minimatch": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/mocha": { "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { "version": "20.16.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.1.tgz", - "integrity": "sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==", + "license": "MIT", "dependencies": { "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { "version": "1.3.11", - "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", - "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, - "node_modules/@types/node/node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" - }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", - "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/parse-json": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/pdfjs-dist": { "version": "2.10.378", - "resolved": "https://registry.npmjs.org/@types/pdfjs-dist/-/pdfjs-dist-2.10.378.tgz", - "integrity": "sha512-TRdIPqdsvKmPla44kVy4jv5Nt5vjMfVjbIEke1CRULIrwKNRC4lIiZvNYDJvbUMNCFPNIUcOKhXTyMJrX18IMA==", - "deprecated": "This is a stub types definition. pdfjs-dist provides its own type definitions, so you do not need this installed.", "dev": true, + "license": "MIT", "dependencies": { "pdfjs-dist": "*" } }, "node_modules/@types/prop-types": { "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "devOptional": true + "devOptional": true, + "license": "MIT" }, "node_modules/@types/q": { "version": "0.0.32", - "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", - "integrity": "sha512-qYi3YV9inU/REEfxwVcGZzbS3KG/Xs90lv0Pr+lDtuVjBPGd1A+eciXzVSaRvLify132BfcvhvEjeVahrUl0Ug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/qs": { "version": "6.9.15", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", - "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==" + "license": "MIT" }, "node_modules/@types/range-parser": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.5", "devOptional": true, + "license": "MIT", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -12671,44 +11815,35 @@ }, "node_modules/@types/react-dom": { "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", - "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", "dev": true, + "license": "MIT", "dependencies": { "@types/react": "*" } }, "node_modules/@types/resolve": { "version": "1.20.2", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", - "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/retry": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/selenium-webdriver": { - "version": "4.1.25", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.1.25.tgz", - "integrity": "sha512-Jnlg7h7WDq4k8N2p/zp1ax6qizvU9Pn37I/HR/KX8k5TIU1wfUAuBy8CA6x8drAqa9PY3kYykmmyNHU4tX91LQ==", + "version": "3.0.26", "dev": true, - "dependencies": { - "@types/node": "*", - "@types/ws": "*" - } + "license": "MIT" }, "node_modules/@types/semver": { "version": "7.5.8", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", - "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" + "dev": true, + "license": "MIT" }, "node_modules/@types/send": { "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", - "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "license": "MIT", "dependencies": { "@types/mime": "^1", "@types/node": "*" @@ -12716,17 +11851,15 @@ }, "node_modules/@types/serve-index": { "version": "1.9.4", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", - "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", "dev": true, + "license": "MIT", "dependencies": { "@types/express": "*" } }, "node_modules/@types/serve-static": { "version": "1.15.7", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", - "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", + "license": "MIT", "dependencies": { "@types/http-errors": "*", "@types/node": "*", @@ -12735,9 +11868,8 @@ }, "node_modules/@types/shelljs": { "version": "0.8.15", - "resolved": "https://registry.npmjs.org/@types/shelljs/-/shelljs-0.8.15.tgz", - "integrity": "sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/glob": "~7.2.0", "@types/node": "*" @@ -12745,24 +11877,21 @@ }, "node_modules/@types/sockjs": { "version": "0.3.36", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", - "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/stack-utils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "devOptional": true + "dev": true, + "license": "MIT" }, "node_modules/@types/superagent": { "version": "4.1.24", - "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.24.tgz", - "integrity": "sha512-mEafCgyKiMFin24SDzWN7yAADt4gt6YawFiNMp0QS5ZPboORfyxFt0s3VzJKhTaKg9py/4FUmrHLTNfJKt9Rbw==", "dev": true, + "license": "MIT", "dependencies": { "@types/cookiejar": "*", "@types/node": "*" @@ -12770,57 +11899,49 @@ }, "node_modules/@types/tough-cookie": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", - "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/unist": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", - "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/uuid": { "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/webpack-env": { "version": "1.18.5", - "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.5.tgz", - "integrity": "sha512-wz7kjjRRj8/Lty4B+Kr0LN6Ypc/3SymeCCGSbaXp2leH0ZVg/PriNiOwNj4bD4uphI7A8NXS4b6Gl373sfO5mA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/ws": { - "version": "8.5.11", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.11.tgz", - "integrity": "sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==", + "version": "8.5.12", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", - "devOptional": true, + "version": "17.0.33", + "dev": true, + "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/@types/yargs-parser": { "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "devOptional": true + "dev": true, + "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz", - "integrity": "sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.4.0", "@typescript-eslint/scope-manager": "5.59.8", @@ -12852,9 +11973,8 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz", - "integrity": "sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "5.59.8", "@typescript-eslint/utils": "5.59.8", @@ -12879,9 +11999,8 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -12892,9 +12011,8 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", - "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.59.8", "@typescript-eslint/visitor-keys": "5.59.8", @@ -12919,9 +12037,8 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.8.tgz", - "integrity": "sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", @@ -12945,9 +12062,8 @@ }, "node_modules/@typescript-eslint/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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -12958,18 +12074,16 @@ }, "node_modules/@typescript-eslint/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, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/@typescript-eslint/experimental-utils": { "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", - "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "5.62.0" }, @@ -12986,9 +12100,8 @@ }, "node_modules/@typescript-eslint/experimental-utils/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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0" @@ -13003,9 +12116,8 @@ }, "node_modules/@typescript-eslint/experimental-utils/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, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", @@ -13030,9 +12142,8 @@ }, "node_modules/@typescript-eslint/experimental-utils/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, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", @@ -13056,9 +12167,8 @@ }, "node_modules/@typescript-eslint/experimental-utils/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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" @@ -13073,9 +12183,8 @@ }, "node_modules/@typescript-eslint/experimental-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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -13086,18 +12195,16 @@ }, "node_modules/@typescript-eslint/experimental-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, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/@typescript-eslint/parser": { "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", - "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -13122,9 +12229,8 @@ }, "node_modules/@typescript-eslint/parser/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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0" @@ -13139,9 +12245,8 @@ }, "node_modules/@typescript-eslint/parser/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, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", @@ -13166,9 +12271,8 @@ }, "node_modules/@typescript-eslint/parser/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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" @@ -13183,9 +12287,8 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", - "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.59.8", "@typescript-eslint/visitor-keys": "5.59.8" @@ -13200,9 +12303,8 @@ }, "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -13213,9 +12315,8 @@ }, "node_modules/@typescript-eslint/type-utils": { "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, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "5.59.7", "@typescript-eslint/utils": "5.59.7", @@ -13240,9 +12341,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { "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, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -13253,9 +12353,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { "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, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.59.7", "@typescript-eslint/visitor-keys": "5.59.7", @@ -13280,9 +12379,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { "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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.59.7", "eslint-visitor-keys": "^3.3.0" @@ -13297,9 +12395,8 @@ }, "node_modules/@typescript-eslint/types": { "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", - "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -13310,9 +12407,8 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz", - "integrity": "sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.1.1", "@typescript-eslint/visitor-keys": "7.1.1", @@ -13338,9 +12434,8 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.1.1.tgz", - "integrity": "sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==", "dev": true, + "license": "MIT", "engines": { "node": "^16.0.0 || >=18.0.0" }, @@ -13351,9 +12446,8 @@ }, "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz", - "integrity": "sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.1.1", "eslint-visitor-keys": "^3.4.1" @@ -13368,18 +12462,16 @@ }, "node_modules/@typescript-eslint/typescript-estree/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/@typescript-eslint/typescript-estree/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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -13390,23 +12482,10 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@typescript-eslint/typescript-estree/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/@typescript-eslint/utils": { - "version": "5.59.7", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.7.tgz", - "integrity": "sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==", + "node_modules/@typescript-eslint/utils": { + "version": "5.59.7", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", @@ -13430,9 +12509,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { "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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.59.7", "@typescript-eslint/visitor-keys": "5.59.7" @@ -13447,9 +12525,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { "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, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -13460,9 +12537,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { "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, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.59.7", "@typescript-eslint/visitor-keys": "5.59.7", @@ -13487,9 +12563,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { "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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.59.7", "eslint-visitor-keys": "^3.3.0" @@ -13504,9 +12579,8 @@ }, "node_modules/@typescript-eslint/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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -13517,18 +12591,16 @@ }, "node_modules/@typescript-eslint/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, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/@typescript-eslint/visitor-keys": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", - "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.59.8", "eslint-visitor-keys": "^3.3.0" @@ -13543,9 +12615,8 @@ }, "node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": { "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -13556,15 +12627,13 @@ }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true + "dev": true, + "license": "ISC" }, "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, + "license": "MIT", "engines": { "node": ">=14.6.0" }, @@ -13573,38 +12642,46 @@ } }, "node_modules/@vitest/expect": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.6.0.tgz", - "integrity": "sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==", + "version": "2.0.5", + "license": "MIT", + "dependencies": { + "@vitest/spy": "2.0.5", + "@vitest/utils": "2.0.5", + "chai": "^5.1.1", + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/pretty-format": { + "version": "2.0.5", + "license": "MIT", "dependencies": { - "@vitest/spy": "1.6.0", - "@vitest/utils": "1.6.0", - "chai": "^4.3.10" + "tinyrainbow": "^1.2.0" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/spy": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.6.0.tgz", - "integrity": "sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==", + "version": "2.0.5", + "license": "MIT", "dependencies": { - "tinyspy": "^2.2.0" + "tinyspy": "^3.0.0" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/utils": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.6.0.tgz", - "integrity": "sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==", + "version": "2.0.5", + "license": "MIT", "dependencies": { - "diff-sequences": "^29.6.3", + "@vitest/pretty-format": "2.0.5", "estree-walker": "^3.0.3", - "loupe": "^2.3.7", - "pretty-format": "^29.7.0" + "loupe": "^3.1.1", + "tinyrainbow": "^1.2.0" }, "funding": { "url": "https://opencollective.com/vitest" @@ -13612,9 +12689,8 @@ }, "node_modules/@webassemblyjs/ast": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", - "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6" @@ -13622,27 +12698,23 @@ }, "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.6", "@webassemblyjs/helper-api-error": "1.11.6", @@ -13651,15 +12723,13 @@ }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", - "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -13669,33 +12739,29 @@ }, "node_modules/@webassemblyjs/ieee754": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "dev": true, + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", - "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -13709,9 +12775,8 @@ }, "node_modules/@webassemblyjs/wasm-gen": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", - "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", @@ -13722,9 +12787,8 @@ }, "node_modules/@webassemblyjs/wasm-opt": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", - "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -13734,9 +12798,8 @@ }, "node_modules/@webassemblyjs/wasm-parser": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", - "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-api-error": "1.11.6", @@ -13748,9 +12811,8 @@ }, "node_modules/@webassemblyjs/wast-printer": { "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", - "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "dev": true, + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" @@ -13758,9 +12820,8 @@ }, "node_modules/@webpack-cli/configtest": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz", - "integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.15.0" }, @@ -13771,9 +12832,8 @@ }, "node_modules/@webpack-cli/info": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz", - "integrity": "sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.15.0" }, @@ -13784,9 +12844,8 @@ }, "node_modules/@webpack-cli/serve": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz", - "integrity": "sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.15.0" }, @@ -13802,10 +12861,8 @@ }, "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, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "jsdom": "^16.4.0", @@ -13825,18 +12882,16 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13849,9 +12904,8 @@ }, "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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13865,9 +12919,8 @@ }, "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, + "license": "MIT", "dependencies": { "cssom": "~0.3.6" }, @@ -13877,15 +12930,13 @@ }, "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 + "dev": true, + "license": "MIT" }, "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, + "license": "MIT", "dependencies": { "abab": "^2.0.3", "whatwg-mimetype": "^2.3.0", @@ -13897,9 +12948,8 @@ }, "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, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -13911,18 +12961,27 @@ }, "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, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/@wessberg/ts-evaluator/node_modules/html-encoding-sniffer": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-encoding": "^1.0.5" + }, + "engines": { + "node": ">=10" + } + }, "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, + "license": "MIT", "dependencies": { "@tootallnate/once": "1", "agent-base": "6", @@ -13934,9 +12993,8 @@ }, "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, + "license": "MIT", "dependencies": { "abab": "^2.0.5", "acorn": "^8.2.4", @@ -13980,24 +13038,21 @@ }, "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 + "dev": true, + "license": "MIT" }, "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, + "license": "MIT", "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, + "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" }, @@ -14007,9 +13062,8 @@ }, "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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -14019,9 +13073,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, + "license": "MIT", "dependencies": { "punycode": "^2.1.1" }, @@ -14031,9 +13084,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, + "license": "MIT", "dependencies": { "xml-name-validator": "^3.0.0" }, @@ -14043,24 +13095,29 @@ }, "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, + "license": "BSD-2-Clause", "engines": { "node": ">=10.4" } }, + "node_modules/@wessberg/ts-evaluator/node_modules/whatwg-encoding": { + "version": "1.0.5", + "dev": true, + "license": "MIT", + "dependencies": { + "iconv-lite": "0.4.24" + } + }, "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 + "dev": true, + "license": "MIT" }, "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, + "license": "MIT", "dependencies": { "lodash": "^4.7.0", "tr46": "^2.1.0", @@ -14072,9 +13129,8 @@ }, "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, + "license": "MIT", "engines": { "node": ">=8.3.0" }, @@ -14093,14 +13149,12 @@ }, "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 + "dev": true, + "license": "Apache-2.0" }, "node_modules/@wry/caches": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz", - "integrity": "sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -14110,8 +13164,7 @@ }, "node_modules/@wry/context": { "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.4.tgz", - "integrity": "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -14121,8 +13174,7 @@ }, "node_modules/@wry/equality": { "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.7.tgz", - "integrity": "sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -14132,8 +13184,7 @@ }, "node_modules/@wry/trie": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@wry/trie/-/trie-0.5.0.tgz", - "integrity": "sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -14143,70 +13194,31 @@ }, "node_modules/@xmldom/xmldom": { "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", - "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true - }, - "node_modules/@yarnpkg/fslib": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-2.10.3.tgz", - "integrity": "sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==", - "dependencies": { - "@yarnpkg/libzip": "^2.3.0", - "tslib": "^1.13.0" - }, - "engines": { - "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0" - } - }, - "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==" - }, - "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==", - "dependencies": { - "@types/emscripten": "^1.39.6", - "tslib": "^1.13.0" - }, - "engines": { - "node": ">=12 <14 || 14.2 - 14.9 || >14.10.0" - } - }, - "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==" + "dev": true, + "license": "Apache-2.0" }, "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", - "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/@yarnpkg/parsers": { "version": "3.0.0-rc.46", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz", - "integrity": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" @@ -14217,18 +13229,16 @@ }, "node_modules/@yarnpkg/parsers/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, + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } }, "node_modules/@yarnpkg/parsers/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, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -14239,9 +13249,8 @@ }, "node_modules/@yarnpkg/parsers/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 + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@zkochan/js-yaml": { "version": "0.0.7", @@ -14257,21 +13266,17 @@ }, "node_modules/abab": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "deprecated": "Use your platform's native atob() and btoa() methods instead", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/abbrev": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "devOptional": true + "devOptional": true, + "license": "ISC" }, "node_modules/accepts": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" @@ -14282,8 +13287,8 @@ }, "node_modules/acorn": { "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -14293,9 +13298,8 @@ }, "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, + "license": "MIT", "dependencies": { "acorn": "^7.1.1", "acorn-walk": "^7.1.1" @@ -14303,9 +13307,8 @@ }, "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, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -14315,45 +13318,40 @@ }, "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, + "license": "MIT", "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", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^8" } }, "node_modules/acorn-import-attributes": { "version": "1.9.5", - "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^8" } }, "node_modules/acorn-jsx": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/acorn-walk": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", - "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", + "version": "8.3.4", "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.11.0" }, @@ -14363,18 +13361,16 @@ }, "node_modules/address": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", - "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/adjust-sourcemap-loader": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "regex-parser": "^2.2.11" @@ -14385,9 +13381,8 @@ }, "node_modules/adjust-sourcemap-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, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -14398,19 +13393,17 @@ } }, "node_modules/adm-zip": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.14.tgz", - "integrity": "sha512-DnyqqifT4Jrcvb8USYjp6FHtBpEIz1mnXu6pTRHZ0RL69LbQYiO+0lDFg5+OKA7U29oWSs3a/i8fhn8ZcceIWg==", + "version": "0.5.16", "dev": true, + "license": "MIT", "engines": { "node": ">=12.0" } }, "node_modules/agent-base": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "devOptional": true, + "license": "MIT", "dependencies": { "debug": "4" }, @@ -14420,9 +13413,8 @@ }, "node_modules/agentkeepalive": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", - "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", "dev": true, + "license": "MIT", "dependencies": { "humanize-ms": "^1.2.1" }, @@ -14432,9 +13424,8 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -14445,9 +13436,8 @@ }, "node_modules/ajv": { "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -14461,9 +13451,8 @@ }, "node_modules/ajv-formats": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -14478,9 +13467,8 @@ }, "node_modules/ajv-keywords": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -14490,8 +13478,7 @@ }, "node_modules/angular-oauth2-oidc": { "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==", + "license": "MIT", "dependencies": { "fast-sha256": "^1.3.0", "tslib": "^2.0.0" @@ -14503,8 +13490,7 @@ }, "node_modules/angular-oauth2-oidc-jwks": { "version": "17.0.2", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-17.0.2.tgz", - "integrity": "sha512-zG0udq9VihQdCKfGjhUfrIg35TbxU34tGfOG/pddxKwJkodMAFI34cNoZoVyZ53hPgeZSDPra2rYyixkH7bkKw==", + "license": "MIT", "dependencies": { "jsrsasign": "^11.0.0", "tslib": "^2.5.2" @@ -14512,18 +13498,16 @@ }, "node_modules/ansi-colors": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/ansi-escapes": { "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -14536,9 +13520,8 @@ }, "node_modules/ansi-escapes/node_modules/type-fest": { "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -14548,28 +13531,25 @@ }, "node_modules/ansi-html-community": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", "dev": true, "engines": [ "node >= 0.8.0" ], + "license": "Apache-2.0", "bin": { "ansi-html": "bin/ansi-html" } }, "node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -14579,22 +13559,19 @@ }, "node_modules/ansi-styles/node_modules/color-convert": { "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", "dependencies": { "color-name": "1.1.3" } }, "node_modules/ansi-styles/node_modules/color-name": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "license": "MIT" }, "node_modules/anymatch": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "devOptional": true, + "dev": true, + "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -14605,8 +13582,7 @@ }, "node_modules/apollo-angular": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/apollo-angular/-/apollo-angular-5.0.2.tgz", - "integrity": "sha512-U+ApPHhmdDirO95kovNJKt0Zd8kthOWALWY1t22zCI4LrT7tLZDDs0LJAzFXcvILN3FDkXWOE9R6Sa29jNOCIQ==", + "license": "MIT", "dependencies": { "tslib": "^2.6.2" }, @@ -14622,16 +13598,13 @@ }, "node_modules/aproba": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "devOptional": true + "devOptional": true, + "license": "ISC" }, "node_modules/are-we-there-yet": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", - "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -14642,27 +13615,23 @@ }, "node_modules/arg": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "license": "Python-2.0" }, "node_modules/aria-query": { "version": "5.1.3", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", + "license": "Apache-2.0", "dependencies": { "deep-equal": "^2.0.5" } }, "node_modules/array-buffer-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", - "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "is-array-buffer": "^3.0.4" @@ -14676,23 +13645,20 @@ }, "node_modules/array-find-index": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/array-flatten": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + "license": "MIT" }, "node_modules/array-includes": { "version": "3.1.8", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", - "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -14710,41 +13676,28 @@ }, "node_modules/array-timsort": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", - "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" + "license": "MIT" }, "node_modules/array-union": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/array-uniq": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", - "dev": true, - "engines": { - "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, + "license": "MIT", "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", - "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -14762,9 +13715,8 @@ }, "node_modules/array.prototype.flat": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", - "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -14780,9 +13732,8 @@ }, "node_modules/array.prototype.flatmap": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", - "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -14798,9 +13749,8 @@ }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", - "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.5", @@ -14820,48 +13770,42 @@ }, "node_modules/arrify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/asap": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + "license": "MIT" }, "node_modules/asn1": { "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": "~2.1.0" } }, "node_modules/assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, + "license": "MIT", "engines": { "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==", + "version": "2.0.1", + "license": "MIT", "engines": { - "node": "*" + "node": ">=12" } }, "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==", + "license": "MIT", "dependencies": { "tslib": "^2.0.1" }, @@ -14871,37 +13815,23 @@ }, "node_modules/astral-regex": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "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==", + "version": "3.2.6", "dev": true, - "engines": { - "node": ">=0.8.0" - } + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "license": "MIT" }, "node_modules/autoprefixer": { "version": "10.4.14", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", - "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", "dev": true, "funding": [ { @@ -14913,6 +13843,7 @@ "url": "https://tidelift.com/funding/github/npm/autoprefixer" } ], + "license": "MIT", "dependencies": { "browserslist": "^4.21.5", "caniuse-lite": "^1.0.30001464", @@ -14933,8 +13864,7 @@ }, "node_modules/available-typed-arrays": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -14947,50 +13877,39 @@ }, "node_modules/aws-sign2": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/aws4": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", - "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", - "dev": true + "version": "1.13.2", + "dev": true, + "license": "MIT" }, "node_modules/axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "version": "1.7.7", "dev": true, + "license": "MIT", "dependencies": { - "follow-redirects": "^1.14.0" + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/axobject-query": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", - "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "deep-equal": "^2.0.5" } }, - "node_modules/babel-core": { - "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==", - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/babel-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "dev": true, + "license": "MIT", "dependencies": { "@jest/transform": "^29.7.0", "@types/babel__core": "^7.1.14", @@ -15009,9 +13928,8 @@ }, "node_modules/babel-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==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -15024,9 +13942,8 @@ }, "node_modules/babel-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==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15040,18 +13957,16 @@ }, "node_modules/babel-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==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/babel-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==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -15061,9 +13976,8 @@ }, "node_modules/babel-loader": { "version": "9.1.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", - "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", "dev": true, + "license": "MIT", "dependencies": { "find-cache-dir": "^4.0.0", "schema-utils": "^4.0.0" @@ -15078,9 +13992,8 @@ }, "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, + "license": "MIT", "dependencies": { "common-path-prefix": "^3.0.0", "pkg-dir": "^7.0.0" @@ -15094,9 +14007,8 @@ }, "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, + "license": "MIT", "dependencies": { "locate-path": "^7.1.0", "path-exists": "^5.0.0" @@ -15110,9 +14022,8 @@ }, "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, + "license": "MIT", "dependencies": { "p-locate": "^6.0.0" }, @@ -15125,9 +14036,8 @@ }, "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, + "license": "MIT", "dependencies": { "yocto-queue": "^1.0.0" }, @@ -15140,9 +14050,8 @@ }, "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, + "license": "MIT", "dependencies": { "p-limit": "^4.0.0" }, @@ -15155,18 +14064,16 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "dependencies": { "find-up": "^6.3.0" }, @@ -15179,9 +14086,8 @@ }, "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, + "license": "MIT", "engines": { "node": ">=12.20" }, @@ -15191,9 +14097,8 @@ }, "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", - "integrity": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-syntax-typescript": "^7.3.3", @@ -15205,9 +14110,8 @@ }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "devOptional": true, + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -15221,9 +14125,8 @@ }, "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "devOptional": true, + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -15237,18 +14140,16 @@ }, "node_modules/babel-plugin-istanbul/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, + "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-jest-hoist": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", @@ -15259,10 +14160,20 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/babel-plugin-macros": { + "version": "2.8.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + } + }, "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==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", "@babel/helper-define-polyfill-provider": "^0.6.2", @@ -15274,17 +14185,16 @@ }, "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==", + "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { "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, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.4.4", "core-js-compat": "^3.33.1" @@ -15295,9 +14205,8 @@ }, "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, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -15311,9 +14220,8 @@ }, "node_modules/babel-plugin-polyfill-regenerator": { "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, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.5.0" }, @@ -15323,9 +14231,8 @@ }, "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, + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -15339,31 +14246,32 @@ }, "node_modules/babel-plugin-transform-typescript-metadata": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-typescript-metadata/-/babel-plugin-transform-typescript-metadata-0.3.2.tgz", - "integrity": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0" } }, "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "devOptional": true, + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@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.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.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-top-level-await": "^7.8.3" + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -15371,9 +14279,8 @@ }, "node_modules/babel-preset-jest": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", - "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", "dev": true, + "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0" @@ -15387,18 +14294,15 @@ }, "node_modules/backo2": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==" + "license": "MIT" }, "node_modules/balanced-match": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, "funding": [ { "type": "github", @@ -15412,599 +14316,175 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/base64id": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", "dev": true, + "license": "MIT", "engines": { "node": "^4.5.0 || >= 5.9" } }, "node_modules/batch": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tweetnacl": "^0.14.3" } }, "node_modules/bent": { "version": "7.3.12", - "resolved": "https://registry.npmjs.org/bent/-/bent-7.3.12.tgz", - "integrity": "sha512-T3yrKnVGB63zRuoco/7Ybl7BwwGZR0lceoVG5XmQyMIH9s19SV5m+a8qam4if0zQuAmOQTyPTPmsQBdAorGK3w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "bytesish": "^0.4.1", "caseless": "~0.12.0", - "is-stream": "^2.0.0" - } - }, - "node_modules/bent/node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "node_modules/blocking-proxy": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz", - "integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "blocking-proxy": "built/lib/bin.js" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/body-parser": { - "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", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/bonjour-service": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", - "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", - "dev": true - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-assert": { - "version": "1.2.1", - "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" + "is-stream": "^2.0.0" } }, - "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==", + "node_modules/bent/node_modules/is-stream": { + "version": "2.0.1", "dev": true, - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, + "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "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==", + "node_modules/big.js": { + "version": "5.2.2", "dev": true, + "license": "MIT", "engines": { - "node": ">= 0.6" + "node": "*" } }, - "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==", + "node_modules/binary-extensions": { + "version": "2.3.0", "dev": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "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==", + "node_modules/bl": { + "version": "4.1.0", "dev": true, - "bin": { - "mime": "cli.js" + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" } }, - "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==", + "node_modules/blocking-proxy": { + "version": "1.0.1", "dev": true, + "license": "MIT", "dependencies": { - "ee-first": "1.1.1" + "minimist": "^1.2.0" + }, + "bin": { + "blocking-proxy": "built/lib/bin.js" }, "engines": { - "node": ">= 0.8" + "node": ">=6.9.x" } }, - "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, + "node_modules/body-parser": { + "version": "1.20.3", + "license": "MIT", "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", "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" + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" } }, - "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/body-parser/node_modules/debug": { + "version": "2.6.9", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" } }, - "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==", + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "license": "MIT" + }, + "node_modules/bonjour-service": { + "version": "1.2.1", "dev": true, + "license": "MIT", "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.2", - "send": "0.16.2" - }, - "engines": { - "node": ">= 0.8.0" + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" } }, - "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==", + "node_modules/boolbase": { + "version": "1.0.0", "dev": true, - "engines": { - "node": ">= 0.6" + "license": "ISC" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "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, + "node_modules/braces": { + "version": "3.0.3", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "fill-range": "^7.1.1" }, "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==", + "node_modules/browser-assert": { + "version": "1.2.1" + }, + "node_modules/browser-process-hrtime": { + "version": "1.0.0", "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": "*" - } + "license": "BSD-2-Clause" }, - "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==", + "node_modules/browser-stdout": { + "version": "1.3.1", "dev": true, - "engines": { - "node": ">= 4.0.0" - } + "license": "ISC" }, "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==", + "dev": true, "funding": [ { "type": "opencollective", @@ -16019,6 +14499,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001646", "electron-to-chromium": "^1.5.4", @@ -16034,18 +14515,16 @@ }, "node_modules/browserstack": { "version": "1.6.1", - "resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.6.1.tgz", - "integrity": "sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw==", "dev": true, + "license": "MIT", "dependencies": { "https-proxy-agent": "^2.2.1" } }, "node_modules/browserstack/node_modules/agent-base": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", "dev": true, + "license": "MIT", "dependencies": { "es6-promisify": "^5.0.0" }, @@ -16055,18 +14534,16 @@ }, "node_modules/browserstack/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/browserstack/node_modules/https-proxy-agent": { "version": "2.2.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^4.3.0", "debug": "^3.1.0" @@ -16075,25 +14552,17 @@ "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", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "devOptional": true, + "dev": true, + "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" } }, "node_modules/buffer": { "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, "funding": [ { "type": "github", @@ -16108,6 +14577,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -16115,14 +14585,13 @@ }, "node_modules/buffer-from": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "dev": true, + "license": "MIT" }, "node_modules/builtin-modules": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -16132,30 +14601,27 @@ }, "node_modules/bytes": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/bytesish": { "version": "0.4.4", - "resolved": "https://registry.npmjs.org/bytesish/-/bytesish-0.4.4.tgz", - "integrity": "sha512-i4uu6M4zuMUiyfZN4RU2+i9+peJh//pXhd9x1oSe1LBkZ3LEbCoygu8W0bXTukU1Jme2txKuotpCZRaC3FLxcQ==", - "dev": true + "dev": true, + "license": "(Apache-2.0 AND MIT)" }, "node_modules/cacache": { - "version": "17.1.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz", - "integrity": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==", + "version": "18.0.4", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/fs": "^3.1.0", "fs-minipass": "^3.0.0", "glob": "^10.2.2", - "lru-cache": "^7.7.1", + "lru-cache": "^10.0.1", "minipass": "^7.0.3", - "minipass-collect": "^1.0.2", + "minipass-collect": "^2.0.1", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "p-map": "^4.0.0", @@ -16164,23 +14630,21 @@ "unique-filename": "^3.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^16.14.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, + "license": "MIT", "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, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -16197,19 +14661,14 @@ } }, "node_modules/cacache/node_modules/lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "version": "10.4.3", "dev": true, - "engines": { - "node": ">=12" - } + "license": "ISC" }, "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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -16220,19 +14679,9 @@ "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", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -16249,17 +14698,15 @@ }, "node_modules/callsites": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/camel-case": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "dev": true, + "license": "MIT", "dependencies": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" @@ -16267,18 +14714,16 @@ }, "node_modules/camelcase": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/caniuse-api": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.0.0", "caniuse-lite": "^1.0.0", @@ -16287,9 +14732,8 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001646", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz", - "integrity": "sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==", + "version": "1.0.30001660", + "dev": true, "funding": [ { "type": "opencollective", @@ -16303,13 +14747,13 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/canvas": { "version": "2.11.2", - "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz", - "integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==", "hasInstallScript": true, + "license": "MIT", "optional": true, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.0", @@ -16322,60 +14766,34 @@ }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", - "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/caseless": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/chai": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", - "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", - "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, + "version": "5.1.1", + "license": "MIT", "dependencies": { - "check-error": "^1.0.2" + "assertion-error": "^2.0.1", + "check-error": "^2.1.1", + "deep-eql": "^5.0.1", + "loupe": "^3.1.0", + "pathval": "^2.0.0" }, - "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==", "engines": { - "node": ">=4" + "node": ">=12" } }, "node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -16387,18 +14805,16 @@ }, "node_modules/char-regex": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/character-entities": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -16407,9 +14823,8 @@ }, "node_modules/character-entities-legacy": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -16418,9 +14833,8 @@ }, "node_modules/character-reference-invalid": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -16429,14 +14843,12 @@ }, "node_modules/chardet": { "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/chart.js": { "version": "4.4.4", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.4.tgz", - "integrity": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==", + "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" }, @@ -16445,20 +14857,14 @@ } }, "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==", - "dependencies": { - "get-func-name": "^2.0.2" - }, + "version": "2.1.1", + "license": "MIT", "engines": { - "node": "*" + "node": ">= 16" } }, "node_modules/chokidar": { "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "dev": true, "funding": [ { @@ -16466,6 +14872,7 @@ "url": "https://paulmillr.com/funding/" } ], + "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -16484,17 +14891,16 @@ }, "node_modules/chownr": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "devOptional": true, + "license": "ISC", "engines": { "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==", + "version": "11.9.0", "dev": true, + "license": "MIT", "bin": { "chroma": "dist/bin.js", "chromatic": "dist/bin.js", @@ -16515,54 +14921,35 @@ }, "node_modules/chrome-trace-event": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", - "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0" } }, "node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "devOptional": true, + "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "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==", - "dependencies": { - "consola": "^3.2.3" - } - }, "node_modules/cjs-module-lexer": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", - "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==", - "dev": true + "version": "1.4.1", + "dev": true, + "license": "MIT" }, "node_modules/clean-css": { "version": "5.3.3", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", - "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", "dev": true, + "license": "MIT", "dependencies": { "source-map": "~0.6.0" }, @@ -16572,18 +14959,16 @@ }, "node_modules/clean-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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/clean-regexp": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz", - "integrity": "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -16593,17 +14978,15 @@ }, "node_modules/clean-stack": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/clear-module": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz", - "integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==", + "license": "MIT", "dependencies": { "parent-module": "^2.0.0", "resolve-from": "^5.0.0" @@ -16617,8 +15000,8 @@ }, "node_modules/cli-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -16628,8 +15011,8 @@ }, "node_modules/cli-spinners": { "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -16639,9 +15022,8 @@ }, "node_modules/cli-truncate": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", - "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", "dev": true, + "license": "MIT", "dependencies": { "slice-ansi": "^5.0.0", "string-width": "^7.0.0" @@ -16653,29 +15035,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cli-truncate/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/cli-truncate/node_modules/emoji-regex": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", - "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", - "dev": true + "version": "10.4.0", + "dev": true, + "license": "MIT" }, "node_modules/cli-truncate/node_modules/string-width": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", @@ -16688,53 +15056,50 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cli-truncate/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/cli-width": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", - "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", "dev": true, + "license": "ISC", "engines": { "node": ">= 10" } }, "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "version": "8.0.1", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, "node_modules/clone": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/clone-deep": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -16744,11 +15109,21 @@ "node": ">=6" } }, + "node_modules/clone-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "dev": true, + "license": "MIT", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/co": { "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", "dev": true, + "license": "MIT", "engines": { "iojs": ">= 1.0.0", "node": ">= 0.12.0" @@ -16756,14 +15131,12 @@ }, "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==" + "license": "MIT" }, "node_modules/collapse-white-space": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -16772,14 +15145,12 @@ }, "node_modules/collect-v8-coverage": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -16789,44 +15160,38 @@ }, "node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "license": "MIT" }, "node_modules/color-support": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "devOptional": true, + "license": "ISC", "bin": { "color-support": "bin.js" } }, "node_modules/colord": { "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "dev": true, + "license": "MIT" }, "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, + "license": "MIT", "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, + "license": "MIT", "dependencies": { "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" @@ -16835,10 +15200,20 @@ "node": ">=8.0.0" } }, + "node_modules/columnify/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/combined-stream": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -16848,17 +15223,15 @@ }, "node_modules/commander": { "version": "12.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz", - "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/comment-json": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.4.tgz", - "integrity": "sha512-E5AjpSW+O+N5T2GsOQMHLLsJvrYw6G/AFt9GvU6NguEAfzKShh7hRiLtVo6S9KbRpFMGqE5ojo0/hE+sdteWvQ==", + "version": "4.2.5", + "license": "MIT", "dependencies": { "array-timsort": "^1.0.3", "core-util-is": "^1.0.3", @@ -16872,46 +15245,41 @@ }, "node_modules/comment-parser": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.3.1.tgz", - "integrity": "sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==", "dev": true, + "license": "MIT", "engines": { "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 + "dev": true, + "license": "ISC" }, "node_modules/common-tags": { "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } }, "node_modules/commondir": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "dev": true, + "license": "MIT" }, "node_modules/component-emitter": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", - "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/compressible": { "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "dev": true, + "license": "MIT", "dependencies": { "mime-db": ">= 1.43.0 < 2" }, @@ -16921,9 +15289,8 @@ }, "node_modules/compression": { "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.5", "bytes": "3.0.0", @@ -16939,48 +15306,37 @@ }, "node_modules/compression/node_modules/bytes": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/compression/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, + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/compression/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/compression/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 + "dev": true, + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/confbox": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", - "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" + "license": "MIT" }, "node_modules/configstore": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", - "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", + "license": "BSD-2-Clause", "dependencies": { "dot-prop": "^6.0.1", "graceful-fs": "^4.2.6", @@ -16997,13 +15353,11 @@ }, "node_modules/configstore/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==" + "license": "ISC" }, "node_modules/configstore/node_modules/write-file-atomic": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", @@ -17013,15 +15367,13 @@ }, "node_modules/confusing-browser-globals": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", - "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/connect": { "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", "dev": true, + "license": "MIT", "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.2", @@ -17033,37 +15385,33 @@ } }, "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==", + "version": "2.0.0", "dev": true, + "license": "MIT", "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", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, + "node_modules/connect/node_modules/encodeurl": { + "version": "1.0.2", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, "node_modules/connect/node_modules/finalhandler": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "2.6.9", "encodeurl": "~1.0.2", @@ -17079,15 +15427,13 @@ }, "node_modules/connect/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/connect/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, + "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -17097,37 +15443,25 @@ }, "node_modules/connect/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, + "license": "MIT", "engines": { "node": ">= 0.6" } }, - "node_modules/consola": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", - "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", - "engines": { - "node": "^14.18.0 || >=16.10.0" - } - }, "node_modules/console-control-strings": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "devOptional": true + "devOptional": true, + "license": "ISC" }, "node_modules/constants-browserify": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/content-disposition": { "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "license": "MIT", "dependencies": { "safe-buffer": "5.2.1" }, @@ -17137,40 +15471,35 @@ }, "node_modules/content-type": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/convert-source-map": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "dev": true, + "license": "MIT" }, "node_modules/cookie": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/cookie-signature": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + "license": "MIT" }, "node_modules/cookiejar": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", - "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" + "license": "MIT" }, "node_modules/copy-anything": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", - "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", "dev": true, + "license": "MIT", "dependencies": { "is-what": "^3.14.1" }, @@ -17180,9 +15509,8 @@ }, "node_modules/copy-webpack-plugin": { "version": "11.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", - "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", "dev": true, + "license": "MIT", "dependencies": { "fast-glob": "^3.2.11", "glob-parent": "^6.0.1", @@ -17202,39 +15530,10 @@ "webpack": "^5.1.0" } }, - "node_modules/copy-webpack-plugin/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/copy-webpack-plugin/node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/copy-webpack-plugin/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==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -17244,9 +15543,8 @@ }, "node_modules/copy-webpack-plugin/node_modules/globby": { "version": "13.2.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", "dev": true, + "license": "MIT", "dependencies": { "dir-glob": "^3.0.1", "fast-glob": "^3.3.0", @@ -17263,9 +15561,8 @@ }, "node_modules/copy-webpack-plugin/node_modules/slash": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -17275,8 +15572,8 @@ }, "node_modules/core-js-compat": { "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz", - "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==", + "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.23.3" }, @@ -17287,14 +15584,12 @@ }, "node_modules/core-util-is": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "license": "MIT" }, "node_modules/cors": { "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", "dev": true, + "license": "MIT", "dependencies": { "object-assign": "^4", "vary": "^1" @@ -17304,32 +15599,29 @@ } }, "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "version": "6.0.0", "dev": true, + "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", + "import-fresh": "^3.1.0", "parse-json": "^5.0.0", "path-type": "^4.0.0", - "yaml": "^1.10.0" + "yaml": "^1.7.2" }, "engines": { - "node": ">=10" + "node": ">=8" } }, "node_modules/create-require": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/critters": { "version": "0.0.20", - "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.20.tgz", - "integrity": "sha512-CImNRorKOl5d8TWcnAz5n5izQ6HFsvz29k327/ELy6UFcmbiZNOsinaKvzv16WZR0P6etfSWYzE47C4/56B3Uw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.0", "css-select": "^5.1.0", @@ -17342,9 +15634,8 @@ }, "node_modules/critters/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -17357,9 +15648,8 @@ }, "node_modules/critters/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -17373,18 +15663,16 @@ }, "node_modules/critters/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/critters/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -17394,13 +15682,12 @@ }, "node_modules/cropperjs": { "version": "1.6.2", - "resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.6.2.tgz", - "integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA==" + "license": "MIT" }, "node_modules/cross-spawn": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -17412,8 +15699,7 @@ }, "node_modules/crypto-random-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", - "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", + "license": "MIT", "dependencies": { "type-fest": "^1.0.1" }, @@ -17426,8 +15712,7 @@ }, "node_modules/crypto-random-string/node_modules/type-fest": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -17437,8 +15722,7 @@ }, "node_modules/cspell-dictionary": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.9.tgz", - "integrity": "sha512-lkWfX5QNbs4yKqD9wa+G+NHRWmLgFdyposgJOyd/ojDbx99CDPMhMhg9pyMKdYl6Yt8kjMow58/i12EYvD8wnA==", + "license": "MIT", "dependencies": { "@cspell/cspell-pipe": "7.3.9", "@cspell/cspell-types": "7.3.9", @@ -17452,13 +15736,11 @@ }, "node_modules/cspell-dictionary/node_modules/fast-equals": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", - "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" + "license": "MIT" }, "node_modules/cspell-glob": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.9.tgz", - "integrity": "sha512-7PaTkCzJWjQex3men857v3ExF7Q10jbQkfD+wdln2te9iNFd+HEkstA173vb828D9yeib1q1of8oONr2SeGycg==", + "license": "MIT", "dependencies": { "micromatch": "^4.0.5" }, @@ -17468,8 +15750,7 @@ }, "node_modules/cspell-grammar": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.9.tgz", - "integrity": "sha512-s1QOPg4AxWE8XBewDQLe14j0uDyWGjREfm4dZFTrslAZUrQ8/df5s152M5LtgOEza33FrkKKE2axbGvgS9O7sQ==", + "license": "MIT", "dependencies": { "@cspell/cspell-pipe": "7.3.9", "@cspell/cspell-types": "7.3.9" @@ -17483,8 +15764,7 @@ }, "node_modules/cspell-io": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.9.tgz", - "integrity": "sha512-IbXOYaDxLg94uijv13kqb+6PQjEwGboQYtABuZs2+HuUVW89K2tE+fQcEhkAsrZ11sDj5lUqgEQj9omvknZSuA==", + "license": "MIT", "dependencies": { "@cspell/cspell-service-bus": "7.3.9", "node-fetch": "^2.7.0" @@ -17495,8 +15775,7 @@ }, "node_modules/cspell-lib": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.9.tgz", - "integrity": "sha512-eFYYs8XoYmdu78UxrPisD+hAoXOLaLzcevKf9+oDPDgJmHpkGoFgbIBnHMRIsAM1e+QDS6OlWG/rybhZTqanCQ==", + "license": "MIT", "dependencies": { "@cspell/cspell-bundled-dicts": "7.3.9", "@cspell/cspell-pipe": "7.3.9", @@ -17527,8 +15806,7 @@ }, "node_modules/cspell-lib/node_modules/cosmiconfig": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", - "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", + "license": "MIT", "dependencies": { "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -17541,8 +15819,7 @@ }, "node_modules/cspell-lib/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==", + "license": "MIT", "dependencies": { "locate-path": "^7.1.0", "path-exists": "^5.0.0" @@ -17556,8 +15833,7 @@ }, "node_modules/cspell-lib/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==", + "license": "MIT", "dependencies": { "p-locate": "^6.0.0" }, @@ -17570,8 +15846,7 @@ }, "node_modules/cspell-lib/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==", + "license": "MIT", "dependencies": { "yocto-queue": "^1.0.0" }, @@ -17584,8 +15859,7 @@ }, "node_modules/cspell-lib/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==", + "license": "MIT", "dependencies": { "p-limit": "^4.0.0" }, @@ -17598,16 +15872,14 @@ }, "node_modules/cspell-lib/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==", + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/cspell-lib/node_modules/yocto-queue": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", - "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", + "license": "MIT", "engines": { "node": ">=12.20" }, @@ -17617,8 +15889,7 @@ }, "node_modules/cspell-trie-lib": { "version": "7.3.9", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.9.tgz", - "integrity": "sha512-aTWm2KYXjQ+MlM6kB37wmTV9RU8+fgZYkiFfMc48M0MhBc6XkHUibMGrFAS29gp+B70kWPxe+VHLmFIk9pRPyg==", + "license": "MIT", "dependencies": { "@cspell/cspell-pipe": "7.3.9", "@cspell/cspell-types": "7.3.9", @@ -17630,9 +15901,8 @@ }, "node_modules/css-declaration-sorter": { "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, + "license": "ISC", "engines": { "node": "^14 || ^16 || >=18" }, @@ -17642,18 +15912,16 @@ }, "node_modules/css-functions-list": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz", - "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12 || >=16" } }, "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==", + "version": "7.1.2", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", @@ -17665,7 +15933,7 @@ "semver": "^7.5.4" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 18.12.0" }, "funding": { "type": "opencollective", @@ -17673,7 +15941,7 @@ }, "peerDependencies": { "@rspack/core": "0.x || 1.x", - "webpack": "^5.0.0" + "webpack": "^5.27.0" }, "peerDependenciesMeta": { "@rspack/core": { @@ -17684,23 +15952,10 @@ } } }, - "node_modules/css-loader/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/css-minimizer-webpack-plugin": { "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, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.18", "cssnano": "^6.0.1", @@ -17742,9 +15997,8 @@ }, "node_modules/css-select": { "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, + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.1.0", @@ -17758,9 +16012,8 @@ }, "node_modules/css-tree": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", "dev": true, + "license": "MIT", "dependencies": { "mdn-data": "2.0.30", "source-map-js": "^1.0.1" @@ -17771,9 +16024,8 @@ }, "node_modules/css-what": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">= 6" }, @@ -17783,14 +16035,12 @@ }, "node_modules/css.escape": { "version": "1.5.1", - "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" + "license": "MIT" }, "node_modules/cssesc": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -17800,9 +16050,8 @@ }, "node_modules/cssnano": { "version": "6.1.2", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz", - "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==", "dev": true, + "license": "MIT", "dependencies": { "cssnano-preset-default": "^6.1.2", "lilconfig": "^3.1.1" @@ -17820,9 +16069,8 @@ }, "node_modules/cssnano-preset-default": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "css-declaration-sorter": "^7.2.0", @@ -17864,9 +16112,8 @@ }, "node_modules/cssnano-utils": { "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, + "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" }, @@ -17876,9 +16123,8 @@ }, "node_modules/csso": { "version": "5.0.5", - "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", - "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", "dev": true, + "license": "MIT", "dependencies": { "css-tree": "~2.2.0" }, @@ -17889,9 +16135,8 @@ }, "node_modules/csso/node_modules/css-tree": { "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, + "license": "MIT", "dependencies": { "mdn-data": "2.0.28", "source-map-js": "^1.0.1" @@ -17903,56 +16148,43 @@ }, "node_modules/csso/node_modules/mdn-data": { "version": "2.0.28", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", - "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", - "dev": true + "dev": true, + "license": "CC0-1.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 + "dev": true, + "license": "MIT" }, "node_modules/cssstyle": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz", - "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==", + "version": "4.1.0", "dev": true, + "license": "MIT", "dependencies": { - "rrweb-cssom": "^0.6.0" + "rrweb-cssom": "^0.7.1" }, "engines": { "node": ">=18" } }, - "node_modules/cssstyle/node_modules/rrweb-cssom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", - "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", - "dev": true - }, "node_modules/csstype": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "devOptional": true + "devOptional": true, + "license": "MIT" }, "node_modules/cuint": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", - "integrity": "sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/custom-event": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", - "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/d": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz", - "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==", + "license": "ISC", "dependencies": { "es5-ext": "^0.10.64", "type": "^2.7.2" @@ -17963,9 +16195,8 @@ }, "node_modules/dashdash": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" }, @@ -17975,9 +16206,8 @@ }, "node_modules/data-urls": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", - "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", "dev": true, + "license": "MIT", "dependencies": { "whatwg-mimetype": "^4.0.0", "whatwg-url": "^14.0.0" @@ -17988,9 +16218,8 @@ }, "node_modules/data-view-buffer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", - "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -18005,9 +16234,8 @@ }, "node_modules/data-view-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", - "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -18022,9 +16250,8 @@ }, "node_modules/data-view-byte-offset": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", - "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -18039,8 +16266,7 @@ }, "node_modules/date-fns": { "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0" }, @@ -18052,37 +16278,19 @@ "url": "https://opencollective.com/date-fns" } }, - "node_modules/date-fns/node_modules/@babel/runtime": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", - "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/date-fns/node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" - }, "node_modules/date-format": { "version": "4.0.14", - "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", - "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0" } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -18095,19 +16303,16 @@ }, "node_modules/debuglog": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", - "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "dev": true, + "license": "MIT", "engines": { "node": "*" } }, "node_modules/decamelize": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", - "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -18117,14 +16322,12 @@ }, "node_modules/decimal.js": { "version": "10.4.3", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/decompress-response": { "version": "4.2.1", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", - "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", + "license": "MIT", "optional": true, "dependencies": { "mimic-response": "^2.0.0" @@ -18133,35 +16336,16 @@ "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==", - "dependencies": { - "type-detect": "^4.0.0" - }, + "version": "5.0.2", + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/deep-equal": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", - "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.0", "call-bind": "^1.0.5", @@ -18191,24 +16375,21 @@ }, "node_modules/deep-is": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/deepmerge": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/default-gateway": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "execa": "^5.0.0" }, @@ -18218,9 +16399,8 @@ }, "node_modules/default-gateway/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -18241,9 +16421,8 @@ }, "node_modules/default-gateway/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -18253,18 +16432,16 @@ }, "node_modules/default-gateway/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/default-gateway/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -18274,18 +16451,16 @@ }, "node_modules/default-gateway/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/default-gateway/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -18298,23 +16473,21 @@ }, "node_modules/default-gateway/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==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/default-gateway/node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/defaults": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", "dependencies": { "clone": "^1.0.2" }, @@ -18324,8 +16497,7 @@ }, "node_modules/define-data-property": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -18340,17 +16512,15 @@ }, "node_modules/define-lazy-prop": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/define-properties": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -18363,16 +16533,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/defu": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", - "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==" - }, "node_modules/del": { "version": "2.2.2", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", - "integrity": "sha512-Z4fzpbIRjOu7lO5jCETSWoqUDVe0IPOlfugBsF6suen2LKDlVb4QZpKEM9P+buNJ4KI1eN7I083w/pbKUpsrWQ==", "dev": true, + "license": "MIT", "dependencies": { "globby": "^5.0.0", "is-path-cwd": "^1.0.0", @@ -18388,9 +16552,8 @@ }, "node_modules/del/node_modules/array-union": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", "dev": true, + "license": "MIT", "dependencies": { "array-uniq": "^1.0.1" }, @@ -18398,32 +16561,10 @@ "node": ">=0.10.0" } }, - "node_modules/del/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/del/node_modules/globby": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", - "integrity": "sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==", "dev": true, + "license": "MIT", "dependencies": { "array-union": "^1.0.1", "arrify": "^1.0.0", @@ -18436,24 +16577,10 @@ "node": ">=0.10.0" } }, - "node_modules/del/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/del/node_modules/rimraf": { "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -18463,64 +16590,49 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", "engines": { "node": ">=0.4.0" } }, "node_modules/delegates": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "devOptional": true + "devOptional": true, + "license": "MIT" }, "node_modules/depd": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/dependency-graph": { "version": "0.11.0", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", - "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } }, "node_modules/dequal": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/destroy": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", "engines": { "node": ">= 0.8", "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", - "engines": { - "node": ">=8" - } - }, "node_modules/detect-libc": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", - "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "license": "Apache-2.0", "optional": true, "engines": { "node": ">=8" @@ -18528,24 +16640,21 @@ }, "node_modules/detect-newline": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/detect-node": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/detect-port": { "version": "1.6.1", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.6.1.tgz", - "integrity": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==", "dev": true, + "license": "MIT", "dependencies": { "address": "^1.0.1", "debug": "4" @@ -18558,22 +16667,9 @@ "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", - "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "license": "ISC", "dependencies": { "asap": "^2.0.0", "wrappy": "1" @@ -18581,32 +16677,29 @@ }, "node_modules/di": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", - "integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/diff": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", - "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, "node_modules/diff-sequences": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/dir-glob": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, + "license": "MIT", "dependencies": { "path-type": "^4.0.0" }, @@ -18616,9 +16709,8 @@ }, "node_modules/dns-packet": { "version": "5.6.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", - "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "dev": true, + "license": "MIT", "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" }, @@ -18628,9 +16720,8 @@ }, "node_modules/doctrine": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -18640,23 +16731,20 @@ }, "node_modules/dom-accessibility-api": { "version": "0.5.16", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", - "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" + "license": "MIT" }, "node_modules/dom-converter": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "dev": true, + "license": "MIT", "dependencies": { "utila": "~0.4" } }, "node_modules/dom-serialize": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", - "integrity": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==", "dev": true, + "license": "MIT", "dependencies": { "custom-event": "~1.0.0", "ent": "~2.2.0", @@ -18666,9 +16754,8 @@ }, "node_modules/dom-serializer": { "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, + "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.2", @@ -18680,22 +16767,19 @@ }, "node_modules/domelementtype": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/fb55" } - ] + ], + "license": "BSD-2-Clause" }, "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, + "license": "MIT", "dependencies": { "webidl-conversions": "^5.0.0" }, @@ -18705,18 +16789,16 @@ }, "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, + "license": "BSD-2-Clause", "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, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.3.0" }, @@ -18729,9 +16811,8 @@ }, "node_modules/domutils": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", @@ -18741,140 +16822,57 @@ "url": "https://github.com/fb55/domutils?sponsor=1" } }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dev": true, - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/dot-prop": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", - "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" - }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "dev": true - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "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==", + "node_modules/dot-case": { + "version": "3.0.4", "dev": true, + "license": "MIT", "dependencies": { - "chalk": "4.1.2" - }, - "engines": { - "node": ">= 0.8.0" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, - "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, + "node_modules/dot-prop": { + "version": "6.0.1", + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "is-obj": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "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==", + "node_modules/dotenv": { + "version": "16.4.5", "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "license": "BSD-2-Clause", "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://dotenvx.com" } }, - "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==", + "node_modules/dotenv-expand": { + "version": "5.1.0", + "license": "BSD-2-Clause" + }, + "node_modules/duplexer": { + "version": "0.1.2", "dev": true, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "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==", + "node_modules/eastasianwidth": { + "version": "0.2.0", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, "node_modules/ecc-jsbn": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" @@ -18882,38 +16880,32 @@ }, "node_modules/ecc-jsbn/node_modules/jsbn": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/editorjs-html": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/editorjs-html/-/editorjs-html-3.4.3.tgz", - "integrity": "sha512-HMqQ3BCE98uhSpJsbfH0c3CoMctUMCHlap2Eq/7/VjaHas+g3IJqyf+ERtMByoQCzvcW22ISYaZEeE7rGkd8Xg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/editorjs-paragraph-with-alignment": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/editorjs-paragraph-with-alignment/-/editorjs-paragraph-with-alignment-3.0.0.tgz", - "integrity": "sha512-vSjjB/KUECEBxYqbj9yn1L799L14n0uoKrvk5qfaAokIHB8mYg5hZ8mOTtoS2cJu+xE3QZ/jmHY/Fh0EJeM8ZQ==", - "dev": true + "dev": true, + "license": "MIT" }, "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", - "integrity": "sha512-iCK274omDhoU7/zIFwV1fP5ydgfObYXSGV+q2zlFq3D4JDnvtn0KP+6NPM1A4dDlxTczpywPByRKIwmf7z4CIg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/ee-first": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + "license": "MIT" }, "node_modules/ejs": { "version": "3.1.10", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", - "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "jake": "^10.8.5" }, @@ -18925,15 +16917,14 @@ } }, "node_modules/electron-to-chromium": { - "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==" + "version": "1.5.20", + "dev": true, + "license": "ISC" }, "node_modules/emittery": { "version": "0.13.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -18943,31 +16934,27 @@ }, "node_modules/emoji-regex": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "devOptional": true + "devOptional": true, + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "version": "2.0.0", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/encoding": { "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "license": "MIT", "optional": true, "dependencies": { "iconv-lite": "^0.6.2" @@ -18975,8 +16962,7 @@ }, "node_modules/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==", + "license": "MIT", "optional": true, "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -18987,18 +16973,16 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/engine.io": { "version": "6.5.5", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.5.tgz", - "integrity": "sha512-C5Pn8Wk+1vKBoHghJODM63yk8MvrO9EWZUfkAt5HAqIgPE4/8FF0PEGHXtEd40l223+cE5ABWuPzm38PHFXfMA==", "dev": true, + "license": "MIT", "dependencies": { "@types/cookie": "^0.4.1", "@types/cors": "^2.8.12", @@ -19015,63 +16999,26 @@ "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", - "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } }, "node_modules/engine.io/node_modules/cookie": { "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/engine.io/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, + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -19090,9 +17037,8 @@ }, "node_modules/enhanced-resolve": { "version": "5.17.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", - "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -19103,9 +17049,8 @@ }, "node_modules/enquirer": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1", "strip-ansi": "^6.0.1" @@ -19114,11 +17059,21 @@ "node": ">=8.6" } }, + "node_modules/enquirer/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/ent": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.1.tgz", - "integrity": "sha512-QHuXVeZx9d+tIQAz/XztU0ZwZf2Agg9CcXcgE1rurqvdBeDBrpSwjl8/6XUqMg7tw2Y7uAdKb2sRv+bSEFqQ5A==", "dev": true, + "license": "MIT", "dependencies": { "punycode": "^1.4.1" }, @@ -19128,9 +17083,8 @@ }, "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, + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -19140,17 +17094,16 @@ }, "node_modules/env-paths": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/envinfo": { "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -19160,9 +17113,8 @@ }, "node_modules/environment": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", - "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -19172,15 +17124,13 @@ }, "node_modules/err-code": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/errno": { "version": "0.1.8", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", - "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "prr": "~1.0.1" @@ -19191,17 +17141,15 @@ }, "node_modules/error-ex": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" } }, "node_modules/es-abstract": { "version": "1.23.3", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", - "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "arraybuffer.prototype.slice": "^1.0.3", @@ -19259,8 +17207,7 @@ }, "node_modules/es-define-property": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -19270,16 +17217,14 @@ }, "node_modules/es-errors": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/es-get-iterator": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -19297,15 +17242,13 @@ }, "node_modules/es-module-lexer": { "version": "1.5.4", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/es-object-atoms": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", - "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0" }, @@ -19315,9 +17258,8 @@ }, "node_modules/es-set-tostringtag": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", - "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4", "has-tostringtag": "^1.0.2", @@ -19329,18 +17271,16 @@ }, "node_modules/es-shim-unscopables": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", - "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.0" } }, "node_modules/es-to-primitive": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, + "license": "MIT", "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -19355,9 +17295,8 @@ }, "node_modules/es5-ext": { "version": "0.10.64", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", - "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", "hasInstallScript": true, + "license": "ISC", "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", @@ -19370,8 +17309,7 @@ }, "node_modules/es6-iterator": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "license": "MIT", "dependencies": { "d": "1", "es5-ext": "^0.10.35", @@ -19380,23 +17318,20 @@ }, "node_modules/es6-promise": { "version": "4.2.8", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/es6-promisify": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", - "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", "dev": true, + "license": "MIT", "dependencies": { "es6-promise": "^4.0.3" } }, "node_modules/es6-symbol": { "version": "3.1.4", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz", - "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==", + "license": "ISC", "dependencies": { "d": "^1.0.2", "ext": "^1.7.0" @@ -19407,9 +17342,8 @@ }, "node_modules/esbuild": { "version": "0.19.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", - "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -19444,8 +17378,7 @@ }, "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==", + "license": "MIT", "dependencies": { "debug": "^4.3.4" }, @@ -19455,9 +17388,8 @@ }, "node_modules/esbuild-wasm": { "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, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -19465,32 +17397,44 @@ "node": ">=12" } }, + "node_modules/esbuild/node_modules/@esbuild/android-arm": { + "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" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/escape-html": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + "license": "MIT" }, "node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", "engines": { "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, + "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", "estraverse": "^5.2.0", @@ -19509,9 +17453,8 @@ }, "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, + "license": "BSD-3-Clause", "optional": true, "engines": { "node": ">=0.10.0" @@ -19519,9 +17462,8 @@ }, "node_modules/eslint": { "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -19574,9 +17516,8 @@ }, "node_modules/eslint-config-prettier": { "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -19586,9 +17527,8 @@ }, "node_modules/eslint-etc": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/eslint-etc/-/eslint-etc-5.2.1.tgz", - "integrity": "sha512-lFJBSiIURdqQKq9xJhvSJFyPA+VeTh5xvk24e8pxVL7bwLBtGF60C/KRkLTMrvCZ6DA3kbPuYhLWY0TZMlqTsg==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0", "tsutils": "^3.17.1", @@ -19601,9 +17541,8 @@ }, "node_modules/eslint-import-resolver-node": { "version": "0.3.9", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", - "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^3.2.7", "is-core-module": "^2.13.0", @@ -19612,18 +17551,16 @@ }, "node_modules/eslint-import-resolver-node/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-import-resolver-node/node_modules/resolve": { "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -19637,10 +17574,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz", - "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==", + "version": "2.11.0", "dev": true, + "license": "MIT", "dependencies": { "debug": "^3.2.7" }, @@ -19655,18 +17591,16 @@ }, "node_modules/eslint-module-utils/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-plugin-ban": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-ban/-/eslint-plugin-ban-1.6.0.tgz", - "integrity": "sha512-gZptoV+SFHOHO57/5lmPvizMvSXrjFatP9qlVQf3meL/WHo9TxSoERygrMlESl19CPh95U86asTxohT8OprwDw==", "dev": true, + "license": "ISC", "dependencies": { "requireindex": "~1.2.0" }, @@ -19676,9 +17610,8 @@ }, "node_modules/eslint-plugin-import": { "version": "2.29.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", - "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dev": true, + "license": "MIT", "dependencies": { "array-includes": "^3.1.7", "array.prototype.findlastindex": "^1.2.3", @@ -19707,18 +17640,16 @@ }, "node_modules/eslint-plugin-import/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-plugin-import/node_modules/doctrine": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -19728,9 +17659,8 @@ }, "node_modules/eslint-plugin-import/node_modules/json5": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -19740,9 +17670,8 @@ }, "node_modules/eslint-plugin-import/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -19752,27 +17681,24 @@ }, "node_modules/eslint-plugin-import/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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/eslint-plugin-import/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, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/eslint-plugin-import/node_modules/tsconfig-paths": { "version": "3.15.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", - "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", @@ -19782,9 +17708,8 @@ }, "node_modules/eslint-plugin-jsdoc": { "version": "40.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.1.0.tgz", - "integrity": "sha512-ANvrhiu62VlSorARM0hup60VQsS3hNyp0Ca7cnJDj8tpJzM7tNhBVqMVYXSuLzEmqrpwx6aAh+NAN2DdAGG5fQ==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@es-joy/jsdoccomment": "~0.37.0", "comment-parser": "1.3.1", @@ -19803,9 +17728,8 @@ }, "node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -19815,27 +17739,24 @@ }, "node_modules/eslint-plugin-license-header": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz", - "integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==", "dev": true, + "license": "MIT", "dependencies": { "requireindex": "^1.2.0" } }, "node_modules/eslint-plugin-prefer-arrow": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz", - "integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==", "dev": true, + "license": "MIT", "peerDependencies": { "eslint": ">=2.0.0" } }, "node_modules/eslint-plugin-prettier": { "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", "dev": true, + "license": "MIT", "dependencies": { "prettier-linter-helpers": "^1.0.0" }, @@ -19854,9 +17775,8 @@ }, "node_modules/eslint-plugin-rxjs": { "version": "5.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-rxjs/-/eslint-plugin-rxjs-5.0.3.tgz", - "integrity": "sha512-fcVkqLmYLRfRp+ShafjpUKuaZ+cw/sXAvM5dfSxiEr7M28QZ/NY7vaOr09FB4rSaZsQyLBnNPh5SL+4EgKjh8Q==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0", "common-tags": "^1.8.0", @@ -19875,9 +17795,8 @@ }, "node_modules/eslint-plugin-storybook": { "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz", - "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==", "dev": true, + "license": "MIT", "dependencies": { "@storybook/csf": "^0.0.1", "@typescript-eslint/utils": "^5.62.0", @@ -19893,18 +17812,16 @@ }, "node_modules/eslint-plugin-storybook/node_modules/@storybook/csf": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.0.1.tgz", - "integrity": "sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==", "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.15" } }, "node_modules/eslint-plugin-storybook/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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0" @@ -19919,9 +17836,8 @@ }, "node_modules/eslint-plugin-storybook/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, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "5.62.0", "@typescript-eslint/visitor-keys": "5.62.0", @@ -19946,9 +17862,8 @@ }, "node_modules/eslint-plugin-storybook/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, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", @@ -19972,9 +17887,8 @@ }, "node_modules/eslint-plugin-storybook/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, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" @@ -19989,9 +17903,8 @@ }, "node_modules/eslint-plugin-storybook/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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -20002,18 +17915,16 @@ }, "node_modules/eslint-plugin-storybook/node_modules/estraverse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/eslint-plugin-unicorn": { "version": "49.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz", - "integrity": "sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "@eslint-community/eslint-utils": "^4.4.0", @@ -20042,9 +17953,8 @@ }, "node_modules/eslint-plugin-unicorn/node_modules/jsesc": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -20052,23 +17962,10 @@ "node": ">=6" } }, - "node_modules/eslint-plugin-unicorn/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/eslint-scope": { "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -20082,9 +17979,8 @@ }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -20094,9 +17990,8 @@ }, "node_modules/eslint/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -20110,9 +18005,8 @@ }, "node_modules/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -20125,9 +18019,8 @@ }, "node_modules/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -20141,9 +18034,8 @@ }, "node_modules/eslint/node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -20153,9 +18045,8 @@ }, "node_modules/eslint/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==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -20165,9 +18056,8 @@ }, "node_modules/eslint/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -20180,24 +18070,21 @@ }, "node_modules/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/eslint/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 + "dev": true, + "license": "MIT" }, "node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -20205,11 +18092,21 @@ "node": "*" } }, + "node_modules/eslint/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -20219,9 +18116,8 @@ }, "node_modules/eslint/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -20231,8 +18127,7 @@ }, "node_modules/esniff": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", - "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "license": "ISC", "dependencies": { "d": "^1.0.1", "es5-ext": "^0.10.62", @@ -20245,9 +18140,8 @@ }, "node_modules/espree": { "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -20262,8 +18156,7 @@ }, "node_modules/esprima": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -20274,9 +18167,8 @@ }, "node_modules/esquery": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, @@ -20286,9 +18178,8 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -20298,46 +18189,40 @@ }, "node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/estree-walker": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", - "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "license": "MIT", "dependencies": { "@types/estree": "^1.0.0" } }, "node_modules/esutils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/etag": { "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/eve-raphael": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/eve-raphael/-/eve-raphael-0.5.0.tgz", - "integrity": "sha512-jrxnPsCGqng1UZuEp9DecX/AuSyAszATSjf4oEcRxvfxa1Oux4KkIPKBAAWWnpdwfARtr+Q0o9aPYWjsROD7ug==" + "version": "0.5.0" }, "node_modules/event-emitter": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", - "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", + "license": "MIT", "dependencies": { "d": "1", "es5-ext": "~0.10.14" @@ -20345,29 +18230,26 @@ }, "node_modules/eventemitter-asyncresource": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz", - "integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/eventemitter3": { "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.x" } }, "node_modules/execa": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", + "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^8.0.1", @@ -20388,8 +18270,8 @@ }, "node_modules/execa/node_modules/npm-run-path": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", + "dev": true, + "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -20402,8 +18284,8 @@ }, "node_modules/execa/node_modules/path-key": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -20413,8 +18295,6 @@ }, "node_modules/exit": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "dev": true, "engines": { "node": ">= 0.8.0" @@ -20422,9 +18302,8 @@ }, "node_modules/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/expect-utils": "^29.7.0", "jest-get-type": "^29.6.3", @@ -20438,41 +18317,39 @@ }, "node_modules/exponential-backoff": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", - "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/express": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", - "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "version": "4.21.0", + "license": "MIT", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "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": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.2.0", + "finalhandler": "1.3.1", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", + "merge-descriptors": "1.0.3", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", + "path-to-regexp": "0.1.10", "proxy-addr": "~2.0.7", - "qs": "6.11.0", + "qs": "6.13.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", + "send": "0.19.0", + "serve-static": "1.16.2", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -20485,36 +18362,31 @@ }, "node_modules/express/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/express/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "license": "MIT" }, "node_modules/ext": { "version": "1.7.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", - "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "license": "ISC", "dependencies": { "type": "^2.7.2" } }, "node_modules/extend": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/external-editor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, + "license": "MIT", "dependencies": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", @@ -20526,9 +18398,8 @@ }, "node_modules/external-editor/node_modules/tmp": { "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, + "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.2" }, @@ -20538,37 +18409,32 @@ }, "node_modules/extsprintf": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true, "engines": [ "node >=0.6.0" - ] + ], + "license": "MIT" }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-diff": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", - "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/fast-equals": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz", - "integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==", + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/fast-glob": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -20582,54 +18448,46 @@ }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "devOptional": true + "dev": true, + "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-safe-stringify": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + "license": "MIT" }, "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==" + "license": "Unlicense" }, "node_modules/fast-uri": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", - "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.9.1" } }, "node_modules/fastq": { "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "license": "ISC", "dependencies": { "reusify": "^1.0.4" } }, "node_modules/faye-websocket": { "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "websocket-driver": ">=0.5.1" }, @@ -20639,26 +18497,24 @@ }, "node_modules/fb-watchman": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", - "devOptional": true, + "dev": true, + "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" } }, "node_modules/fd-package-json": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fd-package-json/-/fd-package-json-1.2.0.tgz", - "integrity": "sha512-45LSPmWf+gC5tdCQMNH4s9Sr00bIkiD9aN7dc5hqkrEw1geRYyDQS1v1oMHAW3ysfxfndqGsrDREHHjNNbKUfA==", + "dev": true, + "license": "MIT", "dependencies": { "walk-up-path": "^3.0.1" } }, "node_modules/figures": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -20671,9 +18527,8 @@ }, "node_modules/file-entry-cache": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, + "license": "MIT", "dependencies": { "flat-cache": "^3.0.4" }, @@ -20683,27 +18538,24 @@ }, "node_modules/filelist": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { "minimatch": "^5.0.1" } }, "node_modules/filelist/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/filelist/node_modules/minimatch": { "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -20711,42 +18563,17 @@ "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==", + "version": "10.1.6", "dev": true, + "license": "BSD-3-Clause", "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", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -20755,12 +18582,11 @@ } }, "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "version": "1.3.1", + "license": "MIT", "dependencies": { "debug": "2.6.9", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -20773,22 +18599,19 @@ }, "node_modules/finalhandler/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "license": "MIT" }, "node_modules/find-cache-dir": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -20803,8 +18626,8 @@ }, "node_modules/find-up": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -20818,18 +18641,16 @@ }, "node_modules/flat": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } }, "node_modules/flat-cache": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, + "license": "MIT", "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.3", @@ -20839,45 +18660,10 @@ "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/flat-cache/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/flat-cache/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/flat-cache/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -20890,22 +18676,11 @@ }, "node_modules/flatted": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "dev": true - }, - "node_modules/flow-parser": { - "version": "0.244.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.244.0.tgz", - "integrity": "sha512-Dkc88m5k8bx1VvHTO9HEJ7tvMcSb3Zvcv1PY4OHK7pHdtdY2aUjhmPy6vpjVJ2uUUOIybRlb91sXE8g4doChtA==", - "engines": { - "node": ">=0.4.0" - } + "dev": true, + "license": "ISC" }, "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "version": "1.15.9", "dev": true, "funding": [ { @@ -20913,6 +18688,7 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, @@ -20924,17 +18700,15 @@ }, "node_modules/for-each": { "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "license": "MIT", "dependencies": { "is-callable": "^1.1.3" } }, "node_modules/foreground-child": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", - "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", + "version": "3.3.0", "dev": true, + "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -20948,18 +18722,16 @@ }, "node_modules/forever-agent": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/fork-ts-checker-webpack-plugin": { "version": "7.2.13", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.13.tgz", - "integrity": "sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.7", "chalk": "^4.1.2", @@ -20991,9 +18763,8 @@ }, "node_modules/fork-ts-checker-webpack-plugin/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -21007,18 +18778,16 @@ }, "node_modules/fork-ts-checker-webpack-plugin/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, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/fork-ts-checker-webpack-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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -21031,9 +18800,8 @@ }, "node_modules/fork-ts-checker-webpack-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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -21045,11 +18813,25 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "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", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -21061,24 +18843,21 @@ }, "node_modules/fork-ts-checker-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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/fork-ts-checker-webpack-plugin/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 + "dev": true, + "license": "MIT" }, "node_modules/fork-ts-checker-webpack-plugin/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, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -21094,9 +18873,8 @@ }, "node_modules/fork-ts-checker-webpack-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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -21106,8 +18884,7 @@ }, "node_modules/form-data": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -21119,8 +18896,7 @@ }, "node_modules/formidable": { "version": "3.5.1", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.1.tgz", - "integrity": "sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==", + "license": "MIT", "dependencies": { "dezalgo": "^1.0.4", "hexoid": "^1.0.0", @@ -21132,17 +18908,15 @@ }, "node_modules/forwarded": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/fraction.js": { "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "dev": true, + "license": "MIT", "engines": { "node": "*" }, @@ -21153,35 +18927,31 @@ }, "node_modules/fresh": { "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", "engines": { "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, + "license": "MIT", "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, + "license": "MIT", "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, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -21192,20 +18962,18 @@ }, "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 + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/fs-constants": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fs-extra": { "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -21217,42 +18985,29 @@ }, "node_modules/fs-minipass": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", - "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", "dev": true, + "license": "ISC", "dependencies": { - "minipass": "^7.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/fs-minipass/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, + "minipass": "^7.0.3" + }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/fs-monkey": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", - "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", - "dev": true + "dev": true, + "license": "Unlicense" }, "node_modules/fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "devOptional": true, + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, - "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -21263,17 +19018,15 @@ }, "node_modules/function-bind": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/function.prototype.name": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -21289,18 +19042,15 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/gauge": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", @@ -21317,40 +19067,47 @@ }, "node_modules/gauge/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==", - "dev": true + "dev": true, + "license": "ISC" + }, + "node_modules/gauge/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } }, "node_modules/gensequence": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-6.0.0.tgz", - "integrity": "sha512-8WwuywE9pokJRAcg2QFR/plk3cVPebSUqRPzpGQh3WQ0wIiHAw+HyOQj5IuHyUTQBHpBKFoB2JUMu9zT3vJ16Q==", + "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/gensync": { "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/get-caller-file": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-east-asian-width": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", - "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -21360,16 +19117,14 @@ }, "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==", + "license": "MIT", "engines": { "node": "*" } }, "node_modules/get-intrinsic": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -21386,17 +19141,16 @@ }, "node_modules/get-package-type": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8.0.0" } }, "node_modules/get-stream": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "dev": true, + "license": "MIT", "engines": { "node": ">=16" }, @@ -21406,9 +19160,8 @@ }, "node_modules/get-symbol-description": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", - "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "es-errors": "^1.3.0", @@ -21423,52 +19176,31 @@ }, "node_modules/getpass": { "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" } }, - "node_modules/giget": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz", - "integrity": "sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==", - "dependencies": { - "citty": "^0.1.6", - "consola": "^3.2.3", - "defu": "^6.1.4", - "node-fetch-native": "^1.6.3", - "nypm": "^0.3.8", - "ohash": "^1.1.3", - "pathe": "^1.1.2", - "tar": "^6.2.0" - }, - "bin": { - "giget": "dist/cli.mjs" - } - }, "node_modules/github-slugger": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", - "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, + "version": "7.2.3", + "devOptional": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=12" + "node": "*" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -21476,8 +19208,7 @@ }, "node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -21487,35 +19218,23 @@ }, "node_modules/glob-to-regexp": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true - }, - "node_modules/glob/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" - } + "license": "BSD-2-Clause" }, "node_modules/glob/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, + "version": "3.1.2", + "devOptional": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=10" + "node": "*" } }, "node_modules/global-dirs": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", + "license": "MIT", "dependencies": { "ini": "2.0.0" }, @@ -21528,17 +19247,15 @@ }, "node_modules/global-dirs/node_modules/ini": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/global-modules": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "dev": true, + "license": "MIT", "dependencies": { "global-prefix": "^3.0.0" }, @@ -21548,9 +19265,8 @@ }, "node_modules/global-prefix": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dev": true, + "license": "MIT", "dependencies": { "ini": "^1.3.5", "kind-of": "^6.0.2", @@ -21562,15 +19278,13 @@ }, "node_modules/global-prefix/node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/global-prefix/node_modules/which": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -21580,17 +19294,16 @@ }, "node_modules/globals": { "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/globalthis": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dev": true, + "license": "MIT", "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -21604,9 +19317,8 @@ }, "node_modules/globby": { "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, + "license": "MIT", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -21622,33 +19334,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby/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/globjoin": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/gonzales-pe": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", - "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.5" }, @@ -21661,8 +19355,7 @@ }, "node_modules/gopd": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -21672,33 +19365,28 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "license": "ISC" }, "node_modules/grapheme-splitter": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/graphemer": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/graphql": { "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-tag": { "version": "2.12.6", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", - "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" }, @@ -21711,9 +19399,8 @@ }, "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, + "license": "MIT", "dependencies": { "@wessberg/ts-evaluator": "0.0.27" }, @@ -21723,25 +19410,21 @@ }, "node_modules/handle-thing": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/har-schema": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", "dev": true, + "license": "ISC", "engines": { "node": ">=4" } }, "node_modules/har-validator": { "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.3", "har-schema": "^2.0.0" @@ -21752,9 +19435,8 @@ }, "node_modules/har-validator/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -21768,21 +19450,18 @@ }, "node_modules/har-validator/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 + "dev": true, + "license": "MIT" }, "node_modules/harmony-reflect": { "version": "1.6.2", - "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", - "dev": true + "dev": true, + "license": "(Apache-2.0 OR MPL-1.1)" }, "node_modules/has-ansi": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, @@ -21792,41 +19471,36 @@ }, "node_modules/has-ansi/node_modules/ansi-regex": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/has-bigints": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/has-own-prop": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", - "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -21836,8 +19510,7 @@ }, "node_modules/has-proto": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -21847,8 +19520,7 @@ }, "node_modules/has-symbols": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -21858,8 +19530,7 @@ }, "node_modules/has-tostringtag": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" }, @@ -21872,14 +19543,12 @@ }, "node_modules/has-unicode": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "devOptional": true + "devOptional": true, + "license": "ISC" }, "node_modules/hasown": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -21889,9 +19558,8 @@ }, "node_modules/hast-util-heading-rank": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz", - "integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" }, @@ -21902,9 +19570,8 @@ }, "node_modules/hast-util-is-element": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", - "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" }, @@ -21915,9 +19582,8 @@ }, "node_modules/hast-util-to-string": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.0.tgz", - "integrity": "sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" }, @@ -21928,9 +19594,8 @@ }, "node_modules/hdr-histogram-js": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/hdr-histogram-js/-/hdr-histogram-js-2.0.3.tgz", - "integrity": "sha512-Hkn78wwzWHNCp2uarhzQ2SGFLU3JY8SBDDd3TAABK4fc30wm+MuPOrg5QVFVfkKOQd6Bfz3ukJEI+q9sXEkK1g==", "dev": true, + "license": "BSD", "dependencies": { "@assemblyscript/loader": "^0.10.1", "base64-js": "^1.2.0", @@ -21939,40 +19604,35 @@ }, "node_modules/hdr-histogram-percentiles-obj": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz", - "integrity": "sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/he": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true, + "license": "MIT", "bin": { "he": "bin/he" } }, "node_modules/hexoid": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", - "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "license": "BSD-3-Clause", "dependencies": { "react-is": "^16.7.0" } }, "node_modules/hosted-git-info": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", - "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^7.5.1" }, @@ -21982,18 +19642,16 @@ }, "node_modules/hosted-git-info/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/hpack.js": { "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "obuf": "^1.0.0", @@ -22003,15 +19661,13 @@ }, "node_modules/hpack.js/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/hpack.js/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -22024,35 +19680,30 @@ }, "node_modules/hpack.js/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 + "dev": true, + "license": "MIT" }, "node_modules/hpack.js/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "version": "4.0.0", "dev": true, + "license": "MIT", "dependencies": { - "whatwg-encoding": "^1.0.5" + "whatwg-encoding": "^3.1.1" }, "engines": { - "node": ">=10" + "node": ">=18" } }, "node_modules/html-entities": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", - "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", "dev": true, "funding": [ { @@ -22063,19 +19714,18 @@ "type": "patreon", "url": "https://patreon.com/mdevils" } - ] + ], + "license": "MIT" }, "node_modules/html-escaper": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/html-minifier-terser": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", "dev": true, + "license": "MIT", "dependencies": { "camel-case": "^4.1.2", "clean-css": "^5.2.2", @@ -22094,18 +19744,16 @@ }, "node_modules/html-minifier-terser/node_modules/commander": { "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "dev": true, + "license": "MIT", "engines": { "node": ">= 12" } }, "node_modules/html-tags": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -22115,9 +19763,8 @@ }, "node_modules/html-webpack-plugin": { "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "dev": true, + "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -22147,8 +19794,6 @@ }, "node_modules/htmlparser2": { "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", @@ -22157,6 +19802,7 @@ "url": "https://github.com/sponsors/fb55" } ], + "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", @@ -22166,20 +19812,17 @@ }, "node_modules/http-cache-semantics": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/http-deceiver": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/http-errors": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", @@ -22193,15 +19836,13 @@ }, "node_modules/http-parser-js": { "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/http-proxy": { "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "dev": true, + "license": "MIT", "dependencies": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -22213,9 +19854,8 @@ }, "node_modules/http-proxy-agent": { "version": "7.0.2", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^7.1.0", "debug": "^4.3.4" @@ -22226,9 +19866,8 @@ }, "node_modules/http-proxy-agent/node_modules/agent-base": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.3.4" }, @@ -22238,9 +19877,8 @@ }, "node_modules/http-proxy-middleware": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", "dev": true, + "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", "http-proxy": "^1.18.1", @@ -22262,9 +19900,8 @@ }, "node_modules/http-signature": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^1.2.2", @@ -22277,9 +19914,8 @@ }, "node_modules/https-proxy-agent": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "devOptional": true, + "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" @@ -22290,26 +19926,24 @@ }, "node_modules/human-signals": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=16.17.0" } }, "node_modules/humanize-ms": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.0.0" } }, "node_modules/husky": { "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", "dev": true, + "license": "MIT", "bin": { "husky": "lib/bin.js" }, @@ -22322,8 +19956,7 @@ }, "node_modules/iconv-lite": { "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -22333,9 +19966,8 @@ }, "node_modules/icss-utils": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -22345,9 +19977,8 @@ }, "node_modules/identity-obj-proxy": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", - "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", "dev": true, + "license": "MIT", "dependencies": { "harmony-reflect": "^1.4.6" }, @@ -22357,8 +19988,7 @@ }, "node_modules/ieee754": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, "funding": [ { "type": "github", @@ -22372,21 +20002,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/ignore": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/ignore-walk": { "version": "6.0.5", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.5.tgz", - "integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==", "dev": true, + "license": "ISC", "dependencies": { "minimatch": "^9.0.0" }, @@ -22396,18 +20026,16 @@ }, "node_modules/ignore-walk/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/ignore-walk/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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -22420,9 +20048,8 @@ }, "node_modules/image-size": { "version": "0.5.5", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", "dev": true, + "license": "MIT", "optional": true, "bin": { "image-size": "bin/image-size.js" @@ -22433,23 +20060,17 @@ }, "node_modules/immediate": { "version": "3.0.6", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/immutable": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", - "integrity": "sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==", + "version": "4.3.7", "dev": true, - "engines": { - "node": ">=0.10.0" - } + "license": "MIT" }, "node_modules/import-fresh": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -22463,8 +20084,7 @@ }, "node_modules/import-fresh/node_modules/parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -22474,17 +20094,15 @@ }, "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/import-local": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", - "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -22501,8 +20119,7 @@ }, "node_modules/import-meta-resolve": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.1.1.tgz", - "integrity": "sha512-qeywsE/KC3w9Fd2ORrRDUw6nS/nLwZpXgfrOc2IILvZYnCaEMd+D56Vfg9k4G29gIeVi3XKql1RQatME8iYsiw==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -22510,31 +20127,27 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "license": "MIT", "engines": { "node": ">=0.8.19" } }, "node_modules/indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/infer-owner": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/inflight": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "devOptional": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -22542,32 +20155,28 @@ }, "node_modules/inherits": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "license": "ISC" }, "node_modules/ini": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", - "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/injection-js": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.4.0.tgz", - "integrity": "sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^2.0.0" } }, "node_modules/inquirer": { "version": "8.2.4", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", - "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", @@ -22591,9 +20200,8 @@ }, "node_modules/inquirer/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -22606,9 +20214,8 @@ }, "node_modules/inquirer/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -22622,18 +20229,27 @@ }, "node_modules/inquirer/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, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, "engines": { "node": ">=8" } }, "node_modules/inquirer/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -22643,8 +20259,7 @@ }, "node_modules/internal-slot": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", - "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.0", @@ -22656,18 +20271,16 @@ }, "node_modules/interpret": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/ip-address": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", - "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "1.1.0", "sprintf-js": "^1.1.3" @@ -22678,17 +20291,15 @@ }, "node_modules/ipaddr.js": { "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/is-absolute-url": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-4.0.1.tgz", - "integrity": "sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -22698,9 +20309,8 @@ }, "node_modules/is-alphabetical": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -22709,9 +20319,8 @@ }, "node_modules/is-alphanumerical": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "is-alphabetical": "^1.0.0", @@ -22724,8 +20333,7 @@ }, "node_modules/is-arguments": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -22739,8 +20347,7 @@ }, "node_modules/is-array-buffer": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", - "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.1" @@ -22754,13 +20361,11 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "license": "MIT" }, "node_modules/is-bigint": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "license": "MIT", "dependencies": { "has-bigints": "^1.0.1" }, @@ -22770,9 +20375,8 @@ }, "node_modules/is-binary-path": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "dependencies": { "binary-extensions": "^2.0.0" }, @@ -22782,8 +20386,7 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -22797,9 +20400,8 @@ }, "node_modules/is-builtin-module": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", - "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", "dev": true, + "license": "MIT", "dependencies": { "builtin-modules": "^3.3.0" }, @@ -22812,8 +20414,7 @@ }, "node_modules/is-callable": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -22822,9 +20423,9 @@ } }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -22837,9 +20438,8 @@ }, "node_modules/is-data-view": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", - "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", "dev": true, + "license": "MIT", "dependencies": { "is-typed-array": "^1.1.13" }, @@ -22852,8 +20452,7 @@ }, "node_modules/is-date-object": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -22866,9 +20465,8 @@ }, "node_modules/is-decimal": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -22877,9 +20475,8 @@ }, "node_modules/is-docker": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "dev": true, + "license": "MIT", "bin": { "is-docker": "cli.js" }, @@ -22892,17 +20489,15 @@ }, "node_modules/is-extglob": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-fullwidth-code-point": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", - "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -22912,17 +20507,15 @@ }, "node_modules/is-generator-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/is-generator-function": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -22935,8 +20528,7 @@ }, "node_modules/is-glob": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, @@ -22946,9 +20538,8 @@ }, "node_modules/is-hexadecimal": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -22957,22 +20548,20 @@ }, "node_modules/is-interactive": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-lambda": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-map": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -22982,15 +20571,13 @@ }, "node_modules/is-module": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-negative-zero": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -23000,25 +20587,14 @@ }, "node_modules/is-number": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", "engines": { "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", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -23031,26 +20607,23 @@ }, "node_modules/is-obj": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-path-cwd": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-path-in-cwd": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", - "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", "dev": true, + "license": "MIT", "dependencies": { "is-path-inside": "^1.0.0" }, @@ -23060,9 +20633,8 @@ }, "node_modules/is-path-in-cwd/node_modules/is-path-inside": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", "dev": true, + "license": "MIT", "dependencies": { "path-is-inside": "^1.0.1" }, @@ -23072,18 +20644,16 @@ }, "node_modules/is-path-inside": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-plain-obj": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -23092,26 +20662,21 @@ } }, "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, + "version": "5.0.0", + "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-regex": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -23125,8 +20690,7 @@ }, "node_modules/is-set": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -23136,8 +20700,7 @@ }, "node_modules/is-shared-array-buffer": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", - "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7" }, @@ -23150,8 +20713,8 @@ }, "node_modules/is-stream": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -23161,8 +20724,7 @@ }, "node_modules/is-string": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -23175,8 +20737,7 @@ }, "node_modules/is-symbol": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "license": "MIT", "dependencies": { "has-symbols": "^1.0.2" }, @@ -23189,8 +20750,7 @@ }, "node_modules/is-typed-array": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "license": "MIT", "dependencies": { "which-typed-array": "^1.1.14" }, @@ -23203,13 +20763,12 @@ }, "node_modules/is-typedarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + "license": "MIT" }, "node_modules/is-unicode-supported": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -23219,8 +20778,7 @@ }, "node_modules/is-weakmap": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -23230,9 +20788,8 @@ }, "node_modules/is-weakref": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2" }, @@ -23242,8 +20799,7 @@ }, "node_modules/is-weakset": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", - "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "get-intrinsic": "^1.2.4" @@ -23257,15 +20813,13 @@ }, "node_modules/is-what": { "version": "3.14.1", - "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", - "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-whitespace-character": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -23274,9 +20828,8 @@ }, "node_modules/is-word-character": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -23285,9 +20838,8 @@ }, "node_modules/is-wsl": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dev": true, + "license": "MIT", "dependencies": { "is-docker": "^2.0.0" }, @@ -23297,14 +20849,12 @@ }, "node_modules/isarray": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "license": "MIT" }, "node_modules/isbinaryfile": { "version": "4.0.10", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", - "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8.0.0" }, @@ -23314,37 +20864,34 @@ }, "node_modules/isexe": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "dev": true, + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/isstream": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", - "devOptional": true, + "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-instrument": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", - "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", "@babel/parser": "^7.23.9", @@ -23358,9 +20905,8 @@ }, "node_modules/istanbul-lib-instrument/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, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -23388,20 +20934,18 @@ }, "node_modules/istanbul-lib-instrument/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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/istanbul-lib-instrument/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==", + "version": "7.25.6", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -23412,9 +20956,8 @@ }, "node_modules/istanbul-lib-instrument/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, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -23426,27 +20969,13 @@ }, "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", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "node_modules/istanbul-lib-instrument/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" - } + "license": "MIT" }, "node_modules/istanbul-lib-report": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "make-dir": "^4.0.0", @@ -23458,18 +20987,16 @@ }, "node_modules/istanbul-lib-report/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-report/node_modules/make-dir": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.5.3" }, @@ -23482,9 +21009,8 @@ }, "node_modules/istanbul-lib-report/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -23494,9 +21020,8 @@ }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", @@ -23508,18 +21033,16 @@ }, "node_modules/istanbul-lib-source-maps/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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/istanbul-reports": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -23530,14 +21053,12 @@ }, "node_modules/iterall": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" + "license": "MIT" }, "node_modules/jackspeak": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -23550,9 +21071,8 @@ }, "node_modules/jake": { "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", - "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", @@ -23568,9 +21088,8 @@ }, "node_modules/jake/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -23583,9 +21102,8 @@ }, "node_modules/jake/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23599,18 +21117,16 @@ }, "node_modules/jake/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/jake/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -23620,9 +21136,8 @@ }, "node_modules/jake/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -23632,9 +21147,8 @@ }, "node_modules/jasmine": { "version": "2.8.0", - "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz", - "integrity": "sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==", "dev": true, + "license": "MIT", "dependencies": { "exit": "^0.1.2", "glob": "^7.0.6", @@ -23646,21 +21160,18 @@ }, "node_modules/jasmine-ajax": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-4.0.0.tgz", - "integrity": "sha512-htTxNw38BSHxxmd8RRMejocdPqLalGHU6n3HWFbzp/S8AuTQd1MYjkSH3dYDsbZ7EV1Xqx/b94m3tKaVSVBV2A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jasmine-core": { "version": "4.6.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz", - "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jasmine-marbles": { "version": "0.9.2", - "resolved": "https://registry.npmjs.org/jasmine-marbles/-/jasmine-marbles-0.9.2.tgz", - "integrity": "sha512-T7RjG4fRsdiGGzbQZ6Kj39qYt6O1/KIcR4FkUNsD3DUGkd/AzpwzN+xtk0DXlLWEz5BaVdK1SzMgQDVw879c4Q==", "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.20" }, @@ -23670,9 +21181,8 @@ }, "node_modules/jasmine-reporters": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jasmine-reporters/-/jasmine-reporters-2.5.2.tgz", - "integrity": "sha512-qdewRUuFOSiWhiyWZX8Yx3YNQ9JG51ntBEO4ekLQRpktxFTwUHy24a86zD/Oi2BRTKksEdfWQZcQFqzjqIkPig==", "dev": true, + "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.5", "mkdirp": "^1.0.4" @@ -23680,66 +21190,29 @@ }, "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, + "license": "Apache-2.0", "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", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "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.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/jasmine/node_modules/jasmine-core": { "version": "2.8.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz", - "integrity": "sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==", - "dev": true - }, - "node_modules/jasmine/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } + "license": "MIT" }, "node_modules/jasminewd2": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz", - "integrity": "sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6.9.x" } }, "node_modules/jest-circus": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", - "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -23768,9 +21241,8 @@ }, "node_modules/jest-circus/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -23781,11 +21253,26 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-circus/node_modules/babel-plugin-macros": { + "version": "3.1.0", + "dev": true, + "license": "MIT", + "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", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23797,20 +21284,77 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/jest-circus/node_modules/cosmiconfig": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "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", + "dev": true, + "license": "MIT", + "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", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/jest-circus/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-circus/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -23820,9 +21364,8 @@ }, "node_modules/jest-config": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", - "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@jest/test-sequencer": "^29.7.0", @@ -23865,9 +21408,8 @@ }, "node_modules/jest-config/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -23880,9 +21422,8 @@ }, "node_modules/jest-config/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23894,53 +21435,47 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-config/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/jest-config/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, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/jest-config/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/jest-config/node_modules/pretty-format": { + "version": "29.7.0", "dev": true, + "license": "MIT", "dependencies": { - "brace-expansion": "^1.1.7" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": "*" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-config/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-config/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-config/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -23950,9 +21485,8 @@ }, "node_modules/jest-diff": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", @@ -23965,9 +21499,8 @@ }, "node_modules/jest-diff/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -23980,9 +21513,8 @@ }, "node_modules/jest-diff/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -23996,18 +21528,45 @@ }, "node_modules/jest-diff/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/jest-diff/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-diff/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-diff/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24017,9 +21576,8 @@ }, "node_modules/jest-docblock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "dev": true, + "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" }, @@ -24029,9 +21587,8 @@ }, "node_modules/jest-each": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -24045,9 +21602,8 @@ }, "node_modules/jest-each/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24060,9 +21616,8 @@ }, "node_modules/jest-each/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24076,18 +21631,45 @@ }, "node_modules/jest-each/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, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/jest-each/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-each/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24097,9 +21679,8 @@ }, "node_modules/jest-environment-node": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -24114,18 +21695,16 @@ }, "node_modules/jest-get-type": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-haste-map": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/graceful-fs": "^4.1.3", @@ -24148,9 +21727,8 @@ }, "node_modules/jest-leak-detector": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", - "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "dev": true, + "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3", "pretty-format": "^29.7.0" @@ -24159,11 +21737,39 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/jest-leak-detector/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-leak-detector/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-leak-detector/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-matcher-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "jest-diff": "^29.7.0", @@ -24176,9 +21782,8 @@ }, "node_modules/jest-matcher-utils/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24191,9 +21796,8 @@ }, "node_modules/jest-matcher-utils/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24207,18 +21811,45 @@ }, "node_modules/jest-matcher-utils/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/jest-matcher-utils/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-matcher-utils/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24228,9 +21859,8 @@ }, "node_modules/jest-message-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^29.6.3", @@ -24248,9 +21878,8 @@ }, "node_modules/jest-message-util/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24263,9 +21892,8 @@ }, "node_modules/jest-message-util/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24279,18 +21907,45 @@ }, "node_modules/jest-message-util/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/jest-message-util/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-message-util/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24300,9 +21955,8 @@ }, "node_modules/jest-mock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -24314,9 +21968,8 @@ }, "node_modules/jest-pnp-resolver": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -24331,18 +21984,16 @@ }, "node_modules/jest-regex-util": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-resolve": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", - "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", @@ -24360,9 +22011,8 @@ }, "node_modules/jest-resolve/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24375,9 +22025,8 @@ }, "node_modules/jest-resolve/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24391,27 +22040,24 @@ }, "node_modules/jest-resolve/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/jest-resolve/node_modules/resolve.exports": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/jest-resolve/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24421,9 +22067,8 @@ }, "node_modules/jest-runner": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", - "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/environment": "^29.7.0", @@ -24453,9 +22098,8 @@ }, "node_modules/jest-runner/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24468,9 +22112,8 @@ }, "node_modules/jest-runner/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24484,27 +22127,24 @@ }, "node_modules/jest-runner/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/jest-runner/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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/jest-runner/node_modules/source-map-support": { "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -24512,9 +22152,8 @@ }, "node_modules/jest-runner/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24524,9 +22163,8 @@ }, "node_modules/jest-runtime": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", - "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -24557,9 +22195,8 @@ }, "node_modules/jest-runtime/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24572,9 +22209,8 @@ }, "node_modules/jest-runtime/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24586,53 +22222,18 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-runtime/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/jest-runtime/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, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/jest-runtime/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/jest-runtime/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24642,9 +22243,8 @@ }, "node_modules/jest-snapshot": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", - "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", @@ -24673,9 +22273,8 @@ }, "node_modules/jest-snapshot/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24686,36 +22285,62 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "node_modules/jest-snapshot/node_modules/chalk": { + "version": "4.1.2", + "dev": true, + "license": "MIT", + "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/jest-snapshot/node_modules/has-flag": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-snapshot/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==", - "devOptional": true, - "engines": { - "node": ">=8" - } + "node_modules/jest-snapshot/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" }, "node_modules/jest-snapshot/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24725,9 +22350,8 @@ }, "node_modules/jest-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -24742,9 +22366,8 @@ }, "node_modules/jest-util/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24757,9 +22380,8 @@ }, "node_modules/jest-util/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24773,18 +22395,16 @@ }, "node_modules/jest-util/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/jest-util/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24794,9 +22414,8 @@ }, "node_modules/jest-validate": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "camelcase": "^6.2.0", @@ -24811,9 +22430,8 @@ }, "node_modules/jest-validate/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24826,9 +22444,8 @@ }, "node_modules/jest-validate/node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -24838,9 +22455,8 @@ }, "node_modules/jest-validate/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24854,18 +22470,45 @@ }, "node_modules/jest-validate/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, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/jest-validate/node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/react-is": { + "version": "18.3.1", + "dev": true, + "license": "MIT" + }, "node_modules/jest-validate/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24875,9 +22518,8 @@ }, "node_modules/jest-watcher": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", @@ -24894,9 +22536,8 @@ }, "node_modules/jest-watcher/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24909,9 +22550,8 @@ }, "node_modules/jest-watcher/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24925,18 +22565,16 @@ }, "node_modules/jest-watcher/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/jest-watcher/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24946,9 +22584,8 @@ }, "node_modules/jest-worker": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "jest-util": "^29.7.0", @@ -24961,18 +22598,16 @@ }, "node_modules/jest-worker/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/jest-worker/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==", - "devOptional": true, + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24985,22 +22620,19 @@ }, "node_modules/jiti": { "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", "dev": true, + "license": "MIT", "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", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "license": "MIT" }, "node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -25010,194 +22642,21 @@ }, "node_modules/jsbn": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", - "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", - "dev": true - }, - "node_modules/jscodeshift": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.15.2.tgz", - "integrity": "sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==", - "dependencies": { - "@babel/core": "^7.23.0", - "@babel/parser": "^7.23.0", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.23.0", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11", - "@babel/plugin-transform-optional-chaining": "^7.23.0", - "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/preset-flow": "^7.22.15", - "@babel/preset-typescript": "^7.23.0", - "@babel/register": "^7.22.15", - "babel-core": "^7.0.0-bridge.0", - "chalk": "^4.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.4", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.23.3", - "temp": "^0.8.4", - "write-file-atomic": "^2.3.0" - }, - "bin": { - "jscodeshift": "bin/jscodeshift.js" - }, - "peerDependencies": { - "@babel/preset-env": "^7.1.6" - }, - "peerDependenciesMeta": { - "@babel/preset-env": { - "optional": true - } - } - }, - "node_modules/jscodeshift/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==", - "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/jscodeshift/node_modules/@babel/generator": { - "version": "7.25.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", - "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", - "dependencies": { - "@babel/types": "^7.25.4", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/jscodeshift/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==", - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" - }, - "engines": { - "node": ">=6.9.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==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jscodeshift/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "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/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==" - }, - "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==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jscodeshift/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "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==" - }, - "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==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jscodeshift/node_modules/write-file-atomic": { - "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==", - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } + "dev": true, + "license": "MIT" }, "node_modules/jsdoc-type-pratt-parser": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", - "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.0.0" } }, "node_modules/jsdom": { - "version": "24.1.1", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.1.tgz", - "integrity": "sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==", + "version": "24.1.3", "dev": true, + "license": "MIT", "dependencies": { "cssstyle": "^4.0.1", "data-urls": "^5.0.0", @@ -25235,9 +22694,8 @@ }, "node_modules/jsdom/node_modules/agent-base": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.3.4" }, @@ -25245,23 +22703,10 @@ "node": ">= 14" } }, - "node_modules/jsdom/node_modules/html-encoding-sniffer": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", - "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", - "dev": true, - "dependencies": { - "whatwg-encoding": "^3.1.1" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/jsdom/node_modules/https-proxy-agent": { "version": "7.0.5", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", - "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -25270,34 +22715,10 @@ "node": ">= 14" } }, - "node_modules/jsdom/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" - } - }, - "node_modules/jsdom/node_modules/whatwg-encoding": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", - "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", - "dev": true, - "dependencies": { - "iconv-lite": "0.6.3" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/jsesc": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -25307,49 +22728,42 @@ }, "node_modules/json-buffer": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true + "dev": true, + "license": "MIT" }, "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 + "dev": true, + "license": "MIT" }, "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", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "license": "MIT" }, "node_modules/json-schema": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "dev": true + "dev": true, + "license": "(AFL-2.1 OR BSD-3-Clause)" }, "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 + "dev": true, + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -25359,9 +22773,8 @@ }, "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, + "license": "MIT", "dependencies": { "acorn": "^8.5.0", "eslint-visitor-keys": "^3.0.0", @@ -25377,14 +22790,13 @@ }, "node_modules/jsonc-parser": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsonfile": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -25394,18 +22806,16 @@ }, "node_modules/jsonparse": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, "engines": [ "node >= 0.2.0" - ] + ], + "license": "MIT" }, "node_modules/jsprim": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dev": true, + "license": "MIT", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -25418,17 +22828,15 @@ }, "node_modules/jsrsasign": { "version": "11.1.0", - "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.0.tgz", - "integrity": "sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==", + "license": "MIT", "funding": { "url": "https://github.com/kjur/jsrsasign#donations" } }, "node_modules/jszip": { "version": "3.10.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", - "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "dev": true, + "license": "(MIT OR GPL-3.0-or-later)", "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2", @@ -25438,15 +22846,13 @@ }, "node_modules/jszip/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jszip/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -25459,24 +22865,21 @@ }, "node_modules/jszip/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 + "dev": true, + "license": "MIT" }, "node_modules/jszip/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/karma": { "version": "6.4.4", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", - "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", "dev": true, + "license": "MIT", "dependencies": { "@colors/colors": "1.5.0", "body-parser": "^1.19.0", @@ -25512,18 +22915,16 @@ }, "node_modules/karma-chrome-launcher": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", - "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", "dev": true, + "license": "MIT", "dependencies": { "which": "^1.2.1" } }, "node_modules/karma-chrome-launcher/node_modules/which": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -25533,9 +22934,8 @@ }, "node_modules/karma-coverage": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", - "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", "dev": true, + "license": "MIT", "dependencies": { "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-instrument": "^5.1.0", @@ -25550,9 +22950,8 @@ }, "node_modules/karma-coverage/node_modules/istanbul-lib-instrument": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -25566,18 +22965,16 @@ }, "node_modules/karma-coverage/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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/karma-jasmine": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.0.1.tgz", - "integrity": "sha512-FkL1Kk+JAKmim8VWU8RXKZBpl0lLI7J8LijM0/q7oP7emfB6QMZV1Az+JgqGKSLpF0tYaav+KUVFQroZUxQTHA==", "dev": true, + "license": "MIT", "dependencies": { "jasmine-core": "^4.1.0" }, @@ -25590,9 +22987,8 @@ }, "node_modules/karma-jasmine-ajax": { "version": "0.1.13", - "resolved": "https://registry.npmjs.org/karma-jasmine-ajax/-/karma-jasmine-ajax-0.1.13.tgz", - "integrity": "sha512-5eKFqStB/IfODMghdJR2ryBiZt8bl6Dykjkbm6e58aIDFoaUefCzewq9EjZEiAcJ7rKQ8bivxWgbqJJ2qKZo+A==", "dev": true, + "license": "MIT", "dependencies": { "jasmine-ajax": "^3.0.0" }, @@ -25602,15 +22998,13 @@ }, "node_modules/karma-jasmine-ajax/node_modules/jasmine-ajax": { "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-3.4.0.tgz", - "integrity": "sha512-LIVNVCmx5ou+IG6wgX7j73YYzvE2e3aqFWMjOhvAHWTnLICOYSobIH+PG/gOwtP20X0u2SkD3NXT/j5X8rMGOA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/karma-jasmine-html-reporter": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz", - "integrity": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==", "dev": true, + "license": "MIT", "peerDependencies": { "jasmine-core": "^4.0.0 || ^5.0.0", "karma": "^6.0.0", @@ -25619,9 +23013,8 @@ }, "node_modules/karma-mocha-reporter": { "version": "2.2.5", - "resolved": "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz", - "integrity": "sha512-Hr6nhkIp0GIJJrvzY8JFeHpQZNseuIakGac4bpw8K1+5F0tLb6l7uvXRa8mt2Z+NVwYgCct4QAfp2R2QP6o00w==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^2.1.0", "log-symbols": "^2.1.0", @@ -25633,18 +23026,16 @@ }, "node_modules/karma-mocha-reporter/node_modules/ansi-regex": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/karma-mocha-reporter/node_modules/strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^3.0.0" }, @@ -25652,65 +23043,28 @@ "node": ">=4" } }, - "node_modules/karma-source-map-support": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", - "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", - "dev": true, - "dependencies": { - "source-map-support": "^0.5.5" - } - }, - "node_modules/karma/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/karma/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "dev": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" + "node_modules/karma-source-map-support": { + "version": "1.4.0", + "dev": true, + "license": "MIT", + "dependencies": { + "source-map-support": "^0.5.5" } }, - "node_modules/karma/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/karma/node_modules/cliui": { + "version": "7.0.4", "dev": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" } }, "node_modules/karma/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, + "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -25720,10 +23074,8 @@ }, "node_modules/karma/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -25736,18 +23088,27 @@ }, "node_modules/karma/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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, + "node_modules/karma/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/karma/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, + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -25763,67 +23124,53 @@ }, "node_modules/karma/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, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/keyv": { "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, + "license": "MIT", "dependencies": { "json-buffer": "3.0.1" } }, "node_modules/kind-of": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "license": "MIT", "engines": { "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", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/klona": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", - "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/known-css-properties": { "version": "0.34.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.34.0.tgz", - "integrity": "sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==", - "dev": true + "dev": true, + "license": "MIT" }, "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==", + "version": "2.9.1", "dev": true, + "license": "MIT", "dependencies": { "picocolors": "^1.0.0", "shell-quote": "^1.8.1" @@ -25831,9 +23178,8 @@ }, "node_modules/less": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/less/-/less-4.1.3.tgz", - "integrity": "sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", "parse-node-version": "^1.0.1", @@ -25857,9 +23203,8 @@ }, "node_modules/less-loader": { "version": "11.1.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.0.tgz", - "integrity": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==", "dev": true, + "license": "MIT", "dependencies": { "klona": "^2.0.4" }, @@ -25877,9 +23222,8 @@ }, "node_modules/less/node_modules/make-dir": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "pify": "^4.0.1", @@ -25889,11 +23233,22 @@ "node": ">=6" } }, + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/less/node_modules/pify": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=6" @@ -25901,9 +23256,8 @@ }, "node_modules/less/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, + "license": "ISC", "optional": true, "bin": { "semver": "bin/semver" @@ -25911,9 +23265,8 @@ }, "node_modules/less/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, + "license": "BSD-3-Clause", "optional": true, "engines": { "node": ">=0.10.0" @@ -25921,17 +23274,16 @@ }, "node_modules/leven": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/levn": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -25942,9 +23294,8 @@ }, "node_modules/license-checker": { "version": "25.0.1", - "resolved": "https://registry.npmjs.org/license-checker/-/license-checker-25.0.1.tgz", - "integrity": "sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "chalk": "^2.4.1", "debug": "^3.1.0", @@ -25963,18 +23314,16 @@ }, "node_modules/license-checker/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/license-checker/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, + "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -25984,18 +23333,16 @@ }, "node_modules/license-checker/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, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/license-webpack-plugin": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", - "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", "dev": true, + "license": "ISC", "dependencies": { "webpack-sources": "^3.0.0" }, @@ -26010,18 +23357,16 @@ }, "node_modules/lie": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", - "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", "dev": true, + "license": "MIT", "dependencies": { "immediate": "~3.0.5" } }, "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, + "license": "MIT", "engines": { "node": ">=14" }, @@ -26029,26 +23374,18 @@ "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", - "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/lint-staged": { "version": "15.2.9", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.9.tgz", - "integrity": "sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "~5.3.0", "commander": "~12.1.0", @@ -26073,9 +23410,8 @@ }, "node_modules/lint-staged/node_modules/chalk": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -26085,18 +23421,16 @@ }, "node_modules/lint-staged/node_modules/commander": { "version": "12.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/lint-staged/node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.5.1", "dev": true, + "license": "ISC", "bin": { "yaml": "bin.mjs" }, @@ -26106,9 +23440,8 @@ }, "node_modules/listr2": { "version": "8.2.4", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz", - "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==", "dev": true, + "license": "MIT", "dependencies": { "cli-truncate": "^4.0.0", "colorette": "^2.0.20", @@ -26121,23 +23454,10 @@ "node": ">=18.0.0" } }, - "node_modules/listr2/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/listr2/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -26146,22 +23466,19 @@ } }, "node_modules/listr2/node_modules/emoji-regex": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", - "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", - "dev": true + "version": "10.4.0", + "dev": true, + "license": "MIT" }, "node_modules/listr2/node_modules/eventemitter3": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/listr2/node_modules/string-width": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", @@ -26174,26 +23491,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/listr2/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/listr2/node_modules/wrap-ansi": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", @@ -26206,27 +23507,10 @@ "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, + "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", @@ -26239,9 +23523,8 @@ }, "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, + "license": "MIT", "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" @@ -26252,106 +23535,40 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/loader-runner": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.11.5" } }, "node_modules/loader-utils": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", "dev": true, + "license": "MIT", "engines": { "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", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^5.0.0" }, @@ -26364,54 +23581,41 @@ }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "license": "MIT" }, "node_modules/lodash-es": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", - "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 + "dev": true, + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.truncate": { "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.uniq": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^2.0.1" }, @@ -26421,9 +23625,8 @@ }, "node_modules/log-update": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", - "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", "dev": true, + "license": "MIT", "dependencies": { "ansi-escapes": "^7.0.0", "cli-cursor": "^5.0.0", @@ -26440,9 +23643,8 @@ }, "node_modules/log-update/node_modules/ansi-escapes": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", - "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", "dev": true, + "license": "MIT", "dependencies": { "environment": "^1.0.0" }, @@ -26453,23 +23655,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/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/log-update/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -26479,9 +23668,8 @@ }, "node_modules/log-update/node_modules/cli-cursor": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", - "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^5.0.0" }, @@ -26493,16 +23681,14 @@ } }, "node_modules/log-update/node_modules/emoji-regex": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", - "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", - "dev": true + "version": "10.4.0", + "dev": true, + "license": "MIT" }, "node_modules/log-update/node_modules/is-fullwidth-code-point": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", - "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", "dev": true, + "license": "MIT", "dependencies": { "get-east-asian-width": "^1.0.0" }, @@ -26515,9 +23701,8 @@ }, "node_modules/log-update/node_modules/onetime": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", - "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", "dev": true, + "license": "MIT", "dependencies": { "mimic-function": "^5.0.0" }, @@ -26530,9 +23715,8 @@ }, "node_modules/log-update/node_modules/restore-cursor": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", - "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", "dev": true, + "license": "MIT", "dependencies": { "onetime": "^7.0.0", "signal-exit": "^4.1.0" @@ -26546,9 +23730,8 @@ }, "node_modules/log-update/node_modules/slice-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", - "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "is-fullwidth-code-point": "^5.0.0" @@ -26562,9 +23745,8 @@ }, "node_modules/log-update/node_modules/string-width": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", @@ -26577,26 +23759,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/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/log-update/node_modules/wrap-ansi": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", @@ -26611,9 +23777,8 @@ }, "node_modules/log4js": { "version": "6.9.1", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", - "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -26627,8 +23792,7 @@ }, "node_modules/loose-envify": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -26637,43 +23801,39 @@ } }, "node_modules/loupe": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", - "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", + "version": "3.1.1", + "license": "MIT", "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", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^2.0.3" } }, "node_modules/lru-cache": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } }, "node_modules/lz-string": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", + "license": "MIT", "bin": { "lz-string": "bin/bin.js" } }, "node_modules/magic-string": { "version": "0.30.1", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.1.tgz", - "integrity": "sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" }, @@ -26683,9 +23843,8 @@ }, "node_modules/make-dir": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "devOptional": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -26698,24 +23857,21 @@ }, "node_modules/make-dir/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, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/make-error": { "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/make-fetch-happen": { "version": "10.2.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", @@ -26740,9 +23896,8 @@ }, "node_modules/make-fetch-happen/node_modules/@npmcli/fs": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", - "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", "dev": true, + "license": "ISC", "dependencies": { "@gar/promisify": "^1.1.3", "semver": "^7.3.5" @@ -26751,11 +23906,18 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/make-fetch-happen/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/make-fetch-happen/node_modules/cacache": { "version": "16.1.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", - "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", "dev": true, + "license": "ISC", "dependencies": { "@npmcli/fs": "^2.1.0", "@npmcli/move-file": "^2.0.0", @@ -26782,9 +23944,8 @@ }, "node_modules/make-fetch-happen/node_modules/fs-minipass": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -26792,11 +23953,28 @@ "node": ">= 8" } }, + "node_modules/make-fetch-happen/node_modules/glob": { + "version": "8.1.0", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/make-fetch-happen/node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -26808,30 +23986,27 @@ }, "node_modules/make-fetch-happen/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/make-fetch-happen/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "5.1.6", "dev": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" }, "engines": { - "node": "*" + "node": ">=10" } }, "node_modules/make-fetch-happen/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -26839,12 +24014,21 @@ "node": ">=8" } }, + "node_modules/make-fetch-happen/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/make-fetch-happen/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -26855,12 +24039,19 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/make-fetch-happen/node_modules/rimraf/node_modules/brace-expansion": { + "version": "1.1.11", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, "node_modules/make-fetch-happen/node_modules/rimraf/node_modules/glob": { "version": "7.2.3", - "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", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -26876,11 +24067,21 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/make-fetch-happen/node_modules/rimraf/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/make-fetch-happen/node_modules/ssri": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", - "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.1.1" }, @@ -26890,9 +24091,8 @@ }, "node_modules/make-fetch-happen/node_modules/unique-filename": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", - "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dev": true, + "license": "ISC", "dependencies": { "unique-slug": "^3.0.0" }, @@ -26902,9 +24102,8 @@ }, "node_modules/make-fetch-happen/node_modules/unique-slug": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", - "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4" }, @@ -26914,30 +24113,26 @@ }, "node_modules/make-fetch-happen/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 + "dev": true, + "license": "ISC" }, "node_modules/makeerror": { "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "devOptional": true, + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" } }, "node_modules/map-or-similar": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz", - "integrity": "sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/markdown-escapes": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -26946,9 +24141,8 @@ }, "node_modules/markdown-to-jsx": { "version": "7.5.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.5.0.tgz", - "integrity": "sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" }, @@ -26958,14 +24152,12 @@ }, "node_modules/material-icons": { "version": "1.13.12", - "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.12.tgz", - "integrity": "sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA==" + "license": "Apache-2.0" }, "node_modules/mathml-tag-names": { "version": "2.1.3", - "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -26973,23 +24165,20 @@ }, "node_modules/mdn-data": { "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", - "dev": true + "dev": true, + "license": "CC0-1.0" }, "node_modules/media-typer": { "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/memfs": { "version": "3.5.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dev": true, + "license": "Unlicense", "dependencies": { "fs-monkey": "^1.0.4" }, @@ -26999,17 +24188,14 @@ }, "node_modules/memoizerific": { "version": "1.11.3", - "resolved": "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz", - "integrity": "sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==", "dev": true, + "license": "MIT", "dependencies": { "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" @@ -27017,9 +24203,8 @@ }, "node_modules/meow": { "version": "13.2.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", - "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -27028,35 +24213,34 @@ } }, "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + "version": "1.0.3", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/merge-stream": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "dev": true, + "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/methods": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -27066,28 +24250,25 @@ } }, "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "version": "2.6.0", + "license": "MIT", "bin": { "mime": "cli.js" }, "engines": { - "node": ">=4" + "node": ">=4.0.0" } }, "node_modules/mime-db": { "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -27097,8 +24278,8 @@ }, "node_modules/mimic-fn": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -27108,9 +24289,8 @@ }, "node_modules/mimic-function": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", - "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -27120,8 +24300,7 @@ }, "node_modules/mimic-response": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", + "license": "MIT", "optional": true, "engines": { "node": ">=8" @@ -27132,17 +24311,15 @@ }, "node_modules/min-indent": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/mini-css-extract-plugin": { "version": "2.9.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", - "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", "dev": true, + "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", "tapable": "^2.2.1" @@ -27160,14 +24337,13 @@ }, "node_modules/minimalistic-assert": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/minimatch": { "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -27177,8 +24353,7 @@ }, "node_modules/minimatch-browser": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/minimatch-browser/-/minimatch-browser-1.0.0.tgz", - "integrity": "sha512-xET0irkHzT47f9h16H6ZVZw9lFZ33pK5DD5Pt0Gt/PcXAlevXjCz8zzM859gIWEDcD2yjKa31dGfwlKgk/12NQ==", + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -27188,56 +24363,35 @@ }, "node_modules/minimist": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "engines": { - "node": ">=8" + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "node_modules/minipass": { + "version": "7.1.2", "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, + "license": "ISC", "engines": { - "node": ">= 8" + "node": ">=16 || 14 >=14.17" } }, - "node_modules/minipass-collect/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/minipass-collect": { + "version": "2.0.1", "dev": true, + "license": "ISC", "dependencies": { - "yallist": "^4.0.0" + "minipass": "^7.0.3" }, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, - "node_modules/minipass-collect/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/minipass-fetch": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", - "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^3.1.6", "minipass-sized": "^1.0.3", @@ -27252,9 +24406,8 @@ }, "node_modules/minipass-fetch/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -27264,15 +24417,13 @@ }, "node_modules/minipass-fetch/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 + "dev": true, + "license": "ISC" }, "node_modules/minipass-flush": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -27282,9 +24433,8 @@ }, "node_modules/minipass-flush/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -27294,15 +24444,13 @@ }, "node_modules/minipass-flush/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 + "dev": true, + "license": "ISC" }, "node_modules/minipass-json-stream": { "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, + "license": "MIT", "dependencies": { "jsonparse": "^1.3.1", "minipass": "^3.0.0" @@ -27310,9 +24458,8 @@ }, "node_modules/minipass-json-stream/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -27322,15 +24469,13 @@ }, "node_modules/minipass-json-stream/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 + "dev": true, + "license": "ISC" }, "node_modules/minipass-pipeline": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -27340,9 +24485,8 @@ }, "node_modules/minipass-pipeline/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -27352,15 +24496,13 @@ }, "node_modules/minipass-pipeline/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 + "dev": true, + "license": "ISC" }, "node_modules/minipass-sized": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^3.0.0" }, @@ -27370,9 +24512,8 @@ }, "node_modules/minipass-sized/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -27382,14 +24523,13 @@ }, "node_modules/minipass-sized/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 + "dev": true, + "license": "ISC" }, "node_modules/minizlib": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "devOptional": true, + "license": "MIT", "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -27400,8 +24540,8 @@ }, "node_modules/minizlib/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "devOptional": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -27411,19 +24551,13 @@ }, "node_modules/minizlib/node_modules/yallist": { "version": "4.0.0", - "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 + "devOptional": true, + "license": "ISC" }, "node_modules/mkdirp": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "devOptional": true, + "license": "MIT", "bin": { "mkdirp": "bin/cmd.js" }, @@ -27431,22 +24565,10 @@ "node": ">=10" } }, - "node_modules/mlly": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", - "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", - "dependencies": { - "acorn": "^8.11.3", - "pathe": "^1.1.2", - "pkg-types": "^1.1.1", - "ufo": "^1.5.3" - } - }, "node_modules/mocha": { "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", @@ -27479,9 +24601,8 @@ }, "node_modules/mocha/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -27494,18 +24615,16 @@ }, "node_modules/mocha/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/mocha/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -27519,9 +24638,8 @@ }, "node_modules/mocha/node_modules/chalk/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -27529,11 +24647,20 @@ "node": ">=8" } }, + "node_modules/mocha/node_modules/cliui": { + "version": "7.0.4", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/mocha/node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -27541,20 +24668,36 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mocha/node_modules/glob": { + "version": "8.1.0", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/mocha/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/mocha/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, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -27568,9 +24711,8 @@ }, "node_modules/mocha/node_modules/minimatch": { "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -27578,17 +24720,21 @@ "node": ">=10" } }, - "node_modules/mocha/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true + "node_modules/mocha/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } }, "node_modules/mocha/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -27601,9 +24747,8 @@ }, "node_modules/mocha/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, + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -27619,46 +24764,36 @@ }, "node_modules/mocha/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, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/moment": { "version": "2.30.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", - "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "dev": true, + "license": "MIT", "engines": { "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, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "2.1.3", + "license": "MIT" }, "node_modules/multicast-dns": { "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dev": true, + "license": "MIT", "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" @@ -27669,20 +24804,16 @@ }, "node_modules/mute-stream": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", - "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/nan": { "version": "2.20.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.20.0.tgz", - "integrity": "sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==", + "license": "MIT", "optional": true }, "node_modules/nanoid": { "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, "funding": [ { @@ -27690,6 +24821,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -27699,21 +24831,18 @@ }, "node_modules/natural-compare": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "devOptional": true + "dev": true, + "license": "MIT" }, "node_modules/natural-compare-lite": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/needle": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", - "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", "dev": true, + "license": "MIT", "optional": true, "dependencies": { "iconv-lite": "^0.6.3", @@ -27728,9 +24857,8 @@ }, "node_modules/needle/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, + "license": "MIT", "optional": true, "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -27741,27 +24869,24 @@ }, "node_modules/negotiator": { "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/neo-async": { "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + "dev": true, + "license": "MIT" }, "node_modules/next-tick": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + "license": "ISC" }, "node_modules/ng-packagr": { "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, + "license": "MIT", "dependencies": { "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.0", @@ -27809,58 +24934,23 @@ } } }, - "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": "11.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", - "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/ng-packagr/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 + "dev": true, + "license": "MIT" }, "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, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -27868,72 +24958,9 @@ "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", - "integrity": "sha512-iHwXDbmX86lfeH8VRcsaW2tJATsuAZo4kvvC/Yk2l35zOHjevja1qBvO6BAibiDazi9r9aS6ZRJOqWPsz1pP2w==", + "license": "ISC", "dependencies": { "lodash-es": "^4.17.15", "tslib": "^2.3.0" @@ -27946,25 +24973,11 @@ "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", - "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", "dev": true, "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "!win32" @@ -27976,15 +24989,13 @@ }, "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 + "dev": true, + "license": "MIT" }, "node_modules/no-case": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "dev": true, + "license": "MIT", "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" @@ -27992,9 +25003,8 @@ }, "node_modules/nock": { "version": "13.5.5", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", - "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", @@ -28006,31 +25016,17 @@ }, "node_modules/node-abort-controller": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz", - "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-addon-api": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", - "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", - "dev": true - }, - "node_modules/node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", - "integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==", - "dependencies": { - "minimatch": "^3.0.2" - }, - "engines": { - "node": ">= 0.10.5" - } + "dev": true, + "license": "MIT" }, "node_modules/node-fetch": { "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -28046,25 +25042,17 @@ } } }, - "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==" - }, "node_modules/node-fetch/node_modules/tr46": { "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + "license": "MIT" }, "node_modules/node-fetch/node_modules/webidl-conversions": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + "license": "BSD-2-Clause" }, "node_modules/node-fetch/node_modules/whatwg-url": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -28072,18 +25060,16 @@ }, "node_modules/node-forge": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "dev": true, + "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" } }, "node_modules/node-gyp": { "version": "9.4.1", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz", - "integrity": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==", "dev": true, + "license": "MIT", "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", @@ -28105,54 +25091,19 @@ } }, "node_modules/node-gyp-build": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz", - "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==", + "version": "4.8.2", "dev": true, + "license": "MIT", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, - "node_modules/node-gyp/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/node-gyp/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/node-gyp/node_modules/nopt": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz", - "integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==", "dev": true, + "license": "ISC", "dependencies": { "abbrev": "^1.0.0" }, @@ -28165,10 +25116,8 @@ }, "node_modules/node-gyp/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -28181,26 +25130,23 @@ }, "node_modules/node-int64": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", - "devOptional": true + "dev": true, + "license": "MIT" }, "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 + "dev": true, + "license": "MIT" }, "node_modules/node-releases": { "version": "2.0.18", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", - "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" + "dev": true, + "license": "MIT" }, "node_modules/nopt": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", - "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", "dev": true, + "license": "ISC", "dependencies": { "abbrev": "1", "osenv": "^0.1.4" @@ -28211,9 +25157,8 @@ }, "node_modules/normalize-package-data": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz", - "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^6.0.0", "is-core-module": "^2.8.1", @@ -28226,27 +25171,24 @@ }, "node_modules/normalize-path": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/normalize-range": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/npm-bundled": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz", - "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==", "dev": true, + "license": "ISC", "dependencies": { "npm-normalize-package-bin": "^3.0.0" }, @@ -28256,9 +25198,8 @@ }, "node_modules/npm-install-checks": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", - "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "semver": "^7.1.1" }, @@ -28268,18 +25209,16 @@ }, "node_modules/npm-normalize-package-bin": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", - "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-package-arg": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-10.1.0.tgz", - "integrity": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==", "dev": true, + "license": "ISC", "dependencies": { "hosted-git-info": "^6.0.0", "proc-log": "^3.0.0", @@ -28292,9 +25231,8 @@ }, "node_modules/npm-packlist": { "version": "7.0.4", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz", - "integrity": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==", "dev": true, + "license": "ISC", "dependencies": { "ignore-walk": "^6.0.0" }, @@ -28304,9 +25242,8 @@ }, "node_modules/npm-pick-manifest": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz", - "integrity": "sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==", "dev": true, + "license": "ISC", "dependencies": { "npm-install-checks": "^6.0.0", "npm-normalize-package-bin": "^3.0.0", @@ -28319,9 +25256,8 @@ }, "node_modules/npm-registry-fetch": { "version": "14.0.5", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz", - "integrity": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==", "dev": true, + "license": "ISC", "dependencies": { "make-fetch-happen": "^11.0.0", "minipass": "^5.0.0", @@ -28332,14 +25268,78 @@ "proc-log": "^3.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/cacache": { + "version": "17.1.4", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^7.7.1", + "minipass": "^7.0.3", + "minipass-collect": "^1.0.2", + "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": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/cacache/node_modules/minipass": { + "version": "7.1.2", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/npm-registry-fetch/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "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/npm-registry-fetch/node_modules/glob/node_modules/minipass": { + "version": "7.1.2", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" } }, "node_modules/npm-registry-fetch/node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -28351,18 +25351,16 @@ }, "node_modules/npm-registry-fetch/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/npm-registry-fetch/node_modules/make-fetch-happen": { "version": "11.1.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", - "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^17.0.0", @@ -28384,11 +25382,54 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm-registry-fetch/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass": { + "version": "5.0.0", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass-collect/node_modules/minipass": { + "version": "3.3.6", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "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", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^7.0.3", "minipass-sized": "^1.0.3", @@ -28403,18 +25444,21 @@ }, "node_modules/npm-registry-fetch/node_modules/minipass-fetch/node_modules/minipass": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, + "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } }, + "node_modules/npm-registry-fetch/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "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, + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "chalk": "^2.4.1", @@ -28437,9 +25481,8 @@ }, "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, + "license": "MIT", "dependencies": { "nice-try": "^1.0.4", "path-key": "^2.0.1", @@ -28453,18 +25496,16 @@ }, "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, + "license": "MIT", "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, + "license": "MIT", "bin": { "pidtree": "bin/pidtree.js" }, @@ -28474,18 +25515,16 @@ }, "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, + "license": "ISC", "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, + "license": "MIT", "dependencies": { "shebang-regex": "^1.0.0" }, @@ -28495,18 +25534,16 @@ }, "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, + "license": "MIT", "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, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -28516,8 +25553,8 @@ }, "node_modules/npm-run-path": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -28527,10 +25564,8 @@ }, "node_modules/npmlog": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", @@ -28543,9 +25578,8 @@ }, "node_modules/nth-check": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" }, @@ -28555,16 +25589,14 @@ }, "node_modules/nwsapi": { "version": "2.2.12", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz", - "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/nx": { "version": "16.10.0", - "resolved": "https://registry.npmjs.org/nx/-/nx-16.10.0.tgz", - "integrity": "sha512-gZl4iCC0Hx0Qe1VWmO4Bkeul2nttuXdPpfnlcDKSACGu3ZIo+uySqwOF8yBAxSTIf8xe2JRhgzJN1aFkuezEBg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@nrwl/tao": "16.10.0", "@parcel/watcher": "2.0.4", @@ -28645,9 +25677,8 @@ }, "node_modules/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -28658,22 +25689,10 @@ "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", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -28685,25 +25704,10 @@ "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": "16.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", - "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, @@ -28713,18 +25717,16 @@ }, "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, + "license": "BSD-2-Clause", "engines": { "node": ">=12" } }, "node_modules/nx/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, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -28734,10 +25736,8 @@ }, "node_modules/nx/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, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -28752,65 +25752,71 @@ }, "node_modules/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, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/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==", + "node_modules/nx/node_modules/lru-cache": { + "version": "6.0.0", "dev": true, + "license": "ISC", "dependencies": { - "has-flag": "^4.0.0" + "yallist": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "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==", + "node_modules/nx/node_modules/semver": { + "version": "7.5.3", + "dev": true, + "license": "ISC", "dependencies": { - "citty": "^0.1.6", - "consola": "^3.2.3", - "execa": "^8.0.1", - "pathe": "^1.1.2", - "pkg-types": "^1.1.1", - "ufo": "^1.5.3" + "lru-cache": "^6.0.0" }, "bin": { - "nypm": "dist/cli.mjs" + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/nx/node_modules/supports-color": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" }, "engines": { - "node": "^14.16.0 || >=16.10.0" + "node": ">=8" } }, + "node_modules/nx/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "node_modules/oauth-sign": { "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/object-assign": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/object-inspect": { "version": "1.13.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", - "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -28820,8 +25826,7 @@ }, "node_modules/object-is": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", - "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1" @@ -28835,25 +25840,22 @@ }, "node_modules/object-keys": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "license": "MIT", "engines": { "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, + "license": "MIT", "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", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "define-properties": "^1.2.1", @@ -28869,9 +25871,8 @@ }, "node_modules/object.fromentries": { "version": "2.0.8", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", - "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -28887,9 +25888,8 @@ }, "node_modules/object.groupby": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", - "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -28901,9 +25901,8 @@ }, "node_modules/object.values": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", - "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -28918,19 +25917,12 @@ }, "node_modules/obuf": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", - "dev": true - }, - "node_modules/ohash": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz", - "integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==" + "dev": true, + "license": "MIT" }, "node_modules/on-finished": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -28940,25 +25932,23 @@ }, "node_modules/on-headers": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/once": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", "dependencies": { "wrappy": "1" } }, "node_modules/onetime": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^4.0.0" }, @@ -28971,9 +25961,8 @@ }, "node_modules/open": { "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, + "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -28986,37 +25975,9 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "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, - "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": { "version": "0.18.0", - "resolved": "https://registry.npmjs.org/optimism/-/optimism-0.18.0.tgz", - "integrity": "sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==", + "license": "MIT", "dependencies": { "@wry/caches": "^1.0.0", "@wry/context": "^0.7.0", @@ -29026,8 +25987,7 @@ }, "node_modules/optimism/node_modules/@wry/trie": { "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@wry/trie/-/trie-0.4.3.tgz", - "integrity": "sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -29037,9 +25997,8 @@ }, "node_modules/optionator": { "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, + "license": "MIT", "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -29054,8 +26013,8 @@ }, "node_modules/ora": { "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", @@ -29076,8 +26035,8 @@ }, "node_modules/ora/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -29090,8 +26049,8 @@ }, "node_modules/ora/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -29105,16 +26064,16 @@ }, "node_modules/ora/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ora/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, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -29126,10 +26085,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ora/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/ora/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -29139,28 +26109,24 @@ }, "node_modules/os-homedir": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/os-tmpdir": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/osenv": { "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "os-homedir": "^1.0.0", "os-tmpdir": "^1.0.0" @@ -29168,8 +26134,8 @@ }, "node_modules/p-limit": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, @@ -29182,8 +26148,8 @@ }, "node_modules/p-locate": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^3.0.2" }, @@ -29196,9 +26162,8 @@ }, "node_modules/p-map": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -29211,9 +26176,8 @@ }, "node_modules/p-retry": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/retry": "0.12.0", "retry": "^0.13.1" @@ -29224,70 +26188,187 @@ }, "node_modules/p-retry/node_modules/retry": { "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/p-try": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/pacote": { + "version": "15.2.0", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/git": "^4.0.0", + "@npmcli/installed-package-contents": "^2.0.1", + "@npmcli/promise-spawn": "^6.0.1", + "@npmcli/run-script": "^6.0.0", + "cacache": "^17.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^5.0.0", + "npm-package-arg": "^10.0.0", + "npm-packlist": "^7.0.0", + "npm-pick-manifest": "^8.0.0", + "npm-registry-fetch": "^14.0.0", + "proc-log": "^3.0.0", + "promise-retry": "^2.0.1", + "read-package-json": "^6.0.0", + "read-package-json-fast": "^3.0.0", + "sigstore": "^1.3.0", + "ssri": "^10.0.0", + "tar": "^6.1.11" + }, + "bin": { + "pacote": "lib/bin.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/pacote/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/pacote/node_modules/cacache": { + "version": "17.1.4", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^7.7.1", + "minipass": "^7.0.3", + "minipass-collect": "^1.0.2", + "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": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/pacote/node_modules/cacache/node_modules/minipass": { + "version": "7.1.2", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/pacote/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "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/pacote/node_modules/glob/node_modules/minipass": { + "version": "7.1.2", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/pacote/node_modules/lru-cache": { + "version": "7.18.3", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/pacote/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/pacote/node_modules/minipass": { + "version": "5.0.0", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/pacote/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, "engines": { - "node": ">=6" + "node": ">= 8" } }, - "node_modules/package-json-from-dist": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", - "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", - "dev": true - }, - "node_modules/pacote": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.2.0.tgz", - "integrity": "sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==", + "node_modules/pacote/node_modules/minipass-collect/node_modules/minipass": { + "version": "3.3.6", "dev": true, + "license": "ISC", "dependencies": { - "@npmcli/git": "^4.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/promise-spawn": "^6.0.1", - "@npmcli/run-script": "^6.0.0", - "cacache": "^17.0.0", - "fs-minipass": "^3.0.0", - "minipass": "^5.0.0", - "npm-package-arg": "^10.0.0", - "npm-packlist": "^7.0.0", - "npm-pick-manifest": "^8.0.0", - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.0", - "sigstore": "^1.3.0", - "ssri": "^10.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" + "yallist": "^4.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=8" } }, + "node_modules/pacote/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "node_modules/pako": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", - "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", - "dev": true + "dev": true, + "license": "(MIT AND Zlib)" }, "node_modules/param-case": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "dev": true, + "license": "MIT", "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" @@ -29295,8 +26376,7 @@ }, "node_modules/parent-module": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz", - "integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==", + "license": "MIT", "dependencies": { "callsites": "^3.1.0" }, @@ -29306,9 +26386,8 @@ }, "node_modules/parse-entities": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz", - "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "character-entities": "^1.0.0", @@ -29321,8 +26400,7 @@ }, "node_modules/parse-json": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -29338,23 +26416,20 @@ }, "node_modules/parse-json/node_modules/lines-and-columns": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "license": "MIT" }, "node_modules/parse-node-version": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", - "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/parse5": { "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", "devOptional": true, + "license": "MIT", "dependencies": { "entities": "^4.4.0" }, @@ -29364,9 +26439,8 @@ }, "node_modules/parse5-html-rewriting-stream": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", - "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", "dev": true, + "license": "MIT", "dependencies": { "entities": "^4.3.0", "parse5": "^7.0.0", @@ -29378,9 +26452,8 @@ }, "node_modules/parse5-sax-parser": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", - "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", "dev": true, + "license": "MIT", "dependencies": { "parse5": "^7.0.0" }, @@ -29390,17 +26463,15 @@ }, "node_modules/parseurl": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/pascal-case": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "dev": true, + "license": "MIT", "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -29408,49 +26479,46 @@ }, "node_modules/path-browserify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", - "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + "license": "MIT" }, "node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "devOptional": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/path-is-inside": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", - "dev": true + "dev": true, + "license": "(WTFPL OR MIT)" }, "node_modules/path-key": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-parse": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "dev": true, + "license": "MIT" }, "node_modules/path-scurry": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -29464,57 +26532,37 @@ }, "node_modules/path-scurry/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/path-scurry/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" - } + "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + "version": "0.1.10", + "license": "MIT" }, "node_modules/path-type": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path2d-polyfill": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path2d-polyfill/-/path2d-polyfill-2.0.1.tgz", - "integrity": "sha512-ad/3bsalbbWhmBo0D6FZ4RNMwsLsPpL6gnvhuSaU5Vm7b06Kr5ubSltQQ0T7YKsiJQO+g22zJ4dJKNTXIyOXtA==", + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/pathe": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", - "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==", + "version": "2.0.0", + "license": "MIT", "engines": { - "node": "*" + "node": ">= 14.16" } }, "node_modules/pdfjs-dist": { "version": "3.3.122", - "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-3.3.122.tgz", - "integrity": "sha512-98WC09jOq3OuqrmF5+LZfcyzTlGA0sY9ocMBbWZ/H6Pwni7deptxwkNZVLieOz+4nSoTEW25PsfnfOj3ELrHdA==", + "license": "Apache-2.0", "dependencies": { "path2d-polyfill": "^2.0.1", "web-streams-polyfill": "^3.2.1" @@ -29525,19 +26573,16 @@ }, "node_modules/performance-now": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + "version": "1.1.0", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "license": "MIT", "engines": { "node": ">=8.6" }, @@ -29547,9 +26592,8 @@ }, "node_modules/pidtree": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz", - "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", "dev": true, + "license": "MIT", "bin": { "pidtree": "bin/pidtree.js" }, @@ -29559,27 +26603,24 @@ }, "node_modules/pify": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/pinkie": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/pinkie-promise": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "dev": true, + "license": "MIT", "dependencies": { "pinkie": "^2.0.0" }, @@ -29589,17 +26630,16 @@ }, "node_modules/pirates": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } }, "node_modules/piscina": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.0.0.tgz", - "integrity": "sha512-641nAmJS4k4iqpNUqfggqUBUMmlw0ZoM5VZKdQkV2e970Inn3Tk9kroCc1wpsYLD07vCwpys5iY0d3xI/9WkTg==", "dev": true, + "license": "MIT", "dependencies": { "eventemitter-asyncresource": "^1.0.0", "hdr-histogram-js": "^2.0.1", @@ -29611,9 +26651,8 @@ }, "node_modules/pkg-dir": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -29623,9 +26662,8 @@ }, "node_modules/pkg-dir/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -29636,9 +26674,8 @@ }, "node_modules/pkg-dir/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -29648,9 +26685,8 @@ }, "node_modules/pkg-dir/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -29663,9 +26699,8 @@ }, "node_modules/pkg-dir/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -29673,21 +26708,10 @@ "node": ">=8" } }, - "node_modules/pkg-types": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz", - "integrity": "sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==", - "dependencies": { - "confbox": "^0.1.7", - "mlly": "^1.7.1", - "pathe": "^1.1.2" - } - }, "node_modules/playwright": { "version": "1.46.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz", - "integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", "dev": true, + "license": "Apache-2.0", "dependencies": { "playwright-core": "1.46.1" }, @@ -29703,9 +26727,8 @@ }, "node_modules/playwright-core": { "version": "1.46.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", - "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", "dev": true, + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, @@ -29715,10 +26738,8 @@ }, "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, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -29729,17 +26750,15 @@ }, "node_modules/pluralize": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", - "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/polished": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/polished/-/polished-4.3.1.tgz", - "integrity": "sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.8" }, @@ -29747,41 +26766,15 @@ "node": ">=10" } }, - "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.0", - "is-number-like": "^1.0.3" - }, - "engines": { - "node": ">=0.4", - "npm": ">=1.0.0" - } - }, - "node_modules/portscanner/node_modules/async": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", - "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", - "dev": true, - "dependencies": { - "lodash": "^4.17.14" - } - }, "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", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/postcss": { "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "dev": true, "funding": [ { @@ -29797,6 +26790,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", @@ -29808,9 +26802,8 @@ }, "node_modules/postcss-calc": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz", - "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==", "dev": true, + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.11", "postcss-value-parser": "^4.2.0" @@ -29824,9 +26817,8 @@ }, "node_modules/postcss-colormin": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "caniuse-api": "^3.0.0", @@ -29842,9 +26834,8 @@ }, "node_modules/postcss-convert-values": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "postcss-value-parser": "^4.2.0" @@ -29858,9 +26849,8 @@ }, "node_modules/postcss-discard-comments": { "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, + "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" }, @@ -29870,9 +26860,8 @@ }, "node_modules/postcss-discard-duplicates": { "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, + "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" }, @@ -29882,9 +26871,8 @@ }, "node_modules/postcss-discard-empty": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz", - "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" }, @@ -29894,9 +26882,8 @@ }, "node_modules/postcss-discard-overridden": { "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, + "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" }, @@ -29906,9 +26893,8 @@ }, "node_modules/postcss-import": { "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", @@ -29923,9 +26909,8 @@ }, "node_modules/postcss-loader": { "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, + "license": "MIT", "dependencies": { "cosmiconfig": "^8.2.0", "jiti": "^1.18.2", @@ -29945,9 +26930,8 @@ }, "node_modules/postcss-loader/node_modules/cosmiconfig": { "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, + "license": "MIT", "dependencies": { "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", @@ -29971,15 +26955,13 @@ }, "node_modules/postcss-media-query-parser": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/postcss-merge-longhand": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", "stylehacks": "^6.1.1" @@ -29993,9 +26975,8 @@ }, "node_modules/postcss-merge-rules": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "caniuse-api": "^3.0.0", @@ -30011,9 +26992,8 @@ }, "node_modules/postcss-minify-font-values": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30026,9 +27006,8 @@ }, "node_modules/postcss-minify-gradients": { "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, + "license": "MIT", "dependencies": { "colord": "^2.9.3", "cssnano-utils": "^4.0.2", @@ -30043,9 +27022,8 @@ }, "node_modules/postcss-minify-params": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "cssnano-utils": "^4.0.2", @@ -30060,9 +27038,8 @@ }, "node_modules/postcss-minify-selectors": { "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, + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.16" }, @@ -30075,9 +27052,8 @@ }, "node_modules/postcss-modules-extract-imports": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", - "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -30087,9 +27063,8 @@ }, "node_modules/postcss-modules-local-by-default": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", - "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", @@ -30104,9 +27079,8 @@ }, "node_modules/postcss-modules-scope": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", - "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", "dev": true, + "license": "ISC", "dependencies": { "postcss-selector-parser": "^6.0.4" }, @@ -30119,9 +27093,8 @@ }, "node_modules/postcss-modules-values": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -30134,9 +27107,8 @@ }, "node_modules/postcss-normalize-charset": { "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, + "license": "MIT", "engines": { "node": "^14 || ^16 || >=18.0" }, @@ -30146,9 +27118,8 @@ }, "node_modules/postcss-normalize-display-values": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30161,9 +27132,8 @@ }, "node_modules/postcss-normalize-positions": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30176,9 +27146,8 @@ }, "node_modules/postcss-normalize-repeat-style": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30191,9 +27160,8 @@ }, "node_modules/postcss-normalize-string": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30206,9 +27174,8 @@ }, "node_modules/postcss-normalize-timing-functions": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30221,9 +27188,8 @@ }, "node_modules/postcss-normalize-unicode": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "postcss-value-parser": "^4.2.0" @@ -30237,9 +27203,8 @@ }, "node_modules/postcss-normalize-url": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30252,9 +27217,8 @@ }, "node_modules/postcss-normalize-whitespace": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30267,9 +27231,8 @@ }, "node_modules/postcss-ordered-values": { "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, + "license": "MIT", "dependencies": { "cssnano-utils": "^4.0.2", "postcss-value-parser": "^4.2.0" @@ -30283,9 +27246,8 @@ }, "node_modules/postcss-reduce-initial": { "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, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "caniuse-api": "^3.0.0" @@ -30299,9 +27261,8 @@ }, "node_modules/postcss-reduce-transforms": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -30314,14 +27275,11 @@ }, "node_modules/postcss-resolve-nested-selector": { "version": "0.1.6", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz", - "integrity": "sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/postcss-safe-parser": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.0.tgz", - "integrity": "sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg==", "dev": true, "funding": [ { @@ -30337,6 +27295,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "engines": { "node": ">=18.0" }, @@ -30346,9 +27305,8 @@ }, "node_modules/postcss-sass": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.5.0.tgz", - "integrity": "sha512-qtu8awh1NMF3o9j/x9j3EZnd+BlF66X6NZYl12BdKoG2Z4hmydOt/dZj2Nq+g0kfk2pQy3jeYFBmvG9DBwynGQ==", "dev": true, + "license": "MIT", "dependencies": { "gonzales-pe": "^4.3.0", "postcss": "^8.2.14" @@ -30359,8 +27317,6 @@ }, "node_modules/postcss-scss": { "version": "4.0.9", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", - "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", "dev": true, "funding": [ { @@ -30376,6 +27332,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "engines": { "node": ">=12.0" }, @@ -30385,9 +27342,8 @@ }, "node_modules/postcss-selector-parser": { "version": "6.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", "dev": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -30398,9 +27354,8 @@ }, "node_modules/postcss-svgo": { "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, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", "svgo": "^3.2.0" @@ -30414,9 +27369,8 @@ }, "node_modules/postcss-unique-selectors": { "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, + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.16" }, @@ -30429,9 +27383,8 @@ }, "node_modules/postcss-url": { "version": "10.1.3", - "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-10.1.3.tgz", - "integrity": "sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==", "dev": true, + "license": "MIT", "dependencies": { "make-dir": "~3.1.0", "mime": "~2.5.2", @@ -30447,9 +27400,8 @@ }, "node_modules/postcss-url/node_modules/mime": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", - "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", "dev": true, + "license": "MIT", "bin": { "mime": "cli.js" }, @@ -30459,24 +27411,21 @@ }, "node_modules/postcss-value-parser": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } }, "node_modules/prettier": { "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin-prettier.js" }, @@ -30489,9 +27438,8 @@ }, "node_modules/prettier-linter-helpers": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, + "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, @@ -30501,9 +27449,8 @@ }, "node_modules/pretty-bytes": { "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -30513,359 +27460,154 @@ }, "node_modules/pretty-error": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" } }, "node_modules/pretty-format": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "dependencies": { - "@jest/schemas": "^29.6.3", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/pretty-format/node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" - }, - "node_modules/proc-log": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", - "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", - "dev": true, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "dev": true - }, - "node_modules/promise-retry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "dev": true, - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/propagate": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", - "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/protractor": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz", - "integrity": "sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw==", - "deprecated": "We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular", - "dev": true, - "dependencies": { - "@types/q": "^0.0.32", - "@types/selenium-webdriver": "^3.0.0", - "blocking-proxy": "^1.0.0", - "browserstack": "^1.5.1", - "chalk": "^1.1.3", - "glob": "^7.0.3", - "jasmine": "2.8.0", - "jasminewd2": "^2.1.0", - "q": "1.4.1", - "saucelabs": "^1.5.0", - "selenium-webdriver": "3.6.0", - "source-map-support": "~0.4.0", - "webdriver-js-extender": "2.1.0", - "webdriver-manager": "^12.1.7", - "yargs": "^15.3.1" - }, - "bin": { - "protractor": "bin/protractor", - "webdriver-manager": "bin/webdriver-manager" - }, - "engines": { - "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" + "version": "27.5.1", + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "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" + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "license": "MIT", + "engines": { + "node": ">=10" }, - "bin": { - "mkdirp": "bin/cmd.js" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "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)", + "node_modules/pretty-format/node_modules/react-is": { + "version": "17.0.2", + "license": "MIT" + }, + "node_modules/proc-log": { + "version": "3.0.0", "dev": true, + "license": "ISC", "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.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, + "node_modules/process": { + "version": "0.11.10", + "license": "MIT", "engines": { - "node": ">= 4.0.0" + "node": ">= 0.6.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.", + "node_modules/process-nextick-args": { + "version": "2.0.1", "dev": true, - "bin": { - "uuid": "bin/uuid" - } + "license": "MIT" }, - "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==", + "node_modules/promise-inflight": { + "version": "1.0.1", + "dev": true, + "license": "ISC" + }, + "node_modules/promise-retry": { + "version": "2.0.1", "dev": true, + "license": "MIT", "dependencies": { - "filenamify": "4.1.0", - "fs-extra": "8.1.0" + "err-code": "^2.0.2", + "retry": "^0.12.0" }, - "peerDependencies": { - "protractor": "~7.0.0" + "engines": { + "node": ">=10" } }, - "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==", + "node_modules/prompts": { + "version": "2.4.2", "dev": true, + "license": "MIT", "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" }, "engines": { - "node": ">=6 <7 || >=8" + "node": ">= 6" } }, - "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/prop-types": { + "version": "15.8.1", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" } }, - "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==", + "node_modules/propagate": { + "version": "2.0.1", "dev": true, + "license": "MIT", "engines": { - "node": ">= 4.0.0" + "node": ">= 8" } }, - "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", - "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", - "dev": true + "node_modules/protractor": { + "version": "7.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/q": "^0.0.32", + "@types/selenium-webdriver": "^3.0.0", + "blocking-proxy": "^1.0.0", + "browserstack": "^1.5.1", + "chalk": "^1.1.3", + "glob": "^7.0.3", + "jasmine": "2.8.0", + "jasminewd2": "^2.1.0", + "q": "1.4.1", + "saucelabs": "^1.5.0", + "selenium-webdriver": "3.6.0", + "source-map-support": "~0.4.0", + "webdriver-js-extender": "2.1.0", + "webdriver-manager": "^12.1.7", + "yargs": "^15.3.1" + }, + "bin": { + "protractor": "bin/protractor", + "webdriver-manager": "bin/webdriver-manager" + }, + "engines": { + "node": ">=10.13.x" + } }, "node_modules/protractor/node_modules/ansi-regex": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", @@ -30879,9 +27621,8 @@ }, "node_modules/protractor/node_modules/cliui": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -30890,18 +27631,16 @@ }, "node_modules/protractor/node_modules/cliui/node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/protractor/node_modules/cliui/node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -30911,18 +27650,16 @@ }, "node_modules/protractor/node_modules/decamelize": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -30931,32 +27668,10 @@ "node": ">=8" } }, - "node_modules/protractor/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/protractor/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -30964,23 +27679,10 @@ "node": ">=8" } }, - "node_modules/protractor/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/protractor/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -30993,9 +27695,8 @@ }, "node_modules/protractor/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -31003,57 +27704,26 @@ "node": ">=8" } }, - "node_modules/protractor/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/protractor/node_modules/selenium-webdriver": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", - "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", - "dev": true, - "dependencies": { - "jszip": "^3.1.3", - "rimraf": "^2.5.4", - "tmp": "0.0.30", - "xml2js": "^0.4.17" - }, - "engines": { - "node": ">= 6.9.0" - } - }, "node_modules/protractor/node_modules/source-map": { "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/source-map-support": { "version": "0.4.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", - "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, + "license": "MIT", "dependencies": { "source-map": "^0.5.6" } }, "node_modules/protractor/node_modules/strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, @@ -31063,30 +27733,16 @@ }, "node_modules/protractor/node_modules/supports-color": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, - "node_modules/protractor/node_modules/tmp": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", - "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", - "dev": true, - "dependencies": { - "os-tmpdir": "~1.0.1" - }, - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/protractor/node_modules/wrap-ansi": { "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -31098,18 +27754,16 @@ }, "node_modules/protractor/node_modules/wrap-ansi/node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/protractor/node_modules/wrap-ansi/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -31122,9 +27776,8 @@ }, "node_modules/protractor/node_modules/wrap-ansi/node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -31134,15 +27787,13 @@ }, "node_modules/protractor/node_modules/y18n": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/protractor/node_modules/yargs": { "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^6.0.0", "decamelize": "^1.2.0", @@ -31162,9 +27813,8 @@ }, "node_modules/protractor/node_modules/yargs-parser": { "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", "dev": true, + "license": "ISC", "dependencies": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" @@ -31175,8 +27825,7 @@ }, "node_modules/proxy-addr": { "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" @@ -31187,33 +27836,27 @@ }, "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==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/prr": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/psl": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/punycode": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/pure-rand": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", "dev": true, "funding": [ { @@ -31224,14 +27867,13 @@ "type": "opencollective", "url": "https://opencollective.com/fast-check" } - ] + ], + "license": "MIT" }, "node_modules/q": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==", - "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, + "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" @@ -31239,19 +27881,17 @@ }, "node_modules/qjobs": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", - "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.9" } }, "node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "version": "6.13.0", + "license": "BSD-3-Clause", "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -31262,14 +27902,11 @@ }, "node_modules/querystringify": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "funding": [ { "type": "github", @@ -31283,37 +27920,34 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/randombytes": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } }, "node_modules/range-parser": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/raphael": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz", - "integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==", + "license": "MIT", "dependencies": { "eve-raphael": "0.5.0" } }, "node_modules/raw-body": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", @@ -31326,9 +27960,8 @@ }, "node_modules/react": { "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "devOptional": true, + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, @@ -31338,9 +27971,8 @@ }, "node_modules/react-colorful": { "version": "5.6.1", - "resolved": "https://registry.npmjs.org/react-colorful/-/react-colorful-5.6.1.tgz", - "integrity": "sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==", "dev": true, + "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" @@ -31348,9 +27980,8 @@ }, "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, + "license": "MIT", "dependencies": { "tween-functions": "^1.2.0" }, @@ -31363,9 +27994,8 @@ }, "node_modules/react-dom": { "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "devOptional": true, + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -31376,24 +28006,20 @@ }, "node_modules/react-is": { "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "license": "MIT" }, "node_modules/read-cache": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^2.3.0" } }, "node_modules/read-installed": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-4.0.3.tgz", - "integrity": "sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ==", - "deprecated": "This package is no longer supported.", "dev": true, + "license": "ISC", "dependencies": { "debuglog": "^1.0.1", "read-package-json": "^2.0.0", @@ -31406,50 +28032,15 @@ "graceful-fs": "^4.1.2" } }, - "node_modules/read-installed/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/read-installed/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-installed/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } + "license": "ISC" }, "node_modules/read-installed/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, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -31459,16 +28050,13 @@ }, "node_modules/read-installed/node_modules/npm-normalize-package-bin": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/read-installed/node_modules/read-package-json": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.2.tgz", - "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==", - "deprecated": "This package is no longer supported. Please use @npmcli/package-json instead.", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.1", "json-parse-even-better-errors": "^2.3.0", @@ -31478,19 +28066,16 @@ }, "node_modules/read-installed/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, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/read-package-json": { "version": "6.0.4", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.4.tgz", - "integrity": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==", - "deprecated": "This package is no longer supported. Please use @npmcli/package-json instead.", "dev": true, + "license": "ISC", "dependencies": { "glob": "^10.2.2", "json-parse-even-better-errors": "^3.0.0", @@ -31503,9 +28088,8 @@ }, "node_modules/read-package-json-fast": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", - "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", "dev": true, + "license": "ISC", "dependencies": { "json-parse-even-better-errors": "^3.0.0", "npm-normalize-package-bin": "^3.0.0" @@ -31516,27 +28100,24 @@ }, "node_modules/read-package-json-fast/node_modules/json-parse-even-better-errors": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", - "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/read-package-json/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/read-package-json/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, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -31554,18 +28135,16 @@ }, "node_modules/read-package-json/node_modules/json-parse-even-better-errors": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", - "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/read-package-json/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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -31576,20 +28155,10 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/read-package-json/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/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, + "license": "MIT", "dependencies": { "load-json-file": "^4.0.0", "normalize-package-data": "^2.3.2", @@ -31601,9 +28170,8 @@ }, "node_modules/read-pkg-up": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -31618,9 +28186,8 @@ }, "node_modules/read-pkg-up/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -31631,15 +28198,13 @@ }, "node_modules/read-pkg-up/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 + "dev": true, + "license": "ISC" }, "node_modules/read-pkg-up/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -31649,9 +28214,8 @@ }, "node_modules/read-pkg-up/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, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -31661,9 +28225,8 @@ }, "node_modules/read-pkg-up/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -31676,9 +28239,8 @@ }, "node_modules/read-pkg-up/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -31688,9 +28250,8 @@ }, "node_modules/read-pkg-up/node_modules/read-pkg": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, + "license": "MIT", "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -31703,42 +28264,37 @@ }, "node_modules/read-pkg-up/node_modules/read-pkg/node_modules/type-fest": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/read-pkg-up/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, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "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 + "dev": true, + "license": "ISC" }, "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, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -31748,9 +28304,8 @@ }, "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, + "license": "MIT", "dependencies": { "pify": "^3.0.0" }, @@ -31760,26 +28315,24 @@ }, "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, + "license": "MIT", "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, + "license": "ISC", "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", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "devOptional": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -31791,10 +28344,8 @@ }, "node_modules/readdir-scoped-modules": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz", - "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", - "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, + "license": "ISC", "dependencies": { "debuglog": "^1.0.1", "dezalgo": "^1.0.0", @@ -31804,9 +28355,8 @@ }, "node_modules/readdirp": { "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, @@ -31816,8 +28366,7 @@ }, "node_modules/recast": { "version": "0.23.9", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.9.tgz", - "integrity": "sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==", + "license": "MIT", "dependencies": { "ast-types": "^0.16.1", "esprima": "~4.0.0", @@ -31831,16 +28380,13 @@ }, "node_modules/recast/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==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/rechoir": { "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", "dev": true, "dependencies": { "resolve": "^1.1.6" @@ -31851,8 +28397,7 @@ }, "node_modules/redent": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "license": "MIT", "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -31863,19 +28408,18 @@ }, "node_modules/reflect-metadata": { "version": "0.1.14", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz", - "integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/regenerate": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -31885,36 +28429,32 @@ }, "node_modules/regenerator-runtime": { "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regex-parser": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", - "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regexp-tree": { "version": "0.1.27", - "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", - "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==", "dev": true, + "license": "MIT", "bin": { "regexp-tree": "bin/regexp-tree" } }, "node_modules/regexp.prototype.flags": { "version": "1.5.2", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", - "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "define-properties": "^1.2.1", @@ -31930,8 +28470,8 @@ }, "node_modules/regexpu-core": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", @@ -31946,16 +28486,15 @@ }, "node_modules/regexpu-core/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/regexpu-core/node_modules/regjsparser": { "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~0.5.0" }, @@ -31965,9 +28504,8 @@ }, "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, + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~0.5.0" }, @@ -31977,8 +28515,6 @@ }, "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" @@ -31986,8 +28522,7 @@ }, "node_modules/rehackt": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/rehackt/-/rehackt-0.1.0.tgz", - "integrity": "sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==", + "license": "MIT", "peerDependencies": { "@types/react": "*", "react": "*" @@ -32003,9 +28538,8 @@ }, "node_modules/rehype-external-links": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/rehype-external-links/-/rehype-external-links-3.0.0.tgz", - "integrity": "sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@ungap/structured-clone": "^1.0.0", @@ -32021,9 +28555,8 @@ }, "node_modules/rehype-external-links/node_modules/unist-util-is": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -32034,9 +28567,8 @@ }, "node_modules/rehype-external-links/node_modules/unist-util-visit": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", @@ -32049,9 +28581,8 @@ }, "node_modules/rehype-external-links/node_modules/unist-util-visit-parents": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" @@ -32063,9 +28594,8 @@ }, "node_modules/rehype-slug": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-6.0.0.tgz", - "integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "github-slugger": "^2.0.0", @@ -32080,9 +28610,8 @@ }, "node_modules/rehype-slug/node_modules/unist-util-is": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -32093,9 +28622,8 @@ }, "node_modules/rehype-slug/node_modules/unist-util-visit": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", @@ -32108,9 +28636,8 @@ }, "node_modules/rehype-slug/node_modules/unist-util-visit-parents": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" @@ -32122,18 +28649,16 @@ }, "node_modules/relateurl": { "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/remark-parse": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-4.0.0.tgz", - "integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "collapse-white-space": "^1.0.2", @@ -32155,9 +28680,8 @@ }, "node_modules/renderkid": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", "dev": true, + "license": "MIT", "dependencies": { "css-select": "^4.1.3", "dom-converter": "^0.2.0", @@ -32168,9 +28692,8 @@ }, "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, + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", @@ -32184,9 +28707,8 @@ }, "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, + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -32198,9 +28720,8 @@ }, "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, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.2.0" }, @@ -32213,9 +28734,8 @@ }, "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, + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -32227,17 +28747,14 @@ }, "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, + "license": "BSD-2-Clause", "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", @@ -32246,6 +28763,7 @@ "url": "https://github.com/sponsors/fb55" } ], + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", @@ -32253,20 +28771,28 @@ "entities": "^2.0.0" } }, + "node_modules/renderkid/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/repeat-string": { "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/request": { "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", "dev": true, + "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", @@ -32295,9 +28821,8 @@ }, "node_modules/request/node_modules/form-data": { "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", @@ -32309,27 +28834,24 @@ }, "node_modules/request/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, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/request/node_modules/qs": { "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.6" } }, "node_modules/request/node_modules/tough-cookie": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.28", "punycode": "^2.1.1" @@ -32340,57 +28862,50 @@ }, "node_modules/request/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, + "license": "MIT", "bin": { "uuid": "bin/uuid" } }, "node_modules/require-directory": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-from-string": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-main-filename": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/requireindex": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", - "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.5" } }, "node_modules/requires-port": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/resolve": { "version": "1.22.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", - "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.11.0", "path-parse": "^1.0.7", @@ -32405,9 +28920,8 @@ }, "node_modules/resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -32417,17 +28931,15 @@ }, "node_modules/resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/resolve-url-loader": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", - "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", "dev": true, + "license": "MIT", "dependencies": { "adjust-sourcemap-loader": "^4.0.0", "convert-source-map": "^1.7.0", @@ -32441,9 +28953,8 @@ }, "node_modules/resolve-url-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, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -32455,62 +28966,31 @@ }, "node_modules/resolve-url-loader/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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/resolve.exports": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", - "dev": true, - "engines": { - "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" + "license": "MIT", + "engines": { + "node": ">=10" } }, - "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", - "integrity": "sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==", + "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/restore-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -32521,16 +29001,16 @@ }, "node_modules/restore-cursor/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/restore-cursor/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -32543,22 +29023,20 @@ }, "node_modules/restore-cursor/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==" + "dev": true, + "license": "ISC" }, "node_modules/retry": { "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/reusify": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -32566,15 +29044,13 @@ }, "node_modules/rfdc": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rimraf": { "version": "5.0.10", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", - "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", "dev": true, + "license": "ISC", "dependencies": { "glob": "^10.3.7" }, @@ -32587,18 +29063,16 @@ }, "node_modules/rimraf/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, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/rimraf/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, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -32616,9 +29090,8 @@ }, "node_modules/rimraf/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, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -32629,20 +29102,10 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rimraf/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/rollup": { "version": "3.29.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", - "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -32656,23 +29119,19 @@ }, "node_modules/rrweb-cssom": { "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", - "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/run-async": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", - "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "funding": [ { "type": "github", @@ -32687,29 +29146,22 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "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", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/rxjs-report-usage": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/rxjs-report-usage/-/rxjs-report-usage-1.0.6.tgz", - "integrity": "sha512-omv1DIv5z1kV+zDAEjaDjWSkx8w5TbFp5NZoPwUipwzYVcor/4So9ZU3bUyQ1c8lxY5Q0Es/ztWW7PGjY7to0Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.10.3", "@babel/traverse": "^7.10.3", @@ -32725,9 +29177,8 @@ }, "node_modules/rxjs-report-usage/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -32740,9 +29191,8 @@ }, "node_modules/rxjs-report-usage/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -32754,53 +29204,18 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/rxjs-report-usage/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/rxjs-report-usage/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, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/rxjs-report-usage/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/rxjs-report-usage/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -32810,9 +29225,8 @@ }, "node_modules/safe-array-concat": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", - "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "get-intrinsic": "^1.2.4", @@ -32828,8 +29242,6 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -32843,13 +29255,13 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safe-regex-test": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", - "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -32864,19 +29276,16 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "license": "MIT" }, "node_modules/safevalues": { "version": "0.3.4", - "resolved": "https://registry.npmjs.org/safevalues/-/safevalues-0.3.4.tgz", - "integrity": "sha512-LRneZZRXNgjzwG4bDQdOTSbze3fHm1EAKN/8bePxnlEZiBmkYEDggaHbuvHI9/hoqHbGfsEA7tWS9GhYHZBBsw==" + "license": "Apache-2.0" }, "node_modules/sass": { "version": "1.64.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.64.1.tgz", - "integrity": "sha512-16rRACSOFEE8VN7SCgBu1MpYCyN7urj9At898tyzdXFhC+a+yOX5dXwAR7L8/IdPJ1NB8OYoXmD55DM30B2kEQ==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -32891,9 +29300,8 @@ }, "node_modules/sass-loader": { "version": "13.3.2", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.3.2.tgz", - "integrity": "sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg==", "dev": true, + "license": "MIT", "dependencies": { "neo-async": "^2.6.2" }, @@ -32926,16 +29334,8 @@ } } }, - "node_modules/sass/node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", - "dev": true - }, "node_modules/saucelabs": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz", - "integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==", "dev": true, "dependencies": { "https-proxy-agent": "^2.2.1" @@ -32946,9 +29346,8 @@ }, "node_modules/saucelabs/node_modules/agent-base": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", "dev": true, + "license": "MIT", "dependencies": { "es6-promisify": "^5.0.0" }, @@ -32958,18 +29357,16 @@ }, "node_modules/saucelabs/node_modules/debug": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/saucelabs/node_modules/https-proxy-agent": { "version": "2.2.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^4.3.0", "debug": "^3.1.0" @@ -32980,15 +29377,13 @@ }, "node_modules/sax": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/saxes": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", - "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", "dev": true, + "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" }, @@ -32998,18 +29393,16 @@ }, "node_modules/scheduler": { "version": "0.23.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", - "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "devOptional": true, + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" } }, "node_modules/schema-utils": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -33024,41 +29417,51 @@ "url": "https://opencollective.com/webpack" } }, - "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==", + "node_modules/select-hose": { + "version": "2.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/selenium-webdriver": { + "version": "3.6.0", "dev": true, + "license": "Apache-2.0", + "dependencies": { + "jszip": "^3.1.3", + "rimraf": "^2.5.4", + "tmp": "0.0.30", + "xml2js": "^0.4.17" + }, "engines": { - "node": ">=6" + "node": ">= 6.9.0" } }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", - "dev": true + "node_modules/selenium-webdriver/node_modules/rimraf": { + "version": "2.7.1", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } }, - "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==", + "node_modules/selenium-webdriver/node_modules/tmp": { + "version": "0.0.30", "dev": true, + "license": "MIT", "dependencies": { - "@bazel/runfiles": "^5.8.1", - "jszip": "^3.10.1", - "tmp": "^0.2.3", - "ws": "^8.17.1" + "os-tmpdir": "~1.0.1" }, "engines": { - "node": ">= 14.21.0" + "node": ">=0.4.0" } }, "node_modules/selfsigned": { "version": "2.4.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", - "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/node-forge": "^1.3.0", "node-forge": "^1" @@ -33068,9 +29471,9 @@ } }, "node_modules/semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", + "version": "7.5.4", + "devOptional": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -33083,8 +29486,8 @@ }, "node_modules/semver/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==", + "devOptional": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -33094,13 +29497,12 @@ }, "node_modules/semver/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "devOptional": true, + "license": "ISC" }, "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "version": "0.19.0", + "license": "MIT", "dependencies": { "debug": "2.6.9", "depd": "2.0.0", @@ -33122,36 +29524,44 @@ }, "node_modules/send/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + "license": "MIT" }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } }, "node_modules/serialize-javascript": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/serve-index": { "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", @@ -33167,27 +29577,24 @@ }, "node_modules/serve-index/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, + "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/serve-index/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, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/serve-index/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, + "license": "MIT", "dependencies": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -33200,61 +29607,48 @@ }, "node_modules/serve-index/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 + "dev": true, + "license": "ISC" }, "node_modules/serve-index/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/serve-index/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 + "dev": true, + "license": "ISC" }, "node_modules/serve-index/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, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "version": "1.16.2", + "license": "MIT", "dependencies": { - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.18.0" + "send": "0.19.0" }, "engines": { "node": ">= 0.8.0" } }, - "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", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "devOptional": true + "devOptional": true, + "license": "ISC" }, "node_modules/set-function-length": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -33269,8 +29663,7 @@ }, "node_modules/set-function-name": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -33283,19 +29676,17 @@ }, "node_modules/setimmediate": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/setprototypeof": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + "license": "ISC" }, "node_modules/shallow-clone": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -33305,8 +29696,8 @@ }, "node_modules/shebang-command": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -33316,26 +29707,24 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", "engines": { "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, + "license": "MIT", "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", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", @@ -33348,43 +29737,9 @@ "node": ">=4" } }, - "node_modules/shelljs/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/shelljs/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/side-channel": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -33400,8 +29755,8 @@ }, "node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, @@ -33411,9 +29766,8 @@ }, "node_modules/sigstore": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.9.0.tgz", - "integrity": "sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@sigstore/bundle": "^1.1.0", "@sigstore/protobuf-specs": "^0.2.0", @@ -33428,11 +29782,59 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/sigstore/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/sigstore/node_modules/cacache": { + "version": "17.1.4", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^7.7.1", + "minipass": "^7.0.3", + "minipass-collect": "^1.0.2", + "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": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/sigstore/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "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/sigstore/node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -33444,18 +29846,16 @@ }, "node_modules/sigstore/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/sigstore/node_modules/make-fetch-happen": { "version": "11.1.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", - "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^17.0.0", @@ -33477,11 +29877,54 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/sigstore/node_modules/make-fetch-happen/node_modules/minipass": { + "version": "5.0.0", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/sigstore/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sigstore/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/sigstore/node_modules/minipass-collect/node_modules/minipass": { + "version": "3.3.6", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "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", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^7.0.3", "minipass-sized": "^1.0.3", @@ -33494,19 +29937,13 @@ "encoding": "^0.1.13" } }, - "node_modules/sigstore/node_modules/minipass-fetch/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "node_modules/sigstore/node_modules/yallist": { + "version": "4.0.0", "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } + "license": "ISC" }, "node_modules/simple-concat": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", "funding": [ { "type": "github", @@ -33521,12 +29958,12 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "optional": true }, "node_modules/simple-get": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz", - "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==", + "license": "MIT", "optional": true, "dependencies": { "decompress-response": "^4.2.0", @@ -33536,23 +29973,21 @@ }, "node_modules/sisteransi": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + "dev": true, + "license": "MIT" }, "node_modules/slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "devOptional": true, + "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/slice-ansi": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", - "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.0.0", "is-fullwidth-code-point": "^4.0.0" @@ -33566,9 +30001,8 @@ }, "node_modules/slice-ansi/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -33578,18 +30012,16 @@ }, "node_modules/slide": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", - "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", "dev": true, + "license": "ISC", "engines": { "node": "*" } }, "node_modules/smart-buffer": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" @@ -33597,9 +30029,8 @@ }, "node_modules/socket.io": { "version": "4.7.5", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.5.tgz", - "integrity": "sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.4", "base64id": "~2.0.0", @@ -33615,9 +30046,8 @@ }, "node_modules/socket.io-adapter": { "version": "2.5.5", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", - "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", "dev": true, + "license": "MIT", "dependencies": { "debug": "~4.3.4", "ws": "~8.17.1" @@ -33625,9 +30055,8 @@ }, "node_modules/socket.io-adapter/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, + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -33636,34 +30065,18 @@ "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "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" + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, "node_modules/socket.io-parser": { "version": "4.2.4", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", - "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", "dev": true, + "license": "MIT", "dependencies": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.3.1" @@ -33674,9 +30087,8 @@ }, "node_modules/sockjs": { "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", "dev": true, + "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", @@ -33685,18 +30097,16 @@ }, "node_modules/sockjs/node_modules/uuid": { "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } }, "node_modules/socks": { "version": "2.8.3", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", - "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", "dev": true, + "license": "MIT", "dependencies": { "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" @@ -33708,9 +30118,8 @@ }, "node_modules/socks-proxy-agent": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", - "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -33722,27 +30131,24 @@ }, "node_modules/source-map": { "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">= 8" } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-loader": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.1.tgz", - "integrity": "sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==", "dev": true, + "license": "MIT", "dependencies": { "abab": "^2.0.6", "iconv-lite": "^0.6.3", @@ -33761,9 +30167,8 @@ }, "node_modules/source-map-loader/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, + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, @@ -33773,8 +30178,8 @@ }, "node_modules/source-map-support": { "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -33782,17 +30187,16 @@ }, "node_modules/source-map-support/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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/space-separated-tokens": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", - "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -33800,9 +30204,8 @@ }, "node_modules/spdx-compare": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", - "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", "dev": true, + "license": "MIT", "dependencies": { "array-find-index": "^1.0.2", "spdx-expression-parse": "^3.0.0", @@ -33811,9 +30214,8 @@ }, "node_modules/spdx-correct": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -33821,31 +30223,27 @@ }, "node_modules/spdx-exceptions": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true + "dev": true, + "license": "CC-BY-3.0" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, + "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, "node_modules/spdx-license-ids": { - "version": "3.0.18", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", - "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", - "dev": true + "version": "3.0.20", + "dev": true, + "license": "CC0-1.0" }, "node_modules/spdx-license-list": { "version": "6.9.0", - "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.9.0.tgz", - "integrity": "sha512-L2jl5vc2j6jxWcNCvcVj/BW9A8yGIG02Dw+IUw0ZxDM70f7Ylf5Hq39appV1BI9yxyWQRpq2TQ1qaXvf+yjkqA==", "dev": true, + "license": "CC0-1.0", "engines": { "node": ">=8" }, @@ -33855,15 +30253,13 @@ }, "node_modules/spdx-ranges": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.1.1.tgz", - "integrity": "sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA==", - "dev": true + "dev": true, + "license": "(MIT AND CC-BY-3.0)" }, "node_modules/spdx-satisfies": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz", - "integrity": "sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA==", "dev": true, + "license": "MIT", "dependencies": { "spdx-compare": "^1.0.0", "spdx-expression-parse": "^3.0.0", @@ -33872,9 +30268,8 @@ }, "node_modules/spdy": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", @@ -33888,9 +30283,8 @@ }, "node_modules/spdy-transport": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", @@ -33902,15 +30296,13 @@ }, "node_modules/sprintf-js": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/sshpk": { "version": "1.18.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", - "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, + "license": "MIT", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -33933,15 +30325,13 @@ }, "node_modules/sshpk/node_modules/jsbn": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/ssri": { "version": "10.0.6", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", - "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", "dev": true, + "license": "ISC", "dependencies": { "minipass": "^7.0.3" }, @@ -33949,419 +30339,72 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/ssri/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/stack-utils": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "devOptional": true, - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "devOptional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", "dev": true, - "peer": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/stop-iteration-iterator": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", - "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", - "dependencies": { - "internal-slot": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/storybook": { - "version": "8.2.9", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-8.2.9.tgz", - "integrity": "sha512-S7Q/Yt4A+nu1O23rg39lQvBqL2Vg+PKXbserDWUR4LFJtfmoZ2xGO8oFIhJmvvhjUBvolw1q7QDeswPq2i0sGw==", - "dependencies": { - "@babel/core": "^7.24.4", - "@babel/types": "^7.24.0", - "@storybook/codemod": "8.2.9", - "@storybook/core": "8.2.9", - "@types/semver": "^7.3.4", - "@yarnpkg/fslib": "2.10.3", - "@yarnpkg/libzip": "2.3.0", - "chalk": "^4.1.0", - "commander": "^6.2.1", - "cross-spawn": "^7.0.3", - "detect-indent": "^6.1.0", - "envinfo": "^7.7.3", - "execa": "^5.0.0", - "fd-package-json": "^1.2.0", - "find-up": "^5.0.0", - "fs-extra": "^11.1.0", - "giget": "^1.0.0", - "globby": "^14.0.1", - "jscodeshift": "^0.15.1", - "leven": "^3.1.0", - "ora": "^5.4.1", - "prettier": "^3.1.1", - "prompts": "^2.4.0", - "semver": "^7.3.7", - "strip-json-comments": "^3.0.1", - "tempy": "^3.1.0", - "tiny-invariant": "^1.3.1", - "ts-dedent": "^2.0.0" - }, - "bin": { - "getstorybook": "bin/index.cjs", - "sb": "bin/index.cjs", - "storybook": "bin/index.cjs" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/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==", - "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/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==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/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==", - "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/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==", - "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" - }, - "engines": { - "node": ">=6.9.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==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/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==", - "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/storybook/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", - "engines": { - "node": ">= 6" - } - }, - "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==" - }, - "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==", - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/storybook/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/storybook/node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/storybook/node_modules/globby": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", - "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", - "dependencies": { - "@sindresorhus/merge-streams": "^2.1.0", - "fast-glob": "^3.3.2", - "ignore": "^5.2.4", - "path-type": "^5.0.0", - "slash": "^5.1.0", - "unicorn-magic": "^0.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/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==", - "engines": { - "node": ">=8" - } - }, - "node_modules/storybook/node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/storybook/node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/storybook/node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/storybook/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "license": "MIT", "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/storybook/node_modules/path-type": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", - "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", - "engines": { - "node": ">=12" + "escape-string-regexp": "^2.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=10" } }, - "node_modules/storybook/node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "bin": { - "prettier": "bin/prettier.cjs" - }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "dev": true, + "license": "MIT", "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" + "node": ">=8" } }, - "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==" - }, - "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==", - "engines": { - "node": ">=14.16" - }, + "node_modules/state-toggle": { + "version": "1.0.3", + "dev": true, + "license": "MIT", + "peer": true, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/storybook/node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "node_modules/statuses": { + "version": "2.0.1", + "license": "MIT", "engines": { - "node": ">=6" + "node": ">= 0.8" } }, - "node_modules/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==", + "node_modules/stop-iteration-iterator": { + "version": "1.0.0", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "internal-slot": "^1.0.4" }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "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, + "node_modules/storybook": { + "version": "8.3.0", + "license": "MIT", "dependencies": { - "commander": "^2.2.0", - "limiter": "^1.0.5" + "@storybook/core": "8.3.0" }, "bin": { - "throttleproxy": "bin/throttleproxy.js" + "getstorybook": "bin/index.cjs", + "sb": "bin/index.cjs", + "storybook": "bin/index.cjs" }, - "engines": { - "node": ">= 0.10.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" } }, - "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", - "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", "dev": true, + "license": "MIT", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -34373,9 +30416,8 @@ }, "node_modules/streamroller/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, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -34387,44 +30429,40 @@ }, "node_modules/streamroller/node_modules/jsonfile": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, + "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/streamroller/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, + "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/string_decoder": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "devOptional": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } }, "node_modules/string-argv": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", - "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.6.19" } }, "node_modules/string-length": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "dev": true, + "license": "MIT", "dependencies": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0" @@ -34433,11 +30471,21 @@ "node": ">=10" } }, + "node_modules/string-length/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/string-width": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "devOptional": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -34450,9 +30498,8 @@ "node_modules/string-width-cjs": { "name": "string-width", "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -34464,27 +30511,46 @@ }, "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, "engines": { "node": ">=8" } }, "node_modules/string-width/node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "6.0.1", + "devOptional": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, "engines": { "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, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -34500,9 +30566,8 @@ }, "node_modules/string.prototype.trim": { "version": "1.2.9", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", - "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -34518,9 +30583,8 @@ }, "node_modules/string.prototype.trimend": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", - "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -34532,9 +30596,8 @@ }, "node_modules/string.prototype.trimstart": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -34548,22 +30611,24 @@ } }, "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "version": "7.1.0", + "dev": true, + "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -34571,19 +30636,29 @@ "node": ">=8" } }, + "node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "6.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, "node_modules/strip-bom": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/strip-final-newline": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -34593,8 +30668,7 @@ }, "node_modules/strip-indent": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "license": "MIT", "dependencies": { "min-indent": "^1.0.0" }, @@ -34604,8 +30678,8 @@ }, "node_modules/strip-json-comments": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -34613,23 +30687,10 @@ "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", - "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "duplexer": "^0.1.1", "minimist": "^1.2.0", @@ -34644,9 +30705,8 @@ }, "node_modules/style-loader": { "version": "3.3.4", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", - "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 12.13.0" }, @@ -34660,9 +30720,8 @@ }, "node_modules/stylehacks": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz", - "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0", "postcss-selector-parser": "^6.0.16" @@ -34676,8 +30735,6 @@ }, "node_modules/stylelint": { "version": "16.8.2", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.2.tgz", - "integrity": "sha512-fInKATippQhcSm7AB+T32GpI+626yohrg33GkFT/5jzliUw5qhlwZq2UQQwgl3HsHrf09oeARi0ZwgY/UWEv9A==", "dev": true, "funding": [ { @@ -34689,6 +30746,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.0", "@csstools/css-tokenizer": "^3.0.0", @@ -34739,8 +30797,6 @@ }, "node_modules/stylelint-config-recommended": { "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", - "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", "dev": true, "funding": [ { @@ -34752,6 +30808,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "engines": { "node": ">=18.12.0" }, @@ -34761,9 +30818,8 @@ }, "node_modules/stylelint-config-recommended-scss": { "version": "14.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-14.1.0.tgz", - "integrity": "sha512-bhaMhh1u5dQqSsf6ri2GVWWQW5iUjBYgcHkh7SgDDn92ijoItC/cfO/W+fpXshgTQWhwFkP1rVcewcv4jaftRg==", "dev": true, + "license": "MIT", "dependencies": { "postcss-scss": "^4.0.9", "stylelint-config-recommended": "^14.0.1", @@ -34784,8 +30840,6 @@ }, "node_modules/stylelint-config-standard": { "version": "36.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz", - "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==", "dev": true, "funding": [ { @@ -34797,6 +30851,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "stylelint-config-recommended": "^14.0.1" }, @@ -34809,9 +30864,8 @@ }, "node_modules/stylelint-config-standard-scss": { "version": "13.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.1.0.tgz", - "integrity": "sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==", "dev": true, + "license": "MIT", "dependencies": { "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-standard": "^36.0.0" @@ -34830,15 +30884,16 @@ } }, "node_modules/stylelint-scss": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.4.1.tgz", - "integrity": "sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==", + "version": "6.5.1", "dev": true, + "license": "MIT", "dependencies": { + "css-tree": "2.3.1", + "is-plain-object": "5.0.0", "known-css-properties": "^0.34.0", "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-selector-parser": "^6.1.0", + "postcss-resolve-nested-selector": "^0.1.4", + "postcss-selector-parser": "^6.1.1", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -34848,29 +30903,15 @@ "stylelint": "^16.0.2" } }, - "node_modules/stylelint/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/stylelint/node_modules/balanced-match": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", - "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/stylelint/node_modules/cosmiconfig": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", - "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, + "license": "MIT", "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -34894,9 +30935,8 @@ }, "node_modules/stylelint/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, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -34909,10 +30949,9 @@ } }, "node_modules/stylelint/node_modules/file-entry-cache": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-9.0.0.tgz", - "integrity": "sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw==", + "version": "9.1.0", "dev": true, + "license": "MIT", "dependencies": { "flat-cache": "^5.0.0" }, @@ -34922,9 +30961,8 @@ }, "node_modules/stylelint/node_modules/flat-cache": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-5.0.0.tgz", - "integrity": "sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==", "dev": true, + "license": "MIT", "dependencies": { "flatted": "^3.3.1", "keyv": "^4.5.4" @@ -34933,35 +30971,10 @@ "node": ">=18" } }, - "node_modules/stylelint/node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/stylelint/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/stylelint/node_modules/write-file-atomic": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^4.0.1" @@ -34972,9 +30985,8 @@ }, "node_modules/stylus": { "version": "0.59.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz", - "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", "dev": true, + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.0.1", "debug": "^4.3.2", @@ -34994,9 +31006,8 @@ }, "node_modules/stylus-loader": { "version": "7.1.3", - "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-7.1.3.tgz", - "integrity": "sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==", "dev": true, + "license": "MIT", "dependencies": { "fast-glob": "^3.2.12", "normalize-path": "^3.0.0" @@ -35013,50 +31024,14 @@ "webpack": "^5.0.0" } }, - "node_modules/stylus/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/stylus/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "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 + "dev": true, + "license": "ISC" }, "node_modules/subscriptions-transport-ws": { "version": "0.11.0", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", - "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", - "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md", + "license": "MIT", "dependencies": { "backo2": "^1.0.2", "eventemitter3": "^3.1.0", @@ -35070,21 +31045,18 @@ }, "node_modules/subscriptions-transport-ws/node_modules/eventemitter3": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" + "license": "MIT" }, "node_modules/subscriptions-transport-ws/node_modules/symbol-observable": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/subscriptions-transport-ws/node_modules/ws": { "version": "7.5.10", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", - "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", "engines": { "node": ">=8.3.0" }, @@ -35103,8 +31075,7 @@ }, "node_modules/superagent": { "version": "9.0.2", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-9.0.2.tgz", - "integrity": "sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==", + "license": "MIT", "dependencies": { "component-emitter": "^1.3.0", "cookiejar": "^2.1.4", @@ -35120,21 +31091,9 @@ "node": ">=14.18.0" } }, - "node_modules/superagent/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -35143,32 +31102,32 @@ } }, "node_modules/supports-hyperlinks": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz", - "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==", + "version": "3.1.0", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" }, "engines": { "node": ">=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/supports-hyperlinks/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/supports-hyperlinks/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -35178,8 +31137,8 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -35189,15 +31148,12 @@ }, "node_modules/svg-tags": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", "dev": true }, "node_modules/svgo": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", - "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", "dev": true, + "license": "MIT", "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", @@ -35220,31 +31176,27 @@ }, "node_modules/svgo/node_modules/commander": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } }, "node_modules/symbol-observable": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", - "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", + "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/symbol-tree": { "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/synckit": { "version": "0.8.8", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", - "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", + "license": "MIT", "dependencies": { "@pkgr/core": "^0.1.0", "tslib": "^2.6.2" @@ -35258,9 +31210,8 @@ }, "node_modules/table": { "version": "6.8.2", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.2.tgz", - "integrity": "sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "ajv": "^8.0.1", "lodash.truncate": "^4.4.2", @@ -35274,9 +31225,8 @@ }, "node_modules/table/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -35289,18 +31239,16 @@ }, "node_modules/table/node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/table/node_modules/slice-ansi": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -35313,19 +31261,29 @@ "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, + "node_modules/table/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/tapable": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tar": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", - "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "devOptional": true, + "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -35340,140 +31298,66 @@ }, "node_modules/tar-stream": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "end-of-stream": "^1.4.1", "fs-constants": "^1.0.0", "inherits": "^2.0.3", "readable-stream": "^3.1.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tar/node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/tar/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/telejson": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz", - "integrity": "sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==", - "dev": true, - "dependencies": { - "memoizerific": "^1.11.3" - } - }, - "node_modules/temp": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", - "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", - "dependencies": { - "rimraf": "~2.6.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/temp-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz", - "integrity": "sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==", - "engines": { - "node": ">=14.16" - } - }, - "node_modules/temp/node_modules/glob": { - "version": "7.2.3", - "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", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + }, + "engines": { + "node": ">=6" } }, - "node_modules/temp/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/tar/node_modules/fs-minipass": { + "version": "2.1.0", + "devOptional": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "minipass": "^3.0.0" }, "engines": { - "node": "*" + "node": ">= 8" } }, - "node_modules/temp/node_modules/rimraf": { - "version": "2.6.3", - "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", + "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "devOptional": true, + "license": "ISC", "dependencies": { - "glob": "^7.1.3" + "yallist": "^4.0.0" }, - "bin": { - "rimraf": "bin.js" + "engines": { + "node": ">=8" } }, - "node_modules/tempy": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/tempy/-/tempy-3.1.0.tgz", - "integrity": "sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==", - "dependencies": { - "is-stream": "^3.0.0", - "temp-dir": "^3.0.0", - "type-fest": "^2.12.2", - "unique-string": "^3.0.0" - }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "devOptional": true, + "license": "ISC", "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" + } + }, + "node_modules/tar/node_modules/yallist": { + "version": "4.0.0", + "devOptional": true, + "license": "ISC" + }, + "node_modules/telejson": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "memoizerific": "^1.11.3" } }, "node_modules/terser": { "version": "5.19.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz", - "integrity": "sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -35489,9 +31373,8 @@ }, "node_modules/terser-webpack-plugin": { "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -35523,9 +31406,8 @@ }, "node_modules/terser-webpack-plugin/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -35539,33 +31421,29 @@ }, "node_modules/terser-webpack-plugin/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, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/terser-webpack-plugin/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 + "dev": true, + "license": "MIT" }, "node_modules/terser-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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/terser-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, + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -35577,15 +31455,13 @@ }, "node_modules/terser-webpack-plugin/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 + "dev": true, + "license": "MIT" }, "node_modules/terser-webpack-plugin/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, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -35601,9 +31477,8 @@ }, "node_modules/terser-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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -35615,10 +31490,9 @@ } }, "node_modules/terser-webpack-plugin/node_modules/terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "version": "5.32.0", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -35634,15 +31508,13 @@ }, "node_modules/terser/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 + "dev": true, + "license": "MIT" }, "node_modules/test-exclude": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "devOptional": true, + "dev": true, + "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", @@ -35652,97 +31524,63 @@ "node": ">=8" } }, - "node_modules/test-exclude/node_modules/glob": { - "version": "7.2.3", - "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", - "devOptional": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/test-exclude/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "devOptional": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/through": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/thunky": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/tiny-invariant": { "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", - "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" + "license": "MIT" + }, + "node_modules/tinyrainbow": { + "version": "1.2.0", + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } }, "node_modules/tinyspy": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", - "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", + "version": "3.0.2", + "license": "MIT", "engines": { "node": ">=14.0.0" } }, "node_modules/tmp": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.14" } }, "node_modules/tmpl": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "devOptional": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/to-fast-properties": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -35752,17 +31590,15 @@ }, "node_modules/toidentifier": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", "engines": { "node": ">=0.6" } }, "node_modules/tough-cookie": { "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -35775,27 +31611,24 @@ }, "node_modules/tough-cookie/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, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tough-cookie/node_modules/universalify": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/tr46": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", - "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", "dev": true, + "license": "MIT", "dependencies": { "punycode": "^2.3.1" }, @@ -35805,56 +31638,37 @@ }, "node_modules/tr46/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, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/tree-kill": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, + "license": "MIT", "bin": { "tree-kill": "cli.js" } }, "node_modules/treeify": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", - "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.6" } }, "node_modules/trim": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==", - "deprecated": "Use String.prototype.trim() instead", "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", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "github", @@ -35863,9 +31677,8 @@ }, "node_modules/ts-api-utils": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=16" }, @@ -35875,16 +31688,14 @@ }, "node_modules/ts-dedent": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", - "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", + "license": "MIT", "engines": { "node": ">=6.10" } }, "node_modules/ts-invariant": { "version": "0.10.3", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz", - "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" }, @@ -35894,9 +31705,8 @@ }, "node_modules/ts-loader": { "version": "9.5.1", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.1.tgz", - "integrity": "sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.0.0", @@ -35914,9 +31724,8 @@ }, "node_modules/ts-loader/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -35929,9 +31738,8 @@ }, "node_modules/ts-loader/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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -35945,18 +31753,16 @@ }, "node_modules/ts-loader/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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ts-loader/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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -35966,8 +31772,7 @@ }, "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==", + "license": "MIT", "dependencies": { "@ts-morph/common": "~0.21.0", "code-block-writer": "^12.0.0" @@ -35975,9 +31780,8 @@ }, "node_modules/ts-node": { "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -36018,18 +31822,16 @@ }, "node_modules/ts-node/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, + "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, "node_modules/tsconfig-paths": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", - "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", "dev": true, + "license": "MIT", "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", @@ -36041,9 +31843,8 @@ }, "node_modules/tsconfig-paths-webpack-plugin": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz", - "integrity": "sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.7.0", @@ -36055,9 +31856,8 @@ }, "node_modules/tsconfig-paths-webpack-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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -36070,9 +31870,8 @@ }, "node_modules/tsconfig-paths-webpack-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, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -36086,18 +31885,16 @@ }, "node_modules/tsconfig-paths-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, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/tsconfig-paths-webpack-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, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -36107,23 +31904,20 @@ }, "node_modules/tsconfig-paths/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, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + "version": "2.7.0", + "license": "0BSD" }, "node_modules/tsutils": { "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^1.8.1" }, @@ -36136,9 +31930,8 @@ }, "node_modules/tsutils-etc": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.4.2.tgz", - "integrity": "sha512-2Dn5SxTDOu6YWDNKcx1xu2YUy6PUeKrWZB/x2cQ8vY2+iz3JRembKn/iZ0JLT1ZudGNwQQvtFX9AwvRHbXuPUg==", "dev": true, + "license": "MIT", "dependencies": { "@types/yargs": "^17.0.0", "yargs": "^17.0.0" @@ -36154,15 +31947,13 @@ }, "node_modules/tsutils/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 + "dev": true, + "license": "0BSD" }, "node_modules/tuf-js": { "version": "1.1.7", - "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.7.tgz", - "integrity": "sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==", "dev": true, + "license": "MIT", "dependencies": { "@tufjs/models": "1.0.4", "debug": "^4.3.4", @@ -36172,11 +31963,59 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/tuf-js/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/tuf-js/node_modules/cacache": { + "version": "17.1.4", + "dev": true, + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^7.7.1", + "minipass": "^7.0.3", + "minipass-collect": "^1.0.2", + "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": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/tuf-js/node_modules/glob": { + "version": "10.4.5", + "dev": true, + "license": "ISC", + "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/tuf-js/node_modules/http-proxy-agent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -36188,18 +32027,16 @@ }, "node_modules/tuf-js/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/tuf-js/node_modules/make-fetch-happen": { "version": "11.1.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", - "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, + "license": "ISC", "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^17.0.0", @@ -36221,11 +32058,54 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/tuf-js/node_modules/make-fetch-happen/node_modules/minipass": { + "version": "5.0.0", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/tuf-js/node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/tuf-js/node_modules/minipass-collect": { + "version": "1.0.2", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/tuf-js/node_modules/minipass-collect/node_modules/minipass": { + "version": "3.3.6", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "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", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, + "license": "MIT", "dependencies": { "minipass": "^7.0.3", "minipass-sized": "^1.0.3", @@ -36238,20 +32118,15 @@ "encoding": "^0.1.13" } }, - "node_modules/tuf-js/node_modules/minipass-fetch/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "node_modules/tuf-js/node_modules/yallist": { + "version": "4.0.0", "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } + "license": "ISC" }, "node_modules/tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -36261,26 +32136,22 @@ }, "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 + "dev": true, + "license": "BSD" }, "node_modules/tweetnacl": { "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", - "dev": true + "dev": true, + "license": "Unlicense" }, "node_modules/type": { "version": "2.7.3", - "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", - "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" + "license": "ISC" }, "node_modules/type-check": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1" }, @@ -36290,16 +32161,15 @@ }, "node_modules/type-detect": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/type-fest": { "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=12.20" }, @@ -36309,8 +32179,7 @@ }, "node_modules/type-is": { "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" @@ -36321,9 +32190,8 @@ }, "node_modules/typed-array-buffer": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -36335,9 +32203,8 @@ }, "node_modules/typed-array-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -36354,9 +32221,8 @@ }, "node_modules/typed-array-byte-offset": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", - "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "dev": true, + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.7", @@ -36374,9 +32240,8 @@ }, "node_modules/typed-array-length": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", - "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -36394,23 +32259,20 @@ }, "node_modules/typed-assert": { "version": "1.0.9", - "resolved": "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz", - "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "license": "MIT", "dependencies": { "is-typedarray": "^1.0.0" } }, "node_modules/typescript": { "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -36420,9 +32282,7 @@ } }, "node_modules/ua-parser-js": { - "version": "0.7.38", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.38.tgz", - "integrity": "sha512-fYmIy7fKTSFAhG3fuPlubeGaMoAd6r0rSnfEsO5nEY55i26KSLt9EH7PLQiiqPUhNqYIJvSkTy1oArIcXAbPbA==", + "version": "0.7.39", "dev": true, "funding": [ { @@ -36438,20 +32298,18 @@ "url": "https://github.com/sponsors/faisalman" } ], + "license": "MIT", + "bin": { + "ua-parser-js": "script/cli.js" + }, "engines": { "node": "*" } }, - "node_modules/ufo": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", - "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" - }, "node_modules/unbox-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", @@ -36463,15 +32321,13 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.19.8", + "license": "MIT" }, "node_modules/unherit": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "inherits": "^2.0.0", @@ -36484,16 +32340,16 @@ }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -36504,36 +32360,24 @@ }, "node_modules/unicode-match-property-value-ecmascript": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, - "node_modules/unicorn-magic": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", - "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/unique-filename": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", - "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", "dev": true, + "license": "ISC", "dependencies": { "unique-slug": "^4.0.0" }, @@ -36543,9 +32387,8 @@ }, "node_modules/unique-slug": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", - "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4" }, @@ -36555,8 +32398,7 @@ }, "node_modules/unique-string": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", - "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", + "license": "MIT", "dependencies": { "crypto-random-string": "^4.0.0" }, @@ -36569,16 +32411,14 @@ }, "node_modules/unist-util-is": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", - "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==", "dev": true, + "license": "MIT", "peer": true }, "node_modules/unist-util-remove-position": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz", - "integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "unist-util-visit": "^1.1.0" @@ -36590,9 +32430,8 @@ }, "node_modules/unist-util-visit": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", - "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "unist-util-visit-parents": "^2.0.0" @@ -36600,9 +32439,8 @@ }, "node_modules/unist-util-visit-parents": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", - "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "unist-util-is": "^3.0.0" @@ -36610,63 +32448,42 @@ }, "node_modules/universalify": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/unpipe": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/unplugin": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.12.2.tgz", - "integrity": "sha512-bEqQxeC7rxtxPZ3M5V4Djcc4lQqKPgGe3mAWZvxcSmX5jhGxll19NliaRzQSQPrk4xJZSGniK3puLWpRuZN7VQ==", + "version": "1.14.1", "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.12.1", - "chokidar": "^3.6.0", - "webpack-sources": "^3.2.3", "webpack-virtual-modules": "^0.6.2" }, "engines": { "node": ">=14.0.0" - } - }, - "node_modules/unplugin/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" }, - "funding": { - "url": "https://paulmillr.com/funding/" + "peerDependencies": { + "webpack-sources": "^3" }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "peerDependenciesMeta": { + "webpack-sources": { + "optional": true + } } }, "node_modules/update-browserslist-db": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -36681,6 +32498,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "escalade": "^3.1.2", "picocolors": "^1.0.1" @@ -36694,27 +32512,24 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } }, "node_modules/uri-js/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, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/url": { "version": "0.11.4", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", - "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", "dev": true, + "license": "MIT", "dependencies": { "punycode": "^1.4.1", "qs": "^6.12.3" @@ -36723,35 +32538,18 @@ "node": ">= 0.4" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dev": true, - "dependencies": { - "querystringify": "^2.1.1", - "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/url-parse": { + "version": "1.5.10", + "dev": true, + "license": "MIT", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" } }, "node_modules/util": { "version": "0.12.5", - "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", - "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", @@ -36762,59 +32560,52 @@ }, "node_modules/util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "devOptional": true, + "license": "MIT" }, "node_modules/util-extend": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz", - "integrity": "sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/utila": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/utils-merge": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", "engines": { "node": ">= 0.4.0" } }, "node_modules/uuid": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/v8-to-istanbul": { "version": "9.3.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", - "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", "dev": true, + "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", @@ -36826,15 +32617,13 @@ }, "node_modules/v8-to-istanbul/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 + "dev": true, + "license": "MIT" }, "node_modules/validate-npm-package-license": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -36842,29 +32631,26 @@ }, "node_modules/validate-npm-package-name": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", - "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/vary": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", "engines": { "node": ">= 0.8" } }, "node_modules/verror": { "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, "engines": [ "node >=0.6.0" ], + "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -36873,15 +32659,13 @@ }, "node_modules/verror/node_modules/core-util-is": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/vfile-location": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz", - "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==", "dev": true, + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -36890,9 +32674,8 @@ }, "node_modules/vite": { "version": "4.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.7.tgz", - "integrity": "sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.26", @@ -36975,30 +32758,13 @@ "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, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -37297,10 +33063,9 @@ }, "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, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -37332,40 +33097,50 @@ "@esbuild/win32-x64": "0.18.20" } }, + "node_modules/vite/node_modules/esbuild/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/void-elements": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/vscode-languageserver-textdocument": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", - "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==" + "version": "1.0.12", + "license": "MIT" }, "node_modules/vscode-uri": { "version": "3.0.8", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", - "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" + "license": "MIT" }, "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, + "license": "MIT", "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", - "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", "dev": true, + "license": "MIT", "dependencies": { "xml-name-validator": "^5.0.0" }, @@ -37375,23 +33150,21 @@ }, "node_modules/walk-up-path": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz", - "integrity": "sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==" + "dev": true, + "license": "ISC" }, "node_modules/walker": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "devOptional": true, + "dev": true, + "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" } }, "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "version": "2.4.2", "dev": true, + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -37402,34 +33175,31 @@ }, "node_modules/wbuf": { "version": "1.7.3", - "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, + "license": "MIT", "dependencies": { "minimalistic-assert": "^1.0.0" } }, "node_modules/wcwidth": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", "dependencies": { "defaults": "^1.0.3" } }, "node_modules/web-streams-polyfill": { "version": "3.3.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", - "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/webdriver-js-extender": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", - "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/selenium-webdriver": "^3.0.0", "selenium-webdriver": "^3.0.1" @@ -37438,90 +33208,10 @@ "node": ">=6.9.x" } }, - "node_modules/webdriver-js-extender/node_modules/@types/selenium-webdriver": { - "version": "3.0.26", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", - "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", - "dev": true - }, - "node_modules/webdriver-js-extender/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/webdriver-js-extender/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/webdriver-js-extender/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/webdriver-js-extender/node_modules/selenium-webdriver": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", - "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", - "dev": true, - "dependencies": { - "jszip": "^3.1.3", - "rimraf": "^2.5.4", - "tmp": "0.0.30", - "xml2js": "^0.4.17" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/webdriver-js-extender/node_modules/tmp": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", - "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", - "dev": true, - "dependencies": { - "os-tmpdir": "~1.0.1" - }, - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/webdriver-manager": { "version": "12.1.9", - "resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.9.tgz", - "integrity": "sha512-Yl113uKm8z4m/KMUVWHq1Sjtla2uxEBtx2Ue3AmIlnlPAKloDn/Lvmy6pqWCUersVISpdMeVpAaGbNnvMuT2LQ==", "dev": true, + "license": "MIT", "dependencies": { "adm-zip": "^0.5.2", "chalk": "^1.1.1", @@ -37544,27 +33234,24 @@ }, "node_modules/webdriver-manager/node_modules/ansi-regex": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/webdriver-manager/node_modules/ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/webdriver-manager/node_modules/chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", @@ -37576,51 +33263,15 @@ "node": ">=0.10.0" } }, - "node_modules/webdriver-manager/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/webdriver-manager/node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "node_modules/webdriver-manager/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } + "license": "ISC" }, "node_modules/webdriver-manager/node_modules/rimraf": { "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -37630,18 +33281,16 @@ }, "node_modules/webdriver-manager/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, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/webdriver-manager/node_modules/strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, @@ -37651,27 +33300,24 @@ }, "node_modules/webdriver-manager/node_modules/supports-color": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/webidl-conversions": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=12" } }, "node_modules/webpack": { "version": "5.94.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", - "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "dev": true, + "license": "MIT", "dependencies": { "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", @@ -37715,9 +33361,8 @@ }, "node_modules/webpack-cli": { "version": "5.1.4", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz", - "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^2.1.1", @@ -37760,27 +33405,24 @@ }, "node_modules/webpack-cli/node_modules/commander": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, + "license": "MIT", "engines": { "node": ">=14" } }, "node_modules/webpack-cli/node_modules/interpret": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", - "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } }, "node_modules/webpack-cli/node_modules/rechoir": { "version": "0.8.0", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", - "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.20.0" }, @@ -37790,9 +33432,8 @@ }, "node_modules/webpack-dev-middleware": { "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, + "license": "MIT", "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.12", @@ -37818,9 +33459,8 @@ }, "node_modules/webpack-dev-server": { "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, + "license": "MIT", "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -37875,63 +33515,18 @@ } } }, - "node_modules/webpack-dev-server/node_modules/connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/webpack-dev-server/node_modules/glob": { - "version": "7.2.3", - "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", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/webpack-dev-server/node_modules/ipaddr.js": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", - "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } }, - "node_modules/webpack-dev-server/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/webpack-dev-server/node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -37944,9 +33539,8 @@ }, "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { "version": "5.3.4", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", - "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dev": true, + "license": "MIT", "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.3", @@ -37967,20 +33561,29 @@ }, "node_modules/webpack-hot-middleware": { "version": "2.26.1", - "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz", - "integrity": "sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-html-community": "0.0.8", "html-entities": "^2.1.0", "strip-ansi": "^6.0.0" } }, + "node_modules/webpack-hot-middleware/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/webpack-merge": { "version": "5.9.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.9.0.tgz", - "integrity": "sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" @@ -37991,27 +33594,24 @@ }, "node_modules/webpack-node-externals": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz", - "integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/webpack-sources": { "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.13.0" } }, "node_modules/webpack-subresource-integrity": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", - "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", "dev": true, + "license": "MIT", "dependencies": { "typed-assert": "^1.0.8" }, @@ -38030,15 +33630,13 @@ }, "node_modules/webpack-virtual-modules": { "version": "0.6.2", - "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", - "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/webpack/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, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -38052,18 +33650,16 @@ }, "node_modules/webpack/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, + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/webpack/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, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -38074,24 +33670,21 @@ }, "node_modules/webpack/node_modules/estraverse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/webpack/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 + "dev": true, + "license": "MIT" }, "node_modules/webpack/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, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -38107,9 +33700,8 @@ }, "node_modules/websocket-driver": { "version": "0.7.4", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", @@ -38121,36 +33713,46 @@ }, "node_modules/websocket-extensions": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=0.8.0" } }, "node_modules/whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "version": "3.1.1", "dev": true, + "license": "MIT", "dependencies": { - "iconv-lite": "0.4.24" + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/whatwg-encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, "node_modules/whatwg-mimetype": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", - "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/whatwg-url": { "version": "14.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", - "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", "dev": true, + "license": "MIT", "dependencies": { "tr46": "^5.0.0", "webidl-conversions": "^7.0.0" @@ -38161,8 +33763,8 @@ }, "node_modules/which": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -38175,8 +33777,7 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "license": "MIT", "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -38190,8 +33791,7 @@ }, "node_modules/which-collection": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "license": "MIT", "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", @@ -38207,14 +33807,12 @@ }, "node_modules/which-module": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", - "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/which-typed-array": { "version": "1.1.15", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", - "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.7", @@ -38231,39 +33829,34 @@ }, "node_modules/wide-align": { "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", "devOptional": true, + "license": "ISC", "dependencies": { "string-width": "^1.0.2 || 2 || 3 || 4" } }, "node_modules/wildcard": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/word-wrap": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/workerpool": { "version": "6.5.1", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz", - "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/wrap-ansi": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -38279,9 +33872,8 @@ "node_modules/wrap-ansi-cjs": { "name": "wrap-ansi", "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -38296,9 +33888,8 @@ }, "node_modules/wrap-ansi-cjs/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -38309,11 +33900,21 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/wrap-ansi/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, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -38324,16 +33925,25 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "license": "ISC" }, "node_modules/write-file-atomic": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "devOptional": true, + "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" @@ -38344,14 +33954,12 @@ }, "node_modules/write-file-atomic/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==", - "devOptional": true + "dev": true, + "license": "ISC" }, "node_modules/ws": { "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -38370,8 +33978,7 @@ }, "node_modules/xdg-basedir": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", - "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", + "license": "MIT", "engines": { "node": ">=12" }, @@ -38381,18 +33988,16 @@ }, "node_modules/xml-name-validator": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", - "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=18" } }, "node_modules/xml2js": { "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "dev": true, + "license": "MIT", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" @@ -38403,33 +34008,21 @@ }, "node_modules/xmlbuilder": { "version": "11.0.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", - "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0" } }, "node_modules/xmlchars": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "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" - } + "license": "MIT" }, "node_modules/xtend": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "dev": true, + "license": "MIT", "peer": true, "engines": { "node": ">=0.4" @@ -38437,41 +34030,37 @@ }, "node_modules/xxhashjs": { "version": "0.2.2", - "resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz", - "integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==", "dev": true, + "license": "MIT", "dependencies": { "cuint": "^0.2.2" } }, "node_modules/y18n": { "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yallist": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "dev": true, + "license": "ISC" }, "node_modules/yaml": { "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 6" } }, "node_modules/yargs": { "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -38487,18 +34076,16 @@ }, "node_modules/yargs-parser": { "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/yargs-unparser": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", - "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", "dev": true, + "license": "MIT", "dependencies": { "camelcase": "^6.0.0", "decamelize": "^4.0.0", @@ -38511,9 +34098,8 @@ }, "node_modules/yargs-unparser/node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -38523,9 +34109,8 @@ }, "node_modules/yargs-unparser/node_modules/decamelize": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", - "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -38535,40 +34120,24 @@ }, "node_modules/yargs-unparser/node_modules/is-plain-obj": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/yargs/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/yn": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yocto-queue": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -38578,21 +34147,18 @@ }, "node_modules/zen-observable": { "version": "0.8.15", - "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", - "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" + "license": "MIT" }, "node_modules/zen-observable-ts": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz", - "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==", + "license": "MIT", "dependencies": { "zen-observable": "0.8.15" } }, "node_modules/zone.js": { "version": "0.13.3", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.13.3.tgz", - "integrity": "sha512-MKPbmZie6fASC/ps4dkmIhaT5eonHkEt6eAy80K42tAm0G2W+AahLJjbfi6X9NPdciOE9GRFTTM8u2IiF6O3ww==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index c68a7b47a1c..997eb85fcbc 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,15 @@ { "name": "alfresco-ng2-components", - "commit": "b644b39d17396330d2a67509f58c5b9e890b9b13", "description": "Alfresco Angular components", "version": "7.0.0-alpha.2", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install", - "ng": "nx", - "00": "echo -------------------------------------------- DOC -----------------------------------------------", "build-doc-tools": "tsc -p ./tools/doc/tsconfig.json", "docbuild": "(cd ./tools/doc; npm i) && node tools/doc/node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js", - "01": "echo -------------------------------------------- Build Lib -----------------------------------------------", "affected:libs": "nx affected:libs", - "coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json", - "03": "echo -------------------------------------------- Lint -----------------------------------------------", "affected:lint": "nx affected:lint", - "04": "echo -------------------------------------------- Demo Shell -----------------------------------------------", - "start": "nx serve demoshell --open", - "start:prod": "nx serve demoshell --configuration production --open", - "build": "nx build demoshell", - "build:prod": "node --max-old-space-size=12000 node_modules/@angular/cli/bin/nx build demoshell --configuration production", - "test": "nx test demoshell --watch=false", - "05": "echo -------------------------------------------- E2e -----------------------------------------------", - "e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell", - "e2e-lib": "nx e2e lib-e2e-test --port=4200", - "lite-server-e2e": "lite-server --baseDir='dist/demo-shell/' -c ./e2e/lite-server-proxy.js", - "postbuild:ci": "node ./scripts/app-config-replace.js", - "06": "echo -------------------------------------------- Clean ----------------------------------------------", - "clean": "rimraf dist node_modules dist/libs", - "playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'", - "update-webdriver": "./scripts/webdriver-update-newest/update-to-newest-webdriver.sh", - "update-webdriver:windows": "powershell -executionPolicy bypass ./scripts/update-webdriver.ps1" + "clean": "rimraf dist node_modules dist/libs" }, "repository": { "type": "git", @@ -77,9 +56,7 @@ "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", @@ -129,7 +106,6 @@ "@types/mocha": "^10.0.6", "@types/node": "20.16.1", "@types/pdfjs-dist": "^2.10.378", - "@types/selenium-webdriver": "4.1.25", "@types/shelljs": "^0.8.15", "@types/superagent": "^4.1.22", "@typescript-eslint/eslint-plugin": "5.59.8", @@ -137,7 +113,7 @@ "@typescript-eslint/typescript-estree": "7.1.1", "ajv": "^8.12.0", "commander": "12.0.0", - "css-loader": "^6.10.0", + "css-loader": "^7.1.2", "dotenv": "16.4.5", "editorjs-html": "3.4.3", "editorjs-paragraph-with-alignment": "3.0.0", @@ -172,7 +148,6 @@ "karma-mocha-reporter": "2.2.5", "license-checker": "^25.0.1", "lint-staged": "15.2.9", - "lite-server": "^2.6.1", "mini-css-extract-plugin": "2.9.1", "mocha": "10.7.3", "moment": "^2.29.4", @@ -184,12 +159,8 @@ "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.10", "sass-loader": "13.3.2", - "selenium-webdriver": "^4.14.0", "shelljs": "^0.8.5", "spdx-license-list": "^6.9.0", "storybook": "^8.2.9", @@ -206,38 +177,8 @@ "@nx/angular": "16.10.0" }, "license": "Apache-2.0", - "bundlesize": [ - { - "path": "./dist/libs/content-services/bundles/adf-content-services.umd.min.js", - "maxSize": "85 kb" - }, - { - "path": "./dist/libs/process-services/bundles/adf-process-services.umd.min.js", - "maxSize": "62 kb" - }, - { - "path": "./dist/libs/insights/bundles/adf-insights.umd.min.js", - "maxSize": "50 kb" - }, - { - "path": "./dist/libs/core/bundles/adf-core.umd.min.js", - "maxSize": "165 kb" - }, - { - "path": "./dist/libs/process-services-cloud/bundles/adf-process-services-cloud.umd.min.js", - "maxSize": "60 kb" - }, - { - "path": "./dist/libs/extensions/bundles/adf-extensions.umd.min.js", - "maxSize": "10 kb" - }, - { - "path": "./dist/libs/testing/bundles/adf-testing.umd.min.js", - "maxSize": "50 kb" - } - ], "engines": { - "node": ">=6.0.0" + "node": ">=18.0.0" }, "module": "./index.js", "typings": "./index.d.ts" From ff554dafd03d8441e46ac8a24dfcfb98e9497929 Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:12:37 +0200 Subject: [PATCH 24/28] Fixed white background issue in sidenav after ng16 upgrade (#10207) --- .../layout-container/layout-container.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss b/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss index 0fbd5851465..b7f8201cc6e 100644 --- a/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/src/lib/layout/components/layout-container/layout-container.component.scss @@ -5,6 +5,12 @@ adf-layout-container { width: 100%; height: 100%; overflow: hidden; + + .adf-layout-container-sidenav { + overflow: hidden; + border-right: 1px solid var(--adf-theme-foreground-text-color-007); + background-color: var(--theme-background-color); + } } .adf-container-full-width { @@ -25,12 +31,6 @@ adf-layout-container { overflow: hidden; } -.adf-layout-container-sidenav { - overflow: hidden; - border-right: 1px solid var(--adf-theme-foreground-text-color-007); - background-color: var(--theme-background-color); -} - /* stylelint-disable selector-class-pattern */ #{$mat-sidenav-content}, #{$mat-drawer-transition} #{$mat-drawer-content} { From dace3aa618e24911d13c0299bd7a0364d9e12948 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:38:06 +0200 Subject: [PATCH 25/28] [MIGRATION] fix header background color not being read from input prop --- lib/core/src/lib/layout/components/header/header.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/src/lib/layout/components/header/header.component.scss b/lib/core/src/lib/layout/components/header/header.component.scss index 2113e269c64..19a4aecdb18 100644 --- a/lib/core/src/lib/layout/components/header/header.component.scss +++ b/lib/core/src/lib/layout/components/header/header.component.scss @@ -2,7 +2,6 @@ adf-layout-header .adf-toolbar-container-row { color: var(--theme-header-text-color); - background-color: var(--theme-primary-color); position: relative; padding: 0 24px; From 66e30eeefce6b3a1b3da74cf8d877aaf4aafffb6 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Tue, 17 Sep 2024 00:28:43 +0100 Subject: [PATCH 26/28] Fixed build --- lib/process-services-cloud/package-lock.json | 532 +++++++++++++++---- package-lock.json | 23 + package.json | 14 +- 3 files changed, 465 insertions(+), 104 deletions(-) diff --git a/lib/process-services-cloud/package-lock.json b/lib/process-services-cloud/package-lock.json index 23002ed3719..c6929fa8276 100644 --- a/lib/process-services-cloud/package-lock.json +++ b/lib/process-services-cloud/package-lock.json @@ -15,16 +15,18 @@ "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.9.0", "@editorjs/marker": "1.4.0", + "@editorjs/paragraph": "^2.11.6", "@editorjs/underline": "1.1.0", "@quanzo/change-font-size": "1.0.0", "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" }, "peerDependencies": { - "@alfresco/adf-content-services": ">=6.9.0", - "@alfresco/adf-core": ">=6.9.0", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/adf-content-services": ">=7.0.0-alpha.2-0", + "@alfresco/adf-core": ">=7.0.0-alpha.2-0", + "@alfresco/js-api": ">=8.0.0-alpha.2-0", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -36,23 +38,22 @@ "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", "@apollo/client": ">=3.7.2", - "@mat-datetimepicker/core": ">=10.1.1", "@ngx-translate/core": ">=14.0.0", "apollo-angular": ">=4.0.1", "subscriptions-transport-ws": ">=0.11.0" } }, "node_modules/@alfresco/adf-content-services": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-6.9.0.tgz", - "integrity": "sha512-fbs0cpwOac0ttBQP7jheA6594eL6sgZYcMtxZhuZ6prOV+NmsF/3S1csh4g+urtalZNytWs/bIVUrzs8vsQ1Eg==", + "version": "7.0.0-alpha.2-10888679539", + "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.2-10888679539.tgz", + "integrity": "sha512-rVUboNb6xFwJrFTd1gdWA8z8QX6KsbzDczzc4ANreK37GBS5MBHsGx6HBwqLQXWjEAo1e5uL+lob/rbn1/uSrw==", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-core": ">=6.9.0", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/adf-core": ">=7.0.0-alpha.2-10888679539", + "@alfresco/js-api": ">=8.0.0-alpha.2-10888679539", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -67,19 +68,19 @@ } }, "node_modules/@alfresco/adf-core": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-6.9.0.tgz", - "integrity": "sha512-3OrdDjEGdPqXLbm/vPB3dxeUkb5/ukd8kplVqsJI/V7icGOZlrrAgdArSzAaUO54QCibKJvcsbYHosAorWAZZQ==", + "version": "7.0.0-alpha.2-10888679539", + "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.2-10888679539.tgz", + "integrity": "sha512-7yuthe3FEHt5mSIYmmJLGhnIhaj1U1xXPLNtyaCuetu7cfKndTS0Atq81kLCXcBkOulBMnvzbk8IGhvjiF24VQ==", "peer": true, "dependencies": { - "angular-oauth2-oidc": "^13.0.1", + "angular-oauth2-oidc": "^15.0.1", "angular-oauth2-oidc-jwks": "^17.0.2", "cropperjs": "^1.5.13", "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-extensions": ">=6.9.0", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/adf-extensions": ">=7.0.0-alpha.2-10888679539", + "@alfresco/js-api": ">=8.0.0-alpha.2-10888679539", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -87,41 +88,48 @@ "@angular/forms": ">=14.1.3", "@angular/material": ">=14.1.2", "@angular/router": ">=14.1.3", - "@mat-datetimepicker/core": "^10.1.1", + "@mat-datetimepicker/core": ">=10.1.1", "@ngx-translate/core": ">=14.0.0", "minimatch-browser": ">=1.0.0", - "pdfjs-dist": ">=3.3.122" + "pdfjs-dist": ">=3.3.122", + "ts-morph": "^20.0.0" } }, "node_modules/@alfresco/adf-extensions": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-6.9.0.tgz", - "integrity": "sha512-Y/rfhnmMvoBLxb8wawgL4p0Fw6T/KguUUtAk/zFkKYRbLzm2j8v49sqZ4lexoFA1ayavg1bB7tRJAIxSj9DmgQ==", + "version": "7.0.0-alpha.2-10888679539", + "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.2-10888679539.tgz", + "integrity": "sha512-1NHktvXMHPPlCU3GrY7noF4DzArJAXXpp69XsipHDYOS7HmHsvFqzFbtjRPh975NbgQ4HOMb9xIby3J0qyHysA==", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=8.0.0-alpha.2-10888679539", "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3" } }, "node_modules/@alfresco/js-api": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.8.0.tgz", - "integrity": "sha512-3y5WwtvsEkwAB3WaFC9Ec+QMzvPmZccJ7Em06lVBDwxtFgZ1F2CisVNepWgZLoCSkCH8Lgm6e4Tr0L93S3AmoQ==", + "version": "8.0.0-alpha.2-10888679539", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.2-10888679539.tgz", + "integrity": "sha512-hD7iAwsyIHtEZbHCb8rZp79JvtfFX+qD+Vh6A51N+Nkj4b4jdJ9FAPdLKJkF/si3jEscbfdmfvIr/ZZFcNWVmw==", "peer": true, "dependencies": { - "event-emitter": "^0.3.5", - "superagent": "^9.0.1", - "tslib": "^2.6.1" + "event-emitter": "0.3.5", + "superagent": "9.0.2", + "tslib": "2.6.3" } }, + "node_modules/@alfresco/js-api/node_modules/tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "peer": true + }, "node_modules/@angular/animations": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.1.tgz", - "integrity": "sha512-jit452yuE6DMVV09E6RAjgapgw64mMVH31ccpPvMDekzPsTuP3KNKtgRFU/k2DFhYJvyczM1AqqlgccE/JGaRw==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.4.tgz", + "integrity": "sha512-ajjXpLD+SyxbHnmhj2ZvYpXneviOjcBgU9L2UX4OVS0jVWxCNHLhJrcMqtqFHA6U5fPnhPNR9cmnt6tmqri0rA==", "peer": true, "dependencies": { "tslib": "^2.3.0" @@ -130,30 +138,30 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.1" + "@angular/core": "18.2.4" } }, "node_modules/@angular/cdk": { - "version": "14.2.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-14.2.7.tgz", - "integrity": "sha512-/tEsYaUbDSnfEmKVvAMramIptmhI67O+9STjOV0i+74XR2NospeK0fkbywIANu1n3w6AHGMotvRWJrjmbCElFg==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.4.tgz", + "integrity": "sha512-o+TuxZDqStfkviEkCR05pVyP6R2RIruEs/45Cms76hlsIheMoxRaxir/yrHdh4tZESJJhcO/EVE+aymNIRWAfg==", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "optionalDependencies": { - "parse5": "^5.0.0" + "parse5": "^7.1.2" }, "peerDependencies": { - "@angular/common": "^14.0.0 || ^15.0.0", - "@angular/core": "^14.0.0 || ^15.0.0", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/common": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.1.tgz", - "integrity": "sha512-N0ZJO1/iU9UhprplZRPvBcdRgA/i6l6Ng5gXs5ymHBJ0lxsB+mDVCmC4jISjR9gAWc426xXwLaOpuP5Gv3f/yg==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.4.tgz", + "integrity": "sha512-flUaKhdr8KvtjH0cLC6Rrjirt8GsiFlrmZLZplr784O3Gkei2VBBNFoopgmlEzbVGPiIG5QlFZH9yvah6JPQZw==", "peer": true, "dependencies": { "tslib": "^2.3.0" @@ -162,7 +170,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.1", + "@angular/core": "18.2.4", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -187,9 +195,9 @@ } }, "node_modules/@angular/core": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.1.tgz", - "integrity": "sha512-9KrSpJ65UlJZNXrE18NszcfOwb5LZgG+LYi5Doe7amt218R1bzb3trvuAm0ZzMaoKh4ugtUCkzEOd4FALPEX6w==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.4.tgz", + "integrity": "sha512-ulYmYpI/ZVQ5BL38rBy4DS/9wgGWmVD9Uo6tcrLqCzt1G1G2nKwseZv009536pHfk6dj2HdPSkpcerhWh57DWw==", "peer": true, "dependencies": { "tslib": "^2.3.0" @@ -203,45 +211,45 @@ } }, "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": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.4.tgz", + "integrity": "sha512-rlLhReauUz6jhLCEkGabLqqF6xLaTfvxafuj2ojzcqoKGSZcXDIM/UOSoWX756B8NtrpsuglpGBZjZlsrAZGsg==", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "15.2.10", - "@angular/core": "15.2.10", - "@angular/platform-browser": "15.2.10", + "@angular/common": "18.2.4", + "@angular/core": "18.2.4", + "@angular/platform-browser": "18.2.4", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/material": { - "version": "14.2.7", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-14.2.7.tgz", - "integrity": "sha512-WXHh8pEStpgkXZJmYOg2cI8BSHkV82ET4XTJCNPdveumaCn1UYnaNzsXD13kw5z+zmy8CufhFEzdXTrv/yt7KQ==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-18.2.4.tgz", + "integrity": "sha512-F09145mI/EAHY9ngdnQTo3pFRmUoU/50i6cmddtL4cse0WidatoodQr0gZCksxhmpJgRy5mTcjh/LU2hShOgcA==", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/animations": "^14.0.0 || ^15.0.0", - "@angular/cdk": "14.2.7", - "@angular/common": "^14.0.0 || ^15.0.0", - "@angular/core": "^14.0.0 || ^15.0.0", - "@angular/forms": "^14.0.0 || ^15.0.0", - "@angular/platform-browser": "^14.0.0 || ^15.0.0", + "@angular/animations": "^18.0.0 || ^19.0.0", + "@angular/cdk": "18.2.4", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/core": "^18.0.0 || ^19.0.0", + "@angular/forms": "^18.0.0 || ^19.0.0", + "@angular/platform-browser": "^18.0.0 || ^19.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/platform-browser": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.1.tgz", - "integrity": "sha512-hQABX7QotGmCIR3EhCBCDh5ZTvQao+JkuK5CCw2G1PkRfJMBwEpjNqnyhz41hZhWiGlucp9jgbeypppW+mIQEw==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.4.tgz", + "integrity": "sha512-ddzq5MyPvFyTv0kUe8U9fbhE1nZtLYBCFKDqICrzHXiVRAdqLv6qtE5PtbURrdspSy1u/YEGV4LdkNJK3UgnZQ==", "peer": true, "dependencies": { "tslib": "^2.3.0" @@ -250,9 +258,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.2.1", - "@angular/common": "18.2.1", - "@angular/core": "18.2.1" + "@angular/animations": "18.2.4", + "@angular/common": "18.2.4", + "@angular/core": "18.2.4" }, "peerDependenciesMeta": { "@angular/animations": { @@ -394,6 +402,19 @@ "@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==", + "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==" + }, "node_modules/@editorjs/underline": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@editorjs/underline/-/underline-1.1.0.tgz", @@ -438,18 +459,18 @@ } }, "node_modules/@mat-datetimepicker/core": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-10.1.1.tgz", - "integrity": "sha512-6cnMVsdDkPjpqMwOWAFLGPzwC3C9Dsyaq5TcVUpARUVppYz1phB6rVDtD8YTY8Xt5R/P9uL2atLSS0tczMVQ9g==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-14.0.0.tgz", + "integrity": "sha512-jds4b/BPdu1Yy90y6lyucGfLxq3DKutvDLYTt4+YdSItMHu6vfkclAxllky0Qb1ANlNrFQAOdfNOCUIGTnnWag==", "peer": true, "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.6.3" }, "peerDependencies": { - "@angular/cdk": "^14.0.4", - "@angular/common": "^14.0.5", - "@angular/core": "^14.0.5", - "@angular/material": "^14.0.4" + "@angular/cdk": "^18.0.3", + "@angular/common": "^18.0.3", + "@angular/core": "^18.0.3", + "@angular/material": "^18.0.3" } }, "node_modules/@ngx-translate/core": { @@ -466,11 +487,97 @@ "rxjs": "^6.5.5 || ^7.4.0" } }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "peer": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "peer": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "peer": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, "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", "integrity": "sha512-Gwp68CHT45mjszaELuTCOLsakWrUVmcrIEUJGOaGgPTr6VWqoqdFiyuHqtyGmO5/69eoo/HIzlYJ7z3NYgJ3Fg==" }, + "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==", + "peer": true, + "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==", + "peer": true, + "dependencies": { + "balanced-match": "^1.0.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==", + "peer": true, + "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==", + "peer": true, + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@wry/caches": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz", @@ -540,17 +647,16 @@ } }, "node_modules/angular-oauth2-oidc": { - "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==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-15.0.1.tgz", + "integrity": "sha512-5gpqO9QL+qFqMItYFHe8F6H5nOIEaowcNUc9iTDs3P1bfVYnoKoVAaijob53PuPTF4YwzdfwKWZi4Mq6P7GENQ==", "peer": true, "dependencies": { - "fast-sha256": "^1.3.0", "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=12.0.0", - "@angular/core": ">=12.0.0" + "@angular/common": ">=14.0.0", + "@angular/core": ">=14.0.0" } }, "node_modules/angular-oauth2-oidc-jwks": { @@ -647,6 +753,18 @@ "concat-map": "0.0.1" } }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "peer": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/call-bind": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", @@ -692,6 +810,12 @@ "node": ">=10" } }, + "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==", + "peer": true + }, "node_modules/color-support": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", @@ -762,12 +886,12 @@ } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "peer": true, "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -854,6 +978,11 @@ "resolved": "https://registry.npmjs.org/editorjs-paragraph-with-alignment/-/editorjs-paragraph-with-alignment-3.0.0.tgz", "integrity": "sha512-vSjjB/KUECEBxYqbj9yn1L799L14n0uoKrvk5qfaAokIHB8mYg5hZ8mOTtoS2cJu+xE3QZ/jmHY/Fh0EJeM8ZQ==" }, + "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==" + }, "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", @@ -866,6 +995,19 @@ "optional": true, "peer": true }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "optional": true, + "peer": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/es-define-property": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", @@ -967,17 +1109,48 @@ "type": "^2.7.2" } }, + "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", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, "node_modules/fast-safe-stringify": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", "peer": true }, - "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==", - "peer": true + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "peer": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "peer": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } }, "node_modules/form-data": { "version": "4.0.0", @@ -1112,6 +1285,18 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "peer": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -1254,6 +1439,15 @@ "optional": true, "peer": true }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -1264,6 +1458,27 @@ "node": ">=8" } }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "peer": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "peer": true, + "engines": { + "node": ">=0.12.0" + } + }, "node_modules/iterall": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", @@ -1323,6 +1538,15 @@ "semver": "bin/semver.js" } }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "peer": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", @@ -1332,6 +1556,19 @@ "node": ">= 0.6" } }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "peer": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/mime": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", @@ -1454,9 +1691,9 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "peer": true }, "node_modules/nan": { @@ -1578,10 +1815,22 @@ } }, "node_modules/parse5": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", - "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", "optional": true, + "peer": true, + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", "peer": true }, "node_modules/path-is-absolute": { @@ -1605,9 +1854,9 @@ } }, "node_modules/pdfjs-dist": { - "version": "4.5.136", - "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.5.136.tgz", - "integrity": "sha512-V1BALcAN/FmxBEShLxoP73PlQZAZtzlaNfRbRhJrKvXzjLC5VaIlBAQUJuWP8iaYUmIdmdLHmt3E2TBglxOm3w==", + "version": "4.6.82", + "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.6.82.tgz", + "integrity": "sha512-BUOryeRFwvbLe0lOU6NhkJNuVQUp06WxlJVVCsxdmJ4y5cU3O3s3/0DunVdK1PMm7v2MUw52qKYaidhDH1Z9+w==", "peer": true, "engines": { "node": ">=18" @@ -1617,6 +1866,18 @@ "path2d": "^0.2.1" } }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "peer": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -1643,6 +1904,26 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "peer": true + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", @@ -1691,6 +1972,16 @@ "node": ">=0.8" } }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "peer": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, "node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -1708,6 +1999,29 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "peer": true, + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", @@ -1944,6 +2258,18 @@ "node": ">=10" } }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "peer": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", @@ -1963,6 +2289,16 @@ "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==", + "peer": true, + "dependencies": { + "@ts-morph/common": "~0.21.0", + "code-block-writer": "^12.0.0" + } + }, "node_modules/tslib": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", diff --git a/package-lock.json b/package-lock.json index 319b14370ac..3a3c51d260e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,6 +65,7 @@ "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.9.0", "@editorjs/marker": "1.4.0", + "@editorjs/paragraph": "^2.11.6", "@editorjs/underline": "1.1.0", "@nx/angular": "16.10.0", "@nx/eslint-plugin": "16.10.0", @@ -100,6 +101,7 @@ "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", @@ -3918,6 +3920,21 @@ "@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", "dev": true, @@ -16893,6 +16910,12 @@ "dev": true, "license": "MIT" }, + "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", "dev": true, diff --git a/package.json b/package.json index 997eb85fcbc..6d74a5485db 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "@cspell/eslint-plugin": "^7.3.6", "@mat-datetimepicker/core": "12.0.1", "@ngx-translate/core": "^14.0.0", + "@storybook/addon-interactions": "^8.2.9", "@storybook/core-server": "^8.2.9", "@storybook/theming": "^8.2.9", "angular-oauth2-oidc": "^13.0.1", @@ -64,8 +65,7 @@ "superagent": "^9.0.1", "ts-morph": "^20.0.0", "tslib": "^2.6.2", - "zone.js": "0.13.3", - "@storybook/addon-interactions": "^8.2.9" + "zone.js": "0.13.3" }, "devDependencies": { "@alfresco/eslint-plugin-eslint-angular": "file:lib/eslint-angular", @@ -85,8 +85,12 @@ "@editorjs/inline-code": "1.5.0", "@editorjs/list": "1.9.0", "@editorjs/marker": "1.4.0", + "@editorjs/paragraph": "^2.11.6", "@editorjs/underline": "1.1.0", + "@nx/angular": "16.10.0", + "@nx/eslint-plugin": "16.10.0", "@nx/js": "16.10.0", + "@nx/node": "16.10.0", "@nx/storybook": "19.6.2", "@nx/workspace": "16.10.0", "@paperist/types-remark": "0.1.3", @@ -117,6 +121,7 @@ "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", @@ -171,10 +176,7 @@ "typescript": "5.1.6", "webdriver-manager": "12.1.9", "webpack": "5.94.0", - "webpack-cli": "^5.1.4", - "@nx/eslint-plugin": "16.10.0", - "@nx/node": "16.10.0", - "@nx/angular": "16.10.0" + "webpack-cli": "^5.1.4" }, "license": "Apache-2.0", "engines": { From 17f0966b656160fc962d68875e2d36216b1db080 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 2 Aug 2024 00:10:21 +0100 Subject: [PATCH 27/28] NG-16 - migration step 1 --- docs/release-notes/RelNote410.md | 323 ++++++++------- docs/release-notes/RelNote420.md | 262 ++++++------ docs/release-notes/RelNote430.md | 374 +++++++++--------- .../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 .../src/lib/auth/guard/auth-guard-base.ts | 0 migrations.json | 312 +++++++++++++++ storybook-migration-summary.md | 68 ++++ 9 files changed, 859 insertions(+), 480 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/docs/release-notes/RelNote410.md b/docs/release-notes/RelNote410.md index 7d67d88763a..3af091a55e3 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 0ae3eb46f52..2ffed67b6b6 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 - -* [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). +## 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 @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 b2ba5f94dc8..05c52963696 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 - -* [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) +## 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 @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 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 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 zmm6p21enJq4xhX=!QIaC36%4}?Hv#esbIxyAxpKq&|wgJjdEJ;``QN>p1wQ%+k0Pv zIq^g_!_N)ru+M@TAVXGH>C`v3(lsn5Rc!&x#;A=gbspWY4a#D7{`|LKJpR=0coZ-Q z@&<9y;UIwXg1-IV>UT;u@ebxib!(X(3aQB+%gnG@VBXjA>{3vhOfoz=xKqFmw58tg zpsENdpN_%8wic5Z%Z@}}0iGZ?vfNBCrmPb$VBn?x8R0yVTj^n9a*HdVgNW|LXxXuh zK0jW#9>Q%UcbNmu-{;Oy2n@_;9s6Ha*sxvP^y!abR$F5_@_n>`%>?NFFS3!Q0T4R{ z1FwU7Kc$8fy7CUd-kiu@h;LqI?27ikLkYSGRMQW3@i{OZ$}I=hz|#SGTfoY{_){?T z>=vstMCSYV&bF`FIr~lwu#+vQ9x)|HoXCf)+yy)Ehu`$vmdp=A%v+vAVm!!IX1@O` z7_Cz*Nw(I})v_J}W8JD@VaXDMbo0ENo&&)hWixTD-@Q?+bgoGS`UHEzGRPw+NM>1T zMz#=uS;n@d_ET1xK2qUsEOM9Gbe?w*+)sC;SlnCum6A#G@HfAZ;b*_E6lG>Xr0`h= zw-^*-ilE!v-T(b(uSP)G2L1WvlPS}oPz19gszvPo@x_Gl5-%jMiRmnaRlo|=IZav+W0JRmwv>fU@d2%HD9nQx(>#+pX4 zd9XHSeG0&}Z>te2I2TZ6!)+V^8A{a#p?~?%doM!JkwfbXnOTs$m};MWjPCs!gVe$}I!>EJa=3Z147t?2SW`%LP z(~<}4SEhS9_= zS)NuHj9q=Q$Y@_U-nbW(h@pUc*d9#d%>?lfs)ve!s}=Cc22_ALLCivc4+iFz4jO=Y zGj|7EbG1ZxLG!i>OsF?ZfXZ`jk(CWN`HDO?p?1;8ZUI;o zuCtuD7s2i!T{X;xfB6;>w8EvSaDUhvtV9dIL8A93Yr@FFh183cGaMRj$uKk(Xu zIPGhd2kmzw)P@c0;4F+){TP+gOkTjXSA{Y2-RC>!#Fokv3X)uxWXMZRfuiZu88*5T zph4D5ziQk0%AhbEar@5eo2_7#N!~aVXcMtgEPj8b&DCh7I4lwi!Ocw3+ z%4h1rDGW~87&`^b8I$darBng0I7-3>>bpl!N1 z9M`9z%0*&#yn)CKKQdU%m;>OL(ic8pWvhx>!PkArCqKd`)y~Jpv`;H)62oXZB)dEP^v7SSr85pJxXwl}60i+AcIG!S z_-D>Nt%r)8)dg_zvwZvj`JiO&7kP8d?0HA+Tiw5U9Ez&9cmA;a?F+XtpgA6XNi0+W zEdmyi%Qj1F*jYttQ=b%tdr}*PR=NRZ=mXBR2PB;_m{5>t7{}@t*8Jbb%%OTuAqwd;wvU>Gdzw@Jcb6qG*OoD^p z8Sg*$_3IFptz*EO=5tqE(Ete0{yaw1GziP3*zDrYpLCHq;mo3`DDOyiziO3Q_Rtv` zruX|dgV}=U7=ec;{Wc5ARcl$@;Z_7O7nuS5GT{9MyiY0@nLMasqfg~QE6HPaI)WN1 z`pquioP_2N^2^KOsyPwNYSMn13<_CwLa8N~i#AEAO6+S?p8A}w(QPZ0PAKjlHgCbJsP7AHj>Jq_a6hR2C2>u zO=bE@hVm^;fHR2Y!WRc%z5WG=t)l{EqZ?(XScVvbJVS=00zp!-; zgFY44((ux841;&Ucn+`4)qnIH*g?>*DPg7b)}eZ41CY_u+9}#`5#Tkvm3<@_@4(Ea z`{qHRm$;LZLNFj2R4ppFo7OhMpjl#$K_~qOFv!h@;9X|NaJ%b{SUoIJV1@8L+F$(# zH+=fC9KqwYC*{~iStg%!fEP$*+~S8fEOgGOR}GjA0eu6PUxJdsb!UVv%)a+rQ|y<& z#NbE?ORtW{s*|}-fbEV~?l?Ys`Eeez*3WFBAFsnO3t&k%YX3s`&RZC(s$muJN(=>q zIi)g+z69z&|G6l$t&n_%39S7XgUkw>uV183Ine&Go>>o+(+9<(J8acjjXRfVKc!P4 z#Doe6_tV5Y-Qqfd&<$4UZfdU#KfAws2pS^^B!KGIRRH*^weabSG6TMzUV4bTU<0oL zEn9-BiZBIM-i9&D1EqrK*IaKf?#&N01_Bm`O2&CR0Wa|3Jz(kiVpz<8q)R&0wZ#n1 z$JT1S19Jl?EnN-ZZGm_mnZ5?5eOoM~6$tp?ey}=&f4&3cayQrxs7w1)J1EAO_)i~( zTss102bwGf<8pzJ39#J=u+jmra1d(-V0@3lAc*)V$0N>!= zh3I^TVvL$I9q3TIDHl#{&U!%PhOiR@Obfv>L|G}XQznL0E}QMyl29_yl(c1J*ce6n z$~rGEW?QDf7ePCTGRzALh2mDI{T#vDmoMG|Z8}OUYyt=I;Tv@_q`Uud|DCU} zN`MLx!q5M9g&D2tMQp*r`VqVtGegi=4B1e{KmuyJBY>!BwKTe4f~$g{CHrfdoDEX)63|6fLRL^8grQAyakX1vJPSn zIf~)!yF`{;xEIP!!7gvk`Bm+=Sr5-a{qi=jqeEbZj1cBg4a-jl2TeA$;3^N8Ex;y- zon63k1Bw$*-@`VT0!r>-wAU^_2kvLBBAN3M~3F>L0GlTdIW41_J3W6X#r%2 z@Pa54HRsgJP>j{ek4sDsL18=Ox{6|hR)$;C^b=4FVq0(lHGnz~Z^VQ_e)AS*1ckaL z%7T+_=sXH_wiC=B!$+aKPb{cxt)6_S~- z!Q}x4J4=L8#niF3$D@i0>63#v{T4>rA6xiaS|Lo@AC*r*Nf_mcI_NNfQJwG9zWtCP zXziHElZjaqB+CI{A|*$NJ^-QG8MHla=^&yvRNE0_Om2ZbOJ}f%g0|Ui>ENRMKfdQS z>1}%^j<=`J@G!FvFgS1bst|~Qc6A4}xXl(7){y9lceG!Kk|SAh;lbA6^ggi5q@vD6 z90mbw5p==1TZ6;^&ee@yy{qP$mPDHz5g*-6*RVX94!i=-0IVCpxDCV7F8HAK2`xdE zK(UiIf&g1kjd_-FQL7jGtT&|Drsv%^d7v)~UdPqDXado7z=Flo+Ls)(iuoX~Q+r_P zeD~5T`qYkH72N}j&_VH_|EHzFr-Qw(sGHRdjDWT_{`}UXXKy+ZkknX~eDk@CFmnvVIu>yf3l?C1ZSR_;WN;*Aj6ODOf4I4UD{%-1Z;16 zpmoqHm*)Wjl0hu0v>+yZ|8cO6Wg7Xs?gLqY1ZRH?nfb|!tGY#3*by$>wS7$%!sPFt z=MOQhA14a8z#L>f1%Rdol%MA?a1Q~aQH0L@<5R{%FTH^A)kj!5Up@*J#^3`hpkPp> z48fBYnJ=b%F=*d93pEdv0*bG04G5K~B-SNR61lzb$(!NO_?7{vCls{li%){PaH+ug zd%t>hR849>Lb8O68C=YJ0B)chQNim#46kWf`G_|Hn6HtYbKDT1vWXXWO*?lILaiTK zFQdnx@mP8l$l;z1yl!_Ym`dbgr~vbUk@b`zcyx@YY#nwWua8c$F&z=Ba5ey*rQ?$y zL0wz~TV2wPX;*&TqkXa7cO*vil} z4;kH`3vOb)YajaFrG45W>} z(d8Sz``L?L>W10cTVrGe?B*21vPwscV(6M}R`14oD?_N#oUReD^8rV^z$QgshX`e_ z0;)li9c^JwrA1-@zx)80nTaKc*M3iB#?;7^>e9^zm8~uM5IEjikzJlU*2!HZfw&c5 zi#r88N5R7Vrb@I=lVix0fA>8Ei@LG$hFTT{TWuiy>%~=_ z;wH1#@pOz6&fTXfL?(OK7Y{S`_F~|&527CfBhLg{j`|Eka5Zdu2FM;aTEd0__kJ>>rFoM8# zA@g1k{mIF?1WVY>5iqBMK6#Fdb*y*$?wRMHlsQEe4YB7`?uCI1>U53!0azhS5D)Fc zLe#b}ZUiw2i)LrJOzjJeAk`|k&_m;+3lPl6WK%|5N9HPr+UI)m`5TMu`HK5q84_^w19 z5ay4Wj+z$6u*ygK#!_hUAm&kGi351>9@up#nWT@Zxm_UQAAfk{7RWRgFzwG`#2zQ2 zSj2UlH)yK~it2-0eD4NE7zp4SLA4E7$an=82Y8CmIYS1RK%@De-Uwk#v8-`L1!m88 zB~}gu@0}Xgbx~6MvW6$Mf9$~6mPx1;vP`;~SoeMTG71z?%9R>HZj2S+4$2d?FioUz zwHVHMGFI&%Cu7Y1Csol)EN{D(ac<3D`_VrX;LwK4=|^HNz8PJ!7%CRwe2fK%8Vo^a zsm--#B)4E>zP{72&;aHVp9H`+zp*%}S4`lnen4%>k15EyFoX90lnW|-TCot2`2GWJ zYRAl_W`8Geo8w@BR>_dZYnZM8y9QAC-hJwv%~i2*o;?;=1`X1YzyP1VIZS%ibIzaM z{5gaU?pvL-Q3*YUy^DqhkTodTxc^%y7YAy7}UdS78K^nmEbDvPJPRA;sdzIjPk^S4(nJob-Y{oxMX(xTFMYsDY7k<+1QaBqV!c3^y0sRs$# z{UGV)>%fN;5XP`pUwj!nlzS_V+wp~96JQAe5g@uPG?rOd0{ZkRFpsb9*zNOZ`RpVs zGwkS!3e;bIeq$VcngmkrI5wJ)mBogB^_O5kcp7tp*O~=JR}i40L*H21OQ=2%rH6}SYMEVA!IgKR0gSL=COmgGc=hU2wsav^ z0>n+Yy7w@CKv!OFo=rj5aT%!qV!-hI{gE5N+hq!zTlCEXTL97Qx=N=ubNgNFM{Lf8 z{$M&%M2jpFISG-kLS+qoz7;G_CD2Dte#J711Zlr=(cZ*0`fY;QgT~9%grDCg>A(2o-EgHATbN zNS6XO)@AI!Ts_Tn;rp+H0V=PdsmwXXP;+H!YoSmXou*x$_VMjz<_z-*Pk)EaSSWy9 zr^sRv;JgC2IbM9`F72yDxIaS}7_%fJ$OL{Qke58+>OH9a-yahZ81K9KCWI=XY^aGz z0pRovVBg3Z19&dO!e+pO-C5fLJF~9Ry4s({2g{OP6uX zN+jh)(SUEQUFs}t|5Zoc~@&2m?bX7kx5jiN57p4oBPIPL& zyEw*O2vnOeu$ik3XSe9H+!FWy@hf!~e+7B!)=j!bodgX?UdRMDuwc0pV5yWI+LeJ? z0tVW*aDM*!{17`rL>PnHQAB-kaDdB>cH!-~Lk5C5!%dIIFsFLBT|ruw_6Z|0;9S0& zJ|{{k4>oCEXA_;!lU9+V&+~#Em0-ir^K*d01R0MkVKLU9>_ z=ZkjXg@9tw78p|Hr*Scju}cGon#!tKLcBUKCqgY@Mn*BY%jzk{Yn*)?EEMD+vz--P zP%i!$?1Y_|girG->l0txUL<4H%9Pi`>E}>;@Bu)&4T^J(K02y=U)eVqif95FYfx=9qb=zSu-sVoiZnU zuO|@-{lsV;MEKYMTTQI*3Gi^x9>`J^7yyTrT}J&71)-vYr-F>iH-5Ucb!iB?_ERoM z-Zi;oS7y0m?W4nG2+m|m1MPW&g=@dQsJ4mm-yi!v_^da}uVLzwUqT3MAb1nNNZ)6G z+-1y~2e$jbn39PbVc;qWK6nIr6G*@t0}M#9sHc7-(pv<$mv>esw>UHg#-oBk^puY2 zZLTq;Qo(VR@h3215a8memGSf>b^I z=aWyrR695_KOC}04{(#;+yu4^3IH+xra{0CNF|wBYZ@4Do_z|OuUXulfTbuf*ls}C zK2AnAFbjh~f<=hFdayOF4Tuy0-XdDhsaGfYU~1DR#<$f$fBGRq$&CQpyya)?hQKO_ zwOeQG-Gs>2{+N6RT7sIOlX@$o!Rx55IkDpCP8K0us)Of${u`#;aTeXB2d`ox%7jW4DQ}(|+H~8WvyB_B^YRIWO2| zH5(kci&4HH0&H zIRww|@ z$0ab3+K*JSPe21w&3}61w~)?E?W49}PF;1}Cp%~-9S^X40~1G?2_HPhItP{pxgEDc zCcDZ6?s%M`Pg@+Fo!34gn-Qk@?b}pELHFKX0q3)cCHndEV4uDPmL1IX4}zA};wHT@ z0LHx=MG;=q0ZHGK^U}cRvEGmF80Xn6_RFtiQ#MzEk1Oi;ph zeAvVprd?MNSii|s-A6CBZ7;xGLUYyh;&Z2}Ajvy5I! z>}!~Hg^X-rs*dvXki-o}1z-_`Pl&GbZLS4az1V_x!nnm= zZXo@O8^D39&oCv{WB{)HBH2jf{>OLh$i(g>B#Ua+YdgX0A;vHf;40EwM59w+9i7{2 z26F_p@YR5)4uP^jK!u-3@IBGe)Qy@=rEH8qAdb`Z=L<*z2FUcCV_ zOSb}C$zPs(fj(kdOf1sg@7`?B&}$zQ5y7Y?1hXOX;2w?`e_(u8BsjIpul(CnH)-F9 z5`9>icH{t+yBM&}2i<1GJY4|U%|{qO!9;YL&4i3?X8O?)F`?p6_OXSjSd#YXBRH_HWma%r7RwHAOPoUNgZ7 zpac{HYWAAsJ*Geh(SbokB3BF~m#B@0sipqo_TN3g_8>4MYj1c=N0VtTCB~c?ALGhv zbK?_^pZ!t}^U57}7cDiKaRRDATu(obw%`xXLEqu^m>#R+KKc~PpUxKS`I=YVc+I-$ zq9HCZC5v$ZjMr?Nbw5SM`vFb7EO6oHCUAdHXnR=lFl6|tSHN>XCq8^cZ5jh^q}Rk7 zw}7%iWv)xwNBVVIA7Oh1Yz-_69V_459L9B<1G>bPDnixC8pZ_Y8g0dB z?;6D91NKtF<005qfF4l0)_-Mu>Lp%(aVdxmzAfOLr*kPvYk5=i>+ z4*Lzr_`+p2}Lq$rA+a5bPoXm1%4hyJ8tv4HhHqyOr5vfF-(T3RG?1!Rs?A zHv@SwAR>85Wzo4CFtiq{&Z}5(+LzS_ee^TkI?>DPL}hRKR%*YZG>MV+yU@G~V8=W# zz4L1sfkzIi68`iL|MTHL+_3nU+n>vZnOTs$)=y2Z+%VV#Br62cplb=iIY1b@T#V!xMQE zqd9Ud^_|E0AYKA(fdHPaeSX1S9kd*^njGlWmYSVT#<-u?Hl~09?Molt2(c|AgV#DU zfKK8CTs(qUmx2+9c@URjTov1u``Us(d{uOw#Go;P3p3OPK|MQQz~z&wN60XRM+xj9 zVyBNYnfVOK59<~C&J{L!268uiyPAHgr{4kYX9W~9IC}nZNcMB!>PxB>9G7wHx?@aB zBt6Ft1ndSf&DFC>Ou`TR>t@aPaIqNMA=H(*qAaowe=x4nH8YA`iMw1(tN;fX+%QqW zS*!qijjHm7FiRlfWVUHcBz+ezs`h`Cg`)d#@h+l+dwh4_OAzW&R}egh0ngN7V5(dP zrZ;o&FV86`uP_wvRATOgTRV+S0~J{eb`!yvr>Wzyqmz&WpRKQW?~<* zyZURCup=?{3yxvJ*K(bw?*^lby}H3N)`Gzq7)l_G z`Jf6#trrHhmZsc*Kwd*|WULeluMhBPPJaz)-?t_<;kF|BblYKQ|M})yKP%$852A;i z#tFph0tSzMt`Sh3qF6>MyJVnqH)t$5FO%Juk1$^%v~L2Hd6h{e&g{dx$xYf1req4- zvXJh}CoyI|b#yp;P58A!<1_8p?%BIos7E@z!AmE~k1ypwQG4T#m?(1~)|zn!Ou!7u z%S=#-vU~AgxB#FXr2R6b+H0MdSw6tIo5Au$7tU;-&<&ST|lnl(~N92=hJM1*}9p7u7ytnZA4* zIIsd@IIcXUq6nQ!O$T{_GC+VolQ4|e5-`tLB$>JeN@(|L7ylo~(8!D|E(bG$CdYQb z3z`1FHYl8W$;43(RW_?xE~f{S<78=+bP^*SHU$P$c!&hQ`ZN>L3bZl!$LER3JeFvmij!Np|zRA$z87$RdMd>e?#!>>imt$mwUct!0q!xu1hK zfq)%WXs77HgR&u4LHp^zaInF9G4kyo-UwjiZBzioqVqj`WreqlO6Z|A(5h)iEGHm7 zdLE3quA`HY6L_C~I@X+=P}t%)B8J@Kdr-9Z12(liUV4dF3u1%l;evtVW2_~B0R*@{ z#*wOHJ~;Ewr60_oDvXcmT9BZCLm=^*b$KzMIbHvH7oEn`2?qtz6|Nw_(I>Okc6}5in>{!-G9FF^xcvDunjNS zH>x&aXlD_rD=k6=mYR4XU|X7LvT9ts^6SQu;oi1sSo%t0!A%X!P#qU;8;_I$`@qqd zd2kysv@}njSbg^y4EhG^Mz0BTYP5=etH%H{)^)PD+HI>+&Z{*tb@o&Mp)yi{_HkN} zAHG$jvRC_3m#}4-7M|uArxLW>VTy?WXrFKm$x;|)YLg8IJyED z=>qfOtq%uqxyql=+Cgj%f_@RFpUU)sw*T>XP@`nR3WCn*jHeF@1^>IM~gwYe}qV0ctO(hrcv`+!?B)d-&FPm`oK>e!1U(R z?1&|*YK6sy(qov=zV89D0R&X=U}o~n<_LJ(-Y__zA`Q)>v1)dz)Je>ylvI{quaUQ_ z2xJ{ISb*9+G_HE9=h7Q3c2IUeCLS`*%X60;^UQBjCwJ)_67}`|t z;kD@}AQW`wdxtFk$Jnbz<}SXp-8sTtg|>km7i0Ai4=BE&KH7KGSATjZQ}1tg-4Cup z18oPyHBQxoc_f1gY}6YNMziz)cmiNh_>Ov^g^aq;L; z3Sa_MPM-s7BHnvwQk2kmk-{5Aumdid!PFY*_*$8|a2FNZQ7|hI&n^Mc2YDdXH=zN$ zpbAjaAu#U6>M$4(DgylUYq}~*Q@d%+xEh%3(~I#Y7h(;fH#g@enY!BNBd9tE%8lJs zkzu9K)d#W7Xb*}doRRV7^-^2g%-N8&9ZVlXv>Q(am@Db7s^jyly&16m)1eBKf!hI! zm?K6|2k7)~E41&*fGX%|81>Z$qNqy5z|p!Ym}h%|wA(>)(`N0f;7ZtPfFx}b%wAKf zSZ0Dgel%26@X1kYvz32ZjM?mLE5;>=O!sa52=_MbIv4KSdsfl={r2UDSd_Q$&(2M3reD}yQEBO}@$oVx%0(bqWw z0cy#m!3;<#$cw%Vt^)%;JqZ>nIyg(`-Iuc2jp_=nd=KJ-o4~$$WD7jE5)AOHt>tdi zh!^7SOPPk2E79#oLBO7fgM5108$-W3pSZu@{3bIkCo4wg*}u5*V=5G4H3V(2;)6h^ z9^U`Zt(Asl?SDv%IFlJ{3X@~QKYRlUgTo4nm=kL^*O;#Tt3=2^1C9Q@-n<^bXAqDk zVy}=%sZJBq5XAZ@*;U8q85;2PAvp_y30(<*se zwa>pbOf{HnVO3EKvSA8wB{ACXFR;5gjgNx^%5z0bM(T8%fVm{N^eQCpa9qYE%qM|i zs=IV5P4qPggDS0$naZz?n)=CJ116WV+|b5WE+}8*SxV zr_9Ht#&vm{&)%9n)6yQua9Q_M@p%K3?tjn*vs<|r+B=VM7b&cG`!9Y44w$F3&+dU1 z3ku;q**WYo{ewqq5}^qO=nKHVm8k|yuYCDD1dCL_TP1Sq(-n1lgO{EXt9z9%lrt}Y zF{a!3V03A?&zZ*{fUKi#;A?aQBT>sGwz-4l8C}4EtB-NA@E90RKM2N)CCM$ds>9u5 z*p-s2!GOB$3?2|=2IEquJ;`YSX`k!gq`hpaT7&Vh>X3OUa-hm18GsjqnqdRVeL4UB0ssIp@X zJZ?F1wK;G&auIqaH_{3kj{^$@sbW0=l_3_?{^OpED21>k7KYx?R(t7UrqTM`MtqPwUDmv?3$e{?CF!xQ>5DuL>9MUakB$IwQvo zLKKMV&khtJdW8sZdIQK6ars{$!$tq@weLgW+Ek-pf&xsru@oQhh!C)|w}R8~y8x1jH*nyaJ5S{0hGnRZJF;;+`2=EorvLG&A zvz%h>Uw38JR>VO*IvI@Nh&@;f$Z!86qM>JObJujmb_1C9x9F@amg?X%m<}eDfKF6p zpUE@R*C&r~t$8xdshR1mOFWuxYF$%}!ID}V%dq>Mm<12H^neqD(Y6s>`@iHb?mcrS zbf=EMX4cR~Lcbj z7EnM}WMBRPx1GHIN2YZj{6uEKIS+6bj-cr91g3Pk$r-#yZ4qje_In;s1l*hU@0Tn# zpl|TpFCbVEbp^cjNB55wWkN1QI;29pe>WJQ?gs7H;-&i`425Qy0bc?g7-FRTJ{rwx zH_!wO9>CCCqbU!pYtQ`6)Q%cgO!tq1(QP`e8O*k^5A%vcAg-_s1YCS2C9=aUpgQ2n z?=fFUcn777e zLOj+jNhB?Ywf`+AcVPg+_MLR;7WLp^LC$e=DXm~SR4e8U zhC?!WmZv_)Tatm*mN*rhEkj6&pgM8*zw982*=`nnFt;I_Mt}) z&8g$}zrKm72T+tUH@o_nmjR&Y%&3GGNWi3(9alC4Ql*hLUlKd5g-{MkYv0W7@;>mL zSz-q76ss~Foe7C4NxAce^u@#FbQq@^L68mFt&i!l3EVYJ1h42$NV7qF1q1h+Wh)HC=Q_gKs|m32CN*b zxXMb1gV28IiuLSjapSZ)@%%$n5{ki8QdWF)N8+)T9XcQwBxw5NF!kV?_He2)e-fN%!+(<${JzzMXy47LbL26cky_&#qiLByu6)mdYWzWn;`K&GL23Hq6*!5AU|Yp%Hb%LkbgYl}XPdu#hYQy+8p@hVYWgc+FB z#pTp2Yd=_K{sSx8zd;_!4|w~9HnD&^FvLC!V0$3#>q3g446HSQ1KNj#Wo~CdtrQD5 zx2PjXJq{9d3lwe$;6i74-aC)Fx-x)Q?gazVLFevU##SSz8+FPJ0%`_)Noxk(oHE#o4wM|%e z+g1rXf%an)NTppB9aen$6bc>>}PZ$7C{1=ttzZbaB=*<&(Q0R#oE) z(dTug`vijrc%Ocyxm$ZLG_D5sz@VyxYh!Q7UAyu<)oz2AhhX3#4ZL#&i)^Cy$5$()wu>d>RqyW@3MODy;xT7vQ)!hdzUMjb))`@P*LvQv-+kts zz2A1m*36k_nCBs8upUrzvmtucF^5T6od*W&6Vagk(bP18Q76b|v6}sbEoWR6NG$X* zuazE3HilVGW@csv7!%2cLGzde0~iQ^3+kKMSEO#z&0^h#XfM=0?aYnTRYh#d1bBh= zj(&^lWf=opwm-WD3DEvq3X)zDr~)x8&bLfl{2gpuFvDL08U_Je0rw{O_#Vh|kP4Hv zS~kT|8v|c6Sq#<&0=5glmPIdFfjkEK^cgTmPn72B4J5H^|15%oy&4_DEhv3o!AdKy*z0nD+Hw8GI*eU``11*MYO)M~*)g|zy zc=MhK-H@&FmAfAS?eB^Q?}(+_?RaD14FyQ!0(o{Fe8r_Vg9Efbhw%!=HItjn^2Om( zto}(cj8-Q?;X(F+VB0*=`PaCgsd})_-v#4M2si}d5}LIy;+Vwp)t{ClC`c_ zgOT=AePZQRlKRiQ4zb?>%rAKDPY?dGt1U>TxvJsADw|k$?P6cp5~*|5UYRMkeg&5M z(bM3@F(xcvC`ufwitvJ_l3mQ;TkOEWGBoEgGS^Rh_%cM(x1W*~l?>bGC*?r8B@|T1 z%N_u6=_+&2{RTR~dY|Ev1=mkN8jH?7VhhP-0%w2anN`30{bssxFBsqCOD{7NDko#E zJ=Tv=NjPg_FaG-8y)rBnv6TrK0h$`{2T$eF*HuW&Z8;bLUviTIcCp-};anAWMsG0Z zW*pd|07e~H2DN~AvjC<+Npn8Czbmn1;?vPLFA96{qN&XJq)c6)DXm-n-;+U?SrV0Din5Ku=A@muj_Q+q;f3XnUSAhY|Nq?+eV#?dgLn3~B@uQq}TY;xrS)Cz9z9Qv}8yA*dFyAfhR_ z0t#ER%0E@O?XalVwDvNS05%gHySH>0YCwag77u5cEbRQ-qtDdo2QoCHpoV@iaWxEn z$yw>BdBLNA&g~OOT$b|0fPc$v0b_Z&^4iANfW_%`HT9O-#-S$H%dk+ zuI@YqUr_)mUF6!zGIR5_r%PRZlM4ch%u^q+%&y(xJvSK?0L{3*z2rp&IJ_S$pb?C_ zIsFzG&;+7enN(n+~pn>4=4vs655M zG9T5>!K~!EqFksPC%wR}90@eW%)X+}(R<4`#^s z!mW(0C+%3c*A8=*RW$aE ztuo8Vph_kf!<|#li;;=L2n(9JAT#t~Bil2eq72QBtrr*#&r0p-NQcJarbC=h{~BDq zzktThXEJUvIM-gZ1l%3tnvha1|MQo@bZ~F=GD`UW9)BI0wT!qz0i%`XzBR5Jc9diL zVM&=y8H4!CYfpk_vW@_zA;2^J`PqL1XL9kqS@_3KfyaZU2VIMKV!ncVVV>A9&$N$q za79<20n>5RgZTtd7?`kO)~#D&@?z$wF1a=^&4LB4yquE+(ZF^$2vD(=NS4qP$m7|k_iSJSp-uz*P5L^rngGlWvJYl&!?!s31$8=h7?0|8uo7)-^P z(WU97{-)_{(bZ-!;B~z!^1;!sA?wo_#EUG5X)Qmr zi7k$CzJ7nPc~tG01EPahO;BF~SQH&}C<;s^eW}y_nj#Es zyj1i{FaWrdP|)Sqz!E_K_pLOpogw;~CD0EVU1u?=%|ZjJM1UXj6t$TFZUlwO*jGef zUVC4i%Cx@Xv9#P0v4hiX1^TEH+WIooUMWzo3OII`CG_7 zrsIMYvuKei3N(uV|NGD0)OArN@#Ij^LPabH<%9tg7WXFG}A&r5##C>Sdi zsA876YX4|$5({_{7b^%8kt4#EuI&W%)~q?TyNrjrvuW#Ke*{!~pheM(K)IdB0y@#X znhDDmE4XkMv!h!EOgn%l84wD-MGm`I6kJPKGpPz%lt1Cby$r0Si*L@tHi0t~9N(S-o(gt@^L`LZ$J zhNBoafIfYXS^ep|`gBU!pPqXhBc4E|)K#wA#3-Z&q(!Vj3dVKqAm2_1Y9hGSkDh4r z_t_T9Aqd8;MTR%t6A9kOJWXQHx^d##+g)AUZV8C);$?rrvqW|j`BfmN(b zdKq~g)$U8_G@y3B$Y4e>Nc3U4;LJlz(Bu^F)W#_0A`^|T%>>a6DIH)c)uHXh;NC$~ z*(%ct7(e|!xDP|^Ef#R?2N57QV!*mU(_FfaG5R+Yqpt3qJ!L^e`P;UN4Hw@;uvPc2t;Ul~#qxfBX^j_2!SDCWSNb3j|t!x^y z47A$I3{p9f$6WC%;tHmBa(RvG_k-1C`LSAwGWQSd?ok2DLVN2^&f+0)~Hreaf^jt=gG_kdUz_vozA=s^f#bh=tF(Gf__~yxARC~XQLRL3%d<1&M>H6 zQgP)(376Ol+AqiD)Gae>H+j?u>oSiM%$i(oU;#uyf9!>EP@NJ+x{0^a8PE>%cp0R< z>8pa`zIF5aN$TK4POvO;L4XU0xd3Q?`xAAmO{8*8n7<5#k3bkfe!7wEcY@CBivWxM z`pzXokG0Hp7}(NSasXGAB`S~p{B5w(&mIL=*JE55I3~}&(P*|AL9)Bb1kM8g{KI1` z)xGG#pdl@-65>BkymIl)Z8m5ioEaeCT?t?mt+=(b>h99OXjr%8eZmFJfq+PwL}f9S zDkl}Fa)fDZi;Wa8rSbJ?Ms~!Q+?B)rNtlZi7N!_V$S-sR^>Ia+{asor-f| zAUBYXLUk~6o#hxsceNIR6-9y7#LrL{R6y9PS35!HQt7}iUrh!V1VeD|-vy8C;5mV+ zl$d&k(S?~A8vfU(zE?=c0>P%hH0_yLGUVC;Q~O6Rk1=$6!PY+x>W?fRg4ojMvI4r) z*>qE5G3&32<)$)8b4!0a3^{3qs`Fsb0czs049&;tez2~6r`T#ei_PGMGC~Eo0H937 zk*Uo@wGI}`n&o~j^Od#^3<@LKarq^1x{8ZB21;NjPX_^9KXbjVN9B+)P9}KvvV&_a z5N_9hxE0Q(!92h4;wLXatY(7kMdksFW-}Xe&%d#5=a&(9{?0_kAd0aQ&>uJ7H}o;1 zTS1LuVrM;4b>J3Hzv$#R)_3d>RMv?~#cim9S_qz!>k{-$2kAOb+gZu{GceEC)CH9` zkp3Uu=LJ#4@>C~gs8vgX*2bdLQD*9QIKAgH$;%TmmD8XfLQ9%H62(7;@e9-b zCDKj@ku23>wS-|QcMmYa{o^b$ASH}mq6=+7m+uD?FnR@`45kj?sb0OSj`tl@Il#*d zpLq+MrRU-Hw?`h-KKDG$s5UUXY9V#LOh16h?*>vg80|y_0V7Ny1`5cpXI<#v<^VP~ zfZ5?MDv#>lR#mZz!B!r(XGsqX>_I?r;Zi?DXBXIFHcLa`!@hfFN(rdiC2Hvwm4B91l%0CpW182~ z!G6e!Yv4)zs@K4^&p$Ji0MqL1bBo|kamgRu%bu!|V(!eV7yt|*4-?S$2mHW#2EbxL zZVP*U^lJtNODSN$ywKhu4;GiIzSY4t%JS)NH<{*Azqt=8z;_u-6<UUC`?INtdX%4?3hJ*LTuKA6i!0^?c@VuWB?f9ZC9`==C^>0EoEe5{8zwL zRZn$!88NcqE+<%-I+(lG^rFC$VHoos1DyR8*w*+m_}}jPRg)NVm^p%@oVoFU_GJg3 zz~Od%B4drG`^Wdb$ISsPTQgy5r7Dwn>cpjoX2cZL6g5z8&J?RKyVF1-2 z6(?w{#DQ=1aTpGQOmpgb&;`7LU@1pep=h62Is5*{KODuN9#qU%YG0OVh61ojRf-Be z%H*0Z1siUe0M~xv01_w>q4O;j;G8CgprNFQ$!AR!WCG)gJ?-Mjh7F|GC(#DX zgA%L2zIjVEZ0Ke53S$a{Y-fuC&T@A7*0x~a8np&h0VTN@3@GOr1l$u-wl?{nFQ4S@ zTl}~owuygzNn8xPt{>u&F}!(R2{tqU%vm*1-hS8 zz@P|*puc9%2kW|Wh%7(o|AGUKNG9*FW!sLUmAtAun= z$IsAH_H!~T+`M<7t_xEHU9t+QlX-@nDXh z>1si&q38(~$yX0#`a?La`%fJD@-9XV;7;jv0rRyP)Cnr&DrP`z?|boIKff14r^90N zcYx$Y0Ip{*4$44#Vj0v_o{fj{+S+fiLM9pl!VWf*WWAeRFa`4B&~|W3$d-_Rw0_I~3Q{f{ zkA%v8Hp{zBE69H$FdrfUGzFC3LaVzr+9Cv`}(0(T1#xF27e)zlLqPg==-Fl=W zKf1`C7w%pz=4F7IFW*cnV`;K_dz72cwA7kr6z%4%Fy#$zVWy%7P zT@l)+ReCrM?Y#BeD0}$I78rArZqBm-3*Q72(2FA=wi#cL%f+Y65X=i8QG~0A{63M4 zEn~@32|~XWEp9QjrNlA9%5s3)26WYfpfQ$QPA?s=gJA|j=uSV7_Shavov}b`>H2Mu z+5%UY3S2RO00GB9Dp2E`6CA$$6J4ikuD+`eMPYMGupGZ^jj>s# zY;7S~n)C%Q&~Z3iG;rt6arY0KG`B0JDdb2blysA&}q9fHGiVRwZI`Hl?Wm_UDU* zf$Ym-hGmNZyr(jMboZa=x=|E&GbFRFj_*8-AVYjzFq6jh;zQtoLkWYe0?wrjYLE9z zqd$NZ`sCu1U%lZT9L`;n=xq5vC{tVL>~l$1lwV2 zx*i72zd?ISRj}IX&39pA>_Sp`yGZ7mTz$YI_Ti^o7Pfd{9juj7mWU2@of0qAc`=dI zW5d7z2SKH-lkq%fS)!*QxocLvxNfwL>3>~$tPP;ITBOVM zXGH;T04;<1D^maY>ies7jbI&O>f>kXqP%>%3V30G9WSMW{q~5Awr9J1S?`@P+<~AU zqU)J5W-h666%24wodD|f2YF8hxzn6{@B5GrjQP%G{90ea5*2oo@iGqwrGgv4$)ceK;`GpfwLg~_`6q&4?*^; z0)YDA{Y=O<&~4!P4ui&PhGphhnW|;F${kb&+N$&Y&nI53?kb0VWnIDcgKzM+F&UTThB1Y#RxzN2})R@EHg(^!riZ8qkolGv}!~wHRvL~{p zj55shjf#Ml2MTPj0iOu>(>@jxHRt&Wod#GOUuBzFHOv#n4|IC=Hw5wp&T^3dwoNHC zm6@yC1!AT@uD=OJ1^5?k&by$lQzVCgH^hO_XSL@jF}o{;q-41yS+mPq6PXtAUKTn>V1PvZ4+{Kvb$EE>qa!X8lV3APAQi-JanyMWALV8EyMIQtYb>t}hM zKizkia+p#3o()XN)~Xj3jj+x0!a!=uHWLK!1*uIzyTPCWDSV;dXM79WA6 zTO+CL#rWBGFx*aNYhagP@jDx}hq}2!rLT4PKx3-taO{UluQFMHGHyrvJ%R?0Tla2qm1OI5?d#3*kSY#wxQ-+E^a z1f!^<+Y&j$xL7wtFpKG#SWqQs4Rk04OmJA&CX)w}7Mv@NiD8-H7NooQ@Ttj`zDaa3f{Z|MS6D!0kZkpqwmb$iab`iI~yTPfuuHtVqab)(WmZKAsme2c6zn z2JL=r=~!nDM)e?ox6#|M%^m5;8(@{Ph$!qUe-jm)B}(_N zbE`~EfC(??Q@w?*0vIo@)31OjDPZJ7Ogv3N{ugf=Rmsx_E&J#?0oPH(8UvVl@k68F z`C^FT%G5rgMTON|cnC72Xsx+kdkjbmy`|OwO_0ItybW|%%cWnK;viYAY|geIWAain z7jJRz@VGPI{jSkj%zoZDI*MAs*?7uKbM)snNWj$<`-4?%l}$4nfGPh{wgu&i2JL6> z=pBI*L_q^s7TxL1X2FwOc|hg2WxqU~=UN&#FAwktx-N;QpAH547c~fLo+DWN!Gp|j zz{znWoE}wY-sTG}L+uxx+n9(qUIF7vnL5j7f8V1T))0oOAGP^H2be|%GRIoGc?kE8 zrTXrkys+_Yh7V|=$A=brkKTGj3?&e`qJr;wN({D4es|GpLNX$tImGeo0MFN#EV?T* zL=ee{;32lp$XO4bwB(D!q7--4CgL`~n8X31@H}am9;ecwPXs9$pntZ*Mow-N~Z);8$V=pWUykCd(dR^F3e+ z<=P!Wje!n~0c|2mn;?5Pv!^{|9K)R1cjU{5R$P*x{m%pM-UqRfRO$_p38KeKj}?Lg zbaeuVrKLT@FjJid!7&4>m$IjewKzRZN8{WkM z-bs_Lob1_@A^0luu3q~gqyZLb8i*y$BTF(J7`%ii?2>OzR@n>2%8zU?@p?e#kAta|e)wty z28m&f;0zrrTeSr4OM5%TL<5+!*&wSgzE@MssF}H5RcOpx;2?+*VU;le<*i_6eghT) z5-{UWzjy%L4YXh>HM+Soe#1VMq2yve%%(km>{( zXBpcLOvB(G&Ubg+pit0-2ULjHVldLN46O__a_JSnYO(UQrZ0abgMU8$UZz7EbdvG{ zw2lRr?iB6cv2_?lfwDlV&F3C5FdJs$zIi^ovuLgQDuYk}ipvN4E~*w8c>$Mv8&+kk zZlf5ad2i*L4neuWMUHwK`yrUQT0??V>r_t5ZiFejtCXH#p5;x9HPfj(Oh-X+X!zL& zL|qN%nVMAmq1uDAr_41#$r}0e(ZvXQh*@5o$P&#AV3ZHD84gUA&Orz)iM7E6hJ$)l zx(}+;9|~;R{iLA0CJ};}1<>I-cvhC4P4;Rhx5L~DZ)V|UXL|%ew19xptTk})p6NDUxD_A58Zd(ZZYC1s zA;S&sKZHw3IkwJ@Rrtv}jGllOrRRVW5W4_S-wwu*wK2E?tA#-*EI7bMgwr-(e;fKg zeQl}86UNEXewiv})cML0m6<(a?@=_6Inj6m`%Dsy~`nZ^M9&h*>p z0y|d1vvZ9OAc5O@Z#T5bEg4QPK;C+94%}ybPPHNo7~yYz1QrkK2MJu)7`AO1fdbIP zXYa{?J7ls7c+oQta&^YugDOf+7$vxZF-w3o+RwiK`C~E!SG{B>ILEX}Zv)FMd|58Y z{Kq@r5}VFfnFxa1FMln{;+bc3BRl6l8EL(N4A==}zv0Ek&poQHQye|U8BpbB_Qne2 z%-MUvwU4z!G71?Wr80wibC{Y;JMGt`m-`~1Hs^h=R=LWP>DVkw3QVo-?G0yIY#08| z9p8IF<^}`$n?lr?{TBKP`?%Lx?YWS0Kp%w7Tvw#gwienbXm$68OG>#6mE*hzCGoa# zh&9cnG{%7CfdHPQZ+L5y-sn)}0hN31)&7%v(1)oVT4A}tVF)a-7`geFEHS8HCR=iT zRz)HAmhwD3t9?ZrlDlzbsc?NjTYW5e%GGBahQt7#I#R_WLd8%df*Axw#8QP9Ugyy%W6a?D4*xX(PA0`}OA%=qbe>Aq##zF)QN?Tser> zXZH{5iUu$C1p|6lMS}OJE_B$eo1n0~fNxIjSGNGWh;WQmFOtc4Q6(jIWmmc*98fO4-nj-lJCLent>LP6^@V3Ce3wprQ-K$uqcAZ9b5J?EE| zpq9Cy_AszfDF=XO7L;XWn;fC#a%mMbsog^bxE~$7rhsee0db9C9p@i%=DEF#cpnj@ zXY8}lp446455uOqmqXoR>V&g@Oo0A&-!H-EK|ngs$V~v92YKZx?W1dASzxlxB!Ja} zI_g=T!5~4YuKo8Mn&HTV_OC-R76q3oTo^_2r17*xwHHwRGV#FiAd0ic^a={R= z#v%Yp8OmjzI1WUqJs=2@!{B4ugEC|^y*wNh&;2m#%GdL3E%AV1j#~z}Ghjf(moI*~ z`~USYbPuX!$RxOdt_CQ$07`YDX@&`4y8PDNqH)oI3%jpNeWrdx0Ng)Kt$X9oI$ zHb8~jpF9Qul=^^8pM8>T+Q$)~b%FrLOK*VJ{ns-OLj=_&Xg{-bQ0BgP zHI^$-_n{!x?{=bju?TW@*)$ZM+heJc{cEr?%eZ)y zaDBp^A+B!#D`60OWx}~GKC|V+pGC_EoI$6Pt3cJaPJ(|I&U;Pt*Miw+WfhXG&bJGU zx0B3JFztDJ)uR!kRw`9ke}cc?|8nh&K7z6gDrI^CId%aTn1kCgEVC|SMbJ3_SIdlU z$ph2AsyDzT0||_lj;@A7>_%P_-1rPexsN3B$G# zu%=I*08e6~0`YWA3Qzy>gS-oIc>dR5%ncnp7bD6SsrLeTyt4x;?5E!_%ea~OyS%x^ zdqxA}TLs7q`zBY;p5;53|N(y7(+)mHt{ z4g~>F1itKw+7CiP4#v%af6YXWV~PM;R}+<^?W^xx`!N)H(ky1xIya6Tz?k`>mLao| zZX&;WX^v^J!+ok-q3K&uf}P8Aq!0Q){}<@j9njhwH%0Bc;2qHglv)pF2vSLI;^y2z z05j7i^voj=Dssiz=fDRVv~POILGyL2Yp$|bdsYHn!VxKvrYyplt-uw; zmcdI43|>=Ew09L3ES0<##r7!R@xUzoCOH4FEflX@8ClY$H&`s1v+T5o>WD#j=*sW} zi%Icl$#r&>nD zpYMJRGpul6Q~S_Z6N|8zxe^%7b##LS-XaPhk}Osy?V}rqmTgosTurcL)NK8fbG4tG z4PEMJPGyMLoCGS59WY|iad*6T3LNaI2iv%ML1<4K;c=?#K;s&L>BY+NXmz3tF@c|Z zsVhkzK*{CnhTOZD1VBTBvCLo8)dlUz@Qke~_*fh3U67mUz*8(Tc85UPUkf2?Kt>R- zu(~V?Zx%hLe&fcrY;Vg5HiFzi09y-Cdq5>052_*qv>*Knz4|KDda)cn#~Nk=Gx>E? zef(WSzh&qLh{mHeHs)t1!keisTO-d=Pph-UESGFu8d zk3d+B9Xxg1G2hkZm`tugu+QB%A>%}d^j6W6RWVpaY9IW7v1CbRz_ z(qu#j(s#;{(afc;)$tp@h>ursk>kL#t~_>{Rjvx+@As%ghKXkg>||Oje)!}7-6BwX zQW;P8*WOPo*ZSQ&5<0fO7FSENVcVLk7aPASRi?3~=VYP4MPIutqiozKtw0-~4p0IJm=d9Li@QR_cChH`kA1mx-kj*9 zy|C<2w_bm`3py)GV7b7U_81jUro_k$-MPBVYlMKteZO_4s5;&a*=GRnz>y=pkla9P z>HH2iFmFF)#rOWpxD1;PA=45Es7XY#53_ zf(l)Oa$Oy#+I28Y`FrO@ck`;^rAnE5?Ds$d!!*-Z!189|0o#6H$2@Fg1m4rY^8w2> z+RxQO`{*?=dYW$K&a3GV4glVtn44kNG6q*CfEFjVd}bO;1)guRff9tHpLLy14{$Q#hj}BW$gA6 z)L+1o5ismPUYFIWd%5&PzGj5k4QO9Qf}}S9rj=lekz+p5e@3wdstjJjaMem|;Hn$D zDo2*)%FKY(^+&>)DnN~hWe8RSU>IuPUIe^GJcxHn9Z?=jspY&$uM7vOm}TgbqA)E6 zn`TveVQ@D=+$7h~mgx=4n=*^(~b1#LAvT1V-0L#$Kya28}7r5{&he63SKJqj{|7#jie){psv)sHBh6eWE!7)TjkU$6AI|^yZkzY$8^s1M9f{l}D zcKzh?x~hwYV&3L=rlRV2l?Lx>aG)H-?XxE0BelDWkis_Ul zhR9L~lZ=Z$C<+8DF_|Km6~X2Ez&+>7|M2^e#Nv6 zb7ImmJ4~Ov2kvPE6T}Dd0D5jx```eRckIINd3+xT7#idez*Y^N%{}Jzsz@6D_Sh>J zPco0S4|=Nv8o_w8U}XO`mu#utqFZyFm^sx4xg&6>31PLV^zu61pxbcyeZD%Bo)BDDm7yDQL{sGvfe}kqFuWF-8^kP|3l+ns{~mv|VV*v9 zWuh{SeGW&;gCVbL*{)lcO_|Io=#$2%oc&MvD8JWU8q&C z+?0=?30N&a5HGm@gS(6KWGp-zf^T)dIw4~fVi`na*+c25D9e>@qLB%??HMyh0#cv0^`e>N*!14W!AFRkAZwGZ%X!c#?$#M_z!vRIgkS= z1$29=xWJ~|XbC@TYQViP!PB+J7C`}8{g1BN(bmkM#(|s}{UKEnYW1)H1D-v_JQWw` zIcZ9VXaEW7nGFd+_NRWxxHT{fl0kXQcEHkoskw2ZT+T#bF1R3H`>?1TD+b8W?Jew* zgPt<(J9r36zZ!@DH*WB>>LO|M0hc45CeFj_K$D1nce>}gMIgJe<|8e&NHobge2-JlziKy5gRcu zdFc4!HW>?NehZu+!bic_5LH>xD=c6jP{dcyRcQaBAFy18xdX5WfCUjVbIUEzhSd3c zvZpth`V1Zr4KlPO`^gA=MKorMiOsO9j7>|23X}GgU#_QCW&#TSe&Q8__J43NSnG$2 zvil=;maD)Xd}RNZzm@r67Y0FXPfQu=Mv+}o`U&5dB(rRozG~ecz6O1hw*GE&D zSe%EJW5J7ySmJ{I>{cip`dE9;Y66DKVq)kW>1@Fkj|Nza%V}Ua|9t2fF{O7_h|&_i zzi#B#<1!dK(h|zh3^0RLD4`wWP3$&kk4=tkW}2@D7B4~Y?s0V3k|!7*@@TsDMkf>< z#a-LiA8o?0ZhRj&T?MoxtT`}W)0>M{152QM`p~jUtnuOC^$b{c7!vM*{jz2NOu+0h z|M}lB431Y zrUyzFCP{$@B{yO;YY0(C9aX7f z-8+}jEidTZFH-0KeD+oP7r6eLHSNbBWuz{wA16u=-)(5W^Ekdz;h;8q@h%wSRoY$o ziF)NWvk`Ec3igaNRF!T=P3s;5K!AlM!N-+}CL2yVpbTe%|B zsU9;>w7&!~oLrDf_uwIB$p4=BIUNLST6wrK+`D^~h+$2*Wd9#Q+rdOoIbg zA5RyB%LjOw8Wo4GPsROV(yoD)Pe4E6nuW|9M!DgM_QFFp&YK8&E}`fAAVuQr;I&i>)|W zLnk6yFEf zTDSGA+Sx$+^3gv(%=ou_`4~7*%3X5_yw!25bQD(~2y!|1`lXlu@%->M@Q$$yRkU_DCX-3=C!Bp;3q&@Trqdz}?FL?e@ zIiTK>JvU#3$yBt=_m4mZXnte4L`F{BMe$S_{Tet876A$wQ29X@2u?rC;@ARtsWLW< z(T(Xhju%BkDwlS2Lys8&6Y%WHf7~;N&N2hedIY9KY(mh-Rx-4#KT-_B7tY-A`6FiN zMeD)!yrlp;3<6NfwxB~@woCiIC#<_aDCe#pu~*r@chDh&%_F+8dJt;73oPXsf2m(`3WwH zo)#=HZ41u6pe|LpHm&_$O0CKdW>Om?=CL%L+5$Pe9zEe3rH)==1Sahy|M{IqL<8sjx4_~Jj8>T|ejv46XmdeeZG~V!gZ9+QSQ!ZShTxLaKEJ%j za#!aL`wxNf6fA2X#>K3H;)BuGG&!?}aIxGGFzvJG?dN%LYWL^6#Y)G0@DAgn;s{Nh z)3jqrD_B|oX~R?Cz=dCbE2Jeb(V4X}tM!fTQ5i&!RSxppWgQJ-=o3*R0$d%akD)Ap zcw7Q#*<2W&w8g^bhQm^(16Cjf>)K-{MQ0gS&4Qge{+APX_i?@D+@9blMA?75|06oC zj9CU0o_+aa#*Lw2z-Dv7toEruEG0yQ*ufA8^5TMkGLZH~7|0;yabA~~4d(vLAVB+n zL!R=FKe!vb^sqH}0SIuWf$>$_7~lnfED{+unSQ*w&$8-mu93W=x}`$X z(b>*-Wq_9@S;SBlE>fj}40L|!6;?n%^|JQ=-=S$uoop{zNkvt>qAFyzsd!Z|JbJvd z&lQqh2K-et^Ze%5F^o|SKG~pFbPz_?4B)M{AtUf(Az)`uZo3WXCMZmbs=WrL0zjv? z)^fr00!w5mBZ59U%&rXBaPc=7R-j7+yE%i*lCHEB8{0#BzUac4y@{YDyTsanRw(M# zG7GK(CgaZDFnvOlX^2WuGa+_=t6oJ_ZM#K#i^nyztA#MLEdf(UtGcHbbkN^|kv6^v zu*$3!<%@q~M$zqt;RtuJl}f*{)DLAGybsc0g&zC#M~+7`WBZ|*WKQR4{#z3=80NWj zghFfRR)v4#w-{-Uz%I&$7R;Qe%(4S#%6YA%vCsi~5mh4k2DzdQ^MCx|9WexnIM6r( zg{!X%X2e=+oRYufx;lw1UODfUP@&u_+(PSXc3h#7N~f zv^egN2{s5~1_SFkV9a2De`Pg!iRg8fI&}uLH$zJ%Bac4;&l?ZIUD!KRT z2l_)(J06N$!oYOu$KYYSV;*Ft=m`GS1^Aj`b>lGq@t)sdct&s8Oqyk?=|p-lv~T)XhvsfKvsGrGVWXumLf7s#ybZcFl_ckU&6w8Kbn36Y6^q zk`WrHZ{(?JW~^Ki?M!E0gAVwPh71>9`^nmDc&`|QAKTc5!qjpC<%?10Oq$)V5!5A% znL(x#t<`#2SfzC`7udm~70gHH3`4u|L*0_1eIwH?NqKQDcm`8EYnU7|4Z%Pi$aNHh zaF4WQDB4%2J;XApqKXkO%zJHLeG#=a>%Q3%i@y`E|Ioxm&@CmPh9;)+^1r0)ZtDl&L5;^S_S&!g}HIy%<-0@(MU$oQM@gcnn0j zZV2XmElM9kq0?(wCGJhyGgRiFMuT|JVlVp&M?i+b%2~w~BQGb0&5}DAauE22uZkb^ zuvioCZy6y;CFh>nh+XxPqv&-YcgJtuz)Kg6i{b0vPZzV=xj*{&!b$o@M;o-o!>O4I zkVBRWMzKAs?1L72G_03N49wbiEmn8&95$d!uYJx6-HWu2zA_mb=vNjKdra16$E~7O z@_V%nz|z?XrlVea4Dqe^*Tk}O>&_#q?&XYqXbJaQz`Le^by+2<7Uy*69Sz*U__rTI zrY<*7$5%|rD;BsY!S#DohS4{Id=`fj&DxLD&Q~wdL4%c(Ymrx;hNk^Y#|{(*u@7X~ z!;uh{0nlC74{qp+ZQqC# z3vZl$(TpK)6ehlyw=Fx6xArFE=G{3T?yac>n6Z0b`*Ske^ za*V1$OqE&2i#fEKt9|Jen&(CBx3!@$&$2;)gZElG{d!~yA zbS_-`CMu*a7oI#1R>d00;H#K8K%t0$5SBcUxuFtUhB{Xjg|S&|J+I#j?3WH+SZ2t5?!7|O*kNv}N!2CQcB zyn?U32bpcn^cAq+Sr>az#G1MdY-X`t8{kHVViuYM$SQ&<#|r!W*$ME2pquaSJN?3B z5{*CysDPnkUJ6>`w7(4$xnh`c>2)T)_T4_0$yhIz8U5uC(qYiDBY9H{T_Ttt3||C@ zosU&^_!yXg8?0;Q#zH~G<2D6qK{CCZ)D#wz%ws^kAluP$8;1ZlnQapRKHcK!F{zKB zWDd6%fAv-d>w7Qgmpp%e)@pL2OoWJFh*&X!pvJE0ZzU9O0{NT-vb#lsN7#ay+EqTr z==S0+mEf_XV$(iE0F@g^W*}ECKL9?Qs>&I9VaO1;pueWyi=hy>&e~}I5y`*;aiIJy zOC~S{GPs8U?dQ>UD#KDDF}nUV7|_Z2K$TZ)1ULVU2M^m^KdwE!Ci}yeFf0O99#x)b z$mPWY#*eTMcggXSXE*}SH zV*-4ZT0$0+=o{Wt`u2%cbsr|2;G27H{JdddZFn*@rpu8>0=Cv%d!-D(8OXYTo8NC> z8cm3qEueS3%ioQAP)i$BNxGEK2cw~`5!^LJdwL7By-360;%~s#R3SliD|S+^*Pc!Y zOG807c&PVEu6LRvG@cc(0<|=WE?oOr=q-Bg(+9;eT+;?6C3P^H=NuDbi`nL*-;3IP z^`t0)EOvm|o__YeEg7+7!QNT-)w)1OxMeZmDh&wL!Ot!ixgAB_XAWkU^kL(C$YVpz1J*<_4jXfE@uS z6#>55rad5-*NzmUX&;YWQw0b$tQgF7?0`qdf4urYFEbekF^dFeI&M{rX0hJ6G2pMi zKF%Blm<>zH0WsS9JF(MUK&cJb0nx$F{Ti%k5zL_6s!u^-HZtt$1}jqxJ`kpkPli4` zU8>e`_6fR3$Cfwq2k6vIqBwK6>7c{8t7eGmT(E%1CPtrk0zq9Hb7w_+j zo-*XpeY~ZpbcF_Zi@1%)VoXPsl$QBS=dqbydRGo{<;}4Q6wNIK*UxdgbPvD|86U25Z*o5dp`R08sFlC^afX~L;mg2N5GjKf*y!f*AeaM zGXuGfxwc0#9hq~iePAiMq#k0_bf`%T;AUML*8Wr_LmtL<;{{6lpF8h8QMQl$*q9Q2 z=CLim#VLR7cNkz1RI}{>Cgs3=f%Gi%bKm)A_wUAylWwfFZ4f}e0F@%>&}(mlEd=|y zIg1V4mtBIVkKV^bFJcmEUkc3r<__;^4(JG=k*5o9NKr|lRx|Nw(JUA-1<*bqyJKCvTOCLKG-rDZZ3 zzkXQz8BVsmWnZv!-vjeyfI~ol->CJ~dtA@FRLqKS0wr&AcbpNy9y14;P*-f?W&&ld zT7+;{eZUjs({<`FXqGoZy(}Bxc3+vwU<_wa)J_JVax?ukyx$yMQ1A9)JwmoeR8@}J z*U)Q+nI2y2`QSRzp>?g8P2Z~Dv}_Ll_t!5l<5URb70VFXhq6sfQ+5jh9aqb3@H&7s zh>dAz%vUAK7)HEu6bPu=UoHwbx2QcSRb{8aew$w3Vy^L5KtSM_=fMwJV z5}bb;at$;eQO^MFg@JVvM&RFSGy%F6&3-x4W2J41zDhT4Bv zs4B_l7D}!59^EkL!p^E=plLD5%xiaom<)x@GS^Z_AEmE1H`7N2%MmT^qYUPzGd;O& z`KLlQh61$(eLTfD1%+z+ zx*-i(w^@cvzk?v=#~~26;{oC(;z5zcE0ZiBfYGesMLv3`ok_w4CV(>7FNTu9l0iCD z2gGWdQN9mYSH3mc0O!-o%J^`f^#GL}Xgd?x596T^sje(kU@Ya5#69$#Vi>L1> zsyoj>Z>+L*fjkgz7-M6GF8@%Uwa?N)PQ`MDB&O-1-eF$ z0&xo}7xf8Up*NIA=GEQ6XzO(#mKQ8#_5h3n(C;LYmY&Xzi$8_ZuA87lgVsUXXPW-} zvmeS_jMpH&))e*eeGofhEN7Ezw&%?VC=v0eH}6{%jX9Uf8*yuC|Ct|`G?z3NlR&IGGhf5+P8)E zVZZUix9u=ub;brqf@iqNq@(unorQiGRV4A`#-l7Z6`)?I%l0xo;df}yqrl?A=Ed9v zQCi21WQxJSEOD;RkMmGPeJsLUR5uA@@kj5khRQ+U1GUY}^Nm^N>Ux}^^ZGqdBIzzc z1B6-{mk(6Ya^}58h-wBASaqfAfHlzAbQ9abUtfM1ytnhKA3)?gf&pvW#!v{>ntdtD zx4jQ+9OTP-zxh6IP&)RpriK~h{|j2xVlrF~D1j*CjhA@}@SMB=;H^EGUGzXp=c=j~)h=^h{Y2S}w`0hR=yQe*+DYDv9j?V;=$b9^@eWF|L6 z^Mw0B^D0w9v|o^628CF>jgfNlFjQbNx|EtPFE!6%0aSnQ;%nFHd0wX5AAffoTy1an zho7v<1KTsL;<(o$&?k3+HRXQ!@HAhM!VJp;sag!l-TCtE+OR{#Fb&50g=qh$5aGI* zZvz96(!?BNe2h)pEXzPJ!8LZ8^)Xuw;Gn9^zD0SLTD02AOk56QQwy0fUPrK4M{>hBEyCwiKX!04!Z}`iAA6KBzrZziwE2 zBiwBZ6EDoE3J?$sn%6!a%#CG$ra=I`HK=``hYmb8@5p;p8%XD1 zf4=cjQl0jJe;IQ%t@Y_^Ts;@d&U=XWV@BSRh6~;p?nSUiAmgZmx#c?qro8;sEA86< z9r9E_Y793u+&R>-B?eai*UyL!&dYPbGa%z?$QWY__=;eesa%4_WA-ALyLT(DqIXOl z%4yJZoWjAEKKWr9grIa$ZK=ikfQy(MssfGkqaFGoP(D8yst=jvxpd%48RM?DGd#?d zoqG%{Zv{-C+8lF-Q2^9k)=oxF`%2Af`^HsG6J_O83SHU$C)P^ z^Cr0vznR5Y5%M}w7C~As};2wch(88AJ;3_iFDQ91Z#n69>Q%n(nS2T*6Bw|d2 z@a(Ui+ngBGEyvbNBQW5l)cdDm-cIH?*tq(KFL}RG;cA1bBM@4@jChqK9&hC{RFfb! z?dx=OIj|$bFn#fR>bg7H!%%snP}hV;uUkUykCBPK;l{eyUbT;hWM$TcKwpgl`^O7E z3a6jOx4{5Li%tz=MY4MV9^qO;OpE&DR}5NL%B0VwpPf3vur<0YWp@rm^Ho5Jh*}7z zZHA8us8rN0h#*nHy$ZSe|9tNa@L3R-zDg&5atAHUGQR-VW(b}Sn227?6-`|ypO?rN zQ^+`9psLq&^92mTW)nF+20Enj1S+7Cs`%&v1}Pw>RAU1x47hqX;~qzE0S7>%eU361 zW=rn}sjeIhwRDHKiE&kvP}>=vK5luEm#_8gSL??>65yGRdo#bX3cRv-ich1(j zQicqIpxhxko`o#fAKb$jm2B#ky^2~KU8y}bQlG2VwP01=x}o1zbqiSN{{Wd`w!13# z=9cA%v8$J^0KBifYAYIeFyo{mGYZwZhJmG#?|GD~q1l7>ff_&n?{_IHCU+U>ylvR+ zA8#>j1Wk!E6Q4hv$(_*)nOxq2D&eI@IVNvX)#mi5N<7$uCp|MEE`1-Yo%=662nNK1 zYMie=A|v5O6?%-S={l!$q zyq%ER%c+A4%ijtJBM@l=7B&_$A3kXX&5nx?2LYbbz2Ms4p6Oo|A84%{GU0U;L0e_k zrqfHe-W!>Q(7w}O9J$ODPqHHjcm<{vpiY?~BYVEq8PoyV=f70TO3if52!k-i_6n zV?J08i~rzFD9xZ$P_eIC!5jt#@4BIMNFaMKJMDwxw$Q$MKrCIu1}J$)xLHA&%T~oE zz zC)V=%VcOgMKfUqjxktOWHh`!5n98&-80&-Gam@_27ct{8>iV!&fZS}Dih-RuTpy6# zlnDOm{b2vR?`PoU!K^w!wV#D=WvWcoLYRiP954R>%5s6FXL=MIQJ352abPj&#sg_M zU{YRm$eAmg0C64amauG+$Dq}@R531{+(;y;FQb5=VSL>|KqrU+-F=7z)EE%JECal5 zKCBcgzHIjNgWx>tw=&ASUqymRaSQ}7^?)L#U%c0m5R;7QS->MlWWNXoB-gkM9&+HL zH%AV$9E>2|PqiN@h6LtSDp)$9*zo}}=1f8r7+*HnR}-l66Qf4^ydwrDD6JsFJ}|9@ zs-aA-mVu{n&vBsW^lIZq1QcLKW#ERo^T5RQ0pIXif_4aXvr@O4I=V>^yaAbRP%&pN z3f6K(4&*V4pZ@L$IF~V}J-^7+I*W~(PM-;)*+|(~M!JrMe*6X$kL*nC zGLy>%iFp`nA7ogmb&O$bv_GHDLJ0z0)^5^FLV)L>S<(hpPo?_To&K8BS z5~$Rc!JG<-5^ipnekv2Iyg0xOs+&zTDNG&kE8AD(=|< zcLV{87v2H)XX*e2V>g}^4cuT2rj}fzZpAX$m!;BMKh}lOAOWiQZ#*B$NV0Vl*W?s1 z2xhkl@Mia!vve`gP*QqSwAH`9_8_#Q20F`nO^kc_m<+-p=y@RRphyNkQu~b!uK<=V zpgh9NJGv<*oj1^}EB0WqUAhsy~luNNxr+9~lJ{)o4EnSBT+$e=y~az6u_c zAP0e0(-S~h9JhAkJsBlJB#qWj%BZuyWXs}Bt`(r8-I7HIXI%*5mbg2{YQw#1^ow_= zpcy}Yz30O3WqvQuv|(HN?_b_~FN80M?@m01!2oq3E}|3U4$5VtQyBtnj&~CvZrV$G zu$zp)vzd@UzlZ?dpwmIQp!gXv8Y&>2Y?;RFa+BJ_BvhBgc=r>*qfG-`nA+cRgh?H5 zn5S!j51!+T=siwx1AvMGG^SCYa`M;81$2;FVRgRti$gF3^D---|DUe+aF44x*TqMc ztX`~MN8OUud+(Ojt!k@lRIIMisP`KBp~Uo(Kp+VLLTCvX9Lj~~0b_%WX*PCTfJ+)T zhkJ5P&hH=iz3={(_6RuldET$AZ|&K8t*`B|HM57kJ5&4iO?3`bz`{C<2JO5}i7jFO z`|6D%+wYa`A)Z)!4EZz{pqhJ!@5T^Dy*&4s`@tApdUV~ltBrRZCy=0u<$dgX{R#$a z*^D-+jm5P&>n~apEfRwM6?By)K%w9Fr7`tmic6Kh4BE5)nT0GW?bod!>!*#E?}O|F z{f~&KOKHMHyQ(uerfK%CuO0VbdS872EZQwZ1s8+hgU4Db)1A)VC5O5jAlZ5vvx3C3 z$dU(2)CQpLAE(cPRS=#1hVTTY?=@6cShSthF(7;q3kT?D z?c|Tz&8@i(T>LF`we)bAX3#siIbhb332w>`1ZQiuG1l&>D}+KF#G1)v(OkHx=c`{p zc7ci+hHp;Tb^mqXw!`LEI;~puMte(!7}HD zthIu{QBeLcJ9!9iUQRr|cWs9HZd8sZvXlW{Idu~(c%BZc00B`Vz%3#4p0#poOSy$$PsVmR-O>9^f!E0ymQUWGSil~Q0eDw#Bn-ENiz_ft?h@=Bx+8?kvs$#0L z-vY%Q^clbr9Pi_5;?RfVm=Ie~KOn^O&fG z!iWnPCqd~)tP_?&DQ|*t$$P}^aO#mBX!ITZ0?ewF_Ca5?fQ>d}%ghh>f{fQ7-g^Qp zpH9><4XrVYtz)x0b!7jw*IJna2AP(N!>mD}hD`sjazLyVZU z$FD){m7&2!tx1285n4B>qbkZo#|YdZG8pFRVX#?{XG3Q+dyMwqnI(hUhWF^wPafyO z-+wmi^b2c+W%K?R2(%wl?;pjWFV)vgY}(CH`;g+o*`LF-!2}T~AD()`bA{Ce?D|vu za=Vy(=DSYazrubP$bR5|cy9~+ucBBg2hsHoATJr}+`oUJUzFO*k%^v5CpTk zocAHij2OXVK6n~DSjHQcHr{t@%{967pJ1G~5rL`ss3^@BUV^gB1<<2Keqe_|I=YMU z+0Yo^q}DbuGac)z8HUzg<~@+%y9sWueEtPjQu7c2#PKK%fy7l>&q0X~+O@g?vBv61iSj6FxjxQd70;IUA z9c^OZ<-|qIj0Ui;2pYe-3rY`rk%`3zXz!Io1=oJ9Hb0p$;#v)DTdb^fkbs#FZ0iP2 z2gqon_|mJ;4%V$K@P>ElUiQpYW(g}42n2EYkw&n7PcUFag`(JggI5GB1*%A)v$c8k z{p05kUirODf~y#+1QBzbh>zZcWSa1#+QUsC4aJNSb5rF$PpXpn{kLr~XaoUtJD`pl zis90SK+Fih$wuV4S44uBy?c{&t-AHc3YR>kPE!KCuU?LEyyvw3ZyRFwjA>(p%wZ+#G$fUAg{Ebgv+_su?6cA8msF;Gk8cKB1G&o>{PG?By3UOY zY62mxC1^X%2EyjElFR4;A@sr6*S}{509+*Z6DC7&x4JBFbEX%#YK4Ier(h0(j$4`v z(QWGTpTENl-MgXcUZxMRmQ=V^%=FiBr%?$3iGJ48zkl=gX6Z(n$3h0?;wR`^!S`}A zS5+UT)VjT)I)Sv`IEGw}W~*oPm~ud9S;0}Rn}J*esUm{L-V(%|;LVUlGzDr|iKpwc zLGF&UZScK?4tk6y_NtoBIDN9S#l+4as1{KRv69tTBcsD2bl#X>WwU`%6No1c2XPBP zBTGN7pts>a9=i`37juO9sbef*dguAelPnHVk+$0eeZJQumQh{|`1lQx=N{DF ziD582m&fFAioJfXX+$O&{5H@Bj}P>vI5#+QflQ^*yj+TqbuhlB3pCRR#_>3lqo7bm zRg8?+W`TRFt)u(5Hlh22a#@W47YlfZ5Z*S^u@SGzAXVwSQb<@2&z1`+1qtXJHk3VF_W`l><{a=VHZ8!+S-5icRm?$MyR{ND62(s;XoTmsdb&ud5Yc;_iK+r3LIHB z%zvPO?$UnIq;7@j7pI?u9 zoho4Z0N514F5z7t2HxJw_Zl4j%2dY!+!@E6qIphK$(aa?}xNVghHE0+^<&5%erj(U%Th53-)0 z-GGj@Y|xVcT`ri07^n9EUQyt3?cbOxNr!a{l!TpTDaLRS=U>;4F}OgT0QonFZEpP9 z3(&rP4J_xvufzz>-DK(`C_B&mq^jGkQRKo3Kw%Zx+$*~vz~rz4O-6F9K&NUONx}1C zU>WdyzFT0u$zo(!>5wkQl4s@-Mc!b`oa$!L0bC<6!E^KQgiiAA4{iguxJ7~wgZLh$ z-?5lpECD5DfdMS?1>-vS*FOPsi?6mAnHYj)h)A#K<+|`qF{E96`v}uh<&_wxH@JM2 z4csd)0C2h1NYUU4Htr4vu(FwGI#k5f!eCA>Z3EZ-_|grhrxBC0Q`nXfA}PVQl< z2$)8rARY*8bAd7Ras|D#Lbn3(%4ISVZi(%M!p_WU3pVwEcYvZmK$k@%9p}Fq08VG= zVCa3CnQsE_Sw$UMF@v=moDTCb(+_KmYLbUO8(G7!r-fvIkMU}G$D){~1^r+;3e2Jw z{NdIx%$6y|NW(3 zH^9MG=?o;?CJ{8bS0Hu*DNGgXjl3jPt8Z^5y0paG+BJ_^Ic>=yDdH%?Pzi zFN}qTUw#zY5#~b8!UA*2#Ipci$-!JtQZ!g>>gq%rYrjDIYEUW*h=s&G3ohLW$(IAs z`2{_yD7d}E^oB;hR|I@pqj}-bZm=0|)u*g&O%4Jd0x{Rj7mvreI(ab-{_CFSZ*6sf z!i}zi((AXt1+gCENk>HGG_V2s@I@65wWHR{cf(p#4aTTkzo!J8?U}oGWS;AoGC}q2 zJnC-K!ng2MGnvJaJuLPFkP$Qm60q)g5`fD#g9>S5O#`ih`B3{YISkIc;~EaZ?fm_vXU9H&vWHbE@cZZ? zraOIolnbgC^B#z+_iudmteO2t?Sq$NWWIgqQC|qwBs&1#@I-J&W?nkPyiluK2WcE+q^;`P+R>RK(ri!c=DpQ8% zP`6xY$|xH6-nxJo83b$39xSW08)741_;Wn2jcQ4#&%Jcy2KZAk^!L9=@O>^|KJg~xh=azO?`ErJxCOiehpWLQ_x`oR-Wn%Gxl^0P{L^z_L_|MLkxmC4t@S0 z7Z=a06l^o61kr6G3y)aCAeJuu7*PhxA%{V#ekK`wpv88uke7BH>^;(R{mpKu+Hd?o zsX@usk6*$A3<&G_}3G+-?y$kd(Cy5F=zlygZ}i;3=dvPXHGC~`!c|I#BOL0 ztx-nq5O8kuqrlykb>2*v@Zd(4+4^ z1}5NnOS{s+c_QG52qOeN%4G+!zW1|NUiibrwATm}9Zk^of*4fhnfnS~$y87Ym+^^yb`fhW7>xX57VFMSwsOI(cmbv6cr_BUKFy7-`~z1+hX zFhpEDkZBUBJ%5n<*I}n?PvW#>K$-KLHn8L%FueKIUs;%qTd-z11|_@g(NC7(acv)&rc_$j&6Q-Lizr!YvwTlr=Ko|0IId`j6z}R0PI@Ryp#{S z+c6$ocjhD)am41!`y38JSz=T400Bwb@2ylpJND&6DmMA97?OY{PVuS^GUm>KbB`?) zK=34Op)7@I5IrO)gisk6+)yeu*9J#sD@W!Su+vZ0b}yzUX@4TGPwnJFfm#vZ2LHkt zcG^(g(t8-Hsu^gJGQqG0iYlDx#yEF`@|>L@dIInQrT2C-&iViQ#N80pzAQs)=i*5F zh}$96Einc@y?d0qNtV%j&ziMoff~Ys=Q^t$=3w>e2jf4A0qs}EMeW$&Zi@r!4yfF~ zC{m@jNe*dUg5;inrp)p#7Il1QcF+oI9m|xBY2REh@LcuWDAO}8^7NAsto<^O4!_t#t4(w%z!c+pccXC< zqw{xyt-EPor5p4zV$fCoUI}61C`d*6B zHj%`L>fj)VorZO|Ka|~b9CVn)2k^wkR_>_D4@~>o31s`hR=&Zj^>M1)&dMx-%CrF( zmP;qSnLx_B(88Kb;Bjp#Cu`3=*v6%i@}>e7Aoy0mFyR934cZFnQ+dt@e&|6S)Mo@c^Eh9xqptN| zx7_;Bh(0cWHZ?Rp46*a6s&7yJ5u-z(O2)hu1ngbi1~2AY7lFsWZoBdASURKXo0onD z;nzI`o(+n002A;uMoJqFCB6{mUC*QDRsfp6cu;h_%VuL8u3e3)xZ=?VhF-$p8#3ita@x#6s&-G zJ;dIIiQCSwYM)@&{s&BEqefPs^njRS>Lk`&Wh?mLHNIC|VoKNZfN@(e;N3rn99x29 zZv6n+D`9F0(fUkQl8T7xw=!|zX2wOWTR(OdTD1Xh#7d5C(DMaF+r2W$TPM$Hlp&oV zU`+s=2hv6Oh?wY;F&N5Vyc3tD8Zg`GC0>aqW|J=l>4?)c zC@iTTpyR!t!m_;2Q8kof441V~5-_s%>n+bq&%n?CGJ>@4Mw^+5N2-D|Dc=m@Jp#xPA)NghSZ9Bq12xSp*NJIfgzzd61_-9)mJD@X$DKuhy6Wp#3OWu} z8_zyE>s2`j%aJuPA1a3oJOWlC2Jn>3lmPD7>SqiJQ}p@KV^9NJGQk_^xj)^L!;Btj zWdd||kF%#PtI)bY2e?iFSG^l7onBBE$jB30zPwZA9oL{XM~iZ|waYP;R>D{%%(CQ| zP99;+>+-`G(#=c=R}i31XTwMU#U5_zu3J|-D<7Izj!{9~f6* zz^G^nOfdiPGhLbVEmK0RvUojApVyUyKL4r^jF`&mn)KMU-+>kQa%0?kbt_oIg&V+u zViDkc6;Piv0M1L*gP7CYIl!fBzfu6nq*WQDW?|5A@bX(GeX#ldi_pVCo5!?AgST$} z`(3}>6EF|U^?U5A`%A5broRXZT~Qn)7AC%+osnZzFgw{2_9&N~dOQsy0drhXVP0?7 z2cqzX$lOV=mf#PLXrj}&EgKMTt$?ahdN<_UaYJ}|wPUU?2CP&854`k-_MoCf>jKzX zI{L5PtZH>+l`j&g)C^%{1@;i9Z>2lTIc;s+p{o}I;hCuY#~m~dmPGD@=mvE zF6Mz{cPLEA2|qB_)$)OyH2Y(D>PF*{$_q2Yd0-Dn$9|RFFqm?bZj@OSC^q?h`Yr0Bm5X^a4}$X>jFPws!u2#`0yJ0<$8`7?O!EwyWI7hux#auY{PV%Yg?hi!dk@ghv6AZ^_t%irDg1O|qlP&&K; z#Pf%!l7R}a`Fqe0Tf885YG8u?0NhbssBsgbD;$h&0bC+nmzC?p(8ZICg0{Cly&1w! z%+3&v?xOo;TY|Nu%utn=_Q^?R?^c-1*FsG1?<}39kLWsH8;CcL`aq0R1)X{jY-OX@ zK8V*~h&w^tzvE!jaw;T1Hvxt;?H_VR7FIK8JQ8dL6aYG=4uZ-Y1^TKsroTAR-Ds`z z&;B4YI`?M%8hJ%Qp|0sli>bXOdtXmC0XZuC-eiobisvj4X7d)7>aI{CeOVBB&|1j{?uK#_|o>HOQT!U$q6$x=E z$ru4!pcYY+Aed6~OJMa2LB6ZZS<)tHx`6H<$RQcBdC(bMUR%QlzrJ6L;7sRT-$B5r&blw_rI{KvlS^S%zictHzP=Gmz-G~` zk91{q=ZoCBB{m_^dK~-k&SxPQmYjIs>TNl6JmuQM&_dmd*;xT!&~k<7!dJEmn6F1= z^u>!J_d{3@>-1nGy1UNa$8raznEq`bmL~A$DQvyyy|?WmWoY z0-LB{!XJ`5t#4TYXVmlPgra}G!0ml?`xZ0A-RgOje#@|O2ADtn4sRH&s)-<8WP|HZ z0qsT?T{i+!ouVJAM+_UeC;dhz`R{20{{alifyLIW4#8}g-4=y~{e<=37r@M8hK*f% zm`-7a3Fro(H%qrD@5>iRhZsGkO*;IcXD{k5N#SEvnOsxfxK zTEG}Lu>wOXCL5UmfO6~jrXL2XX-$3m;Lk8}qJIP-+$oR{yq*Bz#(bt9=A+fu7%YGQZfX+b96a{k^Q^;ikigFMZ?C<@Q&q9Y0K?8;2ZO=p4}&r3 z&%Xd>&2l)YDvnmO2%^S zJXafL%iEX1iGc-_Z=fxKhC%cV@X4+}`U0{y=*hzTxGkdc+d<(JB6Q@794`3IK4 zs>K$yFrZKB3gar^a!cGA7a@AZ((7N&Hq6E!@Xtq{b%|y@``Cg-@J!mby&<`jP8vbL z;-*rd+f9ir5JG$I^3eIabD+=goGLM{yi8{}On|wmN=&N5z@N1dRj=C9p%(fZ2seQp zv{_>8eJAO2r;t$gZtk+O8;oair~o?#0+j2Av?ua&3(Rr)H!g@>0SN80c8-Dgj*#S# zxiy%J8CEWdwFIct`r;Mng>ftyz!Ri`RcB9IX;||Az3GqM(Dp9ovkHKYDh5OQ(==o( zPqYmJyqJLLL!9PI;y~J$v+~%qflZM1tq{l@CVeMYPYF8r7+9-v8eNeA610j)oHL|D zJHX-c&LfyYWlraoDPG<(yZ7QfOg}*p#78H$*3)(#h@{Wt7)7)8NKSpsvjsy zN@8ZK=kAE!3u`q_!yRtF5|t35Vg%HQd}&`X%sb|4)F8=fM6 zoQv{H@9EMfzWj}-+|Qw@KyZ~&&>R@x=rAzB_$T+7pwW||ZLEiKmfDf3P4IOdyBo|} zfEo7*Ga{fMi1%2487}BvAGC+IvAC+H4(e09^|?iX(d4h2q4+lYuYYhWS2@RdwxOPE zFw3ecfdY?YOLjnXC2R*B!Bn36vS1hr0iDMZvxXFd@!lk+7|`Z>@S}T0Wxb|W?)=dv zwQ7qE5>N%otOJ_bz*ts-6%p(PCQ+M|(^D~IMP!tRho^B(KnEyX)a)9rk%3_Ku|cFa ze0CzTE&V;safSm6Go3Ix7WVVpHF*KxXYMTq2beidELPsWfZ(aU;Pxd97LW#F^!oP} z@!!WT)A&>dry+0HVdqJK7@9#UiJ@tKOyrrGK#rkw5D@s~jm6quu(S+UeMg0(ymACb z41zpzZRtOt&T9{NK1cltzDJ0!LiLn4uK&7CDuinxgQkm++fK-E2P}w7Z z`oUB8*DYF$!ep9+^~@voGR^A)vCLmU`(1T+C`B^nKIoNs8S;XqhJX$43&-;}b{?t5 zd}CnNEnQ3j&z$OO_d3uZ2w=pS7e*QPiWnBL0MQv8-`c=v2pn<)vbb+SZl@=dwaX97 zFh_ejTRgi)V1F>UYlwFDiG@0+eX0=(Jps&2d7nGJ0_9+6&*_`QHX5I+eUMmf2u6!t zADzo!@O-31?SYy0T)2*0T^rkg`pv6s62M-*P{7XZP8R_gB6{aopP36 zI|IFP%b3D5lU|kEg@fPy{O4}@%q$(1qS=Vp?-|X-0!4LnU6c&KIRdnA@k7#Sbb1Gf z4W(s8?S>m?+75+k?-Zf^0A<#sj^t+M-K(b@xciizeKQGhKkS?OtNox^cPQp!<~1A6 z7SH5iC)QS4eG_>ml?7tgxsxF|bJ6pY!c zlC$-w_6q`0=`1>4jnlbvj)i`OGN?NL*ubKwovN9#mHWX)9N=rF*1$L`Se}9W=;=%+ z8CJ9OqDB9Y8*bJ9HYy`x;x6Oa@El{! z#mvt$e*~jL837;}_51lP20Aj*;RBD&5#2SxjU zYtMxfEq*)ysUoxBTpU-y)p5l-RN;>XG6@pRVy7tasggn8IP0`q2CiJ0y~>Mb=;2&J z_{^$I&xfh=VfgJ`&#MYpW0C@tAATDpu3ye5guO9T~y zRBvhGc+@B6z!x_|@#D5vbM3%^5H7HHs=J{HGI-p$#yt2x@4N^Oc!JoaYAmWkm>7l< zup=PA_v0r-5q?;Ekh$pJJ#-QZcL+p*=pE+|9}9=4 zxXRZS3QE)++bc8G3Z<+Fv*~^f~xz#v@d(+r8+T&jp-^y zWBUGi&#N%-<_K)>+X(#ZEhfHTzX*mIsLNPo($EhXD*=b-J;0!SzRE#%y+lO5Th=xyu%u85scjF=AnI6EpoSh*^zPNn>XFHGwMI zmo^~&@{8Z3$uYAK-8PLz86}x>rt4KJN?e;_!U~E+g!vWHnYJo}pfVK!dyqBhOrnY^N`BqY~AN z48Hvx8>|N)TKn$r>4!IE2u|E$1HtExt`$Q7RhD5M zCSX=4dNEl8hIJ!tj7-=%m_rCy!l%ClKMMLWoX+1R#+oDAKMyg8`oU2}7((0(1s5y3BWqF;;Do444i%YbGu|&8aph5(AmXmUZ34`?o-44a# z?#ng0?h&JlS|gVv2<91egq;4p=;LjjKAHzH9E$Lt+|Um>*v%*lR65I`M+7q%U^)uA zA?WBX6PPuTgI79Z!&hM%taJwl9C8ap0Uu!6am&s}z*rfS^`J{PWr1IPvIrdD-9iT| zqCO~D#-#^>O3OM^quR=t9VU=vF)(wJTUV(BO)c~4Q_ySFn;4dupq2-Zfwaf=SAFzL zCcC<#_vdf%at0@EDais>X4eM38$EPJRv%a{=6fC{1_!X z#Y81f3G4@rD&qYKaCZRn1hw~WIV(>TVW@p{m8%4nXvlY61gC3wvPclH?OlBKHAvU& z)Jlf=04Nbux(Rj+BrsU}cp}fD{HfB~PkYMN+LmcM9&=n{tGrCO_D{~(SZ-u5Xv=o0 z<IW$ayEcU912;@1vBQ0FHkZ!T7zPS!e-T?!eC(WsT@}V z2JMk1kXwUb06jL72i6Pv?(x?w?5gEEkAtCcH$u&|r5Lw6TQjbN=bm=!U~$!qvDE>- z{vu17KY2;CG7+(=Zmb125`r0f=D?*F1EQH*^`H)rAb|75pvw;*3Apz12zS+3IS;;a z%n#gJ=@yj`48AIHXqQf?utEnqox!wcZtk=yo;wOO{`qsAfnC+qZ0+d<9Z`itLp4={GY%1JP8OOOf?%v|1$Rpl1l#*hM)m+p_%exB>{T^>EWA~5YT25#!9F+*sd zEQ1_i*|2+_dW>GpE8HsdhTQa1<>4_KgP{(l7{J8yuh6Yf+Ut}56TYnUP`hoLdacB2G?O)+#hv5a^N8&|m^ zcJOV#jn4mi=J+q6PA!_l80a1m~23x2vs6sEKpA|f!pmoHJu%kGZ*jULPiJZ zV08j$j2}~k1ZcnfbLCZNE{zvoV11N>jOT9w_iCKvYYSRg2?8cwR6kR(7j!_aHF#rx zF>iK&%D0M(k8^d!z7F7i^V8FV%-pf*{oq{w%BdGZ=vaXMiPpYJIl@$QVp0jV8SxU-KK4*2u059mId+=e@Vp8f(m4 z%!Kv_F;>egdl^vK_vOzZLYQnJY^ef9N&8Az=|+xNcK!DT3~RAstzZKrn-FNf{{0w(C!IZy*Asjqtx!o2<7WA)kx=`bkq+{)~O1WNz)_OmZB z3mAJHi>%24R(CvzEk+%#_6tMXk^lb1OMip{_^UMXQ+L`S*cQhlWb({|kgPbtFpDG` zWQ~|3GuK_Fg){fLZ>BMiV-x|J0qqk$#Zb)bQ6D~C0?y24RcI|~#D*!MV!)iTMttXY z8`!k7Qh3p65TK6skr8-!TSnK;mxHY(jtN%2fIY*y4Y7HyEOs-Mb#P_P`iN^}P2`z; zH%ySs3?0ns^=U534Rqy&k-<#+D2C!dc*Y(G7C|2f*lGpa6kX>`dLxK_(tZe&dk1V% z!5B?|&H`#h?B>eJ#d$C?(X2NB6;|zUbDXJ}1uIh?gQ|n~GQrSc?dN+8sa)^nUx5W( z`jtv{zEG{Eh?&s!6&|rt}r`X zzPtMbM5Ft6k3Ja)Wj55?;AdyCjVZ@qHwtBt3(>L$#+Iv6)!=S!XuvSL2uyJ9X_4PM z3pd;H^^4%15lo=J{^U(L3cMS{^>AT8F}KM!v-2&^HnCSje0C#Wd@#n5oywp}gP9!e z1@>d)>n0T~jAwM4D3K5<>P(=VNqt^(u#Bpd4@&6A^Uv0>V~nzz)UArevC6an$~~Fa zfQ<;6Kn;6jIGhy~!kpv91l<#hoo6419>QW%HhLou28(ckWn7mneU@+tQ-aq)g|Y8QEt1(0BV1#(0+#3tyTAf6~y zdva-fI#hv8g2>h|Nc+0YS{4MLJsgW!+QoX!?%Bu82y_N>1kHkyKu5SGSJ0NKMX1cG za$XNm!dFIn*>m>K&GG7`AbT-)if9+X3~mLTJ=s$?QwD`c0y9h6gKpeqB)qEr!UNrT zM_1Ju24T$rW$DL!_72o|khc%_8MZJN2%)0=`KvsTFXBQj-N&%(w*v!s#)jZy;0MHz z2jRd>1r`^%5rB(X6%|~yIi8R?!OH>;%caWOVf4)Do5d{LD8iqYUg2hKLE6L7>E#gD zkWdOxcg;FDFmEkB72YXW83x8iz!wSFSz18aeOF9b?Tw-cA7osaEx_dT0C*aRuLG9p z4F|eRU}<4=fGKV=MaBHH=P~G)iN?GDzJ{x(#{hp3!kGxXSawBKN<{bO*4dd?X_iGnB-Vo8nRfJxhydaRQf0Mvl$GQpV8YQF|Li0j`+Wf7FemuPE9^8M?p$EP!FIRF@R z0XMRy{akpE7?PPVf+(NTm>P|0J;f|#H#30*|M!k(Ev|jsQQEcND>q}1YZwM+ItjQlE*U8N>djh+oU~3C zmOvplY+xCvGK2=y4;}_*usq~#-NCXXxfnPRQ@Eq74kibG)r#=+L zh4a~!b1FGh=EC;HORU^|pbC&xOy@-N;(+!w-`r?bdoY+mhc7+9s{Ozl^#A?J6W}ax z;Ny43RFGmZs@l{ZS?-e)WRYpLlZ<-vTtkB|Y_3cx7E52 z(Yb#h(Y=o61)4AldrR%FN|uVF)AXJ_eDfQ+Cq&@h*q3*t=y2wf=>r5|FY zk2m(B2C;m6CtWSbhS)#E6R1`v=0FF?`3rY}FNkGzHeJ<_j7QxdXETzwmt_pjJ9|{2 z^&JL=wIJS}l`o-9`1@;r(=NICT6q-rSr1~;M$d!If^=}3qwn1bZWddQNqbO9wSEK? zR$H?6cM7qp%QKP27$JbkV`-yd%6aGi5(;xL4rm7BJ`zAXcUrE61-2W7F2R-$ReT&~ zFjH9*7(J>oZPY*6oWyJF26xp9T3M&(nGjW={qA7h+P_qn+x~jPO&G0z_FL`SUuui6 z=&&#>fVD5voi>$adsjo|4(Nxm);n26yAd;>;>jx(gIG0}U*IBEiU+`J%oE^d?pCn4 zI>O${2<)R%fjOth=n>xA-+gY;kj3O;ECH3urm1z7HK3{s8qcxoZ3ISZ$zVV=>!b

(Y_4wkeC=E_J1=LhB-Xp>)yGGGkse1#8cG>FIZG}@N{!dxc2($77Ep+87){W$B- zk?sK4v8J=tsaP1Pxp~F(LRS_T+s>x9>3d0GtvO!C+zO`S-M99q=!1X0@RH~Z)Av6b zY$FrVX^?Rn$*R;HFmhYxN=v-Vq3T53bq}uuM2e^!iy2puYjoM$VsjW~#%7usEntk* zy|hFuu@&0iaHbh(CSoP`R@~JXn9Iy^+<)z12*CX>KYda()w40M1=WcWe0?^!izSnu zDW)caI~_MHBk%wRd+^!Cu#^H;t6*!ix3Br^FJ!Qxo0odI)N8*1s{%3hz=yAh1ZUb< z^ikX%sPX3>ixSJZpRjSWDIINRZMJ>)+7sSeEGf2(glRg@2$}@_0Cev%y>_gQ9v8$y zuyAOnTL7lz|4`Gb{!`3%W}FVy?G1F7z**Oz1Z{$?=@z<|FK5pJB0x=ZV1-PMP%3~Rm+FSgBYsdF|Sp=YL9nFi{-^h#q2WL zZ<4Aop87ou0wyUid1w%P+1}u~?Z+jC?R>I3l&=L0s$`7^%|?@$z=Nw?8NPE5f~h#p zu-v#+_A?!HXIBB3KNCTRiZo+fJs;ZKsvO9j3I-rleL!&GKsLpo!)$Uxk?6cl{wY-~!JE!!#sN1gcEe zo(RkASpcQ+I@us@Nf2tyz@tolUCW#b2p~B8)tGWQR1`zK*z{0tosfAb*HHbMjVC^K{-WYS*uyN+NdAFkEQ=ry&~C6Cc{=SI`okm87|kJ2r@Mm}5?FnU`P%D~eqyFG zcO#*jof0sXhKxe6zzQtU`4BZ~A5eifu1PQ@f38_$C9!ZrihIF_8E#cmd-&36P!Xe| za+!|TvAvJ8`Y`I#SJRk1+|Gt7a+z#zuWI_>kFFhbML?n0z`1vUj|i8f_aBRlgU(0| z9&%;$yHTKyQ7^?5Hx4j5^o~3G;NRbR3ETn1Jf_7O=_s}6eoCf&DlaYA z$8HEXSY61;hHn;{ev!wMVCuhK9!Wi=_a98)mpt%c8)wf4i_h9tH(Y)0w-G zUE;5<)(W$0aID*>cgcLP9i0>k(kfFqua4dm7*p(V8SwHTe51wNz!$95J zsk{txDAvlA32?jum`wDnDsHlWZdOSHL5~8m5`X3~!?DZRwSi?3;K3^`1!FTZ4EyAdYkp9fpxpXya4!IF zGsXTZeFX!`Am(cBjegb<0IgFW(F+0|$aQj=%o#_}x;c>5D_}~k>LXEFAZCZH>EoE@ z>XkaT&JeA;27%)ta7@!6-?6Sj_V-N?Fs=O*kUf){c_CPAUkaWI4PZ*M>pAj;0LOIV zZWLnB#tLJV8}*r~{$ZEcqP1Bum?zeuuzPKStc&!=D9DBT6SN%>$@u1NaqrQgn~jCe zVqJttnH)`6&77NdHenDD!Zfa=QxEb20DV`)3SeX6>w>j!X&p_2DrhK!EZpSrTsCVe z1q7%F_+Me+1+tz5b`bQVeNFDSkG~4#V5Us$=IREjuCspr&9I!a&)|TM@3{6y2wrXz z#Jj5CJk0`bce65B`x<9E^bg)Na%r@RV4Y^GHz;8%VgtYQgbG>qMDnp>m7%;6j~7&W zCRRY(C!+)giTfAS)Bhjeq>okkbc^BCLn4>Crw&kkrr&_}lUc#37^xLPORpRP|LZ-s zwk+}dK(Xh_wrJLssFRm3e)H%fF_=uV_*{BL4iZim11cEaP(zt9g1H>X1|}oBLN5>M zVz>MAolk=U=bo8p@1l2AnT#WwRC$O!(J&y7BS$ZR?CiTD<<%*{0VUOxxc-Aw{F!H zE-&NC+o$gHUJurdP?X0wT`G3oNj8{e083J!!q%)C@{(u@OWNM*)jmfo6CPYHGqP32 z?$z#Fz5c_iYFjFJ>wIUB&ua?IY_)7+45~nTN?R6m?JD~=nAKhSY%%xE#WjM|(mJ%S zo8Gu=-MsW}6wqA3f+{8}50nwncgfdpW4hCr7k_>ww_KWHS!SqcADK9}|zb&a} zDCil0nSZ!b`?HG)or_hew9PTFo|l}GoEexXBQ_X-F4i7q0m(}_MRR|uj@XQVKoP=O z653B4(sR3E+FECqWwK7R@+2w*&>FdEwjAYD?NhB7`ho!MYdMT_qpB#bErh%2PAs1E z%J}T2HKvURd+u5zn1D_bWUJR*{5d1r!A5-LcvVGSd|+De76v_PBXV@rsXstb(KOA8 zF}POya*_L>v5MjyupaR?-s%iU8Bjd@(eZKt@zRmcpT zZRpZ|#K@X%uvs@$F9&kff}?}p^(@wp?f}dE;t}uzAV1!)0F^%OGi9n2ipBo_;@#tz zNv}@)>@GPXmW_KEtb60Z2{b!7Dr&x4Z@d+!h-|(Yfk880Ud(Tl5JibUt7KSu-yVqlm9>2py71c3kZ@ z(HL3Fpe0(&A?d*#qHT%*Kg1Gt4B!IadnJ^GHVFFLt1qORnTUW|yLmj|Fx_edz56_v zwf5K2nlWZ8)8Piq%q$kDTR^VLX{IS%wFKf_$Y3pe?U`f_dtd~Lxt}~$_`a&17#Aj7 z4@gik0D0CgCzRbTiE?Ol)9aL^b`6eX2hp)6B@&gwrmtqhCGAxJBtjk0_M8`*u z(|rs%P{Shxj3RLD_vzhK59Y>#GlO&_e|P)i7>sc-Tya`I_r*~ZNTB^4PR0KcQ;M#r zroULHUpxQ?tk_hxL!^QlFTbNIylEA~L6>Z9$G3XW&UMs!E7bnusA74I#boRTJM&X8 zfo12}L|kwo=<4tExon06uu&;Pq5W=U5MAgAasb7EehgJCn21)dhWe+QkEO|>m8(Xk zmmq>g9o;8`pk?*a@|H1Jrg?7_r~_oc!~_}(N5QRIrDp*z5!arDWK+*h5Gs1S5t6CSI2jxYRi^NCouHti?LBlW zz{a3`tz3q!5Idhm?l@|%)~`JhLJnZOb4x^LemGCGb9I>@Eds1J0|*#i=59Tv)WyYE zLbv$ysK1;%DJF1}u0dIq0j~s<90rT~{sRMxWokFy+&xgW2ovizmsQci(*W)*VSMXziGK_qR}Oxo-#Ut5Px0l4TZL z?N1+z;;GhG!F^4Dl;f+zxdos)Po($fzZQkHpFgB3-p?rj!)4IHDW+e1b78#_?Y&KXB$x0L2HU2*nt5qYOErp4?^WeGt`f72g?Kj^um8W^_C34 zy+Kub{Hq~&D5VpKo}>HYwI3g0)%LIzaXDNi@b}-|nk1TVkDin+(Tq{&ADo@?bMp7# zSwi%Ks-SJlh$}AzF<~yA42x$onJNDIiG~tYDC|{&NVp=MBsP3$mU;Zryo`Y(%zYe5PxaS7ad#j(`b94I-HyfyxQJV(O{m$-|Q9<<@>% zU)6q@CR`Jfaoagcd-_libRYx7GyxbARs|!w0s_>PxPG7=RAbs=9{d;^Fwt#HDrcSw zP>bv28GitGt_7fQ0L{7c#dg`&o~M1X47TWz_%_}WLM&kZ<6wM^_FPH&P{7sX{}6zG-19sO+$cw>m8l!4*m6aHYkyUNTw-&s;B8=Dp5FzHC#hs% zFz=W)H1MLlrb+{7K%WTk3-1hq7pjdwJ@wF~Hz4vG!Pw{kzv=7Ghz9=Y9m!GMGqbKx zBN%n2W;!d91%LD)mjy6)|NI0UN0;Z%UTWMix98jAH;V~8 ztac*}B1ktt;fv}R9tNR4sK(gIa$G$IwoEqzQ7Y3N68El(CAc248N@MP2zd8qUU&|& zq6aKFwR=37HRh1$4=&)A7?3l^gO9Sj2L0P*BABPjKF?SG08zob!Vyq_%*5*lY%%sg zgMY>96r_PZ*$V7Y=5>tfv%omT0@E?;shkPRl_!=$W#aJVH&^sS0yEuQSkWxr6rM1V z>*gw>`;xy@4((9Brb`ckit@l5d6G&{Z+F$K_SZ_Qx1-u4O2gVFxfotF5cC76CIBn_ zvm3z}&=sD#@$9`&ovW4i8@c;o(6RW>pR_tjKbr1iaxyJ|Z(h1N)DM!k*NiH$f%jfJ z3I6S?FUN_glxN)yV}iObM{oJ+cGWZX&%r`J@$!~{@L4&4D`w*gk>PIs?cL8~$b13L zy$BW*n4&Tq1654XP+dU47Rcz^kV{WDiV2+8)X~n=G=sFS`9s?E?_*3Fxtt z5Z{e8gMcE?&c~vlYTwR|g<|vqV|B*{nl94wfcEU@Difz!o+jnXt;6YQhqNc~!>E0G zXOH&46^s^12_^Pr>W$>CZ@MO8YVNaV>9Dk;whVesJm2WBJtoj!R0R2_PtpJcG1Z+w zDqk+V)LR;8#Q00*;s{7E&2r-o+WooOPG+>A+9a|@6{NatGp+)65!WBlErYry3SA4R z1OIXIUJO(*{`)QeX3sms3}YPMIg|_0H=Eag`W+~R4ory@Pq5^j4=(#z%IHcRs$#-z z9bn=~Z9y|)%U#1q+mw~UFL>^J7TUs4#0B4$*uf7cqy!#y3 z%C^6YPui*DV%p8iy)oiKfK=8Bg8^hU+K-DSoEzOJ5`A%zuIiu@0Ny8UI=OD;elZ{D zR7J-Oz4#DVEnU9a0JaSh@a+L_2|C>3bXAnPGl;CG*LvQv-~E-n-}a5IDaA4X zAB!C9g_xSrEuvJWMML?&_uO@hj9D0|%c3vwF_T%y^Qf4!)W3)OE6zWAJcCzad)A)0 zy=#$BKRE@){*(^#?Ti6mNYnoP!uFL3ic)Q77CLbL_P@P+H)LMhuuAhcpG{+)@c8_` zY4Cpu%avyf9Zm)v+@4-`!~rHbs2sw=eREv75F4pNO>sgq%w`KRe)Mv zejdac+6OAU%s2r-B4Sir+29+2UZANAqGIjS`> z-K#hY+KV*RbxT!xC8@;4F(V0bptoqe*TEt~$gT~}YdTEx) z2(Z=Y@CuIN^$jZRn9v{mp%0vQS5b$S2J!{51q+x8$3RSLZ!t|}y#3geTD46~;6=Lj z`EyV&J*bZ@(7IKyioDv481ghWW55jBSX3FBfdSX1BX8BDJgl~J{l}MH!|Z~m9Adih z1e9s^DHVS0i`p8wwYJNr!DB%!+5hXl`~KI_o{LAssG>4=SluwfrY2;Xc?hVk42@|AFsI;d$3a~@4A@ye(7nMOvOs`Y5xmDZXlPw!gP2vw zF;H#zojb#Lt2)s8^d8ea00gjX(?wP8lmUCZj<+9mf*xiS1N|$|{s_Yhd4z`Y2p!wd z_GPlyT>p)3bcEK(%GS{iZHr4^<7R<_0Zl4Nx-s(f_xCrmIO-Nt>bB&F3DfR(Lh@t* zV_ZrHee=pYf|N!B)(^ zqajoL$!zfXEPi_U;+{*7r~=1zryo(KcOH~G=L6V z{KgWPMJyIz|L0GG+rE70_meGChRG8c%rF}7-wsv-0@%vC=fOJtkH$cJBhI^DTI#>H zScN&j>c}$TMUHZRDPhKjsm-XvbzEfU0N6ngP{r$niVn_O=a16WC1E?@T_wKYd%=cd z)mk>MvK(${Vb1bK0)JhDk_d{*Fdu;k29@W{X{~`vYv+ZJkd>rtu_^`Lx;B0Fj`lf> zSglo#b(1oo{mNX;`7;|b{P#zG17%PKIxmS7RTcEvdogTZ9-+qt-AlF)pVEF53gfY4 z-L85yvt}98CKK9!`B&=)L19G~ib4AV6{vsuB{zHh8D<+j17v_wjbL%*V&F4NN4ERG zrH3)f%>^44b7@8p6lVvpGO<`)MJBRqs_sydDz?3RC&!!_evbL_EwI}#19+Wxp90$| zWEKIoc~%9>5Xcr0#)1!=R!2ZziCAFC18RxxAxv<##lk7DJsvKsmW~ z9lB}~Of!LJXtl@5Oz1q#9;R@US{*x^=7FPOy-){co$OstC2u7Qgn*1`cd$ z|6K+}Y_%ObJcd6%Eck@Tjv%La|BEWkaQ_Q?~ z0%(=jG}#k`5i@{3dR+U55VTLvFe!j(5$)XZl;~6ib5?6p^N`8;+E1h6^Ig@WPNw=@ z+Vd|ys~`E#%B)ehxmlp5J5C0fbQ6^IkeC@4F$6=jfEvrS@1&@MYOeqcymP<=37zfZ z(7IXBz)5S~S3h_GippJRGxY5&NI(zSK*gX!kYB?-RZJKhoC{Q`wjRPOw(>|uVkdxi zp)b3at9F7ryP>f}j)DMB5yF`$^QyT(jRBR@+d%L)@-p_rJC%zmy3)Pp*cG@`c8mZJ zz%=9~)D_0W3eIq5=_Bo1DM$IdE_w4=chhu99n|nvuxoe8LE4wk91)!xPXW#H$~qQ; zSiW4j@1Q~ZZz6N6VWCkaYl3P4nC7!gz_iO91pDAAuq}FW^WA&F{aFgNhX&c8YK&ky zxW=%av`&b&e?0Kr?WT-laWxpIgoehY174s6TImfJZoKp(-UaAsRPj#ZPFl=7RPY&d z&>iFn^07IqYyIgl4CzXMrwH=G;zeo8hkWyq6mG{q4UDf&1Ut?jKa>bH611Z-B_(Xr zcB~qP7-oc^wT4GE@#GU~E8P1sC=BF$?uV-3u$-)#<0mT8?fzG(k4bcEulru(v}DSl4{oZG*z2e3-IXAK%7BJ8?sYKmgro*QWFl6mBwbRksxU z>A_a*qbjAIu(k70W8HC?W(hLWbsQBfL^rf@eSp7m2m4$oC_H!DdukX;qIsS-)Db8e zx1<`cdYqI7z*Ne+)g^4TL#T3IOSNENa^PCnGw530U)?Y?f}RJ?zU~Wd;bEO*0Nn%} z^fV16t>;I`sF?BJ{X!9_pZtI~1I9{t+R`UKl%enih;4P|AvOenzU4)1pjJ>}1DGIV zrXgoo9loerXVrR+r^7TY=23|Ef6*a>aMlLknqLAwzr_Uec>CGiPw^#U$Ru*_RWAde zzxS%GF*0xBnD$9~jHj6hIwDr+A}$h`{QHZyd+1XKd0<&{NuX^biaSZ{Tmqk}lLJ(( zU=Yjo&nYkSO4@&#Tjj73h*t9n?#tKUP{5&}Ed!E$T-6~o<%hgA?UTbU^~Ydix&lQ9 zz*N(__EKC04^^)4=cX+we?I*vq(EB))DBQMXkvAEOJ*9vc|qENrT!`K3qJ%?nO8fK zg@GpQvBjJQu6FE=*PSoF5X`h)Nsze=s}nN-VBz*%c$6crqNwaE zw~3jz1-NGBPQxOP(}C}|2|Rb3YEf__6IWYW!g*0ZD4a6=8 zB(f;jdKk@4P_N;H&qA3IT7k{>Uyu9&$~MR!#KqTw0JG_%?=(WT$*}DJWSQvT%&7~% zk)bOD^D1E|1w6iGwk5$>QUtZL57!v4-XT<^xHy3*C*QH%zx%|*nIkfzRroa8;VW3`RsH*uH_-zT!r1-vr_bb_a!F1WZk{_b~Q; zAn!MS1pdZ%!5H&=Ryt1yVtYldiP+0op+F}cHO)n6f0{{!k~!uG{x30+{NBB}d@RHl z@s#L&p7nEijE^rP0~m&4hUpq0EE|k5S^45QwyL5nFdtX0NUaLm#ul$5Xe+6KvaQ|S zOs^NV?(Bz9b-~kB#&$y$>}NeWiEdAIuJG;Ofqnhd{or*nFFfim_dcR7V-!oxW#&V* z$8nZ5FjAVyBtPKOSxz^OftZK@lY-@O7-XgW>Z@Q)bO4J=Wf3&GAPOYlb+=eQDyfp| zsN|<8pDC*|Y;!|qCg>1X<`@U2gDIl@7$@X%as@p_-?C8s{e7Da)w9rmo(QmLrs8^4 ztjAdC?Rn-qMNaTriO!^a` zM$kgLVRMXYU*sxWxo<(*J5OdZ!HqIx^C;K8Dlg!@U-n~=3hMdfG4KJ93+NdxE1LI1+-nmr#DoVrcE7-BLdJAMOkv#{kIJx+D^d+i z`>~c{b7p4O&Eya4ggkg7>FyMadqV0Y<~a#Bz_jl(vK)d&?`S_n!H%v1`Tlch(eWln zM>^f`-*^80!VlDe5a}kS4>vuSo5Cb2v;!Xj!0c<#Cx{ zdf6LOEJmE>rX3Q&w&xndAzT=GV2YCr{)mjhGd;m7L3LuPW7L4C2G?Gngmbr)#B1+j zg(aIu1h>gFIGqNV*fAYJj07`IFy5c9y*ooU>{SBWSvT7t|Lwu^56$gBn+NsIOm(G0 z7EC1eX@7zF&s*=u5MaXq*sW&&e)^1z0$IQx{6+>kPu%YogaHd>ALy7&s8C>VTnzMn zX|U+R`TVhg>^`5*iaeT_bQCu2KNLe5Ibd1@_{!g2co{;Kav1L^@Uie}ZqZDR_4Foy*LI2$6bUv&V?%*Y<-on)#2OCpRS zvO{_Nsv|w9!wRiTMvQFjyHB@5a1qP_V^Zs9KUe)|q=iX%?q;?!0kfDZV)i(%FkfSn_R(BY_zu)owm_&97^Pzh1g_B@h zoS=A!-uahEJj9-+W1O8FNUC9rD`YkargV+bC@vX)>psZ!Wj1QwS4X~y)%e~`A>gWn zJtLU0;Vxi(!Bcd-fVbe@(gJueuOt{qqMHO;BD{5jDDx1uy|zU9`qJqlaFssLcvhYR zn85M8-O1rFvAq5C*<6<0zeIRuve@TG4nkpB11j6?71%)E_45&sz(*6nh%p~|I`fYQ zy!mv=(FI5@YbBq~1pe!e?|?goSJ{iS6b28_`=`NxqG`6l^FII!R8E1q+8;Pg0cy2p z%ntJtxbOfNZyqG$#;sgFh@CmjC2Ic+X1H{WL1PugQW0<=I=CZXE??y&b9pwPs}jPj z{jiVBgY&YP=?v=H3YZDB4${Gpn?eo!5O1+?zOf9xMDt);F-3HA_{{k_7CB-Z2nyBh zx?&8j9OrgBwf{sE^NqVhS5tgXR4=GN#j*1U>YdoxGOE7#k&NkX9bB{x#KWgp(!1aC zH_O9JW-uMO(74jnJg~Arash)5tnPll1vjn3ke5^w;?)?f@|8DY19Z|45G8VqsXZtI z`WuMj>Ms164Rje)3EGSCg65?8tc5f;7>Bek>|_u0UoQqP=3bbTqbzB*bAT}(oS6UU z!Bu*9Esvb*x%e8GAa>8I7qNtzAXU<>8TA9XsLvi!)xkr6iKMRX4oEA=1yp_c-m;>2 zC_tpIdLo)Bx ze`UnQFc?AlB=ZIcxONM8`iHNBM}ua}i}M~`+0cMqP=u($S6sP4)ySEYj7Bss4y5dP zO~ZK6Rb`I$v}Ldb<6fJ}Q5e%3o;jwXA+I-ooC7`0-BpfKE5tx)yl7ph3mbUS92hs` zvwJjjAeAkc1r4+WG2&nS{5HC7_xrD8N;vHepn2WcMGubF>tn_iXwwZwXxlQHE^>x4 zO9S&xM?90O*gM|qk=vNt_d)RP#Q;S zoxyKC7^(d@(T-|jDjsrt;e@v+D(jMDR235+Iuyz*iXH9@7n{06&$zlHtN~H~e&+U~ z_@PDUtop4^ITZZreRlP`s!y`p9tCM%c}cIi@S1+00njQa>Ij$)w<7u|6{KDn%FKbD z?%w+KNDQ3X78vC`UY`nZ?x)wE5)GWb<}H|uKt_c2ZwqMkwUgk-#Qc{BILWyAf*9^` zdzD}WSd|Z$GNT|SHoe2Bund69KNksJ0LsmvJ*H4MLdo;5-g2XhoO*btHTpsaEvg6T zwk*-YyCCOB<32sbi~x#3qwQd!mu?1+C~Q9*R9p?s5fsH8lPW>cps+2L1EB8569G;O z9E~FDnU;d!#ggm4o^bcDbX05qv!)vS3CzyQ5i=<YfLn z@Con3rx>s}l(3kuPQ`FXxlbmSnVfZ-SvH%DlUw-GjcG2Jh6rI{erosj*tpCcZr7UI zZmuz{CX6z*9_Jv6ftgSu`fv#wX;CFz1cW4keSAs=Tq|qwFgH6K#i>Y;KPa{p%mU)d zSe&&nqsb7!)I@LQ#pjj2v&aBYEUVw(KqZc%(D>@LWFiA!V60o(wfwhxV^45*t@tbsbYzTR>$ z)})tekWlxV>l;HMb$rfrF;DGqgFqH&HjLX@sAb$OAo`ZggO>yNTD4zP;q*t0sHxh2 z(dH=oXgQy)eQM2RR_9Hx1>XZO9pf7NjGzBe4vc+^6(%^q4exMQExVmG+RI-h0<0$w zgSB>Yoi?t7kGD|TfN2qpB7`&50hJ$~A=(#mPKfbH9YgRfIF~oUvY#$Xtk>t%gC{gu zx0poZ8UTk_x<0;a_k{%p6Z^opclr_FvRp*{7FW5iTNh>y(+f4ANik}F3pAv$l)r_| zHZkn})CxvjwNuHgJZ7)<|8(|6!=m=Cl991vkOT}%GS`@|(oM{(Turm+_Jc9rYysn< zV%S~)vU(cZeJ|cR<^Pn(61*T=g0bY?EiaoOcr23`#4JKM-^f)h{UHjE5FQr2PhM2$6 z*Z!cbHp$0^5x1hE4vl^3>Zwhp9rq?!5aFmB`i%7X8ml9jhq~)C9*lk|{s?p;oc$Z{ z1(k5sTiSf<9|H;e4e2G?0iq)DN{n`_ULy){ypw$Be1&W2(&MK;gmtmD>O3(ZMR;RMX_Cg8y^Z znHQ3wcIGpBhd=wtCPbXfMX!i#ZxPuR$*k7?KQ&7%|2XwaC{dsg5WUv}5~PRlzN@@3 z4_LqSFssNy6+a)$TFU?(P4!ArdDxc6JuoAmor6=`Aa)Dod?xFcuRI3+_36jSR7tYF1k0M4MU@+9>Z1#tg z4c739xF(1JR(WO+lidZ>)?DMrI0={(VWJ-S_;&4wt$B_P`V6R_*Da!`9kUZKAGs{R zPlRw*ntjJ&%cDy|LFb9G!e-zB?L+pEY8~3& zJ^bU({X&(BA%g)wF2@>rI1se5cH2QL0 zEZ=CB(H2A$W3S3Vtl&%^!Frqbg!b+M2aJ_Fc^WsyfS0+rloxlDA$T5$XZ_{5)8O>9m3L(+bb;6c1O=+1GKQGz z!QNnVT<#YSfCc8W=ycGLhIcr@GRLd>Mzg?t{Wi5b!=gjc#y) z#%TxJ(trK%2`+Ch*qMNk7Tp*r8aI3O*7qM`!{x0%ex??jYjkp$;IcX|eV>;W6gK4U z7p;-!GmF*3##+Wiv%9Xd3PV?Jyv;QNoZiSV(_@=zvs`*%V&XSey1;@HutWu$t&m4o z(!mpBz&NA!ov(d%GVgyLydO5-05Bk5^=cUjpWOXZt7F>oO3xOI)h;E|OrI-1X4V94 z$Z_D@`>L}HJs3&41qjsMUa7t1iE$BV9|!2>QS<4I8F?xyO&F_}33AwB5!(NUib}UB z*NH*hMF!woS59yFU3@)5H$bVgxr9TgU=Bg;{L@ds89X44xk4(ki2*zqR1R7LG59)k82`?X^b!sCv(;fD7^C9>uKDuAU^_Avu6>OvJ7);1bP>eV z5-`Ez^pPm55SGbcRZHbH){B4Ss%oc=GOx1H)v&J;2KJj=P|-K;S<0ybkd75-CuQ{c zT_PFTSreGIzkf#W2{Bf2Nh&}6dGYq`vE?wx{JI-=_cH&rpWU@`iut2f<87}i)xlZb zKrx>WfNFwt-}JIYHJIYY2980j`%nLoHK-y>3f>S08CU013uj9C_Q$&t0(N_FwC ze|D+^re!18TaPoYAKwRdk(CeBw1V~SXD$0P-vv<+Z#@LIXxy7r|3(qVlA$S<%7SAqCtVV9^bgmD$iMm_0xb zsQSh&{`5vy^=OgygtsZjsE9Z~rzV|Y{YzS8YaK)fh4rJy56Z0a$={Fz`RME}cUloJrNM(e} zjh|?r%7EoBPv0qa@W|2$bvbo=*oF>(vC`Lgx8UAfaAt4NrF(`4Tf(7fU+U}$Wn|Pj z#EZ?rc>QJ-aQ4ccpi<>r3?eVT4j#{T#TO9ln=T-Ox?vI5f93aEOi+NMKE43fasDOd zYY3=Y)qqU#6(}#{cI}P`M=|Y);H?Bkl_nUmvFK=i>vsu^>l%nPco4+(M0BLis+*sz z!?^ad$G`<&+zuI*(hSZvL65MYm@?dx$}pPGpH>T5DpvQmz^a2cq>BOWHaWzjoV#OR z-F7W`Lw{>K#)3$0uU#J|?$|d7V_Z|FOl6$AOFxFMt63BkzJn?QP49E|&yUsd)aiwNcd5E%&e;p1bTX6A{&t~qAG!a7r_1x@>PdDqoe zhLVA!<1H0=Uq5m;U!nl&HqffMV8d8G554j$Eid@kI}F;3)u0s_(#2VuT>6`jh$W`K zUli~%lhN76NAm&3voynvXO;c^wP&yW6pHqKBS^tiF=Ru>MjpgwJ+D~EK++2Mu@E;F zn5TX0DT{Bt0Iq``7g$8l{Vr+iak^cUx@rqk2%v{sMHRlF52zUz!77J0eIU|7B?mq| zZEs^!umEj&+S`xDpe7Zlnlm4lIq>ZRbT%*8;kP+>&5qpIjok9bFB?1oxT)&Kst7k}&r945Ffr&qoQxah{?bw4E+L_X0+cygr?lb zqRarPCY+*9?PJ*mfq;Plkv;q3dK|P5ykJ}gs+yFERT0X0@4bd$8#kvO4bTp9850+O z;Wk)!aQBbUH1V#LAi;{`l-eRo0;qeJ%~0^p-61LhBTk24a`^Z=*M3pBp2X0kT{`6p z!5q5r3RpOI!Ce6x)nuYGAs8_2JJAdO^2(ij&AdKuor4J5;`)z*Sn?K-T9^Y=f%d_r zVAs&79M)flZckvsef%(3BWU2$Q{eVIzyQd|tej!s=N7bg>U6VSqgRT-&;AbV@*lt= zKmfNHv?%(NJ0!hSDq|jU;pr2;y}T16{|5Uk;9=yR8L_Ea?T4WH%Nj>|Fr49&rr6V- zq8L^sWlT>%0uyxFHYkoOiUQ?D41$M%wEwnXBEzdF@;(15I1t*OrxarW_p80*=aWagqpm)Jku&`P9AzN@&4zQo+uRQ1 z%>>Lg?vssEkWdI|SO#;Y_ua%AC<1(iUC9di>-S#6;Jv83OMF6FveBRX3Bg{WGnI(`Q zn0MNX`V21@dZ?lnOob0xz8v%If`HY~x6ZUw#R=`Rr&4ADS$;sb2wrC(UUa5G2Z%#% zTd)qX;{&!@l)w=3ay%=)NYxN@n)+Ns(f$LDOUz!rb~}WBJD8Oo2N)3n*PEezI=okV zXXm*y240<|E?8nXfG!Z-6xl0d?MXX9Khf)hpz`Dha5gHn5oiGSe)bNqxD%FsF319M zS}2JbJkG-ScpT7=+N*G30K>qe0B)Jx6iBu)?e?OE)d8figaB58Dl%wsVgzSd&oqG@ zEYfXIxQ0zoT|Jog2GF9!h-x+opk=~z=$%(RSmtU+jL66gdmWd_y=h+u*xc5_X4_rN z6cI42+n_j=p2zwY^VU@m`e3IgdcJ<;0f;#eFb0|swF4p?)Xl4oh>f{y&5KSe|V|P zQP+O`g#d_-v0)hRJ`^N?BZT5H5=f>;WVFfAR9t6MS(Ks89+ zWQOTMoem70V1lXw;EnSg!5H{K&@oUA1K)hq^?!bR6OIjS%pnWyr7#HcFuEGndix)7tfC6?R zz%we@h2^y@!-^1*I%lO8%SihnMc%G$gXxvA)&l{mV#JNPQd#5#%;6J1{{s`8mj8@=QO$`gCuD8nycG5hKx ziv&@FV=a`PQn!^WXd8J1`!LWQPFM&Y^{v7)SwKItm(K-U>dtiE(fAs#`7AZBUx(>1qZQ zV3G=wyl6I9!S;g&*R*Gf&%DeEXLV-lhN*5F^hhT$#6ukY;78yp@~vX8gkT>73=wor zyL!aeZm}5oJZbG_5tM>Tk}UKpH>1NF+RO*f$`3lsh`p~0 z0mKYmELt*e^7SvC0Qa|7YchtOasaoUqr$=)3s@?|4}K2L!Hh}>h9pL1Zj1*H(f^3$ zdmMVPZ*QVAWFo2xzzjNAy0lR}>dm6Gj4vcNekRaAowpT!P!*_OhTugYUc|8x z?Bm~q0c>GGZ1T)6AWH-|<8ZuiVAVml#PjSTRX04oT%W4oUDd`CTFZ1h6a%PP4Cx|R zhJY9QiF<|&z{^Z(f|u?+kZDp6@bvvoS<^1s{}{ytV6+$WQ`*;I!PH~^`z^07v02xEHVwsc7~|hv z5yU)S77I8ZH*+H_D#m2k7w-~)1X@Jo@&TZ|23ZjUINdJTf(WnP{Zk_bY?vyf(4vlk zeRbQf!BwL=3Ka;B9umbdv_uruMRsHa&cJ;51X#s!mKRVgg8Pd4@RWIqQPsiZVqA`k zB}x0Vy;`VM`?F_*%&2|&$q1bFqng8lU)%L3QhuT>R8*X3d;eb7oFH49vv>yVDCW1WcE1X4>Y=u=Lncv$TRTefo@(PpJpS zfIU^)#2}o31)}$-fiHp>+}P;&X$TcSXaH~8%#I?cJ=g&yCB_1t+s`iO+Ux>Or#5i? zOCVsrpop zb07qLQSPRaFGA%`Xi*HzYLWF*+?5f;_!Z{*RlKuX%zpu0J~J1`%5idV*LF0wG0f}+c>doX`@Rf> zzk8oPsWOvq&D0E#1^CGEc=7t*)(<_+Tqa1Vl3T|0I-6ngM%BY3a&jadv9wz}%Tp#GwKpx&m+c@RFme{WR0iOSmmgI9 z5QBJL{GXxyVjaw^3E;}pU={U=BumvEJq9pa7!*L|i?6Q?!R?X6pmLUt zECIwk60AGM7&cb2uG~!j?FCB-VDg9TxVtUbtLE~f%A*W}@-`Rw5hD#K2S8KT=n;Dz z!>eNw+8g(PsrZ=!S)$7_-3&1B;4OsJLFB z=S20u2qe2)NA<|yBBT+-D*)Sc_#C?hm59|gaDX{A2wHTTDV{4cL~`{4dva!lcf-VM ztJg<-e)*@!VU8iCbPe}#q-RWQY0F=HUodolyo+uX-)i+#{Q{5PU+JOK1=_dXTSPapfDeM~$&3Ma4xIbp=qIPM zU7Mzc7L&xXvL7-MG#uWS3Ne(<2D0M;2BeFiC8%%Qo(WqPo=#`CSBG27%pbu_Y;Sx% z+pzYornWh{)_HL!q;$NnFx6i_EQe3uw@$^Z(q*~()l2%=iV6&4HGi1|52B5aHhbD&Km(BCE>d{zTMv0Gd#c=La6bCpK*WCckv9Dxb&Y5T zhRxyZttZ@+ALIx=R{$T-n?I|Yk&*WQN}_&?+c4&_*Y3V}Yu5slEBEd_;_Y9p$*^)* zWRz_iN?Xg?EQD$V&^kbT472f9Gy6I428DAEya`|t5!@^ieEiaF;4D>u+b9Mx#{{fT zx?&8p<5S60O8|8r1!Fl0c$*u~fqA6)q&YZ?(SHJxZG-WvU8dGmIQAKD2UtNRgJ8^d z<-WW?=qb6Ls#utsI!aoCCt78+vflXLcRr$hMU84J%(TNJU{NKbTw;?P*uk3&=Yu)= z^@_=8uL}kyrnxaQ{D3MiIif1hu~;<6Pk#VqXB=#drTz9jV$Yg{WOF~*^UhPon7k3* zZi$^D{mQ?swlfPEA;ED7mG-JShI3(Bq{s8}!{@41qWLuNoF-MBtI+*H058DC2V`@h zJIgWvZ)jv3c>$)zH&VWY&R+;lNZWxFeDN6F`{z4IenteQ+We}j(T6HAx)|r)-X8XA(JKjbD}h`qDw$a zAnnV*`_%eAc;)i*u;sA+1Zu^OY@I+z#FELN$_T^pejZ6j0(LV7+zMb60p7YkqZ-lQ z{`i7exxt`l(fdV!t0c+@cf`OIln#mj0Y%-1!MzrHEvhtFp4T3V%6;!)!!}d~{j2Xi z8XUK=TT!PPE<9jn6jZ3j*_Z@uJwRXDi9Co;9tP_Y6ZrY>f@wdHAtu%Uz_^9{^_iy& zW!M0*xol(HfyqMVBf#s`fJ)}2XJ2JV z0T=Ci`Jm(<2fKC#jE_R*8ej1NR7rs?_8Y(Xi zFo(>QS6&X3A^7}$U7c|{A-X|CkHa9a(T#*gbG8C~~4as-|YueBJ ziVohu+E9BbfSLuGTpoJ+ajl=SxR@(I09UoXK&NZ}F-f1Qg6d?Fb650TJP1(r0PT}U z66v$%T!)M~*WShfUel8O!S^BNK)^h2S|s{juKm9!x2ydDOJaR2#$3aNTl5Ji)eYL$T0*N| zEU^b^NodR1}BM*{PBZN5$cn1o(m{_YtF9=aFB7^sY(ujok*lRzO6kqca^ zsu#v>$_T2{7kSo&~Ui+0pLo6Y$b@H5dO`?}IPx9Gr zk%^O0A{!gSY<$VU^e~C(TihSxLJ%EmWWjL5tgL#_(&d-w{!JbL^nfg&lzh`Hb)d1? zJgx4<$Ku9GE{R3+&rp%tJHaQ-ptbVEUK{k!Zr^KYuCZa*38J^@8R~#?uak^~bGZh0 zK9qna5tUp%^Xg;}*zT8_6hl{;k^(g=H)kHA8^p9=zVqlIUWyG$9okGchqior7sQs? zx&r|)XUvp%g&z*dhzqoz#wz>rxjQgq2GhH|2R+Su0IUuHYrTl)1GT{-TZb~4866Bs zM9N7Q6~&$o^OJ`CF~U_eIo=r`79RH2etdvarZSZtQca!Z}4 z^ftq&W0Pku^Uixw=hNV8QfC{Sxjg!`m9Lz2sQO@FkAn>3owXi(Q~<0BhqO(G*A)~4 z(!pL*%Sa7r?{TMdneOsYzOU~5nGpl#U}{Qs4uo=@y-H!zq56^|U8#eC20nb$eRum} z`0}pP`Z2oVt@4CTN~toZN-)HW4|TK2nUQ4HTzDL8CjtymjS5-^h{@$=3Dtf{n&~(W z(otse7X7O;FO`&9MQ7szY!zT_BeNNNaSrg&B#79bw#L{;g6KuYiLMA?=Sl@NGJkoz zTD%1+tEm~V%Bc9ARoMmRP((moRN4JX0~WL9~J;&=1_lp>Hi*@xr(yWh0m zIxL6LMki^%b_|(0s|o=6NuCX)ftW9VBdA?eaM!j?XFdf(c`+szw-v&Qa|7*u8gcip zpP}1_r>f~1;3SBZbQGjw4h@I~@#L{$8#q(=>b+n=?91yQ&aq9hIC4Ri^yU$e`HiQ* z`?tWF-n$2!nZ}?+X&>E%0&Jz0fU9lozSnFZkuN$}RDv2^gEIf=&3lJa9vCq$Q&Wd) znFGUKjSSv$C>RT8V^Q@TCWZ+Fa23lgU@OPK{1VeG*S-_6l)1z&jpf>RwfFy0pkKG+bG z&$C?vc^{xygz&S!>)1PlUKU=ba^~8D=KTM@^AvZuCI>aEg&R|*7=XQqaB#JojOmy< zp-+!NO9An9iQsQ%p6%2JZ$BeyOl;qv4Jzwexr24$drV!}8G}W3o^Qc(APklO(A<8O zBftA@i;e<)RodcJDbMduho0_y$WHZHE639Tc zc_H9{%HKk$1!4i$e*RD&L0O%yRVjo4Jpwd=xGSI(6?JZZ3D%%;!vfVEphpuBr`|nN}zImU>dJ*}|k&&J_CV&nV zWsKLj7FMocc9EHE=`Kvt-p2twg?-g&!KJ!zxtOO-f_nYHbg+>DnIPX#3pm@WN^892NK7Bk6 zd01SunTUHX7eC(kf_VZ*K+zq5H9Ws=wY4-I2r;}@Tn8ttw)WuE=_%;+5Cl2&O zyZjrm@K)8`Oy7Jl2sae4#^^ll8}Ia~MbU=;dee_f)$X$y?r-!(j4g+_hO1A3O>;O_ z#G_exKsu=J!=H9>Lp$6W5D?T8$O{b>7jA5@dFY@U8$s;PZ{NxU|KNEr?LS4MBfCq! zeE3-mBN$5$5WxC#KL1M@e2X(D_#i(j_Jj`}gVI;T6k=>m{qMfK4p{>#o?8on0MxGC zR9xEaReSO7_a9r9gKA7MYA-V8<)XRc#vU<%v!G)^n~cp|wf2TnzQj?5K7Zv=e~jLF zsRf(_Y@5Ljuc;%J1~8(ZfFwSb=^a6R7n4Z)RvAc_$*?xDS3+nXYnCB6YYi|R18V@W zvwaJ6;rc8))Lv{c4!xjkv6gl~(p`dl-iqm}!>JjnNBLGJgw=IoNG8H*-A%w$=sne{ zqSY#B6e6adCpzY6Ss{ zBEC_h^rJm59WXlV9?f$ZDjoDOp9P(u;DFd7(`4#$iatAgbX_f9Ok)r`qB8fUtZqAu zZtv3Z6#66{#Xv3a&lAbZ{4F-=*JzGg$#?a3wFP7IKs!a zST$Wxo2@*AsiD>*#dIj$!H#PI>8NEsH@$m%oq1JlPBlaF%y}&l6d~`r& z>ee8KMOQAvparB_9yC`v#0+ABFqvBmz^GOG$W`;aObW}2rpSgeOdfOocmsY9SK zb+|41zkR`-wEzqr4T`$Qj~~!SY%+oiuRz9%KD!-0zL*MqISXuy zw*=hy;MoB=MsJt)PKXg)rFR$|$Ba`osB$LBgDwzguYjR8SJD()Dli$j~u`r=kPp>BK&d=bQfh_`>Xk2^}`(JCut!W|+sZr5iQ9~?@` z34*7$EXQ-F@kck%89}By~YngXpaFNG2R}{2#a83=Xt_B0x3!n8*Tp zLkHtHEu&Eg<-GkqEP7xl80_%>z2&AmhQ6^xRgNQ=WtN8JH#z%k9c9sqqTU^~V~t zuj}ESbrg>!sHCaT-to?OaMu8@x>=uloEcv`#S#SColUjf+Gn#dsGDQNwUKADh0nYW z5WqWY%i}c!v1~uUIBULRgxLwON`b8kFotF-gJ)Q0yupFU6MS?C*w|wieCdU_;(2wo zc$EkY7Ux0rqsraU$LrsCFvP#48AfKqURWmkE<7oQ$V8E&>mut*L~dN>WJ zf6tzBba*FYe|5>~iI#~x-jZGbDnZNy?VtMb%d2V=E;1`TzBF3(v{CJIEo=JZ!ge}z z`@vJTEsS}8VE5;mnrAVX4B{eII1QAESQ1fxSo@!0b!*tz;sATzV-N~r8qTS^tun(y zwU1{t(Xq}TKsjwf6*}vMDF@`{mT(~{0TbZ{T+iV&R%&So#M* zM{>bNYoiMp{arss<>WanV;tp7cYg33x%TcCmc5SYyh3^lpxCcgYFPX5F|l%Wbke3x zMN`b3H`F}u2v|U+pixg5gFBjLgR{COa#>h{t9!oR_w&caR#d<)Z<+~Mka5Clq$tc% z9WnDzOPHeNPP&ngLKQ5o&=)kMPl|GqZ4l@au_1z+eDe&KOs~_&Ss)!b|M}F*JcNPu z+1%FcHfYYRG91^fY<1%`ET%>6%gIzWx76VYN79>KdWUin>>_IJA; z3|8u7#&F2g&@O7X%A$iET})191g}*H3LFl{_g|Jl1LB+__yU8;z-R+qbur9acaIvr zV9|b~B}`_f**ZvRr>S)4lUGLS63wMK5#GvAQov$}sx`vxX@$ye2q{Z>5e z$}hmq->3FeQRcxkYoAfkTvZH6KyUI`9hJ~Z z^br>_UBDbs1+UMD;t3I&vf?_|1eSU=UcH z_uh{nJwVlF*UP6M(-#LaY>)>*K&{K}|Ag#*5wZ6BU;p*s_b|zX>9$zp$cYh=*YEXq z>+axsKKNceIEx5ijCyz@`yLZ9V*kyp0uz`a=!nJu?fuv*P-UMN2RM^KFbzgQY%b7*Z8JRfZ^? z{l)dTwV6po9||&Tja*7H9Xgpak!hY9;SvEe==y0e2O0NA8K}K^({b1zs**l6vQSOw%;w>BiWwzf=9WUoWXlRVKTMRBXXWymC3c; zdlG#2x97BekJZCTwP9!~4Z@FQIXP&5 z9Eb=EF%@D0h;LX9Yp8=V!%S7#K(GA&K)>YalhLBFAFPmBx9T0=dD0VF$nap_g&&T~ zJb1XSKO}d5wq3_R-m&Z30ie63z{Qu7HR}jON92()7t0F zmF-wVu1zfi7Vcd+EjcNphe0%`hE#L*evAMU58x9DV2*KrO(3?1|9R<7jv_<$n`qvP zN^L2j+CLy*pLFB#V_a^A_TdpIF*{(u0g$8D{%{p&HW|R*h24au&Q)r^eL0Xuj|+xX z|H*S=A~G+4NKk?HZS+mGY9G75w^W*;{d6}Dh^Yqa2MN^H7!-hIclo}6_3dRDgFCtO ztN8g~q`E_q3Q1CS-0pA9V$wjja~s>!OK;FMmwy4q=+YZ(!pcpm^0#1Vjw@Y?T<3{p zpdJuQF9;;~$L&usA(!&{OD7?j#n)bs57mCpTDz563GAhZ!I)W7pES`Jd7?J_Td#-)_~bmAG5M!?(+rC#+`e zzIiz%*T8BNtZ1L@f&S%-rxJK$fFY*8xaAx7f*C;Sxpfe#S_e0h+tv);Q&$ZB_j_*w zw}7HR+^j=J!rQ-r& zM(3_`2{{?po*(4y3w`?-(>BoZg+HEqsGWWVc0>rT?wTBhRv;tp6kyAn6IB_w9{O-g z##0sa1;8q-cDvSe^f#A+8^4VY)G+=*bw^4_nYxi-&(kL4E^ z@Tz<|*4b2DCG-?c(#XwfAJi&{yzvBdVEgj3%>Mtr``J7$*mU)e&fBxcm3v^|X+bNO z?&g#6&{4XnAd&~NikJ?-C%*$zj$aC9gcIpJz_cJTTLd_lrM;=WdXs4m90#q73a&1B zMEmMGhkat_U5|*WS}1!A6R|U=;GHLe-F$i?9Av&>raDF|Hne0=U0-`g228+yCQG0tfX9np_h&9 zc>8k5rw{!7yY>)|xUa8s-8a4qX7vD5w_G?1eWjK;E?~o125qw-1wkU1!vb!8X7Fg; z0Z6(J$OXBI8XEJLC(b}+s<3_p=6Q9bEA4c)BLi2)pj~|)4A}j8{;K0yN3WT69Se$LW3*E(OX>KwDUM8Bi_BFvtM|m93rhPRvly*MgjFohwYWp1%`!N8z zMS$1F47QrMgp6alEe{$U(x{Gx+6UtG*T(5Lz{>LKOY1uO8%SPmVZT4SU1!8FIKarh z`Q&m0H!>5`2);#UY2QOz0i}7fdt%tfDVf)q0s*u8MDG4cR(n*GGoG`GWS*x0RoVyV z{TU1{tx)YBYNGZ_$rqpFssS#K%P=g`x!kN1NO0|ShKGBfuP;A$uUZL)Q;Sh@1bAfT zU(VcFu%nMtv!RyyO}6DgvcbLc2QbeA>1Dwxd;x4ILo?hcP|s7NB9mm~A_BZq*QQwW zA*#HgdL~Bi`{I5mY5DK{LHi4my6_g8sGw$ZXaBhN&t5JeEudVVF<$>eEPIndw{$_< z;+ohhfOrs{D&RJXMV*5n?caBZj$KU~0qQ+AGje#3np7R&n zD4_i{>^PKakROO0;p5Z0|NDVKkq?;j=vsB7@77_cADjkbqGwFgpY%FAS>_fPn@``w z=v)nCe*l;>t-vP_h)jh@v~}}kZqm%s>RO7Jh0{Ubf*YR-d!fQtI_}9b(jHCRr2R1F z)wdAy)r0plW#<~I=G$bh1tPhacW36j^Rs4fwx>nTZ!kPNleWyWFG4Z1SL*0wv|B;+ zKtrSUv0G^6%nl&QaP3uyK0Xbq{`}AnH{Ln}EeNEd7z-81JLumZ14%~!^H**H-q_KK+-9 za5me=ehdBJ!i*knn;R2k7mH-l04kEnV>0aNDTBfV4)O*go9ib6J)tmF_F}G{wQNs= zFJ4@c=}GH>upOvxy}tKwn?9(GKCt_@NZ1z4VD9=P{Se7q1Gp_9x$@nYMaxbsOrLV1 zH?4C!%+GZ`3O4AP>hgYG2%u+xE8klZMR*}ZoTzLU>JFbjDkf)$g?$MP`T3pDm`;I= z%ZycJ5OYf~rfZ_Gu;YfmW&G!%is!OEqY|Lu0M9*qlvxZcGPmOIMP8W%b^BwR*E;^=_;8-gPBP8VQ(^04bCt)Pxv9 zH5d=91vWMY;}|!vF`o3{Tk|E~%=`nt=Q;1zxiXpcTkCnteox!`ZRgs$_Z(ZsogXgU zSQkJvNChKLEW9vP?XM<*ydIkmDV|rI29<&UUZ0t|B17TI{k(U&xg_u2BD(gP#ovMcySH!u>1Qv`SXzv7jrP~8B-VAoQ2hDVAd9v*k326q)&XLCzIaSVbngZzbi^0@ z7TbaelmQY%-h2XzjSSZNROm2de`A6)$R_RUtsfoZ$dh|}(`kaENg{ddP?IOU;J2}@ z*1c#cvSw^x&u1!!+J5uaNl1Vmn*o_+=q&;~{?-rnum$y&*~CN4=D2|Ofi|P668`e` zThNBvz*3IzW;}AB-5mn>pK(YoA1GT@OCOf8@agGKo{m+%uNn@6u`jyB zao~pbt*!<)jBh-f>D%Tfdoxq^FeBnX%s0cKE&9a~#A9_Vr$S|Hbj)<9PPCE(TUnO+ zM5QVSrnG$O{;j;GsyoJOpLa>R%`y~~K+`GEXY(D5x9@?H5I5b)E|-5~=jEHW7_EZ< zv-V>rC{`ft-y}@oy_`Fc=H5*gR~-PO=Z9>k0*0AF0Q07TI&)n|)a7TOFEH3=o@rL0 zm#v{2V@>L+V(^bV^Bd9rSI#T%hNleX&%It1#Ctg~7@pL`G8QmZ0J;^Z?uY;%W;mt{ zs*gbT2O0LT7dbG0n-kZ-_bN|A-6#bEhKj)2qYkJc1}s6h%{hArpRa!l4wyM$_W*q9 z5#W=@*Yav0?dUZ?O^{QjtEO(gAogwcuJM#Fjzg@@SFWUAI0cPvPEszdcb)YPVGavw zGeX$&F8x5aEOqg2#F+v;pby^eSEB`tNJlxV&gQjbruhJfHKzTjVwO%26fr?>+@rdJ zpWogE-gxXlTb#0v&dUzFIir6N#N!35?UwYbk3tl(4nBUV zTPqZ(tstP-t6UWA%dk7ojfSbxG)-UZ20I3@2%^7pV{MPxuPH~!CUDkfQ;)Oqv~K?3 zSynXQYB4>Lus*^$8|%__qbOCXkYrT0w0soW!AW|UZHHGE)VGLixnRk-Yrhy9gms09 z;jx^)7zBCwn$OLX7y+sTpf&SicTAumav#&u$lV;-r`UNY!_1^nkQb{pS9YpXc{GDzx0q}O%utFCjqF=7({FoKk&Z83IMKk#@Opwao>B)R z0$k=)m;uIQ7O-HUnC;Rl{0~2tu|rUoKMTz;o5VUu(e5;{vJIT6#aj361EbgdkFvB< zTr2uIV@mjOpb(^rgnjqSTVQ|->rIuwp-$-D%f{Tsj!f1W;2B!LZs`SL{CNU3YiJW7 zfD;9_D!^zm-~Mqp1am<9@!grX80LRPm3H5?GHL&B65ER%RAbiO#4srb*hJC!`&(|j z%>V?0Hnb0`7a!PW{P%(wMP3ZJ{^P0{Kgi*wT02H4i4CVn`^66wBgh)0f-rWNeSkAA z8!=7tGKukOrc7wjF!z;e=vI%@G`%lMTfTS~l?TnzM`O*<)BhV#6c*knE#~;)*+n7zmAO^*QjcKL8 z=h`W^IcRHB+80f07@E_MeDz2PB*64ZvGdP5{p6~Zl|z8NSiy~{P2imOk#;6yBR#fI zHo+KF1b_i;v*8ImH;}@`ss-odiw&HaIir0SxhlLwOT9|V9Zek?#7u3?vLvv6G?W|` zK~9fuqC-4DL1jDts~D`Ev9a>z+k*$`nH2i?2uQ&DF-ZvC8BJn0bp~e|qn28G^^M%K^)} zMOU1r)HbnbPczK;&xapLso&yU=x-gIui*1HbybuZZ)Yg`*hr0_0fxx#>bu~A*&4`{ z41Mf0w8WMHu-57(YC>fcH?Q^y!k9gasT%g@yPmazECq2wF;|(80I!+NIIt?{0)Pn| zpdAH;SqM0Y5FWGXf9XA_tbBlhS^}vkXg>*dZ(O!cu{~Ot%+w??klM3#j8HZ`ysFGI z>Cgl@PU=Rw^AFA*rt<8HyOXiX$g8NC$==Lb#vyOLk83LY@^OAp0k|08(lbX^x>6$P zz?77B9-7_CgggWScxu5QL?eh5u&+EcrJT1-QaF9opY32f$XzV+!~m$JgA+lV2*4Bu zI=HV6I-?!*_4jSXmM6kv%P0zXa)PK#YanflH-|}IwL@#aLk!03wMp~I;2u4kY!s-0 zF8>yMFfITs=9f%aPh>+gn(S)SN8&mRm)XR%kCoFUE8|H{nHkvEXg6Rl`rd$=o z00w)e$~GPeY=GQG13!B%8j90?W+%W^a@If?!x0>u;V(ngW4y2#R3`pNbC!!b$(~Am<7)Vz zuBSnpo;v+71YMWGEe*+)#+CJHE`N(h_p;?*dmqdl1Pm=rI5wtq%RprwQ;T_Oa4!zq zcD?niZ0y`psWZ(Bb%5ykP0$($C{F}QQ9Imw1IPw%t~ zj2E`R*t^TKz#?}Z=b6vc?4_rHy$eh)VCSuNG6ElC4l<-be~>?yAHd}{i)lmqv7=AZ zB8JRbz;mdcdjYwWo&kCJb{D=Q7U$kIwkv+}*bSq~GQ-BwZnLg)1;8Lkxp9yS1Ogng zY#{v4zRx0YTXmqjI2nN9)7HZ{3>9?6aT&EUp5W|@v7lKxOnc)2p1_13y7N+k2};`bB49av(P)TaCRv1p{} zc>>hqWhCK;^VI+SIjFbATxl1dKU%o_{ztDG#dh4z&4-PwrW`{ffzp zB~Irt6RM100>)BxlCm#;hk@bDT}9#AckuFAKx_xqpp207&-Owlfp#7>F_DV_;0>yc zwX>=^|B?&TV9)?)oHa0=&Yd_^xyiKK2XcvW?1lj1+`yQd6EX(R2Qd<=(kA;?7Gp}8 zqFh)K=erIPq(bm$AYO#<)xG+N-45V91U5L>zJy zIhk8t1?}=vGF)ezRFP0+;s}foD!FwV6kgGdd-{MFnTAUbPeM#H(>FnYza1FQ^gj=t zd;y{d#BNGo0!)=n7E_0e!I@g!wQToZ8MfddDi14axu46Qe#q%YgHp4uJgAcVkB>jX zFeNOPn|L6Q;$S0+a=?a7b3doZO`tMS!Ef$-V+y+V!4~rKcfmMIL3=k_*D|PN(hSbD z2jWD4vwBEOEnvKl2?X?jGU<^tdO-!7xff|=DYZb1fpIP+rg2Dn^;=eHK1M6Pb=-J_ z*=-nz1?QTyn|BD5Grwnm0qvhiqQ<&sb!X&2Z;`R^EuJQ#=V&X0_J8wR|MwS}{$sd3aL>DaJW;8o-MIJULy) zBAqP>%7)-6&2%6;46xeH?4-A}hwnpH@zUph0mg*py7CJd!SyIG<04abfLj1nX7e`N z9vJcTbY%)ds-g{TIRH#R2LmmmBI(?q%A!gW&tr*IHWL6afTEfE+>et2mYBJ0DodfP zv{v84EZuyNT2Dx^2?If}u8A@&!bt=tQ^349xO^xS!U5Ejk_FyN{}g?Giqi_7(cT>m z4Jb{j8cdl{r!8o_egd{8&?nD>O|!&!r{iUYK?05<^W0OI8vvaYe3%ERq&JJbQH1b+ z|K0uThoJ_KC4y^TN87#GE})mE0g6FBAXDI!7IcS{3W7rrT&;j{ z4(8Qz7K5*x=w%BKup0VWvIJNa6>OQH zG!WpVX4ZL-R{-)w2w#m6dG#?!w(=esGuSLOAV@?puft47#cnO85n?b0a#+deE5#v zoyEY5s$F=T#obH8x8AEU!!*009Hvr8jG!R9DSS>YvSKjrFg~rVw_Ygv4-gmG)u>S6L5@ zJ!hj$-*8y_%Bc)TAo$5fhx)`JV|D|U3ZVV%`_gYGlDjcb7w35e%KMxQXKD#l4?|$$ zj2qjI`bID??EEvJ1|H5N2X+F+UgJBpvNflgsBC5SI%c;W80?xY7&0wtk49mpZpmiw zuU{S52>?9$7eTbU1-U}EuL`C64@c#I=E3BWn=O#Ptnzye0400c1W%^>BQ ziT!J;N!s&L0DGmN-aON*Zp)p+Fbxb1u)}e}cdU{Z;ZXwtR^U#1l9*Kt3**5_1KMK* zMFnRTMT24@{lItLAfZ(O#yYx7hte`titaD(*1lGtT6L|5?3Fx`I==J&CakWmmGdv^ z$3yXw0gqy`2zXIoNVx>6rIE`fa8E|s+pfN&T}&+^PCuChr7fQc3dGW%K)Ut|SkbvM zK#2f5?@ci{MP~2Wc?=UQ+JiJ9=~`e#1o)z8-Vha+eh1Dy`Xl_>{QUeH^TrdWK6!l> z788hRbn6K)>try1XECreHaYzU?XwX(;!(EB6p#zZKe#}9%4~ka=coEvpPhfd_Y_Z1 znU^{Z;oD|?;W#h4m)8K4dr}jMWDH)Vx0=2hroj{VG^oNgke1~zWI%aD`at5+D72fef^k7z9|__hyp%hjy4lhnI{dUh zvUstb({m)#(AbbOo1i<0i4HKYfo|RwVnQ95klMEqcs=@ql{j-0Y{S3Fo1WNe9%Kue zK1%ocaY@BT=X#BC2@wl)mX6SmpID-k0WLEy5{#2MeG*LI2ayqxtB*yw^(G|K0nnaL znz441Ccq|8&6&c9qFR|n`Y&`-?abkS)v567G-ZOXS4a!D`fPA}R zsPqufeeGv?5Gqd_Pyd?11#UeNBMLZI54cZ!c8U%atV5i69Bi77C|8H6^T0wYQ?wS; z58CPm^P9;B2WA$*IM3{TV$eAQbr6)785!UN$#W!v0Dn-Gs7H*Djr8npWH)zz^}KFq z&^0K`72a6^rVP`kG(g5I0ASj{jQ7lDD+5;PuL-YG8G#2fL?-8nGO>7k_RJ)-$`%{7 z0(xoPMK*qO@<~y^jiPPL?E16Q>9@p~?B7}u&e~>E0~i?KgOl-U@;+h^KGn);GhBQ9 zN89O`j~}O-1$43tnMx(G($7F)>_4A-g~6dqzn#glOQ!bb_qvq{CY@iS7#$&)u?e8e z=ovAF(M4IH&JdNp4SpW&7{^w~4$bU2f}K~MXPd6yefjthv+j>i-7VWx*NDf+%>-ru znV4brMXZ8xkU)6{g9zOQ#S$Cc+6t{PEjsU?_q`774o~n3^qKZ-{eUQFtZwe2eNAg6 z78-pEP27H9%39r^G3AN&avZ?W+% zk)6k07RZAI6_z^&410CEuBe>HIGrK%%hUd{Ws|MCL(eylKhAzO$3$kZI0&f8&FrV4 zpkMn>2DkBi41ntKp0qYm!MQtAh=CgqVF6614e)p)NC&f^k|zVS=a;J)FY9|i;ZcHV ze=avN++bg+ib>z3LS9$zF%ztsFSgNtYz8YT!R%M8=TlsnVS+uJCeQ`SH8B?lK&<{` zP&+ij3UxSM6~fN_QDfHOgMO#ohMM=q7=sg37JM;sG%- z#d`eu&6$A-dX+^KZrRf#+(CQB2CRZ+5yhcN0nG2hp%NxqCi~G0$lx+`073^nT*qV+ zu!}I?@9?Unm{~*Ft)c9fKyVr2;myhJjtH8rAt^UMi0dmu`C5a-g)A3x6C zRTQMQVB_uAue?W>#4app566PaQU-25DpELOHIqaiF=w=&hW3v^qh+(k7aU++=OsIX zvp?9gKG}@9VC_%si_}`PT(%k^1q{WdpD;~;@tMPZqNzm``e|{cv*^iT*_b#R5u$cT zj{W$Q7{L#%hVlMO0wSiEGS}~A7*csJQ+e2U^E<8>c~l!!#FH>8W`VOjdO`K|Nm*`? zp$=VtI`$xxv3WKE_NH!ibAbw2(HDUBe9QgHHso)U)$c6>6~@H0p62b5Z;t;4Rx`UE z5U0Hp21-XIConeO!zDQd>}#pC^?}w$&p72wx0Y|S&!m9>I`G;lRbO;+&zL&jL z2@2>iRnY-Kv$JfhDwfcgN5HIz!1#ZhdU>;qtpYGaFBJ@M_ZWNCaK-LF#Kg1|VFpGK zpc$Jg^N?zZ7}~M)dzCl49h`%LU8c22z_X^1DN8aN5RxAI6JmQo~me))Ar8- zQx}}IfexrCt>!GI(>25qCjxaNn`gMg{K4q206Rn8BBT>Y@E>ozrjDtGVRAUa z(kpqx*^Rd4SsT`xj-?*Ur9+*&5hnf?8 zROKiJ*PqF$*|vuw2-*4Xs2<(a361GCvJ|? z^h^*4xO(3j&%;0qqO@lhun2)Rp2-&!Vws$5VFc<#tw@AC1d5e$HiSV`rvC;v0})qV zSyI8BX#LU?Szk_s}p7Y+&wS9y1GI5P(>gsz7@L1KVeBZ9Mq$jF{6PxO7fjum|GGqcLuFyS|OejK2LF zuxn%+fB*g|9#;rT2Q8nal~u*$^e+wb*B-2xd;XJ^jbYe ztRjIkM1ekH>C-^~{Z(Tpy6_%|urL-PKxY8jXQoQgnWw6Ybnzk#IB7E(3@~{g>ZmVg zyzTm}^6S^Kf^rzsiA4IG&ih~Cvdnbl<{bN=o#z}Y3&ep{Fo0)joZ!eEzHA1Fj8M%c{{OT#T8bDPDG>^O{6T6*`(jaSH7p1@G z#tVk|C=3`ehDX4bdO?e6EfKEMc?R<#_H$;RN~YOi8Ep2M-A3&MDYcYvtAXs4o;L1;OpxFf0P{6j%d z{{HY2;D3JnO>jZ$7r$X5Fj0mh#FVeK1L$A8k?Bci@m|1bww%7-5V>Fj4alPV83tgJ z7tR#De#4iSyzsCL!ByJYsGYe)fDu_VDfb2>jAi-C(@<|G6KpS)2AjUR4y{&qO6Z-m0>B-z!`t7cFS2;l6N zMD1sBauzN!2A>7B&F%%?^-IBmEJn;QrP3gm=>o*2hy2VE^mGm*nw*@^~BccRM# z-~9BL&vG|(h6UjCcfDvpjNrjtZQw^`%$-zFEG4(9oZFRwt<0qwOWgcpF!s#x@z7I;W%VMJkJLJ_i#Jlnu5PKDi$vB--QrBRh|;Sb(7)1ca%e(WBcFHth9mWI*?g zN23y)paisA^8ii<$e9iv@e$RqH^{64%lezXE z*i7wiv0^IWEnUE$nH6OMQAo;M!LJ^q|CI@!7)4%8x6ZojEC8R;6cMh1C zvSFJ`jBYiEF#`6g95xJK(A7g1X}^KWW`ANO&9C(H`d%P_r?Sub%TrG@^#!X7*#4P1<9`948OzjKc0IH(ydm^-t4f-y_R*B zTNaAVXYU8w22Fv0jUyt3b1EGfX-yDqvHAvEPJHE`KYSlzTC5)&XD+ORF1;a^V0U(b z`T80IvtC-fi(79Tf^{@9pNy0Hy$tCj$InGd;s;IN7q> zG3&Niot8y)vMB){zL2BNGE%dmy$UwhDma#HEUQ5F0MBvzzYqTsQv3UnSb1`uBD3Sj zF#8q9x9(9n=Z}HqzIFC#4EsR9W@fr5+}|v!&go>qhj;mKs+=-AU}XEXC+I3?5DN-m zf$3<~H7GnFloQ$X+6ZQpfw;px;Pfw3XU%u5e=aC(5-QNOoWl#}J4Uiw0oJ_qm(R-J z3U7&}Anl*k?6VHrU<`twUWCaaEJdU5B+3_eLvkWK1Hg>EeT>mgQLBPl!1=eca0GS` zsjO$ePabAx0<c4R(5!aZ#9+2Cy0-&zReN!sA2ikLFW;|<4JM{H%>fKT z*Z+Irhi^avquhlX0WM2N(KjcaXUUR`Ah$l*#H1V+^>4p>uZTJ3IJj2~;01?84c>xe zk^r1LP$MFKtufTI5;|wfWXVia`2ju5mDdyS41mG;Ki_y7k`=V`;lh&HM=C9Tt-AQj z0N${<#7s5EsRiwal}u?tVb+W&|MEc&<_Z_bTaVgm-vUz3C}VdusPcz8E(g;K0E>@l z<6tXeaFz8c1h>D_2wRW#5bZj;x*x>FTk4qJnLqm~`1Y5_!I>+-hwrVqM(Z7=vLJ+uK51VC7WSVV%k%io9M(#jbFb%i3AM8q~h z1{TI{MKi$yL(e=JRzrUlo4V7ELKc7k?cw*%qJz^jyTNld^lZ?v2mQ1kw#Zf{hW4(2 z>LP~QI-E;OY38-B{}Sw`c4udjsM)C+@l1{V=#evT`dL9LB&hD5;#g19ZIRwJa!QV%u2Dzwj6{Nqd+|;Q?s$yqn5xHL*U~ z8N9|tWh?g_nm2-nfhr@xba+9V0I`Vyk=r7DuYN~$mrG3Xx*jkVKC_H<3K&@OouU^) zFf3_Y3!U3u$B+X|9(FmV6~Ni~iV9v1;t?^-o-a>;S<;JpE-$B+3_ynVk8%Ql@>L2{ zRc8*efsNzP)zJpcnU~=znBD41^rt{AWh+LvFj#_Q2s_aEx4;6Uz(RAu zb|V9WHl}zkugmP--&--DYMIVR42kBNJTLx+Q#68N84kcOrIc)A;cy<^>b6?0K5qnK zG?jAeC$gt9w#~~B+)6a%7u}r4Ah0|HaihKap&gb{UkZJfcj0#d)nd>&!wb;o?1a%O z%cno*x_5)#yZYL0OJSJyFGR+{qmT_&kf3W&sz7W_VKpo-V499Kw95cIoD<_(=(iw{ zAT2PqA`PlphWlzJ4thXU&dolwvh&hD7ug|e8?sH}Tz5=}XDvpBe}fC<*L z0yZSuHh5Ct{C7msGc0#Oj;>WPd${!0s2=d;(zVnxz*`-PSF4gZ3P2nL~s|6zduBGXn(vBtInC$p`e|$ zah5u+9*3IE+wpL2f47(&%KV`eMujdwMCLP=0?uqq)EaiAH13cyR$ytW`L?i3PRTyt zyq__NxSoTK{oXv+OgLDs2fMX^ODgca{%aXI>-Iy?*be|trjGVZ>I8GeVdyILp&5?U zG1IC>7wK&sJk7OdO9Gh>v$_=uujXoCm!+9)1K5ff%Y-Ocl3|kwa1|ZK_%vNL$)*S} z6I>mseDlO}7L#Z!6M!`;ptE@U*3n%<*Xdw7e+&EQGUZ67wqd{s?pi*_Q08SZsB~@_ z2w)w%I5BKM=;Bo5^(RCxU}1g>)%h8)sFkt9s&dzNY@%r)i#?{0x09olawF)9Up`b*smg;jm=H(;If zD%i~ZzF06o`?*n}=zR>rqPc=AYF`S7`^%f(fi_>0$_O&R1&8e;7a@m004s2VH39Tq zdM}b!y7qY7de4QQLu(IkX3dB1wcH|>7)_?UDclu27z7lsE(YpW)a=B_sR+7SAZ=%B zg6AN8xxR7PpmTfgRMA%%U7ihK%b-`|WeCnz<7m={;g?Q9=XKaI4v1Z)+q??Z0bYAc zHVLnXSmQzqK;59Opx$T*fHlSjucki53>0)9^fuX=p$B->FY8t)(W-@~Z8R8Hd7WmE z>MiVh>>UhLTV+2uvy7Y_!_*E^@1(HG+V+wMg(tGOj}Pi{*9bbo#dTjMh-?SC*Sw zGq9wwT!2ati%Jkn_W>#t1%VlZCB{4$R1B1dI90|IFkE>YJm<4tfscW>@Sd`n0o8=q zv!_8tpsoJWX*1-q@Olo5yCbWPhfxJMf z2STf$*#^{l7_55{j6w9~r58W|X96%{1}4ZAhE)*y6&v`FKIVJ`xe!bk?d#k9Dw&$J zS3hkWz4l1gI78GS`}#5=sL$IZ#}sJ~5ek(pW^MrrcmC&Xt6gmkn6B?7Yth22pAp@TlN7RW@t|;y(kfJ$8ic zfU8ex^8n|PbGF^WlZ{Dk>~1=`piT9Cdf$=5y2;EPGS# z)Np~$b8)KD_pt-SO(aJ_@Kc|y5iHskY$YGe8U(1TLTd09y(JWKWTFo|<<`sK45x33ll!s_Pa!aMyD~uqmJ&6?;00m_V+-D7U~SgcoY_sr zSqiNKV8$LW=2{BV42aJ21m`jVRp) zt1^tKL}ze$?n8%ik`kc++8=Cqe(gO&Exuv}r=OMgdZB6$4WD8cS<(JC>g?l;7!aqu zz0Z#eSz>x02IaW~f^+S_DtA=f6dJvmP3P)xbl!yij|X06YG#AD60^&u_LccP(3`IO zx(6bNMKDE$j1>lif$TtZZBpzoIN-7pxb6d)KGe<{j)-OEG1me1RR((hq>Mi~W*5Vr zvcXjXwJJbR*^}5f04GqDsGO0ic6!SXl*_gzC<@6E#la!!^M@*!lfZNxmn|sVt39a) zgYJrz5#}A>4Qkr?;i{Oxt+^_I^98g!4t@NuICK00Yi}n10C+3&Uq>$ss+`wn-k3nF zaUE+%R8}=yIVDDR9>8*!`0z2?1crzS4KPb%*1)pHuRjLCdUN=ubPDdTzoQ&fuk$?LB;ghEGr!N>b-PuCQS%uUaU?JwR)dAebpeB0%TK;iVki) z0T#FEW9DjAp#3RJIkD>OaA=u z{onx44=^z*XG8~YX60~#Y|JX#>l?2;VuhjVOg2y}l`l;pp-#OP|6mI@8soWpGKhZK z56VcevRWCmHhgpM6B!r^nB9Q7iVVu*X&s_XdqwZgKeVb6lI-j0@!2w!tg`>KDu6`{ zs}q`9Axiq3=own*;SCVYZ6HCkharrMpu3nMK!ynLZW0UAET$;-n>NRx_yEY@jjKOV znSoJ#xua2b3K78s74Txrm0VC2T`4GnnDQg1+jTUubugvl{_xJg|2*>U&sl@pUR;G` zVi=rzV4Zz}IntHj%6mh7M-dwukX^D4K43}%-}x=DYyrRVDwwgNU^D`f3rMfYpJ7uH zRElV$GroK%){w;LhNvmp@j31;7 zmkQwns%-{SI)r6vVpbEEfzB&9!yNX4LEQ$0(;B4}2u(^5#bi~!!YKlD=ptyM0W1du zaDgpq*E<@9@;Nq_l-JYMt{^VH?Z$7w6H5KZ*dtn(!_}S@eO&!NAHEBm&CwZ@YmCc{KZ*rh@W%iR}7)m#oB6BV@3`}tL zJ0gw${_dO5DptX!4}!Tnd$PKL;{Jt8uZ!9VVGr7@17qF-Dm3a=1_Lh&>>FNQQ8nL9 z6Ke#pSKVJm+gwx$sCa|>IBWm6n9?X4!ReH$xPL!MZ!kCWg1Ib408n>Y83<=Y({)3K zb-A(BEp^y=nn(46Y&T_NSF*lSkgj<_qkDLgJTidQ#-T|iJv*IwxC6W)aj~370EHs< z`3FD==5>JFi6gA93Z{zS^4o6bei9YbaN!+p0Q~dWJb(~ek(<6Eg>#v4B}{Qaf%e~& zbTn(5?f_IzQWeO>jQoB^7G&+%)~Zk@R;et`%I%Yc2m&92BUVqQ-u*-7t5Bw)9p>j&xZhf zQbdAZ{9bN1Z-Z{iNl<&a#<4uk=-f##?U~{#g?IjF(4tZRn{_Y?EX{0ubzPqput#D;1A?S)}Bh{Yl(5YZj98Y7zj zkjF=_v4?cViecfupFIAQsKQy-x7jOzmK*f5flKAOu6`E`P^}D_j~LFrwLcG9Qp-9c zzzMo>-W{OpKT6lWP{;YJHQ4jM8*NZ&4n2ha)*gcjse^$AxW+Az*7#J=8LCh32LnR* zvB(69spySmC){!eGl1$pejj{tGP0vodkNUgp=B=^=uK7V(15Y)&qVJ02E=-C{Lb&# zCWOV$%&qa5bN3f9|7JpYFek54nVAX1yMP5TOW00;1kPjM9`0RqV8zEFSj^zjpk9zF z82XHNk6<=I&uP}+&YQ-qp(-T=JOdmD0%BW4g0m~q zfr9eHASYKp(YqjwJid2a48ncSJVj5tUbxRm42zqoJW2hhPiU{oD;xaenekprH{{v; z)zXra8!|C0j!t%zW6%63iund?^;chit|?gtRfUkuqXs4xZ=B;>vD%N6xI+&Jxbcd} z80I+_$n^>)Avklvx`+%BYtthC`fsOh{@Tx@4x`o&-UD~jerJ{2FuS1rdx?>5m0iID zyB+`XIt!0?nItif43)=O?Yr`L;S!U{Wv^Jlqn9|HT`#neEvz_pQ0?b&+hXgl7YTld zYg_8p$J6NtVp!b32=`Xat4ZGh%0fHX5qfH=u7X>xJ`1)RtWJO>S1xKnYj03+NJVd! z4284l#da|5s#ySl^Kh2ukzD#$(#KF`+U^-yce3#43{<=+E@uyp?(nhxS!yI*Z2U43&=b%`8~81q1x(8}5EFY5zus%AI*x9jqkd-c?^QjQ1L$grENrI8!3={4c>fcHT1tojy>Nw@rV4 za2%}u;N&c;8%VzWgec%Gpv=+#ICav?WoQt(x-cD+vCSJz*u?AyZ$YwZ>QsN5EMdM2 ziXgPFL>NMH7rK-~Kim~YW3l$6KA%e2e^fsbN@41<4B5JX!w13Ec~6>30UIG>j;I8j zhbmC_2N`^G|G)Vf`B|_{#%h*n7^(RbLX89kv*#p%m?1VGRzrUu-3WZmb?R_9IH&8X zd$Q1geV{hB3mpS%+TUC-R;SWFn3QAO5N6c(f}(vJ6w;tFtoF)dL3IJL$Mlq{IUgo+ z(KcOE9K=@s)z8>jlR^FkoIRUQ>5B5kje9VfVh*uS4&7q@?#4=ICWg$uy>Xn~*(brG z_khs}swU_cwa7zIRh4RAT3_UCupb2Y#`J7MSgMMbR6d3_L6-+HQv@9LGo7;nifVkq zmOPWS&qgZPuooD?n5r4;W^llgSpFEPgsmNB@&w5q!V9upy7uaZUR{Gy#T_T&wC~D8 zvwXrS!6-Wmj6Ih0ub_A7hY8RC=<0o7f-WQESU{MJxFaXUA@gl0XUXIX*;K{3(Br^J zQ@d*)!w77F`t1Jv_QM00p5e0G#eDV!E?>2dvh^;p3jgp8NFUMXj!b4lTUYTCBe;`j zDt0RvG1qlOK`T&cCB~QuGplOw^W!qs-mTV}!L}RF{&LFQ*(ZQLG7N4zl`qp%?cw+Ko4@U?aP(+4WNd4s}WefPudj-Vs*AuVkTcA`c zkMP>IX}VD&RbV? z%ak2dgA99F06-!rZ3B$A3!uWoEQ)Zt4e+d1Ww#te|LfSZo>8tcBD4n9ORp{J+n{8) zGuWe(U=w5Z4D9WD*hSOnV&-@|NQGGSn+jNTTz*Sep(LuwK<(LW7yW==Q&k*P_7WSm z20#f$hf8O10$gbUcNL5=i3|&Lyy`V$SDs}du!&Zlf3Xol(4akE3Hq3f`zo~GV5nHS zB{7IR8Q>WM#;LF?*bZ@>s~~{+bWr<5M2E$H`LLM5=cW?^iXeCX+YD+9+Z&*QGi;b1 z>ip}|C#L2*VdSOa{lMx#z!y*R5|)KwP&p)f~8a zm(D#HG?>dQ*m=Ziife|;i1s|(Cayg^);g6D7tDTj7Zh8=d}X+eSh_DfB?^~x?zdoE zx(+rFbvcF{h+@DZ&Kv_z7YhT)-VJE~bLY<~YcFME1nDloMtkR1G|vZQs@@K@W4*^m zj5pqfJjlMx%DwbdEx3CX7+?^gJ+4T5CDHh$H$Q!t&QL8anYVU8bvtO-<2 zBo|fN+$;v+Oub@|k*#BDR*b^uZv1r6g&6{PTeJIKzo*iaTV$g>{#DIkUAFURfEUOU z6`aljLZfb;(7ujF2Q&AyukY-Ga{GsiT@#Qxtf4V+049pow`|n82R&e+e-@g+fP{bo z@W7hX;pmP_+BY{+=qGQL6lUmWPgu1FHh=yLs6Byfg#wQYzk;H!oI_8A%Le7E5X-Kx zbFj4ymcHa1>%rM1gK|Iu&Iu^r1Ezg>JRu$pDi!BL_SYz74Q90B7&D=rLoLpS5g@ztMqjWN7Bn6MEk zli-D3ccf76A$^~aMp1*3~O`XA0A5ur}p{1DkrKj=m60_O;cn0ve?`heK$}B zNJlTv0~GQ|x&xSCtD4&cQ-vVr*y%w=zM6Zw@(S7Y3@XsIkGaN+sWb3ct$HR?y32Ty z+z2Odpr=S=QnqbIDcze5Vlgs`g4^H!>w71ls)*+ttjRC8Q5CktLv-9RfK~fNvi8Rf zHfz<0n5n8CKwC%~Px-Ic9(a)}0fwDL8sZ?;6ve_N0G4p~X+Qd9lC<{8wr}yXFTl`M zt0uM3U23`NoWWCew(q~g`}!FQ3KF1S`!3i=$Bd=jkQd(p+xheeH4h}9L!(Vm?z%yg zSP>}@`>QK%y!gpe2^p$DdkThWwk!sNfo>+6Y7*QEREVJG9F_Z~rYoB8%Vt;@sYThr zd3lUY!U3fHV)4q|&^~+WMh|mx8ezoS1=!ytc2L9Qy1X)+G=_n_(;syetWfv+n^h@dd26{fR7A zb^{>RN2PDhczr#_sD<5oZn@^;U`u!2?seKmQT^arSkwu`**m zK3-qKpsv@6aY_4Q+7kWU7~Ez_Mb6XNCDkts(vq=ZhZhU?!ZJ%AD-YT(crq9OTbCf3 zQB;<^ufA)VG?;SrEYvnm?B)T#Bgh6sN7Ad! zW-uNiXlQ`E{r-f-ag8uAQ;nb?wNR)5jJ5r~4sgNI9LNU$O~cl-ZWASLiHkfc1265< z69_Fp^^rt4efnR$i~Kn+JPLxb{~r?bp4Wt{|sLk+04=bl0<+TuRieE&tP=M%gHwX#{XCI-;O$t8#5hYE;+LH$xfh?cwQ0q^2ZBTnaYKi^! zD;W$wCrSxuuf2nG>g@*C{u$v1r3hpMRf57myOGW7W#_b6*Fb9DB53K&hf3Er)iW7& z&|R!?F1CbCVf)(S-~#Ozzfc!vTyz^0`gVbBU^U6!@0k%Ere^P zlRUXE9Z7>gIhwAr*M644Wn0U(o^i+xhD|Wdo9MZpdw{2Ko-F+abpjLbL&4Uw&JciK z9at)_-vaWXr+_bB0b}m~RICkIHr{l=S1+(_0&c1m_3f4MJbR&F0D?Kp)2hoRn~WIP zWPv%*hk#*EA@c;_908t~IZNvo_vf-eH$a>{P)PmS@!Q{nXa%XuvD2;%4Oj4*z91m` z(ENwTL9(MzJryE5v{oLe zg0=*TPNLSf;M@4k+bp&mm+MbM@Dw@%^HlTWjTm6#VZ;Vi457w@n4a1j(rh_Z=H!Gs z7;r>H75AvxA9wn(!R4Tx&ohiEz19ZG9hn2?xqw@z3TD2%2g;%U{?+48iLKrYS+VmF zspfvMg7fGe&`69sZ#8+$qT8>60h>OX;DIs#r_*$F>)L!L)3V54d�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 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 literal 8095 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 I!b*Jm52hWEssI20 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 00000000000..e69de29bb2d diff --git a/migrations.json b/migrations.json new file mode 100644 index 00000000000..a1015c7b822 --- /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/storybook-migration-summary.md b/storybook-migration-summary.md new file mode 100644 index 00000000000..bf6da578706 --- /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). From d3157f95d90f3a1a8f2c4f407f6c033dc903539d Mon Sep 17 00:00:00 2001 From: "swapnil.verma" Date: Thu, 12 Sep 2024 11:26:01 +0530 Subject: [PATCH 28/28] [ACS-8749] View More tags button no longer shows when all tags are removed from a node --- .../dynamic-chip-list.component.html | 2 +- .../dynamic-chip-list.component.spec.ts | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.html b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.html index d26100b9468..3e9d176ca4e 100644 --- a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.html +++ b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.html @@ -26,7 +26,7 @@