From 2210b3dc295c105925458c5cc7e5bf870e731bda Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Tue, 16 Jul 2024 03:28:32 -0700 Subject: [PATCH] chore(sage-monorepo): update monorepo workspace (#2741) --- .eslintrc.json | 25 +- .prettierignore | 3 +- apps/model-ad/app/src/_app-theme.scss | 6 +- apps/openchallenges/app/src/_app-theme.scss | 6 +- docs/_archive/app-styles-themes-assets.md | 10 +- .../create-a-new-angular-component.md | 6 +- docs/_archive/projects.md | 1 - .../not-found/src/lib/_not-found-theme.scss | 12 +- libs/model-ad/themes/src/_fonts.scss | 19 +- .../ui/src/lib/footer/_footer-theme.scss | 12 +- .../about/src/lib/_about-theme.scss | 10 +- .../src/lib/_challenge-search-theme.scss | 6 +- .../challenge/src/lib/_challenge-theme.scss | 14 +- .../_challenge-contributors-theme.scss | 6 +- .../_challenge-organizers-theme.scss | 8 +- .../_challenge-overview-theme.scss | 9 +- .../_challenge-stargazers-theme.scss | 6 +- .../_challenge-stats-theme.scss | 6 +- .../home/src/lib/_home-theme.scss | 6 +- .../_challenge-host-list-theme.scss | 13 +- .../_challenge-registration-theme.scss | 12 +- .../_challenge-search-theme.scss | 8 +- .../_featured-challenge-list-theme.scss | 14 +- .../_random-challenge-list-theme.scss | 6 +- .../_statistics-viewer-theme.scss | 6 +- .../not-found/src/lib/_not-found-theme.scss | 12 +- .../src/lib/_org-profile-theme.scss | 6 +- .../_org-profile-challenges-theme.scss | 8 +- .../_org-profile-members-theme.scss | 8 +- .../_org-profile-overview-theme.scss | 11 +- .../_org-profile-stats-theme.scss | 6 +- .../org-search/src/lib/_org-search-theme.scss | 6 +- .../team/src/lib/_team-theme.scss | 8 +- libs/openchallenges/themes/src/_fonts.scss | 19 +- libs/openchallenges/themes/src/_index.scss | 2 - .../button-github/_button-github-theme.scss | 9 +- .../challenge-card/_challenge-card-theme.scss | 14 +- .../discord-button/_discord-button-theme.scss | 8 +- .../ui/src/lib/footer/_footer-theme.scss | 12 +- .../ui/src/lib/navbar/_navbar-theme.scss | 16 +- .../_organization-card-theme.scss | 8 +- .../src/lib/paginator/_paginator-theme.scss | 8 +- .../lib/person-card/_person-card-theme.scss | 6 +- .../lib/user-button/_user-button-theme.scss | 17 +- .../user-profile/.eslintrc.json | 40 - libs/openchallenges/user-profile/README.md | 7 - .../user-profile/jest.config.ts | 23 - libs/openchallenges/user-profile/project.json | 21 - .../user-profile/src/_lib-theme.scss | 16 - libs/openchallenges/user-profile/src/index.ts | 2 - .../src/lib/_user-profile-theme.scss | 83 - .../src/lib/mock-user-profiles.ts | 11 - .../user-profile/src/lib/tab.model.ts | 4 - .../_user-profile-challenges-theme.scss | 25 - .../user-profile-challenges.component.html | 15 - .../user-profile-challenges.component.scss | 3 - ...r-profile-challenges.component.spec.ts.off | 24 - .../user-profile-challenges.component.ts | 67 - .../_user-profile-overview-theme.scss | 29 - .../user-profile-overview.component.html | 19 - .../user-profile-overview.component.scss | 6 - ...ser-profile-overview.component.spec.ts.off | 24 - .../user-profile-overview.component.ts | 20 - .../user-profile/src/lib/user-profile-seo.ts | 59 - .../_user-profile-starred-theme.scss | 43 - .../user-profile-starred-tabs.ts | 12 - .../user-profile-starred.component.html | 44 - .../user-profile-starred.component.scss | 19 - ...user-profile-starred.component.spec.ts.off | 24 - .../user-profile-starred.component.ts | 79 - .../_user-profile-stats-theme.scss | 30 - .../user-profile-stats.component.html | 16 - .../user-profile-stats.component.scss | 0 .../user-profile-stats.component.spec.ts.off | 25 - .../user-profile-stats.component.ts | 11 - .../user-profile/src/lib/user-profile-tabs.ts | 16 - .../src/lib/user-profile.component.html | 65 - .../src/lib/user-profile.component.scss | 79 - .../lib/user-profile.component.spec.ts.off | 24 - .../src/lib/user-profile.component.ts | 198 - .../src/lib/user-profile.resolver.spec.ts | 17 - .../src/lib/user-profile.resolver.ts | 43 - .../src/lib/user-profile.routes.ts | 15 - .../user-profile/src/lib/user-profile.ts | 5 - .../user-profile/src/test-setup.ts | 1 - .../openchallenges/user-profile/tsconfig.json | 27 - .../user-profile/tsconfig.lib.json | 12 - .../user-profile/tsconfig.spec.json | 10 - package.json | 99 +- tsconfig.base.json | 111 +- yarn.lock | 4672 ++++++++++------- 91 files changed, 3128 insertions(+), 3481 deletions(-) delete mode 100644 libs/openchallenges/user-profile/.eslintrc.json delete mode 100644 libs/openchallenges/user-profile/README.md delete mode 100644 libs/openchallenges/user-profile/jest.config.ts delete mode 100644 libs/openchallenges/user-profile/project.json delete mode 100644 libs/openchallenges/user-profile/src/_lib-theme.scss delete mode 100644 libs/openchallenges/user-profile/src/index.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/_user-profile-theme.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/mock-user-profiles.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/tab.model.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-challenges/_user-profile-challenges-theme.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.html delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.spec.ts.off delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-overview/_user-profile-overview-theme.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.html delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.spec.ts.off delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-seo.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-starred/_user-profile-starred-theme.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred-tabs.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.html delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.spec.ts.off delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-stats/_user-profile-stats-theme.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.html delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.spec.ts.off delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile-tabs.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.component.html delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.component.scss delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.component.spec.ts.off delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.component.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.resolver.spec.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.resolver.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.routes.ts delete mode 100644 libs/openchallenges/user-profile/src/lib/user-profile.ts delete mode 100644 libs/openchallenges/user-profile/src/test-setup.ts delete mode 100644 libs/openchallenges/user-profile/tsconfig.json delete mode 100644 libs/openchallenges/user-profile/tsconfig.lib.json delete mode 100644 libs/openchallenges/user-profile/tsconfig.spec.json diff --git a/.eslintrc.json b/.eslintrc.json index 21776db523..be2ef49b4e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,21 +5,7 @@ "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": { - // "@nx/enforce-module-boundaries": [ - // "error", - // { - // "enforceBuildableLibDependency": true, - // "allow": [], - // "depConstraints": [ - // { - // "sourceTag": "*", - // "onlyDependOnLibsWithTags": ["*"] - // } - // ] - // } - // ] - } + "rules": {} }, { "files": ["*.ts", "*.tsx"], @@ -38,13 +24,18 @@ "singleQuote": true, "printWidth": 80 } - ] + ], + "@typescript-eslint/no-extra-semi": "error", + "no-extra-semi": "off" } }, { "files": ["*.js", "*.jsx"], "extends": ["plugin:@nx/javascript"], - "rules": {} + "rules": { + "@typescript-eslint/no-extra-semi": "error", + "no-extra-semi": "off" + } }, { "files": "*.json", diff --git a/.prettierignore b/.prettierignore index 1c2e35d179..561ce3b11d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,4 +9,5 @@ build # Angular .angular -/.nx/cache \ No newline at end of file +/.nx/cache +/.nx/workspace-data \ No newline at end of file diff --git a/apps/model-ad/app/src/_app-theme.scss b/apps/model-ad/app/src/_app-theme.scss index 5b717506d8..c88aa8777f 100644 --- a/apps/model-ad/app/src/_app-theme.scss +++ b/apps/model-ad/app/src/_app-theme.scss @@ -7,10 +7,10 @@ @include mat.typography-hierarchy(fonts.$lato); @include mat.core(); -$primary: mat.define-palette(palettes.$dark-blue-palette, 600); -$accent: mat.define-palette(palettes.$accent-purple-palette, 400); +$primary: mat.m2-define-palette(palettes.$dark-blue-palette, 600); +$accent: mat.m2-define-palette(palettes.$accent-purple-palette, 400); -$theme: mat.define-light-theme( +$theme: mat.m2-define-light-theme( ( color: ( primary: $primary, diff --git a/apps/openchallenges/app/src/_app-theme.scss b/apps/openchallenges/app/src/_app-theme.scss index 1a8e845b19..50228484ce 100644 --- a/apps/openchallenges/app/src/_app-theme.scss +++ b/apps/openchallenges/app/src/_app-theme.scss @@ -7,10 +7,10 @@ @include mat.typography-hierarchy(fonts.$lato); @include mat.core(); -$primary: mat.define-palette(palettes.$dark-blue-palette, 600); -$accent: mat.define-palette(palettes.$accent-purple-palette, 400); +$primary: mat.m2-define-palette(palettes.$dark-blue-palette, 600); +$accent: mat.m2-define-palette(palettes.$accent-purple-palette, 400); -$theme: mat.define-light-theme( +$theme: mat.m2-define-light-theme( ( color: ( primary: $primary, diff --git a/docs/_archive/app-styles-themes-assets.md b/docs/_archive/app-styles-themes-assets.md index b244bd80bb..a9b8abd120 100644 --- a/docs/_archive/app-styles-themes-assets.md +++ b/docs/_archive/app-styles-themes-assets.md @@ -84,7 +84,7 @@ Seed the theme file with the following template: @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, primary); $accent: map.get($config, accent); $warn: map.get($config, warn); @@ -94,12 +94,12 @@ Seed the theme file with the following template: // Specify the colors of the elements of the component here. // Example: .awesome-class { - color: mat.get-color-from-palette($primary, default); + color: mat.m2-get-color-from-palette($primary, default); } } @mixin typography($theme) { - $config: mat.get-typography-config($theme); + $config: mat.m2-get-typography-config($theme); // Specify the typography of the elements of the component here. // Example: @@ -111,12 +111,12 @@ Seed the theme file with the following template: } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/docs/_archive/create-a-new-angular-component.md b/docs/_archive/create-a-new-angular-component.md index 88f0e1a2c7..4ad3c89c64 100644 --- a/docs/_archive/create-a-new-angular-component.md +++ b/docs/_archive/create-a-new-angular-component.md @@ -338,7 +338,7 @@ Once the exported styles files are copy-pasted to the app, some additional steps @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -349,12 +349,12 @@ Once the exported styles files are copy-pasted to the app, some additional steps } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/docs/_archive/projects.md b/docs/_archive/projects.md index 169cfd7c3d..0d13c6a179 100644 --- a/docs/_archive/projects.md +++ b/docs/_archive/projects.md @@ -34,7 +34,6 @@ | openchallenges-styles | OpenChallenges SCSS styles | | openchallenges-themes | OpenChallenges SCSS themes | | openchallenges-ui | OpenChallenges reusable UI components | -| openchallenges-user-profile | OpenChallenges User profile page | | shared-assets | Assets shared by multiple TypeScript projects | | shared-java-util | Util library shared by multiple Java projects | | shared-styles | SCSS styles shared by multiple TypeScript projects | diff --git a/libs/model-ad/not-found/src/lib/_not-found-theme.scss b/libs/model-ad/not-found/src/lib/_not-found-theme.scss index 7be87418ea..64d928f1f2 100644 --- a/libs/model-ad/not-found/src/lib/_not-found-theme.scss +++ b/libs/model-ad/not-found/src/lib/_not-found-theme.scss @@ -2,21 +2,21 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, primary); $accent: map.get($config, accent); .home-btn { - background-color: mat.get-color-from-palette($accent) !important; + background-color: mat.m2-get-color-from-palette($accent) !important; color: white !important; } .home-btn:hover { - background-color: mat.get-color-from-palette($accent, 500); + background-color: mat.m2-get-color-from-palette($accent, 500); } } @mixin typography($theme) { - $config: mat.get-typography-config($theme); + $config: mat.m2-get-typography-config($theme); .err-code { font-size: 160px; @@ -24,12 +24,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/model-ad/themes/src/_fonts.scss b/libs/model-ad/themes/src/_fonts.scss index f4f0388601..a7909beff7 100644 --- a/libs/model-ad/themes/src/_fonts.scss +++ b/libs/model-ad/themes/src/_fonts.scss @@ -2,15 +2,14 @@ @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap'); - -$lato: mat.define-typography-config( +$lato: mat.m2-define-typography-config( $font-family: "'Lato', sans-serif", - $headline-5: mat.define-typography-level(46px, 56px, 700), - $headline-6: mat.define-typography-level(40px, 50px, 700), - $subtitle-1: mat.define-typography-level(28px, 38px, 700, $letter-spacing: -0.1px), - $subtitle-2: mat.define-typography-level(20px, 32px, 400, $letter-spacing: -0.1px), - $body-1: mat.define-typography-level(21px, 36px, 400, $letter-spacing: -0.1px), - $body-2: mat.define-typography-level(16px, 26px, 400), - $caption: mat.define-typography-level(14px, 21px, 400), - $button: mat.define-typography-level(16px, 18px, 700), + $headline-5: mat.m2-define-typography-level(46px, 56px, 700), + $headline-6: mat.m2-define-typography-level(40px, 50px, 700), + $subtitle-1: mat.m2-define-typography-level(28px, 38px, 700, $letter-spacing: -0.1px), + $subtitle-2: mat.m2-define-typography-level(20px, 32px, 400, $letter-spacing: -0.1px), + $body-1: mat.m2-define-typography-level(21px, 36px, 400, $letter-spacing: -0.1px), + $body-2: mat.m2-define-typography-level(16px, 26px, 400), + $caption: mat.m2-define-typography-level(14px, 21px, 400), + $button: mat.m2-define-typography-level(16px, 18px, 700), ); diff --git a/libs/model-ad/ui/src/lib/footer/_footer-theme.scss b/libs/model-ad/ui/src/lib/footer/_footer-theme.scss index fee88f2524..cffd8d5eaf 100644 --- a/libs/model-ad/ui/src/lib/footer/_footer-theme.scss +++ b/libs/model-ad/ui/src/lib/footer/_footer-theme.scss @@ -3,13 +3,13 @@ @use 'libs/model-ad/styles/src/lib/constants'; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); footer { - background-color: mat.get-color-from-palette($primary, 600); + background-color: mat.m2-get-color-from-palette($primary, 600); color: #fff; } .footer-link-group a, @@ -17,12 +17,12 @@ color: #fff; } .footer-bottom { - background-color: mat.get-color-from-palette($primary, 800); + background-color: mat.m2-get-color-from-palette($primary, 800); } } @mixin typography($theme) { - $config: mat.get-typography-config($theme); + $config: mat.m2-get-typography-config($theme); footer { font-weight: 500; @@ -48,12 +48,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/about/src/lib/_about-theme.scss b/libs/openchallenges/about/src/lib/_about-theme.scss index b501c13bf5..20082df5a6 100644 --- a/libs/openchallenges/about/src/lib/_about-theme.scss +++ b/libs/openchallenges/about/src/lib/_about-theme.scss @@ -2,17 +2,17 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, primary); $accent: map.get($config, accent); .goal-icon { - background-color: mat.get-color-from-palette($primary, 50); + background-color: mat.m2-get-color-from-palette($primary, 50); } } @mixin typography($theme) { - $config: mat.get-typography-config($theme); + $config: mat.m2-get-typography-config($theme); .container p { font-size: 17px; @@ -21,12 +21,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/challenge-search/src/lib/_challenge-search-theme.scss b/libs/openchallenges/challenge-search/src/lib/_challenge-search-theme.scss index ba21aabfff..4fa68d8b70 100644 --- a/libs/openchallenges/challenge-search/src/lib/_challenge-search-theme.scss +++ b/libs/openchallenges/challenge-search/src/lib/_challenge-search-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -46,12 +46,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/challenge/src/lib/_challenge-theme.scss b/libs/openchallenges/challenge/src/lib/_challenge-theme.scss index adfa951cb3..91cf3e074c 100644 --- a/libs/openchallenges/challenge/src/lib/_challenge-theme.scss +++ b/libs/openchallenges/challenge/src/lib/_challenge-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -45,8 +45,8 @@ color: #000; &.active { - color: #1C5E2A; - background-color: #D0FEDD; + color: #1c5e2a; + background-color: #d0fedd; } &.completed { @@ -55,8 +55,8 @@ } &.upcoming { - color: #E1861F; - background-color: #FFF5D1; + color: #e1861f; + background-color: #fff5d1; } } @@ -94,12 +94,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/challenge/src/lib/challenge-contributors/_challenge-contributors-theme.scss b/libs/openchallenges/challenge/src/lib/challenge-contributors/_challenge-contributors-theme.scss index 24d9cfc212..97254151ed 100644 --- a/libs/openchallenges/challenge/src/lib/challenge-contributors/_challenge-contributors-theme.scss +++ b/libs/openchallenges/challenge/src/lib/challenge-contributors/_challenge-contributors-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -13,12 +13,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/challenge/src/lib/challenge-organizers/_challenge-organizers-theme.scss b/libs/openchallenges/challenge/src/lib/challenge-organizers/_challenge-organizers-theme.scss index 021e1b7bee..97254151ed 100644 --- a/libs/openchallenges/challenge/src/lib/challenge-organizers/_challenge-organizers-theme.scss +++ b/libs/openchallenges/challenge/src/lib/challenge-organizers/_challenge-organizers-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -13,13 +13,13 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/challenge/src/lib/challenge-overview/_challenge-overview-theme.scss b/libs/openchallenges/challenge/src/lib/challenge-overview/_challenge-overview-theme.scss index e66f832221..8bf6ea7f20 100644 --- a/libs/openchallenges/challenge/src/lib/challenge-overview/_challenge-overview-theme.scss +++ b/libs/openchallenges/challenge/src/lib/challenge-overview/_challenge-overview-theme.scss @@ -2,21 +2,22 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $figma: map.get($config, 'figma'); } -@mixin typography($theme) {} +@mixin typography($theme) { +} @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/challenge/src/lib/challenge-stargazers/_challenge-stargazers-theme.scss b/libs/openchallenges/challenge/src/lib/challenge-stargazers/_challenge-stargazers-theme.scss index 24d9cfc212..97254151ed 100644 --- a/libs/openchallenges/challenge/src/lib/challenge-stargazers/_challenge-stargazers-theme.scss +++ b/libs/openchallenges/challenge/src/lib/challenge-stargazers/_challenge-stargazers-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -13,12 +13,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/challenge/src/lib/challenge-stats/_challenge-stats-theme.scss b/libs/openchallenges/challenge/src/lib/challenge-stats/_challenge-stats-theme.scss index 2916e36288..08e454872f 100644 --- a/libs/openchallenges/challenge/src/lib/challenge-stats/_challenge-stats-theme.scss +++ b/libs/openchallenges/challenge/src/lib/challenge-stats/_challenge-stats-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -20,12 +20,12 @@ } } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/home/src/lib/_home-theme.scss b/libs/openchallenges/home/src/lib/_home-theme.scss index f0f0dc6738..9244b1a9bd 100644 --- a/libs/openchallenges/home/src/lib/_home-theme.scss +++ b/libs/openchallenges/home/src/lib/_home-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -19,12 +19,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/home/src/lib/challenge-host-list/_challenge-host-list-theme.scss b/libs/openchallenges/home/src/lib/challenge-host-list/_challenge-host-list-theme.scss index bd7157c38e..b4548720a2 100644 --- a/libs/openchallenges/home/src/lib/challenge-host-list/_challenge-host-list-theme.scss +++ b/libs/openchallenges/home/src/lib/challenge-host-list/_challenge-host-list-theme.scss @@ -1,18 +1,17 @@ @use 'sass:map'; @use '@angular/material' as mat; - @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); .see-more { - background-color: mat.get-color-from-palette($primary, 800) !important; + background-color: mat.m2-get-color-from-palette($primary, 800) !important; color: white !important; } .see-more:hover { - background-color: mat.get-color-from-palette($primary, 900) !important; + background-color: mat.m2-get-color-from-palette($primary, 900) !important; } } @@ -23,13 +22,13 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/home/src/lib/challenge-registration/_challenge-registration-theme.scss b/libs/openchallenges/home/src/lib/challenge-registration/_challenge-registration-theme.scss index 77ac5128a8..2e535b7bcc 100644 --- a/libs/openchallenges/home/src/lib/challenge-registration/_challenge-registration-theme.scss +++ b/libs/openchallenges/home/src/lib/challenge-registration/_challenge-registration-theme.scss @@ -2,20 +2,20 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); #organizer-cta { - background-color: mat.get-color-from-palette($primary, 900); + background-color: mat.m2-get-color-from-palette($primary, 900); color: white; .btn-block { color: white; - background-color: mat.get-color-from-palette($accent); + background-color: mat.m2-get-color-from-palette($accent); } .btn-block:hover { - background-color: mat.get-color-from-palette($accent, 500); + background-color: mat.m2-get-color-from-palette($accent, 500); } } } @@ -27,12 +27,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/home/src/lib/challenge-search/_challenge-search-theme.scss b/libs/openchallenges/home/src/lib/challenge-search/_challenge-search-theme.scss index 8ea5de91c5..f2e0880bdd 100644 --- a/libs/openchallenges/home/src/lib/challenge-search/_challenge-search-theme.scss +++ b/libs/openchallenges/home/src/lib/challenge-search/_challenge-search-theme.scss @@ -2,12 +2,12 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); #search-oc { - background-color: mat.get-color-from-palette($primary, 900); + background-color: mat.m2-get-color-from-palette($primary, 900); h3 { color: white; @@ -22,12 +22,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/home/src/lib/featured-challenge-list/_featured-challenge-list-theme.scss b/libs/openchallenges/home/src/lib/featured-challenge-list/_featured-challenge-list-theme.scss index ecc84670f5..d54fe22a48 100644 --- a/libs/openchallenges/home/src/lib/featured-challenge-list/_featured-challenge-list-theme.scss +++ b/libs/openchallenges/home/src/lib/featured-challenge-list/_featured-challenge-list-theme.scss @@ -1,28 +1,28 @@ @use 'sass:map'; @use '@angular/material' as mat; - @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $figma: map.get($config, 'figma'); - + #featured-challenges { background-color: map.get($figma, dl-color-default-hover1); } } -@mixin typography($theme) {} +@mixin typography($theme) { +} @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/home/src/lib/random-challenge-list/_random-challenge-list-theme.scss b/libs/openchallenges/home/src/lib/random-challenge-list/_random-challenge-list-theme.scss index 16e65c7e94..3a4ceca6f2 100644 --- a/libs/openchallenges/home/src/lib/random-challenge-list/_random-challenge-list-theme.scss +++ b/libs/openchallenges/home/src/lib/random-challenge-list/_random-challenge-list-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $figma: map.get($config, 'figma'); @@ -16,12 +16,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/home/src/lib/statistics-viewer/_statistics-viewer-theme.scss b/libs/openchallenges/home/src/lib/statistics-viewer/_statistics-viewer-theme.scss index daa9d610dd..6229f84f7a 100644 --- a/libs/openchallenges/home/src/lib/statistics-viewer/_statistics-viewer-theme.scss +++ b/libs/openchallenges/home/src/lib/statistics-viewer/_statistics-viewer-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -24,12 +24,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/not-found/src/lib/_not-found-theme.scss b/libs/openchallenges/not-found/src/lib/_not-found-theme.scss index 7be87418ea..64d928f1f2 100644 --- a/libs/openchallenges/not-found/src/lib/_not-found-theme.scss +++ b/libs/openchallenges/not-found/src/lib/_not-found-theme.scss @@ -2,21 +2,21 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, primary); $accent: map.get($config, accent); .home-btn { - background-color: mat.get-color-from-palette($accent) !important; + background-color: mat.m2-get-color-from-palette($accent) !important; color: white !important; } .home-btn:hover { - background-color: mat.get-color-from-palette($accent, 500); + background-color: mat.m2-get-color-from-palette($accent, 500); } } @mixin typography($theme) { - $config: mat.get-typography-config($theme); + $config: mat.m2-get-typography-config($theme); .err-code { font-size: 160px; @@ -24,12 +24,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/org-profile/src/lib/_org-profile-theme.scss b/libs/openchallenges/org-profile/src/lib/_org-profile-theme.scss index 577964ce4a..5809d5cd73 100644 --- a/libs/openchallenges/org-profile/src/lib/_org-profile-theme.scss +++ b/libs/openchallenges/org-profile/src/lib/_org-profile-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -75,12 +75,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/org-profile/src/lib/org-profile-challenges/_org-profile-challenges-theme.scss b/libs/openchallenges/org-profile/src/lib/org-profile-challenges/_org-profile-challenges-theme.scss index 021e1b7bee..97254151ed 100644 --- a/libs/openchallenges/org-profile/src/lib/org-profile-challenges/_org-profile-challenges-theme.scss +++ b/libs/openchallenges/org-profile/src/lib/org-profile-challenges/_org-profile-challenges-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -13,13 +13,13 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/org-profile/src/lib/org-profile-members/_org-profile-members-theme.scss b/libs/openchallenges/org-profile/src/lib/org-profile-members/_org-profile-members-theme.scss index 021e1b7bee..97254151ed 100644 --- a/libs/openchallenges/org-profile/src/lib/org-profile-members/_org-profile-members-theme.scss +++ b/libs/openchallenges/org-profile/src/lib/org-profile-members/_org-profile-members-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -13,13 +13,13 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/org-profile/src/lib/org-profile-overview/_org-profile-overview-theme.scss b/libs/openchallenges/org-profile/src/lib/org-profile-overview/_org-profile-overview-theme.scss index 71e95a1732..97254151ed 100644 --- a/libs/openchallenges/org-profile/src/lib/org-profile-overview/_org-profile-overview-theme.scss +++ b/libs/openchallenges/org-profile/src/lib/org-profile-overview/_org-profile-overview-theme.scss @@ -2,23 +2,24 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); $figma: map.get($config, 'figma'); } -@mixin typography($theme) {} +@mixin typography($theme) { +} @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/org-profile/src/lib/org-profile-stats/_org-profile-stats-theme.scss b/libs/openchallenges/org-profile/src/lib/org-profile-stats/_org-profile-stats-theme.scss index 2916e36288..08e454872f 100644 --- a/libs/openchallenges/org-profile/src/lib/org-profile-stats/_org-profile-stats-theme.scss +++ b/libs/openchallenges/org-profile/src/lib/org-profile-stats/_org-profile-stats-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -20,12 +20,12 @@ } } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/org-search/src/lib/_org-search-theme.scss b/libs/openchallenges/org-search/src/lib/_org-search-theme.scss index 13a7785d63..e4a0473b0d 100644 --- a/libs/openchallenges/org-search/src/lib/_org-search-theme.scss +++ b/libs/openchallenges/org-search/src/lib/_org-search-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -40,12 +40,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/team/src/lib/_team-theme.scss b/libs/openchallenges/team/src/lib/_team-theme.scss index 08e69f0b6e..0fb3070283 100644 --- a/libs/openchallenges/team/src/lib/_team-theme.scss +++ b/libs/openchallenges/team/src/lib/_team-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -23,13 +23,13 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/themes/src/_fonts.scss b/libs/openchallenges/themes/src/_fonts.scss index f4f0388601..a7909beff7 100644 --- a/libs/openchallenges/themes/src/_fonts.scss +++ b/libs/openchallenges/themes/src/_fonts.scss @@ -2,15 +2,14 @@ @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap'); - -$lato: mat.define-typography-config( +$lato: mat.m2-define-typography-config( $font-family: "'Lato', sans-serif", - $headline-5: mat.define-typography-level(46px, 56px, 700), - $headline-6: mat.define-typography-level(40px, 50px, 700), - $subtitle-1: mat.define-typography-level(28px, 38px, 700, $letter-spacing: -0.1px), - $subtitle-2: mat.define-typography-level(20px, 32px, 400, $letter-spacing: -0.1px), - $body-1: mat.define-typography-level(21px, 36px, 400, $letter-spacing: -0.1px), - $body-2: mat.define-typography-level(16px, 26px, 400), - $caption: mat.define-typography-level(14px, 21px, 400), - $button: mat.define-typography-level(16px, 18px, 700), + $headline-5: mat.m2-define-typography-level(46px, 56px, 700), + $headline-6: mat.m2-define-typography-level(40px, 50px, 700), + $subtitle-1: mat.m2-define-typography-level(28px, 38px, 700, $letter-spacing: -0.1px), + $subtitle-2: mat.m2-define-typography-level(20px, 32px, 400, $letter-spacing: -0.1px), + $body-1: mat.m2-define-typography-level(21px, 36px, 400, $letter-spacing: -0.1px), + $body-2: mat.m2-define-typography-level(16px, 26px, 400), + $caption: mat.m2-define-typography-level(14px, 21px, 400), + $button: mat.m2-define-typography-level(16px, 18px, 700), ); diff --git a/libs/openchallenges/themes/src/_index.scss b/libs/openchallenges/themes/src/_index.scss index 7c2c56cf47..da0d6d9044 100644 --- a/libs/openchallenges/themes/src/_index.scss +++ b/libs/openchallenges/themes/src/_index.scss @@ -2,7 +2,6 @@ @use 'libs/openchallenges/ui/src/lib-theme' as openchallenges-ui; @use 'libs/openchallenges/challenge/src/lib-theme' as openchallenges-challenge; @use 'libs/openchallenges/org-profile/src/lib-theme' as openchallenges-org-profile; -@use 'libs/openchallenges/user-profile/src/lib-theme' as openchallenges-user-profile; @use 'libs/openchallenges/home/src/lib-theme' as openchallenges-home; @use 'libs/openchallenges/team/src/lib-theme' as openchallenges-team; @use 'libs/openchallenges/challenge-search/src/lib-theme' as challenge-search; @@ -11,7 +10,6 @@ @mixin theme($theme) { @include openchallenges-challenge.theme($theme); @include openchallenges-org-profile.theme($theme); - @include openchallenges-user-profile.theme($theme); @include openchallenges-about.theme($theme); @include openchallenges-ui.theme($theme); @include openchallenges-home.theme($theme); diff --git a/libs/openchallenges/ui/src/lib/button-github/_button-github-theme.scss b/libs/openchallenges/ui/src/lib/button-github/_button-github-theme.scss index ed50c1a960..8745756d8a 100644 --- a/libs/openchallenges/ui/src/lib/button-github/_button-github-theme.scss +++ b/libs/openchallenges/ui/src/lib/button-github/_button-github-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, primary); $accent: map.get($config, accent); $warn: map.get($config, warn); @@ -12,15 +12,16 @@ // add color-related scss here } -@mixin typography($theme) {} +@mixin typography($theme) { +} @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/challenge-card/_challenge-card-theme.scss b/libs/openchallenges/ui/src/lib/challenge-card/_challenge-card-theme.scss index 8612a5408f..7175099bf4 100644 --- a/libs/openchallenges/ui/src/lib/challenge-card/_challenge-card-theme.scss +++ b/libs/openchallenges/ui/src/lib/challenge-card/_challenge-card-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -21,15 +21,15 @@ border-color: transparent; color: map.get($figma, dl-color-default-primary1); } - .card-status{ + .card-status { .active { - color: #71C663; + color: #71c663; } .completed { - color: map.get($figma, dl-color-default-primary1) + color: map.get($figma, dl-color-default-primary1); } .upcoming { - color: #FFC56D; + color: #ffc56d; } } } @@ -41,12 +41,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/discord-button/_discord-button-theme.scss b/libs/openchallenges/ui/src/lib/discord-button/_discord-button-theme.scss index 892c1888b0..2dbecc5685 100644 --- a/libs/openchallenges/ui/src/lib/discord-button/_discord-button-theme.scss +++ b/libs/openchallenges/ui/src/lib/discord-button/_discord-button-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, primary); $accent: map.get($config, accent); $warn: map.get($config, warn); @@ -14,16 +14,16 @@ } @mixin typography($theme) { - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/footer/_footer-theme.scss b/libs/openchallenges/ui/src/lib/footer/_footer-theme.scss index a1d6b6afca..996f34417f 100644 --- a/libs/openchallenges/ui/src/lib/footer/_footer-theme.scss +++ b/libs/openchallenges/ui/src/lib/footer/_footer-theme.scss @@ -3,13 +3,13 @@ @use 'libs/openchallenges/styles/src/lib/constants'; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); footer { - background-color: mat.get-color-from-palette($primary, 600); + background-color: mat.m2-get-color-from-palette($primary, 600); color: #fff; } .footer-link-group a, @@ -17,12 +17,12 @@ color: #fff; } .footer-bottom { - background-color: mat.get-color-from-palette($primary, 800); + background-color: mat.m2-get-color-from-palette($primary, 800); } } @mixin typography($theme) { - $config: mat.get-typography-config($theme); + $config: mat.m2-get-typography-config($theme); footer { font-weight: 500; @@ -48,12 +48,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/navbar/_navbar-theme.scss b/libs/openchallenges/ui/src/lib/navbar/_navbar-theme.scss index 24cbe7bd02..a34c80ae5f 100644 --- a/libs/openchallenges/ui/src/lib/navbar/_navbar-theme.scss +++ b/libs/openchallenges/ui/src/lib/navbar/_navbar-theme.scss @@ -2,16 +2,16 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); openchallenges-navbar { - color: mat.get-color-from-palette($primary, default-contrast); - + color: mat.m2-get-color-from-palette($primary, default-contrast); + .sage-navbar { - background: mat.get-color-from-palette($primary, 600); + background: mat.m2-get-color-from-palette($primary, 600); } // Overwrite color specified by .mdc-button .navbar-item { @@ -20,13 +20,13 @@ .navbar-item:hover, .navbar-item:active, .navbar-item:focus { - background-color: mat.get-color-from-palette($primary, 700); + background-color: mat.m2-get-color-from-palette($primary, 700); } } } @mixin typography($theme) { - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); // Overwrite line-height specified by .mdc-button .navbar-item { @@ -35,12 +35,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/organization-card/_organization-card-theme.scss b/libs/openchallenges/ui/src/lib/organization-card/_organization-card-theme.scss index 242586a0c8..5be5e471a5 100644 --- a/libs/openchallenges/ui/src/lib/organization-card/_organization-card-theme.scss +++ b/libs/openchallenges/ui/src/lib/organization-card/_organization-card-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -19,7 +19,7 @@ } @mixin typography($theme) { - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); .organization-card-banner { div.avatar-content { @@ -29,12 +29,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/paginator/_paginator-theme.scss b/libs/openchallenges/ui/src/lib/paginator/_paginator-theme.scss index 516be6e8a0..ce1ca8dc66 100644 --- a/libs/openchallenges/ui/src/lib/paginator/_paginator-theme.scss +++ b/libs/openchallenges/ui/src/lib/paginator/_paginator-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -10,16 +10,16 @@ } @mixin typography($theme) { - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/person-card/_person-card-theme.scss b/libs/openchallenges/ui/src/lib/person-card/_person-card-theme.scss index c8238a299d..e40a102a77 100644 --- a/libs/openchallenges/ui/src/lib/person-card/_person-card-theme.scss +++ b/libs/openchallenges/ui/src/lib/person-card/_person-card-theme.scss @@ -2,7 +2,7 @@ @use '@angular/material' as mat; @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); @@ -32,12 +32,12 @@ } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } diff --git a/libs/openchallenges/ui/src/lib/user-button/_user-button-theme.scss b/libs/openchallenges/ui/src/lib/user-button/_user-button-theme.scss index 80572f055b..057a8858e5 100644 --- a/libs/openchallenges/ui/src/lib/user-button/_user-button-theme.scss +++ b/libs/openchallenges/ui/src/lib/user-button/_user-button-theme.scss @@ -1,15 +1,14 @@ @use 'sass:map'; @use '@angular/material' as mat; - @mixin color($theme) { - $config: mat.get-color-config($theme); + $config: mat.m2-get-color-config($theme); $primary: map.get($config, 'primary'); $accent: map.get($config, 'accent'); $warn: map.get($config, 'warn'); .user-button { - background-color: mat.get-color-from-palette($accent, 300) !important; + background-color: mat.m2-get-color-from-palette($accent, 300) !important; color: white !important; } @@ -17,30 +16,30 @@ background-color: #fff !important; } - button.mat-mdc-menu-item{ + button.mat-mdc-menu-item { background-color: #fff !important; transition: 0.3s !important; } button.mat-mdc-menu-item:hover { - background-color: mat.get-color-from-palette($primary, 100) !important; + background-color: mat.m2-get-color-from-palette($primary, 100) !important; } } @mixin typography($theme) { - button.mat-mdc-menu-item{ + button.mat-mdc-menu-item { font-size: 15px !important; } } @mixin theme($theme) { - $color-config: mat.get-color-config($theme); + $color-config: mat.m2-get-color-config($theme); @if $color-config != null { @include color($theme); } - $typography-config: mat.get-typography-config($theme); + $typography-config: mat.m2-get-typography-config($theme); @if $typography-config != null { @include typography($theme); } -} \ No newline at end of file +} diff --git a/libs/openchallenges/user-profile/.eslintrc.json b/libs/openchallenges/user-profile/.eslintrc.json deleted file mode 100644 index c9438066d1..0000000000 --- a/libs/openchallenges/user-profile/.eslintrc.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "extends": ["../../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "env": { - "jest": true - }, - "overrides": [ - { - "files": ["*.ts"], - "extends": [ - "plugin:@nx/angular", - "plugin:@angular-eslint/template/process-inline-templates", - "plugin:jest/recommended" - ], - "rules": { - "@angular-eslint/directive-selector": [ - "error", - { - "type": "attribute", - "prefix": "openchallenges", - "style": "camelCase" - } - ], - "@angular-eslint/component-selector": [ - "error", - { - "type": "element", - "prefix": "openchallenges", - "style": "kebab-case" - } - ] - } - }, - { - "files": ["*.html"], - "extends": ["plugin:@nx/angular-template"], - "rules": {} - } - ] -} diff --git a/libs/openchallenges/user-profile/README.md b/libs/openchallenges/user-profile/README.md deleted file mode 100644 index 239479d4fa..0000000000 --- a/libs/openchallenges/user-profile/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# web-user-profile - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test web-user-profile` to execute the unit tests. diff --git a/libs/openchallenges/user-profile/jest.config.ts b/libs/openchallenges/user-profile/jest.config.ts deleted file mode 100644 index 058209bb86..0000000000 --- a/libs/openchallenges/user-profile/jest.config.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable */ -export default { - displayName: 'openchallenges-user-profile', - preset: '../../../jest.preset.js', - setupFilesAfterEnv: ['/src/test-setup.ts'], - globals: {}, - coverageDirectory: '../../../coverage/libs/openchallenges/user-profile', - transform: { - '^.+\\.(ts|mjs|js|html)$': [ - 'jest-preset-angular', - { - tsconfig: '/tsconfig.spec.json', - stringifyContentPathRegex: '\\.(html|svg)$', - }, - ], - }, - transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)'], - snapshotSerializers: [ - 'jest-preset-angular/build/serializers/no-ng-attributes', - 'jest-preset-angular/build/serializers/ng-snapshot', - 'jest-preset-angular/build/serializers/html-comment', - ], -}; diff --git a/libs/openchallenges/user-profile/project.json b/libs/openchallenges/user-profile/project.json deleted file mode 100644 index 45f228a72e..0000000000 --- a/libs/openchallenges/user-profile/project.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "openchallenges-user-profile", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "sourceRoot": "libs/openchallenges/user-profile/src", - "prefix": "openchallenges", - "targets": { - "test": { - "executor": "@nx/jest:jest", - "outputs": ["{workspaceRoot}/coverage/libs/openchallenges/user-profile"], - "options": { - "jestConfig": "libs/openchallenges/user-profile/jest.config.ts" - } - }, - "lint-disabled": { - "executor": "@nx/eslint:lint" - } - }, - "tags": ["type:feature", "scope:openchallenges", "language:typescript"], - "implicitDependencies": [] -} diff --git a/libs/openchallenges/user-profile/src/_lib-theme.scss b/libs/openchallenges/user-profile/src/_lib-theme.scss deleted file mode 100644 index 06932e5391..0000000000 --- a/libs/openchallenges/user-profile/src/_lib-theme.scss +++ /dev/null @@ -1,16 +0,0 @@ -@use './lib/user-profile-theme' as user-profile; -@use './lib/user-profile-overview/user-profile-overview-theme' as - user-profile-overview; -@use './lib/user-profile-challenges/user-profile-challenges-theme' as - user-profile-challenges; -@use './lib/user-profile-starred/user-profile-starred-theme' as - user-profile-starred; -@use './lib/user-profile-stats/user-profile-stats-theme' as user-profile-stats; - -@mixin theme($theme) { - @include user-profile.theme($theme); - @include user-profile-overview.theme($theme); - @include user-profile-challenges.theme($theme); - @include user-profile-starred.theme($theme); - @include user-profile-stats.theme($theme); -} diff --git a/libs/openchallenges/user-profile/src/index.ts b/libs/openchallenges/user-profile/src/index.ts deleted file mode 100644 index ff6a103faa..0000000000 --- a/libs/openchallenges/user-profile/src/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './lib/user-profile.resolver'; -export * from './lib/user-profile.routes'; diff --git a/libs/openchallenges/user-profile/src/lib/_user-profile-theme.scss b/libs/openchallenges/user-profile/src/lib/_user-profile-theme.scss deleted file mode 100644 index 3d0b7bf8b7..0000000000 --- a/libs/openchallenges/user-profile/src/lib/_user-profile-theme.scss +++ /dev/null @@ -1,83 +0,0 @@ -@use 'sass:map'; -@use '@angular/material' as mat; - -@mixin color($theme) { - $config: mat.get-color-config($theme); - $primary: map.get($config, 'primary'); - $accent: map.get($config, 'accent'); - $warn: map.get($config, 'warn'); - $figma: map.get($config, 'figma'); - - .base { - background-color: white; - } - #profile-top, #stats { - border-color: transparent; - background-color: map.get($figma, dl-color-default-hover1); - } - .verified { - border-color: transparent; - color: map.get($figma, dl-color-default-darkaccent1); - } - .username { - color: map.get($figma, dl-color-default-secondary1); - } - .profile-type { - border-color: map.get($figma, dl-color-default-secondary2); - background-color: map.get($figma, dl-color-default-accent2); - } - .base-profile-pic { - border-color: transparent; - background-color: transparent; - } - .base-basic-stats { - background-color: map.get($figma, dl-color-default-hover2); - } - .nav-group { - border-color: map.get($figma, dl-color-default-primary2); - background-color: rgba(255, 255, 255, 1); - } - .nav-item { - border-color: transparent; - &:focus, - &:hover { - background-color: map.get($figma, dl-color-default-hover2); - } - color: black; - } - .nav-item.active-tab { - background-color: map.get($figma, dl-color-default-hover2); - } - - @media (max-width: 479px) { - .profile-pic { - background-color: map.get($figma, dl-color-default-hover2); - } - } -} - -@mixin typography($theme) { - .username { - font-size: 28px; - } - @media screen and (max-width: 641px) { - #details > h2 { - font-size: 32px; - } - #details > h3 { - font-size: 21px; - } - } -} - -@mixin theme($theme) { - $color-config: mat.get-color-config($theme); - @if $color-config != null { - @include color($theme); - } - - $typography-config: mat.get-typography-config($theme); - @if $typography-config != null { - @include typography($theme); - } -} diff --git a/libs/openchallenges/user-profile/src/lib/mock-user-profiles.ts b/libs/openchallenges/user-profile/src/lib/mock-user-profiles.ts deleted file mode 100644 index e3d5d6aa32..0000000000 --- a/libs/openchallenges/user-profile/src/lib/mock-user-profiles.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { UserProfile } from './user-profile'; - -export const EMPTY_USER_PROFILE: UserProfile = { - username: '', - email: '', -}; - -export const AWESOME_USER_PROFILE: UserProfile = { - username: 'awesome-user', - email: 'awesome-user@example.com', -}; diff --git a/libs/openchallenges/user-profile/src/lib/tab.model.ts b/libs/openchallenges/user-profile/src/lib/tab.model.ts deleted file mode 100644 index 308e8279b6..0000000000 --- a/libs/openchallenges/user-profile/src/lib/tab.model.ts +++ /dev/null @@ -1,4 +0,0 @@ -export interface Tab { - name: string; - visible: boolean; -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/_user-profile-challenges-theme.scss b/libs/openchallenges/user-profile/src/lib/user-profile-challenges/_user-profile-challenges-theme.scss deleted file mode 100644 index 6fb9a6d524..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/_user-profile-challenges-theme.scss +++ /dev/null @@ -1,25 +0,0 @@ -@use 'sass:map'; -@use '@angular/material' as mat; - -@mixin color($theme) { - $config: mat.get-color-config($theme); - $primary: map.get($config, 'primary'); - $accent: map.get($config, 'accent'); - $warn: map.get($config, 'warn'); - $figma: map.get($config, 'figma'); - -} - -@mixin typography($theme) { } - -@mixin theme($theme) { - $color-config: mat.get-color-config($theme); - @if $color-config != null { - @include color($theme); - } - - $typography-config: mat.get-typography-config($theme); - @if $typography-config != null { - @include typography($theme); - } -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.html b/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.html deleted file mode 100644 index 3d96196955..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.html +++ /dev/null @@ -1,15 +0,0 @@ -
-
-

Challenges

-
- -
- -
-
diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.scss b/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.scss deleted file mode 100644 index 30fa41f637..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.scss +++ /dev/null @@ -1,3 +0,0 @@ -#challenges h3 { - margin-top: 14px; -} \ No newline at end of file diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.spec.ts.off b/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.spec.ts.off deleted file mode 100644 index eb4316ca41..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.spec.ts.off +++ /dev/null @@ -1,24 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { UserProfileChallengesComponent } from './user-profile-challenges.component'; - -describe('UserProfileChallengesComponent', () => { - let component: UserProfileChallengesComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [UserProfileChallengesComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(UserProfileChallengesComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.ts b/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.ts deleted file mode 100644 index 199cb3cc1e..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-challenges/user-profile-challenges.component.ts +++ /dev/null @@ -1,67 +0,0 @@ -// import { Component, Input } from '@angular/core'; -// import { -// User, -// UserService, -// } from '@sagebionetworks/openchallenges/api-client-angular-deprecated'; -// import { -// Challenge, -// ChallengeSearchQuery, -// ChallengeService, -// } from '@sagebionetworks/openchallenges/api-client-angular'; -// import { BehaviorSubject, switchMap } from 'rxjs'; -// import { assign } from 'lodash'; -// import { CommonModule } from '@angular/common'; -// import { PaginatorModule } from 'primeng/paginator'; -// import { -// ChallengeCardComponent, -// PaginatorComponent, -// } from '@sagebionetworks/openchallenges/ui'; - -// @Component({ -// selector: 'openchallenges-user-profile-challenges', -// standalone: true, -// imports: [ -// CommonModule, -// PaginatorModule, -// ChallengeCardComponent, -// PaginatorComponent, -// ], -// templateUrl: './user-profile-challenges.component.html', -// styleUrls: ['./user-profile-challenges.component.scss'], -// }) -// export class UserProfileChallengesComponent { -// @Input({ required: true }) user!: User; -// challenges: Challenge[] = []; -// pageNumber = 0; -// pageSize = 12; -// totalChallengesCount = 0; - -// private query: BehaviorSubject = -// new BehaviorSubject({}); - -// constructor( -// private challengeService: ChallengeService, -// private userService: UserService -// ) {} - -// ngOnInit(): void { -// this.query -// .pipe( -// switchMap((query: ChallengeSearchQuery) => -// this.challengeService.listChallenges(query) -// ) -// ) -// .subscribe((page) => { -// this.totalChallengesCount = page.totalElements; -// this.challenges = page.challenges; -// }); -// } - -// onPageChange(event: any) { -// const newQuery = assign(this.query.getValue(), { -// pageNumber: event.page, -// pageSize: event.rows, -// }); -// this.query.next(newQuery); -// } -// } diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-overview/_user-profile-overview-theme.scss b/libs/openchallenges/user-profile/src/lib/user-profile-overview/_user-profile-overview-theme.scss deleted file mode 100644 index 256a2bb516..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-overview/_user-profile-overview-theme.scss +++ /dev/null @@ -1,29 +0,0 @@ -@use 'sass:map'; -@use '@angular/material' as mat; - -@mixin color($theme) { - $config: mat.get-color-config($theme); - $primary: map.get($config, 'primary'); - $accent: map.get($config, 'accent'); - $warn: map.get($config, 'warn'); - $figma: map.get($config, 'figma'); - -} - -@mixin typography($theme) { - .tab-item { - font-family: 'Lato'; - } -} - -@mixin theme($theme) { - $color-config: mat.get-color-config($theme); - @if $color-config != null { - @include color($theme); - } - - $typography-config: mat.get-typography-config($theme); - @if $typography-config != null { - @include typography($theme); - } -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.html b/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.html deleted file mode 100644 index 384846b9a5..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.html +++ /dev/null @@ -1,19 +0,0 @@ -
-
-
-

Biography

-

{{ user.bio }}

-
-
-
-
-

Organizations

-
- -
-
-
-
diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.scss b/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.scss deleted file mode 100644 index 08aac87777..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.scss +++ /dev/null @@ -1,6 +0,0 @@ -#bio h3 { - margin-top: 14px; -} -#orgs { - margin-top: 28px; -} \ No newline at end of file diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.spec.ts.off b/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.spec.ts.off deleted file mode 100644 index a82f5e6c72..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.spec.ts.off +++ /dev/null @@ -1,24 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { UserProfileOverviewComponent } from './user-profile-overview.component'; - -describe('UserProfileOverviewComponent', () => { - let component: UserProfileOverviewComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [UserProfileOverviewComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(UserProfileOverviewComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.ts b/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.ts deleted file mode 100644 index 39a75c9497..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-overview/user-profile-overview.component.ts +++ /dev/null @@ -1,20 +0,0 @@ -// import { CommonModule } from '@angular/common'; -// import { Component, Input } from '@angular/core'; -// import { User } from '@sagebionetworks/openchallenges/api-client-angular-deprecated'; -// import { -// MOCK_ORGANIZATION_CARDS, -// OrganizationCard, -// OrganizationCardComponent, -// } from '@sagebionetworks/openchallenges/ui'; - -// @Component({ -// selector: 'openchallenges-user-profile-overview', -// standalone: true, -// imports: [CommonModule, OrganizationCardComponent], -// templateUrl: './user-profile-overview.component.html', -// styleUrls: ['./user-profile-overview.component.scss'], -// }) -// export class UserProfileOverviewComponent { -// @Input({ required: true }) user!: User; -// organizationCards: OrganizationCard[] = MOCK_ORGANIZATION_CARDS; -// } diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-seo.ts b/libs/openchallenges/user-profile/src/lib/user-profile-seo.ts deleted file mode 100644 index 19a279ef22..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-seo.ts +++ /dev/null @@ -1,59 +0,0 @@ -import { SeoData } from '@sagebionetworks/shared/util'; -import { UserProfile } from './user-profile'; - -const getUserProfileSeoData = (userProfile: UserProfile): SeoData => { - return { - title: getTitle(userProfile), - metas: { - AUTHOR: { - content: `${userProfile.username}`, - }, - DESCRIPTION: { - content: getDescription(userProfile), - }, - IMAGE: { - content: 'https://i.imgur.com/VeZfqCw.png', - }, - // PUBLISH_DATE: { - // content: '', - // }, - TITLE: { - content: getTitle(userProfile), - }, - TWITTER_TITLE: { - content: getTitle(userProfile), - }, - TWITTER_CARD: { - content: 'summary_large_image', - }, - TWITTER_DESCRIPTION: { - content: getDescription(userProfile), - }, - TWITTER_IMAGE: { - content: 'https://i.imgur.com/VeZfqCw.png', - }, - TWITTER_IMAGE_ALT: { - content: `The avatar of the user ${userProfile.username}`, - }, - // TWITTER_SITE: { - // content: '', - // }, - TYPE: { - content: 'website', - }, - // URL: { - // content: url, - // }, - }, - }; -}; - -const getTitle = (userProfile: UserProfile): string => { - return `${userProfile.username} - OpenChallenges`; -}; - -const getDescription = (userProfile: UserProfile): string => { - return `The profile page of ${userProfile.username} on the OpenChallenges.`; -}; - -export { getUserProfileSeoData }; diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-starred/_user-profile-starred-theme.scss b/libs/openchallenges/user-profile/src/lib/user-profile-starred/_user-profile-starred-theme.scss deleted file mode 100644 index 4cad6fe690..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-starred/_user-profile-starred-theme.scss +++ /dev/null @@ -1,43 +0,0 @@ -@use 'sass:map'; -@use '@angular/material' as mat; - -@mixin color($theme) { - $config: mat.get-color-config($theme); - $primary: map.get($config, 'primary'); - $accent: map.get($config, 'accent'); - $warn: map.get($config, 'warn'); - $figma: map.get($config, 'figma'); - - .tab-item { - background-color: map.get($figma, dl-color-default-hover1); - color: map.get($figma, dl-color-default-navbardark); - } - .tab-item:hover, - .tab-item:active, - .tab-item.active-tab { - background-color: map.get($figma, dl-color-default-navbar); - color: map.get($figma, dl-color-gray-white); - } -} - -@mixin typography($theme) { - .tab-item { - font-size: 16px; - font-style: normal; - font-weight: 700px; - line-height: normal; - font-stretch: normal; - } -} - -@mixin theme($theme) { - $color-config: mat.get-color-config($theme); - @if $color-config != null { - @include color($theme); - } - - $typography-config: mat.get-typography-config($theme); - @if $typography-config != null { - @include typography($theme); - } -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred-tabs.ts b/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred-tabs.ts deleted file mode 100644 index e2a0330983..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred-tabs.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Tab } from '../tab.model'; - -export const USER_PROFILE_STARRED_TABS: { [key: string]: Tab } = { - challenges: { - name: 'Challenges', - visible: true, - }, - organizations: { - name: 'Organizations', - visible: true, - }, -}; diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.html b/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.html deleted file mode 100644 index 5d268e9027..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.html +++ /dev/null @@ -1,44 +0,0 @@ -
-
-

Starred

-
- - -
- -
-
- -
- -
-
- -
-
-
-
diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.scss b/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.scss deleted file mode 100644 index f118a57c2d..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.scss +++ /dev/null @@ -1,19 +0,0 @@ -@use 'libs/openchallenges/styles/src/lib/_constants' as constants; - -#stars h3 { - margin-top: 14px; -} -.tab-nav-group { - margin-bottom: 12px; -} -.tab-item { - padding: 18px 32px; - box-sizing: border-box; - transition: 0.3s; - align-items: flex-start; - border-radius: constants.$dl-radius-radius-radius16; - border: none; - align-self: auto; - text-align: center; - text-decoration: none; -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.spec.ts.off b/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.spec.ts.off deleted file mode 100644 index 63b8eb6820..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.spec.ts.off +++ /dev/null @@ -1,24 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { UserProfileStarredComponent } from './user-profile-starred.component'; - -describe('UserProfileStarredComponent', () => { - let component: UserProfileStarredComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [UserProfileStarredComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(UserProfileStarredComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.ts b/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.ts deleted file mode 100644 index 1dcbfbd656..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-starred/user-profile-starred.component.ts +++ /dev/null @@ -1,79 +0,0 @@ -// import { Component, Input, OnInit } from '@angular/core'; -// import { User } from '@sagebionetworks/openchallenges/api-client-angular-deprecated'; -// import { -// Challenge, -// ChallengeSearchQuery, -// ChallengeService, -// } from '@sagebionetworks/openchallenges/api-client-angular'; -// import { Tab } from '../tab.model'; -// import { USER_PROFILE_STARRED_TABS } from './user-profile-starred-tabs'; -// import { -// ChallengeCardComponent, -// MOCK_ORGANIZATION_CARDS, -// OrganizationCard, -// OrganizationCardComponent, -// PaginatorComponent, -// } from '@sagebionetworks/openchallenges/ui'; -// import { BehaviorSubject, switchMap } from 'rxjs'; -// import { assign } from 'lodash'; -// import { CommonModule } from '@angular/common'; -// import { PaginatorModule } from 'primeng/paginator'; - -// @Component({ -// selector: 'openchallenges-user-profile-starred', -// standalone: true, -// imports: [ -// CommonModule, -// PaginatorModule, -// OrganizationCardComponent, -// PaginatorComponent, -// ChallengeCardComponent, -// ], -// templateUrl: './user-profile-starred.component.html', -// styleUrls: ['./user-profile-starred.component.scss'], -// }) -// export class UserProfileStarredComponent implements OnInit { -// @Input({ required: true }) user!: User; -// @Input({ required: true }) loggedIn!: boolean; -// organizationCards: OrganizationCard[] = MOCK_ORGANIZATION_CARDS; -// stars: Challenge[] = []; -// starred!: boolean; -// tabs = USER_PROFILE_STARRED_TABS; -// tabKeys: string[] = Object.keys(this.tabs); -// activeTab: Tab = this.tabs['challenges']; - -// challenges: Challenge[] = []; -// pageNumber = 0; -// pageSize = 12; -// totalChallengesCount = 0; - -// private query: BehaviorSubject = -// new BehaviorSubject({}); - -// constructor(private challengeService: ChallengeService) {} - -// ngOnInit(): void { -// this.query -// .pipe( -// switchMap((query: ChallengeSearchQuery) => -// this.challengeService.listChallenges(query) -// ) -// ) -// .subscribe((page) => { -// this.totalChallengesCount = page.totalElements; -// this.challenges = page.challenges.filter((c) => c.starredCount > 0); -// }); -// } - -// onPageChange(event: any) { -// const newQuery = assign(this.query.getValue(), { -// pageNumber: event.page, -// pageSize: event.rows, -// }); -// this.query.next(newQuery); -// } - -// clickEvent(tab: string): void { -// this.activeTab = this.tabs[tab]; -// } -// } diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-stats/_user-profile-stats-theme.scss b/libs/openchallenges/user-profile/src/lib/user-profile-stats/_user-profile-stats-theme.scss deleted file mode 100644 index adeaf4f6ea..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-stats/_user-profile-stats-theme.scss +++ /dev/null @@ -1,30 +0,0 @@ -@use 'sass:map'; -@use '@angular/material' as mat; - -@mixin color($theme) { - $config: mat.get-color-config($theme); - $primary: map.get($config, 'primary'); - $accent: map.get($config, 'accent'); - $warn: map.get($config, 'warn'); - $figma: map.get($config, 'figma'); -} - -@mixin typography($theme) { - .action-btn { - font-size: 21px; - } - .stat-item > h4 { - line-height: 0.5; - } -} -@mixin theme($theme) { - $color-config: mat.get-color-config($theme); - @if $color-config != null { - @include color($theme); - } - - $typography-config: mat.get-typography-config($theme); - @if $typography-config != null { - @include typography($theme); - } -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.html b/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.html deleted file mode 100644 index 9fa263942f..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.html +++ /dev/null @@ -1,16 +0,0 @@ -
-
-

2

-

organizations

-
-
-

1

-

stars

-
-
- Edit Profile -
-
- Send Message -
-
diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.scss b/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.scss deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.spec.ts.off b/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.spec.ts.off deleted file mode 100644 index fe487aa1ba..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.spec.ts.off +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { UserProfileStatsComponent } from './user-profile-stats.component'; - -describe('UserProfileStatsComponent', () => { - let component: UserProfileStatsComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ UserProfileStatsComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(UserProfileStatsComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.ts b/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.ts deleted file mode 100644 index 0b12f043c3..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-stats/user-profile-stats.component.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { Component, Input } from '@angular/core'; - -@Component({ - selector: 'openchallenges-user-profile-stats', - standalone: true, - templateUrl: './user-profile-stats.component.html', - styleUrls: ['./user-profile-stats.component.scss'], -}) -export class UserProfileStatsComponent { - @Input({ required: true }) loggedIn = false; -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile-tabs.ts b/libs/openchallenges/user-profile/src/lib/user-profile-tabs.ts deleted file mode 100644 index b3591db0b1..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile-tabs.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { Tab } from './tab.model'; - -export const USER_PROFILE_TABS: { [key: string]: Tab } = { - overview: { - name: 'Overview', - visible: true, - }, - challenges: { - name: 'Challenges', - visible: true, - }, - starred: { - name: 'Starred', - visible: false, - }, -}; diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.component.html b/libs/openchallenges/user-profile/src/lib/user-profile.component.html deleted file mode 100644 index d795514fae..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.component.html +++ /dev/null @@ -1,65 +0,0 @@ -
-
- -
-

- Awesome User - -

-

@awesome-user

-
User
-
-
-
-
-
- -
-
-
- -
- - - - - -
-
-
- - diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.component.scss b/libs/openchallenges/user-profile/src/lib/user-profile.component.scss deleted file mode 100644 index 3bc146b5b4..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.component.scss +++ /dev/null @@ -1,79 +0,0 @@ -@use 'libs/openchallenges/styles/src/lib/_constants' as constants; - -#profile-top, -#profile-bottom { - min-height: 320px; - justify-content: center; -} - -#profile-bottom { - padding-top: 32px; -} - -// TOP SECTION -#profile-top > div { - align-self: center; - flex: 1 0 auto; - padding: 22px; -} -.profile-pic { - // width: 40px; - // object-fit: cover; - margin: 8px; - align-self: center; - flex: 0 0 auto; - box-sizing: border-box; - border-radius: constants.$dl-radius-radius-round; - box-shadow: 1px 5px 18px 0px #d4d4d4; -} -#details { - max-width: 760px; -} -#activity { - max-width: 320px; -} -.activity-card { - text-align: right; -} - -// SIDENAV -.nav-group { - padding: 48px 18px; - display: flex; - align-items: flex-start; - flex-direction: column; - border-style: solid; - border-width: 2px; - border-radius: 8px; -} -.nav-item { - width: 100%; - height: 54px; - margin: 0 0 18px 0; - padding: 13px 18px; - box-sizing: border-box; - transition: 0.3s; - align-items: flex-start; - flex-shrink: 1; - text-align: left; - text-decoration: none; -} - -@media screen and (max-width: 641px) { - #details, - .activity-card { - text-align: center; - } - .profile-type { - align-self: center; - } -} - -@media screen and (min-width: 800px) { - .sidenav { - max-width: 320px; - } - // .main { - // max-width: 1120px; - // } -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.component.spec.ts.off b/libs/openchallenges/user-profile/src/lib/user-profile.component.spec.ts.off deleted file mode 100644 index 93f13e4e89..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.component.spec.ts.off +++ /dev/null @@ -1,24 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { UserProfileComponent } from './user.component'; - -describe('UserProfileComponent', () => { - let component: UserProfileComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [UserProfileComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(UserProfileComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.component.ts b/libs/openchallenges/user-profile/src/lib/user-profile.component.ts deleted file mode 100644 index da28d4b2f5..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.component.ts +++ /dev/null @@ -1,198 +0,0 @@ -// import { Component, OnInit, Renderer2 } from '@angular/core'; -// import { -// ActivatedRoute, -// ParamMap, -// Router, -// RouterModule, -// } from '@angular/router'; -// import { -// Account, -// AccountService, -// // BasicError as ApiClientError, -// User, -// UserService, -// } from '@sagebionetworks/openchallenges/api-client-angular-deprecated'; -// import { AuthService } from '@sagebionetworks/openchallenges/auth'; -// // import { isApiClientError } from '@sagebionetworks/openchallenges/util'; -// import { -// // catchError, -// // filter, -// map, -// Observable, -// of, -// pluck, -// Subscription, -// // switchMap, -// // throwError, -// } from 'rxjs'; -// import { Tab } from './tab.model'; -// import { USER_PROFILE_TABS } from './user-profile-tabs'; -// import { -// MOCK_USER, -// Avatar, -// FooterComponent, -// AvatarComponent, -// } from '@sagebionetworks/openchallenges/ui'; -// // import { MOCK_USER, MOCK_ORG } from '@sagebionetworks/openchallenges/ui'; -// import { ConfigService } from '@sagebionetworks/openchallenges/config'; -// import { UserProfile } from './user-profile'; -// import { SeoService } from '@sagebionetworks/shared/util'; -// import { getUserProfileSeoData } from './user-profile-seo'; -// import { CommonModule } from '@angular/common'; -// import { MatIconModule } from '@angular/material/icon'; -// // import { MatTabsModule } from '@angular/material/tabs'; -// import { MatTabsModule } from '@angular/material/tabs'; -// import { UserProfileChallengesComponent } from './user-profile-challenges/user-profile-challenges.component'; -// import { UserProfileOverviewComponent } from './user-profile-overview/user-profile-overview.component'; -// import { UserProfileStarredComponent } from './user-profile-starred/user-profile-starred.component'; -// import { UserProfileStatsComponent } from './user-profile-stats/user-profile-stats.component'; - -// @Component({ -// selector: 'openchallenges-user', -// standalone: true, -// imports: [ -// CommonModule, -// MatTabsModule, -// MatIconModule, -// RouterModule, -// UserProfileChallengesComponent, -// UserProfileOverviewComponent, -// UserProfileStarredComponent, -// FooterComponent, -// AvatarComponent, -// UserProfileStatsComponent, -// ], -// templateUrl: './user-profile.component.html', -// styleUrls: ['./user-profile.component.scss'], -// }) -// export class UserProfileComponent implements OnInit { -// public appVersion: string; -// public dataUpdatedOn: string; -// account$!: Observable; -// user$: Observable = of(MOCK_USER); -// loggedIn = true; -// userAvatar!: Avatar; -// tabs = USER_PROFILE_TABS; -// tabKeys: string[] = Object.keys(this.tabs); -// activeTab: Tab = this.tabs['overview']; - -// private subscriptions: Subscription[] = []; - -// constructor( -// private activatedRoute: ActivatedRoute, -// private router: Router, -// private accountService: AccountService, -// private userService: UserService, -// private authService: AuthService, -// private readonly configService: ConfigService, -// private seoService: SeoService, -// private renderer2: Renderer2 -// ) { -// this.appVersion = this.configService.config.appVersion; -// this.dataUpdatedOn = this.configService.config.dataUpdatedOn; -// } - -// ngOnInit(): void { -// const userProfile$: Observable = this.activatedRoute.data.pipe( -// pluck('userProfile') -// ); - -// // this.router.events -// // .pipe( -// // filter((e) => e instanceof NavigationEnd), -// // map(() => this.activatedRoute), -// // map((route) => { -// // while (route.firstChild) route = route.firstChild; -// // return route; -// // }), -// // filter((route) => route.outlet === 'primary'), -// // mergeMap((route) => route.data) -// // ) -// // .subscribe((data) => { -// // if ('seo' in data) { -// // const seoData = data['seo']; -// // if (Object.prototype.hasOwnProperty.call(seoData, 'title')) { -// // this.seoService.updateTitle(seoData['title']); -// // } -// // if (Object.prototype.hasOwnProperty.call(seoData, 'metaTags')) { -// // this.seoService.updateMetaTags(seoData['metaTags']); -// // } -// // } -// // }); - -// userProfile$.subscribe((userProfile) => { -// console.log('userProfile available to UserProfileComponent', userProfile); -// this.seoService.setData( -// getUserProfileSeoData(userProfile), -// this.renderer2 -// ); -// }); - -// // this.account$ = this.route.params.pipe( -// // switchMap((params) => this.accountService.getAccount(params['login'])), -// // catchError((err) => { -// // const error = err.error as ApiClientError; -// // if (isApiClientError(error)) { -// // if (error.status === 404) { -// // return of(undefined); -// // } -// // } -// // return throwError(err); -// // }) -// // ); - -// // this.account$.subscribe((account) => { -// // console.log(account); -// // const pageTitle = account ? `${account.login}` : 'Page not found'; -// // console.log(pageTitle); -// // // this.pageTitleService.setTitle(`${pageTitle} · ROCC`); -// // // this.accountNotFound = !account; -// // }); - -// // this.user$ = this.account$.pipe( -// // filter((account): account is Account => account !== undefined), -// // switchMap((account) => this.userService.getUser(account.id)) -// // ); - -// // const orgs$ = this.account$.pipe( -// // filter((account): account is Account => account !== undefined), -// // switchMap((account) => -// // this.userService.listUserOrganizations(account.id) -// // ), -// // map((page) => page.organizations) -// // ); - -// const activeTab$ = this.activatedRoute.queryParamMap.pipe( -// map((params: ParamMap) => params.get('tab')), -// map((key) => (key === null ? 'overview' : key)) -// ); - -// this.user$.subscribe( -// (user) => -// (this.userAvatar = { -// name: user.name -// ? (user.name as string) -// : user.login.replace(/-/g, ' '), -// src: user.avatarUrl ? user.avatarUrl : '', -// size: 250, -// }) -// ); - -// // const orgsSub = orgs$.subscribe((orgs) => (this.organizations = orgs)); - -// const activeTabSub = activeTab$.subscribe((key) => { -// if (!this.tabKeys.includes(key)) { -// this.router.navigate([]); -// } else { -// this.activeTab = this.tabs[key]; -// } -// }); - -// // this.authService -// // .isLoggedIn() -// // .subscribe((loggedIn) => (this.loggedIn = loggedIn)); - -// // this.subscriptions.push(orgsSub); -// this.subscriptions.push(activeTabSub); -// } -// } diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.resolver.spec.ts b/libs/openchallenges/user-profile/src/lib/user-profile.resolver.spec.ts deleted file mode 100644 index 3f3f1c8f4d..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.resolver.spec.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { HttpClientModule } from '@angular/common/http'; -import { TestBed } from '@angular/core/testing'; - -import { UserProfileResolver } from './user-profile.resolver'; - -describe('UserProfileResolver', () => { - let resolver: UserProfileResolver; - - beforeEach(() => { - TestBed.configureTestingModule({ imports: [HttpClientModule] }); - resolver = TestBed.inject(UserProfileResolver); - }); - - it('should be created', () => { - expect(resolver).toBeTruthy(); - }); -}); diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.resolver.ts b/libs/openchallenges/user-profile/src/lib/user-profile.resolver.ts deleted file mode 100644 index 908d55bec8..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.resolver.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { Injectable } from '@angular/core'; -import { makeStateKey, TransferState } from '@angular/platform-browser'; -import { ActivatedRouteSnapshot } from '@angular/router'; -import { ConfigService } from '@sagebionetworks/openchallenges/config'; -import { Observable, of } from 'rxjs'; -import { AWESOME_USER_PROFILE, EMPTY_USER_PROFILE } from './mock-user-profiles'; -import { UserProfile } from './user-profile'; - -@Injectable({ - providedIn: 'root', -}) -export class UserProfileResolver { - constructor( - private transferState: TransferState, - private configService: ConfigService // @Inject(PLATFORM_ID) private platformId - ) {} - - resolve(route: ActivatedRouteSnapshot): Observable { - const username = route.params['login']; - const userProfileKey = makeStateKey( - 'userProfileKey-' + username - ); - - if (this.transferState.hasKey(userProfileKey)) { - const userProfile = this.transferState.get( - userProfileKey, - EMPTY_USER_PROFILE - ); - this.transferState.remove(userProfileKey); - return of(userProfile); - } else { - // return this.coursesService.findCourseById(courseId).pipe( - // first(), - // tap((course) => { - // if (isPlatformServer(this.platformId)) { - // this.transferState.set(COURSE_KEY, course); - // } - // }) - // ); - return of(AWESOME_USER_PROFILE); - } - } -} diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.routes.ts b/libs/openchallenges/user-profile/src/lib/user-profile.routes.ts deleted file mode 100644 index 11db058912..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.routes.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { Routes } from '@angular/router'; -import { UserProfileComponent } from './user-profile.component'; - -export const routes: Routes = [ - // { - // path: '', - // component: UserProfileComponent, - // resolve: { userProfile: UserProfileResolver }, - // }, - { - path: '', - component: UserProfileComponent, - children: [{ path: '**', component: UserProfileComponent }], - }, -]; diff --git a/libs/openchallenges/user-profile/src/lib/user-profile.ts b/libs/openchallenges/user-profile/src/lib/user-profile.ts deleted file mode 100644 index bce899a267..0000000000 --- a/libs/openchallenges/user-profile/src/lib/user-profile.ts +++ /dev/null @@ -1,5 +0,0 @@ -// TODO: To remove once this interface is available from the client library. -export interface UserProfile { - username: string; - email: string; -} diff --git a/libs/openchallenges/user-profile/src/test-setup.ts b/libs/openchallenges/user-profile/src/test-setup.ts deleted file mode 100644 index 1100b3e8a6..0000000000 --- a/libs/openchallenges/user-profile/src/test-setup.ts +++ /dev/null @@ -1 +0,0 @@ -import 'jest-preset-angular/setup-jest'; diff --git a/libs/openchallenges/user-profile/tsconfig.json b/libs/openchallenges/user-profile/tsconfig.json deleted file mode 100644 index f96ad85d2e..0000000000 --- a/libs/openchallenges/user-profile/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../../tsconfig.base.json", - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ], - "compilerOptions": { - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitOverride": true, - "noPropertyAccessFromIndexSignature": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "target": "es2020" - }, - "angularCompilerOptions": { - "strictInjectionParameters": true, - "strictInputAccessModifiers": true, - "strictTemplates": true - } -} diff --git a/libs/openchallenges/user-profile/tsconfig.lib.json b/libs/openchallenges/user-profile/tsconfig.lib.json deleted file mode 100644 index b228a1a081..0000000000 --- a/libs/openchallenges/user-profile/tsconfig.lib.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "declaration": true, - "declarationMap": true, - "inlineSources": true, - "types": [] - }, - "exclude": ["src/test-setup.ts", "**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], - "include": ["**/*.ts"] -} diff --git a/libs/openchallenges/user-profile/tsconfig.spec.json b/libs/openchallenges/user-profile/tsconfig.spec.json deleted file mode 100644 index d3889a9881..0000000000 --- a/libs/openchallenges/user-profile/tsconfig.spec.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../../dist/out-tsc", - "module": "commonjs", - "types": ["jest", "node"] - }, - "files": ["src/test-setup.ts"], - "include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts", "jest.config.ts"] -} diff --git a/package.json b/package.json index 5ec2219159..70d7fbbd2b 100644 --- a/package.json +++ b/package.json @@ -15,26 +15,26 @@ "private": true, "dependencies": { "@angular-architects/module-federation": "14.3.14", - "@angular/animations": "17.2.4", - "@angular/cdk": "17.2.2", - "@angular/common": "17.2.4", - "@angular/compiler": "17.2.4", - "@angular/core": "17.2.4", - "@angular/forms": "17.2.4", - "@angular/material": "17.2.2", - "@angular/platform-browser": "17.2.4", - "@angular/platform-browser-dynamic": "17.2.4", - "@angular/platform-server": "17.2.4", - "@angular/router": "17.2.4", - "@angular/ssr": "17.2.3", + "@angular/animations": "18.0.7", + "@angular/cdk": "18.0.6", + "@angular/common": "18.0.7", + "@angular/compiler": "18.0.7", + "@angular/core": "18.0.7", + "@angular/forms": "18.0.7", + "@angular/material": "18.0.6", + "@angular/platform-browser": "18.0.7", + "@angular/platform-browser-dynamic": "18.0.7", + "@angular/platform-server": "18.0.7", + "@angular/router": "18.0.7", + "@angular/ssr": "18.0.7", "@cdktf/provider-aws": "14.0.2", - "@swc/helpers": "~0.5.2", + "@swc/helpers": "~0.5.11", "@types/commander": "^2.12.2", "angular-google-tag-manager": "1.8.0", "cdktf": "0.16.1", "commander": "9.4.1", "constructs": "10.2.13", - "core-js": "3.25.5", + "core-js": "3.36.1", "express": "~4.18.2", "keycloak-angular": "12.1.0", "keycloak-js": "19.0.3", @@ -55,45 +55,45 @@ "zone.js": "0.14.4" }, "devDependencies": { - "@angular-devkit/build-angular": "17.2.3", - "@angular-devkit/core": "17.2.3", - "@angular-devkit/schematics": "17.2.3", - "@angular-eslint/eslint-plugin": "17.0.1", - "@angular-eslint/eslint-plugin-template": "17.0.1", - "@angular-eslint/template-parser": "17.0.1", - "@angular/cli": "~17.2.0", - "@angular/compiler-cli": "17.2.4", - "@angular/language-service": "17.2.4", + "@angular-devkit/build-angular": "18.0.7", + "@angular-devkit/core": "18.0.7", + "@angular-devkit/schematics": "18.0.7", + "@angular-eslint/eslint-plugin": "18.1.0", + "@angular-eslint/eslint-plugin-template": "18.1.0", + "@angular-eslint/template-parser": "18.1.0", + "@angular/cli": "~18.0.0", + "@angular/compiler-cli": "18.0.7", + "@angular/language-service": "18.0.7", "@hint/configuration-web-recommended": "8.2.16", "@hint/formatter-codeframe": "3.1.33", - "@nrwl/js": "18.1.2", + "@nrwl/js": "19.4.3", "@nx-tools/container-metadata": "5.0.3", "@nx-tools/nx-container": "5.0.3", - "@nx/angular": "18.1.2", - "@nx/cypress": "18.1.2", - "@nx/devkit": "18.1.2", - "@nx/eslint": "18.1.2", - "@nx/eslint-plugin": "18.1.2", - "@nx/jest": "18.1.2", - "@nx/js": "18.1.2", - "@nx/node": "18.1.2", - "@nx/playwright": "18.1.2", - "@nx/plugin": "18.1.2", - "@nx/storybook": "18.1.2", - "@nx/web": "18.1.2", - "@nx/workspace": "18.1.2", + "@nx/angular": "19.4.3", + "@nx/cypress": "19.4.3", + "@nx/devkit": "19.4.3", + "@nx/eslint": "19.4.3", + "@nx/eslint-plugin": "19.4.3", + "@nx/jest": "19.4.3", + "@nx/js": "19.4.3", + "@nx/node": "19.4.3", + "@nx/playwright": "19.4.3", + "@nx/plugin": "19.4.3", + "@nx/storybook": "19.4.3", + "@nx/web": "19.4.3", + "@nx/workspace": "19.4.3", "@openapitools/openapi-generator-cli": "2.5.2", "@playwright/test": "^1.36.0", "@prettier/plugin-xml": "2.2.0", "@probot/adapter-aws-lambda-serverless": "3.0.1", "@redocly/cli": "1.0.0-beta.131", - "@schematics/angular": "17.2.3", + "@schematics/angular": "18.0.7", "@storybook/addon-essentials": "7.6.19", "@storybook/angular": "7.6.19", "@storybook/core-server": "7.6.19", - "@swc-node/register": "~1.8.0", - "@swc/cli": "0.1.62", - "@swc/core": "~1.3.85", + "@swc-node/register": "~1.9.1", + "@swc/cli": "~0.3.12", + "@swc/core": "~1.5.7", "@testing-library/angular": "^16.0.0", "@testing-library/jest-dom": "^6.4.5", "@types/express": "4.17.14", @@ -102,8 +102,9 @@ "@types/node": "^18.16.9", "@types/supertest": "^2.0.12", "@types/validator": "13.7.10", - "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/parser": "6.21.0", + "@typescript-eslint/eslint-plugin": "7.16.1", + "@typescript-eslint/parser": "7.16.1", + "@typescript-eslint/utils": "^8.0.0-alpha.28", "autoprefixer": "^10.4.0", "babel-jest": "29.4.3", "browser-sync": "^3.0.0", @@ -111,9 +112,9 @@ "cdktf-cli": "0.16.1", "colors": "1.4.0", "coveralls": "3.1.1", - "cypress": "^13.0.0", + "cypress": "13.13.0", "echarts": "5.4.3", - "eslint": "8.48.0", + "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-config-standard": "17.0.0", "eslint-plugin-cypress": "2.14.0", @@ -132,13 +133,13 @@ "ibm-openapi-validator": "1.7.0", "jest": "29.4.3", "jest-environment-jsdom": "29.4.3", - "jest-preset-angular": "14.0.3", + "jest-preset-angular": "14.1.1", "jsonc-eslint-parser": "2.1.0", - "ng-packagr": "17.2.1", + "ng-packagr": "18.0.0", "ngx-echarts": "16.0.0", "nock": "13.2.9", "nodemon": "2.0.20", - "nx": "18.1.2", + "nx": "19.4.3", "openapi-merge-cli": "^1.3.1", "postcss-preset-env": "^7.8.3", "postcss-url": "^10.1.3", @@ -151,7 +152,7 @@ "supertest": "^6.3.0", "ts-jest": "29.1.1", "ts-node": "10.9.1", - "typescript": "5.3.3" + "typescript": "5.4.5" }, "packageManager": "yarn@3.6.1" } diff --git a/tsconfig.base.json b/tsconfig.base.json index 589664ffe3..cabc3b150a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,110 +10,57 @@ "importHelpers": true, "target": "es2015", "module": "esnext", - "lib": [ - "es2017", - "dom" - ], + "lib": ["es2017", "dom"], "skipLibCheck": true, "skipDefaultLibCheck": true, "forceConsistentCasingInFileNames": true, "strict": true, "baseUrl": ".", "paths": { - "@sagebionetworks/openchallenges/about": [ - "libs/openchallenges/about/src/index.ts" + "@sagebionetworks/model-ad/api-client-angular": [ + "libs/model-ad/api-client-angular/src/index.ts" ], + "@sagebionetworks/model-ad/config": ["libs/model-ad/config/src/index.ts"], + "@sagebionetworks/model-ad/not-found": ["libs/model-ad/not-found/src/index.ts"], + "@sagebionetworks/model-ad/ui": ["libs/model-ad/ui/src/index.ts"], + "@sagebionetworks/model-ad/util": ["libs/model-ad/util/src/index.ts"], + "@sagebionetworks/openchallenges/about": ["libs/openchallenges/about/src/index.ts"], "@sagebionetworks/openchallenges/api-client-angular": [ "libs/openchallenges/api-client-angular/src/index.ts" ], - "@sagebionetworks/openchallenges/assets": [ - "libs/openchallenges/assets/src/index.ts" - ], - "@sagebionetworks/openchallenges/auth": [ - "libs/openchallenges/auth/src/index.ts" - ], - "@sagebionetworks/openchallenges/challenge": [ - "libs/openchallenges/challenge/src/index.ts" - ], + "@sagebionetworks/openchallenges/assets": ["libs/openchallenges/assets/src/index.ts"], + "@sagebionetworks/openchallenges/auth": ["libs/openchallenges/auth/src/index.ts"], + "@sagebionetworks/openchallenges/challenge": ["libs/openchallenges/challenge/src/index.ts"], "@sagebionetworks/openchallenges/challenge-search": [ "libs/openchallenges/challenge-search/src/index.ts" ], - "@sagebionetworks/openchallenges/config": [ - "libs/openchallenges/config/src/index.ts" - ], - "@sagebionetworks/openchallenges/home": [ - "libs/openchallenges/home/src/index.ts" - ], - "@sagebionetworks/openchallenges/login": [ - "libs/openchallenges/login/src/index.ts" - ], - "@sagebionetworks/openchallenges/not-found": [ - "libs/openchallenges/not-found/src/index.ts" - ], + "@sagebionetworks/openchallenges/config": ["libs/openchallenges/config/src/index.ts"], + "@sagebionetworks/openchallenges/home": ["libs/openchallenges/home/src/index.ts"], + "@sagebionetworks/openchallenges/login": ["libs/openchallenges/login/src/index.ts"], + "@sagebionetworks/openchallenges/not-found": ["libs/openchallenges/not-found/src/index.ts"], "@sagebionetworks/openchallenges/org-profile": [ "libs/openchallenges/org-profile/src/index.ts" ], - "@sagebionetworks/openchallenges/org-search": [ - "libs/openchallenges/org-search/src/index.ts" - ], - "@sagebionetworks/openchallenges/pages": [ - "libs/openchallenges/pages/src/index.ts" - ], - "@sagebionetworks/openchallenges/signup": [ - "libs/openchallenges/signup/src/index.ts" - ], - "@sagebionetworks/openchallenges/styles": [ - "libs/openchallenges/styles/src/index.ts" - ], - "@sagebionetworks/openchallenges/team": [ - "libs/openchallenges/team/src/index.ts" - ], - "@sagebionetworks/openchallenges/themes": [ - "libs/openchallenges/themes/src/index.ts" - ], - "@sagebionetworks/openchallenges/ui": [ - "libs/openchallenges/ui/src/index.ts" - ], - "@sagebionetworks/openchallenges/user-profile": [ - "libs/openchallenges/user-profile/src/index.ts" - ], - "@sagebionetworks/openchallenges/util": [ - "libs/openchallenges/util/src/index.ts" - ], - "@sagebionetworks/shared/charts": [ - "libs/shared/typescript/charts/src/index.ts" + "@sagebionetworks/openchallenges/org-search": ["libs/openchallenges/org-search/src/index.ts"], + "@sagebionetworks/openchallenges/pages": ["libs/openchallenges/pages/src/index.ts"], + "@sagebionetworks/openchallenges/signup": ["libs/openchallenges/signup/src/index.ts"], + "@sagebionetworks/openchallenges/styles": ["libs/openchallenges/styles/src/index.ts"], + "@sagebionetworks/openchallenges/team": ["libs/openchallenges/team/src/index.ts"], + "@sagebionetworks/openchallenges/themes": ["libs/openchallenges/themes/src/index.ts"], + "@sagebionetworks/openchallenges/ui": ["libs/openchallenges/ui/src/index.ts"], + "@sagebionetworks/openchallenges/util": ["libs/openchallenges/util/src/index.ts"], + "@sagebionetworks/results-visualization-framework/ui": [ + "libs/results-visualization-framework/ui/src/index.ts" ], + "@sagebionetworks/shared/charts": ["libs/shared/typescript/charts/src/index.ts"], "@sagebionetworks/shared/charts-angular": [ "libs/shared/typescript/charts-angular/src/index.ts" ], - "@sagebionetworks/shared/util": [ - "libs/shared/typescript/util/src/index.ts" - ], + "@sagebionetworks/shared/util": ["libs/shared/typescript/util/src/index.ts"], "@sagebionetworks/shared/web-components": [ "libs/shared/typescript/web-components/src/index.ts" - ], - "@sagebionetworks/model-ad/ui": [ - "libs/model-ad/ui/src/index.ts" - ], - "@sagebionetworks/model-ad/not-found": [ - "libs/model-ad/not-found/src/index.ts" - ], - "@sagebionetworks/model-ad/config": [ - "libs/model-ad/config/src/index.ts" - ], - "@sagebionetworks/model-ad/util": [ - "libs/model-ad/util/src/index.ts" - ], - "@sagebionetworks/model-ad/api-client-angular": [ - "libs/model-ad/api-client-angular/src/index.ts" - ], - "@sagebionetworks/results-visualization-framework/ui": [ - "libs/results-visualization-framework/ui/src/index.ts" ] } }, - "exclude": [ - "node_modules", - "tmp" - ] -} \ No newline at end of file + "exclude": ["node_modules", "tmp"] +} diff --git a/yarn.lock b/yarn.lock index 1bb5155f4f..416ab36d54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -73,7 +73,17 @@ __metadata: languageName: node linkType: hard -"@ampproject/remapping@npm:2.2.1, @ampproject/remapping@npm:^2.2.0": +"@ampproject/remapping@npm:2.3.0": + version: 2.3.0 + resolution: "@ampproject/remapping@npm:2.3.0" + dependencies: + "@jridgewell/gen-mapping": ^0.3.5 + "@jridgewell/trace-mapping": ^0.3.24 + checksum: d3ad7b89d973df059c4e8e6d7c972cbeb1bb2f18f002a3bd04ae0707da214cb06cc06929b65aa2313b9347463df2914772298bae8b1d7973f246bb3f2ab3e8f0 + languageName: node + linkType: hard + +"@ampproject/remapping@npm:^2.2.0": version: 2.2.1 resolution: "@ampproject/remapping@npm:2.2.1" dependencies: @@ -114,98 +124,99 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/architect@npm:0.1702.3": - version: 0.1702.3 - resolution: "@angular-devkit/architect@npm:0.1702.3" +"@angular-devkit/architect@npm:0.1800.7": + version: 0.1800.7 + resolution: "@angular-devkit/architect@npm:0.1800.7" dependencies: - "@angular-devkit/core": 17.2.3 + "@angular-devkit/core": 18.0.7 rxjs: 7.8.1 - checksum: b84037042f3a2dde757f44e6521ca38934bda5ad45255f768c4cd7e2b64b0266324ffb2e90ff280ac4694007794a7cac2e1731a6414e963692562d7ae4855201 + checksum: b2dc18c41306a3ef9fc6a8eb7e5ba7039a21005365974ceb0f4c98088b5282ff7c4bafa2883aa700c2507e489603c12023b72da502cc57e53db8edaf769cea9d languageName: node linkType: hard -"@angular-devkit/build-angular@npm:17.2.3": - version: 17.2.3 - resolution: "@angular-devkit/build-angular@npm:17.2.3" +"@angular-devkit/build-angular@npm:18.0.7": + version: 18.0.7 + resolution: "@angular-devkit/build-angular@npm:18.0.7" dependencies: - "@ampproject/remapping": 2.2.1 - "@angular-devkit/architect": 0.1702.3 - "@angular-devkit/build-webpack": 0.1702.3 - "@angular-devkit/core": 17.2.3 - "@babel/core": 7.23.9 - "@babel/generator": 7.23.6 + "@ampproject/remapping": 2.3.0 + "@angular-devkit/architect": 0.1800.7 + "@angular-devkit/build-webpack": 0.1800.7 + "@angular-devkit/core": 18.0.7 + "@angular/build": 18.0.7 + "@babel/core": 7.24.5 + "@babel/generator": 7.24.5 "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/plugin-transform-async-generator-functions": 7.23.9 - "@babel/plugin-transform-async-to-generator": 7.23.3 - "@babel/plugin-transform-runtime": 7.23.9 - "@babel/preset-env": 7.23.9 - "@babel/runtime": 7.23.9 + "@babel/helper-split-export-declaration": 7.24.5 + "@babel/plugin-transform-async-generator-functions": 7.24.3 + "@babel/plugin-transform-async-to-generator": 7.24.1 + "@babel/plugin-transform-runtime": 7.24.3 + "@babel/preset-env": 7.24.5 + "@babel/runtime": 7.24.5 "@discoveryjs/json-ext": 0.5.7 - "@ngtools/webpack": 17.2.3 + "@ngtools/webpack": 18.0.7 "@vitejs/plugin-basic-ssl": 1.1.0 ansi-colors: 4.1.3 - autoprefixer: 10.4.17 + autoprefixer: 10.4.19 babel-loader: 9.1.3 - babel-plugin-istanbul: 6.1.1 browserslist: ^4.21.5 copy-webpack-plugin: 11.0.0 - critters: 0.0.20 - css-loader: 6.10.0 - esbuild: 0.20.0 - esbuild-wasm: 0.20.0 + critters: 0.0.22 + css-loader: 7.1.1 + esbuild: 0.21.3 + esbuild-wasm: 0.21.3 fast-glob: 3.3.2 - http-proxy-middleware: 2.0.6 - https-proxy-agent: 7.0.2 - inquirer: 9.2.14 + http-proxy-middleware: 3.0.0 + https-proxy-agent: 7.0.4 + inquirer: 9.2.22 + istanbul-lib-instrument: 6.0.2 jsonc-parser: 3.2.1 karma-source-map-support: 1.4.0 less: 4.2.0 - less-loader: 11.1.0 + less-loader: 12.2.0 license-webpack-plugin: 4.0.2 loader-utils: 3.2.1 - magic-string: 0.30.7 - mini-css-extract-plugin: 2.8.0 + magic-string: 0.30.10 + mini-css-extract-plugin: 2.9.0 mrmime: 2.0.0 open: 8.4.2 ora: 5.4.1 parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.1 - piscina: 4.3.1 - postcss: 8.4.35 - postcss-loader: 8.1.0 + picomatch: 4.0.2 + piscina: 4.5.0 + postcss: 8.4.38 + postcss-loader: 8.1.1 resolve-url-loader: 5.0.0 rxjs: 7.8.1 - sass: 1.70.0 - sass-loader: 14.1.0 - semver: 7.6.0 + sass: 1.77.2 + sass-loader: 14.2.1 + semver: 7.6.2 source-map-loader: 5.0.0 source-map-support: 0.5.21 - terser: 5.27.0 + terser: 5.29.2 tree-kill: 1.2.2 tslib: 2.6.2 - undici: 6.6.2 - vite: 5.0.12 - watchpack: 2.4.0 - webpack: 5.90.1 - webpack-dev-middleware: 6.1.1 - webpack-dev-server: 4.15.1 + undici: 6.18.0 + vite: 5.2.11 + watchpack: 2.4.1 + webpack: 5.91.0 + webpack-dev-middleware: 7.2.1 + webpack-dev-server: 5.0.4 webpack-merge: 5.10.0 webpack-subresource-integrity: 5.1.0 peerDependencies: - "@angular/compiler-cli": ^17.0.0 - "@angular/localize": ^17.0.0 - "@angular/platform-server": ^17.0.0 - "@angular/service-worker": ^17.0.0 + "@angular/compiler-cli": ^18.0.0 + "@angular/localize": ^18.0.0 + "@angular/platform-server": ^18.0.0 + "@angular/service-worker": ^18.0.0 "@web/test-runner": ^0.18.0 browser-sync: ^3.0.2 jest: ^29.5.0 jest-environment-jsdom: ^29.5.0 karma: ^6.3.0 - ng-packagr: ^17.0.0 + ng-packagr: ^18.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 - typescript: ">=5.2 <5.4" + typescript: ">=5.4 <5.5" dependenciesMeta: esbuild: optional: true @@ -232,31 +243,31 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 4bca26592f1096535a09857432b02ff9098c77906f163c73d9db3d86e4df1224c59f05fcf9b6ac62d33a3ac6d956e07b952d76b1d273c2ba38c385c4c172d19b + checksum: e1d274f101f487ae221e272082bc805ca3f9212815ff84e45debd3c9ae6dfd5e5803aef68a5af3a9bdd407eef4efcb3675d5a884e063adbe66a4f37ba3d2b344 languageName: node linkType: hard -"@angular-devkit/build-webpack@npm:0.1702.3": - version: 0.1702.3 - resolution: "@angular-devkit/build-webpack@npm:0.1702.3" +"@angular-devkit/build-webpack@npm:0.1800.7": + version: 0.1800.7 + resolution: "@angular-devkit/build-webpack@npm:0.1800.7" dependencies: - "@angular-devkit/architect": 0.1702.3 + "@angular-devkit/architect": 0.1800.7 rxjs: 7.8.1 peerDependencies: webpack: ^5.30.0 - webpack-dev-server: ^4.0.0 - checksum: 6adeedc77931b7d2d3297b122cb7c4f828395a335c83ab94dc12ee9a1731d467d8c344e211f5d3df19b68056d6b5c79e03e182954815b4f606081db40d211f36 + webpack-dev-server: ^5.0.2 + checksum: 57436078afb80defab28396e8fe053c3d51341e36867f9392c0868cb9c0d7fd49ec54aa2cdefe0973ebafad9ec0de21285b920eaf843169ce07f4aa05112e514 languageName: node linkType: hard -"@angular-devkit/core@npm:17.2.3": - version: 17.2.3 - resolution: "@angular-devkit/core@npm:17.2.3" +"@angular-devkit/core@npm:18.0.7": + version: 18.0.7 + resolution: "@angular-devkit/core@npm:18.0.7" dependencies: - ajv: 8.12.0 - ajv-formats: 2.1.1 + ajv: 8.13.0 + ajv-formats: 3.0.1 jsonc-parser: 3.2.1 - picomatch: 4.0.1 + picomatch: 4.0.2 rxjs: 7.8.1 source-map: 0.7.4 peerDependencies: @@ -264,159 +275,213 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 53f6c0a419ba8cbdb35b589670cd2364fa40984cfd460e98be4628599267849dfe036c644115abd04e0e41448d8a4b8df7165e1d38f8daa9d954d246420459e5 + checksum: c6486eb659af7016eddad6f8692b4c0633771e85e983b59663fb872601a82d91fd7c6fa9e01bbcbefb6c5bbfef0bdfc8858c16b7a9025a48ee1897cf21a82e21 languageName: node linkType: hard -"@angular-devkit/schematics@npm:17.2.3": - version: 17.2.3 - resolution: "@angular-devkit/schematics@npm:17.2.3" +"@angular-devkit/schematics@npm:18.0.7": + version: 18.0.7 + resolution: "@angular-devkit/schematics@npm:18.0.7" dependencies: - "@angular-devkit/core": 17.2.3 + "@angular-devkit/core": 18.0.7 jsonc-parser: 3.2.1 - magic-string: 0.30.7 + magic-string: 0.30.10 ora: 5.4.1 rxjs: 7.8.1 - checksum: a005e992254e949f930cc0f58fee081ee328782f4583ef84105d9bcab6aa1bd77aaf5522025b8f317f2d249fe46ce693521c8e31ed470e4ec17f4dc04d1762ee + checksum: 8abd8662dd8464e158790f8a618900f9a7f30068654237c33738b5ef8882cfbea4452ef7be22bf50cc23085c7068cc92b725e1b527370b9340caec893f9bfdc2 languageName: node linkType: hard -"@angular-eslint/bundled-angular-compiler@npm:17.0.1": - version: 17.0.1 - resolution: "@angular-eslint/bundled-angular-compiler@npm:17.0.1" - checksum: 6dd7dba81c2e8dc5f5d501bdc174e3f044833ead9d9b5867ccb4824cb99004d5857524f8d6894bbf960f9aa202d9f680c520b25a1cc626deef4ac10d67f49dea +"@angular-eslint/bundled-angular-compiler@npm:18.1.0": + version: 18.1.0 + resolution: "@angular-eslint/bundled-angular-compiler@npm:18.1.0" + checksum: 8e6bd20946fde55414b6eace62e07e8c7ca496c1fee69f701c6c10952b897d9b31029996c41955b11081e721cfe53459611768fb40a4a0b6403b778dfde9c32b languageName: node linkType: hard -"@angular-eslint/eslint-plugin-template@npm:17.0.1": - version: 17.0.1 - resolution: "@angular-eslint/eslint-plugin-template@npm:17.0.1" +"@angular-eslint/eslint-plugin-template@npm:18.1.0": + version: 18.1.0 + resolution: "@angular-eslint/eslint-plugin-template@npm:18.1.0" dependencies: - "@angular-eslint/bundled-angular-compiler": 17.0.1 - "@angular-eslint/utils": 17.0.1 - "@typescript-eslint/type-utils": 6.10.0 - "@typescript-eslint/utils": 6.10.0 + "@angular-eslint/bundled-angular-compiler": 18.1.0 + "@angular-eslint/utils": 18.1.0 aria-query: 5.3.0 axobject-query: 4.0.0 peerDependencies: - eslint: ^7.20.0 || ^8.0.0 + "@typescript-eslint/utils": ^7.11.0 || ^8.0.0-alpha.37 + eslint: ^8.57.0 || ^9.0.0 typescript: "*" - checksum: 07e073e2412e717a60f6ff94f542a96bdbdb9127bd289322f0d0bb1b17613d69467112c9de6c3f1fd3c00616e676e663a1f206e19573a5ab6ed638365c114e23 + checksum: da43864babfee22c9e3f401eeed95f0aa6462181bf5861e0feb4a2803ff9d13feaff588171b125ad0bc87fb12daee564fd6f2c55aebde17f726918297e776ec8 languageName: node linkType: hard -"@angular-eslint/eslint-plugin@npm:17.0.1": - version: 17.0.1 - resolution: "@angular-eslint/eslint-plugin@npm:17.0.1" +"@angular-eslint/eslint-plugin@npm:18.1.0": + version: 18.1.0 + resolution: "@angular-eslint/eslint-plugin@npm:18.1.0" dependencies: - "@angular-eslint/utils": 17.0.1 - "@typescript-eslint/utils": 6.10.0 + "@angular-eslint/bundled-angular-compiler": 18.1.0 + "@angular-eslint/utils": 18.1.0 peerDependencies: - eslint: ^7.20.0 || ^8.0.0 + "@typescript-eslint/utils": ^7.11.0 || ^8.0.0-alpha.37 + eslint: ^8.57.0 || ^9.0.0 typescript: "*" - checksum: ef44affcef7d5e8399eef3c19a18176afb2864d8d75bcf6ac71543d9fb876715989f0d5780b2c5547b990b70a15100d5dc1fd9e07452dafd15bf3adb352ee242 + checksum: 016b2e9fcb503f4eef5a2b2a22518c89d90b2eea09094ff2534b32f954d216acee4a5614a2b9fc9af3b36fabdf60f38dee74645629095c7aae51272569ea9751 languageName: node linkType: hard -"@angular-eslint/template-parser@npm:17.0.1": - version: 17.0.1 - resolution: "@angular-eslint/template-parser@npm:17.0.1" +"@angular-eslint/template-parser@npm:18.1.0": + version: 18.1.0 + resolution: "@angular-eslint/template-parser@npm:18.1.0" dependencies: - "@angular-eslint/bundled-angular-compiler": 17.0.1 - eslint-scope: ^7.0.0 + "@angular-eslint/bundled-angular-compiler": 18.1.0 + eslint-scope: ^8.0.0 peerDependencies: - eslint: ^7.20.0 || ^8.0.0 + eslint: ^8.57.0 || ^9.0.0 typescript: "*" - checksum: c0786746c3549a5474f80eb928a34b619c610bed75b9e1fb5aa0a7ba669c1829044d55f42eb016d5ccfbe6c66cefc5f8dcb2fb6c8f5710d893e68e5de2bcf57e + checksum: d05feeb19b16be49a08c35d279a23a3f7121affd085b5d72cd721a1575a58826100fc09ca23ad01f810383bd37bc9f02e379a05b001fa4d12eacd6b3f1e5f75a languageName: node linkType: hard -"@angular-eslint/utils@npm:17.0.1": - version: 17.0.1 - resolution: "@angular-eslint/utils@npm:17.0.1" +"@angular-eslint/utils@npm:18.1.0": + version: 18.1.0 + resolution: "@angular-eslint/utils@npm:18.1.0" dependencies: - "@angular-eslint/bundled-angular-compiler": 17.0.1 - "@typescript-eslint/utils": 6.10.0 + "@angular-eslint/bundled-angular-compiler": 18.1.0 peerDependencies: - eslint: ^7.20.0 || ^8.0.0 + "@typescript-eslint/utils": ^7.11.0 || ^8.0.0-alpha.37 + eslint: ^8.57.0 || ^9.0.0 typescript: "*" - checksum: afcddb825f77a6fbf908fa45e3098aef6016d3e54da3c15d6186d7e73a54a37a43875d2be3900ff746c1e5e08a9c92f2abbbcb60e3704f95a429c85b4e2a72d9 + checksum: c003f320d9d6ea300521a7f8d5c5e1f632d65b1a6511902813e641caa3feea762cb2a2562fdc2e469714087e652bc6550703dbf8fa42dba77f0c9d173d578baa languageName: node linkType: hard -"@angular/animations@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/animations@npm:17.2.4" +"@angular/animations@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/animations@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/core": 17.2.4 - checksum: d0b8512ba6bf8331355709cbeda88ae8ec918c49e09d8c4e465babcd9d26e3f68e0c7f0aa6fd0f788f048b469d4faa88ae720e0306925b715b892cd47ec82fd3 + "@angular/core": 18.0.7 + checksum: 7b837b748c8f0583816c138949fcdfb5435da7ecf843135c4b7cb9a80c0397333871c2ef06a22e6a7a86bb7422facd63876383f2ca331d1a66fbdaac9b636bd6 languageName: node linkType: hard -"@angular/cdk@npm:17.2.2": - version: 17.2.2 - resolution: "@angular/cdk@npm:17.2.2" +"@angular/build@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/build@npm:18.0.7" + dependencies: + "@ampproject/remapping": 2.3.0 + "@angular-devkit/architect": 0.1800.7 + "@babel/core": 7.24.5 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-split-export-declaration": 7.24.5 + "@vitejs/plugin-basic-ssl": 1.1.0 + ansi-colors: 4.1.3 + browserslist: ^4.23.0 + critters: 0.0.22 + esbuild: 0.21.3 + fast-glob: 3.3.2 + https-proxy-agent: 7.0.4 + inquirer: 9.2.22 + lmdb: 3.0.8 + magic-string: 0.30.10 + mrmime: 2.0.0 + ora: 5.4.1 + parse5-html-rewriting-stream: 7.0.0 + picomatch: 4.0.2 + piscina: 4.5.0 + sass: 1.77.2 + semver: 7.6.2 + undici: 6.18.0 + vite: 5.2.11 + watchpack: 2.4.1 + peerDependencies: + "@angular/compiler-cli": ^18.0.0 + "@angular/localize": ^18.0.0 + "@angular/platform-server": ^18.0.0 + "@angular/service-worker": ^18.0.0 + less: ^4.2.0 + postcss: ^8.4.0 + tailwindcss: ^2.0.0 || ^3.0.0 + typescript: ">=5.4 <5.5" + peerDependenciesMeta: + "@angular/localize": + optional: true + "@angular/platform-server": + optional: true + "@angular/service-worker": + optional: true + less: + optional: true + postcss: + optional: true + tailwindcss: + optional: true + checksum: c74eee6b5a0c7ce2b710914a07111909bab1e6e47f426dea953196da8870f02cb15b5a6f18a7701e36862158d93a2ed118b0d934a923159402912f970daa15f7 + languageName: node + linkType: hard + +"@angular/cdk@npm:18.0.6": + version: 18.0.6 + resolution: "@angular/cdk@npm:18.0.6" dependencies: parse5: ^7.1.2 tslib: ^2.3.0 peerDependencies: - "@angular/common": ^17.0.0 || ^18.0.0 - "@angular/core": ^17.0.0 || ^18.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 dependenciesMeta: parse5: optional: true - checksum: 850880f21deb1dcdaf90cba5b715af234178b3d00321e603df9d1b467ceaf253012c02e09320f87bceca28bdcc901cc220fabc9d75a5d81a9bd8a76ba6a56868 + checksum: 69beb91af12061357e1b890dabcf10bd072a96250c4792a7603b8a4a0f0b1237ac181445f87b2af0aa8a399e699a636c2c9893f74583b31001157ab0bbab3647 languageName: node linkType: hard -"@angular/cli@npm:~17.2.0": - version: 17.2.3 - resolution: "@angular/cli@npm:17.2.3" +"@angular/cli@npm:~18.0.0": + version: 18.0.7 + resolution: "@angular/cli@npm:18.0.7" dependencies: - "@angular-devkit/architect": 0.1702.3 - "@angular-devkit/core": 17.2.3 - "@angular-devkit/schematics": 17.2.3 - "@schematics/angular": 17.2.3 + "@angular-devkit/architect": 0.1800.7 + "@angular-devkit/core": 18.0.7 + "@angular-devkit/schematics": 18.0.7 + "@schematics/angular": 18.0.7 "@yarnpkg/lockfile": 1.1.0 ansi-colors: 4.1.3 - ini: 4.1.1 - inquirer: 9.2.14 + ini: 4.1.2 + inquirer: 9.2.22 jsonc-parser: 3.2.1 - npm-package-arg: 11.0.1 - npm-pick-manifest: 9.0.0 - open: 8.4.2 + npm-package-arg: 11.0.2 + npm-pick-manifest: 9.0.1 ora: 5.4.1 - pacote: 17.0.6 + pacote: 18.0.6 resolve: 1.22.8 - semver: 7.6.0 + semver: 7.6.2 symbol-observable: 4.0.0 yargs: 17.7.2 bin: ng: bin/ng.js - checksum: dad92bd4cadff44d7886ba9d30ed28f1bb92f9d81cbb68e099c8f307b903e8a7b9f1af674895cb19b8af0d4df90709b9512b5a6f6245f5a3ed723df9f2da377f + checksum: cc495aabc8ea8693a04b0d14f816eb181e1f903f5f0eeacd9345421c1eef196c1e7682eb54642796960902220f7a68b0bd2ea3bb13fc9ec7766c6284ac855cf9 languageName: node linkType: hard -"@angular/common@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/common@npm:17.2.4" +"@angular/common@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/common@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/core": 17.2.4 + "@angular/core": 18.0.7 rxjs: ^6.5.3 || ^7.4.0 - checksum: 30ed2e49d8f764e83468d48fa3b588e42d0fe3b0d70e3bef75c972f617f1973cd91df17b28ab2f8c7bb009909b526f9651ea533103ac373778aed825b7355f6d + checksum: 47c10620732379935808e0a9a360b74e4cb8f5608119d1a8542760f28b1dca8e3f20be5a2d4001a2def569658211cf2ff0bdd5eef443f39ad882c798880c4ac6 languageName: node linkType: hard -"@angular/compiler-cli@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/compiler-cli@npm:17.2.4" +"@angular/compiler-cli@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/compiler-cli@npm:18.0.7" dependencies: - "@babel/core": 7.23.9 + "@babel/core": 7.24.7 "@jridgewell/sourcemap-codec": ^1.4.14 chokidar: ^3.0.0 convert-source-map: ^1.5.1 @@ -425,66 +490,66 @@ __metadata: tslib: ^2.3.0 yargs: ^17.2.1 peerDependencies: - "@angular/compiler": 17.2.4 - typescript: ">=5.2 <5.4" + "@angular/compiler": 18.0.7 + typescript: ">=5.4 <5.5" bin: ng-xi18n: bundles/src/bin/ng_xi18n.js ngc: bundles/src/bin/ngc.js ngcc: bundles/ngcc/index.js - checksum: 9cc6ec9e7068111f2d6f5eea7c836597746d8243e3247a77427a9c8f048c2541d1056925b7a0dae2afe539c24502be5e35f5801c1ae8db77dc7d5f43e598183b + checksum: dd7cf7b83e085c91182f6c41623bef19361ea6508e5a25b8c611af78b539264dad60b742bbb8815762219f17ec7948d3fec69d4546f887a23ac42e0f857a3a80 languageName: node linkType: hard -"@angular/compiler@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/compiler@npm:17.2.4" +"@angular/compiler@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/compiler@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/core": 17.2.4 + "@angular/core": 18.0.7 peerDependenciesMeta: "@angular/core": optional: true - checksum: e32d6c1cd19b5cc9270bef33af36fc774aa9d869acc887c067afe65a8dd652c8e2dce44997d79eaf0c3623519c27944b0c66a6df511ee49696f4c552a44951ac + checksum: 78366dd9cc540c6edf72003ca2b524760a8e565332462bf5d55bdbf17b8bc10ccc65644393083596fcf8834c0c43eb64c55ddf330da5cc7ad74bba917b325acc languageName: node linkType: hard -"@angular/core@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/core@npm:17.2.4" +"@angular/core@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/core@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.14.0 - checksum: ca1e04bc1c4f671df8024370283c87a36daa83d39a85382974e2b9918d8b83f38df95ee13a9b7f6324d834eef381edf34c596c4939ccf8d3a0f861c455e890e8 + checksum: c52d76325254f4e0593cc447d71b1a70202a28c94814fbeccc3ce4dc87dc920a3641c79b7e99e72285ab0e02e13cf66cc0b1cd27b3c7b9c828f70c7467df2989 languageName: node linkType: hard -"@angular/forms@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/forms@npm:17.2.4" +"@angular/forms@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/forms@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/common": 17.2.4 - "@angular/core": 17.2.4 - "@angular/platform-browser": 17.2.4 + "@angular/common": 18.0.7 + "@angular/core": 18.0.7 + "@angular/platform-browser": 18.0.7 rxjs: ^6.5.3 || ^7.4.0 - checksum: 4d4d9c3d2d2bbdafe64082fe5e3fd540d093f8f81feaadec014af35278129620db88c71db501bf387b8d0c7f7c807b70cea5a9969a1001414c23e85fa9f4a43a + checksum: 9aedb3ea52266a6f19dcdb8d80adf7e40888f533829a4ff1a2d801f68bd152e18691c8ddce3a007b7d944baccb64f42d33d676f00d9f9575aee6d135cab40b8a languageName: node linkType: hard -"@angular/language-service@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/language-service@npm:17.2.4" - checksum: 104f8b353522e4e20e38ac79663b339efc3b6c7ce05d52237d046e4300340f9a96cd2bf1bdc8a1a40876aa839e2cbdb8f9360368fc2f63e814fbc6244a2a9534 +"@angular/language-service@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/language-service@npm:18.0.7" + checksum: 37b5e83ad57ec5924a8483b4050eeb2238aa8abbbabb78215a4a8f6fe9346554b29817e523ae2907d6184169a63cba01ba13782b19a58b4764c8b98956ebc346 languageName: node linkType: hard -"@angular/material@npm:17.2.2": - version: 17.2.2 - resolution: "@angular/material@npm:17.2.2" +"@angular/material@npm:18.0.6": + version: 18.0.6 + resolution: "@angular/material@npm:18.0.6" dependencies: "@material/animation": 15.0.0-canary.7f224ddd4.0 "@material/auto-init": 15.0.0-canary.7f224ddd4.0 @@ -529,93 +594,94 @@ __metadata: "@material/tab-scroller": 15.0.0-canary.7f224ddd4.0 "@material/textfield": 15.0.0-canary.7f224ddd4.0 "@material/theme": 15.0.0-canary.7f224ddd4.0 + "@material/tokens": 15.0.0-canary.7f224ddd4.0 "@material/tooltip": 15.0.0-canary.7f224ddd4.0 "@material/top-app-bar": 15.0.0-canary.7f224ddd4.0 "@material/touch-target": 15.0.0-canary.7f224ddd4.0 "@material/typography": 15.0.0-canary.7f224ddd4.0 tslib: ^2.3.0 peerDependencies: - "@angular/animations": ^17.0.0 || ^18.0.0 - "@angular/cdk": 17.2.2 - "@angular/common": ^17.0.0 || ^18.0.0 - "@angular/core": ^17.0.0 || ^18.0.0 - "@angular/forms": ^17.0.0 || ^18.0.0 - "@angular/platform-browser": ^17.0.0 || ^18.0.0 + "@angular/animations": ^18.0.0 || ^19.0.0 + "@angular/cdk": 18.0.6 + "@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 - checksum: 2539ca946ff0ec9084964f8bf4db11d30983c6f4dbfefc69465cee3e374041cfcfd1f95636a56f3745c7c087c5a6221186cf5444bb390a98e99d87a8f29d24ea + checksum: 038b210781634a8fe329154ccd127ca5def1f1c324832aaf7ea7f596a3616fe42cb67179f01fdaca204643d995d77afbdfb79a0ff7840d289d0c9310dbcce673 languageName: node linkType: hard -"@angular/platform-browser-dynamic@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/platform-browser-dynamic@npm:17.2.4" +"@angular/platform-browser-dynamic@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/platform-browser-dynamic@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/common": 17.2.4 - "@angular/compiler": 17.2.4 - "@angular/core": 17.2.4 - "@angular/platform-browser": 17.2.4 - checksum: 8755fa4910143b02aff791e7d6dd84ccb668375357abbd5b5a746bec9cacb00603740b40c892867489f8379edd181be25d67e70a5bde6b1b335184135f7ecf45 + "@angular/common": 18.0.7 + "@angular/compiler": 18.0.7 + "@angular/core": 18.0.7 + "@angular/platform-browser": 18.0.7 + checksum: f2549b0b7a2432eb13392df483a3e8c8db9ce939e8a3b9e16ff354ea2559b8347c145fa93af98cd3e7fad599c017b2db2d7e0a74c5692877b416534e4cb25e43 languageName: node linkType: hard -"@angular/platform-browser@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/platform-browser@npm:17.2.4" +"@angular/platform-browser@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/platform-browser@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/animations": 17.2.4 - "@angular/common": 17.2.4 - "@angular/core": 17.2.4 + "@angular/animations": 18.0.7 + "@angular/common": 18.0.7 + "@angular/core": 18.0.7 peerDependenciesMeta: "@angular/animations": optional: true - checksum: 4086741ff80a35391d77f32056fba36bb9e346effe93a4d4c55374e56f97e559bf1c27e31e09ec1bd34d5f8d04849602e083952568f8c8d25b9f36e04935133a + checksum: ff7277a60c24c941254e2051113ffd3f680639f083e758c09b54445183dca4c2d716f9848a8ff5e2cb54136e387deb4d64d1155e113805891ac67a90ffedd7e7 languageName: node linkType: hard -"@angular/platform-server@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/platform-server@npm:17.2.4" +"@angular/platform-server@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/platform-server@npm:18.0.7" dependencies: tslib: ^2.3.0 xhr2: ^0.2.0 peerDependencies: - "@angular/animations": 17.2.4 - "@angular/common": 17.2.4 - "@angular/compiler": 17.2.4 - "@angular/core": 17.2.4 - "@angular/platform-browser": 17.2.4 - checksum: 2b337bca43dc710b208c4cb77e924b96e94e639cddb3ec4b4dbf2f15a2b089acdd8c75eea41b345500304263f506a1d4cba2b74d116fb2078e92f7ad2649cab8 + "@angular/animations": 18.0.7 + "@angular/common": 18.0.7 + "@angular/compiler": 18.0.7 + "@angular/core": 18.0.7 + "@angular/platform-browser": 18.0.7 + checksum: 56534a8f939df8ea44e4e655e96f63027bd2005a6150971b8adaa94e1580928e0a374c31bdd5d1829972eae3c65b2ca958e519a0832be9bb2841aafdf05e0728 languageName: node linkType: hard -"@angular/router@npm:17.2.4": - version: 17.2.4 - resolution: "@angular/router@npm:17.2.4" +"@angular/router@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/router@npm:18.0.7" dependencies: tslib: ^2.3.0 peerDependencies: - "@angular/common": 17.2.4 - "@angular/core": 17.2.4 - "@angular/platform-browser": 17.2.4 + "@angular/common": 18.0.7 + "@angular/core": 18.0.7 + "@angular/platform-browser": 18.0.7 rxjs: ^6.5.3 || ^7.4.0 - checksum: cc12291753ec43420f9f16723efe1ddd9ae708b3a8813b3daa4ab2d700318bcf764cd58bce79ab50b2449935a7781688ccd8b1579a85d13ec98b0f604dbb2f44 + checksum: 193b71364cb38fc02c5b7f3eacf9cd5ed9bd0b9679c22167eb725f36b1699fec2dcb8d8783121df18e8d191469265ef260b123ba3b1a9a4728d998332d21a778 languageName: node linkType: hard -"@angular/ssr@npm:17.2.3": - version: 17.2.3 - resolution: "@angular/ssr@npm:17.2.3" +"@angular/ssr@npm:18.0.7": + version: 18.0.7 + resolution: "@angular/ssr@npm:18.0.7" dependencies: - critters: 0.0.20 + critters: 0.0.22 tslib: ^2.3.0 peerDependencies: - "@angular/common": ^17.0.0 - "@angular/core": ^17.0.0 - checksum: d76f81a8c8a82cb3a2878f17bb69df887959810dab920985f1253db12776cc97fd4cb93b05adcdc51d6d578e6f2715ffd8787d55ef6111577a3fb53a85423ecc + "@angular/common": ^18.0.0 + "@angular/core": ^18.0.0 + checksum: 933ab8c003ccb4ef29244680893654c183d2c214da4dcbb74ef0ff762e42aa68ef3693d420e331831c28572693c019597450b3ad052c05202c71569a38f7d533 languageName: node linkType: hard @@ -658,6 +724,16 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/code-frame@npm:7.24.7" + dependencies: + "@babel/highlight": ^7.24.7 + picocolors: ^1.0.0 + checksum: 830e62cd38775fdf84d612544251ce773d544a8e63df667728cc9e0126eeef14c6ebda79be0f0bc307e8318316b7f58c27ce86702e0a1f5c321d842eb38ffda4 + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9": version: 7.22.9 resolution: "@babel/compat-data@npm:7.22.9" @@ -672,26 +748,56 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/core@npm:7.23.9" +"@babel/compat-data@npm:^7.24.4, @babel/compat-data@npm:^7.24.8": + version: 7.24.9 + resolution: "@babel/compat-data@npm:7.24.9" + checksum: 3590be0f7028bca0565a83f66752c0f0283b818e9e1bb7fc12912822768e379a6ff84c59d77dc64ba62c140b8500a3828d95c0ce013cd62d254a179bae38709b + languageName: node + linkType: hard + +"@babel/core@npm:7.24.5, @babel/core@npm:^7.23.0": + version: 7.24.5 + resolution: "@babel/core@npm:7.24.5" dependencies: "@ampproject/remapping": ^2.2.0 - "@babel/code-frame": ^7.23.5 - "@babel/generator": ^7.23.6 + "@babel/code-frame": ^7.24.2 + "@babel/generator": ^7.24.5 "@babel/helper-compilation-targets": ^7.23.6 - "@babel/helper-module-transforms": ^7.23.3 - "@babel/helpers": ^7.23.9 - "@babel/parser": ^7.23.9 - "@babel/template": ^7.23.9 - "@babel/traverse": ^7.23.9 - "@babel/types": ^7.23.9 + "@babel/helper-module-transforms": ^7.24.5 + "@babel/helpers": ^7.24.5 + "@babel/parser": ^7.24.5 + "@babel/template": ^7.24.0 + "@babel/traverse": ^7.24.5 + "@babel/types": ^7.24.5 convert-source-map: ^2.0.0 debug: ^4.1.0 gensync: ^1.0.0-beta.2 json5: ^2.2.3 semver: ^6.3.1 - checksum: 634a511f74db52a5f5a283c1121f25e2227b006c095b84a02a40a9213842489cd82dc7d61cdc74e10b5bcd9bb0a4e28bab47635b54c7e2256d47ab57356e2a76 + checksum: f4f0eafde12b145f2cb9cc893085e5f1436e1ef265bb3b7d8aa6282515c9b4e740bbd5e2cbc32114adb9afed2dd62c2336758b9fabb7e46e8ba542f76d4f3f80 + languageName: node + linkType: hard + +"@babel/core@npm:7.24.7": + version: 7.24.7 + resolution: "@babel/core@npm:7.24.7" + dependencies: + "@ampproject/remapping": ^2.2.0 + "@babel/code-frame": ^7.24.7 + "@babel/generator": ^7.24.7 + "@babel/helper-compilation-targets": ^7.24.7 + "@babel/helper-module-transforms": ^7.24.7 + "@babel/helpers": ^7.24.7 + "@babel/parser": ^7.24.7 + "@babel/template": ^7.24.7 + "@babel/traverse": ^7.24.7 + "@babel/types": ^7.24.7 + convert-source-map: ^2.0.0 + debug: ^4.1.0 + gensync: ^1.0.0-beta.2 + json5: ^2.2.3 + semver: ^6.3.1 + checksum: 017497e2a1b4683a885219eef7d2aee83c1c0cf353506b2e180b73540ec28841d8ef1ea1837fa69f8c561574b24ddd72f04764b27b87afedfe0a07299ccef24d languageName: node linkType: hard @@ -718,29 +824,6 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:^7.23.0": - version: 7.24.5 - resolution: "@babel/core@npm:7.24.5" - dependencies: - "@ampproject/remapping": ^2.2.0 - "@babel/code-frame": ^7.24.2 - "@babel/generator": ^7.24.5 - "@babel/helper-compilation-targets": ^7.23.6 - "@babel/helper-module-transforms": ^7.24.5 - "@babel/helpers": ^7.24.5 - "@babel/parser": ^7.24.5 - "@babel/template": ^7.24.0 - "@babel/traverse": ^7.24.5 - "@babel/types": ^7.24.5 - convert-source-map: ^2.0.0 - debug: ^4.1.0 - gensync: ^1.0.0-beta.2 - json5: ^2.2.3 - semver: ^6.3.1 - checksum: f4f0eafde12b145f2cb9cc893085e5f1436e1ef265bb3b7d8aa6282515c9b4e740bbd5e2cbc32114adb9afed2dd62c2336758b9fabb7e46e8ba542f76d4f3f80 - languageName: node - linkType: hard - "@babel/core@npm:^7.23.2": version: 7.24.3 resolution: "@babel/core@npm:7.24.3" @@ -764,15 +847,38 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:7.23.6": - version: 7.23.6 - resolution: "@babel/generator@npm:7.23.6" +"@babel/core@npm:^7.23.9": + version: 7.24.9 + resolution: "@babel/core@npm:7.24.9" dependencies: - "@babel/types": ^7.23.6 - "@jridgewell/gen-mapping": ^0.3.2 - "@jridgewell/trace-mapping": ^0.3.17 + "@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 + convert-source-map: ^2.0.0 + debug: ^4.1.0 + gensync: ^1.0.0-beta.2 + json5: ^2.2.3 + semver: ^6.3.1 + checksum: eae273bee154d6a059e742a2bb7a58b03438a1f70d7909887a28258b29556dc99bcd5cbd41f13cd4755a20b0baf5e82731acb1d3690e02b7a9300fb6d1950e2c + languageName: node + linkType: hard + +"@babel/generator@npm:7.24.5, @babel/generator@npm:^7.23.0, @babel/generator@npm:^7.24.5": + version: 7.24.5 + resolution: "@babel/generator@npm:7.24.5" + dependencies: + "@babel/types": ^7.24.5 + "@jridgewell/gen-mapping": ^0.3.5 + "@jridgewell/trace-mapping": ^0.3.25 jsesc: ^2.5.1 - checksum: 1a1a1c4eac210f174cd108d479464d053930a812798e09fee069377de39a893422df5b5b146199ead7239ae6d3a04697b45fc9ac6e38e0f6b76374390f91fc6c + checksum: a08c0ab900b36e1a17863e18e3216153322ea993246fd7a358ba38a31cfb15bab2af1dc178b2adafe4cb8a9f3ab0e0ceafd3fe6e8ca870dffb435b53b2b2a803 languageName: node linkType: hard @@ -788,27 +894,27 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:^7.23.0, @babel/generator@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/generator@npm:7.24.5" +"@babel/generator@npm:^7.24.1": + version: 7.24.1 + resolution: "@babel/generator@npm:7.24.1" dependencies: - "@babel/types": ^7.24.5 + "@babel/types": ^7.24.0 "@jridgewell/gen-mapping": ^0.3.5 "@jridgewell/trace-mapping": ^0.3.25 jsesc: ^2.5.1 - checksum: a08c0ab900b36e1a17863e18e3216153322ea993246fd7a358ba38a31cfb15bab2af1dc178b2adafe4cb8a9f3ab0e0ceafd3fe6e8ca870dffb435b53b2b2a803 + checksum: 98c6ce5ec7a1cba2bdf35cdf607273b90cf7cf82bbe75cd0227363fb84d7e1bd8efa74f40247d5900c8c009123f10132ad209a05283757698de918278c3c6700 languageName: node linkType: hard -"@babel/generator@npm:^7.23.6, @babel/generator@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/generator@npm:7.24.1" +"@babel/generator@npm:^7.24.7, @babel/generator@npm:^7.24.8, @babel/generator@npm:^7.24.9": + version: 7.24.9 + resolution: "@babel/generator@npm:7.24.9" dependencies: - "@babel/types": ^7.24.0 + "@babel/types": ^7.24.9 "@jridgewell/gen-mapping": ^0.3.5 "@jridgewell/trace-mapping": ^0.3.25 jsesc: ^2.5.1 - checksum: 98c6ce5ec7a1cba2bdf35cdf607273b90cf7cf82bbe75cd0227363fb84d7e1bd8efa74f40247d5900c8c009123f10132ad209a05283757698de918278c3c6700 + checksum: 3748f6528c7c5f9382b733611a6921d6eee4d518cfeb3598024158226579f0dbde449e6f6b6b4039210b09dfedda1bad3d1ecb35fe266fe72aa64afa49a00a6d languageName: node linkType: hard @@ -821,6 +927,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-annotate-as-pure@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-annotate-as-pure@npm:7.24.7" + dependencies: + "@babel/types": ^7.24.7 + checksum: 6178566099a6a0657db7a7fa601a54fb4731ca0b8614fbdccfd8e523c210c13963649bc8fdfd53ce7dd14d05e3dda2fb22dea5b30113c488b9eb1a906d60212e + languageName: node + linkType: hard + "@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.22.15": version: 7.22.15 resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.22.15" @@ -858,6 +973,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^7.24.7, @babel/helper-compilation-targets@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-compilation-targets@npm:7.24.8" + dependencies: + "@babel/compat-data": ^7.24.8 + "@babel/helper-validator-option": ^7.24.8 + browserslist: ^4.23.1 + lru-cache: ^5.1.1 + semver: ^6.3.1 + checksum: 40c9e87212fffccca387504b259a629615d7df10fc9080c113da6c51095d3e8b622a1409d9ed09faf2191628449ea28d582179c5148e2e993a3140234076b8da + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.22.10": version: 7.22.10 resolution: "@babel/helper-create-class-features-plugin@npm:7.22.10" @@ -934,6 +1062,25 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-class-features-plugin@npm:^7.24.7": + version: 7.24.8 + resolution: "@babel/helper-create-class-features-plugin@npm:7.24.8" + 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-skip-transparent-expression-wrappers": ^7.24.7 + "@babel/helper-split-export-declaration": ^7.24.7 + semver: ^6.3.1 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: b4707e2c4a2cb504d7656168d887bf653db6fbe8ece4502e28e5798f2ec624dc606f2d6bc4820d31b4dc1b80f7d83d98db83516dda321a76c075e5f531abed0b + languageName: node + linkType: hard + "@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.5": version: 7.22.9 resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.9" @@ -960,21 +1107,6 @@ __metadata: languageName: node linkType: hard -"@babel/helper-define-polyfill-provider@npm:^0.5.0": - version: 0.5.0 - resolution: "@babel/helper-define-polyfill-provider@npm:0.5.0" - 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 - checksum: d24626b819d3875cb65189d761004e9230f2b3fb60542525c4785616f4b2366741369235a864b744f54beb26d625ae4b0af0c9bb3306b61bf4fccb61e0620020 - languageName: node - linkType: hard - "@babel/helper-define-polyfill-provider@npm:^0.6.1": version: 0.6.1 resolution: "@babel/helper-define-polyfill-provider@npm:0.6.1" @@ -1004,6 +1136,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-environment-visitor@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-environment-visitor@npm:7.24.7" + dependencies: + "@babel/types": ^7.24.7 + checksum: 079d86e65701b29ebc10baf6ed548d17c19b808a07aa6885cc141b690a78581b180ee92b580d755361dc3b16adf975b2d2058b8ce6c86675fcaf43cf22f2f7c6 + languageName: node + linkType: hard + "@babel/helper-function-name@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-function-name@npm:7.22.5" @@ -1024,6 +1165,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-function-name@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-function-name@npm:7.24.7" + dependencies: + "@babel/template": ^7.24.7 + "@babel/types": ^7.24.7 + checksum: 142ee08922074dfdc0ff358e09ef9f07adf3671ab6eef4fca74dcf7a551f1a43717e7efa358c9e28d7eea84c28d7f177b7a58c70452fc312ae3b1893c5dab2a4 + languageName: node + linkType: hard + "@babel/helper-hoist-variables@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-hoist-variables@npm:7.22.5" @@ -1033,6 +1184,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-hoist-variables@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-hoist-variables@npm:7.24.7" + dependencies: + "@babel/types": ^7.24.7 + checksum: 6cfdcf2289cd12185dcdbdf2435fa8d3447b797ac75851166de9fc8503e2fd0021db6baf8dfbecad3753e582c08e6a3f805c8d00cbed756060a877d705bd8d8d + languageName: node + linkType: hard + "@babel/helper-member-expression-to-functions@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-member-expression-to-functions@npm:7.22.5" @@ -1060,6 +1220,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-member-expression-to-functions@npm:^7.24.7, @babel/helper-member-expression-to-functions@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-member-expression-to-functions@npm:7.24.8" + dependencies: + "@babel/traverse": ^7.24.8 + "@babel/types": ^7.24.8 + checksum: bf923d05d81b06857f4ca4fe9c528c9c447a58db5ea39595bb559eae2fce01a8266173db0fd6a2ec129d7bbbb9bb22f4e90008252f7c66b422c76630a878a4bc + languageName: node + linkType: hard + "@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-module-imports@npm:7.22.5" @@ -1078,6 +1248,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-imports@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-module-imports@npm:7.24.7" + dependencies: + "@babel/traverse": ^7.24.7 + "@babel/types": ^7.24.7 + checksum: 8ac15d96d262b8940bc469052a048e06430bba1296369be695fabdf6799f201dd0b00151762b56012a218464e706bc033f27c07f6cec20c6f8f5fd6543c67054 + languageName: node + linkType: hard + "@babel/helper-module-transforms@npm:^7.22.5, @babel/helper-module-transforms@npm:^7.22.9": version: 7.22.9 resolution: "@babel/helper-module-transforms@npm:7.22.9" @@ -1123,6 +1303,21 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.9": + version: 7.24.9 + resolution: "@babel/helper-module-transforms@npm:7.24.9" + dependencies: + "@babel/helper-environment-visitor": ^7.24.7 + "@babel/helper-module-imports": ^7.24.7 + "@babel/helper-simple-access": ^7.24.7 + "@babel/helper-split-export-declaration": ^7.24.7 + "@babel/helper-validator-identifier": ^7.24.7 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: ffcf11b678a8d3e6a243285cb5262c37f4d47d507653420c1f7f0bd27076e88177f2b7158850d1a470fcfe923426a2e6571c554c455a90c9755ff488ac36ac40 + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-optimise-call-expression@npm:7.22.5" @@ -1132,6 +1327,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-optimise-call-expression@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-optimise-call-expression@npm:7.24.7" + dependencies: + "@babel/types": ^7.24.7 + checksum: 280654eaf90e92bf383d7eed49019573fb35a98c9e992668f701ad099957246721044be2068cf6840cb2299e0ad393705a1981c88c23a1048096a8d59e5f79a3 + languageName: node + linkType: hard + "@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": version: 7.22.5 resolution: "@babel/helper-plugin-utils@npm:7.22.5" @@ -1153,6 +1357,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-plugin-utils@npm:7.24.8" + checksum: 73b1a83ba8bcee21dc94de2eb7323207391715e4369fd55844bb15cf13e3df6f3d13a40786d990e6370bf0f571d94fc31f70dec96c1d1002058258c35ca3767a + languageName: node + linkType: hard + "@babel/helper-remap-async-to-generator@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20" @@ -1192,6 +1403,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-replace-supers@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-replace-supers@npm:7.24.7" + dependencies: + "@babel/helper-environment-visitor": ^7.24.7 + "@babel/helper-member-expression-to-functions": ^7.24.7 + "@babel/helper-optimise-call-expression": ^7.24.7 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 2bf0d113355c60d86a04e930812d36f5691f26c82d4ec1739e5ec0a4c982c9113dad3167f7c74f888a96328bd5e696372232406d8200e5979e6e0dc2af5e7c76 + languageName: node + linkType: hard + "@babel/helper-simple-access@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-simple-access@npm:7.22.5" @@ -1210,6 +1434,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-simple-access@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-simple-access@npm:7.24.7" + dependencies: + "@babel/traverse": ^7.24.7 + "@babel/types": ^7.24.7 + checksum: ddbf55f9dea1900213f2a1a8500fabfd21c5a20f44dcfa957e4b0d8638c730f88751c77f678644f754f1a1dc73f4eb8b766c300deb45a9daad000e4247957819 + languageName: node + linkType: hard + "@babel/helper-skip-transparent-expression-wrappers@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.22.5" @@ -1219,16 +1453,17 @@ __metadata: languageName: node linkType: hard -"@babel/helper-split-export-declaration@npm:7.22.6, @babel/helper-split-export-declaration@npm:^7.22.6": - version: 7.22.6 - resolution: "@babel/helper-split-export-declaration@npm:7.22.6" +"@babel/helper-skip-transparent-expression-wrappers@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.7" dependencies: - "@babel/types": ^7.22.5 - checksum: e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921 + "@babel/traverse": ^7.24.7 + "@babel/types": ^7.24.7 + checksum: 11b28fe534ce2b1a67c4d8e51a7b5711a2a0a0cae802f74614eee54cca58c744d9a62f6f60103c41759e81c537d270bfd665bf368a6bea214c6052f2094f8407 languageName: node linkType: hard -"@babel/helper-split-export-declaration@npm:^7.24.5": +"@babel/helper-split-export-declaration@npm:7.24.5, @babel/helper-split-export-declaration@npm:^7.24.5": version: 7.24.5 resolution: "@babel/helper-split-export-declaration@npm:7.24.5" dependencies: @@ -1237,6 +1472,24 @@ __metadata: languageName: node linkType: hard +"@babel/helper-split-export-declaration@npm:^7.22.6": + version: 7.22.6 + resolution: "@babel/helper-split-export-declaration@npm:7.22.6" + dependencies: + "@babel/types": ^7.22.5 + checksum: e141cace583b19d9195f9c2b8e17a3ae913b7ee9b8120246d0f9ca349ca6f03cb2c001fd5ec57488c544347c0bb584afec66c936511e447fd20a360e591ac921 + languageName: node + linkType: hard + +"@babel/helper-split-export-declaration@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-split-export-declaration@npm:7.24.7" + dependencies: + "@babel/types": ^7.24.7 + checksum: e3ddc91273e5da67c6953f4aa34154d005a00791dc7afa6f41894e768748540f6ebcac5d16e72541aea0c89bee4b89b4da6a3d65972a0ea8bfd2352eda5b7e22 + languageName: node + linkType: hard + "@babel/helper-string-parser@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-string-parser@npm:7.22.5" @@ -1251,6 +1504,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-string-parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-string-parser@npm:7.24.8" + checksum: 39b03c5119216883878655b149148dc4d2e284791e969b19467a9411fccaa33f7a713add98f4db5ed519535f70ad273cdadfd2eb54d47ebbdeac5083351328ce + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-validator-identifier@npm:7.22.20" @@ -1272,6 +1532,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-identifier@npm:7.24.7" + checksum: 6799ab117cefc0ecd35cd0b40ead320c621a298ecac88686a14cffceaac89d80cdb3c178f969861bf5fa5e4f766648f9161ea0752ecfe080d8e89e3147270257 + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.22.5": version: 7.22.5 resolution: "@babel/helper-validator-option@npm:7.22.5" @@ -1286,6 +1553,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-option@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-validator-option@npm:7.24.8" + checksum: a52442dfa74be6719c0608fee3225bd0493c4057459f3014681ea1a4643cd38b68ff477fe867c4b356da7330d085f247f0724d300582fa4ab9a02efaf34d107c + languageName: node + linkType: hard + "@babel/helper-wrap-function@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-wrap-function@npm:7.22.20" @@ -1308,7 +1582,7 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.23.9, @babel/helpers@npm:^7.24.1": +"@babel/helpers@npm:^7.24.1": version: 7.24.1 resolution: "@babel/helpers@npm:7.24.1" dependencies: @@ -1330,6 +1604,16 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.24.7, @babel/helpers@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helpers@npm:7.24.8" + dependencies: + "@babel/template": ^7.24.7 + "@babel/types": ^7.24.8 + checksum: 2d7301b1b9c91e518c4766bae171230e243d98461c15eabbd44f8f9c83c297fad5c4a64ad80cfec9ca8e90412fc2b41ee86d7eb35dc8a7611c268bcf1317fe46 + languageName: node + linkType: hard + "@babel/highlight@npm:^7.22.5": version: 7.22.5 resolution: "@babel/highlight@npm:7.22.5" @@ -1353,6 +1637,18 @@ __metadata: languageName: node linkType: hard +"@babel/highlight@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/highlight@npm:7.24.7" + dependencies: + "@babel/helper-validator-identifier": ^7.24.7 + chalk: ^2.4.2 + js-tokens: ^4.0.0 + picocolors: ^1.0.0 + checksum: 5cd3a89f143671c4ac129960024ba678b669e6fc673ce078030f5175002d1d3d52bc10b22c5b916a6faf644b5028e9a4bd2bb264d053d9b05b6a98690f1d46f1 + languageName: node + linkType: hard + "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.22.7": version: 7.22.7 resolution: "@babel/parser@npm:7.22.7" @@ -1380,7 +1676,28 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.23.3, @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.1": +"@babel/parser@npm:^7.24.7, @babel/parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/parser@npm:7.24.8" + bin: + parser: ./bin/babel-parser.js + checksum: 76f866333bfbd53800ac027419ae523bb0137fc63daa968232eb780e4390136bb6e497cb4a2cf6051a2c318aa335c2e6d2adc17079d60691ae7bde89b28c5688 + languageName: node + linkType: hard + +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.5": + version: 7.24.7 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.7" + dependencies: + "@babel/helper-environment-visitor": ^7.24.7 + "@babel/helper-plugin-utils": ^7.24.7 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 68d315642b53af143aa17a71eb976cf431b51339aee584e29514a462b81c998636dd54219c2713b5f13e1df89eaf130dfab59683f9116825608708c81696b96c + languageName: node + linkType: hard + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.24.1" dependencies: @@ -1391,7 +1708,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.23.3, @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.1": +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.1" dependencies: @@ -1404,7 +1721,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.23.7, @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.24.1": +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.24.1" dependencies: @@ -1528,7 +1845,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.23.3, @babel/plugin-syntax-import-assertions@npm:^7.24.1": +"@babel/plugin-syntax-import-assertions@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-syntax-import-assertions@npm:7.24.1" dependencies: @@ -1539,7 +1856,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-attributes@npm:^7.23.3, @babel/plugin-syntax-import-attributes@npm:^7.24.1": +"@babel/plugin-syntax-import-attributes@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-syntax-import-attributes@npm:7.24.1" dependencies: @@ -1716,7 +2033,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-arrow-functions@npm:^7.23.3, @babel/plugin-transform-arrow-functions@npm:^7.24.1": +"@babel/plugin-transform-arrow-functions@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.1" dependencies: @@ -1727,21 +2044,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.9" - dependencies: - "@babel/helper-environment-visitor": ^7.22.20 - "@babel/helper-plugin-utils": ^7.22.5 - "@babel/helper-remap-async-to-generator": ^7.22.20 - "@babel/plugin-syntax-async-generators": ^7.8.4 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: d402494087a6b803803eb5ab46b837aab100a04c4c5148e38bfa943ea1bbfc1ecfb340f1ced68972564312d3580f550c125f452372e77607a558fbbaf98c31c0 - languageName: node - linkType: hard - -"@babel/plugin-transform-async-generator-functions@npm:^7.23.9, @babel/plugin-transform-async-generator-functions@npm:^7.24.3": +"@babel/plugin-transform-async-generator-functions@npm:7.24.3, @babel/plugin-transform-async-generator-functions@npm:^7.24.3": version: 7.24.3 resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.3" dependencies: @@ -1755,20 +2058,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.23.3" - dependencies: - "@babel/helper-module-imports": ^7.22.15 - "@babel/helper-plugin-utils": ^7.22.5 - "@babel/helper-remap-async-to-generator": ^7.22.20 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 2e9d9795d4b3b3d8090332104e37061c677f29a1ce65bcbda4099a32d243e5d9520270a44bbabf0fb1fb40d463bd937685b1a1042e646979086c546d55319c3c - languageName: node - linkType: hard - -"@babel/plugin-transform-async-to-generator@npm:^7.23.3, @babel/plugin-transform-async-to-generator@npm:^7.24.1": +"@babel/plugin-transform-async-to-generator@npm:7.24.1, @babel/plugin-transform-async-to-generator@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.1" dependencies: @@ -1781,7 +2071,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.23.3, @babel/plugin-transform-block-scoped-functions@npm:^7.24.1": +"@babel/plugin-transform-block-scoped-functions@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.1" dependencies: @@ -1792,7 +2082,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.23.4, @babel/plugin-transform-block-scoping@npm:^7.24.1": +"@babel/plugin-transform-block-scoping@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-block-scoping@npm:7.24.1" dependencies: @@ -1803,6 +2093,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-block-scoping@npm:^7.24.5": + version: 7.24.7 + resolution: "@babel/plugin-transform-block-scoping@npm:7.24.7" + dependencies: + "@babel/helper-plugin-utils": ^7.24.7 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 039206155533600f079f3a455f85888dd7d4970ff7ffa85ef44760f4f5acb9f19c9d848cc1fec1b9bdbc0dfec9e8a080b90d0ab66ad2bdc7138b5ca4ba96e61c + languageName: node + linkType: hard + "@babel/plugin-transform-class-properties@npm:^7.22.5": version: 7.22.5 resolution: "@babel/plugin-transform-class-properties@npm:7.22.5" @@ -1815,7 +2116,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-class-properties@npm:^7.23.3, @babel/plugin-transform-class-properties@npm:^7.24.1": +"@babel/plugin-transform-class-properties@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-class-properties@npm:7.24.1" dependencies: @@ -1827,7 +2128,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-class-static-block@npm:^7.23.4, @babel/plugin-transform-class-static-block@npm:^7.24.1": +"@babel/plugin-transform-class-static-block@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-class-static-block@npm:7.24.1" dependencies: @@ -1840,7 +2141,20 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.23.8, @babel/plugin-transform-classes@npm:^7.24.1": +"@babel/plugin-transform-class-static-block@npm:^7.24.4": + version: 7.24.7 + resolution: "@babel/plugin-transform-class-static-block@npm:7.24.7" + dependencies: + "@babel/helper-create-class-features-plugin": ^7.24.7 + "@babel/helper-plugin-utils": ^7.24.7 + "@babel/plugin-syntax-class-static-block": ^7.14.5 + peerDependencies: + "@babel/core": ^7.12.0 + checksum: 324049263504f18416f1c3e24033baebfafd05480fdd885c8ebe6f2b415b0fc8e0b98d719360f9e30743cc78ac387fabc0b3c6606d2b54135756ffb92963b382 + languageName: node + linkType: hard + +"@babel/plugin-transform-classes@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-classes@npm:7.24.1" dependencies: @@ -1858,7 +2172,25 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.23.3, @babel/plugin-transform-computed-properties@npm:^7.24.1": +"@babel/plugin-transform-classes@npm:^7.24.5": + version: 7.24.8 + resolution: "@babel/plugin-transform-classes@npm:7.24.8" + dependencies: + "@babel/helper-annotate-as-pure": ^7.24.7 + "@babel/helper-compilation-targets": ^7.24.8 + "@babel/helper-environment-visitor": ^7.24.7 + "@babel/helper-function-name": ^7.24.7 + "@babel/helper-plugin-utils": ^7.24.8 + "@babel/helper-replace-supers": ^7.24.7 + "@babel/helper-split-export-declaration": ^7.24.7 + globals: ^11.1.0 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 9c0f547d67e255b37055461df9c1a578c29bf59c7055bd5b40b07b92e5448af3ca8d853d50056125b7dae9bfe3a4cf1559d61b9ccbc3d2578dd43f15386f12fe + languageName: node + linkType: hard + +"@babel/plugin-transform-computed-properties@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-computed-properties@npm:7.24.1" dependencies: @@ -1870,7 +2202,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.23.3, @babel/plugin-transform-destructuring@npm:^7.24.1": +"@babel/plugin-transform-destructuring@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-destructuring@npm:7.24.1" dependencies: @@ -1881,7 +2213,18 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-dotall-regex@npm:^7.23.3, @babel/plugin-transform-dotall-regex@npm:^7.24.1": +"@babel/plugin-transform-destructuring@npm:^7.24.5": + version: 7.24.8 + resolution: "@babel/plugin-transform-destructuring@npm:7.24.8" + dependencies: + "@babel/helper-plugin-utils": ^7.24.8 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 0b4bd3d608979a1e5bd97d9d42acd5ad405c7fffa61efac4c7afd8e86ea6c2d91ab2d94b6a98d63919571363fe76e0b03c4ff161f0f60241b895842596e4a999 + languageName: node + linkType: hard + +"@babel/plugin-transform-dotall-regex@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.1" dependencies: @@ -1893,7 +2236,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-duplicate-keys@npm:^7.23.3, @babel/plugin-transform-duplicate-keys@npm:^7.24.1": +"@babel/plugin-transform-duplicate-keys@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.1" dependencies: @@ -1904,7 +2247,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-dynamic-import@npm:^7.23.4, @babel/plugin-transform-dynamic-import@npm:^7.24.1": +"@babel/plugin-transform-dynamic-import@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.1" dependencies: @@ -1916,7 +2259,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-exponentiation-operator@npm:^7.23.3, @babel/plugin-transform-exponentiation-operator@npm:^7.24.1": +"@babel/plugin-transform-exponentiation-operator@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.1" dependencies: @@ -1928,7 +2271,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-export-namespace-from@npm:^7.23.4, @babel/plugin-transform-export-namespace-from@npm:^7.24.1": +"@babel/plugin-transform-export-namespace-from@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.1" dependencies: @@ -1952,7 +2295,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.23.6, @babel/plugin-transform-for-of@npm:^7.24.1": +"@babel/plugin-transform-for-of@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-for-of@npm:7.24.1" dependencies: @@ -1964,7 +2307,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.23.3, @babel/plugin-transform-function-name@npm:^7.24.1": +"@babel/plugin-transform-function-name@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-function-name@npm:7.24.1" dependencies: @@ -1977,7 +2320,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-json-strings@npm:^7.23.4, @babel/plugin-transform-json-strings@npm:^7.24.1": +"@babel/plugin-transform-json-strings@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-json-strings@npm:7.24.1" dependencies: @@ -1989,7 +2332,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.23.3, @babel/plugin-transform-literals@npm:^7.24.1": +"@babel/plugin-transform-literals@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-literals@npm:7.24.1" dependencies: @@ -2000,7 +2343,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-logical-assignment-operators@npm:^7.23.4, @babel/plugin-transform-logical-assignment-operators@npm:^7.24.1": +"@babel/plugin-transform-logical-assignment-operators@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.1" dependencies: @@ -2012,7 +2355,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-member-expression-literals@npm:^7.23.3, @babel/plugin-transform-member-expression-literals@npm:^7.24.1": +"@babel/plugin-transform-member-expression-literals@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.1" dependencies: @@ -2023,7 +2366,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.23.3, @babel/plugin-transform-modules-amd@npm:^7.24.1": +"@babel/plugin-transform-modules-amd@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-modules-amd@npm:7.24.1" dependencies: @@ -2048,7 +2391,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.23.0, @babel/plugin-transform-modules-commonjs@npm:^7.23.3, @babel/plugin-transform-modules-commonjs@npm:^7.24.1": +"@babel/plugin-transform-modules-commonjs@npm:^7.23.0, @babel/plugin-transform-modules-commonjs@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.1" dependencies: @@ -2061,7 +2404,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.23.9, @babel/plugin-transform-modules-systemjs@npm:^7.24.1": +"@babel/plugin-transform-modules-systemjs@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-modules-systemjs@npm:7.24.1" dependencies: @@ -2075,7 +2418,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-umd@npm:^7.23.3, @babel/plugin-transform-modules-umd@npm:^7.24.1": +"@babel/plugin-transform-modules-umd@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-modules-umd@npm:7.24.1" dependencies: @@ -2099,7 +2442,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-new-target@npm:^7.23.3, @babel/plugin-transform-new-target@npm:^7.24.1": +"@babel/plugin-transform-new-target@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-new-target@npm:7.24.1" dependencies: @@ -2110,7 +2453,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.22.11, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.23.4, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.1": +"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.22.11, @babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.1" dependencies: @@ -2122,7 +2465,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-numeric-separator@npm:^7.23.4, @babel/plugin-transform-numeric-separator@npm:^7.24.1": +"@babel/plugin-transform-numeric-separator@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.1" dependencies: @@ -2134,7 +2477,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-object-rest-spread@npm:^7.23.4, @babel/plugin-transform-object-rest-spread@npm:^7.24.1": +"@babel/plugin-transform-object-rest-spread@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.1" dependencies: @@ -2148,7 +2491,21 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.23.3, @babel/plugin-transform-object-super@npm:^7.24.1": +"@babel/plugin-transform-object-rest-spread@npm:^7.24.5": + version: 7.24.7 + resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.7" + dependencies: + "@babel/helper-compilation-targets": ^7.24.7 + "@babel/helper-plugin-utils": ^7.24.7 + "@babel/plugin-syntax-object-rest-spread": ^7.8.3 + "@babel/plugin-transform-parameters": ^7.24.7 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 169d257b9800c13e1feb4c37fb05dae84f702e58b342bb76e19e82e6692b7b5337c9923ee89e3916a97c0dd04a3375bdeca14f5e126f110bbacbeb46d1886ca2 + languageName: node + linkType: hard + +"@babel/plugin-transform-object-super@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-object-super@npm:7.24.1" dependencies: @@ -2160,7 +2517,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-optional-catch-binding@npm:^7.23.4, @babel/plugin-transform-optional-catch-binding@npm:^7.24.1": +"@babel/plugin-transform-optional-catch-binding@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.1" dependencies: @@ -2185,7 +2542,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-optional-chaining@npm:^7.23.4, @babel/plugin-transform-optional-chaining@npm:^7.24.1": +"@babel/plugin-transform-optional-chaining@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.1" dependencies: @@ -2198,7 +2555,20 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.23.3, @babel/plugin-transform-parameters@npm:^7.24.1": +"@babel/plugin-transform-optional-chaining@npm:^7.24.5": + version: 7.24.8 + resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.8" + dependencies: + "@babel/helper-plugin-utils": ^7.24.8 + "@babel/helper-skip-transparent-expression-wrappers": ^7.24.7 + "@babel/plugin-syntax-optional-chaining": ^7.8.3 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 45e55e3a2fffb89002d3f89aef59c141610f23b60eee41e047380bffc40290b59f64fc649aa7ec5281f73d41b2065410d788acc6afaad2a9f44cad6e8af04442 + languageName: node + linkType: hard + +"@babel/plugin-transform-parameters@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-parameters@npm:7.24.1" dependencies: @@ -2209,7 +2579,18 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-private-methods@npm:^7.22.5, @babel/plugin-transform-private-methods@npm:^7.23.3, @babel/plugin-transform-private-methods@npm:^7.24.1": +"@babel/plugin-transform-parameters@npm:^7.24.5, @babel/plugin-transform-parameters@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-parameters@npm:7.24.7" + dependencies: + "@babel/helper-plugin-utils": ^7.24.7 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: ab534b03ac2eff94bc79342b8f39a4584666f5305a6c63c1964afda0b1b004e6b861e49d1683548030defe248e3590d3ff6338ee0552cb90c064f7e1479968c3 + languageName: node + linkType: hard + +"@babel/plugin-transform-private-methods@npm:^7.22.5, @babel/plugin-transform-private-methods@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-private-methods@npm:7.24.1" dependencies: @@ -2221,7 +2602,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-private-property-in-object@npm:^7.23.4, @babel/plugin-transform-private-property-in-object@npm:^7.24.1": +"@babel/plugin-transform-private-property-in-object@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.1" dependencies: @@ -2235,7 +2616,21 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.23.3, @babel/plugin-transform-property-literals@npm:^7.24.1": +"@babel/plugin-transform-private-property-in-object@npm:^7.24.5": + version: 7.24.7 + resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7" + dependencies: + "@babel/helper-annotate-as-pure": ^7.24.7 + "@babel/helper-create-class-features-plugin": ^7.24.7 + "@babel/helper-plugin-utils": ^7.24.7 + "@babel/plugin-syntax-private-property-in-object": ^7.14.5 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 8cee9473095305cc787bb653fd681719b49363281feabf677db8a552e8e41c94441408055d7e5fd5c7d41b315e634fa70b145ad0c7c54456216049df4ed57350 + languageName: node + linkType: hard + +"@babel/plugin-transform-property-literals@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-property-literals@npm:7.24.1" dependencies: @@ -2246,7 +2641,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.23.3, @babel/plugin-transform-regenerator@npm:^7.24.1": +"@babel/plugin-transform-regenerator@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-regenerator@npm:7.24.1" dependencies: @@ -2258,7 +2653,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-reserved-words@npm:^7.23.3, @babel/plugin-transform-reserved-words@npm:^7.24.1": +"@babel/plugin-transform-reserved-words@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-reserved-words@npm:7.24.1" dependencies: @@ -2269,23 +2664,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-runtime@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/plugin-transform-runtime@npm:7.23.9" - dependencies: - "@babel/helper-module-imports": ^7.22.15 - "@babel/helper-plugin-utils": ^7.22.5 - babel-plugin-polyfill-corejs2: ^0.4.8 - babel-plugin-polyfill-corejs3: ^0.9.0 - babel-plugin-polyfill-regenerator: ^0.5.5 - semver: ^6.3.1 - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 7789fd48f3f5e18fe70a41751ed7495777adee6b2aa702e4e8727002576f918550b79df6778e4ea575670f3499cfaa3181d1fbe82bc2def9b4765c0bf7aff7f6 - languageName: node - linkType: hard - -"@babel/plugin-transform-runtime@npm:^7.23.2": +"@babel/plugin-transform-runtime@npm:7.24.3, @babel/plugin-transform-runtime@npm:^7.23.2": version: 7.24.3 resolution: "@babel/plugin-transform-runtime@npm:7.24.3" dependencies: @@ -2301,7 +2680,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-shorthand-properties@npm:^7.23.3, @babel/plugin-transform-shorthand-properties@npm:^7.24.1": +"@babel/plugin-transform-shorthand-properties@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.1" dependencies: @@ -2312,7 +2691,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.23.3, @babel/plugin-transform-spread@npm:^7.24.1": +"@babel/plugin-transform-spread@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-spread@npm:7.24.1" dependencies: @@ -2324,7 +2703,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-sticky-regex@npm:^7.23.3, @babel/plugin-transform-sticky-regex@npm:^7.24.1": +"@babel/plugin-transform-sticky-regex@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.1" dependencies: @@ -2335,7 +2714,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.23.3, @babel/plugin-transform-template-literals@npm:^7.24.1": +"@babel/plugin-transform-template-literals@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-template-literals@npm:7.24.1" dependencies: @@ -2346,7 +2725,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.23.3, @babel/plugin-transform-typeof-symbol@npm:^7.24.1": +"@babel/plugin-transform-typeof-symbol@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.1" dependencies: @@ -2357,6 +2736,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-typeof-symbol@npm:^7.24.5": + version: 7.24.8 + resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.8" + dependencies: + "@babel/helper-plugin-utils": ^7.24.8 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 8663a8e7347cedf181001d99c88cf794b6598c3d82f324098510fe8fb8bd22113995526a77aa35a3cc5d70ffd0617a59dd0d10311a9bf0e1a3a7d3e59b900c00 + languageName: node + linkType: hard + "@babel/plugin-transform-typescript@npm:^7.22.5": version: 7.22.9 resolution: "@babel/plugin-transform-typescript@npm:7.22.9" @@ -2385,7 +2775,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-escapes@npm:^7.23.3, @babel/plugin-transform-unicode-escapes@npm:^7.24.1": +"@babel/plugin-transform-unicode-escapes@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.1" dependencies: @@ -2396,7 +2786,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-property-regex@npm:^7.23.3, @babel/plugin-transform-unicode-property-regex@npm:^7.24.1": +"@babel/plugin-transform-unicode-property-regex@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.1" dependencies: @@ -2408,7 +2798,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-regex@npm:^7.23.3, @babel/plugin-transform-unicode-regex@npm:^7.24.1": +"@babel/plugin-transform-unicode-regex@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.1" dependencies: @@ -2420,7 +2810,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-unicode-sets-regex@npm:^7.23.3, @babel/plugin-transform-unicode-sets-regex@npm:^7.24.1": +"@babel/plugin-transform-unicode-sets-regex@npm:^7.24.1": version: 7.24.1 resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.24.1" dependencies: @@ -2432,25 +2822,26 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/preset-env@npm:7.23.9" +"@babel/preset-env@npm:7.24.5": + version: 7.24.5 + resolution: "@babel/preset-env@npm:7.24.5" dependencies: - "@babel/compat-data": ^7.23.5 + "@babel/compat-data": ^7.24.4 "@babel/helper-compilation-targets": ^7.23.6 - "@babel/helper-plugin-utils": ^7.22.5 + "@babel/helper-plugin-utils": ^7.24.5 "@babel/helper-validator-option": ^7.23.5 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.23.3 - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.23.3 - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.23.7 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": ^7.24.5 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.24.1 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.24.1 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.24.1 "@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.23.3 - "@babel/plugin-syntax-import-attributes": ^7.23.3 + "@babel/plugin-syntax-import-assertions": ^7.24.1 + "@babel/plugin-syntax-import-attributes": ^7.24.1 "@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 @@ -2462,63 +2853,63 @@ __metadata: "@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.23.3 - "@babel/plugin-transform-async-generator-functions": ^7.23.9 - "@babel/plugin-transform-async-to-generator": ^7.23.3 - "@babel/plugin-transform-block-scoped-functions": ^7.23.3 - "@babel/plugin-transform-block-scoping": ^7.23.4 - "@babel/plugin-transform-class-properties": ^7.23.3 - "@babel/plugin-transform-class-static-block": ^7.23.4 - "@babel/plugin-transform-classes": ^7.23.8 - "@babel/plugin-transform-computed-properties": ^7.23.3 - "@babel/plugin-transform-destructuring": ^7.23.3 - "@babel/plugin-transform-dotall-regex": ^7.23.3 - "@babel/plugin-transform-duplicate-keys": ^7.23.3 - "@babel/plugin-transform-dynamic-import": ^7.23.4 - "@babel/plugin-transform-exponentiation-operator": ^7.23.3 - "@babel/plugin-transform-export-namespace-from": ^7.23.4 - "@babel/plugin-transform-for-of": ^7.23.6 - "@babel/plugin-transform-function-name": ^7.23.3 - "@babel/plugin-transform-json-strings": ^7.23.4 - "@babel/plugin-transform-literals": ^7.23.3 - "@babel/plugin-transform-logical-assignment-operators": ^7.23.4 - "@babel/plugin-transform-member-expression-literals": ^7.23.3 - "@babel/plugin-transform-modules-amd": ^7.23.3 - "@babel/plugin-transform-modules-commonjs": ^7.23.3 - "@babel/plugin-transform-modules-systemjs": ^7.23.9 - "@babel/plugin-transform-modules-umd": ^7.23.3 + "@babel/plugin-transform-arrow-functions": ^7.24.1 + "@babel/plugin-transform-async-generator-functions": ^7.24.3 + "@babel/plugin-transform-async-to-generator": ^7.24.1 + "@babel/plugin-transform-block-scoped-functions": ^7.24.1 + "@babel/plugin-transform-block-scoping": ^7.24.5 + "@babel/plugin-transform-class-properties": ^7.24.1 + "@babel/plugin-transform-class-static-block": ^7.24.4 + "@babel/plugin-transform-classes": ^7.24.5 + "@babel/plugin-transform-computed-properties": ^7.24.1 + "@babel/plugin-transform-destructuring": ^7.24.5 + "@babel/plugin-transform-dotall-regex": ^7.24.1 + "@babel/plugin-transform-duplicate-keys": ^7.24.1 + "@babel/plugin-transform-dynamic-import": ^7.24.1 + "@babel/plugin-transform-exponentiation-operator": ^7.24.1 + "@babel/plugin-transform-export-namespace-from": ^7.24.1 + "@babel/plugin-transform-for-of": ^7.24.1 + "@babel/plugin-transform-function-name": ^7.24.1 + "@babel/plugin-transform-json-strings": ^7.24.1 + "@babel/plugin-transform-literals": ^7.24.1 + "@babel/plugin-transform-logical-assignment-operators": ^7.24.1 + "@babel/plugin-transform-member-expression-literals": ^7.24.1 + "@babel/plugin-transform-modules-amd": ^7.24.1 + "@babel/plugin-transform-modules-commonjs": ^7.24.1 + "@babel/plugin-transform-modules-systemjs": ^7.24.1 + "@babel/plugin-transform-modules-umd": ^7.24.1 "@babel/plugin-transform-named-capturing-groups-regex": ^7.22.5 - "@babel/plugin-transform-new-target": ^7.23.3 - "@babel/plugin-transform-nullish-coalescing-operator": ^7.23.4 - "@babel/plugin-transform-numeric-separator": ^7.23.4 - "@babel/plugin-transform-object-rest-spread": ^7.23.4 - "@babel/plugin-transform-object-super": ^7.23.3 - "@babel/plugin-transform-optional-catch-binding": ^7.23.4 - "@babel/plugin-transform-optional-chaining": ^7.23.4 - "@babel/plugin-transform-parameters": ^7.23.3 - "@babel/plugin-transform-private-methods": ^7.23.3 - "@babel/plugin-transform-private-property-in-object": ^7.23.4 - "@babel/plugin-transform-property-literals": ^7.23.3 - "@babel/plugin-transform-regenerator": ^7.23.3 - "@babel/plugin-transform-reserved-words": ^7.23.3 - "@babel/plugin-transform-shorthand-properties": ^7.23.3 - "@babel/plugin-transform-spread": ^7.23.3 - "@babel/plugin-transform-sticky-regex": ^7.23.3 - "@babel/plugin-transform-template-literals": ^7.23.3 - "@babel/plugin-transform-typeof-symbol": ^7.23.3 - "@babel/plugin-transform-unicode-escapes": ^7.23.3 - "@babel/plugin-transform-unicode-property-regex": ^7.23.3 - "@babel/plugin-transform-unicode-regex": ^7.23.3 - "@babel/plugin-transform-unicode-sets-regex": ^7.23.3 + "@babel/plugin-transform-new-target": ^7.24.1 + "@babel/plugin-transform-nullish-coalescing-operator": ^7.24.1 + "@babel/plugin-transform-numeric-separator": ^7.24.1 + "@babel/plugin-transform-object-rest-spread": ^7.24.5 + "@babel/plugin-transform-object-super": ^7.24.1 + "@babel/plugin-transform-optional-catch-binding": ^7.24.1 + "@babel/plugin-transform-optional-chaining": ^7.24.5 + "@babel/plugin-transform-parameters": ^7.24.5 + "@babel/plugin-transform-private-methods": ^7.24.1 + "@babel/plugin-transform-private-property-in-object": ^7.24.5 + "@babel/plugin-transform-property-literals": ^7.24.1 + "@babel/plugin-transform-regenerator": ^7.24.1 + "@babel/plugin-transform-reserved-words": ^7.24.1 + "@babel/plugin-transform-shorthand-properties": ^7.24.1 + "@babel/plugin-transform-spread": ^7.24.1 + "@babel/plugin-transform-sticky-regex": ^7.24.1 + "@babel/plugin-transform-template-literals": ^7.24.1 + "@babel/plugin-transform-typeof-symbol": ^7.24.5 + "@babel/plugin-transform-unicode-escapes": ^7.24.1 + "@babel/plugin-transform-unicode-property-regex": ^7.24.1 + "@babel/plugin-transform-unicode-regex": ^7.24.1 + "@babel/plugin-transform-unicode-sets-regex": ^7.24.1 "@babel/preset-modules": 0.1.6-no-external-plugins - babel-plugin-polyfill-corejs2: ^0.4.8 - babel-plugin-polyfill-corejs3: ^0.9.0 - babel-plugin-polyfill-regenerator: ^0.5.5 + 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.31.0 semver: ^6.3.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 23a48468ba820c68ba34ea2c1dbc62fd2ff9cf858cfb69e159cabb0c85c72dc4c2266ce20ca84318d8742de050cb061e7c66902fbfddbcb09246afd248847933 + checksum: cced4e5331231158e02ba5903c4de12ef0aa2d2266ebb07fa80a85045b1fe2c63410d7558b702f1916d9d038531f3d79ab31007762188de5f712b16f7a66bb74 languageName: node linkType: hard @@ -2700,12 +3091,12 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/runtime@npm:7.23.9" +"@babel/runtime@npm:7.24.5, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.9.2": + version: 7.24.5 + resolution: "@babel/runtime@npm:7.24.5" dependencies: regenerator-runtime: ^0.14.0 - checksum: 6bbebe8d27c0c2dd275d1ac197fc1a6c00e18dab68cc7aaff0adc3195b45862bae9c4cc58975629004b0213955b2ed91e99eccb3d9b39cabea246c657323d667 + checksum: 755383192f3ac32ba4c62bd4f1ae92aed5b82d2c6665f39eb28fa94546777cf5c63493ea92dd03f1c2e621b17e860f190c056684b7f234270fdc91e29beda063 languageName: node linkType: hard @@ -2718,15 +3109,6 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.9.2": - version: 7.24.5 - resolution: "@babel/runtime@npm:7.24.5" - dependencies: - regenerator-runtime: ^0.14.0 - checksum: 755383192f3ac32ba4c62bd4f1ae92aed5b82d2c6665f39eb28fa94546777cf5c63493ea92dd03f1c2e621b17e860f190c056684b7f234270fdc91e29beda063 - languageName: node - linkType: hard - "@babel/runtime@npm:^7.22.6": version: 7.22.10 resolution: "@babel/runtime@npm:7.22.10" @@ -2747,7 +3129,7 @@ __metadata: languageName: node linkType: hard -"@babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9, @babel/template@npm:^7.24.0": +"@babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0": version: 7.24.0 resolution: "@babel/template@npm:7.24.0" dependencies: @@ -2758,6 +3140,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/template@npm:7.24.7" + dependencies: + "@babel/code-frame": ^7.24.7 + "@babel/parser": ^7.24.7 + "@babel/types": ^7.24.7 + checksum: ea90792fae708ddf1632e54c25fe1a86643d8c0132311f81265d2bdbdd42f9f4fac65457056c1b6ca87f7aa0d6a795b549566774bba064bdcea2034ab3960ee9 + languageName: node + linkType: hard + "@babel/traverse@npm:^7.16.0, @babel/traverse@npm:^7.22.6, @babel/traverse@npm:^7.22.8, @babel/traverse@npm:^7.4.5": version: 7.22.8 resolution: "@babel/traverse@npm:7.22.8" @@ -2794,7 +3187,7 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.23.9, @babel/traverse@npm:^7.24.1": +"@babel/traverse@npm:^7.24.1": version: 7.24.1 resolution: "@babel/traverse@npm:7.24.1" dependencies: @@ -2812,6 +3205,24 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/traverse@npm:7.24.8" + dependencies: + "@babel/code-frame": ^7.24.7 + "@babel/generator": ^7.24.8 + "@babel/helper-environment-visitor": ^7.24.7 + "@babel/helper-function-name": ^7.24.7 + "@babel/helper-hoist-variables": ^7.24.7 + "@babel/helper-split-export-declaration": ^7.24.7 + "@babel/parser": ^7.24.8 + "@babel/types": ^7.24.8 + debug: ^4.3.1 + globals: ^11.1.0 + checksum: ee7955476ce031613249f2b0ce9e74a3b7787c9d52e84534fcf39ad61aeb0b811a4cd83edc157608be4886f04c6ecf210861e211ba2a3db4fda729cc2048b5ed + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.4, @babel/types@npm:^7.22.5, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.22.5 resolution: "@babel/types@npm:7.22.5" @@ -2823,7 +3234,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.23.9, @babel/types@npm:^7.24.0": +"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.23.0, @babel/types@npm:^7.24.0": version: 7.24.0 resolution: "@babel/types@npm:7.24.0" dependencies: @@ -2845,6 +3256,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.24.9": + version: 7.24.9 + resolution: "@babel/types@npm:7.24.9" + dependencies: + "@babel/helper-string-parser": ^7.24.8 + "@babel/helper-validator-identifier": ^7.24.7 + to-fast-properties: ^2.0.0 + checksum: 15cb05c45be5d4c49a749575d3742bd005d0e2e850c13fb462754983a5bc1063fbc8f6566246fc064e3e8b21a5a75a37a948f1b3f27189cc90b236fee93f5e51 + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -3246,23 +3668,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/aix-ppc64@npm:0.19.12" +"@esbuild/aix-ppc64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/aix-ppc64@npm:0.20.2" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/aix-ppc64@npm:0.20.0" +"@esbuild/aix-ppc64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/aix-ppc64@npm:0.21.3" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/aix-ppc64@npm:0.20.2" +"@esbuild/aix-ppc64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/aix-ppc64@npm:0.21.5" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard @@ -3274,23 +3696,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/android-arm64@npm:0.19.12" +"@esbuild/android-arm64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/android-arm64@npm:0.20.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/android-arm64@npm:0.20.0" +"@esbuild/android-arm64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/android-arm64@npm:0.21.3" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/android-arm64@npm:0.20.2" +"@esbuild/android-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/android-arm64@npm:0.21.5" conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -3302,23 +3724,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/android-arm@npm:0.19.12" +"@esbuild/android-arm@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/android-arm@npm:0.20.2" conditions: os=android & cpu=arm languageName: node linkType: hard -"@esbuild/android-arm@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/android-arm@npm:0.20.0" +"@esbuild/android-arm@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/android-arm@npm:0.21.3" conditions: os=android & cpu=arm languageName: node linkType: hard -"@esbuild/android-arm@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/android-arm@npm:0.20.2" +"@esbuild/android-arm@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/android-arm@npm:0.21.5" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -3330,23 +3752,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/android-x64@npm:0.19.12" +"@esbuild/android-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/android-x64@npm:0.20.2" conditions: os=android & cpu=x64 languageName: node linkType: hard -"@esbuild/android-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/android-x64@npm:0.20.0" +"@esbuild/android-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/android-x64@npm:0.21.3" conditions: os=android & cpu=x64 languageName: node linkType: hard -"@esbuild/android-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/android-x64@npm:0.20.2" +"@esbuild/android-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/android-x64@npm:0.21.5" conditions: os=android & cpu=x64 languageName: node linkType: hard @@ -3358,23 +3780,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/darwin-arm64@npm:0.19.12" +"@esbuild/darwin-arm64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/darwin-arm64@npm:0.20.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/darwin-arm64@npm:0.20.0" +"@esbuild/darwin-arm64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/darwin-arm64@npm:0.21.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/darwin-arm64@npm:0.20.2" +"@esbuild/darwin-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/darwin-arm64@npm:0.21.5" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -3386,23 +3808,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/darwin-x64@npm:0.19.12" +"@esbuild/darwin-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/darwin-x64@npm:0.20.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/darwin-x64@npm:0.20.0" +"@esbuild/darwin-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/darwin-x64@npm:0.21.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/darwin-x64@npm:0.20.2" +"@esbuild/darwin-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/darwin-x64@npm:0.21.5" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -3414,23 +3836,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/freebsd-arm64@npm:0.19.12" +"@esbuild/freebsd-arm64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/freebsd-arm64@npm:0.20.2" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/freebsd-arm64@npm:0.20.0" +"@esbuild/freebsd-arm64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/freebsd-arm64@npm:0.21.3" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/freebsd-arm64@npm:0.20.2" +"@esbuild/freebsd-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/freebsd-arm64@npm:0.21.5" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard @@ -3442,23 +3864,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/freebsd-x64@npm:0.19.12" +"@esbuild/freebsd-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/freebsd-x64@npm:0.20.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/freebsd-x64@npm:0.20.0" +"@esbuild/freebsd-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/freebsd-x64@npm:0.21.3" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/freebsd-x64@npm:0.20.2" +"@esbuild/freebsd-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/freebsd-x64@npm:0.21.5" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -3470,23 +3892,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-arm64@npm:0.19.12" +"@esbuild/linux-arm64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-arm64@npm:0.20.2" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-arm64@npm:0.20.0" +"@esbuild/linux-arm64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-arm64@npm:0.21.3" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-arm64@npm:0.20.2" +"@esbuild/linux-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-arm64@npm:0.21.5" conditions: os=linux & cpu=arm64 languageName: node linkType: hard @@ -3498,23 +3920,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-arm@npm:0.19.12" +"@esbuild/linux-arm@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-arm@npm:0.20.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-arm@npm:0.20.0" +"@esbuild/linux-arm@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-arm@npm:0.21.3" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-arm@npm:0.20.2" +"@esbuild/linux-arm@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-arm@npm:0.21.5" conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -3526,23 +3948,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-ia32@npm:0.19.12" +"@esbuild/linux-ia32@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-ia32@npm:0.20.2" conditions: os=linux & cpu=ia32 languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-ia32@npm:0.20.0" +"@esbuild/linux-ia32@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-ia32@npm:0.21.3" conditions: os=linux & cpu=ia32 languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-ia32@npm:0.20.2" +"@esbuild/linux-ia32@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-ia32@npm:0.21.5" conditions: os=linux & cpu=ia32 languageName: node linkType: hard @@ -3554,23 +3976,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-loong64@npm:0.19.12" +"@esbuild/linux-loong64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-loong64@npm:0.20.2" conditions: os=linux & cpu=loong64 languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-loong64@npm:0.20.0" +"@esbuild/linux-loong64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-loong64@npm:0.21.3" conditions: os=linux & cpu=loong64 languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-loong64@npm:0.20.2" +"@esbuild/linux-loong64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-loong64@npm:0.21.5" conditions: os=linux & cpu=loong64 languageName: node linkType: hard @@ -3582,23 +4004,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-mips64el@npm:0.19.12" +"@esbuild/linux-mips64el@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-mips64el@npm:0.20.2" conditions: os=linux & cpu=mips64el languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-mips64el@npm:0.20.0" +"@esbuild/linux-mips64el@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-mips64el@npm:0.21.3" conditions: os=linux & cpu=mips64el languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-mips64el@npm:0.20.2" +"@esbuild/linux-mips64el@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-mips64el@npm:0.21.5" conditions: os=linux & cpu=mips64el languageName: node linkType: hard @@ -3610,23 +4032,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-ppc64@npm:0.19.12" +"@esbuild/linux-ppc64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-ppc64@npm:0.20.2" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-ppc64@npm:0.20.0" +"@esbuild/linux-ppc64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-ppc64@npm:0.21.3" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-ppc64@npm:0.20.2" +"@esbuild/linux-ppc64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-ppc64@npm:0.21.5" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard @@ -3638,23 +4060,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-riscv64@npm:0.19.12" +"@esbuild/linux-riscv64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-riscv64@npm:0.20.2" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-riscv64@npm:0.20.0" +"@esbuild/linux-riscv64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-riscv64@npm:0.21.3" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-riscv64@npm:0.20.2" +"@esbuild/linux-riscv64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-riscv64@npm:0.21.5" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard @@ -3666,23 +4088,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-s390x@npm:0.19.12" +"@esbuild/linux-s390x@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-s390x@npm:0.20.2" conditions: os=linux & cpu=s390x languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-s390x@npm:0.20.0" +"@esbuild/linux-s390x@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-s390x@npm:0.21.3" conditions: os=linux & cpu=s390x languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-s390x@npm:0.20.2" +"@esbuild/linux-s390x@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-s390x@npm:0.21.5" conditions: os=linux & cpu=s390x languageName: node linkType: hard @@ -3694,23 +4116,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/linux-x64@npm:0.19.12" +"@esbuild/linux-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/linux-x64@npm:0.20.2" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/linux-x64@npm:0.20.0" +"@esbuild/linux-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/linux-x64@npm:0.21.3" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/linux-x64@npm:0.20.2" +"@esbuild/linux-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-x64@npm:0.21.5" conditions: os=linux & cpu=x64 languageName: node linkType: hard @@ -3722,23 +4144,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/netbsd-x64@npm:0.19.12" +"@esbuild/netbsd-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/netbsd-x64@npm:0.20.2" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/netbsd-x64@npm:0.20.0" +"@esbuild/netbsd-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/netbsd-x64@npm:0.21.3" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/netbsd-x64@npm:0.20.2" +"@esbuild/netbsd-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/netbsd-x64@npm:0.21.5" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard @@ -3750,23 +4172,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/openbsd-x64@npm:0.19.12" +"@esbuild/openbsd-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/openbsd-x64@npm:0.20.2" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/openbsd-x64@npm:0.20.0" +"@esbuild/openbsd-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/openbsd-x64@npm:0.21.3" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/openbsd-x64@npm:0.20.2" +"@esbuild/openbsd-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/openbsd-x64@npm:0.21.5" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard @@ -3778,23 +4200,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/sunos-x64@npm:0.19.12" +"@esbuild/sunos-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/sunos-x64@npm:0.20.2" conditions: os=sunos & cpu=x64 languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/sunos-x64@npm:0.20.0" +"@esbuild/sunos-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/sunos-x64@npm:0.21.3" conditions: os=sunos & cpu=x64 languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/sunos-x64@npm:0.20.2" +"@esbuild/sunos-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/sunos-x64@npm:0.21.5" conditions: os=sunos & cpu=x64 languageName: node linkType: hard @@ -3806,23 +4228,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/win32-arm64@npm:0.19.12" +"@esbuild/win32-arm64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/win32-arm64@npm:0.20.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/win32-arm64@npm:0.20.0" +"@esbuild/win32-arm64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/win32-arm64@npm:0.21.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/win32-arm64@npm:0.20.2" +"@esbuild/win32-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/win32-arm64@npm:0.21.5" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -3834,23 +4256,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/win32-ia32@npm:0.19.12" +"@esbuild/win32-ia32@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/win32-ia32@npm:0.20.2" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/win32-ia32@npm:0.20.0" +"@esbuild/win32-ia32@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/win32-ia32@npm:0.21.3" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/win32-ia32@npm:0.20.2" +"@esbuild/win32-ia32@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/win32-ia32@npm:0.21.5" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -3862,23 +4284,23 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.19.12": - version: 0.19.12 - resolution: "@esbuild/win32-x64@npm:0.19.12" +"@esbuild/win32-x64@npm:0.20.2": + version: 0.20.2 + resolution: "@esbuild/win32-x64@npm:0.20.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.20.0": - version: 0.20.0 - resolution: "@esbuild/win32-x64@npm:0.20.0" +"@esbuild/win32-x64@npm:0.21.3": + version: 0.21.3 + resolution: "@esbuild/win32-x64@npm:0.21.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.20.2": - version: 0.20.2 - resolution: "@esbuild/win32-x64@npm:0.20.2" +"@esbuild/win32-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/win32-x64@npm:0.21.5" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -3894,10 +4316,10 @@ __metadata: languageName: node linkType: hard -"@eslint-community/regexpp@npm:^4.5.1": - version: 4.10.0 - resolution: "@eslint-community/regexpp@npm:4.10.0" - checksum: 2a6e345429ea8382aaaf3a61f865cae16ed44d31ca917910033c02dc00d505d939f10b81e079fa14d43b51499c640138e153b7e40743c4c094d9df97d4e56f7b +"@eslint-community/regexpp@npm:^4.10.0": + version: 4.11.0 + resolution: "@eslint-community/regexpp@npm:4.11.0" + checksum: 97d2fe46690b69417a551bd19a3dc53b6d9590d2295c43cc4c4e44e64131af541e2f4a44d5c12e87de990403654d3dae9d33600081f3a2f0386b368abc9111ec languageName: node linkType: hard @@ -3908,7 +4330,7 @@ __metadata: languageName: node linkType: hard -"@eslint/eslintrc@npm:^2.1.2, @eslint/eslintrc@npm:^2.1.4": +"@eslint/eslintrc@npm:^2.1.4": version: 2.1.4 resolution: "@eslint/eslintrc@npm:2.1.4" dependencies: @@ -3925,13 +4347,6 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:8.48.0": - version: 8.48.0 - resolution: "@eslint/js@npm:8.48.0" - checksum: b2755f9c0ee810c886eba3c50dcacb184ba5a5cd1cbc01988ee506ad7340653cae0bd55f1d95c64b56dfc6d25c2caa7825335ffd2c50165bae9996fe0f396851 - languageName: node - linkType: hard - "@eslint/js@npm:8.57.0": version: 8.57.0 resolution: "@eslint/js@npm:8.57.0" @@ -3953,13 +4368,6 @@ __metadata: languageName: node linkType: hard -"@fastify/busboy@npm:^2.0.0": - version: 2.1.1 - resolution: "@fastify/busboy@npm:2.1.1" - checksum: 42c32ef75e906c9a4809c1e1930a5ca6d4ddc8d138e1a8c8ba5ea07f997db32210617d23b2e4a85fe376316a41a1a0439fc6ff2dedf5126d96f45a9d80754fb2 - languageName: node - linkType: hard - "@floating-ui/core@npm:^1.0.0": version: 1.6.2 resolution: "@floating-ui/core@npm:1.6.2" @@ -5229,17 +5637,6 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.11.10": - version: 0.11.10 - resolution: "@humanwhocodes/config-array@npm:0.11.10" - dependencies: - "@humanwhocodes/object-schema": ^1.2.1 - debug: ^4.1.1 - minimatch: ^3.0.5 - checksum: 1b1302e2403d0e35bc43e66d67a2b36b0ad1119efc704b5faff68c41f791a052355b010fb2d27ef022670f550de24cd6d08d5ecf0821c16326b7dcd0ee5d5d8a - languageName: node - linkType: hard - "@humanwhocodes/config-array@npm:^0.11.14": version: 0.11.14 resolution: "@humanwhocodes/config-array@npm:0.11.14" @@ -5258,13 +5655,6 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/object-schema@npm:^1.2.1": - version: 1.2.1 - resolution: "@humanwhocodes/object-schema@npm:1.2.1" - checksum: a824a1ec31591231e4bad5787641f59e9633827d0a2eaae131a288d33c9ef0290bd16fda8da6f7c0fcb014147865d12118df10db57f27f41e20da92369fcb3f1 - languageName: node - linkType: hard - "@humanwhocodes/object-schema@npm:^2.0.2": version: 2.0.2 resolution: "@humanwhocodes/object-schema@npm:2.0.2" @@ -5297,6 +5687,13 @@ __metadata: languageName: node linkType: hard +"@inquirer/figures@npm:^1.0.2": + version: 1.0.3 + resolution: "@inquirer/figures@npm:1.0.3" + checksum: ca83d9e2a02ed5309b3df5642d2194fde24e6f89779339c63304f2570f36f3bc431236a93db7fa412765a06f01c765974b06b1ed8b9aed881be46f2cbb67f9c7 + languageName: node + linkType: hard + "@isaacs/cliui@npm:^8.0.2": version: 8.0.2 resolution: "@isaacs/cliui@npm:8.0.2" @@ -5324,7 +5721,7 @@ __metadata: languageName: node linkType: hard -"@istanbuljs/schema@npm:^0.1.2": +"@istanbuljs/schema@npm:^0.1.2, @istanbuljs/schema@npm:^0.1.3": version: 0.1.3 resolution: "@istanbuljs/schema@npm:0.1.3" checksum: 5282759d961d61350f33d9118d16bcaed914ebf8061a52f4fa474b2cb08720c9c81d165e13b82f2e5a8a212cc5af482f0c6fc1ac27b9e067e5394c9a6ed186c9 @@ -5755,6 +6152,38 @@ __metadata: languageName: node linkType: hard +"@jsonjoy.com/base64@npm:^1.1.1": + version: 1.1.2 + resolution: "@jsonjoy.com/base64@npm:1.1.2" + peerDependencies: + tslib: 2 + checksum: 00dbf9cbc6ecb3af0e58288a305cc4ee3dfca9efa24443d98061756e8f6de4d6d2d3764bdfde07f2b03e6ce56db27c8a59b490bd134bf3d8122b4c6b394c7010 + languageName: node + linkType: hard + +"@jsonjoy.com/json-pack@npm:^1.0.3": + version: 1.0.4 + resolution: "@jsonjoy.com/json-pack@npm:1.0.4" + dependencies: + "@jsonjoy.com/base64": ^1.1.1 + "@jsonjoy.com/util": ^1.1.2 + hyperdyperid: ^1.2.0 + thingies: ^1.20.0 + peerDependencies: + tslib: 2 + checksum: 21e5166d5b5f4856791c2c7019dfba0e8313d2501937543691cdffd5fbe1f9680548a456d2c8aa78929aa69b2ac4c787ca8dbc7cf8e4926330decedcd0d9b8ea + languageName: node + linkType: hard + +"@jsonjoy.com/util@npm:^1.1.2": + version: 1.2.0 + resolution: "@jsonjoy.com/util@npm:1.2.0" + peerDependencies: + tslib: 2 + checksum: 1af590ffc34a8b2112134bda821e9fddf616c66327f18df3f13dcdaad3b86678022427b4233c8c9ec1ddb5cdc4a26ce0571e105593d22eb98590e724be789373 + languageName: node + linkType: hard + "@juggle/resize-observer@npm:^3.3.1": version: 3.4.0 resolution: "@juggle/resize-observer@npm:3.4.0" @@ -5785,7 +6214,7 @@ __metadata: languageName: node linkType: hard -"@ljharb/through@npm:^2.3.12": +"@ljharb/through@npm:^2.3.13": version: 2.3.13 resolution: "@ljharb/through@npm:2.3.13" dependencies: @@ -5794,6 +6223,48 @@ __metadata: languageName: node linkType: hard +"@lmdb/lmdb-darwin-arm64@npm:3.0.8": + version: 3.0.8 + resolution: "@lmdb/lmdb-darwin-arm64@npm:3.0.8" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@lmdb/lmdb-darwin-x64@npm:3.0.8": + version: 3.0.8 + resolution: "@lmdb/lmdb-darwin-x64@npm:3.0.8" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@lmdb/lmdb-linux-arm64@npm:3.0.8": + version: 3.0.8 + resolution: "@lmdb/lmdb-linux-arm64@npm:3.0.8" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + +"@lmdb/lmdb-linux-arm@npm:3.0.8": + version: 3.0.8 + resolution: "@lmdb/lmdb-linux-arm@npm:3.0.8" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@lmdb/lmdb-linux-x64@npm:3.0.8": + version: 3.0.8 + resolution: "@lmdb/lmdb-linux-x64@npm:3.0.8" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + +"@lmdb/lmdb-win32-x64@npm:3.0.8": + version: 3.0.8 + resolution: "@lmdb/lmdb-win32-x64@npm:3.0.8" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@mapbox/node-pre-gyp@npm:^1.0.0": version: 1.0.11 resolution: "@mapbox/node-pre-gyp@npm:1.0.11" @@ -6650,6 +7121,48 @@ __metadata: languageName: node linkType: hard +"@msgpackr-extract/msgpackr-extract-darwin-arm64@npm:3.0.3": + version: 3.0.3 + resolution: "@msgpackr-extract/msgpackr-extract-darwin-arm64@npm:3.0.3" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@msgpackr-extract/msgpackr-extract-darwin-x64@npm:3.0.3": + version: 3.0.3 + resolution: "@msgpackr-extract/msgpackr-extract-darwin-x64@npm:3.0.3" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@msgpackr-extract/msgpackr-extract-linux-arm64@npm:3.0.3": + version: 3.0.3 + resolution: "@msgpackr-extract/msgpackr-extract-linux-arm64@npm:3.0.3" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + +"@msgpackr-extract/msgpackr-extract-linux-arm@npm:3.0.3": + version: 3.0.3 + resolution: "@msgpackr-extract/msgpackr-extract-linux-arm@npm:3.0.3" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@msgpackr-extract/msgpackr-extract-linux-x64@npm:3.0.3": + version: 3.0.3 + resolution: "@msgpackr-extract/msgpackr-extract-linux-x64@npm:3.0.3" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + +"@msgpackr-extract/msgpackr-extract-win32-x64@npm:3.0.3": + version: 3.0.3 + resolution: "@msgpackr-extract/msgpackr-extract-win32-x64@npm:3.0.3" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@ndelangen/get-tarball@npm:^3.0.7": version: 3.0.9 resolution: "@ndelangen/get-tarball@npm:3.0.9" @@ -6715,14 +7228,14 @@ __metadata: languageName: node linkType: hard -"@ngtools/webpack@npm:17.2.3": - version: 17.2.3 - resolution: "@ngtools/webpack@npm:17.2.3" +"@ngtools/webpack@npm:18.0.7": + version: 18.0.7 + resolution: "@ngtools/webpack@npm:18.0.7" peerDependencies: - "@angular/compiler-cli": ^17.0.0 - typescript: ">=5.2 <5.4" + "@angular/compiler-cli": ^18.0.0 + typescript: ">=5.4 <5.5" webpack: ^5.54.0 - checksum: 9b382daebc081046f7955e9fda88eedd2b06671055f93eb812e70ba0a8eb0567e9450585a99114d8b35dd3e5378cd50e57a5b8a86a89216fe2b9edd1499b93cc + checksum: 8488bf7b726d8c2c6866a9771589dc0e77901d14bad74d274e23f5d5ad082b1841a29b45e0bce8fa785c24986e9768e88a28db43494e28437282ade0f9ab7db4 languageName: node linkType: hard @@ -6832,6 +7345,21 @@ __metadata: languageName: node linkType: hard +"@npmcli/package-json@npm:^5.1.0": + version: 5.2.0 + resolution: "@npmcli/package-json@npm:5.2.0" + dependencies: + "@npmcli/git": ^5.0.0 + glob: ^10.2.2 + hosted-git-info: ^7.0.0 + json-parse-even-better-errors: ^3.0.0 + normalize-package-data: ^6.0.0 + proc-log: ^4.0.0 + semver: ^7.5.3 + checksum: 8df289c45b52cca88826cc737195cabf21757008e11d90b1f62d5400ff65834c0e9bcb552f235ba560c3af436a1ca3fc553b23b5cb5da8330ae56929065a6988 + languageName: node + linkType: hard + "@npmcli/promise-spawn@npm:^7.0.0": version: 7.0.1 resolution: "@npmcli/promise-spawn@npm:7.0.1" @@ -6841,137 +7369,145 @@ __metadata: languageName: node linkType: hard -"@npmcli/run-script@npm:^7.0.0": - version: 7.0.4 - resolution: "@npmcli/run-script@npm:7.0.4" +"@npmcli/redact@npm:^2.0.0": + version: 2.0.1 + resolution: "@npmcli/redact@npm:2.0.1" + checksum: 78b0a71f0f578191dd2e19044894ded0328359138deb167f4ca75ec63a81ae59bae5289287793fdc36c125608be7631c5b3b32eaa083f62a551430c68b64d295 + languageName: node + linkType: hard + +"@npmcli/run-script@npm:^8.0.0": + version: 8.1.0 + resolution: "@npmcli/run-script@npm:8.1.0" dependencies: "@npmcli/node-gyp": ^3.0.0 "@npmcli/package-json": ^5.0.0 "@npmcli/promise-spawn": ^7.0.0 node-gyp: ^10.0.0 + proc-log: ^4.0.0 which: ^4.0.0 - checksum: c44d6874cffb0a2f6d947e230083b605b6f253450e24aa185ef28391dc366b10807cd4ca113fe367057b8b5310add36391894f9d782af15424830658ee386dfb + checksum: 21adfb308b9064041d6d2f7f0d53924be0e1466d558de1c9802fab9eb84850bd8e04fdd5695924f331e1a36565461500d912e187909f91c03188cc763a106986 languageName: node linkType: hard -"@nrwl/angular@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/angular@npm:18.1.2" +"@nrwl/angular@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/angular@npm:19.4.3" dependencies: - "@nx/angular": 18.1.2 + "@nx/angular": 19.4.3 tslib: ^2.3.0 - checksum: 506b7f120410e080d7bde4fd9bd952ed49c484f239284976b4cb3004d9e350531c39a11fbdd3de59c56e61a39db06bb913484bd2770a82ac943a87f4e1c2ae49 + checksum: 6cf9e2abc59d91d9c58645cce90ef5f9a9c944520c8dc6797cceb39612e1b84c2f46df96867f40d106f3b64c5669193db30dfe567d9fbbf30340255242775ba3 languageName: node linkType: hard -"@nrwl/cypress@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/cypress@npm:18.1.2" +"@nrwl/cypress@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/cypress@npm:19.4.3" dependencies: - "@nx/cypress": 18.1.2 - checksum: 0f94b914d05b53de4e346882d563856aeee5762bea3b196552e7a851047d33efb144ffa19f20e3687091fb654c51371aa398ffad186e317df55bcf91318b9aba + "@nx/cypress": 19.4.3 + checksum: c0d77d5b59344bddfd646478af342e7995d94d8a27195a842765f3697ba032322df61b590353d88f7133edbe21f31589e0ee104e4237da9e9b9c1338df51130f languageName: node linkType: hard -"@nrwl/devkit@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/devkit@npm:18.1.2" +"@nrwl/devkit@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/devkit@npm:19.4.3" dependencies: - "@nx/devkit": 18.1.2 - checksum: e1dcd31016feb86b3469271faaec17fd652d51510c6b010acd6f9106a967ee420b2f982a2e64a70bbebe9a06025d04d8685c20c35ad2eb56405eedc4414591cc + "@nx/devkit": 19.4.3 + checksum: 13008e6e7148e1659a40e4238a88b4529fddf029c64e8c2550cdb5f37e2233442610b49b5921936b913ee29a019b21bd54c9f9601d6f4ebd7cfe44284d014156 languageName: node linkType: hard -"@nrwl/eslint-plugin-nx@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/eslint-plugin-nx@npm:18.1.2" +"@nrwl/eslint-plugin-nx@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/eslint-plugin-nx@npm:19.4.3" dependencies: - "@nx/eslint-plugin": 18.1.2 - checksum: bad1a8db90a2d52db7daa6d9177e525ae9140bd162c547e76ecbba2193dcb4245b6efdc987b30b9be40c94c2d867f7ba9d170d2b67b0adbad27c60b88c9f278d + "@nx/eslint-plugin": 19.4.3 + checksum: 9d0ade70a4bc2c3d85b6b5b9598649734946c24bd7092e8e800c7a3a4d919f5dbb5ec491896bd50a3bd6cc0a49376bef1cc095bde29484b56cb2fcb7dd1e408e languageName: node linkType: hard -"@nrwl/jest@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/jest@npm:18.1.2" +"@nrwl/jest@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/jest@npm:19.4.3" dependencies: - "@nx/jest": 18.1.2 - checksum: 2b158931630b8ca6e7d86fe24c9f0409e6d74ff27fbafe774058d54560d13b12bf7a4986c77340457e734d87a6776ab51fe5ced16db985b5b0faa3ba0c4ebe91 + "@nx/jest": 19.4.3 + checksum: caa9682b887229af9722f6e86df8363b79144ccbe997861193a698412ce1447a23d9ee53ae822510aeded9ec48a922c5b274e5041a27bf181a669fbd95c1cc8d languageName: node linkType: hard -"@nrwl/js@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/js@npm:18.1.2" +"@nrwl/js@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/js@npm:19.4.3" dependencies: - "@nx/js": 18.1.2 - checksum: 09608ed5f5c680476db4c76d67b53b0dfe9bad4af13a4ced91b24ee4e16bdd0cec03200c74a1ee8ed5d09e8472da9b198196465763e751731a17994bef6b8088 + "@nx/js": 19.4.3 + checksum: af9bb7143cd24fab421b661d8c24d9e9502e2c7e104b24473ecbca8a704afc3cca1b77ba94c7f08ba99129ecdbcc33fc2163989cfe08d10c0fd1f73a1e5f89bb languageName: node linkType: hard -"@nrwl/node@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/node@npm:18.1.2" +"@nrwl/node@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/node@npm:19.4.3" dependencies: - "@nx/node": 18.1.2 - checksum: 3478f9a0a2af252da5370e6a3e9e17c0fedc68b548fb967931b50685523ad5ad937cb3af95fcb79fd02a6cfe2377eb6a67ca112e840e6fa7ffc5a8ab2c4c84ec + "@nx/node": 19.4.3 + checksum: 5c70d442500e537ffe8541c55ff0225401fdeac27b82846e9e7a2de56a71fe403a2098d6fb65701f2d718a544fa75538aff401021c0ac039841c252192e1f03b languageName: node linkType: hard -"@nrwl/nx-plugin@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/nx-plugin@npm:18.1.2" +"@nrwl/nx-plugin@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/nx-plugin@npm:19.4.3" dependencies: - "@nx/plugin": 18.1.2 - checksum: be4479fb7d3888302b7b3e37bf84c6d6ac0c5b170044b7daaefb6eba2c192c8d7b71a9761dc365725fbc436a2c898018ec5cc129c8522b285f08ba247509d623 + "@nx/plugin": 19.4.3 + checksum: 72799e454a8e0cb744e9ab0bbc7adfa9a146e3eccdaba7be7c06ea2dcd5a45b3b6495540053d74cbfe48e634160748751ce0789f1d029b35a017d10ad34482b0 languageName: node linkType: hard -"@nrwl/storybook@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/storybook@npm:18.1.2" +"@nrwl/storybook@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/storybook@npm:19.4.3" dependencies: - "@nx/storybook": 18.1.2 - checksum: 96ac7ac6e73b16f51031ed3956b9d723e475f1fb7213e828894e74a94f533383ffa538561f66e47a054d8afca707b2bd757e59206df1e30062a57747a44d18ab + "@nx/storybook": 19.4.3 + checksum: c82f588f1410c8641463f9585629be0b80abf247d2e79c4e9b0945f0b6766bd9387962046787cb19cfd9a694686c38b6f476c1fe1bfb6bb2ca803f61adc70041 languageName: node linkType: hard -"@nrwl/tao@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/tao@npm:18.1.2" +"@nrwl/tao@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/tao@npm:19.4.3" dependencies: - nx: 18.1.2 + nx: 19.4.3 tslib: ^2.3.0 bin: tao: index.js - checksum: 73734c23d47559b1ffbeae41a9ea2fe0bb05311965a63a592c933cf045e0968ddd16b1b66c14401f9efe8c497050ca021ba2624f4d03348cee50e16499c72e89 + checksum: f89df0c5c8d41012af3bc7ffb7cac184a9cd83c56bdf8037bb515d94517af0b07903931bf6f96ed76393d07ad390e58ad8594c1c0c010a0a546f1a136a9ce8e0 languageName: node linkType: hard -"@nrwl/web@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/web@npm:18.1.2" +"@nrwl/web@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/web@npm:19.4.3" dependencies: - "@nx/web": 18.1.2 - checksum: 337ffa30211c08d28d4931e609c78cc0527e684ce22fa62016c2383fcb0f3b8fd92c47e09b85f767028e9f85e4284a7fc661b8c971ca97d332166f64fa1a79d8 + "@nx/web": 19.4.3 + checksum: 94a069ed5573284228550ab9ba46a930e2dd2a0a9440018520d74310e4b9b647e42ea57bdf74039ccf63c069bca4a0ff156095c7221d352f2568cbca12186064 languageName: node linkType: hard -"@nrwl/webpack@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/webpack@npm:18.1.2" +"@nrwl/webpack@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/webpack@npm:19.4.3" dependencies: - "@nx/webpack": 18.1.2 - checksum: abc93fe617b80c580a006d5d6489bc5c510cdd057da826f2ff03e82daa11bd36b6ff4891cbcf40acb630590bca59043562889401edbb241572215f59cc39d9ed + "@nx/webpack": 19.4.3 + checksum: c60374b007ff1d1dc7c08f8809cbdcf20bd9c69bd835651225672566ad963a5b008514e9db02de1e3e84a34fb9434a4d035c8cf6b36c5d351f522e56a6b37f9a languageName: node linkType: hard -"@nrwl/workspace@npm:18.1.2": - version: 18.1.2 - resolution: "@nrwl/workspace@npm:18.1.2" +"@nrwl/workspace@npm:19.4.3": + version: 19.4.3 + resolution: "@nrwl/workspace@npm:19.4.3" dependencies: - "@nx/workspace": 18.1.2 - checksum: f79f57c2df0418961a127df4d3d1a5c443f6ef241f552862375c0a1c866ec76b9429ebcc6298f6a70f5f9af71551dd49c400de9f7104e442b0be13d979b51564 + "@nx/workspace": 19.4.3 + checksum: 93274c7ca89bd56e29fac3d7eddaeac97423bd4894211fde675527fe9e160ef6bc62c0e3756997866fd18634219a646dfd77b5678d1de01e832e34504621862c languageName: node linkType: hard @@ -7053,91 +7589,91 @@ __metadata: languageName: node linkType: hard -"@nx/angular@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/angular@npm:18.1.2" +"@nx/angular@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/angular@npm:19.4.3" dependencies: - "@nrwl/angular": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/js": 18.1.2 - "@nx/web": 18.1.2 - "@nx/webpack": 18.1.2 - "@nx/workspace": 18.1.2 + "@nrwl/angular": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/js": 19.4.3 + "@nx/web": 19.4.3 + "@nx/webpack": 19.4.3 + "@nx/workspace": 19.4.3 "@phenomnomnominal/tsquery": ~5.0.1 - "@typescript-eslint/type-utils": ^6.9.1 + "@typescript-eslint/type-utils": ^7.3.0 chalk: ^4.1.0 find-cache-dir: ^3.3.2 ignore: ^5.0.4 magic-string: ~0.30.2 minimatch: 9.0.3 - piscina: ^4.2.1 + piscina: ^4.4.0 semver: ^7.5.3 tslib: ^2.3.0 webpack: ^5.80.0 webpack-merge: ^5.8.0 peerDependencies: - "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0" - "@angular-devkit/core": ">= 15.0.0 < 18.0.0" - "@angular-devkit/schematics": ">= 15.0.0 < 18.0.0" - "@schematics/angular": ">= 15.0.0 < 18.0.0" + "@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0" + "@angular-devkit/core": ">= 16.0.0 < 19.0.0" + "@angular-devkit/schematics": ">= 16.0.0 < 19.0.0" + "@schematics/angular": ">= 16.0.0 < 19.0.0" esbuild: ^0.19.2 rxjs: ^6.5.3 || ^7.5.0 peerDependenciesMeta: esbuild: optional: true - checksum: 748e2d6fd9f2b46ad46b477bfe71f78fda1b7c653e672114a249d3505eb6a4291cf136a33750bf111a16875fa2a908e41c94d37ab24129ca5ecf57bc66422c07 + checksum: 3afe7c569d276230cdaaa69e00189244a0a2fbeb114373f45d588daca4692cac0e872a72faa517fdca6f75c4fb3e243c53c9d2abfb1b084c9fed3bcb568fad18 languageName: node linkType: hard -"@nx/cypress@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/cypress@npm:18.1.2" +"@nx/cypress@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/cypress@npm:19.4.3" dependencies: - "@nrwl/cypress": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/js": 18.1.2 + "@nrwl/cypress": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/js": 19.4.3 "@phenomnomnominal/tsquery": ~5.0.1 detect-port: ^1.5.1 - semver: ^7.5.3 tslib: ^2.3.0 peerDependencies: cypress: ">= 3 < 14" peerDependenciesMeta: cypress: optional: true - checksum: 8978420582aef195cace5f16e5370052684278854dd86a452fa8a53f1faab494b1502a2aba6b8cfcf8f56bdbf5b236b57019d6b0ff4d44e66895a788b9c5305f + checksum: cf50529c7f4d61de98e221c20540c499002997e3ac2c011adb4311fcef284e4904a7bef08ad4724879c634f0b2de8ce464f9db783972a43afbb0e3ec045cc72c languageName: node linkType: hard -"@nx/devkit@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/devkit@npm:18.1.2" +"@nx/devkit@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/devkit@npm:19.4.3" dependencies: - "@nrwl/devkit": 18.1.2 + "@nrwl/devkit": 19.4.3 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: ">= 16 <= 18" - checksum: 90b4f0b7ff494709a1219cd1a6c931155dcd497ce423dcb911586be0782fa9e40cb34676ede8c9ff4a097fff82f4f7fae49099491ff38ac82fc71a18e6a29a20 + nx: ">= 17 <= 20" + checksum: 731e71834171c09de5f3d14abae37254fd80a34eaf611b0d67e45b790cf9594ec682bfe649e58480655adec049f1845b196f7ff852c4c8f01be4c9149115de2d languageName: node linkType: hard -"@nx/eslint-plugin@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/eslint-plugin@npm:18.1.2" +"@nx/eslint-plugin@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/eslint-plugin@npm:19.4.3" dependencies: - "@nrwl/eslint-plugin-nx": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/js": 18.1.2 - "@typescript-eslint/type-utils": ^6.13.2 - "@typescript-eslint/utils": ^6.13.2 + "@nrwl/eslint-plugin-nx": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/js": 19.4.3 + "@typescript-eslint/type-utils": ^7.3.0 + "@typescript-eslint/utils": ^7.3.0 chalk: ^4.1.0 confusing-browser-globals: ^1.0.9 jsonc-eslint-parser: ^2.1.0 @@ -7149,38 +7685,39 @@ __metadata: peerDependenciesMeta: eslint-config-prettier: optional: true - checksum: 303cc05bd91a71eb77ce2fa23545cc2ead96895e9eb1368519664edb3593aedbba716b799c4f5087c8bfc8398349565c4cf6ec8fead4b39f6e166e599e9515cc + checksum: e2d8f6d88f5e39000a6aed635a4576f4cc15c273984a36f127d382eb660ba462fbd2b95214d4557ee12a05a6affe16e2891b0394056f3113672faeb8f86643da languageName: node linkType: hard -"@nx/eslint@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/eslint@npm:18.1.2" +"@nx/eslint@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/eslint@npm:19.4.3" dependencies: - "@nx/devkit": 18.1.2 - "@nx/js": 18.1.2 - "@nx/linter": 18.1.2 - eslint: ^8.0.0 + "@nx/devkit": 19.4.3 + "@nx/js": 19.4.3 + "@nx/linter": 19.4.3 + semver: ^7.5.3 tslib: ^2.3.0 - typescript: ~5.3.2 + typescript: ~5.4.2 peerDependencies: - js-yaml: 4.1.0 + "@zkochan/js-yaml": 0.0.7 + eslint: ^8.0.0 || ^9.0.0 peerDependenciesMeta: - js-yaml: + "@zkochan/js-yaml": optional: true - checksum: edd6322890db513edf419a0a04542bc8efd393592127bde58e3f6030eec7ceba502f9970376b572f5db4421ca2181c174ff4915f209a158e2200e79b54ddff34 + checksum: 34b56ca5bf50d8273c81a736021c84bc06a195c64cb7ede937953fa1254b6e4d12230dede99e98e05db7c73e5620d21f715098d06259c181d985b88c78edc908 languageName: node linkType: hard -"@nx/jest@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/jest@npm:18.1.2" +"@nx/jest@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/jest@npm:19.4.3" dependencies: "@jest/reporters": ^29.4.1 "@jest/test-result": ^29.4.1 - "@nrwl/jest": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/js": 18.1.2 + "@nrwl/jest": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/js": 19.4.3 "@phenomnomnominal/tsquery": ~5.0.1 chalk: ^4.1.0 identity-obj-proxy: 3.0.0 @@ -7191,13 +7728,13 @@ __metadata: resolve.exports: 1.1.0 tslib: ^2.3.0 yargs-parser: 21.1.1 - checksum: 2fa65682c20d774b5652c995dbfa20c3f3c4621f986a6718fab6e955ba2160131779916c9b84ee04789edc27886a0dfd8620f444e79ff350d56328691946531c + checksum: 349e252bc0ecbe252288e17400f8efaeaf9f13f0b3c4bda2d7b9950014ea4203e100914323f6ebf643f2b08ea138f2ef99a534554bdd4cbc40832daf3dbec0f7 languageName: node linkType: hard -"@nx/js@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/js@npm:18.1.2" +"@nx/js@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/js@npm:19.4.3" dependencies: "@babel/core": ^7.23.2 "@babel/plugin-proposal-decorators": ^7.22.7 @@ -7206,10 +7743,9 @@ __metadata: "@babel/preset-env": ^7.23.2 "@babel/preset-typescript": ^7.22.5 "@babel/runtime": ^7.22.6 - "@nrwl/js": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/workspace": 18.1.2 - "@phenomnomnominal/tsquery": ~5.0.1 + "@nrwl/js": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/workspace": 19.4.3 babel-plugin-const-enum: ^1.0.1 babel-plugin-macros: ^2.8.0 babel-plugin-transform-typescript-metadata: ^0.3.1 @@ -7234,110 +7770,110 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 2f301696297f7a4a6132b3210419e7eef3d9967eaf1bf0c1ad6c8ff01f775b8610760f9b48b7343a09584bce0d83b270b8d48ea0556e59d8b514fa83c55790f4 + checksum: a149fbab11b682084c390992fbce9d5fc34b4f37213855938d2119f425a44984115df019ce06560ddb6eb432ec494ea8d71ef040e68b1cd3ade71ccb771d8ab9 languageName: node linkType: hard -"@nx/linter@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/linter@npm:18.1.2" +"@nx/linter@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/linter@npm:19.4.3" dependencies: - "@nx/eslint": 18.1.2 - checksum: 0bf514ce5c47efb3b63bde463928fc29ae4918e7c02b8d977fa5dc8dfdd0ef10a774e7c676f671e56c660e508b157365d8a304164e07516c1a014a53ee8434be + "@nx/eslint": 19.4.3 + checksum: 7a5ed803c498280ef17aea5e52eea8bfa2bcf5709d54ab1d53b5b5c32d67ce62694b38437607557f9c521f6e247a043ac07e94668554c4e9404d0a9ea568e1f9 languageName: node linkType: hard -"@nx/node@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/node@npm:18.1.2" +"@nx/node@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/node@npm:19.4.3" dependencies: - "@nrwl/node": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/jest": 18.1.2 - "@nx/js": 18.1.2 + "@nrwl/node": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/jest": 19.4.3 + "@nx/js": 19.4.3 tslib: ^2.3.0 - checksum: 3e7c4234bb629e19ac7bfff7a16f1036326663e1f224bda74dc50c25e2642999ceb4eaa9500dc3002b64e3a1479adb4533ebd18edc7fdd71ace1264fafcbd1ac + checksum: 91530f9fcace4baca344be3d13456569a88a6595c8513e7f622c09c8c214e18d7d0202573715bd91ffec46d5a7ee948bd782fbfdda6be4bba29fbd4918946a0e languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-darwin-arm64@npm:18.1.2" +"@nx/nx-darwin-arm64@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-darwin-arm64@npm:19.4.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-darwin-x64@npm:18.1.2" +"@nx/nx-darwin-x64@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-darwin-x64@npm:19.4.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-freebsd-x64@npm:18.1.2" +"@nx/nx-freebsd-x64@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-freebsd-x64@npm:19.4.3" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:18.1.2" +"@nx/nx-linux-arm-gnueabihf@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.4.3" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-linux-arm64-gnu@npm:18.1.2" +"@nx/nx-linux-arm64-gnu@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-linux-arm64-gnu@npm:19.4.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-linux-arm64-musl@npm:18.1.2" +"@nx/nx-linux-arm64-musl@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-linux-arm64-musl@npm:19.4.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-linux-x64-gnu@npm:18.1.2" +"@nx/nx-linux-x64-gnu@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-linux-x64-gnu@npm:19.4.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-linux-x64-musl@npm:18.1.2" +"@nx/nx-linux-x64-musl@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-linux-x64-musl@npm:19.4.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-win32-arm64-msvc@npm:18.1.2" +"@nx/nx-win32-arm64-msvc@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-win32-arm64-msvc@npm:19.4.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/nx-win32-x64-msvc@npm:18.1.2" +"@nx/nx-win32-x64-msvc@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/nx-win32-x64-msvc@npm:19.4.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nx/playwright@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/playwright@npm:18.1.2" +"@nx/playwright@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/playwright@npm:19.4.3" dependencies: - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/js": 18.1.2 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/js": 19.4.3 "@phenomnomnominal/tsquery": ~5.0.1 minimatch: 9.0.3 tslib: ^2.3.0 @@ -7346,65 +7882,65 @@ __metadata: peerDependenciesMeta: "@playwright/test": optional: true - checksum: 0140b175bdae42d48c272e2e72506ee482107fdff3e8ba18d8e6f3c56f6ba035b0cc5cc3449b0d9f95582b0f9db8550c38bda98a5da44231035bdb0e7e95c4e9 + checksum: 4d87154b271a705361e78126b5bd705a8f12132536ee13713556701119d6b979fbd7a9efad260e2d77715d2bf34b346c2f8544716909ac1cb3664ea43261664e languageName: node linkType: hard -"@nx/plugin@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/plugin@npm:18.1.2" +"@nx/plugin@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/plugin@npm:19.4.3" dependencies: - "@nrwl/nx-plugin": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/jest": 18.1.2 - "@nx/js": 18.1.2 - "@phenomnomnominal/tsquery": ~5.0.1 + "@nrwl/nx-plugin": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/jest": 19.4.3 + "@nx/js": 19.4.3 fs-extra: ^11.1.0 tslib: ^2.3.0 - checksum: fdf4899f9dfdfeb9ae21c608583b7f13f4c5d0744f19b9345ba5d3be62a7357f739a83fa755854e0f57c6778198bce0a0eaea60f0dd2bb26b4a684e9ef9214dc + checksum: b9e0505c10a3b56953afc10cc071751e9851609511d027b3f2cb3a91cb41a50766174d9dac3526dc05b82e6bd3f66e7ac5ed72e6ba69ef127844344deefc407e languageName: node linkType: hard -"@nx/storybook@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/storybook@npm:18.1.2" +"@nx/storybook@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/storybook@npm:19.4.3" dependencies: - "@nrwl/storybook": 18.1.2 - "@nx/cypress": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/js": 18.1.2 + "@nrwl/storybook": 19.4.3 + "@nx/cypress": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/js": 19.4.3 "@phenomnomnominal/tsquery": ~5.0.1 semver: ^7.5.3 tslib: ^2.3.0 - checksum: 8a64a863b6ac12d9c216d039972457be575bc8a0b5d16a140fadbf002a7cf65ca2fcd86a87baf29de11fc60549c975b887da40fc553bfde61e3960bc914d2f2f + checksum: 300de123c90422b8a24a5c7e2013a339551d587f43ac234f2e75cc796c41ea6b777dab0a56b146e477579434248ab08bd213f1238da3d10bb2a85a025b1ced04 languageName: node linkType: hard -"@nx/web@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/web@npm:18.1.2" +"@nx/web@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/web@npm:19.4.3" dependencies: - "@nrwl/web": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/js": 18.1.2 + "@nrwl/web": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/js": 19.4.3 chalk: ^4.1.0 detect-port: ^1.5.1 http-server: ^14.1.0 tslib: ^2.3.0 - checksum: 78177902504b3f629ca6ee26c5b4a5d18ef7157190ace4763f37ca5b914375f7ca47d63cb78d8a240afe9f39a1ac0e53a7bc61bb9acc0069794b9c5bd45ba228 + checksum: e30de260d920fdc59f1329f763e87394a05783bdfd09da3039c8d95a318e1d822fd81b313f54e57cf56f48bbce2105a40bc4876cf1cdf46cbedbc49e204f6937 languageName: node linkType: hard -"@nx/webpack@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/webpack@npm:18.1.2" +"@nx/webpack@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/webpack@npm:19.4.3" dependencies: "@babel/core": ^7.23.2 - "@nrwl/webpack": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/js": 18.1.2 + "@nrwl/webpack": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/js": 19.4.3 + "@phenomnomnominal/tsquery": ~5.0.1 ajv: ^8.12.0 autoprefixer: ^10.4.9 babel-loader: ^9.1.2 @@ -7420,13 +7956,13 @@ __metadata: loader-utils: ^2.0.3 mini-css-extract-plugin: ~2.4.7 parse5: 4.0.0 - postcss: ^8.4.14 + postcss: ^8.4.38 postcss-import: ~14.1.0 postcss-loader: ^6.1.1 rxjs: ^7.8.0 sass: ^1.42.1 sass-loader: ^12.2.0 - source-map-loader: ^3.0.0 + source-map-loader: ^5.0.0 style-loader: ^3.3.0 stylus: ^0.59.0 stylus-loader: ^7.1.0 @@ -7438,22 +7974,22 @@ __metadata: webpack-dev-server: ^4.9.3 webpack-node-externals: ^3.0.0 webpack-subresource-integrity: ^5.1.0 - checksum: 7038fa0cbadf7a3a5e875d1d377e172faa181fed5264eaab98050fcc1e206462ee6a4ddd0230782c5262a7cad6519b2dd30a56e24a43cce50c2178f419e2f9ec + checksum: 3293c75005b3ba85a818b58689acdf34339ee2e9b76a0af09cbedf38a4bc77ab915d5770475106e17933440292a5f031a58b94ec603ab6234ac702e0f00f418a languageName: node linkType: hard -"@nx/workspace@npm:18.1.2": - version: 18.1.2 - resolution: "@nx/workspace@npm:18.1.2" +"@nx/workspace@npm:19.4.3": + version: 19.4.3 + resolution: "@nx/workspace@npm:19.4.3" dependencies: - "@nrwl/workspace": 18.1.2 - "@nx/devkit": 18.1.2 + "@nrwl/workspace": 19.4.3 + "@nx/devkit": 19.4.3 chalk: ^4.1.0 enquirer: ~2.3.6 - nx: 18.1.2 + nx: 19.4.3 tslib: ^2.3.0 yargs-parser: 21.1.1 - checksum: 6be7e16b23384f8930200bd2046eb9d494c5cf8b88e7db7fc0063f1897023d76b80e1293763e35c999e06aac4f2e9e45b60cf36f93015dabbd3b84a01ea1fc5e + checksum: e79a05230f54efea6811761da421e737425601db8c04374f3cc813b0eb04baa71c0dbf72dabf735e3371eb71ca4332a83d42adc32e2ba6c10b6ad2958aff58ce languageName: node linkType: hard @@ -8591,7 +9127,7 @@ __metadata: languageName: node linkType: hard -"@rollup/plugin-json@npm:^6.0.1": +"@rollup/plugin-json@npm:^6.1.0": version: 6.1.0 resolution: "@rollup/plugin-json@npm:6.1.0" dependencies: @@ -8669,100 +9205,121 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.0" +"@rollup/rollup-android-arm-eabi@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.18.1" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-android-arm64@npm:4.13.0" +"@rollup/rollup-android-arm64@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-android-arm64@npm:4.18.1" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-darwin-arm64@npm:4.13.0" +"@rollup/rollup-darwin-arm64@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-darwin-arm64@npm:4.18.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-darwin-x64@npm:4.13.0" +"@rollup/rollup-darwin-x64@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-darwin-x64@npm:4.18.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0" - conditions: os=linux & cpu=arm +"@rollup/rollup-linux-arm-gnueabihf@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.18.1" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm-musleabihf@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.18.1" + conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.0" +"@rollup/rollup-linux-arm64-gnu@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.18.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.0" +"@rollup/rollup-linux-arm64-musl@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.18.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.0" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.1" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-riscv64-gnu@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.18.1" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.0" +"@rollup/rollup-linux-s390x-gnu@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.18.1" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-x64-gnu@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.18.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.0" +"@rollup/rollup-linux-x64-musl@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.18.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.0" +"@rollup/rollup-win32-arm64-msvc@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.18.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.0" +"@rollup/rollup-win32-ia32-msvc@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.18.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.0" +"@rollup/rollup-win32-x64-msvc@npm:4.18.1": + version: 4.18.1 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.18.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rollup/wasm-node@npm:^4.5.0": - version: 4.13.0 - resolution: "@rollup/wasm-node@npm:4.13.0" +"@rollup/wasm-node@npm:^4.18.0": + version: 4.18.1 + resolution: "@rollup/wasm-node@npm:4.18.1" dependencies: "@types/estree": 1.0.5 fsevents: ~2.3.2 @@ -8771,18 +9328,18 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: a0b17bd82f002a086d5faf8ca6ffd1a22bae3d96379edd0ced1db27c6eb435f9065e43a0f45128c2101d310bd261fcb4d1821ba836b7fddf21a096c4f5c27fee + checksum: 10bbba4a629da2f48dd65e4f66ef3deb425092b044848f14a2ed9e82f2c868f594dc7cbff67a124129916f8f9e094b7e5fe287e91adb64c70b39a6e139a8244c languageName: node linkType: hard -"@schematics/angular@npm:17.2.3": - version: 17.2.3 - resolution: "@schematics/angular@npm:17.2.3" +"@schematics/angular@npm:18.0.7": + version: 18.0.7 + resolution: "@schematics/angular@npm:18.0.7" dependencies: - "@angular-devkit/core": 17.2.3 - "@angular-devkit/schematics": 17.2.3 + "@angular-devkit/core": 18.0.7 + "@angular-devkit/schematics": 18.0.7 jsonc-parser: 3.2.1 - checksum: 22e14c8655328b9dab8fbab640db7dd47e0972f141083435fcfabd53079aca1c8d6781084601147bf372a22b972c248b8c04d5c0d58e0ecd2fd658c4b363650c + checksum: eefecac1573134c0050c875ab274ae289a448715d5be9c71b680b9d81538800580a61fb46fd8061ccfd3ece4b904fb0d6e5ca4f60131c1b0ca984b6194e3d920 languageName: node linkType: hard @@ -10113,50 +10670,53 @@ __metadata: languageName: node linkType: hard -"@swc-node/core@npm:^1.12.0": - version: 1.13.0 - resolution: "@swc-node/core@npm:1.13.0" +"@swc-node/core@npm:^1.13.1": + version: 1.13.3 + resolution: "@swc-node/core@npm:1.13.3" peerDependencies: - "@swc/core": ">= 1.3" + "@swc/core": ">= 1.4.13" "@swc/types": ">= 0.1" - checksum: 12056f1458c535c54c889aafbe969feef9329210657e1d22235b7d795856ec88e4a8e2116572371698ff2c0b184ebe7935ec857748262d5fcf0bd5b1563649b7 + checksum: 9bad56479b2e980af8cfbcc1f040b95a928e38ead40ee3f980cd5718814cdaa6dc93d3a1d4a584e9fb1105af9a8f06ee2d5d82c6465ac364e6febe637f6139d7 languageName: node linkType: hard -"@swc-node/register@npm:~1.8.0": - version: 1.8.0 - resolution: "@swc-node/register@npm:1.8.0" +"@swc-node/register@npm:~1.9.1": + version: 1.9.2 + resolution: "@swc-node/register@npm:1.9.2" dependencies: - "@swc-node/core": ^1.12.0 - "@swc-node/sourcemap-support": ^0.4.0 + "@swc-node/core": ^1.13.1 + "@swc-node/sourcemap-support": ^0.5.0 colorette: ^2.0.20 debug: ^4.3.4 pirates: ^4.0.6 tslib: ^2.6.2 peerDependencies: - "@swc/core": ">= 1.3" + "@swc/core": ">= 1.4.13" typescript: ">= 4.3" - checksum: e94cdfaaf41e3bc67caae0f03f7d2e8e4ebe241eb4c9498761d1a1e214acf3997d8229a701cb0fba4288355e29fe70dec4ddf89d4b3703bb5d900c3529e05a4f + checksum: 273cfd45f64ca1f1a1dff25228bd43bef3f18b48fca77805c39de00bbbd2f64e38aafddb208f7f94c7e71e52a60bf2c274fb65a5b6b08d5b98cf32f4ee42ee7b languageName: node linkType: hard -"@swc-node/sourcemap-support@npm:^0.4.0": - version: 0.4.0 - resolution: "@swc-node/sourcemap-support@npm:0.4.0" +"@swc-node/sourcemap-support@npm:^0.5.0": + version: 0.5.1 + resolution: "@swc-node/sourcemap-support@npm:0.5.1" dependencies: source-map-support: ^0.5.21 - tslib: ^2.6.2 - checksum: a56f43e9e075c89e1d05948a1d86e73707d8655a2093a5ee98f6c52b6dc41cae4cc058cd660c0a094ed4d24fe148d9e3bbda1fc6505fe8b183fcc3014339c5fa + tslib: ^2.6.3 + checksum: 307be2a52c10f3899871dc316190584e7a6e48375de5b84638cd0ca96681c4ce89891b9f7e86dedb93aac106dea7eff42ac2192f443ac1a1242a206ec93d0caf languageName: node linkType: hard -"@swc/cli@npm:0.1.62": - version: 0.1.62 - resolution: "@swc/cli@npm:0.1.62" +"@swc/cli@npm:~0.3.12": + version: 0.3.14 + resolution: "@swc/cli@npm:0.3.14" dependencies: "@mole-inc/bin-wrapper": ^8.0.1 - commander: ^7.1.0 + "@swc/counter": ^0.1.3 + commander: ^8.3.0 fast-glob: ^3.2.5 + minimatch: ^9.0.3 + piscina: ^4.3.0 semver: ^7.3.8 slash: 3.0.0 source-map: ^0.7.3 @@ -10170,13 +10730,13 @@ __metadata: spack: bin/spack.js swc: bin/swc.js swcx: bin/swcx.js - checksum: d44e88a724ba32d4f63856f15899f8eff78d90d0c5452e4882412307bf6353a64b25e7dc9992fd6e3975c87e6c0d7b494d859a0d8badb9f3c6103623ca89ddc2 + checksum: a66c8af28e9fe38751a959a034fe72f59ca7cd3ec6c8ec2c1c508b53f33f68a1a80feae752510d2f9d1940b20b7ce009e6cc9f7cf77fa26f57d0e467afcd309a languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-darwin-arm64@npm:1.3.107" +"@swc/core-darwin-arm64@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-darwin-arm64@npm:1.5.29" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -10188,9 +10748,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-darwin-x64@npm:1.3.107" +"@swc/core-darwin-x64@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-darwin-x64@npm:1.5.29" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -10202,9 +10762,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.107" +"@swc/core-linux-arm-gnueabihf@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.5.29" conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -10216,9 +10776,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-linux-arm64-gnu@npm:1.3.107" +"@swc/core-linux-arm64-gnu@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-linux-arm64-gnu@npm:1.5.29" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -10230,9 +10790,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-linux-arm64-musl@npm:1.3.107" +"@swc/core-linux-arm64-musl@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-linux-arm64-musl@npm:1.5.29" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -10244,9 +10804,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-linux-x64-gnu@npm:1.3.107" +"@swc/core-linux-x64-gnu@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-linux-x64-gnu@npm:1.5.29" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -10258,9 +10818,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-linux-x64-musl@npm:1.3.107" +"@swc/core-linux-x64-musl@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-linux-x64-musl@npm:1.5.29" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -10272,9 +10832,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-win32-arm64-msvc@npm:1.3.107" +"@swc/core-win32-arm64-msvc@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-win32-arm64-msvc@npm:1.5.29" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -10286,9 +10846,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-win32-ia32-msvc@npm:1.3.107" +"@swc/core-win32-ia32-msvc@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-win32-ia32-msvc@npm:1.5.29" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -10300,9 +10860,9 @@ __metadata: languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.3.107": - version: 1.3.107 - resolution: "@swc/core-win32-x64-msvc@npm:1.3.107" +"@swc/core-win32-x64-msvc@npm:1.5.29": + version: 1.5.29 + resolution: "@swc/core-win32-x64-msvc@npm:1.5.29" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -10360,24 +10920,24 @@ __metadata: languageName: node linkType: hard -"@swc/core@npm:~1.3.85": - version: 1.3.107 - resolution: "@swc/core@npm:1.3.107" +"@swc/core@npm:~1.5.7": + version: 1.5.29 + resolution: "@swc/core@npm:1.5.29" dependencies: - "@swc/core-darwin-arm64": 1.3.107 - "@swc/core-darwin-x64": 1.3.107 - "@swc/core-linux-arm-gnueabihf": 1.3.107 - "@swc/core-linux-arm64-gnu": 1.3.107 - "@swc/core-linux-arm64-musl": 1.3.107 - "@swc/core-linux-x64-gnu": 1.3.107 - "@swc/core-linux-x64-musl": 1.3.107 - "@swc/core-win32-arm64-msvc": 1.3.107 - "@swc/core-win32-ia32-msvc": 1.3.107 - "@swc/core-win32-x64-msvc": 1.3.107 - "@swc/counter": ^0.1.1 - "@swc/types": ^0.1.5 + "@swc/core-darwin-arm64": 1.5.29 + "@swc/core-darwin-x64": 1.5.29 + "@swc/core-linux-arm-gnueabihf": 1.5.29 + "@swc/core-linux-arm64-gnu": 1.5.29 + "@swc/core-linux-arm64-musl": 1.5.29 + "@swc/core-linux-x64-gnu": 1.5.29 + "@swc/core-linux-x64-musl": 1.5.29 + "@swc/core-win32-arm64-msvc": 1.5.29 + "@swc/core-win32-ia32-msvc": 1.5.29 + "@swc/core-win32-x64-msvc": 1.5.29 + "@swc/counter": ^0.1.3 + "@swc/types": ^0.1.8 peerDependencies: - "@swc/helpers": ^0.5.0 + "@swc/helpers": "*" dependenciesMeta: "@swc/core-darwin-arm64": optional: true @@ -10402,23 +10962,23 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 0dccff50461fb8c0f4af053b70e555c91386cb07aa7657a7328d58e397d15640723587549416d8fa7dcc073ad11b39318146bd50ec4a82345ce2ce39c7ba4c00 + checksum: 19e3f8525ce4f4d9f6f3f62825b1f13e1e76146390930b6d5e663c0bb2c5e95ef3bf30268110d1444ea92b99dd95bfe5a3c6e2a3c0dd79291505dc7da1ed3dab languageName: node linkType: hard -"@swc/counter@npm:^0.1.1, @swc/counter@npm:^0.1.2, @swc/counter@npm:^0.1.3": +"@swc/counter@npm:^0.1.2, @swc/counter@npm:^0.1.3": version: 0.1.3 resolution: "@swc/counter@npm:0.1.3" checksum: df8f9cfba9904d3d60f511664c70d23bb323b3a0803ec9890f60133954173047ba9bdeabce28cd70ba89ccd3fd6c71c7b0bd58be85f611e1ffbe5d5c18616598 languageName: node linkType: hard -"@swc/helpers@npm:~0.5.2": - version: 0.5.7 - resolution: "@swc/helpers@npm:0.5.7" +"@swc/helpers@npm:~0.5.11": + version: 0.5.12 + resolution: "@swc/helpers@npm:0.5.12" dependencies: tslib: ^2.4.0 - checksum: a8aff53563a60797cb7dc787e701b36032f40b021628667eb2d3e2f737c12db2e5cfb1207ae2096871c1b3b4d10bff615520704cd5b5477ec0d1771bcff33827 + checksum: 293c0cb8f41804f94beb04a764bbcfaf316707ec43947713154ac66311590299446bf9b96ab253ce59ce9e435a0edc8cc2bf93f88dc3989f9241271507dd5fe9 languageName: node linkType: hard @@ -10431,12 +10991,12 @@ __metadata: languageName: node linkType: hard -"@swc/types@npm:^0.1.5": - version: 0.1.6 - resolution: "@swc/types@npm:0.1.6" +"@swc/types@npm:^0.1.8": + version: 0.1.9 + resolution: "@swc/types@npm:0.1.9" dependencies: "@swc/counter": ^0.1.3 - checksum: fd579fbb9ab220b01b8eec03e32c37d355efbbce12e408e4c2743ca147760b749e068f5d3bec288b26bb10ecf2fe8d061c2554df0985d50d0e56962597262b34 + checksum: 16fcdf331c94c52f6dbf234bd9c294a5479e4b107eb8bce364b46cd5cf86ff7073e371a3a02573e6843b0ec979e6d8912b6f60212ad297aa170a9025e7ebb716 languageName: node linkType: hard @@ -10666,6 +11226,15 @@ __metadata: languageName: node linkType: hard +"@types/bonjour@npm:^3.5.13": + version: 3.5.13 + resolution: "@types/bonjour@npm:3.5.13" + dependencies: + "@types/node": "*" + checksum: e827570e097bd7d625a673c9c208af2d1a22fa3885c0a1646533cf24394c839c3e5f60ac1bc60c0ddcc69c0615078c9fb2c01b42596c7c582d895d974f2409ee + languageName: node + linkType: hard + "@types/bonjour@npm:^3.5.9": version: 3.5.10 resolution: "@types/bonjour@npm:3.5.10" @@ -10713,6 +11282,16 @@ __metadata: languageName: node linkType: hard +"@types/connect-history-api-fallback@npm:^1.5.4": + version: 1.5.4 + resolution: "@types/connect-history-api-fallback@npm:1.5.4" + dependencies: + "@types/express-serve-static-core": "*" + "@types/node": "*" + checksum: e1dee43b8570ffac02d2d47a2b4ba80d3ca0dd1840632dafb221da199e59dbe3778d3d7303c9e23c6b401f37c076935a5bc2aeae1c4e5feaefe1c371fe2073fd + languageName: node + linkType: hard + "@types/connect@npm:*": version: 3.4.35 resolution: "@types/connect@npm:3.4.35" @@ -10889,7 +11468,7 @@ __metadata: languageName: node linkType: hard -"@types/express@npm:^4.7.0": +"@types/express@npm:^4.17.21, @types/express@npm:^4.7.0": version: 4.17.21 resolution: "@types/express@npm:4.17.21" dependencies: @@ -10965,6 +11544,15 @@ __metadata: languageName: node linkType: hard +"@types/http-proxy@npm:^1.17.10": + version: 1.17.14 + resolution: "@types/http-proxy@npm:1.17.14" + dependencies: + "@types/node": "*" + checksum: 491320bce3565bbb6c7d39d25b54bce626237cfb6b09e60ee7f77b56ae7c6cbad76f08d47fe01eaa706781124ee3dfad9bb737049254491efd98ed1f014c4e83 + languageName: node + linkType: hard + "@types/http-proxy@npm:^1.17.8": version: 1.17.11 resolution: "@types/http-proxy@npm:1.17.11" @@ -11050,13 +11638,6 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:^7.0.12": - version: 7.0.15 - resolution: "@types/json-schema@npm:7.0.15" - checksum: 97ed0cb44d4070aecea772b7b2e2ed971e10c81ec87dd4ecc160322ffa55ff330dace1793489540e3e318d90942064bb697cc0f8989391797792d919737b3b98 - languageName: node - linkType: hard - "@types/json5@npm:^0.0.29": version: 0.0.29 resolution: "@types/json5@npm:0.0.29" @@ -11148,6 +11729,15 @@ __metadata: languageName: node linkType: hard +"@types/node-forge@npm:^1.3.0": + version: 1.3.11 + resolution: "@types/node-forge@npm:1.3.11" + dependencies: + "@types/node": "*" + checksum: 1e86bd55b92a492eaafd75f6d01f31e7d86a5cdadd0c6bcdc0b1df4103b7f99bb75b832efd5217c7ddda5c781095dc086a868e20b9de00f5a427ddad4c296cd5 + languageName: node + linkType: hard + "@types/node@npm:*, @types/node@npm:>=10.0.0": version: 20.4.5 resolution: "@types/node@npm:20.4.5" @@ -11343,6 +11933,13 @@ __metadata: languageName: node linkType: hard +"@types/retry@npm:0.12.2": + version: 0.12.2 + resolution: "@types/retry@npm:0.12.2" + checksum: e5675035717b39ce4f42f339657cae9637cf0c0051cf54314a6a2c44d38d91f6544be9ddc0280587789b6afd056be5d99dbe3e9f4df68c286c36321579b1bf4a + languageName: node + linkType: hard + "@types/scheduler@npm:^0.16": version: 0.16.8 resolution: "@types/scheduler@npm:0.16.8" @@ -11357,7 +11954,7 @@ __metadata: languageName: node linkType: hard -"@types/semver@npm:^7.3.4, @types/semver@npm:^7.5.0": +"@types/semver@npm:^7.3.4": version: 7.5.8 resolution: "@types/semver@npm:7.5.8" checksum: ea6f5276f5b84c55921785a3a27a3cd37afee0111dfe2bcb3e03c31819c197c782598f17f0b150a69d453c9584cd14c4c4d7b9a55d2c5e6cacd4d66fdb3b3663 @@ -11383,6 +11980,15 @@ __metadata: languageName: node linkType: hard +"@types/serve-index@npm:^1.9.4": + version: 1.9.4 + resolution: "@types/serve-index@npm:1.9.4" + dependencies: + "@types/express": "*" + checksum: 72727c88d54da5b13275ebfb75dcdc4aa12417bbe9da1939e017c4c5f0c906fae843aa4e0fbfe360e7ee9df2f3d388c21abfc488f77ce58693fb57809f8ded92 + languageName: node + linkType: hard + "@types/serve-static@npm:*, @types/serve-static@npm:^1.13.10": version: 1.15.2 resolution: "@types/serve-static@npm:1.15.2" @@ -11394,6 +12000,17 @@ __metadata: languageName: node linkType: hard +"@types/serve-static@npm:^1.15.5": + version: 1.15.7 + resolution: "@types/serve-static@npm:1.15.7" + dependencies: + "@types/http-errors": "*" + "@types/node": "*" + "@types/send": "*" + checksum: bbbf00dbd84719da2250a462270dc68964006e8d62f41fe3741abd94504ba3688f420a49afb2b7478921a1544d3793183ffa097c5724167da777f4e0c7f1a7d6 + languageName: node + linkType: hard + "@types/sinonjs__fake-timers@npm:8.1.1": version: 8.1.1 resolution: "@types/sinonjs__fake-timers@npm:8.1.1" @@ -11417,6 +12034,15 @@ __metadata: languageName: node linkType: hard +"@types/sockjs@npm:^0.3.36": + version: 0.3.36 + resolution: "@types/sockjs@npm:0.3.36" + dependencies: + "@types/node": "*" + checksum: b4b5381122465d80ea8b158537c00bc82317222d3fb31fd7229ff25b31fa89134abfbab969118da55622236bf3d8fee75759f3959908b5688991f492008f29bc + languageName: node + linkType: hard + "@types/stack-utils@npm:^2.0.0": version: 2.0.1 resolution: "@types/stack-utils@npm:2.0.1" @@ -11492,6 +12118,15 @@ __metadata: languageName: node linkType: hard +"@types/ws@npm:^8.5.10": + version: 8.5.11 + resolution: "@types/ws@npm:8.5.11" + dependencies: + "@types/node": "*" + checksum: 91d3ad6cc802f52b01c8cc7b0de149617785e8166e631291201d5f50937db2a578cbe70b61d96f43140d57170ad2f904782d3ec9ed86c34c5e9cec9a847a94dc + languageName: node + linkType: hard + "@types/ws@npm:^8.5.5": version: 8.5.5 resolution: "@types/ws@npm:8.5.5" @@ -11533,46 +12168,44 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0" +"@typescript-eslint/eslint-plugin@npm:7.16.1": + version: 7.16.1 + resolution: "@typescript-eslint/eslint-plugin@npm:7.16.1" dependencies: - "@eslint-community/regexpp": ^4.5.1 - "@typescript-eslint/scope-manager": 6.21.0 - "@typescript-eslint/type-utils": 6.21.0 - "@typescript-eslint/utils": 6.21.0 - "@typescript-eslint/visitor-keys": 6.21.0 - debug: ^4.3.4 + "@eslint-community/regexpp": ^4.10.0 + "@typescript-eslint/scope-manager": 7.16.1 + "@typescript-eslint/type-utils": 7.16.1 + "@typescript-eslint/utils": 7.16.1 + "@typescript-eslint/visitor-keys": 7.16.1 graphemer: ^1.4.0 - ignore: ^5.2.4 + ignore: ^5.3.1 natural-compare: ^1.4.0 - semver: ^7.5.4 - ts-api-utils: ^1.0.1 + ts-api-utils: ^1.3.0 peerDependencies: - "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha - eslint: ^7.0.0 || ^8.0.0 + "@typescript-eslint/parser": ^7.0.0 + eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 5ef2c502255e643e98051e87eb682c2a257e87afd8ec3b9f6274277615e1c2caf3131b352244cfb1987b8b2c415645eeacb9113fa841fc4c9b2ac46e8aed6efd + checksum: 131f20cf13e4b6ae788fcfd160116148e047fdd5137097165787d819f9a7628ae4c5929ebf8a4728f72fb9af273d68b5e4876ce1fdd407ce6b1e4d985c3fd5ce languageName: node linkType: hard -"@typescript-eslint/parser@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/parser@npm:6.21.0" +"@typescript-eslint/parser@npm:7.16.1": + version: 7.16.1 + resolution: "@typescript-eslint/parser@npm:7.16.1" dependencies: - "@typescript-eslint/scope-manager": 6.21.0 - "@typescript-eslint/types": 6.21.0 - "@typescript-eslint/typescript-estree": 6.21.0 - "@typescript-eslint/visitor-keys": 6.21.0 + "@typescript-eslint/scope-manager": 7.16.1 + "@typescript-eslint/types": 7.16.1 + "@typescript-eslint/typescript-estree": 7.16.1 + "@typescript-eslint/visitor-keys": 7.16.1 debug: ^4.3.4 peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 162fe3a867eeeffda7328bce32dae45b52283c68c8cb23258fb9f44971f761991af61f71b8c9fe1aa389e93dfe6386f8509c1273d870736c507d76dd40647b68 + checksum: cd0b4bf9f56df4fee34b0a46756e3de9ac151238e6c69918a43363b2a414eb5e05fac86b770f23ac62f04d5c84820ac8ff5c576277ff2b27ca227e3ed6d9c23c languageName: node linkType: hard @@ -11586,57 +12219,40 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.10.0": - version: 6.10.0 - resolution: "@typescript-eslint/scope-manager@npm:6.10.0" - dependencies: - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/visitor-keys": 6.10.0 - checksum: c9b9483082ae853f10b888cf04d4a14f666ac55e749bfdb7b7f726fc51127a6340b5e2f50d93f134a8854ddcc41f7b116b214753251a8b033d0d84c600439c54 - languageName: node - linkType: hard - -"@typescript-eslint/scope-manager@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/scope-manager@npm:6.21.0" +"@typescript-eslint/scope-manager@npm:7.16.1": + version: 7.16.1 + resolution: "@typescript-eslint/scope-manager@npm:7.16.1" dependencies: - "@typescript-eslint/types": 6.21.0 - "@typescript-eslint/visitor-keys": 6.21.0 - checksum: 71028b757da9694528c4c3294a96cc80bc7d396e383a405eab3bc224cda7341b88e0fc292120b35d3f31f47beac69f7083196c70616434072fbcd3d3e62d3376 + "@typescript-eslint/types": 7.16.1 + "@typescript-eslint/visitor-keys": 7.16.1 + checksum: 5575e24fecc88e5bd85fc0f44c3952f804dffcc99eca4b6aeaa44a31018d0d86286f608acc793d3e873508a571304f006b37fd23d768598e43afc44d35c55220 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.10.0": - version: 6.10.0 - resolution: "@typescript-eslint/type-utils@npm:6.10.0" +"@typescript-eslint/scope-manager@npm:8.0.0-alpha.44": + version: 8.0.0-alpha.44 + resolution: "@typescript-eslint/scope-manager@npm:8.0.0-alpha.44" dependencies: - "@typescript-eslint/typescript-estree": 6.10.0 - "@typescript-eslint/utils": 6.10.0 - debug: ^4.3.4 - ts-api-utils: ^1.0.1 - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - peerDependenciesMeta: - typescript: - optional: true - checksum: cfe9520cf0c0f50b115d2591acb2abf99ffe5789b3536268ca65b624c8498812d91f187e80c41bea7cf2cebad9c38f69ef27440f872a20fb53c59856d8f5df38 + "@typescript-eslint/types": 8.0.0-alpha.44 + "@typescript-eslint/visitor-keys": 8.0.0-alpha.44 + checksum: 105d4532accca8addb48a756dc840ef7ad26933f7973b3e283d5acd02dabb4ee2371e7fee6feb6c5d1de45cb0d73de0ebda343767150168c8569e3c96f7dad7d languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.21.0, @typescript-eslint/type-utils@npm:^6.13.2, @typescript-eslint/type-utils@npm:^6.9.1": - version: 6.21.0 - resolution: "@typescript-eslint/type-utils@npm:6.21.0" +"@typescript-eslint/type-utils@npm:7.16.1, @typescript-eslint/type-utils@npm:^7.3.0": + version: 7.16.1 + resolution: "@typescript-eslint/type-utils@npm:7.16.1" dependencies: - "@typescript-eslint/typescript-estree": 6.21.0 - "@typescript-eslint/utils": 6.21.0 + "@typescript-eslint/typescript-estree": 7.16.1 + "@typescript-eslint/utils": 7.16.1 debug: ^4.3.4 - ts-api-utils: ^1.0.1 + ts-api-utils: ^1.3.0 peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 77025473f4d80acf1fafcce99c5c283e557686a61861febeba9c9913331f8a41e930bf5cd8b7a54db502a57b6eb8ea6d155cbd4f41349ed00e3d7aeb1f477ddc + checksum: 6128d887189fdabff648931c2d385bd0ad2e8ba11b47a7e35ed962a432bff12611e011ea6137a59452d8ae9715a54c644557b1c00c7b1cf1e4a4f4e126954e9e languageName: node linkType: hard @@ -11647,17 +12263,17 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.10.0": - version: 6.10.0 - resolution: "@typescript-eslint/types@npm:6.10.0" - checksum: e63a9e05eb3d736d02a09131627d5cb89394bf0d9d6b46fb4b620be902d89d73554720be65acbc194787bff9ffcd518c9a6cf88fd63e418232b4181e8d8438df +"@typescript-eslint/types@npm:7.16.1": + version: 7.16.1 + resolution: "@typescript-eslint/types@npm:7.16.1" + checksum: 5fbcf214deda21fc3e0eaab8052d5f7bf30830bbb2c7fff93d39111091bf74fafc9afad2974937ae96b67e92e508c400c9108b4fa98761411db1c1e5aff19642 languageName: node linkType: hard -"@typescript-eslint/types@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/types@npm:6.21.0" - checksum: 9501b47d7403417af95fc1fb72b2038c5ac46feac0e1598a46bcb43e56a606c387e9dcd8a2a0abe174c91b509f2d2a8078b093786219eb9a01ab2fbf9ee7b684 +"@typescript-eslint/types@npm:8.0.0-alpha.44": + version: 8.0.0-alpha.44 + resolution: "@typescript-eslint/types@npm:8.0.0-alpha.44" + checksum: 3b645ef39d021fc95b6bccf5ffd3dfb092bc9a53c9102b343579d1df2d844438ca30d47b59f5d1742ad327c9ed7d460267b548bb3e6d3a718255091b670885f4 languageName: node linkType: hard @@ -11679,74 +12295,55 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.10.0": - version: 6.10.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.10.0" +"@typescript-eslint/typescript-estree@npm:7.16.1": + version: 7.16.1 + resolution: "@typescript-eslint/typescript-estree@npm:7.16.1" dependencies: - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/visitor-keys": 6.10.0 + "@typescript-eslint/types": 7.16.1 + "@typescript-eslint/visitor-keys": 7.16.1 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 - semver: ^7.5.4 - ts-api-utils: ^1.0.1 + minimatch: ^9.0.4 + semver: ^7.6.0 + ts-api-utils: ^1.3.0 peerDependenciesMeta: typescript: optional: true - checksum: 15bd8d9239a557071d6b03e7aa854b769fcc2dbdff587ed94be7ee8060dabdb05bcae4251df22432f625f82087e7f6986e9aab04f7eea35af694d4edd76a21af + checksum: 2557c21f0645f9150020821db500b6be367f83e7e80be87fb04fcc7e2e0d5e5b8f413107873cf05485a4c5516f0cadc9b7754fa5b459a451effc98ccf27f4ce6 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" +"@typescript-eslint/typescript-estree@npm:8.0.0-alpha.44": + version: 8.0.0-alpha.44 + resolution: "@typescript-eslint/typescript-estree@npm:8.0.0-alpha.44" dependencies: - "@typescript-eslint/types": 6.21.0 - "@typescript-eslint/visitor-keys": 6.21.0 + "@typescript-eslint/types": 8.0.0-alpha.44 + "@typescript-eslint/visitor-keys": 8.0.0-alpha.44 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 - minimatch: 9.0.3 - semver: ^7.5.4 - ts-api-utils: ^1.0.1 + minimatch: ^9.0.4 + semver: ^7.6.0 + ts-api-utils: ^1.3.0 peerDependenciesMeta: typescript: optional: true - checksum: dec02dc107c4a541e14fb0c96148f3764b92117c3b635db3a577b5a56fc48df7a556fa853fb82b07c0663b4bf2c484c9f245c28ba3e17e5cb0918ea4cab2ea21 - languageName: node - linkType: hard - -"@typescript-eslint/utils@npm:6.10.0": - version: 6.10.0 - resolution: "@typescript-eslint/utils@npm:6.10.0" - dependencies: - "@eslint-community/eslint-utils": ^4.4.0 - "@types/json-schema": ^7.0.12 - "@types/semver": ^7.5.0 - "@typescript-eslint/scope-manager": 6.10.0 - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/typescript-estree": 6.10.0 - semver: ^7.5.4 - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - checksum: b6bd4d68623fb8d616ae63a88f2954258411a0cc113029fba801d1e74b4c0319fdfbcac0070527afe5cc38c012c8718e4faecd1603000924d7b89e8fefc3f24d + checksum: 754448c12e9ff197a1d0ab7ee876fba69d9b1e8d8454a38d81e635f26fe90c63e16d7b06ac366d681c64ad522d2b0cf2b98f2d4bb3088fc3db121237fc7648dd languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.21.0, @typescript-eslint/utils@npm:^6.13.2": - version: 6.21.0 - resolution: "@typescript-eslint/utils@npm:6.21.0" +"@typescript-eslint/utils@npm:7.16.1, @typescript-eslint/utils@npm:^7.3.0": + version: 7.16.1 + resolution: "@typescript-eslint/utils@npm:7.16.1" dependencies: "@eslint-community/eslint-utils": ^4.4.0 - "@types/json-schema": ^7.0.12 - "@types/semver": ^7.5.0 - "@typescript-eslint/scope-manager": 6.21.0 - "@typescript-eslint/types": 6.21.0 - "@typescript-eslint/typescript-estree": 6.21.0 - semver: ^7.5.4 + "@typescript-eslint/scope-manager": 7.16.1 + "@typescript-eslint/types": 7.16.1 + "@typescript-eslint/typescript-estree": 7.16.1 peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - checksum: b129b3a4aebec8468259f4589985cb59ea808afbfdb9c54f02fad11e17d185e2bf72bb332f7c36ec3c09b31f18fc41368678b076323e6e019d06f74ee93f7bf2 + eslint: ^8.56.0 + checksum: 129435ab63363c7bdfa0abbabc1e3b59b66b39ea54a018f7706bc703d233c3c98791bb32f69ddec4715f6ffd6c66554f55eb76b3b91fcea9e919734cf23f6ead languageName: node linkType: hard @@ -11768,6 +12365,20 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/utils@npm:^8.0.0-alpha.28": + version: 8.0.0-alpha.44 + resolution: "@typescript-eslint/utils@npm:8.0.0-alpha.44" + dependencies: + "@eslint-community/eslint-utils": ^4.4.0 + "@typescript-eslint/scope-manager": 8.0.0-alpha.44 + "@typescript-eslint/types": 8.0.0-alpha.44 + "@typescript-eslint/typescript-estree": 8.0.0-alpha.44 + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + checksum: 141c22865ec9234f2018a535a735a577c4937df6fbcfb87a15f966627be1a791609e8833f8854885e99558e464566c4e831430e993f05f6cbe15b5b7bcb070b9 + languageName: node + linkType: hard + "@typescript-eslint/visitor-keys@npm:5.62.0": version: 5.62.0 resolution: "@typescript-eslint/visitor-keys@npm:5.62.0" @@ -11778,23 +12389,23 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.10.0": - version: 6.10.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.10.0" +"@typescript-eslint/visitor-keys@npm:7.16.1": + version: 7.16.1 + resolution: "@typescript-eslint/visitor-keys@npm:7.16.1" dependencies: - "@typescript-eslint/types": 6.10.0 - eslint-visitor-keys: ^3.4.1 - checksum: 9640bfae41e6109ffba31e68b1720382de0538d021261e2fc9e514c83c703084393c0818ca77ed26b950273e45e593371120281e8d4bbd09cb8c2d46c9fe4f03 + "@typescript-eslint/types": 7.16.1 + eslint-visitor-keys: ^3.4.3 + checksum: 3d181d42dc9c29f6518343ae6d57b046743888e1d2dd0f3a547a1388564cdea7474c689ac17761a62effc57b3e7b90d5c51ae25e8bd411559a9ee8975094bd54 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.21.0" +"@typescript-eslint/visitor-keys@npm:8.0.0-alpha.44": + version: 8.0.0-alpha.44 + resolution: "@typescript-eslint/visitor-keys@npm:8.0.0-alpha.44" dependencies: - "@typescript-eslint/types": 6.21.0 - eslint-visitor-keys: ^3.4.1 - checksum: 67c7e6003d5af042d8703d11538fca9d76899f0119130b373402819ae43f0bc90d18656aa7add25a24427ccf1a0efd0804157ba83b0d4e145f06107d7d1b7433 + "@typescript-eslint/types": 8.0.0-alpha.44 + eslint-visitor-keys: ^3.4.3 + checksum: 076574ceb880f951eac664aba6e82810f44380048f90fd57d55b4e19c55eccbaa03a8544652cf0f0a49bca083a4e2c45b826577fd63e2839ec57e92dacddfb87 languageName: node linkType: hard @@ -12137,18 +12748,18 @@ __metadata: languageName: node linkType: hard -"@zkochan/js-yaml@npm:0.0.6": - version: 0.0.6 - resolution: "@zkochan/js-yaml@npm:0.0.6" +"@zkochan/js-yaml@npm:0.0.7": + version: 0.0.7 + resolution: "@zkochan/js-yaml@npm:0.0.7" dependencies: argparse: ^2.0.1 bin: js-yaml: bin/js-yaml.js - checksum: 51b81597a1d1d79c778b8fae48317eaad78d75223d0b7477ad2b35f47cf63b19504da430bb7a03b326e668b282874242cc123e323e57293be038684cb5e755f8 + checksum: fc53174afc1373c834ba56108e625bf5c98f430fb0a52d3da8e868156e21c2f6a7cd5e649d126db84bba6280bbc82d4f314457846aaf2107022d043100256dd7 languageName: node linkType: hard -"abab@npm:^2.0.5, abab@npm:^2.0.6": +"abab@npm:^2.0.6": version: 2.0.6 resolution: "abab@npm:2.0.6" checksum: 6ffc1af4ff315066c62600123990d87551ceb0aafa01e6539da77b0f5987ac7019466780bf480f1787576d4385e3690c81ccc37cfda12819bf510b8ab47e5a3e @@ -12339,7 +12950,21 @@ __metadata: languageName: node linkType: hard -"ajv-formats@npm:2.1.1, ajv-formats@npm:^2.1.1, ajv-formats@npm:~2.1.0": +"ajv-formats@npm:3.0.1": + version: 3.0.1 + resolution: "ajv-formats@npm:3.0.1" + dependencies: + ajv: ^8.0.0 + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + checksum: f4e1fe232d67fcafc02eafe373a7a9962351e0439dd0736647ca75c93c3da23b430b6502c255ab4315410ae330d4f3013ac9fe226c40b2524ca93a58e786d086 + languageName: node + linkType: hard + +"ajv-formats@npm:^2.1.1, ajv-formats@npm:~2.1.0": version: 2.1.1 resolution: "ajv-formats@npm:2.1.1" dependencies: @@ -12373,15 +12998,15 @@ __metadata: languageName: node linkType: hard -"ajv@npm:8.12.0, ajv@npm:^8.0.0, ajv@npm:^8.11.0, ajv@npm:^8.12.0, ajv@npm:^8.6.0, ajv@npm:^8.6.3, ajv@npm:^8.8.2, ajv@npm:^8.9.0": - version: 8.12.0 - resolution: "ajv@npm:8.12.0" +"ajv@npm:8.13.0": + version: 8.13.0 + resolution: "ajv@npm:8.13.0" dependencies: - fast-deep-equal: ^3.1.1 + fast-deep-equal: ^3.1.3 json-schema-traverse: ^1.0.0 require-from-string: ^2.0.2 - uri-js: ^4.2.2 - checksum: 4dc13714e316e67537c8b31bc063f99a1d9d9a497eb4bbd55191ac0dcd5e4985bbb71570352ad6f1e76684fb6d790928f96ba3b2d4fd6e10024be9612fe3f001 + uri-js: ^4.4.1 + checksum: 6de82d0b2073e645ca3300561356ddda0234f39b35d2125a8700b650509b296f41c00ab69f53178bbe25ad688bd6ac3747ab44101f2f4bd245952e8fd6ccc3c1 languageName: node linkType: hard @@ -12397,6 +13022,18 @@ __metadata: languageName: node linkType: hard +"ajv@npm:^8.0.0, ajv@npm:^8.11.0, ajv@npm:^8.12.0, ajv@npm:^8.6.0, ajv@npm:^8.6.3, ajv@npm:^8.8.2, ajv@npm:^8.9.0": + version: 8.12.0 + resolution: "ajv@npm:8.12.0" + dependencies: + fast-deep-equal: ^3.1.1 + json-schema-traverse: ^1.0.0 + require-from-string: ^2.0.2 + uri-js: ^4.2.2 + checksum: 4dc13714e316e67537c8b31bc063f99a1d9d9a497eb4bbd55191ac0dcd5e4985bbb71570352ad6f1e76684fb6d790928f96ba3b2d4fd6e10024be9612fe3f001 + languageName: node + linkType: hard + "angular-google-tag-manager@npm:1.8.0": version: 1.8.0 resolution: "angular-google-tag-manager@npm:1.8.0" @@ -12886,25 +13523,7 @@ __metadata: languageName: node linkType: hard -"autoprefixer@npm:10.4.17": - version: 10.4.17 - resolution: "autoprefixer@npm:10.4.17" - dependencies: - browserslist: ^4.22.2 - caniuse-lite: ^1.0.30001578 - fraction.js: ^4.3.7 - normalize-range: ^0.1.2 - picocolors: ^1.0.0 - postcss-value-parser: ^4.2.0 - peerDependencies: - postcss: ^8.1.0 - bin: - autoprefixer: bin/autoprefixer - checksum: 1b4cf4097507f9dc48cef3194f18a05901311c881380cc634b308fce54a6554cf2dcd20aec8384b44e994d4665ab12c63dc89492523f8d74ff5d4d5eb1469f8c - languageName: node - linkType: hard - -"autoprefixer@npm:^10.4.0": +"autoprefixer@npm:10.4.19, autoprefixer@npm:^10.4.0": version: 10.4.19 resolution: "autoprefixer@npm:10.4.19" dependencies: @@ -13100,7 +13719,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-istanbul@npm:6.1.1, babel-plugin-istanbul@npm:^6.1.1": +"babel-plugin-istanbul@npm:^6.1.1": version: 6.1.1 resolution: "babel-plugin-istanbul@npm:6.1.1" dependencies: @@ -13136,7 +13755,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.4.10, babel-plugin-polyfill-corejs2@npm:^0.4.8": +"babel-plugin-polyfill-corejs2@npm:^0.4.10": version: 0.4.10 resolution: "babel-plugin-polyfill-corejs2@npm:0.4.10" dependencies: @@ -13161,29 +13780,6 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.9.0": - version: 0.9.0 - resolution: "babel-plugin-polyfill-corejs3@npm:0.9.0" - dependencies: - "@babel/helper-define-polyfill-provider": ^0.5.0 - core-js-compat: ^3.34.0 - peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 65bbf59fc0145c7a264822777403632008dce00015b4b5c7ec359125ef4faf9e8f494ae5123d2992104feb6f19a3cff85631992862e48b6d7bd64eb7e755ee1f - languageName: node - linkType: hard - -"babel-plugin-polyfill-regenerator@npm:^0.5.5": - version: 0.5.5 - resolution: "babel-plugin-polyfill-regenerator@npm:0.5.5" - dependencies: - "@babel/helper-define-polyfill-provider": ^0.5.0 - peerDependencies: - "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 3a9b4828673b23cd648dcfb571eadcd9d3fadfca0361d0a7c6feeb5a30474e92faaa49f067a6e1c05e49b6a09812879992028ff3ef3446229ff132d6e1de7eb6 - languageName: node - linkType: hard - "babel-plugin-polyfill-regenerator@npm:^0.6.1": version: 0.6.1 resolution: "babel-plugin-polyfill-regenerator@npm:0.6.1" @@ -13468,6 +14064,16 @@ __metadata: languageName: node linkType: hard +"bonjour-service@npm:^1.2.1": + version: 1.2.1 + resolution: "bonjour-service@npm:1.2.1" + dependencies: + fast-deep-equal: ^3.1.3 + multicast-dns: ^7.2.5 + checksum: b65b3e6e3a07e97f2da5806afb76f3946d5a6426b72e849a0236dc3c9d3612fb8c5359ebade4be7eb63f74a37670c53a53be2ff17f4f709811fda77f600eb25b + languageName: node + linkType: hard + "boolbase@npm:^1.0.0": version: 1.0.0 resolution: "boolbase@npm:1.0.0" @@ -13643,6 +14249,20 @@ __metadata: languageName: node linkType: hard +"browserslist@npm:^4.23.1": + version: 4.23.2 + resolution: "browserslist@npm:4.23.2" + 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 + checksum: 8212af37f6ca6355da191cf2d4ad49bd0b82854888b9a7e103638fada70d38cbe36d28feeeaa98344cb15d9128f9f74bcc8ce1bfc9011b5fd14381c1c6fb542c + languageName: node + linkType: hard + "bs-logger@npm:0.x, bs-logger@npm:^0.2.6": version: 0.2.6 resolution: "bs-logger@npm:0.2.6" @@ -13764,6 +14384,15 @@ __metadata: languageName: node linkType: hard +"bundle-name@npm:^4.1.0": + version: 4.1.0 + resolution: "bundle-name@npm:4.1.0" + dependencies: + run-applescript: ^7.0.0 + checksum: 1d966c8d2dbf4d9d394e53b724ac756c2414c45c01340b37743621f59cc565a435024b394ddcb62b9b335d1c9a31f4640eb648c3fec7f97ee74dc0694c9beb6c + languageName: node + linkType: hard + "bytes@npm:3.0.0": version: 3.0.0 resolution: "bytes@npm:3.0.0" @@ -13963,13 +14592,20 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001578, caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599": +"caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599": version: 1.0.30001600 resolution: "caniuse-lite@npm:1.0.30001600" checksum: 1aae03be0e9f96163e88b9305531ef8db0e01f224aff545c61a32ce0b0ca323e22531bf680bacac3e34f98e23f71ac31a21b328fa0fcbbecea65a2c2638c70c4 languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001640": + version: 1.0.30001642 + resolution: "caniuse-lite@npm:1.0.30001642" + checksum: 23f823ec115306eaf9299521328bb6ad0c4ce65254c375b14fd497ceda759ee8ee5b8763b7b622cb36b6b5fb53c6cb8569785fba842fe289be7dc3fcf008eb4f + languageName: node + linkType: hard + "canvas@npm:2.10.2": version: 2.10.2 resolution: "canvas@npm:2.10.2" @@ -14680,7 +15316,7 @@ __metadata: languageName: node linkType: hard -"commander@npm:^7.1.0, commander@npm:^7.2.0": +"commander@npm:^7.2.0": version: 7.2.0 resolution: "commander@npm:7.2.0" checksum: 53501cbeee61d5157546c0bef0fedb6cdfc763a882136284bed9a07225f09a14b82d2a84e7637edfd1a679fb35ed9502fd58ef1d091e6287f60d790147f68ddc @@ -15022,7 +15658,7 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.34.0, core-js-compat@npm:^3.36.1": +"core-js-compat@npm:^3.36.1": version: 3.36.1 resolution: "core-js-compat@npm:3.36.1" dependencies: @@ -15038,10 +15674,10 @@ __metadata: languageName: node linkType: hard -"core-js@npm:3.25.5": - version: 3.25.5 - resolution: "core-js@npm:3.25.5" - checksum: 208b308c49bc022f90d4349d4c99802a73c9d55053976b3c529f10014c1e37845926defad8c519f2c7f71ea0acf18d2b323ab6aaee34dc85b4c4b3ced0623f3f +"core-js@npm:3.36.1": + version: 3.36.1 + resolution: "core-js@npm:3.36.1" + checksum: 6f6c152179bd0673da34e67a82c6a5c37f31f9fbe908e9caf93749dc62a25b6e07fbff2411de3b74bb2d0661b7f9fb247115ba8efabf9904f5fef26edead515e languageName: node linkType: hard @@ -15174,9 +15810,9 @@ __metadata: languageName: node linkType: hard -"critters@npm:0.0.20": - version: 0.0.20 - resolution: "critters@npm:0.0.20" +"critters@npm:0.0.22": + version: 0.0.22 + resolution: "critters@npm:0.0.22" dependencies: chalk: ^4.1.0 css-select: ^5.1.0 @@ -15184,8 +15820,8 @@ __metadata: domhandler: ^5.0.2 htmlparser2: ^8.0.2 postcss: ^8.4.23 - pretty-bytes: ^5.3.0 - checksum: 402b9a2cf69a31d255925f062eefb2a1743eb6ce0d8e55beb5006ef61d1c9ea56f2f59e8f441e639fd8ea06a81cd982d7371de28828de488f94511269849df5c + postcss-media-query-parser: ^0.2.3 + checksum: e5f49ccf2966bb4e403981c654b413c81c728e2f56038c1ce03f28e87abec1be47c4005df2950ead581b2bb5036abe9d85a54df1a92e8a80490d3735687a0aa6 languageName: node linkType: hard @@ -15282,27 +15918,27 @@ __metadata: languageName: node linkType: hard -"css-loader@npm:6.10.0": - version: 6.10.0 - resolution: "css-loader@npm:6.10.0" +"css-loader@npm:7.1.1": + version: 7.1.1 + resolution: "css-loader@npm:7.1.1" dependencies: icss-utils: ^5.1.0 postcss: ^8.4.33 - postcss-modules-extract-imports: ^3.0.0 - postcss-modules-local-by-default: ^4.0.4 - postcss-modules-scope: ^3.1.1 + 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 peerDependencies: "@rspack/core": 0.x || 1.x - webpack: ^5.0.0 + webpack: ^5.27.0 peerDependenciesMeta: "@rspack/core": optional: true webpack: optional: true - checksum: ee3d62b5f7e4eb24281a22506431e920d07a45bd6ea627731ce583f3c6a846ab8b8b703bace599b9b35256b9e762f9f326d969abb72b69c7e6055eacf39074fd + checksum: 586e8d2d38c1456355cde973bebae7ba9dbe46640a485cae75e5d867f87b9171284245f8951e635ae82466b614ca19a4951966ab48743cdfa161321d79aa677c languageName: node linkType: hard @@ -15597,9 +16233,9 @@ __metadata: languageName: node linkType: hard -"cypress@npm:^13.0.0": - version: 13.7.1 - resolution: "cypress@npm:13.7.1" +"cypress@npm:13.13.0": + version: 13.13.0 + resolution: "cypress@npm:13.13.0" dependencies: "@cypress/request": ^3.0.0 "@cypress/xvfb": ^1.2.4 @@ -15640,12 +16276,12 @@ __metadata: request-progress: ^3.0.0 semver: ^7.5.3 supports-color: ^8.1.1 - tmp: ~0.2.1 + tmp: ~0.2.3 untildify: ^4.0.0 yauzl: ^2.10.0 bin: cypress: bin/cypress - checksum: f6c3cafdc53f5737d3b981c9e8ace574398bc999c47e87bb8c8855052b6aa53c140d8361484b573f600acbcbcc113aad4c97a6953878e8c82f0a43864b58e17c + checksum: 61251459daec04993d7b180d0073776d3e6d9e882e7152612b393e7834274a619cf0735fd118897aada1fb828d507966fc65ff973f596984fcd30374a07996c7 languageName: node linkType: hard @@ -15951,6 +16587,23 @@ __metadata: languageName: node linkType: hard +"default-browser-id@npm:^5.0.0": + version: 5.0.0 + resolution: "default-browser-id@npm:5.0.0" + checksum: 185bfaecec2c75fa423544af722a3469b20704c8d1942794a86e4364fe7d9e8e9f63241a5b769d61c8151993bc65833a5b959026fa1ccea343b3db0a33aa6deb + languageName: node + linkType: hard + +"default-browser@npm:^5.2.1": + version: 5.2.1 + resolution: "default-browser@npm:5.2.1" + dependencies: + bundle-name: ^4.1.0 + default-browser-id: ^5.0.0 + checksum: afab7eff7b7f5f7a94d9114d1ec67273d3fbc539edf8c0f80019879d53aa71e867303c6f6d7cffeb10a6f3cfb59d4f963dba3f9c96830b4540cc7339a1bf9840 + languageName: node + linkType: hard + "default-gateway@npm:^6.0.3": version: 6.0.3 resolution: "default-gateway@npm:6.0.3" @@ -16014,6 +16667,13 @@ __metadata: languageName: node linkType: hard +"define-lazy-prop@npm:^3.0.0": + version: 3.0.0 + resolution: "define-lazy-prop@npm:3.0.0" + checksum: 54884f94caac0791bf6395a3ec530ce901cf71c47b0196b8754f3fd17edb6c0e80149c1214429d851873bb0d689dbe08dcedbb2306dc45c8534a5934723851b6 + languageName: node + linkType: hard + "define-properties@npm:^1.1.3, define-properties@npm:^1.1.4, define-properties@npm:^1.2.0": version: 1.2.0 resolution: "define-properties@npm:1.2.0" @@ -16152,6 +16812,13 @@ __metadata: languageName: node linkType: hard +"detect-libc@npm:^2.0.1": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 2ba6a939ae55f189aea996ac67afceb650413c7a34726ee92c40fb0deb2400d57ef94631a8a3f052055eea7efb0f99a9b5e6ce923415daa3e68221f963cfc27d + languageName: node + linkType: hard + "detect-newline@npm:^2.1.0": version: 2.1.0 resolution: "detect-newline@npm:2.1.0" @@ -16432,7 +17099,7 @@ __metadata: languageName: node linkType: hard -"dotenv-expand@npm:^10.0.0, dotenv-expand@npm:~10.0.0": +"dotenv-expand@npm:^10.0.0": version: 10.0.0 resolution: "dotenv-expand@npm:10.0.0" checksum: 2a38b470efe0abcb1ac8490421a55e1d764dc9440fd220942bce40965074f3fb00b585f4346020cb0f0f219966ee6b4ee5023458b3e2953fe5b3214de1b314ee @@ -16446,6 +17113,15 @@ __metadata: languageName: node linkType: hard +"dotenv-expand@npm:~11.0.6": + version: 11.0.6 + resolution: "dotenv-expand@npm:11.0.6" + dependencies: + dotenv: ^16.4.4 + checksum: dbbe1ecbdf17f4ba5556744b259801bdbc8c221c0d167f4f3ef079206ebf658f487fe96ea1fd504dc15172328d25f6c665581eb8d873298904a52d48a2004b49 + languageName: node + linkType: hard + "dotenv@npm:^10.0.0": version: 10.0.0 resolution: "dotenv@npm:10.0.0" @@ -16453,7 +17129,7 @@ __metadata: languageName: node linkType: hard -"dotenv@npm:^16.0.0": +"dotenv@npm:^16.0.0, dotenv@npm:^16.4.4, dotenv@npm:~16.4.5": version: 16.4.5 resolution: "dotenv@npm:16.4.5" checksum: 301a12c3d44fd49888b74eb9ccf9f07a1f5df43f489e7fcb89647a2edcd84c42d6bc349dc8df099cd18f07c35c7b04685c1a4f3e6a6a9e6b30f8d48c15b7f49c @@ -16467,13 +17143,6 @@ __metadata: languageName: node linkType: hard -"dotenv@npm:~16.3.1": - version: 16.3.1 - resolution: "dotenv@npm:16.3.1" - checksum: 15d75e7279018f4bafd0ee9706593dd14455ddb71b3bcba9c52574460b7ccaf67d5cf8b2c08a5af1a9da6db36c956a04a1192b101ee102a3e0cf8817bbcf3dfd - languageName: node - linkType: hard - "downlevel-dts@npm:^0.11.0": version: 0.11.0 resolution: "downlevel-dts@npm:0.11.0" @@ -16632,6 +17301,13 @@ __metadata: languageName: node linkType: hard +"electron-to-chromium@npm:^1.4.820": + version: 1.4.827 + resolution: "electron-to-chromium@npm:1.4.827" + checksum: ce0b6b28d6555b4a1f0341331def5011d0f5c56542f95d114d5cedce218fb4a4415254494322ca40663ce9e9e5590623b0c0c09170838675d602367251bde677 + languageName: node + linkType: hard + "emittery@npm:^0.13.1": version: 0.13.1 resolution: "emittery@npm:0.13.1" @@ -17063,16 +17739,16 @@ __metadata: languageName: node linkType: hard -"esbuild-wasm@npm:0.20.0": - version: 0.20.0 - resolution: "esbuild-wasm@npm:0.20.0" +"esbuild-wasm@npm:0.21.3": + version: 0.21.3 + resolution: "esbuild-wasm@npm:0.21.3" bin: esbuild: bin/esbuild - checksum: 7c2810ac28ba7170a8a0323d0071e8bf362f47a479c505842dd5189b317bfa8cf76b2acd7b111bc1419e1cfac13340b4a0f78733fe570586ad078657ecce45fe + checksum: a0b0b4eaaf36dbce95b2321ae76d25ae88b968a42aa3d6cc0201c6d0ee9377ef469723f064465b67b77df18fac47fa764f8f0121b533ba4c4f6091daaeaecef7 languageName: node linkType: hard -"esbuild-wasm@npm:>=0.15.13, esbuild-wasm@npm:^0.20.0": +"esbuild-wasm@npm:>=0.15.13": version: 0.20.2 resolution: "esbuild-wasm@npm:0.20.2" bin: @@ -17081,33 +17757,33 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:0.20.0": - version: 0.20.0 - resolution: "esbuild@npm:0.20.0" - dependencies: - "@esbuild/aix-ppc64": 0.20.0 - "@esbuild/android-arm": 0.20.0 - "@esbuild/android-arm64": 0.20.0 - "@esbuild/android-x64": 0.20.0 - "@esbuild/darwin-arm64": 0.20.0 - "@esbuild/darwin-x64": 0.20.0 - "@esbuild/freebsd-arm64": 0.20.0 - "@esbuild/freebsd-x64": 0.20.0 - "@esbuild/linux-arm": 0.20.0 - "@esbuild/linux-arm64": 0.20.0 - "@esbuild/linux-ia32": 0.20.0 - "@esbuild/linux-loong64": 0.20.0 - "@esbuild/linux-mips64el": 0.20.0 - "@esbuild/linux-ppc64": 0.20.0 - "@esbuild/linux-riscv64": 0.20.0 - "@esbuild/linux-s390x": 0.20.0 - "@esbuild/linux-x64": 0.20.0 - "@esbuild/netbsd-x64": 0.20.0 - "@esbuild/openbsd-x64": 0.20.0 - "@esbuild/sunos-x64": 0.20.0 - "@esbuild/win32-arm64": 0.20.0 - "@esbuild/win32-ia32": 0.20.0 - "@esbuild/win32-x64": 0.20.0 +"esbuild@npm:0.21.3": + version: 0.21.3 + resolution: "esbuild@npm:0.21.3" + dependencies: + "@esbuild/aix-ppc64": 0.21.3 + "@esbuild/android-arm": 0.21.3 + "@esbuild/android-arm64": 0.21.3 + "@esbuild/android-x64": 0.21.3 + "@esbuild/darwin-arm64": 0.21.3 + "@esbuild/darwin-x64": 0.21.3 + "@esbuild/freebsd-arm64": 0.21.3 + "@esbuild/freebsd-x64": 0.21.3 + "@esbuild/linux-arm": 0.21.3 + "@esbuild/linux-arm64": 0.21.3 + "@esbuild/linux-ia32": 0.21.3 + "@esbuild/linux-loong64": 0.21.3 + "@esbuild/linux-mips64el": 0.21.3 + "@esbuild/linux-ppc64": 0.21.3 + "@esbuild/linux-riscv64": 0.21.3 + "@esbuild/linux-s390x": 0.21.3 + "@esbuild/linux-x64": 0.21.3 + "@esbuild/netbsd-x64": 0.21.3 + "@esbuild/openbsd-x64": 0.21.3 + "@esbuild/sunos-x64": 0.21.3 + "@esbuild/win32-arm64": 0.21.3 + "@esbuild/win32-ia32": 0.21.3 + "@esbuild/win32-x64": 0.21.3 dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -17157,11 +17833,11 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 501b0f540ab68b3843cb9b1be7efa2d90353c8743e99e84931baa1ef5fe1b87934e29becb23cc635a8af45fab223875efa62200589e18d796f0881a655cb9c07 + checksum: 4f9a71ca82500f5323943afbc39ceffd5ff4c2f20576e55568dd0e7ea95f7050efbf7739e29fa0715b75698e72870fe2b96f2fa9cce5d5021b34b64ea7e75220 languageName: node linkType: hard -"esbuild@npm:>=0.15.13, esbuild@npm:^0.20.0": +"esbuild@npm:>=0.15.13, esbuild@npm:^0.20.1": version: 0.20.2 resolution: "esbuild@npm:0.20.2" dependencies: @@ -17318,33 +17994,33 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.19.3": - version: 0.19.12 - resolution: "esbuild@npm:0.19.12" - dependencies: - "@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 +"esbuild@npm:^0.21.3": + version: 0.21.5 + resolution: "esbuild@npm:0.21.5" + dependencies: + "@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 dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -17394,7 +18070,7 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 2936e29107b43e65a775b78b7bc66ddd7d76febd73840ac7e825fb22b65029422ff51038a08d19b05154f543584bd3afe7d1ef1c63900429475b17fbe61cb61f + checksum: 2911c7b50b23a9df59a7d6d4cdd3a4f85855787f374dce751148dbb13305e0ce7e880dde1608c2ab7a927fc6cec3587b80995f7fc87a64b455f8b70b55fd8ec1 languageName: node linkType: hard @@ -17405,6 +18081,13 @@ __metadata: languageName: node linkType: hard +"escalade@npm:^3.1.2": + version: 3.1.2 + resolution: "escalade@npm:3.1.2" + checksum: 1ec0977aa2772075493002bdbd549d595ff6e9393b1cb0d7d6fcaf78c750da0c158f180938365486f75cb69fba20294351caddfce1b46552a7b6c3cde52eaa02 + languageName: node + linkType: hard + "escape-goat@npm:^2.0.0": version: 2.1.1 resolution: "escape-goat@npm:2.1.1" @@ -17690,23 +18373,23 @@ __metadata: languageName: node linkType: hard -"eslint-scope@npm:^7.0.0": - version: 7.2.1 - resolution: "eslint-scope@npm:7.2.1" +"eslint-scope@npm:^7.2.2": + version: 7.2.2 + resolution: "eslint-scope@npm:7.2.2" dependencies: esrecurse: ^4.3.0 estraverse: ^5.2.0 - checksum: dccda5c8909216f6261969b72c77b95e385f9086bed4bc09d8a6276df8439d8f986810fd9ac3bd02c94c0572cefc7fdbeae392c69df2e60712ab8263986522c5 + checksum: ec97dbf5fb04b94e8f4c5a91a7f0a6dd3c55e46bfc7bbcd0e3138c3a76977570e02ed89a1810c778dcd72072ff0e9621ba1379b4babe53921d71e2e4486fda3e languageName: node linkType: hard -"eslint-scope@npm:^7.2.2": - version: 7.2.2 - resolution: "eslint-scope@npm:7.2.2" +"eslint-scope@npm:^8.0.0": + version: 8.0.2 + resolution: "eslint-scope@npm:8.0.2" dependencies: esrecurse: ^4.3.0 estraverse: ^5.2.0 - checksum: ec97dbf5fb04b94e8f4c5a91a7f0a6dd3c55e46bfc7bbcd0e3138c3a76977570e02ed89a1810c778dcd72072ff0e9621ba1379b4babe53921d71e2e4486fda3e + checksum: bd1e7a0597ec605cf3bc9b35c9e13d7ea6c11fee031b0cada9e8993b0ecf16d81d6f40f1dcd463424af439abf53cd62302ea25707c1599689eb2750d6aa29688 languageName: node linkType: hard @@ -17719,93 +18402,46 @@ __metadata: languageName: node linkType: hard -"eslint-utils@npm:^3.0.0": - version: 3.0.0 - resolution: "eslint-utils@npm:3.0.0" - dependencies: - eslint-visitor-keys: ^2.0.0 - peerDependencies: - eslint: ">=5" - checksum: 0668fe02f5adab2e5a367eee5089f4c39033af20499df88fe4e6aba2015c20720404d8c3d6349b6f716b08fdf91b9da4e5d5481f265049278099c4c836ccb619 - languageName: node - linkType: hard - -"eslint-visitor-keys@npm:^1.1.0": - version: 1.3.0 - resolution: "eslint-visitor-keys@npm:1.3.0" - checksum: 37a19b712f42f4c9027e8ba98c2b06031c17e0c0a4c696cd429bd9ee04eb43889c446f2cd545e1ff51bef9593fcec94ecd2c2ef89129fcbbf3adadbef520376a - languageName: node - linkType: hard - -"eslint-visitor-keys@npm:^2.0.0": - version: 2.1.0 - resolution: "eslint-visitor-keys@npm:2.1.0" - checksum: e3081d7dd2611a35f0388bbdc2f5da60b3a3c5b8b6e928daffff7391146b434d691577aa95064c8b7faad0b8a680266bcda0a42439c18c717b80e6718d7e267d - languageName: node - linkType: hard - -"eslint-visitor-keys@npm:^3.0.0, eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.1": - version: 3.4.1 - resolution: "eslint-visitor-keys@npm:3.4.1" - checksum: f05121d868202736b97de7d750847a328fcfa8593b031c95ea89425333db59676ac087fa905eba438d0a3c5769632f828187e0c1a0d271832a2153c1d3661c2c - languageName: node - linkType: hard - -"eslint-visitor-keys@npm:^3.4.3": - version: 3.4.3 - resolution: "eslint-visitor-keys@npm:3.4.3" - checksum: 36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60 - languageName: node - linkType: hard - -"eslint@npm:8.48.0": - version: 8.48.0 - resolution: "eslint@npm:8.48.0" - dependencies: - "@eslint-community/eslint-utils": ^4.2.0 - "@eslint-community/regexpp": ^4.6.1 - "@eslint/eslintrc": ^2.1.2 - "@eslint/js": 8.48.0 - "@humanwhocodes/config-array": ^0.11.10 - "@humanwhocodes/module-importer": ^1.0.1 - "@nodelib/fs.walk": ^1.2.8 - ajv: ^6.12.4 - chalk: ^4.0.0 - cross-spawn: ^7.0.2 - debug: ^4.3.2 - doctrine: ^3.0.0 - escape-string-regexp: ^4.0.0 - eslint-scope: ^7.2.2 - eslint-visitor-keys: ^3.4.3 - espree: ^9.6.1 - esquery: ^1.4.2 - esutils: ^2.0.2 - fast-deep-equal: ^3.1.3 - file-entry-cache: ^6.0.1 - find-up: ^5.0.0 - glob-parent: ^6.0.2 - globals: ^13.19.0 - graphemer: ^1.4.0 - ignore: ^5.2.0 - imurmurhash: ^0.1.4 - is-glob: ^4.0.0 - is-path-inside: ^3.0.3 - js-yaml: ^4.1.0 - json-stable-stringify-without-jsonify: ^1.0.1 - levn: ^0.4.1 - lodash.merge: ^4.6.2 - minimatch: ^3.1.2 - natural-compare: ^1.4.0 - optionator: ^0.9.3 - strip-ansi: ^6.0.1 - text-table: ^0.2.0 - bin: - eslint: bin/eslint.js - checksum: f20b359a4f8123fec5c033577368cc020d42978b1b45303974acd8da7a27063168ee3fe297ab5b35327162f6a93154063e3ce6577102f70f9809aff793db9bd0 +"eslint-utils@npm:^3.0.0": + version: 3.0.0 + resolution: "eslint-utils@npm:3.0.0" + dependencies: + eslint-visitor-keys: ^2.0.0 + peerDependencies: + eslint: ">=5" + checksum: 0668fe02f5adab2e5a367eee5089f4c39033af20499df88fe4e6aba2015c20720404d8c3d6349b6f716b08fdf91b9da4e5d5481f265049278099c4c836ccb619 + languageName: node + linkType: hard + +"eslint-visitor-keys@npm:^1.1.0": + version: 1.3.0 + resolution: "eslint-visitor-keys@npm:1.3.0" + checksum: 37a19b712f42f4c9027e8ba98c2b06031c17e0c0a4c696cd429bd9ee04eb43889c446f2cd545e1ff51bef9593fcec94ecd2c2ef89129fcbbf3adadbef520376a + languageName: node + linkType: hard + +"eslint-visitor-keys@npm:^2.0.0": + version: 2.1.0 + resolution: "eslint-visitor-keys@npm:2.1.0" + checksum: e3081d7dd2611a35f0388bbdc2f5da60b3a3c5b8b6e928daffff7391146b434d691577aa95064c8b7faad0b8a680266bcda0a42439c18c717b80e6718d7e267d + languageName: node + linkType: hard + +"eslint-visitor-keys@npm:^3.0.0, eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.1": + version: 3.4.1 + resolution: "eslint-visitor-keys@npm:3.4.1" + checksum: f05121d868202736b97de7d750847a328fcfa8593b031c95ea89425333db59676ac087fa905eba438d0a3c5769632f828187e0c1a0d271832a2153c1d3661c2c + languageName: node + linkType: hard + +"eslint-visitor-keys@npm:^3.4.3": + version: 3.4.3 + resolution: "eslint-visitor-keys@npm:3.4.3" + checksum: 36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60 languageName: node linkType: hard -"eslint@npm:^8.0.0": +"eslint@npm:8.57.0": version: 8.57.0 resolution: "eslint@npm:8.57.0" dependencies: @@ -18967,6 +19603,15 @@ __metadata: languageName: node linkType: hard +"front-matter@npm:^4.0.2": + version: 4.0.2 + resolution: "front-matter@npm:4.0.2" + dependencies: + js-yaml: ^3.13.1 + checksum: a5b4c36d75a820301ebf31db0f677332d189c4561903ab6853eaa0504b43634f98557dbf87752e09043dbd2c9dcc14b4bcf9151cb319c8ad7e26edb203c0cd23 + languageName: node + linkType: hard + "fs-constants@npm:^1.0.0": version: 1.0.0 resolution: "fs-constants@npm:1.0.0" @@ -19516,6 +20161,22 @@ __metadata: languageName: node linkType: hard +"glob@npm:^10.3.7": + version: 10.4.5 + resolution: "glob@npm:10.4.5" + 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 + checksum: 0bc725de5e4862f9f387fd0f2b274baf16850dcd2714502ccf471ee401803997983e2c05590cb65f9675a3c6f2a58e7a53f9e365704108c6ad3cbf1d60934c4a + languageName: node + linkType: hard + "glob@npm:^7.0.0, glob@npm:^7.0.5, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6": version: 7.2.3 resolution: "glob@npm:7.2.3" @@ -20028,7 +20689,7 @@ __metadata: languageName: node linkType: hard -"html-entities@npm:^2.1.0": +"html-entities@npm:^2.1.0, html-entities@npm:^2.4.0": version: 2.5.2 resolution: "html-entities@npm:2.5.2" checksum: b23f4a07d33d49ade1994069af4e13d31650e3fb62621e92ae10ecdf01d1a98065c78fd20fdc92b4c7881612210b37c275f2c9fba9777650ab0d6f2ceb3b99b6 @@ -20178,7 +20839,21 @@ __metadata: languageName: node linkType: hard -"http-proxy-middleware@npm:2.0.6, http-proxy-middleware@npm:^2.0.3": +"http-proxy-middleware@npm:3.0.0": + version: 3.0.0 + resolution: "http-proxy-middleware@npm:3.0.0" + dependencies: + "@types/http-proxy": ^1.17.10 + debug: ^4.3.4 + http-proxy: ^1.18.1 + is-glob: ^4.0.1 + is-plain-obj: ^3.0.0 + micromatch: ^4.0.5 + checksum: 2c286f0604f7a08af707a8df8e6f043fca022e55df6f7f843ea48081c9288277fc7fd7196446a7c8e8568dd1db8bf89f1555b2bc8a11bda87123f9f28aebd3a5 + languageName: node + linkType: hard + +"http-proxy-middleware@npm:^2.0.3": version: 2.0.6 resolution: "http-proxy-middleware@npm:2.0.6" dependencies: @@ -20279,13 +20954,13 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:7.0.2": - version: 7.0.2 - resolution: "https-proxy-agent@npm:7.0.2" +"https-proxy-agent@npm:7.0.4, https-proxy-agent@npm:^7.0.1": + version: 7.0.4 + resolution: "https-proxy-agent@npm:7.0.4" dependencies: agent-base: ^7.0.2 debug: 4 - checksum: 088969a0dd476ea7a0ed0a2cf1283013682b08f874c3bc6696c83fa061d2c157d29ef0ad3eb70a2046010bb7665573b2388d10fdcb3e410a66995e5248444292 + checksum: daaab857a967a2519ddc724f91edbbd388d766ff141b9025b629f92b9408fc83cee8a27e11a907aede392938e9c398e240d643e178408a59e4073539cde8cfe9 languageName: node linkType: hard @@ -20299,16 +20974,6 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^7.0.1": - version: 7.0.4 - resolution: "https-proxy-agent@npm:7.0.4" - dependencies: - agent-base: ^7.0.2 - debug: 4 - checksum: daaab857a967a2519ddc724f91edbbd388d766ff141b9025b629f92b9408fc83cee8a27e11a907aede392938e9c398e240d643e178408a59e4073539cde8cfe9 - languageName: node - linkType: hard - "https@npm:^1.0.0": version: 1.0.0 resolution: "https@npm:1.0.0" @@ -20355,6 +21020,13 @@ __metadata: languageName: node linkType: hard +"hyperdyperid@npm:^1.2.0": + version: 1.2.0 + resolution: "hyperdyperid@npm:1.2.0" + checksum: 210029d1c86926f09109f6317d143f8b056fc38e8dd11b0c3e3205fc6c6ff8429fb55b4b9c2bce065462719ed9d34366eced387aaa0035d93eb76b306a8547ef + languageName: node + linkType: hard + "ibm-openapi-validator@npm:1.7.0": version: 1.7.0 resolution: "ibm-openapi-validator@npm:1.7.0" @@ -20452,6 +21124,13 @@ __metadata: languageName: node linkType: hard +"ignore@npm:^5.3.1": + version: 5.3.1 + resolution: "ignore@npm:5.3.1" + checksum: 71d7bb4c1dbe020f915fd881108cbe85a0db3d636a0ea3ba911393c53946711d13a9b1143c7e70db06d571a5822c0a324a6bcde5c9904e7ca5047f01f1bf8cd3 + languageName: node + linkType: hard + "image-size@npm:^1.0.2": version: 1.0.2 resolution: "image-size@npm:1.0.2" @@ -20574,10 +21253,10 @@ __metadata: languageName: node linkType: hard -"ini@npm:4.1.1": - version: 4.1.1 - resolution: "ini@npm:4.1.1" - checksum: 0e5909554074fbc31824fa5415b0f604de4a665514c96a897a77bf77353a7ad4743927321270e9d0610a9d510ccd1f3cd77422f7cc80d8f4542dbce75476fb6d +"ini@npm:4.1.2": + version: 4.1.2 + resolution: "ini@npm:4.1.2" + checksum: 07e2e216dc3d4452f784ef35fe3e304a755bbafbbce725c7894d44b4c0a88c471f5fab58244a261eb351c931df34ac1a9a0914a64055ff8d4b458cfd97c78983 languageName: node linkType: hard @@ -20645,17 +21324,17 @@ __metadata: languageName: node linkType: hard -"inquirer@npm:9.2.14": - version: 9.2.14 - resolution: "inquirer@npm:9.2.14" +"inquirer@npm:9.2.22": + version: 9.2.22 + resolution: "inquirer@npm:9.2.22" dependencies: - "@ljharb/through": ^2.3.12 + "@inquirer/figures": ^1.0.2 + "@ljharb/through": ^2.3.13 ansi-escapes: ^4.3.2 chalk: ^5.3.0 cli-cursor: ^3.1.0 cli-width: ^4.1.0 external-editor: ^3.1.0 - figures: ^3.2.0 lodash: ^4.17.21 mute-stream: 1.0.0 ora: ^5.4.1 @@ -20664,7 +21343,7 @@ __metadata: string-width: ^4.2.3 strip-ansi: ^6.0.1 wrap-ansi: ^6.2.0 - checksum: a4e4d6eaa295dee1a4e658f51646a19644f7a747566fc445ca14ba4401dbbf1819edb6832d8b1f5c3fb2baa3d1bf26251ea33fe087ee45a7ae45381911443833 + checksum: 4b6f80730876795fdc20a6724eb95b46cfb96966e99b85c48e6f69fa51b99da0f0a151ddf1e43de530125433c8c0756ef2e4bb777dfe7f11f9efed6c0012645c languageName: node linkType: hard @@ -20782,6 +21461,13 @@ __metadata: languageName: node linkType: hard +"ipaddr.js@npm:^2.1.0": + version: 2.2.0 + resolution: "ipaddr.js@npm:2.2.0" + checksum: 770ba8451fd9bf78015e8edac0d5abd7a708cbf75f9429ca9147a9d2f3a2d60767cd5de2aab2b1e13ca6e4445bdeff42bf12ef6f151c07a5c6cf8a44328e2859 + languageName: node + linkType: hard + "is-absolute-url@npm:^3.0.0": version: 3.0.3 resolution: "is-absolute-url@npm:3.0.3" @@ -20943,6 +21629,15 @@ __metadata: languageName: node linkType: hard +"is-docker@npm:^3.0.0": + version: 3.0.0 + resolution: "is-docker@npm:3.0.0" + bin: + is-docker: cli.js + checksum: b698118f04feb7eaf3338922bd79cba064ea54a1c3db6ec8c0c8d8ee7613e7e5854d802d3ef646812a8a3ace81182a085dfa0a71cc68b06f3fa794b9783b3c90 + languageName: node + linkType: hard + "is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" @@ -20989,6 +21684,17 @@ __metadata: languageName: node linkType: hard +"is-inside-container@npm:^1.0.0": + version: 1.0.0 + resolution: "is-inside-container@npm:1.0.0" + dependencies: + is-docker: ^3.0.0 + bin: + is-inside-container: cli.js + checksum: c50b75a2ab66ab3e8b92b3bc534e1ea72ca25766832c0623ac22d134116a98bcf012197d1caabe1d1c4bd5f84363d4aa5c36bb4b585fbcaf57be172cd10a1a03 + languageName: node + linkType: hard + "is-installed-globally@npm:^0.4.0, is-installed-globally@npm:~0.4.0": version: 0.4.0 resolution: "is-installed-globally@npm:0.4.0" @@ -21051,6 +21757,13 @@ __metadata: languageName: node linkType: hard +"is-network-error@npm:^1.0.0": + version: 1.1.0 + resolution: "is-network-error@npm:1.1.0" + checksum: b2fe6aac07f814a9de275efd05934c832c129e7ba292d27614e9e8eec9e043b7a0bbeaeca5d0916b0f462edbec2aa2eaee974ee0a12ac095040e9515c222c251 + languageName: node + linkType: hard + "is-npm@npm:^5.0.0": version: 5.0.0 resolution: "is-npm@npm:5.0.0" @@ -21312,6 +22025,15 @@ __metadata: languageName: node linkType: hard +"is-wsl@npm:^3.1.0": + version: 3.1.0 + resolution: "is-wsl@npm:3.1.0" + dependencies: + is-inside-container: ^1.0.0 + checksum: f9734c81f2f9cf9877c5db8356bfe1ff61680f1f4c1011e91278a9c0564b395ae796addb4bf33956871041476ec82c3e5260ed57b22ac91794d4ae70a1d2f0a9 + languageName: node + linkType: hard + "is-yarn-global@npm:^0.3.0": version: 0.3.0 resolution: "is-yarn-global@npm:0.3.0" @@ -21387,6 +22109,19 @@ __metadata: languageName: node linkType: hard +"istanbul-lib-instrument@npm:6.0.2": + version: 6.0.2 + resolution: "istanbul-lib-instrument@npm:6.0.2" + dependencies: + "@babel/core": ^7.23.9 + "@babel/parser": ^7.23.9 + "@istanbuljs/schema": ^0.1.3 + istanbul-lib-coverage: ^3.2.0 + semver: ^7.5.4 + checksum: c10aa1e93a022f9767d7f41e6c07d244cc0a5c090fbb5522d70a5f21fcb98c52b7038850276c6fd1a7a17d1868c14a9d4eb8a24efe58a0ebb9a06f3da68131fe + languageName: node + linkType: hard + "istanbul-lib-instrument@npm:^5.0.4, istanbul-lib-instrument@npm:^5.1.0": version: 5.2.1 resolution: "istanbul-lib-instrument@npm:5.2.1" @@ -21819,9 +22554,9 @@ __metadata: languageName: node linkType: hard -"jest-preset-angular@npm:14.0.3": - version: 14.0.3 - resolution: "jest-preset-angular@npm:14.0.3" +"jest-preset-angular@npm:14.1.1": + version: 14.1.1 + resolution: "jest-preset-angular@npm:14.1.1" dependencies: bs-logger: ^0.2.6 esbuild: ">=0.15.13" @@ -21831,16 +22566,16 @@ __metadata: pretty-format: ^29.0.0 ts-jest: ^29.0.0 peerDependencies: - "@angular-devkit/build-angular": ">=15.0.0 <18.0.0" - "@angular/compiler-cli": ">=15.0.0 <18.0.0" - "@angular/core": ">=15.0.0 <18.0.0" - "@angular/platform-browser-dynamic": ">=15.0.0 <18.0.0" + "@angular-devkit/build-angular": ">=15.0.0 <19.0.0" + "@angular/compiler-cli": ">=15.0.0 <19.0.0" + "@angular/core": ">=15.0.0 <19.0.0" + "@angular/platform-browser-dynamic": ">=15.0.0 <19.0.0" jest: ^29.0.0 typescript: ">=4.8" dependenciesMeta: esbuild: optional: true - checksum: 72f00c810f2cefc45d45956d2f28fdd57fd33cc0c540b1f94d40e6822393a5f8ec29d8cbd6b9251d77e81954a2524f0d9191e4108dd576045310c6f47684574d + checksum: fd780c9e956b41fd816c6eb66f21b0ad23fff1d5c43e8c6f94ac26980455f0aaa43ac775ce94acbf6b8ef1be0590660a5a02a98d5f370e4b5605558f142a8b5d languageName: node linkType: hard @@ -22161,17 +22896,6 @@ __metadata: languageName: node linkType: hard -"js-yaml@npm:4.1.0, js-yaml@npm:^4.1.0": - version: 4.1.0 - resolution: "js-yaml@npm:4.1.0" - dependencies: - argparse: ^2.0.1 - bin: - js-yaml: bin/js-yaml.js - checksum: c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a - languageName: node - linkType: hard - "js-yaml@npm:^3.10.0, js-yaml@npm:^3.13.1, js-yaml@npm:^3.14.0, js-yaml@npm:^3.14.1": version: 3.14.1 resolution: "js-yaml@npm:3.14.1" @@ -22184,6 +22908,17 @@ __metadata: languageName: node linkType: hard +"js-yaml@npm:^4.1.0": + version: 4.1.0 + resolution: "js-yaml@npm:4.1.0" + dependencies: + argparse: ^2.0.1 + bin: + js-yaml: bin/js-yaml.js + checksum: c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a + languageName: node + linkType: hard + "jsbn@npm:1.1.0": version: 1.1.0 resolution: "jsbn@npm:1.1.0" @@ -22949,6 +23684,16 @@ __metadata: languageName: node linkType: hard +"launch-editor@npm:^2.6.1": + version: 2.8.0 + resolution: "launch-editor@npm:2.8.0" + dependencies: + picocolors: ^1.0.0 + shell-quote: ^1.8.1 + checksum: 495009163fd4879fbc576323d1da3b821379ec66e9c20ed3297ea65b3eceb720fe9409cbd2819d6ff5dd0115325e6b6716d473dd729d5aa8ddd67810e3545477 + languageName: node + linkType: hard + "lazy-ass@npm:^1.6.0": version: 1.6.0 resolution: "lazy-ass@npm:1.6.0" @@ -23006,6 +23751,22 @@ __metadata: languageName: node linkType: hard +"less-loader@npm:12.2.0": + version: 12.2.0 + resolution: "less-loader@npm:12.2.0" + peerDependencies: + "@rspack/core": 0.x || 1.x + less: ^3.5.0 || ^4.0.0 + webpack: ^5.0.0 + peerDependenciesMeta: + "@rspack/core": + optional: true + webpack: + optional: true + checksum: df08dba1d733d6b4202ce185e8fe4897c407a20aeba01dc214f514352ab5aadcd53fc76366b9e473f9ec920bb612d839b39c686303d2ce2155edf61a7be69b7b + languageName: node + linkType: hard + "less@npm:4.1.3": version: 4.1.3 resolution: "less@npm:4.1.3" @@ -23172,6 +23933,41 @@ __metadata: languageName: node linkType: hard +"lmdb@npm:3.0.8": + version: 3.0.8 + resolution: "lmdb@npm:3.0.8" + dependencies: + "@lmdb/lmdb-darwin-arm64": 3.0.8 + "@lmdb/lmdb-darwin-x64": 3.0.8 + "@lmdb/lmdb-linux-arm": 3.0.8 + "@lmdb/lmdb-linux-arm64": 3.0.8 + "@lmdb/lmdb-linux-x64": 3.0.8 + "@lmdb/lmdb-win32-x64": 3.0.8 + msgpackr: ^1.9.9 + node-addon-api: ^6.1.0 + node-gyp: latest + node-gyp-build-optional-packages: 5.1.1 + ordered-binary: ^1.4.1 + weak-lru-cache: ^1.2.2 + dependenciesMeta: + "@lmdb/lmdb-darwin-arm64": + optional: true + "@lmdb/lmdb-darwin-x64": + optional: true + "@lmdb/lmdb-linux-arm": + optional: true + "@lmdb/lmdb-linux-arm64": + optional: true + "@lmdb/lmdb-linux-x64": + optional: true + "@lmdb/lmdb-win32-x64": + optional: true + bin: + download-lmdb-prebuilds: bin/download-prebuilds.js + checksum: 8778fee2527e869db560bd46ac91398504df804313ab5a5918bd6ca368cc134a5ec47f71cd3becf9bb62ce1f99dbdcf2b5c89601d9058a32d364457ae6e54a4b + languageName: node + linkType: hard + "load-json-file@npm:^5.2.0": version: 5.3.0 resolution: "load-json-file@npm:5.3.0" @@ -23593,12 +24389,12 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:0.30.7": - version: 0.30.7 - resolution: "magic-string@npm:0.30.7" +"magic-string@npm:0.30.10, magic-string@npm:^0.30.5": + version: 0.30.10 + resolution: "magic-string@npm:0.30.10" dependencies: "@jridgewell/sourcemap-codec": ^1.4.15 - checksum: bdf102e36a44d1728ec61b69d655caba3f66ca58898e292f6debe57dc30896bd37908bfe3464a7464a435831a9e44aa905cebd681e21c2f44bbe4dddf225619f + checksum: 456fd47c39b296c47dff967e1965121ace35417eab7f45a99e681e725b8661b48e1573c366ee67a27715025b3740773c46b088f115421c7365ea4ea6fa10d399 languageName: node linkType: hard @@ -23611,15 +24407,6 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:^0.30.5": - version: 0.30.10 - resolution: "magic-string@npm:0.30.10" - dependencies: - "@jridgewell/sourcemap-codec": ^1.4.15 - checksum: 456fd47c39b296c47dff967e1965121ace35417eab7f45a99e681e725b8661b48e1573c366ee67a27715025b3740773c46b088f115421c7365ea4ea6fa10d399 - languageName: node - linkType: hard - "magic-string@npm:~0.30.2": version: 0.30.2 resolution: "magic-string@npm:0.30.2" @@ -23849,6 +24636,18 @@ __metadata: languageName: node linkType: hard +"memfs@npm:^4.6.0": + version: 4.9.3 + resolution: "memfs@npm:4.9.3" + dependencies: + "@jsonjoy.com/json-pack": ^1.0.3 + "@jsonjoy.com/util": ^1.1.2 + tree-dump: ^1.0.1 + tslib: ^2.0.0 + checksum: 65af465dd07d7859c2dd5a50d7d2cb3177d3e5b1d3be3c85361ef561a13728ae8404902ef14f0d5c8330c5b9730ce6b1723c375753b4cb2b9729762d8abb5550 + languageName: node + linkType: hard + "memoizee@npm:^0.4.14, memoizee@npm:^0.4.15": version: 0.4.15 resolution: "memoizee@npm:0.4.15" @@ -24013,15 +24812,15 @@ __metadata: languageName: node linkType: hard -"mini-css-extract-plugin@npm:2.8.0": - version: 2.8.0 - resolution: "mini-css-extract-plugin@npm:2.8.0" +"mini-css-extract-plugin@npm:2.9.0": + version: 2.9.0 + resolution: "mini-css-extract-plugin@npm:2.9.0" dependencies: schema-utils: ^4.0.0 tapable: ^2.2.1 peerDependencies: webpack: ^5.0.0 - checksum: c1edc3ee0e1b3514c3323fa72ad38e993f357964e76737f1d7bb6cf50a0af1ac071080ec16b4e1a94688d23f78533944badad50cd0f00d2ae176f9c58c1f2029 + checksum: ae192c67ba85ac8bffeab66774635bf90181f00d5dd6cf95412426192599ddf5506fb4b1550acbd7a5476476e39db53c770dd40f8378f7baf5de96e3fec4e6e9 languageName: node linkType: hard @@ -24088,6 +24887,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:^9.0.4": + version: 9.0.5 + resolution: "minimatch@npm:9.0.5" + dependencies: + brace-expansion: ^2.0.1 + checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28 + languageName: node + linkType: hard + "minimatch@npm:~3.0.4": version: 3.0.8 resolution: "minimatch@npm:3.0.8" @@ -24218,6 +25026,13 @@ __metadata: languageName: node linkType: hard +"minipass@npm:^7.1.2": + version: 7.1.2 + resolution: "minipass@npm:7.1.2" + checksum: 2bfd325b95c555f2b4d2814d49325691c7bee937d753814861b0b49d5edcda55cbbf22b6b6a60bb91eddac8668771f03c5ff647dcd9d0f798e9548b9cdc46ee3 + languageName: node + linkType: hard + "minizlib@npm:^2.1.1, minizlib@npm:^2.1.2": version: 2.1.2 resolution: "minizlib@npm:2.1.2" @@ -24365,6 +25180,49 @@ __metadata: languageName: node linkType: hard +"msgpackr-extract@npm:^3.0.2": + version: 3.0.3 + resolution: "msgpackr-extract@npm:3.0.3" + dependencies: + "@msgpackr-extract/msgpackr-extract-darwin-arm64": 3.0.3 + "@msgpackr-extract/msgpackr-extract-darwin-x64": 3.0.3 + "@msgpackr-extract/msgpackr-extract-linux-arm": 3.0.3 + "@msgpackr-extract/msgpackr-extract-linux-arm64": 3.0.3 + "@msgpackr-extract/msgpackr-extract-linux-x64": 3.0.3 + "@msgpackr-extract/msgpackr-extract-win32-x64": 3.0.3 + node-gyp: latest + node-gyp-build-optional-packages: 5.2.2 + dependenciesMeta: + "@msgpackr-extract/msgpackr-extract-darwin-arm64": + optional: true + "@msgpackr-extract/msgpackr-extract-darwin-x64": + optional: true + "@msgpackr-extract/msgpackr-extract-linux-arm": + optional: true + "@msgpackr-extract/msgpackr-extract-linux-arm64": + optional: true + "@msgpackr-extract/msgpackr-extract-linux-x64": + optional: true + "@msgpackr-extract/msgpackr-extract-win32-x64": + optional: true + bin: + download-msgpackr-prebuilds: bin/download-prebuilds.js + checksum: 3b5ae152821feff843380f0b091afbebd80bd224e644f4410abd33d05da3159eb8b0d45c7dcf7d5226ce1d5c71cd68052f066788f46ea7a3cd8791a1c740a079 + languageName: node + linkType: hard + +"msgpackr@npm:^1.9.9": + version: 1.11.0 + resolution: "msgpackr@npm:1.11.0" + dependencies: + msgpackr-extract: ^3.0.2 + dependenciesMeta: + msgpackr-extract: + optional: true + checksum: 20a1941e1a281c10a1d43d04349ae7a79bef1cbd0644f1e5acef7f98f6a6e6cd83388ee82689799f9e65623591b11f849ef2f86c8eac83492449bee5a2b055b2 + languageName: node + linkType: hard + "multicast-dns@npm:^7.2.5": version: 7.2.5 resolution: "multicast-dns@npm:7.2.5" @@ -24505,13 +25363,13 @@ __metadata: languageName: node linkType: hard -"ng-packagr@npm:17.2.1": - version: 17.2.1 - resolution: "ng-packagr@npm:17.2.1" +"ng-packagr@npm:18.0.0": + version: 18.0.0 + resolution: "ng-packagr@npm:18.0.0" dependencies: - "@rollup/plugin-json": ^6.0.1 + "@rollup/plugin-json": ^6.1.0 "@rollup/plugin-node-resolve": ^15.2.3 - "@rollup/wasm-node": ^4.5.0 + "@rollup/wasm-node": ^4.18.0 ajv: ^8.12.0 ansi-colors: ^4.1.3 browserslist: ^4.22.1 @@ -24520,8 +25378,7 @@ __metadata: commander: ^12.0.0 convert-source-map: ^2.0.0 dependency-graph: ^1.0.0 - esbuild: ^0.20.0 - esbuild-wasm: ^0.20.0 + esbuild: ^0.21.3 fast-glob: ^3.3.1 find-cache-dir: ^3.3.2 injection-js: ^2.4.0 @@ -24530,17 +25387,15 @@ __metadata: ora: ^5.1.0 piscina: ^4.4.0 postcss: ^8.4.31 - rollup: ^4.5.0 + rollup: ^4.18.0 rxjs: ^7.8.1 sass: ^1.69.5 peerDependencies: - "@angular/compiler-cli": ^17.0.0 || ^17.2.0-next.0 || ^17.3.0-next.0 + "@angular/compiler-cli": ^18.0.0-next.0 || ^18.1.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 tslib: ^2.3.0 - typescript: ">=5.2 <5.4" + typescript: ">=5.4 <5.5" dependenciesMeta: - esbuild: - optional: true rollup: optional: true peerDependenciesMeta: @@ -24548,7 +25403,7 @@ __metadata: optional: true bin: ng-packagr: cli/main.js - checksum: 8bcfa7a7af8e79b2471bd5ab85c3f8b22febc0ff4ac8dbf0e9ed742e2855b9c27763fa0cc6ecdf9bbf8e8fa3f37f58b9c7e6aaa4b8933ded71fb0bb2455e85e3 + checksum: da810351a6a69e483183e445151308318b7dff1b39330efc59e36d5207ebb3c90642150fcce364c2cda3e32f86ce581ea75ad4c017d7952d3fd4d257732a0b5d languageName: node linkType: hard @@ -24686,6 +25541,15 @@ __metadata: languageName: node linkType: hard +"node-addon-api@npm:^6.1.0": + version: 6.1.0 + resolution: "node-addon-api@npm:6.1.0" + dependencies: + node-gyp: latest + checksum: 3a539510e677cfa3a833aca5397300e36141aca064cdc487554f2017110709a03a95da937e98c2a14ec3c626af7b2d1b6dabe629a481f9883143d0d5bff07bf2 + languageName: node + linkType: hard + "node-dir@npm:^0.1.17": version: 0.1.17 resolution: "node-dir@npm:0.1.17" @@ -24760,6 +25624,32 @@ __metadata: languageName: node linkType: hard +"node-gyp-build-optional-packages@npm:5.1.1": + version: 5.1.1 + resolution: "node-gyp-build-optional-packages@npm:5.1.1" + dependencies: + detect-libc: ^2.0.1 + bin: + node-gyp-build-optional-packages: bin.js + node-gyp-build-optional-packages-optional: optional.js + node-gyp-build-optional-packages-test: build-test.js + checksum: f3cb197862516e6879377adaa58142ae9013ab69c86cf2645f8b008db339354145d8ebd9140a13ec7ece5ce28a372ca7e14660379d3a3dd7b908a6f2743606e9 + languageName: node + linkType: hard + +"node-gyp-build-optional-packages@npm:5.2.2": + version: 5.2.2 + resolution: "node-gyp-build-optional-packages@npm:5.2.2" + dependencies: + detect-libc: ^2.0.1 + bin: + node-gyp-build-optional-packages: bin.js + node-gyp-build-optional-packages-optional: optional.js + node-gyp-build-optional-packages-test: build-test.js + checksum: 3c10d7380901ab5febcd153d2632917fe7507edb15a3405e9ef19801834a4c2162459a67b9944887f737f8718baeb4aaf0002c829a8214011930f2de80e4b42f + languageName: node + linkType: hard + "node-gyp-build@npm:^4.2.2": version: 4.6.0 resolution: "node-gyp-build@npm:4.6.0" @@ -25002,6 +25892,18 @@ __metadata: languageName: node linkType: hard +"npm-package-arg@npm:11.0.2": + version: 11.0.2 + resolution: "npm-package-arg@npm:11.0.2" + dependencies: + hosted-git-info: ^7.0.0 + proc-log: ^4.0.0 + semver: ^7.3.5 + validate-npm-package-name: ^5.0.0 + checksum: cb78da54d42373fc87fcecfc68e74b10be02fea940becddf9fdcc8941334a5d57b5e867da2647e8b74880e1dc2b212d0fcc963fafd41cbccca8da3a1afef5b12 + languageName: node + linkType: hard + "npm-package-arg@npm:^10.0.0": version: 10.1.0 resolution: "npm-package-arg@npm:10.1.0" @@ -25023,7 +25925,19 @@ __metadata: languageName: node linkType: hard -"npm-pick-manifest@npm:9.0.0, npm-pick-manifest@npm:^9.0.0": +"npm-pick-manifest@npm:9.0.1": + version: 9.0.1 + resolution: "npm-pick-manifest@npm:9.0.1" + dependencies: + npm-install-checks: ^6.0.0 + npm-normalize-package-bin: ^3.0.0 + npm-package-arg: ^11.0.0 + semver: ^7.3.5 + checksum: acd53d99cb72b39dd2e6aefe32c08a0ba969622911865ff86555dba0cd6e67ca43ae72fd1962084e4344d88596f4faf75128b70347beb29613720445d4063c87 + languageName: node + linkType: hard + +"npm-pick-manifest@npm:^9.0.0": version: 9.0.0 resolution: "npm-pick-manifest@npm:9.0.0" dependencies: @@ -25050,18 +25964,19 @@ __metadata: languageName: node linkType: hard -"npm-registry-fetch@npm:^16.0.0": - version: 16.1.0 - resolution: "npm-registry-fetch@npm:16.1.0" +"npm-registry-fetch@npm:^17.0.0": + version: 17.1.0 + resolution: "npm-registry-fetch@npm:17.1.0" dependencies: + "@npmcli/redact": ^2.0.0 + jsonparse: ^1.3.1 make-fetch-happen: ^13.0.0 minipass: ^7.0.2 minipass-fetch: ^3.0.0 - minipass-json-stream: ^1.0.1 minizlib: ^2.1.2 npm-package-arg: ^11.0.0 - proc-log: ^3.0.0 - checksum: 6aa8483973aaf8c8543753d415983eb6722ecba0703030f3b152074eaa1106df75ffd084e483f30a33c81203c7ec07555bcc9e45fc07f7c0904501506c0929a2 + proc-log: ^4.0.0 + checksum: 12452e690aa98a4504fe70a40e97877656799a66d31b8e6d5786b85d1d27aee168162cd5d78acc05a7eac5fa56f2b5ba0bdf80e83daaf5ef67e66c3d8c979c39 languageName: node linkType: hard @@ -25147,38 +26062,38 @@ __metadata: languageName: node linkType: hard -"nx@npm:18.1.2": - version: 18.1.2 - resolution: "nx@npm:18.1.2" +"nx@npm:19.4.3": + version: 19.4.3 + resolution: "nx@npm:19.4.3" dependencies: - "@nrwl/tao": 18.1.2 - "@nx/nx-darwin-arm64": 18.1.2 - "@nx/nx-darwin-x64": 18.1.2 - "@nx/nx-freebsd-x64": 18.1.2 - "@nx/nx-linux-arm-gnueabihf": 18.1.2 - "@nx/nx-linux-arm64-gnu": 18.1.2 - "@nx/nx-linux-arm64-musl": 18.1.2 - "@nx/nx-linux-x64-gnu": 18.1.2 - "@nx/nx-linux-x64-musl": 18.1.2 - "@nx/nx-win32-arm64-msvc": 18.1.2 - "@nx/nx-win32-x64-msvc": 18.1.2 + "@nrwl/tao": 19.4.3 + "@nx/nx-darwin-arm64": 19.4.3 + "@nx/nx-darwin-x64": 19.4.3 + "@nx/nx-freebsd-x64": 19.4.3 + "@nx/nx-linux-arm-gnueabihf": 19.4.3 + "@nx/nx-linux-arm64-gnu": 19.4.3 + "@nx/nx-linux-arm64-musl": 19.4.3 + "@nx/nx-linux-x64-gnu": 19.4.3 + "@nx/nx-linux-x64-musl": 19.4.3 + "@nx/nx-win32-arm64-msvc": 19.4.3 + "@nx/nx-win32-x64-msvc": 19.4.3 "@yarnpkg/lockfile": ^1.1.0 "@yarnpkg/parsers": 3.0.0-rc.46 - "@zkochan/js-yaml": 0.0.6 + "@zkochan/js-yaml": 0.0.7 axios: ^1.6.0 chalk: ^4.1.0 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: ^8.0.1 - dotenv: ~16.3.1 - dotenv-expand: ~10.0.0 + 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 - js-yaml: 4.1.0 jsonc-parser: 3.2.0 lines-and-columns: ~2.0.3 minimatch: 9.0.3 @@ -25227,7 +26142,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 917148655b3838c000e0d119c67b9cdea421ac652a95a3eca68a447b0333380305698619c134780e9f0f8c4f6a7f58100f9c7627182742be1c377f95fd1d2b48 + checksum: 2ac6f749b77459a5fa5bc6c6098b832ee06065abd194999c781629507c810fb86afcc38e617583f107a2261e105e1367b1dbfd5f94ea11c8d5cf860b6c8f0a4d languageName: node linkType: hard @@ -25421,7 +26336,7 @@ __metadata: languageName: node linkType: hard -"on-finished@npm:2.4.1": +"on-finished@npm:2.4.1, on-finished@npm:^2.4.1": version: 2.4.1 resolution: "on-finished@npm:2.4.1" dependencies: @@ -25500,6 +26415,18 @@ __metadata: languageName: node linkType: hard +"open@npm:^10.0.3": + version: 10.1.0 + resolution: "open@npm:10.1.0" + dependencies: + default-browser: ^5.2.1 + define-lazy-prop: ^3.0.0 + is-inside-container: ^1.0.0 + is-wsl: ^3.1.0 + checksum: 079b0771616bac13b08129b0300032dc9328d72f345e460dd0416b8a8196a5bdf5e0251fefec8aa2a6a97c736734ac65dd8f1d29ab3fc9a13e85624aa5bc4470 + languageName: node + linkType: hard + "open@npm:^7.4.2": version: 7.4.2 resolution: "open@npm:7.4.2" @@ -25612,6 +26539,13 @@ __metadata: languageName: node linkType: hard +"ordered-binary@npm:^1.4.1": + version: 1.5.1 + resolution: "ordered-binary@npm:1.5.1" + checksum: ec4d3a6bd7f8c84afec9def1e599e7d460a45d11f94d07b16fdf62db4d2bc16405d79ef0277c2fdf86332fd2539761278981787d2ecf52376ade8b678104a0e6 + languageName: node + linkType: hard + "os-filter-obj@npm:^2.0.0": version: 2.0.0 resolution: "os-filter-obj@npm:2.0.0" @@ -25779,6 +26713,17 @@ __metadata: languageName: node linkType: hard +"p-retry@npm:^6.2.0": + version: 6.2.0 + resolution: "p-retry@npm:6.2.0" + dependencies: + "@types/retry": 0.12.2 + is-network-error: ^1.0.0 + retry: ^0.13.1 + checksum: 6003573c559ee812329c9c3ede7ba12a783fdc8dd70602116646e850c920b4597dc502fe001c3f9526fca4e93275045db7a27341c458e51db179c1374a01ac44 + languageName: node + linkType: hard + "p-timeout@npm:^3.1.0": version: 3.2.0 resolution: "p-timeout@npm:3.2.0" @@ -25795,6 +26740,13 @@ __metadata: languageName: node linkType: hard +"package-json-from-dist@npm:^1.0.0": + version: 1.0.0 + resolution: "package-json-from-dist@npm:1.0.0" + checksum: ac706ec856a5a03f5261e4e48fa974f24feb044d51f84f8332e2af0af04fbdbdd5bbbfb9cbbe354190409bc8307c83a9e38c6672c3c8855f709afb0006a009ea + languageName: node + linkType: hard + "package-json@npm:^6.3.0": version: 6.5.0 resolution: "package-json@npm:6.5.0" @@ -25807,31 +26759,30 @@ __metadata: languageName: node linkType: hard -"pacote@npm:17.0.6": - version: 17.0.6 - resolution: "pacote@npm:17.0.6" +"pacote@npm:18.0.6": + version: 18.0.6 + resolution: "pacote@npm:18.0.6" dependencies: "@npmcli/git": ^5.0.0 "@npmcli/installed-package-contents": ^2.0.1 + "@npmcli/package-json": ^5.1.0 "@npmcli/promise-spawn": ^7.0.0 - "@npmcli/run-script": ^7.0.0 + "@npmcli/run-script": ^8.0.0 cacache: ^18.0.0 fs-minipass: ^3.0.0 minipass: ^7.0.2 npm-package-arg: ^11.0.0 npm-packlist: ^8.0.0 npm-pick-manifest: ^9.0.0 - npm-registry-fetch: ^16.0.0 - proc-log: ^3.0.0 + npm-registry-fetch: ^17.0.0 + proc-log: ^4.0.0 promise-retry: ^2.0.1 - read-package-json: ^7.0.0 - read-package-json-fast: ^3.0.0 sigstore: ^2.2.0 ssri: ^10.0.0 tar: ^6.1.11 bin: - pacote: lib/bin.js - checksum: e410331e0b1ea0d0764cdb412e8def62f90c3b2d7dccce16f3eb7c1f847d37d730e9661eff039f623777dccce1b3fcb4c4ad8c9e5950d60e6d8ef6eec924f8b3 + pacote: bin/index.js + checksum: a28a7aa0f4e1375d3f11917e5982e576611aa9057999e7b3a7fd18706e43d6ae4ab34b1002dc0a9821df95c3136dec6d2b6b72cfc7b02afcc1273cec006dea39 languageName: node linkType: hard @@ -26058,7 +27009,7 @@ __metadata: languageName: node linkType: hard -"path-scurry@npm:^1.11.0": +"path-scurry@npm:^1.11.0, path-scurry@npm:^1.11.1": version: 1.11.1 resolution: "path-scurry@npm:1.11.1" dependencies: @@ -26156,10 +27107,17 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:4.0.1": - version: 4.0.1 - resolution: "picomatch@npm:4.0.1" - checksum: f135d38bb7d190186907714cf2f3abe043de9c66b1c5e5687ae7ae63fd9693a51634aa3662ac1dcd79e1209e02edcaa0740c4f3edda2ffed03f1a0bee38d8f67 +"picocolors@npm:^1.0.1": + version: 1.0.1 + resolution: "picocolors@npm:1.0.1" + checksum: fa68166d1f56009fc02a34cdfd112b0dd3cf1ef57667ac57281f714065558c01828cdf4f18600ad6851cbe0093952ed0660b1e0156bddf2184b6aaf5817553a5 + languageName: node + linkType: hard + +"picomatch@npm:4.0.2": + version: 4.0.2 + resolution: "picomatch@npm:4.0.2" + checksum: a7a5188c954f82c6585720e9143297ccd0e35ad8072231608086ca950bee672d51b0ef676254af0788205e59bd4e4deb4e7708769226bed725bf13370a7d1464 languageName: node linkType: hard @@ -26278,19 +27236,31 @@ __metadata: languageName: node linkType: hard -"piscina@npm:4.3.1": - version: 4.3.1 - resolution: "piscina@npm:4.3.1" +"piscina@npm:4.5.0": + version: 4.5.0 + resolution: "piscina@npm:4.5.0" + dependencies: + nice-napi: ^1.0.2 + dependenciesMeta: + nice-napi: + optional: true + checksum: f870aa911096c785b03254b07e62e528d6992f2fbd4f011849c2089613bf19a50491edae4c8dea1d5ffeb4a2dfb8af365a9467a2de11de1e702ec6f38bc5c660 + languageName: node + linkType: hard + +"piscina@npm:^4.3.0": + version: 4.6.1 + resolution: "piscina@npm:4.6.1" dependencies: nice-napi: ^1.0.2 dependenciesMeta: nice-napi: optional: true - checksum: 8248cfb92c4816d8dc17506ab8a7ee4e41002f6b4a040e9537192fd02402c8f3ce3a0695a8381314d099831b6fa5e8e18e65fbbf7787a1b1860c1cc1e18f520b + checksum: a0d79d1798965a0fc4aef65045b2deacbc3af7bd6effa8d08b4e1d59dfacc082e26d496701bb87b8ff2dc0798e1868ec612a6ad75ffe837f7c13cfb98d4f4e01 languageName: node linkType: hard -"piscina@npm:^4.2.1, piscina@npm:^4.4.0": +"piscina@npm:^4.4.0": version: 4.4.0 resolution: "piscina@npm:4.4.0" dependencies: @@ -26698,9 +27668,9 @@ __metadata: languageName: node linkType: hard -"postcss-loader@npm:8.1.0": - version: 8.1.0 - resolution: "postcss-loader@npm:8.1.0" +"postcss-loader@npm:8.1.1": + version: 8.1.1 + resolution: "postcss-loader@npm:8.1.1" dependencies: cosmiconfig: ^9.0.0 jiti: ^1.20.0 @@ -26714,7 +27684,7 @@ __metadata: optional: true webpack: optional: true - checksum: 72fd4975f7342efedaa62eb944cf309736ffde2e92ad4298d93b357f5131bc98dc219ee33d8157964868d30336e5e46a9def40873385a8b69ec9c8f1c53dcb36 + checksum: b09e230181ff70b374a3e265dc526302b9865e2697b5f9c4ff78dfeb716a3508f3247ed49c8ee6630dddfdf6df7d73556d6bd2eb165a00c48dba3a1bd01e3a2e languageName: node linkType: hard @@ -26750,6 +27720,13 @@ __metadata: languageName: node linkType: hard +"postcss-media-query-parser@npm:^0.2.3": + version: 0.2.3 + resolution: "postcss-media-query-parser@npm:0.2.3" + checksum: 8000d4d95b912994928ff86137f5ab0ed4c4ee1498af2336e93d708ae8827a690cd7acbaed55d14684cf44d82c8d44b031c1c69ae6bcd2f9620ea67573888090 + languageName: node + linkType: hard + "postcss-merge-longhand@npm:^6.0.0": version: 6.0.0 resolution: "postcss-merge-longhand@npm:6.0.0" @@ -26855,19 +27832,6 @@ __metadata: languageName: node linkType: hard -"postcss-modules-local-by-default@npm:^4.0.4": - version: 4.0.4 - resolution: "postcss-modules-local-by-default@npm:4.0.4" - dependencies: - icss-utils: ^5.0.0 - postcss-selector-parser: ^6.0.2 - postcss-value-parser: ^4.1.0 - peerDependencies: - postcss: ^8.1.0 - checksum: 578b955b0773147890caa88c30b10dfc849c5b1412a47ad51751890dba16fca9528c3ab00a19b186a8c2c150c2d08e2ce64d3d907800afee1f37c6d38252e365 - languageName: node - linkType: hard - "postcss-modules-local-by-default@npm:^4.0.5": version: 4.0.5 resolution: "postcss-modules-local-by-default@npm:4.0.5" @@ -26892,17 +27856,6 @@ __metadata: languageName: node linkType: hard -"postcss-modules-scope@npm:^3.1.1": - version: 3.1.1 - resolution: "postcss-modules-scope@npm:3.1.1" - dependencies: - postcss-selector-parser: ^6.0.4 - peerDependencies: - postcss: ^8.1.0 - checksum: 9e9d23abb0babc7fa243be65704d72a5a9ceb2bded4dbaef96a88210d468b03c8c3158c197f4e22300c851f08c6fdddd6ebe65f44e4c34448b45b8a2e063a16d - languageName: node - linkType: hard - "postcss-modules-scope@npm:^3.2.0": version: 3.2.0 resolution: "postcss-modules-scope@npm:3.2.0" @@ -27282,18 +28235,18 @@ __metadata: languageName: node linkType: hard -"postcss@npm:8.4.35": - version: 8.4.35 - resolution: "postcss@npm:8.4.35" +"postcss@npm:8.4.38, postcss@npm:^8.4.31, postcss@npm:^8.4.33": + version: 8.4.38 + resolution: "postcss@npm:8.4.38" dependencies: nanoid: ^3.3.7 picocolors: ^1.0.0 - source-map-js: ^1.0.2 - checksum: cf3c3124d3912a507603f6d9a49b3783f741075e9aa73eb592a6dd9194f9edab9d20a8875d16d137d4f779fe7b6fbd1f5727e39bfd1c3003724980ee4995e1da + source-map-js: ^1.2.0 + checksum: 649f9e60a763ca4b5a7bbec446a069edf07f057f6d780a5a0070576b841538d1ecf7dd888f2fbfd1f76200e26c969e405aeeae66332e6927dbdc8bdcb90b9451 languageName: node linkType: hard -"postcss@npm:^8.2.14, postcss@npm:^8.4.14, postcss@npm:^8.4.21, postcss@npm:^8.4.23, postcss@npm:^8.4.24": +"postcss@npm:^8.2.14, postcss@npm:^8.4.21, postcss@npm:^8.4.23, postcss@npm:^8.4.24": version: 8.4.27 resolution: "postcss@npm:8.4.27" dependencies: @@ -27304,14 +28257,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.31, postcss@npm:^8.4.32, postcss@npm:^8.4.33": - version: 8.4.38 - resolution: "postcss@npm:8.4.38" +"postcss@npm:^8.4.38": + version: 8.4.39 + resolution: "postcss@npm:8.4.39" dependencies: nanoid: ^3.3.7 - picocolors: ^1.0.0 + picocolors: ^1.0.1 source-map-js: ^1.2.0 - checksum: 649f9e60a763ca4b5a7bbec446a069edf07f057f6d780a5a0070576b841538d1ecf7dd888f2fbfd1f76200e26c969e405aeeae66332e6927dbdc8bdcb90b9451 + checksum: 14b130c90f165961772bdaf99c67f907f3d16494adf0868e57ef68baa67e0d1f6762db9d41ab0f4d09bab6fb7888588dba3596afd1a235fd5c2d43fba7006ac6 languageName: node linkType: hard @@ -27378,7 +28331,7 @@ __metadata: languageName: node linkType: hard -"pretty-bytes@npm:^5.3.0, pretty-bytes@npm:^5.6.0": +"pretty-bytes@npm:^5.6.0": version: 5.6.0 resolution: "pretty-bytes@npm:5.6.0" checksum: 9c082500d1e93434b5b291bd651662936b8bd6204ec9fa17d563116a192d6d86b98f6d328526b4e8d783c07d5499e2614a807520249692da9ec81564b2f439cd @@ -27564,6 +28517,13 @@ __metadata: languageName: node linkType: hard +"proc-log@npm:^4.0.0": + version: 4.2.0 + resolution: "proc-log@npm:4.2.0" + checksum: 98f6cd012d54b5334144c5255ecb941ee171744f45fca8b43b58ae5a0c1af07352475f481cadd9848e7f0250376ee584f6aa0951a856ff8f021bdfbff4eb33fc + languageName: node + linkType: hard + "process-nextick-args@npm:~2.0.0": version: 2.0.1 resolution: "process-nextick-args@npm:2.0.1" @@ -28131,28 +29091,6 @@ __metadata: languageName: node linkType: hard -"read-package-json-fast@npm:^3.0.0": - version: 3.0.2 - resolution: "read-package-json-fast@npm:3.0.2" - dependencies: - json-parse-even-better-errors: ^3.0.0 - npm-normalize-package-bin: ^3.0.0 - checksum: 8d406869f045f1d76e2a99865a8fd1c1af9c1dc06200b94d2b07eef87ed734b22703a8d72e1cd36ea36cc48e22020bdd187f88243c7dd0563f72114d38c17072 - languageName: node - linkType: hard - -"read-package-json@npm:^7.0.0": - version: 7.0.0 - resolution: "read-package-json@npm:7.0.0" - dependencies: - glob: ^10.2.2 - json-parse-even-better-errors: ^3.0.0 - normalize-package-data: ^6.0.0 - npm-normalize-package-bin: ^3.0.0 - checksum: 9b6e3ebba0b44bb72ab42031f02e0a46c95873cd302f151e35841e075464f0f4d1404da2333cb491c5c83599bb917c32b23b86d4df8337237d4d1a37c6db1517 - languageName: node - linkType: hard - "read-pkg-up@npm:^7.0.1": version: 7.0.1 resolution: "read-pkg-up@npm:7.0.1" @@ -28775,6 +29713,17 @@ __metadata: languageName: node linkType: hard +"rimraf@npm:^5.0.5": + version: 5.0.9 + resolution: "rimraf@npm:5.0.9" + dependencies: + glob: ^10.3.7 + bin: + rimraf: dist/esm/bin.mjs + checksum: e6dd5007e34181e1fa732437499d798035b2f3313887435cb855c5c9055bf9646795fc1c63ef843de830df8577cd9862df2dabf913fe08dcc1758c96de4a4fdb + languageName: node + linkType: hard + "rimraf@npm:~2.6.2": version: 2.6.3 resolution: "rimraf@npm:2.6.3" @@ -28786,23 +29735,26 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.2.0, rollup@npm:^4.5.0": - version: 4.13.0 - resolution: "rollup@npm:4.13.0" - dependencies: - "@rollup/rollup-android-arm-eabi": 4.13.0 - "@rollup/rollup-android-arm64": 4.13.0 - "@rollup/rollup-darwin-arm64": 4.13.0 - "@rollup/rollup-darwin-x64": 4.13.0 - "@rollup/rollup-linux-arm-gnueabihf": 4.13.0 - "@rollup/rollup-linux-arm64-gnu": 4.13.0 - "@rollup/rollup-linux-arm64-musl": 4.13.0 - "@rollup/rollup-linux-riscv64-gnu": 4.13.0 - "@rollup/rollup-linux-x64-gnu": 4.13.0 - "@rollup/rollup-linux-x64-musl": 4.13.0 - "@rollup/rollup-win32-arm64-msvc": 4.13.0 - "@rollup/rollup-win32-ia32-msvc": 4.13.0 - "@rollup/rollup-win32-x64-msvc": 4.13.0 +"rollup@npm:^4.13.0, rollup@npm:^4.18.0": + version: 4.18.1 + resolution: "rollup@npm:4.18.1" + dependencies: + "@rollup/rollup-android-arm-eabi": 4.18.1 + "@rollup/rollup-android-arm64": 4.18.1 + "@rollup/rollup-darwin-arm64": 4.18.1 + "@rollup/rollup-darwin-x64": 4.18.1 + "@rollup/rollup-linux-arm-gnueabihf": 4.18.1 + "@rollup/rollup-linux-arm-musleabihf": 4.18.1 + "@rollup/rollup-linux-arm64-gnu": 4.18.1 + "@rollup/rollup-linux-arm64-musl": 4.18.1 + "@rollup/rollup-linux-powerpc64le-gnu": 4.18.1 + "@rollup/rollup-linux-riscv64-gnu": 4.18.1 + "@rollup/rollup-linux-s390x-gnu": 4.18.1 + "@rollup/rollup-linux-x64-gnu": 4.18.1 + "@rollup/rollup-linux-x64-musl": 4.18.1 + "@rollup/rollup-win32-arm64-msvc": 4.18.1 + "@rollup/rollup-win32-ia32-msvc": 4.18.1 + "@rollup/rollup-win32-x64-msvc": 4.18.1 "@types/estree": 1.0.5 fsevents: ~2.3.2 dependenciesMeta: @@ -28816,12 +29768,18 @@ __metadata: optional: true "@rollup/rollup-linux-arm-gnueabihf": optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true "@rollup/rollup-linux-arm64-gnu": optional: true "@rollup/rollup-linux-arm64-musl": optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true "@rollup/rollup-linux-riscv64-gnu": optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true "@rollup/rollup-linux-x64-gnu": optional: true "@rollup/rollup-linux-x64-musl": @@ -28836,7 +29794,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: c2c35bee0a71ceb0df37c170c2b73a500bf9ebdffb747487d77831348603d50dcfcdd9d0a937362d3a87edda559c9d1e017fba2d75f05f0c594634d9b8dde9a4 + checksum: 741d9b6c7ac6503e38a24876c47f012f2109b1e1562dd84df355dce4a9637ba13289323559d32cfaa464c5f1fa9cbdc2a52b02ec4a4ce077f13399c21a799a4c languageName: node linkType: hard @@ -28861,6 +29819,13 @@ __metadata: languageName: node linkType: hard +"run-applescript@npm:^7.0.0": + version: 7.0.0 + resolution: "run-applescript@npm:7.0.0" + checksum: b02462454d8b182ad4117e5d4626e9e6782eb2072925c9fac582170b0627ae3c1ea92ee9b2df7daf84b5e9ffe14eb1cf5fb70bc44b15c8a0bfcdb47987e2410c + languageName: node + linkType: hard + "run-async@npm:^2.4.0": version: 2.4.1 resolution: "run-async@npm:2.4.1" @@ -28997,59 +29962,59 @@ __metadata: resolution: "sage-monorepo@workspace:." dependencies: "@angular-architects/module-federation": 14.3.14 - "@angular-devkit/build-angular": 17.2.3 - "@angular-devkit/core": 17.2.3 - "@angular-devkit/schematics": 17.2.3 - "@angular-eslint/eslint-plugin": 17.0.1 - "@angular-eslint/eslint-plugin-template": 17.0.1 - "@angular-eslint/template-parser": 17.0.1 - "@angular/animations": 17.2.4 - "@angular/cdk": 17.2.2 - "@angular/cli": ~17.2.0 - "@angular/common": 17.2.4 - "@angular/compiler": 17.2.4 - "@angular/compiler-cli": 17.2.4 - "@angular/core": 17.2.4 - "@angular/forms": 17.2.4 - "@angular/language-service": 17.2.4 - "@angular/material": 17.2.2 - "@angular/platform-browser": 17.2.4 - "@angular/platform-browser-dynamic": 17.2.4 - "@angular/platform-server": 17.2.4 - "@angular/router": 17.2.4 - "@angular/ssr": 17.2.3 + "@angular-devkit/build-angular": 18.0.7 + "@angular-devkit/core": 18.0.7 + "@angular-devkit/schematics": 18.0.7 + "@angular-eslint/eslint-plugin": 18.1.0 + "@angular-eslint/eslint-plugin-template": 18.1.0 + "@angular-eslint/template-parser": 18.1.0 + "@angular/animations": 18.0.7 + "@angular/cdk": 18.0.6 + "@angular/cli": ~18.0.0 + "@angular/common": 18.0.7 + "@angular/compiler": 18.0.7 + "@angular/compiler-cli": 18.0.7 + "@angular/core": 18.0.7 + "@angular/forms": 18.0.7 + "@angular/language-service": 18.0.7 + "@angular/material": 18.0.6 + "@angular/platform-browser": 18.0.7 + "@angular/platform-browser-dynamic": 18.0.7 + "@angular/platform-server": 18.0.7 + "@angular/router": 18.0.7 + "@angular/ssr": 18.0.7 "@cdktf/provider-aws": 14.0.2 "@hint/configuration-web-recommended": 8.2.16 "@hint/formatter-codeframe": 3.1.33 - "@nrwl/js": 18.1.2 + "@nrwl/js": 19.4.3 "@nx-tools/container-metadata": 5.0.3 "@nx-tools/nx-container": 5.0.3 - "@nx/angular": 18.1.2 - "@nx/cypress": 18.1.2 - "@nx/devkit": 18.1.2 - "@nx/eslint": 18.1.2 - "@nx/eslint-plugin": 18.1.2 - "@nx/jest": 18.1.2 - "@nx/js": 18.1.2 - "@nx/node": 18.1.2 - "@nx/playwright": 18.1.2 - "@nx/plugin": 18.1.2 - "@nx/storybook": 18.1.2 - "@nx/web": 18.1.2 - "@nx/workspace": 18.1.2 + "@nx/angular": 19.4.3 + "@nx/cypress": 19.4.3 + "@nx/devkit": 19.4.3 + "@nx/eslint": 19.4.3 + "@nx/eslint-plugin": 19.4.3 + "@nx/jest": 19.4.3 + "@nx/js": 19.4.3 + "@nx/node": 19.4.3 + "@nx/playwright": 19.4.3 + "@nx/plugin": 19.4.3 + "@nx/storybook": 19.4.3 + "@nx/web": 19.4.3 + "@nx/workspace": 19.4.3 "@openapitools/openapi-generator-cli": 2.5.2 "@playwright/test": ^1.36.0 "@prettier/plugin-xml": 2.2.0 "@probot/adapter-aws-lambda-serverless": 3.0.1 "@redocly/cli": 1.0.0-beta.131 - "@schematics/angular": 17.2.3 + "@schematics/angular": 18.0.7 "@storybook/addon-essentials": 7.6.19 "@storybook/angular": 7.6.19 "@storybook/core-server": 7.6.19 - "@swc-node/register": ~1.8.0 - "@swc/cli": 0.1.62 - "@swc/core": ~1.3.85 - "@swc/helpers": ~0.5.2 + "@swc-node/register": ~1.9.1 + "@swc/cli": ~0.3.12 + "@swc/core": ~1.5.7 + "@swc/helpers": ~0.5.11 "@testing-library/angular": ^16.0.0 "@testing-library/jest-dom": ^6.4.5 "@types/commander": ^2.12.2 @@ -29059,8 +30024,9 @@ __metadata: "@types/node": ^18.16.9 "@types/supertest": ^2.0.12 "@types/validator": 13.7.10 - "@typescript-eslint/eslint-plugin": 6.21.0 - "@typescript-eslint/parser": 6.21.0 + "@typescript-eslint/eslint-plugin": 7.16.1 + "@typescript-eslint/parser": 7.16.1 + "@typescript-eslint/utils": ^8.0.0-alpha.28 angular-google-tag-manager: 1.8.0 autoprefixer: ^10.4.0 babel-jest: 29.4.3 @@ -29071,11 +30037,11 @@ __metadata: colors: 1.4.0 commander: 9.4.1 constructs: 10.2.13 - core-js: 3.25.5 + core-js: 3.36.1 coveralls: 3.1.1 - cypress: ^13.0.0 + cypress: 13.13.0 echarts: 5.4.3 - eslint: 8.48.0 + eslint: 8.57.0 eslint-config-prettier: 9.1.0 eslint-config-standard: 17.0.0 eslint-plugin-cypress: 2.14.0 @@ -29095,20 +30061,20 @@ __metadata: ibm-openapi-validator: 1.7.0 jest: 29.4.3 jest-environment-jsdom: 29.4.3 - jest-preset-angular: 14.0.3 + jest-preset-angular: 14.1.1 jsonc-eslint-parser: 2.1.0 keycloak-angular: 12.1.0 keycloak-js: 19.0.3 lodash: 4.17.21 mariadb: ^3.0.2 - ng-packagr: 17.2.1 + ng-packagr: 18.0.0 ngx-avatars: 1.5.0 ngx-countup: 13.1.0 ngx-echarts: 16.0.0 ngx-typed-js: 2.1.1 nock: 13.2.9 nodemon: 2.0.20 - nx: 18.1.2 + nx: 19.4.3 openapi-merge-cli: ^1.3.1 postcss-preset-env: ^7.8.3 postcss-url: ^10.1.3 @@ -29128,16 +30094,16 @@ __metadata: ts-node: 10.9.1 tslib: 2.4.1 type-guards: 0.15.0 - typescript: 5.3.3 + typescript: 5.4.5 validator: 13.7.0 winston: 3.8.2 zone.js: 0.14.4 languageName: unknown linkType: soft -"sass-loader@npm:14.1.0": - version: 14.1.0 - resolution: "sass-loader@npm:14.1.0" +"sass-loader@npm:14.2.1": + version: 14.2.1 + resolution: "sass-loader@npm:14.2.1" dependencies: neo-async: ^2.6.2 peerDependencies: @@ -29157,7 +30123,7 @@ __metadata: optional: true webpack: optional: true - checksum: 1b8d8ee52705bf5cf6c6a9200997d94ccb74659ab08eedb08d6451686cd97e75263e90b00ba595c60000c6aa1d3b95947bb7de08efb1c3e68d11d2fb518e2e91 + checksum: f0c4710587d4cae56cad56eb46fe32c4a71c61a508951660dfb5a4cf873a3f221ec97658f364700fb4e3271376f7280656d4db9344754f7aab77d22bca70e22d languageName: node linkType: hard @@ -29186,16 +30152,16 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.70.0": - version: 1.70.0 - resolution: "sass@npm:1.70.0" +"sass@npm:1.77.2": + version: 1.77.2 + resolution: "sass@npm:1.77.2" dependencies: chokidar: ">=3.0.0 <4.0.0" immutable: ^4.0.0 source-map-js: ">=0.6.2 <2.0.0" bin: sass: sass.js - checksum: fd1b622cf9b7fa699a03ec634611997552ece45eb98ac365fef22f42bdcb8ed63b326b64173379c966830c8551ae801e44e4a00d2de16fdadda2dc8f35400bbb + checksum: fd75b1f255a30ecd4ee79fa020830d7bf426dd15de2f47cf9610130707dc2a029da3677ca0a6c89e8d4626b0a2816456bb7fb706cb518cfbf2e7c0038ef7a4b8 languageName: node linkType: hard @@ -29278,7 +30244,7 @@ __metadata: languageName: node linkType: hard -"schema-utils@npm:^4.0.0, schema-utils@npm:^4.0.1": +"schema-utils@npm:^4.0.0, schema-utils@npm:^4.0.1, schema-utils@npm:^4.2.0": version: 4.2.0 resolution: "schema-utils@npm:4.2.0" dependencies: @@ -29325,6 +30291,16 @@ __metadata: languageName: node linkType: hard +"selfsigned@npm:^2.4.1": + version: 2.4.1 + resolution: "selfsigned@npm:2.4.1" + dependencies: + "@types/node-forge": ^1.3.0 + node-forge: ^1 + checksum: 38b91c56f1d7949c0b77f9bbe4545b19518475cae15e7d7f0043f87b1626710b011ce89879a88969651f650a19d213bb15b7d5b4c2877df9eeeff7ba8f8b9bfa + languageName: node + linkType: hard + "semver-diff@npm:^3.1.1": version: 3.1.1 resolution: "semver-diff@npm:3.1.1" @@ -29379,14 +30355,12 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.6.0": - version: 7.6.0 - resolution: "semver@npm:7.6.0" - dependencies: - lru-cache: ^6.0.0 +"semver@npm:7.6.2, semver@npm:^7.6.0": + version: 7.6.2 + resolution: "semver@npm:7.6.2" bin: semver: bin/semver.js - checksum: 7427f05b70786c696640edc29fdd4bc33b2acf3bbe1740b955029044f80575fc664e1a512e4113c3af21e767154a94b4aa214bf6cd6e42a1f6dba5914e0b208c + checksum: 40f6a95101e8d854357a644da1b8dd9d93ce786d5c6a77227bc69dbb17bea83d0d1d1d7c4cd5920a6df909f48e8bd8a5909869535007f90278289f2451d0292d languageName: node linkType: hard @@ -29673,7 +30647,7 @@ __metadata: languageName: node linkType: hard -"shell-quote@npm:^1.7.3": +"shell-quote@npm:^1.7.3, shell-quote@npm:^1.8.1": version: 1.8.1 resolution: "shell-quote@npm:1.8.1" checksum: 5f01201f4ef504d4c6a9d0d283fa17075f6770bfbe4c5850b074974c68062f37929ca61700d95ad2ac8822e14e8c4b990ca0e6e9272e64befd74ce5e19f0736b @@ -30122,7 +31096,7 @@ __metadata: languageName: node linkType: hard -"source-map-loader@npm:5.0.0": +"source-map-loader@npm:5.0.0, source-map-loader@npm:^5.0.0": version: 5.0.0 resolution: "source-map-loader@npm:5.0.0" dependencies: @@ -30134,19 +31108,6 @@ __metadata: languageName: node linkType: hard -"source-map-loader@npm:^3.0.0": - version: 3.0.2 - resolution: "source-map-loader@npm:3.0.2" - dependencies: - abab: ^2.0.5 - iconv-lite: ^0.6.3 - source-map-js: ^1.0.1 - peerDependencies: - webpack: ^5.0.0 - checksum: d5a4e2ab190c93ae5cba68c247fbaa9fd560333c91060602b634c399a8a4b3205b8c07714c3bcdb0a11c6cc5476c06256bd8e824e71fbbb7981e8fad5cba4a00 - languageName: node - linkType: hard - "source-map-support@npm:0.5.13": version: 0.5.13 resolution: "source-map-support@npm:0.5.13" @@ -31130,9 +32091,9 @@ __metadata: languageName: node linkType: hard -"terser@npm:5.27.0": - version: 5.27.0 - resolution: "terser@npm:5.27.0" +"terser@npm:5.29.2, terser@npm:^5.26.0": + version: 5.29.2 + resolution: "terser@npm:5.29.2" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -31140,7 +32101,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: c165052cfea061e8512e9b9ba42a098c2ff6382886ae122b040fd5b6153443070cc2dcb4862269f1669c09c716763e856125a355ff984aa72be525d6fffd8729 + checksum: 2310d04e530903ed4da6168c4c90ab65965c5f1f8919733772119ff560e9e9be2def070c9659f7d96f2e28489c4378241c4cef1917f05b9524587436fdd5a802 languageName: node linkType: hard @@ -31172,20 +32133,6 @@ __metadata: languageName: node linkType: hard -"terser@npm:^5.26.0": - version: 5.29.2 - resolution: "terser@npm:5.29.2" - dependencies: - "@jridgewell/source-map": ^0.3.3 - acorn: ^8.8.2 - commander: ^2.20.0 - source-map-support: ~0.5.20 - bin: - terser: bin/terser - checksum: 2310d04e530903ed4da6168c4c90ab65965c5f1f8919733772119ff560e9e9be2def070c9659f7d96f2e28489c4378241c4cef1917f05b9524587436fdd5a802 - languageName: node - linkType: hard - "test-exclude@npm:^6.0.0": version: 6.0.0 resolution: "test-exclude@npm:6.0.0" @@ -31211,6 +32158,15 @@ __metadata: languageName: node linkType: hard +"thingies@npm:^1.20.0": + version: 1.21.0 + resolution: "thingies@npm:1.21.0" + peerDependencies: + tslib: ^2 + checksum: 283a2785e513dc892822dd0bbadaa79e873a7fc90b84798164717bf7cf837553e0b4518d8027b2307d8f6fc6caab088fa717112cd9196c6222763cc3cc1b7e79 + languageName: node + linkType: hard + "throat@npm:^5.0.0": version: 5.0.0 resolution: "throat@npm:5.0.0" @@ -31284,6 +32240,13 @@ __metadata: languageName: node linkType: hard +"tmp@npm:~0.2.3": + version: 0.2.3 + resolution: "tmp@npm:0.2.3" + checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95 + languageName: node + linkType: hard + "tmpl@npm:1.0.5": version: 1.0.5 resolution: "tmpl@npm:1.0.5" @@ -31420,6 +32383,15 @@ __metadata: languageName: node linkType: hard +"tree-dump@npm:^1.0.1": + version: 1.0.2 + resolution: "tree-dump@npm:1.0.2" + peerDependencies: + tslib: 2 + checksum: 3b0cae6cd74c208da77dac1c65e6a212f5678fe181f1dfffbe05752be188aa88e56d5d5c33f5701d1f603ffcf33403763f722c9e8e398085cde0c0994323cb8d + languageName: node + linkType: hard + "tree-kill@npm:1.2.2, tree-kill@npm:^1.2.2": version: 1.2.2 resolution: "tree-kill@npm:1.2.2" @@ -31454,7 +32426,7 @@ __metadata: languageName: node linkType: hard -"ts-api-utils@npm:^1.0.1": +"ts-api-utils@npm:^1.3.0": version: 1.3.0 resolution: "ts-api-utils@npm:1.3.0" peerDependencies: @@ -31664,6 +32636,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.6.3": + version: 2.6.3 + resolution: "tslib@npm:2.6.3" + checksum: 74fce0e100f1ebd95b8995fbbd0e6c91bdd8f4c35c00d4da62e285a3363aaa534de40a80db30ecfd388ed7c313c42d930ee0eaf108e8114214b180eec3dbe6f5 + languageName: node + linkType: hard + "tsutils@npm:^3.21.0": version: 3.21.0 resolution: "tsutils@npm:3.21.0" @@ -31882,13 +32861,13 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5.3.3, typescript@npm:~5.3.2": - version: 5.3.3 - resolution: "typescript@npm:5.3.3" +"typescript@npm:5.4.5, typescript@npm:~5.4.2": + version: 5.4.5 + resolution: "typescript@npm:5.4.5" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2 + checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0 languageName: node linkType: hard @@ -31922,13 +32901,13 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@5.3.3#~builtin, typescript@patch:typescript@~5.3.2#~builtin": - version: 5.3.3 - resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin::version=5.3.3&hash=14eedb" +"typescript@patch:typescript@5.4.5#~builtin, typescript@patch:typescript@~5.4.2#~builtin": + version: 5.4.5 + resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin::version=5.4.5&hash=14eedb" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610 + checksum: 2373c693f3b328f3b2387c3efafe6d257b057a142f9a79291854b14ff4d5367d3d730810aee981726b677ae0fd8329b23309da3b6aaab8263dbdccf1da07a3ba languageName: node linkType: hard @@ -32021,12 +33000,10 @@ __metadata: languageName: node linkType: hard -"undici@npm:6.6.2": - version: 6.6.2 - resolution: "undici@npm:6.6.2" - dependencies: - "@fastify/busboy": ^2.0.0 - checksum: 33f527e010a8bb56b6cd37e7b5395b9b8efc14f175a9beb2c1d32f64bd2e91a8ded6480106095ad1cfca1f6ac214875127de4b89862a5405902e8729af092815 +"undici@npm:6.18.0": + version: 6.18.0 + resolution: "undici@npm:6.18.0" + checksum: 857a5de1a5e5db9db833e35182f692cbc71fbce214ba2f982f7f77a96d960f60d25b307e38218cda066b40f0b2df9886af625425553b6e6d9b638d272c0fb6f3 languageName: node linkType: hard @@ -32226,6 +33203,20 @@ __metadata: languageName: node linkType: hard +"update-browserslist-db@npm:^1.1.0": + version: 1.1.0 + resolution: "update-browserslist-db@npm:1.1.0" + dependencies: + escalade: ^3.1.2 + picocolors: ^1.0.1 + peerDependencies: + browserslist: ">= 4.21.0" + bin: + update-browserslist-db: cli.js + checksum: 7b74694d96f0c360f01b702e72353dc5a49df4fe6663d3ee4e5c628f061576cddf56af35a3a886238c01dd3d8f231b7a86a8ceaa31e7a9220ae31c1c1238e562 + languageName: node + linkType: hard + "update-dotenv@npm:^1.1.1": version: 1.1.1 resolution: "update-dotenv@npm:1.1.1" @@ -32257,7 +33248,7 @@ __metadata: languageName: node linkType: hard -"uri-js@npm:^4.2.2": +"uri-js@npm:^4.2.2, uri-js@npm:^4.4.1": version: 4.4.1 resolution: "uri-js@npm:4.4.1" dependencies: @@ -32524,14 +33515,14 @@ __metadata: languageName: node linkType: hard -"vite@npm:5.0.12": - version: 5.0.12 - resolution: "vite@npm:5.0.12" +"vite@npm:5.2.11": + version: 5.2.11 + resolution: "vite@npm:5.2.11" dependencies: - esbuild: ^0.19.3 + esbuild: ^0.20.1 fsevents: ~2.3.3 - postcss: ^8.4.32 - rollup: ^4.2.0 + postcss: ^8.4.38 + rollup: ^4.13.0 peerDependencies: "@types/node": ^18.0.0 || >=20.0.0 less: "*" @@ -32560,7 +33551,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: b97b6f1c204d9091d0973626827a6e9d8e8b1959ebd0877b6f76e7068e1e7adf9ecd3b1cc382cbab9d421e3eeca5e1a95f27f9c1734439b229f5a58ef2052fa4 + checksum: 3f9f976cc6ada93aca56abcc683a140e807725b351abc241a1ec0763ec561a4bf5760e1ad94de4e59505904ddaa88727de66af02f61ecf540c7720045de55d0a languageName: node linkType: hard @@ -32582,23 +33573,23 @@ __metadata: languageName: node linkType: hard -"watchpack@npm:2.4.0, watchpack@npm:^2.4.0": - version: 2.4.0 - resolution: "watchpack@npm:2.4.0" +"watchpack@npm:2.4.1, watchpack@npm:^2.2.0, watchpack@npm:^2.4.1": + version: 2.4.1 + resolution: "watchpack@npm:2.4.1" dependencies: glob-to-regexp: ^0.4.1 graceful-fs: ^4.1.2 - checksum: 23d4bc58634dbe13b86093e01c6a68d8096028b664ab7139d58f0c37d962d549a940e98f2f201cecdabd6f9c340338dc73ef8bf094a2249ef582f35183d1a131 + checksum: 5b0179348655dcdf19cac7cb4ff923fdc024d630650c0bf6bec8899cf47c60e19d4f810a88dba692ed0e7f684cf0fcffea86efdbf6c35d81f031e328043b7fab languageName: node linkType: hard -"watchpack@npm:^2.2.0, watchpack@npm:^2.4.1": - version: 2.4.1 - resolution: "watchpack@npm:2.4.1" +"watchpack@npm:^2.4.0": + version: 2.4.0 + resolution: "watchpack@npm:2.4.0" dependencies: glob-to-regexp: ^0.4.1 graceful-fs: ^4.1.2 - checksum: 5b0179348655dcdf19cac7cb4ff923fdc024d630650c0bf6bec8899cf47c60e19d4f810a88dba692ed0e7f684cf0fcffea86efdbf6c35d81f031e328043b7fab + checksum: 23d4bc58634dbe13b86093e01c6a68d8096028b664ab7139d58f0c37d962d549a940e98f2f201cecdabd6f9c340338dc73ef8bf094a2249ef582f35183d1a131 languageName: node linkType: hard @@ -32620,6 +33611,13 @@ __metadata: languageName: node linkType: hard +"weak-lru-cache@npm:^1.2.2": + version: 1.2.2 + resolution: "weak-lru-cache@npm:1.2.2" + checksum: 0fbe16839d193ed82ddb4fe331ca8cfaee2ecbd42596aa02366c708956cf41f7258f2d5411c3bc9aa099c26058dc47afbd2593d449718a18e4ef4d870c5ace18 + languageName: node + linkType: hard + "webidl-conversions@npm:^3.0.0": version: 3.0.1 resolution: "webidl-conversions@npm:3.0.1" @@ -32634,13 +33632,14 @@ __metadata: languageName: node linkType: hard -"webpack-dev-middleware@npm:6.1.1": - version: 6.1.1 - resolution: "webpack-dev-middleware@npm:6.1.1" +"webpack-dev-middleware@npm:7.2.1, webpack-dev-middleware@npm:^7.1.0": + version: 7.2.1 + resolution: "webpack-dev-middleware@npm:7.2.1" dependencies: colorette: ^2.0.10 - memfs: ^3.4.12 + memfs: ^4.6.0 mime-types: ^2.1.31 + on-finished: ^2.4.1 range-parser: ^1.2.1 schema-utils: ^4.0.0 peerDependencies: @@ -32648,7 +33647,7 @@ __metadata: peerDependenciesMeta: webpack: optional: true - checksum: 3bced6ef644b20f2e76df9db1c5209f4a73761d7d307fe29ae20bc00397d4f9727af2607f98794c6c7c57d5c1a48bfa12690168b08f5d46820b07aab2c63640c + checksum: bb8c75f7ceabc13ee2c3bc9648190e05a0a8c6d40b940ef72b09ea858a63d16bcb434b49995f1025125a1c3a1c8d40274beb5d26ef2fb1458b19e7f6fe3a91fe languageName: node linkType: hard @@ -32685,7 +33684,54 @@ __metadata: languageName: node linkType: hard -"webpack-dev-server@npm:4.15.1, webpack-dev-server@npm:^4.9.3": +"webpack-dev-server@npm:5.0.4": + version: 5.0.4 + resolution: "webpack-dev-server@npm:5.0.4" + dependencies: + "@types/bonjour": ^3.5.13 + "@types/connect-history-api-fallback": ^1.5.4 + "@types/express": ^4.17.21 + "@types/serve-index": ^1.9.4 + "@types/serve-static": ^1.15.5 + "@types/sockjs": ^0.3.36 + "@types/ws": ^8.5.10 + ansi-html-community: ^0.0.8 + bonjour-service: ^1.2.1 + chokidar: ^3.6.0 + colorette: ^2.0.10 + compression: ^1.7.4 + connect-history-api-fallback: ^2.0.0 + default-gateway: ^6.0.3 + express: ^4.17.3 + graceful-fs: ^4.2.6 + html-entities: ^2.4.0 + http-proxy-middleware: ^2.0.3 + ipaddr.js: ^2.1.0 + launch-editor: ^2.6.1 + open: ^10.0.3 + p-retry: ^6.2.0 + rimraf: ^5.0.5 + schema-utils: ^4.2.0 + selfsigned: ^2.4.1 + serve-index: ^1.9.1 + sockjs: ^0.3.24 + spdy: ^4.0.2 + webpack-dev-middleware: ^7.1.0 + ws: ^8.16.0 + peerDependencies: + webpack: ^5.0.0 + peerDependenciesMeta: + webpack: + optional: true + webpack-cli: + optional: true + bin: + webpack-dev-server: bin/webpack-dev-server.js + checksum: b3535d01e8d895f4ce6d74b5f76e29398b712476216cd6d459365e5cc2f2fb1e49240aef6c23b2b943b04dbf768d7d18301af3eb064038bde4e11d03c241202d + languageName: node + linkType: hard + +"webpack-dev-server@npm:^4.9.3": version: 4.15.1 resolution: "webpack-dev-server@npm:4.15.1" dependencies: @@ -32807,7 +33853,7 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5": +"webpack@npm:5, webpack@npm:5.91.0": version: 5.91.0 resolution: "webpack@npm:5.91.0" dependencies: @@ -32844,43 +33890,6 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5.90.1": - version: 5.90.1 - resolution: "webpack@npm:5.90.1" - dependencies: - "@types/eslint-scope": ^3.7.3 - "@types/estree": ^1.0.5 - "@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.9.0 - browserslist: ^4.21.10 - chrome-trace-event: ^1.0.2 - 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 - graceful-fs: ^4.2.9 - json-parse-even-better-errors: ^2.3.1 - loader-runner: ^4.2.0 - mime-types: ^2.1.27 - neo-async: ^2.6.2 - schema-utils: ^3.2.0 - tapable: ^2.1.1 - terser-webpack-plugin: ^5.3.10 - watchpack: ^2.4.0 - webpack-sources: ^3.2.3 - peerDependenciesMeta: - webpack-cli: - optional: true - bin: - webpack: bin/webpack.js - checksum: a7be844d5720a0c6282fec012e6fa34b1137dff953c5d48bf2ef066a6c27c1dbc92a9b9effc05ee61c9fe269499266db9782073f2d82a589d3c5c966ffc56584 - languageName: node - linkType: hard - "webpack@npm:^5.80.0": version: 5.88.2 resolution: "webpack@npm:5.88.2" @@ -33270,6 +34279,21 @@ __metadata: languageName: node linkType: hard +"ws@npm:^8.16.0": + version: 8.18.0 + resolution: "ws@npm:8.18.0" + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ">=5.0.2" + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975 + languageName: node + linkType: hard + "ws@npm:^8.2.3": version: 8.17.0 resolution: "ws@npm:8.17.0"