From 3cd9be8e7b9556964cdc64d84a9f80ff429069fd05273c90e45d86363f826806 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 3 Aug 2023 13:08:13 +0000 Subject: [PATCH 1/2] - Update to 295 * Performance and stability improvements * Bug fixes and translation updates - 1088.patch: upstreamed and removed OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-machines?expand=0&rev=22 --- 1088.patch | 2527 ----------------------------------- cockpit-machines-292.tar.gz | 3 - cockpit-machines-295.tar.gz | 3 + cockpit-machines.changes | 8 + cockpit-machines.spec | 6 +- node_modules.obscpio | 4 +- node_modules.spec.inc | 1027 +++++++------- package-lock.json | 961 ++++++------- 8 files changed, 1030 insertions(+), 3509 deletions(-) delete mode 100644 1088.patch delete mode 100644 cockpit-machines-292.tar.gz create mode 100644 cockpit-machines-295.tar.gz diff --git a/1088.patch b/1088.patch deleted file mode 100644 index ce80b3a..0000000 --- a/1088.patch +++ /dev/null @@ -1,2527 +0,0 @@ -From 2bd9d01ae4c02cfaad2b3d910f7afd484faf3458 Mon Sep 17 00:00:00 2001 -From: Martin Pitt -Date: Thu, 25 May 2023 06:53:36 +0200 -Subject: [PATCH 1/2] Update default $TEST_OS to fedora-38 - -See https://github.com/cockpit-project/bots/pull/4775 ---- - HACKING.md | 2 +- - Makefile | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -Index: cockpit-machines-292/HACKING.md -=================================================================== ---- cockpit-machines-292.orig/HACKING.md -+++ cockpit-machines-292/HACKING.md -@@ -79,7 +79,7 @@ css or other issues: - # Running tests locally - - Run `make vm` to build an RPM and install it into a standard Cockpit test VM. --This will be `fedora-37` by default. You can set `$TEST_OS` to use a different -+This will be `fedora-38` by default. You can set `$TEST_OS` to use a different - image, for example - - TEST_OS=centos-8-stream make vm -Index: cockpit-machines-292/Makefile -=================================================================== ---- cockpit-machines-292.orig/Makefile -+++ cockpit-machines-292/Makefile -@@ -3,7 +3,7 @@ PACKAGE_NAME := $(shell awk '/"name":/ { - RPM_NAME := cockpit-$(PACKAGE_NAME) - VERSION := $(shell T=$$(git describe 2>/dev/null) || T=1; echo $$T | tr '-' '.') - ifeq ($(TEST_OS),) --TEST_OS = fedora-37 -+TEST_OS = fedora-38 - endif - export TEST_OS - TARFILE=$(RPM_NAME)-$(VERSION).tar.xz -@@ -41,7 +41,7 @@ COCKPIT_REPO_FILES = \ - $(NULL) - - COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git --COCKPIT_REPO_COMMIT = 355c0aa59e3991243e10a61183e62ea129d3261a # 292 + 8 commits -+COCKPIT_REPO_COMMIT = 3ca979d542a4d6cf865f2132e0bdf1b06c49d07f # 292 + 56 commits - - $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) - COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' -Index: cockpit-machines-292/package.json -=================================================================== ---- cockpit-machines-292.orig/package.json -+++ cockpit-machines-292/package.json -@@ -45,12 +45,13 @@ - "stylelint-formatter-pretty": "^3.1.1" - }, - "dependencies": { -- "@patternfly/patternfly": "5.0.0-alpha.43", -- "@patternfly/react-console": "^5.0.0-alpha.1", -- "@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-console": "5.0.0-alpha.1", -+ "@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", - "deep-equal": "2.0.5", - "prop-types": "15.8.1", -Index: cockpit-machines-292/src/components/common/machinesConnectionSelector.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/common/machinesConnectionSelector.jsx -+++ cockpit-machines-292/src/components/common/machinesConnectionSelector.jsx -@@ -79,7 +79,7 @@ export const MachinesConnectionSelector - - } - > -- - -Index: cockpit-machines-292/src/components/common/needsShutdown.scss -=================================================================== ---- cockpit-machines-292.orig/src/components/common/needsShutdown.scss -+++ cockpit-machines-292/src/components/common/needsShutdown.scss -@@ -1,3 +1,3 @@ - .configuration-changes-list { -- margin-top: var(--pf-c-list--li--MarginTop); -+ margin-top: var(--pf-v5-c-list--li--MarginTop); - } -Index: cockpit-machines-292/src/components/common/overviewCard.css -=================================================================== ---- cockpit-machines-292.orig/src/components/common/overviewCard.css -+++ cockpit-machines-292/src/components/common/overviewCard.css -@@ -3,6 +3,6 @@ - } - - .overview-icon svg { -- color: var(--pf-c-description-list__term-icon--Color); -- font-size: var(--pf-c-description-list__term--FontSize); -+ color: var(--pf-v5-c-description-list__term-icon--Color); -+ font-size: var(--pf-v5-c-description-list__term--FontSize); - } -Index: cockpit-machines-292/src/components/common/stateIcon.scss -=================================================================== ---- cockpit-machines-292.orig/src/components/common/stateIcon.scss -+++ cockpit-machines-292/src/components/common/stateIcon.scss -@@ -1,20 +1,20 @@ - .resource-state-text { -- margin-right: var(--pf-c-label--PaddingRight); -+ margin-right: var(--pf-v5-c-label--PaddingRight); - - // In definition lists (for Overview), - // match text size and alignment -- .pf-c-table &, -- .pf-c-description-list & { -+ .pf-v5-c-table &, -+ .pf-v5-c-description-list & { - // Match text size - font-size: inherit; - // Compensate for padding - position: relative; - // Using margin to remove the extra padded space, - // instead of keeping the space and moving contents w/ just left/top -- margin-left: calc(-1 * var(--pf-c-label--PaddingLeft)); -+ margin-left: calc(-1 * var(--pf-v5-c-label--PaddingLeft)); - } - } - --.pf-c-label.resource-state--shut-off, .pf-c-label.resource-state--inactive { -+.pf-v5-c-label.resource-state--shut-off, .pf-v5-c-label.resource-state--inactive { - background: transparent; - } -Index: cockpit-machines-292/src/components/create-vm-dialog/createVmDialog.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/create-vm-dialog/createVmDialog.jsx -+++ cockpit-machines-292/src/components/create-vm-dialog/createVmDialog.jsx -@@ -507,7 +507,7 @@ const HelperMessageToken = ({ message }) - ); - - return ( -- -+ - {message && {message + " "}} - - { link } -@@ -524,7 +524,7 @@ const validationStates = { - }, - INPROGRESS: { - option: "default", -- message: {_("Checking token validity...")}, -+ message: {_("Checking token validity...")}, - }, - FAILED: { - option: "error", -@@ -1326,13 +1326,13 @@ class CreateVmModal extends React.Compon - validationFailed={validationFailed} /> - { this.props.mode === "create" - ? -- {_("Details")}} id="details-tab" className="pf-c-form"> -+ {_("Details")}} id="details-tab" className="pf-v5-c-form"> - {detailsTab} - - {_("Automation")}} - id="automation" -- className="pf-c-form" -+ className="pf-v5-c-form" - tooltip={automationTabTooltip} - isAriaDisabled={!!automationTabTooltip}> - {automationTab} -Index: cockpit-machines-292/src/components/create-vm-dialog/createVmDialog.scss -=================================================================== ---- cockpit-machines-292.orig/src/components/create-vm-dialog/createVmDialog.scss -+++ cockpit-machines-292/src/components/create-vm-dialog/createVmDialog.scss -@@ -2,12 +2,12 @@ - max-width: 5rem; - } - --.pf-c-tooltip__arrow { -+.pf-v5-c-tooltip__arrow { - margin-right: var(--pf-global--spacer--xl); - } - - .invalid-token-helper { -- color: var(--pf-c-form__helper-text--m-error--Color); -+ color: var(--pf-v5-c-form__helper-text--m-error--Color); - } - - // Move position of icon so it doens't get covered by scrollbar. -Index: cockpit-machines-292/src/components/storagePools/storagePoolDelete.scss -=================================================================== ---- cockpit-machines-292.orig/src/components/storagePools/storagePoolDelete.scss -+++ cockpit-machines-292/src/components/storagePools/storagePoolDelete.scss -@@ -1,4 +1,4 @@ - .pool-volumes-delete-list { - margin-top: var(--pf-global--spacer--sm); -- --pf-c-list--li--MarginTop: 0 !important; -+ --pf-v5-c-list--li--MarginTop: 0 !important; - } -Index: cockpit-machines-292/src/components/storagePools/storagePoolList.scss -=================================================================== ---- cockpit-machines-292.orig/src/components/storagePools/storagePoolList.scss -+++ cockpit-machines-292/src/components/storagePools/storagePoolList.scss -@@ -1,11 +1,11 @@ - #storage-pools-listing { -- .pf-c-table tbody > tr > * { -+ .pf-v5-c-table tbody > tr > * { - // These tables are 1 row tall; progress bar does odd stuff for alignment; - // vertical alignment makes text line up - vertical-align: middle; - } - -- .pf-c-table__toggle > .pf-c-button { -+ .pf-v5-c-table__toggle > .pf-v5-c-button { - // Undo the PF alignment offset, as we're aligning to the middle (see above) - margin-top: 0; - } -@@ -17,11 +17,11 @@ - --progress-bar-max: 12vw; - - td[data-label="Size"] { -- > .pf-c-progress { -+ > .pf-v5-c-progress { - // Fix progress bar size - grid-template-columns: minmax(var(--progress-bar-min), var(--progress-bar-max)) minmax(max-content, var(--progress-text)); - -- > .pf-c-progress__status { -+ > .pf-v5-c-progress__status { - // Align status text to the end (for GiB to align properly) - justify-self: end; - } -Index: cockpit-machines-292/src/components/storagePools/storagePoolVolumesTab.css -=================================================================== ---- cockpit-machines-292.orig/src/components/storagePools/storagePoolVolumesTab.css -+++ cockpit-machines-292/src/components/storagePools/storagePoolVolumesTab.css -@@ -1,3 +1,3 @@ --.pf-c-empty-state__content button:not(:first-child) { -+.pf-v5-c-empty-state__content button:not(:first-child) { - margin-left: 0.3em; - } -Index: cockpit-machines-292/src/components/vm/consoles/consoles.css -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/consoles/consoles.css -+++ cockpit-machines-292/src/components/vm/consoles/consoles.css -@@ -1,30 +1,30 @@ - @import "@patternfly/react-styles/css/components/Consoles/SerialConsole.css"; - --.pf-c-console, --.pf-c-console__vnc, --.pf-c-console__vnc > div, --.pf-c-console__vnc > div > div { -+.pf-v5-c-console, -+.pf-v5-c-console__vnc, -+.pf-v5-c-console__vnc > div, -+.pf-v5-c-console__vnc > div > div { - width: 100%; - height: 100%; - } - --.pf-c-console__actions { -+.pf-v5-c-console__actions { - max-width: 25ch; - } - --.pf-c-console { -+.pf-v5-c-console { - /* auto minimum width, causing problem */ - grid-template-columns: 1fr; - grid-template-rows: min-content 1fr; - } - --.consoles-page-expanded .actions-pagesection .pf-c-page__main-body { -+.consoles-page-expanded .actions-pagesection .pf-v5-c-page__main-body { - padding-bottom: 0; - } - - /* Hide send key button - there is not way to do that from the JS - * https://github.com/patternfly/patternfly-react/issues/3689 - */ --#pf-c-console__send-shortcut { -+#pf-v5-c-console__send-shortcut { - display: none; - } -Index: cockpit-machines-292/src/components/vm/consoles/serialConsole.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/consoles/serialConsole.jsx -+++ cockpit-machines-292/src/components/vm/consoles/serialConsole.jsx -@@ -89,13 +89,13 @@ class SerialConsoleCockpit extends React - - return ( - <> --
-+
- {this.state.channel - ? - : - } -
--
-+
- {t} -
- -Index: cockpit-machines-292/src/components/vm/disks/diskEdit.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/disks/diskEdit.jsx -+++ cockpit-machines-292/src/components/vm/disks/diskEdit.jsx -@@ -60,7 +60,7 @@ const CacheRow = ({ onValueChanged, dial - label={_("Cache")} - labelIcon={!shutoff && - -- - }> -@@ -90,7 +90,7 @@ const BusRow = ({ onValueChanged, dialog - -- - }> -Index: cockpit-machines-292/src/components/vm/filesystems/vmFilesystemsCard.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/filesystems/vmFilesystemsCard.jsx -+++ cockpit-machines-292/src/components/vm/filesystems/vmFilesystemsCard.jsx -@@ -205,7 +205,7 @@ const VmFilesystemAddModal = ({ connecti - labelIcon={ - - - -Index: cockpit-machines-292/src/components/vm/overview/bootOrder.css -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/overview/bootOrder.css -+++ cockpit-machines-292/src/components/vm/overview/bootOrder.css -@@ -14,7 +14,7 @@ - - /* Patternfly horizontal lists should convert to vertical in small screens https://github.com/patternfly/patternfly/issues/3630 */ - @media (max-width: 640px) { -- .boot-order-additional-info .pf-c-description-list { -- --pf-c-description-list__group--GridTemplateColumns: var(--pf-c-description-list--m-vertical__group--GridTemplateColumns); -+ .boot-order-additional-info .pf-v5-c-description-list { -+ --pf-v5-c-description-list__group--GridTemplateColumns: var(--pf-v5-c-description-list--m-vertical__group--GridTemplateColumns); - } - } -Index: cockpit-machines-292/src/components/vm/overview/cpuModal.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/overview/cpuModal.jsx -+++ cockpit-machines-292/src/components/vm/overview/cpuModal.jsx -@@ -229,7 +229,7 @@ export const CPUModal = ({ vm, maxVcpu, - -- - }> -@@ -250,7 +250,7 @@ export const CPUModal = ({ vm, maxVcpu, - -- - }> -@@ -271,7 +271,7 @@ export const CPUModal = ({ vm, maxVcpu, - -- - }> -Index: cockpit-machines-292/src/components/vm/overview/memorySelectRow.css -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/overview/memorySelectRow.css -+++ cockpit-machines-292/src/components/vm/overview/memorySelectRow.css -@@ -1,3 +1,3 @@ --.memory-slider .pf-c-slider__step-label { -+.memory-slider .pf-v5-c-slider__step-label { - min-width: 5ch; - } -Index: cockpit-machines-292/src/components/vm/overview/vmOverviewCard.jsx -=================================================================== ---- cockpit-machines-292.orig/src/components/vm/overview/vmOverviewCard.jsx -+++ cockpit-machines-292/src/components/vm/overview/vmOverviewCard.jsx -@@ -212,7 +212,7 @@ class VmOverviewCard extends React.Compo - -- - -@@ -102,7 +102,7 @@ const StorageRow = ({ storage, setStorag -

{_("Full disk images and the domain's memory will be migrated. Only non-shared, writable disk images will be transferred. Unused storage will remain on the origin after migration.")}

- - }> -- - -Index: cockpit-machines-292/src/components/vms/hostvmslist.scss -=================================================================== ---- cockpit-machines-292.orig/src/components/vms/hostvmslist.scss -+++ cockpit-machines-292/src/components/vms/hostvmslist.scss -@@ -2,14 +2,14 @@ - @import "@patternfly/patternfly/base/patternfly-variables.scss"; - - /* Style the list cards as ct-cards */ --.pf-c-page__main-section .pf-c-card { -+.pf-v5-c-page__main-section .pf-v5-c-card { - @extend .ct-card; - } - - // PF4 issue https://github.com/patternfly/patternfly-react/issues/4612 --// Mimic .pf-c-table__action -+// Mimic .pf-v5-c-table__action - #virtual-machines-listing td:last-child { -- --pf-c-table--cell--Width: 1%; -+ --pf-v5-c-table--cell--Width: 1%; - } - - // Expand the link to the container, for easier clickability -@@ -21,6 +21,6 @@ - /* Add the missing space when the list's toolbar wraps - * patternfly/patternfly#3348 - */ --.pf-c-toolbar__content-section { -+.pf-v5-c-toolbar__content-section { - gap: var(--pf-global--spacer--sm) 0; - } -Index: cockpit-machines-292/src/machines.scss -=================================================================== ---- cockpit-machines-292.orig/src/machines.scss -+++ cockpit-machines-292/src/machines.scss -@@ -7,31 +7,33 @@ - @import "@patternfly/patternfly/sass-utilities/colors.scss"; - @import "@patternfly/patternfly/sass-utilities/scss-variables.scss"; - @import "@patternfly/patternfly/sass-utilities/mixins.scss"; -+ // for $alert -+@import "@patternfly/patternfly/sass-utilities/component-namespaces.scss"; - @import "@patternfly/patternfly/components/Alert/alert.scss"; - - /* Utilities */ - @import "@patternfly/patternfly/utilities/Text/text.css"; - - /* Style the list cards as ct-cards */ --.pf-c-page__main-section > .pf-c-card { -+.pf-v5-c-page__main-section > .pf-v5-c-card { - @extend .ct-card; - } - --.pf-c-form__group .pf-c-helper-text { -- margin-top: var(--pf-c-form__helper-text--MarginTop); -+.pf-v5-c-form__group .pf-v5-c-helper-text { -+ margin-top: var(--pf-v5-c-form__helper-text--MarginTop); - } - - /* Create a hybrid popover with an alert style */ --.ct-popover-alert .pf-c-popover__content { -- @extend .pf-c-alert; -+.ct-popover-alert .pf-v5-c-popover__content { -+ @extend .pf-v5-c-alert; - @extend .pf-m-danger; - display: block; - box-shadow: none; - } - - /* Also style the hybrid popover alert title like an alert */ --.ct-popover-alert .pf-c-title { -- @extend .pf-c-alert__title; -+.ct-popover-alert .pf-v5-c-title { -+ @extend .pf-v5-c-alert__title; - font-size: inherit; - } - -@@ -56,27 +58,27 @@ - margin: 0.25rem 0 0.25rem 0.5rem; - } - --.machines-listing-actions > .pf-c-dropdown { -+.machines-listing-actions > .pf-v5-c-dropdown { - margin-top: 0.25rem; - } - --.pf-c-dropdown__menu-item.pf-m-danger { -+.pf-v5-c-dropdown__menu-item.pf-m-danger { - color: var(--pf-global--danger-color--200); - } - --.pf-c-table { -+.pf-v5-c-table { - .btn-group { - align-items: center; - } - -- > tbody > tr:not(.pf-c-table__expandable-row) > [data-label="Actions"] .pf-c-button { -+ > tbody > tr:not(.pf-v5-c-table__expandable-row) > [data-label="Actions"] .pf-v5-c-button { - // vertical: compensate for padding; fixing alignment - // horizontal: add some needed padding - margin: -0.25rem 0.25rem; - } - } - --.machines-connection-selector > .pf-c-radio:first-child { -+.machines-connection-selector > .pf-v5-c-radio:first-child { - padding-right: var(--pf-global--spacer--md); - } - -@@ -85,7 +87,7 @@ - max-width: 5rem; - } - --.ct-external-docs-link.pf-c-button.pf-m-link.pf-m-inline { -+.ct-external-docs-link.pf-v5-c-button.pf-m-link.pf-m-inline { - padding-left: var(--pf-global--spacer--sm); - } - -@@ -94,19 +96,19 @@ - } - - // Do not add a box-shadow to a "subsection", while it's technically correct it looks weird. --.pf-c-page__main-section.pf-m-light.actions-pagesection { -+.pf-v5-c-page__main-section.pf-m-light.actions-pagesection { - box-shadow: none; - } - - .virtualization-disabled-empty-state { - // Use a max width of 60 0-characters across and let it size for mobile too -- --pf-c-empty-state__content--MaxWidth: min(60ch, 100%); -+ --pf-v5-c-empty-state__content--MaxWidth: min(60ch, 100%); - } - - // Can be removed once https://github.com/cockpit-project/cockpit/pull/18694 is included in the used pkg/lib - .pf-theme-dark { -- .pf-c-page__main-group section { -- --pf-c-page__main-breadcrumb--BackgroundColor: var(--pf-global--BackgroundColor--dark-100); -+ .pf-v5-c-page__main-group section { -+ --pf-v5-c-page__main-breadcrumb--BackgroundColor: var(--pf-global--BackgroundColor--dark-100); - background-color: var(--pf-global--BackgroundColor--dark-100); - } - } -Index: cockpit-machines-292/test/check-machines-consoles -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-consoles -+++ cockpit-machines-292/test/check-machines-consoles -@@ -47,10 +47,10 @@ class TestMachinesConsoles(VirtualMachin - self.goToVmPage("subVmTest1") - - # since VNC is not defined for this VM, the view for "Desktop Viewer" is rendered by default -- b.wait_in_text(".pf-c-console__manual-connection dl > div:first-child dd", "127.0.0.1") -- b.wait_in_text(".pf-c-console__manual-connection dl > div:nth-child(2) dd", "5900") -+ b.wait_in_text(".pf-v5-c-console__manual-connection dl > div:first-child dd", "127.0.0.1") -+ b.wait_in_text(".pf-v5-c-console__manual-connection dl > div:nth-child(2) dd", "5900") - -- b.click(".pf-c-console__remote-viewer-launch-vv") # "Launch Remote Viewer" button -+ b.click(".pf-v5-c-console__remote-viewer-launch-vv") # "Launch Remote Viewer" button - b.wait_visible("#dynamically-generated-file") # is .vv file generated for download? - self.assertEqual(b.attr("#dynamically-generated-file", "href"), - u"data:application/x-virt-viewer,%5Bvirt-viewer%5D%0Atype%3Dspice%0Ahost%3D127.0.0.1%0Aport%3D5900%0Adelete-this-file%3D1%0Afullscreen%3D0%0A") -@@ -63,8 +63,8 @@ class TestMachinesConsoles(VirtualMachin - b.click("button:contains(Expand)") - - # Check "More information" -- b.click('.pf-c-console__remote-viewer .pf-c-expandable-section__toggle') -- b.wait_in_text('.pf-c-expandable-section__content', -+ b.click('.pf-v5-c-console__remote-viewer .pf-v5-c-expandable-section__toggle') -+ b.wait_in_text('.pf-v5-c-expandable-section__content', - 'Clicking "Launch remote viewer" will download') - - b.assert_pixels("#vm-subVmTest1-consoles-page", "vm-details-console-external", skip_layouts=["rtl"]) -@@ -85,7 +85,7 @@ class TestMachinesConsoles(VirtualMachin - self.goToVmPage("subVmTest1") - - # since VNC is defined for this VM, the view for "In-Browser Viewer" is rendered by default -- b.wait_visible(".pf-c-console__vnc canvas") -+ b.wait_visible(".pf-v5-c-console__vnc canvas") - - # make sure the log file is full - then empty it and reboot the VM - the log file should fill up again - self.waitCirrOSBooted(args['logfile']) -@@ -112,10 +112,10 @@ class TestMachinesConsoles(VirtualMachin - self.goToVmPage(name) - b.wait_in_text(f"#vm-{name}-system-state", "Running") - -- b.click("#pf-c-console__type-selector") -- b.wait_visible("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.click("#pf-v5-c-console__type-selector") -+ b.wait_visible("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - b.click("#SerialConsole button") -- b.wait_not_present("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.wait_not_present("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - - b.wait_in_text(f"#{name}-terminal .xterm-accessibility-tree", f"Connected to domain '{name}'") - -@@ -138,15 +138,15 @@ class TestMachinesConsoles(VirtualMachin - - b.click("button:contains(Expand)") - b.assert_pixels("#vm-vmWithSerialConsole-consoles-page", "vm-details-console-serial", -- ignore=[".pf-c-console__vnc"], skip_layouts=["rtl"]) -+ ignore=[".pf-v5-c-console__vnc"], skip_layouts=["rtl"]) - - # Add a second serial console - m.execute("virsh destroy vmWithSerialConsole; virt-xml --add-device vmWithSerialConsole --console pty,target_type=virtio; virsh start vmWithSerialConsole") -- b.click("#pf-c-console__type-selector") -- b.wait_visible("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.click("#pf-v5-c-console__type-selector") -+ b.wait_visible("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - b.click("li:contains('Serial console (console0)') button") - b.wait(lambda: m.execute("ps aux | grep 'virsh -c qemu:///system console vmWithSerialConsole console0'")) -- b.click("#pf-c-console__type-selector") -+ b.click("#pf-v5-c-console__type-selector") - b.click("li:contains('Serial console (console1)') button") - b.wait(lambda: m.execute("ps aux | grep 'virsh -c qemu:///system console vmWithSerialConsole console1'")) - -@@ -160,8 +160,8 @@ class TestMachinesConsoles(VirtualMachin - m.execute("virsh start vmWithSerialConsole") - - for i in range(0, 6): -- b.click("#pf-c-console__type-selector") -- b.wait_visible("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.click("#pf-v5-c-console__type-selector") -+ b.wait_visible("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - b.click(f'li:contains(\'Serial console ({"serial" if i == 0 else "console"}{i})\') button') - b.wait(lambda: m.execute(f'ps aux | grep \'virsh -c qemu:///system console vmWithSerialConsole {"serial" if i == 0 else "console"}{i}\'')) - -@@ -187,22 +187,22 @@ class TestMachinesConsoles(VirtualMachin - - # test switching console from serial to graphical - b.wait_visible(f"#vm-{name}-consoles") -- b.wait_visible(".pf-c-console__vnc canvas") -+ b.wait_visible(".pf-v5-c-console__vnc canvas") - -- b.click("#pf-c-console__type-selector") -- b.wait_visible("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.click("#pf-v5-c-console__type-selector") -+ b.wait_visible("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - b.click("#SerialConsole button") -- b.wait_not_present("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.wait_not_present("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - -- b.wait_not_present(".pf-c-console__vnc canvas") -+ b.wait_not_present(".pf-v5-c-console__vnc canvas") - b.wait_visible(f"#{name}-terminal") - - # Go back to Vnc console -- b.click("#pf-c-console__type-selector") -- b.wait_visible("#pf-c-console__type-selector + .pf-c-select__menu") -+ b.click("#pf-v5-c-console__type-selector") -+ b.wait_visible("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") - b.click("#VncConsole button") -- b.wait_not_present("#pf-c-console__type-selector + .pf-c-select__menu") -- b.wait_visible(".pf-c-console__vnc canvas") -+ b.wait_not_present("#pf-v5-c-console__type-selector + .pf-v5-c-select__menu") -+ b.wait_visible(".pf-v5-c-console__vnc canvas") - - # Go to the expanded console view - b.click("button:contains(Expand)") -Index: cockpit-machines-292/test/check-machines-create -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-create -+++ cockpit-machines-292/test/check-machines-create -@@ -870,9 +870,9 @@ vnc_password= "{vnc_passwd}" - - b.wait_visible("#create-vm-dialog") - if self.sourceType == 'disk_image': -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Import a virtual machine") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Import a virtual machine") - else: -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Create new virtual machine") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Create new virtual machine") - - if self.os_name is not None: - # remove os codename from os name, e.g.: 'bullseye' in 'Debian 11 (bullseye)' -@@ -1028,7 +1028,7 @@ vnc_password= "{vnc_passwd}" - def checkOsSorted(self, sorted_list): - b = self.browser - -- b.click("#os-select-group .pf-c-select .pf-c-button") -+ b.click("#os-select-group .pf-v5-c-select .pf-v5-c-button") - - # Find the first OS from the sorted list, and get a text of it's next neighbour - next_os = b.text(f"#os-select-group li:contains({sorted_list[0]}) + li") -@@ -1044,9 +1044,9 @@ vnc_password= "{vnc_passwd}" - - def createAndVerifyVirtInstallArgsCloudInit(self): - if self.create_and_run: -- self.browser.click(".pf-c-modal-box__footer button:contains(Create and run)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Create and run)") - else: -- self.browser.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - self.browser.wait_not_present("#create-vm-dialog") - - if self.create_and_run: -@@ -1096,9 +1096,9 @@ vnc_password= "{vnc_passwd}" - m = self.machine - - if self.create_and_run: -- self.browser.click(".pf-c-modal-box__footer button:contains(Create and run)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Create and run)") - else: -- self.browser.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - self.browser.wait_not_present("#create-vm-dialog") - self.browser.wait_text(f"#vm-{self.name}-{self.connection}-state", "Shut off") - -@@ -1119,9 +1119,9 @@ vnc_password= "{vnc_passwd}" - - def createAndVerifyVirtInstallArgsUnattended(self): - if self.create_and_run: -- self.browser.click(".pf-c-modal-box__footer button:contains(Create and run)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Create and run)") - else: -- self.browser.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - self.browser.wait_not_present("#create-vm-dialog") - if self.storage_pool != NO_STORAGE: - self.goToVmPage(self.name) -@@ -1245,7 +1245,7 @@ vnc_password= "{vnc_passwd}" - def cancel(self, force=False): - b = self.browser - if b.is_present("#create-vm-dialog"): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#create-vm-dialog") - elif force: - raise Exception("There is no dialog to cancel") -@@ -1257,31 +1257,31 @@ vnc_password= "{vnc_passwd}" - if create: - if self.sourceType == 'disk_image': - if self.create_and_run: -- b.click(".pf-c-modal-box__footer button:contains(Import and run)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Import and run)") - else: -- b.click(".pf-c-modal-box__footer button:contains(Import and edit)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Import and edit)") - else: - if self.create_and_run: -- b.click(".pf-c-modal-box__footer button:contains(Create and run)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and run)") - else: -- b.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - - for error, error_msg in errors.items(): - if is_warning: -- error_location = f".pf-c-modal-box__body #{error}-group .pf-c-form__helper-text .pf-m-warning" -+ error_location = f".pf-v5-c-modal-box__body #{error}-group .pf-v5-c-form__helper-text .pf-m-warning" - else: -- error_location = f".pf-c-modal-box__body #{error}-group .pf-c-form__helper-text .pf-m-error" -+ error_location = f".pf-v5-c-modal-box__body #{error}-group .pf-v5-c-form__helper-text .pf-m-error" - b.wait_visible(error_location) - if (error_msg): - b.wait_in_text(error_location, error_msg) - - if create: - if self.sourceType == 'disk_image': -- b.wait_visible(".pf-c-modal-box__footer button:contains(Import and run)[aria-disabled=true]") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Import and edit)[aria-disabled=true]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Import and run)[aria-disabled=true]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Import and edit)[aria-disabled=true]") - else: -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create and run)[aria-disabled=true]") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create and edit)[aria-disabled=true]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create and run)[aria-disabled=true]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create and edit)[aria-disabled=true]") - - return self - -@@ -1299,11 +1299,11 @@ vnc_password= "{vnc_passwd}" - ', '.join(errors), b.text(error_location))) - - if self.create_and_run: -- b.click(".pf-c-modal-box__footer button:contains(Create and run)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and run)") - else: -- b.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - -- error_location = ".pf-c-modal-box__footer div.pf-c-alert" -+ error_location = ".pf-v5-c-modal-box__footer div.pf-v5-c-alert" - - try: - with b.wait_timeout(10): -@@ -1318,7 +1318,7 @@ vnc_password= "{vnc_passwd}" - raise - else: - # then error should be shown in the notification area -- error_location = ".pf-c-alert-group li .pf-c-alert" -+ error_location = ".pf-v5-c-alert-group li .pf-v5-c-alert" - with b.wait_timeout(20): - b.wait_visible(error_location) - b.wait_in_text("button.alert-link.more-button", "show more") -@@ -1326,8 +1326,8 @@ vnc_password= "{vnc_passwd}" - waitForError(errors, error_location) - - # Close the notification -- b.click(".pf-c-alert-group li .pf-c-alert button.pf-m-plain") -- b.wait_not_present(".pf-c-alert-group li .pf-c-alert") -+ b.click(".pf-v5-c-alert-group li .pf-v5-c-alert button.pf-m-plain") -+ b.wait_not_present(".pf-v5-c-alert-group li .pf-v5-c-alert") - - return self - -@@ -1486,14 +1486,14 @@ vnc_password= "{vnc_passwd}" - b = self.browser - if dialog.sourceType == 'disk_image': - if dialog.create_and_run: -- b.click(".pf-c-modal-box__footer button:contains(Import and run)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Import and run)") - else: -- b.click(".pf-c-modal-box__footer button:contains(Import and edit)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Import and edit)") - else: - if dialog.create_and_run: -- b.click(".pf-c-modal-box__footer button:contains(Create and run)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and run)") - else: -- b.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - - final_state = "Running" if dialog.create_and_run else "Shut off" - # Test dowloading RHEL image shows the progress of the download -@@ -1504,9 +1504,9 @@ vnc_password= "{vnc_passwd}" - # Progress is shown in VM state in VMs list - self.assertRegex(b.text(f"#vm-{dialog.name}-{dialog.connection}-state"), r"^.*[0-9][0-9]?%$|^100%$") - else: -- b.wait_in_text(".pf-c-empty-state__content", "Downloading image") -+ b.wait_in_text(".pf-v5-c-empty-state__content", "Downloading image") - # Progress is shown at VM page empty state -- self.assertRegex(b.text(".pf-c-empty-state__body .pf-c-progress__status"), r"^[0-9][0-9]?%$|^100%$") -+ self.assertRegex(b.text(".pf-v5-c-empty-state__body .pf-v5-c-progress__status"), r"^[0-9][0-9]?%$|^100%$") - - b.wait_in_text(f"#vm-{dialog.name}-{dialog.connection}-state", final_state) - b.wait_not_present("#create-vm-dialog") -@@ -1559,7 +1559,7 @@ vnc_password= "{vnc_passwd}" - m.execute("virsh net-destroy default") - b.wait_in_text(f"#vm-{name}-{connection}-state", "Shut off") - b.wait_visible(f"#vm-{name}-{connection}-install") -- b.wait_in_text(".pf-c-alert", "failed to get installed") -+ b.wait_in_text(".pf-v5-c-alert", "failed to get installed") - # can reattempt installation - b.wait_visible(f"#vm-{name}-{connection}-install") - # can't run, as it is still in install phase -@@ -1620,7 +1620,7 @@ vnc_password= "{vnc_passwd}" - memory_text = "/ " + f"{dialog.memory_size / 1024:.1f}".rstrip('.0') + " GiB" - else: - memory_text = "/ " + f"{dialog.memory_size:.1f}".rstrip('.0') + f" {dialog.memory_size_unit}" -- b.wait_in_text(".memory-usage-chart .pf-c-progress__status > .pf-c-progress__measure", memory_text) -+ b.wait_in_text(".memory-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure", memory_text) - - # check disks - # Test disk got imported/created -@@ -1657,7 +1657,7 @@ vnc_password= "{vnc_passwd}" - else: - raise AssertionError("Unknown disk device") - else: -- b.wait_in_text(f"#vm-{name}-disks .pf-c-empty-state", "No disks defined") -+ b.wait_in_text(f"#vm-{name}-disks .pf-v5-c-empty-state", "No disks defined") - b.click(f"#vm-{name}-disks-adddisk") - b.click(f"#vm-{name}-disks-adddisk-dialog-cancel") - return self -@@ -1690,15 +1690,15 @@ vnc_password= "{vnc_passwd}" - - # wait until virt-install process is finished - wait(lambda: "virt-install" not in self.machine.execute("ps aux | grep '[v]irt-install --connect' || true")) -- b.wait_in_text("#virtual-machines-listing .pf-c-empty-state", "No VM is running") -+ b.wait_in_text("#virtual-machines-listing .pf-v5-c-empty-state", "No VM is running") - # wait for the vm and disks to be deleted - self.machine.execute("until test -z $(virsh list --all --name); do sleep 1; done") - self.machine.execute("until test -z $(ls /home/admin/.local/share/libvirt/images/ 2>/dev/null); do sleep 1; done") - - # When we delete a VM while virt-install is running there will be an error -- while (b.is_present(".pf-c-alert-group li")): -- b.click(".pf-c-alert-group li:first-of-type .pf-c-alert button.pf-m-plain") -- b.wait_not_present(".pf-c-alert-group") -+ while (b.is_present(".pf-v5-c-alert-group li")): -+ b.click(".pf-v5-c-alert-group li:first-of-type .pf-v5-c-alert button.pf-m-plain") -+ b.wait_not_present(".pf-v5-c-alert-group") - - return self - -@@ -1765,8 +1765,8 @@ vnc_password= "{vnc_passwd}" - b.wait_in_text("#token-helper-message", error_msg) - b.wait_in_text("#token-helper-message", "Get a new RHSM token") - if create_disabled: -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create and run)[aria-disabled=true]") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create and edit)[aria-disabled=true]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create and run)[aria-disabled=true]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create and edit)[aria-disabled=true]") - - dialog.cancel() - -@@ -1869,7 +1869,7 @@ vnc_password= "{vnc_passwd}" - dialog.open() \ - .fill() \ - -- b.click(".pf-c-modal-box__footer button:contains(Create and edit)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create and edit)") - b.wait_not_present("#create-vm-dialog") - - wait(lambda: "fedora28" in m.execute("virsh dumpxml VmNotInstalled"), delay=3) -@@ -1888,11 +1888,11 @@ vnc_password= "{vnc_passwd}" - b.set_input_text("#vm-VmNotInstalled-memory-modal-memory", "130") - b.blur("#vm-VmNotInstalled-memory-modal-memory") - b.click("#vm-VmNotInstalled-memory-modal-save") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - - # Change vCPUs setting - b.click("#vm-VmNotInstalled-cpu button") -- b.wait_visible(".pf-c-modal-box__body") -+ b.wait_visible(".pf-v5-c-modal-box__body") - b.set_input_text("#machines-vcpu-max-field input", "8") - b.blur("#machines-vcpu-max-field") - b.set_input_text("#machines-vcpu-count-field input", "2") -@@ -1901,16 +1901,16 @@ vnc_password= "{vnc_passwd}" - b.select_from_dropdown("#coresSelect", "2") - b.select_from_dropdown("#threadsSelect", "2") - b.click("#machines-cpu-modal-dialog-apply") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - - # Change Boot Order setting - bootOrder = b.text("#vm-VmNotInstalled-boot-order") - b.click("#vm-VmNotInstalled-boot-order button") -- b.wait_visible(".pf-c-modal-box__body") -+ b.wait_visible(".pf-v5-c-modal-box__body") - b.set_checked("#vm-VmNotInstalled-order-modal-device-1-checkbox", True) - b.click("#vm-VmNotInstalled-order-modal-device-row-0 #vm-VmNotInstalled-order-modal-down") - b.click("#vm-VmNotInstalled-order-modal-save") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - - # Attach some interface - m.execute("virsh attach-interface --persistent VmNotInstalled bridge virbr0") -@@ -1920,10 +1920,10 @@ vnc_password= "{vnc_passwd}" - # Change the os boot firmware configuration - b.wait_in_text("#vm-VmNotInstalled-firmware", "BIOS") - b.click("#vm-VmNotInstalled-firmware") -- b.wait_visible(".pf-c-modal-box__body") -- b.select_from_dropdown(".pf-c-modal-box__body select", "efi") -+ b.wait_visible(".pf-v5-c-modal-box__body") -+ b.select_from_dropdown(".pf-v5-c-modal-box__body select", "efi") - b.click("#firmware-dialog-apply") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - b.wait_in_text("#vm-VmNotInstalled-firmware", "UEFI") - - # Temporarily delete the OVMF binary and check the firmware options again -@@ -1944,7 +1944,7 @@ vnc_password= "{vnc_passwd}" - b.enter_page('/machines') - - b.mouse("#vm-VmNotInstalled-firmware-tooltip", "mouseenter") -- b.wait_in_text(".pf-c-tooltip", "Libvirt did not detect any UEFI/OVMF firmware image installed on the host") -+ b.wait_in_text(".pf-v5-c-tooltip", "Libvirt did not detect any UEFI/OVMF firmware image installed on the host") - b.mouse("#vm-VmNotInstalled-firmware-tooltip", "mouseleave") - b.wait_not_present("#missing-uefi-images") - m.execute("umount " + ovmf_path) -@@ -1967,18 +1967,18 @@ vnc_password= "{vnc_passwd}" - b.wait_val("#vm-VmNotInstalled-memory-modal-max-memory", "150") - b.wait_val("#vm-VmNotInstalled-memory-modal-memory", "130") - b.click("#vm-VmNotInstalled-memory-modal-cancel") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - - # Check vCPU settings have persisted - b.click("#vm-VmNotInstalled-cpu button") -- b.wait_visible(".pf-c-modal-box__body") -+ b.wait_visible(".pf-v5-c-modal-box__body") - b.wait_val("#machines-vcpu-max-field input", "8") - b.wait_val("#machines-vcpu-count-field input", "2") - b.wait_val("#socketsSelect", "2") - b.wait_val("#coresSelect", "2") - b.wait_val("#threadsSelect", "2") - b.click("#machines-cpu-modal-dialog-cancel") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - - # Check changed boot order have persisted - b.wait_text_not("#vm-VmNotInstalled-boot-order", bootOrder) -@@ -2017,7 +2017,7 @@ vnc_password= "{vnc_passwd}" - create_and_run=False) - dialog.open().fill() - -- b.click(".pf-c-modal-box__footer #create-and-edit") -+ b.click(".pf-v5-c-modal-box__footer #create-and-edit") - b.wait_not_present("#create-vm-dialog") - - self.waitVmPage("VmNotInstalledBios") -@@ -2025,10 +2025,10 @@ vnc_password= "{vnc_passwd}" - # Show and keep the os boot firmware configuration - b.wait_in_text("#vm-VmNotInstalledBios-firmware", "BIOS") - b.click("#vm-VmNotInstalledBios-firmware") -- b.wait_visible(".pf-c-modal-box__body") -- b.wait_val(".pf-c-modal-box__body select", "bios") -+ b.wait_visible(".pf-v5-c-modal-box__body") -+ b.wait_val(".pf-v5-c-modal-box__body select", "bios") - b.click("#firmware-dialog-apply") -- b.wait_not_present(".pf-c-modal-box__body") -+ b.wait_not_present(".pf-v5-c-modal-box__body") - b.wait_in_text("#vm-VmNotInstalledBios-firmware", "BIOS") - - # Install the VM -@@ -2068,8 +2068,8 @@ vnc_password= "{vnc_passwd}" - os_short_id=config.RHEL_8_1_SHORTID) \ - .open() \ - .fill() -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create and run)[aria-disabled=false]") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create and edit)[aria-disabled=false]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create and run)[aria-disabled=false]") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create and edit)[aria-disabled=false]") - dialog.cancel() - - runner.checkDialogErrorTest(TestMachinesCreate.VmDialog(self, sourceType='os', -Index: cockpit-machines-292/test/check-machines-disks -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-disks -+++ cockpit-machines-292/test/check-machines-disks -@@ -85,7 +85,7 @@ class TestMachinesDisks(VirtualMachinesC - def save(target, xfail=None): - b.click(f"#vm-subVmTest1-disks-{target}-edit-dialog-save") - if xfail: -- b.wait_in_text(f"#vm-subVmTest1-disks-{target}-edit-dialog .pf-c-alert", xfail) -+ b.wait_in_text(f"#vm-subVmTest1-disks-{target}-edit-dialog .pf-v5-c-alert", xfail) - else: - b.wait_not_present(f"#vm-subVmTest1-disks-{target}-edit-dialog") - -@@ -117,7 +117,7 @@ class TestMachinesDisks(VirtualMachinesC - - # Test close button - open("vdg") -- b.click("#vm-subVmTest1-disks-vdg-edit-dialog > .pf-c-modal-box__close button") -+ b.click("#vm-subVmTest1-disks-vdg-edit-dialog > .pf-v5-c-modal-box__close button") - b.wait_not_present("#vm-subVmTest1-disks-vdg-edit-dialog") - - # Test qcow2 disk has only readonly attribute configurable -@@ -194,7 +194,7 @@ class TestMachinesDisks(VirtualMachinesC - save("sdb", "readonly sata disks are not supported") - cancel("sdb") - open("sdb") -- b.wait_not_present("#vm-subVmTest1-disks-sdb-edit-dialog .pf-c-alert") -+ b.wait_not_present("#vm-subVmTest1-disks-sdb-edit-dialog .pf-v5-c-alert") - cancel("sdb") - - # Virtio bus type should not be shown for CDROM devices -@@ -279,7 +279,7 @@ class TestMachinesDisks(VirtualMachinesC - b.select_from_dropdown("#vm-subVmTest1-disks-adddisk-existing-select-pool", "images") - b.select_from_dropdown("#vm-subVmTest1-disks-adddisk-existing-select-volume", "subVmTest2-2.img") - b.wait_in_text("#vm-subVmTest1-disks-adddisk-existing-select-volume-helper", "used by subVmTest2") -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - - # Test remove disk - by external action - m.execute("virsh detach-disk subVmTest1 vdc") -@@ -352,7 +352,7 @@ class TestMachinesDisks(VirtualMachinesC - b = self.test_obj.browser - prefix = f"#vm-{self.vm_name}-disks-{self.target}-insert" - b.click(prefix) # button -- b.wait_in_text(".pf-c-modal-box__title", "Insert disc media") -+ b.wait_in_text(".pf-v5-c-modal-box__title", "Insert disc media") - - b.wait_visible(f"{prefix}-dialog-adddisk-custompath:checked") - if self.mode == "use-existing": -@@ -377,13 +377,13 @@ class TestMachinesDisks(VirtualMachinesC - - def insert(self): - b = self.test_obj.browser -- b.click(".pf-c-modal-box__footer button:contains(Insert)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Insert)") - - return self - - def verify(self): - b = self.test_obj.browser -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_not_present(".pf-v5-c-modal-box") - - disks = self._get_disks() - -@@ -408,7 +408,7 @@ class TestMachinesDisks(VirtualMachinesC - def eject(self): - b = self.test_obj.browser - b.click(f"#vm-{self.vm_name}-disks-{self.target}-eject-button") # button -- b.wait_in_text(".pf-c-modal-box__title", "Eject disc from VM") -+ b.wait_in_text(".pf-v5-c-modal-box__title", "Eject disc from VM") - - if self.mode == "custom-path": - b.wait_in_text(f"#vm-{self.vm_name}-disks-{self.target}-modal-description-file", self.file_path) -@@ -416,8 +416,8 @@ class TestMachinesDisks(VirtualMachinesC - b.wait_in_text(f"#vm-{self.vm_name}-disks-{self.target}-modal-description-pool dd", self.pool_name) - b.wait_in_text(f"#vm-{self.vm_name}-disks-{self.target}-modal-description-volume dd", self.volume_name) - -- b.click(".pf-c-modal-box__footer button:contains(Eject)") -- b.wait_not_present(".pf-c-modal-box") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Eject)") -+ b.wait_not_present(".pf-v5-c-modal-box") - - return self - -@@ -426,7 +426,7 @@ class TestMachinesDisks(VirtualMachinesC - m = self.test_obj.machine - - b.click(f"#vm-{self.vm_name}-disks-{self.target}-eject-button") # button -- b.wait_in_text(".pf-c-modal-box__title", "Eject disc from VM") -+ b.wait_in_text(".pf-v5-c-modal-box__title", "Eject disc from VM") - - # "Force eject" button is only shown if regular ejection fail - # This might be a bit dirty, but one easy way to cause regular ejection to -@@ -434,11 +434,11 @@ class TestMachinesDisks(VirtualMachinesC - # This will return "domain is not running" failure, but that's fine, as we - # offer "Force eject" option after any kind of failure - m.execute(f"virsh destroy {self.vm_name}") -- b.click(".pf-c-modal-box__footer button:contains(Eject)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Eject)") - - # Check "Force eject" is present and Regular eject is disabled -- b.wait_visible(".pf-c-modal-box__footer button:contains(Eject):disabled") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Force eject)") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Eject):disabled") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Force eject)") - - # Start the VM again so "Force eject" will work - m.execute(f"virsh start {self.vm_name}") -@@ -449,8 +449,8 @@ class TestMachinesDisks(VirtualMachinesC - m.spawn("dbus-monitor --system \"interface='org.libvirt.Domain',member='UpdateDevice'\" > /tmp/dbus_monitor_logs", "dbusmonitor") - - # Force eject the disc -- b.click(".pf-c-modal-box__footer button:contains(Force eject)") -- b.wait_not_present(".pf-c-modal-box") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Force eject)") -+ b.wait_not_present(".pf-v5-c-modal-box") - - # Check dbus call was called with "VIR_DOMAIN_DEVICE_MODIFY_FORCE" flag - # Flag 'uint32 7' is a logical OR of flags: -@@ -563,14 +563,14 @@ class TestMachinesDisks(VirtualMachinesC - if self.xfail_object: - self.test_obj.browser.wait_in_text(f"{prefix}-{self.xfail_object}-helper.pf-m-error", self.xfail_error_message) - else: -- self.test_obj.browser.wait_in_text(".pf-c-modal-box__body .pf-c-alert__title", self.xfail_error_title) -+ self.test_obj.browser.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-alert__title", self.xfail_error_title) - self.test_obj.browser.click(f"{prefix}-dialog-cancel") - - def open(self): - b = self.test_obj.browser - prefix = f"#vm-{self.vm_name}-disks-adddisk" - b.click(prefix) # button -- b.wait_in_text(".pf-c-modal-box__title", "Add disk") -+ b.wait_in_text(".pf-v5-c-modal-box__title", "Add disk") - - b.wait_visible(f"{prefix}-createnew:checked") - if self.mode == "use-existing": -@@ -590,7 +590,7 @@ class TestMachinesDisks(VirtualMachinesC - else: - b.click(f"#vm-{self.vm_name}-disks-adddisk-new-select-pool") - # Our custom select does not respond on the click function -- b._wait_present(f".pf-c-modal-box option[value={self.pool_name}]:disabled") -+ b._wait_present(f".pf-v5-c-modal-box option[value={self.pool_name}]:disabled") - return self - - # Insert name for the new volume -@@ -626,8 +626,8 @@ class TestMachinesDisks(VirtualMachinesC - - # Expand additional options - if self.cache_mode or self.bus_type or self.serial: -- b.click("div.pf-c-modal-box button:contains(Show additional options)") -- b.wait_visible("div.pf-c-modal-box button[aria-expanded=true]:contains(Hide additional options)") -+ b.click("div.pf-v5-c-modal-box button:contains(Show additional options)") -+ b.wait_visible("div.pf-v5-c-modal-box button[aria-expanded=true]:contains(Hide additional options)") - - # Configure performance options - if self.cache_mode: -@@ -635,7 +635,7 @@ class TestMachinesDisks(VirtualMachinesC - - # Configure bus type - if self.bus_type: -- b.select_from_dropdown(f"div.pf-c-modal-box #vm-{self.vm_name}-disks-adddisk-bus-type", self.bus_type) -+ b.select_from_dropdown(f"div.pf-v5-c-modal-box #vm-{self.vm_name}-disks-adddisk-bus-type", self.bus_type) - - # Configure serial number - if self.serial: -@@ -647,22 +647,22 @@ class TestMachinesDisks(VirtualMachinesC - b.wait_val(f"#vm-{self.vm_name}-disks-adddisk-serial", self.expected_serial) - - if self.xwarning_object == 'serial-characters': -- b.wait_in_text("#serial-characters-message .pf-c-helper-text__item-text", self.xwarning_message) -+ b.wait_in_text("#serial-characters-message .pf-v5-c-helper-text__item-text", self.xwarning_message) - elif self.xwarning_object == 'serial-length': -- b.wait_in_text("#serial-length-message .pf-c-helper-text__item-text", self.xwarning_message) -+ b.wait_in_text("#serial-length-message .pf-v5-c-helper-text__item-text", self.xwarning_message) - else: - b.wait_not_present("#serial-length-message") - b.wait_not_present("#serial-characters-message") - else: - b.wait_not_visible("#cache-mode") -- b.wait_not_visible(f"div.pf-c-modal-box #vm-{self.vm_name}-disks-adddisk-bus-type") -+ b.wait_not_visible(f"div.pf-v5-c-modal-box #vm-{self.vm_name}-disks-adddisk-bus-type") - b.wait_not_visible(f"#vm-{self.vm_name}-disks-adddisk-serial") - - return self - - def add_disk(self): - b = self.test_obj.browser -- b.click(".pf-c-modal-box__footer button:contains(Add)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Add)") - - return self - -@@ -690,7 +690,7 @@ class TestMachinesDisks(VirtualMachinesC - # Check volume was added to pool's volume list - if self.mode == "create-new": - self.test_obj.goToMainPage() -- b.click(".pf-c-card .pf-c-card__header button:contains(Storage pool)") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Storage pool)") - - self.test_obj.waitPoolRow(self.pool_name) - self.test_obj.togglePoolRow(self.pool_name) -@@ -846,7 +846,7 @@ class TestMachinesDisks(VirtualMachinesC - volume_size_unit='MiB', - expected_target=get_next_free_target(used_targets)[-1], - pixel_test_tag='vm-add-disk-modal-nfs', -- pixel_test_ignore='.pf-c-modal-box__footer', # FIXME: The buttons size seems to change undeterministically -+ pixel_test_ignore='.pf-v5-c-modal-box__footer', # FIXME: The buttons size seems to change undeterministically - ).execute() - - self.VMAddDiskDialog( -@@ -905,7 +905,7 @@ class TestMachinesDisks(VirtualMachinesC - volume_size_unit='MiB', - expected_target=get_next_free_target(used_targets)[-1], - pixel_test_tag='vm-add-disk-modal-disk-pool', -- pixel_test_ignore='.pf-c-modal-box__footer', # FIXME: The buttons size seems to change undeterministically -+ pixel_test_ignore='.pf-v5-c-modal-box__footer', # FIXME: The buttons size seems to change undeterministically - ).execute() - - self.VMAddDiskDialog( -@@ -1164,7 +1164,7 @@ class TestMachinesDisks(VirtualMachinesC - xfail_error_message='Importing an image with a backing file is unsupported', - ).execute() - # Image can't be added, close dialog -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - - # non iso file - self.VMAddDiskDialog( -@@ -1204,7 +1204,7 @@ class TestMachinesDisks(VirtualMachinesC - self, - mode='custom-path' - ).open() -- b.click(f"{prefix}-file .pf-c-select__toggle-button") -+ b.click(f"{prefix}-file .pf-v5-c-select__toggle-button") - b.wait_visible(f"{prefix}-file-autocomplete") - b.key_press(chr(40), use_ord=True) - b.focus(f"{prefix}-file-autocomplete li:first-child") -@@ -1240,7 +1240,7 @@ class TestMachinesDisks(VirtualMachinesC - b.click(prefix) - b.click(f"{prefix}-custompath") - b.select_from_dropdown(f"{prefix}-select-device", "disk") -- b.click("div.pf-c-modal-box button:contains(Show additional options)") -+ b.click("div.pf-v5-c-modal-box button:contains(Show additional options)") - b.wait_visible(f"{prefix}-bus-type[data-value=ide]") - - def testAddDiskAdditionalOptions(self): -@@ -1436,12 +1436,12 @@ class TestMachinesDisks(VirtualMachinesC - b.click("#vm-subVmTest1-disks-vdc-action-kebab button") - b.wait_visible("#delete-vm-subVmTest1-disks-vdc") - b.click("#delete-vm-subVmTest1-disks-vdc") -- b.wait_visible(".pf-c-modal-box") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", "subVmTest1") -+ b.wait_visible(".pf-v5-c-modal-box") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", "subVmTest1") - b.wait_in_text("#delete-resource-modal-target", "vdc") - b.wait_in_text("#delete-resource-modal-file", vdc_path) - b.click("#delete-resource-modal-primary") -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_not_present(".pf-v5-c-modal-box") - # Wait for underlying VM's OS to detach the disk - wait(lambda: "vdc" not in m.execute("virsh domblklist subVmTest1"), delay=1) - b.wait_not_present("#vm-subVmTest1-disks-vdc-device") -@@ -1458,10 +1458,10 @@ class TestMachinesDisks(VirtualMachinesC - b.click("#delete-vm-subVmTest1-disks-vdd") - b.wait_in_text("#delete-resource-modal-target", "vdd") - b.wait_in_text("#delete-resource-modal-file", vdd_path) -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - b.click("#delete-resource-modal-primary") - b.wait_not_present("#vm-subVmTest1-disks-vdd-device") -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_not_present(".pf-v5-c-modal-box") - - # Test detaching several disks and the deletion dialog can be closed correctly - m.execute("virsh vol-create-as myPoolOne diskVirtio --capacity 1M --format qcow2") -@@ -1523,12 +1523,12 @@ class TestMachinesDisks(VirtualMachinesC - - if removeFileFail: - # Check Toast notification is present -- b.wait_visible(".pf-c-alert.pf-m-warning") -- b.wait_in_text(".pf-c-alert.pf-m-warning .pf-c-alert__title", "Could not delete") -+ b.wait_visible(".pf-v5-c-alert.pf-m-warning") -+ b.wait_in_text(".pf-v5-c-alert.pf-m-warning .pf-v5-c-alert__title", "Could not delete") - # Cleanup Toast notification -- b.click(".pf-c-alert-group li:first-of-type .pf-c-alert button.pf-m-plain") -+ b.click(".pf-v5-c-alert-group li:first-of-type .pf-v5-c-alert button.pf-m-plain") - -- b.wait_not_present(".pf-c-alert.pf-m-warning") -+ b.wait_not_present(".pf-v5-c-alert.pf-m-warning") - - # Verify correctness of disk file - if path: -@@ -1569,9 +1569,9 @@ class TestMachinesDisks(VirtualMachinesC - b.click("#vm-subVmTest1-disks-vdc-action-kebab button") - b.wait_visible("#vm-subVmTest1-disks-vdc-device") - b.click("#delete-vm-subVmTest1-disks-vdc") -- b.wait_visible(".pf-c-modal-box") -+ b.wait_visible(".pf-v5-c-modal-box") - b.click("#delete-resource-modal-primary") -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_not_present(".pf-v5-c-modal-box") - wait(lambda: "vdc" not in m.execute("virsh domblklist subVmTest1"), delay=1) - b.wait_not_present("#vm-subVmTest1-disks-vdc-device") - -Index: cockpit-machines-292/test/check-machines-filesystems -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-filesystems -+++ cockpit-machines-292/test/check-machines-filesystems -@@ -65,7 +65,7 @@ class TestMachinesFilesystems(VirtualMac - b.click("#vm-subVmTest1-filesystems-add") - b.set_file_autocomplete_val("#vm-subVmTest1-filesystems-modal-source-group", "/tmp/dir1/") - b.set_input_text("#vm-subVmTest1-filesystems-modal-mountTag", "dir1") -- b.click(".pf-c-expandable-section__toggle") -+ b.click(".pf-v5-c-expandable-section__toggle") - b.wait_visible("#vm-subVmTest1-filesystems-modal-xattr:not(:checked)") - b.set_checked("#vm-subVmTest1-filesystems-modal-xattr", True) - -@@ -87,7 +87,7 @@ class TestMachinesFilesystems(VirtualMac - b.click("#vm-subVmTest1-filesystems-add") - b.set_file_autocomplete_val("#vm-subVmTest1-filesystems-modal-source-group", "/tmp/dir2/") - b.set_input_text("#vm-subVmTest1-filesystems-modal-mountTag", "dir2") -- b.click(".pf-c-expandable-section__toggle") -+ b.click(".pf-v5-c-expandable-section__toggle") - b.set_checked("#vm-subVmTest1-filesystems-modal-xattr", False) - - b.click("#vm-subVmTest1-filesystems-modal-add") -@@ -106,8 +106,8 @@ class TestMachinesFilesystems(VirtualMac - b.set_input_text("#vm-subVmTest1-filesystems-modal-mountTag", "dir1") - b.click("#vm-subVmTest1-filesystems-modal-add") - if m.image not in ['debian-stable']: -- b.wait_in_text(".pf-c-alert", "Failed to add shared directory") -- b.wait_in_text(".pf-c-alert", "filesystem target 'dir1' specified twice") -+ b.wait_in_text(".pf-v5-c-alert", "Failed to add shared directory") -+ b.wait_in_text(".pf-v5-c-alert", "filesystem target 'dir1' specified twice") - b.click("#vm-subVmTest1-filesystems-modal-cancel") - else: - # Due to a libvirt < 7.5.0 bug this will be actually added without an error: -@@ -140,7 +140,7 @@ class TestMachinesFilesystems(VirtualMac - m.execute("virt-xml subVmTest1 --add-device --filesystem source=/tmp/dir1/,target=dir1") - b.wait_visible("tr[data-row-id='vm-subVmTest1-filesystem-/tmp/dir1/-dir1']") - b.click("tr[data-row-id='vm-subVmTest1-filesystem-/tmp/dir1/-dir1'] button:contains(Remove)") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", "removed from subVmTest1") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", "removed from subVmTest1") - b.wait_in_text("#delete-resource-modal-source-path", "/tmp/dir1/") - b.wait_in_text("#delete-resource-modal-mount-tag", "dir1") - -Index: cockpit-machines-292/test/check-machines-hostdevs -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-hostdevs -+++ cockpit-machines-292/test/check-machines-hostdevs -@@ -54,7 +54,7 @@ class TestMachinesHostDevs(VirtualMachin - - self.goToVmPage("subVmTest1") - -- b.wait_in_text("#vm-subVmTest1-hostdevs .pf-c-empty-state__body", "No host devices assigned to this VM") -+ b.wait_in_text("#vm-subVmTest1-hostdevs .pf-v5-c-empty-state__body", "No host devices assigned to this VM") - - # Test hot plug of USB host device - # A usb device might not always be present -@@ -161,28 +161,28 @@ class TestMachinesHostDevs(VirtualMachin - def open(self): - b.wait_not_present(f"#vm-subVmTest1-hostdev-{self.vm_dev_id}-product") - b.click("button#vm-subVmTest1-hostdevs-add") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Add host device") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Add host device") - if connectionName != "session": -- b.assert_pixels(".pf-c-modal-box", "vm-hostdevs-add-dialog", skip_layouts=["rtl"]) -+ b.assert_pixels(".pf-v5-c-modal-box", "vm-hostdevs-add-dialog", skip_layouts=["rtl"]) - - def fill(self): - b.click(f"input#{self.dev_type}") -- b.set_checked(f".pf-c-table input[name='checkrow{self.dev_id}']", True) -+ b.set_checked(f".pf-v5-c-table input[name='checkrow{self.dev_id}']", True) - self._model = b.text(f"#vm-subVmTest1-hostdevs-dialog table tbody tr:nth-child({self.dev_id + 1}) td:nth-child(2)") - self._vendor = b.text(f"#vm-subVmTest1-hostdevs-dialog table tbody tr:nth-child({self.dev_id + 1}) td:nth-child(3)") - if self.dev_type == "pci": - self._slot = b.text(f"#vm-subVmTest1-hostdevs-dialog table tbody tr:nth-child({self.dev_id + 1}) td:nth-child(4) dd") - - def cancel(self): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#vm-subVmTest1-hostdevs-dialog") - - def add(self): - self.run_admin(f"virsh -c qemu:///{connectionName} dumpxml subVmTest1 > /tmp/vmdir/vmxml1", connectionName) -- b.click(".pf-c-modal-box__footer button:contains(Add)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Add)") - if self.fail_message: -- b.wait_in_text(".pf-c-modal-box__body .pf-c-alert__title", self.fail_message) -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-alert__title", self.fail_message) -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#vm-subVmTest1-hostdevs-dialog") - - def verify(self): -@@ -227,12 +227,12 @@ class TestMachinesHostDevs(VirtualMachin - - def remove(self): - b.click(f"#delete-vm-subVmTest1-hostdev-{self.vm_dev_id}") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", "subVmTest1") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", "subVmTest1") - if (self._model != "(Undefined)"): - b.wait_in_text("#delete-resource-modal-product", self._model) - b.wait_in_text("#delete-resource-modal-vendor", self._vendor) - -- b.click('.pf-c-modal-box__footer button:contains("Remove")') -+ b.click('.pf-v5-c-modal-box__footer button:contains("Remove")') - b.wait_not_present(f"#vm-subVmTest1-hostdev-{self.vm_dev_id}-product") - - # Check the error if selecting no devices when the VM is running -@@ -285,13 +285,13 @@ class TestMachinesHostDevs(VirtualMachin - b.wait_not_present("#vm-subVmTest1-hostdev-1-product") - - b.click("button#vm-subVmTest1-hostdevs-add") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Add host device") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Add host device") - b.click("input#pci") - -- b.set_checked(".pf-c-table input[name='checkrow0']", True) -+ b.set_checked(".pf-v5-c-table input[name='checkrow0']", True) - slot1 = b.text("#vm-subVmTest1-hostdevs-dialog table tbody tr:nth-child(1) td:nth-child(4) dd") - -- b.set_checked(".pf-c-table input[name='checkrow1']", True) -+ b.set_checked(".pf-v5-c-table input[name='checkrow1']", True) - slot2 = b.text("#vm-subVmTest1-hostdevs-dialog table tbody tr:nth-child(2) td:nth-child(4) dd") - - # PCI devies will be sorted in the UI by slot -@@ -299,7 +299,7 @@ class TestMachinesHostDevs(VirtualMachin - (slot1, slot2) = (slot2, slot1) - - self.run_admin(f"virsh -c qemu:///{connectionName} dumpxml subVmTest1 > /tmp/vmdir/vmxml1", connectionName) -- b.click(".pf-c-modal-box__footer button:contains(Add)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Add)") - b.wait_not_present("#vm-subVmTest1-hostdevs-dialog") - - b.wait_visible("#vm-subVmTest1-hostdev-1-product") -Index: cockpit-machines-292/test/check-machines-lifecycle -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-lifecycle -+++ cockpit-machines-292/test/check-machines-lifecycle -@@ -84,7 +84,7 @@ class TestMachinesLifecycle(VirtualMachi - - if expect_empty_list: - with b.wait_timeout(20): -- b.wait_in_text("#virtual-machines-listing .pf-c-empty-state", "No VM is running") -+ b.wait_in_text("#virtual-machines-listing .pf-v5-c-empty-state", "No VM is running") - return - self.waitPageInit() - self.waitVmRow("subVmTest1") -@@ -108,7 +108,7 @@ class TestMachinesLifecycle(VirtualMachi - m.execute("virt-xml subVmTest1 --edit --watchdog action=pause") - b.wait_visible("#vm-subVmTest1-needs-shutdown") - b.click("#vm-subVmTest1-needs-shutdown") -- b.wait_in_text(".pf-c-popover__body", message) -+ b.wait_in_text(".pf-v5-c-popover__body", message) - m.execute("virt-xml subVmTest1 --remove-device --watchdog 1 --update") - - checkConnectionDescription("#import-existing-vm", "Ideal for server VMs") -@@ -121,8 +121,8 @@ class TestMachinesLifecycle(VirtualMachi - b.assert_pixels("#vm-details", "vm-details", ignore=[ - ".memory-usage-chart", - ".vcpu-usage-chart", -- "#vm-subVmTest1-disks .pf-c-card__body", -- "#vm-subVmTest1-networks .pf-c-card__body" -+ "#vm-subVmTest1-disks .pf-v5-c-card__body", -+ "#vm-subVmTest1-networks .pf-v5-c-card__body" - ]) - b.wait_in_text("#vm-subVmTest1-cpu", "1 vCPU") - -@@ -132,13 +132,13 @@ class TestMachinesLifecycle(VirtualMachi - - # switch to and check Usage - b.click("#vm-subVmTest1-usage") -- b.wait_in_text(".memory-usage-chart .pf-c-progress__status > .pf-c-progress__measure", "128 MiB") -- b.wait_not_in_text(".memory-usage-chart .pf-c-progress__status > .pf-c-progress__measure", "0 /") -- usage = b.text(".memory-usage-chart .pf-c-progress__status > .pf-c-progress__measure").split("/ 128 MiB")[0] -+ b.wait_in_text(".memory-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure", "128 MiB") -+ b.wait_not_in_text(".memory-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure", "0 /") -+ usage = b.text(".memory-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure").split("/ 128 MiB")[0] - wait(lambda: float(usage) > 0.0, delay=3) - -- b.wait_in_text(".vcpu-usage-chart .pf-c-progress__status > .pf-c-progress__measure", "1 vCPU") -- usage = b.text(".vcpu-usage-chart .pf-c-progress__status > .pf-c-progress__measure").split("% of 1 vCPU")[0] -+ b.wait_in_text(".vcpu-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure", "1 vCPU") -+ usage = b.text(".vcpu-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure").split("% of 1 vCPU")[0] - # CPU usage cannot be nonzero with blank image, so just ensure it's a percentage - wait(lambda: float(usage) <= 100.0, delay=3) - -@@ -199,15 +199,15 @@ class TestMachinesLifecycle(VirtualMachi - self.performAction("subVmTest1", "forceOff") - - # continue shut off validation - usage should drop to zero -- b.wait_in_text(".memory-usage-chart .pf-c-progress__status > .pf-c-progress__measure", "0 /") -- b.wait_in_text(".vcpu-usage-chart .pf-c-progress__status > .pf-c-progress__measure", "0%") -+ b.wait_in_text(".memory-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure", "0 /") -+ b.wait_in_text(".vcpu-usage-chart .pf-v5-c-progress__status > .pf-v5-c-progress__measure", "0%") - - # shut off of a transient VM will redirect us to the main page - m.execute("virsh dumpxml subVmTest1 > /tmp/subVmTest1.xml") - m.execute("virsh start {0}; virsh undefine {0}".format("subVmTest1")) - b.wait_visible("div[data-vm-transient=\"true\"]") - self.performAction("subVmTest1", "forceOff", checkExpectedState=False) -- b.wait_in_text("#virtual-machines-listing .pf-c-empty-state", "No VM is running") -+ b.wait_in_text("#virtual-machines-listing .pf-v5-c-empty-state", "No VM is running") - m.execute("virsh define --file /tmp/subVmTest1.xml") - - # start another one, should appear automatically -@@ -269,13 +269,13 @@ class TestMachinesLifecycle(VirtualMachi - # Try to run subVmTest1 - it will fail because of inactive default network - tryRunDomain(1, 'subVmTest1', 'system') - b.click('#vm-subVmTest1-system-state button:contains("view more")') -- b.wait_in_text(".pf-c-popover", "VM subVmTest1 failed to start") -+ b.wait_in_text(".pf-v5-c-popover", "VM subVmTest1 failed to start") - b.click('#vm-subVmTest1-system-state button[aria-label=Close]') - - # Try to run subVmTest2 - tryRunDomain(2, 'subVmTest2', 'system') - b.click('#vm-subVmTest2-system-state button:contains("view more")') -- b.wait_in_text(".pf-c-popover", "VM subVmTest2 failed to start") -+ b.wait_in_text(".pf-v5-c-popover", "VM subVmTest2 failed to start") - b.click('#vm-subVmTest2-system-state button[aria-label=Close]') - - def testCloneSessionConnection(self): -@@ -296,9 +296,9 @@ class TestMachinesLifecycle(VirtualMachi - - self.performAction("subVmTest1", "clone", connectionName=connectionName) - -- b.wait_text(".pf-c-modal-box__title-text", "Create a clone VM based on subVmTest1") -+ b.wait_text(".pf-v5-c-modal-box__title-text", "Create a clone VM based on subVmTest1") - b.click("footer button.pf-m-primary") -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_not_present(".pf-v5-c-modal-box") - self.waitVmRow("subVmTest1-clone", connectionName=connectionName) - - def testRename(self): -@@ -322,7 +322,7 @@ class TestMachinesLifecycle(VirtualMachi - - b.set_input_text("#rename-dialog-new-name", "new") - b.click("#rename-dialog-confirm") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-alert.pf-m-danger", "Can't rename domain to itself") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-alert.pf-m-danger", "Can't rename domain to itself") - - self.goToVmPage("new") - self.performAction("new", "rename") -@@ -378,7 +378,7 @@ class TestMachinesLifecycle(VirtualMachi - - self.performAction(name, "delete") - -- b.wait_visible(f"#vm-{name}-delete-modal-dialog .pf-c-modal-box__body:contains(The VM {name} is running)") -+ b.wait_visible(f"#vm-{name}-delete-modal-dialog .pf-v5-c-modal-box__body:contains(The VM {name} is running)") - b.wait_visible(f"#vm-{name}-delete-modal-dialog ul li:first-child .disk-source-file:contains({img2})") - # virsh attach-disk does not create disks of type volume - b.wait_visible(f"#vm-{name}-delete-modal-dialog .disk-source-volume:contains({secondDiskVolName})") -@@ -455,7 +455,7 @@ class TestMachinesLifecycle(VirtualMachi - b.wait_visible(f"#vm-{name}-delete-modal-dialog") - m.execute(f"virsh snapshot-delete --domain {name} --snapshotname snapshotFails") - b.click(f"#vm-{name}-delete-modal-dialog button:contains(Delete)") -- b.wait_in_text(f"#vm-{name}-delete-modal-dialog .pf-c-alert__description", "Domain snapshot not found") -+ b.wait_in_text(f"#vm-{name}-delete-modal-dialog .pf-v5-c-alert__description", "Domain snapshot not found") - b.click(f"#vm-{name}-delete-modal-dialog button:contains(Cancel)") - m.execute(f"virsh undefine {name}") - -@@ -505,13 +505,13 @@ class TestMachinesLifecycle(VirtualMachi - # Check VM got deleted, but there is a warning about unsuccessful storage deletion - self.waitVmRow(name, present=False) - wait(lambda: name not in m.execute("virsh list --all --name")) -- b.wait_visible(".pf-c-alert-group li .pf-c-alert") -- b.wait_in_text(".pf-c-alert-group li .pf-c-alert .pf-c-alert__title", f"Could not delete all storage for {name}") -+ b.wait_visible(".pf-v5-c-alert-group li .pf-v5-c-alert") -+ b.wait_in_text(".pf-v5-c-alert-group li .pf-v5-c-alert .pf-v5-c-alert__title", f"Could not delete all storage for {name}") - b.click("button.alert-link.more-button") -- b.wait_in_text(".pf-c-alert-group li .pf-c-alert .pf-c-alert__description", args['image']) -- b.wait_in_text(".pf-c-alert-group li .pf-c-alert .pf-c-alert__description", secondDiskVolName) -+ b.wait_in_text(".pf-v5-c-alert-group li .pf-v5-c-alert .pf-v5-c-alert__description", args['image']) -+ b.wait_in_text(".pf-v5-c-alert-group li .pf-v5-c-alert .pf-v5-c-alert__description", secondDiskVolName) - # Close the notification -- b.click(".pf-c-alert-group li .pf-c-alert button.pf-m-plain") -+ b.click(".pf-v5-c-alert-group li .pf-v5-c-alert button.pf-m-plain") - - # Delete a shut-off guest and verify the storage was removed - name = "vm-shutoff" -Index: cockpit-machines-292/test/check-machines-migrate -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-migrate -+++ cockpit-machines-292/test/check-machines-migrate -@@ -190,7 +190,7 @@ class TestMachinesMigration(VirtualMachi - b.click("#migrate-button") - if fail: - with b.wait_timeout(120): -- b.wait_visible(".pf-c-modal-box__body .pf-c-alert .pf-c-alert__title:contains('Migration failed')") -+ b.wait_visible(".pf-v5-c-modal-box__body .pf-v5-c-alert .pf-v5-c-alert__title:contains('Migration failed')") - - if fail == "libvirtd": - machine2.execute(f"systemctl start {self.getLibvirtServiceName()}.service") -Index: cockpit-machines-292/test/check-machines-networks -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-networks -+++ cockpit-machines-292/test/check-machines-networks -@@ -65,7 +65,7 @@ class TestMachinesNetworks(VirtualMachin - m.execute(f"echo \"{TEST_NETWORK4_XML}\" > /tmp/xml; virsh net-create /tmp/xml") - - # Click on Networks card -- b.click(".pf-c-card .pf-c-card__header button:contains(Networks)") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Networks)") - - # Check that all networks are there - b.wait_in_text("body", "Networks") -@@ -127,8 +127,8 @@ class TestMachinesNetworks(VirtualMachin - self.waitPageInit() - - # Click on Networks card -- b.wait_in_text("#card-pf-networks .pf-c-card__header button", "Network") -- b.click(".pf-c-card .pf-c-card__header button:contains(Network)") -+ b.wait_in_text("#card-pf-networks .pf-v5-c-card__header button", "Network") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Network)") - - class NetworkCreateDialog(object): - def __init__( -@@ -168,7 +168,7 @@ class TestMachinesNetworks(VirtualMachin - def open(self): - b.click("#create-network") - b.wait_visible("#create-network-dialog") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Create virtual network") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Create virtual network") - - def fill(self): - b.set_input_text("#create-network-name", self.name) -@@ -199,22 +199,22 @@ class TestMachinesNetworks(VirtualMachin - b.set_input_text("#create-network-ipv6-dhcp-range-end", self.ipv6_dhcp_end) - - def cancel(self): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#create-network-dialog") - - def create(self): -- b.click(".pf-c-modal-box__footer button:contains(Create)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create)") - - if (self.xfail): - # Check incomplete dialog - if "body" in self.xfail_objects: -- error_location = "#create-network-dialog .pf-c-modal-box__body .pf-m-danger" -+ error_location = "#create-network-dialog .pf-v5-c-modal-box__body .pf-m-danger" - b.wait_visible(error_location) - error_message = b.text(error_location) - self.test_obj.assertIn(self.xfail_error, error_message) - else: - for xfo in self.xfail_objects: -- b.wait_in_text(f"#create-network-dialog .pf-c-modal-box__body #create-network-{xfo} + .pf-c-form__helper-text .pf-m-error", self.xfail_error) -+ b.wait_in_text(f"#create-network-dialog .pf-v5-c-modal-box__body #create-network-{xfo} + .pf-v5-c-form__helper-text .pf-m-error", self.xfail_error) - - self.cancel() - else: -@@ -222,7 +222,7 @@ class TestMachinesNetworks(VirtualMachin - - def verify_expected_error_on_head(self, error_message): - b.click(f'#network-{self.name}-system-state button:contains("view more")') -- b.wait_in_text(".pf-c-popover", error_message) -+ b.wait_in_text(".pf-v5-c-popover", error_message) - b.click(f'#network-{self.name}-system-state button[aria-label=Close]') - - def verify_dialog(self): -@@ -650,7 +650,7 @@ class TestMachinesNetworks(VirtualMachin - b.wait_val("#vm-subVmTest1-network-1-edit-dialog-type", "bridge") - b.select_from_dropdown("#vm-subVmTest1-network-1-edit-dialog-type", "network") - b.wait_visible("#vm-subVmTest1-network-1-edit-dialog-save:disabled") -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - - # Ensure that when the source of a NIC was removed we can still change it - -@@ -691,8 +691,8 @@ class TestMachinesNetworks(VirtualMachin - self.waitPageInit() - - # Click on Networks card -- b.wait_in_text("#card-pf-networks .pf-c-card__header button", "Network") -- b.click(".pf-c-card .pf-c-card__header button:contains(Network)") -+ b.wait_in_text("#card-pf-networks .pf-v5-c-card__header button", "Network") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Network)") - - # Check that all networks are there - b.wait_in_text("body", "Networks") -@@ -738,7 +738,7 @@ class TestMachinesNetworks(VirtualMachin - self.waitPageInit() - - # Click on Networks card -- b.click(".pf-c-card .pf-c-card__header button:contains(Network)") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Network)") - - # Check that all networks are there - b.wait_in_text("body", "Networks") -@@ -777,8 +777,8 @@ class TestMachinesNetworks(VirtualMachin - # Delete an inactive network - b.click(f"#network-test_network2-{connectionName}-action-kebab button") - b.click(f'#delete-network-test_network2-{connectionName}') -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", "test_network2") -- b.click(".pf-c-modal-box__footer button:contains(Delete)") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", "test_network2") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Delete)") - self.waitNetworkRow("test_network2", connectionName, False) - - # Delete an active network -@@ -788,8 +788,8 @@ class TestMachinesNetworks(VirtualMachin - self.toggleNetworkRow("test_network2", connectionName) - b.click(f"#network-test_network2-{connectionName}-action-kebab button") - b.click(f'#delete-network-test_network2-{connectionName}') -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", "test_network2") -- b.click(".pf-c-modal-box__footer button:contains(Delete)") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", "test_network2") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Delete)") - self.waitNetworkRow("test_network2", connectionName, False) - - def testNetworkAddStaticDCHPHosts(self): -@@ -821,26 +821,26 @@ class TestMachinesNetworks(VirtualMachin - def open(self): - b.click(f"#network-{self.network_name}-{self.connection_name}-static-host-entries-add") - b.wait_visible("#add-new-static-entry-mac-address") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Add a DHCP static host entry") -- b.wait_in_text("div.pf-c-modal-box__body label[for=add-new-static-entry-mac-address]", "MAC address") -- b.wait_in_text("div.pf-c-modal-box__body label[for=add-new-static-entry-ip-address]", "IP address") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Add a DHCP static host entry") -+ b.wait_in_text("div.pf-v5-c-modal-box__body label[for=add-new-static-entry-mac-address]", "MAC address") -+ b.wait_in_text("div.pf-v5-c-modal-box__body label[for=add-new-static-entry-ip-address]", "IP address") - - def fill(self): - b.set_input_text("#add-new-static-entry-mac-address", self.mac) - b.set_input_text("#add-new-static-entry-ip-address", self.ip) - - def cancel(self): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#add-new-static-entry") - - def add(self): -- b.click(".pf-c-modal-box__footer button:contains(Add)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Add)") - - if self.xfail: - # Check incomplete dialog - for k, v in self.xfail.items(): - if k == "header": -- b.wait_in_text(".pf-c-modal-box .pf-c-alert.pf-m-danger", v) -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-alert.pf-m-danger", v) - break - else: - b.wait_in_text(k, v) -@@ -869,10 +869,10 @@ class TestMachinesNetworks(VirtualMachin - - def cleanup(self): - b.click(f"#delete-network-{self.network_name}-{self.connection_name}-ipv4-dhcp-host-{self.entry_id}-button") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", self.ip) -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", self.ip) - b.wait_in_text("#delete-resource-modal-ip", self.ip) - b.wait_in_text("#delete-resource-modal-mac", self.mac) -- b.click(".pf-c-modal-box__footer button:contains(Remove)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Remove)") - b.wait_not_present(f"#network-{self.network_name}-{self.connection_name}-ipv4-dhcp-host-{self.entry_id}") - - b = self.browser -@@ -888,7 +888,7 @@ class TestMachinesNetworks(VirtualMachin - self.waitPageInit() - - # Click on Networks card -- b.click(".pf-c-card .pf-c-card__header button:contains(Network)") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Network)") - - # Check that all networks are there - b.wait_in_text("body", "Networks") -@@ -940,7 +940,7 @@ class TestMachinesNetworks(VirtualMachin - # An error should be raised if "MAC address" and "IP address" is invaild - b.click("#add-new-static-entry-save") - b.wait_in_text( -- ".pf-m-danger .pf-c-alert__description", -+ ".pf-m-danger .pf-v5-c-alert__description", - "XML error: Cannot parse MAC address") - - # Attach basic static DHCP host and try to remove it -Index: cockpit-machines-292/test/check-machines-nics -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-nics -+++ cockpit-machines-292/test/check-machines-nics -@@ -116,7 +116,7 @@ class TestMachinesNICs(VirtualMachinesCa - b._wait_present("#vm-subVmTest1-add-iface-source option:nth-of-type(2):contains(abridge)") - b._wait_present("#vm-subVmTest1-add-iface-source option:nth-of-type(3):contains(virbr0)") - b._wait_present("#vm-subVmTest1-add-iface-source option:nth-of-type(4):contains(xbridge)") -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#vm-subVmTest1-add-iface-dialog") - - def testNICPlugingAndUnpluging(self): -@@ -601,7 +601,7 @@ class TestMachinesNICs(VirtualMachinesCa - - def open(self): - self.browser.click("#vm-subVmTest1-add-iface-button") # open the Network Interfaces subtab -- self.browser.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Add virtual network interface") -+ self.browser.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Add virtual network interface") - - def fill(self): - self.browser.select_from_dropdown("#vm-subVmTest1-add-iface-type", self.source_type) -@@ -633,18 +633,18 @@ class TestMachinesNICs(VirtualMachinesCa - self.browser.assert_pixels("#vm-subVmTest1-add-iface-dialog", self.pixel_test_tag, skip_layouts=["rtl"]) - - def cancel(self): -- self.browser.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - self.browser.wait_not_present("#vm-subVmTest1-add-iface-dialog") - - def create(self): -- self.browser.click(".pf-c-modal-box__footer button:contains(Add)") -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Add)") - - if not self.xfail: - with self.browser.wait_timeout(60): - self.browser.wait_not_present("#vm-subVmTest1-add-iface-dialog") - else: -- self.browser.wait_in_text(".pf-c-modal-box__body .pf-c-alert__title", self.xfail_error) -- self.browser.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ self.browser.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-alert__title", self.xfail_error) -+ self.browser.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - - def verify(self): - # Verify libvirt XML -@@ -688,7 +688,7 @@ class TestMachinesNICs(VirtualMachinesCa - # Check NIC is no longer in list; the device-removed signal can take *very* long to arrive - with self.browser.wait_timeout(90): - self.browser.wait_not_present(f"#vm-subVmTest1-network-{self.nic_num}-mac") -- self.browser.wait_not_present(".pf-c-modal-box") -+ self.browser.wait_not_present(".pf-v5-c-modal-box") - - - if __name__ == '__main__': -Index: cockpit-machines-292/test/check-machines-settings -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-settings -+++ cockpit-machines-292/test/check-machines-settings -@@ -100,7 +100,7 @@ class TestMachinesSettings(VirtualMachin - - # Open dialog window - b.click("#vm-subVmTest1-cpu button") -- b.wait_visible(".pf-c-modal-box__body") -+ b.wait_visible(".pf-v5-c-modal-box__body") - - # Check basic values - b.wait_val("#machines-vcpu-count-field input", "3") -@@ -120,7 +120,7 @@ class TestMachinesSettings(VirtualMachin - # Open dialog - b.click("#vm-subVmTest1-cpu button") - -- b.wait_visible(".pf-c-modal-box__body") -+ b.wait_visible(".pf-v5-c-modal-box__body") - - b.set_input_text("#machines-vcpu-count-field input", "2") - -@@ -148,7 +148,7 @@ class TestMachinesSettings(VirtualMachin - # Open dialog - b.click("#vm-subVmTest1-cpu button") - -- b.wait_visible(".pf-c-modal-box__body") -+ b.wait_visible(".pf-v5-c-modal-box__body") - - # Set new socket value - b.wait_val("#coresSelect", "2") -@@ -240,7 +240,7 @@ class TestMachinesSettings(VirtualMachin - # Warning should disappear and changes should be visible in the UI - b.wait_not_present("#cpu-tooltip") - b.wait_not_present("#vm-subVmTest1-needs-shutdown") -- b.wait_in_text("#vm-subVmTest1-cpu .pf-c-description-list__text", "host") -+ b.wait_in_text("#vm-subVmTest1-cpu .pf-v5-c-description-list__text", "host") - - # Choose manually a CPU model - b.click("#vm-subVmTest1-cpu button") -@@ -248,7 +248,7 @@ class TestMachinesSettings(VirtualMachin - b.select_from_dropdown("#cpu-model-select-group select", "coreduo") - b.click("#machines-cpu-modal-dialog-apply") - b.wait_not_present("#machines-cpu-modal-dialog") -- b.wait_in_text("#vm-subVmTest1-cpu .pf-c-description-list__text", "custom (coreduo)") -+ b.wait_in_text("#vm-subVmTest1-cpu .pf-v5-c-description-list__text", "custom (coreduo)") - - # Verify libvirt XML - dom_xml = "virsh dumpxml subVmTest1" -@@ -261,9 +261,9 @@ class TestMachinesSettings(VirtualMachin - b.select_from_dropdown("#cpu-model-select-group select", "host-model") - b.click("#machines-cpu-modal-dialog-apply") - b.wait_not_present("#machines-cpu-modal-dialog") -- b.wait_in_text("#vm-subVmTest1-cpu .pf-c-description-list__text", "host") -+ b.wait_in_text("#vm-subVmTest1-cpu .pf-v5-c-description-list__text", "host") - b.click("#vm-subVmTest1-system-run") -- b.wait_in_text("#vm-subVmTest1-cpu .pf-c-description-list__text", "custom") -+ b.wait_in_text("#vm-subVmTest1-cpu .pf-v5-c-description-list__text", "custom") - # In the test ENV libvirt does not properly set the CPU model so we see a tooltip https://bugzilla.redhat.com/show_bug.cgi?id=1913337 - # b.wait_not_present("#cpu-tooltip") - -@@ -310,7 +310,7 @@ class TestMachinesSettings(VirtualMachin - m.execute("virsh domblklist subVmTest1 | awk 'NR==3{print $2}'").strip()) - b.wait_in_text("#vm-subVmTest1-order-modal-device-row-1 .boot-order-additional-info", - m.execute("virsh domiflist subVmTest1 | awk 'NR==3{print $5}'").strip()) -- b.wait_visible(f".boot-order-additional-info .pf-c-description-list__description:contains('{pci_slot}')") -+ b.wait_visible(f".boot-order-additional-info .pf-v5-c-description-list__description:contains('{pci_slot}')") - # Check a cdrom attributes are shown correctly - cdrom_row = b.text(".boot-order-list-view li:nth-child(3) .boot-order-additional-info") - self.assertTrue("cdrom" and "/var/lib/libvirt/images/phonycdrom" in cdrom_row) -@@ -364,7 +364,7 @@ class TestMachinesSettings(VirtualMachin - # re-open and check the boot option is the disk - b.click("#vm-subVmTest1-boot-order button") - b.wait_visible("#vm-subVmTest1-order-modal-window") -- b.wait_text("#vm-subVmTest1-order-modal-device-row-0 .pf-c-description-list__description .pf-c-description-list__text", args["image"]) -+ b.wait_text("#vm-subVmTest1-order-modal-device-row-0 .pf-v5-c-description-list__description .pf-v5-c-description-list__text", args["image"]) - - b.click("#vm-subVmTest1-order-modal-cancel") - b.wait_not_present("#vm-subVmTest1-order-modal-window") -Index: cockpit-machines-292/test/check-machines-snapshots -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-snapshots -+++ cockpit-machines-292/test/check-machines-snapshots -@@ -62,7 +62,7 @@ class TestMachinesSnapshots(VirtualMachi - b.wait_not_present("#vm-subVmTest1-snapshots") - return - -- b.wait_in_text("#vm-subVmTest1-snapshots .pf-c-empty-state", "No snapshots") -+ b.wait_in_text("#vm-subVmTest1-snapshots .pf-v5-c-empty-state", "No snapshots") - - # Check snapshot for running VM - m.execute("virsh detach-disk --domain subVmTest1 --target vda --persistent") # vda is raw disk, which are not supported by internal snapshots -@@ -152,7 +152,7 @@ class TestMachinesSnapshots(VirtualMachi - - def open(self): - b.click("#vm-subVmTest1-add-snapshot-button") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Create snapshot") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Create snapshot") - - def fill(self): - if self.name: -@@ -165,21 +165,21 @@ class TestMachinesSnapshots(VirtualMachi - b.assert_pixels("#vm-subVmTest1-create-snapshot-modal", "create-snapshot-dialog" + ("" if not self.xfail else "-error"), skip_layouts=["rtl"]) - - def cancel(self): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#vm-subVmTest1-create-snapshot-modal") - - def create(self): - if not self.xfail: - self.assert_pixels() - -- b.click(".pf-c-modal-box__footer button:contains(Create)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create)") - - if not self.xfail: - b.wait_not_present("#vm-subVmTest1-create-snapshot-modal") - else: - self.assert_pixels() - b.wait_visible("#snapshot-create-dialog-name[aria-invalid=true]") -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - - def verify_frontend(self): - if self.name: -@@ -211,9 +211,9 @@ class TestMachinesSnapshots(VirtualMachi - - def cleanup(self): - b.click(f"#delete-vm-subVmTest1-snapshot-{self.snap_num}") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Delete snapshot?") -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", f"{self.name} will be deleted from {self.vm_name}") -- b.click('.pf-c-modal-box__footer button:contains("Delete")') -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Delete snapshot?") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", f"{self.name} will be deleted from {self.vm_name}") -+ b.click('.pf-v5-c-modal-box__footer button:contains("Delete")') - b.wait_not_present(f"#vm-subVmTest1-snapshot-{self.snap_num}-name:contains({self.name})") - - # No Snapshots present -@@ -283,8 +283,8 @@ class TestMachinesSnapshots(VirtualMachi - self.assertEqual("no", m.execute("virsh snapshot-info --domain subVmTest1 --snapshotname snapshotB | grep 'Current:' | awk '{print $2}'").strip()) - - b.click("#vm-subVmTest1-snapshot-0-revert") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Revert to snapshot snapshotB") -- b.click('.pf-c-modal-box__footer button:contains("Revert")') -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Revert to snapshot snapshotB") -+ b.click('.pf-v5-c-modal-box__footer button:contains("Revert")') - - b.wait_not_present("#vm-subVmTest1-snapshot-1-current") - b.wait_visible("#vm-subVmTest1-snapshot-0-current") -@@ -305,15 +305,15 @@ class TestMachinesSnapshots(VirtualMachi - # libvirt will require using force options since there is a risk of memory corruption - b.wait_in_text("#vm-subVmTest1-snapshot-0-name", "snapshotC") - b.click("#vm-subVmTest1-snapshot-0-revert") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Revert to snapshot snapshotC") -- b.click('.pf-c-modal-box__footer button:contains("Revert")') -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Revert to snapshot snapshotC") -+ b.click('.pf-v5-c-modal-box__footer button:contains("Revert")') - # Check "Force revert" is present and Regular revert is disabled -- b.wait_in_text(".pf-c-modal-box .pf-c-alert__description", "revert requires force") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Revert):disabled") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Force revert)") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-alert__description", "revert requires force") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Revert):disabled") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Force revert)") - -- b.click(".pf-c-modal-box__footer button:contains(Force revert)") -- b.wait_not_present(".pf-c-modal-box") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Force revert)") -+ b.wait_not_present(".pf-v5-c-modal-box") - - # Check VM was reverted to a correct snapshot - b.wait_not_present("#vm-subVmTest1-snapshot-1-current") -Index: cockpit-machines-292/test/check-machines-storage-pools -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-storage-pools -+++ cockpit-machines-292/test/check-machines-storage-pools -@@ -35,12 +35,12 @@ class TestMachinesStoragePools(VirtualMa - def gotoVolumesTab(self, poolName, connectionName="system"): - selector = f"tr[data-row-id=pool-{poolName}-{connectionName}] + tr li:contains('Storage volumes')" - self.browser.click(selector + " > button") -- self.browser.wait_attr(selector, "class", "pf-c-tabs__item pf-m-current") -+ self.browser.wait_attr(selector, "class", "pf-v5-c-tabs__item pf-m-current") - - def gotoOverviewTab(self, poolName, connectionName="system"): - selector = f"tr[data-row-id=pool-{poolName}-{connectionName}] + tr li:contains('Overview')" - self.browser.click(selector + " > button") -- self.browser.wait_attr(selector, "class", "pf-c-tabs__item pf-m-current") -+ self.browser.wait_attr(selector, "class", "pf-v5-c-tabs__item pf-m-current") - - def testStoragePoolsBasic(self): - b = self.browser -@@ -53,7 +53,7 @@ class TestMachinesStoragePools(VirtualMa - self.waitVmRow("subVmTest1") - - b.wait_in_text("#card-pf-storage-pools", "1 Storage pool") -- b.wait_in_text("#card-pf-storage-pools .pf-c-card__header button", "Storage pool") -+ b.wait_in_text("#card-pf-storage-pools .pf-v5-c-card__header button", "Storage pool") - - # prepare libvirt storage pools - p1 = os.path.join(self.vm_tmpdir, "vm_one") -@@ -88,7 +88,7 @@ class TestMachinesStoragePools(VirtualMa - self.performAction("subVmTest1", "forceOff") - - # Click on Storage pools card -- b.click(".pf-c-card .pf-c-card__header button:contains(Storage pools)") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Storage pools)") - - # Check that all defined pools are there - b.wait_in_text("body", "Storage pools") -@@ -113,7 +113,7 @@ class TestMachinesStoragePools(VirtualMa - - # Check storage volumes of a pool - self.gotoVolumesTab("myPoolOne") -- b.wait_in_text(f"tr[data-row-id=pool-myPoolOne-{connectionName}] + tr .pf-c-empty-state", -+ b.wait_in_text(f"tr[data-row-id=pool-myPoolOne-{connectionName}] + tr .pf-v5-c-empty-state", - "No storage volumes defined for this storage pool") - - # Close expanded row for this pool -@@ -135,7 +135,7 @@ class TestMachinesStoragePools(VirtualMa - b.click("tbody input[aria-label='Select row 0']") - b.wait_in_text("#storage-volumes-delete", "Delete 1 volume") - b.click("#storage-volumes-delete") -- b.wait_in_text(".pf-c-alert .pf-c-alert__title", "Storage volumes could not be deleted") -+ b.wait_in_text(".pf-v5-c-alert .pf-v5-c-alert__title", "Storage volumes could not be deleted") - b.reload() - b.enter_page('/machines') - self.togglePoolRow("myPoolTwo", connectionName) -@@ -170,7 +170,7 @@ class TestMachinesStoragePools(VirtualMa - # Try deactivating and activating a pool - b.click(f"#deactivate-pool-myPoolOne-{connectionName}") - b.wait_in_text(f"#pool-myPoolOne-{connectionName}-state", "inactive") -- b.wait_in_text(f"tr[data-row-id=pool-myPoolOne-{connectionName}] + tr .pf-c-empty-state", "Activate the storage pool to administer volumes") -+ b.wait_in_text(f"tr[data-row-id=pool-myPoolOne-{connectionName}] + tr .pf-v5-c-empty-state", "Activate the storage pool to administer volumes") - b.wait_visible(f'#myPoolOne-{connectionName}-create-volume-button:disabled') - b.click(f"#activate-pool-myPoolOne-{connectionName}") - b.wait_in_text(f"#pool-myPoolOne-{connectionName}-state", "active") -@@ -219,8 +219,8 @@ class TestMachinesStoragePools(VirtualMa - self.waitPageInit() - - # Click on Storage pools card -- b.wait_in_text("#card-pf-storage-pools .pf-c-card__header button", "Storage pools") -- b.click(".pf-c-card .pf-c-card__header button:contains(Storage pools)") -+ b.wait_in_text("#card-pf-storage-pools .pf-v5-c-card__header button", "Storage pools") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Storage pools)") - - class StoragePoolCreateDialog(object): - def __init__( -@@ -250,7 +250,7 @@ class TestMachinesStoragePools(VirtualMa - def open(self): - b.click("#create-storage-pool") - b.wait_visible("#create-storage-pool-dialog") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Create storage pool") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Create storage pool") - - def fill(self): - b.set_input_text("#storage-pool-dialog-name", self.name) -@@ -284,11 +284,11 @@ class TestMachinesStoragePools(VirtualMa - b.click("storage-pool-dialog-autostart") - - def cancel(self): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#create-storage-pool-dialog") - - def create(self): -- b.click(".pf-c-modal-box__footer button:contains(Create)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create)") - - if not self.xfail: - b.wait_not_present("#create-storage-pool-dialog") -@@ -301,7 +301,7 @@ class TestMachinesStoragePools(VirtualMa - b.wait_visible("#storage-pool-dialog-target-helper") - # Check errors from backend - if self.xfail_error: -- error_location = "#create-storage-pool-dialog .pf-c-modal-box__body .pf-m-danger" -+ error_location = "#create-storage-pool-dialog .pf-v5-c-modal-box__body .pf-m-danger" - b.wait_visible(error_location) - error_message = b.text(error_location) - self.test_obj.assertIn(self.xfail_error, error_message) -@@ -466,10 +466,10 @@ class TestMachinesStoragePools(VirtualMa - # Ensure that iscsi-direct is absent from the types dropdown - b.click("#create-storage-pool") - b.wait_visible("#create-storage-pool-dialog") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Create storage pool") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Create storage pool") - b.click("#storage-pool-dialog-type") - b.wait_not_present("#storage-pool-dialog-type option[value*='isci-direct']") -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#create-storage-pool-dialog") - - # Prepare a Volume Group to be used as source for the LVM pool -@@ -515,8 +515,8 @@ class TestMachinesStoragePools(VirtualMa - self.waitPageInit() - - # Click on Storage pools card -- b.wait_in_text("#card-pf-storage-pools .pf-c-card__header button", "Storage pools") -- b.click(".pf-c-card .pf-c-card__header button:contains(Storage pools)") -+ b.wait_in_text("#card-pf-storage-pools .pf-v5-c-card__header button", "Storage pools") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Storage pools)") - - class StorageVolumeCreateDialog(object): - def __init__( -@@ -553,7 +553,7 @@ class TestMachinesStoragePools(VirtualMa - b.click(f"#{self.pool_name}-system-create-volume-button") # open the "Storage volumes" subtab - - b.wait_visible("#create-volume-dialog-modal") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Create storage volume") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Create storage volume") - - def fill(self): - b.set_input_text("#create-volume-dialog-name", self.vol_name) -@@ -568,21 +568,21 @@ class TestMachinesStoragePools(VirtualMa - b.select_from_dropdown("#create-volume-dialog-format", self.format) - - def cancel(self): -- b.click(".pf-c-modal-box__footer button:contains(Cancel)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Cancel)") - b.wait_not_present("#create-storage-pool-dialog") - - def create(self): -- b.click(".pf-c-modal-box__footer button:contains(Create)") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Create)") - - if not self.xfail: - # Creation of volumes might take longer for some pool types - if self.pool_type in ["disk", "netfs"]: -- b.wait_visible(".pf-c-modal-box__footer button.pf-m-in-progress") -- b.wait_visible(".pf-c-modal-box__footer button:contains(Create):disabled") -+ b.wait_visible(".pf-v5-c-modal-box__footer button.pf-m-in-progress") -+ b.wait_visible(".pf-v5-c-modal-box__footer button:contains(Create):disabled") - b.wait_not_present("#create-volume-dialog-modal") - else: - for xfo in self.xfail_objects: -- b.wait_in_text(f"#create-volume-dialog-{xfo}-group .pf-c-form__helper-text .pf-m-error", self.xfail_error) -+ b.wait_in_text(f"#create-volume-dialog-{xfo}-group .pf-v5-c-form__helper-text .pf-m-error", self.xfail_error) - - def verify(self): - # Check that the defined volume is now visible -@@ -741,8 +741,8 @@ class TestMachinesStoragePools(VirtualMa - self.login_and_go("/machines") - self.waitPageInit() - -- b.wait_in_text("#card-pf-storage-pools .pf-c-card__header button", "Storage pool") -- b.click(".pf-c-card .pf-c-card__header button:contains(Storage pool)") -+ b.wait_in_text("#card-pf-storage-pools .pf-v5-c-card__header button", "Storage pool") -+ b.click(".pf-v5-c-card .pf-v5-c-card__header button:contains(Storage pool)") - b.wait_visible("#storage-pools-listing") - - class StoragePoolsCreationAndDeletion: -@@ -818,7 +818,7 @@ class TestMachinesStoragePools(VirtualMa - b.click(f"#pool-{self.name}-{self.connection}-action-kebab button") - b.click(f"#delete-pool-{self.name}-{self.connection}") - # Check if deletion dialog is shown -- b.wait_visible("div.pf-c-modal-box") -+ b.wait_visible("div.pf-v5-c-modal-box") - - if self.activate: - if self.vol_name or self.pool_type == "iscsi": -@@ -827,28 +827,28 @@ class TestMachinesStoragePools(VirtualMa - else: - # Check when no volume - b.wait_not_present("#storage-pool-delete-volumes") -- b.wait_in_text(".pf-c-modal-box__body div", -+ b.wait_in_text(".pf-v5-c-modal-box__body div", - "No volumes exist in this storage pool.") - else: - # Check the content of inactive pool deletion dialog -- b.wait_text(".pf-c-modal-box__body div", -+ b.wait_text(".pf-v5-c-modal-box__body div", - "Deleting an inactive storage pool will only undefine the pool. Its content will not be deleted.") - -- b.click('.pf-c-modal-box__footer button:contains("Delete")') -+ b.click('.pf-v5-c-modal-box__footer button:contains("Delete")') - - if self.xfail: -- b.wait_visible("div.pf-c-modal-box") -+ b.wait_visible("div.pf-v5-c-modal-box") - if self.xfail_error: - # Check the error shown on the footer of the deletion of dialog -- b.wait_in_text("div.pf-c-modal-box .pf-c-alert__description", self.xfail_error) -+ b.wait_in_text("div.pf-v5-c-modal-box .pf-v5-c-alert__description", self.xfail_error) - # Close the dialog -- b.click('.pf-c-modal-box__footer button:contains("Cancel")') -+ b.click('.pf-v5-c-modal-box__footer button:contains("Cancel")') - # Clean the pool if pool deletion is failed - if self.activate: - m.execute(f"virsh pool-destroy {self.name}") - m.execute(f"virsh pool-undefine {self.name}") - -- b.wait_not_present("div.pf-c-modal-box") -+ b.wait_not_present("div.pf-v5-c-modal-box") - - def verify(self): - if self.activate and self.vol_name: -@@ -993,18 +993,18 @@ class TestMachinesStoragePools(VirtualMa - b.click("#pool-images-system-action-kebab button") - b.click("#pool-images-system-action-kebab a:contains(Delete)") - b.set_checked("#storage-pool-delete-volumes", True) -- b.wait_in_text(".pf-c-backdrop .pf-c-helper-text__item-text", "Pool's volumes are used by") -- b.wait_visible(".pf-c-backdrop footer button[aria-disabled=true]:contains(Delete)") -+ b.wait_in_text(".pf-v5-c-backdrop .pf-v5-c-helper-text__item-text", "Pool's volumes are used by") -+ b.wait_visible(".pf-v5-c-backdrop footer button[aria-disabled=true]:contains(Delete)") - - # Check "Cancel" button -- b.click(".pf-c-backdrop footer button:contains(Cancel)") -- b.wait_not_present(".pf-c-backdrop") -+ b.click(".pf-v5-c-backdrop footer button:contains(Cancel)") -+ b.wait_not_present(".pf-v5-c-backdrop") - - # Check "X" button of the dialog - b.click("#pool-images-system-action-kebab button") - b.click("#pool-images-system-action-kebab a:contains(Delete)") -- b.click(".pf-c-backdrop button[aria-label=Close]") -- b.wait_not_present(".pf-c-backdrop") -+ b.click(".pf-v5-c-backdrop button[aria-label=Close]") -+ b.wait_not_present(".pf-v5-c-backdrop") - - # Check that the error shown after the title, not the footer - # Delete the VM, or the deletion button will be disabled -@@ -1015,7 +1015,7 @@ class TestMachinesStoragePools(VirtualMa - b.wait_not_present("#vm-subVmTest1-system-name") - # Go back to the storage pool list - b.wait_in_text("#card-pf-storage-pools button", "Storage pool") -- b.click("#card-pf-storage-pools .pf-c-card__header button") -+ b.click("#card-pf-storage-pools .pf-v5-c-card__header button") - b.wait_visible("#storage-pools-listing") - - m.execute(f'chattr +a {args["image"]}') -@@ -1023,7 +1023,7 @@ class TestMachinesStoragePools(VirtualMa - b.click("#pool-images-system-action-kebab button") - b.click("#pool-images-system-action-kebab a:contains(Delete)") - b.set_checked("#storage-pool-delete-volumes", True) -- b.click(".pf-c-backdrop footer button[aria-disabled=false]:contains(Delete)") -+ b.click(".pf-v5-c-backdrop footer button[aria-disabled=false]:contains(Delete)") - b.assert_pixels("#storage-pool-delete-modal", "storage-pool-delete-modal-error") - wait(lambda: "forDeletion" not in m.execute("ls /var/lib/libvirt/images/")) - -Index: cockpit-machines-292/test/check-machines-virtualization -=================================================================== ---- cockpit-machines-292.orig/test/check-machines-virtualization -+++ cockpit-machines-292/test/check-machines-virtualization -@@ -41,9 +41,9 @@ class TestMachinesVirtualization(Virtual - - self.login_and_go("/machines") - -- b.wait_visible("div.pf-c-empty-state:contains('Hardware virtualization is disabled')") -+ b.wait_visible("div.pf-v5-c-empty-state:contains('Hardware virtualization is disabled')") - -- b.assert_pixels(".pf-c-empty-state", "virtualization-disabled-warning") -+ b.assert_pixels(".pf-v5-c-empty-state", "virtualization-disabled-warning") - - b.click("#ignore-hw-virtualization-disabled-btn") - -@@ -51,7 +51,7 @@ class TestMachinesVirtualization(Virtual - b.wait_visible("#card-pf-networks") - b.wait_visible("#virtual-machines-listing") - -- b.wait_visible(".pf-c-page .pf-c-card__title:contains('Virtual machines')") -+ b.wait_visible(".pf-v5-c-page .pf-v5-c-card__title:contains('Virtual machines')") - - def testLibvirt(self): - b = self.browser -@@ -82,7 +82,7 @@ class TestMachinesVirtualization(Virtual - - def waitEmptyState(): - with b.wait_timeout(15): -- b.wait_in_text(".pf-c-empty-state", "Virtualization service (libvirt) is not active") -+ b.wait_in_text(".pf-v5-c-empty-state", "Virtualization service (libvirt) is not active") - - # Check initial state - self.createVm("subVmTest1") -@@ -97,7 +97,7 @@ class TestMachinesVirtualization(Virtual - b.reload() - b.enter_page('/machines') - waitEmptyState() -- b.click(".pf-c-empty-state button.pf-m-link") # Troubleshoot -+ b.click(".pf-v5-c-empty-state button.pf-m-link") # Troubleshoot - b.leave_page() - b.wait(lambda: "system/services" in b.eval_js("window.location.href")) - -@@ -108,7 +108,7 @@ class TestMachinesVirtualization(Virtual - self.addCleanup(self.machine.execute, "pkill -u nonadmin || true; while pgrep -u nonadmin; do sleep 0.5; done") - self.login_and_go("/machines", user="nonadmin", superuser=False) - self.waitPageInit() -- b.wait_in_text("#virtual-machines-listing .pf-c-empty-state", "No VM is running") -+ b.wait_in_text("#virtual-machines-listing .pf-v5-c-empty-state", "No VM is running") - - - if __name__ == '__main__': -Index: cockpit-machines-292/test/machineslib.py -=================================================================== ---- cockpit-machines-292.orig/test/machineslib.py -+++ cockpit-machines-292/test/machineslib.py -@@ -36,7 +36,7 @@ class VirtualMachinesCaseHelpers: - def performAction(self, vmName, action, checkExpectedState=True, connectionName="system"): - b = self.browser - b.click("#vm-{0}-{1}-action-kebab button".format(vmName, connectionName)) -- b.wait_visible("#vm-{0}-{1}-action-kebab > .pf-c-dropdown__menu".format(vmName, connectionName)) -+ b.wait_visible("#vm-{0}-{1}-action-kebab > .pf-v5-c-dropdown__menu".format(vmName, connectionName)) - b.click("#vm-{0}-{1}-{2} a".format(vmName, connectionName, action)) - - if not checkExpectedState: -@@ -68,7 +68,7 @@ class VirtualMachinesCaseHelpers: - - def togglePoolRow(self, poolName, connectionName="system"): - isExpanded = 'pf-m-expanded' in self.browser.attr("tbody tr[data-row-id=pool-{0}-{1}] + tr".format(poolName, connectionName), "class") # click on the row header -- self.browser.click("tbody tr[data-row-id=pool-{0}-{1}] .pf-c-table__toggle button".format(poolName, connectionName)) # click on the row header -+ self.browser.click("tbody tr[data-row-id=pool-{0}-{1}] .pf-v5-c-table__toggle button".format(poolName, connectionName)) # click on the row header - if isExpanded: - self.browser.wait_not_present("tbody tr[data-row-id=pool-{0}-{1}] + tr.pf-m-expanded".format(poolName, connectionName)) # click on the row header - else: -@@ -84,7 +84,7 @@ class VirtualMachinesCaseHelpers: - - def toggleNetworkRow(self, networkName, connectionName="system"): - isExpanded = 'pf-m-expanded' in self.browser.attr("tbody tr[data-row-id=network-{0}-{1}] + tr".format(networkName, connectionName), "class") # click on the row header -- self.browser.click("tbody tr[data-row-id=network-{0}-{1}] .pf-c-table__toggle button".format(networkName, connectionName)) # click on the row header -+ self.browser.click("tbody tr[data-row-id=network-{0}-{1}] .pf-v5-c-table__toggle button".format(networkName, connectionName)) # click on the row header - if isExpanded: - self.browser.wait_not_present("tbody tr[data-row-id=network-{0}-{1}] + tr.pf-m-expanded".format(networkName, connectionName)) # click on the row header - else: -@@ -219,11 +219,11 @@ class VirtualMachinesCaseHelpers: - b = self.browser - - b.click(f"#delete-vm-subVmTest1-iface-{iface}") -- b.wait_in_text(".pf-c-modal-box .pf-c-modal-box__header .pf-c-modal-box__title", "Remove network interface?") -+ b.wait_in_text(".pf-v5-c-modal-box .pf-v5-c-modal-box__header .pf-v5-c-modal-box__title", "Remove network interface?") - if mac and vm_name: -- b.wait_in_text(".pf-c-modal-box__body .pf-c-description-list", f"{mac} will be removed from {vm_name}") -- b.click(".pf-c-modal-box__footer button:contains(Remove)") -- b.wait_not_present(".pf-c-modal-box") -+ b.wait_in_text(".pf-v5-c-modal-box__body .pf-v5-c-description-list", f"{mac} will be removed from {vm_name}") -+ b.click(".pf-v5-c-modal-box__footer button:contains(Remove)") -+ b.wait_not_present(".pf-v5-c-modal-box") - - def get_next_mac(self, last_mac): - parts = last_mac.split(':') diff --git a/cockpit-machines-292.tar.gz b/cockpit-machines-292.tar.gz deleted file mode 100644 index d2dab8d..0000000 --- a/cockpit-machines-292.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d7df11cd89796288ebf9540226246cb06aab6b773c534d456c5212ca21fb95 -size 692740 diff --git a/cockpit-machines-295.tar.gz b/cockpit-machines-295.tar.gz new file mode 100644 index 0000000..21820bf --- /dev/null +++ b/cockpit-machines-295.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942427ca1608788f50059175649151d29922bfc0114a7fdbc396fef6cb144bff +size 703638 diff --git a/cockpit-machines.changes b/cockpit-machines.changes index d0c9a12..471c9d1 100644 --- a/cockpit-machines.changes +++ b/cockpit-machines.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 3 13:07:06 UTC 2023 - Adam Majer + +- Update to 295 + * Performance and stability improvements + * Bug fixes and translation updates +- 1088.patch: upstreamed and removed + ------------------------------------------------------------------- Fri Jun 16 12:07:39 UTC 2023 - Adam Majer diff --git a/cockpit-machines.spec b/cockpit-machines.spec index 1a0e937..3f8eaf0 100644 --- a/cockpit-machines.spec +++ b/cockpit-machines.spec @@ -17,7 +17,7 @@ Name: cockpit-machines -Version: 292 +Version: 295 Release: 0 Summary: Cockpit user interface for virtual machines License: LGPL-2.1-or-later AND MIT @@ -28,7 +28,6 @@ Source: https://github.com/cockpit-project/cockpit-machines/archive/refs Source10: package-lock.json Source11: node_modules.spec.inc %include %_sourcedir/node_modules.spec.inc -Patch1: 1088.patch Patch10: hide-docs.patch Patch11: load-css-overrides.patch BuildArch: noarch @@ -61,8 +60,7 @@ Cockpit component for managing virtual machines. If "virt-install" is installed, you can also create new virtual machines. %prep -%setup -%patch1 -p1 +%autosetup -p1 %patch10 -p1 %patch11 -p1 rm -f package-lock.json diff --git a/node_modules.obscpio b/node_modules.obscpio index c8a2e8e..18b84ce 100644 --- a/node_modules.obscpio +++ b/node_modules.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69716fabc7d5ea97f826c3dd504360130890bbb627672f5124165a987024f413 -size 125887292 +oid sha256:cfb38f998d11f661308f31e02ed148e190257d4ab930527e7c1cf62d73710d73 +size 116880276 diff --git a/node_modules.spec.inc b/node_modules.spec.inc index 2c192cc..3d9e87b 100644 --- a/node_modules.spec.inc +++ b/node_modules.spec.inc @@ -1,518 +1,515 @@ -Source1000: https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz#/@ampproject-remapping-2.2.1.tgz -Source1001: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz#/@babel-code-frame-7.22.5.tgz -Source1002: https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz#/@babel-compat-data-7.22.5.tgz -Source1003: https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz#/@babel-core-7.22.5.tgz -Source1004: https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz#/@babel-generator-7.22.5.tgz -Source1005: 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 -Source1006: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#/@babel-helper-compilation-targets-7.22.5.tgz -Source1007: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#/@babel-helper-environment-visitor-7.22.5.tgz -Source1008: https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#/@babel-helper-function-name-7.22.5.tgz -Source1009: https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#/@babel-helper-hoist-variables-7.22.5.tgz -Source1010: https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#/@babel-helper-module-imports-7.22.5.tgz -Source1011: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#/@babel-helper-module-transforms-7.22.5.tgz -Source1012: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#/@babel-helper-plugin-utils-7.22.5.tgz -Source1013: https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#/@babel-helper-simple-access-7.22.5.tgz -Source1014: 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 -Source1015: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#/@babel-helper-string-parser-7.22.5.tgz -Source1016: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#/@babel-helper-validator-identifier-7.22.5.tgz -Source1017: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#/@babel-helper-validator-option-7.22.5.tgz -Source1018: https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz#/@babel-helpers-7.22.5.tgz -Source1019: https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz#/@babel-highlight-7.22.5.tgz -Source1020: https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz#/@babel-parser-7.22.5.tgz -Source1021: https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#/@babel-plugin-syntax-flow-7.22.5.tgz -Source1022: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#/@babel-plugin-syntax-jsx-7.22.5.tgz -Source1023: 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 -Source1024: https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz#/@babel-runtime-7.22.5.tgz -Source1025: https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz#/@babel-template-7.22.5.tgz -Source1026: https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz#/@babel-traverse-7.22.5.tgz -Source1027: https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz#/@babel-types-7.22.5.tgz -Source1028: https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#/@csstools-selector-specificity-2.2.0.tgz -Source1029: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz#/@esbuild-android-arm-0.17.19.tgz -Source1030: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz#/@esbuild-android-arm64-0.17.19.tgz -Source1031: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz#/@esbuild-android-x64-0.17.19.tgz -Source1032: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz#/@esbuild-darwin-arm64-0.17.19.tgz -Source1033: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz#/@esbuild-darwin-x64-0.17.19.tgz -Source1034: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz#/@esbuild-freebsd-arm64-0.17.19.tgz -Source1035: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz#/@esbuild-freebsd-x64-0.17.19.tgz -Source1036: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz#/@esbuild-linux-arm-0.17.19.tgz -Source1037: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz#/@esbuild-linux-arm64-0.17.19.tgz -Source1038: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz#/@esbuild-linux-ia32-0.17.19.tgz -Source1039: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz#/@esbuild-linux-loong64-0.17.19.tgz -Source1040: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz#/@esbuild-linux-mips64el-0.17.19.tgz -Source1041: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz#/@esbuild-linux-ppc64-0.17.19.tgz -Source1042: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz#/@esbuild-linux-riscv64-0.17.19.tgz -Source1043: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz#/@esbuild-linux-s390x-0.17.19.tgz -Source1044: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz#/@esbuild-linux-x64-0.17.19.tgz -Source1045: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz#/@esbuild-netbsd-x64-0.17.19.tgz -Source1046: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz#/@esbuild-openbsd-x64-0.17.19.tgz -Source1047: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz#/@esbuild-sunos-x64-0.17.19.tgz -Source1048: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz#/@esbuild-win32-arm64-0.17.19.tgz -Source1049: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz#/@esbuild-win32-ia32-0.17.19.tgz -Source1050: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz#/@esbuild-win32-x64-0.17.19.tgz -Source1051: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#/@eslint-community-eslint-utils-4.4.0.tgz -Source1052: https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#/@eslint-community-regexpp-4.5.1.tgz -Source1053: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#/@eslint-eslintrc-2.0.3.tgz -Source1054: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/@eslint-globals-13.20.0.tgz -Source1055: https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz#/@eslint-js-8.42.0.tgz -Source1056: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/@eslint-type-fest-0.20.2.tgz -Source1057: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#/@humanwhocodes-config-array-0.11.10.tgz -Source1058: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz -Source1059: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#/@humanwhocodes-object-schema-1.2.1.tgz -Source1060: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#/@jridgewell-gen-mapping-0.3.3.tgz -Source1061: https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#/@jridgewell-resolve-uri-3.1.0.tgz -Source1062: https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz#/@jridgewell-set-array-1.1.2.tgz -Source1063: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#/@jridgewell-sourcemap-codec-1.4.14.tgz -Source1064: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#/@jridgewell-sourcemap-codec-1.4.15.tgz -Source1065: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#/@jridgewell-trace-mapping-0.3.18.tgz -Source1066: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz -Source1067: https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz -Source1068: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz -Source1069: https://registry.npmjs.org/@novnc/novnc/-/novnc-1.4.0.tgz#/@novnc-novnc-1.4.0.tgz -Source1070: https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.3.tgz#/@patternfly-focus-trap-7.4.3.tgz +Source1000: https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#/@aashutoshrathi-word-wrap-1.2.6.tgz +Source1001: https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz#/@ampproject-remapping-2.2.1.tgz +Source1002: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz#/@babel-code-frame-7.22.5.tgz +Source1003: https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz#/@babel-compat-data-7.22.9.tgz +Source1004: https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz#/@babel-core-7.22.9.tgz +Source1005: https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz#/@babel-generator-7.22.9.tgz +Source1006: 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 +Source1007: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#/@babel-helper-compilation-targets-7.22.9.tgz +Source1008: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#/@babel-helper-environment-visitor-7.22.5.tgz +Source1009: https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#/@babel-helper-function-name-7.22.5.tgz +Source1010: https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#/@babel-helper-hoist-variables-7.22.5.tgz +Source1011: https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#/@babel-helper-module-imports-7.22.5.tgz +Source1012: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#/@babel-helper-module-transforms-7.22.9.tgz +Source1013: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#/@babel-helper-plugin-utils-7.22.5.tgz +Source1014: https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#/@babel-helper-simple-access-7.22.5.tgz +Source1015: 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 +Source1016: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#/@babel-helper-string-parser-7.22.5.tgz +Source1017: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#/@babel-helper-validator-identifier-7.22.5.tgz +Source1018: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#/@babel-helper-validator-option-7.22.5.tgz +Source1019: https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz#/@babel-helpers-7.22.6.tgz +Source1020: https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz#/@babel-highlight-7.22.5.tgz +Source1021: https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz#/@babel-parser-7.22.7.tgz +Source1022: https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#/@babel-plugin-syntax-flow-7.22.5.tgz +Source1023: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#/@babel-plugin-syntax-jsx-7.22.5.tgz +Source1024: 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 +Source1025: https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.6.tgz#/@babel-runtime-7.22.6.tgz +Source1026: https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz#/@babel-template-7.22.5.tgz +Source1027: https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz#/@babel-traverse-7.22.8.tgz +Source1028: https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz#/@babel-types-7.22.5.tgz +Source1029: https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#/@csstools-selector-specificity-2.2.0.tgz +Source1030: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.17.tgz#/@esbuild-android-arm-0.18.17.tgz +Source1031: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.17.tgz#/@esbuild-android-arm64-0.18.17.tgz +Source1032: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.17.tgz#/@esbuild-android-x64-0.18.17.tgz +Source1033: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.17.tgz#/@esbuild-darwin-arm64-0.18.17.tgz +Source1034: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.17.tgz#/@esbuild-darwin-x64-0.18.17.tgz +Source1035: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.17.tgz#/@esbuild-freebsd-arm64-0.18.17.tgz +Source1036: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.17.tgz#/@esbuild-freebsd-x64-0.18.17.tgz +Source1037: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.17.tgz#/@esbuild-linux-arm-0.18.17.tgz +Source1038: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.17.tgz#/@esbuild-linux-arm64-0.18.17.tgz +Source1039: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.17.tgz#/@esbuild-linux-ia32-0.18.17.tgz +Source1040: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.17.tgz#/@esbuild-linux-loong64-0.18.17.tgz +Source1041: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.17.tgz#/@esbuild-linux-mips64el-0.18.17.tgz +Source1042: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.17.tgz#/@esbuild-linux-ppc64-0.18.17.tgz +Source1043: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.17.tgz#/@esbuild-linux-riscv64-0.18.17.tgz +Source1044: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.17.tgz#/@esbuild-linux-s390x-0.18.17.tgz +Source1045: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.17.tgz#/@esbuild-linux-x64-0.18.17.tgz +Source1046: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.17.tgz#/@esbuild-netbsd-x64-0.18.17.tgz +Source1047: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.17.tgz#/@esbuild-openbsd-x64-0.18.17.tgz +Source1048: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.17.tgz#/@esbuild-sunos-x64-0.18.17.tgz +Source1049: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.17.tgz#/@esbuild-win32-arm64-0.18.17.tgz +Source1050: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.17.tgz#/@esbuild-win32-ia32-0.18.17.tgz +Source1051: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.17.tgz#/@esbuild-win32-x64-0.18.17.tgz +Source1052: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#/@eslint-community-eslint-utils-4.4.0.tgz +Source1053: https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#/@eslint-community-regexpp-4.6.2.tgz +Source1054: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz#/@eslint-eslintrc-2.1.1.tgz +Source1055: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/@eslint-globals-13.20.0.tgz +Source1056: https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz#/@eslint-js-8.46.0.tgz +Source1057: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/@eslint-type-fest-0.20.2.tgz +Source1058: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#/@humanwhocodes-config-array-0.11.10.tgz +Source1059: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz +Source1060: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#/@humanwhocodes-object-schema-1.2.1.tgz +Source1061: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#/@jridgewell-gen-mapping-0.3.3.tgz +Source1062: https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#/@jridgewell-resolve-uri-3.1.0.tgz +Source1063: https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz#/@jridgewell-set-array-1.1.2.tgz +Source1064: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#/@jridgewell-sourcemap-codec-1.4.14.tgz +Source1065: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#/@jridgewell-sourcemap-codec-1.4.15.tgz +Source1066: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#/@jridgewell-trace-mapping-0.3.18.tgz +Source1067: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz +Source1068: https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz +Source1069: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz +Source1070: https://registry.npmjs.org/@novnc/novnc/-/novnc-1.4.0.tgz#/@novnc-novnc-1.4.0.tgz Source1071: https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.0-alpha.53.tgz#/@patternfly-patternfly-5.0.0-alpha.53.tgz Source1072: https://registry.npmjs.org/@patternfly/react-console/-/react-console-5.0.0-alpha.1.tgz#/@patternfly-react-console-5.0.0-alpha.1.tgz Source1073: https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-alpha.98.tgz#/@patternfly-react-core-5.0.0-alpha.98.tgz -Source1074: https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-prerelease.7.tgz#/@patternfly-react-core-5.0.0-prerelease.7.tgz -Source1075: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-alpha.14.tgz#/@patternfly-react-icons-5.0.0-alpha.14.tgz -Source1076: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-prerelease.6.tgz#/@patternfly-react-icons-5.0.0-prerelease.6.tgz -Source1077: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-alpha.10.tgz#/@patternfly-react-styles-5.0.0-alpha.10.tgz -Source1078: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-prerelease.2.tgz#/@patternfly-react-styles-5.0.0-prerelease.2.tgz -Source1079: https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.0.0-alpha.100.tgz#/@patternfly-react-table-5.0.0-alpha.100.tgz -Source1080: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-alpha.9.tgz#/@patternfly-react-tokens-5.0.0-alpha.9.tgz -Source1081: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-prerelease.4.tgz#/@patternfly-react-tokens-5.0.0-prerelease.4.tgz -Source1082: https://registry.npmjs.org/xterm/-/xterm-4.19.0.tgz#/@patternfly-xterm-4.19.0.tgz -Source1083: https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.2.1.tgz#/@patternfly-xterm-addon-fit-0.2.1.tgz -Source1084: https://registry.npmjs.org/@spice-project/spice-html5/-/spice-html5-0.2.1.tgz#/@spice-project-spice-html5-0.2.1.tgz -Source1085: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz -Source1086: https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#/@types-minimist-1.2.2.tgz -Source1087: https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#/@types-normalize-package-data-2.4.1.tgz -Source1088: https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#/@types-parse-json-4.0.0.tgz -Source1089: https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz#/acorn-8.9.0.tgz -Source1090: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz -Source1091: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz -Source1092: https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#/ansi-escapes-4.3.2.tgz -Source1093: https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz#/ansi-escapes-type-fest-0.21.3.tgz -Source1094: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz -Source1095: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz#/ansi-styles-3.2.1.tgz -Source1096: https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz#/anymatch-3.1.3.tgz -Source1097: https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#/argparse-2.0.1.tgz -Source1098: https://registry.npmjs.org/aria-query/-/aria-query-5.2.1.tgz#/aria-query-5.2.1.tgz -Source1099: https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#/array-buffer-byte-length-1.0.0.tgz -Source1100: https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz#/array-includes-3.1.6.tgz -Source1101: https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#/array-union-2.1.0.tgz -Source1102: https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#/array.prototype.flat-1.3.1.tgz -Source1103: https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#/array.prototype.flatmap-1.3.1.tgz -Source1104: https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#/array.prototype.tosorted-1.1.1.tgz -Source1105: https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#/arrify-1.0.1.tgz -Source1106: https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz#/ast-types-flow-0.0.7.tgz -Source1107: https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz#/astral-regex-2.0.0.tgz -Source1108: https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz#/attr-accept-2.2.2.tgz -Source1109: https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#/available-typed-arrays-1.0.5.tgz -Source1110: https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz#/axe-core-4.7.2.tgz -Source1111: https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz#/axobject-query-3.2.1.tgz -Source1112: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz -Source1113: https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz#/base64-js-1.5.1.tgz -Source1114: https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz#/binary-extensions-2.2.0.tgz -Source1115: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#/brace-expansion-1.1.11.tgz -Source1116: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#/braces-3.0.2.tgz -Source1117: https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz#/browserslist-4.21.9.tgz -Source1118: https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz#/buffer-6.0.3.tgz -Source1119: https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz#/builtins-5.0.1.tgz -Source1120: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/builtins-lru-cache-6.0.0.tgz -Source1121: https://registry.npmjs.org/semver/-/semver-7.5.2.tgz#/builtins-semver-7.5.2.tgz -Source1122: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/builtins-yallist-4.0.0.tgz -Source1123: https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#/call-bind-1.0.2.tgz -Source1124: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz -Source1125: https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz#/camelcase-5.3.1.tgz -Source1126: https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz#/camelcase-keys-6.2.2.tgz -Source1127: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001503.tgz#/caniuse-lite-1.0.30001503.tgz -Source1128: https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#/chalk-2.4.2.tgz -Source1129: https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz#/chokidar-3.5.3.tgz -Source1130: https://registry.npmjs.org/chrome-remote-interface/-/chrome-remote-interface-0.32.2.tgz#/chrome-remote-interface-0.32.2.tgz -Source1131: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#/color-convert-1.9.3.tgz -Source1132: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#/color-name-1.1.3.tgz -Source1133: https://registry.npmjs.org/colord/-/colord-2.9.3.tgz#/colord-2.9.3.tgz -Source1134: https://registry.npmjs.org/commander/-/commander-2.11.0.tgz#/commander-2.11.0.tgz -Source1135: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz -Source1136: https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#/convert-source-map-1.9.0.tgz -Source1137: https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#/core-util-is-1.0.3.tgz -Source1138: https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz#/cosmiconfig-7.1.0.tgz -Source1139: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#/cross-spawn-7.0.3.tgz -Source1140: https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.1.0.tgz#/css-functions-list-3.1.0.tgz -Source1141: https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz#/cssesc-3.0.0.tgz -Source1142: https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#/damerau-levenshtein-1.0.8.tgz -Source1143: https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz#/date-fns-2.28.0.tgz -Source1144: https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#/debug-4.3.4.tgz -Source1145: https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#/decamelize-1.2.0.tgz -Source1146: https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz#/decamelize-keys-1.1.1.tgz -Source1147: https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#/decamelize-keys-map-obj-1.0.1.tgz -Source1148: https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz#/deep-equal-2.0.5.tgz -Source1149: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz -Source1150: https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#/define-properties-1.2.0.tgz -Source1151: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#/dequal-2.0.3.tgz -Source1152: https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#/dir-glob-3.0.1.tgz -Source1153: https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz -Source1154: https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.432.tgz#/electron-to-chromium-1.4.432.tgz -Source1155: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz -Source1156: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#/encoding-0.1.13.tgz -Source1157: https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#/error-ex-1.3.2.tgz -Source1158: https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz#/es-abstract-1.21.2.tgz -Source1159: https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz#/es-get-iterator-1.1.3.tgz -Source1160: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#/es-set-tostringtag-2.0.1.tgz -Source1161: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#/es-shim-unscopables-1.0.0.tgz -Source1162: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#/es-to-primitive-1.2.1.tgz -Source1163: https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz#/esbuild-0.17.19.tgz -Source1164: https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz#/esbuild-plugin-copy-2.1.1.tgz -Source1165: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/esbuild-plugin-copy-ansi-styles-4.3.0.tgz -Source1166: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/esbuild-plugin-copy-chalk-4.1.2.tgz -Source1167: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/esbuild-plugin-copy-color-convert-2.0.1.tgz -Source1168: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/esbuild-plugin-copy-color-name-1.1.4.tgz -Source1169: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/esbuild-plugin-copy-has-flag-4.0.0.tgz -Source1170: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/esbuild-plugin-copy-supports-color-7.2.0.tgz -Source1171: https://registry.npmjs.org/esbuild-plugin-replace/-/esbuild-plugin-replace-1.4.0.tgz#/esbuild-plugin-replace-1.4.0.tgz -Source1172: https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.6.0.tgz#/esbuild-sass-plugin-2.6.0.tgz -Source1173: https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.17.19.tgz#/esbuild-wasm-0.17.19.tgz -Source1174: https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#/escalade-3.1.1.tgz -Source1175: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#/escape-string-regexp-1.0.5.tgz -Source1176: https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz#/eslint-8.42.0.tgz -Source1177: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/eslint-ansi-styles-4.3.0.tgz -Source1178: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/eslint-chalk-4.1.2.tgz -Source1179: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/eslint-color-convert-2.0.1.tgz -Source1180: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/eslint-color-name-1.1.4.tgz -Source1181: https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#/eslint-config-standard-17.1.0.tgz -Source1182: https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz#/eslint-config-standard-jsx-11.0.0.tgz -Source1183: https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-13.0.0.tgz#/eslint-config-standard-react-13.0.0.tgz -Source1184: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/eslint-escape-string-regexp-4.0.0.tgz -Source1185: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/eslint-glob-parent-6.0.2.tgz -Source1186: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/eslint-globals-13.20.0.tgz -Source1187: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/eslint-has-flag-4.0.0.tgz -Source1188: https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#/eslint-import-resolver-node-0.3.7.tgz -Source1189: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-import-resolver-node-debug-3.2.7.tgz -Source1190: https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#/eslint-module-utils-2.8.0.tgz -Source1191: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-module-utils-debug-3.2.7.tgz -Source1192: https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-6.2.1.tgz#/eslint-plugin-es-x-6.2.1.tgz -Source1193: https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#/eslint-plugin-flowtype-8.0.3.tgz -Source1194: https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#/eslint-plugin-import-2.27.5.tgz -Source1195: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-plugin-import-debug-3.2.7.tgz -Source1196: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-import-doctrine-2.1.0.tgz -Source1197: https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#/eslint-plugin-jsx-a11y-6.7.1.tgz -Source1198: https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.0.tgz#/eslint-plugin-n-16.0.0.tgz -Source1199: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/eslint-plugin-n-lru-cache-6.0.0.tgz -Source1200: https://registry.npmjs.org/semver/-/semver-7.5.2.tgz#/eslint-plugin-n-semver-7.5.2.tgz -Source1201: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/eslint-plugin-n-yallist-4.0.0.tgz -Source1202: https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#/eslint-plugin-promise-6.1.1.tgz -Source1203: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#/eslint-plugin-react-7.32.2.tgz -Source1204: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-react-doctrine-2.1.0.tgz -Source1205: https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#/eslint-plugin-react-hooks-4.6.0.tgz -Source1206: https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz#/eslint-plugin-react-resolve-2.0.0-next.4.tgz -Source1207: https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#/eslint-plugin-standard-5.0.0.tgz -Source1208: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz#/eslint-scope-7.2.0.tgz -Source1209: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/eslint-supports-color-7.2.0.tgz -Source1210: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/eslint-type-fest-0.20.2.tgz -Source1211: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#/eslint-visitor-keys-3.4.1.tgz -Source1212: https://registry.npmjs.org/espree/-/espree-9.5.2.tgz#/espree-9.5.2.tgz -Source1213: https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz#/esquery-1.5.0.tgz -Source1214: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz -Source1215: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz -Source1216: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz -Source1217: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz -Source1218: https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz#/fast-glob-3.2.12.tgz -Source1219: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz -Source1220: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz -Source1221: https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#/fastest-levenshtein-1.0.16.tgz -Source1222: https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#/fastq-1.15.0.tgz -Source1223: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz -Source1224: https://registry.npmjs.org/file-saver/-/file-saver-1.3.8.tgz#/file-saver-1.3.8.tgz -Source1225: https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz#/file-selector-0.6.0.tgz -Source1226: https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#/fill-range-7.0.1.tgz -Source1227: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz -Source1228: https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#/flat-cache-3.0.4.tgz -Source1229: https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#/flatted-3.2.7.tgz -Source1230: https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.1.tgz#/focus-trap-7.4.1.tgz -Source1231: https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#/for-each-0.3.3.tgz -Source1232: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz -Source1233: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz -Source1234: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#/fsevents-2.3.2.tgz -Source1235: https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#/function-bind-1.1.1.tgz -Source1236: https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#/function.prototype.name-1.1.5.tgz -Source1237: https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#/functions-have-names-1.2.3.tgz -Source1238: https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#/gensync-1.0.0-beta.2.tgz -Source1239: https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz#/get-intrinsic-1.2.1.tgz -Source1240: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#/get-symbol-description-1.0.0.tgz -Source1241: https://registry.npmjs.org/gettext-parser/-/gettext-parser-2.1.0.tgz#/gettext-parser-2.1.0.tgz -Source1242: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz -Source1243: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz -Source1244: https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz#/global-modules-2.0.0.tgz -Source1245: https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz#/global-prefix-3.0.0.tgz -Source1246: https://registry.npmjs.org/which/-/which-1.3.1.tgz#/global-prefix-which-1.3.1.tgz -Source1247: https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#/globals-11.12.0.tgz -Source1248: https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#/globalthis-1.0.3.tgz -Source1249: https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#/globby-11.1.0.tgz -Source1250: https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz#/globjoin-0.1.4.tgz -Source1251: https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#/gopd-1.0.1.tgz -Source1252: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz#/graceful-fs-4.2.11.tgz -Source1253: https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz#/graphemer-1.4.0.tgz -Source1254: https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz#/hard-rejection-2.1.0.tgz -Source1255: https://registry.npmjs.org/has/-/has-1.0.3.tgz#/has-1.0.3.tgz -Source1256: https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#/has-bigints-1.0.2.tgz -Source1257: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#/has-flag-3.0.0.tgz -Source1258: https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#/has-property-descriptors-1.0.0.tgz -Source1259: https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#/has-proto-1.0.1.tgz -Source1260: https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#/has-symbols-1.0.3.tgz -Source1261: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#/has-tostringtag-1.0.0.tgz -Source1262: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz#/hosted-git-info-4.1.0.tgz -Source1263: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/hosted-git-info-lru-cache-6.0.0.tgz -Source1264: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/hosted-git-info-yallist-4.0.0.tgz -Source1265: https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz#/html-tags-3.3.1.tgz -Source1266: https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.7.tgz#/htmlparser-1.7.7.tgz -Source1267: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz -Source1268: https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#/ieee754-1.2.1.tgz -Source1269: https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#/ignore-5.2.4.tgz -Source1270: https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz#/immutable-4.3.0.tgz -Source1271: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#/import-fresh-3.3.0.tgz -Source1272: https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz#/import-lazy-4.0.0.tgz -Source1273: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz -Source1274: https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#/indent-string-4.0.0.tgz -Source1275: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz -Source1276: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz -Source1277: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#/ini-1.3.8.tgz -Source1278: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#/internal-slot-1.0.5.tgz -Source1279: https://registry.npmjs.org/ip/-/ip-1.1.8.tgz#/ip-1.1.8.tgz -Source1280: https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz#/irregular-plurals-3.5.0.tgz -Source1281: https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz#/is-arguments-1.1.1.tgz -Source1282: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz#/is-array-buffer-3.0.2.tgz -Source1283: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz -Source1284: https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#/is-bigint-1.0.4.tgz -Source1285: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz -Source1286: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#/is-boolean-object-1.1.2.tgz -Source1287: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz -Source1288: https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz#/is-core-module-2.12.1.tgz -Source1289: https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#/is-date-object-1.0.5.tgz -Source1290: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz -Source1291: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz -Source1292: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz -Source1293: https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz#/is-map-2.0.2.tgz -Source1294: https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#/is-negative-zero-2.0.2.tgz -Source1295: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz -Source1296: https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#/is-number-object-1.0.7.tgz -Source1297: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz -Source1298: https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#/is-plain-obj-1.1.0.tgz -Source1299: https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#/is-plain-object-5.0.0.tgz -Source1300: https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#/is-regex-1.1.4.tgz -Source1301: https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz#/is-set-2.0.2.tgz -Source1302: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#/is-shared-array-buffer-1.0.2.tgz -Source1303: https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#/is-string-1.0.7.tgz -Source1304: https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#/is-symbol-1.0.4.tgz -Source1305: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz#/is-typed-array-1.1.10.tgz -Source1306: https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#/is-unicode-supported-0.1.0.tgz -Source1307: https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz#/is-weakmap-2.0.1.tgz -Source1308: https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#/is-weakref-1.0.2.tgz -Source1309: https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz#/is-weakset-2.0.2.tgz -Source1310: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz -Source1311: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz -Source1312: https://registry.npmjs.org/jed/-/jed-1.1.1.tgz#/jed-1.1.1.tgz -Source1313: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz -Source1314: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz -Source1315: https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#/jsesc-2.5.2.tgz -Source1316: 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 -Source1317: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz -Source1318: 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 -Source1319: https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#/json5-2.2.3.tgz -Source1320: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz -Source1321: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#/jsx-ast-utils-3.3.3.tgz -Source1322: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz -Source1323: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz#/known-css-properties-0.26.0.tgz -Source1324: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#/language-subtag-registry-0.3.22.tgz -Source1325: https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz#/language-tags-1.0.5.tgz -Source1326: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz -Source1327: https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz -Source1328: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz -Source1329: https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#/lodash-4.17.21.tgz -Source1330: https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz -Source1331: https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#/lodash.truncate-4.4.2.tgz -Source1332: https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz#/log-symbols-4.1.0.tgz -Source1333: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/log-symbols-ansi-styles-4.3.0.tgz -Source1334: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/log-symbols-chalk-4.1.2.tgz -Source1335: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/log-symbols-color-convert-2.0.1.tgz -Source1336: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/log-symbols-color-name-1.1.4.tgz -Source1337: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/log-symbols-has-flag-4.0.0.tgz -Source1338: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/log-symbols-supports-color-7.2.0.tgz -Source1339: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz -Source1340: https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#/lru-cache-5.1.1.tgz -Source1341: https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz#/magic-string-0.25.9.tgz -Source1342: https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#/map-obj-4.3.0.tgz -Source1343: https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#/mathml-tag-names-2.1.3.tgz -Source1344: https://registry.npmjs.org/meow/-/meow-9.0.0.tgz#/meow-9.0.0.tgz -Source1345: https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#/merge2-1.4.1.tgz -Source1346: https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz#/micromatch-4.0.5.tgz -Source1347: https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz#/min-indent-1.0.1.tgz -Source1348: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz -Source1349: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz -Source1350: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#/minimist-options-4.1.0.tgz -Source1351: https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#/ms-2.1.2.tgz -Source1352: https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz#/nanoid-3.3.6.tgz -Source1353: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz -Source1354: https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz#/node-releases-2.0.12.tgz -Source1355: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz#/normalize-package-data-3.0.3.tgz -Source1356: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/normalize-package-data-lru-cache-6.0.0.tgz -Source1357: https://registry.npmjs.org/semver/-/semver-7.5.2.tgz#/normalize-package-data-semver-7.5.2.tgz -Source1358: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/normalize-package-data-yallist-4.0.0.tgz -Source1359: https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#/normalize-path-3.0.0.tgz -Source1360: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz -Source1361: https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#/object-inspect-1.12.3.tgz -Source1362: https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz#/object-is-1.1.5.tgz -Source1363: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz -Source1364: https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#/object.assign-4.1.4.tgz -Source1365: https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz#/object.entries-1.1.6.tgz -Source1366: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#/object.fromentries-2.0.6.tgz -Source1367: https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz#/object.hasown-1.1.2.tgz -Source1368: https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#/object.values-1.1.6.tgz -Source1369: https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz -Source1370: https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz#/optionator-0.9.1.tgz -Source1371: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz -Source1372: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz -Source1373: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#/p-try-2.2.0.tgz -Source1374: https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz -Source1375: https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#/parse-json-5.2.0.tgz -Source1376: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz -Source1377: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz -Source1378: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz -Source1379: https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#/path-parse-1.0.7.tgz -Source1380: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz -Source1381: https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#/picocolors-1.0.0.tgz -Source1382: https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz -Source1383: https://registry.npmjs.org/plur/-/plur-4.0.0.tgz#/plur-4.0.0.tgz -Source1384: https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz#/postcss-8.4.24.tgz -Source1385: https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#/postcss-media-query-parser-0.2.3.tgz -Source1386: https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#/postcss-resolve-nested-selector-0.1.1.tgz -Source1387: https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#/postcss-safe-parser-6.0.0.tgz -Source1388: https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz#/postcss-scss-4.0.6.tgz -Source1389: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#/postcss-selector-parser-6.0.13.tgz -Source1390: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#/postcss-value-parser-4.2.0.tgz -Source1391: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz -Source1392: https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#/process-nextick-args-2.0.1.tgz -Source1393: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#/prop-types-15.8.1.tgz -Source1394: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#/punycode-2.3.0.tgz -Source1395: https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz -Source1396: https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz#/quick-lru-4.0.1.tgz -Source1397: https://registry.npmjs.org/react/-/react-18.2.0.tgz#/react-18.2.0.tgz -Source1398: https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz#/react-dom-18.2.0.tgz -Source1399: https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz#/react-dropzone-14.2.3.tgz -Source1400: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz -Source1401: https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz#/read-pkg-5.2.0.tgz -Source1402: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#/read-pkg-hosted-git-info-2.8.9.tgz -Source1403: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#/read-pkg-normalize-package-data-2.5.0.tgz -Source1404: https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#/read-pkg-semver-5.7.1.tgz -Source1405: https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#/read-pkg-type-fest-0.6.0.tgz -Source1406: https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz#/read-pkg-up-7.0.1.tgz -Source1407: https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#/read-pkg-up-find-up-4.1.0.tgz -Source1408: https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#/read-pkg-up-locate-path-5.0.0.tgz -Source1409: https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#/read-pkg-up-p-limit-2.3.0.tgz -Source1410: https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#/read-pkg-up-p-locate-4.1.0.tgz -Source1411: https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#/read-pkg-up-type-fest-0.8.1.tgz -Source1412: https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz#/readable-stream-2.3.8.tgz -Source1413: https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#/readable-stream-isarray-1.0.0.tgz -Source1414: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#/readable-stream-safe-buffer-5.1.2.tgz -Source1415: https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz#/readdirp-3.6.0.tgz -Source1416: https://registry.npmjs.org/redent/-/redent-3.0.0.tgz#/redent-3.0.0.tgz -Source1417: https://registry.npmjs.org/redux/-/redux-4.1.2.tgz#/redux-4.1.2.tgz -Source1418: https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz#/redux-thunk-2.4.2.tgz -Source1419: https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#/regenerator-runtime-0.13.11.tgz -Source1420: https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#/regexp.prototype.flags-1.5.0.tgz -Source1421: https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#/require-from-string-2.0.2.tgz -Source1422: https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz#/resolve-1.22.2.tgz -Source1423: https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz -Source1424: https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#/reusify-1.0.4.tgz -Source1425: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz -Source1426: https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz -Source1427: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#/safe-buffer-5.2.1.tgz -Source1428: https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz#/safe-regex-test-1.0.0.tgz -Source1429: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#/safer-buffer-2.1.2.tgz -Source1430: https://registry.npmjs.org/sass/-/sass-1.63.4.tgz#/sass-1.63.4.tgz -Source1431: https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz#/scheduler-0.23.0.tgz -Source1432: https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#/semver-6.3.0.tgz -Source1433: https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#/shebang-command-2.0.0.tgz -Source1434: https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#/shebang-regex-3.0.0.tgz -Source1435: https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz#/side-channel-1.0.4.tgz -Source1436: https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz#/signal-exit-3.0.7.tgz -Source1437: https://registry.npmjs.org/sizzle/-/sizzle-2.3.10.tgz#/sizzle-2.3.10.tgz -Source1438: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#/slash-3.0.0.tgz -Source1439: https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#/slice-ansi-4.0.0.tgz -Source1440: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/slice-ansi-ansi-styles-4.3.0.tgz -Source1441: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/slice-ansi-color-convert-2.0.1.tgz -Source1442: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/slice-ansi-color-name-1.1.4.tgz -Source1443: https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#/source-map-js-1.0.2.tgz -Source1444: https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#/sourcemap-codec-1.4.8.tgz -Source1445: https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz#/spdx-correct-3.2.0.tgz -Source1446: https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#/spdx-exceptions-2.3.0.tgz -Source1447: https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#/spdx-expression-parse-3.0.1.tgz -Source1448: https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#/spdx-license-ids-3.0.13.tgz -Source1449: https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#/stop-iteration-iterator-1.0.0.tgz -Source1450: https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz#/string-natural-compare-3.0.1.tgz -Source1451: https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#/string-width-4.2.3.tgz -Source1452: https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#/string-width-emoji-regex-8.0.0.tgz -Source1453: https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#/string.prototype.matchall-4.0.8.tgz -Source1454: https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#/string.prototype.trim-1.2.7.tgz -Source1455: https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#/string.prototype.trimend-1.0.6.tgz -Source1456: https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#/string.prototype.trimstart-1.0.6.tgz -Source1457: https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz#/string_decoder-1.1.1.tgz -Source1458: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#/string_decoder-safe-buffer-5.1.2.tgz -Source1459: https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#/strip-ansi-6.0.1.tgz -Source1460: https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#/strip-bom-3.0.0.tgz -Source1461: https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz#/strip-indent-3.0.0.tgz -Source1462: https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz -Source1463: https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz#/style-search-0.1.0.tgz -Source1464: https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz#/stylelint-14.16.1.tgz -Source1465: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz#/stylelint-balanced-match-2.0.0.tgz -Source1466: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz#/stylelint-config-recommended-8.0.0.tgz -Source1467: https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-7.0.0.tgz#/stylelint-config-recommended-scss-7.0.0.tgz -Source1468: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz#/stylelint-config-standard-26.0.0.tgz -Source1469: https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-5.0.0.tgz#/stylelint-config-standard-scss-5.0.0.tgz -Source1470: https://registry.npmjs.org/stylelint-formatter-pretty/-/stylelint-formatter-pretty-3.2.0.tgz#/stylelint-formatter-pretty-3.2.0.tgz -Source1471: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/stylelint-formatter-pretty-has-flag-4.0.0.tgz -Source1472: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/stylelint-formatter-pretty-supports-color-7.2.0.tgz -Source1473: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#/stylelint-formatter-pretty-supports-hyperlinks-3.0.0.tgz -Source1474: https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#/stylelint-resolve-from-5.0.0.tgz -Source1475: https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz#/stylelint-scss-4.7.0.tgz -Source1476: https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#/supports-color-5.5.0.tgz -Source1477: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#/supports-hyperlinks-2.3.0.tgz -Source1478: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/supports-hyperlinks-has-flag-4.0.0.tgz -Source1479: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/supports-hyperlinks-supports-color-7.2.0.tgz -Source1480: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#/supports-preserve-symlinks-flag-1.0.0.tgz -Source1481: https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz#/svg-tags-1.0.0.tgz -Source1482: https://registry.npmjs.org/tabbable/-/tabbable-6.1.2.tgz#/tabbable-6.1.2.tgz -Source1483: https://registry.npmjs.org/table/-/table-6.8.1.tgz#/table-6.8.1.tgz -Source1484: https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz#/table-ajv-8.12.0.tgz -Source1485: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#/table-json-schema-traverse-1.0.0.tgz -Source1486: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz -Source1487: https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz#/throttle-debounce-3.0.1.tgz -Source1488: https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#/to-fast-properties-2.0.0.tgz -Source1489: https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#/to-regex-range-5.0.1.tgz -Source1490: https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz#/trim-newlines-3.0.1.tgz -Source1491: https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#/tsconfig-paths-3.14.2.tgz -Source1492: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/tsconfig-paths-json5-1.0.2.tgz -Source1493: https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz#/tslib-2.5.3.tgz -Source1494: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz -Source1495: https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz#/type-fest-0.18.1.tgz -Source1496: https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz#/typed-array-length-1.0.4.tgz -Source1497: https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz#/unbox-primitive-1.0.2.tgz -Source1498: https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz#/universalify-2.0.0.tgz -Source1499: https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#/update-browserslist-db-1.0.11.tgz -Source1500: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz -Source1501: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#/util-deprecate-1.0.2.tgz -Source1502: https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#/v8-compile-cache-2.3.0.tgz -Source1503: https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#/validate-npm-package-license-3.0.4.tgz -Source1504: https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz -Source1505: https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#/which-boxed-primitive-1.0.2.tgz -Source1506: https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz#/which-collection-1.0.1.tgz -Source1507: https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz#/which-typed-array-1.1.9.tgz -Source1508: https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#/word-wrap-1.2.3.tgz -Source1509: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#/wrappy-1.0.2.tgz -Source1510: https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz#/write-file-atomic-4.0.2.tgz -Source1511: https://registry.npmjs.org/ws/-/ws-7.5.9.tgz#/ws-7.5.9.tgz -Source1512: https://registry.npmjs.org/xterm/-/xterm-5.1.0.tgz#/xterm-5.1.0.tgz -Source1513: https://registry.npmjs.org/xterm-addon-canvas/-/xterm-addon-canvas-0.3.0.tgz#/xterm-addon-canvas-0.3.0.tgz -Source1514: https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz#/yallist-3.1.1.tgz -Source1515: https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#/yaml-1.10.2.tgz -Source1516: https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#/yargs-parser-20.2.9.tgz -Source1517: https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#/yocto-queue-0.1.0.tgz +Source1074: https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-alpha.14.tgz#/@patternfly-react-icons-5.0.0-alpha.14.tgz +Source1075: https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-alpha.10.tgz#/@patternfly-react-styles-5.0.0-alpha.10.tgz +Source1076: https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.0.0-alpha.100.tgz#/@patternfly-react-table-5.0.0-alpha.100.tgz +Source1077: https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-alpha.9.tgz#/@patternfly-react-tokens-5.0.0-alpha.9.tgz +Source1078: https://registry.npmjs.org/xterm/-/xterm-4.19.0.tgz#/@patternfly-xterm-4.19.0.tgz +Source1079: https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.2.1.tgz#/@patternfly-xterm-addon-fit-0.2.1.tgz +Source1080: https://registry.npmjs.org/@spice-project/spice-html5/-/spice-html5-0.2.1.tgz#/@spice-project-spice-html5-0.2.1.tgz +Source1081: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz +Source1082: https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#/@types-minimist-1.2.2.tgz +Source1083: https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#/@types-normalize-package-data-2.4.1.tgz +Source1084: https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#/@types-parse-json-4.0.0.tgz +Source1085: https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz#/acorn-8.10.0.tgz +Source1086: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz +Source1087: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz +Source1088: https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#/ansi-escapes-4.3.2.tgz +Source1089: https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz#/ansi-escapes-type-fest-0.21.3.tgz +Source1090: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz +Source1091: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz#/ansi-styles-3.2.1.tgz +Source1092: https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz#/anymatch-3.1.3.tgz +Source1093: https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz#/argparse-2.0.1.tgz +Source1094: https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz#/aria-query-5.3.0.tgz +Source1095: https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#/array-buffer-byte-length-1.0.0.tgz +Source1096: https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz#/array-includes-3.1.6.tgz +Source1097: https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#/array-union-2.1.0.tgz +Source1098: https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#/array.prototype.findlastindex-1.2.2.tgz +Source1099: https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#/array.prototype.flat-1.3.1.tgz +Source1100: https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#/array.prototype.flatmap-1.3.1.tgz +Source1101: https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#/array.prototype.tosorted-1.1.1.tgz +Source1102: https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#/arraybuffer.prototype.slice-1.0.1.tgz +Source1103: https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#/arrify-1.0.1.tgz +Source1104: https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz#/ast-types-flow-0.0.7.tgz +Source1105: https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz#/astral-regex-2.0.0.tgz +Source1106: https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz#/attr-accept-2.2.2.tgz +Source1107: https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#/available-typed-arrays-1.0.5.tgz +Source1108: https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz#/axe-core-4.7.2.tgz +Source1109: https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz#/axobject-query-3.2.1.tgz +Source1110: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#/balanced-match-1.0.2.tgz +Source1111: https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz#/base64-js-1.5.1.tgz +Source1112: https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz#/binary-extensions-2.2.0.tgz +Source1113: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#/brace-expansion-1.1.11.tgz +Source1114: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#/braces-3.0.2.tgz +Source1115: https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz#/browserslist-4.21.10.tgz +Source1116: https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz#/buffer-6.0.3.tgz +Source1117: https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz#/builtins-5.0.1.tgz +Source1118: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/builtins-lru-cache-6.0.0.tgz +Source1119: https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#/builtins-semver-7.5.4.tgz +Source1120: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/builtins-yallist-4.0.0.tgz +Source1121: https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#/call-bind-1.0.2.tgz +Source1122: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz +Source1123: https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz#/camelcase-5.3.1.tgz +Source1124: https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz#/camelcase-keys-6.2.2.tgz +Source1125: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#/caniuse-lite-1.0.30001519.tgz +Source1126: https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#/chalk-2.4.2.tgz +Source1127: https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz#/chokidar-3.5.3.tgz +Source1128: https://registry.npmjs.org/chrome-remote-interface/-/chrome-remote-interface-0.32.2.tgz#/chrome-remote-interface-0.32.2.tgz +Source1129: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#/color-convert-1.9.3.tgz +Source1130: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#/color-name-1.1.3.tgz +Source1131: https://registry.npmjs.org/colord/-/colord-2.9.3.tgz#/colord-2.9.3.tgz +Source1132: https://registry.npmjs.org/commander/-/commander-2.11.0.tgz#/commander-2.11.0.tgz +Source1133: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz +Source1134: https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#/convert-source-map-1.9.0.tgz +Source1135: https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz#/cosmiconfig-7.1.0.tgz +Source1136: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#/cross-spawn-7.0.3.tgz +Source1137: https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.0.tgz#/css-functions-list-3.2.0.tgz +Source1138: https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz#/cssesc-3.0.0.tgz +Source1139: https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#/damerau-levenshtein-1.0.8.tgz +Source1140: https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz#/date-fns-2.30.0.tgz +Source1141: https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#/debug-4.3.4.tgz +Source1142: https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#/decamelize-1.2.0.tgz +Source1143: https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz#/decamelize-keys-1.1.1.tgz +Source1144: https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#/decamelize-keys-map-obj-1.0.1.tgz +Source1145: https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.2.tgz#/deep-equal-2.2.2.tgz +Source1146: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz +Source1147: https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#/define-properties-1.2.0.tgz +Source1148: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#/dequal-2.0.3.tgz +Source1149: https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#/dir-glob-3.0.1.tgz +Source1150: https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz +Source1151: https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.482.tgz#/electron-to-chromium-1.4.482.tgz +Source1152: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz +Source1153: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#/encoding-0.1.13.tgz +Source1154: https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#/error-ex-1.3.2.tgz +Source1155: https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz#/es-abstract-1.22.1.tgz +Source1156: https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz#/es-get-iterator-1.1.3.tgz +Source1157: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#/es-set-tostringtag-2.0.1.tgz +Source1158: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#/es-shim-unscopables-1.0.0.tgz +Source1159: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#/es-to-primitive-1.2.1.tgz +Source1160: https://registry.npmjs.org/esbuild/-/esbuild-0.18.17.tgz#/esbuild-0.18.17.tgz +Source1161: https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz#/esbuild-plugin-copy-2.1.1.tgz +Source1162: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/esbuild-plugin-copy-ansi-styles-4.3.0.tgz +Source1163: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/esbuild-plugin-copy-chalk-4.1.2.tgz +Source1164: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/esbuild-plugin-copy-color-convert-2.0.1.tgz +Source1165: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/esbuild-plugin-copy-color-name-1.1.4.tgz +Source1166: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/esbuild-plugin-copy-has-flag-4.0.0.tgz +Source1167: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/esbuild-plugin-copy-supports-color-7.2.0.tgz +Source1168: https://registry.npmjs.org/esbuild-plugin-replace/-/esbuild-plugin-replace-1.4.0.tgz#/esbuild-plugin-replace-1.4.0.tgz +Source1169: https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.10.0.tgz#/esbuild-sass-plugin-2.10.0.tgz +Source1170: https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.18.17.tgz#/esbuild-wasm-0.18.17.tgz +Source1171: https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#/escalade-3.1.1.tgz +Source1172: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#/escape-string-regexp-1.0.5.tgz +Source1173: https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz#/eslint-8.46.0.tgz +Source1174: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/eslint-ansi-styles-4.3.0.tgz +Source1175: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/eslint-chalk-4.1.2.tgz +Source1176: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/eslint-color-convert-2.0.1.tgz +Source1177: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/eslint-color-name-1.1.4.tgz +Source1178: https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#/eslint-config-standard-17.1.0.tgz +Source1179: https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-11.0.0.tgz#/eslint-config-standard-jsx-11.0.0.tgz +Source1180: https://registry.npmjs.org/eslint-config-standard-react/-/eslint-config-standard-react-13.0.0.tgz#/eslint-config-standard-react-13.0.0.tgz +Source1181: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/eslint-escape-string-regexp-4.0.0.tgz +Source1182: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/eslint-glob-parent-6.0.2.tgz +Source1183: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/eslint-globals-13.20.0.tgz +Source1184: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/eslint-has-flag-4.0.0.tgz +Source1185: https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#/eslint-import-resolver-node-0.3.7.tgz +Source1186: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-import-resolver-node-debug-3.2.7.tgz +Source1187: https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#/eslint-module-utils-2.8.0.tgz +Source1188: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-module-utils-debug-3.2.7.tgz +Source1189: https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.2.0.tgz#/eslint-plugin-es-x-7.2.0.tgz +Source1190: https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#/eslint-plugin-flowtype-8.0.3.tgz +Source1191: https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#/eslint-plugin-import-2.28.0.tgz +Source1192: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/eslint-plugin-import-debug-3.2.7.tgz +Source1193: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-import-doctrine-2.1.0.tgz +Source1194: https://registry.npmjs.org/resolve/-/resolve-1.22.3.tgz#/eslint-plugin-import-resolve-1.22.3.tgz +Source1195: https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#/eslint-plugin-jsx-a11y-6.7.1.tgz +Source1196: https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.0.1.tgz#/eslint-plugin-n-16.0.1.tgz +Source1197: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/eslint-plugin-n-lru-cache-6.0.0.tgz +Source1198: https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#/eslint-plugin-n-semver-7.5.4.tgz +Source1199: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/eslint-plugin-n-yallist-4.0.0.tgz +Source1200: https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#/eslint-plugin-promise-6.1.1.tgz +Source1201: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#/eslint-plugin-react-7.33.1.tgz +Source1202: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/eslint-plugin-react-doctrine-2.1.0.tgz +Source1203: https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#/eslint-plugin-react-hooks-4.6.0.tgz +Source1204: https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz#/eslint-plugin-react-resolve-2.0.0-next.4.tgz +Source1205: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz#/eslint-scope-7.2.2.tgz +Source1206: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/eslint-supports-color-7.2.0.tgz +Source1207: https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#/eslint-type-fest-0.20.2.tgz +Source1208: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#/eslint-visitor-keys-3.4.2.tgz +Source1209: https://registry.npmjs.org/espree/-/espree-9.6.1.tgz#/espree-9.6.1.tgz +Source1210: https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz#/esquery-1.5.0.tgz +Source1211: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz +Source1212: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz +Source1213: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz +Source1214: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz +Source1215: https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz#/fast-glob-3.3.1.tgz +Source1216: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz +Source1217: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz +Source1218: https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#/fastest-levenshtein-1.0.16.tgz +Source1219: https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#/fastq-1.15.0.tgz +Source1220: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz +Source1221: https://registry.npmjs.org/file-saver/-/file-saver-1.3.8.tgz#/file-saver-1.3.8.tgz +Source1222: https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz#/file-selector-0.6.0.tgz +Source1223: https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#/fill-range-7.0.1.tgz +Source1224: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz +Source1225: https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#/flat-cache-3.0.4.tgz +Source1226: https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#/flatted-3.2.7.tgz +Source1227: https://registry.npmjs.org/focus-trap/-/focus-trap-7.4.1.tgz#/focus-trap-7.4.1.tgz +Source1228: https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#/for-each-0.3.3.tgz +Source1229: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz +Source1230: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz +Source1231: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#/fsevents-2.3.2.tgz +Source1232: https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#/function-bind-1.1.1.tgz +Source1233: https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#/function.prototype.name-1.1.5.tgz +Source1234: https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#/functions-have-names-1.2.3.tgz +Source1235: https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#/gensync-1.0.0-beta.2.tgz +Source1236: https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz#/get-intrinsic-1.2.1.tgz +Source1237: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#/get-symbol-description-1.0.0.tgz +Source1238: https://registry.npmjs.org/gettext-parser/-/gettext-parser-3.1.1.tgz#/gettext-parser-3.1.1.tgz +Source1239: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz +Source1240: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz +Source1241: https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz#/global-modules-2.0.0.tgz +Source1242: https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz#/global-prefix-3.0.0.tgz +Source1243: https://registry.npmjs.org/which/-/which-1.3.1.tgz#/global-prefix-which-1.3.1.tgz +Source1244: https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#/globals-11.12.0.tgz +Source1245: https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#/globalthis-1.0.3.tgz +Source1246: https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#/globby-11.1.0.tgz +Source1247: https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz#/globjoin-0.1.4.tgz +Source1248: https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#/gopd-1.0.1.tgz +Source1249: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz#/graceful-fs-4.2.11.tgz +Source1250: https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz#/graphemer-1.4.0.tgz +Source1251: https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz#/hard-rejection-2.1.0.tgz +Source1252: https://registry.npmjs.org/has/-/has-1.0.3.tgz#/has-1.0.3.tgz +Source1253: https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#/has-bigints-1.0.2.tgz +Source1254: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#/has-flag-3.0.0.tgz +Source1255: https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#/has-property-descriptors-1.0.0.tgz +Source1256: https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#/has-proto-1.0.1.tgz +Source1257: https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#/has-symbols-1.0.3.tgz +Source1258: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#/has-tostringtag-1.0.0.tgz +Source1259: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz#/hosted-git-info-4.1.0.tgz +Source1260: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/hosted-git-info-lru-cache-6.0.0.tgz +Source1261: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/hosted-git-info-yallist-4.0.0.tgz +Source1262: https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz#/html-tags-3.3.1.tgz +Source1263: https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.7.tgz#/htmlparser-1.7.7.tgz +Source1264: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz +Source1265: https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#/ieee754-1.2.1.tgz +Source1266: https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#/ignore-5.2.4.tgz +Source1267: https://registry.npmjs.org/immutable/-/immutable-4.3.2.tgz#/immutable-4.3.2.tgz +Source1268: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#/import-fresh-3.3.0.tgz +Source1269: https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz#/import-lazy-4.0.0.tgz +Source1270: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz +Source1271: https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#/indent-string-4.0.0.tgz +Source1272: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz +Source1273: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz +Source1274: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz#/ini-1.3.8.tgz +Source1275: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#/internal-slot-1.0.5.tgz +Source1276: https://registry.npmjs.org/ip/-/ip-1.1.8.tgz#/ip-1.1.8.tgz +Source1277: https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz#/irregular-plurals-3.5.0.tgz +Source1278: https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz#/is-arguments-1.1.1.tgz +Source1279: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz#/is-array-buffer-3.0.2.tgz +Source1280: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz +Source1281: https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#/is-bigint-1.0.4.tgz +Source1282: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz +Source1283: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#/is-boolean-object-1.1.2.tgz +Source1284: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz +Source1285: https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz#/is-core-module-2.12.1.tgz +Source1286: https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#/is-date-object-1.0.5.tgz +Source1287: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz +Source1288: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#/is-fullwidth-code-point-3.0.0.tgz +Source1289: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz +Source1290: https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz#/is-map-2.0.2.tgz +Source1291: https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#/is-negative-zero-2.0.2.tgz +Source1292: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz +Source1293: https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#/is-number-object-1.0.7.tgz +Source1294: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz +Source1295: https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#/is-plain-obj-1.1.0.tgz +Source1296: https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz#/is-plain-object-5.0.0.tgz +Source1297: https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#/is-regex-1.1.4.tgz +Source1298: https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz#/is-set-2.0.2.tgz +Source1299: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#/is-shared-array-buffer-1.0.2.tgz +Source1300: https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#/is-string-1.0.7.tgz +Source1301: https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#/is-symbol-1.0.4.tgz +Source1302: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz#/is-typed-array-1.1.12.tgz +Source1303: https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#/is-unicode-supported-0.1.0.tgz +Source1304: https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz#/is-weakmap-2.0.1.tgz +Source1305: https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#/is-weakref-1.0.2.tgz +Source1306: https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz#/is-weakset-2.0.2.tgz +Source1307: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz +Source1308: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz +Source1309: https://registry.npmjs.org/jed/-/jed-1.1.1.tgz#/jed-1.1.1.tgz +Source1310: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz +Source1311: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz +Source1312: https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#/jsesc-2.5.2.tgz +Source1313: 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 +Source1314: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz +Source1315: 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 +Source1316: https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#/json5-2.2.3.tgz +Source1317: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz +Source1318: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#/jsx-ast-utils-3.3.5.tgz +Source1319: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz +Source1320: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz#/known-css-properties-0.26.0.tgz +Source1321: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#/language-subtag-registry-0.3.22.tgz +Source1322: https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz#/language-tags-1.0.5.tgz +Source1323: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz +Source1324: https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz +Source1325: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz +Source1326: https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#/lodash-4.17.21.tgz +Source1327: https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz +Source1328: https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#/lodash.truncate-4.4.2.tgz +Source1329: https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz#/log-symbols-4.1.0.tgz +Source1330: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/log-symbols-ansi-styles-4.3.0.tgz +Source1331: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/log-symbols-chalk-4.1.2.tgz +Source1332: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/log-symbols-color-convert-2.0.1.tgz +Source1333: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/log-symbols-color-name-1.1.4.tgz +Source1334: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/log-symbols-has-flag-4.0.0.tgz +Source1335: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/log-symbols-supports-color-7.2.0.tgz +Source1336: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz +Source1337: https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#/lru-cache-5.1.1.tgz +Source1338: https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz#/magic-string-0.25.9.tgz +Source1339: https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz#/map-obj-4.3.0.tgz +Source1340: https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#/mathml-tag-names-2.1.3.tgz +Source1341: https://registry.npmjs.org/meow/-/meow-9.0.0.tgz#/meow-9.0.0.tgz +Source1342: https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#/merge2-1.4.1.tgz +Source1343: https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz#/micromatch-4.0.5.tgz +Source1344: https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz#/min-indent-1.0.1.tgz +Source1345: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz +Source1346: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz +Source1347: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#/minimist-options-4.1.0.tgz +Source1348: https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#/ms-2.1.2.tgz +Source1349: https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz#/nanoid-3.3.6.tgz +Source1350: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz +Source1351: https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz#/node-releases-2.0.13.tgz +Source1352: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz#/normalize-package-data-3.0.3.tgz +Source1353: https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#/normalize-package-data-lru-cache-6.0.0.tgz +Source1354: https://registry.npmjs.org/semver/-/semver-7.5.4.tgz#/normalize-package-data-semver-7.5.4.tgz +Source1355: https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#/normalize-package-data-yallist-4.0.0.tgz +Source1356: https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#/normalize-path-3.0.0.tgz +Source1357: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz +Source1358: https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#/object-inspect-1.12.3.tgz +Source1359: https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz#/object-is-1.1.5.tgz +Source1360: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz +Source1361: https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#/object.assign-4.1.4.tgz +Source1362: https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz#/object.entries-1.1.6.tgz +Source1363: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#/object.fromentries-2.0.6.tgz +Source1364: https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz#/object.groupby-1.0.0.tgz +Source1365: https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz#/object.hasown-1.1.2.tgz +Source1366: https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#/object.values-1.1.6.tgz +Source1367: https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz +Source1368: https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz#/optionator-0.9.3.tgz +Source1369: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz +Source1370: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz +Source1371: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#/p-try-2.2.0.tgz +Source1372: https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz +Source1373: https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#/parse-json-5.2.0.tgz +Source1374: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz +Source1375: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz +Source1376: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz +Source1377: https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#/path-parse-1.0.7.tgz +Source1378: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz +Source1379: https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#/picocolors-1.0.0.tgz +Source1380: https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz +Source1381: https://registry.npmjs.org/plur/-/plur-4.0.0.tgz#/plur-4.0.0.tgz +Source1382: https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz#/postcss-8.4.27.tgz +Source1383: https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#/postcss-media-query-parser-0.2.3.tgz +Source1384: https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#/postcss-resolve-nested-selector-0.1.1.tgz +Source1385: https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#/postcss-safe-parser-6.0.0.tgz +Source1386: https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz#/postcss-scss-4.0.6.tgz +Source1387: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#/postcss-selector-parser-6.0.13.tgz +Source1388: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#/postcss-value-parser-4.2.0.tgz +Source1389: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz +Source1390: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#/prop-types-15.8.1.tgz +Source1391: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#/punycode-2.3.0.tgz +Source1392: https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz +Source1393: https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz#/quick-lru-4.0.1.tgz +Source1394: https://registry.npmjs.org/react/-/react-18.2.0.tgz#/react-18.2.0.tgz +Source1395: https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz#/react-dom-18.2.0.tgz +Source1396: https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz#/react-dropzone-14.2.3.tgz +Source1397: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz +Source1398: https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz#/read-pkg-5.2.0.tgz +Source1399: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#/read-pkg-hosted-git-info-2.8.9.tgz +Source1400: https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#/read-pkg-normalize-package-data-2.5.0.tgz +Source1401: https://registry.npmjs.org/semver/-/semver-5.7.2.tgz#/read-pkg-semver-5.7.2.tgz +Source1402: https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz#/read-pkg-type-fest-0.6.0.tgz +Source1403: https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz#/read-pkg-up-7.0.1.tgz +Source1404: https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#/read-pkg-up-find-up-4.1.0.tgz +Source1405: https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#/read-pkg-up-locate-path-5.0.0.tgz +Source1406: https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#/read-pkg-up-p-limit-2.3.0.tgz +Source1407: https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#/read-pkg-up-p-locate-4.1.0.tgz +Source1408: https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#/read-pkg-up-type-fest-0.8.1.tgz +Source1409: https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz#/readable-stream-3.6.2.tgz +Source1410: https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz#/readdirp-3.6.0.tgz +Source1411: https://registry.npmjs.org/redent/-/redent-3.0.0.tgz#/redent-3.0.0.tgz +Source1412: https://registry.npmjs.org/redux/-/redux-4.2.1.tgz#/redux-4.2.1.tgz +Source1413: https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz#/redux-thunk-2.4.2.tgz +Source1414: https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#/regenerator-runtime-0.13.11.tgz +Source1415: https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#/regexp.prototype.flags-1.5.0.tgz +Source1416: https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz#/require-from-string-2.0.2.tgz +Source1417: https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz#/resolve-1.22.2.tgz +Source1418: https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#/resolve-from-4.0.0.tgz +Source1419: https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#/reusify-1.0.4.tgz +Source1420: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz +Source1421: https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz +Source1422: https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz#/safe-array-concat-1.0.0.tgz +Source1423: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#/safe-buffer-5.2.1.tgz +Source1424: https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz#/safe-regex-test-1.0.0.tgz +Source1425: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#/safer-buffer-2.1.2.tgz +Source1426: https://registry.npmjs.org/sass/-/sass-1.64.2.tgz#/sass-1.64.2.tgz +Source1427: https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz#/scheduler-0.23.0.tgz +Source1428: https://registry.npmjs.org/semver/-/semver-6.3.1.tgz#/semver-6.3.1.tgz +Source1429: https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#/shebang-command-2.0.0.tgz +Source1430: https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#/shebang-regex-3.0.0.tgz +Source1431: https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz#/side-channel-1.0.4.tgz +Source1432: https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz#/signal-exit-3.0.7.tgz +Source1433: https://registry.npmjs.org/sizzle/-/sizzle-2.3.10.tgz#/sizzle-2.3.10.tgz +Source1434: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#/slash-3.0.0.tgz +Source1435: https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#/slice-ansi-4.0.0.tgz +Source1436: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/slice-ansi-ansi-styles-4.3.0.tgz +Source1437: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/slice-ansi-color-convert-2.0.1.tgz +Source1438: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/slice-ansi-color-name-1.1.4.tgz +Source1439: https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz#/source-map-js-1.0.2.tgz +Source1440: https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#/sourcemap-codec-1.4.8.tgz +Source1441: https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz#/spdx-correct-3.2.0.tgz +Source1442: https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#/spdx-exceptions-2.3.0.tgz +Source1443: https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#/spdx-expression-parse-3.0.1.tgz +Source1444: https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#/spdx-license-ids-3.0.13.tgz +Source1445: https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#/stop-iteration-iterator-1.0.0.tgz +Source1446: https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz#/string-natural-compare-3.0.1.tgz +Source1447: https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#/string-width-4.2.3.tgz +Source1448: https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#/string-width-emoji-regex-8.0.0.tgz +Source1449: https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#/string.prototype.matchall-4.0.8.tgz +Source1450: https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#/string.prototype.trim-1.2.7.tgz +Source1451: https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#/string.prototype.trimend-1.0.6.tgz +Source1452: https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#/string.prototype.trimstart-1.0.6.tgz +Source1453: https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz#/string_decoder-1.3.0.tgz +Source1454: https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#/strip-ansi-6.0.1.tgz +Source1455: https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#/strip-bom-3.0.0.tgz +Source1456: https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz#/strip-indent-3.0.0.tgz +Source1457: https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#/strip-json-comments-3.1.1.tgz +Source1458: https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz#/style-search-0.1.0.tgz +Source1459: https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz#/stylelint-14.16.1.tgz +Source1460: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz#/stylelint-balanced-match-2.0.0.tgz +Source1461: https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz#/stylelint-config-recommended-8.0.0.tgz +Source1462: https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-7.0.0.tgz#/stylelint-config-recommended-scss-7.0.0.tgz +Source1463: https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz#/stylelint-config-standard-26.0.0.tgz +Source1464: https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-5.0.0.tgz#/stylelint-config-standard-scss-5.0.0.tgz +Source1465: https://registry.npmjs.org/stylelint-formatter-pretty/-/stylelint-formatter-pretty-3.2.0.tgz#/stylelint-formatter-pretty-3.2.0.tgz +Source1466: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/stylelint-formatter-pretty-has-flag-4.0.0.tgz +Source1467: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/stylelint-formatter-pretty-supports-color-7.2.0.tgz +Source1468: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#/stylelint-formatter-pretty-supports-hyperlinks-3.0.0.tgz +Source1469: https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz#/stylelint-resolve-from-5.0.0.tgz +Source1470: https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz#/stylelint-scss-4.7.0.tgz +Source1471: https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#/supports-color-5.5.0.tgz +Source1472: https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#/supports-hyperlinks-2.3.0.tgz +Source1473: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/supports-hyperlinks-has-flag-4.0.0.tgz +Source1474: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#/supports-hyperlinks-supports-color-7.2.0.tgz +Source1475: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#/supports-preserve-symlinks-flag-1.0.0.tgz +Source1476: https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz#/svg-tags-1.0.0.tgz +Source1477: https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz#/tabbable-6.2.0.tgz +Source1478: https://registry.npmjs.org/table/-/table-6.8.1.tgz#/table-6.8.1.tgz +Source1479: https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz#/table-ajv-8.12.0.tgz +Source1480: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#/table-json-schema-traverse-1.0.0.tgz +Source1481: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz +Source1482: https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz#/throttle-debounce-5.0.0.tgz +Source1483: https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#/to-fast-properties-2.0.0.tgz +Source1484: https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#/to-regex-range-5.0.1.tgz +Source1485: https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz#/trim-newlines-3.0.1.tgz +Source1486: https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#/tsconfig-paths-3.14.2.tgz +Source1487: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/tsconfig-paths-json5-1.0.2.tgz +Source1488: https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz#/tslib-2.6.1.tgz +Source1489: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz +Source1490: https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz#/type-fest-0.18.1.tgz +Source1491: https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#/typed-array-buffer-1.0.0.tgz +Source1492: https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#/typed-array-byte-length-1.0.0.tgz +Source1493: https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#/typed-array-byte-offset-1.0.0.tgz +Source1494: https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz#/typed-array-length-1.0.4.tgz +Source1495: https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz#/unbox-primitive-1.0.2.tgz +Source1496: https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz#/universalify-2.0.0.tgz +Source1497: https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#/update-browserslist-db-1.0.11.tgz +Source1498: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz +Source1499: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#/util-deprecate-1.0.2.tgz +Source1500: https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#/v8-compile-cache-2.3.0.tgz +Source1501: https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#/validate-npm-package-license-3.0.4.tgz +Source1502: https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz +Source1503: https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#/which-boxed-primitive-1.0.2.tgz +Source1504: https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz#/which-collection-1.0.1.tgz +Source1505: https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz#/which-typed-array-1.1.11.tgz +Source1506: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#/wrappy-1.0.2.tgz +Source1507: https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz#/write-file-atomic-4.0.2.tgz +Source1508: https://registry.npmjs.org/ws/-/ws-7.5.9.tgz#/ws-7.5.9.tgz +Source1509: https://registry.npmjs.org/xterm/-/xterm-5.1.0.tgz#/xterm-5.1.0.tgz +Source1510: https://registry.npmjs.org/xterm-addon-canvas/-/xterm-addon-canvas-0.4.0.tgz#/xterm-addon-canvas-0.4.0.tgz +Source1511: https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz#/yallist-3.1.1.tgz +Source1512: https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz#/yaml-1.10.2.tgz +Source1513: https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz#/yargs-parser-20.2.9.tgz +Source1514: 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 7301a5b..1aeb8c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,27 +14,27 @@ "@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", - "deep-equal": "2.0.5", + "date-fns": "2.30.0", + "deep-equal": "2.2.2", "prop-types": "15.8.1", "react": "18.2.0", "react-dom": "18.2.0", - "redux": "4.1.2", + "redux": "4.2.1", "redux-thunk": "2.4.2", - "throttle-debounce": "3.0.1", + "throttle-debounce": "5.0.0", "xterm": "5.1.0", - "xterm-addon-canvas": "0.3.0" + "xterm-addon-canvas": "0.4.0" }, "devDependencies": { "argparse": "^2.0.1", "buffer": "^6.0.3", "chrome-remote-interface": "^0.32.1", - "esbuild": "^0.17.16", + "esbuild": "^0.18.13", "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.13", + "eslint": "^8.45.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-jsx": "^11.0.0", "eslint-config-standard-react": "^13.0.0", @@ -44,8 +44,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", "ip": "^1.1.5", "jed": "^1.1.1", @@ -56,6 +55,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", @@ -83,9 +91,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": { @@ -93,27 +101,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" @@ -124,9 +132,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": { @@ -153,17 +161,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" @@ -223,23 +231,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": { @@ -266,9 +274,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": { @@ -308,14 +316,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": { @@ -337,9 +345,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": { @@ -402,9 +410,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==", + "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" }, @@ -428,19 +436,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" @@ -481,9 +489,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" ], @@ -497,9 +505,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" ], @@ -513,9 +521,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" ], @@ -529,9 +537,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" ], @@ -545,9 +553,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" ], @@ -561,9 +569,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" ], @@ -577,9 +585,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" ], @@ -593,9 +601,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" ], @@ -609,9 +617,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" ], @@ -625,9 +633,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" ], @@ -641,9 +649,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" ], @@ -657,9 +665,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" ], @@ -673,9 +681,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" ], @@ -689,9 +697,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" ], @@ -705,9 +713,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" ], @@ -721,9 +729,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" ], @@ -737,9 +745,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" ], @@ -753,9 +761,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" ], @@ -769,9 +777,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" ], @@ -785,9 +793,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" ], @@ -801,9 +809,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" ], @@ -817,9 +825,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" ], @@ -848,23 +856,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", @@ -907,9 +915,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" @@ -1071,50 +1079,6 @@ "react-dom": "^16.8 || ^17 || ^18" } }, - "node_modules/@patternfly/react-console/node_modules/@patternfly/react-core": { - "version": "5.0.0-prerelease.7", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.0.0-prerelease.7.tgz", - "integrity": "sha512-gCFKI7T2vTtogjMtyrYzHfPpC7KWNOcaa3nw5NKx3VVIcCEmf+Hp5XmIX8eDlElmIAQltRD/Q6vEtgXNh4QgcA==", - "dependencies": { - "@patternfly/react-icons": "^5.0.0-prerelease.3", - "@patternfly/react-styles": "^5.0.0-prerelease.2", - "@patternfly/react-tokens": "^5.0.0-prerelease.2", - "focus-trap": "7.4.3", - "react-dropzone": "^14.2.3", - "tslib": "^2.5.0" - }, - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, - "node_modules/@patternfly/react-console/node_modules/@patternfly/react-icons": { - "version": "5.0.0-prerelease.6", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.0.0-prerelease.6.tgz", - "integrity": "sha512-csCUDk4+uqD1vda0oBPwecT+u+7i+INks9qA37eekPrr9NVfN60n0lXdEnEx9eOKHf/sl0ATmbSDfPKovOfUcQ==", - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, - "node_modules/@patternfly/react-console/node_modules/@patternfly/react-styles": { - "version": "5.0.0-prerelease.2", - "resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.0.0-prerelease.2.tgz", - "integrity": "sha512-IP/E6fHQn6qHKD+B8LDc6GyNNcSv57JsRTDvoG8rL6Ju9V4DGnEfV4M5xxUHbJ3GRWa5XSiA1ErsM4ntP100CQ==" - }, - "node_modules/@patternfly/react-console/node_modules/@patternfly/react-tokens": { - "version": "5.0.0-prerelease.4", - "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.0.0-prerelease.4.tgz", - "integrity": "sha512-bg+ABSLRflyLltv9+fx3w/cyF9i/eWy1/m1SNgeBMtJtfOgl+RLKejChYQ/PPYHoFaxllbPBamgWbi6YppD4Ew==" - }, - "node_modules/@patternfly/react-console/node_modules/focus-trap": { - "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" - } - }, "node_modules/@patternfly/react-console/node_modules/xterm": { "version": "4.19.0", "resolved": "https://registry.npmjs.org/xterm/-/xterm-4.19.0.tgz", @@ -1211,9 +1175,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" @@ -1315,9 +1279,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" @@ -1327,7 +1291,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", - "dev": true, "dependencies": { "call-bind": "^1.0.2", "is-array-buffer": "^3.0.1" @@ -1364,6 +1327,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", @@ -1413,6 +1395,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", @@ -1532,9 +1534,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": [ { @@ -1552,9 +1554,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": { @@ -1612,9 +1614,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": { @@ -1682,9 +1684,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": [ { @@ -1796,12 +1798,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", @@ -1833,9 +1829,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" @@ -1860,9 +1856,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" }, @@ -1923,25 +1922,28 @@ } }, "node_modules/deep-equal": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz", - "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.2.tgz", + "integrity": "sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==", "dependencies": { - "call-bind": "^1.0.0", - "es-get-iterator": "^1.1.1", - "get-intrinsic": "^1.0.1", - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.2", - "is-regex": "^1.1.1", + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.1", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", "isarray": "^2.0.5", - "object-is": "^1.1.4", + "object-is": "^1.1.5", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.3.0", - "side-channel": "^1.0.3", - "which-boxed-primitive": "^1.0.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.0", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", "which-collection": "^1.0.1", - "which-typed-array": "^1.1.2" + "which-typed-array": "^1.1.9" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2002,9 +2004,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 }, @@ -2033,18 +2035,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", @@ -2064,14 +2067,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" @@ -2140,9 +2147,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": { @@ -2152,28 +2159,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": { @@ -2271,20 +2278,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" @@ -2313,27 +2322,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", @@ -2343,7 +2352,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", @@ -2353,9 +2361,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": { @@ -2493,14 +2500,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" @@ -2531,26 +2538,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" @@ -2580,6 +2590,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", @@ -2611,20 +2638,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" @@ -2650,9 +2677,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": { @@ -2685,9 +2712,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", @@ -2703,7 +2730,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": { @@ -2754,34 +2781,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", @@ -2795,9 +2798,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" @@ -2928,12 +2931,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" }, @@ -2993,9 +2996,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", @@ -3235,13 +3238,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" } }, @@ -3566,9 +3569,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": { @@ -3683,7 +3686,6 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", - "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.0", @@ -3901,7 +3903,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, "dependencies": { "call-bind": "^1.0.2" }, @@ -3938,15 +3939,11 @@ } }, "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==", "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" @@ -4090,13 +4087,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" @@ -4444,9 +4443,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 }, @@ -4478,9 +4477,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" @@ -4594,6 +4593,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", @@ -4634,17 +4645,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" @@ -4795,9 +4806,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": [ { @@ -4900,12 +4911,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", @@ -5110,9 +5115,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" @@ -5128,32 +5133,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/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, - "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", @@ -5180,9 +5172,9 @@ } }, "node_modules/redux": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.1.2.tgz", - "integrity": "sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", + "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", "dependencies": { "@babel/runtime": "^7.9.2" } @@ -5299,6 +5291,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", @@ -5340,9 +5350,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", @@ -5365,9 +5375,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" @@ -5538,20 +5548,14 @@ } }, "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", @@ -5953,9 +5957,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", @@ -6002,11 +6006,11 @@ "dev": true }, "node_modules/throttle-debounce": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz", - "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==", + "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": ">=10" + "node": ">=12.22" } }, "node_modules/to-fast-properties": { @@ -6065,9 +6069,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", @@ -6093,6 +6097,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", @@ -6238,16 +6293,15 @@ } }, "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==", "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" @@ -6256,15 +6310,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", @@ -6311,9 +6356,9 @@ "integrity": "sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==" }, "node_modules/xterm-addon-canvas": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/xterm-addon-canvas/-/xterm-addon-canvas-0.3.0.tgz", - "integrity": "sha512-2deF4ev6T+NjgSM56H+jcAWz4k5viEoaBtuDEyfo5Qdh1r7HOvNzLC45HSeegdH38qmEcL9XIt0KXyOINpSFRA==", + "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" } From d9ae2581eff231d2b81537fed14d38323923c6c0c50986b0b568b87ffb0d153e Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 3 Aug 2023 13:11:01 +0000 Subject: [PATCH 2/2] remove duplicate patch application OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-machines?expand=0&rev=23 --- cockpit-machines.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/cockpit-machines.spec b/cockpit-machines.spec index 3f8eaf0..4393316 100644 --- a/cockpit-machines.spec +++ b/cockpit-machines.spec @@ -61,8 +61,6 @@ If "virt-install" is installed, you can also create new virtual machines. %prep %autosetup -p1 -%patch10 -p1 -%patch11 -p1 rm -f package-lock.json local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)