From 037088b270bac1962949cb3f9acf1646f8927a5b Mon Sep 17 00:00:00 2001 From: CRoberto1926 <3205022+CRoberto1926@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:30:57 +0200 Subject: [PATCH] Closes #58 - Update Angular to v15 --- web/angular.json | 5 + web/package.json | 44 +- .../administration/administration.module.ts | 2 - .../access-items-management.component.scss | 11 +- .../administration-overview.component.html | 58 +- .../administration-overview.component.scss | 39 +- .../classification-details.component.html | 83 +- .../classification-details.component.scss | 6 +- .../classification-list.component.html | 32 +- .../classification-list.component.scss | 6 +- .../classification-list.component.spec.ts | 17 +- ...assification-types-selector.component.scss | 5 - .../type-icon/icon-type.component.scss | 1 - .../workbasket-access-items.component.scss | 22 +- .../workbasket-details.component.html | 6 +- .../workbasket-details.component.scss | 6 +- ...t-distribution-targets-list.component.html | 30 +- ...t-distribution-targets-list.component.scss | 22 +- ...basket-distribution-targets.component.scss | 2 +- .../workbasket-information.component.scss | 5 + .../workbasket-list-toolbar.component.html | 15 +- .../workbasket-list-toolbar.component.scss | 66 +- .../workbasket-list.component.html | 35 +- .../workbasket-list.component.scss | 9 +- .../workbasket-overview.component.html | 12 +- .../workbasket-overview.component.scss | 7 + web/src/app/app.component.scss | 103 +- .../components/canvas/canvas.component.scss | 1 - .../classification-report.component.scss | 1 - .../components/monitor/monitor.component.html | 15 +- .../components/monitor/monitor.component.scss | 7 +- ...task-priority-report-filter.component.scss | 1 - .../task-report/task-report.component.scss | 1 - .../timestamp-report.component.scss | 1 - .../workbasket-report-due-date.component.scss | 1 - ...kbasket-report-planned-date.component.scss | 1 - .../workbasket-report.component.html | 10 +- .../workbasket-report.component.scss | 1 - .../Settings/settings.component.scss | 2 +- .../field-error-display.component.scss | 1 - .../master-and-detail.component.scss | 2 +- .../components/nav-bar/nav-bar.component.html | 4 +- .../components/nav-bar/nav-bar.component.scss | 35 +- .../pagination/pagination.component.html | 8 +- .../pagination/pagination.component.scss | 7 + .../pagination/pagination.component.ts | 30 +- .../popup/dialog-pop-up.component.scss | 1 - .../progress-spinner.component.scss | 2 +- .../sidenav-list/sidenav-list.component.scss | 25 +- .../components/sort/sort.component.html | 22 +- .../components/sort/sort.component.scss | 24 +- .../task-filter/task-filter.component.scss | 7 +- .../type-ahead/type-ahead.component.scss | 6 +- .../user-information.component.html | 7 +- .../user-information.component.scss | 11 +- .../workbasket-filter.component.html | 23 +- .../workbasket-filter.component.scss | 18 +- web/src/app/shared/guards/history.guard.ts | 4 +- web/src/app/shared/shared.module.ts | 2 - .../shared/store/filter-store/filter.state.ts | 4 +- .../routing-upload.component.scss | 2 +- .../task-routing/guards/task-routing.guard.ts | 4 +- .../task-details-container.component.scss | 1 - .../task-details/task-details.component.scss | 1 - .../task-overview.component.scss | 1 - .../task-attribute-value.component.html | 26 +- .../task-attribute-value.component.scss | 33 +- .../task-details/task-details.component.html | 33 +- .../task-details/task-details.component.scss | 21 +- .../task-information.component.scss | 2 +- .../task-list-toolbar.component.html | 50 +- .../task-list-toolbar.component.scss | 19 +- .../task-list/task-list.component.html | 14 +- .../task-list/task-list.component.scss | 9 +- .../task-master/task-master.component.scss | 1 - .../task-processing.component.scss | 2 +- .../task-status-details.component.scss | 8 +- web/src/app/workplace/workplace.module.ts | 2 - web/src/theme/_main.scss | 2 - web/src/theme/_material_styles.scss | 27 +- web/src/theme/_ngxbootstrap.scss | 1 - web/src/theme/_site.scss | 7 +- web/src/theme/custom-theme-material.scss | 2 + web/tsconfig.json | 5 +- web/yarn.lock | 3777 +++++++++-------- 85 files changed, 2710 insertions(+), 2274 deletions(-) diff --git a/web/angular.json b/web/angular.json index d2ffdff36..375801d25 100644 --- a/web/angular.json +++ b/web/angular.json @@ -26,10 +26,15 @@ "polyfills": "src/polyfills.ts", "assets": ["src/assets", "src/environments/data-sources"], "styles": [ + "./node_modules/@ngneat/hot-toast/src/styles/styles.css", "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", + "./node_modules/@circlon/angular-tree-component/css/angular-tree-component.css", "src/theme/_main.scss", "src/theme/custom-theme-material.scss" ], + "stylePreprocessorOptions": { + "includePaths": ["src/theme"] + }, "scripts": [] }, "configurations": { diff --git a/web/package.json b/web/package.json index 449f304ef..809c7531b 100644 --- a/web/package.json +++ b/web/package.json @@ -22,39 +22,39 @@ }, "private": true, "dependencies": { - "@angular/animations": "14.3.0", - "@angular/cdk": "14.2.7", - "@angular/common": "14.3.0", - "@angular/core": "14.3.0", - "@angular/forms": "14.3.0", - "@angular/material": "14.2.7", - "@angular/platform-browser": "14.3.0", - "@angular/platform-browser-dynamic": "14.3.0", - "@angular/router": "14.3.0", + "@angular/animations": "15.2.10", + "@angular/cdk": "15.2.9", + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@angular/forms": "15.2.10", + "@angular/material": "15.2.9", + "@angular/platform-browser": "15.2.10", + "@angular/platform-browser-dynamic": "15.2.10", + "@angular/router": "15.2.10", "@circlon/angular-tree-component": "11.0.4", - "@ngneat/hot-toast": "4.1.0", + "@ngneat/hot-toast": "5.0.2", "@ngneat/overview": "3.0.4", - "@ngxs/router-plugin": "3.7.3", - "@ngxs/store": "3.7.3", + "@ngxs/router-plugin": "3.8.2", + "@ngxs/store": "3.8.2", "angular-svg-icon": "13.0.0", "chart.js": "2.9.4", "core-js": "3.21.1", "file-saver": "2.0.5", "lodash": "4.17.21", "ng2-charts": "2.4.3", - "ngx-bootstrap": "8.0.0", - "ngx-infinite-scroll": "13.0.1", + "ngx-bootstrap": "10.3.0", + "ngx-infinite-scroll": "15.0.0", "rxjs": "7.5.5", "tslib": "2.3.1", "zone.js": "0.11.5" }, "devDependencies": { - "@angular-builders/custom-webpack": "14.1.0", - "@angular-devkit/build-angular": "14.2.13", - "@angular/cli": "14.2.13", - "@angular/compiler": "14.3.0", - "@angular/compiler-cli": "14.3.0", - "@ngxs/devtools-plugin": "3.7.3", + "@angular-builders/custom-webpack": "15.0.0", + "@angular-devkit/build-angular": "15.2.11", + "@angular/cli": "15.2.11", + "@angular/compiler": "15.2.10", + "@angular/compiler-cli": "15.2.10", + "@ngxs/devtools-plugin": "3.8.2", "@types/jest": "27.4.1", "@types/lodash": "4.14.181", "@types/node": "17.0.23", @@ -69,12 +69,12 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-prettier": "4.0.0", "jest": "28.1.3", - "jest-preset-angular": "12.1.0", + "jest-preset-angular": "12.2.6", "prettier": "2.6.2", "sass": "1.49.11", "ts-jest": "28.0.8", "tslint": "6.1.3", - "typescript": "4.6.3" + "typescript": "4.8.4" }, "packageManager": "yarn@4.4.1" } diff --git a/web/src/app/administration/administration.module.ts b/web/src/app/administration/administration.module.ts index d34440a66..8267a5b89 100644 --- a/web/src/app/administration/administration.module.ts +++ b/web/src/app/administration/administration.module.ts @@ -28,7 +28,6 @@ import { InfiniteScrollModule } from 'ngx-infinite-scroll'; import { ClassificationTypesSelectorComponent } from 'app/administration/components/classification-types-selector/classification-types-selector.component'; import { ClassificationCategoriesService } from 'app/shared/services/classification-categories/classification-categories.service'; import { AccessItemsManagementComponent } from 'app/administration/components/access-items-management/access-items-management.component'; -import { MatRadioModule } from '@angular/material/radio'; import { AdministrationRoutingModule } from './administration-routing.module'; /** * Components @@ -111,7 +110,6 @@ const DECLARATIONS = [ declarations: DECLARATIONS, imports: [ MODULES, - MatRadioModule, MatFormFieldModule, MatSelectModule, MatMenuModule, diff --git a/web/src/app/administration/components/access-items-management/access-items-management.component.scss b/web/src/app/administration/components/access-items-management/access-items-management.component.scss index 9c569540f..30793083f 100644 --- a/web/src/app/administration/components/access-items-management/access-items-management.component.scss +++ b/web/src/app/administration/components/access-items-management/access-items-management.component.scss @@ -16,7 +16,7 @@ * */ -@import '../../../../theme/colors'; +@import 'colors'; table { font-family: arial, sans-serif; @@ -25,7 +25,7 @@ table { margin-bottom: 10px; } -::ng-deep .mat-header-cell { +::ng-deep .mat-mdc-header-cell { color: black; font-weight: bold; } @@ -119,7 +119,12 @@ tr:first-child > td { } } -.mat-mini-fab { +::ng-deep .access-items__groups-expansion-panel * th, +::ng-deep .access-items__permissions-expansion-panel * th { + text-align: left; +} + +.mat-mdc-mini-fab { outline-color: none; border: none; box-shadow: none !important; diff --git a/web/src/app/administration/components/administration-overview/administration-overview.component.html b/web/src/app/administration/components/administration-overview/administration-overview.component.html index 3c6210acd..b77726c82 100644 --- a/web/src/app/administration/components/administration-overview/administration-overview.component.html +++ b/web/src/app/administration/components/administration-overview/administration-overview.component.html @@ -17,31 +17,37 @@ -->
- -
- - - - {{domain ? domain : 'MASTER DOMAIN'}} - - - +
+ +
+ + + + {{ domain ? domain : 'MASTER DOMAIN' }} + + + +
- + + +
diff --git a/web/src/app/administration/components/administration-overview/administration-overview.component.scss b/web/src/app/administration/components/administration-overview/administration-overview.component.scss index 7027eb17c..c50c9f081 100644 --- a/web/src/app/administration/components/administration-overview/administration-overview.component.scss +++ b/web/src/app/administration/components/administration-overview/administration-overview.component.scss @@ -16,30 +16,39 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; -.administration-overview__navbar { - position: relative; -} +.administration-overview { + &__navbar-container { + display: flex; + background-color: $light-grey; + justify-content: space-between; + align-items: flex-end; + } + + &__navbar { + position: relative; + background-color: $light-grey; + flex-grow: 2; + } -.administration-overview__navbar { - background-color: $light-grey; + &__domain { + height: 48px; + margin-right: 24px; + z-index: 11; + flex-shrink: 1; + } } -.administration-overview__domain { - max-height: 48px; - position: absolute; - top: 46px; - right: 24px; - z-index: 11; +::ng-deep .administration-overview__navbar-container * .mat-mdc-text-field-wrapper { + height: 48px; } -.mat-tab-link { +.mat-mdc-tab-link { color: #1a202c !important; } -.mat-tab-label-active { +.mdc-tab--active { font-weight: bolder !important; - color: unset; opacity: 1; } diff --git a/web/src/app/administration/components/classification-details/classification-details.component.html b/web/src/app/administration/components/classification-details/classification-details.component.html index 4ef9bfb07..d5f487f60 100644 --- a/web/src/app/administration/components/classification-details/classification-details.component.html +++ b/web/src/app/administration/components/classification-details/classification-details.component.html @@ -18,20 +18,21 @@
-
+

- {{classification.name}}  [{{classification.type}}] + class="{{isCreatingNewClassification? 'action-toolbar__title-badge' : 'action-toolbar__title'}}" + matTooltip="{{classification.name}}  [{{classification.type}}]"> + {{ classification.name }}  [{{ classification.type }}] - {{badgeMessage$ | async}} + *ngIf="isCreatingNewClassification" class="action-toolbar__badge-message" + matTooltip="{{badgeMessage$ | async}}"> + {{ badgeMessage$ | async }}

@@ -48,9 +49,10 @@

restore - @@ -66,7 +68,8 @@

Delete @@ -93,13 +96,14 @@

General
Key - -
{{lengthError}}
+
{{ lengthError }}
@@ -108,13 +112,14 @@
General
Name - -
{{lengthError}}
+
{{ lengthError }}
@@ -184,14 +197,15 @@
General
Priority - + [displayError]="!isFieldValid('classification.priority')" + [validationTrigger]="this.toggleValidationMap.get('classification.priority.name')" + errorMessage="* Priority is required">

@@ -205,10 +219,13 @@
General
id="classification-application-entry-point" matInput maxlength="255" - name="classification.applicationEntryPoint" placeholder="Application entry point" + name="classification.applicationEntryPoint" + placeholder="Application entry point" type="text"> -
{{lengthError}}
+
{{ lengthError }} +
@@ -216,15 +233,15 @@
General
+ [src]="(getCategoryIcon(this.classification.category) | async)?.left" + class="detailed-fields__category-icon"> - {{this.classification.category}} + {{ this.classification.category }} - {{category}} + {{ category }}
@@ -240,7 +257,7 @@
Custom Fields
- {{customField.field}} + {{ customField.field }} Custom Fields name="classification.custom{{i + 1}}" placeholder="{{customField.field}}" type="text"> -
{{lengthError}}
+
{{ lengthError }}
diff --git a/web/src/app/administration/components/classification-details/classification-details.component.scss b/web/src/app/administration/components/classification-details/classification-details.component.scss index e5672d798..971daacbe 100644 --- a/web/src/app/administration/components/classification-details/classification-details.component.scss +++ b/web/src/app/administration/components/classification-details/classification-details.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .classification-details { height: calc(100vh - 100px); @@ -95,6 +95,10 @@ &__red-button { color: $invalid; } + + &__mat-icon { + margin-left: 8px; + } } .detailed-fields { diff --git a/web/src/app/administration/components/classification-list/classification-list.component.html b/web/src/app/administration/components/classification-list/classification-list.component.html index 17e631f4d..baa539f0e 100644 --- a/web/src/app/administration/components/classification-list/classification-list.component.html +++ b/web/src/app/administration/components/classification-list/classification-list.component.html @@ -23,7 +23,8 @@
-
@@ -41,30 +42,37 @@
- - -
- + Filter classification @@ -73,7 +81,7 @@ + class="pull-right">
diff --git a/web/src/app/administration/components/classification-list/classification-list.component.scss b/web/src/app/administration/components/classification-list/classification-list.component.scss index 856e25576..016d2a53e 100644 --- a/web/src/app/administration/components/classification-list/classification-list.component.scss +++ b/web/src/app/administration/components/classification-list/classification-list.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .classification-list { height: 100%; @@ -88,4 +88,8 @@ &__input-field { width: 100% !important; } + + &__mat-icon { + margin-left: 8px; + } } diff --git a/web/src/app/administration/components/classification-list/classification-list.component.spec.ts b/web/src/app/administration/components/classification-list/classification-list.component.spec.ts index a9b798bbb..10e6d8f35 100644 --- a/web/src/app/administration/components/classification-list/classification-list.component.spec.ts +++ b/web/src/app/administration/components/classification-list/classification-list.component.spec.ts @@ -112,10 +112,19 @@ describe('ClassificationListComponent', () => { InputStub ], providers: [ - { provide: ClassificationsService, useValue: classificationServiceSpy }, - { provide: ClassificationCategoriesService, useValue: classificationCategoriesServiceSpy }, + { + provide: ClassificationsService, + useValue: classificationServiceSpy + }, + { + provide: ClassificationCategoriesService, + useValue: classificationCategoriesServiceSpy + }, { provide: DomainService, useValue: domainServiceSpy }, - { provide: ImportExportService, useValue: importExportServiceSpy }, + { + provide: ImportExportService, + useValue: importExportServiceSpy + }, { provide: RequestInProgressService, useValue: requestInProgressServiceSpy } ] }).compileComponents(); @@ -168,7 +177,7 @@ describe('ClassificationListComponent', () => { it('should display filter button', () => { const button = debugElement.nativeElement.querySelector('.classification-list__filter-button'); expect(button).toBeTruthy(); - expect(button.textContent).toBe('filter_list'); + expect(button.textContent.trim()).toBe('filter_list'); }); it('should change selectedCategory property when button is clicked', () => { diff --git a/web/src/app/administration/components/classification-types-selector/classification-types-selector.component.scss b/web/src/app/administration/components/classification-types-selector/classification-types-selector.component.scss index 12174f4a8..cfbae1e4c 100644 --- a/web/src/app/administration/components/classification-types-selector/classification-types-selector.component.scss +++ b/web/src/app/administration/components/classification-types-selector/classification-types-selector.component.scss @@ -19,8 +19,3 @@ mat-form-field { max-width: 120px !important; } -.radio-group { - display: flex; - flex-direction: column; - margin: 0.5rem 2.5rem; -} diff --git a/web/src/app/administration/components/type-icon/icon-type.component.scss b/web/src/app/administration/components/type-icon/icon-type.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/administration/components/type-icon/icon-type.component.scss +++ b/web/src/app/administration/components/type-icon/icon-type.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/administration/components/workbasket-access-items/workbasket-access-items.component.scss b/web/src/app/administration/components/workbasket-access-items/workbasket-access-items.component.scss index be16a9800..84dbba27b 100644 --- a/web/src/app/administration/components/workbasket-access-items/workbasket-access-items.component.scss +++ b/web/src/app/administration/components/workbasket-access-items/workbasket-access-items.component.scss @@ -16,7 +16,7 @@ * */ -@import '../../../../theme/colors'; +@import 'colors'; .workbasket-access-items { height: calc(100vh - 213px); @@ -100,13 +100,13 @@ color: white; border: none; background: $aquamarine; - margin: 10px 3px 0px 6px; + margin: 10px 3px 0 6px; outline: none; } &__buttons-delete-access { color: red; - margin: 2px 0px 0px 3px; + margin: 10px 3px 0 6px; outline: none; } @@ -142,19 +142,13 @@ color: red; } -::ng-deep .workbasket-access-items__form .mat-form-field-wrapper { - padding-bottom: 0em; - height: 58px; +::ng-deep .workbasket-access-items__typeahead .type-ahead__form-field .mat-mdc-form-field-infix { + padding-top: 24px; + padding-bottom: 0; } -::ng-deep .workbasket-access-items__typeahead .type-ahead__form-field .mat-form-field-infix { - padding: 0 0 0 0; - position: initial; - font-size: medium; -} - -::ng-deep .mat-form-field-appearance-outline .mat-form-field-flex { - margin-top: 0.7em; +::ng-deep .workbasket-access-items__typeahead .type-ahead__form-field .mdc-notched-outline { + padding-top: 16px; } table { diff --git a/web/src/app/administration/components/workbasket-details/workbasket-details.component.html b/web/src/app/administration/components/workbasket-details/workbasket-details.component.html index 3c9c73a7e..834efb8f7 100644 --- a/web/src/app/administration/components/workbasket-details/workbasket-details.component.html +++ b/web/src/app/administration/components/workbasket-details/workbasket-details.component.html @@ -22,7 +22,7 @@

{{workbasket.name}} + matTooltip="{{workbasket.name}}">{{ workbasket.name }} {{ badgeMessage$ | async }}

@@ -46,7 +46,7 @@

@@ -84,7 +84,7 @@

+ animationDuration="0ms" mat-stretch-tabs="false"> diff --git a/web/src/app/administration/components/workbasket-details/workbasket-details.component.scss b/web/src/app/administration/components/workbasket-details/workbasket-details.component.scss index 4554fa68c..aad705985 100644 --- a/web/src/app/administration/components/workbasket-details/workbasket-details.component.scss +++ b/web/src/app/administration/components/workbasket-details/workbasket-details.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .workbasket-details { &__toolbar { @@ -67,4 +67,8 @@ &__button-red { color: $invalid; } + + &__mat-icon { + margin-left: 8px; + } } diff --git a/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.html b/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.html index fb6c35cd7..1dd6d94fb 100644 --- a/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.html +++ b/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.html @@ -18,7 +18,7 @@
- {{header}} + {{ header }} @@ -73,11 +75,11 @@ class="{{toolbarState? 'distribution-targets-list__list--with-filter' : 'distribution-targets-list__list--no-filter'}}" itemSize="90"> + (click)="updateSelectAll(!workbasket.selected) && (workbasket.selected = !workbasket.selected)" + *cdkVirtualFor="let workbasket of distributionTargets| orderBy: ['name']; templateCacheSize: 0" + [selected]="workbasket.selected" + [value]="workbasket.workbasketId" + class="workbasket-distribution-targets__workbaskets-item">
@@ -90,18 +92,18 @@
- {{workbasket.name}}, {{workbasket.key}} + {{ workbasket.name }}, {{ workbasket.key }}
-

{{workbasket.description}}

-

{{workbasket.owner}}

+

{{ workbasket.description }}

+

{{ workbasket.owner }}

error + class="material-icons md-20 red " + matTooltip="Marked for deletion" + title="Marked for deletion">error
diff --git a/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.scss b/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.scss index ef14515ec..995b0c6d8 100644 --- a/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.scss +++ b/web/src/app/administration/components/workbasket-distribution-targets-list/workbasket-distribution-targets-list.component.scss @@ -16,7 +16,8 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; + .distribution-targets-list { &__header { text-overflow: ellipsis; @@ -26,6 +27,7 @@ max-width: 100px; } } + &__action-button { margin-left: 0.5rem; } @@ -42,6 +44,7 @@ min-height: 83px; } } + &__list--with-filter { min-width: 100%; background-color: white; @@ -54,16 +57,20 @@ min-height: 83px; } } + &__item-wrapper { display: flex; } + &__item-icon { padding: 32px 24px 24px 8px; } + &__item-info { display: block; padding: 8px 0; } + &__empty-list { height: calc(100vh - 360px); border-radius: 10px; @@ -84,15 +91,18 @@ -webkit-line-clamp: 1; -webkit-box-orient: vertical; } + + &__mat-icon { + margin-left: 8px; + } } -.mat-list-item { - height: 90px !important; +::ng-deep .distribution-targets-list * .cdk-virtual-scroll-content-wrapper { + width: 100%; } -.mat-list-single-selected-option { - background-color: $green !important; - color: white; +.mat-mdc-list-item { + height: 90px !important; } p { diff --git a/web/src/app/administration/components/workbasket-distribution-targets/workbasket-distribution-targets.component.scss b/web/src/app/administration/components/workbasket-distribution-targets/workbasket-distribution-targets.component.scss index 81f1b20e2..05c881570 100644 --- a/web/src/app/administration/components/workbasket-distribution-targets/workbasket-distribution-targets.component.scss +++ b/web/src/app/administration/components/workbasket-distribution-targets/workbasket-distribution-targets.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .distribution-targets-list { &__action-buttons { diff --git a/web/src/app/administration/components/workbasket-information/workbasket-information.component.scss b/web/src/app/administration/components/workbasket-information/workbasket-information.component.scss index e2d4b08ac..b8969307c 100644 --- a/web/src/app/administration/components/workbasket-information/workbasket-information.component.scss +++ b/web/src/app/administration/components/workbasket-information/workbasket-information.component.scss @@ -88,3 +88,8 @@ width: 100%; } } + +::ng-deep .general__description-and-type > .mat-mdc-form-field { + display: unset; + flex-direction: unset; +} diff --git a/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.html b/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.html index 4749876c5..58ca64d22 100644 --- a/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.html +++ b/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.html @@ -21,22 +21,25 @@
- - + (performSorting)="sorting($event)" [defaultSortBy]="workbasketDefaultSortBy" + [sortingFields]="sortingFields" + style="margin-right: 4px;">
@@ -45,8 +48,8 @@
diff --git a/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.scss b/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.scss index 29beb1b8c..a3247a2fb 100644 --- a/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.scss +++ b/web/src/app/administration/components/workbasket-list-toolbar/workbasket-list-toolbar.component.scss @@ -16,47 +16,53 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .workbasket-list-toolbar { padding: 16px 16px 20px; flex-wrap: wrap; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); overflow: hidden; -} -.workbasket-list-toolbar__action-toolbar { - padding: 0 4px; - display: flex; - border: none; - margin-bottom: 0; -} + &__action-toolbar { + padding: 0 4px; + display: flex; + border: none; + margin-bottom: 0; + } -.workbasket-list-toolbar__filter-and-sorting { - display: flex; - border: none; - margin-bottom: 0; - padding: 16px 4px 8px 4px; -} + &__filter-and-sorting { + display: flex; + border: none; + margin-bottom: 0; + padding: 16px 4px 8px 4px; + } -.workbasket-list-toolbar__add-button { - background-color: $aquamarine; - color: white; - height: 36px; -} + &__add-button { + background-color: $aquamarine; + color: white; + height: 36px; + } -.workbasket-list-toolbar__filter { - display: flex; - justify-content: space-between; - padding: 16px 8px 0 4px; + &__filter { + display: flex; + justify-content: space-between; + padding: 16px 8px 0 4px; + } } -.filter__filter-button { - padding: 0 5px; - color: #555; - height: 36px; -} +.filter { + &__filter-button { + padding: 0 5px; + color: #555; + height: 36px; + } + + &__filter-component-wrapper { + width: 380px; + } -.filter__filter-component-wrapper { - width: 380px; + &__mat-icon { + margin-left: 8px; + } } diff --git a/web/src/app/administration/components/workbasket-list/workbasket-list.component.html b/web/src/app/administration/components/workbasket-list/workbasket-list.component.html index e4686e787..fced44530 100644 --- a/web/src/app/administration/components/workbasket-list/workbasket-list.component.html +++ b/web/src/app/administration/components/workbasket-list/workbasket-list.component.html @@ -27,9 +27,10 @@ -
- +
+
-
@@ -50,15 +52,16 @@
- {{workbasket.name}}, {{workbasket.key}} + {{ workbasket.name }}, {{ workbasket.key }}
-

{{workbasket.description}}

-

{{workbasket.owner}}

+

{{ workbasket.description }}

+

{{ workbasket.owner }}

- error + error
@@ -82,10 +85,10 @@

There are no workbaskets

+ (changePage)="changePage($event)" + [expanded]="expanded" + [numberOfItems]="(workbasketsSummary$ | async)?.length" + [page]="(workbasketsSummaryRepresentation$ | async) ? (workbasketsSummaryRepresentation$ | async)?.page : (workbasketsSummaryRepresentation$ | async)" + [resetPaging]="resetPagingSubject.asObservable()" + [type]="type"> diff --git a/web/src/app/administration/components/workbasket-list/workbasket-list.component.scss b/web/src/app/administration/components/workbasket-list/workbasket-list.component.scss index 61928425e..d67d27621 100644 --- a/web/src/app/administration/components/workbasket-list/workbasket-list.component.scss +++ b/web/src/app/administration/components/workbasket-list/workbasket-list.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .workbasket-list { height: calc(100vh - 156px); @@ -67,12 +67,15 @@ p { max-height: 20px; } -.mat-list-item { +.mat-mdc-list-item { height: 90px !important; overflow: hidden; } -.mat-list-single-selected-option { +.mdc-list-item--selected { background-color: $green !important; +} + +.mdc-list-item--selected * .workbasket-list__list-item--info { color: white; } diff --git a/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.html b/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.html index 899d10b8e..94426ba70 100644 --- a/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.html +++ b/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.html @@ -19,18 +19,22 @@
- +
- chevron_left - chevron_right + chevron_left + chevron_right
- +
diff --git a/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.scss b/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.scss index 153a79caa..28abfc312 100644 --- a/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.scss +++ b/web/src/app/administration/components/workbasket-overview/workbasket-overview.component.scss @@ -37,14 +37,17 @@ z-index: 10; transition: 0.2s ease-out; } + &__list { min-width: 500px; width: 500px; transition: 0.2s ease-out; } + &__details { flex-grow: 1; } + &__empty-page { flex-grow: 1; display: flex; @@ -52,3 +55,7 @@ align-items: center; } } + +.vertical-right-divider__mat-icon { + height: unset; +} diff --git a/web/src/app/app.component.scss b/web/src/app/app.component.scss index cbff63b49..90b9ce029 100644 --- a/web/src/app/app.component.scss +++ b/web/src/app/app.component.scss @@ -16,8 +16,8 @@ * */ -@import '../theme/variables'; -@import 'src/theme/_colors.scss'; +@import 'variables'; +@import 'colors'; .sidenav { position: absolute; @@ -26,56 +26,61 @@ left: 0; right: 0; margin-top: 0; -} -.sidenav__drawer { - position: absolute; - z-index: 999; - box-shadow: none; - width: 350px; - background-color: $dark-green; + &__drawer { + position: absolute; + z-index: 999; + box-shadow: none; + width: 350px; + background-color: $dark-green; + + &__container { + display: flex; + flex-direction: row; + justify-content: space-between; + color: white; + margin-top: 5px; + } + + &__container * .mdc-icon-button { + // Workaround to center the icon... + font-size: 13px; + } + + &__container-menu { + margin-left: 15px; + } + + &__container-logout { + text-align: end; + margin-right: 15px; + } + } + + &__drawer-list-item { + margin-left: 30px; + } + + &__drawer-version { + color: white; + position: absolute; + bottom: 5px; + left: 16px; + font-size: 12px; + } + + &__drawer-user-info { + margin-top: 30px; + margin-bottom: 50px; + margin-left: -16px; + } } .mat-drawer-content { overflow: hidden !important; } -.sidenav__drawer-list-item { - margin-left: 30px; -} - -.sidenav__drawer__container { - display: flex; - flex-direction: row; - justify-content: space-between; - color: white; - margin-top: 5px; -} - -.sidenav__drawer__container-menu { - margin-left: 15px; -} - -.sidenav__drawer__container-logout { - text-align: end; - margin-right: 15px; -} - -.sidenav__drawer-version { - color: white; - position: absolute; - bottom: 5px; - left: 16px; - font-size: 12px; -} - -.sidenav__drawer-user-info { - margin-top: 30px; - margin-bottom: 50px; - margin-left: -16px; -} - -.mat-icon-button { +.mat-mdc-icon-button { outline: none; } @@ -92,11 +97,3 @@ ::ng-deep .mat-drawer { overflow-y: visible !important; } - -::ng-deep mat-tooltip-component { - word-break: break-word; -} - -mat-progress-bar { - height: 3px; -} diff --git a/web/src/app/monitor/components/canvas/canvas.component.scss b/web/src/app/monitor/components/canvas/canvas.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/monitor/components/canvas/canvas.component.scss +++ b/web/src/app/monitor/components/canvas/canvas.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/monitor/components/classification-report/classification-report.component.scss b/web/src/app/monitor/components/classification-report/classification-report.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/monitor/components/classification-report/classification-report.component.scss +++ b/web/src/app/monitor/components/classification-report/classification-report.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/monitor/components/monitor/monitor.component.html b/web/src/app/monitor/components/monitor/monitor.component.html index 112749dad..183a35718 100644 --- a/web/src/app/monitor/components/monitor/monitor.component.html +++ b/web/src/app/monitor/components/monitor/monitor.component.html @@ -16,20 +16,25 @@ ~ --> -
- {{roles}} + {{ roles }}
diff --git a/web/src/app/shared/components/user-information/user-information.component.scss b/web/src/app/shared/components/user-information/user-information.component.scss index 20ce3ae62..61c053639 100644 --- a/web/src/app/shared/components/user-information/user-information.component.scss +++ b/web/src/app/shared/components/user-information/user-information.component.scss @@ -16,16 +16,21 @@ * */ -@import '../../../../theme/variables'; +@import 'variables'; .big { width: 64px; height: 64px; } +:host ::ng-deep .user-info > .mat-mdc-button { + color: white; +} + .user-info { margin-top: 85px; color: white; + > span { margin: 0 15px 0 15px; font-size: 20px; @@ -82,11 +87,13 @@ button.transparent { border: none; background-color: transparent; + &:hover { border: none; background-color: transparent; color: #22a39f; } + &:focus { border: none; background-color: transparent; @@ -95,7 +102,7 @@ button.transparent { } } -.mat-button { +.mat-mdc-button { border: none; outline: none; left: 28%; diff --git a/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.html b/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.html index 57ecacf20..11f75d64e 100644 --- a/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.html +++ b/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.html @@ -20,7 +20,7 @@
- + Filter by name @@ -29,12 +29,13 @@ -
@@ -45,13 +46,13 @@
- + Filter by name - + Filter by key @@ -59,13 +60,13 @@
- + Filter by description - + Filter by owner @@ -86,7 +87,8 @@ - diff --git a/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.scss b/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.scss index fbbcb9fd3..d3254035e 100644 --- a/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.scss +++ b/web/src/app/shared/components/workbasket-filter/workbasket-filter.component.scss @@ -16,12 +16,11 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .filter { &__collapsed-filter { display: flex; - height: 36px; } &__expanded-filter { @@ -36,9 +35,8 @@ } &__collapsed-filter-input-field { - top: -10px; flex-grow: 1; - margin: 0 8px 0 8px; + margin: -10px 8px 0 8px; } &__undo-buttons { @@ -62,4 +60,16 @@ display: flex; justify-content: space-between; } + + &__mat-icon { + margin-left: 8px; + } + + &__input-field-left { + margin-right: 4px; + } + + &__input-field-right { + margin-left: 4px; + } } diff --git a/web/src/app/shared/guards/history.guard.ts b/web/src/app/shared/guards/history.guard.ts index b79297583..5849aa1ea 100644 --- a/web/src/app/shared/guards/history.guard.ts +++ b/web/src/app/shared/guards/history.guard.ts @@ -17,7 +17,7 @@ */ import { Injectable } from '@angular/core'; -import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot, UrlTree } from '@angular/router'; +import { CanActivate, Router, UrlTree } from '@angular/router'; import { Observable, of } from 'rxjs'; import { KadaiEngineService } from 'app/shared/services/kadai-engine/kadai-engine.service'; import { catchError, map } from 'rxjs/operators'; @@ -28,7 +28,7 @@ import { catchError, map } from 'rxjs/operators'; export class HistoryGuard implements CanActivate { constructor(private kadaiEngineService: KadaiEngineService, public router: Router) {} - canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable { + canActivate(): Observable { return this.kadaiEngineService.isHistoryProviderEnabled().pipe( map((value) => { if (value) { diff --git a/web/src/app/shared/shared.module.ts b/web/src/app/shared/shared.module.ts index 7d5d5e4d7..74e0b7cf0 100644 --- a/web/src/app/shared/shared.module.ts +++ b/web/src/app/shared/shared.module.ts @@ -39,7 +39,6 @@ import { IconTypeComponent } from 'app/administration/components/type-icon/icon- import { FieldErrorDisplayComponent } from 'app/shared/components/field-error-display/field-error-display.component'; import { MatDialogModule } from '@angular/material/dialog'; import { MatButtonModule } from '@angular/material/button'; -import { MatRadioModule } from '@angular/material/radio'; import { SortComponent } from './components/sort/sort.component'; import { PaginationComponent } from './components/pagination/pagination.component'; import { ProgressSpinnerComponent } from './components/progress-spinner/progress-spinner.component'; @@ -130,7 +129,6 @@ const DECLARATIONS = [ declarations: [DECLARATIONS], imports: [ MODULES, - MatRadioModule, MatFormFieldModule, MatInputModule, MatIconModule, diff --git a/web/src/app/shared/store/filter-store/filter.state.ts b/web/src/app/shared/store/filter-store/filter.state.ts index 94bef602b..39e5edf2b 100644 --- a/web/src/app/shared/store/filter-store/filter.state.ts +++ b/web/src/app/shared/store/filter-store/filter.state.ts @@ -21,6 +21,7 @@ import { Observable, of } from 'rxjs'; import { WorkbasketQueryFilterParameter } from '../../models/workbasket-query-filter-parameter'; import { ClearTaskFilter, ClearWorkbasketFilter, SetTaskFilter, SetWorkbasketFilter } from './filter.actions'; import { TaskQueryFilterParameter } from '../../models/task-query-filter-parameter'; +import { isEqual } from 'lodash'; const emptyWorkbasketFilter: WorkbasketQueryFilterParameter = { 'description-like': [], @@ -81,7 +82,8 @@ export class FilterState implements NgxsOnInit { filter[key] = [...param[key]]; }); - const isWildcardSearch = filter['wildcard-search-value'].length !== 0 && filter['wildcard-search-value'] !== ['']; + const isWildcardSearch = + filter['wildcard-search-value'].length !== 0 && !isEqual(filter['wildcard-search-value'], ['']); filter['wildcard-search-fields'] = isWildcardSearch ? this.initWildcardFields() : []; // Delete wildcard search field 'NAME' if 'name-like' exists diff --git a/web/src/app/v2/task-routing/components/routing-upload/routing-upload.component.scss b/web/src/app/v2/task-routing/components/routing-upload/routing-upload.component.scss index f048cd3b6..d661dacdb 100644 --- a/web/src/app/v2/task-routing/components/routing-upload/routing-upload.component.scss +++ b/web/src/app/v2/task-routing/components/routing-upload/routing-upload.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .fileover { border: 4px solid $green; diff --git a/web/src/app/v2/task-routing/guards/task-routing.guard.ts b/web/src/app/v2/task-routing/guards/task-routing.guard.ts index 1d258afa4..db7061b7d 100644 --- a/web/src/app/v2/task-routing/guards/task-routing.guard.ts +++ b/web/src/app/v2/task-routing/guards/task-routing.guard.ts @@ -17,7 +17,7 @@ */ import { Injectable } from '@angular/core'; -import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot, UrlTree } from '@angular/router'; +import { CanActivate, Router, UrlTree } from '@angular/router'; import { Observable, of } from 'rxjs'; import { KadaiEngineService } from 'app/shared/services/kadai-engine/kadai-engine.service'; import { catchError, map } from 'rxjs/operators'; @@ -28,7 +28,7 @@ import { catchError, map } from 'rxjs/operators'; export class TaskRoutingGuard implements CanActivate { constructor(private kadaiEngineService: KadaiEngineService, public router: Router) {} - canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable { + canActivate(): Observable { return this.kadaiEngineService.isCustomRoutingRulesEnabled().pipe( map((value) => { if (value) { diff --git a/web/src/app/v2/task/components/task-details-container/task-details-container.component.scss b/web/src/app/v2/task/components/task-details-container/task-details-container.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/v2/task/components/task-details-container/task-details-container.component.scss +++ b/web/src/app/v2/task/components/task-details-container/task-details-container.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/v2/task/components/task-details/task-details.component.scss b/web/src/app/v2/task/components/task-details/task-details.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/v2/task/components/task-details/task-details.component.scss +++ b/web/src/app/v2/task/components/task-details/task-details.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/v2/task/components/task-overview/task-overview.component.scss b/web/src/app/v2/task/components/task-overview/task-overview.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/v2/task/components/task-overview/task-overview.component.scss +++ b/web/src/app/v2/task/components/task-overview/task-overview.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.html b/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.html index cfc0cfd76..54ba58f61 100644 --- a/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.html +++ b/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.html @@ -23,10 +23,7 @@
-
-
Attribute
-
Value
@@ -36,33 +33,29 @@
+ class="task-attribute-value__row {{(i % 2 === 0)? 'task-attribute-value__background-grey' : 'task-attribute-value__background-white'}}">
-
-
-
-
- - +
-
-
- + @@ -78,14 +71,15 @@ -
There is currently no {{ callbackInfo ? 'callback information' : 'custom attribute'}}.
+
There is currently no {{ callbackInfo ? 'callback information' : 'custom attribute' }}. +
diff --git a/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.scss b/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.scss index 3ad413f76..d31b2f47a 100644 --- a/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.scss +++ b/web/src/app/workplace/components/task-attribute-value/task-attribute-value.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .task-attribute-value { line-height: 1.5; @@ -27,11 +27,6 @@ margin-top: 16px; } - &__button--secondary { - min-width: 16px; - left: 8px; - } - &__table { display: flex; flex-direction: column; @@ -46,22 +41,18 @@ &__row { display: flex; flex-direction: row; - flex-wrap: nowrap; - padding: 8px 0; } &__column--button { - width: 60px; display: flex; align-items: center; + padding: 0 4px 0 8px; } &__column--inputs { + display: flex; flex-grow: 1; - } - - &__spacer { - width: 8px; + padding: 22px 4px 0 4px; } &__background-grey { @@ -71,18 +62,8 @@ &__background-white { background-color: white; } -} - -::ng-deep .mat-form-field-wrapper { - padding: 0; -} -::ng-deep - .task-attribute-value__column--inputs - > .mat-form-field-appearance-outline - > div.mat-form-field-wrapper - > div.mat-form-field-flex - > div.mat-form-field-infix { - border-top-width: 0; - height: 40px; + &__mat-icon { + margin-left: 8px; + } } diff --git a/web/src/app/workplace/components/task-details/task-details.component.html b/web/src/app/workplace/components/task-details/task-details.component.html index 5de76ae98..719ba4e73 100644 --- a/web/src/app/workplace/components/task-details/task-details.component.html +++ b/web/src/app/workplace/components/task-details/task-details.component.html @@ -26,12 +26,14 @@
-   Creating Task   +   Creating Task  
- - - - - - @@ -73,17 +80,18 @@
-

{{task.name}}

+

{{ task.name }}

- +
-
@@ -99,7 +107,8 @@

{{task.name}}

- +
diff --git a/web/src/app/workplace/components/task-details/task-details.component.scss b/web/src/app/workplace/components/task-details/task-details.component.scss index 141952ebc..55ac48cd2 100644 --- a/web/src/app/workplace/components/task-details/task-details.component.scss +++ b/web/src/app/workplace/components/task-details/task-details.component.scss @@ -16,7 +16,7 @@ * */ -@import '../../../../theme/colors'; +@import 'colors'; :host { flex-grow: 1; @@ -95,21 +95,8 @@ &__tab-wrapper { padding: 12px; } -} - -::ng-deep .mat-tab-body-wrapper { - height: 100%; - max-height: calc(100vh - 182px); -} -::ng-deep - .task-details__tab-group-wrapper - > .mat-tab-group - > .mat-tab-header - > .mat-tab-label-container - > .mat-tab-list - > .mat-tab-labels - > .mat-tab-label { - min-width: 0 !important; - height: 36px !important; + &__mat-icon { + margin-left: 8px; + } } diff --git a/web/src/app/workplace/components/task-information/task-information.component.scss b/web/src/app/workplace/components/task-information/task-information.component.scss index 27bc0d69f..1e76767d5 100644 --- a/web/src/app/workplace/components/task-information/task-information.component.scss +++ b/web/src/app/workplace/components/task-information/task-information.component.scss @@ -40,6 +40,6 @@ } } -::ng-deep .task-information .mat-form-field { +::ng-deep .task-information .mat-mdc-form-field { margin-top: 0.7rem; } diff --git a/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.html b/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.html index a8e225272..7616c4778 100644 --- a/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.html +++ b/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.html @@ -18,7 +18,8 @@
- + @@ -26,10 +27,15 @@
-
@@ -45,8 +51,9 @@ placeholder="Workbasket" type="text"> - - {{workbasketName}} + + {{ workbasketName }} @@ -58,13 +65,13 @@
@@ -77,10 +84,15 @@
-
@@ -98,15 +110,17 @@
- -
@@ -124,7 +138,8 @@
- @@ -132,7 +147,8 @@ + (performSorting)="sorting($event)" [defaultSortBy]="taskDefaultSortBy" + [sortingFields]="sortingFields">
diff --git a/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.scss b/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.scss index 90b905d41..30d8a9803 100644 --- a/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.scss +++ b/web/src/app/workplace/components/task-list-toolbar/task-list-toolbar.component.scss @@ -16,10 +16,9 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .task-list-toolbar { - // padding: 4px 16px 16px 16px; padding: 0 0 16px 0; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); @@ -46,27 +45,23 @@ &__button--primary { background-color: $aquamarine; color: white; - height: 36px; margin-right: 4px; } &__button--secondary { - height: 36px; top: 12px; color: #555; } + + &__mat-icon { + margin-left: 8px; + } } -::ng-deep - .task-list-toolbar - > .mat-tab-group - > .mat-tab-header - > .mat-tab-label-container - > .mat-tab-list - > .mat-tab-labels { +::ng-deep .task-list-toolbar * .mat-mdc-tab-labels { background-color: $light-grey; } -::ng-deep .task-list-toolbar__filter-input .mat-form-field-wrapper { +::ng-deep .task-list-toolbar__filter-input .mat-mdc-text-field-wrapper { width: 240px; } diff --git a/web/src/app/workplace/components/task-list/task-list.component.html b/web/src/app/workplace/components/task-list/task-list.component.html index 7b2eed1db..5a686f02a 100644 --- a/web/src/app/workplace/components/task-list/task-list.component.html +++ b/web/src/app/workplace/components/task-list/task-list.component.html @@ -18,7 +18,7 @@
- +
+ matBadgePosition="{{task.taskId == selectedId? 'above' : 'below'}}" + matTooltip="Priority">
-

{{task.name}}{{task.owner}}

-

State: {{task.state}}

-

Due: {{task.due | germanTimeFormat }}

+

{{ task.name }}{{ task.owner }}

+

State: {{ task.state }}

+

Due: {{ task.due | germanTimeFormat }}

@@ -52,6 +53,7 @@

Select a Workbasket

- +
diff --git a/web/src/app/workplace/components/task-list/task-list.component.scss b/web/src/app/workplace/components/task-list/task-list.component.scss index 8ef4d28d2..94cc30f69 100644 --- a/web/src/app/workplace/components/task-list/task-list.component.scss +++ b/web/src/app/workplace/components/task-list/task-list.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; .task-list { &__task { @@ -42,13 +42,16 @@ p { line-height: 1.5; } -.mat-list-item { +.mat-mdc-list-item { height: 90px !important; overflow: hidden; } -.mat-list-single-selected-option { +.mdc-list-item--selected { background-color: $green !important; +} + +.mdc-list-item--selected * .task-list__task-info { color: white; } diff --git a/web/src/app/workplace/components/task-master/task-master.component.scss b/web/src/app/workplace/components/task-master/task-master.component.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/app/workplace/components/task-master/task-master.component.scss +++ b/web/src/app/workplace/components/task-master/task-master.component.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/app/workplace/components/task-processing/task-processing.component.scss b/web/src/app/workplace/components/task-processing/task-processing.component.scss index 983233a08..f431c7016 100644 --- a/web/src/app/workplace/components/task-processing/task-processing.component.scss +++ b/web/src/app/workplace/components/task-processing/task-processing.component.scss @@ -16,7 +16,7 @@ * */ -@import 'src/theme/_colors.scss'; +@import 'colors'; :host { flex-grow: 1; diff --git a/web/src/app/workplace/components/task-status-details/task-status-details.component.scss b/web/src/app/workplace/components/task-status-details/task-status-details.component.scss index 1112145f2..ca8be413d 100644 --- a/web/src/app/workplace/components/task-status-details/task-status-details.component.scss +++ b/web/src/app/workplace/components/task-status-details/task-status-details.component.scss @@ -45,15 +45,11 @@ } } -.task-status-details .mat-form-field { +.task-status-details .mat-mdc-form-field { margin-top: 0.7rem; flex-grow: 1; } -.mat-input-element:disabled { +.mat-mdc-input-element:disabled { color: gray; } - -::ng-deep .mat-form-field-outline { - color: lightgray !important; -} diff --git a/web/src/app/workplace/workplace.module.ts b/web/src/app/workplace/workplace.module.ts index 463fc6c65..25668a4f1 100644 --- a/web/src/app/workplace/workplace.module.ts +++ b/web/src/app/workplace/workplace.module.ts @@ -50,7 +50,6 @@ import { MatBadgeModule } from '@angular/material/badge'; import { MatTooltipModule } from '@angular/material/tooltip'; import { MatIconModule } from '@angular/material/icon'; import { MatButtonModule } from '@angular/material/button'; -import { MatRadioModule } from '@angular/material/radio'; import { MatMenuModule } from '@angular/material/menu'; import { MatSelectModule } from '@angular/material/select'; import { MatDatepickerModule } from '@angular/material/datepicker'; @@ -94,7 +93,6 @@ const DECLARATIONS = [ MatTooltipModule, MatIconModule, MatButtonModule, - MatRadioModule, MatMenuModule, MatSelectModule, MatDatepickerModule, diff --git a/web/src/theme/_main.scss b/web/src/theme/_main.scss index 0e6354304..1e736c1f1 100644 --- a/web/src/theme/_main.scss +++ b/web/src/theme/_main.scss @@ -16,8 +16,6 @@ * */ -@import '../../node_modules/@circlon/angular-tree-component/css/angular-tree-component.css'; - @import 'variables'; @import 'material_styles'; @import 'site'; diff --git a/web/src/theme/_material_styles.scss b/web/src/theme/_material_styles.scss index 67b436787..9c1aca88c 100644 --- a/web/src/theme/_material_styles.scss +++ b/web/src/theme/_material_styles.scss @@ -56,18 +56,23 @@ .material-icons.md-14 { font-size: 15px; } + .material-icons.md-18 { font-size: 18px; } + .material-icons.md-20 { font-size: 20px; } + .material-icons.md-24 { font-size: 24px; } + .material-icons.md-36 { font-size: 36px; } + .material-icons.md-48 { font-size: 48px; } @@ -76,6 +81,7 @@ .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } + .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } @@ -84,26 +90,7 @@ .material-icons.md-light { color: rgba(255, 255, 255, 1); } + .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } - -/** styling of mat-radio overwrites the default colors of the radio TODO needs to be removed when migrating to material*/ -.mat-radio-button.mat-accent .mat-radio-inner-circle { - background-color: $blue; -} -.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle { - border-color: $blue; -} -.mat-radio-button.mat-accent .mat-radio-inner-circle, -.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), -.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, -.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple { - background-color: $blue; -} -.mat-radio-outer-circle { - border-color: $blue; -} -.mat-radio-label-content { - color: $blue; -} diff --git a/web/src/theme/_ngxbootstrap.scss b/web/src/theme/_ngxbootstrap.scss index ee1e1901e..3fbcb5677 100644 --- a/web/src/theme/_ngxbootstrap.scss +++ b/web/src/theme/_ngxbootstrap.scss @@ -15,4 +15,3 @@ * * */ - diff --git a/web/src/theme/_site.scss b/web/src/theme/_site.scss index 08ea7d487..ed652b75d 100644 --- a/web/src/theme/_site.scss +++ b/web/src/theme/_site.scss @@ -508,16 +508,19 @@ li.list-group-item:hover { .node-content-wrapper { margin: 0 18px !important; } + /* our header has a z-index of 1031 and the default z-index of the mat-dialog is just 1000 which leads to undesirable overlap*/ .cdk-overlay-container { z-index: 1337; } -.mat-menu-content { + +.mat-mdc-menu-content { padding-top: 0 !important; padding-bottom: 0 !important; } -.mat-select-value-text { + +.mat-mdc-select-value-text { color: #4a5568 !important; } diff --git a/web/src/theme/custom-theme-material.scss b/web/src/theme/custom-theme-material.scss index 820b31bc4..33f90c429 100644 --- a/web/src/theme/custom-theme-material.scss +++ b/web/src/theme/custom-theme-material.scss @@ -17,6 +17,8 @@ */ @use '@angular/material' as mat; + +@include mat.all-component-typographies(); @include mat.core(); $my-app-primary: mat.define-palette(mat.$blue-grey-palette); diff --git a/web/tsconfig.json b/web/tsconfig.json index e8840f4b4..f886d9497 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -10,7 +10,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, - "target": "es2020", + "target": "ES2022", "typeRoots": ["node_modules/@types"], "lib": ["es2020", "dom"], "paths": { @@ -22,6 +22,7 @@ "@shell/*": ["app/v2/shell/*"], "@task-routing/*": ["app/v2/task-routing/*"], "@workbasket/*": ["app/v2/workbasket/*"] - } + }, + "useDefineForClassFields": false } } diff --git a/web/yarn.lock b/web/yarn.lock index 465d8cd82..7da13663c 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -12,13 +12,6 @@ __metadata: languageName: node linkType: hard -"@adobe/css-tools@npm:^4.0.1": - version: 4.4.0 - resolution: "@adobe/css-tools@npm:4.4.0" - checksum: 10c0/d65ddc719389bf469097df80fb16a8af48a973dea4b57565789d70ac8e7ab4987e6dc0095da3ed5dc16c1b6f8960214a7590312eeda8abd543d91fd0f59e6c94 - languageName: node - linkType: hard - "@ampproject/remapping@npm:2.2.0": version: 2.2.0 resolution: "@ampproject/remapping@npm:2.2.0" @@ -39,115 +32,116 @@ __metadata: languageName: node linkType: hard -"@angular-builders/custom-webpack@npm:14.1.0": - version: 14.1.0 - resolution: "@angular-builders/custom-webpack@npm:14.1.0" +"@angular-builders/custom-webpack@npm:15.0.0": + version: 15.0.0 + resolution: "@angular-builders/custom-webpack@npm:15.0.0" dependencies: - "@angular-devkit/architect": "npm:>=0.1400.0 < 0.1500.0" - "@angular-devkit/build-angular": "npm:^14.0.0" - "@angular-devkit/core": "npm:^14.0.0" + "@angular-devkit/architect": "npm:>=0.1500.0 < 0.1600.0" + "@angular-devkit/build-angular": "npm:^15.0.0" + "@angular-devkit/core": "npm:^15.0.0" lodash: "npm:^4.17.15" ts-node: "npm:^10.0.0" - tsconfig-paths: "npm:^3.9.0" + tsconfig-paths: "npm:^4.1.0" webpack-merge: "npm:^5.7.3" peerDependencies: - "@angular/compiler-cli": ^14.0.0 - checksum: 10c0/d20359a4b83d80ca0d92c2de8969120b54374939791c548146944b0c5a24d7344a3a83e0ae47a016e3bedd4bdb36323ec8343ebf3d7ec1aa8d34d55aedac4e83 + "@angular/compiler-cli": ^15.0.0 + checksum: 10c0/09a03fc428bc329fc75aee94835f948738473564efbec9a6072ab2f88cbf277211cd6236517099e942625482ec4c0e8407f41a1637e061e9f61668231bf23f80 languageName: node linkType: hard -"@angular-devkit/architect@npm:0.1402.13, @angular-devkit/architect@npm:>=0.1400.0 < 0.1500.0": - version: 0.1402.13 - resolution: "@angular-devkit/architect@npm:0.1402.13" +"@angular-devkit/architect@npm:0.1502.11, @angular-devkit/architect@npm:>=0.1500.0 < 0.1600.0": + version: 0.1502.11 + resolution: "@angular-devkit/architect@npm:0.1502.11" dependencies: - "@angular-devkit/core": "npm:14.2.13" + "@angular-devkit/core": "npm:15.2.11" rxjs: "npm:6.6.7" - checksum: 10c0/01ba958172ee34c31cae0639b2e10b20b7e1a1f0e76e68b01fbd6406ab2c4c0cffbe9c00e8cb9194d83f17787612043c86a6ba121d8376d90928477e4a69896f + checksum: 10c0/a2c8a387d0f91422307e090b615be8d2b0c87f640c0bebcfd049518d099f5be95ea73d8ab60c7f0835e322a701af7592b520be5dec376310781250fe9d709fda languageName: node linkType: hard -"@angular-devkit/build-angular@npm:14.2.13, @angular-devkit/build-angular@npm:^14.0.0": - version: 14.2.13 - resolution: "@angular-devkit/build-angular@npm:14.2.13" +"@angular-devkit/build-angular@npm:15.2.11, @angular-devkit/build-angular@npm:^15.0.0": + version: 15.2.11 + resolution: "@angular-devkit/build-angular@npm:15.2.11" dependencies: "@ampproject/remapping": "npm:2.2.0" - "@angular-devkit/architect": "npm:0.1402.13" - "@angular-devkit/build-webpack": "npm:0.1402.13" - "@angular-devkit/core": "npm:14.2.13" - "@babel/core": "npm:7.18.10" - "@babel/generator": "npm:7.18.12" + "@angular-devkit/architect": "npm:0.1502.11" + "@angular-devkit/build-webpack": "npm:0.1502.11" + "@angular-devkit/core": "npm:15.2.11" + "@babel/core": "npm:7.20.12" + "@babel/generator": "npm:7.20.14" "@babel/helper-annotate-as-pure": "npm:7.18.6" - "@babel/plugin-proposal-async-generator-functions": "npm:7.18.10" - "@babel/plugin-transform-async-to-generator": "npm:7.18.6" - "@babel/plugin-transform-runtime": "npm:7.18.10" - "@babel/preset-env": "npm:7.18.10" - "@babel/runtime": "npm:7.18.9" - "@babel/template": "npm:7.18.10" + "@babel/helper-split-export-declaration": "npm:7.18.6" + "@babel/plugin-proposal-async-generator-functions": "npm:7.20.7" + "@babel/plugin-transform-async-to-generator": "npm:7.20.7" + "@babel/plugin-transform-runtime": "npm:7.19.6" + "@babel/preset-env": "npm:7.20.2" + "@babel/runtime": "npm:7.20.13" + "@babel/template": "npm:7.20.7" "@discoveryjs/json-ext": "npm:0.5.7" - "@ngtools/webpack": "npm:14.2.13" + "@ngtools/webpack": "npm:15.2.11" ansi-colors: "npm:4.1.3" - babel-loader: "npm:8.2.5" + autoprefixer: "npm:10.4.13" + babel-loader: "npm:9.1.2" babel-plugin-istanbul: "npm:6.1.1" - browserslist: "npm:^4.9.1" - cacache: "npm:16.1.2" + browserslist: "npm:4.21.5" + cacache: "npm:17.0.4" + chokidar: "npm:3.5.3" copy-webpack-plugin: "npm:11.0.0" critters: "npm:0.0.16" - css-loader: "npm:6.7.1" - esbuild: "npm:0.15.5" - esbuild-wasm: "npm:0.15.5" - glob: "npm:8.0.3" + css-loader: "npm:6.7.3" + esbuild: "npm:0.17.8" + esbuild-wasm: "npm:0.17.8" + glob: "npm:8.1.0" https-proxy-agent: "npm:5.0.1" inquirer: "npm:8.2.4" - jsonc-parser: "npm:3.1.0" + jsonc-parser: "npm:3.2.0" karma-source-map-support: "npm:1.4.0" less: "npm:4.1.3" - less-loader: "npm:11.0.0" + less-loader: "npm:11.1.0" license-webpack-plugin: "npm:4.0.2" loader-utils: "npm:3.2.1" - mini-css-extract-plugin: "npm:2.6.1" - minimatch: "npm:5.1.0" - open: "npm:8.4.0" + magic-string: "npm:0.29.0" + mini-css-extract-plugin: "npm:2.7.2" + open: "npm:8.4.1" ora: "npm:5.4.1" - parse5-html-rewriting-stream: "npm:6.0.1" + parse5-html-rewriting-stream: "npm:7.0.0" piscina: "npm:3.2.0" postcss: "npm:8.4.31" - postcss-import: "npm:15.0.0" - postcss-loader: "npm:7.0.1" - postcss-preset-env: "npm:7.8.0" - regenerator-runtime: "npm:0.13.9" + postcss-loader: "npm:7.0.2" resolve-url-loader: "npm:5.0.0" rxjs: "npm:6.6.7" - sass: "npm:1.54.4" - sass-loader: "npm:13.0.2" + sass: "npm:1.58.1" + sass-loader: "npm:13.2.0" semver: "npm:7.5.3" - source-map-loader: "npm:4.0.0" + source-map-loader: "npm:4.0.1" source-map-support: "npm:0.5.21" - stylus: "npm:0.59.0" - stylus-loader: "npm:7.0.0" - terser: "npm:5.14.2" + terser: "npm:5.16.3" text-table: "npm:0.2.0" tree-kill: "npm:1.2.2" - tslib: "npm:2.4.0" + tslib: "npm:2.5.0" webpack: "npm:5.76.1" - webpack-dev-middleware: "npm:5.3.3" - webpack-dev-server: "npm:4.11.0" + webpack-dev-middleware: "npm:6.1.2" + webpack-dev-server: "npm:4.11.1" webpack-merge: "npm:5.8.0" webpack-subresource-integrity: "npm:5.1.0" peerDependencies: - "@angular/compiler-cli": ^14.0.0 - "@angular/localize": ^14.0.0 - "@angular/service-worker": ^14.0.0 + "@angular/compiler-cli": ^15.0.0 + "@angular/localize": ^15.0.0 + "@angular/platform-server": ^15.0.0 + "@angular/service-worker": ^15.0.0 karma: ^6.3.0 - ng-packagr: ^14.0.0 + ng-packagr: ^15.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 - typescript: ">=4.6.2 <4.9" + typescript: ">=4.8.2 <5.0" dependenciesMeta: esbuild: optional: true peerDependenciesMeta: "@angular/localize": optional: true + "@angular/platform-server": + optional: true "@angular/service-worker": optional: true karma: @@ -158,30 +152,30 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 10c0/f89692a3c1114ad892459c7585d099cfde40540149f9aa74d7f542a00f078a0e68773eee7122b5fbded96c95c340473818a93ab338c9ad6542e6375cc112f651 + checksum: 10c0/111386f30523576b728293cc1b8ef97354f83c23e346a87802ebbaf495e50bcec0be67c610e171eb94c9b2b62d312d6488768833f928973dc88b2c288c5fba08 languageName: node linkType: hard -"@angular-devkit/build-webpack@npm:0.1402.13": - version: 0.1402.13 - resolution: "@angular-devkit/build-webpack@npm:0.1402.13" +"@angular-devkit/build-webpack@npm:0.1502.11": + version: 0.1502.11 + resolution: "@angular-devkit/build-webpack@npm:0.1502.11" dependencies: - "@angular-devkit/architect": "npm:0.1402.13" + "@angular-devkit/architect": "npm:0.1502.11" rxjs: "npm:6.6.7" peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^4.0.0 - checksum: 10c0/9df0887e14f888d0a60c243eebb65a7bc1ee9b0b0856b9c0ffd3d53f77af6638e6a9d0b476cbb66b2d0c6f8d3bc7b2a3f0eac299d4e7defe50b5e657ec5ca46c + checksum: 10c0/babde12f311650aea8bafa278f1d0890e4e085acf01c90492ba3bc2a93a25f0931e75f236158202014c967ed3ac8679c6af6ed87a39a62812c70db81efdf9050 languageName: node linkType: hard -"@angular-devkit/core@npm:14.2.13, @angular-devkit/core@npm:^14.0.0": - version: 14.2.13 - resolution: "@angular-devkit/core@npm:14.2.13" +"@angular-devkit/core@npm:15.2.11, @angular-devkit/core@npm:^15.0.0": + version: 15.2.11 + resolution: "@angular-devkit/core@npm:15.2.11" dependencies: - ajv: "npm:8.11.0" + ajv: "npm:8.12.0" ajv-formats: "npm:2.1.1" - jsonc-parser: "npm:3.1.0" + jsonc-parser: "npm:3.2.0" rxjs: "npm:6.6.7" source-map: "npm:0.7.4" peerDependencies: @@ -189,216 +183,261 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 10c0/90bc3c041f041daf38d79eebd4e2313c4240a23d4819af1bb6786865c11f1ddcc5d83e705d705e75c3c19caaaf811fb44559fed4dc4c6c7ed7d2ce4e5b97e8f7 + checksum: 10c0/8a9b16da9425fe5b044cf67629346e8354150a61c294b4a3bca8b9826c419c4096339817d3acdcdc18451c32b9941bc97fab0d882902a27acf4bee21448ece72 languageName: node linkType: hard -"@angular-devkit/schematics@npm:14.2.13": - version: 14.2.13 - resolution: "@angular-devkit/schematics@npm:14.2.13" +"@angular-devkit/schematics@npm:15.2.11": + version: 15.2.11 + resolution: "@angular-devkit/schematics@npm:15.2.11" dependencies: - "@angular-devkit/core": "npm:14.2.13" - jsonc-parser: "npm:3.1.0" - magic-string: "npm:0.26.2" + "@angular-devkit/core": "npm:15.2.11" + jsonc-parser: "npm:3.2.0" + magic-string: "npm:0.29.0" ora: "npm:5.4.1" rxjs: "npm:6.6.7" - checksum: 10c0/852bf1ba50b4a787d33d108db16569153eb0b553e578441b1d1aa1c0ef4e2cf9b7e1e5e00be1cbe8fed43f0a1c7312efcc8d081a1c3b61d66e1da2e28735b04e + checksum: 10c0/0d32122ca4ce31d87dc1d246f039c43fbb3c7bf670ad4d50bdd1eba2eb259fe565fc98b87df178471638c0b83f633a3d331f8517e78ba9798ea6e8a746be677f languageName: node linkType: hard -"@angular/animations@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/animations@npm:14.3.0" +"@angular/animations@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/animations@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 14.3.0 - checksum: 10c0/93e23e2b41ddef6844ae9160b2c5c2259a354871e7a35177865b0ff1060d57b7afae7d41833c43df92687aafa1250e975b810973b45619dd2d26109ca3c11d10 + "@angular/core": 15.2.10 + checksum: 10c0/c9642bbfc55245b1d5a6ea2968ab4f18cd0548b086ae3d098b8976598f75b29347b503b00aa546c5b8b0308675c32207e7087bdd52861fbbb4e5186979d1ef73 languageName: node linkType: hard -"@angular/cdk@npm:14.2.7": - version: 14.2.7 - resolution: "@angular/cdk@npm:14.2.7" +"@angular/cdk@npm:15.2.9": + version: 15.2.9 + resolution: "@angular/cdk@npm:15.2.9" dependencies: - parse5: "npm:^5.0.0" + parse5: "npm:^7.1.2" tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^14.0.0 || ^15.0.0 - "@angular/core": ^14.0.0 || ^15.0.0 + "@angular/common": ^15.0.0 || ^16.0.0 + "@angular/core": ^15.0.0 || ^16.0.0 rxjs: ^6.5.3 || ^7.4.0 dependenciesMeta: parse5: optional: true - checksum: 10c0/8d78149139576e8092308831e31591727c36aa9d407929ae3292870fd33bd59e493646f5e6a20de860273aa18dcf291c248d70a9487c31ab623b8f487a6816b2 + checksum: 10c0/d3336ec074fe0fdca4f43aa93fcc4cae2a5d62b189991887a0b4a449ffa9e80f7b06f29e54088cfbe88923a58873c47f5d4cd9a0cd4c3f4cab1a46879a4ae8ef languageName: node linkType: hard -"@angular/cli@npm:14.2.13": - version: 14.2.13 - resolution: "@angular/cli@npm:14.2.13" +"@angular/cli@npm:15.2.11": + version: 15.2.11 + resolution: "@angular/cli@npm:15.2.11" dependencies: - "@angular-devkit/architect": "npm:0.1402.13" - "@angular-devkit/core": "npm:14.2.13" - "@angular-devkit/schematics": "npm:14.2.13" - "@schematics/angular": "npm:14.2.13" + "@angular-devkit/architect": "npm:0.1502.11" + "@angular-devkit/core": "npm:15.2.11" + "@angular-devkit/schematics": "npm:15.2.11" + "@schematics/angular": "npm:15.2.11" "@yarnpkg/lockfile": "npm:1.1.0" ansi-colors: "npm:4.1.3" - debug: "npm:4.3.4" - ini: "npm:3.0.0" + ini: "npm:3.0.1" inquirer: "npm:8.2.4" - jsonc-parser: "npm:3.1.0" - npm-package-arg: "npm:9.1.0" - npm-pick-manifest: "npm:7.0.1" - open: "npm:8.4.0" + jsonc-parser: "npm:3.2.0" + npm-package-arg: "npm:10.1.0" + npm-pick-manifest: "npm:8.0.1" + open: "npm:8.4.1" ora: "npm:5.4.1" - pacote: "npm:13.6.2" + pacote: "npm:15.1.0" resolve: "npm:1.22.1" semver: "npm:7.5.3" symbol-observable: "npm:4.0.0" - uuid: "npm:8.3.2" - yargs: "npm:17.5.1" + yargs: "npm:17.6.2" bin: ng: bin/ng.js - checksum: 10c0/a330b45d8919c175b294cb12a50cb23372651f10a6ebb9794c35e3a11380b6380d35f4ba356a1a23f53b63d43acd5f79a954d5b287a7cacb0201041441d010e7 + checksum: 10c0/a516486544b8292866bbdc4d59bee58a600c318ca6dc1172a263cde635d02956f86fb4c1e04d0bb13a840aa5ea033bad170a7fbbd546c075a8c52b9a07a2c348 languageName: node linkType: hard -"@angular/common@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/common@npm:14.3.0" +"@angular/common@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/common@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 14.3.0 + "@angular/core": 15.2.10 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/87c3095a8a8aaeb02cfa1c5f376303a036a66193b7b2d6d011f4b187b061aad8d34e57a2c89bd4b780c31aa69ba508ee435588a99ff5404f8e5571ede6e9de68 + checksum: 10c0/3c473cf2d4124c1f8cb6119bc88ef891e6cbf8a00058b09c80f506742285da579480172b7b82e33909aca27ba2bd14adfcf42bdb92cbd864629fa1b40fd9b099 languageName: node linkType: hard -"@angular/compiler-cli@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/compiler-cli@npm:14.3.0" +"@angular/compiler-cli@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/compiler-cli@npm:15.2.10" dependencies: - "@babel/core": "npm:^7.17.2" + "@babel/core": "npm:7.19.3" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" chokidar: "npm:^3.0.0" convert-source-map: "npm:^1.5.1" dependency-graph: "npm:^0.11.0" - magic-string: "npm:^0.26.0" + magic-string: "npm:^0.27.0" reflect-metadata: "npm:^0.1.2" semver: "npm:^7.0.0" - sourcemap-codec: "npm:^1.4.8" tslib: "npm:^2.3.0" yargs: "npm:^17.2.1" peerDependencies: - "@angular/compiler": 14.3.0 - typescript: ">=4.6.2 <4.9" + "@angular/compiler": 15.2.10 + typescript: ">=4.8.2 <5.0" bin: ng-xi18n: bundles/src/bin/ng_xi18n.js ngc: bundles/src/bin/ngc.js ngcc: bundles/ngcc/main-ngcc.js - checksum: 10c0/67e22819aa636d3945c656609b209232103415ef90ef186e2675a65d6cd3a525e6ccf8f02ea073305d3410b6d97f84484b0c815580b513854db76d72a23221ba + checksum: 10c0/b9bce00c178ba75edb590e34965a0b0fd1def03cd83c167a98dbb48e6b6380f053951335bd60f67fc6668bed3c7dce2da4a912bfbc96a2030e626cc992268bfd languageName: node linkType: hard -"@angular/compiler@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/compiler@npm:14.3.0" +"@angular/compiler@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/compiler@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/core": 14.3.0 + "@angular/core": 15.2.10 peerDependenciesMeta: "@angular/core": optional: true - checksum: 10c0/eb2d66b9c813caa1cb381417fd5d5d1fd05fa66e827ae7cc3ea9d3c9f6bd0f965fdcf28bcbad843bb853ee6d661a84b0dc1c0d2a865fc7771991c5fe303a3817 + checksum: 10c0/9b9c8d7263d647197e44c57a1852f4900e9c3c8f52e69f8bd002c63569f99580e9ec3c5fcaa0ceb3b3fd666661d129c45bcf769b32c28d07ae1ba6bd435a1038 languageName: node linkType: hard -"@angular/core@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/core@npm:14.3.0" +"@angular/core@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/core@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: rxjs: ^6.5.3 || ^7.4.0 - zone.js: ~0.11.4 || ~0.12.0 - checksum: 10c0/b5297fd5a9792ee9f7c417d7a5544418d40400d094aaac9096ee81694feeb0ec5be3e7582bc730f803f16324f60538edf662d6f8d20a87303ee762fc0ec6bf63 + zone.js: ~0.11.4 || ~0.12.0 || ~0.13.0 + checksum: 10c0/d0c3c4e97ac56867b4459f9299571442a4a928c2b7a2bec6018ed242dee323b7f470abf9272edb16b6e60dd3c8de11ee2596662bcd08cd87e852ecb0abbee52e languageName: node linkType: hard -"@angular/forms@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/forms@npm:14.3.0" +"@angular/forms@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/forms@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 14.3.0 - "@angular/core": 14.3.0 - "@angular/platform-browser": 14.3.0 + "@angular/common": 15.2.10 + "@angular/core": 15.2.10 + "@angular/platform-browser": 15.2.10 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/27f83f06a5550c8c253f90f39a6385d75fa6debf71e7570ee1d47857a6f98549ded50e0f8030b2ed676494ae31887efcbd05caed5df36b556c0cc2d76b2af8f4 - languageName: node - linkType: hard - -"@angular/material@npm:14.2.7": - version: 14.2.7 - resolution: "@angular/material@npm:14.2.7" - dependencies: + checksum: 10c0/99f5d496e27da138e7f3afca03fc6982b3c06bff7586c3e9c1614a3481af1d6acfe43d1656a1a428d05997323d4e008911cce27efb52089946216a613895b643 + languageName: node + linkType: hard + +"@angular/material@npm:15.2.9": + version: 15.2.9 + resolution: "@angular/material@npm:15.2.9" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/auto-init": "npm:15.0.0-canary.684e33d25.0" + "@material/banner": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/button": "npm:15.0.0-canary.684e33d25.0" + "@material/card": "npm:15.0.0-canary.684e33d25.0" + "@material/checkbox": "npm:15.0.0-canary.684e33d25.0" + "@material/chips": "npm:15.0.0-canary.684e33d25.0" + "@material/circular-progress": "npm:15.0.0-canary.684e33d25.0" + "@material/data-table": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dialog": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/drawer": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/fab": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/floating-label": "npm:15.0.0-canary.684e33d25.0" + "@material/form-field": "npm:15.0.0-canary.684e33d25.0" + "@material/icon-button": "npm:15.0.0-canary.684e33d25.0" + "@material/image-list": "npm:15.0.0-canary.684e33d25.0" + "@material/layout-grid": "npm:15.0.0-canary.684e33d25.0" + "@material/line-ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/linear-progress": "npm:15.0.0-canary.684e33d25.0" + "@material/list": "npm:15.0.0-canary.684e33d25.0" + "@material/menu": "npm:15.0.0-canary.684e33d25.0" + "@material/menu-surface": "npm:15.0.0-canary.684e33d25.0" + "@material/notched-outline": "npm:15.0.0-canary.684e33d25.0" + "@material/radio": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/segmented-button": "npm:15.0.0-canary.684e33d25.0" + "@material/select": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/slider": "npm:15.0.0-canary.684e33d25.0" + "@material/snackbar": "npm:15.0.0-canary.684e33d25.0" + "@material/switch": "npm:15.0.0-canary.684e33d25.0" + "@material/tab": "npm:15.0.0-canary.684e33d25.0" + "@material/tab-bar": "npm:15.0.0-canary.684e33d25.0" + "@material/tab-indicator": "npm:15.0.0-canary.684e33d25.0" + "@material/tab-scroller": "npm:15.0.0-canary.684e33d25.0" + "@material/textfield": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tooltip": "npm:15.0.0-canary.684e33d25.0" + "@material/top-app-bar": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": ^14.0.0 || ^15.0.0 - "@angular/cdk": 14.2.7 - "@angular/common": ^14.0.0 || ^15.0.0 - "@angular/core": ^14.0.0 || ^15.0.0 - "@angular/forms": ^14.0.0 || ^15.0.0 - "@angular/platform-browser": ^14.0.0 || ^15.0.0 + "@angular/animations": ^15.0.0 || ^16.0.0 + "@angular/cdk": 15.2.9 + "@angular/common": ^15.0.0 || ^16.0.0 + "@angular/core": ^15.0.0 || ^16.0.0 + "@angular/forms": ^15.0.0 || ^16.0.0 + "@angular/platform-browser": ^15.0.0 || ^16.0.0 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/12197f30fe754e46d007c46a752668cc587a0f9982ec7d5ec245f5c29662292ac0ece178e7163db5aa1db170d078aa827e68edbe01e0fef06eb85c5ce0358ffa + checksum: 10c0/a9249aa62cf0c7706ef6c484b843c200d8be51857c37d94094488dc6be32fd6d70e34eb67fd106d7c6ae1da7096c3c738ba7ac84c7dae4e042dc41a151af3724 languageName: node linkType: hard -"@angular/platform-browser-dynamic@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/platform-browser-dynamic@npm:14.3.0" +"@angular/platform-browser-dynamic@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/platform-browser-dynamic@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 14.3.0 - "@angular/compiler": 14.3.0 - "@angular/core": 14.3.0 - "@angular/platform-browser": 14.3.0 - checksum: 10c0/34c8ba0e802a17529d7c653f9f4c25d2909a1c6233abfac42f71a2d0dd90313c372c4130f5444a7d0d81dd6b94fa70e02a4edaaa144ca9dfd1b2f60fdb01cd18 + "@angular/common": 15.2.10 + "@angular/compiler": 15.2.10 + "@angular/core": 15.2.10 + "@angular/platform-browser": 15.2.10 + checksum: 10c0/1b422ba5f3ed1b10bd9ff738f15137227cee098115152802964e0194481a09330382f833e6bae2eed74451254ea3a1bfe31f605ea22ae81f6974ee29a880f0f3 languageName: node linkType: hard -"@angular/platform-browser@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/platform-browser@npm:14.3.0" +"@angular/platform-browser@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/platform-browser@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": 14.3.0 - "@angular/common": 14.3.0 - "@angular/core": 14.3.0 + "@angular/animations": 15.2.10 + "@angular/common": 15.2.10 + "@angular/core": 15.2.10 peerDependenciesMeta: "@angular/animations": optional: true - checksum: 10c0/04d54b07acb8ee9ac8ea1b0a10f8e60932e9230f072b6f2044cd574bd8c358742ba4c806c854f57b51ce5fa2aee09fda7195c98584889936ead4a95b7048e3d9 + checksum: 10c0/1a24ebd9bd1685f6b518269146f0f232b863e4ad17aa0f05d5d83e8b3cd7b86e3eb780104c3f2ba4108035ac8731608348dc6a458d59542cb9ce0fec5d248728 languageName: node linkType: hard -"@angular/router@npm:14.3.0": - version: 14.3.0 - resolution: "@angular/router@npm:14.3.0" +"@angular/router@npm:15.2.10": + version: 15.2.10 + resolution: "@angular/router@npm:15.2.10" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": 14.3.0 - "@angular/core": 14.3.0 - "@angular/platform-browser": 14.3.0 + "@angular/common": 15.2.10 + "@angular/core": 15.2.10 + "@angular/platform-browser": 15.2.10 rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/7d2a69f829d7b42bc8e121d88ecfe2add0153cae6f52447867bd665a774e79cd269e459f57a81103c85bd3e985ffe6395d708b4682478d889e39a13c59a6a57d + checksum: 10c0/8f36f3da6870725123f05ae8060d9d8c650a494555a707a460fecf9913f10692f87f12a5b458cd0ca2189887c6a643b8b87983db8b936914672246a3b55732e1 languageName: node linkType: hard @@ -436,33 +475,56 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.18.8, @babel/compat-data@npm:^7.25.2": +"@babel/compat-data@npm:^7.20.1, @babel/compat-data@npm:^7.25.2": version: 7.25.4 resolution: "@babel/compat-data@npm:7.25.4" checksum: 10c0/50d79734d584a28c69d6f5b99adfaa064d0f41609a378aef04eb06accc5b44f8520e68549eba3a082478180957b7d5783f1bfb1672e4ae8574e797ce8bae79fa languageName: node linkType: hard -"@babel/core@npm:7.18.10": - version: 7.18.10 - resolution: "@babel/core@npm:7.18.10" +"@babel/core@npm:7.19.3": + version: 7.19.3 + resolution: "@babel/core@npm:7.19.3" dependencies: "@ampproject/remapping": "npm:^2.1.0" "@babel/code-frame": "npm:^7.18.6" - "@babel/generator": "npm:^7.18.10" - "@babel/helper-compilation-targets": "npm:^7.18.9" - "@babel/helper-module-transforms": "npm:^7.18.9" - "@babel/helpers": "npm:^7.18.9" - "@babel/parser": "npm:^7.18.10" + "@babel/generator": "npm:^7.19.3" + "@babel/helper-compilation-targets": "npm:^7.19.3" + "@babel/helper-module-transforms": "npm:^7.19.0" + "@babel/helpers": "npm:^7.19.0" + "@babel/parser": "npm:^7.19.3" "@babel/template": "npm:^7.18.10" - "@babel/traverse": "npm:^7.18.10" - "@babel/types": "npm:^7.18.10" + "@babel/traverse": "npm:^7.19.3" + "@babel/types": "npm:^7.19.3" convert-source-map: "npm:^1.7.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.1" semver: "npm:^6.3.0" - checksum: 10c0/94f749fb8bb844f5c5324513cac23edf781e24c15645a513eb54afc0e2f71d8c15c02e61f216a79f0f997deafc062b7c54bf2ebf31a2f62d0dd12bcbbc15dc97 + checksum: 10c0/2ef6bc3c407f5aa868a3fdc5ec58bcaf98d073de5fff65c1b16b1133cd232f43b5a413a1356c4cdd37f477fb006ac9fc0d5fce8a0f2f4f5d881de0dd1f6b0b06 + languageName: node + linkType: hard + +"@babel/core@npm:7.20.12": + version: 7.20.12 + resolution: "@babel/core@npm:7.20.12" + dependencies: + "@ampproject/remapping": "npm:^2.1.0" + "@babel/code-frame": "npm:^7.18.6" + "@babel/generator": "npm:^7.20.7" + "@babel/helper-compilation-targets": "npm:^7.20.7" + "@babel/helper-module-transforms": "npm:^7.20.11" + "@babel/helpers": "npm:^7.20.7" + "@babel/parser": "npm:^7.20.7" + "@babel/template": "npm:^7.20.7" + "@babel/traverse": "npm:^7.20.12" + "@babel/types": "npm:^7.20.7" + convert-source-map: "npm:^1.7.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.2" + semver: "npm:^6.3.0" + checksum: 10c0/190f5e144396692e163d62f17ea715a4cc3cfc22ea8052424e20a5e2bdf162195eac71440244689b2e6d4d61dfdeab1d7f475d77ab31904832c844fe572fbee2 languageName: node linkType: hard @@ -489,7 +551,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:^7.12.3, @babel/core@npm:^7.17.2": +"@babel/core@npm:^7.12.3": version: 7.24.0 resolution: "@babel/core@npm:7.24.0" dependencies: @@ -512,18 +574,18 @@ __metadata: languageName: node linkType: hard -"@babel/generator@npm:7.18.12": - version: 7.18.12 - resolution: "@babel/generator@npm:7.18.12" +"@babel/generator@npm:7.20.14": + version: 7.20.14 + resolution: "@babel/generator@npm:7.20.14" dependencies: - "@babel/types": "npm:^7.18.10" + "@babel/types": "npm:^7.20.7" "@jridgewell/gen-mapping": "npm:^0.3.2" jsesc: "npm:^2.5.1" - checksum: 10c0/0a81453f3d6f458b6eeac046cb47b897674ea12ac7c72068faed1762aedade2290fbd139fcb605c4ea8386014aa87a0c96e609d8c469b434ab5923189e075ad1 + checksum: 10c0/4b0159f2175cf002a902e0aaa1c3c2af9c98d309394e685bc556cd2c34ccc4ace38a91b919f62effc7e067fadd2ded6cda8630b7c11367a303a2bd67862989b5 languageName: node linkType: hard -"@babel/generator@npm:^7.18.10, @babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6": +"@babel/generator@npm:^7.19.3, @babel/generator@npm:^7.20.7, @babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6": version: 7.25.6 resolution: "@babel/generator@npm:7.25.6" dependencies: @@ -597,7 +659,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.18.9, @babel/helper-compilation-targets@npm:^7.24.8, @babel/helper-compilation-targets@npm:^7.25.2": +"@babel/helper-compilation-targets@npm:^7.19.3, @babel/helper-compilation-targets@npm:^7.20.0, @babel/helper-compilation-targets@npm:^7.24.8, @babel/helper-compilation-targets@npm:^7.25.2": version: 7.25.2 resolution: "@babel/helper-compilation-targets@npm:7.25.2" dependencies: @@ -655,7 +717,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-define-polyfill-provider@npm:^0.3.2, @babel/helper-define-polyfill-provider@npm:^0.3.3": +"@babel/helper-define-polyfill-provider@npm:^0.3.3": version: 0.3.3 resolution: "@babel/helper-define-polyfill-provider@npm:0.3.3" dependencies: @@ -735,7 +797,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.18.9, @babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2": +"@babel/helper-module-transforms@npm:^7.19.0, @babel/helper-module-transforms@npm:^7.20.11, @babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2": version: 7.25.2 resolution: "@babel/helper-module-transforms@npm:7.25.2" dependencies: @@ -789,26 +851,13 @@ __metadata: languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8": +"@babel/helper-plugin-utils@npm:^7.19.0, @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: 10c0/0376037f94a3bfe6b820a39f81220ac04f243eaee7193774b983e956c1750883ff236b30785795abbcda43fac3ece74750566830c2daa4d6e3870bb0dff34c2d languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.18.6, @babel/helper-remap-async-to-generator@npm:^7.24.7": - version: 7.25.0 - resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0" - dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.24.7" - "@babel/helper-wrap-function": "npm:^7.25.0" - "@babel/traverse": "npm:^7.25.0" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 10c0/0d17b5f7bb6a607edc9cc62fff8056dd9f341bf2f919884f97b99170d143022a5e7ae57922c4891e4fc360ad291e708d2f8cd8989f1d3cd7a17600159984f5a6 - languageName: node - linkType: hard - "@babel/helper-remap-async-to-generator@npm:^7.18.9": version: 7.22.20 resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20" @@ -822,6 +871,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-remap-async-to-generator@npm:^7.24.7": + version: 7.25.0 + resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-wrap-function": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/0d17b5f7bb6a607edc9cc62fff8056dd9f341bf2f919884f97b99170d143022a5e7ae57922c4891e4fc360ad291e708d2f8cd8989f1d3cd7a17600159984f5a6 + languageName: node + linkType: hard + "@babel/helper-replace-supers@npm:^7.22.20": version: 7.22.20 resolution: "@babel/helper-replace-supers@npm:7.22.20" @@ -886,6 +948,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-split-export-declaration@npm:7.18.6": + version: 7.18.6 + resolution: "@babel/helper-split-export-declaration@npm:7.18.6" + dependencies: + "@babel/types": "npm:^7.18.6" + checksum: 10c0/1335b510a9aefcbf60d89648e622715774e56040d72302dc5e176c8d837c9ab81414ccfa9ed771a9f98da7192579bb12ab7a95948bfdc69b03b4a882b3983e48 + 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" @@ -959,7 +1030,7 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.18.9, @babel/helpers@npm:^7.25.0": +"@babel/helpers@npm:^7.19.0, @babel/helpers@npm:^7.20.7, @babel/helpers@npm:^7.25.0": version: 7.25.6 resolution: "@babel/helpers@npm:7.25.6" dependencies: @@ -1012,7 +1083,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.18.10, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.6": +"@babel/parser@npm:^7.19.3, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.6": version: 7.25.6 resolution: "@babel/parser@npm:7.25.6" dependencies: @@ -1047,21 +1118,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-async-generator-functions@npm:7.18.10": - version: 7.18.10 - resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.18.10" - dependencies: - "@babel/helper-environment-visitor": "npm:^7.18.9" - "@babel/helper-plugin-utils": "npm:^7.18.9" - "@babel/helper-remap-async-to-generator": "npm:^7.18.9" - "@babel/plugin-syntax-async-generators": "npm:^7.8.4" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10c0/3681e66e993cdc919cc6ed1890c970acce10eaff91d401a2f10cfc1cdc55ed0ef52aecfdf7c587dfc03bb90749efda539b2d62010e406206f82eae502cc56641 - languageName: node - linkType: hard - -"@babel/plugin-proposal-async-generator-functions@npm:^7.18.10": +"@babel/plugin-proposal-async-generator-functions@npm:7.20.7, @babel/plugin-proposal-async-generator-functions@npm:^7.20.1": version: 7.20.7 resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.20.7" dependencies: @@ -1172,7 +1229,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-object-rest-spread@npm:^7.18.9": +"@babel/plugin-proposal-object-rest-spread@npm:^7.20.2": version: 7.20.7 resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.20.7" dependencies: @@ -1316,7 +1373,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.18.6": +"@babel/plugin-syntax-import-assertions@npm:^7.20.0": version: 7.25.6 resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.6" dependencies: @@ -1459,16 +1516,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:7.18.6": - version: 7.18.6 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.18.6" +"@babel/plugin-transform-async-to-generator@npm:7.20.7": + version: 7.20.7 + resolution: "@babel/plugin-transform-async-to-generator@npm:7.20.7" dependencies: "@babel/helper-module-imports": "npm:^7.18.6" - "@babel/helper-plugin-utils": "npm:^7.18.6" - "@babel/helper-remap-async-to-generator": "npm:^7.18.6" + "@babel/helper-plugin-utils": "npm:^7.20.2" + "@babel/helper-remap-async-to-generator": "npm:^7.18.9" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/988bac0c376b412c3ca1dd24323219d7d2a1145aa58fe38325afb305ead46af65bf9d2145d24545175ddd54235ac94485c90f3fb9778b2088d16a87800f6fe65 + checksum: 10c0/c98caeafbffbdb40fd5d9d4c7a835d624ba1ada814e8e675d99a9c83bd40780ab6a52e3b873e81dc7ce045a3990427073e634f07cc2f2681d780faee0717d7e9 languageName: node linkType: hard @@ -1496,7 +1553,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.18.9": +"@babel/plugin-transform-block-scoping@npm:^7.20.2": version: 7.25.0 resolution: "@babel/plugin-transform-block-scoping@npm:7.25.0" dependencies: @@ -1507,7 +1564,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.18.9": +"@babel/plugin-transform-classes@npm:^7.20.2": version: 7.25.4 resolution: "@babel/plugin-transform-classes@npm:7.25.4" dependencies: @@ -1535,7 +1592,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.18.9": +"@babel/plugin-transform-destructuring@npm:^7.20.2": version: 7.24.8 resolution: "@babel/plugin-transform-destructuring@npm:7.24.8" dependencies: @@ -1640,7 +1697,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.18.6": +"@babel/plugin-transform-modules-amd@npm:^7.19.6": version: 7.24.7 resolution: "@babel/plugin-transform-modules-amd@npm:7.24.7" dependencies: @@ -1652,7 +1709,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.18.6": +"@babel/plugin-transform-modules-commonjs@npm:^7.19.6": version: 7.24.8 resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.8" dependencies: @@ -1665,7 +1722,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.18.9": +"@babel/plugin-transform-modules-systemjs@npm:^7.19.6": version: 7.25.0 resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.0" dependencies: @@ -1691,7 +1748,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.18.6": +"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.19.1": version: 7.24.7 resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.24.7" dependencies: @@ -1739,7 +1796,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.18.8": +"@babel/plugin-transform-parameters@npm:^7.20.1": version: 7.24.7 resolution: "@babel/plugin-transform-parameters@npm:7.24.7" dependencies: @@ -1795,19 +1852,19 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-runtime@npm:7.18.10": - version: 7.18.10 - resolution: "@babel/plugin-transform-runtime@npm:7.18.10" +"@babel/plugin-transform-runtime@npm:7.19.6": + version: 7.19.6 + resolution: "@babel/plugin-transform-runtime@npm:7.19.6" dependencies: "@babel/helper-module-imports": "npm:^7.18.6" - "@babel/helper-plugin-utils": "npm:^7.18.9" - babel-plugin-polyfill-corejs2: "npm:^0.3.2" - babel-plugin-polyfill-corejs3: "npm:^0.5.3" - babel-plugin-polyfill-regenerator: "npm:^0.4.0" + "@babel/helper-plugin-utils": "npm:^7.19.0" + babel-plugin-polyfill-corejs2: "npm:^0.3.3" + babel-plugin-polyfill-corejs3: "npm:^0.6.0" + babel-plugin-polyfill-regenerator: "npm:^0.4.1" semver: "npm:^6.3.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/156410efc22ca5105bafad83d257758d25da80d3820eaa73ae2d9db4dfaf66bed308479c88ebff795bd5a963dd50572ca5857fe4adc04fbabb2d9abbfb6f8dcf + checksum: 10c0/39c1a7a6421dbd00d599082b4c38ed1b3ba5844af1249d3860d7de7ce7e6451641ee0fc5b237af4a02f5cd77c7896a2b50799d0f90b1b30b6d2cd92061b2fdff languageName: node linkType: hard @@ -1822,7 +1879,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.18.9": +"@babel/plugin-transform-spread@npm:^7.19.0": version: 7.24.7 resolution: "@babel/plugin-transform-spread@npm:7.24.7" dependencies: @@ -1890,17 +1947,17 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:7.18.10": - version: 7.18.10 - resolution: "@babel/preset-env@npm:7.18.10" +"@babel/preset-env@npm:7.20.2": + version: 7.20.2 + resolution: "@babel/preset-env@npm:7.20.2" dependencies: - "@babel/compat-data": "npm:^7.18.8" - "@babel/helper-compilation-targets": "npm:^7.18.9" - "@babel/helper-plugin-utils": "npm:^7.18.9" + "@babel/compat-data": "npm:^7.20.1" + "@babel/helper-compilation-targets": "npm:^7.20.0" + "@babel/helper-plugin-utils": "npm:^7.20.2" "@babel/helper-validator-option": "npm:^7.18.6" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.18.6" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.18.9" - "@babel/plugin-proposal-async-generator-functions": "npm:^7.18.10" + "@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1" "@babel/plugin-proposal-class-properties": "npm:^7.18.6" "@babel/plugin-proposal-class-static-block": "npm:^7.18.6" "@babel/plugin-proposal-dynamic-import": "npm:^7.18.6" @@ -1909,7 +1966,7 @@ __metadata: "@babel/plugin-proposal-logical-assignment-operators": "npm:^7.18.9" "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6" "@babel/plugin-proposal-numeric-separator": "npm:^7.18.6" - "@babel/plugin-proposal-object-rest-spread": "npm:^7.18.9" + "@babel/plugin-proposal-object-rest-spread": "npm:^7.20.2" "@babel/plugin-proposal-optional-catch-binding": "npm:^7.18.6" "@babel/plugin-proposal-optional-chaining": "npm:^7.18.9" "@babel/plugin-proposal-private-methods": "npm:^7.18.6" @@ -1920,7 +1977,7 @@ __metadata: "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" - "@babel/plugin-syntax-import-assertions": "npm:^7.18.6" + "@babel/plugin-syntax-import-assertions": "npm:^7.20.0" "@babel/plugin-syntax-json-strings": "npm:^7.8.3" "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3" @@ -1933,10 +1990,10 @@ __metadata: "@babel/plugin-transform-arrow-functions": "npm:^7.18.6" "@babel/plugin-transform-async-to-generator": "npm:^7.18.6" "@babel/plugin-transform-block-scoped-functions": "npm:^7.18.6" - "@babel/plugin-transform-block-scoping": "npm:^7.18.9" - "@babel/plugin-transform-classes": "npm:^7.18.9" + "@babel/plugin-transform-block-scoping": "npm:^7.20.2" + "@babel/plugin-transform-classes": "npm:^7.20.2" "@babel/plugin-transform-computed-properties": "npm:^7.18.9" - "@babel/plugin-transform-destructuring": "npm:^7.18.9" + "@babel/plugin-transform-destructuring": "npm:^7.20.2" "@babel/plugin-transform-dotall-regex": "npm:^7.18.6" "@babel/plugin-transform-duplicate-keys": "npm:^7.18.9" "@babel/plugin-transform-exponentiation-operator": "npm:^7.18.6" @@ -1944,34 +2001,34 @@ __metadata: "@babel/plugin-transform-function-name": "npm:^7.18.9" "@babel/plugin-transform-literals": "npm:^7.18.9" "@babel/plugin-transform-member-expression-literals": "npm:^7.18.6" - "@babel/plugin-transform-modules-amd": "npm:^7.18.6" - "@babel/plugin-transform-modules-commonjs": "npm:^7.18.6" - "@babel/plugin-transform-modules-systemjs": "npm:^7.18.9" + "@babel/plugin-transform-modules-amd": "npm:^7.19.6" + "@babel/plugin-transform-modules-commonjs": "npm:^7.19.6" + "@babel/plugin-transform-modules-systemjs": "npm:^7.19.6" "@babel/plugin-transform-modules-umd": "npm:^7.18.6" - "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.18.6" + "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.19.1" "@babel/plugin-transform-new-target": "npm:^7.18.6" "@babel/plugin-transform-object-super": "npm:^7.18.6" - "@babel/plugin-transform-parameters": "npm:^7.18.8" + "@babel/plugin-transform-parameters": "npm:^7.20.1" "@babel/plugin-transform-property-literals": "npm:^7.18.6" "@babel/plugin-transform-regenerator": "npm:^7.18.6" "@babel/plugin-transform-reserved-words": "npm:^7.18.6" "@babel/plugin-transform-shorthand-properties": "npm:^7.18.6" - "@babel/plugin-transform-spread": "npm:^7.18.9" + "@babel/plugin-transform-spread": "npm:^7.19.0" "@babel/plugin-transform-sticky-regex": "npm:^7.18.6" "@babel/plugin-transform-template-literals": "npm:^7.18.9" "@babel/plugin-transform-typeof-symbol": "npm:^7.18.9" "@babel/plugin-transform-unicode-escapes": "npm:^7.18.10" "@babel/plugin-transform-unicode-regex": "npm:^7.18.6" "@babel/preset-modules": "npm:^0.1.5" - "@babel/types": "npm:^7.18.10" - babel-plugin-polyfill-corejs2: "npm:^0.3.2" - babel-plugin-polyfill-corejs3: "npm:^0.5.3" - babel-plugin-polyfill-regenerator: "npm:^0.4.0" - core-js-compat: "npm:^3.22.1" + "@babel/types": "npm:^7.20.2" + babel-plugin-polyfill-corejs2: "npm:^0.3.3" + babel-plugin-polyfill-corejs3: "npm:^0.6.0" + babel-plugin-polyfill-regenerator: "npm:^0.4.1" + core-js-compat: "npm:^3.25.1" semver: "npm:^6.3.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/4b7ef515702e8c91aa223f60f8a4c8e28ca202fcc090db5c62135e3af16980d7059ba8dc7faf01ba4b818837187d609fdb4d44a56fffa261aa81bfc3d1fa10c3 + checksum: 10c0/8e4c86d9acf2557eaca4c55ffe69bb76f30d675f2576e5e1b872ef671acec7c80df3759d77cd33ff934d5a49f26950c4d9e63718c4c3295455bc2df88788d7ad languageName: node linkType: hard @@ -1997,12 +2054,12 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:7.18.9": - version: 7.18.9 - resolution: "@babel/runtime@npm:7.18.9" +"@babel/runtime@npm:7.20.13": + version: 7.20.13 + resolution: "@babel/runtime@npm:7.20.13" dependencies: - regenerator-runtime: "npm:^0.13.4" - checksum: 10c0/f996fca79e2cd3c80289c2655e95358254f0437ca28cf10ec4343498dd4a59002fc506d5ce6f37019f1a961e8f26ce43523844ee5a87412d32c17a8ef2f608ee + regenerator-runtime: "npm:^0.13.11" + checksum: 10c0/4bea540b54d50af157efc6e9117727c0e9a146b9db43fcd89b8f0024c9464620194efc73e57588b4b141974188dc6f9d338319d74b855d32a785bf14a6fd0d6d languageName: node linkType: hard @@ -2015,18 +2072,18 @@ __metadata: languageName: node linkType: hard -"@babel/template@npm:7.18.10": - version: 7.18.10 - resolution: "@babel/template@npm:7.18.10" +"@babel/template@npm:7.20.7": + version: 7.20.7 + resolution: "@babel/template@npm:7.20.7" dependencies: "@babel/code-frame": "npm:^7.18.6" - "@babel/parser": "npm:^7.18.10" - "@babel/types": "npm:^7.18.10" - checksum: 10c0/d807944427b8899125e71687d2f631731e44a64a155d39e479ff9d1eaf5341de78c5c19cf64d3341bd676e16f779f13b588aac0ec75bf65f822d8936ee227490 + "@babel/parser": "npm:^7.20.7" + "@babel/types": "npm:^7.20.7" + checksum: 10c0/1c6dcf9ac92769e6ab5e3d9048975537d26ab00b869646462ab4583d45e419c01db5144715ec0d70548835a3098c5d5416148c4a0b996a95e8e0b9dc8d042dd3 languageName: node linkType: hard -"@babel/template@npm:^7.18.10, @babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0": +"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0": version: 7.25.0 resolution: "@babel/template@npm:7.25.0" dependencies: @@ -2048,7 +2105,7 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.18.10, @babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.4": +"@babel/traverse@npm:^7.19.3, @babel/traverse@npm:^7.20.12, @babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.4": version: 7.25.6 resolution: "@babel/traverse@npm:7.25.6" dependencies: @@ -2092,7 +2149,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.18.10, @babel/types@npm:^7.18.6, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6, @babel/types@npm:^7.8.3": +"@babel/types@npm:^7.18.6, @babel/types@npm:^7.19.3, @babel/types@npm:^7.20.2, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6, @babel/types@npm:^7.8.3": version: 7.25.6 resolution: "@babel/types@npm:7.25.6" dependencies: @@ -2139,172 +2196,6 @@ __metadata: languageName: node linkType: hard -"@csstools/postcss-cascade-layers@npm:^1.0.5": - version: 1.1.1 - resolution: "@csstools/postcss-cascade-layers@npm:1.1.1" - dependencies: - "@csstools/selector-specificity": "npm:^2.0.2" - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/8dcfe748194c95b2bf24cb90845d3b1e7f9a3d831f76d5ce97188026a39bec28379a5672e62ab09e4e83b24dfb93e6d784d194e4fb9474c933f93ce131cae769 - languageName: node - linkType: hard - -"@csstools/postcss-color-function@npm:^1.1.1": - version: 1.1.1 - resolution: "@csstools/postcss-color-function@npm:1.1.1" - dependencies: - "@csstools/postcss-progressive-custom-properties": "npm:^1.1.0" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/802e23fc5ac38aed7366be2ffc3ae5572b45c82b31a0ced10a8fb8e69e7e15f6e975053ce54a6dabb6e56aa5d90a396d49c24eea5723165316acc9b3f988a085 - languageName: node - linkType: hard - -"@csstools/postcss-font-format-keywords@npm:^1.0.1": - version: 1.0.1 - resolution: "@csstools/postcss-font-format-keywords@npm:1.0.1" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/bbd52500809ddc62fe5052d43f3353797d47608bab59e0f62da8165de33404ed047a024f190d69b22e1d4883a43e5a48af443c390010bcc1d58d880cc808715e - languageName: node - linkType: hard - -"@csstools/postcss-hwb-function@npm:^1.0.2": - version: 1.0.2 - resolution: "@csstools/postcss-hwb-function@npm:1.0.2" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/28dfbfc01b5b1d9dd33d2cc9c2ae9b57e73bdf90f2f698f786863c3e116145a1bbe4146b2db2fdfa470444cd8cc9cedac86cf893a9025a690a350a47a040107a - languageName: node - linkType: hard - -"@csstools/postcss-ic-unit@npm:^1.0.1": - version: 1.0.1 - resolution: "@csstools/postcss-ic-unit@npm:1.0.1" - dependencies: - "@csstools/postcss-progressive-custom-properties": "npm:^1.1.0" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/f12ee4c3e6858be4fdf3cad05013898b7b8e62122709ef62c3b236232b1181bd142e7f19460e968fd7759e6d10b113e82a87c206f5adcaaf5ef3acf1c446e5f8 - languageName: node - linkType: hard - -"@csstools/postcss-is-pseudo-class@npm:^2.0.7": - version: 2.0.7 - resolution: "@csstools/postcss-is-pseudo-class@npm:2.0.7" - dependencies: - "@csstools/selector-specificity": "npm:^2.0.0" - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/7b0a511f6283b5a2c6f6fc2eecf08f7fbe3772c44cf3a2be327b41731aeafcc93cf7f2a4e01ff6dcb7c5fa88d941ae4b818f0ed2ec93f708d7efda5a3e5a8089 - languageName: node - linkType: hard - -"@csstools/postcss-nested-calc@npm:^1.0.0": - version: 1.0.0 - resolution: "@csstools/postcss-nested-calc@npm:1.0.0" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/b737ed55581282c9c23b65e6b6fbc7be26f354f384c617f1f73cc252f5d9f4b3386f9b3eef5267efc84452c329895dd438864b6e4f46b0fc7d37045e00a4408c - languageName: node - linkType: hard - -"@csstools/postcss-normalize-display-values@npm:^1.0.1": - version: 1.0.1 - resolution: "@csstools/postcss-normalize-display-values@npm:1.0.1" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/92361a0917b22f3d47c61706c4124560265d9b316b3d877ab2a759de9ae8fe4c50729cc79b99a81aa3a4b54e67d4acc7512c6d460bf308c2197acdc3e9f1287e - languageName: node - linkType: hard - -"@csstools/postcss-oklab-function@npm:^1.1.1": - version: 1.1.1 - resolution: "@csstools/postcss-oklab-function@npm:1.1.1" - dependencies: - "@csstools/postcss-progressive-custom-properties": "npm:^1.1.0" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/f7a3734154bbe3658cee776417cadb99cedfe138b2c1893095a87694fce5498cb623c743cdd5eef933c450cfbba8961b3fa079ebcb5039636f81567deb9db5d5 - languageName: node - linkType: hard - -"@csstools/postcss-progressive-custom-properties@npm:^1.1.0, @csstools/postcss-progressive-custom-properties@npm:^1.3.0": - version: 1.3.0 - resolution: "@csstools/postcss-progressive-custom-properties@npm:1.3.0" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.3 - checksum: 10c0/1910a564e433c7673ad9ceef04e08ec6ac91fa91b8e5b433d018c84983be341ba84232afcb8a4217fb7a31e3711f22115266bfe040efeb7d6ec2a314de826f7e - languageName: node - linkType: hard - -"@csstools/postcss-stepped-value-functions@npm:^1.0.1": - version: 1.0.1 - resolution: "@csstools/postcss-stepped-value-functions@npm:1.0.1" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/ba04c94bf0b21616df278c317a047f809cfb855e4939f9511d82e80018386ccff1cef92c73c5382866491e7a1db61f7889703b97433381e882440c1f3668298a - languageName: node - linkType: hard - -"@csstools/postcss-text-decoration-shorthand@npm:^1.0.0": - version: 1.0.0 - resolution: "@csstools/postcss-text-decoration-shorthand@npm:1.0.0" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/1aadbc9d7966af0bc7d459cdf34d9814e721635210d1082df277ea623820d6119058d519f6f0f027ec03026793568c7c7adf831479faafc6ff8de76a3d866a31 - languageName: node - linkType: hard - -"@csstools/postcss-trigonometric-functions@npm:^1.0.2": - version: 1.0.2 - resolution: "@csstools/postcss-trigonometric-functions@npm:1.0.2" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/a7ebc9a90b52089fbcf484d992beb2c881f1d9370450cf789e175c4682b4e9ae0c9c3879775b4f353a2a58f7f75462a8e3b6fb0a3fe9572aa52c85e99b4f94f4 - languageName: node - linkType: hard - -"@csstools/postcss-unset-value@npm:^1.0.2": - version: 1.0.2 - resolution: "@csstools/postcss-unset-value@npm:1.0.2" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/43d656360ffda504f22f3470cd8c1826362e8938da8eea1c2878302b878d38305c48c31090455fe760f40386c10ccbe17e9a95d63fb4e7934c035e805b641e12 - languageName: node - linkType: hard - -"@csstools/selector-specificity@npm:^2.0.0, @csstools/selector-specificity@npm:^2.0.2": - version: 2.2.0 - resolution: "@csstools/selector-specificity@npm:2.2.0" - peerDependencies: - postcss-selector-parser: ^6.0.10 - checksum: 10c0/d81c9b437f7d45ad0171e09240454ced439fa3e67576daae4ec7bb9c03e7a6061afeb0fa21d41f5f45d54bf8e242a7aa8101fbbba7ca7632dd847601468b5d9e - languageName: node - linkType: hard - "@cypress/request@npm:^2.88.10": version: 2.88.12 resolution: "@cypress/request@npm:2.88.12" @@ -2355,6 +2246,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-arm64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/android-arm64@npm:0.17.8" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/android-arm64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/android-arm64@npm:0.23.1" @@ -2362,6 +2260,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-arm@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/android-arm@npm:0.17.8" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@esbuild/android-arm@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/android-arm@npm:0.23.1" @@ -2369,6 +2274,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/android-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/android-x64@npm:0.17.8" + conditions: os=android & cpu=x64 + languageName: node + linkType: hard + "@esbuild/android-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/android-x64@npm:0.23.1" @@ -2376,6 +2288,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/darwin-arm64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/darwin-arm64@npm:0.17.8" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/darwin-arm64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/darwin-arm64@npm:0.23.1" @@ -2383,6 +2302,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/darwin-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/darwin-x64@npm:0.17.8" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@esbuild/darwin-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/darwin-x64@npm:0.23.1" @@ -2390,6 +2316,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/freebsd-arm64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/freebsd-arm64@npm:0.17.8" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/freebsd-arm64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/freebsd-arm64@npm:0.23.1" @@ -2397,6 +2330,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/freebsd-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/freebsd-x64@npm:0.17.8" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/freebsd-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/freebsd-x64@npm:0.23.1" @@ -2404,6 +2344,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-arm64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-arm64@npm:0.17.8" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/linux-arm64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-arm64@npm:0.23.1" @@ -2411,6 +2358,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-arm@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-arm@npm:0.17.8" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@esbuild/linux-arm@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-arm@npm:0.23.1" @@ -2418,6 +2372,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-ia32@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-ia32@npm:0.17.8" + conditions: os=linux & cpu=ia32 + languageName: node + linkType: hard + "@esbuild/linux-ia32@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-ia32@npm:0.23.1" @@ -2425,9 +2386,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.15.5": - version: 0.15.5 - resolution: "@esbuild/linux-loong64@npm:0.15.5" +"@esbuild/linux-loong64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-loong64@npm:0.17.8" conditions: os=linux & cpu=loong64 languageName: node linkType: hard @@ -2439,6 +2400,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-mips64el@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-mips64el@npm:0.17.8" + conditions: os=linux & cpu=mips64el + languageName: node + linkType: hard + "@esbuild/linux-mips64el@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-mips64el@npm:0.23.1" @@ -2446,6 +2414,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-ppc64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-ppc64@npm:0.17.8" + conditions: os=linux & cpu=ppc64 + languageName: node + linkType: hard + "@esbuild/linux-ppc64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-ppc64@npm:0.23.1" @@ -2453,6 +2428,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-riscv64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-riscv64@npm:0.17.8" + conditions: os=linux & cpu=riscv64 + languageName: node + linkType: hard + "@esbuild/linux-riscv64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-riscv64@npm:0.23.1" @@ -2460,6 +2442,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-s390x@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-s390x@npm:0.17.8" + conditions: os=linux & cpu=s390x + languageName: node + linkType: hard + "@esbuild/linux-s390x@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-s390x@npm:0.23.1" @@ -2467,6 +2456,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/linux-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/linux-x64@npm:0.17.8" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + "@esbuild/linux-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/linux-x64@npm:0.23.1" @@ -2474,6 +2470,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/netbsd-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/netbsd-x64@npm:0.17.8" + conditions: os=netbsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/netbsd-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/netbsd-x64@npm:0.23.1" @@ -2488,6 +2491,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/openbsd-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/openbsd-x64@npm:0.17.8" + conditions: os=openbsd & cpu=x64 + languageName: node + linkType: hard + "@esbuild/openbsd-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/openbsd-x64@npm:0.23.1" @@ -2495,6 +2505,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/sunos-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/sunos-x64@npm:0.17.8" + conditions: os=sunos & cpu=x64 + languageName: node + linkType: hard + "@esbuild/sunos-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/sunos-x64@npm:0.23.1" @@ -2502,6 +2519,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-arm64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/win32-arm64@npm:0.17.8" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@esbuild/win32-arm64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/win32-arm64@npm:0.23.1" @@ -2509,6 +2533,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-ia32@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/win32-ia32@npm:0.17.8" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@esbuild/win32-ia32@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/win32-ia32@npm:0.23.1" @@ -2516,6 +2547,13 @@ __metadata: languageName: node linkType: hard +"@esbuild/win32-x64@npm:0.17.8": + version: 0.17.8 + resolution: "@esbuild/win32-x64@npm:0.17.8" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@esbuild/win32-x64@npm:0.23.1": version: 0.23.1 resolution: "@esbuild/win32-x64@npm:0.23.1" @@ -2882,6 +2920,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/sourcemap-codec@npm:^1.4.13": + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18 + languageName: node + linkType: hard + "@jridgewell/trace-mapping@npm:0.3.9": version: 0.3.9 resolution: "@jridgewell/trace-mapping@npm:0.3.9" @@ -2909,15 +2954,816 @@ __metadata: languageName: node linkType: hard -"@ngneat/hot-toast@npm:4.1.0": - version: 4.1.0 - resolution: "@ngneat/hot-toast@npm:4.1.0" +"@material/animation@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/animation@npm:15.0.0-canary.684e33d25.0" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/2a264e82c56ca41e3e99883a0b213b333bdac2b0300230c7945873aa8dba06b2d656e27cc3ed407543813693cfd5c827596d9ef241c4365d3c2bd287eb24eba0 + languageName: node + linkType: hard + +"@material/auto-init@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/auto-init@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/5d0a4ad8d8c70e5c006ca26c37ef67e6572ea6c23dc800be0eafdb5da2cada769b9752ddaa1c1919835dcd5904ccb18e9d1c57135c8fddb0c4bd00286c0f9121 + languageName: node + linkType: hard + +"@material/banner@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/banner@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/button": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/d7542bbcadf56619ee582302b1163682a52ca703018d602a26df0d394a3f906ae452979098ee247fb0b205ad463d7c74f1d9edc08003a68f386c20204e8241d6 + languageName: node + linkType: hard + +"@material/base@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/base@npm:15.0.0-canary.684e33d25.0" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/971d805ec2d56329eb0587544cbd5c42de4e5f585b7aaf00b29456094339ac06f19109c5a207ae7c752fd4f107504ecd5c0ca36bd7065a81117b18b783651a2f + languageName: node + linkType: hard + +"@material/button@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/button@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/29beb2643db3b4001614360cdea3bee527172c48bc715f177d134b744647229d925b46feb6e06f6fe3c5cf6a4bac5a70066a6adfde976380a3bed5ff6c071e11 + languageName: node + linkType: hard + +"@material/card@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/card@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/4c4501476c059ed11e33f3ab3c91c250bb8200107f3c231404561f984ecf5dd9f8612d0590e841ad21562835426ec4b93eced02f3cbea0858c68037976fb7483 + languageName: node + linkType: hard + +"@material/checkbox@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/checkbox@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/da97987105a77daaff000d6632e0abad7c7c8db8dab39d96e173c4eb3e46f1bc6f98cbc840c0ab8e43758eee346278a063a0149e13a8da6ddd557039e36e0acb + languageName: node + linkType: hard + +"@material/chips@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/chips@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/checkbox": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + safevalues: "npm:^0.3.4" + tslib: "npm:^2.1.0" + checksum: 10c0/df99d1d3e01bd4347e8c0c2a400bedd9964b3497cddf3252740d9bb9285d841803fb7bbabd421562104b4c57d4ef1147c1b4bf257714cf45f44788527fc40e4a + languageName: node + linkType: hard + +"@material/circular-progress@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/circular-progress@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/progress-indicator": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/f099c446d9b68b284a2037e179ec20aa8a4d9f09c7ba5719a5a997e61790fdaf135d70fd9c3a6bf327ab7256af58e949f84ed4304050795b5751542bc2f471f0 + languageName: node + linkType: hard + +"@material/data-table@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/data-table@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/checkbox": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/icon-button": "npm:15.0.0-canary.684e33d25.0" + "@material/linear-progress": "npm:15.0.0-canary.684e33d25.0" + "@material/list": "npm:15.0.0-canary.684e33d25.0" + "@material/menu": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/select": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/f465f65752903a26e6bbff098d0ab1402415fd418a5b1b3fec43a15243c94a7951fa6fca95178234d73b404af516afff6b60cdee697b8efd2467f87af762f6ba + languageName: node + linkType: hard + +"@material/density@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/density@npm:15.0.0-canary.684e33d25.0" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/5fdf0d195264e2a3627612fd98d397ef2f963dfd8c48313471b8a50b9340a0ea07bc5f08abdf1cf1fa7abafe5d8e6f856d62057d360368285ef55d120261ffa5 + languageName: node + linkType: hard + +"@material/dialog@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/dialog@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/button": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/icon-button": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/d0cc2f77311398e983c52449d9eabf37448830479e52a5739a04df62bf26374d58dbfc9a1fa8d94802e67047b51546475c24b30684555c91aa832f1343f3ddcd + languageName: node + linkType: hard + +"@material/dom@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/dom@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/5df9280240ecd92287be86f18a208cc30c69d34599e990ac0f60a36479a7c403c7ed06ca25f51af12b79e59eb9758208e36da1a11abc80bf935f2baeb8040dc2 + languageName: node + linkType: hard + +"@material/drawer@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/drawer@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/list": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/0ac142367b09a9eda7517fcceb0edbd2827254a20c32b67a4da3ea44c65210559a10afdb6f9e13f68905ffddeaa565ea01a407628df0d1b684d9105d378ceac4 + languageName: node + linkType: hard + +"@material/elevation@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/elevation@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/9b7a4580ead6ab572d43ef943939a3544d432e7c8e4edb2d4503ca133619220111f28da36cb1ed0e687f7c1a7e7678a7b652f304a1072d0451c785118fbb2166 + languageName: node + linkType: hard + +"@material/fab@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/fab@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/0598a3db8e68700cf534ce7ab6678092abc74be2305a9908cb35f37752460394f241e543ff730098723f9196f541ea81372140eb9c4c5a965ebc55fbdec826e9 + languageName: node + linkType: hard + +"@material/feature-targeting@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/feature-targeting@npm:15.0.0-canary.684e33d25.0" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/9eb2e667a581d7c927fee4e58ecb51c709908dda3c3d3667281690efcf7dca73d89107b0fbbf186d97c1118805340eed6b0d9d49c802db438596c7f91b1eaddc + languageName: node + linkType: hard + +"@material/floating-label@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/floating-label@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/4655ba5db8a3f4e12fa4b69caf5e7d0b9be5c300475ef9b01ecb2739e78d47143408f57e9ab3b720394bd44690f91657060f282460b6054dd6224754d4fdb6c2 + languageName: node + linkType: hard + +"@material/focus-ring@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/focus-ring@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + checksum: 10c0/d2d0327aaf655509958f8caa25cfa8b72bbbbff9f3fd59cf7c18ef4a3b5373c8019680f3a674f37280fc4bf72b0a8dd28778e1c6e21cdd17e03168e84a79c2d8 + languageName: node + linkType: hard + +"@material/form-field@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/form-field@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/e4febe93ba2775f8812ce6d75f09ca3f93d3865886f79e27c7076c4749d051dad72f081129b30eb552ab443534e1f4305a6588e2cc0204536069b6fcbf10a628 + languageName: node + linkType: hard + +"@material/icon-button@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/icon-button@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/710e6fd1a144bbb2aac7613b3a47e10c7418dc74bd3676aa64580b09d68e33bd1ec029406733c662e33d35939dcce1ee78b294b4fab605e45a7590db1a4d4303 + languageName: node + linkType: hard + +"@material/image-list@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/image-list@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/ee32504e6b32ce087fa9a6990965c22180137e440bb95798939de4b0b3c860a6ca3d8ef355a227b8a7ae629f6addb3c0a87515b0542368527ae7b36325b21f9e + languageName: node + linkType: hard + +"@material/layout-grid@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/layout-grid@npm:15.0.0-canary.684e33d25.0" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/01dea22bdb466887aa776bf88e89763e414ff29f6c370ed43abc9d2e4514e403e05cf7b9981711c88a3b88f7a0bb1a5a9ad3915eb43dbead7b0ce86484e41350 + languageName: node + linkType: hard + +"@material/line-ripple@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/line-ripple@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/8607986c79bf6bfdba47ea79fd3bc3ade903ca86a4ab2cbe3210ed5bd29f1914d51ab8289e5bd858d6e62abb81c8c9a6c0976f094dd1d171229273ee3fff0e93 + languageName: node + linkType: hard + +"@material/linear-progress@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/linear-progress@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/progress-indicator": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/09f211197370b37eed28a0e2222240537eb8b6fc55150e4305972ea39b0ed8f2789c2020d079c6e62f52b2f23e2ee605b579fc06092288fa35af2e4db47d27d3 + languageName: node + linkType: hard + +"@material/list@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/list@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/28375eb6427c1d36e6d828f05e64b2f875c027c2fad4d30008c87fe5caf2f25d04754682433a9eed79f885c42c0ff90a127fe0e36a9a2cad1f8261d6a9394e3d + languageName: node + linkType: hard + +"@material/menu-surface@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/menu-surface@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/402f136aae4a8fa9cae0c440862c6363d96f772922f2d98a80ad9c65113ddbae7f4a3ac90779e337fedd97d2d179136fb60d8cb041b10f0e6f500fa085ae6dc2 + languageName: node + linkType: hard + +"@material/menu@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/menu@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/list": "npm:15.0.0-canary.684e33d25.0" + "@material/menu-surface": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/a00e1843a5408fd27c4b6f5c0abea8105f7fa1d31cd4a77fbdfc90bb8ec89565ee8a26bd886712cdd34db4c2fd6094167a000b8bbf34d30ad4e8a5920c1afccc + languageName: node + linkType: hard + +"@material/notched-outline@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/notched-outline@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/floating-label": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/fb1fbe2b05d0b80629b1f0a1f9a620a0867b384c6a3414350df2eb7725350592f23ae2b4b9f2bf5be673158084fcd45a579a4738e02b1e96fa3611a50fc1bc9c + languageName: node + linkType: hard + +"@material/progress-indicator@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/progress-indicator@npm:15.0.0-canary.684e33d25.0" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10c0/5d7364b28f832d555db3d11188492610d3a0d2ba85a70fe424592f43bbbc697967554dbf4c9480dde7ef70740240d950a9605d6064a668592653df92316df179 + languageName: node + linkType: hard + +"@material/radio@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/radio@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/a15092a04422869cdcd40ac7ff8caa6ff10ba1bc6de54e137d8a132e2abae1de05739f1ecb7cdc44ed98922779e065c3bdb6a4b3c1c6045e86e1e758bee279f6 + languageName: node + linkType: hard + +"@material/ripple@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/ripple@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/3c687556dffd86f24cb9c74b51b6bb6697d50cf065588f345fca2d8410e8a119a07d1a120a97d3ab28b85fc8381899e064b1c6e22a6d371f5288f7b8a4f49edc + languageName: node + linkType: hard + +"@material/rtl@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/rtl@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/a325701c1e9a5f928028c340ad1261c9660cfe53eff4ac6672874ee5f7980948c27728e510f86c316125e6d6f68989ce5789ff064beaed37071ff96c0e0f2239 + languageName: node + linkType: hard + +"@material/segmented-button@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/segmented-button@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/touch-target": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/cf9ccc97038253b3966020d898d63495fde5427ab767190ad731cf489a993a572e1ebd8606251db06c9904f711cf3ba3d5d1aae84180177efa08c708b65c4e8e + languageName: node + linkType: hard + +"@material/select@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/select@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/floating-label": "npm:15.0.0-canary.684e33d25.0" + "@material/line-ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/list": "npm:15.0.0-canary.684e33d25.0" + "@material/menu": "npm:15.0.0-canary.684e33d25.0" + "@material/menu-surface": "npm:15.0.0-canary.684e33d25.0" + "@material/notched-outline": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/1ee628f14c7b1e58bf32fe9c759f67b1b74073dc279f01eb23e684c11386136e5924c9d507b7d0f514a770481a2fe60ce4591917bc51a499a15f891cf15932c4 + languageName: node + linkType: hard + +"@material/shape@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/shape@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/c93b583163edf75eac95a7fe85f79c5a00c95cfe4d0cd3612ce2b34c9bf06eceba5eff10eadd7a1adb84857eab39256f880e9a14e014dd68f8b87d2d67e13cbd + languageName: node + linkType: hard + +"@material/slider@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/slider@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/edf45d2f50e40944fc723a32d677806a4d8dacc9071c5711eda3d8d26136109a82b7a67cd0cfd2cee83e9306c7828402f0a1369a62a3bd0fb59c485d362b47cb + languageName: node + linkType: hard + +"@material/snackbar@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/snackbar@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/button": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/icon-button": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/0274b5c089016e84c9f2224255f50016edd99b0db81bb2e910fe3552b86bd7f1167604aae514f7c914953e740a365e8a948d1e6f612568341ce7fd5140a2ae70 + languageName: node + linkType: hard + +"@material/switch@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/switch@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + safevalues: "npm:^0.3.4" + tslib: "npm:^2.1.0" + checksum: 10c0/bdaed16ee0f06386ff993b4403828fe4ac4ea8341f7dad9349b8a18cf81b0e48fe57552e55a7588632c9bbf567f0b05abf4e01be3eaf4f3a97057cd5669291ed + languageName: node + linkType: hard + +"@material/tab-bar@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/tab-bar@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/tab": "npm:15.0.0-canary.684e33d25.0" + "@material/tab-indicator": "npm:15.0.0-canary.684e33d25.0" + "@material/tab-scroller": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/596e3d6e7214e2cbdba296582aec4913e4b3f783ac2c5642e012ef543715fe013d718f2ca47a99be05a333e8a198d940ba48a91c79972422024a1ba7b58792e2 + languageName: node + linkType: hard + +"@material/tab-indicator@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/tab-indicator@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/c85ded06bd3f7d8ad5c2cd6d54a0f0bf8740962b061379e950bd645a2e283d855eb34adaaaa4c9f721385abbaf96f61ca81203e521d6525c8edcff0327396207 + languageName: node + linkType: hard + +"@material/tab-scroller@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/tab-scroller@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/tab": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/32007f847346f9496447fdad1cef8866790792b8509d375ba84171e663d04f45ee8429382c3d843ef492726e3cd2089e572780110aa202d6444110a4191e4ed7 + languageName: node + linkType: hard + +"@material/tab@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/tab@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/focus-ring": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/tab-indicator": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/0703e7a66d8a373e4f64829717f854de3d232b8fddec0b4134e30d42cd9d3eea6d37c51a508aea5c8220a8afce21ec2e0279944dca66a6ade61c3d30de26f75f + languageName: node + linkType: hard + +"@material/textfield@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/textfield@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/density": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/floating-label": "npm:15.0.0-canary.684e33d25.0" + "@material/line-ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/notched-outline": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/9239727bea57af8b1b52cad815d3edcf202c0821f843b3eb8d58e0c275b0bce199fa4f248eaacdf4448be985d7a12516602025befe8196d92a44079ef1131245 + languageName: node + linkType: hard + +"@material/theme@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/theme@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/85dbec8f63ff581b283624cbff320a9ec7a2769ed6857e1fd9488bfb78a4cf17ccc3e60d164de37f35c362ef34a6a4cec8ff50c124221ca0eff8ebbfc8caa6c8 + languageName: node + linkType: hard + +"@material/tokens@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/tokens@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + checksum: 10c0/8cd1b2f524ef150b72f5b9537f26d14ee0a379c3402630bd2387251014617a6b7217421d082835b962dbb7f1e40553470c0c45f8fd6f1c9af6dae98ecde0396f + languageName: node + linkType: hard + +"@material/tooltip@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/tooltip@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/button": "npm:15.0.0-canary.684e33d25.0" + "@material/dom": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/tokens": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + safevalues: "npm:^0.3.4" + tslib: "npm:^2.1.0" + checksum: 10c0/5c43e33ef113fa34e5d76c5a93f451fc12e3067018345b299504d8b45876c77edc3a2896a7919b90ecf25dc16e8a8ff5ddc845d860c4acda2a6c3d324cb9a3fd + languageName: node + linkType: hard + +"@material/top-app-bar@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/top-app-bar@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/animation": "npm:15.0.0-canary.684e33d25.0" + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/elevation": "npm:15.0.0-canary.684e33d25.0" + "@material/ripple": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/shape": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + "@material/typography": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/0020ab3a9838a58fe2e23adde57016a6c3e29e999a6c293875353d234a69d97be8c36bc56fbe578be639287a3f1171920483afee32ac248ab0707e34bb39d33e + languageName: node + linkType: hard + +"@material/touch-target@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/touch-target@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/base": "npm:15.0.0-canary.684e33d25.0" + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/rtl": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/ce15e13bc5654f4d7f5b7c6cf0bbb6e4ca7f752a287d422d3f72bf296bc8e7c1a2673701e5f6b6d25b50b8412408b9d5e39e360bad6f3ba1ed5a25c940df4b46 + languageName: node + linkType: hard + +"@material/typography@npm:15.0.0-canary.684e33d25.0": + version: 15.0.0-canary.684e33d25.0 + resolution: "@material/typography@npm:15.0.0-canary.684e33d25.0" + dependencies: + "@material/feature-targeting": "npm:15.0.0-canary.684e33d25.0" + "@material/theme": "npm:15.0.0-canary.684e33d25.0" + tslib: "npm:^2.1.0" + checksum: 10c0/a4d8fbb44933f8d8cb3fc9dbd14534bea9f8b8cdaa79f41467aadbd6a48ab9eeac00ab630b64654f2b87f80075ba1f89ff0d13687955ef0acee748d5017646f1 + languageName: node + linkType: hard + +"@ngneat/hot-toast@npm:5.0.2": + version: 5.0.2 + resolution: "@ngneat/hot-toast@npm:5.0.2" dependencies: tslib: "npm:^2.3.0" peerDependencies: "@angular/core": ">=13.0.0" "@ngneat/overview": ">=3.0.0" - checksum: 10c0/fd1ae2a131199ebe1c7f75e5d342314c0d9fee7f7507cd3e16ac7243437dc7784fb5926af1da79043d052460336a0e305ccdd0161af5e6d32af2f89df7a383c8 + checksum: 10c0/056dff9c33012996bcd13fa78545346be87d44a819e18e3e7a74db4a3783a46647cbf24689e0f3aba4454861aee5bbe53979b42165e6897b27e492c9a8e94b62 languageName: node linkType: hard @@ -2932,53 +3778,53 @@ __metadata: languageName: node linkType: hard -"@ngtools/webpack@npm:14.2.13": - version: 14.2.13 - resolution: "@ngtools/webpack@npm:14.2.13" +"@ngtools/webpack@npm:15.2.11": + version: 15.2.11 + resolution: "@ngtools/webpack@npm:15.2.11" peerDependencies: - "@angular/compiler-cli": ^14.0.0 - typescript: ">=4.6.2 <4.9" + "@angular/compiler-cli": ^15.0.0 + typescript: ">=4.8.2 <5.0" webpack: ^5.54.0 - checksum: 10c0/9c18f26f79f2e0841b39c4e53f59b6f023ec68804b8a12e48994c618ef61b4ccdec29132d1a67f09ebb7acbf76bef57a3d869b9752e031fed74618416f62bcb1 + checksum: 10c0/2f3d4f87a10f399f0de459369e7d24d5543200cb96b61ef4c98a589d5cd323a6adca293118a9dc68312428ec8dbe49f5d46e08f65ce41e42f118e1636fb96367 languageName: node linkType: hard -"@ngxs/devtools-plugin@npm:3.7.3": - version: 3.7.3 - resolution: "@ngxs/devtools-plugin@npm:3.7.3" +"@ngxs/devtools-plugin@npm:3.8.2": + version: 3.8.2 + resolution: "@ngxs/devtools-plugin@npm:3.8.2" dependencies: - tslib: "npm:^1.9.0" + tslib: "npm:^2.2.0" peerDependencies: - "@angular/core": ">=6.1.0 <14.0.0" - "@ngxs/store": ^3.7.3 || ^3.7.3-dev + "@angular/core": ">=12.0.0 <18.0.0" + "@ngxs/store": ^3.8.2 || ^3.8.2-dev rxjs: ">=6.5.5" - checksum: 10c0/5505017b91780e16fb2c599081ed5f90526f96cb98d719886449435123ab02daf0b9ef0e7d5d3ec685edf81850a73c0089e1abf4223b82d1155285003d767010 + checksum: 10c0/b30abd3dbf190c08b654897f6430f77074f82ba2aec4d6bdc049d30ccafbed4a2817ddb470ecc37ac255ca71eeab7130a07fabe49f0acc76525133231d61e145 languageName: node linkType: hard -"@ngxs/router-plugin@npm:3.7.3": - version: 3.7.3 - resolution: "@ngxs/router-plugin@npm:3.7.3" +"@ngxs/router-plugin@npm:3.8.2": + version: 3.8.2 + resolution: "@ngxs/router-plugin@npm:3.8.2" dependencies: - tslib: "npm:^1.9.0" + tslib: "npm:^2.2.0" peerDependencies: - "@angular/core": ">=6.1.0 <14.0.0" - "@angular/router": ">=6.1.0 <14.0.0" - "@ngxs/store": ^3.7.3 || ^3.7.3-dev + "@angular/core": ">=12.0.0 <18.0.0" + "@angular/router": ">=12.0.0 <18.0.0" + "@ngxs/store": ^3.8.2 || ^3.8.2-dev rxjs: ">=6.5.5" - checksum: 10c0/c8aa955de8d77237f4ce1a7872952bfd438aa5b6cf887aaf944545b4f1cdac4b99b7fa48407d819252c0fae77d6ad24668f83baeccf8bad95c473d027550f733 + checksum: 10c0/f387325e9f8709a7dcafd0bbcc308622888ac2f1207726e81b7a7646ba4527e7ac10cd26778397488c67d2f94654cac86c81b33ec2d3bba99043e2a2fcbe0424 languageName: node linkType: hard -"@ngxs/store@npm:3.7.3": - version: 3.7.3 - resolution: "@ngxs/store@npm:3.7.3" +"@ngxs/store@npm:3.8.2": + version: 3.8.2 + resolution: "@ngxs/store@npm:3.8.2" dependencies: - tslib: "npm:^1.9.0" + tslib: "npm:^2.2.0" peerDependencies: - "@angular/core": ">=6.1.0 <14.0.0" + "@angular/core": ">=12.0.0 <18.0.0" rxjs: ">=6.5.5" - checksum: 10c0/406dc9da100fb8794f85f9dc0f9a1eecc428ef50e7776e9ddcef4c1e8bb8d04cc5635b69017099d01b627c6d78e4815c97b16aeb60d0e0468aa82e0570342d4d + checksum: 10c0/ca288fb61657c3c8c7dc0325dde9c76ec57c095e5a88723d7c338e768ed3f702770b6041171fef25ba960ead8b06108518e62fc830c0f0285e1c850cc243dba2 languageName: node linkType: hard @@ -3041,32 +3887,31 @@ __metadata: languageName: node linkType: hard -"@npmcli/git@npm:^3.0.0": - version: 3.0.2 - resolution: "@npmcli/git@npm:3.0.2" +"@npmcli/git@npm:^4.0.0": + version: 4.1.0 + resolution: "@npmcli/git@npm:4.1.0" dependencies: - "@npmcli/promise-spawn": "npm:^3.0.0" + "@npmcli/promise-spawn": "npm:^6.0.0" lru-cache: "npm:^7.4.4" - mkdirp: "npm:^1.0.4" - npm-pick-manifest: "npm:^7.0.0" - proc-log: "npm:^2.0.0" + npm-pick-manifest: "npm:^8.0.0" + proc-log: "npm:^3.0.0" promise-inflight: "npm:^1.0.1" promise-retry: "npm:^2.0.1" semver: "npm:^7.3.5" - which: "npm:^2.0.2" - checksum: 10c0/26c18d98d0bf060b82692f41919847d55c00224861abbd972f47b4ecbf2494ec3afddafb8dbf98442d972e8217e3a909f95d27d040feadc061f3e8f7ccc2e2bd + which: "npm:^3.0.0" + checksum: 10c0/78591ba8f03de3954a5b5b83533455696635a8f8140c74038685fec4ee28674783a5b34a3d43840b2c5f9aa37fd0dce57eaf4ef136b52a8ec2ee183af2e40724 languageName: node linkType: hard -"@npmcli/installed-package-contents@npm:^1.0.7": - version: 1.0.7 - resolution: "@npmcli/installed-package-contents@npm:1.0.7" +"@npmcli/installed-package-contents@npm:^2.0.1": + version: 2.1.0 + resolution: "@npmcli/installed-package-contents@npm:2.1.0" dependencies: - npm-bundled: "npm:^1.1.1" - npm-normalize-package-bin: "npm:^1.0.1" + npm-bundled: "npm:^3.0.0" + npm-normalize-package-bin: "npm:^3.0.0" bin: - installed-package-contents: index.js - checksum: 10c0/69c23b489ebfc90a28f6ee5293256bf6dae656292c8e13d52cd770fee2db2c9ecbeb7586387cd9006bc1968439edd5c75aeeb7d39ba0c8eb58905c3073bee067 + installed-package-contents: bin/index.js + checksum: 10c0/f5ecba0d45fc762f3e0d5def29fbfabd5d55e8147b01ae0a101769245c2e0038bc82a167836513a98aaed0a15c3d81fcdb232056bb8a962972a432533e518fce languageName: node linkType: hard @@ -3080,50 +3925,87 @@ __metadata: languageName: node linkType: hard -"@npmcli/node-gyp@npm:^2.0.0": - version: 2.0.0 - resolution: "@npmcli/node-gyp@npm:2.0.0" - checksum: 10c0/8de88f4a602e8f868f10c660250429d34a51aaa10cb4d0f1f919d7920632be22cc47ad0e4d75097cd68e07fec5b93e41803ae3f03c1a3370badd865461e6b486 +"@npmcli/node-gyp@npm:^3.0.0": + version: 3.0.0 + resolution: "@npmcli/node-gyp@npm:3.0.0" + checksum: 10c0/5d0ac17dacf2dd6e45312af2c1ae2749bb0730fcc82da101c37d3a4fd963a5e1c5d39781e5e1e5e5828df4ab1ad4e3fdbab1d69b7cd0abebad9983efb87df985 + languageName: node + linkType: hard + +"@npmcli/promise-spawn@npm:^6.0.0, @npmcli/promise-spawn@npm:^6.0.1": + version: 6.0.2 + resolution: "@npmcli/promise-spawn@npm:6.0.2" + dependencies: + which: "npm:^3.0.0" + checksum: 10c0/d0696b8d9f7e16562cd1e520e4919000164be042b5c9998a45b4e87d41d9619fcecf2a343621c6fa85ed2671cbe87ab07e381a7faea4e5132c371dbb05893f31 + languageName: node + linkType: hard + +"@npmcli/run-script@npm:^6.0.0": + version: 6.0.2 + resolution: "@npmcli/run-script@npm:6.0.2" + dependencies: + "@npmcli/node-gyp": "npm:^3.0.0" + "@npmcli/promise-spawn": "npm:^6.0.0" + node-gyp: "npm:^9.0.0" + read-package-json-fast: "npm:^3.0.0" + which: "npm:^3.0.0" + checksum: 10c0/8c6ab2895eb6a2f24b1cd85dc934edae2d1c02af3acfc383655857f3893ed133d393876add800600d2e1702f8b62133d7cf8da00d81a1c885cc6029ef9e8e691 + languageName: node + linkType: hard + +"@pkgjs/parseargs@npm:^0.11.0": + version: 0.11.0 + resolution: "@pkgjs/parseargs@npm:0.11.0" + checksum: 10c0/5bd7576bb1b38a47a7fc7b51ac9f38748e772beebc56200450c4a817d712232b8f1d3ef70532c80840243c657d491cf6a6be1e3a214cff907645819fdc34aadd + languageName: node + linkType: hard + +"@schematics/angular@npm:15.2.11": + version: 15.2.11 + resolution: "@schematics/angular@npm:15.2.11" + dependencies: + "@angular-devkit/core": "npm:15.2.11" + "@angular-devkit/schematics": "npm:15.2.11" + jsonc-parser: "npm:3.2.0" + checksum: 10c0/35e537fc91e6adc30de89e8c2d5892f5c2392938a1236dda502c64b6dab96f7372e59a02f49bd26d4ce5685972a0275724286312ce1eba0c1d78738a002d19a6 languageName: node linkType: hard -"@npmcli/promise-spawn@npm:^3.0.0": - version: 3.0.0 - resolution: "@npmcli/promise-spawn@npm:3.0.0" +"@sigstore/bundle@npm:^1.1.0": + version: 1.1.0 + resolution: "@sigstore/bundle@npm:1.1.0" dependencies: - infer-owner: "npm:^1.0.4" - checksum: 10c0/934225972d7b3e456e76b2eae40b3ece2478a361d99aa56c79f65ef7c66aa83cd55330ee44daf43174b76649b25d722b9f85120a4591cac53d884423f315465c + "@sigstore/protobuf-specs": "npm:^0.2.0" + checksum: 10c0/f29af2c59eefceb2c6fb88e6acb31efd7400a46968324ad60c19f054bcac3c16f6e2dfa5162feaeb57e3b1688dcd0b659a9d00ca27bbe7907d472758da15586c languageName: node linkType: hard -"@npmcli/run-script@npm:^4.1.0": - version: 4.2.1 - resolution: "@npmcli/run-script@npm:4.2.1" - dependencies: - "@npmcli/node-gyp": "npm:^2.0.0" - "@npmcli/promise-spawn": "npm:^3.0.0" - node-gyp: "npm:^9.0.0" - read-package-json-fast: "npm:^2.0.3" - which: "npm:^2.0.2" - checksum: 10c0/b658b239a0132d3b7262ab94e16ca1bf4abe2987557015086c94768bd0cfdf7cded9a6c04f2efb58d63ae4f3bbb794caffaedc00b3d64ad7136bcf8c181b9b10 +"@sigstore/protobuf-specs@npm:^0.2.0": + version: 0.2.1 + resolution: "@sigstore/protobuf-specs@npm:0.2.1" + checksum: 10c0/756b3bc64e7f21d966473208cd3920fcde6744025f7deb1d3be1d2b6261b825178b393db7458cd191b2eab947e516eacd6f91aa2f4545d8c045431fb699ac357 languageName: node linkType: hard -"@pkgjs/parseargs@npm:^0.11.0": - version: 0.11.0 - resolution: "@pkgjs/parseargs@npm:0.11.0" - checksum: 10c0/5bd7576bb1b38a47a7fc7b51ac9f38748e772beebc56200450c4a817d712232b8f1d3ef70532c80840243c657d491cf6a6be1e3a214cff907645819fdc34aadd +"@sigstore/sign@npm:^1.0.0": + version: 1.0.0 + resolution: "@sigstore/sign@npm:1.0.0" + dependencies: + "@sigstore/bundle": "npm:^1.1.0" + "@sigstore/protobuf-specs": "npm:^0.2.0" + make-fetch-happen: "npm:^11.0.1" + checksum: 10c0/579b4ba31acd662fc9053e6c1e49fda320fa7faf95233d9f7daa87cf198f6f785658fed2791d18d340176f55da300c178c00fcb4871a7d8582df446a09ac6287 languageName: node linkType: hard -"@schematics/angular@npm:14.2.13": - version: 14.2.13 - resolution: "@schematics/angular@npm:14.2.13" +"@sigstore/tuf@npm:^1.0.3": + version: 1.0.3 + resolution: "@sigstore/tuf@npm:1.0.3" dependencies: - "@angular-devkit/core": "npm:14.2.13" - "@angular-devkit/schematics": "npm:14.2.13" - jsonc-parser: "npm:3.1.0" - checksum: 10c0/94c021b0cbaa40e708f960f60b775d3f54237ee57ff590c27de8188e8f8c996b92213b294c1deba709eb3f1533cb43b6fc4380ba6d07185939378c4186ba044a + "@sigstore/protobuf-specs": "npm:^0.2.0" + tuf-js: "npm:^1.1.7" + checksum: 10c0/28abf11f05e12dab0e5d53f09743921e7129519753b3ab79e6cfc2400c80a06bc4f233c430dcd4236f8ca6db1aaf20fdd93999592cef0ea4c08f9731c63d09d4 languageName: node linkType: hard @@ -3187,6 +4069,23 @@ __metadata: languageName: node linkType: hard +"@tufjs/canonical-json@npm:1.0.0": + version: 1.0.0 + resolution: "@tufjs/canonical-json@npm:1.0.0" + checksum: 10c0/6d28fdfa1fe22cc6a3ff41de8bf74c46dee6d4ff00e8a33519d84e060adaaa04bbdaf17fbcd102511fbdd5e4b8d2a67341c9aaf0cd641be1aea386442f4b1e88 + languageName: node + linkType: hard + +"@tufjs/models@npm:1.0.4": + version: 1.0.4 + resolution: "@tufjs/models@npm:1.0.4" + dependencies: + "@tufjs/canonical-json": "npm:1.0.0" + minimatch: "npm:^9.0.0" + checksum: 10c0/99bcfa6ecd642861a21e4874c4a687bb57f7c2ab7e10c6756b576c2fa4a6f2be3d21ba8e76334f11ea2846949b514b10fa59584aaee0a100e09e9263114b635b + languageName: node + linkType: hard + "@types/babel__core@npm:^7.1.14": version: 7.20.5 resolution: "@types/babel__core@npm:7.20.5" @@ -3404,7 +4303,7 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 10c0/a996a745e6c5d60292f36731dd41341339d4eeed8180bb09226e5c8d23759067692b1d88e5d91d72ee83dfc00d3aca8e7bd43ea120516c17922cbcb7c3e252db @@ -4100,15 +4999,15 @@ __metadata: languageName: node linkType: hard -"ajv@npm:8.11.0": - version: 8.11.0 - resolution: "ajv@npm:8.11.0" +"ajv@npm:8.12.0, ajv@npm:^8.0.0, ajv@npm:^8.9.0": + version: 8.12.0 + resolution: "ajv@npm:8.12.0" dependencies: fast-deep-equal: "npm:^3.1.1" json-schema-traverse: "npm:^1.0.0" require-from-string: "npm:^2.0.2" uri-js: "npm:^4.2.2" - checksum: 10c0/8a4b1b639a53d52169b94dd1cdd03716fe7bbc1fc676006957ba82497e764f4bd44b92f75e37c8804ea3176ee3c224322e22779d071fb01cd89aefaaa42c9414 + checksum: 10c0/ac4f72adf727ee425e049bc9d8b31d4a57e1c90da8d28bcd23d60781b12fcd6fc3d68db5df16994c57b78b94eed7988f5a6b482fd376dc5b084125e20a0a622e languageName: node linkType: hard @@ -4124,18 +5023,6 @@ __metadata: languageName: node linkType: hard -"ajv@npm:^8.0.0, ajv@npm:^8.9.0": - version: 8.12.0 - resolution: "ajv@npm:8.12.0" - dependencies: - fast-deep-equal: "npm:^3.1.1" - json-schema-traverse: "npm:^1.0.0" - require-from-string: "npm:^2.0.2" - uri-js: "npm:^4.2.2" - checksum: 10c0/ac4f72adf727ee425e049bc9d8b31d4a57e1c90da8d28bcd23d60781b12fcd6fc3d68db5df16994c57b78b94eed7988f5a6b482fd376dc5b084125e20a0a622e - languageName: node - linkType: hard - "angular-svg-icon@npm:13.0.0": version: 13.0.0 resolution: "angular-svg-icon@npm:13.0.0" @@ -4386,21 +5273,21 @@ __metadata: languageName: node linkType: hard -"autoprefixer@npm:^10.4.8": - version: 10.4.20 - resolution: "autoprefixer@npm:10.4.20" +"autoprefixer@npm:10.4.13": + version: 10.4.13 + resolution: "autoprefixer@npm:10.4.13" dependencies: - browserslist: "npm:^4.23.3" - caniuse-lite: "npm:^1.0.30001646" - fraction.js: "npm:^4.3.7" + browserslist: "npm:^4.21.4" + caniuse-lite: "npm:^1.0.30001426" + fraction.js: "npm:^4.2.0" normalize-range: "npm:^0.1.2" - picocolors: "npm:^1.0.1" + picocolors: "npm:^1.0.0" postcss-value-parser: "npm:^4.2.0" peerDependencies: postcss: ^8.1.0 bin: autoprefixer: bin/autoprefixer - checksum: 10c0/e1f00978a26e7c5b54ab12036d8c13833fad7222828fc90914771b1263f51b28c7ddb5803049de4e77696cbd02bb25cfc3634e80533025bb26c26aacdf938940 + checksum: 10c0/55ef1feb555516f68c740b3a0050d89b663c4a806a52ff23b184869ddf511b561fa56d66b2adb533bfef3798aee87b31132474582968d84fa59da133f837a230 languageName: node linkType: hard @@ -4444,18 +5331,16 @@ __metadata: languageName: node linkType: hard -"babel-loader@npm:8.2.5": - version: 8.2.5 - resolution: "babel-loader@npm:8.2.5" +"babel-loader@npm:9.1.2": + version: 9.1.2 + resolution: "babel-loader@npm:9.1.2" dependencies: - find-cache-dir: "npm:^3.3.1" - loader-utils: "npm:^2.0.0" - make-dir: "npm:^3.1.0" - schema-utils: "npm:^2.6.5" + find-cache-dir: "npm:^3.3.2" + schema-utils: "npm:^4.0.0" peerDependencies: - "@babel/core": ^7.0.0 - webpack: ">=2" - checksum: 10c0/6d11d59f0d8e94f230b7529ef805d03e42df5130849cbc21b0954c081bef5325390bbedf378b00355f4b447aee014012d37565777ba6fc17ffbb2352f5736601 + "@babel/core": ^7.12.0 + webpack: ">=5" + checksum: 10c0/e62ca6af7dec5e9138908ca23f0f29b0865f733d76680b0b0ebc97b1ae18dc6e9cf887c02439ee0634a16eaaef0dc000d78d20c30c348f651a55f50aea5a62ff languageName: node linkType: hard @@ -4484,7 +5369,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.3.2": +"babel-plugin-polyfill-corejs2@npm:^0.3.3": version: 0.3.3 resolution: "babel-plugin-polyfill-corejs2@npm:0.3.3" dependencies: @@ -4497,19 +5382,19 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.5.3": - version: 0.5.3 - resolution: "babel-plugin-polyfill-corejs3@npm:0.5.3" +"babel-plugin-polyfill-corejs3@npm:^0.6.0": + version: 0.6.0 + resolution: "babel-plugin-polyfill-corejs3@npm:0.6.0" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.3.2" - core-js-compat: "npm:^3.21.0" + "@babel/helper-define-polyfill-provider": "npm:^0.3.3" + core-js-compat: "npm:^3.25.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/87f9eb8be5e8e115b930624c8e3e91b5396eca8d563120b0cd03853960addf587fd4cab8776ecf3a59ec94a774f214f2321a96c354a667a62fa2dc5eb122eaa0 + checksum: 10c0/58f7d16c1fbc5e4a68cc58126039cb997edc9b9d29adf1bc4124eb6a12ec31eb9e1da8df769b7219714748af7916cfbb194b2f15bd55571b3b43cdcd7839fe8f languageName: node linkType: hard -"babel-plugin-polyfill-regenerator@npm:^0.4.0": +"babel-plugin-polyfill-regenerator@npm:^0.4.1": version: 0.4.1 resolution: "babel-plugin-polyfill-regenerator@npm:0.4.1" dependencies: @@ -4702,7 +5587,21 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.14.5, browserslist@npm:^4.22.2, browserslist@npm:^4.22.3, browserslist@npm:^4.9.1": +"browserslist@npm:4.21.5": + version: 4.21.5 + resolution: "browserslist@npm:4.21.5" + dependencies: + caniuse-lite: "npm:^1.0.30001449" + electron-to-chromium: "npm:^1.4.284" + node-releases: "npm:^2.0.8" + update-browserslist-db: "npm:^1.0.10" + bin: + browserslist: cli.js + checksum: 10c0/903040d2c45b733e1177c288b4f146ff21d45e8a44ccc87d1d7fc2f6a8d021c7ee54b514fd7722529c282381969382a54bd2ab4263f5b6c8981a856b457ea162 + languageName: node + linkType: hard + +"browserslist@npm:^4.14.5, browserslist@npm:^4.22.2": version: 4.23.0 resolution: "browserslist@npm:4.23.0" dependencies: @@ -4716,7 +5615,7 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.21.3, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3": +"browserslist@npm:^4.21.4, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3": version: 4.23.3 resolution: "browserslist@npm:4.23.3" dependencies: @@ -4779,15 +5678,6 @@ __metadata: languageName: node linkType: hard -"builtins@npm:^5.0.0": - version: 5.1.0 - resolution: "builtins@npm:5.1.0" - dependencies: - semver: "npm:^7.0.0" - checksum: 10c0/3c32fe5bd7ed4ff7dbd6fb14bcb9d7eaa7e967327f1899cd336f8625d3f46fceead0a53528f1e332aeaee757034ebb307cb2f1a37af2b86a3c5ad4845d01c0c8 - languageName: node - linkType: hard - "bytes@npm:3.0.0": version: 3.0.0 resolution: "bytes@npm:3.0.0" @@ -4802,33 +5692,28 @@ __metadata: languageName: node linkType: hard -"cacache@npm:16.1.2": - version: 16.1.2 - resolution: "cacache@npm:16.1.2" +"cacache@npm:17.0.4": + version: 17.0.4 + resolution: "cacache@npm:17.0.4" dependencies: - "@npmcli/fs": "npm:^2.1.0" - "@npmcli/move-file": "npm:^2.0.0" - chownr: "npm:^2.0.0" - fs-minipass: "npm:^2.1.0" + "@npmcli/fs": "npm:^3.1.0" + fs-minipass: "npm:^3.0.0" glob: "npm:^8.0.1" - infer-owner: "npm:^1.0.4" lru-cache: "npm:^7.7.1" - minipass: "npm:^3.1.6" + minipass: "npm:^4.0.0" minipass-collect: "npm:^1.0.2" minipass-flush: "npm:^1.0.5" minipass-pipeline: "npm:^1.2.4" - mkdirp: "npm:^1.0.4" p-map: "npm:^4.0.0" promise-inflight: "npm:^1.0.1" - rimraf: "npm:^3.0.2" - ssri: "npm:^9.0.0" + ssri: "npm:^10.0.0" tar: "npm:^6.1.11" - unique-filename: "npm:^1.1.1" - checksum: 10c0/35f20c164032269c12d62785928cd30cb725eed3b5d23aa03d30dad41d5310f7643467c98ec250688592cdbeb5e315c0c97ecf93f9bbc9140e79824ffa0e57c7 + unique-filename: "npm:^3.0.0" + checksum: 10c0/52a3d44fe5219b2cff0fda9bdc5f1ae7ccf6a162c8c36dd68389568f654f3ad1bec292581f958971876fd11a1375365879b54c9416783b37baf6f3070ab06941 languageName: node linkType: hard -"cacache@npm:^16.0.0, cacache@npm:^16.1.0": +"cacache@npm:^16.1.0": version: 16.1.3 resolution: "cacache@npm:16.1.3" dependencies: @@ -4854,6 +5739,26 @@ __metadata: languageName: node linkType: hard +"cacache@npm:^17.0.0": + version: 17.1.4 + resolution: "cacache@npm:17.1.4" + dependencies: + "@npmcli/fs": "npm:^3.1.0" + fs-minipass: "npm:^3.0.0" + glob: "npm:^10.2.2" + lru-cache: "npm:^7.7.1" + minipass: "npm:^7.0.3" + minipass-collect: "npm:^1.0.2" + minipass-flush: "npm:^1.0.5" + minipass-pipeline: "npm:^1.2.4" + p-map: "npm:^4.0.0" + ssri: "npm:^10.0.0" + tar: "npm:^6.1.11" + unique-filename: "npm:^3.0.0" + checksum: 10c0/21749dcf98c61dd570b179e51573b076c92e3f6c82166d37444242db66b92b1e6c6dc11c6059c027ac7bdef5479b513855059299cc11cda8212c49b0f69a3662 + languageName: node + linkType: hard + "cacache@npm:^18.0.0": version: 18.0.4 resolution: "cacache@npm:18.0.4" @@ -4915,6 +5820,13 @@ __metadata: languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001426, caniuse-lite@npm:^1.0.30001449": + version: 1.0.30001655 + resolution: "caniuse-lite@npm:1.0.30001655" + checksum: 10c0/fff0c0c3ffcba89828bfa6b99f118e82c064f46f15bb8655b9f2a352a3f552ccac0b87a9fe9532f8c5a29e284aae5579791e196480ec717d11ef1d1a1c2e3ff9 + languageName: node + linkType: hard + "caniuse-lite@npm:^1.0.30001587": version: 1.0.30001591 resolution: "caniuse-lite@npm:1.0.30001591" @@ -5007,6 +5919,25 @@ __metadata: languageName: node linkType: hard +"chokidar@npm:3.5.3": + version: 3.5.3 + resolution: "chokidar@npm:3.5.3" + dependencies: + anymatch: "npm:~3.1.2" + braces: "npm:~3.0.2" + fsevents: "npm:~2.3.2" + glob-parent: "npm:~5.1.2" + is-binary-path: "npm:~2.1.0" + is-glob: "npm:~4.0.1" + normalize-path: "npm:~3.0.0" + readdirp: "npm:~3.6.0" + dependenciesMeta: + fsevents: + optional: true + checksum: 10c0/1076953093e0707c882a92c66c0f56ba6187831aa51bb4de878c1fec59ae611a3bf02898f190efec8e77a086b8df61c2b2a3ea324642a0558bdf8ee6c5dc9ca1 + languageName: node + linkType: hard + "chokidar@npm:>=3.0.0 <4.0.0, chokidar@npm:^3.0.0, chokidar@npm:^3.5.3": version: 3.6.0 resolution: "chokidar@npm:3.6.0" @@ -5372,16 +6303,7 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.21.0": - version: 3.36.0 - resolution: "core-js-compat@npm:3.36.0" - dependencies: - browserslist: "npm:^4.22.3" - checksum: 10c0/5ce2ad0ece8379883c01958e196575abc015692fc0394b8917f132b6b32e5c2bfb2612902c3f98f270cfa2d9d6522c28d36665038f3726796f1f4b436e4f863e - languageName: node - linkType: hard - -"core-js-compat@npm:^3.22.1": +"core-js-compat@npm:^3.25.1": version: 3.38.1 resolution: "core-js-compat@npm:3.38.1" dependencies: @@ -5456,58 +6378,21 @@ __metadata: languageName: node linkType: hard -"css-blank-pseudo@npm:^3.0.3": - version: 3.0.3 - resolution: "css-blank-pseudo@npm:3.0.3" - dependencies: - postcss-selector-parser: "npm:^6.0.9" - peerDependencies: - postcss: ^8.4 - bin: - css-blank-pseudo: dist/cli.cjs - checksum: 10c0/889b0c4e47f5172cbc1a036ed31c1b25b13e6331bd85f91c910ce29ba4a1bad33d8d7bd0d48343bc5d9bf30750b4626fe55fe9fd1042e09eda72f4a72c1d779c - languageName: node - linkType: hard - -"css-has-pseudo@npm:^3.0.4": - version: 3.0.4 - resolution: "css-has-pseudo@npm:3.0.4" - dependencies: - postcss-selector-parser: "npm:^6.0.9" - peerDependencies: - postcss: ^8.4 - bin: - css-has-pseudo: dist/cli.cjs - checksum: 10c0/da950bd66a73b7e02b428c95eba98fe664583ea059200dc4ddac2dfa3e316b637c538b69a1a8ffe52c4f739818bf55a264d652f15b18b78a6332e73ae08f03ed - languageName: node - linkType: hard - -"css-loader@npm:6.7.1": - version: 6.7.1 - resolution: "css-loader@npm:6.7.1" +"css-loader@npm:6.7.3": + version: 6.7.3 + resolution: "css-loader@npm:6.7.3" dependencies: icss-utils: "npm:^5.1.0" - postcss: "npm:^8.4.7" + postcss: "npm:^8.4.19" postcss-modules-extract-imports: "npm:^3.0.0" postcss-modules-local-by-default: "npm:^4.0.0" postcss-modules-scope: "npm:^3.0.0" postcss-modules-values: "npm:^4.0.0" postcss-value-parser: "npm:^4.2.0" - semver: "npm:^7.3.5" + semver: "npm:^7.3.8" peerDependencies: webpack: ^5.0.0 - checksum: 10c0/c9e900e2a6012a988ab36cf87598fa1e74cd570ab25dbcc8a5d7f10a91a0f9549ff3656b9bbb2bf26b9f5a39f76b9b4b148513c4085c23b73c9c1d5cc2f7de12 - languageName: node - linkType: hard - -"css-prefers-color-scheme@npm:^6.0.3": - version: 6.0.3 - resolution: "css-prefers-color-scheme@npm:6.0.3" - peerDependencies: - postcss: ^8.4 - bin: - css-prefers-color-scheme: dist/cli.cjs - checksum: 10c0/b0f1efba0384f52506a5ab54179a2b56a4a2b693c81e2d533529c6eae7ddb9ca4b1be3a6bc9d2d44f7c4b3750bb4eda7ae9d7254fe91379b25e0cc3b301fbdd8 + checksum: 10c0/20f435f73d6d776ade4b8dd6c83e7eee65a139f510b2c7575e45d7500ce1b72618b408f4841afc7f34e1aaeef25603ddd10fd4920461907483e1e1e4472bff1f languageName: node linkType: hard @@ -5531,13 +6416,6 @@ __metadata: languageName: node linkType: hard -"cssdb@npm:^7.0.0": - version: 7.11.2 - resolution: "cssdb@npm:7.11.2" - checksum: 10c0/5cd8dfee703dfbd7b7a8c3a93d65d26007ec1cd9692379b5868a0ceedf23b88e28d4b98f1cb9a4161f8b01e4a229e08ba9603fb94b756a3df6e07c423fff5b5d - languageName: node - linkType: hard - "cssesc@npm:^3.0.0": version: 3.0.0 resolution: "cssesc@npm:3.0.0" @@ -5667,7 +6545,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3": +"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3": version: 4.3.4 resolution: "debug@npm:4.3.4" dependencies: @@ -5973,6 +6851,13 @@ __metadata: languageName: node linkType: hard +"electron-to-chromium@npm:^1.4.284, electron-to-chromium@npm:^1.5.4": + version: 1.5.13 + resolution: "electron-to-chromium@npm:1.5.13" + checksum: 10c0/1d88ac39447e1d718c4296f92fe89836df4688daf2d362d6c49108136795f05a56dd9c950f1c6715e0395fa037c3b5f5ea686c543fdc90e6d74a005877c45022 + languageName: node + linkType: hard + "electron-to-chromium@npm:^1.4.668": version: 1.4.690 resolution: "electron-to-chromium@npm:1.4.690" @@ -5980,13 +6865,6 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.4": - version: 1.5.13 - resolution: "electron-to-chromium@npm:1.5.13" - checksum: 10c0/1d88ac39447e1d718c4296f92fe89836df4688daf2d362d6c49108136795f05a56dd9c950f1c6715e0395fa037c3b5f5ea686c543fdc90e6d74a005877c45022 - languageName: node - linkType: hard - "emittery@npm:^0.10.2": version: 0.10.2 resolution: "emittery@npm:0.10.2" @@ -6067,6 +6945,13 @@ __metadata: languageName: node linkType: hard +"entities@npm:^4.3.0, entities@npm:^4.4.0": + version: 4.5.0 + resolution: "entities@npm:4.5.0" + checksum: 10c0/5b039739f7621f5d1ad996715e53d964035f75ad3b9a4d38c6b3804bb226e282ffeae2443624d8fdd9c47d8e926ae9ac009c54671243f0c3294c26af7cc85250 + languageName: node + linkType: hard + "env-paths@npm:^2.2.0": version: 2.2.1 resolution: "env-paths@npm:2.2.1" @@ -6204,131 +7089,12 @@ __metadata: languageName: node linkType: hard -"esbuild-android-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-android-64@npm:0.15.5" - conditions: os=android & cpu=x64 - languageName: node - linkType: hard - -"esbuild-android-arm64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-android-arm64@npm:0.15.5" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"esbuild-darwin-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-darwin-64@npm:0.15.5" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"esbuild-darwin-arm64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-darwin-arm64@npm:0.15.5" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"esbuild-freebsd-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-freebsd-64@npm:0.15.5" - conditions: os=freebsd & cpu=x64 - languageName: node - linkType: hard - -"esbuild-freebsd-arm64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-freebsd-arm64@npm:0.15.5" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - -"esbuild-linux-32@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-32@npm:0.15.5" - conditions: os=linux & cpu=ia32 - languageName: node - linkType: hard - -"esbuild-linux-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-64@npm:0.15.5" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - -"esbuild-linux-arm64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-arm64@npm:0.15.5" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - -"esbuild-linux-arm@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-arm@npm:0.15.5" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"esbuild-linux-mips64le@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-mips64le@npm:0.15.5" - conditions: os=linux & cpu=mips64el - languageName: node - linkType: hard - -"esbuild-linux-ppc64le@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-ppc64le@npm:0.15.5" - conditions: os=linux & cpu=ppc64 - languageName: node - linkType: hard - -"esbuild-linux-riscv64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-riscv64@npm:0.15.5" - conditions: os=linux & cpu=riscv64 - languageName: node - linkType: hard - -"esbuild-linux-s390x@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-linux-s390x@npm:0.15.5" - conditions: os=linux & cpu=s390x - languageName: node - linkType: hard - -"esbuild-netbsd-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-netbsd-64@npm:0.15.5" - conditions: os=netbsd & cpu=x64 - languageName: node - linkType: hard - -"esbuild-openbsd-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-openbsd-64@npm:0.15.5" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - -"esbuild-sunos-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-sunos-64@npm:0.15.5" - conditions: os=sunos & cpu=x64 - languageName: node - linkType: hard - -"esbuild-wasm@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-wasm@npm:0.15.5" +"esbuild-wasm@npm:0.17.8": + version: 0.17.8 + resolution: "esbuild-wasm@npm:0.17.8" bin: esbuild: bin/esbuild - checksum: 10c0/096cf65386fc42322a999ef253b02286c94fa781809b2a389736bd99ad075a5967640ae85b0e5420ded173b8a713183387b61cf32775731cf11fb6d6aee93857 + checksum: 10c0/7875cd266bf9880b211dd823e665d1d97ba037d7ad3eaf99512728989b5791e8889bf0ee019da6b48f72c27bf2c1405bce0ea9209694c60a6b48cdff2600e1f0 languageName: node linkType: hard @@ -6341,98 +7107,80 @@ __metadata: languageName: node linkType: hard -"esbuild-windows-32@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-windows-32@npm:0.15.5" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"esbuild-windows-64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-windows-64@npm:0.15.5" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"esbuild-windows-arm64@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild-windows-arm64@npm:0.15.5" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"esbuild@npm:0.15.5": - version: 0.15.5 - resolution: "esbuild@npm:0.15.5" - dependencies: - "@esbuild/linux-loong64": "npm:0.15.5" - esbuild-android-64: "npm:0.15.5" - esbuild-android-arm64: "npm:0.15.5" - esbuild-darwin-64: "npm:0.15.5" - esbuild-darwin-arm64: "npm:0.15.5" - esbuild-freebsd-64: "npm:0.15.5" - esbuild-freebsd-arm64: "npm:0.15.5" - esbuild-linux-32: "npm:0.15.5" - esbuild-linux-64: "npm:0.15.5" - esbuild-linux-arm: "npm:0.15.5" - esbuild-linux-arm64: "npm:0.15.5" - esbuild-linux-mips64le: "npm:0.15.5" - esbuild-linux-ppc64le: "npm:0.15.5" - esbuild-linux-riscv64: "npm:0.15.5" - esbuild-linux-s390x: "npm:0.15.5" - esbuild-netbsd-64: "npm:0.15.5" - esbuild-openbsd-64: "npm:0.15.5" - esbuild-sunos-64: "npm:0.15.5" - esbuild-windows-32: "npm:0.15.5" - esbuild-windows-64: "npm:0.15.5" - esbuild-windows-arm64: "npm:0.15.5" +"esbuild@npm:0.17.8": + version: 0.17.8 + resolution: "esbuild@npm:0.17.8" + dependencies: + "@esbuild/android-arm": "npm:0.17.8" + "@esbuild/android-arm64": "npm:0.17.8" + "@esbuild/android-x64": "npm:0.17.8" + "@esbuild/darwin-arm64": "npm:0.17.8" + "@esbuild/darwin-x64": "npm:0.17.8" + "@esbuild/freebsd-arm64": "npm:0.17.8" + "@esbuild/freebsd-x64": "npm:0.17.8" + "@esbuild/linux-arm": "npm:0.17.8" + "@esbuild/linux-arm64": "npm:0.17.8" + "@esbuild/linux-ia32": "npm:0.17.8" + "@esbuild/linux-loong64": "npm:0.17.8" + "@esbuild/linux-mips64el": "npm:0.17.8" + "@esbuild/linux-ppc64": "npm:0.17.8" + "@esbuild/linux-riscv64": "npm:0.17.8" + "@esbuild/linux-s390x": "npm:0.17.8" + "@esbuild/linux-x64": "npm:0.17.8" + "@esbuild/netbsd-x64": "npm:0.17.8" + "@esbuild/openbsd-x64": "npm:0.17.8" + "@esbuild/sunos-x64": "npm:0.17.8" + "@esbuild/win32-arm64": "npm:0.17.8" + "@esbuild/win32-ia32": "npm:0.17.8" + "@esbuild/win32-x64": "npm:0.17.8" dependenciesMeta: - "@esbuild/linux-loong64": + "@esbuild/android-arm": optional: true - esbuild-android-64: + "@esbuild/android-arm64": + optional: true + "@esbuild/android-x64": optional: true - esbuild-android-arm64: + "@esbuild/darwin-arm64": optional: true - esbuild-darwin-64: + "@esbuild/darwin-x64": optional: true - esbuild-darwin-arm64: + "@esbuild/freebsd-arm64": optional: true - esbuild-freebsd-64: + "@esbuild/freebsd-x64": optional: true - esbuild-freebsd-arm64: + "@esbuild/linux-arm": optional: true - esbuild-linux-32: + "@esbuild/linux-arm64": optional: true - esbuild-linux-64: + "@esbuild/linux-ia32": optional: true - esbuild-linux-arm: + "@esbuild/linux-loong64": optional: true - esbuild-linux-arm64: + "@esbuild/linux-mips64el": optional: true - esbuild-linux-mips64le: + "@esbuild/linux-ppc64": optional: true - esbuild-linux-ppc64le: + "@esbuild/linux-riscv64": optional: true - esbuild-linux-riscv64: + "@esbuild/linux-s390x": optional: true - esbuild-linux-s390x: + "@esbuild/linux-x64": optional: true - esbuild-netbsd-64: + "@esbuild/netbsd-x64": optional: true - esbuild-openbsd-64: + "@esbuild/openbsd-x64": optional: true - esbuild-sunos-64: + "@esbuild/sunos-x64": optional: true - esbuild-windows-32: + "@esbuild/win32-arm64": optional: true - esbuild-windows-64: + "@esbuild/win32-ia32": optional: true - esbuild-windows-arm64: + "@esbuild/win32-x64": optional: true bin: esbuild: bin/esbuild - checksum: 10c0/8457742afd5f90e56863d1699c6e3d7d36c664c631f0dc76570fde87d80be4461b31256ff1016fb94a83d4aedc3850dade0394e6cf22af0d6ede2d0f467a99d0 + checksum: 10c0/b5cfa6232ccf764c756cd141a314292d7b71746932cf380b1b5920f7771fced07c98b5db19d21bb5156cebd8a7a053593758101ea88cc77047a15957ce5a45e2 languageName: node linkType: hard @@ -7113,7 +7861,7 @@ __metadata: languageName: node linkType: hard -"find-cache-dir@npm:^3.3.1": +"find-cache-dir@npm:^3.3.2": version: 3.3.2 resolution: "find-cache-dir@npm:3.3.2" dependencies: @@ -7236,7 +7984,7 @@ __metadata: languageName: node linkType: hard -"fraction.js@npm:^4.3.7": +"fraction.js@npm:^4.2.0": version: 4.3.7 resolution: "fraction.js@npm:4.3.7" checksum: 10c0/df291391beea9ab4c263487ffd9d17fed162dbb736982dee1379b2a8cc94e4e24e46ed508c6d278aded9080ba51872f1bc5f3a5fd8d7c74e5f105b508ac28711 @@ -7466,16 +8214,16 @@ __metadata: languageName: node linkType: hard -"glob@npm:8.0.3": - version: 8.0.3 - resolution: "glob@npm:8.0.3" +"glob@npm:8.1.0, glob@npm:^8.0.1, glob@npm:^8.1.0": + version: 8.1.0 + resolution: "glob@npm:8.1.0" dependencies: fs.realpath: "npm:^1.0.0" inflight: "npm:^1.0.4" inherits: "npm:2" minimatch: "npm:^5.0.1" once: "npm:^1.3.0" - checksum: 10c0/07ebaf2ed83e76b10901ec4982040ebd85458b787b4386f751a0514f6c8e416ed6c9eec5a892571eb0ef00b09d1bd451f72b5d9fb7b63770efd400532486e731 + checksum: 10c0/cb0b5cab17a59c57299376abe5646c7070f8acb89df5595b492dba3bfb43d301a46c01e5695f01154e6553168207cb60d4eaf07d3be4bc3eb9b0457c5c561d0f languageName: node linkType: hard @@ -7495,7 +8243,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6": +"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4": version: 7.2.3 resolution: "glob@npm:7.2.3" dependencies: @@ -7509,19 +8257,6 @@ __metadata: languageName: node linkType: hard -"glob@npm:^8.0.1, glob@npm:^8.1.0": - version: 8.1.0 - resolution: "glob@npm:8.1.0" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^5.0.1" - once: "npm:^1.3.0" - checksum: 10c0/cb0b5cab17a59c57299376abe5646c7070f8acb89df5595b492dba3bfb43d301a46c01e5695f01154e6553168207cb60d4eaf07d3be4bc3eb9b0457c5c561d0f - languageName: node - linkType: hard - "global-dirs@npm:^3.0.0": version: 3.0.1 resolution: "global-dirs@npm:3.0.1" @@ -7718,12 +8453,12 @@ __metadata: languageName: node linkType: hard -"hosted-git-info@npm:^5.0.0": - version: 5.2.1 - resolution: "hosted-git-info@npm:5.2.1" +"hosted-git-info@npm:^6.0.0": + version: 6.1.1 + resolution: "hosted-git-info@npm:6.1.1" dependencies: lru-cache: "npm:^7.5.1" - checksum: 10c0/c6682c2e91d774d79893e2c862d7173450455747fd57f0659337c78d37ddb56c23cb7541b296cbef4a3b47c3be307d8d57f24a6e9aa149cad243c7f126cd42ff + checksum: 10c0/ba7158f81ae29c1b5a1e452fa517082f928051da8797a00788a84ff82b434996d34f78a875bbb688aec162bda1d4cf71d2312f44da3c896058803f5efa6ce77f languageName: node linkType: hard @@ -7946,12 +8681,12 @@ __metadata: languageName: node linkType: hard -"ignore-walk@npm:^5.0.1": - version: 5.0.1 - resolution: "ignore-walk@npm:5.0.1" +"ignore-walk@npm:^6.0.0": + version: 6.0.5 + resolution: "ignore-walk@npm:6.0.5" dependencies: - minimatch: "npm:^5.0.1" - checksum: 10c0/0d157a54d6d11af0c3059fdc7679eef3b074e9a663d110a76c72788e2fb5b22087e08b21ab767718187ac3396aca4d0aa6c6473f925b19a74d9a00480ca7a76e + minimatch: "npm:^9.0.0" + checksum: 10c0/8bd6d37c82400016c7b6538b03422dde8c9d7d3e99051c8357dd205d499d42828522fb4fbce219c9c21b4b069079445bacdc42bbd3e2e073b52856c2646d8a39 languageName: node linkType: hard @@ -8059,10 +8794,10 @@ __metadata: languageName: node linkType: hard -"ini@npm:3.0.0": - version: 3.0.0 - resolution: "ini@npm:3.0.0" - checksum: 10c0/d8e35b4000eedf7ecad11bdeb7fafc357ea9ba69f4b8d4cb962f3c83fcd5de9156996e21c34b79798a2ec2aae3b5aaf36f3f4adf570b55768f80734409660f14 +"ini@npm:3.0.1": + version: 3.0.1 + resolution: "ini@npm:3.0.1" + checksum: 10c0/4473d8d42d4b0c4fcf8707e5d37a7eacd5a1d2ed2b99f1b6805c76efddf674c3deba6fb26811eeeb883a71d6c6917c3250d336e545b4e2c8d96081bf05e58df6 languageName: node linkType: hard @@ -8824,9 +9559,9 @@ __metadata: languageName: node linkType: hard -"jest-preset-angular@npm:12.1.0": - version: 12.1.0 - resolution: "jest-preset-angular@npm:12.1.0" +"jest-preset-angular@npm:12.2.6": + version: 12.2.6 + resolution: "jest-preset-angular@npm:12.2.6" dependencies: bs-logger: "npm:^0.2.6" esbuild: "npm:>=0.13.8" @@ -8835,16 +9570,16 @@ __metadata: pretty-format: "npm:^28.0.0" ts-jest: "npm:^28.0.0" peerDependencies: - "@angular-devkit/build-angular": ">=0.1102.19 <15.0.0" - "@angular/compiler-cli": ">=11.2.14 <15.0.0" - "@angular/core": ">=11.2.14 <15.0.0" - "@angular/platform-browser-dynamic": ">=11.2.14 <15.0.0" + "@angular-devkit/build-angular": ">=12.2.18 <16.0.0" + "@angular/compiler-cli": ">=12.2.16 <16.0.0" + "@angular/core": ">=12.2.16 <16.0.0" + "@angular/platform-browser-dynamic": ">=12.2.16 <16.0.0" jest: ^28.0.0 - typescript: ">=4.3" + typescript: ">=4.2" dependenciesMeta: esbuild: optional: true - checksum: 10c0/af80898c59e4468630828accda3d4d8f3b77e777e54c586ae72d3a24a26170093349d5b126397384cec1978124876a25839dc5cfd4ebdd149f99f073af8dab75 + checksum: 10c0/ec3be71042921125434e89d5be5500ab54948cad20965cd0e0e26a696d967b9c95034cbaf709a03e8552fe8933e482ec9e895eedb7ab0cbd42ba90fec80bfc11 languageName: node linkType: hard @@ -9173,6 +9908,13 @@ __metadata: languageName: node linkType: hard +"json-parse-even-better-errors@npm:^3.0.0": + version: 3.0.2 + resolution: "json-parse-even-better-errors@npm:3.0.2" + checksum: 10c0/147f12b005768abe9fab78d2521ce2b7e1381a118413d634a40e6d907d7d10f5e9a05e47141e96d6853af7cc36d2c834d0a014251be48791e037ff2f13d2b94b + languageName: node + linkType: hard + "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" @@ -9219,7 +9961,7 @@ __metadata: languageName: node linkType: hard -"json5@npm:^2.1.2, json5@npm:^2.2.1, json5@npm:^2.2.3": +"json5@npm:^2.1.2, json5@npm:^2.2.1, json5@npm:^2.2.2, json5@npm:^2.2.3": version: 2.2.3 resolution: "json5@npm:2.2.3" bin: @@ -9228,10 +9970,10 @@ __metadata: languageName: node linkType: hard -"jsonc-parser@npm:3.1.0": - version: 3.1.0 - resolution: "jsonc-parser@npm:3.1.0" - checksum: 10c0/c39b66b96c4ecb269187f4cd24fb3400b43d944eb023f5df9d9f4ab87cd396e26541d521b22379621458156badaf96a2520a75511e14fc15be8ad33eb88cbc91 +"jsonc-parser@npm:3.2.0": + version: 3.2.0 + resolution: "jsonc-parser@npm:3.2.0" + checksum: 10c0/5a12d4d04dad381852476872a29dcee03a57439574e4181d91dca71904fcdcc5e8e4706c0a68a2c61ad9810e1e1c5806b5100d52d3e727b78f5cdc595401045b languageName: node linkType: hard @@ -9271,26 +10013,26 @@ __metadata: version: 0.0.0-use.local resolution: "kadai@workspace:." dependencies: - "@angular-builders/custom-webpack": "npm:14.1.0" - "@angular-devkit/build-angular": "npm:14.2.13" - "@angular/animations": "npm:14.3.0" - "@angular/cdk": "npm:14.2.7" - "@angular/cli": "npm:14.2.13" - "@angular/common": "npm:14.3.0" - "@angular/compiler": "npm:14.3.0" - "@angular/compiler-cli": "npm:14.3.0" - "@angular/core": "npm:14.3.0" - "@angular/forms": "npm:14.3.0" - "@angular/material": "npm:14.2.7" - "@angular/platform-browser": "npm:14.3.0" - "@angular/platform-browser-dynamic": "npm:14.3.0" - "@angular/router": "npm:14.3.0" + "@angular-builders/custom-webpack": "npm:15.0.0" + "@angular-devkit/build-angular": "npm:15.2.11" + "@angular/animations": "npm:15.2.10" + "@angular/cdk": "npm:15.2.9" + "@angular/cli": "npm:15.2.11" + "@angular/common": "npm:15.2.10" + "@angular/compiler": "npm:15.2.10" + "@angular/compiler-cli": "npm:15.2.10" + "@angular/core": "npm:15.2.10" + "@angular/forms": "npm:15.2.10" + "@angular/material": "npm:15.2.9" + "@angular/platform-browser": "npm:15.2.10" + "@angular/platform-browser-dynamic": "npm:15.2.10" + "@angular/router": "npm:15.2.10" "@circlon/angular-tree-component": "npm:11.0.4" - "@ngneat/hot-toast": "npm:4.1.0" + "@ngneat/hot-toast": "npm:5.0.2" "@ngneat/overview": "npm:3.0.4" - "@ngxs/devtools-plugin": "npm:3.7.3" - "@ngxs/router-plugin": "npm:3.7.3" - "@ngxs/store": "npm:3.7.3" + "@ngxs/devtools-plugin": "npm:3.8.2" + "@ngxs/router-plugin": "npm:3.8.2" + "@ngxs/store": "npm:3.8.2" "@types/jest": "npm:27.4.1" "@types/lodash": "npm:4.14.181" "@types/node": "npm:17.0.23" @@ -9309,18 +10051,18 @@ __metadata: eslint-plugin-prettier: "npm:4.0.0" file-saver: "npm:2.0.5" jest: "npm:28.1.3" - jest-preset-angular: "npm:12.1.0" + jest-preset-angular: "npm:12.2.6" lodash: "npm:4.17.21" ng2-charts: "npm:2.4.3" - ngx-bootstrap: "npm:8.0.0" - ngx-infinite-scroll: "npm:13.0.1" + ngx-bootstrap: "npm:10.3.0" + ngx-infinite-scroll: "npm:15.0.0" prettier: "npm:2.6.2" rxjs: "npm:7.5.5" sass: "npm:1.49.11" ts-jest: "npm:28.0.8" tslib: "npm:2.3.1" tslint: "npm:6.1.3" - typescript: "npm:4.6.3" + typescript: "npm:4.8.4" zone.js: "npm:0.11.5" languageName: unknown linkType: soft @@ -9371,15 +10113,15 @@ __metadata: languageName: node linkType: hard -"less-loader@npm:11.0.0": - version: 11.0.0 - resolution: "less-loader@npm:11.0.0" +"less-loader@npm:11.1.0": + version: 11.1.0 + resolution: "less-loader@npm:11.1.0" dependencies: klona: "npm:^2.0.4" peerDependencies: less: ^3.5.0 || ^4.0.0 webpack: ^5.0.0 - checksum: 10c0/218e5d06ef1e37721b2fe7776c0b4dd624d2376d2b0182c6b17d01b9a9f23f670ca31a7e77d2fb9579530d3838f1135c654508686e4b6fc027450791dc92c348 + checksum: 10c0/f80517c422e17f04e74b0bbf27cd431af2b7fa0dbd05c00f8ffdcd3243379ba2814e1da144281395e5f5fefa0d4da81150713de307829648cbad0ce610728e86 languageName: node linkType: hard @@ -9616,21 +10358,21 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:0.26.2": - version: 0.26.2 - resolution: "magic-string@npm:0.26.2" +"magic-string@npm:0.29.0": + version: 0.29.0 + resolution: "magic-string@npm:0.29.0" dependencies: - sourcemap-codec: "npm:^1.4.8" - checksum: 10c0/abffa31439bccebdce3554ae496331c130af4d97f8cb96f4753ef5a4b7d5eb03d346107a0673b55187d7cbd67eb512ddc4424f82849a297dba571769896053ca + "@jridgewell/sourcemap-codec": "npm:^1.4.13" + checksum: 10c0/6c8b6246bca11e439d35f18b3a27cbdf55226acc7f4489900f027e253b7af6c5cd32ebb275389ef32c05d11f699d7dac8a06b833f51a51faf3d1978b9dabd861 languageName: node linkType: hard -"magic-string@npm:^0.26.0": - version: 0.26.7 - resolution: "magic-string@npm:0.26.7" +"magic-string@npm:^0.27.0": + version: 0.27.0 + resolution: "magic-string@npm:0.27.0" dependencies: - sourcemap-codec: "npm:^1.4.8" - checksum: 10c0/950035b344fe2a8163668980bc4a215a0b225086e6e22100fd947e7647053c6ba6b4f11a04de83a97a276526ccb602ef53b173725dbb1971fb146cff5a5e14f6 + "@jridgewell/sourcemap-codec": "npm:^1.4.13" + checksum: 10c0/cddacfea14441ca57ae8a307bc3cf90bac69efaa4138dd9a80804cffc2759bf06f32da3a293fb13eaa96334b7d45b7768a34f1d226afae25d2f05b05a3bb37d8 languageName: node linkType: hard @@ -9644,7 +10386,7 @@ __metadata: languageName: node linkType: hard -"make-dir@npm:^3.0.2, make-dir@npm:^3.1.0": +"make-dir@npm:^3.0.2": version: 3.1.0 resolution: "make-dir@npm:3.1.0" dependencies: @@ -9669,7 +10411,7 @@ __metadata: languageName: node linkType: hard -"make-fetch-happen@npm:^10.0.3, make-fetch-happen@npm:^10.0.6": +"make-fetch-happen@npm:^10.0.3": version: 10.2.1 resolution: "make-fetch-happen@npm:10.2.1" dependencies: @@ -9693,6 +10435,29 @@ __metadata: languageName: node linkType: hard +"make-fetch-happen@npm:^11.0.0, make-fetch-happen@npm:^11.0.1, make-fetch-happen@npm:^11.1.1": + version: 11.1.1 + resolution: "make-fetch-happen@npm:11.1.1" + dependencies: + agentkeepalive: "npm:^4.2.1" + cacache: "npm:^17.0.0" + http-cache-semantics: "npm:^4.1.1" + http-proxy-agent: "npm:^5.0.0" + https-proxy-agent: "npm:^5.0.0" + is-lambda: "npm:^1.0.1" + lru-cache: "npm:^7.7.1" + minipass: "npm:^5.0.0" + minipass-fetch: "npm:^3.0.0" + minipass-flush: "npm:^1.0.5" + minipass-pipeline: "npm:^1.2.4" + negotiator: "npm:^0.6.3" + promise-retry: "npm:^2.0.1" + socks-proxy-agent: "npm:^7.0.0" + ssri: "npm:^10.0.0" + checksum: 10c0/c161bde51dbc03382f9fac091734526a64dd6878205db6c338f70d2133df797b5b5166bff3091cf7d4785869d4b21e99a58139c1790c2fb1b5eec00f528f5f0b + languageName: node + linkType: hard + "make-fetch-happen@npm:^13.0.0": version: 13.0.1 resolution: "make-fetch-happen@npm:13.0.1" @@ -9729,6 +10494,15 @@ __metadata: languageName: node linkType: hard +"memfs@npm:^3.4.12": + version: 3.5.3 + resolution: "memfs@npm:3.5.3" + dependencies: + fs-monkey: "npm:^1.0.4" + checksum: 10c0/038fc81bce17ea92dde15aaa68fa0fdaf4960c721ce3ffc7c2cb87a259333f5159784ea48b3b72bf9e054254d9d0d0d5209d0fdc3d07d08653a09933b168fbd7 + languageName: node + linkType: hard + "memfs@npm:^3.4.3": version: 3.6.0 resolution: "memfs@npm:3.6.0" @@ -9808,14 +10582,14 @@ __metadata: languageName: node linkType: hard -"mini-css-extract-plugin@npm:2.6.1": - version: 2.6.1 - resolution: "mini-css-extract-plugin@npm:2.6.1" +"mini-css-extract-plugin@npm:2.7.2": + version: 2.7.2 + resolution: "mini-css-extract-plugin@npm:2.7.2" dependencies: schema-utils: "npm:^4.0.0" peerDependencies: webpack: ^5.0.0 - checksum: 10c0/4de5c1163fcb4ea9a7cb96c97141c41a8d46940677931db5a60c2bafc5389ada56fa29533d79ea7d4aec8462e9d39db0cb43c31d9d1d5402bdfa3acb9dea896b + checksum: 10c0/e9115811c81a8f875c59c5d37b4e69cc66560751d4faa8f596dc92bba1d394fd1c43173274027e8d59303d1df97c43a8685dac33e4e8b1fc031193356044193f languageName: node linkType: hard @@ -9826,15 +10600,6 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:5.1.0": - version: 5.1.0 - resolution: "minimatch@npm:5.1.0" - dependencies: - brace-expansion: "npm:^2.0.1" - checksum: 10c0/21c4877438068da0728eeb678107ea716fd3c76fcde713c9d11b01d7d15c276071aa2fecfcd353b970a290cffd572c3ed43e0a64804470ab9ae97717ed13fb18 - languageName: node - linkType: hard - "minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" @@ -9853,7 +10618,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.4": +"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4": version: 9.0.5 resolution: "minimatch@npm:9.0.5" dependencies: @@ -9963,6 +10728,13 @@ __metadata: languageName: node linkType: hard +"minipass@npm:^4.0.0": + version: 4.2.8 + resolution: "minipass@npm:4.2.8" + checksum: 10c0/4ea76b030d97079f4429d6e8a8affd90baf1b6a1898977c8ccce4701c5a2ba2792e033abc6709373f25c2c4d4d95440d9d5e9464b46b7b76ca44d2ce26d939ce + languageName: node + linkType: hard + "minipass@npm:^5.0.0": version: 5.0.0 resolution: "minipass@npm:5.0.0" @@ -10150,30 +10922,30 @@ __metadata: languageName: node linkType: hard -"ngx-bootstrap@npm:8.0.0": - version: 8.0.0 - resolution: "ngx-bootstrap@npm:8.0.0" +"ngx-bootstrap@npm:10.3.0": + version: 10.3.0 + resolution: "ngx-bootstrap@npm:10.3.0" dependencies: - tslib: "npm:^2.0.0" + tslib: "npm:^2.3.0" peerDependencies: - "@angular/animations": ^13.0.0 - "@angular/common": ^13.0.0 - "@angular/core": ^13.0.0 - "@angular/forms": ^13.0.0 - rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/66a69f00f79ccd813833d0a8e44b75e613e58af4062698017c1a41bab504727a07299d06056a03727bd06c9829838e872cc01601ae73b4462c543516f8598e63 + "@angular/animations": ^15.0.0 + "@angular/common": ^15.0.0 + "@angular/core": ^15.0.0 + "@angular/forms": ^15.0.0 + rxjs: ^6.5.3 || ^7.6.0 + checksum: 10c0/5ed063bc5b558117e8521c6a124ab91ef08b3c730909e75a84ca74e7a5875e3f9df020da2a6d845a0f3b4b6a226cead38bc507e47a147039dda3dc8b20137b27 languageName: node linkType: hard -"ngx-infinite-scroll@npm:13.0.1": - version: 13.0.1 - resolution: "ngx-infinite-scroll@npm:13.0.1" +"ngx-infinite-scroll@npm:15.0.0": + version: 15.0.0 + resolution: "ngx-infinite-scroll@npm:15.0.0" dependencies: tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ^13.1.0 - "@angular/core": ^13.1.0 - checksum: 10c0/fed66979a0ee072ce120dfca165ace4ef74582ce23495d3d7877af4f57964fc7d7400d66722a21d76520440abae9a02307d2174d003915cf9c68e8c3a964bc43 + "@angular/common": ">=15.0.0 <16.0.0" + "@angular/core": ">=15.0.0 <16.0.0" + checksum: 10c0/de532ef43345a4dd24bf57453ca667743ed899e5483262bdd67491b4490a9cdeb1b8f00da5b178254d73c6d392cc4b9cb8b8fbc3ccdd193d84eab8624a47faea languageName: node linkType: hard @@ -10270,7 +11042,7 @@ __metadata: languageName: node linkType: hard -"node-releases@npm:^2.0.18": +"node-releases@npm:^2.0.18, node-releases@npm:^2.0.8": version: 2.0.18 resolution: "node-releases@npm:2.0.18" checksum: 10c0/786ac9db9d7226339e1dc84bbb42007cb054a346bd9257e6aa154d294f01bc6a6cddb1348fa099f079be6580acbb470e3c048effd5f719325abd0179e566fd27 @@ -10299,15 +11071,15 @@ __metadata: languageName: node linkType: hard -"normalize-package-data@npm:^4.0.0": - version: 4.0.1 - resolution: "normalize-package-data@npm:4.0.1" +"normalize-package-data@npm:^5.0.0": + version: 5.0.0 + resolution: "normalize-package-data@npm:5.0.0" dependencies: - hosted-git-info: "npm:^5.0.0" + hosted-git-info: "npm:^6.0.0" is-core-module: "npm:^2.8.1" semver: "npm:^7.3.5" validate-npm-package-license: "npm:^3.0.4" - checksum: 10c0/3a6ace810d1bd2fd23b98fa53790a28bbfade5380eea0f2e0cc5cbc24987db43a4780846942edee7069fa9574bf050a9ed8d35faf9079e5e4d9a737d07a136dd + checksum: 10c0/705fe66279edad2f93f6e504d5dc37984e404361a3df921a76ab61447eb285132d20ff261cc0bee9566b8ce895d75fcfec913417170add267e2873429fe38392 languageName: node linkType: hard @@ -10325,121 +11097,88 @@ __metadata: languageName: node linkType: hard -"npm-bundled@npm:^1.1.1": - version: 1.1.2 - resolution: "npm-bundled@npm:1.1.2" - dependencies: - npm-normalize-package-bin: "npm:^1.0.1" - checksum: 10c0/3f2337789afc8cb608a0dd71cefe459531053d48a5497db14b07b985c4cab15afcae88600db9f92eae072c89b982eeeec8e4463e1d77bc03a7e90f5dacf29769 - languageName: node - linkType: hard - -"npm-bundled@npm:^2.0.0": - version: 2.0.1 - resolution: "npm-bundled@npm:2.0.1" +"npm-bundled@npm:^3.0.0": + version: 3.0.1 + resolution: "npm-bundled@npm:3.0.1" dependencies: - npm-normalize-package-bin: "npm:^2.0.0" - checksum: 10c0/5b2dc1de455d38200e49c6205dee185ce919ea6b608672c693bec8907116bc5686dabcc150347630d351c1c533315fd60a1910ce00bdad6bb204cef016b90b7d + npm-normalize-package-bin: "npm:^3.0.0" + checksum: 10c0/7975590a50b7ce80dd9f3eddc87f7e990c758f2f2c4d9313dd67a9aca38f1a5ac0abe20d514b850902c441e89d2346adfc3c6f1e9cbab3ea28ebb653c4442440 languageName: node linkType: hard -"npm-install-checks@npm:^5.0.0": - version: 5.0.0 - resolution: "npm-install-checks@npm:5.0.0" +"npm-install-checks@npm:^6.0.0": + version: 6.3.0 + resolution: "npm-install-checks@npm:6.3.0" dependencies: semver: "npm:^7.1.1" - checksum: 10c0/eb108e1c1ac38c76f9a658ab2b4871836246e262836c05d42a23049e0399e6c8cdcf65a1e50193b64807a3b2b86f8e158d0161db98e846d7e9617bc5f49337af - languageName: node - linkType: hard - -"npm-normalize-package-bin@npm:^1.0.1": - version: 1.0.1 - resolution: "npm-normalize-package-bin@npm:1.0.1" - checksum: 10c0/b0c8c05fe419a122e0ff970ccbe7874ae24b4b4b08941a24d18097fe6e1f4b93e3f6abfb5512f9c5488827a5592f2fb3ce2431c41d338802aed24b9a0c160551 - languageName: node - linkType: hard - -"npm-normalize-package-bin@npm:^2.0.0": - version: 2.0.0 - resolution: "npm-normalize-package-bin@npm:2.0.0" - checksum: 10c0/9b5283a2e423124c60fbc14244d36686b59e517d29156eacf9df8d3dc5d5bf4d9444b7669c607567ed2e089bbdbef5a2b3678cbf567284eeff3612da6939514b + checksum: 10c0/b046ef1de9b40f5d3a9831ce198e1770140a1c3f253dae22eb7b06045191ef79f18f1dcc15a945c919b3c161426861a28050abd321bf439190185794783b6452 languageName: node linkType: hard -"npm-package-arg@npm:9.1.0": - version: 9.1.0 - resolution: "npm-package-arg@npm:9.1.0" - dependencies: - hosted-git-info: "npm:^5.0.0" - proc-log: "npm:^2.0.1" - semver: "npm:^7.3.5" - validate-npm-package-name: "npm:^4.0.0" - checksum: 10c0/1b93350242eaa2cfc9f30ae25a1eb9caf5e2c8436ea3d5e91e322acf354aa6a36168da9cf19c774516e1bce933c2a2fe7902a4cefc2b63b05db6b8f8d6f728e1 +"npm-normalize-package-bin@npm:^3.0.0": + version: 3.0.1 + resolution: "npm-normalize-package-bin@npm:3.0.1" + checksum: 10c0/f1831a7f12622840e1375c785c3dab7b1d82dd521211c17ee5e9610cd1a34d8b232d3fdeebf50c170eddcb321d2c644bf73dbe35545da7d588c6b3fa488db0a5 languageName: node linkType: hard -"npm-package-arg@npm:^9.0.0, npm-package-arg@npm:^9.0.1": - version: 9.1.2 - resolution: "npm-package-arg@npm:9.1.2" +"npm-package-arg@npm:10.1.0, npm-package-arg@npm:^10.0.0": + version: 10.1.0 + resolution: "npm-package-arg@npm:10.1.0" dependencies: - hosted-git-info: "npm:^5.0.0" - proc-log: "npm:^2.0.1" + hosted-git-info: "npm:^6.0.0" + proc-log: "npm:^3.0.0" semver: "npm:^7.3.5" - validate-npm-package-name: "npm:^4.0.0" - checksum: 10c0/e81aa931adfc5f19fb9f10fe9eb120a0203d63b879594b1a473c64257761cdde42e32fb5d9b2e90d6944a3229e8c3ffa62ce8c31a7c9c4971d34f9219fdc0bb5 + validate-npm-package-name: "npm:^5.0.0" + checksum: 10c0/ab56ed775b48e22755c324536336e3749b6a17763602bc0fb0d7e8b298100c2de8b5e2fb1d4fb3f451e9e076707a27096782e9b3a8da0c5b7de296be184b5a90 languageName: node linkType: hard -"npm-packlist@npm:^5.1.0": - version: 5.1.3 - resolution: "npm-packlist@npm:5.1.3" +"npm-packlist@npm:^7.0.0": + version: 7.0.4 + resolution: "npm-packlist@npm:7.0.4" dependencies: - glob: "npm:^8.0.1" - ignore-walk: "npm:^5.0.1" - npm-bundled: "npm:^2.0.0" - npm-normalize-package-bin: "npm:^2.0.0" - bin: - npm-packlist: bin/index.js - checksum: 10c0/a8bea97661b2a7132bc8832d5560da24f823ee5324429bd16eb82b7873557de14641bc3fed8a7611b0d88b9771e59e99e01a9e551a53adb164327ded6128aada + ignore-walk: "npm:^6.0.0" + checksum: 10c0/a6528b2d0aa09288166a21a04bb152231d29fd8c0e40e551ea5edb323a12d0580aace11b340387ba3a01c614db25bb4100a10c20d0ff53976eed786f95b82536 languageName: node linkType: hard -"npm-pick-manifest@npm:7.0.1": - version: 7.0.1 - resolution: "npm-pick-manifest@npm:7.0.1" +"npm-pick-manifest@npm:8.0.1": + version: 8.0.1 + resolution: "npm-pick-manifest@npm:8.0.1" dependencies: - npm-install-checks: "npm:^5.0.0" - npm-normalize-package-bin: "npm:^1.0.1" - npm-package-arg: "npm:^9.0.0" + npm-install-checks: "npm:^6.0.0" + npm-normalize-package-bin: "npm:^3.0.0" + npm-package-arg: "npm:^10.0.0" semver: "npm:^7.3.5" - checksum: 10c0/0ea6ffeab90949d97af3456129c225cfc9c3085c619ca76ed3e4beea74834bf66485445d9691a6fa37cecc7f062138ffa9e9f278e0e203b643dbedd07ebe99f0 + checksum: 10c0/920cc33167b52f5fb26a5cfcf78486ea62c3c04c7716a3a0c973754b4ea13dd00cedcd9bbd772845d914b91d0ad6d5d06c52e6be189fbcefcdeba7f8293deb14 languageName: node linkType: hard -"npm-pick-manifest@npm:^7.0.0": - version: 7.0.2 - resolution: "npm-pick-manifest@npm:7.0.2" +"npm-pick-manifest@npm:^8.0.0": + version: 8.0.2 + resolution: "npm-pick-manifest@npm:8.0.2" dependencies: - npm-install-checks: "npm:^5.0.0" - npm-normalize-package-bin: "npm:^2.0.0" - npm-package-arg: "npm:^9.0.0" + npm-install-checks: "npm:^6.0.0" + npm-normalize-package-bin: "npm:^3.0.0" + npm-package-arg: "npm:^10.0.0" semver: "npm:^7.3.5" - checksum: 10c0/522ba83a9ec92405b720a135b4333bc237063994f1244ff8125fd906979feedff3775472caa87779a260294ff4d2cd949c6f679ab353b2d81bca76c466539b67 + checksum: 10c0/9e58f7732203dbfdd7a338d6fd691c564017fd2ebfaa0ea39528a21db0c99f26370c759d99a0c5684307b79dbf76fa20e387010358a8651e273dc89930e922a0 languageName: node linkType: hard -"npm-registry-fetch@npm:^13.0.1": - version: 13.3.1 - resolution: "npm-registry-fetch@npm:13.3.1" +"npm-registry-fetch@npm:^14.0.0": + version: 14.0.5 + resolution: "npm-registry-fetch@npm:14.0.5" dependencies: - make-fetch-happen: "npm:^10.0.6" - minipass: "npm:^3.1.6" - minipass-fetch: "npm:^2.0.3" + make-fetch-happen: "npm:^11.0.0" + minipass: "npm:^5.0.0" + minipass-fetch: "npm:^3.0.0" minipass-json-stream: "npm:^1.0.1" minizlib: "npm:^2.1.2" - npm-package-arg: "npm:^9.0.1" - proc-log: "npm:^2.0.0" - checksum: 10c0/86c8cdc2b0d2aa97d06031962f39442b0eacecd9989eebc88451e6b53b3c8572b89fb09cf0042ce6080e7d120353af359a75c5f60b085b5b455337d1e39e57ab + npm-package-arg: "npm:^10.0.0" + proc-log: "npm:^3.0.0" + checksum: 10c0/6f556095feb20455d6dc3bb2d5f602df9c5725ab49bca8570135e2900d0ccd0a619427bb668639d94d42651fab0a9e8e234f5381767982a1af17d721799cfc2d languageName: node linkType: hard @@ -10558,14 +11297,14 @@ __metadata: languageName: node linkType: hard -"open@npm:8.4.0": - version: 8.4.0 - resolution: "open@npm:8.4.0" +"open@npm:8.4.1": + version: 8.4.1 + resolution: "open@npm:8.4.1" dependencies: define-lazy-prop: "npm:^2.0.0" is-docker: "npm:^2.1.1" is-wsl: "npm:^2.2.0" - checksum: 10c0/585596580226cbeb7262f36b5acc7eed05211dc26980020a2527f829336b8b07fd79cdc4240f4d995b5615f635e0a59ebb0261c4419fef91edd5d4604c463f18 + checksum: 10c0/28b4aef9cc2494968cf3504c99635e7a7e77aab5f3f3197306a11cf1b00ff9abd1193b946acefed383d81c450d3d5642cf1caced7b69872299f90c3d2e28d9de languageName: node linkType: hard @@ -10694,34 +11433,31 @@ __metadata: languageName: node linkType: hard -"pacote@npm:13.6.2": - version: 13.6.2 - resolution: "pacote@npm:13.6.2" +"pacote@npm:15.1.0": + version: 15.1.0 + resolution: "pacote@npm:15.1.0" dependencies: - "@npmcli/git": "npm:^3.0.0" - "@npmcli/installed-package-contents": "npm:^1.0.7" - "@npmcli/promise-spawn": "npm:^3.0.0" - "@npmcli/run-script": "npm:^4.1.0" - cacache: "npm:^16.0.0" - chownr: "npm:^2.0.0" - fs-minipass: "npm:^2.1.0" - infer-owner: "npm:^1.0.4" - minipass: "npm:^3.1.6" - mkdirp: "npm:^1.0.4" - npm-package-arg: "npm:^9.0.0" - npm-packlist: "npm:^5.1.0" - npm-pick-manifest: "npm:^7.0.0" - npm-registry-fetch: "npm:^13.0.1" - proc-log: "npm:^2.0.0" + "@npmcli/git": "npm:^4.0.0" + "@npmcli/installed-package-contents": "npm:^2.0.1" + "@npmcli/promise-spawn": "npm:^6.0.1" + "@npmcli/run-script": "npm:^6.0.0" + cacache: "npm:^17.0.0" + fs-minipass: "npm:^3.0.0" + minipass: "npm:^4.0.0" + npm-package-arg: "npm:^10.0.0" + npm-packlist: "npm:^7.0.0" + npm-pick-manifest: "npm:^8.0.0" + npm-registry-fetch: "npm:^14.0.0" + proc-log: "npm:^3.0.0" promise-retry: "npm:^2.0.1" - read-package-json: "npm:^5.0.0" - read-package-json-fast: "npm:^2.0.3" - rimraf: "npm:^3.0.2" - ssri: "npm:^9.0.0" + read-package-json: "npm:^6.0.0" + read-package-json-fast: "npm:^3.0.0" + sigstore: "npm:^1.0.0" + ssri: "npm:^10.0.0" tar: "npm:^6.1.11" bin: pacote: lib/bin.js - checksum: 10c0/134d4ae5c3ab4a1745ee24de228796d7222320813d67d26016f6607319d6135d1b4fa2f4200d6d964be89749525b0daff893338237ac6284bb9b4a7a36770696 + checksum: 10c0/c07a444734ddb39d81eea8bd044c742d9dee2a15410fe70cc665767ebd5a984d735a70673cb05f949cf255a039c3e7cc29cad143f9624cfb4067649848f5a4b2 languageName: node linkType: hard @@ -10760,13 +11496,14 @@ __metadata: languageName: node linkType: hard -"parse5-html-rewriting-stream@npm:6.0.1": - version: 6.0.1 - resolution: "parse5-html-rewriting-stream@npm:6.0.1" +"parse5-html-rewriting-stream@npm:7.0.0": + version: 7.0.0 + resolution: "parse5-html-rewriting-stream@npm:7.0.0" dependencies: - parse5: "npm:^6.0.1" - parse5-sax-parser: "npm:^6.0.1" - checksum: 10c0/f1ad397a8ca7d4964a88cb20cf3e07068ec14096d780e42559fa4aef557a62ce3435fde67a8b1540c3467a02d5ba20a60d5c359466eae092155bdccaf7eb8b01 + entities: "npm:^4.3.0" + parse5: "npm:^7.0.0" + parse5-sax-parser: "npm:^7.0.0" + checksum: 10c0/658d3e2bae038e515bcce6ab6fba9484332d641f3ba82a6450649e1105492fe0a353101dbf751bddfc063509d06b55260bd4567970df3eaaa8391ae79d25ffbf languageName: node linkType: hard @@ -10779,12 +11516,12 @@ __metadata: languageName: node linkType: hard -"parse5-sax-parser@npm:^6.0.1": - version: 6.0.1 - resolution: "parse5-sax-parser@npm:6.0.1" +"parse5-sax-parser@npm:^7.0.0": + version: 7.0.0 + resolution: "parse5-sax-parser@npm:7.0.0" dependencies: - parse5: "npm:^6.0.1" - checksum: 10c0/2bfc07fc36fa37e057d41038d1af5d3954fd8653d523dff305581b746872a2274baf32b96da4637288446789fd10efdc6fa5bfb6e4f654f802bb0e7bbaec70b0 + parse5: "npm:^7.0.0" + checksum: 10c0/6b4184354f5ee75c2ec16ab4c7f4703e40d710375ed6c08f82aa425cda22b7ba4a2f43a0925bc6eb6fc88610ab0877693a8d9e10f5a0c21504fd6f97dbd130e9 languageName: node linkType: hard @@ -10795,10 +11532,12 @@ __metadata: languageName: node linkType: hard -"parse5@npm:^5.0.0": - version: 5.1.1 - resolution: "parse5@npm:5.1.1" - checksum: 10c0/b0f87a77a7fea5f242e3d76917c983bbea47703b9371801d51536b78942db6441cbda174bf84eb30e47315ddc6f8a0b57d68e562c790154430270acd76c1fa03 +"parse5@npm:^7.0.0, parse5@npm:^7.1.2": + version: 7.1.2 + resolution: "parse5@npm:7.1.2" + dependencies: + entities: "npm:^4.4.0" + checksum: 10c0/297d7af8224f4b5cb7f6617ecdae98eeaed7f8cbd78956c42785e230505d5a4f07cef352af10d3006fa5c1544b76b57784d3a22d861ae071bbc460c649482bf4 languageName: node linkType: hard @@ -10877,313 +11616,88 @@ __metadata: "picocolors@npm:^1.0.0": version: 1.0.0 - resolution: "picocolors@npm:1.0.0" - checksum: 10c0/20a5b249e331c14479d94ec6817a182fd7a5680debae82705747b2db7ec50009a5f6648d0621c561b0572703f84dbef0858abcbd5856d3c5511426afcb1961f7 - languageName: node - linkType: hard - -"picocolors@npm:^1.0.1": - version: 1.0.1 - resolution: "picocolors@npm:1.0.1" - checksum: 10c0/c63cdad2bf812ef0d66c8db29583802355d4ca67b9285d846f390cc15c2f6ccb94e8cb7eb6a6e97fc5990a6d3ad4ae42d86c84d3146e667c739a4234ed50d400 - languageName: node - linkType: hard - -"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1": - version: 2.3.1 - resolution: "picomatch@npm:2.3.1" - checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be - languageName: node - linkType: hard - -"pify@npm:^2.2.0, pify@npm:^2.3.0": - version: 2.3.0 - resolution: "pify@npm:2.3.0" - checksum: 10c0/551ff8ab830b1052633f59cb8adc9ae8407a436e06b4a9718bcb27dc5844b83d535c3a8512b388b6062af65a98c49bdc0dd523d8b2617b188f7c8fee457158dc - languageName: node - linkType: hard - -"pify@npm:^4.0.1": - version: 4.0.1 - resolution: "pify@npm:4.0.1" - checksum: 10c0/6f9d404b0d47a965437403c9b90eca8bb2536407f03de165940e62e72c8c8b75adda5516c6b9b23675a5877cc0bcac6bdfb0ef0e39414cd2476d5495da40e7cf - languageName: node - linkType: hard - -"pirates@npm:^4.0.4": - version: 4.0.6 - resolution: "pirates@npm:4.0.6" - checksum: 10c0/00d5fa51f8dded94d7429700fb91a0c1ead00ae2c7fd27089f0c5b63e6eca36197fe46384631872690a66f390c5e27198e99006ab77ae472692ab9c2ca903f36 - languageName: node - linkType: hard - -"piscina@npm:3.2.0": - version: 3.2.0 - resolution: "piscina@npm:3.2.0" - dependencies: - eventemitter-asyncresource: "npm:^1.0.0" - hdr-histogram-js: "npm:^2.0.1" - hdr-histogram-percentiles-obj: "npm:^3.0.0" - nice-napi: "npm:^1.0.2" - dependenciesMeta: - nice-napi: - optional: true - checksum: 10c0/9676f5708f3eaf2f71121214a4989f339c65efa9197f8c33511cb5c238d54e14f701c0e421bdbfb17aa5fce37e142522b8d6a4c8a73da635757f6e66567b45f9 - languageName: node - linkType: hard - -"pkg-dir@npm:^4.1.0, pkg-dir@npm:^4.2.0": - version: 4.2.0 - resolution: "pkg-dir@npm:4.2.0" - dependencies: - find-up: "npm:^4.0.0" - checksum: 10c0/c56bda7769e04907a88423feb320babaed0711af8c436ce3e56763ab1021ba107c7b0cafb11cde7529f669cfc22bffcaebffb573645cbd63842ea9fb17cd7728 - languageName: node - linkType: hard - -"possible-typed-array-names@npm:^1.0.0": - version: 1.0.0 - resolution: "possible-typed-array-names@npm:1.0.0" - checksum: 10c0/d9aa22d31f4f7680e20269db76791b41c3a32c01a373e25f8a4813b4d45f7456bfc2b6d68f752dc4aab0e0bb0721cb3d76fb678c9101cb7a16316664bc2c73fd - languageName: node - linkType: hard - -"postcss-attribute-case-insensitive@npm:^5.0.2": - version: 5.0.2 - resolution: "postcss-attribute-case-insensitive@npm:5.0.2" - dependencies: - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/4efdca69aae9b0fa44b4960bcb3d49e37e9a79acf56534c83f925375007baad4b3560a7b0c244ee9956415a6997f84e0d4bd838281d085023afa9f8f96eeb4d2 - languageName: node - linkType: hard - -"postcss-clamp@npm:^4.1.0": - version: 4.1.0 - resolution: "postcss-clamp@npm:4.1.0" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4.6 - checksum: 10c0/701261026b38a4c27b3c3711635fac96005f36d3270adb76dbdb1eebc950fc841db45283ee66068a7121565592e9d7967d5534e15b6e4dd266afcabf9eafa905 - languageName: node - linkType: hard - -"postcss-color-functional-notation@npm:^4.2.4": - version: 4.2.4 - resolution: "postcss-color-functional-notation@npm:4.2.4" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/e80785d10d252512f290c9d5e9436d8ea9e986a4a3f7ccb57ca9a5c2cd7fbff2498287d907c0e887dc6f69de66f6321ba40ebb8dbb7f47dace2050786b04c55e - languageName: node - linkType: hard - -"postcss-color-hex-alpha@npm:^8.0.4": - version: 8.0.4 - resolution: "postcss-color-hex-alpha@npm:8.0.4" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4 - checksum: 10c0/c18e1363e36f29b90e1d62d7da0f7adfd20948de3da46ddc468ddad142db3a782c4e153ada8d283cf011d090498976b1f2072973842dae0c3084eda33c0d1add - languageName: node - linkType: hard - -"postcss-color-rebeccapurple@npm:^7.1.1": - version: 7.1.1 - resolution: "postcss-color-rebeccapurple@npm:7.1.1" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/2164b2dc8f91788a60180fbf80368851699a78664115fc9905fe8592da9a600930e7d381656e43c45ee2c8fcd9b5d146cd90f640cea75a534e3bc4d6e8b939dd - languageName: node - linkType: hard - -"postcss-custom-media@npm:^8.0.2": - version: 8.0.2 - resolution: "postcss-custom-media@npm:8.0.2" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.3 - checksum: 10c0/e60a01983499c85e614cf58ddae92d340f8421d53eea080dadfd822d8299469c34114c511498c8158c7b04eae7f1853ede936c17a22582b5434432efb7878aac - languageName: node - linkType: hard - -"postcss-custom-properties@npm:^12.1.8": - version: 12.1.11 - resolution: "postcss-custom-properties@npm:12.1.11" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/99ad5a9f9a69590141157e447f48d9d6da74f0e83bf552cd5a4e74db7a03222f1e9e37df7ee442a7b97f5c6c824c1018667ee27ac64e0bc6ee7e67e89bc552c5 - languageName: node - linkType: hard - -"postcss-custom-selectors@npm:^6.0.3": - version: 6.0.3 - resolution: "postcss-custom-selectors@npm:6.0.3" - dependencies: - postcss-selector-parser: "npm:^6.0.4" - peerDependencies: - postcss: ^8.3 - checksum: 10c0/f1dd42b269e57382f48c2e71daf233badafd3e161b70b36140e934c87f9c035cec585ae5b124447d8673644f94adeb9348dfbb8ef5225e085d52ee179090fdbd - languageName: node - linkType: hard - -"postcss-dir-pseudo-class@npm:^6.0.5": - version: 6.0.5 - resolution: "postcss-dir-pseudo-class@npm:6.0.5" - dependencies: - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/5b389c3a1e8387a7fb212fb652eb2bc6c2e10a9ebf5bc5917f5bf889779b3dadb64735566a75d16cca3791303e16fb09276b0aebd95c11ef1788120d714c2f95 - languageName: node - linkType: hard - -"postcss-double-position-gradients@npm:^3.1.2": - version: 3.1.2 - resolution: "postcss-double-position-gradients@npm:3.1.2" - dependencies: - "@csstools/postcss-progressive-custom-properties": "npm:^1.1.0" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/4a2c93c1158773d10a7300e036a323f406e64c082a243ef20bb52d7062c675d754436e5a8b014302a387fc2c2acbee673916f09e4e82287164d13bc032130bf7 + resolution: "picocolors@npm:1.0.0" + checksum: 10c0/20a5b249e331c14479d94ec6817a182fd7a5680debae82705747b2db7ec50009a5f6648d0621c561b0572703f84dbef0858abcbd5856d3c5511426afcb1961f7 languageName: node linkType: hard -"postcss-env-function@npm:^4.0.6": - version: 4.0.6 - resolution: "postcss-env-function@npm:4.0.6" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.4 - checksum: 10c0/e2dfbfd2c6731a1b482658f6410465f6fa623fc92099c825079c0322d9d68f526cf9c718fe9ac89d166936fb0ed6e14e78028b187f77a27519ac17ed75123f27 +"picocolors@npm:^1.0.1": + version: 1.0.1 + resolution: "picocolors@npm:1.0.1" + checksum: 10c0/c63cdad2bf812ef0d66c8db29583802355d4ca67b9285d846f390cc15c2f6ccb94e8cb7eb6a6e97fc5990a6d3ad4ae42d86c84d3146e667c739a4234ed50d400 languageName: node linkType: hard -"postcss-focus-visible@npm:^6.0.4": - version: 6.0.4 - resolution: "postcss-focus-visible@npm:6.0.4" - dependencies: - postcss-selector-parser: "npm:^6.0.9" - peerDependencies: - postcss: ^8.4 - checksum: 10c0/acc3a2780908d2f4941b1e34ed349a55e965f6dfad066cecad8ad58b6a6ad3576bacb08c0cfa828cea00c2695c8a7b756ec97d40db9104bd9f13b8d172b72698 +"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1": + version: 2.3.1 + resolution: "picomatch@npm:2.3.1" + checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be languageName: node linkType: hard -"postcss-focus-within@npm:^5.0.4": - version: 5.0.4 - resolution: "postcss-focus-within@npm:5.0.4" - dependencies: - postcss-selector-parser: "npm:^6.0.9" - peerDependencies: - postcss: ^8.4 - checksum: 10c0/e8dacdfcad2a24d1c26693156660f96749178564a9b6b27fba6380418a2253c72c66898cdcea15c5f627527148a30e9000edb25a07245b5b032fc61acd6174fd +"pify@npm:^2.2.0": + version: 2.3.0 + resolution: "pify@npm:2.3.0" + checksum: 10c0/551ff8ab830b1052633f59cb8adc9ae8407a436e06b4a9718bcb27dc5844b83d535c3a8512b388b6062af65a98c49bdc0dd523d8b2617b188f7c8fee457158dc languageName: node linkType: hard -"postcss-font-variant@npm:^5.0.0": - version: 5.0.0 - resolution: "postcss-font-variant@npm:5.0.0" - peerDependencies: - postcss: ^8.1.0 - checksum: 10c0/ccc96460cf6a52b5439c26c9a5ea0589882e46161e3c2331d4353de7574448f5feef667d1a68f7f39b9fe3ee75d85957383ae82bbfcf87c3162c7345df4a444e +"pify@npm:^4.0.1": + version: 4.0.1 + resolution: "pify@npm:4.0.1" + checksum: 10c0/6f9d404b0d47a965437403c9b90eca8bb2536407f03de165940e62e72c8c8b75adda5516c6b9b23675a5877cc0bcac6bdfb0ef0e39414cd2476d5495da40e7cf languageName: node linkType: hard -"postcss-gap-properties@npm:^3.0.5": - version: 3.0.5 - resolution: "postcss-gap-properties@npm:3.0.5" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/402f830aa6661aa5bd01ae227c189124a5c22ba8e6a95ea0c205148a85732b147c6f5f60c2b67d8a971d0223f5579e891fa9543ea7611470d6fd84729ea0f3bb +"pirates@npm:^4.0.4": + version: 4.0.6 + resolution: "pirates@npm:4.0.6" + checksum: 10c0/00d5fa51f8dded94d7429700fb91a0c1ead00ae2c7fd27089f0c5b63e6eca36197fe46384631872690a66f390c5e27198e99006ab77ae472692ab9c2ca903f36 languageName: node linkType: hard -"postcss-image-set-function@npm:^4.0.7": - version: 4.0.7 - resolution: "postcss-image-set-function@npm:4.0.7" +"piscina@npm:3.2.0": + version: 3.2.0 + resolution: "piscina@npm:3.2.0" dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/ed79dcf62f295c300fce12f09eb498d7016a4ef5739474e6654e454a8627147a4908be56e5316afc2733bf118b95e59bdfedb03c67d0d43c364f76be62806598 + eventemitter-asyncresource: "npm:^1.0.0" + hdr-histogram-js: "npm:^2.0.1" + hdr-histogram-percentiles-obj: "npm:^3.0.0" + nice-napi: "npm:^1.0.2" + dependenciesMeta: + nice-napi: + optional: true + checksum: 10c0/9676f5708f3eaf2f71121214a4989f339c65efa9197f8c33511cb5c238d54e14f701c0e421bdbfb17aa5fce37e142522b8d6a4c8a73da635757f6e66567b45f9 languageName: node linkType: hard -"postcss-import@npm:15.0.0": - version: 15.0.0 - resolution: "postcss-import@npm:15.0.0" +"pkg-dir@npm:^4.1.0, pkg-dir@npm:^4.2.0": + version: 4.2.0 + resolution: "pkg-dir@npm:4.2.0" dependencies: - postcss-value-parser: "npm:^4.0.0" - read-cache: "npm:^1.0.0" - resolve: "npm:^1.1.7" - peerDependencies: - postcss: ^8.0.0 - checksum: 10c0/357f590df355df601761c658bdb1d2f128c029318d77d28882bec7b3cb61d48fd93ba4f030b3a56cf2c374a050c05b032f857ed70c0a49a5b74ac90ba16664bf - languageName: node - linkType: hard - -"postcss-initial@npm:^4.0.1": - version: 4.0.1 - resolution: "postcss-initial@npm:4.0.1" - peerDependencies: - postcss: ^8.0.0 - checksum: 10c0/a1db8350c31c5a23064c1e0d18cf6530bb96a6532d11e9caf1c632796b4ad48cb58ff17331bf0a5e3a360c4be1819e489cd1faeb3afc77711d333a0ee4f07819 + find-up: "npm:^4.0.0" + checksum: 10c0/c56bda7769e04907a88423feb320babaed0711af8c436ce3e56763ab1021ba107c7b0cafb11cde7529f669cfc22bffcaebffb573645cbd63842ea9fb17cd7728 languageName: node linkType: hard -"postcss-lab-function@npm:^4.2.1": - version: 4.2.1 - resolution: "postcss-lab-function@npm:4.2.1" - dependencies: - "@csstools/postcss-progressive-custom-properties": "npm:^1.1.0" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/70744444951d95a06a586634e7fa7c77fe4a42c7d15e556a6e7b9a5a60e03a067d371f6d16e8f58274a5e4ebbd2bd505a4bee0b03974d5571459d72ab9fb157c +"possible-typed-array-names@npm:^1.0.0": + version: 1.0.0 + resolution: "possible-typed-array-names@npm:1.0.0" + checksum: 10c0/d9aa22d31f4f7680e20269db76791b41c3a32c01a373e25f8a4813b4d45f7456bfc2b6d68f752dc4aab0e0bb0721cb3d76fb678c9101cb7a16316664bc2c73fd languageName: node linkType: hard -"postcss-loader@npm:7.0.1": - version: 7.0.1 - resolution: "postcss-loader@npm:7.0.1" +"postcss-loader@npm:7.0.2": + version: 7.0.2 + resolution: "postcss-loader@npm:7.0.2" dependencies: cosmiconfig: "npm:^7.0.0" klona: "npm:^2.0.5" - semver: "npm:^7.3.7" + semver: "npm:^7.3.8" peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 - checksum: 10c0/7b33a2485d6b55382a3f31bfc87b3b54b2ba8d278f4ddb36a1dd83c5d37add9727624c907fdc05c2803a17c7063de965e9c5ab4a2276bc3f6923e89cc90faf88 - languageName: node - linkType: hard - -"postcss-logical@npm:^5.0.4": - version: 5.0.4 - resolution: "postcss-logical@npm:5.0.4" - peerDependencies: - postcss: ^8.4 - checksum: 10c0/1a49e2123357b85d41e679a30b7450165295e945342ddbb88dbcc48ebe7b69afbe34ff69ebdd6d8adaf1293a7bcecae51152d7f44514194bde9b98221780e494 - languageName: node - linkType: hard - -"postcss-media-minmax@npm:^5.0.0": - version: 5.0.0 - resolution: "postcss-media-minmax@npm:5.0.0" - peerDependencies: - postcss: ^8.1.0 - checksum: 10c0/ee04b1b9eb5b003dfea344baf14424cc8b2600c784f37fe9af097252d6e35ed786bbf7ce36d19592d632d238ad15b9128a4247653df0cadcabbe1fbc137295fe + checksum: 10c0/deba84029de33f9bc7a5ad3f908acdf93a385e17bbb03a200a10ed5a2be8f20a2ae6ff3b5d81b857618305c5f7dd4da224b4e8373a8e29ff39bbf4708ea7c857 languageName: node linkType: hard @@ -11231,149 +11745,7 @@ __metadata: languageName: node linkType: hard -"postcss-nesting@npm:^10.1.10": - version: 10.2.0 - resolution: "postcss-nesting@npm:10.2.0" - dependencies: - "@csstools/selector-specificity": "npm:^2.0.0" - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/1f44201edeedaab3af8552a7e231cf8530785245ec56e30a7f756076ffa58ec97c12b75a8761327bf278b26aa9903351b2f3324d11784f239b07dc79295e0a77 - languageName: node - linkType: hard - -"postcss-opacity-percentage@npm:^1.1.2": - version: 1.1.3 - resolution: "postcss-opacity-percentage@npm:1.1.3" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/9cd9076561beeadb5c658a17e6fc657396a9497c9e0b0b6267931c6bb729052a150eccbeae33d27db533f5ac3cf806eb068eccb110b65d14a5dfea2e35d0877f - languageName: node - linkType: hard - -"postcss-overflow-shorthand@npm:^3.0.4": - version: 3.0.4 - resolution: "postcss-overflow-shorthand@npm:3.0.4" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/d95d114fecceb83a2a2385bb073a16824efaa9b2c685d900af22f764c2a8c1de6c267230df870e4d7f98310e92618b86ba6344b76877d6f4d2158c019181f476 - languageName: node - linkType: hard - -"postcss-page-break@npm:^3.0.4": - version: 3.0.4 - resolution: "postcss-page-break@npm:3.0.4" - peerDependencies: - postcss: ^8 - checksum: 10c0/eaaf4d8922b35f2acd637eb059f7e2510b24d65eb8f31424799dd5a98447b6ef010b41880c26e78f818e00f842295638ec75f89d5d489067f53e3dd3db74a00f - languageName: node - linkType: hard - -"postcss-place@npm:^7.0.5": - version: 7.0.5 - resolution: "postcss-place@npm:7.0.5" - dependencies: - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/149941027e6194f166ab5e7bbddc722c0d18e1f5e8117fe0af3689b216c70df9762052484965ab71271ae1d3a0ec0a7f361ce3b3dfd1f28e0bbfd0d554dd1a11 - languageName: node - linkType: hard - -"postcss-preset-env@npm:7.8.0": - version: 7.8.0 - resolution: "postcss-preset-env@npm:7.8.0" - dependencies: - "@csstools/postcss-cascade-layers": "npm:^1.0.5" - "@csstools/postcss-color-function": "npm:^1.1.1" - "@csstools/postcss-font-format-keywords": "npm:^1.0.1" - "@csstools/postcss-hwb-function": "npm:^1.0.2" - "@csstools/postcss-ic-unit": "npm:^1.0.1" - "@csstools/postcss-is-pseudo-class": "npm:^2.0.7" - "@csstools/postcss-nested-calc": "npm:^1.0.0" - "@csstools/postcss-normalize-display-values": "npm:^1.0.1" - "@csstools/postcss-oklab-function": "npm:^1.1.1" - "@csstools/postcss-progressive-custom-properties": "npm:^1.3.0" - "@csstools/postcss-stepped-value-functions": "npm:^1.0.1" - "@csstools/postcss-text-decoration-shorthand": "npm:^1.0.0" - "@csstools/postcss-trigonometric-functions": "npm:^1.0.2" - "@csstools/postcss-unset-value": "npm:^1.0.2" - autoprefixer: "npm:^10.4.8" - browserslist: "npm:^4.21.3" - css-blank-pseudo: "npm:^3.0.3" - css-has-pseudo: "npm:^3.0.4" - css-prefers-color-scheme: "npm:^6.0.3" - cssdb: "npm:^7.0.0" - postcss-attribute-case-insensitive: "npm:^5.0.2" - postcss-clamp: "npm:^4.1.0" - postcss-color-functional-notation: "npm:^4.2.4" - postcss-color-hex-alpha: "npm:^8.0.4" - postcss-color-rebeccapurple: "npm:^7.1.1" - postcss-custom-media: "npm:^8.0.2" - postcss-custom-properties: "npm:^12.1.8" - postcss-custom-selectors: "npm:^6.0.3" - postcss-dir-pseudo-class: "npm:^6.0.5" - postcss-double-position-gradients: "npm:^3.1.2" - postcss-env-function: "npm:^4.0.6" - postcss-focus-visible: "npm:^6.0.4" - postcss-focus-within: "npm:^5.0.4" - postcss-font-variant: "npm:^5.0.0" - postcss-gap-properties: "npm:^3.0.5" - postcss-image-set-function: "npm:^4.0.7" - postcss-initial: "npm:^4.0.1" - postcss-lab-function: "npm:^4.2.1" - postcss-logical: "npm:^5.0.4" - postcss-media-minmax: "npm:^5.0.0" - postcss-nesting: "npm:^10.1.10" - postcss-opacity-percentage: "npm:^1.1.2" - postcss-overflow-shorthand: "npm:^3.0.4" - postcss-page-break: "npm:^3.0.4" - postcss-place: "npm:^7.0.5" - postcss-pseudo-class-any-link: "npm:^7.1.6" - postcss-replace-overflow-wrap: "npm:^4.0.0" - postcss-selector-not: "npm:^6.0.1" - postcss-value-parser: "npm:^4.2.0" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/976be22bd380785ce9ed5179c3dc092e468fefd2fa8ec04addca15423eaa96d7e96c42e7b51973c8f018277c5d9534c163bc3c2c0e1cec50de8ef256ca58cd04 - languageName: node - linkType: hard - -"postcss-pseudo-class-any-link@npm:^7.1.6": - version: 7.1.6 - resolution: "postcss-pseudo-class-any-link@npm:7.1.6" - dependencies: - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/3f5cffbe4d5de7958ce220dc361ca1fb3c0985d0c44d007b2bdc7a780c412e57800a366fe9390218948cc0157697ba363ce9542e36a831c537b05b18a44dcecd - languageName: node - linkType: hard - -"postcss-replace-overflow-wrap@npm:^4.0.0": - version: 4.0.0 - resolution: "postcss-replace-overflow-wrap@npm:4.0.0" - peerDependencies: - postcss: ^8.0.3 - checksum: 10c0/451361b714528cd3632951256ef073769cde725a46cda642a6864f666fb144921fa55e614aec1bcf5946f37d6ffdcca3b932b76f3d997c07b076e8db152b128d - languageName: node - linkType: hard - -"postcss-selector-not@npm:^6.0.1": - version: 6.0.1 - resolution: "postcss-selector-not@npm:6.0.1" - dependencies: - postcss-selector-parser: "npm:^6.0.10" - peerDependencies: - postcss: ^8.2 - checksum: 10c0/1984db777cf842655303f83935a4354b638093f7454964fa1146515424c3309934fdc160135b9113b69bc2361017fb3bfc9ba11efc5bfa1235f9f35ddb544f82 - languageName: node - linkType: hard - -"postcss-selector-parser@npm:^6.0.10, postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.0.4, postcss-selector-parser@npm:^6.0.9": +"postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.0.4": version: 6.0.15 resolution: "postcss-selector-parser@npm:6.0.15" dependencies: @@ -11383,7 +11755,7 @@ __metadata: languageName: node linkType: hard -"postcss-value-parser@npm:^4.0.0, postcss-value-parser@npm:^4.1.0, postcss-value-parser@npm:^4.2.0": +"postcss-value-parser@npm:^4.1.0, postcss-value-parser@npm:^4.2.0": version: 4.2.0 resolution: "postcss-value-parser@npm:4.2.0" checksum: 10c0/f4142a4f56565f77c1831168e04e3effd9ffcc5aebaf0f538eee4b2d465adfd4b85a44257bb48418202a63806a7da7fe9f56c330aebb3cac898e46b4cbf49161 @@ -11412,14 +11784,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.7": - version: 8.4.41 - resolution: "postcss@npm:8.4.41" +"postcss@npm:^8.4.19": + version: 8.4.45 + resolution: "postcss@npm:8.4.45" dependencies: nanoid: "npm:^3.3.7" picocolors: "npm:^1.0.1" source-map-js: "npm:^1.2.0" - checksum: 10c0/c1828fc59e7ec1a3bf52b3a42f615dba53c67960ed82a81df6441b485fe43c20aba7f4e7c55425762fd99c594ecabbaaba8cf5b30fd79dfec5b52a9f63a2d690 + checksum: 10c0/ad6f8b9b1157d678560373696109745ab97a947d449f8a997acac41c7f1e4c0f3ca4b092d6df1387f430f2c9a319987b1780dbdc27e35800a88cde9b606c1e8f languageName: node linkType: hard @@ -11478,10 +11850,10 @@ __metadata: languageName: node linkType: hard -"proc-log@npm:^2.0.0, proc-log@npm:^2.0.1": - version: 2.0.1 - resolution: "proc-log@npm:2.0.1" - checksum: 10c0/701c501429775ce34cec28ef6a1c976537274b42917212fb8a5975ebcecb0a85612907fd7f99ff28ff4c2112bb84a0f4322fc9b9e1e52a8562fcbb1d5b3ce608 +"proc-log@npm:^3.0.0": + version: 3.0.0 + resolution: "proc-log@npm:3.0.0" + checksum: 10c0/f66430e4ff947dbb996058f6fd22de2c66612ae1a89b097744e17fb18a4e8e7a86db99eda52ccf15e53f00b63f4ec0b0911581ff2aac0355b625c8eac509b0dc languageName: node linkType: hard @@ -11648,34 +12020,25 @@ __metadata: languageName: node linkType: hard -"read-cache@npm:^1.0.0": - version: 1.0.0 - resolution: "read-cache@npm:1.0.0" - dependencies: - pify: "npm:^2.3.0" - checksum: 10c0/90cb2750213c7dd7c80cb420654344a311fdec12944e81eb912cd82f1bc92aea21885fa6ce442e3336d9fccd663b8a7a19c46d9698e6ca55620848ab932da814 - languageName: node - linkType: hard - -"read-package-json-fast@npm:^2.0.3": - version: 2.0.3 - resolution: "read-package-json-fast@npm:2.0.3" +"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: "npm:^2.3.0" - npm-normalize-package-bin: "npm:^1.0.1" - checksum: 10c0/c265a5d6c85f4c8ee0bf35b0b0d92800a7439e5cf4d1f5a2b3f9615a02ee2fd46bca6c2f07e244bfac1c40816eb0d28aec259ae99d7552d144dd9f971a5d2028 + json-parse-even-better-errors: "npm:^3.0.0" + npm-normalize-package-bin: "npm:^3.0.0" + checksum: 10c0/37787e075f0260a92be0428687d9020eecad7ece3bda37461c2219e50d1ec183ab6ba1d9ada193691435dfe119a42c8a5b5b5463f08c8ddbc3d330800b265318 languageName: node linkType: hard -"read-package-json@npm:^5.0.0": - version: 5.0.2 - resolution: "read-package-json@npm:5.0.2" +"read-package-json@npm:^6.0.0": + version: 6.0.4 + resolution: "read-package-json@npm:6.0.4" dependencies: - glob: "npm:^8.0.1" - json-parse-even-better-errors: "npm:^2.3.1" - normalize-package-data: "npm:^4.0.0" - npm-normalize-package-bin: "npm:^2.0.0" - checksum: 10c0/78972bda869efb6191f7b70ab0ca1e7a86549a4aaf73cb379dfeb57098e4ecaa1128ba3f81485ed0b52174605ef16fce1599a551228e5f656a17a1a53a1793e7 + glob: "npm:^10.2.2" + json-parse-even-better-errors: "npm:^3.0.0" + normalize-package-data: "npm:^5.0.0" + npm-normalize-package-bin: "npm:^3.0.0" + checksum: 10c0/0eb1110b35bc109a8d2789358a272c66b0fb8fd335a98df2ea9ff3423be564e2908f27d98f3f4b41da35495e04dc1763b33aad7cc24bfd58dfc6d60cca7d70c9 languageName: node linkType: hard @@ -11737,14 +12100,7 @@ __metadata: languageName: node linkType: hard -"regenerator-runtime@npm:0.13.9": - version: 0.13.9 - resolution: "regenerator-runtime@npm:0.13.9" - checksum: 10c0/b0f26612204f061a84064d2f3361629eae09993939112b9ffc3680bb369ecd125764d6654eace9ef11b36b44282ee52b988dda946ea52d372e7599a30eea73ee - languageName: node - linkType: hard - -"regenerator-runtime@npm:^0.13.4": +"regenerator-runtime@npm:^0.13.11": version: 0.13.11 resolution: "regenerator-runtime@npm:0.13.11" checksum: 10c0/12b069dc774001fbb0014f6a28f11c09ebfe3c0d984d88c9bced77fdb6fedbacbca434d24da9ae9371bfbf23f754869307fb51a4c98a8b8b18e5ef748677ca24 @@ -11904,7 +12260,7 @@ __metadata: languageName: node linkType: hard -"resolve@npm:^1.1.7, resolve@npm:^1.14.2, resolve@npm:^1.20.0, resolve@npm:^1.22.0, resolve@npm:^1.22.4, resolve@npm:^1.3.2": +"resolve@npm:^1.14.2, resolve@npm:^1.20.0, resolve@npm:^1.22.0, resolve@npm:^1.22.4, resolve@npm:^1.3.2": version: 1.22.8 resolution: "resolve@npm:1.22.8" dependencies: @@ -11930,7 +12286,7 @@ __metadata: languageName: node linkType: hard -"resolve@patch:resolve@npm%3A^1.1.7#optional!builtin, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin, resolve@patch:resolve@npm%3A^1.3.2#optional!builtin": +"resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin, resolve@patch:resolve@npm%3A^1.3.2#optional!builtin": version: 1.22.8 resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d" dependencies: @@ -12079,15 +12435,22 @@ __metadata: languageName: node linkType: hard -"sass-loader@npm:13.0.2": - version: 13.0.2 - resolution: "sass-loader@npm:13.0.2" +"safevalues@npm:^0.3.4": + version: 0.3.4 + resolution: "safevalues@npm:0.3.4" + checksum: 10c0/28d5b8bea34f4b51f5d9960a5abec07885ea57df3e21f124c9343208053b735ee5d9153702a7552040dd5732243fc7c9ffe7b6c395225b19a5d561f0a9f6e1f3 + languageName: node + linkType: hard + +"sass-loader@npm:13.2.0": + version: 13.2.0 + resolution: "sass-loader@npm:13.2.0" dependencies: klona: "npm:^2.0.4" neo-async: "npm:^2.6.2" peerDependencies: fibers: ">= 3.1.0" - node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 sass: ^1.3.0 sass-embedded: "*" webpack: ^5.0.0 @@ -12100,7 +12463,7 @@ __metadata: optional: true sass-embedded: optional: true - checksum: 10c0/3d12cdf6717834a6d001b061b9092b0bf1f572087d3f37c7a51443c644aacba5d64755e05ad011568478f019ec49d64ddc64639fd6764cf8ce8b7890388875e9 + checksum: 10c0/5b62ee7704172f80516382eca3a333a4740da0648104e97a74cacd2bf1d8bd40e15005bdeb5d480cc713b5ab1b5dde8f132f4ce00fa866d6cd18fe9476f80e67 languageName: node linkType: hard @@ -12117,16 +12480,16 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.54.4": - version: 1.54.4 - resolution: "sass@npm:1.54.4" +"sass@npm:1.58.1": + version: 1.58.1 + resolution: "sass@npm:1.58.1" dependencies: chokidar: "npm:>=3.0.0 <4.0.0" immutable: "npm:^4.0.0" source-map-js: "npm:>=0.6.2 <2.0.0" bin: sass: sass.js - checksum: 10c0/54908f1a258765bebb0dd9c9770dd1503d72cade84c1d49282f294d076ef243312b9aa6dbbe1e6d4190c16c1bf49394e059cbcdf2e334d2eeff6a4cabfee1b60 + checksum: 10c0/5858ff16e1bf5fced90bde856a5c7a1b32b32089fe6ae5f8269f570ef1195fc0a5fca103ba7e6da8fc7761859a741ca28f7b8b5b3c76bb9b5827221414a5caf0 languageName: node linkType: hard @@ -12137,13 +12500,6 @@ __metadata: languageName: node linkType: hard -"sax@npm:~1.2.4": - version: 1.2.4 - resolution: "sax@npm:1.2.4" - checksum: 10c0/6e9b05ff443ee5e5096ce92d31c0740a20d33002fad714ebcb8fc7a664d9ee159103ebe8f7aef0a1f7c5ecacdd01f177f510dff95611c589399baf76437d3fe3 - languageName: node - linkType: hard - "saxes@npm:^5.0.1": version: 5.0.1 resolution: "saxes@npm:5.0.1" @@ -12153,17 +12509,6 @@ __metadata: languageName: node linkType: hard -"schema-utils@npm:^2.6.5": - version: 2.7.1 - resolution: "schema-utils@npm:2.7.1" - dependencies: - "@types/json-schema": "npm:^7.0.5" - ajv: "npm:^6.12.4" - ajv-keywords: "npm:^3.5.2" - checksum: 10c0/f484f34464edd8758712d5d3ba25a306e367dac988aecaf4ce112e99baae73f33a807b5cf869240bb6648c80720b36af2d7d72be3a27faa49a2d4fc63fa3f85f - languageName: node - linkType: hard - "schema-utils@npm:^3.1.0, schema-utils@npm:^3.1.1": version: 3.3.0 resolution: "schema-utils@npm:3.3.0" @@ -12194,7 +12539,7 @@ __metadata: languageName: node linkType: hard -"selfsigned@npm:^2.0.1": +"selfsigned@npm:^2.1.1": version: 2.4.1 resolution: "selfsigned@npm:2.4.1" dependencies: @@ -12244,7 +12589,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.3.7": +"semver@npm:^7.3.8": version: 7.6.3 resolution: "semver@npm:7.6.3" bin: @@ -12408,6 +12753,21 @@ __metadata: languageName: node linkType: hard +"sigstore@npm:^1.0.0": + version: 1.9.0 + resolution: "sigstore@npm:1.9.0" + dependencies: + "@sigstore/bundle": "npm:^1.1.0" + "@sigstore/protobuf-specs": "npm:^0.2.0" + "@sigstore/sign": "npm:^1.0.0" + "@sigstore/tuf": "npm:^1.0.3" + make-fetch-happen: "npm:^11.0.1" + bin: + sigstore: bin/sigstore.js + checksum: 10c0/64091a95f7a2073ab833bc172aadae0768b84c513a4e3dd3c6f55a1120ea774c293521b7eb6de510dd00562b4351acc2b9295b604c725a9c524fe4f81e4e8203 + languageName: node + linkType: hard + "sisteransi@npm:^1.0.5": version: 1.0.5 resolution: "sisteransi@npm:1.0.5" @@ -12525,16 +12885,16 @@ __metadata: languageName: node linkType: hard -"source-map-loader@npm:4.0.0": - version: 4.0.0 - resolution: "source-map-loader@npm:4.0.0" +"source-map-loader@npm:4.0.1": + version: 4.0.1 + resolution: "source-map-loader@npm:4.0.1" dependencies: abab: "npm:^2.0.6" iconv-lite: "npm:^0.6.3" source-map-js: "npm:^1.0.2" peerDependencies: webpack: ^5.72.1 - checksum: 10c0/08a027a51a3702e3179f6370782ce6511db83decb7a49f373f4641a73208b9d1374e7b7873bb6ff0b07f28d9a02b97e0f4b2a791d5c5fb0e86ed4d2e4752a52e + checksum: 10c0/880b2c2dd74a71ade45f40bb9de72654eed7e6e6a3c00fb9fb0de28868084f4f00b9376988e43e250fae7c4bb54e85edce32c7651e66388c8bd433e9d6ff4772 languageName: node linkType: hard @@ -12565,20 +12925,13 @@ __metadata: languageName: node linkType: hard -"source-map@npm:0.7.4, source-map@npm:^0.7.3": +"source-map@npm:0.7.4": version: 0.7.4 resolution: "source-map@npm:0.7.4" checksum: 10c0/dc0cf3768fe23c345ea8760487f8c97ef6fca8a73c83cd7c9bf2fde8bc2c34adb9c0824d6feb14bc4f9e37fb522e18af621543f1289038a66ac7586da29aa7dc languageName: node linkType: hard -"sourcemap-codec@npm:^1.4.8": - version: 1.4.8 - resolution: "sourcemap-codec@npm:1.4.8" - checksum: 10c0/f099279fdaae070ff156df7414bbe39aad69cdd615454947ed3e19136bfdfcb4544952685ee73f56e17038f4578091e12b17b283ed8ac013882916594d95b9e6 - languageName: node - linkType: hard - "spdx-correct@npm:^3.0.0": version: 3.2.0 resolution: "spdx-correct@npm:3.2.0" @@ -12845,35 +13198,6 @@ __metadata: languageName: node linkType: hard -"stylus-loader@npm:7.0.0": - version: 7.0.0 - resolution: "stylus-loader@npm:7.0.0" - dependencies: - fast-glob: "npm:^3.2.11" - klona: "npm:^2.0.5" - normalize-path: "npm:^3.0.0" - peerDependencies: - stylus: ">=0.52.4" - webpack: ^5.0.0 - checksum: 10c0/b97b499ecf6ce84eafde7ba4621f5e26bd45359de5596cabc1175ed106cf108682fbfbd66c82e7d5850bb95a08e2742eced830094d424a1c56f7a22914e17318 - languageName: node - linkType: hard - -"stylus@npm:0.59.0": - version: 0.59.0 - resolution: "stylus@npm:0.59.0" - dependencies: - "@adobe/css-tools": "npm:^4.0.1" - debug: "npm:^4.3.2" - glob: "npm:^7.1.6" - sax: "npm:~1.2.4" - source-map: "npm:^0.7.3" - bin: - stylus: bin/stylus - checksum: 10c0/77888e4bf66a934a70fcc39af015355c7a2e5ca4e4a8131ffac3a1021d6764380c0c9d882266fb278879501c55349e7cc3bb6cbde9c77cbd2605111ad5c51ad6 - languageName: node - linkType: hard - "supports-color@npm:^5.3.0": version: 5.5.0 resolution: "supports-color@npm:5.5.0" @@ -12985,9 +13309,9 @@ __metadata: languageName: node linkType: hard -"terser@npm:5.14.2": - version: 5.14.2 - resolution: "terser@npm:5.14.2" +"terser@npm:5.16.3": + version: 5.16.3 + resolution: "terser@npm:5.16.3" dependencies: "@jridgewell/source-map": "npm:^0.3.2" acorn: "npm:^8.5.0" @@ -12995,7 +13319,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: 10c0/d83b2610ed60840a4ea84fb5b497a501730f55dfa92b8e018a5464b843d4fa23a8fbb0dfd5c28993abca1822c971047c291c6b8aca92af2d1fea074d2cad6a8c + checksum: 10c0/c798a39187982f193f70f057ccb9f2d4090f8a32c2aad93c63732617053e124bb24abe1056bc06dea1ebae912f209af8b29cc7fc763e14137003b512fc5909c1 languageName: node linkType: hard @@ -13199,7 +13523,7 @@ __metadata: languageName: node linkType: hard -"tsconfig-paths@npm:^3.14.1, tsconfig-paths@npm:^3.9.0": +"tsconfig-paths@npm:^3.14.1": version: 3.15.0 resolution: "tsconfig-paths@npm:3.15.0" dependencies: @@ -13211,6 +13535,17 @@ __metadata: languageName: node linkType: hard +"tsconfig-paths@npm:^4.1.0": + version: 4.2.0 + resolution: "tsconfig-paths@npm:4.2.0" + dependencies: + json5: "npm:^2.2.2" + minimist: "npm:^1.2.6" + strip-bom: "npm:^3.0.0" + checksum: 10c0/09a5877402d082bb1134930c10249edeebc0211f36150c35e1c542e5b91f1047b1ccf7da1e59babca1ef1f014c525510f4f870de7c9bda470c73bb4e2721b3ea + languageName: node + linkType: hard + "tslib@npm:2.3.1": version: 2.3.1 resolution: "tslib@npm:2.3.1" @@ -13218,10 +13553,10 @@ __metadata: languageName: node linkType: hard -"tslib@npm:2.4.0": - version: 2.4.0 - resolution: "tslib@npm:2.4.0" - checksum: 10c0/eb19bda3ae545b03caea6a244b34593468e23d53b26bf8649fbc20fce43e9b21a71127fd6d2b9662c0fe48ee6ff668ead48fd00d3b88b2b716b1c12edae25b5d +"tslib@npm:2.5.0": + version: 2.5.0 + resolution: "tslib@npm:2.5.0" + checksum: 10c0/e32fc99cc730dd514e53c44e668d76016e738f0bcc726aad5dbd2d335cf19b87a95a9b1e4f0a9993e370f1d702b5e471cdd4acabcac428a3099d496b9af2021e languageName: node linkType: hard @@ -13239,6 +13574,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.2.0": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6 + languageName: node + linkType: hard + "tslint@npm:6.1.3": version: 6.1.3 resolution: "tslint@npm:6.1.3" @@ -13286,6 +13628,17 @@ __metadata: languageName: node linkType: hard +"tuf-js@npm:^1.1.7": + version: 1.1.7 + resolution: "tuf-js@npm:1.1.7" + dependencies: + "@tufjs/models": "npm:1.0.4" + debug: "npm:^4.3.4" + make-fetch-happen: "npm:^11.1.1" + checksum: 10c0/7c4980ada7a55f2670b895e8d9345ef2eec4a471c47f6127543964a12a8b9b69f16002990e01a138cd775aa954880b461186a6eaf7b86633d090425b4273375b + languageName: node + linkType: hard + "tunnel-agent@npm:^0.6.0": version: 0.6.0 resolution: "tunnel-agent@npm:0.6.0" @@ -13401,23 +13754,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:4.6.3": - version: 4.6.3 - resolution: "typescript@npm:4.6.3" +"typescript@npm:4.8.4": + version: 4.8.4 + resolution: "typescript@npm:4.8.4" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/53e8bcf00abde8ecb2002d1f1e15160b21cb62b2dd0ff71bad2ef55fa96141f76316fce649a415758d3f17bd8e0c5676d8f017c34ec3e38b585812d4717a712c + checksum: 10c0/663bf455b21ac024e719bb8c6a07bcaaa027a9943abfb58a694b59789e7d08578badb5556170267ad480e31786b8b4c8ab3c9c0e597d3b8df39af800e43c6ed5 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A4.6.3#optional!builtin": - version: 4.6.3 - resolution: "typescript@patch:typescript@npm%3A4.6.3#optional!builtin::version=4.6.3&hash=5d3a66" +"typescript@patch:typescript@npm%3A4.8.4#optional!builtin": + version: 4.8.4 + resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin::version=4.8.4&hash=1a91c8" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/8d62a37d9f238d83b6cdc738be90bb476a61c7e05d5924ecfb894eb63f39406b0660bd931876546a2be6895cd2678ddcb7f6793ceaab1454bc4e39f3cd9eb889 + checksum: 10c0/eecab597a5a8c6e7f14804f1447cfce02e214e32c02efcfe5219c94290e3d572490e8a0d8033fd075ac429d35babf85182541a50c50bfb0c21df33c59fb9bf82 languageName: node linkType: hard @@ -13471,15 +13824,6 @@ __metadata: languageName: node linkType: hard -"unique-filename@npm:^1.1.1": - version: 1.1.1 - resolution: "unique-filename@npm:1.1.1" - dependencies: - unique-slug: "npm:^2.0.0" - checksum: 10c0/d005bdfaae6894da8407c4de2b52f38b3c58ec86e79fc2ee19939da3085374413b073478ec54e721dc8e32b102cf9e50d0481b8331abdc62202e774b789ea874 - languageName: node - linkType: hard - "unique-filename@npm:^2.0.0": version: 2.0.1 resolution: "unique-filename@npm:2.0.1" @@ -13498,15 +13842,6 @@ __metadata: languageName: node linkType: hard -"unique-slug@npm:^2.0.0": - version: 2.0.2 - resolution: "unique-slug@npm:2.0.2" - dependencies: - imurmurhash: "npm:^0.1.4" - checksum: 10c0/9eabc51680cf0b8b197811a48857e41f1364b25362300c1ff636c0eca5ec543a92a38786f59cf0697e62c6f814b11ecbe64e8093db71246468a1f03b80c83970 - languageName: node - linkType: hard - "unique-slug@npm:^3.0.0": version: 3.0.0 resolution: "unique-slug@npm:3.0.0" @@ -13553,31 +13888,31 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.0.13": - version: 1.0.13 - resolution: "update-browserslist-db@npm:1.0.13" +"update-browserslist-db@npm:^1.0.10, update-browserslist-db@npm:^1.1.0": + version: 1.1.0 + resolution: "update-browserslist-db@npm:1.1.0" dependencies: - escalade: "npm:^3.1.1" - picocolors: "npm:^1.0.0" + escalade: "npm:^3.1.2" + picocolors: "npm:^1.0.1" peerDependencies: browserslist: ">= 4.21.0" bin: update-browserslist-db: cli.js - checksum: 10c0/e52b8b521c78ce1e0c775f356cd16a9c22c70d25f3e01180839c407a5dc787fb05a13f67560cbaf316770d26fa99f78f1acd711b1b54a4f35d4820d4ea7136e6 + checksum: 10c0/a7452de47785842736fb71547651c5bbe5b4dc1e3722ccf48a704b7b34e4dcf633991eaa8e4a6a517ffb738b3252eede3773bef673ef9021baa26b056d63a5b9 languageName: node linkType: hard -"update-browserslist-db@npm:^1.1.0": - version: 1.1.0 - resolution: "update-browserslist-db@npm:1.1.0" +"update-browserslist-db@npm:^1.0.13": + version: 1.0.13 + resolution: "update-browserslist-db@npm:1.0.13" dependencies: - escalade: "npm:^3.1.2" - picocolors: "npm:^1.0.1" + escalade: "npm:^3.1.1" + picocolors: "npm:^1.0.0" peerDependencies: browserslist: ">= 4.21.0" bin: update-browserslist-db: cli.js - checksum: 10c0/a7452de47785842736fb71547651c5bbe5b4dc1e3722ccf48a704b7b34e4dcf633991eaa8e4a6a517ffb738b3252eede3773bef673ef9021baa26b056d63a5b9 + checksum: 10c0/e52b8b521c78ce1e0c775f356cd16a9c22c70d25f3e01180839c407a5dc787fb05a13f67560cbaf316770d26fa99f78f1acd711b1b54a4f35d4820d4ea7136e6 languageName: node linkType: hard @@ -13614,7 +13949,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:8.3.2, uuid@npm:^8.3.2": +"uuid@npm:^8.3.2": version: 8.3.2 resolution: "uuid@npm:8.3.2" bin: @@ -13658,12 +13993,10 @@ __metadata: languageName: node linkType: hard -"validate-npm-package-name@npm:^4.0.0": - version: 4.0.0 - resolution: "validate-npm-package-name@npm:4.0.0" - dependencies: - builtins: "npm:^5.0.0" - checksum: 10c0/d7f753c0aac0a2b8dd06752e7278d18165a21e28b5064d897a1b6f10350d857b339d6bd9e08dd140710433479940bec9ba151b619196780dc6e49dd8fbff6df8 +"validate-npm-package-name@npm:^5.0.0": + version: 5.0.1 + resolution: "validate-npm-package-name@npm:5.0.1" + checksum: 10c0/903e738f7387404bb72f7ac34e45d7010c877abd2803dc2d614612527927a40a6d024420033132e667b1bade94544b8a1f65c9431a4eb30d0ce0d80093cd1f74 languageName: node linkType: hard @@ -13747,18 +14080,21 @@ __metadata: languageName: node linkType: hard -"webpack-dev-middleware@npm:5.3.3": - version: 5.3.3 - resolution: "webpack-dev-middleware@npm:5.3.3" +"webpack-dev-middleware@npm:6.1.2": + version: 6.1.2 + resolution: "webpack-dev-middleware@npm:6.1.2" dependencies: colorette: "npm:^2.0.10" - memfs: "npm:^3.4.3" + memfs: "npm:^3.4.12" mime-types: "npm:^2.1.31" range-parser: "npm:^1.2.1" schema-utils: "npm:^4.0.0" peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - checksum: 10c0/378ceed430b61c0b0eccdbb55a97173aa36231bb88e20ad12bafb3d553e542708fa31f08474b9c68d4ac95174a047def9e426e193b7134be3736afa66a0d1708 + webpack: ^5.0.0 + peerDependenciesMeta: + webpack: + optional: true + checksum: 10c0/90c415a770c7db493f4a7d8f3308d761ff63249f628fa8a133eac5a61e849cdf658398e189fc2d95ce0ea884641363f964db6b269c6cea877765321dd7f14b9a languageName: node linkType: hard @@ -13777,9 +14113,9 @@ __metadata: languageName: node linkType: hard -"webpack-dev-server@npm:4.11.0": - version: 4.11.0 - resolution: "webpack-dev-server@npm:4.11.0" +"webpack-dev-server@npm:4.11.1": + version: 4.11.1 + resolution: "webpack-dev-server@npm:4.11.1" dependencies: "@types/bonjour": "npm:^3.5.9" "@types/connect-history-api-fallback": "npm:^1.3.5" @@ -13804,7 +14140,7 @@ __metadata: p-retry: "npm:^4.5.0" rimraf: "npm:^3.0.2" schema-utils: "npm:^4.0.0" - selfsigned: "npm:^2.0.1" + selfsigned: "npm:^2.1.1" serve-index: "npm:^1.9.1" sockjs: "npm:^0.3.24" spdy: "npm:^4.0.2" @@ -13817,7 +14153,7 @@ __metadata: optional: true bin: webpack-dev-server: bin/webpack-dev-server.js - checksum: 10c0/d336b5f2807e416ee85d1c3cb5fabdc60704521ec830ae213dd26ccb1f89b28c7800c376b7f742a4a0b260dc285d4fd33c56ab00d066fb3ab5f23236d1b0366b + checksum: 10c0/31cf2d80efd3e7a3843e4382f4e10a2c9446574d67b190eda6f4cbd761cc3a5e5be5f3c3ad4d67963b03b3c90485dd80527408c5f0dacb2de6710ecb73ed9e7d languageName: node linkType: hard @@ -13992,6 +14328,17 @@ __metadata: languageName: node linkType: hard +"which@npm:^3.0.0": + version: 3.0.1 + resolution: "which@npm:3.0.1" + dependencies: + isexe: "npm:^2.0.0" + bin: + node-which: bin/which.js + checksum: 10c0/15263b06161a7c377328fd2066cb1f093f5e8a8f429618b63212b5b8847489be7bcab0ab3eb07f3ecc0eda99a5a7ea52105cf5fa8266bedd083cc5a9f6da24f1 + languageName: node + linkType: hard + "which@npm:^4.0.0": version: 4.0.0 resolution: "which@npm:4.0.0" @@ -14140,7 +14487,7 @@ __metadata: languageName: node linkType: hard -"yargs-parser@npm:^21.0.0, yargs-parser@npm:^21.0.1, yargs-parser@npm:^21.1.1": +"yargs-parser@npm:^21.0.1, yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1" checksum: 10c0/f84b5e48169479d2f402239c59f084cfd1c3acc197a05c59b98bab067452e6b3ea46d4dd8ba2985ba7b3d32a343d77df0debd6b343e5dae3da2aab2cdf5886b2 @@ -14159,18 +14506,18 @@ __metadata: languageName: node linkType: hard -"yargs@npm:17.5.1": - version: 17.5.1 - resolution: "yargs@npm:17.5.1" +"yargs@npm:17.6.2": + version: 17.6.2 + resolution: "yargs@npm:17.6.2" dependencies: - cliui: "npm:^7.0.2" + cliui: "npm:^8.0.1" escalade: "npm:^3.1.1" get-caller-file: "npm:^2.0.5" require-directory: "npm:^2.1.1" string-width: "npm:^4.2.3" y18n: "npm:^5.0.5" - yargs-parser: "npm:^21.0.0" - checksum: 10c0/349c823b772bc5383d56684bca8615020ae5cc0b81bacafe1ef268b281ade93528da1982b0f2dd898e0c678932d9147b8a2e93e341733622773caf7048196de4 + yargs-parser: "npm:^21.1.1" + checksum: 10c0/dd5c89aa8186d2a18625b26b68beb635df648617089135e9661107a92561056427bbd41dbfa228db5a7d968ea1043d96c036c2eb978acf7b61a0ae48bf3be206 languageName: node linkType: hard