From 0a3c3c6147193d9ce5755be0ed60a1bad4632b1fdec43e018de3c5c9d2633fb6 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 3 Aug 2023 12:45:44 +0000 Subject: [PATCH] - New version 73. Changes since 70 include, * show time of container's latest checkpoint * Bug fixes and translation updates * Add manifest condition for the Python bridge - 1299.patch: included in release and deleted here OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-podman?expand=0&rev=34 --- 1299.patch | 2118 -------------------------------------- cockpit-podman-70.tar.gz | 3 - cockpit-podman-73.tar.gz | 3 + cockpit-podman.changes | 9 + cockpit-podman.spec | 3 +- node_modules.obscpio | 4 +- node_modules.spec.inc | 984 +++++++++--------- package-lock.json | 954 +++++++++-------- 8 files changed, 1037 insertions(+), 3041 deletions(-) delete mode 100644 1299.patch delete mode 100644 cockpit-podman-70.tar.gz create mode 100644 cockpit-podman-73.tar.gz diff --git a/1299.patch b/1299.patch deleted file mode 100644 index ec98869..0000000 --- a/1299.patch +++ /dev/null @@ -1,2118 +0,0 @@ -From ce58262dbb6b9f0b453a84107e7e6dd0f5fbcc96 Mon Sep 17 00:00:00 2001 -From: Cockpit Project -Date: Thu, 1 Jun 2023 03:08:22 +0000 -Subject: [PATCH] Makefile: Update Cockpit lib to - 756b59469637dd2dee00d086b883cffd16dc5efc - -Update to the same PF5 versions as Cockpit. Apply the "-v5" prefixing -and import adjustments. - -Make use of the new pywrap feature from our test. - -See starter-kit commit 2215aa3bf801224. - -Closes #1299 ---- - Makefile | 8 +- - node_modules | 2 +- - package.json | 11 +- - src/ContainerCommitModal.jsx | 8 +- - src/ContainerHeader.jsx | 4 +- - src/ContainerRenameModal.jsx | 2 +- - src/Containers.jsx | 6 +- - src/Containers.scss | 40 ++-- - src/DynamicListForm.scss | 14 +- - src/ImageRunModal.jsx | 42 ++-- - src/ImageRunModal.scss | 20 +- - src/ImageSearchModal.css | 18 +- - src/ImageSearchModal.jsx | 4 +- - src/Images.css | 12 +- - src/Images.jsx | 4 +- - src/PodCreateModal.jsx | 2 +- - src/PublishPort.jsx | 12 +- - src/Volume.jsx | 4 +- - src/app.jsx | 4 +- - src/podman.scss | 42 ++-- - test/check-application | 441 +++++++++++++++++------------------ - 21 files changed, 346 insertions(+), 354 deletions(-) - -Index: cockpit-podman-70/Makefile -=================================================================== ---- cockpit-podman-70.orig/Makefile -+++ cockpit-podman-70/Makefile -@@ -34,13 +34,11 @@ all: $(DIST_TEST) - COCKPIT_REPO_FILES = \ - pkg/lib \ - test/common \ -- tools/git-utils.sh \ -- tools/make-bots \ - tools/node-modules \ - $(NULL) - - COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git --COCKPIT_REPO_COMMIT = 355c0aa59e3991243e10a61183e62ea129d3261a # 292 + 8 commits -+COCKPIT_REPO_COMMIT = 756b59469637dd2dee00d086b883cffd16dc5efc # 293 + conditional pfv5 - - $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) - COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' -@@ -200,8 +198,8 @@ prepare-check: $(NODE_MODULES_TEST) $(VM - check: prepare-check - TEST_AUDIT_NO_SELINUX=1 test/common/run-tests ${RUN_TESTS_OPTIONS} - --bots: tools/make-bots -- tools/make-bots -+bots: $(COCKPIT_REPO_STAMP) -+ test/common/make-bots - - test/reference: test/common - test/common/pixel-tests pull -Index: cockpit-podman-70/package.json -=================================================================== ---- cockpit-podman-70.orig/package.json -+++ cockpit-podman-70/package.json -@@ -43,11 +43,12 @@ - "stylelint-formatter-pretty": "^3.1.1" - }, - "dependencies": { -- "@patternfly/patternfly": "5.0.0-alpha.43", -- "@patternfly/react-core": "5.0.0-alpha.83", -- "@patternfly/react-icons": "5.0.0-alpha.12", -- "@patternfly/react-styles": "5.0.0-alpha.8", -- "@patternfly/react-table": "5.0.0-alpha.85", -+ "@patternfly/patternfly": "5.0.0-alpha.53", -+ "@patternfly/react-core": "5.0.0-alpha.98", -+ "@patternfly/react-icons": "5.0.0-alpha.14", -+ "@patternfly/react-styles": "5.0.0-alpha.10", -+ "@patternfly/react-table": "5.0.0-alpha.100", -+ "@patternfly/react-tokens": "5.0.0-alpha.9", - "date-fns": "2.28.0", - "docker-names": "1.2.1", - "prop-types": "15.8.1", -Index: cockpit-podman-70/src/ContainerCommitModal.jsx -=================================================================== ---- cockpit-podman-70.orig/src/ContainerCommitModal.jsx -+++ cockpit-podman-70/src/ContainerCommitModal.jsx -@@ -91,7 +91,7 @@ const ContainerCommitModal = ({ containe - { setNameError(""); setImageName(value) }} /> -+ onChange={(_, value) => { setNameError(""); setImageName(value) }} /> - - - -@@ -99,20 +99,20 @@ const ContainerCommitModal = ({ containe - { setNameError(""); setTag(value) }} /> -+ onChange={(_, value) => { setNameError(""); setTag(value) }} /> - - - - ")} - value={author} -- onChange={setAuthor} /> -+ onChange={(_, value) => setAuthor(value)} /> - - - - -+ onChange={(_, value) => setCommand(value)} /> - - - -Index: cockpit-podman-70/src/ContainerHeader.jsx -=================================================================== ---- cockpit-podman-70.orig/src/ContainerHeader.jsx -+++ cockpit-podman-70/src/ContainerHeader.jsx -@@ -15,7 +15,7 @@ const ContainerHeader = ({ user, twoOwne - {_("Owner")} - - -- -+ handleOwnerChanged(value)}> - - - -@@ -27,7 +27,7 @@ const ContainerHeader = ({ user, twoOwne - -+ onChange={(_, value) => handleFilterChanged(value)} /> - - - -Index: cockpit-podman-70/src/ContainerRenameModal.jsx -=================================================================== ---- cockpit-podman-70.orig/src/ContainerRenameModal.jsx -+++ cockpit-podman-70/src/ContainerRenameModal.jsx -@@ -70,7 +70,7 @@ const ContainerRenameModal = ({ containe - validated={nameError ? "error" : "default"} - type="text" - aria-label={nameError} -- onChange={value => handleInputChange("name", value)} /> -+ onChange={(_, value) => handleInputChange("name", value)} /> - - - -Index: cockpit-podman-70/src/Containers.jsx -=================================================================== ---- cockpit-podman-70.orig/src/Containers.jsx -+++ cockpit-podman-70/src/Containers.jsx -@@ -6,7 +6,7 @@ import { Divider } from "@patternfly/rea - import { Dropdown, DropdownItem, DropdownSeparator, KebabToggle } from '@patternfly/react-core/dist/esm/deprecated/components/Dropdown/index.js'; - import { Flex } from "@patternfly/react-core/dist/esm/layouts/Flex"; - import { Popover } from "@patternfly/react-core/dist/esm/components/Popover"; --import { LabelGroup } from "@patternfly/react-core/dist/esm/components/LabelGroup"; -+import { LabelGroup } from "@patternfly/react-core/dist/esm/components/Label"; - import { Text, TextVariants } from "@patternfly/react-core/dist/esm/components/Text"; - import { FormSelect, FormSelectOption } from "@patternfly/react-core/dist/esm/components/FormSelect"; - import { Tooltip } from "@patternfly/react-core/dist/esm/components/Tooltip"; -@@ -429,7 +429,7 @@ class Containers extends React.Component - ]; - - if (!container.isDownloading) { -- columns.push({ title: , props: { className: "pf-c-table__action" } }); -+ columns.push({ title: , props: { className: "pf-v5-c-table__action" } }); - } - - const tty = containerDetail ? !!containerDetail.Config.Tty : undefined; -@@ -736,7 +736,7 @@ class Containers extends React.Component - {_("Show")} - - -- -+ this.props.handleFilterChange(value)}> - - - -Index: cockpit-podman-70/src/Containers.scss -=================================================================== ---- cockpit-podman-70.orig/src/Containers.scss -+++ cockpit-podman-70/src/Containers.scss -@@ -1,54 +1,54 @@ - @import "global-variables"; - - .container-pod { -- .pf-c-card__header { -+ .pf-v5-c-card__header { - border-color: #ddd; -- padding-top: var(--pf-global--spacer--md); -+ padding-top: var(--pf-v5-global--spacer--md); - } - - .pod-header-details { - border-color: #ddd; -- margin-top: var(--pf-global--spacer--md); -- margin-left: var(--pf-global--spacer--md); -- margin-right: var(--pf-global--spacer--md); -+ margin-top: var(--pf-v5-global--spacer--md); -+ margin-left: var(--pf-v5-global--spacer--md); -+ margin-right: var(--pf-v5-global--spacer--md); - } - - .pod-details-button { - padding-left: 0; - padding-right: 0; -- margin-right: var(--pf-global--spacer--md); -+ margin-right: var(--pf-v5-global--spacer--md); - } - - .pod-details-button-color { -- color: var(--pf-c-button--m-secondary--Color); -+ color: var(--pf-v5-c-button--m-secondary--Color); - } - -- .pf-c-card__title { -+ .pf-v5-c-card__title { - padding: 0; -- font-weight: var(--pf-global--FontWeight--normal); -- font-size: var(--pf-global--FontSize--sm); -+ font-weight: var(--pf-v5-global--FontWeight--normal); -+ font-size: var(--pf-v5-global--FontSize--sm); - - .pod-name { -- font-weight: var(--pf-global--FontWeight--bold); -- font-size: var(--pf-global--FontSize--md); -+ font-weight: var(--pf-v5-global--FontWeight--bold); -+ font-size: var(--pf-v5-global--FontSize--md); - padding-right: 1rem; - } - } - -- > .pf-c-card__header { -+ > .pf-v5-c-card__header { - &:not(:last-child) { -- padding-bottom: var(--pf-global--spacer-sm); -+ padding-bottom: var(--pf-v5-global--spacer-sm); - } - - // Reduce vertical padding of pod header items -- > .pf-c-card__title > .pf-l-flex { -- row-gap: var(--pf-global--spacer--sm); -+ > .pf-v5-c-card__title > .pf-l-flex { -+ row-gap: var(--pf-v5-global--spacer--sm); - } - } - } - - .pod-stat { -- @media (max-width: $pf-global--breakpoint--sm - 1) { -+ @media (max-width: $pf-v5-global--breakpoint--sm - 1) { - // Place each pod stat on its own row - flex-basis: 100%; - display: grid; -@@ -68,7 +68,7 @@ - } - - .ct-table-empty td { -- padding: var(--pf-global--spacer--sm) var(--pf-global--spacer--md) var(--pf-global--spacer--lg); -+ padding: var(--pf-v5-global--spacer--sm) var(--pf-global--spacer--md) var(--pf-global--spacer--lg); - } - - /* HACK - force DescriptionList to wrap but not fill the width */ -@@ -78,8 +78,8 @@ - } - - /* Upstream issue https://github.com/patternfly/patternfly/pull/3714 */ --.containers-containers .pf-c-toolbar__content-section { -- gap: var(--pf-global--spacer--sm); -+.containers-containers .pf-v5-c-toolbar__content-section { -+ gap: var(--pf-v5-global--spacer--sm); - } - - /* Drop the excessive margin for a Dropdown button */ -Index: cockpit-podman-70/src/DynamicListForm.scss -=================================================================== ---- cockpit-podman-70.orig/src/DynamicListForm.scss -+++ cockpit-podman-70/src/DynamicListForm.scss -@@ -1,11 +1,11 @@ - @import "global-variables"; - - .dynamic-form-group { -- .pf-c-empty-state { -+ .pf-v5-c-empty-state { - padding: 0; - } - -- .pf-c-form__label { -+ .pf-v5-c-form__label { - // Don't allow labels to wrap - white-space: nowrap; - } -@@ -19,21 +19,21 @@ - } - - // Set check to the same height as input widgets and vertically align -- .pf-c-form__group-control > .pf-c-check { -+ .pf-v5-c-form__group-control > .pf-c-check { - // Set height to the same as inputs - // Font height is font size * line height (1rem * 1.5) - // Widgets have 5px padding, 1px border (top & bottom): (5 + 1) * 2 = 12 - // This all equals to 36px -- height: calc(var(--pf-global--FontSize--md) * var(--pf-global--LineHeight--md) + 12px); -+ height: calc(var(--pf-v5-global--FontSize--md) * var(--pf-global--LineHeight--md) + 12px); - align-content: center; - } - - // We use FormFieldGroup PF component for the nested look and for ability to add buttons to the header - // However we want to save space and not add indent to the left so we need to override it -- .pf-c-form__field-group-body { -+ .pf-v5-c-form__field-group-body { - // Stretch content fully -- --pf-c-form__field-group-body--GridColumn: 1 / -1; -+ --pf-v5-c-form__field-group-body--GridColumn: 1 / -1; - // Reduce padding at the top -- --pf-c-form__field-group-body--PaddingTop: var(--pf-global--spacer--xs); -+ --pf-v5-c-form__field-group-body--PaddingTop: var(--pf-v5-global--spacer--xs); - } - } -Index: cockpit-podman-70/src/ImageRunModal.jsx -=================================================================== ---- cockpit-podman-70.orig/src/ImageRunModal.jsx -+++ cockpit-podman-70/src/ImageRunModal.jsx -@@ -90,12 +90,12 @@ const EnvVar = ({ id, item, onChange, id - - handleEnvValue('envKey', value, idx, onChange, additem, itemCount, item.envValue)} /> -+ onChange={(_, value) => handleEnvValue('envKey', value, idx, onChange, additem, itemCount, item.envValue)} /> - - - handleEnvValue('envValue', value, idx, onChange, additem, itemCount, item.envKey)} /> -+ onChange={(_, value) => handleEnvValue('envValue', value, idx, onChange, additem, itemCount, item.envKey)} /> - - - - -@@ -765,7 +765,7 @@ export class ImageRunModal extends React - {cockpit.format(_("Searching: $0"), "quay.io/busybox")} - - }> -- - -@@ -789,7 +789,7 @@ export class ImageRunModal extends React - onClear={this.clearImageSelection} - // onFilter must be set or the spinner crashes https://github.com/patternfly/patternfly-react/issues/6384 - onFilter={() => {}} -- onTypeaheadInputChanged={value => this.debouncedInputChanged(value)} -+ onTypeaheadInputChanged={this.debouncedInputChanged} - footer={footer} - isDisabled={!!this.props.image} - > -@@ -814,7 +814,7 @@ export class ImageRunModal extends React - - this.onValueChanged('command', value)} /> -+ onChange={(_, value) => this.onValueChanged('command', value)} /> - - - -@@ -861,7 +861,7 @@ export class ImageRunModal extends React - -- - -@@ -893,7 +893,7 @@ export class ImageRunModal extends React - -- - -@@ -929,7 +929,7 @@ export class ImageRunModal extends React - - } - -- {_("Integration")}} id="create-image-dialog-tab-integration" className="pf-c-form"> -+ {_("Integration")}} id="create-image-dialog-tab-integration" className="pf-v5-c-form"> - - } /> - -- {_("Health check")}} id="create-image-dialog-tab-healthcheck" className="pf-c-form pf-m-horizontal"> -+ {_("Health check")}} id="create-image-dialog-tab-healthcheck" className="pf-v5-c-form pf-m-horizontal"> - - this.onValueChanged('healthcheck_command', value)} /> -+ onChange={(_, value) => this.onValueChanged('healthcheck_command', value)} /> - - - -- - -@@ -997,7 +997,7 @@ export class ImageRunModal extends React - -- - -@@ -1022,7 +1022,7 @@ export class ImageRunModal extends React - -- - -@@ -1047,7 +1047,7 @@ export class ImageRunModal extends React - -- - -@@ -1070,7 +1070,7 @@ export class ImageRunModal extends React - -- - -Index: cockpit-podman-70/src/ImageRunModal.scss -=================================================================== ---- cockpit-podman-70.orig/src/ImageRunModal.scss -+++ cockpit-podman-70/src/ImageRunModal.scss -@@ -1,14 +1,14 @@ - @import "global-variables"; - - // Ensure the width fits within the screen boundaries (with padding on the sides) --.pf-c-select__menu { -+.pf-v5-c-select__menu { - // 3xl is the left+right padding for an iPhone SE; - // this works on other screen sizes as well -- max-width: calc(100vw - var(--pf-global--spacer--3xl)); -+ max-width: calc(100vw - var(--pf-v5-global--spacer--3xl)); - } - - // Make sure the footer is visible with more then 5 results. --.pf-c-select__menu-list { -+.pf-v5-c-select__menu-list { - // 35% viewport height is for 1280x720; - // since it picks the min of the two, it works everywhere - max-height: min(20rem, 35vh); -@@ -16,14 +16,14 @@ - } - - // Fix the dot next to spinner: https://github.com/patternfly/patternfly-react/issues/6383 --.pf-c-select__list-item.pf-m-loading { -+.pf-v5-c-select__list-item.pf-m-loading { - list-style-type: none; - } - - .image-search-footer { - flex-wrap: wrap; - -- .pf-c-toggle-group__text { -+ .pf-v5-c-toggle-group__text { - word-wrap: break-word; - } - } -@@ -31,17 +31,17 @@ - // PF4 does not yet support multiple form fields for the same label - .ct-input-group-spacer-sm.pf-l-flex { - // Limit width for select entries and inputs in the input groups otherwise they take up the whole space -- > .pf-c-select, .pf-c-form-control:not(.pf-c-select__toggle-typeahead) { -+ > .pf-v5-c-select, .pf-c-form-control:not(.pf-c-select__toggle-typeahead) { - max-width: 8ch; - } - } - - // HACK: A local copy of pf-m-horizontal (as ct-m-horizontal), - // but applied at the FormGroup level instead of Form --@media (min-width: $pf-global--breakpoint--md) { -- .pf-c-form__group.ct-m-horizontal { -+@media (min-width: $pf-v5-global--breakpoint--md) { -+ .pf-v5-c-form__group.ct-m-horizontal { - display: grid; -- grid-column-gap: var(--pf-c-form--m-horizontal__group-label--md--GridColumnGap); -- grid-template-columns: var(--pf-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth); -+ grid-column-gap: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnGap); -+ grid-template-columns: var(--pf-v5-c-form--m-horizontal__group-label--md--GridColumnWidth) var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth); - } - } -Index: cockpit-podman-70/src/ImageSearchModal.css -=================================================================== ---- cockpit-podman-70.orig/src/ImageSearchModal.css -+++ cockpit-podman-70/src/ImageSearchModal.css -@@ -1,9 +1,9 @@ --.podman-search .pf-c-modal-box__body { -+.podman-search .pf-v5-c-modal-box__body { - display: grid; - grid-auto-flow: row; - overflow: hidden; - grid-template-rows: auto auto 1fr; -- grid-gap: var(--pf-global--spacer--sm); -+ grid-gap: var(--pf-v5-global--spacer--sm); - } - - .image-list-item { -@@ -12,11 +12,11 @@ - } - - .image-list-item + .image-list-item { -- border-top: 1px solid var(--pf-global--BorderColor--200); -+ border-top: 1px solid var(--pf-v5-global--BorderColor--200); - } - - .image-list-item > .image-name { -- color: var(--pf-global--Color--100); -+ color: var(--pf-v5-global--Color--100); - } - - @media (min-width: 768px) { -@@ -44,17 +44,17 @@ - } - - .image-search-tag-form { -- margin-bottom: var(--pf-global--spacer--md); -+ margin-bottom: var(--pf-v5-global--spacer--md); - } - --.podman-search .pf-c-modal-box__footer { -+.podman-search .pf-v5-c-modal-box__footer { - display: initial; - } - --.podman-search .pf-c-data-list { -+.podman-search .pf-v5-c-data-list { - overflow-y: auto; - } - --.podman-search .pf-l-flex .pf-c-form__group:nth-child(2) { -- grid-template-columns: 2rem var(--pf-c-form--m-horizontal__group-control--md--GridColumnWidth); -+.podman-search .pf-l-flex .pf-v5-c-form__group:nth-child(2) { -+ grid-template-columns: 2rem var(--pf-v5-c-form--m-horizontal__group-control--md--GridColumnWidth); - } -Index: cockpit-podman-70/src/ImageSearchModal.jsx -=================================================================== ---- cockpit-podman-70.orig/src/ImageSearchModal.jsx -+++ cockpit-podman-70/src/ImageSearchModal.jsx -@@ -170,7 +170,7 @@ export class ImageSearchModal extends Re - placeholder={_("Search by name or description")} - value={this.state.imageIdentifier} - onKeyPress={this.onKeyPress} -- onChange={value => this.onValueChanged('imageIdentifier', value)} /> -+ onChange={(_event, value) => this.onValueChanged('imageIdentifier', value)} /> - - - this.onValueChanged('imageTag', value)} /> -+ onChange={(_event, value) => this.onValueChanged('imageTag', value)} /> - - - - - }> - onChange(idx, 'IP', value)} /> -+ onChange={(_event, value) => onChange(idx, 'IP', value)} /> - - -- - -@@ -47,7 +47,7 @@ export const PublishPort = ({ id, item, - min={1} - max={65535} - value={item.hostPort || ''} -- onChange={value => onChange(idx, 'hostPort', value)} /> -+ onChange={(_event, value) => onChange(idx, 'hostPort', value)} /> - - onChange(idx, 'containerPort', value)} /> -+ onChange={(_event, value) => onChange(idx, 'containerPort', value)} /> - - -- onChange(idx, 'protocol', value)}> -Index: cockpit-podman-70/src/Volume.jsx -=================================================================== ---- cockpit-podman-70.orig/src/Volume.jsx -+++ cockpit-podman-70/src/Volume.jsx -@@ -22,7 +22,7 @@ export const Volume = ({ id, item, onCha - - onChange(idx, 'containerPath', value)} /> -+ onChange={(_event, value) => onChange(idx, 'containerPath', value)} /> - - - - { options && options.selinuxAvailable && - -- onChange(idx, 'selinux', value)}> - -Index: cockpit-podman-70/src/app.jsx -=================================================================== ---- cockpit-podman-70.orig/src/app.jsx -+++ cockpit-podman-70/src/app.jsx -@@ -139,7 +139,7 @@ class Application extends React.Componen - } - } - -- onContainerFilterChanged(_event, value) { -+ onContainerFilterChanged(value) { - this.setState({ - containersFilter: value - }); -@@ -802,7 +802,7 @@ class Application extends React.Componen - variant={PageSectionVariants.light}> - this.onOwnerChanged(value)} -+ handleOwnerChanged={this.onOwnerChanged} - ownerFilter={this.state.ownerFilter} - textFilter={this.state.textFilter} - twoOwners={this.state.systemServiceAvailable && this.state.userServiceAvailable} -Index: cockpit-podman-70/src/podman.scss -=================================================================== ---- cockpit-podman-70.orig/src/podman.scss -+++ cockpit-podman-70/src/podman.scss -@@ -1,25 +1,25 @@ - @use "ct-card.scss"; - @use "page.scss"; - @import "global-variables"; --// For pf-line-clamp -+// For pf-v5-line-clamp - @import "@patternfly/patternfly/sass-utilities/mixins.scss"; - // For pf-u-disabled-color-100 - @import "@patternfly/patternfly/utilities/Text/text.css"; - --#app .pf-c-card.containers-containers, #app .pf-c-card.containers-images { -+#app .pf-v5-c-card.containers-containers, #app .pf-c-card.containers-images { - @extend .ct-card; - } - - #containers-images, #containers-containers { - // Decrease padding for the image/container toggle button list -- .pf-c-table.pf-m-compact .pf-c-table__toggle { -+ .pf-v5-c-table.pf-m-compact .pf-c-table__toggle { - padding-left: 0; - } - } - - @media screen and (max-width: 768px) { - // Badges should not stretch in mobile mode -- .pf-c-table [data-label] > .pf-c-badge { -+ .pf-v5-c-table [data-label] > .pf-c-badge { - justify-self: start; - } - } -@@ -30,12 +30,12 @@ - } - - .container-block small { -- @include pf-line-clamp("1"); -- color: var(--pf-global--Color--200); -+ @include pf-v5-line-clamp("1"); -+ color: var(--pf-v5-global--Color--200); - } - - .container-name { -- font-size: var(--pf-global--FontSize--lg); -+ font-size: var(--pf-v5-global--FontSize--lg); - font-weight: 400; - } - -@@ -43,7 +43,7 @@ - max-width: 15em; - } - --.pf-c-alert__description { -+.pf-v5-c-alert__description { - overflow-wrap: anywhere; - } - -@@ -54,26 +54,26 @@ - } - - .ct-badge-container-running, .ct-badge-pod-running { -- background-color: var(--pf-global--info-color--100); -+ background-color: var(--pf-v5-global--info-color--100); - color: white; - } - - .ct-badge-container-healthy { -- background-color: var(--pf-global--success-color--100); -+ background-color: var(--pf-v5-global--success-color--100); - color: white; - } - - .ct-badge-container-unhealthy { -- background-color: var(--pf-global--danger-color--100); -+ background-color: var(--pf-v5-global--danger-color--100); - color: white; - } - - .green { -- color: var(--pf-global--success-color--100); -+ color: var(--pf-v5-global--success-color--100); - } - - .red { -- color: var(--pf-global--danger-color--100); -+ color: var(--pf-v5-global--danger-color--100); - } - - // Hide the header nav from the expandable rows - this should be better done with JS but the current cockpit-listing-panel implementation does not support this variant -@@ -82,7 +82,7 @@ - } - - .ct-grey-text { -- color: var(--pf-global--Color--200); -+ color: var(--pf-v5-global--Color--200); - } - - .content-action { -@@ -92,19 +92,19 @@ - - // Remove doubled-up padding and borders on nested tables in mobile - .ct-listing-panel-body .ct-table tr { -- --pf-c-table-tr--responsive--PaddingTop: 0; -- --pf-c-table-tr--responsive--PaddingRight: 0; -- --pf-c-table-tr--responsive--PaddingBottom: 0; -- --pf-c-table-tr--responsive--PaddingLeft: 0; -+ --pf-v5-c-table-tr--responsive--PaddingTop: 0; -+ --pf-v5-c-table-tr--responsive--PaddingRight: 0; -+ --pf-v5-c-table-tr--responsive--PaddingBottom: 0; -+ --pf-v5-c-table-tr--responsive--PaddingLeft: 0; - } - --@media (max-width: $pf-global--breakpoint--md - 1) { -+@media (max-width: $pf-v5-global--breakpoint--md - 1) { - .show-only-when-wide { - display: none; - } - } - --@media (min-width: $pf-global--breakpoint--md) { -+@media (min-width: $pf-v5-global--breakpoint--md) { - .show-only-when-narrow { - display: none; - } -@@ -112,6 +112,6 @@ - // Add borders to no pod containers list and images list - .container-pod.pf-m-plain tbody, - .containers-images tbody { -- border: var(--pf-c-card--m-flat--BorderWidth) solid var(--pf-c-card--m-flat--BorderColor); -+ border: var(--pf-v5-c-card--m-flat--BorderWidth) solid var(--pf-c-card--m-flat--BorderColor); - } - } -Index: cockpit-podman-70/test/check-application -=================================================================== ---- cockpit-podman-70.orig/test/check-application -+++ cockpit-podman-70/test/check-application -@@ -1,16 +1,9 @@ --#!/usr/bin/python3 -+#!/usr/bin/python3 -cimport os, sys; os.execv(os.path.dirname(sys.argv[1]) + "/common/pywrap", sys.argv) - # Run this with --help to see available options for tracing and debugging - # See https://github.com/cockpit-project/cockpit/blob/main/test/common/testlib.py - # "class Browser" and "class MachineCase" for the available API. - --import os - import json --import sys -- --# import Cockpit's machinery for test VMs and its browser test API --TEST_DIR = os.path.dirname(__file__) --sys.path.append(os.path.join(TEST_DIR, "common")) --sys.path.append(os.path.join(os.path.dirname(TEST_DIR), "bots/machine")) - - from machine_core import ssh_connection # noqa - import testlib # noqa -@@ -45,8 +38,8 @@ def podman_version(cls): - - - def showImages(browser): -- if browser.attr("#containers-images button.pf-c-expandable-section__toggle", "aria-expanded") == 'false': -- browser.click("#containers-images button.pf-c-expandable-section__toggle") -+ if browser.attr("#containers-images button.pf-v5-c-expandable-section__toggle", "aria-expanded") == 'false': -+ browser.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - - def checkImage(browser, name, owner): -@@ -146,15 +139,15 @@ class TestApplication(testlib.MachineCas - - def performContainerAction(self, container, cmd): - b = self.browser -- b.click(f"#containers-containers tbody tr:contains('{container}') .pf-c-dropdown__toggle") -- b.click(f"#containers-containers tbody tr:contains('{container}') .pf-c-dropdown__menu li:contains({cmd})") -+ b.click(f"#containers-containers tbody tr:contains('{container}') .pf-v5-c-dropdown__toggle") -+ b.click(f"#containers-containers tbody tr:contains('{container}') .pf-v5-c-dropdown__menu li:contains({cmd})") - - def getContainerAction(self, container, cmd): -- return f"#containers-containers tbody tr:contains('{container}') .pf-c-dropdown__menu li:contains({cmd})" -+ return f"#containers-containers tbody tr:contains('{container}') .pf-v5-c-dropdown__menu li:contains({cmd})" - - def toggleExpandedContainer(self, container): - b = self.browser -- b.click(f"#containers-containers tbody tr:contains('{container}') .pf-c-table__toggle button") -+ b.click(f"#containers-containers tbody tr:contains('{container}') .pf-v5-c-table__toggle button") - - def getContainerAttr(self, container, key, selector=""): - b = self.browser -@@ -185,14 +178,14 @@ class TestApplication(testlib.MachineCas - try: - b.wait_visible("#containers-containers") - b.wait_not_in_text("#containers-containers", "Loading") -- b.wait_not_present("#overview div.pf-c-alert") -+ b.wait_not_present("#overview div.pf-v5-c-alert") - except testlib.Error: - if system: -- b.click("#overview div.pf-c-alert .pf-c-alert__action > button:contains(Start)") -- b.wait_not_present("#overview div.pf-c-alert") -+ b.click("#overview div.pf-v5-c-alert .pf-v5-c-alert__action > button:contains(Start)") -+ b.wait_not_present("#overview div.pf-v5-c-alert") - else: -- b.click("#app .pf-c-empty-state button.pf-m-primary") -- b.wait_not_present("#app .pf-c-empty-state button") -+ b.click("#app .pf-v5-c-empty-state button.pf-m-primary") -+ b.wait_not_present("#app .pf-v5-c-empty-state button") - - def waitPodRow(self, podName, present=False): - if present: -@@ -207,9 +200,9 @@ class TestApplication(testlib.MachineCas - cmd=container["command"], state=container["state"], pod=podName) - else: - if self.browser.val("#containers-containers-filter") == "all": -- self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No containers in this pod") -+ self.browser.wait_in_text("#table-" + podName + " .pf-v5-c-empty-state", "No containers in this pod") - else: -- self.browser.wait_in_text("#table-" + podName + " .pf-c-empty-state", "No running containers in this pod") -+ self.browser.wait_in_text("#table-" + podName + " .pf-v5-c-empty-state", "No running containers in this pod") - - def waitContainerRow(self, container, present=True): - b = self.browser -@@ -295,10 +288,10 @@ class TestApplication(testlib.MachineCas - b.wait(lambda: old_pid != m.execute("podman inspect --format '{{.State.Pid}}' test-pod-1-system".strip())) - - self.performPodAction("pod-1", "system", "Delete") -- b.click(".pf-c-modal-box button:contains(Delete)") -- b.wait_in_text(".pf-c-modal-box__body", "running or paused containers cannot be removed without force") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-list", "test-pod-1-system") -- b.click(".pf-c-modal-box button:contains('Force delete')") -+ b.click(".pf-v5-c-modal-box button:contains(Delete)") -+ b.wait_in_text(".pf-v5-c-modal-box__body", "running or paused containers cannot be removed without force") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-list", "test-pod-1-system") -+ b.click(".pf-v5-c-modal-box button:contains('Force delete')") - self.waitPodRow("pod-1", False) - - b.set_input_text('#containers-filter', '') -@@ -309,8 +302,8 @@ class TestApplication(testlib.MachineCas - self.machine.execute("podman rm --force -t0 test-pod-2-system") - self.waitPodContainer("pod-2", []) - self.performPodAction("pod-2", "system", "Delete") -- b.wait_not_in_text(".pf-c-modal-box__body", "test-pod-2-system") -- b.click(".pf-c-modal-box button:contains('Delete')") -+ b.wait_not_in_text(".pf-v5-c-modal-box__body", "test-pod-2-system") -+ b.click(".pf-v5-c-modal-box button:contains('Delete')") - self.waitPodRow("pod-2", False) - - # Volumes / mounts -@@ -321,11 +314,11 @@ class TestApplication(testlib.MachineCas - # Verify 1 port mapping - b.wait_in_text("#table-pod-3-title .pod-details-ports-btn", "1") - b.click("#table-pod-3-title .pod-details-ports-btn") -- b.wait_in_text(".pf-c-popover__content", "0.0.0.0:9999 → 9999/tcp") -+ b.wait_in_text(".pf-v5-c-popover__content", "0.0.0.0:9999 → 9999/tcp") - # Verify 1 mount - b.wait_in_text("#table-pod-3-title .pod-details-volumes-btn", "1") - b.click("#table-pod-3-title .pod-details-volumes-btn") -- b.wait_in_text(".pf-c-popover__content", "/tmp ↔ /app") -+ b.wait_in_text(".pf-v5-c-popover__content", "/tmp ↔ /app") - - def testBasicSystem(self): - self._testBasic(True) -@@ -361,19 +354,19 @@ class TestApplication(testlib.MachineCas - b.click("#image-actions-dropdown") - b.click("button:contains(Download new image)") - -- b.wait_visible('div.pf-c-modal-box header:contains("Search for an image")') -- b.wait_visible("div.pf-c-modal-box footer button:contains(Download):disabled") -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Search for an image")') -+ b.wait_visible("div.pf-v5-c-modal-box footer button:contains(Download):disabled") - b.wait_not_present("#as-user") -- b.click(".pf-c-modal-box button:contains('Cancel')") -- b.wait_not_present('div.pf-c-modal-box header:contains("Search for an image")') -+ b.click(".pf-v5-c-modal-box button:contains('Cancel')") -+ b.wait_not_present('div.pf-v5-c-modal-box header:contains("Search for an image")') - - # Gain privileges - b.become_superuser(passwordless=self.machine.image == "rhel4edge") - - # We are notified that we can also start the system one -- b.wait_in_text("#overview div.pf-c-alert .pf-c-alert__title", "System Podman service is also available") -- b.click("#overview div.pf-c-alert .pf-c-alert__action > button:contains(Start)") -- b.wait_not_present("#overview div.pf-c-alert .pf-c-alert__title") -+ b.wait_in_text("#overview div.pf-v5-c-alert .pf-v5-c-alert__title", "System Podman service is also available") -+ b.click("#overview div.pf-v5-c-alert .pf-v5-c-alert__action > button:contains(Start)") -+ b.wait_not_present("#overview div.pf-v5-c-alert .pf-v5-c-alert__title") - - checkImage(b, IMG_REGISTRY, "system") - checkImage(b, IMG_REGISTRY, "admin") -@@ -388,11 +381,11 @@ class TestApplication(testlib.MachineCas - # Also user selection in image download should be visible - b.click("#image-actions-dropdown") - b.click("button:contains(Download new image)") -- b.wait_visible('div.pf-c-modal-box header:contains("Search for an image")') -- b.wait_visible("div.pf-c-modal-box footer button:contains(Download):disabled") -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Search for an image")') -+ b.wait_visible("div.pf-v5-c-modal-box footer button:contains(Download):disabled") - b.wait_visible("#as-user") -- b.click(".pf-c-modal-box button:contains('Cancel')") -- b.wait_not_present('div.pf-c-modal-box header:contains("Search for an image")') -+ b.click(".pf-v5-c-modal-box button:contains('Cancel')") -+ b.wait_not_present('div.pf-v5-c-modal-box header:contains("Search for an image")') - - # Check that when we filter only system stuff an then drop privileges that we show user stuff - b.set_val("#containers-containers-owner", "system") -@@ -411,27 +404,27 @@ class TestApplication(testlib.MachineCas - # Check showing of entrypoint - b.click("#containers-containers-create-container-btn") - b.click("#create-image-image-select-typeahead") -- b.click(f'button.pf-c-select__menu-item:contains("{IMG_REGISTRY}")') -+ b.click(f'button.pf-v5-c-select__menu-item:contains("{IMG_REGISTRY}")') - b.wait_val("#run-image-dialog-command", '/etc/docker/registry/config.yml') - b.wait_text("#run-image-dialog-entrypoint", '/entrypoint.sh') - - # Deleting image will cleanup both command and entrypoint -- b.click("button.pf-c-select__toggle-clear") -+ b.click("button.pf-v5-c-select__toggle-clear") - b.wait_val("#run-image-dialog-command", '') - b.wait_not_present("#run-image-dialog-entrypoint") - - # Edited command will not be cleared - b.click("#create-image-image-select-typeahead") -- b.click(f'button.pf-c-select__menu-item:contains("{IMG_REGISTRY}")') -+ b.click(f'button.pf-v5-c-select__menu-item:contains("{IMG_REGISTRY}")') - b.wait_val("#run-image-dialog-command", '/etc/docker/registry/config.yml') - b.set_input_text("#run-image-dialog-command", '/etc/docker/registry/config.yaml') -- b.click("button.pf-c-select__toggle-clear") -+ b.click("button.pf-v5-c-select__toggle-clear") - b.wait_not_present("#run-image-dialog-entrypoint") - b.wait_val("#run-image-dialog-command", '/etc/docker/registry/config.yaml') - - # Setting a new image will still keep the old command and not prefill it - b.click("#create-image-image-select-typeahead") -- b.click(f'button.pf-c-select__menu-item:contains({IMG_ALPINE})') -+ b.click(f'button.pf-v5-c-select__menu-item:contains({IMG_ALPINE})') - b.wait_visible("#run-image-dialog-pull-latest-image") - b.wait_val("#run-image-dialog-command", '/etc/docker/registry/config.yaml') - -@@ -448,7 +441,7 @@ class TestApplication(testlib.MachineCas - b.wait_visible("#app") - - # `User Service is also available` banner should not be present -- b.wait_not_present("#overview div.pf-c-alert") -+ b.wait_not_present("#overview div.pf-v5-c-alert") - # There should not be any duplicate images listed - # The "busybox" and "alpine" images have been deleted by _testBasic. - showImages(b) -@@ -460,7 +453,7 @@ class TestApplication(testlib.MachineCas - # https://github.com/cockpit-project/cockpit-podman/pull/891 - b.click("#containers-containers-create-container-btn") - b.set_input_text("#create-image-image-select-typeahead", "registry") -- b.wait_visible('button.pf-c-select__menu-item:contains("registry")') -+ b.wait_visible('button.pf-v5-c-select__menu-item:contains("registry")') - - def testBasicUser(self): - self._testBasic(False) -@@ -518,23 +511,23 @@ class TestApplication(testlib.MachineCas - # show image listing toggle - hello_sel = f"#containers-images tbody tr[data-row-id={images[IMG_HELLO_LATEST]}{auth}]".lower() - b.wait_visible(hello_sel) -- b.click(hello_sel + " td.pf-c-table__toggle button") -- b.click(hello_sel + " .pf-c-dropdown__toggle") -+ b.click(hello_sel + " td.pf-v5-c-table__toggle button") -+ b.click(hello_sel + " .pf-v5-c-dropdown__toggle") - b.wait_visible(hello_sel + " button.btn-delete") - b.wait_in_text("#containers-images tbody.pf-m-expanded tr .image-details:first-child", "Command/run.sh") - # Show history -- b.click("#containers-images tbody.pf-m-expanded .pf-c-tabs__list li:nth-child(2) button") -- b.wait_in_text("#containers-images .pf-c-table__expandable-row.pf-m-expanded td[data-label=\"ID\"]:first", -+ b.click("#containers-images tbody.pf-m-expanded .pf-v5-c-tabs__list li:nth-child(2) button") -+ b.wait_in_text("#containers-images .pf-v5-c-table__expandable-row.pf-m-expanded td[data-label=\"ID\"]:first", - images[IMG_HELLO_LATEST][:12]) -- b.wait_in_text("#containers-images .pf-c-table__expandable-row.pf-m-expanded td[data-label=\"Created\"]:first", -+ b.wait_in_text("#containers-images .pf-v5-c-table__expandable-row.pf-m-expanded td[data-label=\"Created\"]:first", - "today at") - # topmost (last) layer -- b.wait_in_text("#containers-images .pf-c-table__expandable-row.pf-m-expanded td[data-label=\"Created by\"]:first", -+ b.wait_in_text("#containers-images .pf-v5-c-table__expandable-row.pf-m-expanded td[data-label=\"Created by\"]:first", - "COPY") -- b.wait_in_text("#containers-images .pf-c-table__expandable-row.pf-m-expanded td[data-label=\"Created by\"]:first", -+ b.wait_in_text("#containers-images .pf-v5-c-table__expandable-row.pf-m-expanded td[data-label=\"Created by\"]:first", - "in /test2.txt") - # initial (first) layer -- b.wait_in_text("#containers-images .pf-c-table__expandable-row.pf-m-expanded td[data-label=\"Created by\"]:last", -+ b.wait_in_text("#containers-images .pf-v5-c-table__expandable-row.pf-m-expanded td[data-label=\"Created by\"]:last", - "COPY") - - self.execute(auth, f"podman rmi {IMG_HELLO_LATEST}") -@@ -682,31 +675,31 @@ class TestApplication(testlib.MachineCas - self.execute(auth, f"podman tag {IMG_BUSYBOX} {IMG_BUSYBOX}:4") - - busybox_sel = f"#containers-images tbody tr[data-row-id={images[IMG_BUSYBOX_LATEST]}{auth}]".lower() -- b.click(busybox_sel + " td.pf-c-table__toggle button") -+ b.click(busybox_sel + " td.pf-v5-c-table__toggle button") - - b.wait_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:1") - b.wait_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:2") - b.wait_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:3") - b.wait_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:4") - -- b.click(busybox_sel + " .pf-c-dropdown__toggle") -+ b.click(busybox_sel + " .pf-v5-c-dropdown__toggle") - b.click(busybox_sel + " button.btn-delete") -- self.assertTrue(b.get_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX_LATEST}']")) -- b.set_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX}:1']", True) -- b.set_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX}:3']", True) -- b.set_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX_LATEST}']", False) -+ self.assertTrue(b.get_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX_LATEST}']")) -+ b.set_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX}:1']", True) -+ b.set_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX}:3']", True) -+ b.set_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX_LATEST}']", False) - self.confirm_modal("Delete") - b.wait_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX_LATEST}") - b.wait_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:2") - b.wait_not_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:1") - b.wait_not_in_text(busybox_sel + " + tr", f"{IMG_BUSYBOX}:3") - -- b.click(busybox_sel + " .pf-c-dropdown__toggle") -+ b.click(busybox_sel + " .pf-v5-c-dropdown__toggle") - b.click(busybox_sel + " button.btn-delete") - b.click("button:contains('select all')") -- self.assertTrue(b.get_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX_LATEST}']")) -- self.assertTrue(b.get_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX}:2']")) -- self.assertTrue(b.get_checked(f".pf-c-check__input[aria-label='{IMG_BUSYBOX}:4']")) -+ self.assertTrue(b.get_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX_LATEST}']")) -+ self.assertTrue(b.get_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX}:2']")) -+ self.assertTrue(b.get_checked(f".pf-v5-c-check__input[aria-label='{IMG_BUSYBOX}:4']")) - self.confirm_modal("Delete") - self.confirm_modal("Force delete") - b.wait_not_in_text("#containers-images", busybox_sel) -@@ -730,8 +723,8 @@ class TestApplication(testlib.MachineCas - b.assert_pixels('#app', "overview", ignore=[".ignore-pixels"], skip_layouts=["rtl", "mobile"]) - alpine_sel = f"#containers-images tbody tr[data-row-id={images[IMG_ALPINE_LATEST]}{auth}]".lower() - b.wait_visible(alpine_sel) -- b.click(alpine_sel + " td.pf-c-table__toggle button") -- b.click(alpine_sel + " .pf-c-dropdown__toggle") -+ b.click(alpine_sel + " td.pf-v5-c-table__toggle button") -+ b.click(alpine_sel + " .pf-v5-c-dropdown__toggle") - b.click(alpine_sel + " button.btn-delete") - self.confirm_modal("Delete") - self.confirm_modal("Force delete") -@@ -768,10 +761,10 @@ class TestApplication(testlib.MachineCas - - # Intermediate images are not shown in create container dialog - b.click("#containers-containers-create-container-btn") -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - b.click("#create-image-image-select-typeahead") -- b.wait_visible(f".pf-c-select__menu-item:contains('{IMG_REGISTRY}')") -- b.wait_not_present(".pf-c-select__menu-item:contains('none')") -+ b.wait_visible(f".pf-v5-c-select__menu-item:contains('{IMG_REGISTRY}')") -+ b.wait_not_present(".pf-v5-c-select__menu-item:contains('none')") - - def testCommitUser(self): - self._testCommit(False) -@@ -792,9 +785,9 @@ class TestApplication(testlib.MachineCas - self.toggleExpandedContainer("test-sh0") - - self.performContainerAction("test-sh0", "Commit") -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - -- b.wait_in_text(".pf-c-modal-box__description", "state of the test-sh0 container") -+ b.wait_in_text(".pf-v5-c-modal-box__description", "state of the test-sh0 container") - - # Empty name yields warning - b.click("button:contains(Commit)") -@@ -820,15 +813,15 @@ class TestApplication(testlib.MachineCas - # Check failing commit - b.set_input_text("#commit-dialog-image-name", "TEST") - b.click("button:contains(Commit)") -- b.wait_in_text(".pf-c-alert", "Failed to commit container test-sh0") -- b.wait_in_text(".pf-c-alert", "repository name must be lowercase") -+ b.wait_in_text(".pf-v5-c-alert", "Failed to commit container test-sh0") -+ b.wait_in_text(".pf-v5-c-alert", "repository name must be lowercase") - - # Test cancel - self.confirm_modal("Cancel") - - # Force commit empty container - self.performContainerAction("test-sh0", "Commit") -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - # We prefill command - b.wait_val("#commit-dialog-command", 'sh -c "ls -a"') - # Test docker format -@@ -852,14 +845,14 @@ class TestApplication(testlib.MachineCas - - # Commit with name, tag, author and edited command - self.performContainerAction("test-sh0", "Commit") -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - b.set_input_text("#commit-dialog-image-name", "newname") - b.set_input_text("#commit-dialog-image-tag", "24") - b.set_input_text("#commit-dialog-author", "MM") - b.set_input_text("#commit-dialog-command", "sh -c 'ps'") - - if auth: -- b.assert_pixels(".pf-c-modal-box", "commit", skip_layouts=["rtl"]) -+ b.assert_pixels(".pf-v5-c-modal-box", "commit", skip_layouts=["rtl"]) - - self.confirm_modal("Commit") - -@@ -871,7 +864,7 @@ class TestApplication(testlib.MachineCas - # Test commit of running container - self.execute(auth, f"podman run -d --name test-sh2 --stop-timeout 0 {IMG_BUSYBOX} sleep 1000") - self.performContainerAction("test-sh2", "Commit") -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - b.set_input_text("#commit-dialog-image-name", "newname") - self.confirm_modal("Commit") - waitImageCount(self.user_images_count + 3) -@@ -881,7 +874,7 @@ class TestApplication(testlib.MachineCas - # This only works on rootless with cgroupsv2 - if auth or self.has_cgroupsV2: - self.performContainerAction("test-sh2", "Commit") -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - b.set_input_text("#commit-dialog-image-name", "newname") - b.set_checked("#commit-dialog-pause", True) - b.click("button:contains(Commit)") -@@ -916,8 +909,8 @@ class TestApplication(testlib.MachineCas - # Open get new image modal - b.click("#image-actions-dropdown") - b.click("button:contains(Download new image)") -- b.wait_visible('div.pf-c-modal-box header:contains("Search for an image")') -- b.wait_visible("div.pf-c-modal-box footer button:contains(Download):disabled") -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Search for an image")') -+ b.wait_visible("div.pf-v5-c-modal-box footer button:contains(Download):disabled") - - return self - -@@ -934,32 +927,32 @@ class TestApplication(testlib.MachineCas - - def selectImageAndDownload(self): - # Select and download the self.imageName image -- b.wait_visible(f".pf-c-data-list .image-name:contains({self.imageName})") -- b.click(f".pf-c-data-list .image-name:contains({self.imageName})") -- b.wait_visible("div.pf-c-modal-box footer button:contains(Download):not([disabled])") -- b.click("div.pf-c-modal-box footer button:contains(Download)") -+ b.wait_visible(f".pf-v5-c-data-list .image-name:contains({self.imageName})") -+ b.click(f".pf-v5-c-data-list .image-name:contains({self.imageName})") -+ b.wait_visible("div.pf-v5-c-modal-box footer button:contains(Download):not([disabled])") -+ b.click("div.pf-v5-c-modal-box footer button:contains(Download)") - - return self - - def expectDownloadErrorForNonExistingTag(self): -- b.wait_not_present('div.pf-c-modal-box') -- b.wait_visible(f'h4.pf-c-alert__title:contains("Danger alert:Failed to download image localhost:5000/{self.imageName}:{self.imageTag}")') -+ b.wait_not_present('div.pf-v5-c-modal-box') -+ b.wait_visible(f'h4.pf-v5-c-alert__title:contains("Danger alert:Failed to download image localhost:5000/{self.imageName}:{self.imageTag}")') - - return self - - def expectSearchErrorForNotExistingImage(self): -- b.wait_visible(f".pf-c-modal-box__body:contains(No results for {self.imageName})") -+ b.wait_visible(f".pf-v5-c-modal-box__body:contains(No results for {self.imageName})") - - return self - - def expectDownloadSuccess(self): - # Confirm that the modal dialog is not open anymore -- b.wait_not_present('div.pf-c-modal-box') -+ b.wait_not_present('div.pf-v5-c-modal-box') - # Confirm that the image got downloaded - checkImage(b, f"localhost:5000/{self.imageName}:{self.imageTag or 'latest'}", "system" if self.user == "system" else "admin") - - # Confirm that no error has happened -- b.wait_not_present('h4.pf-c-alert__title:contains("Failed to download image")') -+ b.wait_not_present('h4.pf-v5-c-alert__title:contains("Failed to download image")') - - # Find out this image ID - self.imageSha = execute(self.user == "system", f"podman inspect --format '{{{{.Id}}}}' localhost:5000/{self.imageName}:{self.imageTag or 'latest'}").strip() -@@ -974,22 +967,22 @@ class TestApplication(testlib.MachineCas - # show image listing toggle - sel = f"#containers-images tbody tr[data-row-id={self.imageSha}{'true' if self.user == 'system' else 'false'}]" - b.wait_visible(sel) -- b.click(sel + " td.pf-c-table__toggle button") -+ b.click(sel + " td.pf-v5-c-table__toggle button") - - # Click the delete icon on the image row -- b.click(sel + " .pf-c-dropdown__toggle") -+ b.click(sel + " .pf-v5-c-dropdown__toggle") - b.click(sel + ' button.btn-delete') - -- b.set_checked(f".pf-c-check__input[aria-label='localhost:5000/{self.imageName}{imageTagSuffix}']", True) -+ b.set_checked(f".pf-v5-c-check__input[aria-label='localhost:5000/{self.imageName}{imageTagSuffix}']", True) - if another: -- b.set_checked(f".pf-c-check__input[aria-label='{another}']", True) -+ b.set_checked(f".pf-v5-c-check__input[aria-label='{another}']", True) - - # Confirm deletion in the delete dialog -- b.click(".pf-c-modal-box #btn-img-delete") -+ b.click(".pf-v5-c-modal-box #btn-img-delete") - - if force: - # Confirm force delete -- b.click(".pf-c-modal-box button:contains('Force delete')") -+ b.click(".pf-v5-c-modal-box button:contains('Force delete')") - - b.wait_not_present(sel) - -@@ -1002,19 +995,19 @@ class TestApplication(testlib.MachineCas - # Test registries - b.click("#image-actions-dropdown") - b.click("button:contains(Download new image)") -- b.wait_visible('div.pf-c-modal-box header:contains("Search for an image")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Search for an image")') - # HACK: Sometimes the value is not shown fully. FIXME - b.set_input_text("#search-image-dialog-name", "my-busybox", value_check=False) - -- b.wait_visible(".pf-c-data-list .image-name:contains('localhost:5000/my-busybox')") -- b.wait_visible(".pf-c-data-list .image-name:contains('localhost:6000/my-busybox')") -+ b.wait_visible(".pf-v5-c-data-list .image-name:contains('localhost:5000/my-busybox')") -+ b.wait_visible(".pf-v5-c-data-list .image-name:contains('localhost:6000/my-busybox')") - b.assert_pixels(".podman-search", "download", skip_layouts=["rtl"]) - - b.set_val('#registry-select', "localhost:6000") -- b.wait_not_present(".pf-c-data-list .image-name:contains('localhost:5000/my-busybox')") -- b.wait_visible(".pf-c-data-list .image-name:contains('localhost:6000/my-busybox')") -- b.click(".pf-c-modal-box button:contains('Cancel')") -- b.wait_not_present('div.pf-c-modal-box') -+ b.wait_not_present(".pf-v5-c-data-list .image-name:contains('localhost:5000/my-busybox')") -+ b.wait_visible(".pf-v5-c-data-list .image-name:contains('localhost:6000/my-busybox')") -+ b.click(".pf-v5-c-modal-box button:contains('Cancel')") -+ b.wait_not_present('div.pf-v5-c-modal-box') - - dialog0 = DownloadImageDialog('my-busybox', user="system") - dialog0.openDialog() \ -@@ -1070,7 +1063,7 @@ class TestApplication(testlib.MachineCas - - b.wait_visible("#containers-containers") - self.waitContainerRow("swamped-crate") -- b.click("#containers-containers tbody tr:contains('swamped-crate') .pf-c-dropdown__toggle") -+ b.click("#containers-containers tbody tr:contains('swamped-crate') .pf-v5-c-dropdown__toggle") - - if not auth: - # Checkpoint/restore is not supported on user containers yet - the related buttons should not be shown -@@ -1080,7 +1073,7 @@ class TestApplication(testlib.MachineCas - # Health check is not set up - b.wait_not_present(self.getContainerAction('swamped-crate', 'Run health check')) - -- b.click("#containers-containers tbody tr:contains('swamped-crate') .pf-c-dropdown__toggle") -+ b.click("#containers-containers tbody tr:contains('swamped-crate') .pf-v5-c-dropdown__toggle") - - # Start the container - self.performContainerAction(IMG_BUSYBOX, "Start") -@@ -1130,9 +1123,9 @@ class TestApplication(testlib.MachineCas - self.waitContainerRow(IMG_BUSYBOX) - if not auth: - # Check that the checkpoint option is not present for rootless -- b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-c-dropdown__toggle") -+ b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-v5-c-dropdown__toggle") - b.wait_not_present(self.getContainerAction(IMG_BUSYBOX, 'Checkpoint')) -- b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-c-dropdown__toggle") -+ b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-v5-c-dropdown__toggle") - # Stop the container - self.performContainerAction(IMG_BUSYBOX, "Force stop") - -@@ -1148,7 +1141,7 @@ class TestApplication(testlib.MachineCas - - # Check that console reconnects when container starts - b.click(".pf-m-expanded button:contains('Console')") -- b.wait_text(".pf-m-expanded .pf-c-empty-state", "Container is not running") -+ b.wait_text(".pf-m-expanded .pf-v5-c-empty-state", "Container is not running") - self.performContainerAction("swamped-crate", "Start") - b.wait_in_text(".pf-m-expanded .xterm-accessibility-tree", "/ # ") - b.focus(".pf-m-expanded .xterm-helper-textarea") -@@ -1191,12 +1184,12 @@ class TestApplication(testlib.MachineCas - - # Checkpoint the container - self.performContainerAction(IMG_BUSYBOX, "Checkpoint") -- b.set_checked('.pf-c-modal-box input#checkpoint-dialog-keep', True) -- b.set_checked('.pf-c-modal-box input#checkpoint-dialog-tcpEstablished', True) -- b.click('.pf-c-modal-box button:contains(Checkpoint)') -+ b.set_checked('.pf-v5-c-modal-box input#checkpoint-dialog-keep', True) -+ b.set_checked('.pf-v5-c-modal-box input#checkpoint-dialog-tcpEstablished', True) -+ b.click('.pf-v5-c-modal-box button:contains(Checkpoint)') - b.wait_not_present('.modal_dialog') - -- b.wait(lambda: "checkpoint/restore requires at least criu" in b.text(".pf-c-alert.pf-m-danger > .pf-c-alert__description").lower()) -+ b.wait(lambda: "checkpoint/restore requires at least criu" in b.text(".pf-v5-c-alert.pf-m-danger > .pf-v5-c-alert__description").lower()) - return - - # Run a container -@@ -1205,9 +1198,9 @@ class TestApplication(testlib.MachineCas - b.wait(lambda: self.execute(True, "podman ps --all | grep -e swamped-crate -e Exited")) - - # Check that the restore option is not present (i.e. start is a regular button) -- b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-c-dropdown__toggle") -+ b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-v5-c-dropdown__toggle") - b.wait_not_present(self.getContainerAction(IMG_BUSYBOX, 'Restore')) -- b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-c-dropdown__toggle") -+ b.click(f"#containers-containers tbody tr:contains('{IMG_BUSYBOX}') .pf-v5-c-dropdown__toggle") - - # Start the container - self.performContainerAction("swamped-crate", "Start") -@@ -1215,29 +1208,29 @@ class TestApplication(testlib.MachineCas - - # Checkpoint the container - self.performContainerAction("swamped-crate", "Checkpoint") -- b.set_checked('.pf-c-modal-box input#checkpoint-dialog-keep', True) -- b.set_checked('.pf-c-modal-box input#checkpoint-dialog-tcpEstablished', True) -- b.click('.pf-c-modal-box button:contains(Checkpoint)') -+ b.set_checked('.pf-v5-c-modal-box input#checkpoint-dialog-keep', True) -+ b.set_checked('.pf-v5-c-modal-box input#checkpoint-dialog-tcpEstablished', True) -+ b.click('.pf-v5-c-modal-box button:contains(Checkpoint)') - - with b.wait_timeout(300): -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_not_present(".pf-v5-c-modal-box") - - if self.has_criu: - b.wait(lambda: self.getContainerAttr("swamped-crate", "State") in NOT_RUNNING) - else: - # expect proper error message -- b.wait_in_text(".pf-c-alert.pf-m-danger", "Failed to checkpoint container swamped-crate") -- b.wait(lambda: "checkpoint/restore requires at least criu" in b.text(".pf-c-alert.pf-m-danger > .pf-c-alert__description").lower()) -+ b.wait_in_text(".pf-v5-c-alert.pf-m-danger", "Failed to checkpoint container swamped-crate") -+ b.wait(lambda: "checkpoint/restore requires at least criu" in b.text(".pf-v5-c-alert.pf-m-danger > .pf-v5-c-alert__description").lower()) - return - - # Restore the container - self.waitContainerRow("swamped-crate") - self.performContainerAction("swamped-crate", "Restore") -- b.set_checked('.pf-c-modal-box input#restore-dialog-keep', True) -- b.set_checked('.pf-c-modal-box input#restore-dialog-tcpEstablished', True) -- b.set_checked('.pf-c-modal-box input#restore-dialog-ignoreStaticIP', True) -- b.set_checked('.pf-c-modal-box input#restore-dialog-ignoreStaticMAC', True) -- b.click('.pf-c-modal-box button:contains(Restore)') -+ b.set_checked('.pf-v5-c-modal-box input#restore-dialog-keep', True) -+ b.set_checked('.pf-v5-c-modal-box input#restore-dialog-tcpEstablished', True) -+ b.set_checked('.pf-v5-c-modal-box input#restore-dialog-ignoreStaticIP', True) -+ b.set_checked('.pf-v5-c-modal-box input#restore-dialog-ignoreStaticMAC', True) -+ b.click('.pf-v5-c-modal-box button:contains(Restore)') - b.wait(lambda: self.getContainerAttr("swamped-crate", "State") in 'Running') - - # A new MAC address should have been generated -@@ -1251,8 +1244,8 @@ class TestApplication(testlib.MachineCas - # Checkpoint the container without stopping - self.waitContainerRow("swamped-crate") - self.performContainerAction("swamped-crate", "Checkpoint") -- b.set_checked('.pf-c-modal-box input#checkpoint-dialog-leaveRunning', True) -- b.click('.pf-c-modal-box button:contains(Checkpoint)') -+ b.set_checked('.pf-v5-c-modal-box input#checkpoint-dialog-leaveRunning', True) -+ b.click('.pf-v5-c-modal-box button:contains(Checkpoint)') - b.wait_not_present('.modal_dialog') - - # Stop the container -@@ -1261,7 +1254,7 @@ class TestApplication(testlib.MachineCas - - # Restore the container - self.performContainerAction("swamped-crate", "Restore") -- b.click('.pf-c-modal-box button:contains(Restore)') -+ b.click('.pf-v5-c-modal-box button:contains(Restore)') - b.wait(lambda: self.getContainerAttr("swamped-crate", "State") in 'Running') - - def testNotRunning(self): -@@ -1297,7 +1290,7 @@ class TestApplication(testlib.MachineCas - self.login_and_go("/podman") - - # Troubleshoot action -- b.click("#app .pf-c-empty-state button.pf-m-link") -+ b.click("#app .pf-v5-c-empty-state button.pf-m-link") - b.enter_page("/system/services") - # services page is too slow - with b.wait_timeout(60): -@@ -1306,10 +1299,10 @@ class TestApplication(testlib.MachineCas - # Start action, with enabling (by default) - b.go("/podman") - b.enter_page("/podman") -- b.click("#app .pf-c-empty-state button.pf-m-primary") -+ b.click("#app .pf-v5-c-empty-state button.pf-m-primary") - - b.wait_visible("#containers-containers") -- b.wait_not_present("#overview div.pf-c-alert.pf-m-info") -+ b.wait_not_present("#overview div.pf-v5-c-alert.pf-m-info") - - is_active_system("active") - is_active_user("active") -@@ -1319,9 +1312,9 @@ class TestApplication(testlib.MachineCas - # Start action, without enabling - disable_system() - disable_user() -- b.click("#app .pf-c-empty-state input[type=checkbox]") -- b.assert_pixels("#app .pf-c-empty-state", "podman-service-disabled", skip_layouts=["medium", "mobile"]) -- b.click("#app .pf-c-empty-state button.pf-m-primary") -+ b.click("#app .pf-v5-c-empty-state input[type=checkbox]") -+ b.assert_pixels("#app .pf-v5-c-empty-state", "podman-service-disabled", skip_layouts=["medium", "mobile"]) -+ b.click("#app .pf-v5-c-empty-state button.pf-m-primary") - - b.wait_visible("#containers-containers") - is_enabled_system("disabled") -@@ -1335,9 +1328,9 @@ class TestApplication(testlib.MachineCas - disable_user() - enable_user() - self.login_and_go("/podman") -- b.wait_in_text("#overview div.pf-c-alert .pf-c-alert__title", "System Podman service is also available") -- b.click("#overview div.pf-c-alert .pf-c-alert__action > button:contains(Start)") -- b.wait_not_present("#overview div.pf-c-alert") -+ b.wait_in_text("#overview div.pf-v5-c-alert .pf-v5-c-alert__title", "System Podman service is also available") -+ b.click("#overview div.pf-v5-c-alert .pf-v5-c-alert__action > button:contains(Start)") -+ b.wait_not_present("#overview div.pf-v5-c-alert") - is_active_system("active") - is_active_user("active") - is_enabled_user("enabled") -@@ -1347,9 +1340,9 @@ class TestApplication(testlib.MachineCas - disable_user() - enable_system() - self.login_and_go("/podman") -- b.wait_in_text("#overview div.pf-c-alert .pf-c-alert__title", "User Podman service is also available") -- b.click("#overview div.pf-c-alert .pf-c-alert__action > button:contains(Start)") -- b.wait_not_present("#overview div.pf-c-alert") -+ b.wait_in_text("#overview div.pf-v5-c-alert .pf-v5-c-alert__title", "User Podman service is also available") -+ b.click("#overview div.pf-v5-c-alert .pf-v5-c-alert__action > button:contains(Start)") -+ b.wait_not_present("#overview div.pf-v5-c-alert") - is_active_system("active") - is_active_user("active") - is_enabled_user("enabled") -@@ -1359,9 +1352,9 @@ class TestApplication(testlib.MachineCas - disable_user() - disable_system() - self.login_and_go("/podman", superuser=False) -- b.click("#app .pf-c-empty-state button.pf-m-primary") -+ b.click("#app .pf-v5-c-empty-state button.pf-m-primary") - b.wait_visible("#containers-containers") -- b.wait_not_present("#overview div.pf-c-alert") -+ b.wait_not_present("#overview div.pf-v5-c-alert") - - is_active_system("inactive") - is_active_user("active") -@@ -1375,10 +1368,10 @@ class TestApplication(testlib.MachineCas - self.restore_dir("/usr/share/cockpit/systemd") - self.machine.execute("rm /usr/share/cockpit/systemd/manifest.json") - self.login_and_go("/podman") -- b.wait_visible("#app .pf-c-empty-state button.pf-m-primary") -- self.assertFalse(b.is_present("#app .pf-c-empty-state button.pf-m-link")) -+ b.wait_visible("#app .pf-v5-c-empty-state button.pf-m-primary") -+ self.assertFalse(b.is_present("#app .pf-v5-c-empty-state button.pf-m-link")) - # starting still works -- b.click("#app .pf-c-empty-state button.pf-m-primary") -+ b.click("#app .pf-v5-c-empty-state button.pf-m-primary") - b.wait_visible("#containers-containers") - - self.allow_restart_journal_messages() -@@ -1414,35 +1407,35 @@ class TestApplication(testlib.MachineCas - b = self.browser - container_name = "busybox-downloaded" - -- b.click("#containers-containers button.pf-c-button.pf-m-primary") -+ b.click("#containers-containers button.pf-v5-c-button.pf-m-primary") - b.set_input_text("#run-image-dialog-name", container_name) - - # No local results found - b.set_input_text("#create-image-image-select-typeahead", "notfound") - -- b.click('button.pf-c-toggle-group__button:contains("Local")') -- b.wait_text("button.pf-c-select__menu-item.pf-m-disabled", "No images found") -+ b.click('button.pf-v5-c-toggle-group__button:contains("Local")') -+ b.wait_text("button.pf-v5-c-select__menu-item.pf-m-disabled", "No images found") - - # Local results found - b.set_input_text("#create-image-image-select-typeahead", "registry") - if auth: -- b.assert_pixels(".pf-c-modal-box", "image-select", skip_layouts=["rtl"]) -- b.click('button.pf-c-toggle-group__button:contains("Local")') -- b.wait_text("button.pf-c-select__menu-item", IMG_REGISTRY_LATEST) -+ b.assert_pixels(".pf-v5-c-modal-box", "image-select", skip_layouts=["rtl"]) -+ b.click('button.pf-v5-c-toggle-group__button:contains("Local")') -+ b.wait_text("button.pf-v5-c-select__menu-item", IMG_REGISTRY_LATEST) - - # Local registry - b.set_input_text("#create-image-image-select-typeahead", "my-busybox") -- b.click('button.pf-c-toggle-group__button:contains("localhost:5000")') -- b.wait_text("button.pf-c-select__menu-item:not(.pf-m-disabled)", "localhost:5000/my-busybox") -+ b.click('button.pf-v5-c-toggle-group__button:contains("localhost:5000")') -+ b.wait_text("button.pf-v5-c-select__menu-item:not(.pf-m-disabled)", "localhost:5000/my-busybox") - - # Select image -- b.click('button.pf-c-select__menu-item:contains("localhost:5000/my-busybox")') -+ b.click('button.pf-v5-c-select__menu-item:contains("localhost:5000/my-busybox")') - - # Remote image, no pull latest image option - b.wait_not_present("#run-image-dialog-pull-latest-image") - - # Create Container, image is pulled and should end up being "running" -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - sel = " span:not(.downloading)" - b.wait(lambda: self.getContainerAttr(container_name, "State", sel) in 'Running') - output = self.execute(auth, f"podman exec {container_name} ls -lh /latest || true").strip() -@@ -1457,21 +1450,21 @@ class TestApplication(testlib.MachineCas - - container_name = "busybox-latest" - -- b.click("#containers-containers button.pf-c-button.pf-m-primary") -+ b.click("#containers-containers button.pf-v5-c-button.pf-m-primary") - b.set_input_text("#run-image-dialog-name", container_name) - - # Local registry - b.set_input_text("#create-image-image-select-typeahead", "my-busybox") -- b.click('button.pf-c-toggle-group__button:contains("Local")') -+ b.click('button.pf-v5-c-toggle-group__button:contains("Local")') - - # Select image -- b.click('button.pf-c-select__menu-item:contains("localhost:5000/my-busybox")') -+ b.click('button.pf-v5-c-select__menu-item:contains("localhost:5000/my-busybox")') - - # Pull the latest image - b.set_checked("#run-image-dialog-pull-latest-image", True) - - # Create Container, image is pulled and should end up being "running" -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - sel = " span:not(.downloading)" - b.wait(lambda: self.getContainerAttr(container_name, "State", sel) in 'Running') - # Verify that the latest file exists -@@ -1481,7 +1474,7 @@ class TestApplication(testlib.MachineCas - # Test creating a container with - if auth: - container_name = "busybox-download-admin" -- b.click("#containers-containers button.pf-c-button.pf-m-primary") -+ b.click("#containers-containers button.pf-v5-c-button.pf-m-primary") - - # Start container as admin - b.click('#run-image-dialog-owner-user') -@@ -1490,10 +1483,10 @@ class TestApplication(testlib.MachineCas - b.set_input_text("#run-image-dialog-name", container_name) - - b.set_input_text("#create-image-image-select-typeahead", IMG_BUSYBOX) -- b.click('button.pf-c-toggle-group__button:contains("Local")') -- b.click(f'button.pf-c-select__menu-item:contains("{IMG_BUSYBOX}")') -+ b.click('button.pf-v5-c-toggle-group__button:contains("Local")') -+ b.click(f'button.pf-v5-c-select__menu-item:contains("{IMG_BUSYBOX}")') - -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - b.wait(lambda: self.getContainerAttr(container_name, "State", sel) in 'Running') - - def testRunImageSystem(self): -@@ -1512,7 +1505,7 @@ class TestApplication(testlib.MachineCas - - self.login(auth) - -- b.click("#containers-images button.pf-c-expandable-section__toggle") -+ b.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - b.wait_in_text("#containers-images", IMG_BUSYBOX) - b.wait_in_text("#containers-images", IMG_ALPINE) -@@ -1522,7 +1515,7 @@ class TestApplication(testlib.MachineCas - # Check command in alpine - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_ALPINE}")') - b.click(f'#containers-images tbody tr:contains("{IMG_ALPINE}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - # depending on the precise container, this can be /bin/sh or /bin/ash - cmd = self.execute(auth, 'podman image inspect --format "{{.Config.Cmd}}" ' + IMG_ALPINE) - cmd = cmd.strip().replace('[', '').replace(']', '') -@@ -1532,7 +1525,7 @@ class TestApplication(testlib.MachineCas - # Open run image dialog - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_BUSYBOX}")') - b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - # Inspect and fill modal dialog - b.wait_val("#create-image-image-select-typeahead", IMG_BUSYBOX_LATEST) -@@ -1640,7 +1633,7 @@ class TestApplication(testlib.MachineCas - else: - b.wait_not_present('#run-image-dialog-volume-0-selinux') - -- b.set_file_autocomplete_val("#run-image-dialog-volume-0 .pf-c-select", rodir) -+ b.set_file_autocomplete_val("#run-image-dialog-volume-0 .pf-v5-c-select", rodir) - b.key_press(["\r"]) - b.set_input_text('#run-image-dialog-volume-0-container-path', '/tmp/ro') - ro_label = m.execute(f"ls -dZ {rodir}").split(" ")[0] -@@ -1652,8 +1645,8 @@ class TestApplication(testlib.MachineCas - b.click('.volume-form .btn-add') - - if auth: -- b.assert_pixels(".pf-c-modal-box", "integration", -- ignore=["#run-image-dialog-volume-0 input.pf-c-select__toggle-typeahead"], -+ b.assert_pixels(".pf-v5-c-modal-box", "integration", -+ ignore=["#run-image-dialog-volume-0 input.pf-v5-c-select__toggle-typeahead"], - skip_layouts=["rtl"]) - - if self.has_selinux: -@@ -1661,13 +1654,13 @@ class TestApplication(testlib.MachineCas - else: - b.wait_not_present('#run-image-dialog-volume-1-selinux') - -- b.set_file_autocomplete_val("#run-image-dialog-volume-1 .pf-c-select", rwdir) -+ b.set_file_autocomplete_val("#run-image-dialog-volume-1 .pf-v5-c-select", rwdir) - b.key_press(["\r"]) - b.set_input_text('#run-image-dialog-volume-1-container-path', '/tmp/rw') - rw_label = m.execute(f"ls -dZ {rwdir}").split(" ")[0] - -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -- b.wait_not_present("div.pf-c-modal-box") -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') -+ b.wait_not_present("div.pf-v5-c-modal-box") - self.waitContainerRow(IMG_BUSYBOX) - sha = self.execute(auth, "podman inspect --format '{{.Id}}' busybox-with-tty").strip() - self.waitContainer(sha, auth, name='busybox-with-tty', image=IMG_BUSYBOX, -@@ -1787,7 +1780,7 @@ class TestApplication(testlib.MachineCas - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_BUSYBOX}")') - self.toggleExpandedContainer(IMG_BUSYBOX) - b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - b.wait_val("#create-image-image-select-typeahead", IMG_BUSYBOX_LATEST) - b.set_input_text("#run-image-dialog-name", "busybox-without-publish") -@@ -1798,8 +1791,8 @@ class TestApplication(testlib.MachineCas - # Run without tty, console should be able to `exec` - b.set_checked("#run-image-dialog-tty", False) - -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -- b.wait_not_present("div.pf-c-modal-box") -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') -+ b.wait_not_present("div.pf-v5-c-modal-box") - - self.waitContainerRow("busybox-without-publish") - self.toggleExpandedContainer("busybox-without-publish") -@@ -1848,7 +1841,7 @@ class TestApplication(testlib.MachineCas - self.filter_containers("running") - id_with_tty = self.execute(auth, "podman inspect --format '{{.Id}}' busybox-with-tty").strip() - -- b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") td.pf-c-table__toggle button') -+ b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") td.pf-v5-c-table__toggle button') - # running container, just selects it, but leaves "Only running" alone - b.click(f"#containers-images tbody tr:contains('{IMG_BUSYBOX}') + tr div.ct-listing-panel-body dt:contains('Used by') + dd button:contains('busybox-with-tty')") - b.wait_js_cond('window.location.hash === "#' + id_with_tty + '"') -@@ -1862,14 +1855,14 @@ class TestApplication(testlib.MachineCas - container_name = "busybox-not-started" - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_BUSYBOX}")') - b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - b.wait_val("#create-image-image-select-typeahead", IMG_BUSYBOX_LATEST) - b.set_input_text("#run-image-dialog-name", container_name) - b.set_input_text("#run-image-dialog-command", "sh -c sleep infinity") - -- b.click('.pf-c-modal-box__footer #create-image-create-btn') -- b.wait_not_present("div.pf-c-modal-box") -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-btn') -+ b.wait_not_present("div.pf-v5-c-modal-box") - - sha = self.execute(auth, "podman inspect --format '{{.Id}}' " + container_name).strip() - self.waitContainer(sha, auth, name=container_name, image=IMG_BUSYBOX, state=['Configured', 'Created']) -@@ -1883,12 +1876,12 @@ class TestApplication(testlib.MachineCas - # auto-expands container details - b.wait_in_text("#containers-containers tbody tr:contains('busybox-not-started') + tr", "sleep infinity") - -- b.click(f'#containers-images tbody tr:contains("{IMG_ALPINE}") td.pf-c-table__toggle button') -+ b.click(f'#containers-images tbody tr:contains("{IMG_ALPINE}") td.pf-v5-c-table__toggle button') - b.wait_in_text(f"#containers-images tbody tr:contains('{IMG_ALPINE}') td[data-label='Used by']", 'unused') - - b.set_input_text('#containers-filter', 'foobar') -- b.wait_in_text('#containers-containers .pf-c-empty-state', 'No containers that match the current filter') -- b.wait_in_text('#containers-images .pf-c-empty-state', 'No images that match the current filter') -+ b.wait_in_text('#containers-containers .pf-v5-c-empty-state', 'No containers that match the current filter') -+ b.wait_in_text('#containers-images .pf-v5-c-empty-state', 'No images that match the current filter') - b.set_input_text('#containers-filter', '') - - if not auth or not self.machine.ostree_image: # don't kill ws container -@@ -1897,10 +1890,10 @@ class TestApplication(testlib.MachineCas - # Remove all containers first as it is not possible to set --time 0 to rmi command - self.execute(auth, "podman rm --all --force --time 0") - self.execute(auth, "podman rmi -af") -- b.wait_in_text('#containers-containers .pf-c-empty-state', 'No containers') -+ b.wait_in_text('#containers-containers .pf-v5-c-empty-state', 'No containers') - b.set_val("#containers-containers-filter", "running") -- b.wait_in_text('#containers-containers .pf-c-empty-state', 'No running containers') -- b.wait_in_text('#containers-images .pf-c-empty-state', 'No images') -+ b.wait_in_text('#containers-containers .pf-v5-c-empty-state', 'No running containers') -+ b.wait_in_text('#containers-images .pf-v5-c-empty-state', 'No images') - - def check_content(self, type, present, not_present): - b = self.browser -@@ -1946,8 +1939,8 @@ class TestApplication(testlib.MachineCas - def confirm_modal(self, text): - """Wait for the pop up window and click the button with text""" - b = self.browser -- b.click(f".pf-c-modal-box footer button:contains({text})") -- b.wait_not_present(f".pf-c-modal-box footer button:contains({text})") -+ b.click(f".pf-v5-c-modal-box footer button:contains({text})") -+ b.wait_not_present(f".pf-v5-c-modal-box footer button:contains({text})") - - def testPruneUnusedImagesSystem(self): - self._testPruneUnusedImagesSystem(True) -@@ -1978,12 +1971,12 @@ class TestApplication(testlib.MachineCas - b.click("button:contains(Prune unused images)") - - if auth: -- b.wait_js_func("ph_count_check", ".pf-c-modal-box__body .pf-c-list li", (self.user_images_count + self.system_images_count) - leftover_images) -+ b.wait_js_func("ph_count_check", ".pf-v5-c-modal-box__body .pf-v5-c-list li", (self.user_images_count + self.system_images_count) - leftover_images) - elif root: -- b.wait_js_func("ph_count_check", ".pf-c-modal-box__body .pf-c-list li", self.system_images_count - leftover_images) -+ b.wait_js_func("ph_count_check", ".pf-v5-c-modal-box__body .pf-v5-c-list li", self.system_images_count - leftover_images) - else: -- b.wait_js_func("ph_count_check", ".pf-c-modal-box__body .pf-c-list li", self.user_images_count - leftover_images) -- b.click(".pf-c-modal-box button:contains(Prune)") -+ b.wait_js_func("ph_count_check", ".pf-v5-c-modal-box__body .pf-v5-c-list li", self.user_images_count - leftover_images) -+ b.click(".pf-v5-c-modal-box button:contains(Prune)") - - # When being superuser, admin images are also removed - if auth: -@@ -2011,16 +2004,16 @@ class TestApplication(testlib.MachineCas - # Deselect both - b.click("#deleteSystemImages") - b.click("#deleteUserImages") -- b.wait_visible(".pf-c-modal-box button:contains(Prune):disabled") -+ b.wait_visible(".pf-v5-c-modal-box button:contains(Prune):disabled") - - # Admin / user images are selected - expected_images = self.user_images_count + self.system_images_count - if self.machine.ostree_image: - expected_images -= 1 -- b.wait_js_func("ph_count_check", ".pf-c-modal-box__body .pf-c-list li", expected_images) -+ b.wait_js_func("ph_count_check", ".pf-v5-c-modal-box__body .pf-v5-c-list li", expected_images) - # Select user images - b.click("#deleteUserImages") -- b.click(".pf-c-modal-box button:contains(Prune)") -+ b.click(".pf-v5-c-modal-box button:contains(Prune)") - - # System images are left over - self.waitNumImages(self.system_images_count) -@@ -2031,8 +2024,8 @@ class TestApplication(testlib.MachineCas - # Pruning again, should delete all system images - b.click("#image-actions-dropdown") - b.click("button:contains(Prune unused images)") -- b.wait_js_func("ph_count_check", ".pf-c-modal-box__body .pf-c-list li", self.system_images_count - 1 if self.machine.ostree_image else self.system_images_count) -- b.click(".pf-c-modal-box button:contains(Prune)") -+ b.wait_js_func("ph_count_check", ".pf-v5-c-modal-box__body .pf-v5-c-list li", self.system_images_count - 1 if self.machine.ostree_image else self.system_images_count) -+ b.click(".pf-v5-c-modal-box button:contains(Prune)") - self.waitNumImages(1 if self.machine.ostree_image else 0) - - # Prune button should now be disabled -@@ -2070,13 +2063,13 @@ class TestApplication(testlib.MachineCas - b.click("button:contains(Prune unused containers)") - - if auth: -- b.wait_in_text(".pf-c-modal-box__body tbody tr:nth-child(1) td[data-label=Name]", "adminnotrunning") -- b.wait_in_text(".pf-c-modal-box__body tbody tr:nth-child(2) td[data-label=Name]", "notrunning") -+ b.wait_in_text(".pf-v5-c-modal-box__body tbody tr:nth-child(1) td[data-label=Name]", "adminnotrunning") -+ b.wait_in_text(".pf-v5-c-modal-box__body tbody tr:nth-child(2) td[data-label=Name]", "notrunning") - else: -- b.wait_in_text(".pf-c-modal-box__body tbody td[data-label=Name]", "notrunning") -+ b.wait_in_text(".pf-v5-c-modal-box__body tbody td[data-label=Name]", "notrunning") - -- b.click(".pf-c-modal-box button:contains(Prune)") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.click(".pf-v5-c-modal-box button:contains(Prune)") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - - if auth: - self.waitContainerRow("notrunning", False) -@@ -2097,11 +2090,11 @@ class TestApplication(testlib.MachineCas - - # Start a podman container which uses a port - self.execute(False, f"podman run -d -p 5000:5000 --name registry --stop-timeout 0 {IMG_REGISTRY}") -- b.click("#containers-images button.pf-c-expandable-section__toggle") -+ b.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_BUSYBOX}")') - b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - b.set_input_text("#run-image-dialog-name", container_name) - -@@ -2110,12 +2103,12 @@ class TestApplication(testlib.MachineCas - b.click('.publish-port-form .btn-add') - b.set_input_text('#run-image-dialog-publish-0-host-port', '5000') - b.set_input_text('#run-image-dialog-publish-0-container-port', '5000') -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -- b.wait_in_text(".pf-c-alert", "address already in use") -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') -+ b.wait_in_text(".pf-v5-c-alert", "address already in use") - - # Changing the port should allow creation of container - b.set_input_text('#run-image-dialog-publish-0-host-port', '5001') -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - self.waitContainerRow(container_name) - - def _testHealthcheck(self, auth): -@@ -2127,11 +2120,11 @@ class TestApplication(testlib.MachineCas - - self.login(auth) - -- b.click("#containers-images button.pf-c-expandable-section__toggle") -+ b.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_BUSYBOX}")') - b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - b.set_input_text("#run-image-dialog-name", "healthy") - -@@ -2143,14 +2136,14 @@ class TestApplication(testlib.MachineCas - b.click('#run-image-healthcheck-retries button:nth-child(1)') - b.wait_val("#run-image-healthcheck-retries input", 2) - if auth: -- b.assert_pixels('.pf-c-modal-box', "healthcheck-modal", skip_layouts=["rtl"]) -+ b.assert_pixels('.pf-v5-c-modal-box', "healthcheck-modal", skip_layouts=["rtl"]) - # Test that the healthcheck option is not available before podman 4.3 - if podman_version(self) < (4, 3, 0): - b.wait_not_present("#run-image-healthcheck-action") -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - - self.waitContainerRow("healthy") -- b.click("#containers-images button.pf-c-expandable-section__toggle") -+ b.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - healthy_sha = self.execute(auth, "podman inspect --format '{{.Id}}' healthy").strip() - self.waitContainer(healthy_sha, auth, state='RunningHealthy') -@@ -2198,18 +2191,18 @@ class TestApplication(testlib.MachineCas - self.assertGreater(int(b.text('.pf-m-expanded #container-details-healthcheck dt:contains("Failing streak") + dd')), 3) - if auth: - b.wait_js_func("ph_count_check", ".pf-m-expanded table[aria-label=Logs] tbody tr", 5) -- b.assert_pixels(".pf-m-expanded .pf-c-table__expandable-row-content", -+ b.assert_pixels(".pf-m-expanded .pf-v5-c-table__expandable-row-content", - "healthcheck-details", - ignore=["thead", "#container-details-healthcheck dt:contains('Failing streak') + dd", - "td[data-label='Started at']"], - skip_layouts=["rtl"]) - - self.toggleExpandedContainer("sick") -- b.click("#containers-images button.pf-c-expandable-section__toggle") -+ b.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - b.wait_visible('#containers-images td[data-label="Image"]:contains("busybox:latest")') - b.click('#containers-images tbody tr:contains("busybox:latest") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - # Test the health check action, only supported in podman 4.3 and later. - # To test this we make a healthcheck which depends on a file, so when starting the -@@ -2227,7 +2220,7 @@ class TestApplication(testlib.MachineCas - b.set_input_text('#run-image-healthcheck-interval input', '1') - b.set_input_text('#run-image-healthcheck-timeout input', '1') - b.click('#run-image-healthcheck-action-2') -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - - self.waitContainerRow(containername) - self.toggleExpandedContainer(containername) -@@ -2270,17 +2263,17 @@ class TestApplication(testlib.MachineCas - self.execute(False, f"podman rmi {IMG_BUSYBOX}") - - self.login(auth) -- b.click("#containers-images button.pf-c-expandable-section__toggle") -+ b.click("#containers-images button.pf-v5-c-expandable-section__toggle") - - def create_container(name, policy=None): - b.wait_visible(f'#containers-images td[data-label="Image"]:contains("{IMG_BUSYBOX}")') - b.click(f'#containers-images tbody tr:contains("{IMG_BUSYBOX}") .ct-container-create') -- b.wait_visible('div.pf-c-modal-box header:contains("Create container")') -+ b.wait_visible('div.pf-v5-c-modal-box header:contains("Create container")') - - b.set_input_text("#run-image-dialog-name", name) - if policy: - b.set_val("#run-image-dialog-restart-policy", "always") -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - self.waitContainerRow(name) - - container_name = 'none' -@@ -2315,9 +2308,9 @@ class TestApplication(testlib.MachineCas - - b.set_input_text("#run-image-dialog-name", container_name) - b.set_input_text("#create-image-image-select-typeahead", IMG_BUSYBOX_LATEST) -- b.click('button.pf-c-toggle-group__button:contains("Local")') -- b.click(f'button.pf-c-select__menu-item:contains("{IMG_BUSYBOX_LATEST}")') -- b.click('.pf-c-modal-box__footer #create-image-create-run-btn') -+ b.click('button.pf-v5-c-toggle-group__button:contains("Local")') -+ b.click(f'button.pf-v5-c-select__menu-item:contains("{IMG_BUSYBOX_LATEST}")') -+ b.click('.pf-v5-c-modal-box__footer #create-image-create-run-btn') - b.wait_not_present("#run-image-dialog-name") - - container_sha = self.execute(auth, f"podman inspect --format '{{{{.Id}}}}' {container_name}").strip() -@@ -2460,11 +2453,11 @@ class TestApplication(testlib.MachineCas - else: - b.wait_not_present('#create-pod-dialog-volume-0-selinux') - -- b.set_file_autocomplete_val("#create-pod-dialog-volume-0 .pf-c-select", rodir) -+ b.set_file_autocomplete_val("#create-pod-dialog-volume-0 .pf-v5-c-select", rodir) - b.set_input_text('#create-pod-dialog-volume-0-container-path', '/tmp/ro') - b.click('.volume-form .btn-add') - -- b.set_file_autocomplete_val("#create-pod-dialog-volume-1 .pf-c-select", rwdir) -+ b.set_file_autocomplete_val("#create-pod-dialog-volume-1 .pf-v5-c-select", rwdir) - b.set_input_text('#create-pod-dialog-volume-1-container-path', '/tmp/rw') - - b.click("#create-pod-create-btn") -@@ -2514,7 +2507,7 @@ class TestApplication(testlib.MachineCas - self.waitContainerRow(container_name) - self.toggleExpandedContainer(container_name) - b.click(".pf-m-expanded button:contains('Logs')") -- b.wait_in_text(".pf-m-expanded .pf-c-empty-state__content", "failed to obtain logs for Container") -+ b.wait_in_text(".pf-m-expanded .pf-v5-c-empty-state__content", "failed to obtain logs for Container") - - - if __name__ == '__main__': diff --git a/cockpit-podman-70.tar.gz b/cockpit-podman-70.tar.gz deleted file mode 100644 index fe03c69..0000000 --- a/cockpit-podman-70.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9c36641919015b150c2f726d1b11598644f56afacb9d139be257e07dfe4ab1e -size 234004 diff --git a/cockpit-podman-73.tar.gz b/cockpit-podman-73.tar.gz new file mode 100644 index 0000000..f61a471 --- /dev/null +++ b/cockpit-podman-73.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b4cf95ef22cace54efb55e4f698c107c3e345318423438269b9b74ea61fbe3 +size 239035 diff --git a/cockpit-podman.changes b/cockpit-podman.changes index e392181..c721d46 100644 --- a/cockpit-podman.changes +++ b/cockpit-podman.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Aug 3 12:01:39 UTC 2023 - Adam Majer + +- New version 73. Changes since 70 include, + * show time of container's latest checkpoint + * Bug fixes and translation updates + * Add manifest condition for the Python bridge +- 1299.patch: included in release and deleted here + ------------------------------------------------------------------- Fri Jun 16 10:18:09 UTC 2023 - Adam Majer diff --git a/cockpit-podman.spec b/cockpit-podman.spec index c8f2cf5..aaa5778 100644 --- a/cockpit-podman.spec +++ b/cockpit-podman.spec @@ -17,7 +17,7 @@ Name: cockpit-podman -Version: 70 +Version: 73 Release: 0 Summary: Cockpit component for Podman containers License: LGPL-2.1-or-later @@ -26,7 +26,6 @@ Source: https://github.com/cockpit-project/cockpit-podman/archive/%{vers Source10: package-lock.json Source11: node_modules.spec.inc %include %_sourcedir/node_modules.spec.inc -Patch1: 1299.patch Patch10: load-css-overrides.patch BuildArch: noarch BuildRequires: appstream-glib diff --git a/node_modules.obscpio b/node_modules.obscpio index 55cf043..6b5643e 100644 --- a/node_modules.obscpio +++ b/node_modules.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebb74011716b57feec59196258076051559f41c073eb567a50fe00e2d2fd109e -size 113278592 +oid sha256:1df2880ed0776dbe35379a79a1385dfc24af8052d42d74e9c2b158e4ae595de7 +size 114025184 diff --git a/node_modules.spec.inc b/node_modules.spec.inc index e3beff1..31e80f4 100644 --- a/node_modules.spec.inc +++ b/node_modules.spec.inc @@ -1,490 +1,494 @@ -Source10000: https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz#/@ampproject-remapping-2.2.1.tgz -Source10001: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz#/@babel-code-frame-7.22.5.tgz -Source10002: https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz#/@babel-compat-data-7.22.5.tgz -Source10003: https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz#/@babel-core-7.22.5.tgz -Source10004: https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz#/@babel-generator-7.22.5.tgz -Source10005: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#/@babel-helper-annotate-as-pure-7.22.5.tgz -Source10006: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#/@babel-helper-compilation-targets-7.22.5.tgz -Source10007: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#/@babel-helper-environment-visitor-7.22.5.tgz -Source10008: https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#/@babel-helper-function-name-7.22.5.tgz -Source10009: https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#/@babel-helper-hoist-variables-7.22.5.tgz -Source10010: https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#/@babel-helper-module-imports-7.22.5.tgz -Source10011: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#/@babel-helper-module-transforms-7.22.5.tgz -Source10012: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#/@babel-helper-plugin-utils-7.22.5.tgz -Source10013: https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#/@babel-helper-simple-access-7.22.5.tgz -Source10014: https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#/@babel-helper-split-export-declaration-7.22.5.tgz -Source10015: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#/@babel-helper-string-parser-7.22.5.tgz -Source10016: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#/@babel-helper-validator-identifier-7.22.5.tgz -Source10017: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#/@babel-helper-validator-option-7.22.5.tgz -Source10018: https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz#/@babel-helpers-7.22.5.tgz -Source10019: https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz#/@babel-highlight-7.22.5.tgz -Source10020: https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz#/@babel-parser-7.22.5.tgz -Source10021: https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#/@babel-plugin-syntax-flow-7.22.5.tgz -Source10022: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#/@babel-plugin-syntax-jsx-7.22.5.tgz -Source10023: https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz#/@babel-plugin-transform-react-jsx-7.22.5.tgz -Source10024: https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz#/@babel-runtime-7.22.5.tgz -Source10025: https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz#/@babel-template-7.22.5.tgz -Source10026: https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz#/@babel-traverse-7.22.5.tgz -Source10027: https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz#/@babel-types-7.22.5.tgz -Source10028: https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#/@csstools-selector-specificity-2.2.0.tgz -Source10029: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz#/@esbuild-android-arm-0.17.19.tgz -Source10030: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz#/@esbuild-android-arm64-0.17.19.tgz -Source10031: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz#/@esbuild-android-x64-0.17.19.tgz -Source10032: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz#/@esbuild-darwin-arm64-0.17.19.tgz -Source10033: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz#/@esbuild-darwin-x64-0.17.19.tgz -Source10034: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz#/@esbuild-freebsd-arm64-0.17.19.tgz -Source10035: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz#/@esbuild-freebsd-x64-0.17.19.tgz -Source10036: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz#/@esbuild-linux-arm-0.17.19.tgz -Source10037: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz#/@esbuild-linux-arm64-0.17.19.tgz -Source10038: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz#/@esbuild-linux-ia32-0.17.19.tgz -Source10039: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz#/@esbuild-linux-loong64-0.17.19.tgz -Source10040: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz#/@esbuild-linux-mips64el-0.17.19.tgz -Source10041: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz#/@esbuild-linux-ppc64-0.17.19.tgz -Source10042: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz#/@esbuild-linux-riscv64-0.17.19.tgz -Source10043: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz#/@esbuild-linux-s390x-0.17.19.tgz -Source10044: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz#/@esbuild-linux-x64-0.17.19.tgz -Source10045: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz#/@esbuild-netbsd-x64-0.17.19.tgz -Source10046: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz#/@esbuild-openbsd-x64-0.17.19.tgz -Source10047: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz#/@esbuild-sunos-x64-0.17.19.tgz -Source10048: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz#/@esbuild-win32-arm64-0.17.19.tgz -Source10049: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz#/@esbuild-win32-ia32-0.17.19.tgz -Source10050: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz#/@esbuild-win32-x64-0.17.19.tgz -Source10051: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#/@eslint-community-eslint-utils-4.4.0.tgz -Source10052: https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#/@eslint-community-regexpp-4.5.1.tgz -Source10053: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#/@eslint-eslintrc-2.0.3.tgz -Source10054: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/@eslint-globals-13.20.0.tgz -Source10055: https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz#/@eslint-js-8.42.0.tgz -Source10056: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/@eslint-type-fest-0.20.2.tgz -Source10057: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#/@humanwhocodes-config-array-0.11.10.tgz -Source10058: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz -Source10059: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#/@humanwhocodes-object-schema-1.2.1.tgz -Source10060: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#/@jridgewell-gen-mapping-0.3.3.tgz -Source10061: https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#/@jridgewell-resolve-uri-3.1.0.tgz -Source10062: https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz#/@jridgewell-set-array-1.1.2.tgz -Source10063: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#/@jridgewell-sourcemap-codec-1.4.14.tgz -Source10064: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#/@jridgewell-sourcemap-codec-1.4.15.tgz -Source10065: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#/@jridgewell-trace-mapping-0.3.18.tgz -Source10066: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz -Source10067: https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz -Source10068: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz -Source10069: https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.0-alpha.53.tgz#/@patternfly-patternfly-5.0.0-alpha.53.tgz -Source10070: https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-alpha.98.tgz#/@patternfly-react-core-5.0.0-alpha.98.tgz -Source10071: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-alpha.14.tgz#/@patternfly-react-icons-5.0.0-alpha.14.tgz -Source10072: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-alpha.10.tgz#/@patternfly-react-styles-5.0.0-alpha.10.tgz -Source10073: https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.0.0-alpha.100.tgz#/@patternfly-react-table-5.0.0-alpha.100.tgz -Source10074: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-alpha.9.tgz#/@patternfly-react-tokens-5.0.0-alpha.9.tgz -Source10075: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz -Source10076: https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#/@types-minimist-1.2.2.tgz -Source10077: https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#/@types-normalize-package-data-2.4.1.tgz -Source10078: https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#/@types-parse-json-4.0.0.tgz -Source10079: https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz#/acorn-8.9.0.tgz -Source10080: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz -Source10081: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz -Source10082: https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#/ansi-escapes-4.3.2.tgz -Source10083: https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz#/ansi-escapes-type-fest-0.21.3.tgz -Source10084: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz -Source10085: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz#/ansi-styles-3.2.1.tgz -Source10086: https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz#/anymatch-3.1.3.tgz -Source10087: https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#/argparse-2.0.1.tgz -Source10088: https://registry.npmjs.org/aria-query/-/aria-query-5.2.1.tgz#/aria-query-5.2.1.tgz -Source10089: https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#/array-buffer-byte-length-1.0.0.tgz -Source10090: https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz#/array-includes-3.1.6.tgz -Source10091: https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#/array-union-2.1.0.tgz -Source10092: https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#/array.prototype.flat-1.3.1.tgz -Source10093: https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#/array.prototype.flatmap-1.3.1.tgz -Source10094: https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#/array.prototype.tosorted-1.1.1.tgz -Source10095: https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#/arrify-1.0.1.tgz -Source10096: https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz#/ast-types-flow-0.0.7.tgz -Source10097: https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz#/astral-regex-2.0.0.tgz -Source10098: https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz#/attr-accept-2.2.2.tgz -Source10099: https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#/available-typed-arrays-1.0.5.tgz -Source10100: https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz#/axe-core-4.7.2.tgz -Source10101: https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz#/axobject-query-3.2.1.tgz -Source10102: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz -Source10103: https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz#/binary-extensions-2.2.0.tgz -Source10104: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#/brace-expansion-1.1.11.tgz -Source10105: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#/braces-3.0.2.tgz -Source10106: https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz#/browserslist-4.21.9.tgz -Source10107: https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz#/builtins-5.0.1.tgz -Source10108: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/builtins-lru-cache-6.0.0.tgz -Source10109: https://registry.npmjs.org/semver/-/semver-7.5.2.tgz#/builtins-semver-7.5.2.tgz -Source10110: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/builtins-yallist-4.0.0.tgz -Source10111: https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#/call-bind-1.0.2.tgz -Source10112: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz -Source10113: https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz#/camelcase-5.3.1.tgz -Source10114: https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz#/camelcase-keys-6.2.2.tgz -Source10115: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001503.tgz#/caniuse-lite-1.0.30001503.tgz -Source10116: https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#/chalk-2.4.2.tgz -Source10117: https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz#/chokidar-3.5.3.tgz -Source10118: https://registry.npmjs.org/chrome-remote-interface/-/chrome-remote-interface-0.32.2.tgz#/chrome-remote-interface-0.32.2.tgz -Source10119: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#/color-convert-1.9.3.tgz -Source10120: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#/color-name-1.1.3.tgz -Source10121: https://registry.npmjs.org/colord/-/colord-2.9.3.tgz#/colord-2.9.3.tgz -Source10122: https://registry.npmjs.org/commander/-/commander-2.11.0.tgz#/commander-2.11.0.tgz -Source10123: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz -Source10124: https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#/convert-source-map-1.9.0.tgz -Source10125: https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#/core-util-is-1.0.3.tgz -Source10126: https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz#/cosmiconfig-7.1.0.tgz -Source10127: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#/cross-spawn-7.0.3.tgz -Source10128: https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.1.0.tgz#/css-functions-list-3.1.0.tgz -Source10129: https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz#/cssesc-3.0.0.tgz -Source10130: https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#/damerau-levenshtein-1.0.8.tgz -Source10131: https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz#/date-fns-2.28.0.tgz -Source10132: https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#/debug-4.3.4.tgz -Source10133: https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#/decamelize-1.2.0.tgz -Source10134: https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz#/decamelize-keys-1.1.1.tgz -Source10135: https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#/decamelize-keys-map-obj-1.0.1.tgz -Source10136: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz -Source10137: https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#/define-properties-1.2.0.tgz -Source10138: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#/dequal-2.0.3.tgz -Source10139: https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#/dir-glob-3.0.1.tgz -Source10140: https://registry.npmjs.org/docker-names/-/docker-names-1.2.1.tgz#/docker-names-1.2.1.tgz -Source10141: https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz -Source10142: https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.432.tgz#/electron-to-chromium-1.4.432.tgz -Source10143: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz -Source10144: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#/encoding-0.1.13.tgz -Source10145: https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#/error-ex-1.3.2.tgz -Source10146: https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz#/es-abstract-1.21.2.tgz -Source10147: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#/es-set-tostringtag-2.0.1.tgz -Source10148: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#/es-shim-unscopables-1.0.0.tgz -Source10149: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#/es-to-primitive-1.2.1.tgz -Source10150: https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz#/esbuild-0.17.19.tgz -Source10151: https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz#/esbuild-plugin-copy-2.1.1.tgz -Source10152: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/esbuild-plugin-copy-ansi-styles-4.3.0.tgz -Source10153: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/esbuild-plugin-copy-chalk-4.1.2.tgz -Source10154: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/esbuild-plugin-copy-color-convert-2.0.1.tgz -Source10155: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/esbuild-plugin-copy-color-name-1.1.4.tgz -Source10156: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/esbuild-plugin-copy-has-flag-4.0.0.tgz -Source10157: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/esbuild-plugin-copy-supports-color-7.2.0.tgz -Source10158: https://registry.npmjs.org/esbuild-plugin-replace/-/esbuild-plugin-replace-1.4.0.tgz#/esbuild-plugin-replace-1.4.0.tgz -Source10159: https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.6.0.tgz#/esbuild-sass-plugin-2.6.0.tgz -Source10160: https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.17.19.tgz#/esbuild-wasm-0.17.19.tgz -Source10161: https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#/escalade-3.1.1.tgz -Source10162: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#/escape-string-regexp-1.0.5.tgz -Source10163: https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz#/eslint-8.42.0.tgz -Source10164: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/eslint-ansi-styles-4.3.0.tgz -Source10165: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/eslint-chalk-4.1.2.tgz -Source10166: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/eslint-color-convert-2.0.1.tgz -Source10167: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/eslint-color-name-1.1.4.tgz -Source10168: https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#/eslint-config-standard-17.1.0.tgz -Source10169: https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz#/eslint-config-standard-jsx-11.0.0.tgz -Source10170: https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-13.0.0.tgz#/eslint-config-standard-react-13.0.0.tgz -Source10171: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/eslint-escape-string-regexp-4.0.0.tgz -Source10172: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/eslint-glob-parent-6.0.2.tgz -Source10173: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/eslint-globals-13.20.0.tgz -Source10174: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/eslint-has-flag-4.0.0.tgz -Source10175: https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#/eslint-import-resolver-node-0.3.7.tgz -Source10176: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-import-resolver-node-debug-3.2.7.tgz -Source10177: https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#/eslint-module-utils-2.8.0.tgz -Source10178: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-module-utils-debug-3.2.7.tgz -Source10179: https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-6.2.1.tgz#/eslint-plugin-es-x-6.2.1.tgz -Source10180: https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#/eslint-plugin-flowtype-8.0.3.tgz -Source10181: https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#/eslint-plugin-import-2.27.5.tgz -Source10182: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-plugin-import-debug-3.2.7.tgz -Source10183: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-import-doctrine-2.1.0.tgz -Source10184: https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#/eslint-plugin-jsx-a11y-6.7.1.tgz -Source10185: https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.0.tgz#/eslint-plugin-n-16.0.0.tgz -Source10186: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/eslint-plugin-n-lru-cache-6.0.0.tgz -Source10187: https://registry.npmjs.org/semver/-/semver-7.5.2.tgz#/eslint-plugin-n-semver-7.5.2.tgz -Source10188: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/eslint-plugin-n-yallist-4.0.0.tgz -Source10189: https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#/eslint-plugin-promise-6.1.1.tgz -Source10190: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#/eslint-plugin-react-7.32.2.tgz -Source10191: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-react-doctrine-2.1.0.tgz -Source10192: https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#/eslint-plugin-react-hooks-4.6.0.tgz -Source10193: https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz#/eslint-plugin-react-resolve-2.0.0-next.4.tgz -Source10194: https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#/eslint-plugin-standard-5.0.0.tgz -Source10195: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz#/eslint-scope-7.2.0.tgz -Source10196: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/eslint-supports-color-7.2.0.tgz -Source10197: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/eslint-type-fest-0.20.2.tgz -Source10198: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#/eslint-visitor-keys-3.4.1.tgz -Source10199: https://registry.npmjs.org/espree/-/espree-9.5.2.tgz#/espree-9.5.2.tgz -Source10200: https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz#/esquery-1.5.0.tgz -Source10201: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz -Source10202: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz -Source10203: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz -Source10204: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz -Source10205: https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz#/fast-glob-3.2.12.tgz -Source10206: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz -Source10207: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz -Source10208: https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#/fastest-levenshtein-1.0.16.tgz -Source10209: https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#/fastq-1.15.0.tgz -Source10210: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz -Source10211: https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz#/file-selector-0.6.0.tgz -Source10212: https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#/fill-range-7.0.1.tgz -Source10213: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz -Source10214: https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#/flat-cache-3.0.4.tgz -Source10215: https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#/flatted-3.2.7.tgz -Source10216: https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.1.tgz#/focus-trap-7.4.1.tgz -Source10217: https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#/for-each-0.3.3.tgz -Source10218: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz -Source10219: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz -Source10220: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#/fsevents-2.3.2.tgz -Source10221: https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#/function-bind-1.1.1.tgz -Source10222: https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#/function.prototype.name-1.1.5.tgz -Source10223: https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#/functions-have-names-1.2.3.tgz -Source10224: https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#/gensync-1.0.0-beta.2.tgz -Source10225: https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz#/get-intrinsic-1.2.1.tgz -Source10226: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#/get-symbol-description-1.0.0.tgz -Source10227: https://registry.npmjs.org/gettext-parser/-/gettext-parser-2.1.0.tgz#/gettext-parser-2.1.0.tgz -Source10228: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz -Source10229: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz -Source10230: https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz#/global-modules-2.0.0.tgz -Source10231: https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz#/global-prefix-3.0.0.tgz -Source10232: https://registry.npmjs.org/which/-/which-1.3.1.tgz#/global-prefix-which-1.3.1.tgz -Source10233: https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#/globals-11.12.0.tgz -Source10234: https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#/globalthis-1.0.3.tgz -Source10235: https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#/globby-11.1.0.tgz -Source10236: https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz#/globjoin-0.1.4.tgz -Source10237: https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#/gopd-1.0.1.tgz -Source10238: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz#/graceful-fs-4.2.11.tgz -Source10239: https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz#/graphemer-1.4.0.tgz -Source10240: https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz#/hard-rejection-2.1.0.tgz -Source10241: https://registry.npmjs.org/has/-/has-1.0.3.tgz#/has-1.0.3.tgz -Source10242: https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#/has-bigints-1.0.2.tgz -Source10243: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#/has-flag-3.0.0.tgz -Source10244: https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#/has-property-descriptors-1.0.0.tgz -Source10245: https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#/has-proto-1.0.1.tgz -Source10246: https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#/has-symbols-1.0.3.tgz -Source10247: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#/has-tostringtag-1.0.0.tgz -Source10248: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz#/hosted-git-info-4.1.0.tgz -Source10249: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/hosted-git-info-lru-cache-6.0.0.tgz -Source10250: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/hosted-git-info-yallist-4.0.0.tgz -Source10251: https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz#/html-tags-3.3.1.tgz -Source10252: https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.7.tgz#/htmlparser-1.7.7.tgz -Source10253: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz -Source10254: https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#/ignore-5.2.4.tgz -Source10255: https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz#/immutable-4.3.0.tgz -Source10256: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#/import-fresh-3.3.0.tgz -Source10257: https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz#/import-lazy-4.0.0.tgz -Source10258: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz -Source10259: https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#/indent-string-4.0.0.tgz -Source10260: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz -Source10261: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz -Source10262: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#/ini-1.3.8.tgz -Source10263: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#/internal-slot-1.0.5.tgz -Source10264: https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz#/irregular-plurals-3.5.0.tgz -Source10265: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz#/is-array-buffer-3.0.2.tgz -Source10266: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz -Source10267: https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#/is-bigint-1.0.4.tgz -Source10268: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz -Source10269: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#/is-boolean-object-1.1.2.tgz -Source10270: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz -Source10271: https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz#/is-core-module-2.12.1.tgz -Source10272: https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#/is-date-object-1.0.5.tgz -Source10273: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz -Source10274: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz -Source10275: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz -Source10276: https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#/is-negative-zero-2.0.2.tgz -Source10277: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz -Source10278: https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#/is-number-object-1.0.7.tgz -Source10279: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz -Source10280: https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#/is-plain-obj-1.1.0.tgz -Source10281: https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#/is-plain-object-5.0.0.tgz -Source10282: https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#/is-regex-1.1.4.tgz -Source10283: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#/is-shared-array-buffer-1.0.2.tgz -Source10284: https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#/is-string-1.0.7.tgz -Source10285: https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#/is-symbol-1.0.4.tgz -Source10286: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz#/is-typed-array-1.1.10.tgz -Source10287: https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#/is-unicode-supported-0.1.0.tgz -Source10288: https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#/is-weakref-1.0.2.tgz -Source10289: https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#/isarray-1.0.0.tgz -Source10290: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz -Source10291: https://registry.npmjs.org/jed/-/jed-1.1.1.tgz#/jed-1.1.1.tgz -Source10292: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz -Source10293: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz -Source10294: https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#/jsesc-2.5.2.tgz -Source10295: https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#/json-parse-even-better-errors-2.3.1.tgz -Source10296: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz -Source10297: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz -Source10298: https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#/json5-2.2.3.tgz -Source10299: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz -Source10300: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#/jsx-ast-utils-3.3.3.tgz -Source10301: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz -Source10302: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz#/known-css-properties-0.26.0.tgz -Source10303: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#/language-subtag-registry-0.3.22.tgz -Source10304: https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz#/language-tags-1.0.5.tgz -Source10305: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz -Source10306: https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz -Source10307: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz -Source10308: https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#/lodash-4.17.21.tgz -Source10309: https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz -Source10310: https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#/lodash.truncate-4.4.2.tgz -Source10311: https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz#/log-symbols-4.1.0.tgz -Source10312: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/log-symbols-ansi-styles-4.3.0.tgz -Source10313: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/log-symbols-chalk-4.1.2.tgz -Source10314: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/log-symbols-color-convert-2.0.1.tgz -Source10315: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/log-symbols-color-name-1.1.4.tgz -Source10316: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/log-symbols-has-flag-4.0.0.tgz -Source10317: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/log-symbols-supports-color-7.2.0.tgz -Source10318: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz -Source10319: https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#/lru-cache-5.1.1.tgz -Source10320: https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz#/magic-string-0.25.9.tgz -Source10321: https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#/map-obj-4.3.0.tgz -Source10322: https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#/mathml-tag-names-2.1.3.tgz -Source10323: https://registry.npmjs.org/meow/-/meow-9.0.0.tgz#/meow-9.0.0.tgz -Source10324: https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#/merge2-1.4.1.tgz -Source10325: https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz#/micromatch-4.0.5.tgz -Source10326: https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz#/min-indent-1.0.1.tgz -Source10327: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz -Source10328: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz -Source10329: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#/minimist-options-4.1.0.tgz -Source10330: https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#/ms-2.1.2.tgz -Source10331: https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz#/nanoid-3.3.6.tgz -Source10332: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz -Source10333: https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz#/node-releases-2.0.12.tgz -Source10334: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz#/normalize-package-data-3.0.3.tgz -Source10335: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/normalize-package-data-lru-cache-6.0.0.tgz -Source10336: https://registry.npmjs.org/semver/-/semver-7.5.2.tgz#/normalize-package-data-semver-7.5.2.tgz -Source10337: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/normalize-package-data-yallist-4.0.0.tgz -Source10338: https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#/normalize-path-3.0.0.tgz -Source10339: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz -Source10340: https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#/object-inspect-1.12.3.tgz -Source10341: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz -Source10342: https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#/object.assign-4.1.4.tgz -Source10343: https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz#/object.entries-1.1.6.tgz -Source10344: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#/object.fromentries-2.0.6.tgz -Source10345: https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz#/object.hasown-1.1.2.tgz -Source10346: https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#/object.values-1.1.6.tgz -Source10347: https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz -Source10348: https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz#/optionator-0.9.1.tgz -Source10349: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz -Source10350: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz -Source10351: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#/p-try-2.2.0.tgz -Source10352: https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz -Source10353: https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#/parse-json-5.2.0.tgz -Source10354: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz -Source10355: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz -Source10356: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz -Source10357: https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#/path-parse-1.0.7.tgz -Source10358: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz -Source10359: https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#/picocolors-1.0.0.tgz -Source10360: https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz -Source10361: https://registry.npmjs.org/plur/-/plur-4.0.0.tgz#/plur-4.0.0.tgz -Source10362: https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz#/postcss-8.4.24.tgz -Source10363: https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#/postcss-media-query-parser-0.2.3.tgz -Source10364: https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#/postcss-resolve-nested-selector-0.1.1.tgz -Source10365: https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#/postcss-safe-parser-6.0.0.tgz -Source10366: https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz#/postcss-scss-4.0.6.tgz -Source10367: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#/postcss-selector-parser-6.0.13.tgz -Source10368: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#/postcss-value-parser-4.2.0.tgz -Source10369: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz -Source10370: https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#/process-nextick-args-2.0.1.tgz -Source10371: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#/prop-types-15.8.1.tgz -Source10372: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#/punycode-2.3.0.tgz -Source10373: https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz -Source10374: https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz#/quick-lru-4.0.1.tgz -Source10375: https://registry.npmjs.org/react/-/react-18.2.0.tgz#/react-18.2.0.tgz -Source10376: https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz#/react-dom-18.2.0.tgz -Source10377: https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz#/react-dropzone-14.2.3.tgz -Source10378: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz -Source10379: https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz#/read-pkg-5.2.0.tgz -Source10380: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#/read-pkg-hosted-git-info-2.8.9.tgz -Source10381: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#/read-pkg-normalize-package-data-2.5.0.tgz -Source10382: https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#/read-pkg-semver-5.7.1.tgz -Source10383: https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#/read-pkg-type-fest-0.6.0.tgz -Source10384: https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz#/read-pkg-up-7.0.1.tgz -Source10385: https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#/read-pkg-up-find-up-4.1.0.tgz -Source10386: https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#/read-pkg-up-locate-path-5.0.0.tgz -Source10387: https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#/read-pkg-up-p-limit-2.3.0.tgz -Source10388: https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#/read-pkg-up-p-locate-4.1.0.tgz -Source10389: https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#/read-pkg-up-type-fest-0.8.1.tgz -Source10390: https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz#/readable-stream-2.3.8.tgz -Source10391: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#/readable-stream-safe-buffer-5.1.2.tgz -Source10392: https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz#/readdirp-3.6.0.tgz -Source10393: https://registry.npmjs.org/redent/-/redent-3.0.0.tgz#/redent-3.0.0.tgz -Source10394: https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#/regenerator-runtime-0.13.11.tgz -Source10395: https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#/regexp.prototype.flags-1.5.0.tgz -Source10396: https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#/require-from-string-2.0.2.tgz -Source10397: https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz#/resolve-1.22.2.tgz -Source10398: https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz -Source10399: https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#/reusify-1.0.4.tgz -Source10400: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz -Source10401: https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz -Source10402: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#/safe-buffer-5.2.1.tgz -Source10403: https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz#/safe-regex-test-1.0.0.tgz -Source10404: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#/safer-buffer-2.1.2.tgz -Source10405: https://registry.npmjs.org/sass/-/sass-1.63.4.tgz#/sass-1.63.4.tgz -Source10406: https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz#/scheduler-0.23.0.tgz -Source10407: https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#/semver-6.3.0.tgz -Source10408: https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#/shebang-command-2.0.0.tgz -Source10409: https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#/shebang-regex-3.0.0.tgz -Source10410: https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz#/side-channel-1.0.4.tgz -Source10411: https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz#/signal-exit-3.0.7.tgz -Source10412: https://registry.npmjs.org/sizzle/-/sizzle-2.3.10.tgz#/sizzle-2.3.10.tgz -Source10413: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#/slash-3.0.0.tgz -Source10414: https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#/slice-ansi-4.0.0.tgz -Source10415: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/slice-ansi-ansi-styles-4.3.0.tgz -Source10416: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/slice-ansi-color-convert-2.0.1.tgz -Source10417: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/slice-ansi-color-name-1.1.4.tgz -Source10418: https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#/source-map-js-1.0.2.tgz -Source10419: https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#/sourcemap-codec-1.4.8.tgz -Source10420: https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz#/spdx-correct-3.2.0.tgz -Source10421: https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#/spdx-exceptions-2.3.0.tgz -Source10422: https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#/spdx-expression-parse-3.0.1.tgz -Source10423: https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#/spdx-license-ids-3.0.13.tgz -Source10424: https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz#/string-natural-compare-3.0.1.tgz -Source10425: https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#/string-width-4.2.3.tgz -Source10426: https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#/string-width-emoji-regex-8.0.0.tgz -Source10427: https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#/string.prototype.matchall-4.0.8.tgz -Source10428: https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#/string.prototype.trim-1.2.7.tgz -Source10429: https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#/string.prototype.trimend-1.0.6.tgz -Source10430: https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#/string.prototype.trimstart-1.0.6.tgz -Source10431: https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz#/string_decoder-1.1.1.tgz -Source10432: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#/string_decoder-safe-buffer-5.1.2.tgz -Source10433: https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#/strip-ansi-6.0.1.tgz -Source10434: https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#/strip-bom-3.0.0.tgz -Source10435: https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz#/strip-indent-3.0.0.tgz -Source10436: https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz -Source10437: https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz#/style-search-0.1.0.tgz -Source10438: https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz#/stylelint-14.16.1.tgz -Source10439: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz#/stylelint-balanced-match-2.0.0.tgz -Source10440: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz#/stylelint-config-recommended-8.0.0.tgz -Source10441: https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-7.0.0.tgz#/stylelint-config-recommended-scss-7.0.0.tgz -Source10442: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz#/stylelint-config-standard-26.0.0.tgz -Source10443: https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-5.0.0.tgz#/stylelint-config-standard-scss-5.0.0.tgz -Source10444: https://registry.npmjs.org/stylelint-formatter-pretty/-/stylelint-formatter-pretty-3.2.0.tgz#/stylelint-formatter-pretty-3.2.0.tgz -Source10445: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/stylelint-formatter-pretty-has-flag-4.0.0.tgz -Source10446: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/stylelint-formatter-pretty-supports-color-7.2.0.tgz -Source10447: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#/stylelint-formatter-pretty-supports-hyperlinks-3.0.0.tgz -Source10448: https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#/stylelint-resolve-from-5.0.0.tgz -Source10449: https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz#/stylelint-scss-4.7.0.tgz -Source10450: https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#/supports-color-5.5.0.tgz -Source10451: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#/supports-hyperlinks-2.3.0.tgz -Source10452: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/supports-hyperlinks-has-flag-4.0.0.tgz -Source10453: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/supports-hyperlinks-supports-color-7.2.0.tgz -Source10454: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#/supports-preserve-symlinks-flag-1.0.0.tgz -Source10455: https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz#/svg-tags-1.0.0.tgz -Source10456: https://registry.npmjs.org/tabbable/-/tabbable-6.1.2.tgz#/tabbable-6.1.2.tgz -Source10457: https://registry.npmjs.org/table/-/table-6.8.1.tgz#/table-6.8.1.tgz -Source10458: https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz#/table-ajv-8.12.0.tgz -Source10459: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#/table-json-schema-traverse-1.0.0.tgz -Source10460: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz -Source10461: https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz#/throttle-debounce-2.3.0.tgz -Source10462: https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#/to-fast-properties-2.0.0.tgz -Source10463: https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#/to-regex-range-5.0.1.tgz -Source10464: https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz#/trim-newlines-3.0.1.tgz -Source10465: https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#/tsconfig-paths-3.14.2.tgz -Source10466: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/tsconfig-paths-json5-1.0.2.tgz -Source10467: https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz#/tslib-2.5.3.tgz -Source10468: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz -Source10469: https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz#/type-fest-0.18.1.tgz -Source10470: https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz#/typed-array-length-1.0.4.tgz -Source10471: https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz#/unbox-primitive-1.0.2.tgz -Source10472: https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz#/universalify-2.0.0.tgz -Source10473: https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#/update-browserslist-db-1.0.11.tgz -Source10474: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz -Source10475: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#/util-deprecate-1.0.2.tgz -Source10476: https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#/v8-compile-cache-2.3.0.tgz -Source10477: https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#/validate-npm-package-license-3.0.4.tgz -Source10478: https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz -Source10479: https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#/which-boxed-primitive-1.0.2.tgz -Source10480: https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz#/which-typed-array-1.1.9.tgz -Source10481: https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#/word-wrap-1.2.3.tgz -Source10482: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#/wrappy-1.0.2.tgz -Source10483: https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz#/write-file-atomic-4.0.2.tgz -Source10484: https://registry.npmjs.org/ws/-/ws-7.5.9.tgz#/ws-7.5.9.tgz -Source10485: https://registry.npmjs.org/xterm/-/xterm-4.18.0.tgz#/xterm-4.18.0.tgz -Source10486: https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz#/yallist-3.1.1.tgz -Source10487: https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#/yaml-1.10.2.tgz -Source10488: https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#/yargs-parser-20.2.9.tgz -Source10489: https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#/yocto-queue-0.1.0.tgz +Source10000: https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#/@aashutoshrathi-word-wrap-1.2.6.tgz +Source10001: https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz#/@ampproject-remapping-2.2.1.tgz +Source10002: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz#/@babel-code-frame-7.22.5.tgz +Source10003: https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz#/@babel-compat-data-7.22.9.tgz +Source10004: https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz#/@babel-core-7.22.9.tgz +Source10005: https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz#/@babel-generator-7.22.9.tgz +Source10006: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#/@babel-helper-annotate-as-pure-7.22.5.tgz +Source10007: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#/@babel-helper-compilation-targets-7.22.9.tgz +Source10008: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#/@babel-helper-environment-visitor-7.22.5.tgz +Source10009: https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#/@babel-helper-function-name-7.22.5.tgz +Source10010: https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#/@babel-helper-hoist-variables-7.22.5.tgz +Source10011: https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#/@babel-helper-module-imports-7.22.5.tgz +Source10012: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#/@babel-helper-module-transforms-7.22.9.tgz +Source10013: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#/@babel-helper-plugin-utils-7.22.5.tgz +Source10014: https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#/@babel-helper-simple-access-7.22.5.tgz +Source10015: https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#/@babel-helper-split-export-declaration-7.22.6.tgz +Source10016: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#/@babel-helper-string-parser-7.22.5.tgz +Source10017: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#/@babel-helper-validator-identifier-7.22.5.tgz +Source10018: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#/@babel-helper-validator-option-7.22.5.tgz +Source10019: https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz#/@babel-helpers-7.22.6.tgz +Source10020: https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz#/@babel-highlight-7.22.5.tgz +Source10021: https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz#/@babel-parser-7.22.7.tgz +Source10022: https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#/@babel-plugin-syntax-flow-7.22.5.tgz +Source10023: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#/@babel-plugin-syntax-jsx-7.22.5.tgz +Source10024: https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz#/@babel-plugin-transform-react-jsx-7.22.5.tgz +Source10025: https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz#/@babel-runtime-7.22.6.tgz +Source10026: https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz#/@babel-template-7.22.5.tgz +Source10027: https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz#/@babel-traverse-7.22.8.tgz +Source10028: https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz#/@babel-types-7.22.5.tgz +Source10029: https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#/@csstools-selector-specificity-2.2.0.tgz +Source10030: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.17.tgz#/@esbuild-android-arm-0.18.17.tgz +Source10031: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.17.tgz#/@esbuild-android-arm64-0.18.17.tgz +Source10032: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.17.tgz#/@esbuild-android-x64-0.18.17.tgz +Source10033: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz#/@esbuild-darwin-arm64-0.18.17.tgz +Source10034: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.17.tgz#/@esbuild-darwin-x64-0.18.17.tgz +Source10035: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.17.tgz#/@esbuild-freebsd-arm64-0.18.17.tgz +Source10036: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.17.tgz#/@esbuild-freebsd-x64-0.18.17.tgz +Source10037: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.17.tgz#/@esbuild-linux-arm-0.18.17.tgz +Source10038: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.17.tgz#/@esbuild-linux-arm64-0.18.17.tgz +Source10039: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.17.tgz#/@esbuild-linux-ia32-0.18.17.tgz +Source10040: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.17.tgz#/@esbuild-linux-loong64-0.18.17.tgz +Source10041: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.17.tgz#/@esbuild-linux-mips64el-0.18.17.tgz +Source10042: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.17.tgz#/@esbuild-linux-ppc64-0.18.17.tgz +Source10043: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.17.tgz#/@esbuild-linux-riscv64-0.18.17.tgz +Source10044: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.17.tgz#/@esbuild-linux-s390x-0.18.17.tgz +Source10045: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.17.tgz#/@esbuild-linux-x64-0.18.17.tgz +Source10046: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.17.tgz#/@esbuild-netbsd-x64-0.18.17.tgz +Source10047: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.17.tgz#/@esbuild-openbsd-x64-0.18.17.tgz +Source10048: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.17.tgz#/@esbuild-sunos-x64-0.18.17.tgz +Source10049: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.17.tgz#/@esbuild-win32-arm64-0.18.17.tgz +Source10050: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.17.tgz#/@esbuild-win32-ia32-0.18.17.tgz +Source10051: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.17.tgz#/@esbuild-win32-x64-0.18.17.tgz +Source10052: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#/@eslint-community-eslint-utils-4.4.0.tgz +Source10053: https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#/@eslint-community-regexpp-4.6.2.tgz +Source10054: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz#/@eslint-eslintrc-2.1.1.tgz +Source10055: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/@eslint-globals-13.20.0.tgz +Source10056: https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz#/@eslint-js-8.46.0.tgz +Source10057: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/@eslint-type-fest-0.20.2.tgz +Source10058: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#/@humanwhocodes-config-array-0.11.10.tgz +Source10059: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz +Source10060: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#/@humanwhocodes-object-schema-1.2.1.tgz +Source10061: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#/@jridgewell-gen-mapping-0.3.3.tgz +Source10062: https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#/@jridgewell-resolve-uri-3.1.0.tgz +Source10063: https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz#/@jridgewell-set-array-1.1.2.tgz +Source10064: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#/@jridgewell-sourcemap-codec-1.4.14.tgz +Source10065: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#/@jridgewell-sourcemap-codec-1.4.15.tgz +Source10066: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#/@jridgewell-trace-mapping-0.3.18.tgz +Source10067: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz +Source10068: https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz +Source10069: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz +Source10070: https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.0-prerelease.8.tgz#/@patternfly-patternfly-5.0.0-prerelease.8.tgz +Source10071: https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-alpha.132.tgz#/@patternfly-react-core-5.0.0-alpha.132.tgz +Source10072: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-alpha.21.tgz#/@patternfly-react-icons-5.0.0-alpha.21.tgz +Source10073: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-alpha.19.tgz#/@patternfly-react-styles-5.0.0-alpha.19.tgz +Source10074: https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.0.0-alpha.136.tgz#/@patternfly-react-table-5.0.0-alpha.136.tgz +Source10075: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-alpha.16.tgz#/@patternfly-react-tokens-5.0.0-alpha.16.tgz +Source10076: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz +Source10077: https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#/@types-minimist-1.2.2.tgz +Source10078: https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#/@types-normalize-package-data-2.4.1.tgz +Source10079: https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#/@types-parse-json-4.0.0.tgz +Source10080: https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz#/acorn-8.10.0.tgz +Source10081: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz +Source10082: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz +Source10083: https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#/ansi-escapes-4.3.2.tgz +Source10084: https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz#/ansi-escapes-type-fest-0.21.3.tgz +Source10085: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz +Source10086: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz#/ansi-styles-3.2.1.tgz +Source10087: https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz#/anymatch-3.1.3.tgz +Source10088: https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#/argparse-2.0.1.tgz +Source10089: https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz#/aria-query-5.3.0.tgz +Source10090: https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#/array-buffer-byte-length-1.0.0.tgz +Source10091: https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz#/array-includes-3.1.6.tgz +Source10092: https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#/array-union-2.1.0.tgz +Source10093: https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#/array.prototype.findlastindex-1.2.2.tgz +Source10094: https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#/array.prototype.flat-1.3.1.tgz +Source10095: https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#/array.prototype.flatmap-1.3.1.tgz +Source10096: https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#/array.prototype.tosorted-1.1.1.tgz +Source10097: https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#/arraybuffer.prototype.slice-1.0.1.tgz +Source10098: https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#/arrify-1.0.1.tgz +Source10099: https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz#/ast-types-flow-0.0.7.tgz +Source10100: https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz#/astral-regex-2.0.0.tgz +Source10101: https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz#/attr-accept-2.2.2.tgz +Source10102: https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#/available-typed-arrays-1.0.5.tgz +Source10103: https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz#/axe-core-4.7.2.tgz +Source10104: https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz#/axobject-query-3.2.1.tgz +Source10105: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz +Source10106: https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz#/binary-extensions-2.2.0.tgz +Source10107: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#/brace-expansion-1.1.11.tgz +Source10108: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#/braces-3.0.2.tgz +Source10109: https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz#/browserslist-4.21.10.tgz +Source10110: https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz#/builtins-5.0.1.tgz +Source10111: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/builtins-lru-cache-6.0.0.tgz +Source10112: https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#/builtins-semver-7.5.4.tgz +Source10113: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/builtins-yallist-4.0.0.tgz +Source10114: https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#/call-bind-1.0.2.tgz +Source10115: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz +Source10116: https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz#/camelcase-5.3.1.tgz +Source10117: https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz#/camelcase-keys-6.2.2.tgz +Source10118: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#/caniuse-lite-1.0.30001519.tgz +Source10119: https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#/chalk-2.4.2.tgz +Source10120: https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz#/chokidar-3.5.3.tgz +Source10121: https://registry.npmjs.org/chrome-remote-interface/-/chrome-remote-interface-0.32.2.tgz#/chrome-remote-interface-0.32.2.tgz +Source10122: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#/color-convert-1.9.3.tgz +Source10123: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#/color-name-1.1.3.tgz +Source10124: https://registry.npmjs.org/colord/-/colord-2.9.3.tgz#/colord-2.9.3.tgz +Source10125: https://registry.npmjs.org/commander/-/commander-2.11.0.tgz#/commander-2.11.0.tgz +Source10126: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz +Source10127: https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#/convert-source-map-1.9.0.tgz +Source10128: https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz#/cosmiconfig-7.1.0.tgz +Source10129: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#/cross-spawn-7.0.3.tgz +Source10130: https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.0.tgz#/css-functions-list-3.2.0.tgz +Source10131: https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz#/cssesc-3.0.0.tgz +Source10132: https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#/damerau-levenshtein-1.0.8.tgz +Source10133: https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz#/date-fns-2.30.0.tgz +Source10134: https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#/debug-4.3.4.tgz +Source10135: https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#/decamelize-1.2.0.tgz +Source10136: https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz#/decamelize-keys-1.1.1.tgz +Source10137: https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#/decamelize-keys-map-obj-1.0.1.tgz +Source10138: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz +Source10139: https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#/define-properties-1.2.0.tgz +Source10140: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#/dequal-2.0.3.tgz +Source10141: https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#/dir-glob-3.0.1.tgz +Source10142: https://registry.npmjs.org/docker-names/-/docker-names-1.2.1.tgz#/docker-names-1.2.1.tgz +Source10143: https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz +Source10144: https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.482.tgz#/electron-to-chromium-1.4.482.tgz +Source10145: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz +Source10146: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#/encoding-0.1.13.tgz +Source10147: https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#/error-ex-1.3.2.tgz +Source10148: https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz#/es-abstract-1.22.1.tgz +Source10149: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#/es-set-tostringtag-2.0.1.tgz +Source10150: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#/es-shim-unscopables-1.0.0.tgz +Source10151: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#/es-to-primitive-1.2.1.tgz +Source10152: https://registry.npmjs.org/esbuild/-/esbuild-0.18.17.tgz#/esbuild-0.18.17.tgz +Source10153: https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz#/esbuild-plugin-copy-2.1.1.tgz +Source10154: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/esbuild-plugin-copy-ansi-styles-4.3.0.tgz +Source10155: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/esbuild-plugin-copy-chalk-4.1.2.tgz +Source10156: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/esbuild-plugin-copy-color-convert-2.0.1.tgz +Source10157: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/esbuild-plugin-copy-color-name-1.1.4.tgz +Source10158: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/esbuild-plugin-copy-has-flag-4.0.0.tgz +Source10159: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/esbuild-plugin-copy-supports-color-7.2.0.tgz +Source10160: https://registry.npmjs.org/esbuild-plugin-replace/-/esbuild-plugin-replace-1.4.0.tgz#/esbuild-plugin-replace-1.4.0.tgz +Source10161: https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.10.0.tgz#/esbuild-sass-plugin-2.10.0.tgz +Source10162: https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.18.17.tgz#/esbuild-wasm-0.18.17.tgz +Source10163: https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#/escalade-3.1.1.tgz +Source10164: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#/escape-string-regexp-1.0.5.tgz +Source10165: https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz#/eslint-8.46.0.tgz +Source10166: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/eslint-ansi-styles-4.3.0.tgz +Source10167: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/eslint-chalk-4.1.2.tgz +Source10168: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/eslint-color-convert-2.0.1.tgz +Source10169: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/eslint-color-name-1.1.4.tgz +Source10170: https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#/eslint-config-standard-17.1.0.tgz +Source10171: https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz#/eslint-config-standard-jsx-11.0.0.tgz +Source10172: https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-13.0.0.tgz#/eslint-config-standard-react-13.0.0.tgz +Source10173: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/eslint-escape-string-regexp-4.0.0.tgz +Source10174: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/eslint-glob-parent-6.0.2.tgz +Source10175: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/eslint-globals-13.20.0.tgz +Source10176: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/eslint-has-flag-4.0.0.tgz +Source10177: https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#/eslint-import-resolver-node-0.3.7.tgz +Source10178: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-import-resolver-node-debug-3.2.7.tgz +Source10179: https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#/eslint-module-utils-2.8.0.tgz +Source10180: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-module-utils-debug-3.2.7.tgz +Source10181: https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.2.0.tgz#/eslint-plugin-es-x-7.2.0.tgz +Source10182: https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#/eslint-plugin-flowtype-8.0.3.tgz +Source10183: https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#/eslint-plugin-import-2.28.0.tgz +Source10184: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-plugin-import-debug-3.2.7.tgz +Source10185: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-import-doctrine-2.1.0.tgz +Source10186: https://registry.npmjs.org/resolve/-/resolve-1.22.3.tgz#/eslint-plugin-import-resolve-1.22.3.tgz +Source10187: https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#/eslint-plugin-jsx-a11y-6.7.1.tgz +Source10188: https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.1.tgz#/eslint-plugin-n-16.0.1.tgz +Source10189: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/eslint-plugin-n-lru-cache-6.0.0.tgz +Source10190: https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#/eslint-plugin-n-semver-7.5.4.tgz +Source10191: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/eslint-plugin-n-yallist-4.0.0.tgz +Source10192: https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#/eslint-plugin-promise-6.1.1.tgz +Source10193: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#/eslint-plugin-react-7.33.1.tgz +Source10194: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-react-doctrine-2.1.0.tgz +Source10195: https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#/eslint-plugin-react-hooks-4.6.0.tgz +Source10196: https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz#/eslint-plugin-react-resolve-2.0.0-next.4.tgz +Source10197: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz#/eslint-scope-7.2.2.tgz +Source10198: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/eslint-supports-color-7.2.0.tgz +Source10199: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/eslint-type-fest-0.20.2.tgz +Source10200: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#/eslint-visitor-keys-3.4.2.tgz +Source10201: https://registry.npmjs.org/espree/-/espree-9.6.1.tgz#/espree-9.6.1.tgz +Source10202: https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz#/esquery-1.5.0.tgz +Source10203: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz +Source10204: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz +Source10205: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz +Source10206: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz +Source10207: https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz#/fast-glob-3.3.1.tgz +Source10208: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz +Source10209: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz +Source10210: https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#/fastest-levenshtein-1.0.16.tgz +Source10211: https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#/fastq-1.15.0.tgz +Source10212: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz +Source10213: https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz#/file-selector-0.6.0.tgz +Source10214: https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#/fill-range-7.0.1.tgz +Source10215: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz +Source10216: https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#/flat-cache-3.0.4.tgz +Source10217: https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#/flatted-3.2.7.tgz +Source10218: https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.3.tgz#/focus-trap-7.4.3.tgz +Source10219: https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#/for-each-0.3.3.tgz +Source10220: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz +Source10221: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz +Source10222: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#/fsevents-2.3.2.tgz +Source10223: https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#/function-bind-1.1.1.tgz +Source10224: https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#/function.prototype.name-1.1.5.tgz +Source10225: https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#/functions-have-names-1.2.3.tgz +Source10226: https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#/gensync-1.0.0-beta.2.tgz +Source10227: https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz#/get-intrinsic-1.2.1.tgz +Source10228: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#/get-symbol-description-1.0.0.tgz +Source10229: https://registry.npmjs.org/gettext-parser/-/gettext-parser-3.1.1.tgz#/gettext-parser-3.1.1.tgz +Source10230: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz +Source10231: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz +Source10232: https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz#/global-modules-2.0.0.tgz +Source10233: https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz#/global-prefix-3.0.0.tgz +Source10234: https://registry.npmjs.org/which/-/which-1.3.1.tgz#/global-prefix-which-1.3.1.tgz +Source10235: https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#/globals-11.12.0.tgz +Source10236: https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#/globalthis-1.0.3.tgz +Source10237: https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#/globby-11.1.0.tgz +Source10238: https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz#/globjoin-0.1.4.tgz +Source10239: https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#/gopd-1.0.1.tgz +Source10240: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz#/graceful-fs-4.2.11.tgz +Source10241: https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz#/graphemer-1.4.0.tgz +Source10242: https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz#/hard-rejection-2.1.0.tgz +Source10243: https://registry.npmjs.org/has/-/has-1.0.3.tgz#/has-1.0.3.tgz +Source10244: https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#/has-bigints-1.0.2.tgz +Source10245: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#/has-flag-3.0.0.tgz +Source10246: https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#/has-property-descriptors-1.0.0.tgz +Source10247: https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#/has-proto-1.0.1.tgz +Source10248: https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#/has-symbols-1.0.3.tgz +Source10249: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#/has-tostringtag-1.0.0.tgz +Source10250: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz#/hosted-git-info-4.1.0.tgz +Source10251: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/hosted-git-info-lru-cache-6.0.0.tgz +Source10252: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/hosted-git-info-yallist-4.0.0.tgz +Source10253: https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz#/html-tags-3.3.1.tgz +Source10254: https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.7.tgz#/htmlparser-1.7.7.tgz +Source10255: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz +Source10256: https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#/ignore-5.2.4.tgz +Source10257: https://registry.npmjs.org/immutable/-/immutable-4.3.2.tgz#/immutable-4.3.2.tgz +Source10258: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#/import-fresh-3.3.0.tgz +Source10259: https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz#/import-lazy-4.0.0.tgz +Source10260: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz +Source10261: https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#/indent-string-4.0.0.tgz +Source10262: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz +Source10263: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz +Source10264: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#/ini-1.3.8.tgz +Source10265: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#/internal-slot-1.0.5.tgz +Source10266: https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz#/irregular-plurals-3.5.0.tgz +Source10267: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz#/is-array-buffer-3.0.2.tgz +Source10268: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz +Source10269: https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#/is-bigint-1.0.4.tgz +Source10270: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz +Source10271: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#/is-boolean-object-1.1.2.tgz +Source10272: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz +Source10273: https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz#/is-core-module-2.12.1.tgz +Source10274: https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#/is-date-object-1.0.5.tgz +Source10275: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz +Source10276: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz +Source10277: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz +Source10278: https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#/is-negative-zero-2.0.2.tgz +Source10279: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz +Source10280: https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#/is-number-object-1.0.7.tgz +Source10281: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz +Source10282: https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#/is-plain-obj-1.1.0.tgz +Source10283: https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#/is-plain-object-5.0.0.tgz +Source10284: https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#/is-regex-1.1.4.tgz +Source10285: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#/is-shared-array-buffer-1.0.2.tgz +Source10286: https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#/is-string-1.0.7.tgz +Source10287: https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#/is-symbol-1.0.4.tgz +Source10288: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz#/is-typed-array-1.1.12.tgz +Source10289: https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#/is-unicode-supported-0.1.0.tgz +Source10290: https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#/is-weakref-1.0.2.tgz +Source10291: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz +Source10292: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz +Source10293: https://registry.npmjs.org/jed/-/jed-1.1.1.tgz#/jed-1.1.1.tgz +Source10294: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz +Source10295: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz +Source10296: https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#/jsesc-2.5.2.tgz +Source10297: https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#/json-parse-even-better-errors-2.3.1.tgz +Source10298: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz +Source10299: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz +Source10300: https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#/json5-2.2.3.tgz +Source10301: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz +Source10302: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#/jsx-ast-utils-3.3.5.tgz +Source10303: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz +Source10304: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz#/known-css-properties-0.26.0.tgz +Source10305: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#/language-subtag-registry-0.3.22.tgz +Source10306: https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz#/language-tags-1.0.5.tgz +Source10307: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz +Source10308: https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz +Source10309: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz +Source10310: https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#/lodash-4.17.21.tgz +Source10311: https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz +Source10312: https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#/lodash.truncate-4.4.2.tgz +Source10313: https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz#/log-symbols-4.1.0.tgz +Source10314: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/log-symbols-ansi-styles-4.3.0.tgz +Source10315: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/log-symbols-chalk-4.1.2.tgz +Source10316: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/log-symbols-color-convert-2.0.1.tgz +Source10317: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/log-symbols-color-name-1.1.4.tgz +Source10318: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/log-symbols-has-flag-4.0.0.tgz +Source10319: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/log-symbols-supports-color-7.2.0.tgz +Source10320: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz +Source10321: https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#/lru-cache-5.1.1.tgz +Source10322: https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz#/magic-string-0.25.9.tgz +Source10323: https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#/map-obj-4.3.0.tgz +Source10324: https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#/mathml-tag-names-2.1.3.tgz +Source10325: https://registry.npmjs.org/meow/-/meow-9.0.0.tgz#/meow-9.0.0.tgz +Source10326: https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#/merge2-1.4.1.tgz +Source10327: https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz#/micromatch-4.0.5.tgz +Source10328: https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz#/min-indent-1.0.1.tgz +Source10329: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz +Source10330: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz +Source10331: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#/minimist-options-4.1.0.tgz +Source10332: https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#/ms-2.1.2.tgz +Source10333: https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz#/nanoid-3.3.6.tgz +Source10334: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz +Source10335: https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz#/node-releases-2.0.13.tgz +Source10336: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz#/normalize-package-data-3.0.3.tgz +Source10337: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/normalize-package-data-lru-cache-6.0.0.tgz +Source10338: https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#/normalize-package-data-semver-7.5.4.tgz +Source10339: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/normalize-package-data-yallist-4.0.0.tgz +Source10340: https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#/normalize-path-3.0.0.tgz +Source10341: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz +Source10342: https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#/object-inspect-1.12.3.tgz +Source10343: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz +Source10344: https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#/object.assign-4.1.4.tgz +Source10345: https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz#/object.entries-1.1.6.tgz +Source10346: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#/object.fromentries-2.0.6.tgz +Source10347: https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz#/object.groupby-1.0.0.tgz +Source10348: https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz#/object.hasown-1.1.2.tgz +Source10349: https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#/object.values-1.1.6.tgz +Source10350: https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz +Source10351: https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz#/optionator-0.9.3.tgz +Source10352: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz +Source10353: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz +Source10354: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#/p-try-2.2.0.tgz +Source10355: https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz +Source10356: https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#/parse-json-5.2.0.tgz +Source10357: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz +Source10358: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz +Source10359: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz +Source10360: https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#/path-parse-1.0.7.tgz +Source10361: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz +Source10362: https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#/picocolors-1.0.0.tgz +Source10363: https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz +Source10364: https://registry.npmjs.org/plur/-/plur-4.0.0.tgz#/plur-4.0.0.tgz +Source10365: https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz#/postcss-8.4.27.tgz +Source10366: https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#/postcss-media-query-parser-0.2.3.tgz +Source10367: https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#/postcss-resolve-nested-selector-0.1.1.tgz +Source10368: https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#/postcss-safe-parser-6.0.0.tgz +Source10369: https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz#/postcss-scss-4.0.6.tgz +Source10370: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#/postcss-selector-parser-6.0.13.tgz +Source10371: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#/postcss-value-parser-4.2.0.tgz +Source10372: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz +Source10373: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#/prop-types-15.8.1.tgz +Source10374: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#/punycode-2.3.0.tgz +Source10375: https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz +Source10376: https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz#/quick-lru-4.0.1.tgz +Source10377: https://registry.npmjs.org/react/-/react-18.2.0.tgz#/react-18.2.0.tgz +Source10378: https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz#/react-dom-18.2.0.tgz +Source10379: https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz#/react-dropzone-14.2.3.tgz +Source10380: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz +Source10381: https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz#/read-pkg-5.2.0.tgz +Source10382: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#/read-pkg-hosted-git-info-2.8.9.tgz +Source10383: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#/read-pkg-normalize-package-data-2.5.0.tgz +Source10384: https://registry.npmjs.org/semver/-/semver-5.7.2.tgz#/read-pkg-semver-5.7.2.tgz +Source10385: https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#/read-pkg-type-fest-0.6.0.tgz +Source10386: https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz#/read-pkg-up-7.0.1.tgz +Source10387: https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#/read-pkg-up-find-up-4.1.0.tgz +Source10388: https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#/read-pkg-up-locate-path-5.0.0.tgz +Source10389: https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#/read-pkg-up-p-limit-2.3.0.tgz +Source10390: https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#/read-pkg-up-p-locate-4.1.0.tgz +Source10391: https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#/read-pkg-up-type-fest-0.8.1.tgz +Source10392: https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz#/readable-stream-3.6.2.tgz +Source10393: https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz#/readdirp-3.6.0.tgz +Source10394: https://registry.npmjs.org/redent/-/redent-3.0.0.tgz#/redent-3.0.0.tgz +Source10395: https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#/regenerator-runtime-0.13.11.tgz +Source10396: https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#/regexp.prototype.flags-1.5.0.tgz +Source10397: https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#/require-from-string-2.0.2.tgz +Source10398: https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz#/resolve-1.22.2.tgz +Source10399: https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz +Source10400: https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#/reusify-1.0.4.tgz +Source10401: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz +Source10402: https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz +Source10403: https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz#/safe-array-concat-1.0.0.tgz +Source10404: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#/safe-buffer-5.2.1.tgz +Source10405: https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz#/safe-regex-test-1.0.0.tgz +Source10406: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#/safer-buffer-2.1.2.tgz +Source10407: https://registry.npmjs.org/sass/-/sass-1.64.2.tgz#/sass-1.64.2.tgz +Source10408: https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz#/scheduler-0.23.0.tgz +Source10409: https://registry.npmjs.org/semver/-/semver-6.3.1.tgz#/semver-6.3.1.tgz +Source10410: https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#/shebang-command-2.0.0.tgz +Source10411: https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#/shebang-regex-3.0.0.tgz +Source10412: https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz#/side-channel-1.0.4.tgz +Source10413: https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz#/signal-exit-3.0.7.tgz +Source10414: https://registry.npmjs.org/sizzle/-/sizzle-2.3.10.tgz#/sizzle-2.3.10.tgz +Source10415: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#/slash-3.0.0.tgz +Source10416: https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#/slice-ansi-4.0.0.tgz +Source10417: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/slice-ansi-ansi-styles-4.3.0.tgz +Source10418: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/slice-ansi-color-convert-2.0.1.tgz +Source10419: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/slice-ansi-color-name-1.1.4.tgz +Source10420: https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#/source-map-js-1.0.2.tgz +Source10421: https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#/sourcemap-codec-1.4.8.tgz +Source10422: https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz#/spdx-correct-3.2.0.tgz +Source10423: https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#/spdx-exceptions-2.3.0.tgz +Source10424: https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#/spdx-expression-parse-3.0.1.tgz +Source10425: https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#/spdx-license-ids-3.0.13.tgz +Source10426: https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz#/string-natural-compare-3.0.1.tgz +Source10427: https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#/string-width-4.2.3.tgz +Source10428: https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#/string-width-emoji-regex-8.0.0.tgz +Source10429: https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#/string.prototype.matchall-4.0.8.tgz +Source10430: https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#/string.prototype.trim-1.2.7.tgz +Source10431: https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#/string.prototype.trimend-1.0.6.tgz +Source10432: https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#/string.prototype.trimstart-1.0.6.tgz +Source10433: https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz#/string_decoder-1.3.0.tgz +Source10434: https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#/strip-ansi-6.0.1.tgz +Source10435: https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#/strip-bom-3.0.0.tgz +Source10436: https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz#/strip-indent-3.0.0.tgz +Source10437: https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz +Source10438: https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz#/style-search-0.1.0.tgz +Source10439: https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz#/stylelint-14.16.1.tgz +Source10440: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz#/stylelint-balanced-match-2.0.0.tgz +Source10441: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz#/stylelint-config-recommended-8.0.0.tgz +Source10442: https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-7.0.0.tgz#/stylelint-config-recommended-scss-7.0.0.tgz +Source10443: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz#/stylelint-config-standard-26.0.0.tgz +Source10444: https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-5.0.0.tgz#/stylelint-config-standard-scss-5.0.0.tgz +Source10445: https://registry.npmjs.org/stylelint-formatter-pretty/-/stylelint-formatter-pretty-3.2.0.tgz#/stylelint-formatter-pretty-3.2.0.tgz +Source10446: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/stylelint-formatter-pretty-has-flag-4.0.0.tgz +Source10447: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/stylelint-formatter-pretty-supports-color-7.2.0.tgz +Source10448: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#/stylelint-formatter-pretty-supports-hyperlinks-3.0.0.tgz +Source10449: https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#/stylelint-resolve-from-5.0.0.tgz +Source10450: https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz#/stylelint-scss-4.7.0.tgz +Source10451: https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#/supports-color-5.5.0.tgz +Source10452: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#/supports-hyperlinks-2.3.0.tgz +Source10453: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/supports-hyperlinks-has-flag-4.0.0.tgz +Source10454: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/supports-hyperlinks-supports-color-7.2.0.tgz +Source10455: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#/supports-preserve-symlinks-flag-1.0.0.tgz +Source10456: https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz#/svg-tags-1.0.0.tgz +Source10457: https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz#/tabbable-6.2.0.tgz +Source10458: https://registry.npmjs.org/table/-/table-6.8.1.tgz#/table-6.8.1.tgz +Source10459: https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz#/table-ajv-8.12.0.tgz +Source10460: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#/table-json-schema-traverse-1.0.0.tgz +Source10461: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz +Source10462: https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz#/throttle-debounce-5.0.0.tgz +Source10463: https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#/to-fast-properties-2.0.0.tgz +Source10464: https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#/to-regex-range-5.0.1.tgz +Source10465: https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz#/trim-newlines-3.0.1.tgz +Source10466: https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#/tsconfig-paths-3.14.2.tgz +Source10467: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/tsconfig-paths-json5-1.0.2.tgz +Source10468: https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz#/tslib-2.6.1.tgz +Source10469: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz +Source10470: https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz#/type-fest-0.18.1.tgz +Source10471: https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#/typed-array-buffer-1.0.0.tgz +Source10472: https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#/typed-array-byte-length-1.0.0.tgz +Source10473: https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#/typed-array-byte-offset-1.0.0.tgz +Source10474: https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz#/typed-array-length-1.0.4.tgz +Source10475: https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz#/unbox-primitive-1.0.2.tgz +Source10476: https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz#/universalify-2.0.0.tgz +Source10477: https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#/update-browserslist-db-1.0.11.tgz +Source10478: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz +Source10479: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#/util-deprecate-1.0.2.tgz +Source10480: https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#/v8-compile-cache-2.3.0.tgz +Source10481: https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#/validate-npm-package-license-3.0.4.tgz +Source10482: https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz +Source10483: https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#/which-boxed-primitive-1.0.2.tgz +Source10484: https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz#/which-typed-array-1.1.11.tgz +Source10485: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#/wrappy-1.0.2.tgz +Source10486: https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz#/write-file-atomic-4.0.2.tgz +Source10487: https://registry.npmjs.org/ws/-/ws-7.5.9.tgz#/ws-7.5.9.tgz +Source10488: https://registry.npmjs.org/xterm/-/xterm-5.1.0.tgz#/xterm-5.1.0.tgz +Source10489: https://registry.npmjs.org/xterm-addon-canvas/-/xterm-addon-canvas-0.4.0.tgz#/xterm-addon-canvas-0.4.0.tgz +Source10490: https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz#/yallist-3.1.1.tgz +Source10491: https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#/yaml-1.10.2.tgz +Source10492: https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#/yargs-parser-20.2.9.tgz +Source10493: https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#/yocto-queue-0.1.0.tgz diff --git a/package-lock.json b/package-lock.json index ceb74d6..cc81b3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,29 +7,30 @@ "name": "podman", "license": "LGPL-2.1", "dependencies": { - "@patternfly/patternfly": "5.0.0-alpha.53", - "@patternfly/react-core": "5.0.0-alpha.98", - "@patternfly/react-icons": "5.0.0-alpha.14", - "@patternfly/react-styles": "5.0.0-alpha.10", - "@patternfly/react-table": "5.0.0-alpha.100", - "@patternfly/react-tokens": "5.0.0-alpha.9", - "date-fns": "2.28.0", + "@patternfly/patternfly": "5.0.0-prerelease.8", + "@patternfly/react-core": "5.0.0-alpha.132", + "@patternfly/react-icons": "5.0.0-alpha.21", + "@patternfly/react-styles": "5.0.0-alpha.19", + "@patternfly/react-table": "5.0.0-alpha.136", + "@patternfly/react-tokens": "5.0.0-alpha.16", + "date-fns": "2.30.0", "docker-names": "1.2.1", "prop-types": "15.8.1", "react": "18.2.0", "react-dom": "18.2.0", - "throttle-debounce": "2.3.0", - "xterm": "4.18.0" + "throttle-debounce": "5.0.0", + "xterm": "5.1.0", + "xterm-addon-canvas": "0.4.0" }, "devDependencies": { "argparse": "^2.0.1", "chrome-remote-interface": "^0.32.1", - "esbuild": "^0.17.16", + "esbuild": "^0.18.14", "esbuild-plugin-copy": "^2.0.2", "esbuild-plugin-replace": "^1.3.0", - "esbuild-sass-plugin": "2.6.0", - "esbuild-wasm": "^0.17.16", - "eslint": "^8.29.0", + "esbuild-sass-plugin": "^2.10.0", + "esbuild-wasm": "^0.18.14", + "eslint": "^8.45.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-jsx": "^11.0.0", "eslint-config-standard-react": "^13.0.0", @@ -39,8 +40,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-standard": "^5.0.0", - "gettext-parser": "^2.0.0", + "gettext-parser": "^3.0.0", "htmlparser": "^1.7.7", "jed": "^1.1.1", "sass": "^1.59.3", @@ -50,6 +50,15 @@ "stylelint-formatter-pretty": "^3.1.1" } }, + "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", @@ -77,9 +86,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", - "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==", + "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==", "dev": true, "peer": true, "engines": { @@ -87,27 +96,27 @@ } }, "node_modules/@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz", + "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==", "dev": true, "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helpers": "^7.22.5", - "@babel/parser": "^7.22.5", + "@babel/generator": "^7.22.9", + "@babel/helper-compilation-targets": "^7.22.9", + "@babel/helper-module-transforms": "^7.22.9", + "@babel/helpers": "^7.22.6", + "@babel/parser": "^7.22.7", "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", + "@babel/traverse": "^7.22.8", "@babel/types": "^7.22.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.2.2", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -118,9 +127,9 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz", - "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz", + "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==", "dev": true, "peer": true, "dependencies": { @@ -147,17 +156,17 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz", - "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==", + "version": "7.22.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz", + "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==", "dev": true, "peer": true, "dependencies": { - "@babel/compat-data": "^7.22.5", + "@babel/compat-data": "^7.22.9", "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.3", + "browserslist": "^4.21.9", "lru-cache": "^5.1.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -217,23 +226,23 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz", - "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==", + "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==", "dev": true, "peer": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-module-imports": "^7.22.5", "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.5" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-plugin-utils": { @@ -260,9 +269,9 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz", - "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "peer": true, "dependencies": { @@ -302,14 +311,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz", - "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz", + "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==", "dev": true, "peer": true, "dependencies": { "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", + "@babel/traverse": "^7.22.6", "@babel/types": "^7.22.5" }, "engines": { @@ -331,9 +340,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", - "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "version": "7.22.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz", + "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==", "dev": true, "peer": true, "bin": { @@ -396,10 +405,9 @@ } }, "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==", - "dev": true, + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz", + "integrity": "sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==", "dependencies": { "regenerator-runtime": "^0.13.11" }, @@ -423,19 +431,19 @@ } }, "node_modules/@babel/traverse": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz", - "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==", + "version": "7.22.8", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz", + "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==", "dev": true, "peer": true, "dependencies": { "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", + "@babel/generator": "^7.22.7", "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-function-name": "^7.22.5", "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/parser": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.22.7", "@babel/types": "^7.22.5", "debug": "^4.1.0", "globals": "^11.1.0" @@ -476,9 +484,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", - "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.17.tgz", + "integrity": "sha512-wHsmJG/dnL3OkpAcwbgoBTTMHVi4Uyou3F5mf58ZtmUyIKfcdA7TROav/6tCzET4A3QW2Q2FC+eFneMU+iyOxg==", "cpu": [ "arm" ], @@ -492,9 +500,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", - "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.17.tgz", + "integrity": "sha512-9np+YYdNDed5+Jgr1TdWBsozZ85U1Oa3xW0c7TWqH0y2aGghXtZsuT8nYRbzOMcl0bXZXjOGbksoTtVOlWrRZg==", "cpu": [ "arm64" ], @@ -508,9 +516,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", - "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.17.tgz", + "integrity": "sha512-O+FeWB/+xya0aLg23hHEM2E3hbfwZzjqumKMSIqcHbNvDa+dza2D0yLuymRBQQnC34CWrsJUXyH2MG5VnLd6uw==", "cpu": [ "x64" ], @@ -524,9 +532,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", - "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz", + "integrity": "sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==", "cpu": [ "arm64" ], @@ -540,9 +548,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", - "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.17.tgz", + "integrity": "sha512-XDre+J5YeIJDMfp3n0279DFNrGCXlxOuGsWIkRb1NThMZ0BsrWXoTg23Jer7fEXQ9Ye5QjrvXpxnhzl3bHtk0g==", "cpu": [ "x64" ], @@ -556,9 +564,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", - "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.17.tgz", + "integrity": "sha512-cjTzGa3QlNfERa0+ptykyxs5A6FEUQQF0MuilYXYBGdBxD3vxJcKnzDlhDCa1VAJCmAxed6mYhA2KaJIbtiNuQ==", "cpu": [ "arm64" ], @@ -572,9 +580,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", - "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.17.tgz", + "integrity": "sha512-sOxEvR8d7V7Kw8QqzxWc7bFfnWnGdaFBut1dRUYtu+EIRXefBc/eIsiUiShnW0hM3FmQ5Zf27suDuHsKgZ5QrA==", "cpu": [ "x64" ], @@ -588,9 +596,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", - "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.17.tgz", + "integrity": "sha512-2d3Lw6wkwgSLC2fIvXKoMNGVaeY8qdN0IC3rfuVxJp89CRfA3e3VqWifGDfuakPmp90+ZirmTfye1n4ncjv2lg==", "cpu": [ "arm" ], @@ -604,9 +612,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", - "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.17.tgz", + "integrity": "sha512-c9w3tE7qA3CYWjT+M3BMbwMt+0JYOp3vCMKgVBrCl1nwjAlOMYzEo+gG7QaZ9AtqZFj5MbUc885wuBBmu6aADQ==", "cpu": [ "arm64" ], @@ -620,9 +628,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", - "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.17.tgz", + "integrity": "sha512-1DS9F966pn5pPnqXYz16dQqWIB0dmDfAQZd6jSSpiT9eX1NzKh07J6VKR3AoXXXEk6CqZMojiVDSZi1SlmKVdg==", "cpu": [ "ia32" ], @@ -636,9 +644,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", - "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.17.tgz", + "integrity": "sha512-EvLsxCk6ZF0fpCB6w6eOI2Fc8KW5N6sHlIovNe8uOFObL2O+Mr0bflPHyHwLT6rwMg9r77WOAWb2FqCQrVnwFg==", "cpu": [ "loong64" ], @@ -652,9 +660,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", - "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.17.tgz", + "integrity": "sha512-e0bIdHA5p6l+lwqTE36NAW5hHtw2tNRmHlGBygZC14QObsA3bD4C6sXLJjvnDIjSKhW1/0S3eDy+QmX/uZWEYQ==", "cpu": [ "mips64el" ], @@ -668,9 +676,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", - "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.17.tgz", + "integrity": "sha512-BAAilJ0M5O2uMxHYGjFKn4nJKF6fNCdP1E0o5t5fvMYYzeIqy2JdAP88Az5LHt9qBoUa4tDaRpfWt21ep5/WqQ==", "cpu": [ "ppc64" ], @@ -684,9 +692,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", - "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.17.tgz", + "integrity": "sha512-Wh/HW2MPnC3b8BqRSIme/9Zhab36PPH+3zam5pqGRH4pE+4xTrVLx2+XdGp6fVS3L2x+DrsIcsbMleex8fbE6g==", "cpu": [ "riscv64" ], @@ -700,9 +708,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", - "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.17.tgz", + "integrity": "sha512-j/34jAl3ul3PNcK3pfI0NSlBANduT2UO5kZ7FCaK33XFv3chDhICLY8wJJWIhiQ+YNdQ9dxqQctRg2bvrMlYgg==", "cpu": [ "s390x" ], @@ -716,9 +724,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", - "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.17.tgz", + "integrity": "sha512-QM50vJ/y+8I60qEmFxMoxIx4de03pGo2HwxdBeFd4nMh364X6TIBZ6VQ5UQmPbQWUVWHWws5MmJXlHAXvJEmpQ==", "cpu": [ "x64" ], @@ -732,9 +740,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", - "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.17.tgz", + "integrity": "sha512-/jGlhWR7Sj9JPZHzXyyMZ1RFMkNPjC6QIAan0sDOtIo2TYk3tZn5UDrkE0XgsTQCxWTTOcMPf9p6Rh2hXtl5TQ==", "cpu": [ "x64" ], @@ -748,9 +756,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", - "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.17.tgz", + "integrity": "sha512-rSEeYaGgyGGf4qZM2NonMhMOP/5EHp4u9ehFiBrg7stH6BYEEjlkVREuDEcQ0LfIl53OXLxNbfuIj7mr5m29TA==", "cpu": [ "x64" ], @@ -764,9 +772,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", - "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.17.tgz", + "integrity": "sha512-Y7ZBbkLqlSgn4+zot4KUNYst0bFoO68tRgI6mY2FIM+b7ZbyNVtNbDP5y8qlu4/knZZ73fgJDlXID+ohY5zt5g==", "cpu": [ "x64" ], @@ -780,9 +788,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", - "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.17.tgz", + "integrity": "sha512-bwPmTJsEQcbZk26oYpc4c/8PvTY3J5/QK8jM19DVlEsAB41M39aWovWoHtNm78sd6ip6prilxeHosPADXtEJFw==", "cpu": [ "arm64" ], @@ -796,9 +804,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", - "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.17.tgz", + "integrity": "sha512-H/XaPtPKli2MhW+3CQueo6Ni3Avggi6hP/YvgkEe1aSaxw+AeO8MFjq8DlgfTd9Iz4Yih3QCZI6YLMoyccnPRg==", "cpu": [ "ia32" ], @@ -812,9 +820,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", - "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.17.tgz", + "integrity": "sha512-fGEb8f2BSA3CW7riJVurug65ACLuQAzKq0SSqkY2b2yHHH0MzDfbLyKIGzHwOI/gkHcxM/leuSW6D5w/LMNitA==", "cpu": [ "x64" ], @@ -843,23 +851,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.6.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz", + "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==", "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.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz", + "integrity": "sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==", "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", @@ -902,9 +910,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.42.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz", - "integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==", + "version": "8.46.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz", + "integrity": "sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1039,19 +1047,19 @@ } }, "node_modules/@patternfly/patternfly": { - "version": "5.0.0-alpha.53", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.0-alpha.53.tgz", - "integrity": "sha512-sy9lk98PLVGjFuJ6li9uIwKc/IXXhjv8Ow0Q/MDOCFrhnj2gWLjMr4uB4d0393mAGfD1vk8KkqF+7tfEDIBjpQ==" + "version": "5.0.0-prerelease.8", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.0-prerelease.8.tgz", + "integrity": "sha512-2BGp2cZDZfdPOeHZg5q/yRCkpPe2YqBcJJUXERQ+OgzuAIVwh5yUZy5AVE1WLAi9r4ALJl+qpYiEif0/sB6How==" }, "node_modules/@patternfly/react-core": { - "version": "5.0.0-alpha.98", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-alpha.98.tgz", - "integrity": "sha512-LouTqxWPtvzK3834i1JW5kTjDoqIWnvbioZaRIJOuL3eGgBYk+ORpoa9EZ8j4r+NQWxeogMFgxzsP9Oe04xjcQ==", + "version": "5.0.0-alpha.132", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-alpha.132.tgz", + "integrity": "sha512-ulXBo3AyYo9/D9LAH477fVtxCmisr/J/rskishYjVptlriTftXUlNAZ0p1ZnKaty30U32+xKXhFGa9f+BKcj8w==", "dependencies": { - "@patternfly/react-icons": "^5.0.0-alpha.14", - "@patternfly/react-styles": "^5.0.0-alpha.10", - "@patternfly/react-tokens": "^5.0.0-alpha.9", - "focus-trap": "7.4.1", + "@patternfly/react-icons": "^5.0.0-alpha.21", + "@patternfly/react-styles": "^5.0.0-alpha.19", + "@patternfly/react-tokens": "^5.0.0-alpha.16", + "focus-trap": "7.4.3", "react-dropzone": "^14.2.3", "tslib": "^2.5.0" }, @@ -1061,28 +1069,28 @@ } }, "node_modules/@patternfly/react-icons": { - "version": "5.0.0-alpha.14", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-alpha.14.tgz", - "integrity": "sha512-+FXETYc+x0xKqktrcgrpxPTZgtaJ6rfpObu/qM4YGuwXkJRIu0OJaoNQTPH9QsxKAeZ+VUh9CnhOcNTRfq9plA==", + "version": "5.0.0-alpha.21", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-alpha.21.tgz", + "integrity": "sha512-/Z7JKlE3VHTtZCauNyGKeLD4C0Uv8atSUZH/W2Hw8wKUBjYQ45CslsuBOkRVGhm8sQqm8UXOe4nWBSekqfV29g==", "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" } }, "node_modules/@patternfly/react-styles": { - "version": "5.0.0-alpha.10", - "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-alpha.10.tgz", - "integrity": "sha512-SJsLPtTKE1u6YpEAvx+zUre+u9poc/IIIKJ9dk0Jze94HtC/2kI4fhhvm2iQE5Z4rNAPrFlC4fVsvbr7skS3kg==" + "version": "5.0.0-alpha.19", + "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-alpha.19.tgz", + "integrity": "sha512-kslgdAfjb7cAr84s+Og4NOpQfGcn1zbrY40Yx9b1fBiP9QyyibKj3vV1RSBJRnj6KsWZeJb0meVM8OpuqR7IXQ==" }, "node_modules/@patternfly/react-table": { - "version": "5.0.0-alpha.100", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.0.0-alpha.100.tgz", - "integrity": "sha512-w3phwe/O8tc5Lxy9KnIXsE5VxanyjwCPeVxWZCWOqWWeiokJoANX5dWI2RdVrDdauQGYohsmYs4+93OYhhSI8A==", + "version": "5.0.0-alpha.136", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.0.0-alpha.136.tgz", + "integrity": "sha512-yJiQR1Lb8ts+YKvJRLv/5SaqKkTy2wu4ZCtumE3woC3eFTwOQyTJx6XOEsj/gxiaRynqE80ScUuSJkOm7dQP9g==", "dependencies": { - "@patternfly/react-core": "^5.0.0-alpha.98", - "@patternfly/react-icons": "^5.0.0-alpha.14", - "@patternfly/react-styles": "^5.0.0-alpha.10", - "@patternfly/react-tokens": "^5.0.0-alpha.9", + "@patternfly/react-core": "^5.0.0-alpha.132", + "@patternfly/react-icons": "^5.0.0-alpha.21", + "@patternfly/react-styles": "^5.0.0-alpha.19", + "@patternfly/react-tokens": "^5.0.0-alpha.16", "lodash": "^4.17.19", "tslib": "^2.5.0" }, @@ -1092,9 +1100,9 @@ } }, "node_modules/@patternfly/react-tokens": { - "version": "5.0.0-alpha.9", - "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-alpha.9.tgz", - "integrity": "sha512-8P8u9BJdQmiunZbGAlDIunlGI6D4V81YZA16z9hw5qXReWztWyF9IXXB4L6lG5+VJZEnocBpJPenNJ1n1FmiBQ==" + "version": "5.0.0-alpha.16", + "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-alpha.16.tgz", + "integrity": "sha512-h/CiqKBsv2aAHiLgkcqBkDOBZosEOzWGi4P+WTKPZQ7v9aVPJ7MrMdTAjpOIiNqnLJyHmvjaox4HvISgwb0big==" }, "node_modules/@types/json5": { "version": "0.0.29", @@ -1121,9 +1129,9 @@ "dev": true }, "node_modules/acorn": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz", - "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==", + "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" @@ -1225,9 +1233,9 @@ "dev": true }, "node_modules/aria-query": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.2.1.tgz", - "integrity": "sha512-7uFg4b+lETFgdaJyETnILsXgnnzVnkHcgRbwbPwevm5x/LmUlt3MjczMRe1zg824iBgXZNRPTBftNYyRSKLp2g==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", "dev": true, "dependencies": { "dequal": "^2.0.3" @@ -1274,6 +1282,25 @@ "node": ">=8" } }, + "node_modules/array.prototype.findlastindex": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz", + "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/array.prototype.flat": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", @@ -1323,6 +1350,26 @@ "get-intrinsic": "^1.1.3" } }, + "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==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "get-intrinsic": "^1.2.1", + "is-array-buffer": "^3.0.2", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", @@ -1423,9 +1470,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.9", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz", - "integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==", + "version": "4.21.10", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", + "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", "dev": true, "funding": [ { @@ -1443,9 +1490,9 @@ ], "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001503", - "electron-to-chromium": "^1.4.431", - "node-releases": "^2.0.12", + "caniuse-lite": "^1.0.30001517", + "electron-to-chromium": "^1.4.477", + "node-releases": "^2.0.13", "update-browserslist-db": "^1.0.11" }, "bin": { @@ -1479,9 +1526,9 @@ } }, "node_modules/builtins/node_modules/semver": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz", - "integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==", + "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, "peer": true, "dependencies": { @@ -1550,9 +1597,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001503", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001503.tgz", - "integrity": "sha512-Sf9NiF+wZxPfzv8Z3iS0rXM1Do+iOy2Lxvib38glFX+08TCYYYGR5fRJXk4d77C4AYwhUjgYgMsMudbh2TqCKw==", + "version": "1.0.30001519", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz", + "integrity": "sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==", "dev": true, "funding": [ { @@ -1664,12 +1711,6 @@ "dev": true, "peer": true }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "dev": true - }, "node_modules/cosmiconfig": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", @@ -1701,9 +1742,9 @@ } }, "node_modules/css-functions-list": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.1.0.tgz", - "integrity": "sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.0.tgz", + "integrity": "sha512-d/jBMPyYybkkLVypgtGv12R+pIFw4/f/IHtCTxWpZc8ofTYOPigIgmA6vu5rMHartZC+WuXhBUHfnyNUIQSYrg==", "dev": true, "engines": { "node": ">=12.22" @@ -1728,9 +1769,12 @@ "dev": true }, "node_modules/date-fns": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", - "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", + "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "dependencies": { + "@babel/runtime": "^7.21.0" + }, "engines": { "node": ">=0.11" }, @@ -1851,9 +1895,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.432", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.432.tgz", - "integrity": "sha512-yz3U/khQgAFT2HURJA3/F4fKIyO2r5eK09BQzBZFd6BvBSSaRuzKc2ZNBHtJcO75/EKiRYbVYJZ2RB0P4BuD2g==", + "version": "1.4.482", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.482.tgz", + "integrity": "sha512-h+UqpfmEr1Qkk0zp7ej/jid7CXoq4m4QzW6wNTb0ELJ/BZCpA4wgUylBIMGCe621tnr4l5VmoHjdoSx2lbnNJA==", "dev": true, "peer": true }, @@ -1882,18 +1926,19 @@ } }, "node_modules/es-abstract": { - "version": "1.21.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz", - "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==", + "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==", "dev": true, "dependencies": { "array-buffer-byte-length": "^1.0.0", + "arraybuffer.prototype.slice": "^1.0.1", "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", - "get-intrinsic": "^1.2.0", + "get-intrinsic": "^1.2.1", "get-symbol-description": "^1.0.0", "globalthis": "^1.0.3", "gopd": "^1.0.1", @@ -1913,14 +1958,18 @@ "object-inspect": "^1.12.3", "object-keys": "^1.1.1", "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.4.3", + "regexp.prototype.flags": "^1.5.0", + "safe-array-concat": "^1.0.0", "safe-regex-test": "^1.0.0", "string.prototype.trim": "^1.2.7", "string.prototype.trimend": "^1.0.6", "string.prototype.trimstart": "^1.0.6", + "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.9" + "which-typed-array": "^1.1.10" }, "engines": { "node": ">= 0.4" @@ -1970,9 +2019,9 @@ } }, "node_modules/esbuild": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", - "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.17.tgz", + "integrity": "sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==", "dev": true, "hasInstallScript": true, "bin": { @@ -1982,28 +2031,28 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" + "@esbuild/android-arm": "0.18.17", + "@esbuild/android-arm64": "0.18.17", + "@esbuild/android-x64": "0.18.17", + "@esbuild/darwin-arm64": "0.18.17", + "@esbuild/darwin-x64": "0.18.17", + "@esbuild/freebsd-arm64": "0.18.17", + "@esbuild/freebsd-x64": "0.18.17", + "@esbuild/linux-arm": "0.18.17", + "@esbuild/linux-arm64": "0.18.17", + "@esbuild/linux-ia32": "0.18.17", + "@esbuild/linux-loong64": "0.18.17", + "@esbuild/linux-mips64el": "0.18.17", + "@esbuild/linux-ppc64": "0.18.17", + "@esbuild/linux-riscv64": "0.18.17", + "@esbuild/linux-s390x": "0.18.17", + "@esbuild/linux-x64": "0.18.17", + "@esbuild/netbsd-x64": "0.18.17", + "@esbuild/openbsd-x64": "0.18.17", + "@esbuild/sunos-x64": "0.18.17", + "@esbuild/win32-arm64": "0.18.17", + "@esbuild/win32-ia32": "0.18.17", + "@esbuild/win32-x64": "0.18.17" } }, "node_modules/esbuild-plugin-copy": { @@ -2101,20 +2150,22 @@ } }, "node_modules/esbuild-sass-plugin": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.6.0.tgz", - "integrity": "sha512-jukzNT8bqMEO/BJ7QG3mpndmtO9pJWTO4Mba5eyCLtXK6+sl9iCy4ReSE9fuoXX6W2QjjCEUaipbGWK+YfTwuQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.10.0.tgz", + "integrity": "sha512-STv849QGT8g77RRFmroSt4VBVKjv+dypKcO4aWz8IP4G5JbRH0KC0+B8ODuzlUNu9R5MbkGcev/62RDP/JcZ2Q==", "dev": true, + "dependencies": { + "resolve": "^1.22.2", + "sass": "^1.63.0" + }, "peerDependencies": { - "esbuild": "^0.17.10", - "resolve": "^1.22.1", - "sass": "^1.58.3" + "esbuild": "^0.18.0" } }, "node_modules/esbuild-wasm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.17.19.tgz", - "integrity": "sha512-X9UQEMJMZXwlGCfqcBmJ1jEa+KrLfd+gCBypO/TSzo5hZvbVwFqpxj1YCuX54ptTF75wxmrgorR4RL40AKtLVg==", + "version": "0.18.17", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.18.17.tgz", + "integrity": "sha512-9OHGcuRzy+I8ziF9FzjfKLWAPbvi0e/metACVg9k6bK+SI4FFxeV6PcZsz8RIVaMD4YNehw+qj6UMR3+qj/EuQ==", "dev": true, "bin": { "esbuild": "bin/esbuild" @@ -2143,27 +2194,27 @@ } }, "node_modules/eslint": { - "version": "8.42.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz", - "integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==", + "version": "8.46.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz", + "integrity": "sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.42.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.1", + "@eslint/js": "^8.46.0", "@humanwhocodes/config-array": "^0.11.10", "@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.2", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -2173,7 +2224,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", @@ -2183,9 +2233,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": { @@ -2323,14 +2372,14 @@ } }, "node_modules/eslint-plugin-es-x": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-6.2.1.tgz", - "integrity": "sha512-uR34zUhZ9EBoiSD2DdV5kHLpydVEvwWqjteUr9sXRgJknwbKZJZhdJ7uFnaTtd+Nr/2G3ceJHnHXrFhJ67n3Tw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.2.0.tgz", + "integrity": "sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==", "dev": true, "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.1.2", - "@eslint-community/regexpp": "^4.5.0" + "@eslint-community/regexpp": "^4.6.0" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -2361,26 +2410,29 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.27.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", - "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz", + "integrity": "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==", "dev": true, "dependencies": { "array-includes": "^3.1.6", + "array.prototype.findlastindex": "^1.2.2", "array.prototype.flat": "^1.3.1", "array.prototype.flatmap": "^1.3.1", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.7", - "eslint-module-utils": "^2.7.4", + "eslint-module-utils": "^2.8.0", "has": "^1.0.3", - "is-core-module": "^2.11.0", + "is-core-module": "^2.12.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", + "object.fromentries": "^2.0.6", + "object.groupby": "^1.0.0", "object.values": "^1.1.6", - "resolve": "^1.22.1", - "semver": "^6.3.0", - "tsconfig-paths": "^3.14.1" + "resolve": "^1.22.3", + "semver": "^6.3.1", + "tsconfig-paths": "^3.14.2" }, "engines": { "node": ">=4" @@ -2410,6 +2462,23 @@ "node": ">=0.10.0" } }, + "node_modules/eslint-plugin-import/node_modules/resolve": { + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.3.tgz", + "integrity": "sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.12.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/eslint-plugin-jsx-a11y": { "version": "6.7.1", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", @@ -2441,20 +2510,20 @@ } }, "node_modules/eslint-plugin-n": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.0.tgz", - "integrity": "sha512-akkZTE3hsHBrq6CwmGuYCzQREbVUrA855kzcHqe6i0FLBkeY7Y/6tThCVkjUnjhvRBAlc+8lILcSe5QvvDpeZQ==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.1.tgz", + "integrity": "sha512-CDmHegJN0OF3L5cz5tATH84RPQm9kG+Yx39wIqIwPR2C0uhBGMWfbbOtetR83PQjjidA5aXMu+LEFw1jaSwvTA==", "dev": true, "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "builtins": "^5.0.1", - "eslint-plugin-es-x": "^6.1.0", - "ignore": "^5.1.1", - "is-core-module": "^2.12.0", + "eslint-plugin-es-x": "^7.1.0", + "ignore": "^5.2.4", + "is-core-module": "^2.12.1", "minimatch": "^3.1.2", "resolve": "^1.22.2", - "semver": "^7.5.0" + "semver": "^7.5.3" }, "engines": { "node": ">=16.0.0" @@ -2480,9 +2549,9 @@ } }, "node_modules/eslint-plugin-n/node_modules/semver": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz", - "integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==", + "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, "peer": true, "dependencies": { @@ -2515,9 +2584,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.32.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz", - "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==", + "version": "7.33.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz", + "integrity": "sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA==", "dev": true, "dependencies": { "array-includes": "^3.1.6", @@ -2533,7 +2602,7 @@ "object.values": "^1.1.6", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.4", - "semver": "^6.3.0", + "semver": "^6.3.1", "string.prototype.matchall": "^4.0.8" }, "engines": { @@ -2584,34 +2653,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-standard": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz", - "integrity": "sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==", - "deprecated": "standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with 'npm rm eslint-plugin-standard'. More info here: https://github.com/standard/standard/issues/1316", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "peerDependencies": { - "eslint": ">=5.0.0" - } - }, "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", @@ -2625,9 +2670,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.2", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz", + "integrity": "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2758,12 +2803,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" }, @@ -2823,9 +2868,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", @@ -2939,9 +2984,9 @@ "dev": true }, "node_modules/focus-trap": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.1.tgz", - "integrity": "sha512-rnXP5ERIjlo1gEZp7hQb4ekYqUxRuSDQeyWvxhahH3/GkWtd8h8g1C8Eu/KGpuvbUWNVeogK0kuzzrM4u2Z9jA==", + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.3.tgz", + "integrity": "sha512-BgSSbK4GPnS2VbtZ50VtOv1Sti6DIkj3+LkVjiWMNjLeAp1SH1UlLx3ULu/DCu4vq5R4/uvTm+zrvsMsuYmGLg==", "dependencies": { "tabbable": "^6.1.2" } @@ -3064,13 +3109,13 @@ } }, "node_modules/gettext-parser": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-2.1.0.tgz", - "integrity": "sha512-YGmu8DSm7PBnwItT+aOiqejOogqctHFzn+wBKUzjDFQP00psAtn/W2paWQxqE5eA5Ijrqaf7xuTKqyCHpuxnrg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-3.1.1.tgz", + "integrity": "sha512-vNhWcqXEtZPs5Ft1ReA34g7ByWotpcOIeJvXVy2jF3/G2U9v6W0wG4Z4hXzcU8R//jArqkgHcVCGgGqa4vxVlQ==", "dev": true, "dependencies": { "encoding": "^0.1.12", - "readable-stream": "^2.0.0", + "readable-stream": "^3.2.0", "safe-buffer": "^5.1.2" } }, @@ -3382,9 +3427,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.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.2.tgz", + "integrity": "sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==", "dev": true }, "node_modules/import-fresh": { @@ -3726,16 +3771,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" @@ -3769,9 +3810,9 @@ } }, "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true }, "node_modules/isexe": { @@ -3860,13 +3901,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" @@ -4214,9 +4257,9 @@ "dev": true }, "node_modules/node-releases": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", - "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", "dev": true, "peer": true }, @@ -4248,9 +4291,9 @@ } }, "node_modules/normalize-package-data/node_modules/semver": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz", - "integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==", + "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" @@ -4352,6 +4395,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/object.groupby": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz", + "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.21.2", + "get-intrinsic": "^1.2.1" + } + }, "node_modules/object.hasown": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", @@ -4392,17 +4447,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" @@ -4553,9 +4608,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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "dev": true, "funding": [ { @@ -4658,12 +4713,6 @@ "node": ">= 0.8.0" } }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true - }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -4868,9 +4917,9 @@ } }, "node_modules/read-pkg/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" @@ -4886,26 +4935,19 @@ } }, "node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/readable-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -4934,8 +4976,7 @@ "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==", - "dev": true + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "node_modules/regexp.prototype.flags": { "version": "1.5.0", @@ -5037,6 +5078,24 @@ "queue-microtask": "^1.2.2" } }, + "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==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -5078,9 +5137,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.63.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.4.tgz", - "integrity": "sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ==", + "version": "1.64.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.64.2.tgz", + "integrity": "sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -5103,9 +5162,9 @@ } }, "node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, "bin": { "semver": "bin/semver.js" @@ -5266,20 +5325,14 @@ "dev": true }, "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "dependencies": { - "safe-buffer": "~5.1.0" + "safe-buffer": "~5.2.0" } }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, "node_modules/string-natural-compare": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", @@ -5681,9 +5734,9 @@ "dev": true }, "node_modules/tabbable": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.1.2.tgz", - "integrity": "sha512-qCN98uP7i9z0fIS4amQ5zbGBOq+OSigYeGvPy7NDk8Y9yncqDZ9pRPgfsc2PJIVM9RrJj7GIfuRgmjoUU9zTHQ==" + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", + "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/table": { "version": "6.8.1", @@ -5730,11 +5783,11 @@ "dev": true }, "node_modules/throttle-debounce": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz", - "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", + "integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==", "engines": { - "node": ">=8" + "node": ">=12.22" } }, "node_modules/to-fast-properties": { @@ -5793,9 +5846,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "node_modules/type-check": { "version": "0.4.0", @@ -5821,6 +5874,57 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/typed-array-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", + "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", + "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/typed-array-length": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", @@ -5953,17 +6057,16 @@ } }, "node_modules/which-typed-array": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", - "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", + "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", "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", - "is-typed-array": "^1.1.10" + "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -5972,15 +6075,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -6022,9 +6116,17 @@ } }, "node_modules/xterm": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/xterm/-/xterm-4.18.0.tgz", - "integrity": "sha512-JQoc1S0dti6SQfI0bK1AZvGnAxH4MVw45ZPFSO6FHTInAiau3Ix77fSxNx3mX4eh9OL4AYa8+4C8f5UvnSfppQ==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/xterm/-/xterm-5.1.0.tgz", + "integrity": "sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==" + }, + "node_modules/xterm-addon-canvas": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/xterm-addon-canvas/-/xterm-addon-canvas-0.4.0.tgz", + "integrity": "sha512-iTC8CdjX9+hGX7jiEuiDMXzHsY/FKJdVnbjep5xjRXNu7RKOk15xuecIkJ7HZORqMVPpr4DGS3jyd9XUoBuxqw==", + "peerDependencies": { + "xterm": "^5.0.0" + } }, "node_modules/yallist": { "version": "3.1.1",