From 8998f218d29386b220141728f327d12f07980a74 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Tue, 18 Apr 2023 09:10:48 -0400 Subject: [PATCH] fix(build): npm updates --- config/jest.setupTests.js | 12 +- package.json | 38 +- .../__tests__/__snapshots__/i18n.test.js.snap | 164 ++-- src/components/i18n/__tests__/i18n.test.js | 6 +- tests/__snapshots__/dist.test.js.snap | 46 +- yarn.lock | 871 ++++++++---------- 6 files changed, 546 insertions(+), 591 deletions(-) diff --git a/config/jest.setupTests.js b/config/jest.setupTests.js index 1881282c7..cb35e4408 100644 --- a/config/jest.setupTests.js +++ b/config/jest.setupTests.js @@ -105,10 +105,20 @@ global.window.insights = { identifyApp: Function.prototype, init: Function.prototype, isBeta: Function.prototype, - on: Function.prototype + on: Function.prototype, + updateDocumentTitle: Function.prototype } }; +/** + * Emulate frontend-components hooks + */ +jest.mock('@redhat-cloud-services/frontend-components/useChrome', () => ({ + useChrome: () => ({ + ...global.window.insights + }) +})); + /** * Mock an object property, restore with mockClear. * A consistent object property mock for scenarios where the property is not a function/Jest fails. diff --git a/package.json b/package.json index 941ca89dd..8680dd7a4 100644 --- a/package.json +++ b/package.json @@ -74,20 +74,20 @@ "dependencies": { "@joi/date": "^2.1.0", "@patternfly/patternfly": "4.224.2", - "@patternfly/react-charts": "6.94.18", - "@patternfly/react-core": "4.276.6", + "@patternfly/react-charts": "6.94.19", + "@patternfly/react-core": "4.276.8", "@patternfly/react-icons": "4.93.6", "@patternfly/react-styles": "4.92.6", - "@patternfly/react-table": "4.112.39", + "@patternfly/react-table": "4.113.0", "@patternfly/react-tokens": "4.94.6", - "@redhat-cloud-services/frontend-components": "3.9.25", + "@redhat-cloud-services/frontend-components": "3.9.34", "@redhat-cloud-services/frontend-components-notifications": "3.2.14", - "@redhat-cloud-services/frontend-components-utilities": "3.3.13", + "@redhat-cloud-services/frontend-components-utilities": "3.5.0", "axios": "^0.27.2", "classnames": "^2.3.2", "crypto-js": "^4.1.1", "fastest-levenshtein": "^1.0.16", - "i18next": "^22.4.11", + "i18next": "^22.4.14", "i18next-http-backend": "^2.2.0", "iso-639-1": "^2.1.15", "joi": "^17.9.1", @@ -113,16 +113,16 @@ "victory-create-container": "36.6.8" }, "devDependencies": { - "@babel/core": "7.21.3", - "@babel/eslint-parser": "^7.19.1", - "@redhat-cloud-services/frontend-components-config": "4.7.0", + "@babel/core": "7.21.4", + "@babel/eslint-parser": "^7.21.3", + "@redhat-cloud-services/frontend-components-config": "4.7.2", "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", - "apidoc-mock": "^4.1.0", - "babel-jest": "^29.4.3", + "apidoc-mock": "^4.2.0", + "babel-jest": "^29.5.0", "babel-preset-react-app": "^10.0.1", "changelog-light": "^0.3.1", "copy-webpack-plugin": "^11.0.0", - "cspell": "^6.26.3", + "cspell": "^6.31.1", "dotenv": "^16.0.3", "dotenv-expand": "^10.0.0", "dotenv-webpack": "^8.0.1", @@ -130,7 +130,7 @@ "enzyme-to-json": "^3.6.2", "eslint": "8.36.0", "eslint-config-airbnb": "^19.0.4", - "eslint-config-prettier": "^8.7.0", + "eslint-config-prettier": "^8.8.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", @@ -143,19 +143,19 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-webpack-plugin": "^4.0.0", "express": "^4.18.2", - "glob": "^8.1.0", + "glob": "^10.0.0", "jest": "29.5.0", - "jest-environment-jsdom": "29.4.3", - "jest-resolve": "29.4.3", + "jest-environment-jsdom": "29.5.0", + "jest-resolve": "29.5.0", "jest-watch-typeahead": "2.2.2", "jsdoc-to-markdown": "^8.0.0", "moxios": "^0.4.0", - "npm-check-updates": "^16.10.0", + "npm-check-updates": "^16.10.8", "npm-run-all": "^4.1.5", - "prettier": "^2.8.4", + "prettier": "^2.8.7", "react-scripts": "^5.0.1", "redux-mock-store": "^1.5.4", - "swagger-ui-express": "^4.6.1", + "swagger-ui-express": "^4.6.2", "webpack-bundle-analyzer": "^4.8.0", "yamljs": "^0.3.0" }, diff --git a/src/components/i18n/__tests__/__snapshots__/i18n.test.js.snap b/src/components/i18n/__tests__/__snapshots__/i18n.test.js.snap index 5aae095d9..ef8380b6d 100644 --- a/src/components/i18n/__tests__/__snapshots__/i18n.test.js.snap +++ b/src/components/i18n/__tests__/__snapshots__/i18n.test.js.snap @@ -3,7 +3,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot: key output 1`] = ` [ { - "file": "./src/common/dateHelpers.js", + "file": "src/common/dateHelpers.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -16,7 +16,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/authentication/authentication.js", + "file": "src/components/authentication/authentication.js", "keys": [ { "key": "curiosity-auth.maintenanceCopy", @@ -29,7 +29,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/graphCard/graphCardChart.js", + "file": "src/components/graphCard/graphCardChart.js", "keys": [ { "key": "curiosity-graph.cardHeading", @@ -38,7 +38,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/graphCard/graphCardChartLegend.js", + "file": "src/components/graphCard/graphCardChartLegend.js", "keys": [ { "key": "curiosity-graph.label", @@ -51,7 +51,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/graphCard/graphCardChartTitleTooltip.js", + "file": "src/components/graphCard/graphCardChartTitleTooltip.js", "keys": [ { "key": "curiosity-graph.cardHeadingDescription", @@ -60,7 +60,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/graphCard/graphCardChartTooltip.js", + "file": "src/components/graphCard/graphCardChartTooltip.js", "keys": [ { "key": "curiosity-graph.label", @@ -93,7 +93,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/i18n/i18nHelpers.js", + "file": "src/components/i18n/i18nHelpers.js", "keys": [ { "key": "", @@ -102,7 +102,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/inventoryCard/inventoryCard.js", + "file": "src/components/inventoryCard/inventoryCard.js", "keys": [ { "key": "curiosity-inventory.tab", @@ -111,7 +111,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/inventoryCard/inventoryCardHelpers.js", + "file": "src/components/inventoryCard/inventoryCardHelpers.js", "keys": [ { "key": "curiosity-inventory.header", @@ -124,7 +124,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/inventoryTabs/inventoryTabs.js", + "file": "src/components/inventoryTabs/inventoryTabs.js", "keys": [ { "key": "curiosity-inventory.tabSubHeading", @@ -137,7 +137,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/optinView/optinView.js", + "file": "src/components/optinView/optinView.js", "keys": [ { "key": "curiosity-optin.buttonActivate", @@ -210,7 +210,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/pageLayout/pageHeader.js", + "file": "src/components/pageLayout/pageHeader.js", "keys": [ { "key": "curiosity-view.subtitle", @@ -219,7 +219,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/productView/productView.js", + "file": "src/components/productView/productView.js", "keys": [ { "key": "curiosity-inventory.tabHosts", @@ -240,7 +240,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/productView/productViewMissing.js", + "file": "src/components/productView/productViewMissing.js", "keys": [ { "key": "curiosity-view.title", @@ -257,7 +257,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/router/routerContext.js", + "file": "src/components/router/routerContext.js", "keys": [ { "key": "curiosity-view.title", @@ -266,7 +266,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/table/table.js", + "file": "src/components/table/table.js", "keys": [ { "key": "curiosity-inventory.tableEmptyInventoryTitle", @@ -287,7 +287,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/table/tableSkeleton.js", + "file": "src/components/table/tableSkeleton.js", "keys": [ { "key": "curiosity-inventory.tableSkeletonAriaLabel", @@ -296,7 +296,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbar.js", + "file": "src/components/toolbar/toolbar.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -309,7 +309,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldArchitecture.js", + "file": "src/components/toolbar/toolbarFieldArchitecture.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -326,7 +326,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldBillingProvider.js", + "file": "src/components/toolbar/toolbarFieldBillingProvider.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -343,7 +343,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldCategory.js", + "file": "src/components/toolbar/toolbarFieldCategory.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -360,7 +360,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldDisplayName.js", + "file": "src/components/toolbar/toolbarFieldDisplayName.js", "keys": [ { "key": "curiosity-toolbar.placeholder_filter", @@ -373,7 +373,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldGranularity.js", + "file": "src/components/toolbar/toolbarFieldGranularity.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -390,7 +390,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldRangedMonthly.js", + "file": "src/components/toolbar/toolbarFieldRangedMonthly.js", "keys": [ { "key": "", @@ -403,7 +403,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -452,7 +452,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldSla.js", + "file": "src/components/toolbar/toolbarFieldSla.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -469,7 +469,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldUom.js", + "file": "src/components/toolbar/toolbarFieldUom.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -486,7 +486,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldUsage.js", + "file": "src/components/toolbar/toolbarFieldUsage.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -503,7 +503,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/components/toolbar/toolbarFieldVariant.js", + "file": "src/components/toolbar/toolbarFieldVariant.js", "keys": [ { "key": "curiosity-toolbar.label", @@ -520,7 +520,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.openshiftContainer.js", + "file": "src/config/product.openshiftContainer.js", "keys": [ { "key": "curiosity-inventory.header", @@ -541,7 +541,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.openshiftDedicated.js", + "file": "src/config/product.openshiftDedicated.js", "keys": [ { "key": "curiosity-graph.cardActionTotal", @@ -554,7 +554,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.openshiftMetrics.js", + "file": "src/config/product.openshiftMetrics.js", "keys": [ { "key": "curiosity-graph.cardActionTotal", @@ -567,7 +567,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.rhacs.js", + "file": "src/config/product.rhacs.js", "keys": [ { "key": "curiosity-graph.label_axisY", @@ -620,7 +620,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.rhel.js", + "file": "src/config/product.rhel.js", "keys": [ { "key": "curiosity-inventory.header", @@ -645,7 +645,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.rhods.js", + "file": "src/config/product.rhods.js", "keys": [ { "key": "curiosity-graph.label_axisY", @@ -698,7 +698,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "keys": [ { "key": "curiosity-graph.label_axisY", @@ -775,7 +775,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/config/product.satellite.js", + "file": "src/config/product.satellite.js", "keys": [ { "key": "curiosity-inventory.header", @@ -792,7 +792,7 @@ exports[`I18n Component should generate a predictable locale key output snapshot ], }, { - "file": "./src/redux/actions/userActions.js", + "file": "src/redux/actions/userActions.js", "keys": [ { "key": "curiosity-optin.notificationsErrorTitle", @@ -818,179 +818,179 @@ exports[`I18n Component should generate a predictable locale key output snapshot exports[`I18n Component should have locale keys that exist in the default language JSON: missing locale keys 1`] = ` [ { - "file": "./src/common/dateHelpers.js", + "file": "src/common/dateHelpers.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/common/dateHelpers.js", + "file": "src/common/dateHelpers.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/inventoryCard/inventoryCard.js", + "file": "src/components/inventoryCard/inventoryCard.js", "key": "curiosity-inventory.tab", }, { - "file": "./src/components/toolbar/toolbar.js", + "file": "src/components/toolbar/toolbar.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldArchitecture.js", + "file": "src/components/toolbar/toolbarFieldArchitecture.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldBillingProvider.js", + "file": "src/components/toolbar/toolbarFieldBillingProvider.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldCategory.js", + "file": "src/components/toolbar/toolbarFieldCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldGranularity.js", + "file": "src/components/toolbar/toolbarFieldGranularity.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSelectCategory.js", + "file": "src/components/toolbar/toolbarFieldSelectCategory.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldSla.js", + "file": "src/components/toolbar/toolbarFieldSla.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldUom.js", + "file": "src/components/toolbar/toolbarFieldUom.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldUsage.js", + "file": "src/components/toolbar/toolbarFieldUsage.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/components/toolbar/toolbarFieldVariant.js", + "file": "src/components/toolbar/toolbarFieldVariant.js", "key": "curiosity-toolbar.label", }, { - "file": "./src/config/product.openshiftContainer.js", + "file": "src/config/product.openshiftContainer.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.openshiftDedicated.js", + "file": "src/config/product.openshiftDedicated.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.openshiftMetrics.js", + "file": "src/config/product.openshiftMetrics.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.rhacs.js", + "file": "src/config/product.rhacs.js", "key": "curiosity-graph.label_axisY", }, { - "file": "./src/config/product.rhacs.js", + "file": "src/config/product.rhacs.js", "key": "curiosity-graph.label_axisX", }, { - "file": "./src/config/product.rhacs.js", + "file": "src/config/product.rhacs.js", "key": "curiosity-inventory.measurement", }, { - "file": "./src/config/product.rhacs.js", + "file": "src/config/product.rhacs.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.rhel.js", + "file": "src/config/product.rhel.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.rhel.js", + "file": "src/config/product.rhel.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.rhods.js", + "file": "src/config/product.rhods.js", "key": "curiosity-graph.label_axisY", }, { - "file": "./src/config/product.rhods.js", + "file": "src/config/product.rhods.js", "key": "curiosity-graph.label_axisX", }, { - "file": "./src/config/product.rhods.js", + "file": "src/config/product.rhods.js", "key": "curiosity-inventory.measurement", }, { - "file": "./src/config/product.rhods.js", + "file": "src/config/product.rhods.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-graph.label_axisY", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-graph.label_axisY", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-graph.label_axisY", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-graph.label_axisX", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-inventory.measurement", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-inventory.measurement", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-inventory.measurement", }, { - "file": "./src/config/product.rhosak.js", + "file": "src/config/product.rhosak.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.satellite.js", + "file": "src/config/product.satellite.js", "key": "curiosity-inventory.label", }, { - "file": "./src/config/product.satellite.js", + "file": "src/config/product.satellite.js", "key": "curiosity-inventory.label", }, ] diff --git a/src/components/i18n/__tests__/i18n.test.js b/src/components/i18n/__tests__/i18n.test.js index 1378c1edc..e0e6095cf 100644 --- a/src/components/i18n/__tests__/i18n.test.js +++ b/src/components/i18n/__tests__/i18n.test.js @@ -1,5 +1,5 @@ import { readFileSync } from 'fs'; -import glob from 'glob'; +import { globSync } from 'glob'; import React from 'react'; import _get from 'lodash/get'; import enLocales from '../../../../public/locales/en-US.json'; @@ -15,9 +15,9 @@ import { I18n } from '../i18n'; */ const getTranslationKeys = ({ files = './src/**/!(*.test|*.spec).@(js|jsx)', list = ['t', 'translate'] }) => { const keys = []; - const updatedFiles = glob.sync(files); + const updatedFiles = globSync(files); - updatedFiles.forEach(file => { + updatedFiles.sort().forEach(file => { const fileContent = readFileSync(file, 'utf-8'); const generateRegExp = list.map(f => `\\b${f}\\([\\d\\D]+?\\)`).join('|'); const matches = fileContent.match(new RegExp(generateRegExp, 'g')); diff --git a/tests/__snapshots__/dist.test.js.snap b/tests/__snapshots__/dist.test.js.snap index b24573867..6bdadfdce 100644 --- a/tests/__snapshots__/dist.test.js.snap +++ b/tests/__snapshots__/dist.test.js.snap @@ -268,12 +268,12 @@ exports[`Build distribution should have a predictable ephemeral navigation based exports[`Build distribution should match a specific file output 1`] = ` [ "", + "./dist/css/1883*css", "./dist/css/2085*css", "./dist/css/3557*css", + "./dist/css/5824*css", "./dist/css/6402*css", "./dist/css/8485*css", - "./dist/css/8600*css", - "./dist/css/8945*css", "./dist/css/895*css", "./dist/css/9222*css", "./dist/fed-mods.json", @@ -290,13 +290,11 @@ exports[`Build distribution should match a specific file output 1`] = ` "./dist/js/1799*js", "./dist/js/1824*js", "./dist/js/1858*js", - "./dist/js/2185*js", - "./dist/js/2217*js", "./dist/js/2227*js", "./dist/js/2243*js", "./dist/js/2622*js", + "./dist/js/2624*js", "./dist/js/2738*js", - "./dist/js/2800*js", "./dist/js/2881*js", "./dist/js/2896*js", "./dist/js/2948*js", @@ -311,42 +309,44 @@ exports[`Build distribution should match a specific file output 1`] = ` "./dist/js/384*js", "./dist/js/3935*js", "./dist/js/3935*txt", + "./dist/js/3961*js", "./dist/js/4024*js", "./dist/js/4097*js", - "./dist/js/4127*js", "./dist/js/4143*js", "./dist/js/4155*js", - "./dist/js/4291*js", - "./dist/js/4291*txt", + "./dist/js/4205*js", + "./dist/js/4224*js", + "./dist/js/423*js", + "./dist/js/423*txt", "./dist/js/4339*js", - "./dist/js/4549*js", "./dist/js/457*js", + "./dist/js/4683*js", "./dist/js/5020*js", "./dist/js/5068*js", "./dist/js/5242*js", "./dist/js/5394*js", "./dist/js/5426*js", + "./dist/js/5824*js", + "./dist/js/5824*txt", "./dist/js/5876*js", "./dist/js/5925*js", "./dist/js/5993*js", - "./dist/js/6308*js", - "./dist/js/6308*txt", + "./dist/js/6170*js", + "./dist/js/6170*txt", "./dist/js/6353*js", "./dist/js/6362*js", "./dist/js/6402*js", "./dist/js/655*js", "./dist/js/6816*js", + "./dist/js/7216*js", "./dist/js/7235*js", "./dist/js/7276*js", "./dist/js/7294*js", "./dist/js/7294*txt", "./dist/js/7585*js", "./dist/js/7745*js", - "./dist/js/8007*js", - "./dist/js/8446*js", + "./dist/js/7891*js", "./dist/js/8485*js", - "./dist/js/8600*js", - "./dist/js/8600*txt", "./dist/js/8710*js", "./dist/js/8900*js", "./dist/js/895*js", @@ -376,13 +376,11 @@ exports[`Build distribution should match a specific file output 1`] = ` "./dist/sourcemaps/1799*map", "./dist/sourcemaps/1824*map", "./dist/sourcemaps/1858*map", - "./dist/sourcemaps/2185*map", - "./dist/sourcemaps/2217*map", "./dist/sourcemaps/2227*map", "./dist/sourcemaps/2243*map", "./dist/sourcemaps/2622*map", + "./dist/sourcemaps/2624*map", "./dist/sourcemaps/2738*map", - "./dist/sourcemaps/2800*map", "./dist/sourcemaps/2881*map", "./dist/sourcemaps/2896*map", "./dist/sourcemaps/2948*map", @@ -396,35 +394,37 @@ exports[`Build distribution should match a specific file output 1`] = ` "./dist/sourcemaps/3597*map", "./dist/sourcemaps/384*map", "./dist/sourcemaps/3935*map", + "./dist/sourcemaps/3961*map", "./dist/sourcemaps/4024*map", "./dist/sourcemaps/4097*map", - "./dist/sourcemaps/4127*map", "./dist/sourcemaps/4143*map", "./dist/sourcemaps/4155*map", - "./dist/sourcemaps/4291*map", + "./dist/sourcemaps/423*map", "./dist/sourcemaps/4339*map", "./dist/sourcemaps/457*map", + "./dist/sourcemaps/4683*map", "./dist/sourcemaps/5020*map", "./dist/sourcemaps/5068*map", "./dist/sourcemaps/5242*map", "./dist/sourcemaps/5394*map", "./dist/sourcemaps/5426*map", + "./dist/sourcemaps/5824*map", "./dist/sourcemaps/5876*map", "./dist/sourcemaps/5925*map", "./dist/sourcemaps/5993*map", - "./dist/sourcemaps/6308*map", + "./dist/sourcemaps/6170*map", "./dist/sourcemaps/6353*map", "./dist/sourcemaps/6362*map", "./dist/sourcemaps/6402*map", "./dist/sourcemaps/655*map", "./dist/sourcemaps/6816*map", + "./dist/sourcemaps/7216*map", "./dist/sourcemaps/7235*map", "./dist/sourcemaps/7276*map", "./dist/sourcemaps/7294*map", "./dist/sourcemaps/7585*map", - "./dist/sourcemaps/8446*map", + "./dist/sourcemaps/7891*map", "./dist/sourcemaps/8485*map", - "./dist/sourcemaps/8600*map", "./dist/sourcemaps/8710*map", "./dist/sourcemaps/8900*map", "./dist/sourcemaps/895*map", diff --git a/yarn.lock b/yarn.lock index 985ef4002..1cc47735a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26,6 +26,13 @@ dependencies: "@babel/highlight" "^7.18.6" +"@babel/code-frame@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" + integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== + dependencies: + "@babel/highlight" "^7.18.6" + "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8": version "7.18.8" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" @@ -36,7 +43,33 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== -"@babel/core@7.21.3", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0": +"@babel/compat-data@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" + integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== + +"@babel/core@7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" + integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.21.4" + "@babel/generator" "^7.21.4" + "@babel/helper-compilation-targets" "^7.21.4" + "@babel/helper-module-transforms" "^7.21.2" + "@babel/helpers" "^7.21.0" + "@babel/parser" "^7.21.4" + "@babel/template" "^7.20.7" + "@babel/traverse" "^7.21.4" + "@babel/types" "^7.21.4" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.2" + semver "^6.3.0" + +"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0": version "7.21.3" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== @@ -66,10 +99,10 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.0" -"@babel/eslint-parser@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4" - integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ== +"@babel/eslint-parser@^7.21.3": + version "7.21.3" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7" + integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0" @@ -85,6 +118,16 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" +"@babel/generator@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" + integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== + dependencies: + "@babel/types" "^7.21.4" + "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" + jsesc "^2.5.1" + "@babel/helper-annotate-as-pure@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" @@ -111,6 +154,17 @@ lru-cache "^5.1.1" semver "^6.3.0" +"@babel/helper-compilation-targets@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" + integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== + dependencies: + "@babel/compat-data" "^7.21.4" + "@babel/helper-validator-option" "^7.21.0" + browserslist "^4.21.3" + lru-cache "^5.1.1" + semver "^6.3.0" + "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.18.9": version "7.18.9" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz#d802ee16a64a9e824fcbf0a2ffc92f19d58550ce" @@ -288,6 +342,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== +"@babel/helper-validator-option@^7.21.0": + version "7.21.0" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" + integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== + "@babel/helper-wrap-function@^7.18.9": version "7.18.9" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.9.tgz#ae1feddc6ebbaa2fd79346b77821c3bd73a39646" @@ -321,6 +380,11 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== +"@babel/parser@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" + integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" @@ -1105,6 +1169,22 @@ debug "^4.1.0" globals "^11.1.0" +"@babel/traverse@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" + integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== + dependencies: + "@babel/code-frame" "^7.21.4" + "@babel/generator" "^7.21.4" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.21.0" + "@babel/helper-hoist-variables" "^7.18.6" + "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/parser" "^7.21.4" + "@babel/types" "^7.21.4" + debug "^4.1.0" + globals "^11.1.0" + "@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.21.3" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" @@ -1114,6 +1194,15 @@ "@babel/helper-validator-identifier" "^7.19.1" to-fast-properties "^2.0.0" +"@babel/types@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" + integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== + dependencies: + "@babel/helper-string-parser" "^7.19.4" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" @@ -1124,72 +1213,72 @@ resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== -"@cspell/cspell-bundled-dicts@6.27.0": - version "6.27.0" - resolved "https://registry.yarnpkg.com/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.27.0.tgz#64c0a89bc37630eeba83bdec96a904fef32840b9" - integrity sha512-udRkEUz0QIAecCUECVac8IBCu7f5siCrxUZmsoZINgqLlSh0ppmn4/CiiA+sefj99rOq/vB4VEEQCnMShfl5qw== +"@cspell/cspell-bundled-dicts@6.31.1": + version "6.31.1" + resolved "https://registry.yarnpkg.com/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.31.1.tgz#69bacbdcceae490b50d2573877f004328416d6e8" + integrity sha512-rsIev+dk1Vd8H1OKZhNhXycIVsMfeWJaeW3QUi1l4oIoGwQfJVbs1ZPZPHE5cglzyHOW1jQNStXf34UKaC6siA== dependencies: "@cspell/dict-ada" "^4.0.1" "@cspell/dict-aws" "^3.0.0" "@cspell/dict-bash" "^4.1.1" - "@cspell/dict-companies" "^3.0.8" - "@cspell/dict-cpp" "^4.0.3" + "@cspell/dict-companies" "^3.0.9" + "@cspell/dict-cpp" "^5.0.2" "@cspell/dict-cryptocurrencies" "^3.0.1" "@cspell/dict-csharp" "^4.0.2" "@cspell/dict-css" "^4.0.5" "@cspell/dict-dart" "^2.0.2" "@cspell/dict-django" "^4.0.2" "@cspell/dict-docker" "^1.1.6" - "@cspell/dict-dotnet" "^4.0.2" + "@cspell/dict-dotnet" "^5.0.0" "@cspell/dict-elixir" "^4.0.2" "@cspell/dict-en-common-misspellings" "^1.0.2" "@cspell/dict-en-gb" "1.1.33" - "@cspell/dict-en_us" "^4.3.0" + "@cspell/dict-en_us" "^4.3.2" "@cspell/dict-filetypes" "^3.0.0" "@cspell/dict-fonts" "^3.0.1" - "@cspell/dict-fullstack" "^3.1.4" + "@cspell/dict-fullstack" "^3.1.5" "@cspell/dict-gaming-terms" "^1.0.4" "@cspell/dict-git" "^2.0.0" - "@cspell/dict-golang" "^5.0.2" + "@cspell/dict-golang" "^6.0.1" "@cspell/dict-haskell" "^4.0.1" "@cspell/dict-html" "^4.0.3" "@cspell/dict-html-symbol-entities" "^4.0.0" "@cspell/dict-java" "^5.0.5" "@cspell/dict-k8s" "^1.0.1" - "@cspell/dict-latex" "^3.1.0" + "@cspell/dict-latex" "^4.0.0" "@cspell/dict-lorem-ipsum" "^3.0.0" "@cspell/dict-lua" "^4.0.1" "@cspell/dict-node" "^4.0.2" "@cspell/dict-npm" "^5.0.5" - "@cspell/dict-php" "^3.0.4" - "@cspell/dict-powershell" "^4.0.2" - "@cspell/dict-public-licenses" "^2.0.1" - "@cspell/dict-python" "^4.0.1" + "@cspell/dict-php" "^4.0.1" + "@cspell/dict-powershell" "^5.0.1" + "@cspell/dict-public-licenses" "^2.0.2" + "@cspell/dict-python" "^4.0.2" "@cspell/dict-r" "^2.0.1" - "@cspell/dict-ruby" "^4.0.2" + "@cspell/dict-ruby" "^5.0.0" "@cspell/dict-rust" "^4.0.1" - "@cspell/dict-scala" "^4.0.1" - "@cspell/dict-software-terms" "^3.1.5" - "@cspell/dict-sql" "^2.0.2" + "@cspell/dict-scala" "^5.0.0" + "@cspell/dict-software-terms" "^3.1.6" + "@cspell/dict-sql" "^2.1.0" "@cspell/dict-svelte" "^1.0.2" "@cspell/dict-swift" "^2.0.1" "@cspell/dict-typescript" "^3.1.1" "@cspell/dict-vue" "^3.0.0" -"@cspell/cspell-pipe@6.27.0": - version "6.27.0" - resolved "https://registry.yarnpkg.com/@cspell/cspell-pipe/-/cspell-pipe-6.27.0.tgz#a5e6cd961a7c694b17dee27dbf3a438eb6a29107" - integrity sha512-lS3kIew5+ETExORdPcJkEA03ylrEL9CHaJ1xE7SSezU3mqoUgbVW5/f2+PCIWPu1mVvUpWef2X1ODddiPPp9NQ== +"@cspell/cspell-pipe@6.31.1": + version "6.31.1" + resolved "https://registry.yarnpkg.com/@cspell/cspell-pipe/-/cspell-pipe-6.31.1.tgz#6c8edc92039125695a894186a899290d56d0f2c7" + integrity sha512-zk1olZi4dr6GLm5PAjvsiZ01HURNSruUYFl1qSicGnTwYN8GaN4RhAwannAytcJ7zJPIcyXlid0YsB58nJf3wQ== -"@cspell/cspell-service-bus@6.27.0": - version "6.27.0" - resolved "https://registry.yarnpkg.com/@cspell/cspell-service-bus/-/cspell-service-bus-6.27.0.tgz#e83457e3682588db25b441b6f78f80186ee5dacc" - integrity sha512-GC3WseMeBE1xtIftBgfTOQxgAMHmLF5HhjHo2rVIfCKv3uyQXuNsGYmtqY7dm4GDrBx1vIYjOoT2xtEaSLoUPw== +"@cspell/cspell-service-bus@6.31.1": + version "6.31.1" + resolved "https://registry.yarnpkg.com/@cspell/cspell-service-bus/-/cspell-service-bus-6.31.1.tgz#ede5859e180f8d9be760df500e02164dae0084fe" + integrity sha512-YyBicmJyZ1uwKVxujXw7sgs9x+Eps43OkWmCtDZmZlnq489HdTSuhF1kTbVi2yeFSeaXIS87+uHo12z97KkQpg== -"@cspell/cspell-types@6.27.0": - version "6.27.0" - resolved "https://registry.yarnpkg.com/@cspell/cspell-types/-/cspell-types-6.27.0.tgz#ccf6b1ca03df3760f8838da844057c4f86f811ea" - integrity sha512-eHKpAhIUYIjssqF20IrihzNAPDTWJsFpBzg7UznX03Z4Y77JrGAgdRZ6h69uaIafQb7uotNYWnDazpVSkMpikQ== +"@cspell/cspell-types@6.31.1": + version "6.31.1" + resolved "https://registry.yarnpkg.com/@cspell/cspell-types/-/cspell-types-6.31.1.tgz#b3737ef7743c0e5803d57e667f816418ac8da1cf" + integrity sha512-1KeTQFiHMssW1eRoF2NZIEg4gPVIfXLsL2+VSD/AV6YN7lBcuf6gRRgV5KWYarhxtEfjxhDdDTmu26l/iJEUtw== "@cspell/dict-ada@^4.0.1": version "4.0.1" @@ -1206,15 +1295,15 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-bash/-/dict-bash-4.1.1.tgz#fe28016096f44d4a09fe4c5bcaf6fa40f33d98c6" integrity sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A== -"@cspell/dict-companies@^3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@cspell/dict-companies/-/dict-companies-3.0.8.tgz#3fcbdb0dc9026195abd47a14135338f5547f17d0" - integrity sha512-tQPpkxgog+7xGN3dA9p2Hd4O95+hFYfJuHeY9GgxNahBQyq3bv0REAc6xlqdtkIpfV2ga93B0l37mQr1p107Iw== +"@cspell/dict-companies@^3.0.9": + version "3.0.9" + resolved "https://registry.yarnpkg.com/@cspell/dict-companies/-/dict-companies-3.0.9.tgz#dfc35ad35478c8bee20a8ecd9f7509c359fe334b" + integrity sha512-wSkVIJjk33Sm3LhieNv9TsSvUSeP0R/h8xx06NqbMYF43w9J8hZiMHlbB3FzaSOHRpXT5eBIJBVTeFbceZdiqg== -"@cspell/dict-cpp@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@cspell/dict-cpp/-/dict-cpp-4.0.3.tgz#5479e0a6477af9b1f6d0930e3f2f6025daf62cac" - integrity sha512-gbXY9cUgRpb5mpw19VBy+YNUqNMlT5Dj70d8V1yIFbqPVHxccmxwdU4rlNaRyYrC41kDZwxmG7QQwcng6FdGcg== +"@cspell/dict-cpp@^5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@cspell/dict-cpp/-/dict-cpp-5.0.2.tgz#ab6fd2b91a08c30602426ac782a4855f239cd1e7" + integrity sha512-Q0ZjfhrHHfm0Y1/7LMCq3Fne/bhiBeBogUw4TV1wX/1tg3m+5BtaW/7GiOzRk+rFsblVj3RFam59VJKMT3vSoQ== "@cspell/dict-cryptocurrencies@^3.0.1": version "3.0.1" @@ -1246,10 +1335,10 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-docker/-/dict-docker-1.1.6.tgz#f84faed121e2093e3b212d19542fd27eda751c80" integrity sha512-zCCiRTZ6EOQpBnSOm0/3rnKW1kCcAUDUA7SxJG3SuH6iZvKi3I8FEg8+O83WQUeXg0SyPNerD9F40JLnnJjJig== -"@cspell/dict-dotnet@^4.0.2": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@cspell/dict-dotnet/-/dict-dotnet-4.0.2.tgz#f066040c88efc3a4419fb8844427430d44f970b3" - integrity sha512-Cu+Ob142tBQ2cYrpK/d3tjm/FvNXQXwdUShRIPKx03HbtUk9BoTdeFY5bX+Zz7GeV66OJCMrmpFANrtKpB8NTg== +"@cspell/dict-dotnet@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz#13690aafe14b240ad17a30225ac1ec29a5a6a510" + integrity sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw== "@cspell/dict-elixir@^4.0.2": version "4.0.2" @@ -1266,10 +1355,10 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz#7f1fd90fc364a5cb77111b5438fc9fcf9cc6da0e" integrity sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g== -"@cspell/dict-en_us@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@cspell/dict-en_us/-/dict-en_us-4.3.0.tgz#84476374edeabc46d41d8b7e117ce2f341ae8de8" - integrity sha512-lQ4r8tBiylNjmYwrWz4xUgBtVC0CciKpddMUVosdusHonFE0KjlvkZK6PFtROBupmRLMBBMjxvtpbq8SdFBqCw== +"@cspell/dict-en_us@^4.3.2": + version "4.3.2" + resolved "https://registry.yarnpkg.com/@cspell/dict-en_us/-/dict-en_us-4.3.2.tgz#ffe6e9a4decc453a0673f8e9a49a3a53ee020d2d" + integrity sha512-o8xtHDLPNzW6hK5b1TaDTWt25vVi9lWlL6/dZ9YoS+ZMj+Dy/yuXatqfOgeGyU3a9+2gxC0kbr4oufMUQXI2mQ== "@cspell/dict-filetypes@^3.0.0": version "3.0.0" @@ -1281,10 +1370,10 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-fonts/-/dict-fonts-3.0.1.tgz#0e0b875d463a9bd65e78145c9b6649ecad017df5" integrity sha512-o2zVFKT3KcIBo88xlWhG4yOD0XQDjP7guc7C30ZZcSN8YCwaNc1nGoxU3QRea8iKcwk3cXH0G53nrQur7g9DjQ== -"@cspell/dict-fullstack@^3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@cspell/dict-fullstack/-/dict-fullstack-3.1.4.tgz#930a66a1397f463c807e54dd01b0c79ec3f7fc21" - integrity sha512-OnCIn3GgAhdhsU6xMYes7/WXnbV6R/5k/zRAu/d+WZP4Ltf48z7oFfNFjHXH6b8ZwnMhpekLAnCeIfT5dcxRqw== +"@cspell/dict-fullstack@^3.1.5": + version "3.1.5" + resolved "https://registry.yarnpkg.com/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz#35d18678161f214575cc613dd95564e05422a19c" + integrity sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA== "@cspell/dict-gaming-terms@^1.0.4": version "1.0.4" @@ -1296,10 +1385,10 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-git/-/dict-git-2.0.0.tgz#fa5cb298845da9c69efc01c6af07a99097718dc9" integrity sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w== -"@cspell/dict-golang@^5.0.2": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@cspell/dict-golang/-/dict-golang-5.0.2.tgz#3c2c36fbe84f8b83424e06809f0dff76bdf07aaa" - integrity sha512-TNOQzsiLv4I56w5188OnJW+2ttjekoBl8IyPpI25GeV3dky4d+TX5pujayvcKQ+SM8vV8u2lpQpvyr4YePhiQg== +"@cspell/dict-golang@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@cspell/dict-golang/-/dict-golang-6.0.1.tgz#86496bac8566fa97015f62cc81e6ec96bd98500f" + integrity sha512-Z19FN6wgg2M/A+3i1O8qhrGaxUUGOW8S2ySN0g7vp4HTHeFmockEPwYx7gArfssNIruw60JorZv+iLJ6ilTeow== "@cspell/dict-haskell@^4.0.1": version "4.0.1" @@ -1326,10 +1415,10 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-k8s/-/dict-k8s-1.0.1.tgz#6c0cc521dd42fee2c807368ebfef77137686f3a1" integrity sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw== -"@cspell/dict-latex@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@cspell/dict-latex/-/dict-latex-3.1.0.tgz#d643cac54c063f7ff141c222d2cdbf296cdddc29" - integrity sha512-XD5S3FY0DrYiun2vm/KKOkeaD30LXp9v5EzVTVQvmxqQrQh0HvOT3TFD7lgKbyzZaG7E+l3wS94uwwm80cOmuw== +"@cspell/dict-latex@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@cspell/dict-latex/-/dict-latex-4.0.0.tgz#85054903db834ea867174795d162e2a8f0e9c51e" + integrity sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ== "@cspell/dict-lorem-ipsum@^3.0.0": version "3.0.0" @@ -1351,55 +1440,55 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-npm/-/dict-npm-5.0.5.tgz#fa6c1bc983e34ddc6d97094c758a4e166afd6214" integrity sha512-eirZm4XpJNEcbmLGIwI2qXdRRlCKwEsH9mT3qCUytmbj6S6yn63F+8bShMW/yQBedV7+GXq9Td+cJdqiVutOiA== -"@cspell/dict-php@^3.0.4": - version "3.0.4" - resolved "https://registry.yarnpkg.com/@cspell/dict-php/-/dict-php-3.0.4.tgz#32f25137a41c264886256a5b296e92224b0170b9" - integrity sha512-QX6zE/ZfnT3O5lSwV8EPVh8Va39ds34gSNNR8I4GWiuDpKcTkZPFi4OLoP3Tlhbl/3G0Ha35OkSDLvZfu8mnkA== +"@cspell/dict-php@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@cspell/dict-php/-/dict-php-4.0.1.tgz#f3c5cd241f43a32b09355370fc6ce7bd50e6402c" + integrity sha512-XaQ/JkSyq2c07MfRG54DjLi2CV+HHwS99DDCAao9Fq2JfkWroTQsUeek7wYZXJATrJVOULoV3HKih12x905AtQ== -"@cspell/dict-powershell@^4.0.2": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@cspell/dict-powershell/-/dict-powershell-4.0.2.tgz#d544e7ad9466b96bae49f6dd145eda61c67098a2" - integrity sha512-3Wk2Z0fxpewML0zq4a9W5IsPZ0YwvzA8c6ykFdwQ0xcBQc/xRfdb9Z5drYXf9bobck1+MacGrprSeQXrmeByNQ== +"@cspell/dict-powershell@^5.0.1": + version "5.0.1" + resolved "https://registry.yarnpkg.com/@cspell/dict-powershell/-/dict-powershell-5.0.1.tgz#55c5fa8dbf283c1b288febba9e06967b2b3b1aab" + integrity sha512-lLl+syWFgfv2xdsoxHfPIB2FGkn//XahCIKcRaf52AOlm1/aXeaJN579B9HCpvM7wawHzMqJ33VJuL/vb6Lc4g== -"@cspell/dict-public-licenses@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.1.tgz#cfb5a7db67f48b17676d3772e375db8d1cf4a09c" - integrity sha512-NZNwzkL5BqKddepDxvX/Qbji378Mso1TdnV4RFAN8hJoo6dSR0fv2TTI/Y0i/YWBmfmQGyTpEztBXtAw4qgjiA== +"@cspell/dict-public-licenses@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.2.tgz#81f0fde2e78bf8160ce988ae6961003a3cde3d56" + integrity sha512-baKkbs/WGEV2lCWZoL0KBPh3uiPcul5GSDwmXEBAsR5McEW52LF94/b7xWM0EmSAc/y8ODc5LnPYC7RDRLi6LQ== -"@cspell/dict-python@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@cspell/dict-python/-/dict-python-4.0.1.tgz#ae058b5ba16abcffc626e79415cd0a32d2348058" - integrity sha512-1wtUgyaTqRiQY0/fryk0oW22lcxNUnZ5DwteTzfatMdbgR0OHXTlHbI8vYxpHLWalSoch7EpLsnaymG+fOrt8g== +"@cspell/dict-python@^4.0.2": + version "4.0.3" + resolved "https://registry.yarnpkg.com/@cspell/dict-python/-/dict-python-4.0.3.tgz#408295135f3cc7beb8471a41af2ffc5a16c118bc" + integrity sha512-tUEMEbtV5kjuiX//K1SFo4ayO6q+bY9ghqTAo3bdlraZy59MFx8KVLYHnRndVqGwM8rRwRhp9Kmb6boAnBl+Kw== "@cspell/dict-r@^2.0.1": version "2.0.1" resolved "https://registry.yarnpkg.com/@cspell/dict-r/-/dict-r-2.0.1.tgz#73474fb7cce45deb9094ebf61083fbf5913f440a" integrity sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA== -"@cspell/dict-ruby@^4.0.2": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@cspell/dict-ruby/-/dict-ruby-4.0.2.tgz#f94dd18ce21825756f96b4510e1e6dc8cbe45f84" - integrity sha512-fCoQHvLhTAetzXCUZMpyoCUPFMiyLHuECIPOiuYW6TGnP2eGV9y4j2J8HAOVtkyxOKUoyK+zZgtrma64yTUMkg== +"@cspell/dict-ruby@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz#ca22ddf0842f29b485e3ef585c666c6be5227e6d" + integrity sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A== "@cspell/dict-rust@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@cspell/dict-rust/-/dict-rust-4.0.1.tgz#ef0b88cb3a45265824e2c9ce31b0baa4e1050351" integrity sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw== -"@cspell/dict-scala@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@cspell/dict-scala/-/dict-scala-4.0.1.tgz#ed7156ecdfa78b64c8e2477b5b8df075b7a3cef8" - integrity sha512-UvdQpAugrCqRC+2wfqJ4FFKpJr+spLrrrAmqdWEgAyZNMz8ib9FkO+yoIQnNFeodzI9xVPN9Hror+MjXbb2soQ== +"@cspell/dict-scala@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@cspell/dict-scala/-/dict-scala-5.0.0.tgz#b64365ad559110a36d44ccd90edf7151ea648022" + integrity sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ== -"@cspell/dict-software-terms@^3.1.5": - version "3.1.5" - resolved "https://registry.yarnpkg.com/@cspell/dict-software-terms/-/dict-software-terms-3.1.5.tgz#9000ba07df6d868df257ca2438df36a0eb74acc6" - integrity sha512-wmkWHHkp2AN9EDWNBLB0VASB5OtsC3KnhoAHxCJzC6AB3xjYoBfKsvgI/o50gfbsCVQceHpqXjOEYSw/xxTKNw== +"@cspell/dict-software-terms@^3.1.6": + version "3.1.6" + resolved "https://registry.yarnpkg.com/@cspell/dict-software-terms/-/dict-software-terms-3.1.6.tgz#27a6fd2919e7118bb793e541960ea1eeed6d0b3c" + integrity sha512-w46+pIMRVtrDuTZXK/YxDP5NL5yVoX0ImEPO0s9WbxdyyfhzAF3sGYHBGN/50OGLHExcqe6Idb9feoRC9mCLxw== -"@cspell/dict-sql@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@cspell/dict-sql/-/dict-sql-2.0.2.tgz#1b23ace554bafb2acd3024bb69aadd0c855ab53e" - integrity sha512-XxUoamMFU9OGcDHLY6+pTlQDsqq9wcY7Oc4C55hqmotxFeFaaqinoD1UIAm1yDngRP7fKK4mVPPFmJI6bmspHg== +"@cspell/dict-sql@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@cspell/dict-sql/-/dict-sql-2.1.0.tgz#4210e83b9fc05ef91f577ae44fd264825ccfbf71" + integrity sha512-Bb+TNWUrTNNABO0bmfcYXiTlSt0RD6sB2MIY+rNlaMyIwug43jUjeYmkLz2tPkn3+2uvySeFEOMVYhMVfcuDKg== "@cspell/dict-svelte@^1.0.2": version "1.0.2" @@ -1421,17 +1510,17 @@ resolved "https://registry.yarnpkg.com/@cspell/dict-vue/-/dict-vue-3.0.0.tgz#68ccb432ad93fcb0fd665352d075ae9a64ea9250" integrity sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A== -"@cspell/dynamic-import@6.27.0": - version "6.27.0" - resolved "https://registry.yarnpkg.com/@cspell/dynamic-import/-/dynamic-import-6.27.0.tgz#2a6ab57993ee581a83a6514259aedf6cb5546ff5" - integrity sha512-PrBAH0+6OERWeY57PUH+9WmxYtUBnBjTYmm+3Zpg3SUd/ToD0cNf83OJCrcDF7KNQYE9rjCPUfVdsOe3aJlIHw== +"@cspell/dynamic-import@6.31.1": + version "6.31.1" + resolved "https://registry.yarnpkg.com/@cspell/dynamic-import/-/dynamic-import-6.31.1.tgz#26e218362e98158be5c88f970ce774458e53dd60" + integrity sha512-uliIUv9uZlnyYmjUlcw/Dm3p0xJOEnWJNczHAfqAl4Ytg6QZktw0GtUA9b1umbRXLv0KRTPtSC6nMq3cR7rRmQ== dependencies: - import-meta-resolve "^2.2.1" + import-meta-resolve "^2.2.2" -"@cspell/strong-weak-map@6.27.0": - version "6.27.0" - resolved "https://registry.yarnpkg.com/@cspell/strong-weak-map/-/strong-weak-map-6.27.0.tgz#4065eab7b4ca45db0a08b697be7c64f59abb122a" - integrity sha512-4hel0Dik7GTX8yVOjOXlumIOzYD8mWzDeyMEhEJb3qwDfsTPeeYo1EMTSgtS+oJXR6kQ09qBrF1lok44v6NOAQ== +"@cspell/strong-weak-map@6.31.1": + version "6.31.1" + resolved "https://registry.yarnpkg.com/@cspell/strong-weak-map/-/strong-weak-map-6.31.1.tgz#370faeae5ecb0c9a55344a34cd70f1690c62de01" + integrity sha512-z8AuWvUuSnugFKJOA9Ke0aiFuehcqLFqia9bk8XaQNEWr44ahPVn3sEWnAncTxPbpWuUw5UajoJa0egRAE1CCg== "@csstools/normalize.css@*": version "12.0.0" @@ -1873,16 +1962,6 @@ "@types/node" "*" jest-mock "^27.5.1" -"@jest/environment@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.4.3.tgz#9fe2f3169c3b33815dc4bd3960a064a83eba6548" - integrity sha512-dq5S6408IxIa+lr54zeqce+QgI+CJT4nmmA+1yzFgtcsGK8c/EyiUb9XQOgz3BMKrRDfKseeOaxj2eO8LlD3lA== - dependencies: - "@jest/fake-timers" "^29.4.3" - "@jest/types" "^29.4.3" - "@types/node" "*" - jest-mock "^29.4.3" - "@jest/environment@^29.5.0": version "29.5.0" resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.5.0.tgz#9152d56317c1fdb1af389c46640ba74ef0bb4c65" @@ -1920,18 +1999,6 @@ jest-mock "^27.5.1" jest-util "^27.5.1" -"@jest/fake-timers@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.4.3.tgz#31e982638c60fa657d310d4b9d24e023064027b0" - integrity sha512-4Hote2MGcCTWSD2gwl0dwbCpBRHhE6olYEuTj8FMowdg3oQWNKr2YuxenPQYZ7+PfqPY1k98wKDU4Z+Hvd4Tiw== - dependencies: - "@jest/types" "^29.4.3" - "@sinonjs/fake-timers" "^10.0.2" - "@types/node" "*" - jest-message-util "^29.4.3" - jest-mock "^29.4.3" - jest-util "^29.4.3" - "@jest/fake-timers@^29.5.0": version "29.5.0" resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.5.0.tgz#d4d09ec3286b3d90c60bdcd66ed28d35f1b4dc2c" @@ -2144,27 +2211,6 @@ source-map "^0.6.1" write-file-atomic "^3.0.0" -"@jest/transform@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.4.3.tgz#f7d17eac9cb5bb2e1222ea199c7c7e0835e0c037" - integrity sha512-8u0+fBGWolDshsFgPQJESkDa72da/EVwvL+II0trN2DR66wMwiQ9/CihaGfHdlLGFzbBZwMykFtxuwFdZqlKwg== - dependencies: - "@babel/core" "^7.11.6" - "@jest/types" "^29.4.3" - "@jridgewell/trace-mapping" "^0.3.15" - babel-plugin-istanbul "^6.1.1" - chalk "^4.0.0" - convert-source-map "^2.0.0" - fast-json-stable-stringify "^2.1.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.4.3" - jest-regex-util "^29.4.3" - jest-util "^29.4.3" - micromatch "^4.0.4" - pirates "^4.0.4" - slash "^3.0.0" - write-file-atomic "^4.0.2" - "@jest/transform@^29.5.0": version "29.5.0" resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.5.0.tgz#cf9c872d0965f0cbd32f1458aa44a2b1988b00f9" @@ -2209,7 +2255,7 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" -"@jest/types@^29.1.2", "@jest/types@^29.2.1", "@jest/types@^29.4.1", "@jest/types@^29.4.3", "@jest/types@^29.5.0": +"@jest/types@^29.1.2", "@jest/types@^29.2.1", "@jest/types@^29.4.1", "@jest/types@^29.5.0": version "29.5.0" resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593" integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog== @@ -2424,10 +2470,10 @@ resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.224.2.tgz#9d1b000c3c43457ae47c3556a334412d164fad90" integrity sha512-HGNV26uyHSIECuhjPg/WGn0mXbAotcs6ODfhAOkfYjIgGylddgiwElxUe1rpEHV5mQJJ2rMn4OdeJIIpzRX61g== -"@patternfly/react-charts@6.94.18": - version "6.94.18" - resolved "https://registry.yarnpkg.com/@patternfly/react-charts/-/react-charts-6.94.18.tgz#1daca0285f4eaa13945aa28de2aa5fa919d335ab" - integrity sha512-56WxnZYC3blRX41mW67JaPxJ3YhXViLvwGpEsZrYCccla/rTV8JgKK0gjHnqtzPQiVBfpn+3ewOyNCOR5uRoSw== +"@patternfly/react-charts@6.94.19": + version "6.94.19" + resolved "https://registry.yarnpkg.com/@patternfly/react-charts/-/react-charts-6.94.19.tgz#90cce061db980f917ac6d1fdb51ec15bf8c20fe0" + integrity sha512-+yYwXAy/GBH2bTHFzMpdVKc8LUJCCNEqqS7bqovNkNLd0m3FP3q9fKJ22QxNnP9NeFHK6UFa4KfouQAb2fInfQ== dependencies: "@patternfly/react-styles" "^4.92.6" "@patternfly/react-tokens" "^4.94.6" @@ -2451,10 +2497,10 @@ victory-voronoi-container "^36.6.7" victory-zoom-container "^36.6.7" -"@patternfly/react-core@4.276.6", "@patternfly/react-core@^4.276.6": - version "4.276.6" - resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-4.276.6.tgz#fa39aa61022f70bf350b2efc660bdeb096bda447" - integrity sha512-G0K+378jf9jw9g+hCAoKnsAe/UGTRspqPeuAYypF2FgNr+dC7dUpc7/VkNhZBVqSJzUWVEK8NyXcqkfi0IemIg== +"@patternfly/react-core@4.276.8", "@patternfly/react-core@^4.276.8": + version "4.276.8" + resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-4.276.8.tgz#7ef52830dcdda954bd5bec40132da6eef49aba6f" + integrity sha512-dn322rEzBeiVztZEuCZMUUittNb8l1hk30h9ZN31FLZLLVtXGlThFNV9ieqOJYA9zrYxYZrHMkTnOxSWVacMZg== dependencies: "@patternfly/react-icons" "^4.93.6" "@patternfly/react-styles" "^4.92.6" @@ -2474,12 +2520,12 @@ resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-4.92.6.tgz#a72c5f0b7896ce1c419d1db79f8e39ba6632057d" integrity sha512-b8uQdEReMyeoMzjpMri845QxqtupY/tIFFYfVeKoB2neno8gkcW1RvDdDe62LF88q45OktCwAe/8A99ker10Iw== -"@patternfly/react-table@4.112.39": - version "4.112.39" - resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-4.112.39.tgz#bf5b70b7aef4aa3c0d48aa8e6607b830dcdaee47" - integrity sha512-U+hOMgYlbghGH4M5MX+qt0GkVi/ocrGnxDnm11YiS3CtEGsd6Rr0NeqMmk0uoR46Od4Pr5tKuXxZhPP32sCL/w== +"@patternfly/react-table@4.113.0": + version "4.113.0" + resolved "https://registry.yarnpkg.com/@patternfly/react-table/-/react-table-4.113.0.tgz#e9c92b5f323863c1bd546574f02083d1a76c7a81" + integrity sha512-qxa3NWCdYasqQQL1rqEd8DyNa8oWr6HNveNW5YJRakE7imWZhUPG2Nd6Op60+KYX8kbCSl7gwSmgAZAYMBMZkQ== dependencies: - "@patternfly/react-core" "^4.276.6" + "@patternfly/react-core" "^4.276.8" "@patternfly/react-icons" "^4.93.6" "@patternfly/react-styles" "^4.92.6" "@patternfly/react-tokens" "^4.94.6" @@ -2491,6 +2537,11 @@ resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-4.94.6.tgz#47c715721ad3dd315a523f352ba1a0de2b03f0bc" integrity sha512-tm7C6nat+uKMr1hrapis7hS3rN9cr41tpcCKhx6cod6FLU8KwF2Yt5KUxakhIOCEcE/M/EhXhAw/qejp8w0r7Q== +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + "@pmmmwh/react-refresh-webpack-plugin@^0.5.3": version "0.5.7" resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.7.tgz#58f8217ba70069cc6a73f5d7e05e85b458c150e2" @@ -2541,20 +2592,21 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== -"@redhat-cloud-services/frontend-components-config-utilities@^1.5.28": - version "1.5.29" - resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components-config-utilities/-/frontend-components-config-utilities-1.5.29.tgz#28537d04dcf6d6ab783a89b29349dc1bf0ee888e" - integrity sha512-YOnJEwb6AdLJxY6P81VtunECQupL32taSnCHOP1+A1P7OjNIewZJcgjqqlWip3+o5DCPyCOiOl0eBHrTCUPldg== +"@redhat-cloud-services/frontend-components-config-utilities@^1.5.31": + version "1.5.31" + resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components-config-utilities/-/frontend-components-config-utilities-1.5.31.tgz#97aa891c058e71b056166a2da0d2d9803fd6d3f2" + integrity sha512-9e3TqpP09orvomftIfVhPzE8PNSw+rf27+AN6LgmES4gbCRk88pgakipxgFRShVv4JrnuUhff9LsfitC6qFN2Q== dependencies: + chalk "^4.1.2" node-fetch "2.6.7" -"@redhat-cloud-services/frontend-components-config@4.7.0": - version "4.7.0" - resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components-config/-/frontend-components-config-4.7.0.tgz#cc691a522063d08af8ff092c3d3aea33a26eaa17" - integrity sha512-fC0TaCbvDLXAdm/RVks3wz3A8i0/5+Wkbi6bynaT3KnjM0T+lQkckG4xGLePKFpwcU45hcGWyrNK5y6pYS0Suw== +"@redhat-cloud-services/frontend-components-config@4.7.2": + version "4.7.2" + resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components-config/-/frontend-components-config-4.7.2.tgz#118b941ca69bba6831eb17a90a274fbeec507b86" + integrity sha512-TxvLW6fPHZBhCyb846tFfeviucSVKwLj9ePLzAcdKtwyPsS6b1fh/TIPuSQqLmZqdRRhA1Q2RaYLYbtvjncNvg== dependencies: "@pmmmwh/react-refresh-webpack-plugin" "^0.5.8" - "@redhat-cloud-services/frontend-components-config-utilities" "^1.5.28" + "@redhat-cloud-services/frontend-components-config-utilities" "^1.5.31" assert "^2.0.0" axios "^0.27.2" babel-loader "^8.2.5" @@ -2614,10 +2666,10 @@ mkdirp "^1.0.4" react-content-loader ">=3.4.1" -"@redhat-cloud-services/frontend-components-utilities@3.3.13": - version "3.3.13" - resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.3.13.tgz#baa48dc20cbf5f8c34a5c6dbead0434e85bddc20" - integrity sha512-3SdXwzXP1XMLN+hvlGZwX5Va3VwKW9xzRx9lgKGx2XU2nU3GF233hTeId5Cs58NZqBpf8NpRFYaBWnPBaXCWlQ== +"@redhat-cloud-services/frontend-components-utilities@3.5.0": + version "3.5.0" + resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components-utilities/-/frontend-components-utilities-3.5.0.tgz#663b1984638bce0a46c705259737428418ecb35b" + integrity sha512-+psPuT+5hpOP0vF6wjmJNUfLSgObtTBKSCtT7Ju9XfmWnmiKLc6Er1iias2Othy4WP+5EaLlH22Rd1wk8ut8HA== dependencies: "@redhat-cloud-services/types" "^0.0.17" "@sentry/browser" "^5.30.0" @@ -2640,7 +2692,7 @@ mkdirp "^1.0.4" react-content-loader "^6.2.0" -"@redhat-cloud-services/frontend-components@*": +"@redhat-cloud-services/frontend-components@*", "@redhat-cloud-services/frontend-components@3.9.34": version "3.9.34" resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components/-/frontend-components-3.9.34.tgz#039e612d7f34934c3ee4236d670c16340347092c" integrity sha512-+JDrYpWdP3+0ILC/QnA6hiDzcx5C/6gEolBrn1F/nWo7Dzy+xxRBlVpGQHuWZEwN0VoJ+cveGTlpFvGvckre5A== @@ -2651,27 +2703,11 @@ "@scalprum/react-core" "^0.5.1" sanitize-html "^2.7.2" -"@redhat-cloud-services/frontend-components@3.9.25": - version "3.9.25" - resolved "https://registry.yarnpkg.com/@redhat-cloud-services/frontend-components/-/frontend-components-3.9.25.tgz#3085a154c3b1487e15d2b1ae717b3f4e42cf8222" - integrity sha512-ynppJJrMtkgzt5/uUF9rR51HeE5WkC5kCkNzIBqAFHHMsGueGazc9y5g1nzPkl7jgBajsTg7tePCLCvKP/HEnw== - dependencies: - "@redhat-cloud-services/frontend-components-utilities" "^3.2.25" - "@redhat-cloud-services/types" "^0.0.15" - "@scalprum/core" "^0.2.3" - "@scalprum/react-core" "^0.2.4" - sanitize-html "^2.7.2" - "@redhat-cloud-services/types@^0.0.10": version "0.0.10" resolved "https://registry.yarnpkg.com/@redhat-cloud-services/types/-/types-0.0.10.tgz#4892002c4fdcae964d0efce6085e082defbf3813" integrity sha512-xessQxyp4ZzthPDk7w2uAGqYAmJYRe5317gXYRYYl/AubxO6JWHstBaU18Lau7oocXw5jUobogS+Acb8CB3igw== -"@redhat-cloud-services/types@^0.0.15": - version "0.0.15" - resolved "https://registry.yarnpkg.com/@redhat-cloud-services/types/-/types-0.0.15.tgz#c4792a0f7291523e321fd4925d5d37c762f5e0c0" - integrity sha512-1aqJcgQZq4uih+LxRpVJQblt2x4o/hlrqSZMYFhWyTLgnVNhJ8Y7B5pwoVjpA5PCE1fBNahrydVwugEKMsDDtg== - "@redhat-cloud-services/types@^0.0.17": version "0.0.17" resolved "https://registry.yarnpkg.com/@redhat-cloud-services/types/-/types-0.0.17.tgz#00d4642ffb3885e7ca6790d626f5ca5909e73af9" @@ -2729,11 +2765,6 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.4.tgz#0c8b74c50f29ee44f423f7416829c0bf8bb5eb27" integrity sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA== -"@scalprum/core@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@scalprum/core/-/core-0.2.3.tgz#419ad7f9a3e208e0b5379eaa82e94989c39c06e4" - integrity sha512-bL7YjXWSgtAw44ha+goEF/cCWUu1BELB0qo4Y8hlfmn0+FMnoIHcY0gD1OOotz7Oy74r5+DRxi5Wra40DTG8Qg== - "@scalprum/core@^0.5.1": version "0.5.1" resolved "https://registry.yarnpkg.com/@scalprum/core/-/core-0.5.1.tgz#c5cf6fa980c834ab2d8461916d5145e72ac78265" @@ -2741,14 +2772,6 @@ dependencies: "@openshift/dynamic-plugin-sdk" "^3.0.0" -"@scalprum/react-core@^0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.2.4.tgz#479a9fb38fd8225357601064cd15d355bceacdc0" - integrity sha512-90gysvvsS0qeCabgC20s6N9Wd4oQHHxO/Uiyy3gQZRgmTx8MBffjktTtjOj34XuEsvKATfNy0tn2iyNzNc+I6g== - dependencies: - "@scalprum/core" "^0.2.3" - lodash "^4.17.0" - "@scalprum/react-core@^0.5.1": version "0.5.1" resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.5.1.tgz#eed3ce75e38f16a091e993b36e18a53c783ec769" @@ -3979,10 +4002,10 @@ anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2: normalize-path "^3.0.0" picomatch "^2.0.4" -apidoc-mock@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/apidoc-mock/-/apidoc-mock-4.1.0.tgz#ba9978cf51b49f2cc167711f9c9129f17f2789f0" - integrity sha512-CnZYWoyfNwmPGTV6/ikOeSdC990+99Pu1UgkvRTST/GvzrjZsf9/FKW1ypgWhm2/hRq4gfW+tiAKLPBokCAPDA== +apidoc-mock@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/apidoc-mock/-/apidoc-mock-4.2.0.tgz#ab10e009b450ead342a28d78dd06ac93f353eb69" + integrity sha512-NA/Mvu4FTMkc/tk2+89qSk1bMExXZ6atWSufzdfnAjkknNuZflrm/7rWPGMNbolgodcmNtNKlJkdZfO6BVgtnw== dependencies: apidoc "^0.53.1" express "^4.18.2" @@ -4312,19 +4335,6 @@ babel-jest@^27.4.2, babel-jest@^27.5.1: graceful-fs "^4.2.9" slash "^3.0.0" -babel-jest@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.4.3.tgz#478b84d430972b277ad67dd631be94abea676792" - integrity sha512-o45Wyn32svZE+LnMVWv/Z4x0SwtLbh4FyGcYtR20kIWd+rdrDZ9Fzq8Ml3MYLD+mZvEdzCjZsCnYZ2jpJyQ+Nw== - dependencies: - "@jest/transform" "^29.4.3" - "@types/babel__core" "^7.1.14" - babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^29.4.3" - chalk "^4.0.0" - graceful-fs "^4.2.9" - slash "^3.0.0" - babel-jest@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.5.0.tgz#3fe3ddb109198e78b1c88f9ebdecd5e4fc2f50a5" @@ -4376,16 +4386,6 @@ babel-plugin-jest-hoist@^27.5.1: "@types/babel__core" "^7.0.0" "@types/babel__traverse" "^7.0.6" -babel-plugin-jest-hoist@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.4.3.tgz#ad1dfb5d31940957e00410ef7d9b2aa94b216101" - integrity sha512-mB6q2q3oahKphy5V7CpnNqZOCkxxZ9aokf1eh82Dy3jQmg4xvM1tGrh5y6BQUJh4a3Pj9+eLfwvAZ7VNKg7H8Q== - dependencies: - "@babel/template" "^7.3.3" - "@babel/types" "^7.3.3" - "@types/babel__core" "^7.1.14" - "@types/babel__traverse" "^7.0.6" - babel-plugin-jest-hoist@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz#a97db437936f441ec196990c9738d4b88538618a" @@ -4465,14 +4465,6 @@ babel-preset-jest@^27.5.1: babel-plugin-jest-hoist "^27.5.1" babel-preset-current-node-syntax "^1.0.0" -babel-preset-jest@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.4.3.tgz#bb926b66ae253b69c6e3ef87511b8bb5c53c5b52" - integrity sha512-gWx6COtSuma6n9bw+8/F+2PCXrIgxV/D1TJFnp6OyBK2cxPWg0K9p/sriNYeifKjpUkMViWQ09DSWtzJQRETsw== - dependencies: - babel-plugin-jest-hoist "^29.4.3" - babel-preset-current-node-syntax "^1.0.0" - babel-preset-jest@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz#57bc8cc88097af7ff6a5ab59d1cd29d52a5916e2" @@ -5047,7 +5039,7 @@ cli-width@^3.0.0: resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== -cliui@^7.0.2: +cliui@^7.0.2, cliui@^7.0.4: version "7.0.4" resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== @@ -5517,7 +5509,7 @@ cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^7.0.2, cross-spawn@^7.0.3: +cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== @@ -5543,97 +5535,97 @@ crypto-random-string@^4.0.0: dependencies: type-fest "^1.0.1" -cspell-dictionary@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-dictionary/-/cspell-dictionary-6.27.0.tgz#8cd3ed900f915d32f3f0d48de28857b37107e4d1" - integrity sha512-u2HZ6Yl0tIBzflJ9Rt5i15kP1KN41XtyKfqCCntugX3gYtfbQ1t/HvAPcq4g7EDZV2tzqSKGcNvzuJgHJyxxFw== +cspell-dictionary@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-dictionary/-/cspell-dictionary-6.31.1.tgz#a5c52da365aa03d7b6454f017d97b0d4b3da8859" + integrity sha512-7+K7aQGarqbpucky26wled7QSCJeg6VkLUWS+hLjyf0Cqc9Zew5xsLa4QjReExWUJx+a97jbiflITZNuWxgMrg== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" - cspell-trie-lib "6.27.0" + "@cspell/cspell-pipe" "6.31.1" + "@cspell/cspell-types" "6.31.1" + cspell-trie-lib "6.31.1" fast-equals "^4.0.3" - gensequence "^4.0.3" + gensequence "^5.0.2" -cspell-gitignore@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-gitignore/-/cspell-gitignore-6.27.0.tgz#eb5d700c357fc1318732f6bf8b58d0240e9edc24" - integrity sha512-aXIuSMtm2pW8Z0y4SHBqvXwY4Hk3lz4b3PD50IU1gn2mjk8GioEYAnWlN/FANeOuMjOXiRfLaX0McvNErnZxdw== +cspell-gitignore@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-gitignore/-/cspell-gitignore-6.31.1.tgz#3000c4c6c740c04d6178c62a9b83111d5fc96779" + integrity sha512-PAcmjN6X89Z8qgjem6HYb+VmvVtKuc+fWs4sk21+jv2MiLk23Bkp+8slSaIDVR//58fxJkMx17PHyo2cDO/69A== dependencies: - cspell-glob "6.27.0" + cspell-glob "6.31.1" find-up "^5.0.0" -cspell-glob@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-glob/-/cspell-glob-6.27.0.tgz#fd9ac0828c12e2aa67da94de53c60f1a11da4575" - integrity sha512-YzS9SiNU5iFIdEMCeVOsGlCvffCM7M51io9ylkkY6138NLCnqWw/DSePzIAAsuLqh9nsJt8xiXrHPerKiPnN3g== +cspell-glob@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-glob/-/cspell-glob-6.31.1.tgz#525db68469790f3d0c856fcdef7616dfbecfe1d2" + integrity sha512-ygEmr5hgE4QtO5+L3/ihfMKBhPipbapfS22ilksFSChKMc15Regds0z+z/1ZBoe+OFAPneQfIuBxMwQ/fB00GQ== dependencies: micromatch "^4.0.5" -cspell-grammar@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-grammar/-/cspell-grammar-6.27.0.tgz#3c0e9561c36c0fd8795667d7215945a4f3a193db" - integrity sha512-03SH0+bWazhkzUUK+t6ywUZvWuDcqj4J171oIdA3fvdG7nBpTqyFc1/vU1mReZK7CDde16BUaqCkWgf+El+N1w== +cspell-grammar@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-grammar/-/cspell-grammar-6.31.1.tgz#f766df3d5f1ec95a1e472fc339716757d2acfa56" + integrity sha512-AsRVP0idcNFVSb9+p9XjMumFj3BUV67WIPWApaAzJl/dYyiIygQObRE+si0/QtFWGNw873b7hNhWZiKjqIdoaQ== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" + "@cspell/cspell-pipe" "6.31.1" + "@cspell/cspell-types" "6.31.1" -cspell-io@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-io/-/cspell-io-6.27.0.tgz#6ace9ddb190354d5aca6fe9de766c48edb4ac787" - integrity sha512-WsvXjbbWwIQVembEtlNuC8cJrGtyUuk8GvZzL9bBpSofU2UXvFjaQ9bAZjIeHibGQrIIuOM0ra0CqOcLb5mShA== +cspell-io@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-io/-/cspell-io-6.31.1.tgz#5f26437e6e5d525a73c708bf524da50a180f3c2c" + integrity sha512-deZcpvTYY/NmLfOdOtzcm+nDvJZozKmj4TY3pPpX0HquPX0A/w42bFRT/zZNmRslFl8vvrCZZUog7SOc6ha3uA== dependencies: - "@cspell/cspell-service-bus" "6.27.0" + "@cspell/cspell-service-bus" "6.31.1" node-fetch "^2.6.9" -cspell-lib@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-lib/-/cspell-lib-6.27.0.tgz#c3f073e56e6a4ffb36e03ab4f439fe24e9215ff3" - integrity sha512-wwi3VCFiWaVFrV/ycm4yNBjjPY3pyhWud4lVJs51p2IkKqJbmR7hZ+bSIyw6d9MVzPKRD67eMaNBYXFGDaNHGQ== +cspell-lib@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-lib/-/cspell-lib-6.31.1.tgz#716fe73302086d384e756ece917d50dafa6cfda4" + integrity sha512-KgSiulbLExY+z2jGwkO77+aAkyugsPAw7y07j3hTQLpd+0esPCZqrmbo2ItnkvkDNd/c34PqQCr7/044/rz8gw== dependencies: - "@cspell/cspell-bundled-dicts" "6.27.0" - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" - "@cspell/strong-weak-map" "6.27.0" + "@cspell/cspell-bundled-dicts" "6.31.1" + "@cspell/cspell-pipe" "6.31.1" + "@cspell/cspell-types" "6.31.1" + "@cspell/strong-weak-map" "6.31.1" clear-module "^4.1.2" comment-json "^4.2.3" configstore "^5.0.1" cosmiconfig "8.0.0" - cspell-dictionary "6.27.0" - cspell-glob "6.27.0" - cspell-grammar "6.27.0" - cspell-io "6.27.0" - cspell-trie-lib "6.27.0" + cspell-dictionary "6.31.1" + cspell-glob "6.31.1" + cspell-grammar "6.31.1" + cspell-io "6.31.1" + cspell-trie-lib "6.31.1" fast-equals "^4.0.3" find-up "^5.0.0" - gensequence "^4.0.3" + gensequence "^5.0.2" import-fresh "^3.3.0" resolve-from "^5.0.0" resolve-global "^1.0.0" vscode-languageserver-textdocument "^1.0.8" vscode-uri "^3.0.7" -cspell-trie-lib@6.27.0: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell-trie-lib/-/cspell-trie-lib-6.27.0.tgz#724d0895dbc11dd8f0ae3792ab4498e186253070" - integrity sha512-kelDXszZKzlWbk7hV3cTtWYd2Gs3MXqTNSL3udtN4Oow74ik+h1bWsOOmXKKjtKvRctx4omWC1JdriQXfhBMBA== +cspell-trie-lib@6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell-trie-lib/-/cspell-trie-lib-6.31.1.tgz#72b272e16d53c15de5a1ef3178dd2519670daca7" + integrity sha512-MtYh7s4Sbr1rKT31P2BK6KY+YfOy3dWsuusq9HnqCXmq6aZ1HyFgjH/9p9uvqGi/TboMqn1KOV8nifhXK3l3jg== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" - gensequence "^4.0.3" + "@cspell/cspell-pipe" "6.31.1" + "@cspell/cspell-types" "6.31.1" + gensequence "^5.0.2" -cspell@^6.26.3: - version "6.27.0" - resolved "https://registry.yarnpkg.com/cspell/-/cspell-6.27.0.tgz#8e3b2265d4be712060a6ed09bbfb72215519a8f0" - integrity sha512-BhDzXJIRFcpswOy32tgnoOw2OdSM91pQuUpRxfZvRxdM4HBxUrodDYJ5HbBz7D0vNBrXFidFX/157KNX4m1gmg== +cspell@^6.31.1: + version "6.31.1" + resolved "https://registry.yarnpkg.com/cspell/-/cspell-6.31.1.tgz#78a1b3d32c8f6f232fb1a00b2df8a8e8d72cf6fe" + integrity sha512-gyCtpkOpwI/TGibbtIgMBFnAUUp2hnYdvW/9Ky4RcneHtLH0+V/jUEbZD8HbRKz0GVZ6mhKWbNRSEyP9p3Cejw== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/dynamic-import" "6.27.0" + "@cspell/cspell-pipe" "6.31.1" + "@cspell/dynamic-import" "6.31.1" chalk "^4.1.2" commander "^10.0.0" - cspell-gitignore "6.27.0" - cspell-glob "6.27.0" - cspell-io "6.27.0" - cspell-lib "6.27.0" + cspell-gitignore "6.31.1" + cspell-glob "6.31.1" + cspell-io "6.31.1" + cspell-lib "6.31.1" fast-glob "^3.2.12" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" @@ -6796,10 +6788,10 @@ eslint-config-airbnb@^19.0.4: object.assign "^4.1.2" object.entries "^1.1.5" -eslint-config-prettier@^8.7.0: - version "8.7.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.7.0.tgz#f1cc58a8afebc50980bd53475451df146c13182d" - integrity sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA== +eslint-config-prettier@^8.8.0: + version "8.8.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz#bfda738d412adc917fd7b038857110efe98c9348" + integrity sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA== eslint-config-react-app@^7.0.1: version "7.0.1" @@ -7481,6 +7473,14 @@ for-each@^0.3.3: dependencies: is-callable "^1.1.3" +foreground-child@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" + integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + fork-ts-checker-webpack-plugin@^6.5.0: version "6.5.2" resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.2.tgz#4f67183f2f9eb8ba7df7177ce3cf3e75cdafb340" @@ -7653,10 +7653,10 @@ gauge@^4.0.3: strip-ansi "^6.0.1" wide-align "^1.1.5" -gensequence@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/gensequence/-/gensequence-4.0.3.tgz#69ce05b4d7507ee667d9641377a0df834cdc350b" - integrity sha512-izr+MKqJKjexkvLiPGhW96elQX8TuUR/su/xzILxjqzU1RDz1n1ZbqwDUnNFaRcq0gFR3oQfNH2JOH4Je1x/QA== +gensequence@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/gensequence/-/gensequence-5.0.2.tgz#f065be2f9a5b2967b9cad7f33b2d79ce1f22dc82" + integrity sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA== gensync@^1.0.0-beta.2: version "1.0.0-beta.2" @@ -7745,6 +7745,18 @@ glob-to-regexp@^0.4.1: resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== +glob@^10.0.0: + version "10.2.1" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.1.tgz#44288e9186b5cd5baa848728533ba21a94aa8f33" + integrity sha512-ngom3wq2UhjdbmRE/krgkD8BQyi1KZ5l+D2dVm4+Yj+jJIBp74/ZGunL6gNGc/CYuQmvUBiavWEXIotRiv5R6A== + dependencies: + foreground-child "^3.1.0" + fs.realpath "^1.0.0" + jackspeak "^2.0.3" + minimatch "^9.0.0" + minipass "^5.0.0" + path-scurry "^1.7.0" + glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0, glob@^7.2.3: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" @@ -7757,7 +7769,7 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, gl once "^1.3.0" path-is-absolute "^1.0.0" -glob@^8.0.1, glob@^8.1.0: +glob@^8.0.1: version "8.1.0" resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== @@ -8263,10 +8275,10 @@ i18next-http-backend@^2.2.0: dependencies: cross-fetch "3.1.5" -i18next@^22.4.11: - version "22.4.11" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.4.11.tgz#8b6c9be95176de90d3f10a78af125d95d3a3258d" - integrity sha512-ShfTzXVMjXdF2iPiT/wbizOrssLh9Ab6VpuVROihLCAu+u25KbZiEYVgsA0W6g0SgjPa/JmGWcUEV/g6cKzEjQ== +i18next@^22.4.14: + version "22.4.14" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.4.14.tgz#18dd94e9adc2618497c7de101a206e1ca3a18727" + integrity sha512-VtLPtbdwGn0+DAeE00YkiKKXadkwg+rBUV+0v8v0ikEjwdiJ0gmYChVE4GIa9HXymY6wKapkL93vGT7xpq6aTw== dependencies: "@babel/runtime" "^7.20.6" @@ -8354,10 +8366,10 @@ import-local@^3.0.2: pkg-dir "^4.2.0" resolve-cwd "^3.0.0" -import-meta-resolve@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.2.1.tgz#80fdeddbc15d7f3992c37425023ffb4aca7cb583" - integrity sha512-C6lLL7EJPY44kBvA80gq4uMsVFw5x3oSKfuMl1cuZ2RkI5+UJqQXgn+6hlUew0y4ig7Ypt4CObAAIzU53Nfpuw== +import-meta-resolve@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.2.2.tgz#75237301e72d1f0fbd74dbc6cca9324b164c2cc9" + integrity sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA== imurmurhash@^0.1.4: version "0.1.4" @@ -8834,6 +8846,15 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" +jackspeak@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.0.3.tgz#672eb397b97744a265b5862d7762b96e8dad6e61" + integrity sha512-0Jud3OMUdMbrlr3PyUMKESq51LXVAB+a239Ywdvd+Kgxj3MaBRml/nVRxf8tQFyfthMjuRkxkv7Vg58pmIMfuQ== + dependencies: + cliui "^7.0.4" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + jake@^10.8.5: version "10.8.5" resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46" @@ -9062,18 +9083,18 @@ jest-each@^29.5.0: jest-util "^29.5.0" pretty-format "^29.5.0" -jest-environment-jsdom@29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.4.3.tgz#bd8ed3808e6d3f616403fbaf8354f77019613d90" - integrity sha512-rFjf8JXrw3OjUzzmSE5l0XjMj0/MSVEUMCSXBGPDkfwb1T03HZI7iJSL0cGctZApPSyJxbjyKDVxkZuyhHkuTw== +jest-environment-jsdom@29.5.0: + version "29.5.0" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.5.0.tgz#cfe86ebaf1453f3297b5ff3470fbe94739c960cb" + integrity sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw== dependencies: - "@jest/environment" "^29.4.3" - "@jest/fake-timers" "^29.4.3" - "@jest/types" "^29.4.3" + "@jest/environment" "^29.5.0" + "@jest/fake-timers" "^29.5.0" + "@jest/types" "^29.5.0" "@types/jsdom" "^20.0.0" "@types/node" "*" - jest-mock "^29.4.3" - jest-util "^29.4.3" + jest-mock "^29.5.0" + jest-util "^29.5.0" jsdom "^20.0.0" jest-environment-jsdom@^27.5.1: @@ -9143,25 +9164,6 @@ jest-haste-map@^27.5.1: optionalDependencies: fsevents "^2.3.2" -jest-haste-map@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.4.3.tgz#085a44283269e7ace0645c63a57af0d2af6942e2" - integrity sha512-eZIgAS8tvm5IZMtKlR8Y+feEOMfo2pSQkmNbufdbMzMSn9nitgGxF1waM/+LbryO3OkMcKS98SUb+j/cQxp/vQ== - dependencies: - "@jest/types" "^29.4.3" - "@types/graceful-fs" "^4.1.3" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^29.4.3" - jest-util "^29.4.3" - jest-worker "^29.4.3" - micromatch "^4.0.4" - walker "^1.0.8" - optionalDependencies: - fsevents "^2.3.2" - jest-haste-map@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.5.0.tgz#69bd67dc9012d6e2723f20a945099e972b2e94de" @@ -9285,21 +9287,6 @@ jest-message-util@^29.1.2: slash "^3.0.0" stack-utils "^2.0.3" -jest-message-util@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.4.3.tgz#65b5280c0fdc9419503b49d4f48d4999d481cb5b" - integrity sha512-1Y8Zd4ZCN7o/QnWdMmT76If8LuDv23Z1DRovBj/vcSFNlGCJGoO8D1nJDw1AdyAGUk0myDLFGN5RbNeJyCRGCw== - dependencies: - "@babel/code-frame" "^7.12.13" - "@jest/types" "^29.4.3" - "@types/stack-utils" "^2.0.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - micromatch "^4.0.4" - pretty-format "^29.4.3" - slash "^3.0.0" - stack-utils "^2.0.3" - jest-message-util@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.5.0.tgz#1f776cac3aca332ab8dd2e3b41625435085c900e" @@ -9323,15 +9310,6 @@ jest-mock@^27.5.1: "@jest/types" "^27.5.1" "@types/node" "*" -jest-mock@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.4.3.tgz#23d84a20a74cdfff0510fdbeefb841ed57b0fe7e" - integrity sha512-LjFgMg+xed9BdkPMyIJh+r3KeHt1klXPJYBULXVVAkbTaaKjPX1o1uVCAZADMEp/kOxGTwy/Ot8XbvgItOrHEg== - dependencies: - "@jest/types" "^29.4.3" - "@types/node" "*" - jest-util "^29.4.3" - jest-mock@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.5.0.tgz#26e2172bcc71d8b0195081ff1f146ac7e1518aed" @@ -9383,17 +9361,17 @@ jest-resolve-dependencies@^29.5.0: jest-regex-util "^29.4.3" jest-snapshot "^29.5.0" -jest-resolve@29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.4.3.tgz#3c5b5c984fa8a763edf9b3639700e1c7900538e2" - integrity sha512-GPokE1tzguRyT7dkxBim4wSx6E45S3bOQ7ZdKEG+Qj0Oac9+6AwJPCk0TZh5Vu0xzeX4afpb+eDmgbmZFFwpOw== +jest-resolve@29.5.0, jest-resolve@^29.5.0: + version "29.5.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.5.0.tgz#b053cc95ad1d5f6327f0ac8aae9f98795475ecdc" + integrity sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w== dependencies: chalk "^4.0.0" graceful-fs "^4.2.9" - jest-haste-map "^29.4.3" + jest-haste-map "^29.5.0" jest-pnp-resolver "^1.2.2" - jest-util "^29.4.3" - jest-validate "^29.4.3" + jest-util "^29.5.0" + jest-validate "^29.5.0" resolve "^1.20.0" resolve.exports "^2.0.0" slash "^3.0.0" @@ -9414,21 +9392,6 @@ jest-resolve@^27.4.2, jest-resolve@^27.5.1: resolve.exports "^1.1.0" slash "^3.0.0" -jest-resolve@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.5.0.tgz#b053cc95ad1d5f6327f0ac8aae9f98795475ecdc" - integrity sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w== - dependencies: - chalk "^4.0.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-pnp-resolver "^1.2.2" - jest-util "^29.5.0" - jest-validate "^29.5.0" - resolve "^1.20.0" - resolve.exports "^2.0.0" - slash "^3.0.0" - jest-runner@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.5.1.tgz#071b27c1fa30d90540805c5645a0ec167c7b62e5" @@ -9652,18 +9615,6 @@ jest-util@^29.4.1: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-util@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.3.tgz#851a148e23fc2b633c55f6dad2e45d7f4579f496" - integrity sha512-ToSGORAz4SSSoqxDSylWX8JzkOQR7zoBtNRsA7e+1WUX5F8jrOwaNpuh1YfJHJKDHXLHmObv5eOjejUd+/Ws+Q== - dependencies: - "@jest/types" "^29.4.3" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - jest-util@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f" @@ -9688,18 +9639,6 @@ jest-validate@^27.5.1: leven "^3.1.0" pretty-format "^27.5.1" -jest-validate@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.4.3.tgz#a13849dec4f9e95446a7080ad5758f58fa88642f" - integrity sha512-J3u5v7aPQoXPzaar6GndAVhdQcZr/3osWSgTeKg5v574I9ybX/dTyH0AJFb5XgXIB7faVhf+rS7t4p3lL9qFaw== - dependencies: - "@jest/types" "^29.4.3" - camelcase "^6.2.0" - chalk "^4.0.0" - jest-get-type "^29.4.3" - leven "^3.1.0" - pretty-format "^29.4.3" - jest-validate@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.5.0.tgz#8e5a8f36178d40e47138dc00866a5f3bd9916ffc" @@ -9830,16 +9769,6 @@ jest-worker@^29.4.1: merge-stream "^2.0.0" supports-color "^8.0.0" -jest-worker@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.4.3.tgz#9a4023e1ea1d306034237c7133d7da4240e8934e" - integrity sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA== - dependencies: - "@types/node" "*" - jest-util "^29.4.3" - merge-stream "^2.0.0" - supports-color "^8.0.0" - jest-worker@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" @@ -10502,6 +10431,11 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4" integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ== +lru-cache@^9.0.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.0.tgz#19efafa9d08d1c08eb8efd78876075f0b8b1b07b" + integrity sha512-qFXQEwchrZcMVen2uIDceR8Tii6kCJak5rzDStfEM0qA3YLMswaxIEZO0DhIbJ3aqaJiDjt+3crlplOb0tDtKQ== + magic-string@^0.25.0, magic-string@^0.25.7: version "0.25.9" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c" @@ -10765,13 +10699,6 @@ minimatch@^6.1.0: dependencies: brace-expansion "^2.0.1" -minimatch@^7.4.3: - version "7.4.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.4.tgz#e15a8ab56cc5469eca75a26a1319e5c00900824a" - integrity sha512-T+8B3kNrLP7jDb5eaC4rUIp6DKoeTSb6f9SwF2phcY2gxJUA0GEf1i29/FHxBMEfx0ppWlr434/D0P+6jb8bOQ== - dependencies: - brace-expansion "^2.0.1" - minimatch@^8.0.2: version "8.0.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.2.tgz#ba35f8afeb255a4cbad4b6677b46132f3278c469" @@ -10779,6 +10706,20 @@ minimatch@^8.0.2: dependencies: brace-expansion "^2.0.1" +minimatch@^8.0.3: + version "8.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229" + integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== + dependencies: + brace-expansion "^2.0.1" + +minimatch@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56" + integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w== + dependencies: + brace-expansion "^2.0.1" + minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: version "1.2.6" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" @@ -10859,6 +10800,11 @@ minipass@^4.0.2, minipass@^4.2.4: resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb" integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q== +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== + minizlib@^2.1.1, minizlib@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" @@ -11121,10 +11067,10 @@ npm-bundled@^3.0.0: dependencies: npm-normalize-package-bin "^3.0.0" -npm-check-updates@^16.10.0: - version "16.10.0" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.10.0.tgz#6bd5c76eedd231248a4d8cf5c1b20cd6f19d5164" - integrity sha512-xtTm38/94u9BhFbIuq1yxjKs+lmXQK+RnzxgfMVzRhz9vRXgcuC9ZsSw8hormmrmVtIZ8yG0At80d1R5vRf6rQ== +npm-check-updates@^16.10.8: + version "16.10.8" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-16.10.8.tgz#a8b9cb3a7bfecad4d95e2b5a51ed2431d162478e" + integrity sha512-e+p3rUCvaU0iKOvi+/Xiyx+mLe9/aRTu9Zrc7+TR6H2q+uFgmXEwqbXYN9Ngqsta8gdTjpn751UD5MEOogO5cA== dependencies: chalk "^5.2.0" cli-table3 "^0.6.3" @@ -11136,15 +11082,16 @@ npm-check-updates@^16.10.0: globby "^11.0.4" hosted-git-info "^5.1.0" ini "^4.0.0" + js-yaml "^4.1.0" json-parse-helpfulerror "^1.0.3" jsonlines "^0.1.1" lodash "^4.17.21" - minimatch "^7.4.3" + minimatch "^8.0.3" p-map "^4.0.0" pacote "15.1.1" parse-github-url "^1.0.2" progress "^2.0.3" - prompts-ncu "^2.5.1" + prompts-ncu "^3.0.0" rc-config-loader "^4.1.2" remote-git-tags "^3.0.0" rimraf "^4.4.1" @@ -11155,7 +11102,6 @@ npm-check-updates@^16.10.0: strip-json-comments "^5.0.0" untildify "^4.0.0" update-notifier "^6.0.2" - yaml "^2.2.1" npm-install-checks@^6.0.0: version "6.0.0" @@ -11739,6 +11685,14 @@ path-scurry@^1.6.1: lru-cache "^7.14.1" minipass "^4.0.2" +path-scurry@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db" + integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg== + dependencies: + lru-cache "^9.0.0" + minipass "^5.0.0" + path-to-regexp@0.1.7: version "0.1.7" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" @@ -12408,10 +12362,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.8.4: - version "2.8.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" - integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== +prettier@^2.8.7: + version "2.8.7" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450" + integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== pretty-bytes@^5.3.0, pretty-bytes@^5.4.1: version "5.6.0" @@ -12454,15 +12408,6 @@ pretty-format@^29.1.2: ansi-styles "^5.0.0" react-is "^18.0.0" -pretty-format@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.3.tgz#25500ada21a53c9e8423205cf0337056b201244c" - integrity sha512-cvpcHTc42lcsvOOAzd3XuNWTcvk1Jmnzqeu+WsOuiPmxUJTnkbAcFNsRKvEpBEUFVUgy/GTZLulZDcDEi+CIlA== - dependencies: - "@jest/schemas" "^29.4.3" - ansi-styles "^5.0.0" - react-is "^18.0.0" - pretty-format@^29.5.0: version "29.5.0" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.5.0.tgz#283134e74f70e2e3e7229336de0e4fce94ccde5a" @@ -12517,10 +12462,10 @@ promise@^8.1.0: dependencies: asap "~2.0.6" -prompts-ncu@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/prompts-ncu/-/prompts-ncu-2.5.1.tgz#0a75702e0af1d1319261113aad9153fd7267122a" - integrity sha512-Hdd7GgV7b76Yh9FP9HL1D9xqtJCJdVPpiM2vDtuoc8W1KfweJe15gutFYmxkq83ViFaagFM8K0UcPCQ/tZq8bA== +prompts-ncu@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/prompts-ncu/-/prompts-ncu-3.0.0.tgz#716feb4874fca3dbe00af0f3de17a15d43d2228d" + integrity sha512-qyz9UxZ5MlPKWVhWrCmSZ1ahm2GVYdjLb8og2sg0IPth1KRuhcggHGuijz0e41dkx35p1t1q3GRISGH7QGALFA== dependencies: kleur "^4.0.1" sisteransi "^1.0.5" @@ -13758,6 +13703,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== +signal-exit@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a" + integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw== + sigstore@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.0.0.tgz#3c7a8bbacf99d0f978276bd29bd94911006b72c7" @@ -14344,7 +14294,7 @@ swagger-ui-dist@>=4.11.0: resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-4.13.0.tgz#0059e8412ece43eeef2fd98e00132c6a2d43b7b7" integrity sha512-5yqhkUU9uV5oT/MTMBeSgDGI0Vx6eCOU43AszQBs88poI8OB1v+FoXEFHv+NaBbEfTkXCMWlAJrH6iWyDzLETQ== -swagger-ui-express@^4.6.1: +swagger-ui-express@^4.6.2: version "4.6.2" resolved "https://registry.yarnpkg.com/swagger-ui-express/-/swagger-ui-express-4.6.2.tgz#61b2cb9fd7932cdccff99e0efdf700a5459e493c" integrity sha512-MHIOaq9JrTTB3ygUJD+08PbjM5Tt/q7x80yz9VTFIatw8j5uIWKcr90S0h5NLMzFEDC6+eVprtoeA5MDZXCUKQ== @@ -16196,11 +16146,6 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yaml@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4" - integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw== - yamljs@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/yamljs/-/yamljs-0.3.0.tgz#dc060bf267447b39f7304e9b2bfbe8b5a7ddb03b"