diff --git a/.gitignore b/.gitignore index e05f080b9..7893a931c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bin/ dist build +.xp-codegen *.swp .gradle .vscode diff --git a/.xp-codegen/site/content-types/accordion/index.d.ts b/.xp-codegen/site/content-types/accordion/index.d.ts deleted file mode 100644 index 6a00db137..000000000 --- a/.xp-codegen/site/content-types/accordion/index.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Accordion { - /** - * Trekkspill - */ - accordions: Array<{ - /** - * Tekst til åpne-knapp - */ - open?: string; - - /** - * Innhold - */ - body?: string; - - /** - * Underpunkt - */ - items?: Array<{ - /** - * Tekst til åpneknapp - */ - title?: string; - - /** - * Brødtekst - */ - body?: string; - }>; - }>; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Accordion_Data'; -} diff --git a/.xp-codegen/site/content-types/article/index.d.ts b/.xp-codegen/site/content-types/article/index.d.ts deleted file mode 100644 index f17c122c5..000000000 --- a/.xp-codegen/site/content-types/article/index.d.ts +++ /dev/null @@ -1,275 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Article { - /** - * Stikktittel - */ - introTitle?: string; - - /** - * Vis publiseringsdato - */ - showPublishDate: boolean; - - /** - * Endringsdato - */ - showModifiedDate?: { - /** - * Selected - */ - _selected: Array<'dateOption'>; - - /** - * Skal det vises dato? - */ - dateOption: { - /** - * Vis klokkeslett for publisering - */ - showModifiedTime: boolean; - - /** - * Tidspunkt for endring - */ - modifiedDate?: string; - }; - }; - - /** - * Forfattere - */ - authorItemSet?: Array<{ - /** - * Navn - */ - name?: string; - - /** - * E-post - */ - email?: string; - }>; - - /** - * Ingress - */ - ingress?: string; - - /** - * Artikkeltekst - */ - articleText?: string; - - /** - * Tilhørende statistikk - */ - associatedStatistics?: Array< - | { - /** - * Selected - */ - _selected: 'XP'; - - /** - * Lenke til tilhørende statistikk (XP) - */ - XP: { - /** - * Statistikk - */ - content?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'CMS'; - - /** - * Lenke til tilhørende statistikk (4.7.) - */ - CMS: { - /** - * URL - */ - href?: string; - - /** - * Tittel - */ - title?: string; - }; - } - >; - - /** - * Arkiv - */ - articleArchive?: Array | string; - - - relatedStatisticsOptions?: Array< - | { - /** - * Selected - */ - _selected: 'xp'; - - /** - * Statistikk fra XP - */ - xp: { - /** - * Statistikk - */ - contentId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'cms'; - - /** - * Statistikk fra 4.7 - */ - cms: { - /** - * Tittel - */ - title: string; - - /** - * Profileringstekst - */ - profiledText: string; - - /** - * URL - */ - url: string; - }; - } - >; - - /** - * Relaterte eksterne lenker - */ - relatedExternalLinkItemSet?: Array<{ - /** - * Lenketekst - */ - urlText: string; - - /** - * URL - */ - url: string; - }>; - - /** - * Relaterte artikler - */ - relatedArticles?: Array< - | { - /** - * Selected - */ - _selected: 'article'; - - /** - * Artikkel - */ - article: { - /** - * Artikkel fra XP - */ - article: string; - }; - } - | { - /** - * Selected - */ - _selected: 'externalArticle'; - - /** - * Artikkel fra 4.7-CMS - */ - externalArticle: { - /** - * URL - */ - url: string; - - /** - * Tittel - */ - title: string; - - /** - * Type - */ - type?: string; - - /** - * Dato - */ - date?: string; - - /** - * Ingress - */ - preface: string; - - /** - * Bilde - */ - image: string; - }; - } - >; - - /** - * Faktasider - */ - relatedFactPages?: Array | string; - - /** - * Kontakter - */ - contacts?: Array | string; - - /** - * Innholdstype - */ - articleType?: 'report' | 'note' | 'analysis' | 'economicTrends' | 'discussionPaper'; - - /** - * Løpenummer - */ - serialNumber?: string; - - /** - * ISBN-nummer - */ - isbnNumber?: string; - - /** - * Prioritert visning på forside - */ - frontPagePriority: '0' | '1'; - - /** - * Delemner - */ - subtopic?: Array | string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Article_Data'; -} diff --git a/.xp-codegen/site/content-types/articleArchive/index.d.ts b/.xp-codegen/site/content-types/articleArchive/index.d.ts deleted file mode 100644 index 9ae46ba66..000000000 --- a/.xp-codegen/site/content-types/articleArchive/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ArticleArchive { - /** - * Ingress - */ - preamble?: string; - - /** - * Bilde - */ - image?: string; - - /** - * Fritekst - */ - freeText?: string; - - /** - * ISSN-nummer - */ - issnNumber?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_ArticleArchive_Data'; -} diff --git a/.xp-codegen/site/content-types/attachment/index.d.ts b/.xp-codegen/site/content-types/attachment/index.d.ts deleted file mode 100644 index fd287c90d..000000000 --- a/.xp-codegen/site/content-types/attachment/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Attachment { - /** - * Lenketekst innhold - */ - label?: string; - - /** - * Fil - */ - file?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Attachment_Data'; -} diff --git a/.xp-codegen/site/content-types/button/index.d.ts b/.xp-codegen/site/content-types/button/index.d.ts deleted file mode 100644 index 099917d26..000000000 --- a/.xp-codegen/site/content-types/button/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Button { - /** - * Kobling til innhold - */ - link: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Button_Data'; -} diff --git a/.xp-codegen/site/content-types/calculatorConfig/index.d.ts b/.xp-codegen/site/content-types/calculatorConfig/index.d.ts deleted file mode 100644 index 8a714ae14..000000000 --- a/.xp-codegen/site/content-types/calculatorConfig/index.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface CalculatorConfig { - /** - * Kilde Årstall - */ - kpiSourceYear?: string; - - /** - * Kilde Måned - */ - kpiSourceMonth?: string; - - /** - * Kilde - */ - pifSource?: string; - - /** - * Kilde enebolig - */ - bkibolSourceEnebolig?: string; - - /** - * Kilde boligblokk - */ - bkibolSourceBoligblokk?: string; - - /** - * PX-API spørring for historiske navnedata - */ - nameSearchGraphData?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_CalculatorConfig_Data'; -} diff --git a/.xp-codegen/site/content-types/contact/index.d.ts b/.xp-codegen/site/content-types/contact/index.d.ts deleted file mode 100644 index a66a45841..000000000 --- a/.xp-codegen/site/content-types/contact/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Contact { - /** - * Navn på kontakt - */ - name: string; - - /** - * Epostadresse - */ - email?: string; - - /** - * Telefonnummer - */ - phone?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Contact_Data'; -} diff --git a/.xp-codegen/site/content-types/contentList/index.d.ts b/.xp-codegen/site/content-types/contentList/index.d.ts deleted file mode 100644 index deac0f6d9..000000000 --- a/.xp-codegen/site/content-types/contentList/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ContentList { - /** - * innhold - */ - contentList?: Array | string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_ContentList_Data'; -} diff --git a/.xp-codegen/site/content-types/dashboard/index.d.ts b/.xp-codegen/site/content-types/dashboard/index.d.ts deleted file mode 100644 index c797fa223..000000000 --- a/.xp-codegen/site/content-types/dashboard/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Dashboard { - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Dashboard_Data'; -} diff --git a/.xp-codegen/site/content-types/employee/index.d.ts b/.xp-codegen/site/content-types/employee/index.d.ts deleted file mode 100644 index aa8d1b3cc..000000000 --- a/.xp-codegen/site/content-types/employee/index.d.ts +++ /dev/null @@ -1,68 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Employee { - /** - * Er forsker - */ - isResearcher: boolean; - - /** - * Fornavn - */ - name: string; - - /** - * Etternavn - */ - surname: string; - - /** - * Stilling - */ - position?: string; - - /** - * E-post - */ - email?: string; - - /** - * Telefon - */ - phone?: string; - - /** - * Forskningsområde eller avdeling - */ - area?: string; - - /** - * Kort om - */ - description?: string; - - /** - * Pressebilder - */ - profileImages?: Array | string; - - /** - * Ansatt id Cristin - */ - cristinId?: string; - - /** - * Min CV - */ - myCV?: string; - - /** - * Prosjekter - */ - projects?: Array | string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Employee_Data'; -} diff --git a/.xp-codegen/site/content-types/endedStatisticList/index.d.ts b/.xp-codegen/site/content-types/endedStatisticList/index.d.ts deleted file mode 100644 index a38cb10c4..000000000 --- a/.xp-codegen/site/content-types/endedStatisticList/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface EndedStatisticList { - /** - * Statistikk - */ - endedStatistics?: Array<{ - /** - * Kortnavn - */ - statistic: string; - - /** - * Skjul statistikk fra statbank inngang - */ - hideFromList: boolean; - }>; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_EndedStatisticList_Data'; -} diff --git a/.xp-codegen/site/content-types/factBox/index.d.ts b/.xp-codegen/site/content-types/factBox/index.d.ts deleted file mode 100644 index c330c4fe1..000000000 --- a/.xp-codegen/site/content-types/factBox/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface FactBox { - /** - * Tekst - */ - text: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_FactBox_Data'; -} diff --git a/.xp-codegen/site/content-types/footer/index.d.ts b/.xp-codegen/site/content-types/footer/index.d.ts deleted file mode 100644 index 66ea39a5d..000000000 --- a/.xp-codegen/site/content-types/footer/index.d.ts +++ /dev/null @@ -1,85 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Footer { - /** - * Footer Menypunkter - */ - footerContentId?: string; - - /** - * Lenke Copyright - */ - copyrightUrl: string; - - /** - * Bunn lenker - */ - globalLinks?: Array<{ - /** - * Lenketittel - */ - linkTitle: string; - - /** - * Lenkemål - */ - urlSrc?: - | { - /** - * Selected - */ - _selected: 'manual'; - - /** - * Url lenke - */ - manual: { - /** - * Kildelenke - */ - url?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'content'; - - /** - * Lenke til internt innhold - */ - content: { - /** - * Relatert innhold - */ - contentId?: string; - }; - }; - }>; - - /** - * Lenke Facebook - */ - facebookUrl: string; - - /** - * Lenke Twitter - */ - twitterUrl: string; - - /** - * Lenke Linkedin - */ - linkedinUrl: string; - - /** - * Lenke RSS - */ - rssUrl: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Footer_Data'; -} diff --git a/.xp-codegen/site/content-types/genericDataImport/index.d.ts b/.xp-codegen/site/content-types/genericDataImport/index.d.ts deleted file mode 100644 index e9499e823..000000000 --- a/.xp-codegen/site/content-types/genericDataImport/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface GenericDataImport { - /** - * Datakilde - */ - dataSource?: - | { - /** - * Selected - */ - _selected: 'tbprocessor'; - - /** - * Tall fra tabellbygger - */ - tbprocessor: { - /** - * URL eller TBML-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankApi'; - - /** - * Api-spørring mot statistikkbanken - */ - statbankApi: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - - /** - * API-spørring mot statistikkbanken (JSON-format) - */ - json?: string; - - /** - * Navn på x-akse dimensjon - */ - xAxisLabel?: string; - - /** - * Navn på y-akse dimensjon - */ - yAxisLabel?: string; - - /** - * Filtrering på dataset - */ - datasetFilterOptions?: - | { - /** - * Selected - */ - _selected: 'municipalityFilter'; - - /** - * Filtrer på kommune - */ - municipalityFilter: { - /** - * Hvilken dimensjon skal filtreres på kommunenummer - */ - municipalityDimension: string; - }; - }; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankSaved'; - - /** - * Lagrede spørringer mot statistikkbanken - */ - statbankSaved: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'htmlTable'; - - /** - * Excel (Kun på innholdstype Tabell) - */ - htmlTable: { - /** - * Kildetabell limt inn fra Excel - */ - html?: string; - - /** - * Fotnote-tekst - */ - footnoteText?: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'dataset'; - - /** - * (Ikke i bruk) Ferdige dataset - */ - dataset: { - /** - * ID - */ - id?: string; - - /** - * Format - */ - format: 'json' | 'csv'; - }; - } - | { - /** - * Selected - */ - _selected: 'klass'; - - /** - * Klass - */ - klass: { - /** - * URL - */ - urlOrId?: string; - }; - }; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_GenericDataImport_Data'; -} diff --git a/.xp-codegen/site/content-types/header/index.d.ts b/.xp-codegen/site/content-types/header/index.d.ts deleted file mode 100644 index 9b0d955f8..000000000 --- a/.xp-codegen/site/content-types/header/index.d.ts +++ /dev/null @@ -1,97 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Header { - /** - * Meny - */ - menuContentId: string; - - /** - * Topp lenker i meny - */ - globalLinks?: Array<{ - /** - * Lenketittel - */ - linkTitle: string; - - /** - * Lenkemål - */ - urlSrc?: - | { - /** - * Selected - */ - _selected: 'manual'; - - /** - * Url lenke - */ - manual: { - /** - * Kildelenke - */ - url?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'content'; - - /** - * Lenke til internt innhold - */ - content: { - /** - * Relatert innhold - */ - contentId?: string; - }; - }; - }>; - - /** - * Landingsside for søk - */ - searchResultPage?: - | { - /** - * Selected - */ - _selected: 'manual'; - - /** - * Url lenke - */ - manual: { - /** - * Kildelenke - */ - url?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'content'; - - /** - * Lenke til internt innhold - */ - content: { - /** - * Relatert innhold - */ - contentId?: string; - }; - }; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Header_Data'; -} diff --git a/.xp-codegen/site/content-types/highchart/index.d.ts b/.xp-codegen/site/content-types/highchart/index.d.ts deleted file mode 100644 index bcf353271..000000000 --- a/.xp-codegen/site/content-types/highchart/index.d.ts +++ /dev/null @@ -1,308 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Highchart { - /** - * Undertittel - */ - subtitle?: string; - - /** - * Graftype - */ - graphType: 'line' | 'pie' | 'column' | 'bar' | 'area' | 'barNegative'; - - /** - * Datakilde - */ - dataSource?: - | { - /** - * Selected - */ - _selected: 'tbprocessor'; - - /** - * Tall fra tabellbygger - */ - tbprocessor: { - /** - * URL eller TBML-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankApi'; - - /** - * Api-spørring mot statistikkbanken - */ - statbankApi: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - - /** - * API-spørring mot statistikkbanken (JSON-format) - */ - json?: string; - - /** - * Navn på x-akse dimensjon - */ - xAxisLabel?: string; - - /** - * Navn på y-akse dimensjon - */ - yAxisLabel?: string; - - /** - * Filtrering på dataset - */ - datasetFilterOptions?: - | { - /** - * Selected - */ - _selected: 'municipalityFilter'; - - /** - * Filtrer på kommune - */ - municipalityFilter: { - /** - * Hvilken dimensjon skal filtreres på kommunenummer - */ - municipalityDimension: string; - }; - }; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankSaved'; - - /** - * Lagrede spørringer mot statistikkbanken - */ - statbankSaved: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'htmlTable'; - - /** - * Excel (Kun på innholdstype Tabell) - */ - htmlTable: { - /** - * Kildetabell limt inn fra Excel - */ - html?: string; - - /** - * Fotnote-tekst - */ - footnoteText?: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'dataset'; - - /** - * (Ikke i bruk) Ferdige dataset - */ - dataset: { - /** - * ID - */ - id?: string; - - /** - * Format - */ - format: 'json' | 'csv'; - }; - } - | { - /** - * Selected - */ - _selected: 'klass'; - - /** - * Klass - */ - klass: { - /** - * URL - */ - urlOrId?: string; - }; - }; - - /** - * Kildetabell limt inn fra Excel - */ - htmlTable?: string; - - /** - * Bytt rader og kolonner - */ - switchRowsAndColumns: boolean; - - /** - * Skjul tittel (gjelder kun figur til faktasider o.l.) - */ - hideTitle: boolean; - - /** - * Kombinere forklaringer - */ - combineInfo: boolean; - - /** - * Antall desimaler som skal vises på verdiene ved mouseover: - */ - numberDecimals?: '0' | '1' | '2' | '3'; - - /** - * Stabling av verdier (for stolpe- og arealdiagram) - */ - stacking?: 'disabled' | 'normal' | 'percent'; - - /** - * Vis stablesum - */ - showStackedTotal: boolean; - - /** - * Zoom i graf - */ - zoomType?: 'null' | 'x' | 'y' | 'xy'; - - /** - * Høyde i prosent av bredde - */ - heightAspectRatio?: string; - - /** - * Plassering av tegnforklaring - */ - legendAlign?: 'right' | 'center'; - - /** - * Skjul tegnforklaringen (gjelder ikke for kakediagram). - */ - noLegend: boolean; - - /** - * Tegnforklaring under (gjelder kun for kakediagram). - */ - pieLegend: boolean; - - /** - * X-akse, tittel - */ - xAxisTitle?: string; - - /** - * X-skala - */ - xAxisType?: 'category' | 'linear' | 'logarithmic'; - - /** - * X-akse, minste verdi - */ - xAxisMin?: string; - - /** - * X-akse, største verdi - */ - xAxisMax?: string; - - /** - * Tickintervall (overstyring av avstand mellom verdier på x-aksen). - */ - tickInterval?: string; - - /** - * Skjul aksemarkører - */ - xEnableLabel: boolean; - - /** - * Reverser X-akse - */ - xAxisFlip: boolean; - - /** - * Y-akse, tittel - */ - yAxisTitle?: string; - - /** - * Plassering av y-aksetittel - */ - yAxisOffset?: string; - - /** - * Y-skala - */ - yAxisType?: 'category' | 'linear' | 'logarithmic'; - - /** - * Y-akse, minste verdi - */ - yAxisMin?: string; - - /** - * Y-akse, største verdi - */ - yAxisMax?: string; - - /** - * Vis desimaler på Y-akseverdiene, antall: - */ - yAxisDecimalPlaces?: '0' | '1' | '2'; - - - sourceList?: Array<{ - /** - * Kildetekst - */ - sourceText?: string; - - /** - * Kilde-URL - */ - sourceHref?: string; - }>; - - /** - * Fotnote-tekst - */ - footnoteText?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Highchart_Data'; -} diff --git a/.xp-codegen/site/content-types/highmap/index.d.ts b/.xp-codegen/site/content-types/highmap/index.d.ts deleted file mode 100644 index 9ba9e1808..000000000 --- a/.xp-codegen/site/content-types/highmap/index.d.ts +++ /dev/null @@ -1,73 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Highmap { - /** - * Undertittel - */ - subtitle?: string; - - /** - * Forklaring datagrunnlag for skjermlesere - */ - description?: string; - - /** - * Kart fil (json format) - */ - mapFile?: string; - - /** - * Kartdata fra tabell (tabell limt inn fra excel) - */ - htmlTable?: string; - - /** - * Terskelverdi - */ - thresholdValues: Array | string; - - /** - * Skjul navn i kart - */ - hideTitle: boolean; - - /** - * Velg fargepalett - */ - colorPalette: 'green' | 'yellow'; - - /** - * Antall desimalplasser som vises - */ - numberDecimals?: string; - - /** - * Høyde i prosent av bredde - */ - heightAspectRatio?: string; - - /** - * Serietittel - */ - seriesTitle?: string; - - /** - * Tegnforklaring tittel - */ - legendTitle?: string; - - /** - * Plassering av tegnforklaring - */ - legendAlign: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'; - - /** - * Fotnote-tekst - */ - footnoteText?: Array | string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Highmap_Data'; -} diff --git a/.xp-codegen/site/content-types/index.d.ts b/.xp-codegen/site/content-types/index.d.ts deleted file mode 100644 index 1fd8aacef..000000000 --- a/.xp-codegen/site/content-types/index.d.ts +++ /dev/null @@ -1,75 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export type Accordion = import("./accordion").Accordion; -export type Article = import("./article").Article; -export type ArticleArchive = import("./articleArchive").ArticleArchive; -export type Attachment = import("./attachment").Attachment; -export type Button = import("./button").Button; -export type CalculatorConfig = import("./calculatorConfig").CalculatorConfig; -export type Contact = import("./contact").Contact; -export type ContentList = import("./contentList").ContentList; -export type Dashboard = import("./dashboard").Dashboard; -export type Employee = import("./employee").Employee; -export type EndedStatisticList = import("./endedStatisticList").EndedStatisticList; -export type FactBox = import("./factBox").FactBox; -export type Footer = import("./footer").Footer; -export type GenericDataImport = import("./genericDataImport").GenericDataImport; -export type Header = import("./header").Header; -export type Highchart = import("./highchart").Highchart; -export type Highmap = import("./highmap").Highmap; -export type InformationAlert = import("./informationAlert").InformationAlert; -export type KeyFigure = import("./keyFigure").KeyFigure; -export type Map = import("./map").Map; -export type MenuBox = import("./menuBox").MenuBox; -export type MenuDropdown = import("./menuDropdown").MenuDropdown; -export type MenuItem = import("./menuItem").MenuItem; -export type MunicipalityAlert = import("./municipalityAlert").MunicipalityAlert; -export type OmStatistikken = import("./omStatistikken").OmStatistikken; -export type OperationsAlert = import("./operationsAlert").OperationsAlert; -export type Page = import("./page").Page; -export type Project = import("./project").Project; -export type RewriteVarnish = import("./rewriteVarnish").RewriteVarnish; -export type StaticVisualization = import("./staticVisualization").StaticVisualization; -export type Statistics = import("./statistics").Statistics; -export type Table = import("./table").Table; -export type UpcomingRelease = import("./upcomingRelease").UpcomingRelease; - -declare global { - namespace XP { - interface ContentTypes { - "mimir:accordion": Accordion; - "mimir:article": Article; - "mimir:articleArchive": ArticleArchive; - "mimir:attachment": Attachment; - "mimir:button": Button; - "mimir:calculatorConfig": CalculatorConfig; - "mimir:contact": Contact; - "mimir:contentList": ContentList; - "mimir:dashboard": Dashboard; - "mimir:employee": Employee; - "mimir:endedStatisticList": EndedStatisticList; - "mimir:factBox": FactBox; - "mimir:footer": Footer; - "mimir:genericDataImport": GenericDataImport; - "mimir:header": Header; - "mimir:highchart": Highchart; - "mimir:highmap": Highmap; - "mimir:informationAlert": InformationAlert; - "mimir:keyFigure": KeyFigure; - "mimir:map": Map; - "mimir:menuBox": MenuBox; - "mimir:menuDropdown": MenuDropdown; - "mimir:menuItem": MenuItem; - "mimir:municipalityAlert": MunicipalityAlert; - "mimir:omStatistikken": OmStatistikken; - "mimir:operationsAlert": OperationsAlert; - "mimir:page": Page; - "mimir:project": Project; - "mimir:rewriteVarnish": RewriteVarnish; - "mimir:staticVisualization": StaticVisualization; - "mimir:statistics": Statistics; - "mimir:table": Table; - "mimir:upcomingRelease": UpcomingRelease; - } - } -} diff --git a/.xp-codegen/site/content-types/informationAlert/index.d.ts b/.xp-codegen/site/content-types/informationAlert/index.d.ts deleted file mode 100644 index 7ad223f59..000000000 --- a/.xp-codegen/site/content-types/informationAlert/index.d.ts +++ /dev/null @@ -1,87 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface InformationAlert { - /** - * Tekst - */ - message: string; - - /** - * Sidetype - */ - informationAlertVariations: - | { - /** - * Selected - */ - _selected: 'statistics'; - - /** - * Statistikk - */ - statistics: { - /** - * Velg hvilken statistikk det gjelder her. - */ - statisticsIds?: Array | string; - - /** - * Velg for å gjelde alle statistikker - */ - selectAllStatistics: boolean; - }; - } - | { - /** - * Selected - */ - _selected: 'pages'; - - /** - * Side - */ - pages: { - /** - * Velg hvilken side det gjelder her. - */ - pageIds: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'articles'; - - /** - * Artikkel - */ - articles: { - /** - * Velg hvilken artikkel det gjelder her. - */ - articleIds: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'statbank'; - - /** - * Statistikkbanken - */ - statbank: { - /** - * Velg for å gjelde hele Statistikkbanken - */ - selectAllStatbankPages: boolean; - }; - }; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_InformationAlert_Data'; -} diff --git a/.xp-codegen/site/content-types/keyFigure/index.d.ts b/.xp-codegen/site/content-types/keyFigure/index.d.ts deleted file mode 100644 index 18d071c42..000000000 --- a/.xp-codegen/site/content-types/keyFigure/index.d.ts +++ /dev/null @@ -1,215 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface KeyFigure { - /** - * Datakilde - */ - dataSource?: - | { - /** - * Selected - */ - _selected: 'tbprocessor'; - - /** - * Tall fra tabellbygger - */ - tbprocessor: { - /** - * URL eller TBML-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankApi'; - - /** - * Api-spørring mot statistikkbanken - */ - statbankApi: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - - /** - * API-spørring mot statistikkbanken (JSON-format) - */ - json?: string; - - /** - * Navn på x-akse dimensjon - */ - xAxisLabel?: string; - - /** - * Navn på y-akse dimensjon - */ - yAxisLabel?: string; - - /** - * Filtrering på dataset - */ - datasetFilterOptions?: - | { - /** - * Selected - */ - _selected: 'municipalityFilter'; - - /** - * Filtrer på kommune - */ - municipalityFilter: { - /** - * Hvilken dimensjon skal filtreres på kommunenummer - */ - municipalityDimension: string; - }; - }; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankSaved'; - - /** - * Lagrede spørringer mot statistikkbanken - */ - statbankSaved: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'htmlTable'; - - /** - * Excel (Kun på innholdstype Tabell) - */ - htmlTable: { - /** - * Kildetabell limt inn fra Excel - */ - html?: string; - - /** - * Fotnote-tekst - */ - footnoteText?: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'dataset'; - - /** - * (Ikke i bruk) Ferdige dataset - */ - dataset: { - /** - * ID - */ - id?: string; - - /** - * Format - */ - format: 'json' | 'csv'; - }; - } - | { - /** - * Selected - */ - _selected: 'klass'; - - /** - * Klass - */ - klass: { - /** - * URL - */ - urlOrId?: string; - }; - }; - - /** - * Manuell verdi - */ - manualSource?: string; - - /** - * Benevning - */ - denomination?: string; - - /** - * Størrelse - */ - size?: 'small' | 'medium' | 'large'; - - /** - * Endringstall - */ - changes?: { - /** - * Benevning på endringstall - */ - denomination?: string; - }; - - /** - * Vis som grønn boks - */ - greenBox: boolean; - - /** - * Ordforklaring - */ - glossaryText?: string; - - /** - * Kilde - */ - source?: { - /** - * Tittel - */ - title?: string; - - /** - * URL - */ - url?: string; - }; - - /** - * Ikon - */ - icon?: string; - - /** - * Standardverdi - */ - default?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_KeyFigure_Data'; -} diff --git a/.xp-codegen/site/content-types/map/index.d.ts b/.xp-codegen/site/content-types/map/index.d.ts deleted file mode 100644 index d18b7dc0b..000000000 --- a/.xp-codegen/site/content-types/map/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Map { - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Map_Data'; -} diff --git a/.xp-codegen/site/content-types/menuBox/index.d.ts b/.xp-codegen/site/content-types/menuBox/index.d.ts deleted file mode 100644 index 25198b8bc..000000000 --- a/.xp-codegen/site/content-types/menuBox/index.d.ts +++ /dev/null @@ -1,65 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MenuBox { - /** - * Kort - */ - menu?: Array<{ - /** - * Tittel - */ - title?: string; - - /** - * Undertittel - */ - subtitle?: string; - - /** - * Bilde - */ - image?: string; - - /** - * Lenkemål - */ - urlSrc: - | { - /** - * Selected - */ - _selected: 'manual'; - - /** - * Url - */ - manual: { - /** - * Kildelenke - */ - url: string; - }; - } - | { - /** - * Selected - */ - _selected: 'content'; - - /** - * Lenke til internt innhold - */ - content: { - /** - * Relatert innhold - */ - contentId: string; - }; - }; - }>; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_MenuBox_Data'; -} diff --git a/.xp-codegen/site/content-types/menuDropdown/index.d.ts b/.xp-codegen/site/content-types/menuDropdown/index.d.ts deleted file mode 100644 index bd7cf3391..000000000 --- a/.xp-codegen/site/content-types/menuDropdown/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MenuDropdown { - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_MenuDropdown_Data'; -} diff --git a/.xp-codegen/site/content-types/menuItem/index.d.ts b/.xp-codegen/site/content-types/menuItem/index.d.ts deleted file mode 100644 index 5161588e4..000000000 --- a/.xp-codegen/site/content-types/menuItem/index.d.ts +++ /dev/null @@ -1,55 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MenuItem { - /** - * Ikon - */ - icon?: string; - - /** - * Kortnavn - */ - shortName?: string; - - /** - * Menymål - */ - urlSrc?: - | { - /** - * Selected - */ - _selected: 'manual'; - - /** - * Url lenke - */ - manual: { - /** - * Kildelenke - */ - url?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'content'; - - /** - * Lenke til internt innhold - */ - content: { - /** - * Relatert innhold - */ - contentId?: string; - }; - }; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_MenuItem_Data'; -} diff --git a/.xp-codegen/site/content-types/municipalityAlert/index.d.ts b/.xp-codegen/site/content-types/municipalityAlert/index.d.ts deleted file mode 100644 index d4804e294..000000000 --- a/.xp-codegen/site/content-types/municipalityAlert/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MunicipalityAlert { - /** - * Tekst - */ - message: string; - - /** - * Velg hvilke sidetype varselet skal vises på - */ - municipalPageType: 'kommunefakta' | 'kommuneareal' | 'barn-og-unge' | 'jakt-i-din-kommune' | 'showOnAll'; - - /** - * Velg hvilken kommuner det gjelder her. - */ - municipalCodes?: Array | string; - - /** - * Velg for å gjelde alle kommuner - */ - selectAllMunicipals: boolean; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_MunicipalityAlert_Data'; -} diff --git a/.xp-codegen/site/content-types/omStatistikken/index.d.ts b/.xp-codegen/site/content-types/omStatistikken/index.d.ts deleted file mode 100644 index 1892d8e08..000000000 --- a/.xp-codegen/site/content-types/omStatistikken/index.d.ts +++ /dev/null @@ -1,203 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface OmStatistikken { - /** - * Ingress - */ - ingress: string; - - /** - * Definisjoner - */ - definition?: { - /** - * Definisjoner av viktige begrep og variabler - */ - conceptsAndVariables?: string; - - /** - * Standard klassifikasjoner - */ - standardRatings?: string; - }; - - /** - * Administrative opplysninger - */ - administrativeInformation?: { - /** - * Navn og emne - */ - nameAndSubject?: string; - - /** - * Ansvarlig Seksjon - */ - responsibleDept?: string; - - /** - * Regionalt nivå - */ - regionalLevel?: string; - - /** - * Hyppighet og aktualitet - */ - frequency?: string; - - /** - * Internasjonal rapportering - */ - internationalReporting?: string; - - /** - * Lagring og anvendelse av grunnlagsmaterialet - */ - storageAndUse?: string; - }; - - /** - * Bakgrunn - */ - background?: { - /** - * Formål og historie - */ - purposeAndHistory?: string; - - /** - * Brukere og bruksområder - */ - usersAndUse?: string; - - /** - * Likebehandling av brukere - */ - equalTreatmentUsers?: string; - - /** - * Sammenheng med annen statistikk - */ - relationOtherStatistics?: string; - - /** - * Lovhjemmel - */ - legalAuthority?: string; - - /** - * EØS-referanse - */ - eeaReference?: string; - }; - - /** - * Produksjon - */ - production?: { - /** - * Omfang - */ - scope?: string; - - /** - * Datakilder og utvalg - */ - dataSourcesAndSamples?: string; - - /** - * Datainnsamling, editering og beregninger - */ - dataCollectionEditingAndCalculations?: string; - - /** - * Sesongjustering - */ - seasonalAdjustment?: string; - - /** - * Konfidensialitet - */ - confidentiality?: string; - - /** - * Sammenlignbarhet over tid og sted - */ - comparability?: string; - }; - - /** - * Nøyaktighet og pålitelighet - */ - accuracyAndReliability?: { - /** - * Feilkilder og usikkerhet - */ - errorSources?: string; - - /** - * Revisjon - */ - revision?: string; - }; - - /** - * Relevant dokumentasjon - */ - relevantDocumentation?: string; - - /** - * Om sesongjustering - */ - aboutSeasonalAdjustment?: { - /** - * Generelt om sesongjustering - */ - generalInformation?: string; - - /** - * Hvorfor sesongjusteres denne statistikken? - */ - whySeasonallyAdjustStatistic?: string; - - /** - * Prekorrigering - */ - preTreatment?: string; - - /** - * Sesongjustering - */ - seasonalAdjustment?: string; - - /** - * Revisjonsrutiner - */ - auditProcedures?: string; - - /** - * Kvalitet på sesongjustering - */ - qualityOfSeasonalAdjustment?: string; - - /** - * Spesielle tilfeller - */ - specialCases?: string; - - /** - * Publiseringsrutiner - */ - postingProcedures?: string; - - /** - * Relevant dokumentasjon - */ - relevantDocumentation?: string; - }; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_OmStatistikken_Data'; -} diff --git a/.xp-codegen/site/content-types/operationsAlert/index.d.ts b/.xp-codegen/site/content-types/operationsAlert/index.d.ts deleted file mode 100644 index 8378db00e..000000000 --- a/.xp-codegen/site/content-types/operationsAlert/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface OperationsAlert { - /** - * Tekst - */ - message: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_OperationsAlert_Data'; -} diff --git a/.xp-codegen/site/content-types/page/index.d.ts b/.xp-codegen/site/content-types/page/index.d.ts deleted file mode 100644 index 2b00effed..000000000 --- a/.xp-codegen/site/content-types/page/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Page { - /** - * Tittel - */ - title?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Page_Data'; -} diff --git a/.xp-codegen/site/content-types/project/index.d.ts b/.xp-codegen/site/content-types/project/index.d.ts deleted file mode 100644 index d29a58d2c..000000000 --- a/.xp-codegen/site/content-types/project/index.d.ts +++ /dev/null @@ -1,48 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Project { - /** - * Prosjekt/modellansvarlig - */ - manager?: string; - - /** - * Velg mellom prosjekt eller modell - */ - projectType?: 'project' | 'model'; - - /** - * Periode - */ - projectPeriod?: string; - - /** - * Finansiør - */ - financier?: string; - - /** - * Om Prosjekt/Modell - */ - ingress?: string; - - /** - * Prosjekttekst - */ - body?: string; - - /** - * Prosjektdeltakere - */ - participants?: string; - - /** - * Samarbeidspartnere - */ - collaborators?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Project_Data'; -} diff --git a/.xp-codegen/site/content-types/rewriteVarnish/index.d.ts b/.xp-codegen/site/content-types/rewriteVarnish/index.d.ts deleted file mode 100644 index bb5404110..000000000 --- a/.xp-codegen/site/content-types/rewriteVarnish/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RewriteVarnish { - /** - * Lenker - */ - requests?: Array<{ - /** - * Lenke XP - */ - requestUrl: string; - - /** - * Aktiver regel - */ - enableRule: boolean; - }>; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_RewriteVarnish_Data'; -} diff --git a/.xp-codegen/site/content-types/staticVisualization/index.d.ts b/.xp-codegen/site/content-types/staticVisualization/index.d.ts deleted file mode 100644 index f825b1516..000000000 --- a/.xp-codegen/site/content-types/staticVisualization/index.d.ts +++ /dev/null @@ -1,76 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StaticVisualization { - /** - * Legg til infografikk eller visualisering - */ - image: string; - - /** - * Beskrivende hjelpetekst - */ - longDesc?: string; - - /** - * Tabelldata - */ - tableData?: string; - - /** - * Kilder - */ - sources?: Array< - | { - /** - * Selected - */ - _selected: 'urlSource'; - - /** - * Kilde fra url - */ - urlSource: { - /** - * Tekst til kildelenke - */ - urlText: string; - - /** - * Kildelenke - */ - url: string; - }; - } - | { - /** - * Selected - */ - _selected: 'relatedSource'; - - /** - * Kilde fra XP - */ - relatedSource: { - /** - * Tekst til kildelenke - */ - urlText?: string; - - /** - * Relatert innhold - */ - sourceSelector?: string; - }; - } - >; - - /** - * Fotnote-tekst - */ - footNote?: Array | string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_StaticVisualization_Data'; -} diff --git a/.xp-codegen/site/content-types/statistics/index.d.ts b/.xp-codegen/site/content-types/statistics/index.d.ts deleted file mode 100644 index c5f26673d..000000000 --- a/.xp-codegen/site/content-types/statistics/index.d.ts +++ /dev/null @@ -1,233 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Statistics { - /** - * Statistikk - */ - statistic?: string; - - /** - * Endringsdato - */ - showModifiedDate?: - | { - /** - * Selected - */ - _selected: 'modifiedOption'; - - /** - * Endringsmelding - */ - modifiedOption: { - /** - * Dato og tid - */ - lastModified?: string; - - /** - * Endringstekst - */ - modifiedText?: string; - }; - }; - - /** - * Tabell - */ - mainTable?: string; - - /** - * Vedleggstabell eller figur - */ - attachmentTablesFigures?: Array | string; - - /** - * Fritekstfelt - */ - freeTextAttachmentTablesFigures?: string; - - /** - * Om Statistikken - */ - aboutTheStatistics?: string; - - /** - * Nøkkeltall - */ - statisticsKeyFigure?: string; - - /** - * Lenker til tabeller i statistikkbanken - */ - statbankLinkItemSet?: Array<{ - /** - * Lenketekst - */ - urlText: string; - - /** - * URL - */ - url: string; - }>; - - /** - * Antall tabeller i statbank - */ - linkNumber?: string; - - - relatedStatisticsOptions?: Array< - | { - /** - * Selected - */ - _selected: 'xp'; - - /** - * Statistikk fra XP - */ - xp: { - /** - * Statistikk - */ - contentId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'cms'; - - /** - * Statistikk fra 4.7 - */ - cms: { - /** - * Tittel - */ - title: string; - - /** - * Profileringstekst - */ - profiledText: string; - - /** - * URL - */ - url: string; - }; - } - >; - - /** - * Relaterte eksterne lenker - */ - relatedExternalLinkItemSet?: Array<{ - /** - * Lenketekst - */ - urlText: string; - - /** - * URL - */ - url: string; - }>; - - /** - * Relaterte artikler - */ - relatedArticles?: Array< - | { - /** - * Selected - */ - _selected: 'article'; - - /** - * Artikkel - */ - article: { - /** - * Artikkel fra XP - */ - article: string; - }; - } - | { - /** - * Selected - */ - _selected: 'externalArticle'; - - /** - * Artikkel fra 4.7-CMS - */ - externalArticle: { - /** - * URL - */ - url: string; - - /** - * Tittel - */ - title: string; - - /** - * Type - */ - type?: string; - - /** - * Dato - */ - date?: string; - - /** - * Ingress - */ - preface: string; - - /** - * Bilde - */ - image: string; - }; - } - >; - - /** - * Faktasider - */ - relatedFactPages?: Array | string; - - /** - * Kontakter - */ - contacts?: Array | string; - - /** - * Stikkord - */ - keywords?: string; - - /** - * Delemner - */ - subtopic?: Array | string; - - /** - * Skjul statistikk fra statbank emnetre - */ - hideFromList: boolean; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Statistics_Data'; -} diff --git a/.xp-codegen/site/content-types/table/index.d.ts b/.xp-codegen/site/content-types/table/index.d.ts deleted file mode 100644 index 0f5281333..000000000 --- a/.xp-codegen/site/content-types/table/index.d.ts +++ /dev/null @@ -1,208 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Table { - /** - * Datakilde - */ - dataSource?: - | { - /** - * Selected - */ - _selected: 'tbprocessor'; - - /** - * Tall fra tabellbygger - */ - tbprocessor: { - /** - * URL eller TBML-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankApi'; - - /** - * Api-spørring mot statistikkbanken - */ - statbankApi: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - - /** - * API-spørring mot statistikkbanken (JSON-format) - */ - json?: string; - - /** - * Navn på x-akse dimensjon - */ - xAxisLabel?: string; - - /** - * Navn på y-akse dimensjon - */ - yAxisLabel?: string; - - /** - * Filtrering på dataset - */ - datasetFilterOptions?: - | { - /** - * Selected - */ - _selected: 'municipalityFilter'; - - /** - * Filtrer på kommune - */ - municipalityFilter: { - /** - * Hvilken dimensjon skal filtreres på kommunenummer - */ - municipalityDimension: string; - }; - }; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankSaved'; - - /** - * Lagrede spørringer mot statistikkbanken - */ - statbankSaved: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'htmlTable'; - - /** - * Excel (Kun på innholdstype Tabell) - */ - htmlTable: { - /** - * Kildetabell limt inn fra Excel - */ - html?: string; - - /** - * Fotnote-tekst - */ - footnoteText?: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'dataset'; - - /** - * (Ikke i bruk) Ferdige dataset - */ - dataset: { - /** - * ID - */ - id?: string; - - /** - * Format - */ - format: 'json' | 'csv'; - }; - } - | { - /** - * Selected - */ - _selected: 'klass'; - - /** - * Klass - */ - klass: { - /** - * URL - */ - urlOrId?: string; - }; - }; - - /** - * Kilder - */ - sources?: Array< - | { - /** - * Selected - */ - _selected: 'urlSource'; - - /** - * Kilde fra url - */ - urlSource: { - /** - * Tekst til kildelenke - */ - urlText: string; - - /** - * Kildelenke - */ - url: string; - }; - } - | { - /** - * Selected - */ - _selected: 'relatedSource'; - - /** - * Kilde fra XP - */ - relatedSource: { - /** - * Tekst til kildelenke - */ - urlText?: string; - - /** - * Relatert innhold - */ - sourceSelector?: string; - }; - } - >; - - /** - * Rettemelding - */ - correctionNotice?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_Table_Data'; -} diff --git a/.xp-codegen/site/content-types/upcomingRelease/index.d.ts b/.xp-codegen/site/content-types/upcomingRelease/index.d.ts deleted file mode 100644 index 180926b11..000000000 --- a/.xp-codegen/site/content-types/upcomingRelease/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface UpcomingRelease { - /** - * Publisering - */ - date: string; - - /** - * Innholdstype - */ - contentType: 'article' | 'report' | 'analysis' | 'table' | 'activity' | 'statistics'; - - /** - * Hovedemne - */ - mainSubject: string; - - /** - * Lenke - */ - href?: string; - - /** - * GraphQL name. Also used for separating unions in TypeScript - */ - __typename?: 'mimir_UpcomingRelease_Data'; -} diff --git a/.xp-codegen/site/index.d.ts b/.xp-codegen/site/index.d.ts deleted file mode 100644 index e8f606745..000000000 --- a/.xp-codegen/site/index.d.ts +++ /dev/null @@ -1,89 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export type SiteConfig = XP.SiteConfig; - -declare global { - namespace XP { - interface SiteConfig { - /** - * Kommunedata innhold fra api - */ - municipalDataContentId?: string; - - /** - * Fylkedata innhold fra api - */ - countyDataContentId?: string; - - /** - * Endringslister fra api - */ - municipalChangeListContentId?: string; - - /** - * Standard kommune for å vise i 'preview' mode - */ - defaultMunicipality: string; - - /** - * Kommunefakta instillinger - */ - kommunefakta?: { - /** - * Mappe kartfiler - */ - mapfolder?: string; - }; - - /** - * URL til hjelpeside for statistikkbanken. - */ - statbankHelpLink: string; - - /** - * Språk instillinger - */ - language: Array<{ - /** - * Språktittel (brukt til lenke i header) - */ - label: string; - - /** - * Språkkode (f.eks. 'en', 'no') - */ - code: string; - - /** - * Språklenke: url-stien til språkets 'hjemmeside' - */ - link?: string; - - /** - * Språk tekst/fraser - */ - phrases: 'norwegian' | 'english'; - - /** - * Språkets 'Hjem'-side - */ - homePageId?: string; - - /** - * Header - */ - headerId?: string; - - /** - * Footer - */ - footerId?: string; - - /** - * Standardtegn i tabeller - */ - standardSymbolPage?: string; - }>; - } - } -} diff --git a/.xp-codegen/site/layouts/columns/index.d.ts b/.xp-codegen/site/layouts/columns/index.d.ts deleted file mode 100644 index 6f51a4390..000000000 --- a/.xp-codegen/site/layouts/columns/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Columns { - /** - * Tittel - */ - title?: string; - - /** - * Skjul tittel - */ - hideTitle: boolean; - - /** - * Vis som grid - */ - isGrid: boolean; - - /** - * Kolonnestørrelse - */ - size: 'a' | 'b' | 'c'; -} diff --git a/.xp-codegen/site/layouts/topic/index.d.ts b/.xp-codegen/site/layouts/topic/index.d.ts deleted file mode 100644 index d87037931..000000000 --- a/.xp-codegen/site/layouts/topic/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Topic { - /** - * Tittel - */ - title?: string; - - /** - * Skjul tittel - */ - hideTitle: boolean; -} diff --git a/.xp-codegen/site/layouts/triple/index.d.ts b/.xp-codegen/site/layouts/triple/index.d.ts deleted file mode 100644 index 75b0da5e4..000000000 --- a/.xp-codegen/site/layouts/triple/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Triple { - /** - * Tittel - */ - title?: string; - - /** - * Skjul tittel - */ - hideTitle: boolean; -} diff --git a/.xp-codegen/site/macros/accordion/index.d.ts b/.xp-codegen/site/macros/accordion/index.d.ts deleted file mode 100644 index a6d3019ca..000000000 --- a/.xp-codegen/site/macros/accordion/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Accordion { - /** - * Trekkspill-innhold - */ - accordion: Array | string; -} diff --git a/.xp-codegen/site/macros/factBox/index.d.ts b/.xp-codegen/site/macros/factBox/index.d.ts deleted file mode 100644 index fac37ab12..000000000 --- a/.xp-codegen/site/macros/factBox/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface FactBox { - /** - * Faktaboks - */ - factBox: string; -} diff --git a/.xp-codegen/site/macros/glossary/index.d.ts b/.xp-codegen/site/macros/glossary/index.d.ts deleted file mode 100644 index 265754fa8..000000000 --- a/.xp-codegen/site/macros/glossary/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Glossary { - /** - * Ord - */ - text: string; - - /** - * Forklaring til ordet - */ - explanation: string; -} diff --git a/.xp-codegen/site/macros/headerLink/index.d.ts b/.xp-codegen/site/macros/headerLink/index.d.ts deleted file mode 100644 index 4a10a5c00..000000000 --- a/.xp-codegen/site/macros/headerLink/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface HeaderLink { - /** - * Innhold - */ - linkedContent: string; - - /** - * Lenketekst - */ - linkText: string; -} diff --git a/.xp-codegen/site/macros/highchart/index.d.ts b/.xp-codegen/site/macros/highchart/index.d.ts deleted file mode 100644 index d0e0f6045..000000000 --- a/.xp-codegen/site/macros/highchart/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Highchart { - /** - * Highchart - */ - highchart: string; -} diff --git a/.xp-codegen/site/macros/highmap/index.d.ts b/.xp-codegen/site/macros/highmap/index.d.ts deleted file mode 100644 index 563c4579f..000000000 --- a/.xp-codegen/site/macros/highmap/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Highmap { - /** - * Highmap - */ - highmap: string; -} diff --git a/.xp-codegen/site/macros/links/index.d.ts b/.xp-codegen/site/macros/links/index.d.ts deleted file mode 100644 index 8aa262e76..000000000 --- a/.xp-codegen/site/macros/links/index.d.ts +++ /dev/null @@ -1,63 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Links { - /** - * Velg lenketype - */ - linkTypes: 'tableLink' | 'headerLink' | 'profiledLink'; - - /** - * Tittel - */ - title?: string; - - /** - * Lenketekst - */ - description?: string; - - /** - * Url - */ - url?: string; - - /** - * Relatert innhold - */ - relatedContent?: string; - - /** - * Lenketekst - */ - linkText?: string; - - /** - * URL - */ - headerLinkHref?: string; - - /** - * Innhold - */ - linkedContent?: string; - - /** - * Lenketekst - */ - text?: string; - - /** - * Med ikon - */ - withIcon: boolean; - - /** - * URL - */ - profiledLinkHref?: string; - - /** - * Innhold - */ - contentUrl?: string; -} diff --git a/.xp-codegen/site/macros/staticVisualization/index.d.ts b/.xp-codegen/site/macros/staticVisualization/index.d.ts deleted file mode 100644 index 1e5cd9e56..000000000 --- a/.xp-codegen/site/macros/staticVisualization/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StaticVisualization { - /** - * Velg en statisk visualisering - */ - staticVisualizationContent: string; -} diff --git a/.xp-codegen/site/macros/tableLink/index.d.ts b/.xp-codegen/site/macros/tableLink/index.d.ts deleted file mode 100644 index e08be294b..000000000 --- a/.xp-codegen/site/macros/tableLink/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface TableLink { - /** - * Tittel - */ - title: string; - - /** - * Lenketekst - */ - description: string; - - /** - * Url - */ - href?: string; - - /** - * Relatert innhold - */ - relatedContent?: string; -} diff --git a/.xp-codegen/site/mixins/accordion/index.d.ts b/.xp-codegen/site/mixins/accordion/index.d.ts deleted file mode 100644 index a6d3019ca..000000000 --- a/.xp-codegen/site/mixins/accordion/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Accordion { - /** - * Trekkspill-innhold - */ - accordion: Array | string; -} diff --git a/.xp-codegen/site/mixins/contacts/index.d.ts b/.xp-codegen/site/mixins/contacts/index.d.ts deleted file mode 100644 index 05633a40e..000000000 --- a/.xp-codegen/site/mixins/contacts/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Contacts { - /** - * Kontakter - */ - contacts?: Array | string; -} diff --git a/.xp-codegen/site/mixins/dataSource/index.d.ts b/.xp-codegen/site/mixins/dataSource/index.d.ts deleted file mode 100644 index 38260515c..000000000 --- a/.xp-codegen/site/mixins/dataSource/index.d.ts +++ /dev/null @@ -1,150 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface DataSource { - /** - * Datakilde - */ - dataSource?: - | { - /** - * Selected - */ - _selected: 'tbprocessor'; - - /** - * Tall fra tabellbygger - */ - tbprocessor: { - /** - * URL eller TBML-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankApi'; - - /** - * Api-spørring mot statistikkbanken - */ - statbankApi: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - - /** - * API-spørring mot statistikkbanken (JSON-format) - */ - json?: string; - - /** - * Navn på x-akse dimensjon - */ - xAxisLabel?: string; - - /** - * Navn på y-akse dimensjon - */ - yAxisLabel?: string; - - /** - * Filtrering på dataset - */ - datasetFilterOptions?: - | { - /** - * Selected - */ - _selected: 'municipalityFilter'; - - /** - * Filtrer på kommune - */ - municipalityFilter: { - /** - * Hvilken dimensjon skal filtreres på kommunenummer - */ - municipalityDimension: string; - }; - }; - }; - } - | { - /** - * Selected - */ - _selected: 'statbankSaved'; - - /** - * Lagrede spørringer mot statistikkbanken - */ - statbankSaved: { - /** - * URL eller tabell-id - */ - urlOrId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'htmlTable'; - - /** - * Excel (Kun på innholdstype Tabell) - */ - htmlTable: { - /** - * Kildetabell limt inn fra Excel - */ - html?: string; - - /** - * Fotnote-tekst - */ - footnoteText?: Array | string; - }; - } - | { - /** - * Selected - */ - _selected: 'dataset'; - - /** - * (Ikke i bruk) Ferdige dataset - */ - dataset: { - /** - * ID - */ - id?: string; - - /** - * Format - */ - format: 'json' | 'csv'; - }; - } - | { - /** - * Selected - */ - _selected: 'klass'; - - /** - * Klass - */ - klass: { - /** - * URL - */ - urlOrId?: string; - }; - }; -} diff --git a/.xp-codegen/site/mixins/footnote/index.d.ts b/.xp-codegen/site/mixins/footnote/index.d.ts deleted file mode 100644 index d8bc356c8..000000000 --- a/.xp-codegen/site/mixins/footnote/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Footnote { - /** - * Fotnote-tekst - */ - footNote?: Array | string; -} diff --git a/.xp-codegen/site/mixins/headerLink/index.d.ts b/.xp-codegen/site/mixins/headerLink/index.d.ts deleted file mode 100644 index cb16b4da9..000000000 --- a/.xp-codegen/site/mixins/headerLink/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface HeaderLink { - /** - * Lenketekst - */ - linkText?: string; - - /** - * URL - */ - headerLinkHref?: string; - - /** - * Innhold - */ - linkedContent?: string; -} diff --git a/.xp-codegen/site/mixins/profiledLink/index.d.ts b/.xp-codegen/site/mixins/profiledLink/index.d.ts deleted file mode 100644 index 74ed120a2..000000000 --- a/.xp-codegen/site/mixins/profiledLink/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ProfiledLink { - /** - * Lenketekst - */ - text?: string; - - /** - * Med ikon - */ - withIcon: boolean; - - /** - * URL - */ - profiledLinkHref?: string; - - /** - * Innhold - */ - contentUrl?: string; -} diff --git a/.xp-codegen/site/mixins/relatedArticles/index.d.ts b/.xp-codegen/site/mixins/relatedArticles/index.d.ts deleted file mode 100644 index 38d6627d0..000000000 --- a/.xp-codegen/site/mixins/relatedArticles/index.d.ts +++ /dev/null @@ -1,66 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RelatedArticles { - /** - * Relaterte artikler - */ - relatedArticles?: Array< - | { - /** - * Selected - */ - _selected: 'article'; - - /** - * Artikkel - */ - article: { - /** - * Artikkel fra XP - */ - article: string; - }; - } - | { - /** - * Selected - */ - _selected: 'externalArticle'; - - /** - * Artikkel fra 4.7-CMS - */ - externalArticle: { - /** - * URL - */ - url: string; - - /** - * Tittel - */ - title: string; - - /** - * Type - */ - type?: string; - - /** - * Dato - */ - date?: string; - - /** - * Ingress - */ - preface: string; - - /** - * Bilde - */ - image: string; - }; - } - >; -} diff --git a/.xp-codegen/site/mixins/relatedExternalLinks/index.d.ts b/.xp-codegen/site/mixins/relatedExternalLinks/index.d.ts deleted file mode 100644 index 4241579f6..000000000 --- a/.xp-codegen/site/mixins/relatedExternalLinks/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RelatedExternalLinks { - /** - * Relaterte eksterne lenker - */ - relatedExternalLinkItemSet?: Array<{ - /** - * Lenketekst - */ - urlText: string; - - /** - * URL - */ - url: string; - }>; -} diff --git a/.xp-codegen/site/mixins/relatedFactPage/index.d.ts b/.xp-codegen/site/mixins/relatedFactPage/index.d.ts deleted file mode 100644 index e21b3bbe3..000000000 --- a/.xp-codegen/site/mixins/relatedFactPage/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RelatedFactPage { - /** - * Faktasider - */ - relatedFactPages?: Array | string; -} diff --git a/.xp-codegen/site/mixins/relatedStatistics/index.d.ts b/.xp-codegen/site/mixins/relatedStatistics/index.d.ts deleted file mode 100644 index 80d8b1412..000000000 --- a/.xp-codegen/site/mixins/relatedStatistics/index.d.ts +++ /dev/null @@ -1,49 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RelatedStatistics { - - relatedStatisticsOptions?: Array< - | { - /** - * Selected - */ - _selected: 'xp'; - - /** - * Statistikk fra XP - */ - xp: { - /** - * Statistikk - */ - contentId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'cms'; - - /** - * Statistikk fra 4.7 - */ - cms: { - /** - * Tittel - */ - title: string; - - /** - * Profileringstekst - */ - profiledText: string; - - /** - * URL - */ - url: string; - }; - } - >; -} diff --git a/.xp-codegen/site/mixins/sources/index.d.ts b/.xp-codegen/site/mixins/sources/index.d.ts deleted file mode 100644 index 4e7464de4..000000000 --- a/.xp-codegen/site/mixins/sources/index.d.ts +++ /dev/null @@ -1,51 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Sources { - /** - * Kilder - */ - sources?: Array< - | { - /** - * Selected - */ - _selected: 'urlSource'; - - /** - * Kilde fra url - */ - urlSource: { - /** - * Tekst til kildelenke - */ - urlText: string; - - /** - * Kildelenke - */ - url: string; - }; - } - | { - /** - * Selected - */ - _selected: 'relatedSource'; - - /** - * Kilde fra XP - */ - relatedSource: { - /** - * Tekst til kildelenke - */ - urlText?: string; - - /** - * Relatert innhold - */ - sourceSelector?: string; - }; - } - >; -} diff --git a/.xp-codegen/site/mixins/standardCardsList/index.d.ts b/.xp-codegen/site/mixins/standardCardsList/index.d.ts deleted file mode 100644 index 62abac3c2..000000000 --- a/.xp-codegen/site/mixins/standardCardsList/index.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StandardCardsList { - /** - * Tittel - */ - title?: string; - - /** - * Innhold - */ - statisticsItemSet?: Array<{ - /** - * Ikon - */ - icon?: string; - - /** - * Innhold fra XP - */ - contentXP?: string; - - /** - * Tittel - */ - title?: string; - - /** - * Profileringstekst - */ - profiledText?: string; - - /** - * Lenke - */ - href?: string; - }>; -} diff --git a/.xp-codegen/site/mixins/staticVisualization/index.d.ts b/.xp-codegen/site/mixins/staticVisualization/index.d.ts deleted file mode 100644 index 1e5cd9e56..000000000 --- a/.xp-codegen/site/mixins/staticVisualization/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StaticVisualization { - /** - * Velg en statisk visualisering - */ - staticVisualizationContent: string; -} diff --git a/.xp-codegen/site/mixins/statistic/index.d.ts b/.xp-codegen/site/mixins/statistic/index.d.ts deleted file mode 100644 index 96c96fb68..000000000 --- a/.xp-codegen/site/mixins/statistic/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Statistic { - /** - * Statistikk - */ - statistic?: string; -} diff --git a/.xp-codegen/site/mixins/subtopic/index.d.ts b/.xp-codegen/site/mixins/subtopic/index.d.ts deleted file mode 100644 index de7ceac9d..000000000 --- a/.xp-codegen/site/mixins/subtopic/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Subtopic { - /** - * Delemner - */ - subtopic?: Array | string; -} diff --git a/.xp-codegen/site/mixins/tableLink/index.d.ts b/.xp-codegen/site/mixins/tableLink/index.d.ts deleted file mode 100644 index 6ca430519..000000000 --- a/.xp-codegen/site/mixins/tableLink/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface TableLink { - /** - * Tittel - */ - title?: string; - - /** - * Lenketekst - */ - description?: string; - - /** - * Url - */ - url?: string; - - /** - * Relatert innhold - */ - relatedContent?: string; -} diff --git a/.xp-codegen/site/mixins/title/index.d.ts b/.xp-codegen/site/mixins/title/index.d.ts deleted file mode 100644 index a28cc9db5..000000000 --- a/.xp-codegen/site/mixins/title/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Title { - /** - * Tittel - */ - title?: string; - - /** - * Skjul tittel - */ - hideTitle: boolean; -} diff --git a/.xp-codegen/site/pages/default/index.d.ts b/.xp-codegen/site/pages/default/index.d.ts deleted file mode 100644 index 2362a8ab3..000000000 --- a/.xp-codegen/site/pages/default/index.d.ts +++ /dev/null @@ -1,68 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Default { - /** - * Sidetype - */ - pageType: 'default' | 'municipality' | 'factPage'; - - /** - * Hovedemne eller Delemne - */ - subjectType?: 'mainSubject' | 'subSubject'; - - /** - * Emnekode - */ - subjectCode?: string; - - /** - * Skjul Brødsmulesti - */ - hide_breadcrumb: boolean; - - /** - * Velg bakgrunnsfarge - */ - bkg_color: 'white' | 'grey'; - - /** - * Region - */ - regions: Array<{ - /** - * Tittel - */ - title?: string; - - /** - * Skjul tittel - */ - hideTitle: boolean; - - /** - * Visningstype - */ - view: 'full' | 'card' | 'plainSection'; - - /** - * Region - */ - region: 'Rad_A' | 'Rad_B' | 'Rad_C' | 'Rad_D' | 'Rad_E' | 'Rad_F' | 'Rad_G' | 'Rad_H' | 'Rad_I' | 'Rad_J' | 'Rad_K' | 'Rad_L' | 'Rad_M' | 'Rad_N' | 'Rad_O' | 'Rad_P' | 'Rad_Q' | 'Rad_R' | 'Rad_S' | 'Rad_T' | 'Rad_U' | 'Rad_V' | 'Rad_W' | 'Rad_X' | 'Rad_Y' | 'Rad_Z'; - - /** - * Med mørk og skrå bakgrunn - */ - showGreyTriangle: boolean; - - /** - * Grå bakgrunn på region - */ - showGreyBackground: boolean; - - /** - * Toppramme - */ - topBorder: boolean; - }>; -} diff --git a/.xp-codegen/site/parts/accordion/index.d.ts b/.xp-codegen/site/parts/accordion/index.d.ts deleted file mode 100644 index a6d3019ca..000000000 --- a/.xp-codegen/site/parts/accordion/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Accordion { - /** - * Trekkspill-innhold - */ - accordion: Array | string; -} diff --git a/.xp-codegen/site/parts/activeStatistics/index.d.ts b/.xp-codegen/site/parts/activeStatistics/index.d.ts deleted file mode 100644 index b7012cb73..000000000 --- a/.xp-codegen/site/parts/activeStatistics/index.d.ts +++ /dev/null @@ -1,49 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ActiveStatistics { - - relatedStatisticsOptions?: Array< - | { - /** - * Selected - */ - _selected: 'xp'; - - /** - * Statistikk fra XP - */ - xp: { - /** - * Statistikk - */ - contentId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'cms'; - - /** - * Statistikk fra 4.7 - */ - cms: { - /** - * Tittel - */ - title: string; - - /** - * Profileringstekst - */ - profiledText: string; - - /** - * URL - */ - url: string; - }; - } - >; -} diff --git a/.xp-codegen/site/parts/articleList/index.d.ts b/.xp-codegen/site/parts/articleList/index.d.ts deleted file mode 100644 index 59ffcf09f..000000000 --- a/.xp-codegen/site/parts/articleList/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ArticleList { - /** - * Lenke til Publikasjonsarkiv - */ - pubArchiveUrl: string; -} diff --git a/.xp-codegen/site/parts/banner/index.d.ts b/.xp-codegen/site/parts/banner/index.d.ts deleted file mode 100644 index 7ada194e4..000000000 --- a/.xp-codegen/site/parts/banner/index.d.ts +++ /dev/null @@ -1,61 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Banner { - /** - * Bakgrunnsbilde - */ - image?: string; - - /** - * Hvor skal banneret brukes? - */ - pageType: - | { - /** - * Selected - */ - _selected: 'kommunefakta'; - - /** - * Kommunefakta - */ - kommunefakta: Record; - } - | { - /** - * Selected - */ - _selected: 'faktaside'; - - /** - * Faktaside - */ - faktaside: { - /** - * Stikktittel - */ - subTitle?: string; - - /** - * Tittel på faktaside - */ - title?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'general'; - - /** - * Annet - */ - general: { - /** - * Tittel - */ - generalTitle?: string; - }; - }; -} diff --git a/.xp-codegen/site/parts/bkibolCalculator/index.d.ts b/.xp-codegen/site/parts/bkibolCalculator/index.d.ts deleted file mode 100644 index 4fbafc730..000000000 --- a/.xp-codegen/site/parts/bkibolCalculator/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface BkibolCalculator { - /** - * Artikkel BKIBOL kalkulator - */ - bkibolCalculatorArticle?: string; -} diff --git a/.xp-codegen/site/parts/button/index.d.ts b/.xp-codegen/site/parts/button/index.d.ts deleted file mode 100644 index b5a0b2611..000000000 --- a/.xp-codegen/site/parts/button/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Button { - /** - * Knapp - */ - button: Array | string; -} diff --git a/.xp-codegen/site/parts/categoryLinks/index.d.ts b/.xp-codegen/site/parts/categoryLinks/index.d.ts deleted file mode 100644 index cf1066f1b..000000000 --- a/.xp-codegen/site/parts/categoryLinks/index.d.ts +++ /dev/null @@ -1,60 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface CategoryLinks { - /** - * Kort - */ - CategoryLinkItemSet?: Array<{ - /** - * Lenketittel - */ - titleText: string; - - /** - * Forklaringstekst - */ - subText: string; - - /** - * Lenkemål - */ - href: string; - }>; - - /** - * Metode og Dokumentasjon - */ - methodsDocumentation?: - | { - /** - * Selected - */ - _selected: 'urlSource'; - - /** - * Url - */ - urlSource: { - /** - * Url - */ - url: string; - }; - } - | { - /** - * Selected - */ - _selected: 'relatedSource'; - - /** - * Innhold XP - */ - relatedSource: { - /** - * Lenkemål - */ - content?: string; - }; - }; -} diff --git a/.xp-codegen/site/parts/contact/index.d.ts b/.xp-codegen/site/parts/contact/index.d.ts deleted file mode 100644 index 94e53c8b2..000000000 --- a/.xp-codegen/site/parts/contact/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Contact { - /** - * Overskrift på kontaktområde - */ - label?: string; - - /** - * Kontakter - */ - contacts?: Array | string; -} diff --git a/.xp-codegen/site/parts/divider/index.d.ts b/.xp-codegen/site/parts/divider/index.d.ts deleted file mode 100644 index 06610f068..000000000 --- a/.xp-codegen/site/parts/divider/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Divider { - /** - * Farge - */ - dividerColor?: 'dark' | 'light'; -} diff --git a/.xp-codegen/site/parts/downloadLink/index.d.ts b/.xp-codegen/site/parts/downloadLink/index.d.ts deleted file mode 100644 index e7d2f79ad..000000000 --- a/.xp-codegen/site/parts/downloadLink/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface DownloadLink { - /** - * Tekst - */ - text?: string; - - /** - * Innhold - */ - file?: string; -} diff --git a/.xp-codegen/site/parts/employeeList/index.d.ts b/.xp-codegen/site/parts/employeeList/index.d.ts deleted file mode 100644 index ff13a7bd7..000000000 --- a/.xp-codegen/site/parts/employeeList/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface EmployeeList { - /** - * Ingress - */ - ingress?: string; -} diff --git a/.xp-codegen/site/parts/endedStatistics/index.d.ts b/.xp-codegen/site/parts/endedStatistics/index.d.ts deleted file mode 100644 index de35036b6..000000000 --- a/.xp-codegen/site/parts/endedStatistics/index.d.ts +++ /dev/null @@ -1,49 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface EndedStatistics { - - relatedStatisticsOptions?: Array< - | { - /** - * Selected - */ - _selected: 'xp'; - - /** - * Statistikk fra XP - */ - xp: { - /** - * Statistikk - */ - contentId?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'cms'; - - /** - * Statistikk fra 4.7 - */ - cms: { - /** - * Tittel - */ - title: string; - - /** - * Profileringstekst - */ - profiledText: string; - - /** - * URL - */ - url: string; - }; - } - >; -} diff --git a/.xp-codegen/site/parts/entryLinks/index.d.ts b/.xp-codegen/site/parts/entryLinks/index.d.ts deleted file mode 100644 index c8e3c799d..000000000 --- a/.xp-codegen/site/parts/entryLinks/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface EntryLinks { - /** - * Inngang - */ - entryLinks?: Array<{ - /** - * Tittel - */ - title: string; - - /** - * URL - */ - href: string; - - /** - * Ikon - */ - icon: string; - - /** - * Mobil-Ikon - */ - mobileIcon: string; - }>; -} diff --git a/.xp-codegen/site/parts/externalCard/index.d.ts b/.xp-codegen/site/parts/externalCard/index.d.ts deleted file mode 100644 index 8afe260d6..000000000 --- a/.xp-codegen/site/parts/externalCard/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ExternalCard { - /** - * Ekstern card - */ - externalCards: Array<{ - /** - * Bilde - */ - image: string; - - /** - * Tekst - */ - content: string; - - /** - * Lenke tekst - */ - linkText: string; - - /** - * Lenke url - */ - linkUrl: string; - }>; -} diff --git a/.xp-codegen/site/parts/factBox/index.d.ts b/.xp-codegen/site/parts/factBox/index.d.ts deleted file mode 100644 index fac37ab12..000000000 --- a/.xp-codegen/site/parts/factBox/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface FactBox { - /** - * Faktaboks - */ - factBox: string; -} diff --git a/.xp-codegen/site/parts/frontPageBanner/index.d.ts b/.xp-codegen/site/parts/frontPageBanner/index.d.ts deleted file mode 100644 index 7c6443d9a..000000000 --- a/.xp-codegen/site/parts/frontPageBanner/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface FrontPageBanner { - /** - * banner tekst - */ - text: string; - - /** - * Bilde - */ - image: string; -} diff --git a/.xp-codegen/site/parts/frontpageKeyfigures/index.d.ts b/.xp-codegen/site/parts/frontpageKeyfigures/index.d.ts deleted file mode 100644 index 990c3a011..000000000 --- a/.xp-codegen/site/parts/frontpageKeyfigures/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface FrontpageKeyfigures { - /** - * Nøkkeltall - */ - keyfiguresFrontpage?: Array<{ - /** - * Nøkkeltall - */ - keyfigure?: string; - - /** - * Lenketekst - */ - urlText: string; - - /** - * Lenke på nøkkeltall - */ - url: string; - }>; -} diff --git a/.xp-codegen/site/parts/highchart/index.d.ts b/.xp-codegen/site/parts/highchart/index.d.ts deleted file mode 100644 index 9deb36bd7..000000000 --- a/.xp-codegen/site/parts/highchart/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Highchart { - /** - * Graf - */ - highchart: Array | string; -} diff --git a/.xp-codegen/site/parts/highmap/index.d.ts b/.xp-codegen/site/parts/highmap/index.d.ts deleted file mode 100644 index fe29be779..000000000 --- a/.xp-codegen/site/parts/highmap/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Highmap { - /** - * Highmap - */ - highmapId?: string; -} diff --git a/.xp-codegen/site/parts/husleieCalculator/index.d.ts b/.xp-codegen/site/parts/husleieCalculator/index.d.ts deleted file mode 100644 index 6fc1196a6..000000000 --- a/.xp-codegen/site/parts/husleieCalculator/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface HusleieCalculator { - /** - * Artikkel Husleie kalkulator - */ - husleieCalculatorArticle?: string; -} diff --git a/.xp-codegen/site/parts/infoGraphics/index.d.ts b/.xp-codegen/site/parts/infoGraphics/index.d.ts deleted file mode 100644 index 941f22bcc..000000000 --- a/.xp-codegen/site/parts/infoGraphics/index.d.ts +++ /dev/null @@ -1,76 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface InfoGraphics { - /** - * Tittel på visualinseringen - */ - title: string; - - /** - * Infografikk eller visualisering - */ - image: string; - - /** - * Kilder - */ - sources?: Array< - | { - /** - * Selected - */ - _selected: 'urlSource'; - - /** - * Kilde fra url - */ - urlSource: { - /** - * Tekst til kildelenke - */ - urlText: string; - - /** - * Kildelenke - */ - url: string; - }; - } - | { - /** - * Selected - */ - _selected: 'relatedSource'; - - /** - * Kilde fra XP - */ - relatedSource: { - /** - * Tekst til kildelenke - */ - urlText?: string; - - /** - * Relatert innhold - */ - sourceSelector?: string; - }; - } - >; - - /** - * Fotnote-tekst - */ - footNote?: Array | string; - - /** - * *IKKE LENGER I BRUK* (bruk alt tekst på valgt bilde) - */ - altText?: string; - - /** - * Beskrivende hjelpetekst for blinde - */ - longDesc?: string; -} diff --git a/.xp-codegen/site/parts/keyFigure/index.d.ts b/.xp-codegen/site/parts/keyFigure/index.d.ts deleted file mode 100644 index 70a3df4a8..000000000 --- a/.xp-codegen/site/parts/keyFigure/index.d.ts +++ /dev/null @@ -1,33 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface KeyFigure { - /** - * Tittel - */ - title?: string; - - /** - * Nøkkeltall - */ - figure?: Array | string; - - /** - * Vis i kolonner - */ - columns: boolean; - - /** - * Kilde - */ - source?: { - /** - * Tittel - */ - title?: string; - - /** - * URL - */ - url?: string; - }; -} diff --git a/.xp-codegen/site/parts/kpiCalculator/index.d.ts b/.xp-codegen/site/parts/kpiCalculator/index.d.ts deleted file mode 100644 index dbd0c184e..000000000 --- a/.xp-codegen/site/parts/kpiCalculator/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface KpiCalculator { - /** - * Artikkel Kpi kalkulator - */ - kpiCalculatorArticle?: string; - - /** - * Bruk på Forside - */ - frontPage: boolean; - - /** - * Ingress kalkulator Forside - */ - ingressFrontpage?: string; -} diff --git a/.xp-codegen/site/parts/links/index.d.ts b/.xp-codegen/site/parts/links/index.d.ts deleted file mode 100644 index c13d7dbb9..000000000 --- a/.xp-codegen/site/parts/links/index.d.ts +++ /dev/null @@ -1,96 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Links { - /** - * Lenke type - */ - linkTypes?: - | { - /** - * Selected - */ - _selected: 'tableLink'; - - /** - * Tabell lenke - */ - tableLink: { - /** - * Tittel - */ - title?: string; - - /** - * Lenketekst - */ - description?: string; - - /** - * Url - */ - url?: string; - - /** - * Relatert innhold - */ - relatedContent?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'headerLink'; - - /** - * Uthevet lenke - */ - headerLink: { - /** - * Lenketekst - */ - linkText?: string; - - /** - * URL - */ - headerLinkHref?: string; - - /** - * Innhold - */ - linkedContent?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'profiledLink'; - - /** - * Profilert lenke - */ - profiledLink: { - /** - * Lenketekst - */ - text?: string; - - /** - * Med ikon - */ - withIcon: boolean; - - /** - * URL - */ - profiledLinkHref?: string; - - /** - * Innhold - */ - contentUrl?: string; - }; - }; -} diff --git a/.xp-codegen/site/parts/localSearch/index.d.ts b/.xp-codegen/site/parts/localSearch/index.d.ts deleted file mode 100644 index 888dfc086..000000000 --- a/.xp-codegen/site/parts/localSearch/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface LocalSearch { - /** - * Søke tittel - */ - title: string; - - /** - * Tekst i søkefelt - */ - searchPlaceholder: string; - - /** - * Søkbar mappe - */ - searchFolder: string; -} diff --git a/.xp-codegen/site/parts/mailChimpForm/index.d.ts b/.xp-codegen/site/parts/mailChimpForm/index.d.ts deleted file mode 100644 index 65fc63258..000000000 --- a/.xp-codegen/site/parts/mailChimpForm/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MailChimpForm { - /** - * Ingress - */ - text?: string; - - /** - * Mailchimp endepunkt eller mailmojo url - */ - mailchimpEndpoint: string; - - /** - * Mailchimp ID - */ - mailchimpId?: string; -} diff --git a/.xp-codegen/site/parts/map/index.d.ts b/.xp-codegen/site/parts/map/index.d.ts deleted file mode 100644 index 4f58b6b12..000000000 --- a/.xp-codegen/site/parts/map/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Map { - /** - * Kart - */ - map: Array | string; -} diff --git a/.xp-codegen/site/parts/maths/index.d.ts b/.xp-codegen/site/parts/maths/index.d.ts deleted file mode 100644 index 4cea0b2b5..000000000 --- a/.xp-codegen/site/parts/maths/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Maths { - /** - * Formel - */ - mathsFormula: string; -} diff --git a/.xp-codegen/site/parts/menuBox/index.d.ts b/.xp-codegen/site/parts/menuBox/index.d.ts deleted file mode 100644 index 5a31fad49..000000000 --- a/.xp-codegen/site/parts/menuBox/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MenuBox { - /** - * Kort - */ - menu: string; - - /** - * Høyde på bokser - */ - height: 'default' | 'fixed'; -} diff --git a/.xp-codegen/site/parts/menuDropdown/index.d.ts b/.xp-codegen/site/parts/menuDropdown/index.d.ts deleted file mode 100644 index c724cf332..000000000 --- a/.xp-codegen/site/parts/menuDropdown/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface MenuDropdown { - /** - * Meny - */ - menu: string; - - /** - * Hovedside - */ - basePage: string; - - /** - * Kommunefakta versjon - */ - modeMunicipality: boolean; -} diff --git a/.xp-codegen/site/parts/nameSearch/index.d.ts b/.xp-codegen/site/parts/nameSearch/index.d.ts deleted file mode 100644 index b51d152f0..000000000 --- a/.xp-codegen/site/parts/nameSearch/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface NameSearch { - /** - * Ingress - */ - nameSearchDescription?: string; - - /** - * Lenke tittel - */ - aboutLinkTitle: string; - - /** - * Lenkemål - */ - aboutLinkTarget?: string; - - /** - * Bruk på Forside - */ - frontPage: boolean; -} diff --git a/.xp-codegen/site/parts/pictureCardLinks/index.d.ts b/.xp-codegen/site/parts/pictureCardLinks/index.d.ts deleted file mode 100644 index 2486f0290..000000000 --- a/.xp-codegen/site/parts/pictureCardLinks/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface PictureCardLinks { - /** - * Redaksjonell boks - */ - pictureCardLinks: Array<{ - /** - * Tittel - */ - title: string; - - /** - * Ingress - */ - subTitle: string; - - /** - * Lenke - */ - href: string; - - /** - * Bilde - */ - image: string; - }>; -} diff --git a/.xp-codegen/site/parts/pifCalculator/index.d.ts b/.xp-codegen/site/parts/pifCalculator/index.d.ts deleted file mode 100644 index a98d2b659..000000000 --- a/.xp-codegen/site/parts/pifCalculator/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface PifCalculator { - /** - * Artikkel PIF kalkulator - */ - pifCalculatorArticle?: string; -} diff --git a/.xp-codegen/site/parts/profiledBox/index.d.ts b/.xp-codegen/site/parts/profiledBox/index.d.ts deleted file mode 100644 index 5a4b47fac..000000000 --- a/.xp-codegen/site/parts/profiledBox/index.d.ts +++ /dev/null @@ -1,70 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ProfiledBox { - /** - * Retning - */ - cardOrientation: 'horizontal' | 'vertical'; - - /** - * Bilde - */ - image: string; - - /** - * Innhold - */ - content?: string; - - /** - * Dato - */ - date?: string; - - /** - * Tittel - */ - title: string; - - /** - * Ingress - */ - preamble: string; - - /** - * Lenke - */ - urlContentSelector: - | { - /** - * Selected - */ - _selected: 'optionLink'; - - /** - * URL - */ - optionLink: { - /** - * Lenke - */ - link?: string; - }; - } - | { - /** - * Selected - */ - _selected: 'optionXPContent'; - - /** - * XP-innhold - */ - optionXPContent: { - /** - * Innhold i XP - */ - xpContent?: string; - }; - }; -} diff --git a/.xp-codegen/site/parts/profiledLinkIcon/index.d.ts b/.xp-codegen/site/parts/profiledLinkIcon/index.d.ts deleted file mode 100644 index fd3d8782c..000000000 --- a/.xp-codegen/site/parts/profiledLinkIcon/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ProfiledLinkIcon { - /** - * Lenker - */ - profiledLinkItemSet?: Array<{ - /** - * Lenketekst - */ - text?: string; - - /** - * Innhold - */ - href?: string; - }>; -} diff --git a/.xp-codegen/site/parts/pubArchiveCalendarLinks/index.d.ts b/.xp-codegen/site/parts/pubArchiveCalendarLinks/index.d.ts deleted file mode 100644 index 25addf801..000000000 --- a/.xp-codegen/site/parts/pubArchiveCalendarLinks/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface PubArchiveCalendarLinks { - /** - * Lenke til Publikasjonsarkiv - */ - pubArchiveUrl: string; - - /** - * Lenke til Statistikk kalender - */ - statCalendarUrl: string; -} diff --git a/.xp-codegen/site/parts/publicationArchive/index.d.ts b/.xp-codegen/site/parts/publicationArchive/index.d.ts deleted file mode 100644 index 9bebe1a67..000000000 --- a/.xp-codegen/site/parts/publicationArchive/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface PublicationArchive { - /** - * Ingress - */ - ingress?: string; -} diff --git a/.xp-codegen/site/parts/relatedFactPage/index.d.ts b/.xp-codegen/site/parts/relatedFactPage/index.d.ts deleted file mode 100644 index 9a6b6bd08..000000000 --- a/.xp-codegen/site/parts/relatedFactPage/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RelatedFactPage { - /** - * Tittel - */ - title?: string; - - /** - * Innholdsliste - */ - itemList?: string; - - /** - * Faktasider - */ - relatedFactPages?: Array | string; -} diff --git a/.xp-codegen/site/parts/relatedKostra/index.d.ts b/.xp-codegen/site/parts/relatedKostra/index.d.ts deleted file mode 100644 index ae4418543..000000000 --- a/.xp-codegen/site/parts/relatedKostra/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface RelatedKostra { - /** - * Overskrft - */ - title: string; - - /** - * Beskrivelse - */ - description: string; - - /** - * KOSTRA lenke tekst - */ - kostraLinkText: string; - - /** - * KOSTRA lenke - */ - kostraLink: string; -} diff --git a/.xp-codegen/site/parts/releasedStatistics/index.d.ts b/.xp-codegen/site/parts/releasedStatistics/index.d.ts deleted file mode 100644 index 78e2eadd5..000000000 --- a/.xp-codegen/site/parts/releasedStatistics/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface ReleasedStatistics { - /** - * Antall statistikker i liste - */ - numberOfStatistics: string; -} diff --git a/.xp-codegen/site/parts/searchResult/index.d.ts b/.xp-codegen/site/parts/searchResult/index.d.ts deleted file mode 100644 index bce67c6bc..000000000 --- a/.xp-codegen/site/parts/searchResult/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface SearchResult { - /** - * Side for søkeresultat - */ - searchResultPage?: string; - - /** - * Antall treff pr side - */ - numberOfHits: string; -} diff --git a/.xp-codegen/site/parts/standardCardsList/index.d.ts b/.xp-codegen/site/parts/standardCardsList/index.d.ts deleted file mode 100644 index 62abac3c2..000000000 --- a/.xp-codegen/site/parts/standardCardsList/index.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StandardCardsList { - /** - * Tittel - */ - title?: string; - - /** - * Innhold - */ - statisticsItemSet?: Array<{ - /** - * Ikon - */ - icon?: string; - - /** - * Innhold fra XP - */ - contentXP?: string; - - /** - * Tittel - */ - title?: string; - - /** - * Profileringstekst - */ - profiledText?: string; - - /** - * Lenke - */ - href?: string; - }>; -} diff --git a/.xp-codegen/site/parts/statbankBox/index.d.ts b/.xp-codegen/site/parts/statbankBox/index.d.ts deleted file mode 100644 index 98d6264aa..000000000 --- a/.xp-codegen/site/parts/statbankBox/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StatbankBox { - /** - * Overstyr tittel - */ - title?: string; - - /** - * Overstyr lenke - */ - href?: string; - - /** - * Full bredde på boksen - */ - fullWidthCheckBox: boolean; -} diff --git a/.xp-codegen/site/parts/staticVisualization/index.d.ts b/.xp-codegen/site/parts/staticVisualization/index.d.ts deleted file mode 100644 index 1e5cd9e56..000000000 --- a/.xp-codegen/site/parts/staticVisualization/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface StaticVisualization { - /** - * Velg en statisk visualisering - */ - staticVisualizationContent: string; -} diff --git a/.xp-codegen/site/parts/table/index.d.ts b/.xp-codegen/site/parts/table/index.d.ts deleted file mode 100644 index 052ff2577..000000000 --- a/.xp-codegen/site/parts/table/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface Table { - /** - * Velg tabell - */ - table?: string; -} diff --git a/.xp-codegen/site/parts/upcomingReleases/index.d.ts b/.xp-codegen/site/parts/upcomingReleases/index.d.ts deleted file mode 100644 index 0a2bdae9a..000000000 --- a/.xp-codegen/site/parts/upcomingReleases/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface UpcomingReleases { - /** - * Ingress - */ - preface: string; - - /** - * Antall dager pr 'side' - */ - numberOfDays: string; -} diff --git a/.xp-codegen/site/x-data/index.d.ts b/.xp-codegen/site/x-data/index.d.ts deleted file mode 100644 index bcef06574..000000000 --- a/.xp-codegen/site/x-data/index.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export type SubjectTag = import("./subjectTag").SubjectTag - -declare global { - interface XpXData { - "mimir"?: { - subjectTag?: SubjectTag; - } - } -} diff --git a/.xp-codegen/site/x-data/subjectTag/index.d.ts b/.xp-codegen/site/x-data/subjectTag/index.d.ts deleted file mode 100644 index a2cfe4c50..000000000 --- a/.xp-codegen/site/x-data/subjectTag/index.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface SubjectTag { - /** - * Hovedemnekoder - */ - mainSubjects?: Array | string; - - /** - * Delemnekoder - */ - subSubjects?: Array | string; -} diff --git a/.xp-codegen/tasks/banVarnishPageCache/index.d.ts b/.xp-codegen/tasks/banVarnishPageCache/index.d.ts deleted file mode 100644 index b453c902b..000000000 --- a/.xp-codegen/tasks/banVarnishPageCache/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface BanVarnishPageCache { - /** - * ID of content to clear - */ - pageIds: Array | string; -} diff --git a/.xp-codegen/tasks/cleanupPublishDataset/index.d.ts b/.xp-codegen/tasks/cleanupPublishDataset/index.d.ts deleted file mode 100644 index faa452e0a..000000000 --- a/.xp-codegen/tasks/cleanupPublishDataset/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface CleanupPublishDataset { - /** - * JobId - */ - jobId: string; - - /** - * StatisticsContentId - */ - statisticsContentId: string; - - /** - * StatisticsId - */ - statisticsId: string; - - /** - * PublicationItem - */ - publicationItem: string; -} diff --git a/.xp-codegen/tasks/publishDataset/index.d.ts b/.xp-codegen/tasks/publishDataset/index.d.ts deleted file mode 100644 index 86a7bf52e..000000000 --- a/.xp-codegen/tasks/publishDataset/index.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface PublishDataset { - /** - * JobId - */ - jobId: string; - - /** - * StatisticsContentId - */ - statisticsContentId: string; - - /** - * StatisticsId - */ - statisticsId: string; - - /** - * PublicationItem - */ - publicationItem: string; - - /** - * DatasetIndex - */ - datasetIndex: string; -} diff --git a/.xp-codegen/tasks/publishJob/index.d.ts b/.xp-codegen/tasks/publishJob/index.d.ts deleted file mode 100644 index 54fb4820a..000000000 --- a/.xp-codegen/tasks/publishJob/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface PublishJob { - -} diff --git a/.xp-codegen/tasks/testTask/index.d.ts b/.xp-codegen/tasks/testTask/index.d.ts deleted file mode 100644 index 5b26605b2..000000000 --- a/.xp-codegen/tasks/testTask/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* eslint-disable prettier/prettier */ - // WARNING: This file was automatically generated by no.item.xp.codegen. You may lose your changes if you edit it. -export interface TestTask { - -} diff --git a/build.gradle b/build.gradle index be23bef42..e89ee1efc 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.apache.tools.ant.taskdefs.condition.Os plugins { id("com.github.node-gradle.node") version "7.0.0" id 'com.enonic.xp.app' version '3.4.0' - id 'no.item.xp.codegen' version '2.2.2' + id 'no.item.xp.codegen' version '2.3.0' } app { diff --git a/gradle.properties b/gradle.properties index 6f6cacc38..9c585e7cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ appDisplayName = Mimir application appName = mimir vendorName = SSB vendorUrl = http://example.com -xpVersion = 7.12.2 +xpVersion = 7.13.3 # Settings for publishing to a Maven repo group = diff --git a/package-lock.json b/package-lock.json index 3d43d6bb9..ec2595829 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,29 +29,29 @@ "@babel/preset-stage-0": "^7.8.3", "@babel/register": "^7.18.9", "@babel/runtime": "^7.22.5", - "@enonic-types/global": "^7.13.0", - "@enonic-types/lib-admin": "^7.12.2", - "@enonic-types/lib-auth": "^7.12.2", - "@enonic-types/lib-cluster": "^7.12.2", - "@enonic-types/lib-common": "^7.12.2", - "@enonic-types/lib-content": "^7.12.2", - "@enonic-types/lib-context": "^7.12.2", - "@enonic-types/lib-event": "^7.13.2", - "@enonic-types/lib-i18n": "^7.13.2", - "@enonic-types/lib-io": "^7.13.2", - "@enonic-types/lib-mail": "^7.13.2", - "@enonic-types/lib-node": "^7.12.2", - "@enonic-types/lib-portal": "^7.12.2", + "@enonic-types/global": "^7.13.3", + "@enonic-types/lib-admin": "^7.13.3", + "@enonic-types/lib-auth": "^7.13.3", + "@enonic-types/lib-cluster": "^7.13.3", + "@enonic-types/lib-common": "^7.13.3", + "@enonic-types/lib-content": "^7.13.3", + "@enonic-types/lib-context": "^7.13.3", + "@enonic-types/lib-event": "^7.13.3", + "@enonic-types/lib-i18n": "^7.13.3", + "@enonic-types/lib-io": "^7.13.3", + "@enonic-types/lib-mail": "^7.13.3", + "@enonic-types/lib-node": "^7.13.3", + "@enonic-types/lib-portal": "^7.13.3", "@enonic-types/lib-react4xp": "4.0.0", - "@enonic-types/lib-repo": "^7.12.2", - "@enonic-types/lib-scheduler": "^7.12.2", - "@enonic-types/lib-task": "^7.13.2", - "@enonic-types/lib-value": "^7.13.1", - "@enonic-types/lib-websocket": "^7.13.2", + "@enonic-types/lib-repo": "^7.13.3", + "@enonic-types/lib-scheduler": "^7.13.3", + "@enonic-types/lib-task": "^7.13.3", + "@enonic-types/lib-value": "^7.13.3", + "@enonic-types/lib-websocket": "^7.13.3", "@enonic/react-components": "^3.1.2", "@enonic/react4xp": "4.1.0", - "@item-enonic-types/global": "^7.12.2", - "@item-enonic-types/lib-cache": "^2.1.1", + "@item-enonic-types/global": "^7.13.1", + "@item-enonic-types/lib-cache": "^2.2.0", "@item-enonic-types/lib-cristin": "^1.3.1", "@item-enonic-types/lib-cron": "^1.1.1", "@item-enonic-types/lib-http-client": "^3.2.1", @@ -74,7 +74,6 @@ "cross-env": "^7.0.3", "css-loader": "^6.7.4", "cssnano": "^5.1.14", - "enonic-types": "^7.12.2", "eslint": "^8.43.0", "eslint-config-google": "~0.14.0", "eslint-config-prettier": "^9.0.0", @@ -135,6 +134,15 @@ "npm": ">= 6.14.8" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@ampproject/remapping": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", @@ -149,14 +157,14 @@ } }, "node_modules/@babel/cli": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.9.tgz", - "integrity": "sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz", + "integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", "commander": "^4.0.1", - "convert-source-map": "^1.1.0", + "convert-source-map": "^2.0.0", "fs-readdir-recursive": "^1.1.0", "glob": "^7.2.0", "make-dir": "^2.1.0", @@ -198,45 +206,46 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dependencies": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", - "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", + "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", - "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", + "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.9", - "@babel/helper-module-transforms": "^7.22.9", - "@babel/helpers": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.8", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.0", + "@babel/helpers": "^7.23.0", + "@babel/parser": "^7.23.0", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.0", + "@babel/types": "^7.23.0", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", + "json5": "^2.2.3", "semver": "^6.3.1" }, "engines": { @@ -248,12 +257,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", - "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -275,25 +284,25 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz", - "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz", - "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", "dev": true, "dependencies": { "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", "browserslist": "^4.21.9", "lru-cache": "^5.1.1", "semver": "^6.3.1" @@ -303,20 +312,20 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz", - "integrity": "sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.15", "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "semver": "^6.3.0" + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -326,14 +335,14 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz", - "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -359,22 +368,22 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -393,39 +402,39 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", - "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", - "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", + "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-simple-access": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -456,14 +465,14 @@ } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz", - "integrity": "sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-wrap-function": "^7.22.9" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -473,20 +482,20 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz", - "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-simple-access": { @@ -534,57 +543,57 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz", - "integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", "dev": true, "dependencies": { "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.10" + "@babel/template": "^7.22.15", + "@babel/types": "^7.22.19" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz", - "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", + "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.6", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.0", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -592,9 +601,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", - "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -604,9 +613,9 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz", - "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz", + "integrity": "sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -619,14 +628,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", - "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.15.tgz", + "integrity": "sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5" + "@babel/plugin-transform-optional-chaining": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -639,6 +648,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, "peer": true, "dependencies": { @@ -656,6 +666,7 @@ "version": "7.20.7", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", "dev": true, "dependencies": { "@babel/compat-data": "^7.20.5", @@ -964,9 +975,9 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz", - "integrity": "sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz", + "integrity": "sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.5", @@ -1014,9 +1025,9 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz", - "integrity": "sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz", + "integrity": "sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -1045,12 +1056,12 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz", - "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.11.tgz", + "integrity": "sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.11", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-class-static-block": "^7.14.5" }, @@ -1062,18 +1073,18 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz", - "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.15.tgz", + "integrity": "sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-function-name": "^7.22.5", "@babel/helper-optimise-call-expression": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", "@babel/helper-split-export-declaration": "^7.22.6", "globals": "^11.1.0" }, @@ -1101,9 +1112,9 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz", - "integrity": "sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz", + "integrity": "sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -1147,9 +1158,9 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz", - "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.11.tgz", + "integrity": "sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1179,9 +1190,9 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz", - "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.11.tgz", + "integrity": "sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1195,9 +1206,9 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz", - "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.15.tgz", + "integrity": "sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -1227,9 +1238,9 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz", - "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.11.tgz", + "integrity": "sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1258,9 +1269,9 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz", - "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.11.tgz", + "integrity": "sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1289,12 +1300,12 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz", - "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz", + "integrity": "sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1305,12 +1316,12 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz", + "integrity": "sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-simple-access": "^7.22.5" }, @@ -1322,15 +1333,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz", - "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz", + "integrity": "sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==", "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1387,9 +1398,9 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz", - "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.11.tgz", + "integrity": "sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1403,9 +1414,9 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz", - "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.11.tgz", + "integrity": "sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1419,16 +1430,16 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz", - "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.15.tgz", + "integrity": "sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", + "@babel/compat-data": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.22.5" + "@babel/plugin-transform-parameters": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -1454,9 +1465,9 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz", - "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.11.tgz", + "integrity": "sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1470,9 +1481,9 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz", - "integrity": "sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz", + "integrity": "sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", @@ -1487,9 +1498,9 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz", - "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.15.tgz", + "integrity": "sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -1518,13 +1529,13 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz", - "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz", + "integrity": "sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.11", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, @@ -1566,16 +1577,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz", - "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz", + "integrity": "sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -1723,13 +1734,13 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz", - "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz", + "integrity": "sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-typescript": "^7.22.5" }, @@ -1804,17 +1815,17 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.10.tgz", - "integrity": "sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.20.tgz", + "integrity": "sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.10", + "@babel/compat-data": "^7.22.20", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.15", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.15", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", @@ -1835,41 +1846,41 @@ "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.22.5", - "@babel/plugin-transform-async-generator-functions": "^7.22.10", + "@babel/plugin-transform-async-generator-functions": "^7.22.15", "@babel/plugin-transform-async-to-generator": "^7.22.5", "@babel/plugin-transform-block-scoped-functions": "^7.22.5", - "@babel/plugin-transform-block-scoping": "^7.22.10", + "@babel/plugin-transform-block-scoping": "^7.22.15", "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-class-static-block": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", + "@babel/plugin-transform-class-static-block": "^7.22.11", + "@babel/plugin-transform-classes": "^7.22.15", "@babel/plugin-transform-computed-properties": "^7.22.5", - "@babel/plugin-transform-destructuring": "^7.22.10", + "@babel/plugin-transform-destructuring": "^7.22.15", "@babel/plugin-transform-dotall-regex": "^7.22.5", "@babel/plugin-transform-duplicate-keys": "^7.22.5", - "@babel/plugin-transform-dynamic-import": "^7.22.5", + "@babel/plugin-transform-dynamic-import": "^7.22.11", "@babel/plugin-transform-exponentiation-operator": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", + "@babel/plugin-transform-export-namespace-from": "^7.22.11", + "@babel/plugin-transform-for-of": "^7.22.15", "@babel/plugin-transform-function-name": "^7.22.5", - "@babel/plugin-transform-json-strings": "^7.22.5", + "@babel/plugin-transform-json-strings": "^7.22.11", "@babel/plugin-transform-literals": "^7.22.5", - "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", + "@babel/plugin-transform-logical-assignment-operators": "^7.22.11", "@babel/plugin-transform-member-expression-literals": "^7.22.5", "@babel/plugin-transform-modules-amd": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-modules-systemjs": "^7.22.5", + "@babel/plugin-transform-modules-commonjs": "^7.22.15", + "@babel/plugin-transform-modules-systemjs": "^7.22.11", "@babel/plugin-transform-modules-umd": "^7.22.5", "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", "@babel/plugin-transform-new-target": "^7.22.5", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", - "@babel/plugin-transform-numeric-separator": "^7.22.5", - "@babel/plugin-transform-object-rest-spread": "^7.22.5", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11", + "@babel/plugin-transform-numeric-separator": "^7.22.11", + "@babel/plugin-transform-object-rest-spread": "^7.22.15", "@babel/plugin-transform-object-super": "^7.22.5", - "@babel/plugin-transform-optional-catch-binding": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.10", - "@babel/plugin-transform-parameters": "^7.22.5", + "@babel/plugin-transform-optional-catch-binding": "^7.22.11", + "@babel/plugin-transform-optional-chaining": "^7.22.15", + "@babel/plugin-transform-parameters": "^7.22.15", "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.5", + "@babel/plugin-transform-private-property-in-object": "^7.22.11", "@babel/plugin-transform-property-literals": "^7.22.5", "@babel/plugin-transform-regenerator": "^7.22.10", "@babel/plugin-transform-reserved-words": "^7.22.5", @@ -1883,7 +1894,7 @@ "@babel/plugin-transform-unicode-regex": "^7.22.5", "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", "@babel/preset-modules": "0.1.6-no-external-plugins", - "@babel/types": "^7.22.10", + "@babel/types": "^7.22.19", "babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs3": "^0.8.3", "babel-plugin-polyfill-regenerator": "^0.5.2", @@ -1912,15 +1923,15 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.5.tgz", - "integrity": "sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.15.tgz", + "integrity": "sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", "@babel/plugin-transform-react-display-name": "^7.22.5", - "@babel/plugin-transform-react-jsx": "^7.22.5", + "@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/plugin-transform-react-jsx-development": "^7.22.5", "@babel/plugin-transform-react-pure-annotations": "^7.22.5" }, @@ -1938,16 +1949,16 @@ "dev": true }, "node_modules/@babel/preset-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", - "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz", + "integrity": "sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-typescript": "^7.22.5" + "@babel/plugin-transform-modules-commonjs": "^7.23.0", + "@babel/plugin-transform-typescript": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -1957,9 +1968,9 @@ } }, "node_modules/@babel/register": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.5.tgz", - "integrity": "sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.15.tgz", + "integrity": "sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==", "dev": true, "dependencies": { "clone-deep": "^4.0.1", @@ -1982,49 +1993,44 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", - "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz", + "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==", "dependencies": { - "regenerator-runtime": "^0.13.11" + "regenerator-runtime": "^0.14.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/runtime/node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" - }, "node_modules/@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.22.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", - "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", + "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.7", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/types": "^7.22.5", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2033,12 +2039,12 @@ } }, "node_modules/@babel/types": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", - "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dependencies": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -2078,6 +2084,11 @@ "stylis": "4.2.0" } }, + "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + }, "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", @@ -2175,161 +2186,110 @@ "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, "node_modules/@enonic-types/core": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.12.2.tgz", - "integrity": "sha512-TjTrOyYkG4pCGk94TTux7gVd9/yyc0boArhSiNmmouOMWBgr56noOcqnoQn8XhbIyC+VIDNBAW+Z1vv7yl+/8g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.3.tgz", + "integrity": "sha512-wi4mNgs+6Pyhs/Zik0NVmPecNjlSR3JvgzHeglGReDVhiEzwQkMvFKx83rO/0HR5+WBX8b4YVlms8i5020E1HQ==", "dev": true }, "node_modules/@enonic-types/global": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@enonic-types/global/-/global-7.13.0.tgz", - "integrity": "sha512-rW3U/djX3v/24LHwRWdhrYPRlhaQNgkfzWKUURjuD0ez64ez0eYSOMcWTY4KlYWW2Vpz4oGxNgzvV9sRG/7ugw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/global/-/global-7.13.3.tgz", + "integrity": "sha512-V2etTglryEW+6i/WP8b64f6ZospVRme5Ku+1IW+biRsXpZqHbS3VGj0BlEeAnaGmBNS1WRVqHN0cGXGH29VRvw==", "dev": true }, "node_modules/@enonic-types/lib-admin": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-admin/-/lib-admin-7.12.2.tgz", - "integrity": "sha512-DsBUwexRwMZHMExjy7FT67XVcY6s+VjdJEIQhEN+h5wB+L1g0FbCjkGLL5rofs6ASE9O4+FdDcqTJIZZ8l1Geg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-admin/-/lib-admin-7.13.3.tgz", + "integrity": "sha512-UA62DOCN5x7Jj4F8MxDpa6l+7GfkZI0O59xvoT5BfJF8JGoKWbhaUadRZsMJiaDhKkQUMjcPLF4bD3FZVGkuPA==", "dev": true }, - "node_modules/@enonic-types/lib-app": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-app/-/lib-app-7.12.2.tgz", - "integrity": "sha512-hntWPJeawIqTuWFClI+FJU8feAqDABInGqHpLfHlMgp0MiTXchxX/Pi7r1zardjw2G+fyiZwpXKolhtgSyQvLw==", - "dev": true, - "dependencies": { - "@enonic-types/core": "7.12.2" - } - }, - "node_modules/@enonic-types/lib-auditlog": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-auditlog/-/lib-auditlog-7.12.2.tgz", - "integrity": "sha512-zE+uooF00ENosSGf+Rl7ejNr9qsgnpZimw9jmACtrFoUGUW9HVpoHTmdFMoizUFMZwmehslK7h8ovSwdEFbsHw==", - "dev": true, - "dependencies": { - "@enonic-types/core": "7.12.2" - } - }, "node_modules/@enonic-types/lib-auth": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-auth/-/lib-auth-7.12.2.tgz", - "integrity": "sha512-eEQAX6SC2qwnJQRauFBv2j8XkbTjoG+OFU85hXtfHDG1SBM+L/iwVnf1n2afXYCTJq6EMvxY/dVJ8k7lA72c7A==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-auth/-/lib-auth-7.13.3.tgz", + "integrity": "sha512-HEme70wCpzqpfWGi2DSMffq2KDKI+u8QJLAeu1k+g49RFWwYcdtC0AXdvu0GN4dzIW/2ITs72JFLW/fAMXM+tw==", "dev": true, "dependencies": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "node_modules/@enonic-types/lib-cluster": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-cluster/-/lib-cluster-7.12.2.tgz", - "integrity": "sha512-+yFDS+ix3MKYnxeDFBhm8SotU9r7zyl2ZzblymYDlvErpPPElD+RukyHuMjn0aCxsirP+UX+f2l32H4Z147vsQ==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-cluster/-/lib-cluster-7.13.3.tgz", + "integrity": "sha512-SKjmzhVT2TpCvogTOUQQp7QswJXbFH5pqmQ9fy2t4teBkEgriY7rXsOMw9otuCHc0fgdEbv2YmlA2Jqxvd5SEw==", "dev": true }, "node_modules/@enonic-types/lib-common": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-common/-/lib-common-7.12.2.tgz", - "integrity": "sha512-8IclFkJKmSYvuBKBPCKmTNN52WfuJXBCqKwNj4k1Tl1Mk9esyUo7eecQWKNzUeRkLpVuGqa/LifjaiwGDutFKQ==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-common/-/lib-common-7.13.3.tgz", + "integrity": "sha512-hSKBtg8cLL7A/O6uQua55AsyFhItzNHcgFjf5mVblMpVCjAnLv5L2Yy6q6h57kYjtmbdzo5X4B35tbeW511jTA==", "dev": true }, "node_modules/@enonic-types/lib-content": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-content/-/lib-content-7.12.2.tgz", - "integrity": "sha512-M49eA0DR1MWGtN0vFvVAucoyb8qjWvcjiJ/2x3SeHJkg9KfugHdi3D3jKfD8ezRhGOs0DAE8bWeQGj86NyHypg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-content/-/lib-content-7.13.3.tgz", + "integrity": "sha512-yzmk06Ix8pRb7Tsu+AjZ1i5DI5aAN2d60p1sxebcWt+PBy38oByP1aCR4HkaMh86ZtO8R/Cgjgh8YH4HDjExig==", "dev": true, "dependencies": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "node_modules/@enonic-types/lib-context": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-7.12.2.tgz", - "integrity": "sha512-+XnHradA3tssqm6jSOJX2iEJoOLw5yZLTOX2z8WO/2xfNxPZX2afobEjrZNnxmYkmnK2KqS+97J5Up5tLojoFg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-7.13.3.tgz", + "integrity": "sha512-f1vrvs9s+DXRXd6541QVd9u+nMB3XaZ7VvJ++4OgwIldD64t8aOMwJUrI+yDgrbIkIiztyurJb6WuMlkombJ6Q==", "dev": true, "dependencies": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "node_modules/@enonic-types/lib-event": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-event/-/lib-event-7.13.2.tgz", - "integrity": "sha512-77RSclGr60MHIJTF6nrrFUGiW++aPfhzE2wokEt/5xAs/KvfYTckbeY9WAw/noYPqd+84Rh73qaFbL6xMxFn4A==", - "dev": true - }, - "node_modules/@enonic-types/lib-export": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-export/-/lib-export-7.12.2.tgz", - "integrity": "sha512-3aIKNQ5UC9FXSeAGz58nA4AdL83ucwnNAzTd4VgxPsptIfGJgXJI42YnjZNW0X10RnX2GchnmI9l4mw6kPb7rg==", - "dev": true, - "dependencies": { - "@enonic-types/core": "7.12.2" - } - }, - "node_modules/@enonic-types/lib-grid": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-grid/-/lib-grid-7.12.2.tgz", - "integrity": "sha512-5V9EzoJYSEiCGBumHePx9TODvfTL7BlTqYoHpNyQCJJEXUy4ZZeqSFplJHUGHTcVmt6Q9311Rsp2NEKlS9JSCA==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-event/-/lib-event-7.13.3.tgz", + "integrity": "sha512-G994ZPWUfj6rFUIiI8Q74V+ECZCtovqa2VNYadxplm30jguQVjhgAL7Cm2xp/Hfz0iqBIcBfkxOzcS9TYX550w==", "dev": true }, "node_modules/@enonic-types/lib-i18n": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-i18n/-/lib-i18n-7.13.2.tgz", - "integrity": "sha512-9smc4S1IloN4rLaU44sk0lMiMRykD0UxiymUsXdzsjHWIoyqYdl5UIY1V9rZFjENqWty/Bg50ayQ5hcwyh3S4g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-i18n/-/lib-i18n-7.13.3.tgz", + "integrity": "sha512-7/eHD0PWuacER+/XbJM2WbL010NbH6gEJLxsg8LKmOXg1Dz+T6KQlSTVK+nyG2SoGt+8kJjFZVNXLirQezbaPg==", "dev": true }, "node_modules/@enonic-types/lib-io": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-7.13.2.tgz", - "integrity": "sha512-xQqQzVuU5ZURIR5HGiUm8ETiWv12Ab29PvMK+bn7TGxqPujKiiZJ4MXAxyyxWB4yxaxb40SKbTX0yOFMyQuR3Q==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-7.13.3.tgz", + "integrity": "sha512-JjFwV1RH44QrSOMPsouTfEbh3eecpd+mWhE6FNj+gdwNV8JkKLqGZuXEYrgB+SLC/aN+Qt7rIa7fog/tTwP8VQ==", "dev": true, "dependencies": { - "@enonic-types/core": "7.13.2" + "@enonic-types/core": "7.13.3" } }, - "node_modules/@enonic-types/lib-io/node_modules/@enonic-types/core": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.2.tgz", - "integrity": "sha512-rX7oxB5MO3iQfPpoqfQSghCIKskI7Yukcz5z1zzQXKg+nnpVWpWt2F6WRWbYlR8fKJstxZAC6MDAjBDOJSl8KA==", - "dev": true - }, "node_modules/@enonic-types/lib-mail": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-mail/-/lib-mail-7.13.2.tgz", - "integrity": "sha512-CMv8NvRJW4nWz3BF/WV2grVKTPRYrS6L0nM6U1KQ3CNtkR8TogaC1am2Ao4FFPc3m+rNLUeH8zp1sUMJTdCE0g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-mail/-/lib-mail-7.13.3.tgz", + "integrity": "sha512-p9ql1X3qNwlYZwNyMxOd7U/wNTd4K0d5zsJAQX+TjLMeJSdrjDSQFPP4rCjyMG7NU9mM5tFpFLemSqzN017E7A==", "dev": true, "dependencies": { - "@enonic-types/core": "7.13.2" + "@enonic-types/core": "7.13.3" } }, - "node_modules/@enonic-types/lib-mail/node_modules/@enonic-types/core": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.2.tgz", - "integrity": "sha512-rX7oxB5MO3iQfPpoqfQSghCIKskI7Yukcz5z1zzQXKg+nnpVWpWt2F6WRWbYlR8fKJstxZAC6MDAjBDOJSl8KA==", - "dev": true - }, "node_modules/@enonic-types/lib-node": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-node/-/lib-node-7.12.2.tgz", - "integrity": "sha512-19bE7MYSZ1gESJXWGilwFKITcQQHbADh58xW1GUvVFYxLStMObcrrBQfbUxv07a3yNW9IiPnpcYLhkl7mOYQbA==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-node/-/lib-node-7.13.3.tgz", + "integrity": "sha512-uyT5S2bbHrWPYOejVyOSaCDyc9QVW/4sG1A9jXVj57KEN5ZvokkRUPz2RSXHQLgg7wCT+Vl8aqDWUPeyUzpw1g==", "dev": true, "dependencies": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "node_modules/@enonic-types/lib-portal": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-7.12.2.tgz", - "integrity": "sha512-7Umd3TfEcu4YPPE2pbZ3AXavy7cYwSj5nTHJFhTvulQxZ7mOP6UWz/I1I3z5RXtM+HVVrTsNweGpFq1v9tyz4g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-7.13.3.tgz", + "integrity": "sha512-Bhy8po+HA6HQsI709Qcxg0i1B7p46IJMO3WZB4YdVDeO6dC56yV1cnsFcuV9PSPSPO51ZOZ7O3zc5SuJ7B5w/g==", "dev": true, "dependencies": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, - "node_modules/@enonic-types/lib-project": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-project/-/lib-project-7.12.2.tgz", - "integrity": "sha512-BYsD9XPiPRAnbPx4fkvYT6Pr8r4+RwyvcIZ9DzPk63bSwo/eW5Wl5ORpiJZyQIFAE6fJtHkYvxCDdpsBDAGJJQ==", - "dev": true - }, "node_modules/@enonic-types/lib-react4xp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@enonic-types/lib-react4xp/-/lib-react4xp-4.0.0.tgz", @@ -2337,69 +2297,42 @@ "dev": true }, "node_modules/@enonic-types/lib-repo": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-repo/-/lib-repo-7.12.2.tgz", - "integrity": "sha512-dSjqnGQy8cbrBWCHSINZtFj7zCl/YbCZE0qFbaBkJ3kEPmR7tbGjhUJK6zdSYvm91ZP98A/juX6swwLjh1tIKg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-repo/-/lib-repo-7.13.3.tgz", + "integrity": "sha512-5EQgGKWf4kLJC/zg5IArWr+SVUx5+fERUXv0HGdbNMcSq5I1eiq9/TwWPU3zfnpf6xH88YyCqBm72wsAYPk2iQ==", "dev": true }, "node_modules/@enonic-types/lib-scheduler": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-scheduler/-/lib-scheduler-7.12.2.tgz", - "integrity": "sha512-UG8ra6slfb0c2mdIpme6nzuL+saOrJD0akPPqugo6IaJjU/Vsu9nbqku1avc9LGhHseXLW88WUXAnUt7wQjATg==", - "dev": true, - "dependencies": { - "@enonic-types/core": "7.12.2" - } - }, - "node_modules/@enonic-types/lib-schema": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-schema/-/lib-schema-7.12.2.tgz", - "integrity": "sha512-gWrNSZSq897j7kqBrHXy/dipLlAjC4TGwoAF+r3sgKASi0wxmPbWq/zxeThRs+j0VXuo36FLT1WJNH1M+sIWlw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-scheduler/-/lib-scheduler-7.13.3.tgz", + "integrity": "sha512-NAIvPTU4c0wOEbm+qZvfpiTRA4O/3qxvJtiUzCiHEFLPd6dG3lYG3ABhtpfv5DPEPlIbjGMb508kCvNad8qRWg==", "dev": true, "dependencies": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "node_modules/@enonic-types/lib-task": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-task/-/lib-task-7.13.2.tgz", - "integrity": "sha512-3vHo1K9iTjRN8AVd6X2GLcXiyNlhL03WzyeAw24Fpj7/XsV+eJSsX5cXEZrQ59d0H80lveF0pF3pVEAlQCIy4A==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-task/-/lib-task-7.13.3.tgz", + "integrity": "sha512-FDKLH8aAGrDPeQZ6/uDiDg9wWCHQt7Avdk07OlLr89Hr6qkLrjxCFy/qwbAdlvleKnvTaNpssb0H4HOWIzJRog==", "dev": true, "dependencies": { - "@enonic-types/core": "7.13.2" + "@enonic-types/core": "7.13.3" } }, - "node_modules/@enonic-types/lib-task/node_modules/@enonic-types/core": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.2.tgz", - "integrity": "sha512-rX7oxB5MO3iQfPpoqfQSghCIKskI7Yukcz5z1zzQXKg+nnpVWpWt2F6WRWbYlR8fKJstxZAC6MDAjBDOJSl8KA==", - "dev": true - }, "node_modules/@enonic-types/lib-value": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-value/-/lib-value-7.13.1.tgz", - "integrity": "sha512-d5BKgXVbgU5mP75zZMeXHS5WhO9tXrlz8wLtknD5xk2WdGqeis0dz0PtPsNGuWbr0AjKyey8TUsKfNpJZYWOvw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-value/-/lib-value-7.13.3.tgz", + "integrity": "sha512-tOQbMXWER6ZiJtB/aRasQaCw8hsCHVjUJnS7IXwjj16rZyWs5dRQ+8tnRCM+Zai5IVCJzDAYQEiI6LhA8YZ5Gw==", "dev": true, "dependencies": { - "@enonic-types/core": "7.13.1" + "@enonic-types/core": "7.13.3" } }, - "node_modules/@enonic-types/lib-value/node_modules/@enonic-types/core": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.1.tgz", - "integrity": "sha512-0DDrJlKZU2M1rd+vk95AKDiQF8e/PKRrplueBml45m1VzuhFODOKdaOSSOlOzOYLlwTHY+ELEe3xWKglNQY8hA==", - "dev": true - }, - "node_modules/@enonic-types/lib-vhost": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-vhost/-/lib-vhost-7.12.2.tgz", - "integrity": "sha512-GA6TNlpCPN2tbeSUgXg6brxiJqqY+Hi26WX7+kpAdupnrT14UrvRL7ur2rMdp45qqBUFPapYbT/CHACNT/gBzw==", - "dev": true - }, "node_modules/@enonic-types/lib-websocket": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-websocket/-/lib-websocket-7.13.2.tgz", - "integrity": "sha512-EvjjvT0wtuGEiXvUDH3NK3BMe/cbEGMy8OBJ4YY9q1yl2ibGZkANEKMJTUKUe976dD3mreEqwZp6LhylcH+rgg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-websocket/-/lib-websocket-7.13.3.tgz", + "integrity": "sha512-AQAyw5PFi2v6pz3kwqVCYBKN22FALgywVLwu66nq38rSuvQr7ceU9/E+Gn9snC5x1mAV9feIFmza7PS7kGgnPA==", "dev": true }, "node_modules/@enonic/react-components": { @@ -2459,9 +2392,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.2.tgz", - "integrity": "sha512-tM8yLeYVe7pRyAu9VMi/Q7aunpLwD139EY1S99xbQkT4/q2qa6eA4ige/WJQYdJ8GBL1K33pPFhPfPdJ/WzT8Q==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.4.tgz", + "integrity": "sha512-uBIbiYMeSsy2U0XQoOGVVcpIktjLMEKa7ryz2RLr7L/vTnANNEsPVAh4xOv7ondGz6ac1zVb0F8Jx20rQikffQ==", "cpu": [ "arm" ], @@ -2475,9 +2408,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.2.tgz", - "integrity": "sha512-lsB65vAbe90I/Qe10OjkmrdxSX4UJDjosDgb8sZUKcg3oefEuW2OT2Vozz8ef7wrJbMcmhvCC+hciF8jY/uAkw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.4.tgz", + "integrity": "sha512-mRsi2vJsk4Bx/AFsNBqOH2fqedxn5L/moT58xgg51DjX1la64Z3Npicut2VbhvDFO26qjWtPMsVxCd80YTFVeg==", "cpu": [ "arm64" ], @@ -2491,9 +2424,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.2.tgz", - "integrity": "sha512-qK/TpmHt2M/Hg82WXHRc/W/2SGo/l1thtDHZWqFq7oi24AjZ4O/CpPSu6ZuYKFkEgmZlFoa7CooAyYmuvnaG8w==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.4.tgz", + "integrity": "sha512-4iPufZ1TMOD3oBlGFqHXBpa3KFT46aLl6Vy7gwed0ZSYgHaZ/mihbYb4t7Z9etjkC9Al3ZYIoOaHrU60gcMy7g==", "cpu": [ "x64" ], @@ -2507,9 +2440,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.2.tgz", - "integrity": "sha512-Ora8JokrvrzEPEpZO18ZYXkH4asCdc1DLdcVy8TGf5eWtPO1Ie4WroEJzwI52ZGtpODy3+m0a2yEX9l+KUn0tA==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.4.tgz", + "integrity": "sha512-Lviw8EzxsVQKpbS+rSt6/6zjn9ashUZ7Tbuvc2YENgRl0yZTktGlachZ9KMJUsVjZEGFVu336kl5lBgDN6PmpA==", "cpu": [ "arm64" ], @@ -2523,9 +2456,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.2.tgz", - "integrity": "sha512-tP+B5UuIbbFMj2hQaUr6EALlHOIOmlLM2FK7jeFBobPy2ERdohI4Ka6ZFjZ1ZYsrHE/hZimGuU90jusRE0pwDw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.4.tgz", + "integrity": "sha512-YHbSFlLgDwglFn0lAO3Zsdrife9jcQXQhgRp77YiTDja23FrC2uwnhXMNkAucthsf+Psr7sTwYEryxz6FPAVqw==", "cpu": [ "x64" ], @@ -2539,9 +2472,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.2.tgz", - "integrity": "sha512-YbPY2kc0acfzL1VPVK6EnAlig4f+l8xmq36OZkU0jzBVHcOTyQDhnKQaLzZudNJQyymd9OqQezeaBgkTGdTGeQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.4.tgz", + "integrity": "sha512-vz59ijyrTG22Hshaj620e5yhs2dU1WJy723ofc+KUgxVCM6zxQESmWdMuVmUzxtGqtj5heHyB44PjV/HKsEmuQ==", "cpu": [ "arm64" ], @@ -2555,9 +2488,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.2.tgz", - "integrity": "sha512-nSO5uZT2clM6hosjWHAsS15hLrwCvIWx+b2e3lZ3MwbYSaXwvfO528OF+dLjas1g3bZonciivI8qKR/Hm7IWGw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.4.tgz", + "integrity": "sha512-3sRbQ6W5kAiVQRBWREGJNd1YE7OgzS0AmOGjDmX/qZZecq8NFlQsQH0IfXjjmD0XtUYqr64e0EKNFjMUlPL3Cw==", "cpu": [ "x64" ], @@ -2571,9 +2504,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.2.tgz", - "integrity": "sha512-Odalh8hICg7SOD7XCj0YLpYCEc+6mkoq63UnExDCiRA2wXEmGlK5JVrW50vZR9Qz4qkvqnHcpH+OFEggO3PgTg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.4.tgz", + "integrity": "sha512-z/4ArqOo9EImzTi4b6Vq+pthLnepFzJ92BnofU1jgNlcVb+UqynVFdoXMCFreTK7FdhqAzH0vmdwW5373Hm9pg==", "cpu": [ "arm" ], @@ -2587,9 +2520,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.2.tgz", - "integrity": "sha512-ig2P7GeG//zWlU0AggA3pV1h5gdix0MA3wgB+NsnBXViwiGgY77fuN9Wr5uoCrs2YzaYfogXgsWZbm+HGr09xg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.4.tgz", + "integrity": "sha512-ZWmWORaPbsPwmyu7eIEATFlaqm0QGt+joRE9sKcnVUG3oBbr/KYdNE2TnkzdQwX6EDRdg/x8Q4EZQTXoClUqqA==", "cpu": [ "arm64" ], @@ -2603,9 +2536,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.2.tgz", - "integrity": "sha512-mLfp0ziRPOLSTek0Gd9T5B8AtzKAkoZE70fneiiyPlSnUKKI4lp+mGEnQXcQEHLJAcIYDPSyBvsUbKUG2ri/XQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.4.tgz", + "integrity": "sha512-EGc4vYM7i1GRUIMqRZNCTzJh25MHePYsnQfKDexD8uPTCm9mK56NIL04LUfX2aaJ+C9vyEp2fJ7jbqFEYgO9lQ==", "cpu": [ "ia32" ], @@ -2619,9 +2552,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.2.tgz", - "integrity": "sha512-hn28+JNDTxxCpnYjdDYVMNTR3SKavyLlCHHkufHV91fkewpIyQchS1d8wSbmXhs1fiYDpNww8KTFlJ1dHsxeSw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.4.tgz", + "integrity": "sha512-WVhIKO26kmm8lPmNrUikxSpXcgd6HDog0cx12BUfA2PkmURHSgx9G6vA19lrlQOMw+UjMZ+l3PpbtzffCxFDRg==", "cpu": [ "loong64" ], @@ -2635,9 +2568,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.2.tgz", - "integrity": "sha512-KbXaC0Sejt7vD2fEgPoIKb6nxkfYW9OmFUK9XQE4//PvGIxNIfPk1NmlHmMg6f25x57rpmEFrn1OotASYIAaTg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.4.tgz", + "integrity": "sha512-keYY+Hlj5w86hNp5JJPuZNbvW4jql7c1eXdBUHIJGTeN/+0QFutU3GrS+c27L+NTmzi73yhtojHk+lr2+502Mw==", "cpu": [ "mips64el" ], @@ -2651,9 +2584,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.2.tgz", - "integrity": "sha512-dJ0kE8KTqbiHtA3Fc/zn7lCd7pqVr4JcT0JqOnbj4LLzYnp+7h8Qi4yjfq42ZlHfhOCM42rBh0EwHYLL6LEzcw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.4.tgz", + "integrity": "sha512-tQ92n0WMXyEsCH4m32S21fND8VxNiVazUbU4IUGVXQpWiaAxOBvtOtbEt3cXIV3GEBydYsY8pyeRMJx9kn3rvw==", "cpu": [ "ppc64" ], @@ -2667,9 +2600,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.2.tgz", - "integrity": "sha512-7Z/jKNFufZ/bbu4INqqCN6DDlrmOTmdw6D0gH+6Y7auok2r02Ur661qPuXidPOJ+FSgbEeQnnAGgsVynfLuOEw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.4.tgz", + "integrity": "sha512-tRRBey6fG9tqGH6V75xH3lFPpj9E8BH+N+zjSUCnFOX93kEzqS0WdyJHkta/mmJHn7MBaa++9P4ARiU4ykjhig==", "cpu": [ "riscv64" ], @@ -2683,9 +2616,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.2.tgz", - "integrity": "sha512-U+RinR6aXXABFCcAY4gSlv4CL1oOVvSSCdseQmGO66H+XyuQGZIUdhG56SZaDJQcLmrSfRmx5XZOWyCJPRqS7g==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.4.tgz", + "integrity": "sha512-152aLpQqKZYhThiJ+uAM4PcuLCAOxDsCekIbnGzPKVBRUDlgaaAfaUl5NYkB1hgY6WN4sPkejxKlANgVcGl9Qg==", "cpu": [ "s390x" ], @@ -2699,9 +2632,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.2.tgz", - "integrity": "sha512-oxzHTEv6VPm3XXNaHPyUTTte+3wGv7qVQtqaZCrgstI16gCuhNOtBXLEBkBREP57YTd68P0VgDgG73jSD8bwXQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.4.tgz", + "integrity": "sha512-Mi4aNA3rz1BNFtB7aGadMD0MavmzuuXNTaYL6/uiYIs08U7YMPETpgNn5oue3ICr+inKwItOwSsJDYkrE9ekVg==", "cpu": [ "x64" ], @@ -2715,9 +2648,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.2.tgz", - "integrity": "sha512-WNa5zZk1XpTTwMDompZmvQLHszDDDN7lYjEHCUmAGB83Bgs20EMs7ICD+oKeT6xt4phV4NDdSi/8OfjPbSbZfQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.4.tgz", + "integrity": "sha512-9+Wxx1i5N/CYo505CTT7T+ix4lVzEdz0uCoYGxM5JDVlP2YdDC1Bdz+Khv6IbqmisT0Si928eAxbmGkcbiuM/A==", "cpu": [ "x64" ], @@ -2731,9 +2664,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.2.tgz", - "integrity": "sha512-S6kI1aT3S++Dedb7vxIuUOb3oAxqxk2Rh5rOXOTYnzN8JzW1VzBd+IqPiSpgitu45042SYD3HCoEyhLKQcDFDw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.4.tgz", + "integrity": "sha512-MFsHleM5/rWRW9EivFssop+OulYVUoVcqkyOkjiynKBCGBj9Lihl7kh9IzrreDyXa4sNkquei5/DTP4uCk25xw==", "cpu": [ "x64" ], @@ -2747,9 +2680,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.2.tgz", - "integrity": "sha512-VXSSMsmb+Z8LbsQGcBMiM+fYObDNRm8p7tkUDMPG/g4fhFX5DEFmjxIEa3N8Zr96SjsJ1woAhF0DUnS3MF3ARw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.4.tgz", + "integrity": "sha512-6Xq8SpK46yLvrGxjp6HftkDwPP49puU4OF0hEL4dTxqCbfx09LyrbUj/D7tmIRMj5D5FCUPksBbxyQhp8tmHzw==", "cpu": [ "x64" ], @@ -2763,9 +2696,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.2.tgz", - "integrity": "sha512-5NayUlSAyb5PQYFAU9x3bHdsqB88RC3aM9lKDAz4X1mo/EchMIT1Q+pSeBXNgkfNmRecLXA0O8xP+x8V+g/LKg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.4.tgz", + "integrity": "sha512-PkIl7Jq4mP6ke7QKwyg4fD4Xvn8PXisagV/+HntWoDEdmerB2LTukRZg728Yd1Fj+LuEX75t/hKXE2Ppk8Hh1w==", "cpu": [ "arm64" ], @@ -2779,9 +2712,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.2.tgz", - "integrity": "sha512-47gL/ek1v36iN0wL9L4Q2MFdujR0poLZMJwhO2/N3gA89jgHp4MR8DKCmwYtGNksbfJb9JoTtbkoe6sDhg2QTA==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.4.tgz", + "integrity": "sha512-ga676Hnvw7/ycdKB53qPusvsKdwrWzEyJ+AtItHGoARszIqvjffTwaaW3b2L6l90i7MO9i+dlAW415INuRhSGg==", "cpu": [ "ia32" ], @@ -2795,9 +2728,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.2.tgz", - "integrity": "sha512-tcuhV7ncXBqbt/Ybf0IyrMcwVOAPDckMK9rXNHtF17UTK18OKLpg08glminN06pt2WCoALhXdLfSPbVvK/6fxw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.4.tgz", + "integrity": "sha512-HP0GDNla1T3ZL8Ko/SHAS2GgtjOg+VmWnnYLhuTksr++EnduYB0f3Y2LzHsUwb2iQ13JGoY6G3R8h6Du/WG6uA==", "cpu": [ "x64" ], @@ -2826,23 +2759,23 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz", - "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz", + "integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.2", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -2858,9 +2791,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.22.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", + "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -2873,31 +2806,40 @@ } }, "node_modules/@eslint/js": { - "version": "8.43.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz", - "integrity": "sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==", + "version": "8.50.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz", + "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@floating-ui/core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.3.0.tgz", - "integrity": "sha512-vX1WVAdPjZg9DkDkC+zEx/tKtnST6/qcNpwcjeBgco3XRNHz5PUA+ivi/yr6G3o0kMR60uKBJcfOdfzOFI7PMQ==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz", + "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==", + "dependencies": { + "@floating-ui/utils": "^0.1.3" + } }, "node_modules/@floating-ui/dom": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.3.0.tgz", - "integrity": "sha512-qIAwejE3r6NeA107u4ELDKkH8+VtgRKdXqtSPaKflL2S2V+doyN+Wt9s5oHKXPDo4E8TaVXaHT3+6BbagH31xw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz", + "integrity": "sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==", "dependencies": { - "@floating-ui/core": "^1.3.0" + "@floating-ui/core": "^1.4.2", + "@floating-ui/utils": "^0.1.3" } }, + "node_modules/@floating-ui/utils": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz", + "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==" + }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -2971,20 +2913,10 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/@item-enonic-types/core": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/core/-/core-7.11.2.tgz", - "integrity": "sha512-WCx1Eg6zLL8t3wrDiNxBLtLd3ExH83TZ1XOhRaDc8hTFEUZ0K5fsrviHIBnE5+bMKWY9RO4oYE52AP/auGZoQw==", - "dev": true, - "dependencies": { - "@enonic-types/core": "^7.11.2", - "@enonic-types/lib-export": "^7.11.2" - } - }, "node_modules/@item-enonic-types/global": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/global/-/global-7.12.2.tgz", - "integrity": "sha512-QEaBdupkj3VZHPGQ/UJUnCO0T4EuEvJy0xF8dvjypn3lInVT+/XysNCcO9StV7XOu8svn1LTDOfxVHQU5EheUQ==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@item-enonic-types/global/-/global-7.13.1.tgz", + "integrity": "sha512-Wvv1fiAARbQ+sIg9jaox5ssrJgdtSmdkr1bB7HzsGKLkMfw0Vycol9OyQZTBcFlSjClguSd1jbHsXx/lp6NFNA==", "dev": true }, "node_modules/@item-enonic-types/lib-cache": { @@ -3009,39 +2941,6 @@ "integrity": "sha512-ELhDZgzdYvGg/gtqC6SmJjvo9qCJZsh8oHSsluMgjd/j6kWdMHDCLclzmra++LPtEAGmf+gc5yOK4Tco47dCLA==", "dev": true }, - "node_modules/@item-enonic-types/lib-explorer": { - "version": "3.20.6", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-explorer/-/lib-explorer-3.20.6.tgz", - "integrity": "sha512-leAQph3S4ywavqOi2UedLZZlumAQB/R8DGzLr0IZGwXzQABGH0NsbR3fc6GKl0Fki5SePerrRXI8ZfhCTUjMHw==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-freemarker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-freemarker/-/lib-freemarker-2.0.2.tgz", - "integrity": "sha512-q9PnFhAz1hiE6x708BrhCfIzUterICjiqLmO1ZnEt0wCBjLkCVY4ZcYFL8VYiDxxVliExwcAH3oj5iH+OQOcqw==", - "dev": true, - "dependencies": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "node_modules/@item-enonic-types/lib-graphql": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-graphql/-/lib-graphql-2.0.2.tgz", - "integrity": "sha512-P5sd+LQj9x2TWtYKuILOtte3BWUSE8TfLolZ9rnXMlQelPsRql9zlm7+Rq1m30sUHeRF4VusmGkWSnm82O5Rig==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-graphql-playground": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-graphql-playground/-/lib-graphql-playground-0.0.1.tgz", - "integrity": "sha512-efJ4GJsFC00SBhOKYdxlLHcAeF+9VJiEtMjGzNekaN5k7v9rIdIy92f2eEHj/Ify4nlprVAcMg8urG2VuMjrCQ==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-guillotine": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-guillotine/-/lib-guillotine-5.5.0.tgz", - "integrity": "sha512-2y5hmVqOwIxZkPutMfrZm4zLfF2CqkZRJCHq9C+Hnzrg/vm46sGOLRaqnlhF59/LjtwkLJ6Ot5aywyylfzoHnQ==", - "dev": true - }, "node_modules/@item-enonic-types/lib-http-client": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-http-client/-/lib-http-client-3.2.1.tgz", @@ -3057,87 +2956,6 @@ "integrity": "sha512-bx79LOEDBfHX1dOvLPy7A0tcn8jrhZH8JqqFB4FC2e4LzykUpRXIdmnDbvDPazFyv7e98fumYaJs6UlQx2dqMA==", "dev": true }, - "node_modules/@item-enonic-types/lib-mustache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-mustache/-/lib-mustache-2.1.0.tgz", - "integrity": "sha512-v7uBRAC16bQse9XzzMr5SUiPW7jykE+gWz4y3t8EGeavMLlwAZvwlZxzGTuJScYNkjTnHICwQ4nm9ZTOTGBDIg==", - "dev": true, - "dependencies": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "node_modules/@item-enonic-types/lib-notifications": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-notifications/-/lib-notifications-2.0.0.tgz", - "integrity": "sha512-5n6PejxbC3AQFCnxN2hg7X2c3Xd/ENJREF24UgFc/RnbeyT0vrNyFf+4NQLxOROLK3zMG7ppk0JQF1fzYgIahQ==", - "dev": true, - "dependencies": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "node_modules/@item-enonic-types/lib-qrcode": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-qrcode/-/lib-qrcode-2.0.2.tgz", - "integrity": "sha512-IhIfA0sd8lM4I51OLNDeJ2YtWkdjnpJqykiFrhzgGkWk5cZNiBTGuwyQTB+a4t23HXtD8wjyvZTYfB1SIPQy/A==", - "dev": true, - "dependencies": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "node_modules/@item-enonic-types/lib-react4xp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-react4xp/-/lib-react4xp-2.0.0.tgz", - "integrity": "sha512-bAoKXQs0hGeKBKh7SfTACXVjhajiPpuIcJt5rBiYyR4+b6Yd0h60Dn/8QDkwcIVCzExmsCG0KlV1dSEI+M1Tiw==", - "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", - "dev": true, - "dependencies": { - "@enonic-types/lib-portal": "^7.11.0-RC1", - "@item-enonic-types/global": "^7.11.0-RC1" - } - }, - "node_modules/@item-enonic-types/lib-recaptcha": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-recaptcha/-/lib-recaptcha-3.0.0.tgz", - "integrity": "sha512-NgKXyk8Wng3CMP3tUuhGBG/YVkMJNnQ/zwxbtdcOiaM6xJ06zl1SaShMPLF0F+Om4uWTdkpis8xveTpqpkwBqw==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-router": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-router/-/lib-router-3.0.0.tgz", - "integrity": "sha512-s+vxUPuIqkGexsO5qmA6OaNFhE4oMDJOq+py8IY/ZWbh7y7YoNvqmVuCfLrBwJ9tcsRmwv8YObxKmAD53HnjSg==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-sql": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-sql/-/lib-sql-1.0.0.tgz", - "integrity": "sha512-Xl7RE4kS2G1JC5uigdEmnWNxJFOdQDO8aN7lUSwgWcOC/yGzI/VtWiO5XvaHkUC8qjPRZXbOopGLpCHy/p/+2g==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-static": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-static/-/lib-static-1.0.2.tgz", - "integrity": "sha512-NBUdsFclw1yNZLGNvCKYLOsYQjK4RKfJQd7A3LedMsmu0lzglhB/ZXb6aDjqXVX3pID0fEW579mRywdywJxQHA==", - "dev": true, - "dependencies": { - "@enonic-types/lib-io": "*", - "@item-enonic-types/global": "*" - } - }, - "node_modules/@item-enonic-types/lib-testing": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-testing/-/lib-testing-7.12.2.tgz", - "integrity": "sha512-bM4OW07c56X788v8zXpOf9wo/JfhmvxCTBwmiWDKlarDeZNcgtbbni8tCqywgL2vGgwl5qZGvLCi0N7KkyHzxg==", - "dev": true - }, - "node_modules/@item-enonic-types/lib-text-encoding": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-text-encoding/-/lib-text-encoding-2.1.0.tgz", - "integrity": "sha512-usq6qOHKl6Pqk5fPerQYFgvbKw87WmVdngXp0KBf2JjIdH7ziP/3G/VQcd5UxYwJU1jRulI0yAvekPkkD+k7oA==", - "dev": true, - "dependencies": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, "node_modules/@item-enonic-types/lib-thymeleaf": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-thymeleaf/-/lib-thymeleaf-2.1.0.tgz", @@ -3160,30 +2978,6 @@ "npm": ">= 8.1.2" } }, - "node_modules/@item-enonic-types/lib-turbo-streams": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-turbo-streams/-/lib-turbo-streams-1.0.4.tgz", - "integrity": "sha512-VWpt+fBtMotWAln0obpelzewsaXor5sUDX8/HwqRnnyHtgbKWtDSDdF8f9mWjJ1WBza6d8IfLh4LRycxtOTwTA==", - "dev": true, - "dependencies": { - "@enonic-types/lib-portal": "^7.11.0-RC1", - "@enonic-types/lib-websocket": "^7.11.0-RC1", - "@item-enonic-types/global": "^7.11.0-B3" - }, - "engines": { - "node": ">= 16.13.1", - "npm": ">= 8.1.2" - } - }, - "node_modules/@item-enonic-types/lib-xslt": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-xslt/-/lib-xslt-2.1.1.tgz", - "integrity": "sha512-/GWqO6mCr7nUH6tCkHu+KaXi2et8bx5xSBJXOrugwj06eXeTi8I4nMesdPWCzw08gEI/tiIaSARQluox5ROgrw==", - "dev": true, - "dependencies": { - "@enonic-types/core": "^7.12.2" - } - }, "node_modules/@item-enonic-types/nashorn-env": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/@item-enonic-types/nashorn-env/-/nashorn-env-0.0.2.tgz", @@ -3205,9 +2999,9 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true, "engines": { "node": ">=6.0.0" @@ -3223,9 +3017,9 @@ } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz", - "integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", @@ -3239,21 +3033,15 @@ "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true - }, "node_modules/@nicolo-ribaudo/chokidar-2": { "version": "2.1.8-no-fsevents.3", "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz", @@ -3307,9 +3095,9 @@ } }, "node_modules/@polka/url": { - "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "version": "1.0.0-next.23", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.23.tgz", + "integrity": "sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==", "dev": true }, "node_modules/@popperjs/core": { @@ -3322,24 +3110,19 @@ } }, "node_modules/@react-aria/ssr": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.6.0.tgz", - "integrity": "sha512-OFiYQdv+Yk7AO7IsQu/fAEPijbeTwrrEYvdNoJ3sblBBedD5j5fBTNWrUPNVlwC4XWWnWTCMaRIVsJujsFiWXg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.8.0.tgz", + "integrity": "sha512-Y54xs483rglN5DxbwfCPHxnkvZ+gZ0LbSYmR72LyWPGft8hN/lrl1VRS1EW2SMjnkEWlj+Km2mwvA3kEHDUA0A==", "dependencies": { - "@swc/helpers": "^0.4.14" + "@swc/helpers": "^0.5.0" + }, + "engines": { + "node": ">= 12" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" } }, - "node_modules/@react-aria/ssr/node_modules/@swc/helpers": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", - "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@redux-saga/core": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/@redux-saga/core/-/core-1.2.3.tgz", @@ -3398,9 +3181,9 @@ "dev": true }, "node_modules/@reduxjs/toolkit": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.5.tgz", - "integrity": "sha512-Rt97jHmfTeaxL4swLRNPD/zV4OxTes4la07Xc4hetpUW/vc75t5m1ANyxG6ymnEQ2FsLQsoMlYB2vV1sO3m8tQ==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.7.tgz", + "integrity": "sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==", "dev": true, "dependencies": { "immer": "^9.0.21", @@ -3422,11 +3205,11 @@ } }, "node_modules/@restart/hooks": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.9.tgz", - "integrity": "sha512-3BekqcwB6Umeya+16XPooARn4qEPW6vNvwYnlofIYe6h9qG1/VeD7UvShCWx11eFz5ELYmwIEshz+MkPX3wjcQ==", + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.11.tgz", + "integrity": "sha512-Ft/ncTULZN6ldGHiF/k5qt72O8JyRMOeg0tApvCni8LkoiEahO+z3TNxfXIVGy890YtWVDvJAl662dVJSJXvMw==", "dependencies": { - "dequal": "^2.0.2" + "dequal": "^2.0.3" }, "peerDependencies": { "react": ">=16.8.0" @@ -3453,9 +3236,9 @@ } }, "node_modules/@restart/ui/node_modules/uncontrollable": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.2.tgz", - "integrity": "sha512-/GDx+K1STGtpgTsj5Dj3J51YaKxZDblbCQHTH1zHLuoBEWodj6MjtRVv3TUijj1JYLRLSFsFzN8NV4M3QV4d9w==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz", + "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==", "peerDependencies": { "react": ">=16.14.0" } @@ -3502,11 +3285,15 @@ } }, "node_modules/@swc/core": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.63.tgz", - "integrity": "sha512-mNRMr0xcqkvnC1a/H7rpMtbIjq7KKy4XaW/+zj3+w9cH5g72eMo3ADNHE03zHoqPn+Ov3szzFOMHT6rgJlRxow==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.91.tgz", + "integrity": "sha512-r950d0fdlZ8qbSDyvApn3HyCojiZE8xpgJzQvypeMi32dalYwugdJKWyLB55JIGMRGJ8+lmVvY4MPGkSR3kXgA==", "dev": true, "hasInstallScript": true, + "dependencies": { + "@swc/counter": "^0.1.1", + "@swc/types": "^0.1.5" + }, "engines": { "node": ">=10" }, @@ -3515,16 +3302,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.3.63", - "@swc/core-darwin-x64": "1.3.63", - "@swc/core-linux-arm-gnueabihf": "1.3.63", - "@swc/core-linux-arm64-gnu": "1.3.63", - "@swc/core-linux-arm64-musl": "1.3.63", - "@swc/core-linux-x64-gnu": "1.3.63", - "@swc/core-linux-x64-musl": "1.3.63", - "@swc/core-win32-arm64-msvc": "1.3.63", - "@swc/core-win32-ia32-msvc": "1.3.63", - "@swc/core-win32-x64-msvc": "1.3.63" + "@swc/core-darwin-arm64": "1.3.91", + "@swc/core-darwin-x64": "1.3.91", + "@swc/core-linux-arm-gnueabihf": "1.3.91", + "@swc/core-linux-arm64-gnu": "1.3.91", + "@swc/core-linux-arm64-musl": "1.3.91", + "@swc/core-linux-x64-gnu": "1.3.91", + "@swc/core-linux-x64-musl": "1.3.91", + "@swc/core-win32-arm64-msvc": "1.3.91", + "@swc/core-win32-ia32-msvc": "1.3.91", + "@swc/core-win32-x64-msvc": "1.3.91" }, "peerDependencies": { "@swc/helpers": "^0.5.0" @@ -3536,9 +3323,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.63.tgz", - "integrity": "sha512-lNR0BgG0/6dGpGP+AyFZoZ3YBhZN5GzvgAUzwy4skqn5sKZ7duQD02CNq1lIy7Im5BzgMUcJ+/Z7z/YUlqBK+Q==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.91.tgz", + "integrity": "sha512-7kHGiQ1he5khcEeJuHDmLZPM3rRL/ith5OTmV6bOPsoHi46kLeixORW+ts1opC3tC9vu6xbk16xgX0QAJchc1w==", "cpu": [ "arm64" ], @@ -3552,9 +3339,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.63.tgz", - "integrity": "sha512-1lydnc+LgSD0gwD1axW3+Y1htKZZRn33aJF4ITd6hsA9Y2eIhdMVxgx6peXp8wWzoRBXy5GEMTnd7704oya4zw==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.91.tgz", + "integrity": "sha512-8SpU18FbFpZDVzsHsAwdI1thF/picQGxq9UFxa8W+T9SDnbsqwFJv/6RqKJeJoDV6qFdl2OLjuO0OL7xrp0qnQ==", "cpu": [ "x64" ], @@ -3568,9 +3355,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.63.tgz", - "integrity": "sha512-cJT+XJ6f25QeAcz2ONy1i8WKP6olqOIbU5fHZKsoPqEZmLkK5NCTnmIolT0HZpH1SNkE/hHkPYGn620Domvn8g==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.91.tgz", + "integrity": "sha512-fOq4Cy8UbwX1yf0WB0d8hWZaIKCnPtPGguRqdXGLfwvhjZ9SIErT6PnmGTGRbQCNCIkOZWHKyTU0r8t2dN3haQ==", "cpu": [ "arm" ], @@ -3584,9 +3371,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.63.tgz", - "integrity": "sha512-xtuk0v/86i0UR6G+5X6l3bgP1I1iWlEI23ad44L0FNrZ8wLLEvVzYuVoI6U5fKbp91LAsVpdWyyvSAo1sT7BWQ==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.91.tgz", + "integrity": "sha512-fki4ioRP/Esy4vdp8T34RCV+V9dqkRmOt763pf74pdiyFV2dPLXa5lnw/XvR1RTfPGknrYgjEQLCfZlReTryRw==", "cpu": [ "arm64" ], @@ -3600,9 +3387,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.63.tgz", - "integrity": "sha512-AIRqE/3659zt5hfZzj3i/xtJbJl1iz9FcYEGUsIqqrxouqZWNbFujQpIguX4qFI7uoM+m6p6pqLjMmArwErRxQ==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.91.tgz", + "integrity": "sha512-XrG+DUUqNtfVLcJ20imby7fpBwQNG5VsEQBzQndSonPyUOa2YkTbBb60YDondfQGDABopuHH8gHN8o2H2/VCnQ==", "cpu": [ "arm64" ], @@ -3616,9 +3403,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.63.tgz", - "integrity": "sha512-EAB5gkgDvStJofvdQU40hqEqjtSvtPs3PR0WupZtbLKWWCTWg76uTXQZEKNYx9r60Pt7sx1BAa3XnqgXjmcjDg==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.91.tgz", + "integrity": "sha512-d11bYhX+YPBr/Frcjc6eVn3C0LuS/9U1Li9EmQ+6s9EpYtYRl2ygSlC8eueLbaiazBnCVYFnc8bU4o0kc5B9sw==", "cpu": [ "x64" ], @@ -3632,9 +3419,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.63.tgz", - "integrity": "sha512-8ScbtDPd8Hr1VkpzCseI5H770YgxxjTFsxinH9UtJWJBFIkdu2rEwjgz4t+lDjsc/R3JWaKt1q8Dkgzqmj+77g==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.91.tgz", + "integrity": "sha512-2SRp5Dke2P4jCQePkDx9trkkTstnRpZJVw5r3jvYdk0zeO6iC4+ZPvvoWXJLigqQv/fZnIiSUfJ6ssOoaEqTzQ==", "cpu": [ "x64" ], @@ -3648,9 +3435,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.63.tgz", - "integrity": "sha512-+41tEugXJjpK04KIb2+Xlpb1NArhIne4u0NQo+cHb6ekJoqQmgIj3uNJhQ0v+0DDMjFqbA07l0KYNMgYLBls/A==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.91.tgz", + "integrity": "sha512-l9qKXikOxj42UIjbeZpz9xtBmr736jOMqInNP8mVF2/U+ws5sI8zJjcOFFtfis4ru7vWCXhB1wtltdlJYO2vGA==", "cpu": [ "arm64" ], @@ -3664,9 +3451,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.63.tgz", - "integrity": "sha512-W6nPOD5k++rSmoAb0Jg0h7gyfjly8b5ld7cSnmrWKXfmjgxOqxcoqP2LlzNkamg320eqkGaD9n+UnPJDteLTBw==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.91.tgz", + "integrity": "sha512-+s+52O0QVPmzOgjEe/rcb0AK6q/J7EHKwAyJCu/FaYO9df5ovE0HJjSKP6HAF0dGPO5hkENrXuNGujofUH9vtQ==", "cpu": [ "ia32" ], @@ -3680,9 +3467,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.63.tgz", - "integrity": "sha512-MHNCF3GWtlKZL3vNhMiCrtM4gBHqAv0Iw38bLoJRagh1Q/UDNVjNzWhgngCno9NUQodMtCo6G7iTQilW7YaAQQ==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.91.tgz", + "integrity": "sha512-7u9HDQhjUC3Gv43EFW84dZtduWCSa4MgltK+Sp9zEGti6WXqDPu/ESjvDsQEVYTBEMEvZs/xVAXPgLVHorV5nQ==", "cpu": [ "x64" ], @@ -3695,17 +3482,26 @@ "node": ">=10" } }, + "node_modules/@swc/counter": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.2.tgz", + "integrity": "sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==", + "dev": true + }, "node_modules/@swc/helpers": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz", - "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==", - "dev": true, - "optional": true, - "peer": true, + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz", + "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==", "dependencies": { "tslib": "^2.4.0" } }, + "node_modules/@swc/types": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.5.tgz", + "integrity": "sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==", + "dev": true + }, "node_modules/@trysound/sax": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", @@ -3716,18 +3512,18 @@ } }, "node_modules/@types/archiver": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.2.tgz", - "integrity": "sha512-IctHreBuWE5dvBDz/0WeKtyVKVRs4h75IblxOACL92wU66v+HGAfEYAOyXkOFphvRJMhuXdI9huDXpX0FC6lCw==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.3.tgz", + "integrity": "sha512-0ABdVcXL6jOwNGY+hjWPqrxUvKelBEwNLcuv/SV2vZ4YCH8w9NttFCt+/QqI5zgMX+iX/XqVy89/r7EmLJmMpQ==", "dev": true, "dependencies": { "@types/readdir-glob": "*" } }, "node_modules/@types/eslint": { - "version": "8.40.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.40.2.tgz", - "integrity": "sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==", + "version": "8.44.3", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.3.tgz", + "integrity": "sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==", "dev": true, "dependencies": { "@types/estree": "*", @@ -3735,9 +3531,9 @@ } }, "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.5.tgz", + "integrity": "sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==", "dev": true, "dependencies": { "@types/eslint": "*", @@ -3745,15 +3541,15 @@ } }, "node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz", + "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==", "dev": true }, "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", - "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==", "dev": true, "dependencies": { "@types/react": "*", @@ -3761,15 +3557,15 @@ } }, "node_modules/@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", + "version": "7.0.13", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz", + "integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==", "dev": true }, "node_modules/@types/node": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", - "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==", + "version": "20.8.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.2.tgz", + "integrity": "sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==", "dev": true }, "node_modules/@types/parse-json": { @@ -3778,23 +3574,23 @@ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" }, "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + "version": "15.7.8", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz", + "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==" }, "node_modules/@types/ramda": { - "version": "0.29.5", - "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.5.tgz", - "integrity": "sha512-oBBdRfoZoCl/aBIpBbct/uUHAbJ5i7vSOHK83SvH2Qr9ermYITRNKnEYgGJlnkagUY2cu8L2//Jq7o1355Go5A==", + "version": "0.29.6", + "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.6.tgz", + "integrity": "sha512-4XQ9hYQhCwOxfkoTsIPvDVXc75fY5+MLQHUpExX6ByvU1q+0vOYRLSjWAt1IydkE1hOuhwMH6KvV/9rhzgrvRw==", "dev": true, "dependencies": { - "types-ramda": "^0.29.4" + "types-ramda": "^0.29.5" } }, "node_modules/@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.25", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.25.tgz", + "integrity": "sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -3802,9 +3598,9 @@ } }, "node_modules/@types/react-redux": { - "version": "7.1.25", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz", - "integrity": "sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==", + "version": "7.1.27", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.27.tgz", + "integrity": "sha512-xj7d9z32p1K/eBmO+OEy+qfaWXtcPlN8f1Xk3Ne0p/ZRQ867RI5bQ/bpBtxbqU1AHNhKJSgGvld/P2myU2uYkg==", "dev": true, "dependencies": { "@types/hoist-non-react-statics": "^3.3.0", @@ -3814,49 +3610,49 @@ } }, "node_modules/@types/react-transition-group": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz", - "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.7.tgz", + "integrity": "sha512-ICCyBl5mvyqYp8Qeq9B5G/fyBSRC0zx3XM3sCC6KkcMsNeAHqXBKkmat4GqdJET5jtYUpZXrxI5flve5qhi2Eg==", "dependencies": { "@types/react": "*" } }, "node_modules/@types/readdir-glob": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.1.tgz", - "integrity": "sha512-ImM6TmoF8bgOwvehGviEj3tRdRBbQujr1N+0ypaln/GWjaerOB26jb93vsRHmdMtvVQZQebOlqt2HROark87mQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.2.tgz", + "integrity": "sha512-vwAYrNN/8yhp/FJRU6HUSD0yk6xfoOS8HrZa8ZL7j+X8hJpaC1hTcAiXX2IxaAkkvrz9mLyoEhYZTE3cEYvA9Q==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@types/scheduler": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", - "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==" + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz", + "integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==" }, "node_modules/@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", + "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", "dev": true }, "node_modules/@types/validator": { - "version": "13.11.1", - "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.1.tgz", - "integrity": "sha512-d/MUkJYdOeKycmm75Arql4M5+UuXmf4cHdHKsyw1GcvnNgL6s77UkgSgJ8TE/rI5PYsnwYq5jkcWBLuN/MpQ1A==", + "version": "13.11.2", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.2.tgz", + "integrity": "sha512-nIKVVQKT6kGKysnNt+xLobr+pFJNssJRi2s034wgWeFBUx01fI8BeHTW2TcRp7VcFu9QCYG8IlChTuovcm0oKQ==", "dev": true }, "node_modules/@types/warning": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz", - "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.1.tgz", + "integrity": "sha512-ywJmriP+nvjBKNBEMaNZgj2irZHoxcKeYcyMLbqhYKbDVn8yCIULy2Ol/tvIb37O3IBeZj3RU4tXqQTtGwoAMg==" }, "node_modules/@types/zipcelx": { "version": "1.5.0", @@ -3865,17 +3661,17 @@ "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz", - "integrity": "sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", + "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.59.11", - "@typescript-eslint/type-utils": "5.59.11", - "@typescript-eslint/utils": "5.59.11", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/type-utils": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", "semver": "^7.3.7", @@ -3911,9 +3707,9 @@ } }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -3958,7 +3754,7 @@ } } }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { + "node_modules/@typescript-eslint/scope-manager": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", @@ -3975,121 +3771,14 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { + "node_modules/@typescript-eslint/type-utils": { "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", - "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", - "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", - "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.62.0", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/parser/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz", - "integrity": "sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.11", - "@typescript-eslint/visitor-keys": "5.59.11" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz", - "integrity": "sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.59.11", - "@typescript-eslint/utils": "5.59.11", + "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -4110,9 +3799,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.11.tgz", - "integrity": "sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -4123,13 +3812,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz", - "integrity": "sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.59.11", - "@typescript-eslint/visitor-keys": "5.59.11", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -4162,9 +3851,9 @@ } }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -4183,17 +3872,17 @@ "dev": true }, "node_modules/@typescript-eslint/utils": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.11.tgz", - "integrity": "sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.59.11", - "@typescript-eslint/types": "5.59.11", - "@typescript-eslint/typescript-estree": "5.59.11", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", "eslint-scope": "^5.1.1", "semver": "^7.3.7" }, @@ -4221,9 +3910,9 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -4242,12 +3931,12 @@ "dev": true }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz", - "integrity": "sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.59.11", + "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -4461,9 +4150,9 @@ "dev": true }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -4625,16 +4314,16 @@ } }, "node_modules/archiver": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz", - "integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz", + "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==", "dev": true, "dependencies": { "archiver-utils": "^2.1.0", - "async": "^3.2.3", + "async": "^3.2.4", "buffer-crc32": "^0.2.1", "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", + "readdir-glob": "^1.1.2", "tar-stream": "^2.2.0", "zip-stream": "^4.1.0" }, @@ -4739,15 +4428,15 @@ } }, "node_modules/array-includes": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", - "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", + "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "is-string": "^1.0.7" }, "engines": { @@ -4766,15 +4455,33 @@ "node": ">=8" } }, + "node_modules/array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/array.prototype.flatmap": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", - "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -4785,27 +4492,28 @@ } }, "node_modules/array.prototype.tosorted": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", - "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz", + "integrity": "sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.1.3" + "get-intrinsic": "^1.2.1" } }, "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", "dev": true, "dependencies": { "array-buffer-byte-length": "^1.0.0", "call-bind": "^1.0.2", "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "get-intrinsic": "^1.2.1", "is-array-buffer": "^3.0.2", "is-shared-array-buffer": "^1.0.2" @@ -4848,9 +4556,9 @@ "dev": true }, "node_modules/autoprefixer": { - "version": "10.4.14", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", - "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", + "version": "10.4.16", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", + "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", "dev": true, "funding": [ { @@ -4860,12 +4568,16 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", - "fraction.js": "^4.2.0", + "browserslist": "^4.21.10", + "caniuse-lite": "^1.0.30001538", + "fraction.js": "^4.3.6", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", "postcss-value-parser": "^4.2.0" @@ -5305,13 +5017,13 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz", - "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.4.tgz", + "integrity": "sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==", "dev": true, "dependencies": { "@babel/helper-define-polyfill-provider": "^0.4.2", - "core-js-compat": "^3.31.0" + "core-js-compat": "^3.32.2" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -5717,9 +5429,9 @@ } }, "node_modules/babel-preset-env/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -5895,9 +5607,9 @@ "dev": true }, "node_modules/bootstrap": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz", - "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", "funding": [ { "type": "github", @@ -5909,7 +5621,7 @@ } ], "peerDependencies": { - "@popperjs/core": "^2.11.7" + "@popperjs/core": "^2.11.8" } }, "node_modules/brace-expansion": { @@ -5935,9 +5647,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.10", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", - "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", "dev": true, "funding": [ { @@ -5954,10 +5666,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001517", - "electron-to-chromium": "^1.4.477", + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", "node-releases": "^2.0.13", - "update-browserslist-db": "^1.0.11" + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -6006,9 +5718,9 @@ "dev": true }, "node_modules/bundle-require": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-4.0.1.tgz", - "integrity": "sha512-9NQkRHlNdNpDBGmLpngF3EFDcwodhMUuLz9PaWYciVcQF9SE4LFjM2DB/xV1Li5JiuDMv7ZUWuC3rGbqR0MAXQ==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-4.0.2.tgz", + "integrity": "sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==", "dev": true, "dependencies": { "load-tsconfig": "^0.2.3" @@ -6063,9 +5775,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001519", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz", - "integrity": "sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==", + "version": "1.0.30001546", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz", + "integrity": "sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==", "dev": true, "funding": [ { @@ -6105,18 +5817,18 @@ } }, "node_modules/chai": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", - "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", + "version": "4.3.10", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz", + "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==", "dev": true, "dependencies": { "assertion-error": "^1.1.0", - "check-error": "^1.0.2", - "deep-eql": "^4.1.2", - "get-func-name": "^2.0.0", - "loupe": "^2.3.1", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.5" + "type-detect": "^4.0.8" }, "engines": { "node": ">=4" @@ -6136,10 +5848,13 @@ } }, "node_modules/check-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", "dev": true, + "dependencies": { + "get-func-name": "^2.0.2" + }, "engines": { "node": "*" } @@ -6282,9 +5997,9 @@ "dev": true }, "node_modules/compress-commons": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz", - "integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz", + "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==", "dev": true, "dependencies": { "buffer-crc32": "^0.2.13", @@ -6303,14 +6018,15 @@ "dev": true }, "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true }, "node_modules/core-js": { - "version": "3.32.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.1.tgz", - "integrity": "sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz", + "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -6318,12 +6034,12 @@ } }, "node_modules/core-js-compat": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.0.tgz", - "integrity": "sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.0.tgz", + "integrity": "sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==", "dev": true, "dependencies": { - "browserslist": "^4.21.9" + "browserslist": "^4.22.1" }, "funding": { "type": "opencollective", @@ -6336,14 +6052,14 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, "dependencies": { - "import-fresh": "^3.2.1", + "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", + "parse-json": "^5.2.0", "path-type": "^4.0.0" }, "engines": { @@ -6351,6 +6067,14 @@ }, "funding": { "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/crc-32": { @@ -6366,9 +6090,9 @@ } }, "node_modules/crc32-stream": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz", - "integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz", + "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==", "dev": true, "dependencies": { "crc-32": "^1.2.0", @@ -6411,9 +6135,9 @@ } }, "node_modules/css-declaration-sorter": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.0.tgz", - "integrity": "sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", "dev": true, "engines": { "node": "^10 || ^12 || >=14" @@ -6461,9 +6185,9 @@ } }, "node_modules/css-loader/node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -6703,12 +6427,27 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "node_modules/define-data-property": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.0.tgz", + "integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -6903,9 +6642,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.485", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.485.tgz", - "integrity": "sha512-1ndQ5IBNEnFirPwvyud69GHL+31FkE09gH/CJ6m3KCbkx3i0EVOrjwz4UNxRmN9H8OVHbC6vMRZGN1yCvjSs9w==", + "version": "1.4.542", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.542.tgz", + "integrity": "sha512-6+cpa00G09N3sfh2joln4VUXHquWrOFx3FLZqiVQvl45+zS9DskDBTPvob+BhvFRmTBkyDSk0vvLMMRo/qc6mQ==", "dev": true }, "node_modules/emoji-regex": { @@ -6945,69 +6684,6 @@ "node": ">=10.13.0" } }, - "node_modules/enonic-types": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/enonic-types/-/enonic-types-7.12.2.tgz", - "integrity": "sha512-v7CiHXl/h+/KsRZCwHIJCqh33jypubi3VUZWdxDhDkDTizf2TgL9A7AYu/0pasR7UjSh5XZFKWSaY6oy5V9Wxw==", - "dev": true, - "dependencies": { - "@enonic-types/core": "^7.12.2", - "@enonic-types/global": "^7.12.2", - "@enonic-types/lib-admin": "^7.12.2", - "@enonic-types/lib-app": "^7.12.2", - "@enonic-types/lib-auditlog": "^7.12.2", - "@enonic-types/lib-auth": "^7.12.2", - "@enonic-types/lib-cluster": "^7.12.2", - "@enonic-types/lib-common": "^7.12.2", - "@enonic-types/lib-content": "^7.12.2", - "@enonic-types/lib-context": "^7.12.2", - "@enonic-types/lib-event": "^7.12.2", - "@enonic-types/lib-export": "^7.12.2", - "@enonic-types/lib-grid": "^7.12.2", - "@enonic-types/lib-i18n": "^7.12.2", - "@enonic-types/lib-io": "^7.12.2", - "@enonic-types/lib-mail": "^7.12.2", - "@enonic-types/lib-node": "^7.12.2", - "@enonic-types/lib-portal": "^7.12.2", - "@enonic-types/lib-project": "^7.12.2", - "@enonic-types/lib-repo": "^7.12.2", - "@enonic-types/lib-scheduler": "^7.12.2", - "@enonic-types/lib-schema": "^7.12.2", - "@enonic-types/lib-task": "^7.12.2", - "@enonic-types/lib-value": "^7.12.2", - "@enonic-types/lib-vhost": "^7.12.2", - "@enonic-types/lib-websocket": "^7.12.2", - "@item-enonic-types/global": "^7.12.2", - "@item-enonic-types/lib-cache": "^2.1.1", - "@item-enonic-types/lib-cron": "^1.1.1", - "@item-enonic-types/lib-explorer": "^3.20.6", - "@item-enonic-types/lib-freemarker": "^2.0.2", - "@item-enonic-types/lib-graphql": "^2.0.2", - "@item-enonic-types/lib-graphql-playground": "^0.0.1", - "@item-enonic-types/lib-guillotine": "^5.5.0", - "@item-enonic-types/lib-http-client": "^3.2.1", - "@item-enonic-types/lib-menu": "4.2.0-patch1", - "@item-enonic-types/lib-mustache": "^2.1.0", - "@item-enonic-types/lib-notifications": "^2.0.0", - "@item-enonic-types/lib-qrcode": "^2.0.2", - "@item-enonic-types/lib-react4xp": "^2.0.0", - "@item-enonic-types/lib-recaptcha": "^3.0.0", - "@item-enonic-types/lib-router": "^3.0.0", - "@item-enonic-types/lib-sql": "^1.0.0", - "@item-enonic-types/lib-static": "^1.0.2", - "@item-enonic-types/lib-testing": "^7.12.2", - "@item-enonic-types/lib-text-encoding": "^2.1.0", - "@item-enonic-types/lib-thymeleaf": "^2.1.0", - "@item-enonic-types/lib-turbo-streams": "^1.0.4", - "@item-enonic-types/lib-xslt": "^2.1.1" - } - }, - "node_modules/enonic-types/node_modules/@item-enonic-types/lib-menu": { - "version": "4.2.0-patch1", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-menu/-/lib-menu-4.2.0-patch1.tgz", - "integrity": "sha512-NWtAybbvgL1LmcbJfe2HnYjx8GCS0b86vXtXR/hf5wOeFCtSuVOU1deSZJkw+siSOuIgPpVdayd/Y/r7x4iOWg==", - "dev": true - }, "node_modules/entities": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", @@ -7018,9 +6694,9 @@ } }, "node_modules/envinfo": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz", + "integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==", "dev": true, "bin": { "envinfo": "dist/cli.js" @@ -7038,18 +6714,18 @@ } }, "node_modules/es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", + "integrity": "sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==", "dev": true, "dependencies": { "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.2", "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", "es-set-tostringtag": "^2.0.1", "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", + "function.prototype.name": "^1.1.6", "get-intrinsic": "^1.2.1", "get-symbol-description": "^1.0.0", "globalthis": "^1.0.3", @@ -7065,23 +6741,23 @@ "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", + "is-typed-array": "^1.1.12", "is-weakref": "^1.0.2", "object-inspect": "^1.12.3", "object-keys": "^1.1.1", "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", + "regexp.prototype.flags": "^1.5.1", + "safe-array-concat": "^1.0.1", "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", + "string.prototype.trim": "^1.2.8", + "string.prototype.trimend": "^1.0.7", + "string.prototype.trimstart": "^1.0.7", "typed-array-buffer": "^1.0.0", "typed-array-byte-length": "^1.0.0", "typed-array-byte-offset": "^1.0.0", "typed-array-length": "^1.0.4", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "which-typed-array": "^1.1.11" }, "engines": { "node": ">= 0.4" @@ -7091,14 +6767,14 @@ } }, "node_modules/es-iterator-helpers": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.14.tgz", - "integrity": "sha512-JgtVnwiuoRuzLvqelrvN3Xu7H9bu2ap/kQ2CrM62iidP8SKuD99rWU3CJy++s7IVL2qb/AjXPGR/E7i9ngd/Cw==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", + "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", "dev": true, "dependencies": { "asynciterator.prototype": "^1.0.0", "call-bind": "^1.0.2", - "define-properties": "^1.2.0", + "define-properties": "^1.2.1", "es-abstract": "^1.22.1", "es-set-tostringtag": "^2.0.1", "function-bind": "^1.1.1", @@ -7108,14 +6784,14 @@ "has-proto": "^1.0.1", "has-symbols": "^1.0.3", "internal-slot": "^1.0.5", - "iterator.prototype": "^1.1.0", - "safe-array-concat": "^1.0.0" + "iterator.prototype": "^1.1.2", + "safe-array-concat": "^1.0.1" } }, "node_modules/es-module-lexer": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", - "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", + "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==", "dev": true }, "node_modules/es-set-tostringtag": { @@ -7165,9 +6841,9 @@ "dev": true }, "node_modules/esbuild": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.2.tgz", - "integrity": "sha512-G6hPax8UbFakEj3hWO0Vs52LQ8k3lnBhxZWomUJDxfz3rZTLqF5k/FCzuNdLx2RbpBiQQF9H9onlDDH1lZsnjg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.4.tgz", + "integrity": "sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==", "dev": true, "hasInstallScript": true, "bin": { @@ -7177,28 +6853,28 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.19.2", - "@esbuild/android-arm64": "0.19.2", - "@esbuild/android-x64": "0.19.2", - "@esbuild/darwin-arm64": "0.19.2", - "@esbuild/darwin-x64": "0.19.2", - "@esbuild/freebsd-arm64": "0.19.2", - "@esbuild/freebsd-x64": "0.19.2", - "@esbuild/linux-arm": "0.19.2", - "@esbuild/linux-arm64": "0.19.2", - "@esbuild/linux-ia32": "0.19.2", - "@esbuild/linux-loong64": "0.19.2", - "@esbuild/linux-mips64el": "0.19.2", - "@esbuild/linux-ppc64": "0.19.2", - "@esbuild/linux-riscv64": "0.19.2", - "@esbuild/linux-s390x": "0.19.2", - "@esbuild/linux-x64": "0.19.2", - "@esbuild/netbsd-x64": "0.19.2", - "@esbuild/openbsd-x64": "0.19.2", - "@esbuild/sunos-x64": "0.19.2", - "@esbuild/win32-arm64": "0.19.2", - "@esbuild/win32-ia32": "0.19.2", - "@esbuild/win32-x64": "0.19.2" + "@esbuild/android-arm": "0.19.4", + "@esbuild/android-arm64": "0.19.4", + "@esbuild/android-x64": "0.19.4", + "@esbuild/darwin-arm64": "0.19.4", + "@esbuild/darwin-x64": "0.19.4", + "@esbuild/freebsd-arm64": "0.19.4", + "@esbuild/freebsd-x64": "0.19.4", + "@esbuild/linux-arm": "0.19.4", + "@esbuild/linux-arm64": "0.19.4", + "@esbuild/linux-ia32": "0.19.4", + "@esbuild/linux-loong64": "0.19.4", + "@esbuild/linux-mips64el": "0.19.4", + "@esbuild/linux-ppc64": "0.19.4", + "@esbuild/linux-riscv64": "0.19.4", + "@esbuild/linux-s390x": "0.19.4", + "@esbuild/linux-x64": "0.19.4", + "@esbuild/netbsd-x64": "0.19.4", + "@esbuild/openbsd-x64": "0.19.4", + "@esbuild/sunos-x64": "0.19.4", + "@esbuild/win32-arm64": "0.19.4", + "@esbuild/win32-ia32": "0.19.4", + "@esbuild/win32-x64": "0.19.4" } }, "node_modules/esbuild-plugin-manifest": { @@ -7228,27 +6904,27 @@ } }, "node_modules/eslint": { - "version": "8.43.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz", - "integrity": "sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==", + "version": "8.50.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz", + "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.43.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.50.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -7258,7 +6934,6 @@ "globals": "^13.19.0", "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", @@ -7268,9 +6943,8 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { @@ -7416,9 +7090,9 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", - "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -7489,9 +7163,9 @@ } }, "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -7517,9 +7191,9 @@ } }, "node_modules/eslint/node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.22.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", + "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -7553,12 +7227,12 @@ } }, "node_modules/espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "dependencies": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" }, @@ -7668,9 +7342,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -7714,9 +7388,9 @@ } }, "node_modules/feather-icons": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.0.tgz", - "integrity": "sha512-Y7VqN9FYb8KdaSF0qD1081HCkm0v4Eq/fpfQYQnubpqi0hXx14k+gF9iqtRys1SIcTEi97xDi/fmsPFZ8xo0GQ==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.1.tgz", + "integrity": "sha512-P1we61haGTds6lKWe6CCVPsNULb8tHr1y6S9gXEpU+lNR1Ja7GdV0A1l2hTNmzXv+0Stix/3YMWMAn7n1Qtd6A==", "dev": true, "dependencies": { "classnames": "^2.2.5", @@ -7756,9 +7430,9 @@ } }, "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.2.0.tgz", - "integrity": "sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -7848,16 +7522,17 @@ } }, "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", + "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", "dev": true, "dependencies": { - "flatted": "^3.1.0", + "flatted": "^3.2.7", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=12.0.0" } }, "node_modules/flat-cache/node_modules/glob": { @@ -7896,15 +7571,15 @@ } }, "node_modules/flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", "dev": true, "funding": [ { @@ -7970,16 +7645,16 @@ } }, "node_modules/fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz", + "integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==", "dev": true, "engines": { "node": "*" }, "funding": { "type": "patreon", - "url": "https://www.patreon.com/infusion" + "url": "https://github.com/sponsors/rawify" } }, "node_modules/fs-constants": { @@ -8015,9 +7690,9 @@ "dev": true }, "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, "optional": true, @@ -8031,18 +7706,19 @@ "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true }, "node_modules/function.prototype.name": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" }, "engines": { "node": ">= 0.4" @@ -8070,9 +7746,9 @@ } }, "node_modules/get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true, "engines": { "node": "*" @@ -8128,19 +7804,19 @@ } }, "node_modules/glob": { - "version": "10.3.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz", - "integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==", + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.0.3", + "jackspeak": "^2.3.5", "minimatch": "^9.0.1", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", "path-scurry": "^1.10.1" }, "bin": { - "glob": "dist/cjs/src/bin.js" + "glob": "dist/esm/bin.mjs" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -8177,9 +7853,9 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -8262,12 +7938,6 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "dev": true - }, "node_modules/graphemer": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", @@ -8290,12 +7960,9 @@ } }, "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", "engines": { "node": ">= 0.4.0" } @@ -8512,9 +8179,9 @@ } }, "node_modules/immutable": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz", - "integrity": "sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", "dev": true }, "node_modules/import-fresh": { @@ -8766,9 +8433,9 @@ } }, "node_modules/is-core-module": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", - "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", "dependencies": { "has": "^1.0.3" }, @@ -9021,16 +8688,12 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", - "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", "dev": true, "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "which-typed-array": "^1.1.11" }, "engines": { "node": ">= 0.4" @@ -9095,22 +8758,22 @@ } }, "node_modules/iterator.prototype": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz", - "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", "dev": true, "dependencies": { - "define-properties": "^1.1.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.1", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", - "has-tostringtag": "^1.0.0", - "reflect.getprototypeof": "^1.0.3" + "reflect.getprototypeof": "^1.0.4", + "set-function-name": "^2.0.1" } }, "node_modules/jackspeak": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz", - "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" @@ -9164,9 +8827,9 @@ } }, "node_modules/jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz", + "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==", "dev": true, "bin": { "jiti": "bin/jiti.js" @@ -9240,6 +8903,12 @@ "node": ">=4" } }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "node_modules/json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", @@ -9297,13 +8966,15 @@ } }, "node_modules/jsx-ast-utils": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", - "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", "dev": true, "dependencies": { - "array-includes": "^3.1.5", - "object.assign": "^4.1.3" + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" }, "engines": { "node": ">=4.0" @@ -9352,6 +9023,15 @@ "safe-buffer": "~5.1.0" } }, + "node_modules/keyv": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", + "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -9569,6 +9249,12 @@ "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==", "dev": true }, + "node_modules/lodash.invokemap": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.invokemap/-/lodash.invokemap-4.6.0.tgz", + "integrity": "sha512-CfkycNtMqgUlfjfdh2BhKO/ZXrP8ePOX5lEU/g0R3ItJcnuxWDwokMGKx1hWcfOikmyOVx6X9IwWnDGlgKl61w==", + "dev": true + }, "node_modules/lodash.isplainobject": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", @@ -9587,6 +9273,12 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "node_modules/lodash.pullall": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.pullall/-/lodash.pullall-4.2.0.tgz", + "integrity": "sha512-VhqxBKH0ZxPpLhiu68YD1KnHmbhQJQctcipvmFnqIBDYzcIHzf3Zpu0tpeOKtR4x76p9yohc506eGdOjTmyIBg==", + "dev": true + }, "node_modules/lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -9605,6 +9297,12 @@ "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", "dev": true }, + "node_modules/lodash.uniqby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", + "dev": true + }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -9648,9 +9346,9 @@ } }, "node_modules/make-dir/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -9775,9 +9473,9 @@ } }, "node_modules/minipass": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz", - "integrity": "sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", "dev": true, "engines": { "node": ">=16 || 14 >=14.17" @@ -9809,6 +9507,24 @@ "thenify-all": "^1.0.0" } }, + "node_modules/nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -9834,9 +9550,9 @@ "dev": true }, "node_modules/node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "dependencies": { "whatwg-url": "^5.0.0" @@ -9872,9 +9588,9 @@ } }, "node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -9961,9 +9677,9 @@ } }, "node_modules/npm-run-all/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -10095,9 +9811,9 @@ } }, "node_modules/npm-safe-install/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -10202,28 +9918,28 @@ } }, "node_modules/object.entries": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", - "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", + "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.fromentries": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", - "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", + "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -10233,27 +9949,27 @@ } }, "node_modules/object.hasown": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", - "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", + "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", "dev": true, "dependencies": { - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object.values": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", - "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -10296,17 +10012,17 @@ } }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -10448,9 +10164,9 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", - "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", "dev": true, "engines": { "node": "14 || >=16.14" @@ -10522,9 +10238,9 @@ } }, "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "dev": true, "engines": { "node": ">= 6" @@ -10615,9 +10331,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -10780,9 +10496,9 @@ } }, "node_modules/postcss-load-config/node_modules/yaml": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", - "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz", + "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", "dev": true, "engines": { "node": ">= 14" @@ -10823,9 +10539,9 @@ } }, "node_modules/postcss-loader/node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -11249,24 +10965,6 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dev": true }, - "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -11401,9 +11099,9 @@ ] }, "node_modules/ramda": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz", - "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==", + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.1.tgz", + "integrity": "sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==", "dev": true, "funding": { "type": "opencollective", @@ -11431,14 +11129,14 @@ } }, "node_modules/react-bootstrap": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.8.0.tgz", - "integrity": "sha512-e/aNtxl0Z2ozrIaR82jr6Zz7ss9GSoaXpQaxmvtDUsTZIq/XalkduR/ZXP6vbQHz2T4syvjA+4FbtwELxxmpww==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.9.0.tgz", + "integrity": "sha512-dGh6fGjqR9MBzPOp2KbXJznt1Zy6SWepXYUdxMT18Zu/wJ73HCU8JNZe9dfzjmVssZYsJH9N3HHE4wAtQvNz7g==", "dependencies": { - "@babel/runtime": "^7.21.0", + "@babel/runtime": "^7.22.5", "@restart/hooks": "^0.4.9", - "@restart/ui": "^1.6.3", - "@types/react-transition-group": "^4.4.5", + "@restart/ui": "^1.6.6", + "@types/react-transition-group": "^4.4.6", "classnames": "^2.3.2", "dom-helpers": "^5.2.1", "invariant": "^2.2.4", @@ -11638,9 +11336,9 @@ } }, "node_modules/react-select": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", - "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", + "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -11851,15 +11549,15 @@ } }, "node_modules/reflect.getprototypeof": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz", - "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", + "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "globalthis": "^1.0.3", "which-builtin-type": "^1.1.3" }, @@ -11877,9 +11575,9 @@ "dev": true }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, "dependencies": { "regenerate": "^1.4.2" @@ -11891,8 +11589,7 @@ "node_modules/regenerator-runtime": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", - "dev": true + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" }, "node_modules/regenerator-transform": { "version": "0.15.2", @@ -11904,14 +11601,14 @@ } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "set-function-name": "^2.0.0" }, "engines": { "node": ">= 0.4" @@ -11980,11 +11677,11 @@ "dev": true }, "node_modules/resolve": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", - "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "version": "1.22.6", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", + "integrity": "sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", "dependencies": { - "is-core-module": "^2.11.0", + "is-core-module": "^2.13.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -12041,15 +11738,15 @@ } }, "node_modules/rimraf": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.1.tgz", - "integrity": "sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", + "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", "dev": true, "dependencies": { - "glob": "^10.2.5" + "glob": "^10.3.7" }, "bin": { - "rimraf": "dist/cjs/src/bin.js" + "rimraf": "dist/esm/bin.mjs" }, "engines": { "node": ">=14" @@ -12059,9 +11756,9 @@ } }, "node_modules/rollup": { - "version": "3.28.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz", - "integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -12098,13 +11795,13 @@ } }, "node_modules/safe-array-concat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", "isarray": "^2.0.5" }, @@ -12162,9 +11859,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.66.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.66.1.tgz", - "integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==", + "version": "1.68.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz", + "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -12224,9 +11921,9 @@ } }, "node_modules/schema-utils": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.1.0.tgz", - "integrity": "sha512-Jw+GZVbP5IggB2WAn6UHI02LBwGmsIeYN/lNbSMZyDziQ7jmtAUrqKqDja+W89YHVs+KL/3IkIMltAklqB1vAw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", @@ -12285,6 +11982,29 @@ "semver": "bin/semver.js" } }, + "node_modules/serialize-javascript": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/set-function-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", @@ -12396,9 +12116,9 @@ } }, "node_modules/signal-exit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", - "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, "engines": { "node": ">=14" @@ -12408,14 +12128,14 @@ } }, "node_modules/sirv": { - "version": "1.0.19", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz", + "integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==", "dev": true, "dependencies": { "@polka/url": "^1.0.0-next.20", "mrmime": "^1.0.0", - "totalist": "^1.0.0" + "totalist": "^3.0.0" }, "engines": { "node": ">= 10" @@ -12493,9 +12213,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", - "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", + "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", "dev": true }, "node_modules/ssf": { @@ -12604,18 +12324,19 @@ } }, "node_modules/string.prototype.matchall": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", - "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.3", + "internal-slot": "^1.0.5", + "regexp.prototype.flags": "^1.5.0", + "set-function-name": "^2.0.0", "side-channel": "^1.0.4" }, "funding": { @@ -12623,14 +12344,14 @@ } }, "node_modules/string.prototype.padend": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz", - "integrity": "sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.5.tgz", + "integrity": "sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -12640,14 +12361,14 @@ } }, "node_modules/string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -12657,28 +12378,28 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -12925,9 +12646,9 @@ } }, "node_modules/terser": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.0.tgz", - "integrity": "sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==", + "version": "5.21.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.21.0.tgz", + "integrity": "sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==", "dev": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -12977,9 +12698,9 @@ } }, "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.2.0.tgz", - "integrity": "sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -12994,15 +12715,6 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/terser-webpack-plugin/node_modules/serialize-javascript": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", - "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", - "dev": true, - "dependencies": { - "randombytes": "^2.1.0" - } - }, "node_modules/terser/node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", @@ -13069,9 +12781,9 @@ } }, "node_modules/totalist": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", "dev": true, "engines": { "node": ">=6" @@ -13188,9 +12900,9 @@ } }, "node_modules/ts-loader/node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -13227,9 +12939,9 @@ "dev": true }, "node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsup": { "version": "7.2.0", @@ -13832,9 +13544,9 @@ } }, "node_modules/types-ramda": { - "version": "0.29.4", - "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.4.tgz", - "integrity": "sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==", + "version": "0.29.5", + "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.5.tgz", + "integrity": "sha512-u+bAYXHDPJR+amB0qMrMU/NXRB2PG8QqpO2v6j7yK/0mPZhlaaZj++ynYjnVpkPEpCkZEGxNpWY3X7qyLCGE3w==", "dev": true, "dependencies": { "ts-toolbelt": "^9.6.0" @@ -13956,9 +13668,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", "dev": true, "funding": [ { @@ -14013,9 +13725,13 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } @@ -14120,20 +13836,27 @@ } }, "node_modules/webpack-bundle-analyzer": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.0.tgz", - "integrity": "sha512-+bXGmO1LyiNx0i9enBu3H8mv42sj/BJWhZNFwjz92tVnBa9J3JMGo2an2IXlEleoDOPn/Hofl5hr/xCpObUDtw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.1.tgz", + "integrity": "sha512-jnd6EoYrf9yMxCyYDPj8eutJvtjQNp8PHmni/e/ulydHBWhT5J3menXt3HEkScsu9YqMAcG4CfFjs3rj5pVU1w==", "dev": true, "dependencies": { "@discoveryjs/json-ext": "0.5.7", "acorn": "^8.0.4", "acorn-walk": "^8.0.0", - "chalk": "^4.1.0", "commander": "^7.2.0", + "escape-string-regexp": "^4.0.0", "gzip-size": "^6.0.0", - "lodash": "^4.17.20", + "is-plain-object": "^5.0.0", + "lodash.debounce": "^4.0.8", + "lodash.escape": "^4.0.1", + "lodash.flatten": "^4.4.0", + "lodash.invokemap": "^4.6.0", + "lodash.pullall": "^4.2.0", + "lodash.uniqby": "^4.7.0", "opener": "^1.5.2", - "sirv": "^1.0.7", + "picocolors": "^1.0.0", + "sirv": "^2.0.3", "ws": "^7.3.1" }, "bin": { @@ -14143,55 +13866,6 @@ "node": ">= 10.13.0" } }, - "node_modules/webpack-bundle-analyzer/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/webpack-bundle-analyzer/node_modules/commander": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", @@ -14201,25 +13875,25 @@ "node": ">= 10" } }, - "node_modules/webpack-bundle-analyzer/node_modules/has-flag": { + "node_modules/webpack-bundle-analyzer/node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/webpack-bundle-analyzer/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/webpack-bundle-analyzer/node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, "node_modules/webpack-cli": { @@ -14326,9 +14000,9 @@ "dev": true }, "node_modules/webpack/node_modules/schema-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.2.0.tgz", - "integrity": "sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -14474,15 +14148,6 @@ "node": ">=0.8" } }, - "node_modules/word-wrap": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", - "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/wrap-ansi": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", @@ -14685,33 +14350,80 @@ } }, "node_modules/zip-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz", - "integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz", + "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==", "dev": true, "dependencies": { - "archiver-utils": "^2.1.0", - "compress-commons": "^4.1.0", + "archiver-utils": "^3.0.4", + "compress-commons": "^4.1.2", "readable-stream": "^3.6.0" }, "engines": { "node": ">= 10" } }, - "node_modules/zipcelx": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/zipcelx/-/zipcelx-1.6.2.tgz", - "integrity": "sha512-4Rj0/D7Z6GCQTFgtcPavj2xnD0d5hxw+yDdHHsucZDv54NQZGyytItAaxHnBOnY7jj5qWaAeMGsb7YcNS3gRPQ==", + "node_modules/zip-stream/node_modules/archiver-utils": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz", + "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==", + "dev": true, "dependencies": { - "file-saver": "^2.0.0", - "jszip": "^3.1.3", - "lodash.escape": "^4.0.1" - } - } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.2.1", + "glob": "^7.2.3", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/zip-stream/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/zipcelx": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/zipcelx/-/zipcelx-1.6.2.tgz", + "integrity": "sha512-4Rj0/D7Z6GCQTFgtcPavj2xnD0d5hxw+yDdHHsucZDv54NQZGyytItAaxHnBOnY7jj5qWaAeMGsb7YcNS3gRPQ==", + "dependencies": { + "file-saver": "^2.0.0", + "jszip": "^3.1.3", + "lodash.escape": "^4.0.1" + } + } + }, + "dependencies": { + "@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true + }, + "@ampproject/remapping": { + "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", "dev": true, @@ -14721,16 +14433,16 @@ } }, "@babel/cli": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.9.tgz", - "integrity": "sha512-nb2O7AThqRo7/E53EGiuAkMaRbb7J5Qp3RvN+dmua1U+kydm0oznkhqbTEG15yk26G/C3yL6OdZjzgl+DMXVVA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz", + "integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.17", "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3", "chokidar": "^3.4.0", "commander": "^4.0.1", - "convert-source-map": "^1.1.0", + "convert-source-map": "^2.0.0", "fs-readdir-recursive": "^1.1.0", "glob": "^7.2.0", "make-dir": "^2.1.0", @@ -14754,49 +14466,50 @@ } }, "@babel/code-frame": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", - "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "requires": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" } }, "@babel/compat-data": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", - "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", + "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", "dev": true }, "@babel/core": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", - "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", + "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", "dev": true, "requires": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.9", - "@babel/helper-module-transforms": "^7.22.9", - "@babel/helpers": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.8", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.0", + "@babel/helpers": "^7.23.0", + "@babel/parser": "^7.23.0", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.0", + "@babel/types": "^7.23.0", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", + "json5": "^2.2.3", "semver": "^6.3.1" } }, "@babel/generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", - "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "requires": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.0", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -14812,53 +14525,53 @@ } }, "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz", - "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", "dev": true, "requires": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" } }, "@babel/helper-compilation-targets": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz", - "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", "dev": true, "requires": { "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", "browserslist": "^4.21.9", "lru-cache": "^5.1.1", "semver": "^6.3.1" } }, "@babel/helper-create-class-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz", - "integrity": "sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.15", "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "semver": "^6.3.0" + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" } }, "@babel/helper-create-regexp-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz", - "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "semver": "^6.3.1" } }, "@babel/helper-define-polyfill-provider": { @@ -14875,19 +14588,19 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true }, "@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "requires": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" } }, "@babel/helper-hoist-variables": { @@ -14900,33 +14613,33 @@ } }, "@babel/helper-member-expression-to-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", - "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", "dev": true, "requires": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.23.0" } }, "@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "requires": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" } }, "@babel/helper-module-transforms": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", - "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", + "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-simple-access": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-validator-identifier": "^7.22.20" } }, "@babel/helper-optimise-call-expression": { @@ -14945,28 +14658,25 @@ "dev": true }, "@babel/helper-remap-async-to-generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz", - "integrity": "sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-wrap-function": "^7.22.9" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" } }, "@babel/helper-replace-supers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz", - "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5" } }, "@babel/helper-simple-access": { @@ -15002,72 +14712,72 @@ "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==" }, "@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==" + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" }, "@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", "dev": true }, "@babel/helper-wrap-function": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz", - "integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", "dev": true, "requires": { "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.10" + "@babel/template": "^7.22.15", + "@babel/types": "^7.22.19" } }, "@babel/helpers": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz", - "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", + "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", "dev": true, "requires": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.6", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.0", + "@babel/types": "^7.23.0" } }, "@babel/highlight": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz", - "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "requires": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.22.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", - "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz", - "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz", + "integrity": "sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" } }, "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", - "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.15.tgz", + "integrity": "sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5" + "@babel/plugin-transform-optional-chaining": "^7.22.15" } }, "@babel/plugin-proposal-class-properties": { @@ -15292,9 +15002,9 @@ } }, "@babel/plugin-transform-async-generator-functions": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz", - "integrity": "sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz", + "integrity": "sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.22.5", @@ -15324,9 +15034,9 @@ } }, "@babel/plugin-transform-block-scoping": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz", - "integrity": "sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz", + "integrity": "sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" @@ -15343,29 +15053,29 @@ } }, "@babel/plugin-transform-class-static-block": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz", - "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.11.tgz", + "integrity": "sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==", "dev": true, "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.11", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-class-static-block": "^7.14.5" } }, "@babel/plugin-transform-classes": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz", - "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.15.tgz", + "integrity": "sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-function-name": "^7.22.5", "@babel/helper-optimise-call-expression": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", "@babel/helper-split-export-declaration": "^7.22.6", "globals": "^11.1.0" } @@ -15381,9 +15091,9 @@ } }, "@babel/plugin-transform-destructuring": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz", - "integrity": "sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz", + "integrity": "sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" @@ -15409,9 +15119,9 @@ } }, "@babel/plugin-transform-dynamic-import": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz", - "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.11.tgz", + "integrity": "sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15429,9 +15139,9 @@ } }, "@babel/plugin-transform-export-namespace-from": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz", - "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.11.tgz", + "integrity": "sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15439,9 +15149,9 @@ } }, "@babel/plugin-transform-for-of": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz", - "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.15.tgz", + "integrity": "sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" @@ -15459,9 +15169,9 @@ } }, "@babel/plugin-transform-json-strings": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz", - "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.11.tgz", + "integrity": "sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15478,9 +15188,9 @@ } }, "@babel/plugin-transform-logical-assignment-operators": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz", - "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.11.tgz", + "integrity": "sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15497,36 +15207,36 @@ } }, "@babel/plugin-transform-modules-amd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz", - "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz", + "integrity": "sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5" } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz", + "integrity": "sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-simple-access": "^7.22.5" } }, "@babel/plugin-transform-modules-systemjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz", - "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz", + "integrity": "sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==", "dev": true, "requires": { "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-validator-identifier": "^7.22.20" } }, "@babel/plugin-transform-modules-umd": { @@ -15559,9 +15269,9 @@ } }, "@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz", - "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.11.tgz", + "integrity": "sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15569,9 +15279,9 @@ } }, "@babel/plugin-transform-numeric-separator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz", - "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.11.tgz", + "integrity": "sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15579,16 +15289,16 @@ } }, "@babel/plugin-transform-object-rest-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz", - "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.15.tgz", + "integrity": "sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==", "dev": true, "requires": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", + "@babel/compat-data": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.22.5" + "@babel/plugin-transform-parameters": "^7.22.15" } }, "@babel/plugin-transform-object-super": { @@ -15602,9 +15312,9 @@ } }, "@babel/plugin-transform-optional-catch-binding": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz", - "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.11.tgz", + "integrity": "sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15612,9 +15322,9 @@ } }, "@babel/plugin-transform-optional-chaining": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz", - "integrity": "sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz", + "integrity": "sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", @@ -15623,9 +15333,9 @@ } }, "@babel/plugin-transform-parameters": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz", - "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.15.tgz", + "integrity": "sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5" @@ -15642,13 +15352,13 @@ } }, "@babel/plugin-transform-private-property-in-object": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz", - "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==", + "version": "7.22.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz", + "integrity": "sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.11", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" } @@ -15672,16 +15382,16 @@ } }, "@babel/plugin-transform-react-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz", - "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz", + "integrity": "sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" } }, "@babel/plugin-transform-react-jsx-development": { @@ -15769,13 +15479,13 @@ } }, "@babel/plugin-transform-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz", - "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz", + "integrity": "sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-typescript": "^7.22.5" } @@ -15820,17 +15530,17 @@ } }, "@babel/preset-env": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.10.tgz", - "integrity": "sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.20.tgz", + "integrity": "sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==", "dev": true, "requires": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.10", + "@babel/compat-data": "^7.22.20", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.15", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.15", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", @@ -15851,41 +15561,41 @@ "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.22.5", - "@babel/plugin-transform-async-generator-functions": "^7.22.10", + "@babel/plugin-transform-async-generator-functions": "^7.22.15", "@babel/plugin-transform-async-to-generator": "^7.22.5", "@babel/plugin-transform-block-scoped-functions": "^7.22.5", - "@babel/plugin-transform-block-scoping": "^7.22.10", + "@babel/plugin-transform-block-scoping": "^7.22.15", "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-class-static-block": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", + "@babel/plugin-transform-class-static-block": "^7.22.11", + "@babel/plugin-transform-classes": "^7.22.15", "@babel/plugin-transform-computed-properties": "^7.22.5", - "@babel/plugin-transform-destructuring": "^7.22.10", + "@babel/plugin-transform-destructuring": "^7.22.15", "@babel/plugin-transform-dotall-regex": "^7.22.5", "@babel/plugin-transform-duplicate-keys": "^7.22.5", - "@babel/plugin-transform-dynamic-import": "^7.22.5", + "@babel/plugin-transform-dynamic-import": "^7.22.11", "@babel/plugin-transform-exponentiation-operator": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", + "@babel/plugin-transform-export-namespace-from": "^7.22.11", + "@babel/plugin-transform-for-of": "^7.22.15", "@babel/plugin-transform-function-name": "^7.22.5", - "@babel/plugin-transform-json-strings": "^7.22.5", + "@babel/plugin-transform-json-strings": "^7.22.11", "@babel/plugin-transform-literals": "^7.22.5", - "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", + "@babel/plugin-transform-logical-assignment-operators": "^7.22.11", "@babel/plugin-transform-member-expression-literals": "^7.22.5", "@babel/plugin-transform-modules-amd": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-modules-systemjs": "^7.22.5", + "@babel/plugin-transform-modules-commonjs": "^7.22.15", + "@babel/plugin-transform-modules-systemjs": "^7.22.11", "@babel/plugin-transform-modules-umd": "^7.22.5", "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", "@babel/plugin-transform-new-target": "^7.22.5", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", - "@babel/plugin-transform-numeric-separator": "^7.22.5", - "@babel/plugin-transform-object-rest-spread": "^7.22.5", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11", + "@babel/plugin-transform-numeric-separator": "^7.22.11", + "@babel/plugin-transform-object-rest-spread": "^7.22.15", "@babel/plugin-transform-object-super": "^7.22.5", - "@babel/plugin-transform-optional-catch-binding": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.10", - "@babel/plugin-transform-parameters": "^7.22.5", + "@babel/plugin-transform-optional-catch-binding": "^7.22.11", + "@babel/plugin-transform-optional-chaining": "^7.22.15", + "@babel/plugin-transform-parameters": "^7.22.15", "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.5", + "@babel/plugin-transform-private-property-in-object": "^7.22.11", "@babel/plugin-transform-property-literals": "^7.22.5", "@babel/plugin-transform-regenerator": "^7.22.10", "@babel/plugin-transform-reserved-words": "^7.22.5", @@ -15899,7 +15609,7 @@ "@babel/plugin-transform-unicode-regex": "^7.22.5", "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", "@babel/preset-modules": "0.1.6-no-external-plugins", - "@babel/types": "^7.22.10", + "@babel/types": "^7.22.19", "babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs3": "^0.8.3", "babel-plugin-polyfill-regenerator": "^0.5.2", @@ -15919,15 +15629,15 @@ } }, "@babel/preset-react": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.5.tgz", - "integrity": "sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.15.tgz", + "integrity": "sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", "@babel/plugin-transform-react-display-name": "^7.22.5", - "@babel/plugin-transform-react-jsx": "^7.22.5", + "@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/plugin-transform-react-jsx-development": "^7.22.5", "@babel/plugin-transform-react-pure-annotations": "^7.22.5" } @@ -15939,22 +15649,22 @@ "dev": true }, "@babel/preset-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", - "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz", + "integrity": "sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-typescript": "^7.22.5" + "@babel/plugin-transform-modules-commonjs": "^7.23.0", + "@babel/plugin-transform-typescript": "^7.22.15" } }, "@babel/register": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.5.tgz", - "integrity": "sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.15.tgz", + "integrity": "sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==", "dev": true, "requires": { "clone-deep": "^4.0.1", @@ -15971,56 +15681,49 @@ "dev": true }, "@babel/runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", - "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", + "version": "7.23.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz", + "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==", "requires": { - "regenerator-runtime": "^0.13.11" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" - } + "regenerator-runtime": "^0.14.0" } }, "@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" } }, "@babel/traverse": { - "version": "7.22.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", - "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", + "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", "dev": true, "requires": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.7", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/types": "^7.22.5", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", - "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "requires": { "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } }, @@ -16054,6 +15757,11 @@ "stylis": "4.2.0" }, "dependencies": { + "convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + }, "escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", @@ -16137,165 +15845,110 @@ "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, "@enonic-types/core": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.12.2.tgz", - "integrity": "sha512-TjTrOyYkG4pCGk94TTux7gVd9/yyc0boArhSiNmmouOMWBgr56noOcqnoQn8XhbIyC+VIDNBAW+Z1vv7yl+/8g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.3.tgz", + "integrity": "sha512-wi4mNgs+6Pyhs/Zik0NVmPecNjlSR3JvgzHeglGReDVhiEzwQkMvFKx83rO/0HR5+WBX8b4YVlms8i5020E1HQ==", "dev": true }, "@enonic-types/global": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@enonic-types/global/-/global-7.13.0.tgz", - "integrity": "sha512-rW3U/djX3v/24LHwRWdhrYPRlhaQNgkfzWKUURjuD0ez64ez0eYSOMcWTY4KlYWW2Vpz4oGxNgzvV9sRG/7ugw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/global/-/global-7.13.3.tgz", + "integrity": "sha512-V2etTglryEW+6i/WP8b64f6ZospVRme5Ku+1IW+biRsXpZqHbS3VGj0BlEeAnaGmBNS1WRVqHN0cGXGH29VRvw==", "dev": true }, "@enonic-types/lib-admin": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-admin/-/lib-admin-7.12.2.tgz", - "integrity": "sha512-DsBUwexRwMZHMExjy7FT67XVcY6s+VjdJEIQhEN+h5wB+L1g0FbCjkGLL5rofs6ASE9O4+FdDcqTJIZZ8l1Geg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-admin/-/lib-admin-7.13.3.tgz", + "integrity": "sha512-UA62DOCN5x7Jj4F8MxDpa6l+7GfkZI0O59xvoT5BfJF8JGoKWbhaUadRZsMJiaDhKkQUMjcPLF4bD3FZVGkuPA==", "dev": true }, - "@enonic-types/lib-app": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-app/-/lib-app-7.12.2.tgz", - "integrity": "sha512-hntWPJeawIqTuWFClI+FJU8feAqDABInGqHpLfHlMgp0MiTXchxX/Pi7r1zardjw2G+fyiZwpXKolhtgSyQvLw==", - "dev": true, - "requires": { - "@enonic-types/core": "7.12.2" - } - }, - "@enonic-types/lib-auditlog": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-auditlog/-/lib-auditlog-7.12.2.tgz", - "integrity": "sha512-zE+uooF00ENosSGf+Rl7ejNr9qsgnpZimw9jmACtrFoUGUW9HVpoHTmdFMoizUFMZwmehslK7h8ovSwdEFbsHw==", - "dev": true, - "requires": { - "@enonic-types/core": "7.12.2" - } - }, "@enonic-types/lib-auth": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-auth/-/lib-auth-7.12.2.tgz", - "integrity": "sha512-eEQAX6SC2qwnJQRauFBv2j8XkbTjoG+OFU85hXtfHDG1SBM+L/iwVnf1n2afXYCTJq6EMvxY/dVJ8k7lA72c7A==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-auth/-/lib-auth-7.13.3.tgz", + "integrity": "sha512-HEme70wCpzqpfWGi2DSMffq2KDKI+u8QJLAeu1k+g49RFWwYcdtC0AXdvu0GN4dzIW/2ITs72JFLW/fAMXM+tw==", "dev": true, "requires": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-cluster": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-cluster/-/lib-cluster-7.12.2.tgz", - "integrity": "sha512-+yFDS+ix3MKYnxeDFBhm8SotU9r7zyl2ZzblymYDlvErpPPElD+RukyHuMjn0aCxsirP+UX+f2l32H4Z147vsQ==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-cluster/-/lib-cluster-7.13.3.tgz", + "integrity": "sha512-SKjmzhVT2TpCvogTOUQQp7QswJXbFH5pqmQ9fy2t4teBkEgriY7rXsOMw9otuCHc0fgdEbv2YmlA2Jqxvd5SEw==", "dev": true }, "@enonic-types/lib-common": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-common/-/lib-common-7.12.2.tgz", - "integrity": "sha512-8IclFkJKmSYvuBKBPCKmTNN52WfuJXBCqKwNj4k1Tl1Mk9esyUo7eecQWKNzUeRkLpVuGqa/LifjaiwGDutFKQ==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-common/-/lib-common-7.13.3.tgz", + "integrity": "sha512-hSKBtg8cLL7A/O6uQua55AsyFhItzNHcgFjf5mVblMpVCjAnLv5L2Yy6q6h57kYjtmbdzo5X4B35tbeW511jTA==", "dev": true }, "@enonic-types/lib-content": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-content/-/lib-content-7.12.2.tgz", - "integrity": "sha512-M49eA0DR1MWGtN0vFvVAucoyb8qjWvcjiJ/2x3SeHJkg9KfugHdi3D3jKfD8ezRhGOs0DAE8bWeQGj86NyHypg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-content/-/lib-content-7.13.3.tgz", + "integrity": "sha512-yzmk06Ix8pRb7Tsu+AjZ1i5DI5aAN2d60p1sxebcWt+PBy38oByP1aCR4HkaMh86ZtO8R/Cgjgh8YH4HDjExig==", "dev": true, "requires": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-context": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-7.12.2.tgz", - "integrity": "sha512-+XnHradA3tssqm6jSOJX2iEJoOLw5yZLTOX2z8WO/2xfNxPZX2afobEjrZNnxmYkmnK2KqS+97J5Up5tLojoFg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-context/-/lib-context-7.13.3.tgz", + "integrity": "sha512-f1vrvs9s+DXRXd6541QVd9u+nMB3XaZ7VvJ++4OgwIldD64t8aOMwJUrI+yDgrbIkIiztyurJb6WuMlkombJ6Q==", "dev": true, "requires": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-event": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-event/-/lib-event-7.13.2.tgz", - "integrity": "sha512-77RSclGr60MHIJTF6nrrFUGiW++aPfhzE2wokEt/5xAs/KvfYTckbeY9WAw/noYPqd+84Rh73qaFbL6xMxFn4A==", - "dev": true - }, - "@enonic-types/lib-export": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-export/-/lib-export-7.12.2.tgz", - "integrity": "sha512-3aIKNQ5UC9FXSeAGz58nA4AdL83ucwnNAzTd4VgxPsptIfGJgXJI42YnjZNW0X10RnX2GchnmI9l4mw6kPb7rg==", - "dev": true, - "requires": { - "@enonic-types/core": "7.12.2" - } - }, - "@enonic-types/lib-grid": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-grid/-/lib-grid-7.12.2.tgz", - "integrity": "sha512-5V9EzoJYSEiCGBumHePx9TODvfTL7BlTqYoHpNyQCJJEXUy4ZZeqSFplJHUGHTcVmt6Q9311Rsp2NEKlS9JSCA==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-event/-/lib-event-7.13.3.tgz", + "integrity": "sha512-G994ZPWUfj6rFUIiI8Q74V+ECZCtovqa2VNYadxplm30jguQVjhgAL7Cm2xp/Hfz0iqBIcBfkxOzcS9TYX550w==", "dev": true }, "@enonic-types/lib-i18n": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-i18n/-/lib-i18n-7.13.2.tgz", - "integrity": "sha512-9smc4S1IloN4rLaU44sk0lMiMRykD0UxiymUsXdzsjHWIoyqYdl5UIY1V9rZFjENqWty/Bg50ayQ5hcwyh3S4g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-i18n/-/lib-i18n-7.13.3.tgz", + "integrity": "sha512-7/eHD0PWuacER+/XbJM2WbL010NbH6gEJLxsg8LKmOXg1Dz+T6KQlSTVK+nyG2SoGt+8kJjFZVNXLirQezbaPg==", "dev": true }, "@enonic-types/lib-io": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-7.13.2.tgz", - "integrity": "sha512-xQqQzVuU5ZURIR5HGiUm8ETiWv12Ab29PvMK+bn7TGxqPujKiiZJ4MXAxyyxWB4yxaxb40SKbTX0yOFMyQuR3Q==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-io/-/lib-io-7.13.3.tgz", + "integrity": "sha512-JjFwV1RH44QrSOMPsouTfEbh3eecpd+mWhE6FNj+gdwNV8JkKLqGZuXEYrgB+SLC/aN+Qt7rIa7fog/tTwP8VQ==", "dev": true, "requires": { - "@enonic-types/core": "7.13.2" - }, - "dependencies": { - "@enonic-types/core": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.2.tgz", - "integrity": "sha512-rX7oxB5MO3iQfPpoqfQSghCIKskI7Yukcz5z1zzQXKg+nnpVWpWt2F6WRWbYlR8fKJstxZAC6MDAjBDOJSl8KA==", - "dev": true - } + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-mail": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-mail/-/lib-mail-7.13.2.tgz", - "integrity": "sha512-CMv8NvRJW4nWz3BF/WV2grVKTPRYrS6L0nM6U1KQ3CNtkR8TogaC1am2Ao4FFPc3m+rNLUeH8zp1sUMJTdCE0g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-mail/-/lib-mail-7.13.3.tgz", + "integrity": "sha512-p9ql1X3qNwlYZwNyMxOd7U/wNTd4K0d5zsJAQX+TjLMeJSdrjDSQFPP4rCjyMG7NU9mM5tFpFLemSqzN017E7A==", "dev": true, "requires": { - "@enonic-types/core": "7.13.2" - }, - "dependencies": { - "@enonic-types/core": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.2.tgz", - "integrity": "sha512-rX7oxB5MO3iQfPpoqfQSghCIKskI7Yukcz5z1zzQXKg+nnpVWpWt2F6WRWbYlR8fKJstxZAC6MDAjBDOJSl8KA==", - "dev": true - } + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-node": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-node/-/lib-node-7.12.2.tgz", - "integrity": "sha512-19bE7MYSZ1gESJXWGilwFKITcQQHbADh58xW1GUvVFYxLStMObcrrBQfbUxv07a3yNW9IiPnpcYLhkl7mOYQbA==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-node/-/lib-node-7.13.3.tgz", + "integrity": "sha512-uyT5S2bbHrWPYOejVyOSaCDyc9QVW/4sG1A9jXVj57KEN5ZvokkRUPz2RSXHQLgg7wCT+Vl8aqDWUPeyUzpw1g==", "dev": true, "requires": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-portal": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-7.12.2.tgz", - "integrity": "sha512-7Umd3TfEcu4YPPE2pbZ3AXavy7cYwSj5nTHJFhTvulQxZ7mOP6UWz/I1I3z5RXtM+HVVrTsNweGpFq1v9tyz4g==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-portal/-/lib-portal-7.13.3.tgz", + "integrity": "sha512-Bhy8po+HA6HQsI709Qcxg0i1B7p46IJMO3WZB4YdVDeO6dC56yV1cnsFcuV9PSPSPO51ZOZ7O3zc5SuJ7B5w/g==", "dev": true, "requires": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, - "@enonic-types/lib-project": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-project/-/lib-project-7.12.2.tgz", - "integrity": "sha512-BYsD9XPiPRAnbPx4fkvYT6Pr8r4+RwyvcIZ9DzPk63bSwo/eW5Wl5ORpiJZyQIFAE6fJtHkYvxCDdpsBDAGJJQ==", - "dev": true - }, "@enonic-types/lib-react4xp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@enonic-types/lib-react4xp/-/lib-react4xp-4.0.0.tgz", @@ -16303,73 +15956,42 @@ "dev": true }, "@enonic-types/lib-repo": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-repo/-/lib-repo-7.12.2.tgz", - "integrity": "sha512-dSjqnGQy8cbrBWCHSINZtFj7zCl/YbCZE0qFbaBkJ3kEPmR7tbGjhUJK6zdSYvm91ZP98A/juX6swwLjh1tIKg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-repo/-/lib-repo-7.13.3.tgz", + "integrity": "sha512-5EQgGKWf4kLJC/zg5IArWr+SVUx5+fERUXv0HGdbNMcSq5I1eiq9/TwWPU3zfnpf6xH88YyCqBm72wsAYPk2iQ==", "dev": true }, "@enonic-types/lib-scheduler": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-scheduler/-/lib-scheduler-7.12.2.tgz", - "integrity": "sha512-UG8ra6slfb0c2mdIpme6nzuL+saOrJD0akPPqugo6IaJjU/Vsu9nbqku1avc9LGhHseXLW88WUXAnUt7wQjATg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-scheduler/-/lib-scheduler-7.13.3.tgz", + "integrity": "sha512-NAIvPTU4c0wOEbm+qZvfpiTRA4O/3qxvJtiUzCiHEFLPd6dG3lYG3ABhtpfv5DPEPlIbjGMb508kCvNad8qRWg==", "dev": true, "requires": { - "@enonic-types/core": "7.12.2" - } - }, - "@enonic-types/lib-schema": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-schema/-/lib-schema-7.12.2.tgz", - "integrity": "sha512-gWrNSZSq897j7kqBrHXy/dipLlAjC4TGwoAF+r3sgKASi0wxmPbWq/zxeThRs+j0VXuo36FLT1WJNH1M+sIWlw==", - "dev": true, - "requires": { - "@enonic-types/core": "7.12.2" + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-task": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-task/-/lib-task-7.13.2.tgz", - "integrity": "sha512-3vHo1K9iTjRN8AVd6X2GLcXiyNlhL03WzyeAw24Fpj7/XsV+eJSsX5cXEZrQ59d0H80lveF0pF3pVEAlQCIy4A==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-task/-/lib-task-7.13.3.tgz", + "integrity": "sha512-FDKLH8aAGrDPeQZ6/uDiDg9wWCHQt7Avdk07OlLr89Hr6qkLrjxCFy/qwbAdlvleKnvTaNpssb0H4HOWIzJRog==", "dev": true, "requires": { - "@enonic-types/core": "7.13.2" - }, - "dependencies": { - "@enonic-types/core": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.2.tgz", - "integrity": "sha512-rX7oxB5MO3iQfPpoqfQSghCIKskI7Yukcz5z1zzQXKg+nnpVWpWt2F6WRWbYlR8fKJstxZAC6MDAjBDOJSl8KA==", - "dev": true - } + "@enonic-types/core": "7.13.3" } }, "@enonic-types/lib-value": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-value/-/lib-value-7.13.1.tgz", - "integrity": "sha512-d5BKgXVbgU5mP75zZMeXHS5WhO9tXrlz8wLtknD5xk2WdGqeis0dz0PtPsNGuWbr0AjKyey8TUsKfNpJZYWOvw==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-value/-/lib-value-7.13.3.tgz", + "integrity": "sha512-tOQbMXWER6ZiJtB/aRasQaCw8hsCHVjUJnS7IXwjj16rZyWs5dRQ+8tnRCM+Zai5IVCJzDAYQEiI6LhA8YZ5Gw==", "dev": true, "requires": { - "@enonic-types/core": "7.13.1" - }, - "dependencies": { - "@enonic-types/core": { - "version": "7.13.1", - "resolved": "https://registry.npmjs.org/@enonic-types/core/-/core-7.13.1.tgz", - "integrity": "sha512-0DDrJlKZU2M1rd+vk95AKDiQF8e/PKRrplueBml45m1VzuhFODOKdaOSSOlOzOYLlwTHY+ELEe3xWKglNQY8hA==", - "dev": true - } + "@enonic-types/core": "7.13.3" } }, - "@enonic-types/lib-vhost": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-vhost/-/lib-vhost-7.12.2.tgz", - "integrity": "sha512-GA6TNlpCPN2tbeSUgXg6brxiJqqY+Hi26WX7+kpAdupnrT14UrvRL7ur2rMdp45qqBUFPapYbT/CHACNT/gBzw==", - "dev": true - }, "@enonic-types/lib-websocket": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@enonic-types/lib-websocket/-/lib-websocket-7.13.2.tgz", - "integrity": "sha512-EvjjvT0wtuGEiXvUDH3NK3BMe/cbEGMy8OBJ4YY9q1yl2ibGZkANEKMJTUKUe976dD3mreEqwZp6LhylcH+rgg==", + "version": "7.13.3", + "resolved": "https://registry.npmjs.org/@enonic-types/lib-websocket/-/lib-websocket-7.13.3.tgz", + "integrity": "sha512-AQAyw5PFi2v6pz3kwqVCYBKN22FALgywVLwu66nq38rSuvQr7ceU9/E+Gn9snC5x1mAV9feIFmza7PS7kGgnPA==", "dev": true }, "@enonic/react-components": { @@ -16419,156 +16041,156 @@ } }, "@esbuild/android-arm": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.2.tgz", - "integrity": "sha512-tM8yLeYVe7pRyAu9VMi/Q7aunpLwD139EY1S99xbQkT4/q2qa6eA4ige/WJQYdJ8GBL1K33pPFhPfPdJ/WzT8Q==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.4.tgz", + "integrity": "sha512-uBIbiYMeSsy2U0XQoOGVVcpIktjLMEKa7ryz2RLr7L/vTnANNEsPVAh4xOv7ondGz6ac1zVb0F8Jx20rQikffQ==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.2.tgz", - "integrity": "sha512-lsB65vAbe90I/Qe10OjkmrdxSX4UJDjosDgb8sZUKcg3oefEuW2OT2Vozz8ef7wrJbMcmhvCC+hciF8jY/uAkw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.4.tgz", + "integrity": "sha512-mRsi2vJsk4Bx/AFsNBqOH2fqedxn5L/moT58xgg51DjX1la64Z3Npicut2VbhvDFO26qjWtPMsVxCd80YTFVeg==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.2.tgz", - "integrity": "sha512-qK/TpmHt2M/Hg82WXHRc/W/2SGo/l1thtDHZWqFq7oi24AjZ4O/CpPSu6ZuYKFkEgmZlFoa7CooAyYmuvnaG8w==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.4.tgz", + "integrity": "sha512-4iPufZ1TMOD3oBlGFqHXBpa3KFT46aLl6Vy7gwed0ZSYgHaZ/mihbYb4t7Z9etjkC9Al3ZYIoOaHrU60gcMy7g==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.2.tgz", - "integrity": "sha512-Ora8JokrvrzEPEpZO18ZYXkH4asCdc1DLdcVy8TGf5eWtPO1Ie4WroEJzwI52ZGtpODy3+m0a2yEX9l+KUn0tA==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.4.tgz", + "integrity": "sha512-Lviw8EzxsVQKpbS+rSt6/6zjn9ashUZ7Tbuvc2YENgRl0yZTktGlachZ9KMJUsVjZEGFVu336kl5lBgDN6PmpA==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.2.tgz", - "integrity": "sha512-tP+B5UuIbbFMj2hQaUr6EALlHOIOmlLM2FK7jeFBobPy2ERdohI4Ka6ZFjZ1ZYsrHE/hZimGuU90jusRE0pwDw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.4.tgz", + "integrity": "sha512-YHbSFlLgDwglFn0lAO3Zsdrife9jcQXQhgRp77YiTDja23FrC2uwnhXMNkAucthsf+Psr7sTwYEryxz6FPAVqw==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.2.tgz", - "integrity": "sha512-YbPY2kc0acfzL1VPVK6EnAlig4f+l8xmq36OZkU0jzBVHcOTyQDhnKQaLzZudNJQyymd9OqQezeaBgkTGdTGeQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.4.tgz", + "integrity": "sha512-vz59ijyrTG22Hshaj620e5yhs2dU1WJy723ofc+KUgxVCM6zxQESmWdMuVmUzxtGqtj5heHyB44PjV/HKsEmuQ==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.2.tgz", - "integrity": "sha512-nSO5uZT2clM6hosjWHAsS15hLrwCvIWx+b2e3lZ3MwbYSaXwvfO528OF+dLjas1g3bZonciivI8qKR/Hm7IWGw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.4.tgz", + "integrity": "sha512-3sRbQ6W5kAiVQRBWREGJNd1YE7OgzS0AmOGjDmX/qZZecq8NFlQsQH0IfXjjmD0XtUYqr64e0EKNFjMUlPL3Cw==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.2.tgz", - "integrity": "sha512-Odalh8hICg7SOD7XCj0YLpYCEc+6mkoq63UnExDCiRA2wXEmGlK5JVrW50vZR9Qz4qkvqnHcpH+OFEggO3PgTg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.4.tgz", + "integrity": "sha512-z/4ArqOo9EImzTi4b6Vq+pthLnepFzJ92BnofU1jgNlcVb+UqynVFdoXMCFreTK7FdhqAzH0vmdwW5373Hm9pg==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.2.tgz", - "integrity": "sha512-ig2P7GeG//zWlU0AggA3pV1h5gdix0MA3wgB+NsnBXViwiGgY77fuN9Wr5uoCrs2YzaYfogXgsWZbm+HGr09xg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.4.tgz", + "integrity": "sha512-ZWmWORaPbsPwmyu7eIEATFlaqm0QGt+joRE9sKcnVUG3oBbr/KYdNE2TnkzdQwX6EDRdg/x8Q4EZQTXoClUqqA==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.2.tgz", - "integrity": "sha512-mLfp0ziRPOLSTek0Gd9T5B8AtzKAkoZE70fneiiyPlSnUKKI4lp+mGEnQXcQEHLJAcIYDPSyBvsUbKUG2ri/XQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.4.tgz", + "integrity": "sha512-EGc4vYM7i1GRUIMqRZNCTzJh25MHePYsnQfKDexD8uPTCm9mK56NIL04LUfX2aaJ+C9vyEp2fJ7jbqFEYgO9lQ==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.2.tgz", - "integrity": "sha512-hn28+JNDTxxCpnYjdDYVMNTR3SKavyLlCHHkufHV91fkewpIyQchS1d8wSbmXhs1fiYDpNww8KTFlJ1dHsxeSw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.4.tgz", + "integrity": "sha512-WVhIKO26kmm8lPmNrUikxSpXcgd6HDog0cx12BUfA2PkmURHSgx9G6vA19lrlQOMw+UjMZ+l3PpbtzffCxFDRg==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.2.tgz", - "integrity": "sha512-KbXaC0Sejt7vD2fEgPoIKb6nxkfYW9OmFUK9XQE4//PvGIxNIfPk1NmlHmMg6f25x57rpmEFrn1OotASYIAaTg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.4.tgz", + "integrity": "sha512-keYY+Hlj5w86hNp5JJPuZNbvW4jql7c1eXdBUHIJGTeN/+0QFutU3GrS+c27L+NTmzi73yhtojHk+lr2+502Mw==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.2.tgz", - "integrity": "sha512-dJ0kE8KTqbiHtA3Fc/zn7lCd7pqVr4JcT0JqOnbj4LLzYnp+7h8Qi4yjfq42ZlHfhOCM42rBh0EwHYLL6LEzcw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.4.tgz", + "integrity": "sha512-tQ92n0WMXyEsCH4m32S21fND8VxNiVazUbU4IUGVXQpWiaAxOBvtOtbEt3cXIV3GEBydYsY8pyeRMJx9kn3rvw==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.2.tgz", - "integrity": "sha512-7Z/jKNFufZ/bbu4INqqCN6DDlrmOTmdw6D0gH+6Y7auok2r02Ur661qPuXidPOJ+FSgbEeQnnAGgsVynfLuOEw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.4.tgz", + "integrity": "sha512-tRRBey6fG9tqGH6V75xH3lFPpj9E8BH+N+zjSUCnFOX93kEzqS0WdyJHkta/mmJHn7MBaa++9P4ARiU4ykjhig==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.2.tgz", - "integrity": "sha512-U+RinR6aXXABFCcAY4gSlv4CL1oOVvSSCdseQmGO66H+XyuQGZIUdhG56SZaDJQcLmrSfRmx5XZOWyCJPRqS7g==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.4.tgz", + "integrity": "sha512-152aLpQqKZYhThiJ+uAM4PcuLCAOxDsCekIbnGzPKVBRUDlgaaAfaUl5NYkB1hgY6WN4sPkejxKlANgVcGl9Qg==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.2.tgz", - "integrity": "sha512-oxzHTEv6VPm3XXNaHPyUTTte+3wGv7qVQtqaZCrgstI16gCuhNOtBXLEBkBREP57YTd68P0VgDgG73jSD8bwXQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.4.tgz", + "integrity": "sha512-Mi4aNA3rz1BNFtB7aGadMD0MavmzuuXNTaYL6/uiYIs08U7YMPETpgNn5oue3ICr+inKwItOwSsJDYkrE9ekVg==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.2.tgz", - "integrity": "sha512-WNa5zZk1XpTTwMDompZmvQLHszDDDN7lYjEHCUmAGB83Bgs20EMs7ICD+oKeT6xt4phV4NDdSi/8OfjPbSbZfQ==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.4.tgz", + "integrity": "sha512-9+Wxx1i5N/CYo505CTT7T+ix4lVzEdz0uCoYGxM5JDVlP2YdDC1Bdz+Khv6IbqmisT0Si928eAxbmGkcbiuM/A==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.2.tgz", - "integrity": "sha512-S6kI1aT3S++Dedb7vxIuUOb3oAxqxk2Rh5rOXOTYnzN8JzW1VzBd+IqPiSpgitu45042SYD3HCoEyhLKQcDFDw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.4.tgz", + "integrity": "sha512-MFsHleM5/rWRW9EivFssop+OulYVUoVcqkyOkjiynKBCGBj9Lihl7kh9IzrreDyXa4sNkquei5/DTP4uCk25xw==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.2.tgz", - "integrity": "sha512-VXSSMsmb+Z8LbsQGcBMiM+fYObDNRm8p7tkUDMPG/g4fhFX5DEFmjxIEa3N8Zr96SjsJ1woAhF0DUnS3MF3ARw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.4.tgz", + "integrity": "sha512-6Xq8SpK46yLvrGxjp6HftkDwPP49puU4OF0hEL4dTxqCbfx09LyrbUj/D7tmIRMj5D5FCUPksBbxyQhp8tmHzw==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.2.tgz", - "integrity": "sha512-5NayUlSAyb5PQYFAU9x3bHdsqB88RC3aM9lKDAz4X1mo/EchMIT1Q+pSeBXNgkfNmRecLXA0O8xP+x8V+g/LKg==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.4.tgz", + "integrity": "sha512-PkIl7Jq4mP6ke7QKwyg4fD4Xvn8PXisagV/+HntWoDEdmerB2LTukRZg728Yd1Fj+LuEX75t/hKXE2Ppk8Hh1w==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.2.tgz", - "integrity": "sha512-47gL/ek1v36iN0wL9L4Q2MFdujR0poLZMJwhO2/N3gA89jgHp4MR8DKCmwYtGNksbfJb9JoTtbkoe6sDhg2QTA==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.4.tgz", + "integrity": "sha512-ga676Hnvw7/ycdKB53qPusvsKdwrWzEyJ+AtItHGoARszIqvjffTwaaW3b2L6l90i7MO9i+dlAW415INuRhSGg==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.2.tgz", - "integrity": "sha512-tcuhV7ncXBqbt/Ybf0IyrMcwVOAPDckMK9rXNHtF17UTK18OKLpg08glminN06pt2WCoALhXdLfSPbVvK/6fxw==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.4.tgz", + "integrity": "sha512-HP0GDNla1T3ZL8Ko/SHAS2GgtjOg+VmWnnYLhuTksr++EnduYB0f3Y2LzHsUwb2iQ13JGoY6G3R8h6Du/WG6uA==", "dev": true, "optional": true }, @@ -16582,20 +16204,20 @@ } }, "@eslint-community/regexpp": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz", - "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz", + "integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==", "dev": true }, "@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.2", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -16605,9 +16227,9 @@ }, "dependencies": { "globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.22.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", + "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -16616,28 +16238,37 @@ } }, "@eslint/js": { - "version": "8.43.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz", - "integrity": "sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==", + "version": "8.50.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz", + "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==", "dev": true }, "@floating-ui/core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.3.0.tgz", - "integrity": "sha512-vX1WVAdPjZg9DkDkC+zEx/tKtnST6/qcNpwcjeBgco3XRNHz5PUA+ivi/yr6G3o0kMR60uKBJcfOdfzOFI7PMQ==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz", + "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==", + "requires": { + "@floating-ui/utils": "^0.1.3" + } }, "@floating-ui/dom": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.3.0.tgz", - "integrity": "sha512-qIAwejE3r6NeA107u4ELDKkH8+VtgRKdXqtSPaKflL2S2V+doyN+Wt9s5oHKXPDo4E8TaVXaHT3+6BbagH31xw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz", + "integrity": "sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==", "requires": { - "@floating-ui/core": "^1.3.0" + "@floating-ui/core": "^1.4.2", + "@floating-ui/utils": "^0.1.3" } }, + "@floating-ui/utils": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz", + "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==" + }, "@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -16688,20 +16319,10 @@ } } }, - "@item-enonic-types/core": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/core/-/core-7.11.2.tgz", - "integrity": "sha512-WCx1Eg6zLL8t3wrDiNxBLtLd3ExH83TZ1XOhRaDc8hTFEUZ0K5fsrviHIBnE5+bMKWY9RO4oYE52AP/auGZoQw==", - "dev": true, - "requires": { - "@enonic-types/core": "^7.11.2", - "@enonic-types/lib-export": "^7.11.2" - } - }, "@item-enonic-types/global": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/global/-/global-7.12.2.tgz", - "integrity": "sha512-QEaBdupkj3VZHPGQ/UJUnCO0T4EuEvJy0xF8dvjypn3lInVT+/XysNCcO9StV7XOu8svn1LTDOfxVHQU5EheUQ==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/@item-enonic-types/global/-/global-7.13.1.tgz", + "integrity": "sha512-Wvv1fiAARbQ+sIg9jaox5ssrJgdtSmdkr1bB7HzsGKLkMfw0Vycol9OyQZTBcFlSjClguSd1jbHsXx/lp6NFNA==", "dev": true }, "@item-enonic-types/lib-cache": { @@ -16722,39 +16343,6 @@ "integrity": "sha512-ELhDZgzdYvGg/gtqC6SmJjvo9qCJZsh8oHSsluMgjd/j6kWdMHDCLclzmra++LPtEAGmf+gc5yOK4Tco47dCLA==", "dev": true }, - "@item-enonic-types/lib-explorer": { - "version": "3.20.6", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-explorer/-/lib-explorer-3.20.6.tgz", - "integrity": "sha512-leAQph3S4ywavqOi2UedLZZlumAQB/R8DGzLr0IZGwXzQABGH0NsbR3fc6GKl0Fki5SePerrRXI8ZfhCTUjMHw==", - "dev": true - }, - "@item-enonic-types/lib-freemarker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-freemarker/-/lib-freemarker-2.0.2.tgz", - "integrity": "sha512-q9PnFhAz1hiE6x708BrhCfIzUterICjiqLmO1ZnEt0wCBjLkCVY4ZcYFL8VYiDxxVliExwcAH3oj5iH+OQOcqw==", - "dev": true, - "requires": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "@item-enonic-types/lib-graphql": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-graphql/-/lib-graphql-2.0.2.tgz", - "integrity": "sha512-P5sd+LQj9x2TWtYKuILOtte3BWUSE8TfLolZ9rnXMlQelPsRql9zlm7+Rq1m30sUHeRF4VusmGkWSnm82O5Rig==", - "dev": true - }, - "@item-enonic-types/lib-graphql-playground": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-graphql-playground/-/lib-graphql-playground-0.0.1.tgz", - "integrity": "sha512-efJ4GJsFC00SBhOKYdxlLHcAeF+9VJiEtMjGzNekaN5k7v9rIdIy92f2eEHj/Ify4nlprVAcMg8urG2VuMjrCQ==", - "dev": true - }, - "@item-enonic-types/lib-guillotine": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-guillotine/-/lib-guillotine-5.5.0.tgz", - "integrity": "sha512-2y5hmVqOwIxZkPutMfrZm4zLfF2CqkZRJCHq9C+Hnzrg/vm46sGOLRaqnlhF59/LjtwkLJ6Ot5aywyylfzoHnQ==", - "dev": true - }, "@item-enonic-types/lib-http-client": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-http-client/-/lib-http-client-3.2.1.tgz", @@ -16770,86 +16358,6 @@ "integrity": "sha512-bx79LOEDBfHX1dOvLPy7A0tcn8jrhZH8JqqFB4FC2e4LzykUpRXIdmnDbvDPazFyv7e98fumYaJs6UlQx2dqMA==", "dev": true }, - "@item-enonic-types/lib-mustache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-mustache/-/lib-mustache-2.1.0.tgz", - "integrity": "sha512-v7uBRAC16bQse9XzzMr5SUiPW7jykE+gWz4y3t8EGeavMLlwAZvwlZxzGTuJScYNkjTnHICwQ4nm9ZTOTGBDIg==", - "dev": true, - "requires": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "@item-enonic-types/lib-notifications": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-notifications/-/lib-notifications-2.0.0.tgz", - "integrity": "sha512-5n6PejxbC3AQFCnxN2hg7X2c3Xd/ENJREF24UgFc/RnbeyT0vrNyFf+4NQLxOROLK3zMG7ppk0JQF1fzYgIahQ==", - "dev": true, - "requires": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "@item-enonic-types/lib-qrcode": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-qrcode/-/lib-qrcode-2.0.2.tgz", - "integrity": "sha512-IhIfA0sd8lM4I51OLNDeJ2YtWkdjnpJqykiFrhzgGkWk5cZNiBTGuwyQTB+a4t23HXtD8wjyvZTYfB1SIPQy/A==", - "dev": true, - "requires": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, - "@item-enonic-types/lib-react4xp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-react4xp/-/lib-react4xp-2.0.0.tgz", - "integrity": "sha512-bAoKXQs0hGeKBKh7SfTACXVjhajiPpuIcJt5rBiYyR4+b6Yd0h60Dn/8QDkwcIVCzExmsCG0KlV1dSEI+M1Tiw==", - "dev": true, - "requires": { - "@enonic-types/lib-portal": "^7.11.0-RC1", - "@item-enonic-types/global": "^7.11.0-RC1" - } - }, - "@item-enonic-types/lib-recaptcha": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-recaptcha/-/lib-recaptcha-3.0.0.tgz", - "integrity": "sha512-NgKXyk8Wng3CMP3tUuhGBG/YVkMJNnQ/zwxbtdcOiaM6xJ06zl1SaShMPLF0F+Om4uWTdkpis8xveTpqpkwBqw==", - "dev": true - }, - "@item-enonic-types/lib-router": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-router/-/lib-router-3.0.0.tgz", - "integrity": "sha512-s+vxUPuIqkGexsO5qmA6OaNFhE4oMDJOq+py8IY/ZWbh7y7YoNvqmVuCfLrBwJ9tcsRmwv8YObxKmAD53HnjSg==", - "dev": true - }, - "@item-enonic-types/lib-sql": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-sql/-/lib-sql-1.0.0.tgz", - "integrity": "sha512-Xl7RE4kS2G1JC5uigdEmnWNxJFOdQDO8aN7lUSwgWcOC/yGzI/VtWiO5XvaHkUC8qjPRZXbOopGLpCHy/p/+2g==", - "dev": true - }, - "@item-enonic-types/lib-static": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-static/-/lib-static-1.0.2.tgz", - "integrity": "sha512-NBUdsFclw1yNZLGNvCKYLOsYQjK4RKfJQd7A3LedMsmu0lzglhB/ZXb6aDjqXVX3pID0fEW579mRywdywJxQHA==", - "dev": true, - "requires": { - "@enonic-types/lib-io": "*", - "@item-enonic-types/global": "*" - } - }, - "@item-enonic-types/lib-testing": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-testing/-/lib-testing-7.12.2.tgz", - "integrity": "sha512-bM4OW07c56X788v8zXpOf9wo/JfhmvxCTBwmiWDKlarDeZNcgtbbni8tCqywgL2vGgwl5qZGvLCi0N7KkyHzxg==", - "dev": true - }, - "@item-enonic-types/lib-text-encoding": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-text-encoding/-/lib-text-encoding-2.1.0.tgz", - "integrity": "sha512-usq6qOHKl6Pqk5fPerQYFgvbKw87WmVdngXp0KBf2JjIdH7ziP/3G/VQcd5UxYwJU1jRulI0yAvekPkkD+k7oA==", - "dev": true, - "requires": { - "@item-enonic-types/core": "^7.11.0-RC1" - } - }, "@item-enonic-types/lib-thymeleaf": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-thymeleaf/-/lib-thymeleaf-2.1.0.tgz", @@ -16868,26 +16376,6 @@ "@item-enonic-types/nashorn-env": "^0.0.2" } }, - "@item-enonic-types/lib-turbo-streams": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-turbo-streams/-/lib-turbo-streams-1.0.4.tgz", - "integrity": "sha512-VWpt+fBtMotWAln0obpelzewsaXor5sUDX8/HwqRnnyHtgbKWtDSDdF8f9mWjJ1WBza6d8IfLh4LRycxtOTwTA==", - "dev": true, - "requires": { - "@enonic-types/lib-portal": "^7.11.0-RC1", - "@enonic-types/lib-websocket": "^7.11.0-RC1", - "@item-enonic-types/global": "^7.11.0-B3" - } - }, - "@item-enonic-types/lib-xslt": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-xslt/-/lib-xslt-2.1.1.tgz", - "integrity": "sha512-/GWqO6mCr7nUH6tCkHu+KaXi2et8bx5xSBJXOrugwj06eXeTi8I4nMesdPWCzw08gEI/tiIaSARQluox5ROgrw==", - "dev": true, - "requires": { - "@enonic-types/core": "^7.12.2" - } - }, "@item-enonic-types/nashorn-env": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/@item-enonic-types/nashorn-env/-/nashorn-env-0.0.2.tgz", @@ -16906,9 +16394,9 @@ } }, "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true }, "@jridgewell/set-array": { @@ -16918,9 +16406,9 @@ "dev": true }, "@jridgewell/source-map": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz", - "integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", "dev": true, "requires": { "@jridgewell/gen-mapping": "^0.3.0", @@ -16934,21 +16422,13 @@ "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - }, - "dependencies": { - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true - } + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "@nicolo-ribaudo/chokidar-2": { @@ -16992,9 +16472,9 @@ "optional": true }, "@polka/url": { - "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "version": "1.0.0-next.23", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.23.tgz", + "integrity": "sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==", "dev": true }, "@popperjs/core": { @@ -17003,21 +16483,11 @@ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" }, "@react-aria/ssr": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.6.0.tgz", - "integrity": "sha512-OFiYQdv+Yk7AO7IsQu/fAEPijbeTwrrEYvdNoJ3sblBBedD5j5fBTNWrUPNVlwC4XWWnWTCMaRIVsJujsFiWXg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.8.0.tgz", + "integrity": "sha512-Y54xs483rglN5DxbwfCPHxnkvZ+gZ0LbSYmR72LyWPGft8hN/lrl1VRS1EW2SMjnkEWlj+Km2mwvA3kEHDUA0A==", "requires": { - "@swc/helpers": "^0.4.14" - }, - "dependencies": { - "@swc/helpers": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", - "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", - "requires": { - "tslib": "^2.4.0" - } - } + "@swc/helpers": "^0.5.0" } }, "@redux-saga/core": { @@ -17074,9 +16544,9 @@ "dev": true }, "@reduxjs/toolkit": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.5.tgz", - "integrity": "sha512-Rt97jHmfTeaxL4swLRNPD/zV4OxTes4la07Xc4hetpUW/vc75t5m1ANyxG6ymnEQ2FsLQsoMlYB2vV1sO3m8tQ==", + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.7.tgz", + "integrity": "sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==", "dev": true, "requires": { "immer": "^9.0.21", @@ -17086,11 +16556,11 @@ } }, "@restart/hooks": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.9.tgz", - "integrity": "sha512-3BekqcwB6Umeya+16XPooARn4qEPW6vNvwYnlofIYe6h9qG1/VeD7UvShCWx11eFz5ELYmwIEshz+MkPX3wjcQ==", + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.11.tgz", + "integrity": "sha512-Ft/ncTULZN6ldGHiF/k5qt72O8JyRMOeg0tApvCni8LkoiEahO+z3TNxfXIVGy890YtWVDvJAl662dVJSJXvMw==", "requires": { - "dequal": "^2.0.2" + "dequal": "^2.0.3" } }, "@restart/ui": { @@ -17110,9 +16580,9 @@ }, "dependencies": { "uncontrollable": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.2.tgz", - "integrity": "sha512-/GDx+K1STGtpgTsj5Dj3J51YaKxZDblbCQHTH1zHLuoBEWodj6MjtRVv3TUijj1JYLRLSFsFzN8NV4M3QV4d9w==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz", + "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==", "requires": {} } } @@ -17155,104 +16625,115 @@ } }, "@swc/core": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.63.tgz", - "integrity": "sha512-mNRMr0xcqkvnC1a/H7rpMtbIjq7KKy4XaW/+zj3+w9cH5g72eMo3ADNHE03zHoqPn+Ov3szzFOMHT6rgJlRxow==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.3.91.tgz", + "integrity": "sha512-r950d0fdlZ8qbSDyvApn3HyCojiZE8xpgJzQvypeMi32dalYwugdJKWyLB55JIGMRGJ8+lmVvY4MPGkSR3kXgA==", "dev": true, "requires": { - "@swc/core-darwin-arm64": "1.3.63", - "@swc/core-darwin-x64": "1.3.63", - "@swc/core-linux-arm-gnueabihf": "1.3.63", - "@swc/core-linux-arm64-gnu": "1.3.63", - "@swc/core-linux-arm64-musl": "1.3.63", - "@swc/core-linux-x64-gnu": "1.3.63", - "@swc/core-linux-x64-musl": "1.3.63", - "@swc/core-win32-arm64-msvc": "1.3.63", - "@swc/core-win32-ia32-msvc": "1.3.63", - "@swc/core-win32-x64-msvc": "1.3.63" + "@swc/core-darwin-arm64": "1.3.91", + "@swc/core-darwin-x64": "1.3.91", + "@swc/core-linux-arm-gnueabihf": "1.3.91", + "@swc/core-linux-arm64-gnu": "1.3.91", + "@swc/core-linux-arm64-musl": "1.3.91", + "@swc/core-linux-x64-gnu": "1.3.91", + "@swc/core-linux-x64-musl": "1.3.91", + "@swc/core-win32-arm64-msvc": "1.3.91", + "@swc/core-win32-ia32-msvc": "1.3.91", + "@swc/core-win32-x64-msvc": "1.3.91", + "@swc/counter": "^0.1.1", + "@swc/types": "^0.1.5" } }, "@swc/core-darwin-arm64": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.63.tgz", - "integrity": "sha512-lNR0BgG0/6dGpGP+AyFZoZ3YBhZN5GzvgAUzwy4skqn5sKZ7duQD02CNq1lIy7Im5BzgMUcJ+/Z7z/YUlqBK+Q==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.91.tgz", + "integrity": "sha512-7kHGiQ1he5khcEeJuHDmLZPM3rRL/ith5OTmV6bOPsoHi46kLeixORW+ts1opC3tC9vu6xbk16xgX0QAJchc1w==", "dev": true, "optional": true }, "@swc/core-darwin-x64": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.63.tgz", - "integrity": "sha512-1lydnc+LgSD0gwD1axW3+Y1htKZZRn33aJF4ITd6hsA9Y2eIhdMVxgx6peXp8wWzoRBXy5GEMTnd7704oya4zw==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.91.tgz", + "integrity": "sha512-8SpU18FbFpZDVzsHsAwdI1thF/picQGxq9UFxa8W+T9SDnbsqwFJv/6RqKJeJoDV6qFdl2OLjuO0OL7xrp0qnQ==", "dev": true, "optional": true }, "@swc/core-linux-arm-gnueabihf": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.63.tgz", - "integrity": "sha512-cJT+XJ6f25QeAcz2ONy1i8WKP6olqOIbU5fHZKsoPqEZmLkK5NCTnmIolT0HZpH1SNkE/hHkPYGn620Domvn8g==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.91.tgz", + "integrity": "sha512-fOq4Cy8UbwX1yf0WB0d8hWZaIKCnPtPGguRqdXGLfwvhjZ9SIErT6PnmGTGRbQCNCIkOZWHKyTU0r8t2dN3haQ==", "dev": true, "optional": true }, "@swc/core-linux-arm64-gnu": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.63.tgz", - "integrity": "sha512-xtuk0v/86i0UR6G+5X6l3bgP1I1iWlEI23ad44L0FNrZ8wLLEvVzYuVoI6U5fKbp91LAsVpdWyyvSAo1sT7BWQ==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.91.tgz", + "integrity": "sha512-fki4ioRP/Esy4vdp8T34RCV+V9dqkRmOt763pf74pdiyFV2dPLXa5lnw/XvR1RTfPGknrYgjEQLCfZlReTryRw==", "dev": true, "optional": true }, "@swc/core-linux-arm64-musl": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.63.tgz", - "integrity": "sha512-AIRqE/3659zt5hfZzj3i/xtJbJl1iz9FcYEGUsIqqrxouqZWNbFujQpIguX4qFI7uoM+m6p6pqLjMmArwErRxQ==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.91.tgz", + "integrity": "sha512-XrG+DUUqNtfVLcJ20imby7fpBwQNG5VsEQBzQndSonPyUOa2YkTbBb60YDondfQGDABopuHH8gHN8o2H2/VCnQ==", "dev": true, "optional": true }, "@swc/core-linux-x64-gnu": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.63.tgz", - "integrity": "sha512-EAB5gkgDvStJofvdQU40hqEqjtSvtPs3PR0WupZtbLKWWCTWg76uTXQZEKNYx9r60Pt7sx1BAa3XnqgXjmcjDg==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.91.tgz", + "integrity": "sha512-d11bYhX+YPBr/Frcjc6eVn3C0LuS/9U1Li9EmQ+6s9EpYtYRl2ygSlC8eueLbaiazBnCVYFnc8bU4o0kc5B9sw==", "dev": true, "optional": true }, "@swc/core-linux-x64-musl": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.63.tgz", - "integrity": "sha512-8ScbtDPd8Hr1VkpzCseI5H770YgxxjTFsxinH9UtJWJBFIkdu2rEwjgz4t+lDjsc/R3JWaKt1q8Dkgzqmj+77g==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.91.tgz", + "integrity": "sha512-2SRp5Dke2P4jCQePkDx9trkkTstnRpZJVw5r3jvYdk0zeO6iC4+ZPvvoWXJLigqQv/fZnIiSUfJ6ssOoaEqTzQ==", "dev": true, "optional": true }, "@swc/core-win32-arm64-msvc": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.63.tgz", - "integrity": "sha512-+41tEugXJjpK04KIb2+Xlpb1NArhIne4u0NQo+cHb6ekJoqQmgIj3uNJhQ0v+0DDMjFqbA07l0KYNMgYLBls/A==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.91.tgz", + "integrity": "sha512-l9qKXikOxj42UIjbeZpz9xtBmr736jOMqInNP8mVF2/U+ws5sI8zJjcOFFtfis4ru7vWCXhB1wtltdlJYO2vGA==", "dev": true, "optional": true }, "@swc/core-win32-ia32-msvc": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.63.tgz", - "integrity": "sha512-W6nPOD5k++rSmoAb0Jg0h7gyfjly8b5ld7cSnmrWKXfmjgxOqxcoqP2LlzNkamg320eqkGaD9n+UnPJDteLTBw==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.91.tgz", + "integrity": "sha512-+s+52O0QVPmzOgjEe/rcb0AK6q/J7EHKwAyJCu/FaYO9df5ovE0HJjSKP6HAF0dGPO5hkENrXuNGujofUH9vtQ==", "dev": true, "optional": true }, "@swc/core-win32-x64-msvc": { - "version": "1.3.63", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.63.tgz", - "integrity": "sha512-MHNCF3GWtlKZL3vNhMiCrtM4gBHqAv0Iw38bLoJRagh1Q/UDNVjNzWhgngCno9NUQodMtCo6G7iTQilW7YaAQQ==", + "version": "1.3.91", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.91.tgz", + "integrity": "sha512-7u9HDQhjUC3Gv43EFW84dZtduWCSa4MgltK+Sp9zEGti6WXqDPu/ESjvDsQEVYTBEMEvZs/xVAXPgLVHorV5nQ==", "dev": true, "optional": true }, + "@swc/counter": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.2.tgz", + "integrity": "sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==", + "dev": true + }, "@swc/helpers": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz", - "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==", - "dev": true, - "optional": true, - "peer": true, + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz", + "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==", "requires": { "tslib": "^2.4.0" } }, + "@swc/types": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.5.tgz", + "integrity": "sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==", + "dev": true + }, "@trysound/sax": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", @@ -17260,18 +16741,18 @@ "dev": true }, "@types/archiver": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.2.tgz", - "integrity": "sha512-IctHreBuWE5dvBDz/0WeKtyVKVRs4h75IblxOACL92wU66v+HGAfEYAOyXkOFphvRJMhuXdI9huDXpX0FC6lCw==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.3.tgz", + "integrity": "sha512-0ABdVcXL6jOwNGY+hjWPqrxUvKelBEwNLcuv/SV2vZ4YCH8w9NttFCt+/QqI5zgMX+iX/XqVy89/r7EmLJmMpQ==", "dev": true, "requires": { "@types/readdir-glob": "*" } }, "@types/eslint": { - "version": "8.40.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.40.2.tgz", - "integrity": "sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==", + "version": "8.44.3", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.3.tgz", + "integrity": "sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==", "dev": true, "requires": { "@types/estree": "*", @@ -17279,9 +16760,9 @@ } }, "@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.5.tgz", + "integrity": "sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==", "dev": true, "requires": { "@types/eslint": "*", @@ -17289,15 +16770,15 @@ } }, "@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz", + "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==", "dev": true }, "@types/hoist-non-react-statics": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", - "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==", "dev": true, "requires": { "@types/react": "*", @@ -17305,15 +16786,15 @@ } }, "@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", + "version": "7.0.13", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz", + "integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==", "dev": true }, "@types/node": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", - "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==", + "version": "20.8.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.2.tgz", + "integrity": "sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==", "dev": true }, "@types/parse-json": { @@ -17322,23 +16803,23 @@ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" }, "@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + "version": "15.7.8", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz", + "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==" }, "@types/ramda": { - "version": "0.29.5", - "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.5.tgz", - "integrity": "sha512-oBBdRfoZoCl/aBIpBbct/uUHAbJ5i7vSOHK83SvH2Qr9ermYITRNKnEYgGJlnkagUY2cu8L2//Jq7o1355Go5A==", + "version": "0.29.6", + "resolved": "https://registry.npmjs.org/@types/ramda/-/ramda-0.29.6.tgz", + "integrity": "sha512-4XQ9hYQhCwOxfkoTsIPvDVXc75fY5+MLQHUpExX6ByvU1q+0vOYRLSjWAt1IydkE1hOuhwMH6KvV/9rhzgrvRw==", "dev": true, "requires": { - "types-ramda": "^0.29.4" + "types-ramda": "^0.29.5" } }, "@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.25", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.25.tgz", + "integrity": "sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -17346,9 +16827,9 @@ } }, "@types/react-redux": { - "version": "7.1.25", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz", - "integrity": "sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==", + "version": "7.1.27", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.27.tgz", + "integrity": "sha512-xj7d9z32p1K/eBmO+OEy+qfaWXtcPlN8f1Xk3Ne0p/ZRQ867RI5bQ/bpBtxbqU1AHNhKJSgGvld/P2myU2uYkg==", "dev": true, "requires": { "@types/hoist-non-react-statics": "^3.3.0", @@ -17358,49 +16839,49 @@ } }, "@types/react-transition-group": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz", - "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.7.tgz", + "integrity": "sha512-ICCyBl5mvyqYp8Qeq9B5G/fyBSRC0zx3XM3sCC6KkcMsNeAHqXBKkmat4GqdJET5jtYUpZXrxI5flve5qhi2Eg==", "requires": { "@types/react": "*" } }, "@types/readdir-glob": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.1.tgz", - "integrity": "sha512-ImM6TmoF8bgOwvehGviEj3tRdRBbQujr1N+0ypaln/GWjaerOB26jb93vsRHmdMtvVQZQebOlqt2HROark87mQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.2.tgz", + "integrity": "sha512-vwAYrNN/8yhp/FJRU6HUSD0yk6xfoOS8HrZa8ZL7j+X8hJpaC1hTcAiXX2IxaAkkvrz9mLyoEhYZTE3cEYvA9Q==", "dev": true, "requires": { "@types/node": "*" } }, "@types/scheduler": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", - "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==" + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz", + "integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==" }, "@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", "dev": true }, "@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", + "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", "dev": true }, "@types/validator": { - "version": "13.11.1", - "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.1.tgz", - "integrity": "sha512-d/MUkJYdOeKycmm75Arql4M5+UuXmf4cHdHKsyw1GcvnNgL6s77UkgSgJ8TE/rI5PYsnwYq5jkcWBLuN/MpQ1A==", + "version": "13.11.2", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.2.tgz", + "integrity": "sha512-nIKVVQKT6kGKysnNt+xLobr+pFJNssJRi2s034wgWeFBUx01fI8BeHTW2TcRp7VcFu9QCYG8IlChTuovcm0oKQ==", "dev": true }, "@types/warning": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz", - "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.1.tgz", + "integrity": "sha512-ywJmriP+nvjBKNBEMaNZgj2irZHoxcKeYcyMLbqhYKbDVn8yCIULy2Ol/tvIb37O3IBeZj3RU4tXqQTtGwoAMg==" }, "@types/zipcelx": { "version": "1.5.0", @@ -17409,17 +16890,17 @@ "dev": true }, "@typescript-eslint/eslint-plugin": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz", - "integrity": "sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", + "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "dev": true, "requires": { "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.59.11", - "@typescript-eslint/type-utils": "5.59.11", - "@typescript-eslint/utils": "5.59.11", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/type-utils": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", "semver": "^7.3.7", @@ -17436,9 +16917,9 @@ } }, "semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -17462,111 +16943,44 @@ "@typescript-eslint/types": "5.62.0", "@typescript-eslint/typescript-estree": "5.62.0", "debug": "^4.3.4" - }, - "dependencies": { - "@typescript-eslint/scope-manager": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", - "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0" - } - }, - "@typescript-eslint/types": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", - "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", - "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - } - }, - "@typescript-eslint/visitor-keys": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", - "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", - "dev": true, - "requires": { - "@typescript-eslint/types": "5.62.0", - "eslint-visitor-keys": "^3.3.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } } }, "@typescript-eslint/scope-manager": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz", - "integrity": "sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", "dev": true, "requires": { - "@typescript-eslint/types": "5.59.11", - "@typescript-eslint/visitor-keys": "5.59.11" + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" } }, "@typescript-eslint/type-utils": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz", - "integrity": "sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", "dev": true, "requires": { - "@typescript-eslint/typescript-estree": "5.59.11", - "@typescript-eslint/utils": "5.59.11", + "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", "tsutils": "^3.21.0" } }, "@typescript-eslint/types": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.11.tgz", - "integrity": "sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz", - "integrity": "sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", "dev": true, "requires": { - "@typescript-eslint/types": "5.59.11", - "@typescript-eslint/visitor-keys": "5.59.11", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -17584,9 +16998,9 @@ } }, "semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -17601,17 +17015,17 @@ } }, "@typescript-eslint/utils": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.11.tgz", - "integrity": "sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.59.11", - "@typescript-eslint/types": "5.59.11", - "@typescript-eslint/typescript-estree": "5.59.11", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", "eslint-scope": "^5.1.1", "semver": "^7.3.7" }, @@ -17626,9 +17040,9 @@ } }, "semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -17643,12 +17057,12 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "5.59.11", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz", - "integrity": "sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", "dev": true, "requires": { - "@typescript-eslint/types": "5.59.11", + "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" } }, @@ -17832,9 +17246,9 @@ "dev": true }, "acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", "dev": true }, "acorn-import-assertions": { @@ -17952,16 +17366,16 @@ } }, "archiver": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz", - "integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.2.tgz", + "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==", "dev": true, "requires": { "archiver-utils": "^2.1.0", - "async": "^3.2.3", + "async": "^3.2.4", "buffer-crc32": "^0.2.1", "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", + "readdir-glob": "^1.1.2", "tar-stream": "^2.2.0", "zip-stream": "^4.1.0" } @@ -18053,15 +17467,15 @@ } }, "array-includes": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", - "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", + "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "is-string": "^1.0.7" } }, @@ -18071,40 +17485,53 @@ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, + "array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + } + }, "array.prototype.flatmap": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", - "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0" } }, "array.prototype.tosorted": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", - "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz", + "integrity": "sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.1.3" + "get-intrinsic": "^1.2.1" } }, "arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", "dev": true, "requires": { "array-buffer-byte-length": "^1.0.0", "call-bind": "^1.0.2", "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "get-intrinsic": "^1.2.1", "is-array-buffer": "^3.0.2", "is-shared-array-buffer": "^1.0.2" @@ -18138,14 +17565,14 @@ "dev": true }, "autoprefixer": { - "version": "10.4.14", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", - "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", + "version": "10.4.16", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", + "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", "dev": true, "requires": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", - "fraction.js": "^4.2.0", + "browserslist": "^4.21.10", + "caniuse-lite": "^1.0.30001538", + "fraction.js": "^4.3.6", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", "postcss-value-parser": "^4.2.0" @@ -18493,13 +17920,13 @@ } }, "babel-plugin-polyfill-corejs3": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz", - "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.4.tgz", + "integrity": "sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==", "dev": true, "requires": { "@babel/helper-define-polyfill-provider": "^0.4.2", - "core-js-compat": "^3.31.0" + "core-js-compat": "^3.32.2" } }, "babel-plugin-polyfill-regenerator": { @@ -18894,9 +18321,9 @@ } }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true } } @@ -19046,9 +18473,9 @@ "dev": true }, "bootstrap": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz", - "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", "requires": {} }, "brace-expansion": { @@ -19071,15 +18498,15 @@ } }, "browserslist": { - "version": "4.21.10", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", - "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001517", - "electron-to-chromium": "^1.4.477", + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", "node-releases": "^2.0.13", - "update-browserslist-db": "^1.0.11" + "update-browserslist-db": "^1.0.13" } }, "buffer": { @@ -19105,9 +18532,9 @@ "dev": true }, "bundle-require": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-4.0.1.tgz", - "integrity": "sha512-9NQkRHlNdNpDBGmLpngF3EFDcwodhMUuLz9PaWYciVcQF9SE4LFjM2DB/xV1Li5JiuDMv7ZUWuC3rGbqR0MAXQ==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-4.0.2.tgz", + "integrity": "sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==", "dev": true, "requires": { "load-tsconfig": "^0.2.3" @@ -19147,9 +18574,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001519", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz", - "integrity": "sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==", + "version": "1.0.30001546", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz", + "integrity": "sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==", "dev": true }, "case-sensitive-paths-webpack-plugin": { @@ -19169,18 +18596,18 @@ } }, "chai": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", - "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", + "version": "4.3.10", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz", + "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==", "dev": true, "requires": { "assertion-error": "^1.1.0", - "check-error": "^1.0.2", - "deep-eql": "^4.1.2", - "get-func-name": "^2.0.0", - "loupe": "^2.3.1", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.5" + "type-detect": "^4.0.8" } }, "chalk": { @@ -19194,10 +18621,13 @@ } }, "check-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", - "dev": true + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", + "dev": true, + "requires": { + "get-func-name": "^2.0.2" + } }, "chokidar": { "version": "3.5.3", @@ -19308,9 +18738,9 @@ "dev": true }, "compress-commons": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.tgz", - "integrity": "sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz", + "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==", "dev": true, "requires": { "buffer-crc32": "^0.2.13", @@ -19326,22 +18756,23 @@ "dev": true }, "convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true }, "core-js": { - "version": "3.32.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.1.tgz", - "integrity": "sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==" + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz", + "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==" }, "core-js-compat": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.0.tgz", - "integrity": "sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.0.tgz", + "integrity": "sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==", "dev": true, "requires": { - "browserslist": "^4.21.9" + "browserslist": "^4.22.1" } }, "core-util-is": { @@ -19350,14 +18781,14 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, "requires": { - "import-fresh": "^3.2.1", + "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", + "parse-json": "^5.2.0", "path-type": "^4.0.0" } }, @@ -19368,9 +18799,9 @@ "dev": true }, "crc32-stream": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.tgz", - "integrity": "sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz", + "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==", "dev": true, "requires": { "crc-32": "^1.2.0", @@ -19398,9 +18829,9 @@ } }, "css-declaration-sorter": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.0.tgz", - "integrity": "sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", "dev": true, "requires": {} }, @@ -19430,9 +18861,9 @@ } }, "semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -19607,12 +19038,24 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "define-data-property": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.0.tgz", + "integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==", + "dev": true, + "requires": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + } + }, "define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, "requires": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" } @@ -19752,9 +19195,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.485", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.485.tgz", - "integrity": "sha512-1ndQ5IBNEnFirPwvyud69GHL+31FkE09gH/CJ6m3KCbkx3i0EVOrjwz4UNxRmN9H8OVHbC6vMRZGN1yCvjSs9w==", + "version": "1.4.542", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.542.tgz", + "integrity": "sha512-6+cpa00G09N3sfh2joln4VUXHquWrOFx3FLZqiVQvl45+zS9DskDBTPvob+BhvFRmTBkyDSk0vvLMMRo/qc6mQ==", "dev": true }, "emoji-regex": { @@ -19779,78 +19222,13 @@ } }, "enhanced-resolve": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", - "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, - "enonic-types": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/enonic-types/-/enonic-types-7.12.2.tgz", - "integrity": "sha512-v7CiHXl/h+/KsRZCwHIJCqh33jypubi3VUZWdxDhDkDTizf2TgL9A7AYu/0pasR7UjSh5XZFKWSaY6oy5V9Wxw==", - "dev": true, - "requires": { - "@enonic-types/core": "^7.12.2", - "@enonic-types/global": "^7.12.2", - "@enonic-types/lib-admin": "^7.12.2", - "@enonic-types/lib-app": "^7.12.2", - "@enonic-types/lib-auditlog": "^7.12.2", - "@enonic-types/lib-auth": "^7.12.2", - "@enonic-types/lib-cluster": "^7.12.2", - "@enonic-types/lib-common": "^7.12.2", - "@enonic-types/lib-content": "^7.12.2", - "@enonic-types/lib-context": "^7.12.2", - "@enonic-types/lib-event": "^7.12.2", - "@enonic-types/lib-export": "^7.12.2", - "@enonic-types/lib-grid": "^7.12.2", - "@enonic-types/lib-i18n": "^7.12.2", - "@enonic-types/lib-io": "^7.12.2", - "@enonic-types/lib-mail": "^7.12.2", - "@enonic-types/lib-node": "^7.12.2", - "@enonic-types/lib-portal": "^7.12.2", - "@enonic-types/lib-project": "^7.12.2", - "@enonic-types/lib-repo": "^7.12.2", - "@enonic-types/lib-scheduler": "^7.12.2", - "@enonic-types/lib-schema": "^7.12.2", - "@enonic-types/lib-task": "^7.12.2", - "@enonic-types/lib-value": "^7.12.2", - "@enonic-types/lib-vhost": "^7.12.2", - "@enonic-types/lib-websocket": "^7.12.2", - "@item-enonic-types/global": "^7.12.2", - "@item-enonic-types/lib-cache": "^2.1.1", - "@item-enonic-types/lib-cron": "^1.1.1", - "@item-enonic-types/lib-explorer": "^3.20.6", - "@item-enonic-types/lib-freemarker": "^2.0.2", - "@item-enonic-types/lib-graphql": "^2.0.2", - "@item-enonic-types/lib-graphql-playground": "^0.0.1", - "@item-enonic-types/lib-guillotine": "^5.5.0", - "@item-enonic-types/lib-http-client": "^3.2.1", - "@item-enonic-types/lib-menu": "4.2.0-patch1", - "@item-enonic-types/lib-mustache": "^2.1.0", - "@item-enonic-types/lib-notifications": "^2.0.0", - "@item-enonic-types/lib-qrcode": "^2.0.2", - "@item-enonic-types/lib-react4xp": "^2.0.0", - "@item-enonic-types/lib-recaptcha": "^3.0.0", - "@item-enonic-types/lib-router": "^3.0.0", - "@item-enonic-types/lib-sql": "^1.0.0", - "@item-enonic-types/lib-static": "^1.0.2", - "@item-enonic-types/lib-testing": "^7.12.2", - "@item-enonic-types/lib-text-encoding": "^2.1.0", - "@item-enonic-types/lib-thymeleaf": "^2.1.0", - "@item-enonic-types/lib-turbo-streams": "^1.0.4", - "@item-enonic-types/lib-xslt": "^2.1.1" - }, - "dependencies": { - "@item-enonic-types/lib-menu": { - "version": "4.2.0-patch1", - "resolved": "https://registry.npmjs.org/@item-enonic-types/lib-menu/-/lib-menu-4.2.0-patch1.tgz", - "integrity": "sha512-NWtAybbvgL1LmcbJfe2HnYjx8GCS0b86vXtXR/hf5wOeFCtSuVOU1deSZJkw+siSOuIgPpVdayd/Y/r7x4iOWg==", - "dev": true - } + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" } }, "entities": { @@ -19860,9 +19238,9 @@ "dev": true }, "envinfo": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz", + "integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==", "dev": true }, "error-ex": { @@ -19874,18 +19252,18 @@ } }, "es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", + "integrity": "sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==", "dev": true, "requires": { "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.2", "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", "es-set-tostringtag": "^2.0.1", "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", + "function.prototype.name": "^1.1.6", "get-intrinsic": "^1.2.1", "get-symbol-description": "^1.0.0", "globalthis": "^1.0.3", @@ -19901,34 +19279,34 @@ "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", + "is-typed-array": "^1.1.12", "is-weakref": "^1.0.2", "object-inspect": "^1.12.3", "object-keys": "^1.1.1", "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", + "regexp.prototype.flags": "^1.5.1", + "safe-array-concat": "^1.0.1", "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", + "string.prototype.trim": "^1.2.8", + "string.prototype.trimend": "^1.0.7", + "string.prototype.trimstart": "^1.0.7", "typed-array-buffer": "^1.0.0", "typed-array-byte-length": "^1.0.0", "typed-array-byte-offset": "^1.0.0", "typed-array-length": "^1.0.4", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "which-typed-array": "^1.1.11" } }, "es-iterator-helpers": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.14.tgz", - "integrity": "sha512-JgtVnwiuoRuzLvqelrvN3Xu7H9bu2ap/kQ2CrM62iidP8SKuD99rWU3CJy++s7IVL2qb/AjXPGR/E7i9ngd/Cw==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", + "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", "dev": true, "requires": { "asynciterator.prototype": "^1.0.0", "call-bind": "^1.0.2", - "define-properties": "^1.2.0", + "define-properties": "^1.2.1", "es-abstract": "^1.22.1", "es-set-tostringtag": "^2.0.1", "function-bind": "^1.1.1", @@ -19938,14 +19316,14 @@ "has-proto": "^1.0.1", "has-symbols": "^1.0.3", "internal-slot": "^1.0.5", - "iterator.prototype": "^1.1.0", - "safe-array-concat": "^1.0.0" + "iterator.prototype": "^1.1.2", + "safe-array-concat": "^1.0.1" } }, "es-module-lexer": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", - "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", + "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==", "dev": true }, "es-set-tostringtag": { @@ -19986,33 +19364,33 @@ "dev": true }, "esbuild": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.2.tgz", - "integrity": "sha512-G6hPax8UbFakEj3hWO0Vs52LQ8k3lnBhxZWomUJDxfz3rZTLqF5k/FCzuNdLx2RbpBiQQF9H9onlDDH1lZsnjg==", - "dev": true, - "requires": { - "@esbuild/android-arm": "0.19.2", - "@esbuild/android-arm64": "0.19.2", - "@esbuild/android-x64": "0.19.2", - "@esbuild/darwin-arm64": "0.19.2", - "@esbuild/darwin-x64": "0.19.2", - "@esbuild/freebsd-arm64": "0.19.2", - "@esbuild/freebsd-x64": "0.19.2", - "@esbuild/linux-arm": "0.19.2", - "@esbuild/linux-arm64": "0.19.2", - "@esbuild/linux-ia32": "0.19.2", - "@esbuild/linux-loong64": "0.19.2", - "@esbuild/linux-mips64el": "0.19.2", - "@esbuild/linux-ppc64": "0.19.2", - "@esbuild/linux-riscv64": "0.19.2", - "@esbuild/linux-s390x": "0.19.2", - "@esbuild/linux-x64": "0.19.2", - "@esbuild/netbsd-x64": "0.19.2", - "@esbuild/openbsd-x64": "0.19.2", - "@esbuild/sunos-x64": "0.19.2", - "@esbuild/win32-arm64": "0.19.2", - "@esbuild/win32-ia32": "0.19.2", - "@esbuild/win32-x64": "0.19.2" + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.4.tgz", + "integrity": "sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.19.4", + "@esbuild/android-arm64": "0.19.4", + "@esbuild/android-x64": "0.19.4", + "@esbuild/darwin-arm64": "0.19.4", + "@esbuild/darwin-x64": "0.19.4", + "@esbuild/freebsd-arm64": "0.19.4", + "@esbuild/freebsd-x64": "0.19.4", + "@esbuild/linux-arm": "0.19.4", + "@esbuild/linux-arm64": "0.19.4", + "@esbuild/linux-ia32": "0.19.4", + "@esbuild/linux-loong64": "0.19.4", + "@esbuild/linux-mips64el": "0.19.4", + "@esbuild/linux-ppc64": "0.19.4", + "@esbuild/linux-riscv64": "0.19.4", + "@esbuild/linux-s390x": "0.19.4", + "@esbuild/linux-x64": "0.19.4", + "@esbuild/netbsd-x64": "0.19.4", + "@esbuild/openbsd-x64": "0.19.4", + "@esbuild/sunos-x64": "0.19.4", + "@esbuild/win32-arm64": "0.19.4", + "@esbuild/win32-ia32": "0.19.4", + "@esbuild/win32-x64": "0.19.4" } }, "esbuild-plugin-manifest": { @@ -20034,27 +19412,27 @@ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" }, "eslint": { - "version": "8.43.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz", - "integrity": "sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==", + "version": "8.50.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz", + "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.43.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.50.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -20064,7 +19442,6 @@ "globals": "^13.19.0", "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", @@ -20074,9 +19451,8 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "dependencies": { @@ -20121,9 +19497,9 @@ "dev": true }, "eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "requires": { "esrecurse": "^4.3.0", @@ -20140,9 +19516,9 @@ } }, "globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.22.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", + "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -20259,18 +19635,18 @@ } }, "eslint-visitor-keys": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", - "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true }, "espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "requires": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" } @@ -20355,9 +19731,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -20395,9 +19771,9 @@ } }, "feather-icons": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.0.tgz", - "integrity": "sha512-Y7VqN9FYb8KdaSF0qD1081HCkm0v4Eq/fpfQYQnubpqi0hXx14k+gF9iqtRys1SIcTEi97xDi/fmsPFZ8xo0GQ==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.1.tgz", + "integrity": "sha512-P1we61haGTds6lKWe6CCVPsNULb8tHr1y6S9gXEpU+lNR1Ja7GdV0A1l2hTNmzXv+0Stix/3YMWMAn7n1Qtd6A==", "dev": true, "requires": { "classnames": "^2.2.5", @@ -20424,9 +19800,9 @@ }, "dependencies": { "schema-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.2.0.tgz", - "integrity": "sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", @@ -20493,12 +19869,13 @@ } }, "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", + "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", "dev": true, "requires": { - "flatted": "^3.1.0", + "flatted": "^3.2.7", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, "dependencies": { @@ -20528,15 +19905,15 @@ } }, "flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", "dev": true }, "for-each": { @@ -20576,9 +19953,9 @@ "dev": true }, "fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz", + "integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==", "dev": true }, "fs-constants": { @@ -20611,27 +19988,28 @@ "dev": true }, "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "optional": true }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true }, "function.prototype.name": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" } }, "functions-have-names": { @@ -20647,9 +20025,9 @@ "dev": true }, "get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true }, "get-intrinsic": { @@ -20687,13 +20065,13 @@ } }, "glob": { - "version": "10.3.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz", - "integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==", + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", "dev": true, "requires": { "foreground-child": "^3.1.0", - "jackspeak": "^2.0.3", + "jackspeak": "^2.3.5", "minimatch": "^9.0.1", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", "path-scurry": "^1.10.1" @@ -20709,9 +20087,9 @@ } }, "minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -20786,12 +20164,6 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, - "grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "dev": true - }, "graphemer": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", @@ -20808,12 +20180,9 @@ } }, "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==" }, "has-ansi": { "version": "2.0.0", @@ -20964,9 +20333,9 @@ "dev": true }, "immutable": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz", - "integrity": "sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", "dev": true }, "import-fresh": { @@ -21148,9 +20517,9 @@ "dev": true }, "is-core-module": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", - "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", "requires": { "has": "^1.0.3" } @@ -21313,16 +20682,12 @@ } }, "is-typed-array": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", - "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", "dev": true, "requires": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "which-typed-array": "^1.1.11" } }, "is-weakmap": { @@ -21369,22 +20734,22 @@ "dev": true }, "iterator.prototype": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz", - "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", "dev": true, "requires": { - "define-properties": "^1.1.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.1", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", - "has-tostringtag": "^1.0.0", - "reflect.getprototypeof": "^1.0.3" + "reflect.getprototypeof": "^1.0.4", + "set-function-name": "^2.0.1" } }, "jackspeak": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz", - "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "dev": true, "requires": { "@isaacs/cliui": "^8.0.2", @@ -21420,9 +20785,9 @@ } }, "jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz", + "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==", "dev": true }, "joycon": { @@ -21481,6 +20846,12 @@ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true }, + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", @@ -21530,13 +20901,15 @@ } }, "jsx-ast-utils": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", - "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", "dev": true, "requires": { - "array-includes": "^3.1.5", - "object.assign": "^4.1.3" + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" } }, "jszip": { @@ -21584,6 +20957,15 @@ } } }, + "keyv": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", + "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + }, "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -21769,6 +21151,12 @@ "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==", "dev": true }, + "lodash.invokemap": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.invokemap/-/lodash.invokemap-4.6.0.tgz", + "integrity": "sha512-CfkycNtMqgUlfjfdh2BhKO/ZXrP8ePOX5lEU/g0R3ItJcnuxWDwokMGKx1hWcfOikmyOVx6X9IwWnDGlgKl61w==", + "dev": true + }, "lodash.isplainobject": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", @@ -21787,6 +21175,12 @@ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "lodash.pullall": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.pullall/-/lodash.pullall-4.2.0.tgz", + "integrity": "sha512-VhqxBKH0ZxPpLhiu68YD1KnHmbhQJQctcipvmFnqIBDYzcIHzf3Zpu0tpeOKtR4x76p9yohc506eGdOjTmyIBg==", + "dev": true + }, "lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -21805,6 +21199,12 @@ "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", "dev": true }, + "lodash.uniqby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", + "dev": true + }, "loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -21842,9 +21242,9 @@ }, "dependencies": { "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true } } @@ -21937,9 +21337,9 @@ } }, "minipass": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz", - "integrity": "sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", "dev": true }, "mrmime": { @@ -21965,6 +21365,12 @@ "thenify-all": "^1.0.0" } }, + "nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "dev": true + }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -21990,9 +21396,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "requires": { "whatwg-url": "^5.0.0" @@ -22017,9 +21423,9 @@ }, "dependencies": { "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true } } @@ -22079,9 +21485,9 @@ "dev": true }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true }, "shebang-command": { @@ -22174,9 +21580,9 @@ "dev": true }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true }, "shebang-command": { @@ -22250,46 +21656,46 @@ } }, "object.entries": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", - "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", + "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "object.fromentries": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", - "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", + "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "object.hasown": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", - "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", + "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", "dev": true, "requires": { - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "object.values": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", - "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "once": { @@ -22317,17 +21723,17 @@ "dev": true }, "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "requires": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" } }, "p-limit": { @@ -22421,9 +21827,9 @@ }, "dependencies": { "lru-cache": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", - "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", "dev": true } } @@ -22473,9 +21879,9 @@ "dev": true }, "pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "dev": true }, "pkg-dir": { @@ -22539,22 +21945,14 @@ "dev": true }, "postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" - }, - "dependencies": { - "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "dev": true - } } }, "postcss-browser-comments": { @@ -22635,9 +22033,9 @@ }, "dependencies": { "yaml": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", - "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz", + "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", "dev": true } } @@ -22663,9 +22061,9 @@ } }, "semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -23020,9 +22418,9 @@ "dev": true }, "ramda": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz", - "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==", + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.1.tgz", + "integrity": "sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==", "dev": true }, "randombytes": { @@ -23043,14 +22441,14 @@ } }, "react-bootstrap": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.8.0.tgz", - "integrity": "sha512-e/aNtxl0Z2ozrIaR82jr6Zz7ss9GSoaXpQaxmvtDUsTZIq/XalkduR/ZXP6vbQHz2T4syvjA+4FbtwELxxmpww==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.9.0.tgz", + "integrity": "sha512-dGh6fGjqR9MBzPOp2KbXJznt1Zy6SWepXYUdxMT18Zu/wJ73HCU8JNZe9dfzjmVssZYsJH9N3HHE4wAtQvNz7g==", "requires": { - "@babel/runtime": "^7.21.0", + "@babel/runtime": "^7.22.5", "@restart/hooks": "^0.4.9", - "@restart/ui": "^1.6.3", - "@types/react-transition-group": "^4.4.5", + "@restart/ui": "^1.6.6", + "@types/react-transition-group": "^4.4.6", "classnames": "^2.3.2", "dom-helpers": "^5.2.1", "invariant": "^2.2.4", @@ -23199,9 +22597,9 @@ } }, "react-select": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", - "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", + "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -23371,15 +22769,15 @@ "requires": {} }, "reflect.getprototypeof": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz", - "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", + "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "globalthis": "^1.0.3", "which-builtin-type": "^1.1.3" } @@ -23391,9 +22789,9 @@ "dev": true }, "regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, "requires": { "regenerate": "^1.4.2" @@ -23402,8 +22800,7 @@ "regenerator-runtime": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", - "dev": true + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" }, "regenerator-transform": { "version": "0.15.2", @@ -23415,14 +22812,14 @@ } }, "regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "set-function-name": "^2.0.0" } }, "regexpu-core": { @@ -23475,11 +22872,11 @@ "dev": true }, "resolve": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", - "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "version": "1.22.6", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", + "integrity": "sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", "requires": { - "is-core-module": "^2.11.0", + "is-core-module": "^2.13.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -23519,18 +22916,18 @@ "dev": true }, "rimraf": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.1.tgz", - "integrity": "sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", + "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", "dev": true, "requires": { - "glob": "^10.2.5" + "glob": "^10.3.7" } }, "rollup": { - "version": "3.28.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz", - "integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "requires": { "fsevents": "~2.3.2" @@ -23546,13 +22943,13 @@ } }, "safe-array-concat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", "dev": true, "requires": { "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", "isarray": "^2.0.5" }, @@ -23589,9 +22986,9 @@ "dev": true }, "sass": { - "version": "1.66.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.66.1.tgz", - "integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==", + "version": "1.68.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.68.0.tgz", + "integrity": "sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", @@ -23617,9 +23014,9 @@ } }, "schema-utils": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.1.0.tgz", - "integrity": "sha512-Jw+GZVbP5IggB2WAn6UHI02LBwGmsIeYN/lNbSMZyDziQ7jmtAUrqKqDja+W89YHVs+KL/3IkIMltAklqB1vAw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, "requires": { "@types/json-schema": "^7.0.9", @@ -23663,6 +23060,26 @@ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true }, + "serialize-javascript": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "set-function-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + "dev": true, + "requires": { + "define-data-property": "^1.0.1", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.0" + } + }, "setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", @@ -23749,20 +23166,20 @@ } }, "signal-exit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", - "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true }, "sirv": { - "version": "1.0.19", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz", + "integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==", "dev": true, "requires": { "@polka/url": "^1.0.0-next.20", "mrmime": "^1.0.0", - "totalist": "^1.0.0" + "totalist": "^3.0.0" } }, "slash": { @@ -23827,9 +23244,9 @@ } }, "spdx-license-ids": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", - "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", + "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", "dev": true }, "ssf": { @@ -23913,63 +23330,64 @@ } }, "string.prototype.matchall": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", - "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.3", + "internal-slot": "^1.0.5", + "regexp.prototype.flags": "^1.5.0", + "set-function-name": "^2.0.0", "side-channel": "^1.0.4" } }, "string.prototype.padend": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz", - "integrity": "sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.5.tgz", + "integrity": "sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" } }, "stringify-object": { @@ -24140,9 +23558,9 @@ } }, "terser": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.0.tgz", - "integrity": "sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==", + "version": "5.21.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.21.0.tgz", + "integrity": "sha512-WtnFKrxu9kaoXuiZFSGrcAvvBqAdmKx0SFNmVNYdJamMu9yyN3I/QF0FbH4QcqJQ+y1CJnzxGIKH0cSj+FGYRw==", "dev": true, "requires": { "@jridgewell/source-map": "^0.3.3", @@ -24173,24 +23591,15 @@ }, "dependencies": { "schema-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.2.0.tgz", - "integrity": "sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" } - }, - "serialize-javascript": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", - "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", - "dev": true, - "requires": { - "randombytes": "^2.1.0" - } } } }, @@ -24245,9 +23654,9 @@ } }, "totalist": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", "dev": true }, "tr46": { @@ -24330,9 +23739,9 @@ } }, "semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -24362,9 +23771,9 @@ "dev": true }, "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "tsup": { "version": "7.2.0", @@ -24701,9 +24110,9 @@ } }, "types-ramda": { - "version": "0.29.4", - "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.4.tgz", - "integrity": "sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==", + "version": "0.29.5", + "resolved": "https://registry.npmjs.org/types-ramda/-/types-ramda-0.29.5.tgz", + "integrity": "sha512-u+bAYXHDPJR+amB0qMrMU/NXRB2PG8QqpO2v6j7yK/0mPZhlaaZj++ynYjnVpkPEpCkZEGxNpWY3X7qyLCGE3w==", "dev": true, "requires": { "ts-toolbelt": "^9.6.0" @@ -24797,9 +24206,9 @@ "dev": true }, "update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", "dev": true, "requires": { "escalade": "^3.1.1", @@ -24827,9 +24236,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, "validate-npm-package-license": { "version": "3.0.4", @@ -24910,9 +24319,9 @@ }, "dependencies": { "schema-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.2.0.tgz", - "integrity": "sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", @@ -24923,77 +24332,47 @@ } }, "webpack-bundle-analyzer": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.0.tgz", - "integrity": "sha512-+bXGmO1LyiNx0i9enBu3H8mv42sj/BJWhZNFwjz92tVnBa9J3JMGo2an2IXlEleoDOPn/Hofl5hr/xCpObUDtw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.1.tgz", + "integrity": "sha512-jnd6EoYrf9yMxCyYDPj8eutJvtjQNp8PHmni/e/ulydHBWhT5J3menXt3HEkScsu9YqMAcG4CfFjs3rj5pVU1w==", "dev": true, "requires": { "@discoveryjs/json-ext": "0.5.7", "acorn": "^8.0.4", "acorn-walk": "^8.0.0", - "chalk": "^4.1.0", "commander": "^7.2.0", + "escape-string-regexp": "^4.0.0", "gzip-size": "^6.0.0", - "lodash": "^4.17.20", + "is-plain-object": "^5.0.0", + "lodash.debounce": "^4.0.8", + "lodash.escape": "^4.0.1", + "lodash.flatten": "^4.4.0", + "lodash.invokemap": "^4.6.0", + "lodash.pullall": "^4.2.0", + "lodash.uniqby": "^4.7.0", "opener": "^1.5.2", - "sirv": "^1.0.7", + "picocolors": "^1.0.0", + "sirv": "^2.0.3", "ws": "^7.3.1" }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "commander": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true }, - "has-flag": { + "escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true } } }, @@ -25166,12 +24545,6 @@ "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==", "dev": true }, - "word-wrap": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", - "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", - "dev": true - }, "wrap-ansi": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", @@ -25306,14 +24679,48 @@ "dev": true }, "zip-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.0.tgz", - "integrity": "sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz", + "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==", "dev": true, "requires": { - "archiver-utils": "^2.1.0", - "compress-commons": "^4.1.0", + "archiver-utils": "^3.0.4", + "compress-commons": "^4.1.2", "readable-stream": "^3.6.0" + }, + "dependencies": { + "archiver-utils": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz", + "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==", + "dev": true, + "requires": { + "glob": "^7.2.3", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } } }, "zipcelx": { diff --git a/package.json b/package.json index 2b0ed4bed..9f3e970ba 100644 --- a/package.json +++ b/package.json @@ -46,29 +46,29 @@ "@babel/preset-stage-0": "^7.8.3", "@babel/register": "^7.18.9", "@babel/runtime": "^7.22.5", - "@enonic-types/global": "^7.13.0", - "@enonic-types/lib-admin": "^7.12.2", - "@enonic-types/lib-auth": "^7.12.2", - "@enonic-types/lib-cluster": "^7.12.2", - "@enonic-types/lib-common": "^7.12.2", - "@enonic-types/lib-content": "^7.12.2", - "@enonic-types/lib-context": "^7.12.2", - "@enonic-types/lib-event": "^7.13.2", - "@enonic-types/lib-i18n": "^7.13.2", - "@enonic-types/lib-io": "^7.13.2", - "@enonic-types/lib-mail": "^7.13.2", - "@enonic-types/lib-node": "^7.12.2", - "@enonic-types/lib-portal": "^7.12.2", + "@enonic-types/global": "^7.13.3", + "@enonic-types/lib-admin": "^7.13.3", + "@enonic-types/lib-auth": "^7.13.3", + "@enonic-types/lib-cluster": "^7.13.3", + "@enonic-types/lib-common": "^7.13.3", + "@enonic-types/lib-content": "^7.13.3", + "@enonic-types/lib-context": "^7.13.3", + "@enonic-types/lib-event": "^7.13.3", + "@enonic-types/lib-i18n": "^7.13.3", + "@enonic-types/lib-io": "^7.13.3", + "@enonic-types/lib-mail": "^7.13.3", + "@enonic-types/lib-node": "^7.13.3", + "@enonic-types/lib-portal": "^7.13.3", "@enonic-types/lib-react4xp": "4.0.0", - "@enonic-types/lib-repo": "^7.12.2", - "@enonic-types/lib-scheduler": "^7.12.2", - "@enonic-types/lib-task": "^7.13.2", - "@enonic-types/lib-value": "^7.13.1", - "@enonic-types/lib-websocket": "^7.13.2", + "@enonic-types/lib-repo": "^7.13.3", + "@enonic-types/lib-scheduler": "^7.13.3", + "@enonic-types/lib-task": "^7.13.3", + "@enonic-types/lib-value": "^7.13.3", + "@enonic-types/lib-websocket": "^7.13.3", "@enonic/react-components": "^3.1.2", "@enonic/react4xp": "4.1.0", - "@item-enonic-types/global": "^7.12.2", - "@item-enonic-types/lib-cache": "^2.1.1", + "@item-enonic-types/global": "^7.13.1", + "@item-enonic-types/lib-cache": "^2.2.0", "@item-enonic-types/lib-cristin": "^1.3.1", "@item-enonic-types/lib-cron": "^1.1.1", "@item-enonic-types/lib-http-client": "^3.2.1", @@ -91,7 +91,6 @@ "cross-env": "^7.0.3", "css-loader": "^6.7.4", "cssnano": "^5.1.14", - "enonic-types": "^7.12.2", "eslint": "^8.43.0", "eslint-config-google": "~0.14.0", "eslint-config-prettier": "^9.0.0", diff --git a/src/main/resources/index.d.ts b/src/main/resources/index.d.ts new file mode 100644 index 000000000..f514ab9fd --- /dev/null +++ b/src/main/resources/index.d.ts @@ -0,0 +1,75 @@ +/* eslint-disable prettier/prettier */ + +import { PartComponent as _PartComponent, LayoutComponent as _LayoutComponent } from '@enonic-types/core' +declare global { + namespace XP { + namespace PartComponent { + export type Accordion = _PartComponent<'mimir:accordion'> + export type ActiveStatistics = _PartComponent<"mimir:activeStatistics"> + export type Article = _PartComponent<"mimir:article"> + export type ArticleArchive = _PartComponent<"mimir:articleArchive"> + export type ArticleList = _PartComponent<"mimir:articleList"> + export type AttachmentTablesFigures = _PartComponent<"mimir:attachmentTablesFigures"> + export type Banner = _PartComponent<"mimir:banner"> + export type BkibolCalculator = _PartComponent<"mimir:bkibolCalculator"> + export type Button = _PartComponent<"mimir:button"> + export type CategoryLinks = _PartComponent<"mimir:categoryLinks"> + export type Contact = _PartComponent<"mimir:contact"> + export type ContactForm = _PartComponent<"mimir:contactForm"> + export type Divider = _PartComponent<"mimir:divider"> + export type DownloadLink = _PartComponent<"mimir:downloadLink"> + export type Employee = _PartComponent<"mimir:employee"> + export type EmployeeList = _PartComponent<"mimir:employeeList"> + export type EndedStatistics = _PartComponent<"mimir:endedStatistics"> + export type EntryLinks = _PartComponent<"mimir:entryLinks"> + export type ExternalCard = _PartComponent<"mimir:externalCard"> + export type FactBox = _PartComponent<"mimir:factBox"> + export type FrontPageBanner = _PartComponent<"mimir:frontPageBanner"> + export type FrontpageKeyfigures = _PartComponent<"mimir:frontpageKeyfigures"> + export type Highchart = _PartComponent<"mimir:highchart"> + export type Highmap = _PartComponent<"mimir:highmap"> + export type HusleieCalculator = _PartComponent<"mimir:husleieCalculator"> + export type InfoGraphics = _PartComponent<"mimir:infoGraphics"> + export type KeyFigure = _PartComponent<"mimir:keyFigure"> + export type KpiCalculator = _PartComponent<"mimir:kpiCalculator"> + export type Links = _PartComponent<"mimir:links"> + export type LocalSearch = _PartComponent<"mimir:localSearch"> + export type MailChimpForm = _PartComponent<"mimir:mailChimpForm"> + export type Map = _PartComponent<"mimir:map"> + export type Maths = _PartComponent<"mimir:maths"> + export type MenuBox = _PartComponent<"mimir:menuBox"> + export type MenuDropdown = _PartComponent<"mimir:menuDropdown"> + export type NameSearch = _PartComponent<"mimir:nameSearch"> + export type OmStatistikken = _PartComponent<"mimir:omStatistikken"> + export type PictureCardLinks = _PartComponent<"mimir:pictureCardLinks"> + export type PifCalculator = _PartComponent<"mimir:pifCalculator"> + export type ProfiledBox = _PartComponent<"mimir:profiledBox"> + export type ProfiledLinkIcon = _PartComponent<"mimir:profiledLinkIcon"> + export type Project = _PartComponent<"mimir:project"> + export type PubArchiveCalendarLinks = _PartComponent<"mimir:pubArchiveCalendarLinks"> + export type PublicationArchive = _PartComponent<"mimir:publicationArchive"> + export type RelatedArticles = _PartComponent<"mimir:relatedArticles"> + export type RelatedExternalLinks = _PartComponent<"mimir:relatedExternalLinks"> + export type RelatedFactPage = _PartComponent<"mimir:relatedFactPage"> + export type RelatedKostra = _PartComponent<"mimir:relatedKostra"> + export type RelatedStatistics = _PartComponent<"mimir:relatedStatistics"> + export type ReleasedStatistics = _PartComponent<"mimir:releasedStatistics"> + export type SearchResult = _PartComponent<"mimir:searchResult"> + export type StandardCardsList = _PartComponent<"mimir:standardCardsList"> + export type StatbankBox = _PartComponent<"mimir:statbankBox"> + export type StatbankFrame = _PartComponent<"mimir:statbankFrame"> + export type StatbankLinkList = _PartComponent<"mimir:statbankLinkList"> + export type StatbankSubjectTree = _PartComponent<"mimir:statbankSubjectTree"> + export type StaticVisualization = _PartComponent<"mimir:staticVisualization"> + export type Statistics = _PartComponent<"mimir:statistics"> + export type SubjectArticleList = _PartComponent<"mimir:subjectArticleList"> + export type Table = _PartComponent<"mimir:table"> + export type UpcomingReleases = _PartComponent<"mimir:upcomingReleases"> + export type Variables = _PartComponent<"mimir:variables"> + } + + namespace LayoutComponent { + export type Triple = _LayoutComponent<'mimir:triple', XpLayoutMap['mimir:triple']> + } + } +} diff --git a/src/main/resources/lib/ssb/dataset/klass/municipalities.ts b/src/main/resources/lib/ssb/dataset/klass/municipalities.ts index 7dc1637f0..1b13ced6b 100644 --- a/src/main/resources/lib/ssb/dataset/klass/municipalities.ts +++ b/src/main/resources/lib/ssb/dataset/klass/municipalities.ts @@ -1,10 +1,10 @@ import { get as getContent, Content } from '/lib/xp/content' +import { getSiteConfig } from '/lib/xp/portal' import { County } from '/lib/ssb/dataset/klass/counties' import { DatasetRepoNode } from '/lib/ssb/repo/dataset' import type { DataSource } from '/site/mixins/dataSource' const { sanitize } = __non_webpack_require__('/lib/xp/common') -const { getSiteConfig } = __non_webpack_require__('/lib/xp/portal') const { list: countyList } = __non_webpack_require__('/lib/ssb/dataset/klass/counties') const { getDataset, extractKey } = __non_webpack_require__('/lib/ssb/dataset/dataset') const { diff --git a/src/main/resources/lib/ssb/utils/language.ts b/src/main/resources/lib/ssb/utils/language.ts index 9426949d1..86b6546ed 100644 --- a/src/main/resources/lib/ssb/utils/language.ts +++ b/src/main/resources/lib/ssb/utils/language.ts @@ -1,8 +1,8 @@ import { exists, Content } from '/lib/xp/content' +import { getSite, getSiteConfig, pageUrl } from '/lib/xp/portal' import { Language, AlternativeLanguages, Phrases } from '/lib/types/language' const i18n = __non_webpack_require__('/lib/xp/i18n') -const { getSite, getSiteConfig, pageUrl } = __non_webpack_require__('/lib/xp/portal') let english: Phrases | undefined let norwegian: Phrases | undefined diff --git a/src/main/resources/lib/ssb/utils/nameSearchUtils.ts b/src/main/resources/lib/ssb/utils/nameSearchUtils.ts index 4a4b8c047..ad05b80c5 100644 --- a/src/main/resources/lib/ssb/utils/nameSearchUtils.ts +++ b/src/main/resources/lib/ssb/utils/nameSearchUtils.ts @@ -175,6 +175,7 @@ function getKeyByValue(object: Keyable, value: string): string | undefined { interface ResultType { originalName: string + nameGraphData?: Array nameGraph?: Array } diff --git a/src/main/resources/site/parts/accordion/accordion.ts b/src/main/resources/site/parts/accordion/accordion.ts index 155b5bd0f..1090190ea 100644 --- a/src/main/resources/site/parts/accordion/accordion.ts +++ b/src/main/resources/site/parts/accordion/accordion.ts @@ -1,7 +1,6 @@ import { get as getContentByKey, type Content } from '/lib/xp/content' import { render } from '/lib/enonic/react4xp' import type { Accordion } from '/site/content-types' -import type { Accordion as AccordionConfig } from '/site/macros/accordion' import { getComponent, getContent, processHtml } from '/lib/xp/portal' const { @@ -12,8 +11,7 @@ const { renderError } = __non_webpack_require__('/lib/ssb/error/error') export function get(req: XP.Request): XP.Response { try { - const config: AccordionConfig | undefined = getComponent()?.config - if (!config) throw Error('No config found') + const config = getComponent()?.config const accordionIds: Array = config ? forceArray(config.accordion) : [] return renderPart(req, accordionIds) diff --git a/src/main/resources/site/parts/activeStatistics/activeStatistics.ts b/src/main/resources/site/parts/activeStatistics/activeStatistics.ts index 9b664b39e..396a43edd 100644 --- a/src/main/resources/site/parts/activeStatistics/activeStatistics.ts +++ b/src/main/resources/site/parts/activeStatistics/activeStatistics.ts @@ -29,7 +29,8 @@ function renderPart(req: XP.Request) { const page = getContent() if (!page) throw Error('No page found') - const partConfig: ActiveStatisticsPartConfig = getComponent()?.config as ActiveStatisticsPartConfig + const partConfig: ActiveStatisticsPartConfig = getComponent() + ?.config as ActiveStatisticsPartConfig const activeStatistics: ActiveStatisticsPartConfig['relatedStatisticsOptions'] = partConfig.relatedStatisticsOptions ? forceArray(partConfig.relatedStatisticsOptions) : [] diff --git a/src/main/resources/site/parts/articleList/articleList.ts b/src/main/resources/site/parts/articleList/articleList.ts index deabd1059..8fc1011d6 100644 --- a/src/main/resources/site/parts/articleList/articleList.ts +++ b/src/main/resources/site/parts/articleList/articleList.ts @@ -1,6 +1,5 @@ import type { Article } from '/site/content-types' import { pageUrl, getContent, getComponent } from '/lib/xp/portal' -import type { ArticleList as ArticleListPartConfig } from '.' import { render } from '/lib/enonic/react4xp' import { query, type Content } from '/lib/xp/content' import { SubjectItem } from '/lib/ssb/utils/subjectUtils' @@ -37,7 +36,7 @@ function renderPart(req: XP.Request) { } function getArticleList(req: XP.Request, content: Content) { - const component = getComponent() + const component = getComponent() if (!component) throw Error('No component found') const language: string = content.language ? content.language : 'nb' diff --git a/src/main/resources/site/parts/banner/banner.ts b/src/main/resources/site/parts/banner/banner.ts index 7f4206fd0..21d16d5f3 100644 --- a/src/main/resources/site/parts/banner/banner.ts +++ b/src/main/resources/site/parts/banner/banner.ts @@ -1,6 +1,6 @@ import { render } from '/lib/thymeleaf' import type { Content } from '/lib/xp/content' -import { getContent, getComponent, type Component } from '/lib/xp/portal' +import { getContent, getComponent } from '/lib/xp/portal' import type { Banner as BannerPartConfig } from '.' import { MunicipalityWithCounty } from '/lib/ssb/dataset/klass/municipalities' import { imageUrl } from '/lib/ssb/utils/imageUtils' @@ -31,7 +31,8 @@ function renderPart(req: XP.Request): XP.Response { const page = getContent>() if (!page) throw Error('No page found') - const part = getComponent() as Component + const part = getComponent() + if (!part) throw Error('No component found') const pageType: BannerPartConfig['pageType'] = part.config.pageType const factsAbout: string = i18nLib.localize({ key: 'factsAbout', diff --git a/src/main/resources/site/parts/bkibolCalculator/bkibolCalculator.ts b/src/main/resources/site/parts/bkibolCalculator/bkibolCalculator.ts index f53cb34cb..34a146160 100644 --- a/src/main/resources/site/parts/bkibolCalculator/bkibolCalculator.ts +++ b/src/main/resources/site/parts/bkibolCalculator/bkibolCalculator.ts @@ -45,7 +45,7 @@ function renderPart(req: XP.Request) { } function getBkibolCalculatorComponent(req: XP.Request, page: Content) { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const language: Language = getLanguage(page) as Language diff --git a/src/main/resources/site/parts/button/button.ts b/src/main/resources/site/parts/button/button.ts index d13f02e2d..a55f25e9c 100644 --- a/src/main/resources/site/parts/button/button.ts +++ b/src/main/resources/site/parts/button/button.ts @@ -1,7 +1,6 @@ import { get as getContentByKey, type Content } from '/lib/xp/content' import type { Button } from '/site/content-types' import { attachmentUrl, getComponent, pageUrl } from '/lib/xp/portal' -import type { Button as ButtonPartConfig } from '.' import { render } from '/lib/thymeleaf' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') @@ -10,7 +9,7 @@ const view = resolve('./button.html') export function get(req: XP.Request): XP.Response { try { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const buttonsIds: Array = part.config.button ? util.data.forceArray(part.config.button) : [] diff --git a/src/main/resources/site/parts/categoryLinks/categoryLinks.ts b/src/main/resources/site/parts/categoryLinks/categoryLinks.ts index 951550001..257469c58 100644 --- a/src/main/resources/site/parts/categoryLinks/categoryLinks.ts +++ b/src/main/resources/site/parts/categoryLinks/categoryLinks.ts @@ -1,6 +1,5 @@ import { render } from '/lib/enonic/react4xp' import { getComponent, getContent, pageUrl } from '/lib/xp/portal' -import type { CategoryLinks as CategoryLinksPartConfig } from '.' import { Language, type Phrases } from '/lib/types/language' import { randomUnsafeString } from '/lib/ssb/utils/utils' @@ -26,7 +25,7 @@ const NO_LINKS_FOUND = { } function renderPart(req: XP.Request): XP.Response { - const part = getComponent() + const part = getComponent() const page = getContent() if (!part || !page) throw new Error('No page or part') diff --git a/src/main/resources/site/parts/contact/contact.ts b/src/main/resources/site/parts/contact/contact.ts index fa6a8ca8d..922d22e57 100644 --- a/src/main/resources/site/parts/contact/contact.ts +++ b/src/main/resources/site/parts/contact/contact.ts @@ -3,7 +3,6 @@ import { getContent, getComponent } from '/lib/xp/portal' import { render } from '/lib/thymeleaf' import type { Phrases } from '/lib/types/language' import type { Contact } from '/lib/ssb/dashboard/statreg/types' -import type { Contact as ContactPartConfig } from '.' import type { Article, Statistics } from '/site/content-types' import { find } from '/lib/vendor/ramda' @@ -56,7 +55,7 @@ function renderPart(req: XP.Request): XP.Response { if (!page) throw Error('No page found') const pageLanguage: string = page.language ? page.language : 'nb' - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const phrases: Phrases = getPhrases(page) as Phrases diff --git a/src/main/resources/site/parts/divider/divider.ts b/src/main/resources/site/parts/divider/divider.ts index 3d44cd5eb..0f4ffb687 100644 --- a/src/main/resources/site/parts/divider/divider.ts +++ b/src/main/resources/site/parts/divider/divider.ts @@ -8,7 +8,7 @@ const { fromPartCache } = __non_webpack_require__('/lib/ssb/cache/partCache') export function get(req: XP.Request): XP.Response { try { - const component = getComponent() + const component = getComponent() if (!component) throw Error('No component found') return renderPart(req, component.config) diff --git a/src/main/resources/site/parts/downloadLink/downloadLink.ts b/src/main/resources/site/parts/downloadLink/downloadLink.ts index 6cf95e2e2..043d5fd56 100644 --- a/src/main/resources/site/parts/downloadLink/downloadLink.ts +++ b/src/main/resources/site/parts/downloadLink/downloadLink.ts @@ -1,6 +1,5 @@ import { render } from '/lib/enonic/react4xp' import { getComponent, attachmentUrl } from '/lib/xp/portal' -import type { DownloadLink as DownloadLinkPartConfig } from '.' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') @@ -17,7 +16,7 @@ export function preview(req: XP.Request) { } function renderPart(req: XP.Request) { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') return render( diff --git a/src/main/resources/site/parts/employeeList/employeeList.ts b/src/main/resources/site/parts/employeeList/employeeList.ts index 7724d80c4..b61064e46 100644 --- a/src/main/resources/site/parts/employeeList/employeeList.ts +++ b/src/main/resources/site/parts/employeeList/employeeList.ts @@ -3,7 +3,6 @@ import type { Employee, Page } from '/site/content-types' import type { Default as DefaultPageConfig } from '/site/pages/default' import { getContent, getComponent, pageUrl } from '/lib/xp/portal' import { render } from '/lib/enonic/react4xp' -import type { EmployeeList as EmployeeListPartConfig } from '.' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') @@ -23,7 +22,7 @@ function renderPart(req: XP.Request) { const content = getContent>() if (!content) throw Error('No page found') - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const queryResults = query>({ diff --git a/src/main/resources/site/parts/endedStatistics/endedStatistics.ts b/src/main/resources/site/parts/endedStatistics/endedStatistics.ts index 356e6044c..adac942cd 100644 --- a/src/main/resources/site/parts/endedStatistics/endedStatistics.ts +++ b/src/main/resources/site/parts/endedStatistics/endedStatistics.ts @@ -27,7 +27,7 @@ function renderPart(req: XP.Request): XP.Response { const page = getContent() if (!page) throw Error('No page found') - const part = getComponent()?.config as EndedStatisticsPartConfig + const part = getComponent()?.config if (!part) throw Error('No part config found') const endedStatistics: EndedStatisticsPartConfig['relatedStatisticsOptions'] = part.relatedStatisticsOptions diff --git a/src/main/resources/site/parts/entryLinks/entryLinks.ts b/src/main/resources/site/parts/entryLinks/entryLinks.ts index 475c62979..4241a5c2b 100644 --- a/src/main/resources/site/parts/entryLinks/entryLinks.ts +++ b/src/main/resources/site/parts/entryLinks/entryLinks.ts @@ -32,7 +32,7 @@ function renderPart(req: XP.Request): XP.Response { const page = getContent() if (!page) throw Error('No page found') - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const phrases: Phrases = getPhrases(page) as Phrases diff --git a/src/main/resources/site/parts/externalCard/externalCard.ts b/src/main/resources/site/parts/externalCard/externalCard.ts index 7782d2116..28d7470e5 100644 --- a/src/main/resources/site/parts/externalCard/externalCard.ts +++ b/src/main/resources/site/parts/externalCard/externalCard.ts @@ -1,7 +1,6 @@ import { render } from '/lib/enonic/react4xp' import { getComponent } from '/lib/xp/portal' import { imageUrl } from '/lib/ssb/utils/imageUtils' -import type { ExternalCard as ExternalCardPartConfig } from '.' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') const { data } = __non_webpack_require__('/lib/util') @@ -24,7 +23,7 @@ const NO_LINKS_FOUND = { } function renderPart(req: XP.Request): XP.Response { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') return renderExternalCard(req, part.config.externalCards ? data.forceArray(part.config.externalCards) : []) diff --git a/src/main/resources/site/parts/factBox/factBox.ts b/src/main/resources/site/parts/factBox/factBox.ts index e2a296301..b91315b5d 100644 --- a/src/main/resources/site/parts/factBox/factBox.ts +++ b/src/main/resources/site/parts/factBox/factBox.ts @@ -1,5 +1,4 @@ import { getComponent, processHtml } from '/lib/xp/portal' -import type { FactBox as FactBoxPartConfig } from '.' import { render as r4XpRender } from '/lib/enonic/react4xp' import { get as getContentByKey, type Content } from '/lib/xp/content' import type { FactBox } from '/site/content-types' @@ -11,7 +10,7 @@ const view = resolve('./factBox.html') export function get(req: XP.Request): XP.Response { try { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') return renderPart(req, part.config.factBox) diff --git a/src/main/resources/site/parts/frontPageBanner/frontPageBanner.ts b/src/main/resources/site/parts/frontPageBanner/frontPageBanner.ts index 009d53a56..39ea530e6 100644 --- a/src/main/resources/site/parts/frontPageBanner/frontPageBanner.ts +++ b/src/main/resources/site/parts/frontPageBanner/frontPageBanner.ts @@ -1,7 +1,6 @@ import { getComponent } from '/lib/xp/portal' import { render } from '/lib/thymeleaf' import { imageUrl } from '/lib/ssb/utils/imageUtils' -import type { FrontPageBanner as FrontPageBannerPartConfig } from '.' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') @@ -20,7 +19,7 @@ export function preview() { } function renderPart(): XP.Response { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const model: object = { diff --git a/src/main/resources/site/parts/frontpageKeyfigures/frontpageKeyfigures.ts b/src/main/resources/site/parts/frontpageKeyfigures/frontpageKeyfigures.ts index 3b7770512..be1f2db9b 100644 --- a/src/main/resources/site/parts/frontpageKeyfigures/frontpageKeyfigures.ts +++ b/src/main/resources/site/parts/frontpageKeyfigures/frontpageKeyfigures.ts @@ -1,7 +1,6 @@ import { render } from '/lib/thymeleaf' import { render as r4XpRender } from '/lib/enonic/react4xp' import { getComponent } from '/lib/xp/portal' -import type { FrontpageKeyfigures as FrontpageKeyfiguresPartConfig } from '.' import { type Content, get as getContentByKey } from '/lib/xp/content' import type { KeyFigure } from '/site/content-types' import type { KeyFigureView } from '/lib/ssb/parts/keyFigure' @@ -30,7 +29,7 @@ const isKeyfigureData = (data: FrontPageKeyFigureData | undefined): data is Fron } // user-defined type guards <3 function renderPart(req: XP.Request): XP.Response { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const keyFiguresPart: Array = part.config.keyfiguresFrontpage diff --git a/src/main/resources/site/parts/highchart/highchart.ts b/src/main/resources/site/parts/highchart/highchart.ts index 292dfc0ab..c368211d8 100644 --- a/src/main/resources/site/parts/highchart/highchart.ts +++ b/src/main/resources/site/parts/highchart/highchart.ts @@ -1,8 +1,6 @@ -/* eslint-disable new-cap */ // @ts-ignore import JSONstat from 'jsonstat-toolkit/import.mjs' import { getComponent, getContent } from '/lib/xp/portal' -import type { Highchart as HighchartPartConfig } from '.' import { get as getContentByKey, type Content } from '/lib/xp/content' import type { Highchart } from '/site/content-types' import type { DatasetRepoNode } from '/lib/ssb/repo/dataset' @@ -35,7 +33,7 @@ const { getTbprocessorKey } = __non_webpack_require__('/lib/ssb/dataset/tbproces export function get(req: XP.Request): XP.Response { try { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const highchartIds: Array = part.config.highchart ? forceArray(part.config.highchart) : [] diff --git a/src/main/resources/site/parts/highmap/highmap.ts b/src/main/resources/site/parts/highmap/highmap.ts index 9287b7dee..d7946e19d 100644 --- a/src/main/resources/site/parts/highmap/highmap.ts +++ b/src/main/resources/site/parts/highmap/highmap.ts @@ -4,7 +4,6 @@ import { isNumber, type RowValue } from '/lib/ssb/utils/utils' import { render } from '/lib/enonic/react4xp' import type { PreliminaryData, XmlParser } from '/lib/types/xmlParser' import type { Highmap } from '/site/content-types' -import type { Highmap as HighmapPartConfig } from '.' import { getComponent, getContent } from '/lib/xp/portal' const { @@ -65,7 +64,8 @@ interface HighmapProps { export function get(req: XP.Request): XP.Response { try { - const config = getComponent()?.config as HighmapPartConfig + const config = getComponent()?.config + if (!config) throw Error('No page found') const highmapId: string | undefined = config.highmapId if (req.mode === 'edit') { diff --git a/src/main/resources/site/parts/husleieCalculator/husleieCalculator.ts b/src/main/resources/site/parts/husleieCalculator/husleieCalculator.ts index 36c2daa3d..fb410ae89 100644 --- a/src/main/resources/site/parts/husleieCalculator/husleieCalculator.ts +++ b/src/main/resources/site/parts/husleieCalculator/husleieCalculator.ts @@ -6,7 +6,6 @@ import type { Dataset } from '/lib/types/jsonstat-toolkit' import type { Language, Phrases } from '/lib/types/language' import { render } from '/lib/enonic/react4xp' import type { CalculatorConfig } from '/site/content-types' -import type { HusleieCalculator as HusleieCalculatorPartConfig } from '.' import { getComponent, getContent, serviceUrl, pageUrl } from '/lib/xp/portal' import { localize } from '/lib/xp/i18n' @@ -41,7 +40,7 @@ function renderPart(req: XP.Request) { } function getHusleiekalkulator(req: XP.Request, page: Content) { - const config = getComponent()?.config as HusleieCalculatorPartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') const language: Language = getLanguage(page) diff --git a/src/main/resources/site/parts/infoGraphics/infoGraphics.ts b/src/main/resources/site/parts/infoGraphics/infoGraphics.ts index e3e88bdd6..b5c2e65fc 100644 --- a/src/main/resources/site/parts/infoGraphics/infoGraphics.ts +++ b/src/main/resources/site/parts/infoGraphics/infoGraphics.ts @@ -34,7 +34,7 @@ function renderPart(req: XP.Request) { const sourcesLabel: string = phrases.source const descriptionStaticVisualization: string = phrases.descriptionStaticVisualization - const config = getComponent()?.config as InfoGraphicsPartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') const sourceConfig: InfoGraphicsPartConfig['sources'] = config.sources ? forceArray(config.sources) : [] diff --git a/src/main/resources/site/parts/keyFigure/keyFigure.ts b/src/main/resources/site/parts/keyFigure/keyFigure.ts index ffe8c78f4..a9beba88b 100644 --- a/src/main/resources/site/parts/keyFigure/keyFigure.ts +++ b/src/main/resources/site/parts/keyFigure/keyFigure.ts @@ -17,7 +17,7 @@ const { getPhrases } = __non_webpack_require__('/lib/ssb/utils/language') export function get(req: XP.Request): XP.Response { try { - const config = getComponent()?.config as KeyFigurePartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') const keyFigureIds: Array | [] = config.figure ? forceArray(config.figure) : [] @@ -51,7 +51,9 @@ function renderPart( const page = getContent() if (!page) throw Error('No page found') - const config = getComponent()?.config as KeyFigurePartConfig + const config = getComponent()?.config + if (!config) throw Error('No part found') + const showPreviewDraft: boolean = hasWritePermissionsAndPreview(req, page._id) // get all keyFigures and filter out non-existing keyFigures diff --git a/src/main/resources/site/parts/kpiCalculator/kpiCalculator.ts b/src/main/resources/site/parts/kpiCalculator/kpiCalculator.ts index 969fcf316..e7e8ce601 100644 --- a/src/main/resources/site/parts/kpiCalculator/kpiCalculator.ts +++ b/src/main/resources/site/parts/kpiCalculator/kpiCalculator.ts @@ -5,7 +5,6 @@ import type { Dataset } from '/lib/types/jsonstat-toolkit' import type { Language, Phrases } from '/lib/types/language' import { render } from '/lib/enonic/react4xp' import type { CalculatorConfig } from '/site/content-types' -import type { KpiCalculator as KpiCalculatorPartConfig } from '.' import { DropdownItems as MonthDropdownItems } from '/lib/types/components' import { getContent, getComponent, serviceUrl, pageUrl } from '/lib/xp/portal' import { localize } from '/lib/xp/i18n' @@ -47,7 +46,7 @@ function renderPart(req: XP.Request): XP.Response { } function getKpiCalculatorComponent(req: XP.Request, page: Content) { - const config = getComponent()?.config as KpiCalculatorPartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') const frontPage = !!config.frontPage diff --git a/src/main/resources/site/parts/links/links.ts b/src/main/resources/site/parts/links/links.ts index c78d2f80f..efc118912 100644 --- a/src/main/resources/site/parts/links/links.ts +++ b/src/main/resources/site/parts/links/links.ts @@ -7,7 +7,7 @@ import { GA_TRACKING_ID } from '/site/pages/default/default' export function get(req: XP.Request): XP.Response { try { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const config: LinksPartConfig = part.config diff --git a/src/main/resources/site/parts/localSearch/localSearch.ts b/src/main/resources/site/parts/localSearch/localSearch.ts index 9c03fbb9f..101bd01d9 100644 --- a/src/main/resources/site/parts/localSearch/localSearch.ts +++ b/src/main/resources/site/parts/localSearch/localSearch.ts @@ -1,6 +1,5 @@ import { get as getContentByKey, query, type Content } from '/lib/xp/content' import { render } from '/lib/enonic/react4xp' -import type { LocalSearch as LocalSearchPartConfig } from '.' import { getComponent, pageUrl } from '/lib/xp/portal' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') @@ -18,7 +17,7 @@ export function preview(req: XP.Request) { } function renderPart(req: XP.Request) { - const config = getComponent()?.config as LocalSearchPartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') const searchFolderContent: Content | null = config.searchFolder diff --git a/src/main/resources/site/parts/mailChimpForm/mailChimpForm.ts b/src/main/resources/site/parts/mailChimpForm/mailChimpForm.ts index d14557040..62fc25007 100644 --- a/src/main/resources/site/parts/mailChimpForm/mailChimpForm.ts +++ b/src/main/resources/site/parts/mailChimpForm/mailChimpForm.ts @@ -1,12 +1,11 @@ import { render as r4XpRender } from '/lib/enonic/react4xp' import { getComponent, getContent } from '/lib/xp/portal' -import type { MailChimpForm as MailChimpFormPartConfig } from '.' import { Phrases } from '/lib/types/language' const { getPhrases } = __non_webpack_require__('/lib/ssb/utils/language') export function get(req: XP.Request) { - const config = getComponent()?.config as MailChimpFormPartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') const phrases: Phrases = getPhrases(getContent()) as Phrases diff --git a/src/main/resources/site/parts/maths/maths.ts b/src/main/resources/site/parts/maths/maths.ts index db9e23657..4eb24b28c 100644 --- a/src/main/resources/site/parts/maths/maths.ts +++ b/src/main/resources/site/parts/maths/maths.ts @@ -1,4 +1,3 @@ -import type { Component } from '/lib/xp/portal' import type { Maths as MathsPartConfig } from '.' import { render } from '/lib/enonic/react4xp' import { getComponent } from '/lib/xp/portal' @@ -7,22 +6,24 @@ const { renderError } = __non_webpack_require__('/lib/ssb/error/error') export function get(req: XP.Request): XP.Response { try { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') - return renderPart(req, part) + const config: MathsPartConfig = part.config + + return renderPart(req, config) } catch (e) { return renderError(req, 'Error in part', e) } } -export function preview(req: XP.Request, part: Component) { - return renderPart(req, part) +export function preview(req: XP.Request, config: MathsPartConfig) { + return renderPart(req, config) } -function renderPart(req: XP.Request, part: Component) { +function renderPart(req: XP.Request, config: MathsPartConfig) { const props: PartProperties = { - mathsFormula: part.config.mathsFormula, + mathsFormula: config.mathsFormula, } return render('site/parts/maths/maths', props, req) diff --git a/src/main/resources/site/parts/menuBox/menuBox.ts b/src/main/resources/site/parts/menuBox/menuBox.ts index 04ea0a923..8d4c997fd 100644 --- a/src/main/resources/site/parts/menuBox/menuBox.ts +++ b/src/main/resources/site/parts/menuBox/menuBox.ts @@ -1,7 +1,6 @@ import { get as getContentByKey, type Content } from '/lib/xp/content' import { render as r4XpRender } from '/lib/enonic/react4xp' import { render } from '/lib/thymeleaf' -import type { MenuBox as MenuBoxPartConfig } from '.' import type { MenuBox } from '/site/content-types' import { pageUrl, getComponent } from '/lib/xp/portal' import { imageUrl } from '/lib/ssb/utils/imageUtils' @@ -27,7 +26,7 @@ export function preview(req: XP.Request) { } function renderPart(req: XP.Request): XP.Response | string { - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const menuBoxId: string = part.config.menu diff --git a/src/main/resources/site/parts/menuDropdown/menuDropdown.ts b/src/main/resources/site/parts/menuDropdown/menuDropdown.ts index b38c4aa69..5dc50e054 100644 --- a/src/main/resources/site/parts/menuDropdown/menuDropdown.ts +++ b/src/main/resources/site/parts/menuDropdown/menuDropdown.ts @@ -2,7 +2,6 @@ import type { Content } from '/lib/xp/content' import { render as r4XpRender } from '/lib/enonic/react4xp' import { render } from '/lib/thymeleaf' import type { MunicipalityWithCounty } from '/lib/ssb/dataset/klass/municipalities' -import type { MenuDropdown as MenuDropdownPartConfig } from '.' import type { MenuDropdown } from '/site/content-types' import { randomUnsafeString, scriptAsset } from '/lib/ssb/utils/utils' import { assetUrl, getContent, getComponent, pageUrl, getSiteConfig, serviceUrl } from '/lib/xp/portal' @@ -31,7 +30,7 @@ export function preview(req: XP.Request) { function renderPart(req: XP.Request): XP.Response { const parsedMunicipalities: Array = municipalsWithCounties() const municipality: MunicipalityWithCounty | undefined = getMunicipality(req) - const component = getComponent() + const component = getComponent() if (!component) throw Error('No part found') const siteConfig = getSiteConfig() diff --git a/src/main/resources/site/parts/nameSearch/nameSearch.ts b/src/main/resources/site/parts/nameSearch/nameSearch.ts index a8b282277..874a85eed 100644 --- a/src/main/resources/site/parts/nameSearch/nameSearch.ts +++ b/src/main/resources/site/parts/nameSearch/nameSearch.ts @@ -1,4 +1,3 @@ -import type { Component } from '/lib/xp/portal' import { renderError } from '/lib/ssb/error/error' import { render } from '/lib/enonic/react4xp' import { GA_TRACKING_ID } from '/site/pages/default/default' @@ -19,29 +18,29 @@ export function preview(req: XP.Request) { } function renderPart(req: XP.Request) { - const component = getComponent() + const component = getComponent() if (!component) throw Error('No part found') const urlToService: string = serviceUrl({ service: 'nameSearch', }) + const currentContent = getContent() + const props: PartProperties = { urlToService: urlToService, aboutLink: aboutLinkResources(component.config), nameSearchDescription: component.config.nameSearchDescription, frontPage: component.config.frontPage, - phrases: partsPhrases(getContent().language), - language: getContent().language, + phrases: partsPhrases(currentContent?.language || 'nb'), + language: currentContent?.language || 'nb', GA_TRACKING_ID: GA_TRACKING_ID, } return render('site/parts/nameSearch/nameSearch', props, req) } -function aboutLinkResources( - config: Component['config'] -): PartProperties['aboutLink'] | undefined { +function aboutLinkResources(config: NameSearchPartConfig): PartProperties['aboutLink'] | undefined { if (config.aboutLinkTitle && config.aboutLinkTarget) { return { title: config.aboutLinkTitle, diff --git a/src/main/resources/site/parts/pictureCardLinks/pictureCardLinks.ts b/src/main/resources/site/parts/pictureCardLinks/pictureCardLinks.ts index d81ed8e84..645cd3823 100644 --- a/src/main/resources/site/parts/pictureCardLinks/pictureCardLinks.ts +++ b/src/main/resources/site/parts/pictureCardLinks/pictureCardLinks.ts @@ -19,7 +19,7 @@ export function preview(req: XP.Request) { } function renderPart(req: XP.Request): XP.Response { - const config = getComponent()?.config as PictureCardLinksPartConfig + const config = getComponent()?.config if (!config) throw Error('No part found') return render( diff --git a/src/main/resources/site/parts/pifCalculator/pifCalculator.ts b/src/main/resources/site/parts/pifCalculator/pifCalculator.ts index 3e62f15bf..6267f1fb0 100644 --- a/src/main/resources/site/parts/pifCalculator/pifCalculator.ts +++ b/src/main/resources/site/parts/pifCalculator/pifCalculator.ts @@ -6,7 +6,6 @@ import type { Dataset, Dimension } from '/lib/types/jsonstat-toolkit' import type { Language, Phrases } from '/lib/types/language' import { render } from '/lib/enonic/react4xp' import type { CalculatorConfig } from '/site/content-types' -import type { PifCalculator as PifCalculatorPartConfig } from '.' import { getContent, getComponent, serviceUrl, pageUrl } from '/lib/xp/portal' import { localize } from '/lib/xp/i18n' @@ -44,7 +43,7 @@ function renderPart(req: XP.Request): XP.Response { } function getPifCalculatorComponent(req: XP.Request, page: Content) { - const partConfig = getComponent()?.config as PifCalculatorPartConfig + const partConfig = getComponent()?.config if (!partConfig) throw Error('No part config found') const language: Language = getLanguage(page) diff --git a/src/main/resources/site/parts/profiledBox/profiledBox.ts b/src/main/resources/site/parts/profiledBox/profiledBox.ts index 2eb38c761..38c2284c6 100644 --- a/src/main/resources/site/parts/profiledBox/profiledBox.ts +++ b/src/main/resources/site/parts/profiledBox/profiledBox.ts @@ -27,7 +27,7 @@ function renderPart(req: XP.Request): XP.Response { const page = getContent() if (!page) throw Error('No page found') - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const language: string = page.language === 'en' || page.language === 'nn' ? page.language : 'nb' diff --git a/src/main/resources/site/parts/profiledLinkIcon/profiledLinkIcon.ts b/src/main/resources/site/parts/profiledLinkIcon/profiledLinkIcon.ts index ebab05637..235c155bc 100644 --- a/src/main/resources/site/parts/profiledLinkIcon/profiledLinkIcon.ts +++ b/src/main/resources/site/parts/profiledLinkIcon/profiledLinkIcon.ts @@ -23,7 +23,7 @@ const NO_LINKS_FOUND: object = { } function renderPart(req: XP.Request): XP.Response { - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') return renderProfiledLinks(req, config.profiledLinkItemSet ? data.forceArray(config.profiledLinkItemSet) : []) diff --git a/src/main/resources/site/parts/pubArchiveCalendarLinks/pubArchiveCalendarLinks.ts b/src/main/resources/site/parts/pubArchiveCalendarLinks/pubArchiveCalendarLinks.ts index 73c373a64..7e298a005 100644 --- a/src/main/resources/site/parts/pubArchiveCalendarLinks/pubArchiveCalendarLinks.ts +++ b/src/main/resources/site/parts/pubArchiveCalendarLinks/pubArchiveCalendarLinks.ts @@ -1,6 +1,5 @@ import type { Phrases } from '/lib/types/language' import { render } from '/lib/enonic/react4xp' -import type { PubArchiveCalendarLinks as PubArchiveCalendarLinksPartConfig } from '.' import { getContent, getComponent } from '/lib/xp/portal' const { renderError } = __non_webpack_require__('/lib/ssb/error/error') @@ -24,7 +23,7 @@ const NO_LINKS_FOUND: object = { } function renderPart(req: XP.Request): XP.Response { - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const page = getContent() diff --git a/src/main/resources/site/parts/publicationArchive/publicationArchive.ts b/src/main/resources/site/parts/publicationArchive/publicationArchive.ts index eb3cd03b7..92f06f7b7 100644 --- a/src/main/resources/site/parts/publicationArchive/publicationArchive.ts +++ b/src/main/resources/site/parts/publicationArchive/publicationArchive.ts @@ -1,5 +1,4 @@ import { render } from '/lib/enonic/react4xp' -import { PublicationArchive as PublicationArchivePartConfig } from '.' import type { PublicationResult } from '/lib/ssb/parts/publicationArchive' import type { SubjectItem } from '/lib/ssb/utils/subjectUtils' import { getContent, getComponent, serviceUrl } from '/lib/xp/portal' @@ -20,7 +19,7 @@ function renderPart(req: XP.Request) { const content = getContent() if (!content) throw Error('No content found') - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const phrases: { [key: string]: string } = getPhrases(content) diff --git a/src/main/resources/site/parts/relatedFactPage/relatedFactPage.ts b/src/main/resources/site/parts/relatedFactPage/relatedFactPage.ts index 859a4938a..9271ba60a 100644 --- a/src/main/resources/site/parts/relatedFactPage/relatedFactPage.ts +++ b/src/main/resources/site/parts/relatedFactPage/relatedFactPage.ts @@ -2,7 +2,6 @@ import { get as getContentByKey, query, type Content } from '/lib/xp/content' import type { Phrases } from '/lib/types/language' import { render } from '/lib/enonic/react4xp' import type { Article, ContentList } from '/site/content-types' -import type { RelatedFactPage as RelatedFactPagePartConfig } from '.' import { imagePlaceholder, getComponent, getContent, pageUrl, serviceUrl } from '/lib/xp/portal' import { imageUrl } from '/lib/ssb/utils/imageUtils' @@ -19,7 +18,7 @@ export function get(req: XP.Request): XP.Response { const page = getContent>() if (!page) throw Error('No page found') - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') let relatedFactPageConfig: RelatedFactPageConfig | undefined @@ -72,7 +71,7 @@ function renderRelatedFactPage( relatedFactPageConfig: RelatedFactPageConfig | undefined ): XP.Response { const phrases: Phrases = getPhrases(page) - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const mainTitle: string = config.title ? config.title : phrases.relatedFactPagesHeading diff --git a/src/main/resources/site/parts/relatedKostra/relatedKostra.ts b/src/main/resources/site/parts/relatedKostra/relatedKostra.ts index c53bfa691..03a67fed5 100644 --- a/src/main/resources/site/parts/relatedKostra/relatedKostra.ts +++ b/src/main/resources/site/parts/relatedKostra/relatedKostra.ts @@ -1,6 +1,5 @@ import type { MunicipalityWithCounty } from '/lib/ssb/dataset/klass/municipalities' import { render } from '/lib/enonic/react4xp' -import type { RelatedKostra as RelatedKostraPartConfig } from '.' import { getComponent, getSiteConfig, processHtml } from '/lib/xp/portal' const { getMunicipality } = __non_webpack_require__('/lib/ssb/dataset/klass/municipalities') @@ -36,7 +35,7 @@ export function preview(req: XP.Request): XP.Response { } function renderPart(req: XP.Request, municipality: MunicipalityWithCounty | undefined): XP.Response { - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const props: RelatedKostraProps = { diff --git a/src/main/resources/site/parts/releasedStatistics/releasedStatistics.ts b/src/main/resources/site/parts/releasedStatistics/releasedStatistics.ts index 7f943be30..cbf42408f 100644 --- a/src/main/resources/site/parts/releasedStatistics/releasedStatistics.ts +++ b/src/main/resources/site/parts/releasedStatistics/releasedStatistics.ts @@ -4,7 +4,7 @@ import type { QueryDsl } from '/lib/xp/content' import { render } from '/lib/enonic/react4xp' import type { ReleasedStatistics as ReleasedStatisticsPartConfig } from '.' import type { YearReleases } from '/lib/ssb/utils/variantUtils' -import { type Component, getComponent, getContent } from '/lib/xp/portal' +import { getComponent, getContent } from '/lib/xp/portal' import { localize } from '/lib/xp/i18n' import type { ContentLight, Release as ReleaseVariant } from '/lib/ssb/repo/statisticVariant' import { getStatisticVariantsFromRepo } from '/lib/ssb/repo/statisticVariant' @@ -32,15 +32,15 @@ export function renderPart(req: XP.Request) { if (!content) throw Error('No page found') const currentLanguage: string = content.language ? content.language : 'nb' - const part = getComponent() - if (!part) throw Error('No part found') + const config = getComponent()?.config + if (!config) throw Error('No part found') const deactivatePartCacheEnabled: boolean = isEnabled('deactivate-partcache-released-statistics', true, 'ssb') const groupedWithMonthNames: Array = !deactivatePartCacheEnabled ? fromPartCache(req, `${content._id}-releasedStatistics`, () => { - return getGroupedWithMonthNames(part, currentLanguage) + return getGroupedWithMonthNames(config, currentLanguage) }) - : getGroupedWithMonthNames(part, currentLanguage) + : getGroupedWithMonthNames(config, currentLanguage) const props: PartProps = { releases: groupedWithMonthNames, @@ -53,11 +53,8 @@ export function renderPart(req: XP.Request) { return render('ReleasedStatistics', props, req) } -function getGroupedWithMonthNames( - part: Component, - currentLanguage: string -): Array { - const numberOfReleases: number = part.config.numberOfStatistics ? parseInt(part.config.numberOfStatistics) : 8 +function getGroupedWithMonthNames(config: ReleasedStatisticsPartConfig, currentLanguage: string): Array { + const numberOfReleases: number = config.numberOfStatistics ? parseInt(config.numberOfStatistics) : 8 //To get releases 08.00 before data from statreg is updated const nextReleaseToday: ContentLight[] = getStatisticVariantsFromRepo( diff --git a/src/main/resources/site/parts/searchResult/searchResult.ts b/src/main/resources/site/parts/searchResult/searchResult.ts index 1d4319426..92f071ec8 100644 --- a/src/main/resources/site/parts/searchResult/searchResult.ts +++ b/src/main/resources/site/parts/searchResult/searchResult.ts @@ -1,5 +1,4 @@ import { get as getContentByKey, type Content } from '/lib/xp/content' -import { SearchResult as SearchResultPartConfig } from '.' import { render } from '/lib/enonic/react4xp' import type { PreparedSearchResult, SolrPrepResultAndTotal, Facet } from '/lib/ssb/utils/solrUtils' import type { SolrResponse } from '/lib/ssb/utils/nameSearchUtils' @@ -33,7 +32,7 @@ export function renderPart(req: XP.Request) { const content = getContent() if (!content) throw Error('No page found') - const part = getComponent() + const part = getComponent() if (!part) throw Error('No part found') const sanitizedTerm: string = req.params.sok ? sanitizeForSolr(req.params.sok) : '' diff --git a/src/main/resources/site/parts/standardCardsList/standardCardsList.ts b/src/main/resources/site/parts/standardCardsList/standardCardsList.ts index f7b76a4fb..6425ccd91 100644 --- a/src/main/resources/site/parts/standardCardsList/standardCardsList.ts +++ b/src/main/resources/site/parts/standardCardsList/standardCardsList.ts @@ -28,7 +28,7 @@ export function preview(req: XP.Request): XP.Response { } function renderPart(req: XP.Request): XP.Response { - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const standardCardsListConfig: StandardCardsListPartConfig['statisticsItemSet'] = config.statisticsItemSet diff --git a/src/main/resources/site/parts/statbankBox/statbankBox.ts b/src/main/resources/site/parts/statbankBox/statbankBox.ts index a158b6242..a6cfc68de 100644 --- a/src/main/resources/site/parts/statbankBox/statbankBox.ts +++ b/src/main/resources/site/parts/statbankBox/statbankBox.ts @@ -30,7 +30,7 @@ export function preview(req: XP.Request): XP.Response { function renderPart(req: XP.Request): XP.Response { const page = getContent>() if (!page) throw Error('No page found') - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const phrases: Phrases = getPhrases(page) diff --git a/src/main/resources/site/parts/staticVisualization/staticVisualization.ts b/src/main/resources/site/parts/staticVisualization/staticVisualization.ts index 8c1a16ef7..7eef49b5e 100644 --- a/src/main/resources/site/parts/staticVisualization/staticVisualization.ts +++ b/src/main/resources/site/parts/staticVisualization/staticVisualization.ts @@ -2,9 +2,7 @@ import { get as getContentByKey, type Content } from '/lib/xp/content' import type { SourceList, SourcesConfig } from '/lib/ssb/utils/utils' import { render } from '/lib/enonic/react4xp' import type { StaticVisualization } from '/site/content-types' -// @ts-ignore import type { Default as DefaultPageConfig } from '/site/pages/default' -import type { StaticVisualization as StaticVisualizationPartConfig } from '.' import type { HtmlTable } from '/lib/ssb/parts/table' import { getContent, getComponent } from '/lib/xp/portal' import { localize } from '/lib/xp/i18n' @@ -21,7 +19,7 @@ const { parseHtmlString } = __non_webpack_require__('/lib/ssb/parts/table') export function get(req: XP.Request): XP.Response { try { - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const contentId: string | undefined = config.staticVisualizationContent @@ -40,8 +38,9 @@ export function preview(req: XP.Request, contentId: string | undefined): XP.Resp } function renderPart(req: XP.Request, contentId: string | undefined): XP.Response { - const page: DefaultPage = getContent() as DefaultPage - const phrases: { source: string; descriptionStaticVisualization: string } = getPhrases(page) + const content = getContent>() + if (!content?.page) throw Error('No content found') + const phrases: { source: string; descriptionStaticVisualization: string } = getPhrases(content) const sourcesLabel: string = phrases.source const descriptionStaticVisualization: string = phrases.descriptionStaticVisualization @@ -99,7 +98,7 @@ function renderPart(req: XP.Request, contentId: string | undefined): XP.Response showAsGraphLabel, showAsTableLabel, descriptionStaticVisualization, - inFactPage: page.page.config && page.page.config.pageType === 'factPage', + inFactPage: content.page.config && content.page.config.pageType === 'factPage', language: language, tableData: htmlTable, id: randomUnsafeString(), diff --git a/src/main/resources/site/parts/table/table.ts b/src/main/resources/site/parts/table/table.ts index 7202ae95b..0495f67e1 100644 --- a/src/main/resources/site/parts/table/table.ts +++ b/src/main/resources/site/parts/table/table.ts @@ -10,7 +10,6 @@ import type { Language, Phrases } from '/lib/types/language' import { render as r4xpRender } from '/lib/enonic/react4xp' import type { Statistics, Table } from '/site/content-types' import { GA_TRACKING_ID } from '/site/pages/default/default' -import type { Table as TablePartConfig } from '.' import { DataSource as DataSourceType } from '/lib/ssb/repo/dataset' import { getContent, getComponent, pageUrl, assetUrl } from '/lib/xp/portal' @@ -28,7 +27,7 @@ const view = resolve('./table.html') export function get(req: XP.Request): XP.Response { try { - const config = getComponent()?.config + const config = getComponent()?.config if (!config) throw Error('No part found') const page = getContent>() diff --git a/src/main/resources/site/parts/upcomingReleases/upcomingReleases.ts b/src/main/resources/site/parts/upcomingReleases/upcomingReleases.ts index d6a0605bd..2ee3b39f5 100644 --- a/src/main/resources/site/parts/upcomingReleases/upcomingReleases.ts +++ b/src/main/resources/site/parts/upcomingReleases/upcomingReleases.ts @@ -2,7 +2,6 @@ import { render } from '/lib/enonic/react4xp' import { query, type Content } from '/lib/xp/content' import type { StatisticInListing } from '/lib/ssb/dashboard/statreg/types' import type { GroupedBy, PreparedStatistics, YearReleases, Release } from '/lib/ssb/utils/variantUtils' -import type { UpcomingReleases as UpcomingReleasesPartConfig } from '.' import type { UpcomingRelease } from '/site/content-types' import type { SubjectItem } from '/lib/ssb/utils/subjectUtils' import { formatDate, format } from '/lib/ssb/utils/dateUtils' @@ -28,7 +27,7 @@ function renderPart(req: XP.Request) { const content = getContent() if (!content) throw Error('No page found') - const component = getComponent() + const component = getComponent() if (!component) throw Error('No part found') const currentLanguage: string = content.language ? content.language : 'nb' diff --git a/src/main/resources/types.ts b/src/main/resources/types.ts index 96771fbab..15c1ac14a 100644 --- a/src/main/resources/types.ts +++ b/src/main/resources/types.ts @@ -196,8 +196,5 @@ interface MediaImageXData { } declare namespace XP { - type Request = import('@item-enonic-types/global/controller').Request; - type Response = import("@item-enonic-types/global/controller").Response; type PageContributions = import("@item-enonic-types/global/controller").Response['pageContributions']; - type MacroContext = import("@item-enonic-types/global/controller").MacroContext; } \ No newline at end of file