diff --git a/workspaces/adoption-insights/.changeset/quick-views-remain.md b/workspaces/adoption-insights/.changeset/quick-views-remain.md new file mode 100644 index 0000000000..45b06e238a --- /dev/null +++ b/workspaces/adoption-insights/.changeset/quick-views-remain.md @@ -0,0 +1,8 @@ +--- +'@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights': minor +'@red-hat-developer-hub/backstage-plugin-adoption-insights-backend': minor +'@red-hat-developer-hub/backstage-plugin-adoption-insights-common': minor +'@red-hat-developer-hub/backstage-plugin-adoption-insights': minor +--- + +Backstage version bump to v1.51.2 diff --git a/workspaces/adoption-insights/backstage.json b/workspaces/adoption-insights/backstage.json index 647e07f3c2..84468dd725 100644 --- a/workspaces/adoption-insights/backstage.json +++ b/workspaces/adoption-insights/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.49.3" + "version": "1.51.2" } diff --git a/workspaces/adoption-insights/e2e-tests/insights.test.ts b/workspaces/adoption-insights/e2e-tests/insights.test.ts index e00c1e5700..b991ef28a0 100644 --- a/workspaces/adoption-insights/e2e-tests/insights.test.ts +++ b/workspaces/adoption-insights/e2e-tests/insights.test.ts @@ -171,6 +171,12 @@ test('Top plugins shows data', async () => { }); test('Rest of the panels have no data', async () => { + await expect( + page + .getByRole('main') + .getByRole('heading', { name: translations.header.title }), + ).toBeVisible({ timeout: 30000 }); + const titles = [ translations.templates.title, translations.catalogEntities.title, @@ -180,7 +186,7 @@ test('Rest of the panels have no data', async () => { for (const title of titles) { const panel = getPanel(page, title); await expect(panel).toContainText(translations.common.noResults, { - timeout: 15000, + timeout: 60000, }); } }); diff --git a/workspaces/adoption-insights/e2e-tests/utils/insightsHelpers.ts b/workspaces/adoption-insights/e2e-tests/utils/insightsHelpers.ts index 294bc99e81..63d223eecd 100644 --- a/workspaces/adoption-insights/e2e-tests/utils/insightsHelpers.ts +++ b/workspaces/adoption-insights/e2e-tests/utils/insightsHelpers.ts @@ -20,6 +20,8 @@ import { Page, expect } from '@playwright/test'; */ const LOCALE_DISPLAY_NAMES: Record = { en: 'English', + de: 'Deutsch', + es: 'Español', fr: 'Français', it: 'Italiano', ja: '日本語', @@ -109,7 +111,6 @@ export async function switchToLocale( const baseLocale = locale.split('-')[0]; if (baseLocale !== 'en') { const displayName = getLocaleDisplayName(locale); - // Wait for the Settings link to be visible before clicking const settingsLink = page.getByRole('link', { name: 'Settings' }); await settingsLink.waitFor({ state: 'visible', timeout: 10000 }); await settingsLink.click(); diff --git a/workspaces/adoption-insights/package.json b/workspaces/adoption-insights/package.json index 786fee4d17..2106303792 100644 --- a/workspaces/adoption-insights/package.json +++ b/workspaces/adoption-insights/package.json @@ -44,10 +44,10 @@ "directory": "workspaces/adoption-insights" }, "devDependencies": { - "@backstage/cli": "^0.36.0", - "@backstage/cli-defaults": "^0.1.0", + "@backstage/cli": "^0.36.2", + "@backstage/cli-defaults": "^0.1.2", "@backstage/e2e-test-utils": "^0.1.2", - "@backstage/repo-tools": "^0.17.0", + "@backstage/repo-tools": "^0.17.2", "@changesets/cli": "^2.27.1", "@jest/environment-jsdom-abstract": "^30.3.0", "@playwright/test": "1.60.0", diff --git a/workspaces/adoption-insights/packages/app-legacy/package.json b/workspaces/adoption-insights/packages/app-legacy/package.json index 963cece578..67a136fae6 100644 --- a/workspaces/adoption-insights/packages/app-legacy/package.json +++ b/workspaces/adoption-insights/packages/app-legacy/package.json @@ -19,31 +19,31 @@ "lint": "backstage-cli package lint" }, "dependencies": { - "@backstage/app-defaults": "^1.7.6", - "@backstage/catalog-model": "^1.7.7", - "@backstage/cli": "^0.36.0", - "@backstage/core-app-api": "^1.19.6", - "@backstage/core-components": "^0.18.8", - "@backstage/core-plugin-api": "^1.12.4", - "@backstage/integration-react": "^1.2.16", - "@backstage/plugin-api-docs": "^0.13.5", - "@backstage/plugin-catalog": "^2.0.1", - "@backstage/plugin-catalog-common": "^1.1.8", - "@backstage/plugin-catalog-graph": "^0.6.0", - "@backstage/plugin-catalog-import": "^0.13.11", - "@backstage/plugin-catalog-react": "^2.1.1", - "@backstage/plugin-kubernetes": "^0.12.17", - "@backstage/plugin-org": "^0.7.0", - "@backstage/plugin-permission-react": "^0.4.41", - "@backstage/plugin-scaffolder": "^1.36.1", - "@backstage/plugin-search": "^1.7.0", - "@backstage/plugin-search-react": "^1.11.0", - "@backstage/plugin-techdocs": "^1.17.2", - "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.34", - "@backstage/plugin-techdocs-react": "^1.3.9", - "@backstage/plugin-user-settings": "^0.9.1", - "@backstage/theme": "^0.7.2", - "@backstage/ui": "^0.13.2", + "@backstage/app-defaults": "^1.7.8", + "@backstage/catalog-model": "^1.9.0", + "@backstage/cli": "^0.36.2", + "@backstage/core-app-api": "^1.20.1", + "@backstage/core-components": "^0.18.10", + "@backstage/core-plugin-api": "^1.12.6", + "@backstage/integration-react": "^1.2.18", + "@backstage/plugin-api-docs": "^0.14.1", + "@backstage/plugin-catalog": "^2.0.5", + "@backstage/plugin-catalog-common": "^1.1.10", + "@backstage/plugin-catalog-graph": "^0.6.4", + "@backstage/plugin-catalog-import": "^0.13.13", + "@backstage/plugin-catalog-react": "^3.0.0", + "@backstage/plugin-kubernetes": "^0.12.19", + "@backstage/plugin-org": "^0.7.4", + "@backstage/plugin-permission-react": "^0.5.1", + "@backstage/plugin-scaffolder": "^1.37.0", + "@backstage/plugin-search": "^1.7.4", + "@backstage/plugin-search-react": "^1.11.4", + "@backstage/plugin-techdocs": "^1.17.6", + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.36", + "@backstage/plugin-techdocs-react": "^1.3.11", + "@backstage/plugin-user-settings": "^0.9.3", + "@backstage/theme": "^0.7.3", + "@backstage/ui": "^0.15.0", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@mui/icons-material": "5.18.0", @@ -56,7 +56,7 @@ }, "devDependencies": { "@axe-core/playwright": "^4.10.0", - "@backstage/test-utils": "^1.7.16", + "@backstage/test-utils": "^1.7.18", "@playwright/test": "1.60.0", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^6.0.0", diff --git a/workspaces/adoption-insights/packages/app/package.json b/workspaces/adoption-insights/packages/app/package.json index 55ca0d5d3c..a12fa3e2be 100644 --- a/workspaces/adoption-insights/packages/app/package.json +++ b/workspaces/adoption-insights/packages/app/package.json @@ -19,18 +19,18 @@ "lint": "backstage-cli package lint" }, "dependencies": { - "@backstage/cli": "^0.36.0", - "@backstage/core-components": "^0.18.8", - "@backstage/core-plugin-api": "^1.12.4", - "@backstage/frontend-defaults": "^0.5.0", - "@backstage/frontend-plugin-api": "^0.15.1", - "@backstage/integration-react": "^1.2.16", - "@backstage/plugin-app-react": "^0.2.1", - "@backstage/plugin-app-visualizer": "^0.2.1", - "@backstage/plugin-catalog": "^2.0.1", - "@backstage/plugin-search": "^1.7.0", - "@backstage/plugin-user-settings": "^0.9.1", - "@backstage/ui": "^0.13.2", + "@backstage/cli": "^0.36.2", + "@backstage/core-components": "^0.18.10", + "@backstage/core-plugin-api": "^1.12.6", + "@backstage/frontend-defaults": "^0.5.2", + "@backstage/frontend-plugin-api": "^0.17.1", + "@backstage/integration-react": "^1.2.18", + "@backstage/plugin-app-react": "^0.2.3", + "@backstage/plugin-app-visualizer": "^0.2.4", + "@backstage/plugin-catalog": "^2.0.5", + "@backstage/plugin-search": "^1.7.4", + "@backstage/plugin-user-settings": "^0.9.3", + "@backstage/ui": "^0.15.0", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@red-hat-developer-hub/backstage-plugin-adoption-insights": "workspace:^", @@ -41,7 +41,7 @@ "react-router-dom": "^6.3.0" }, "devDependencies": { - "@backstage/frontend-test-utils": "^0.5.1", + "@backstage/frontend-test-utils": "^0.6.0", "@playwright/test": "1.60.0", "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^6.0.0", diff --git a/workspaces/adoption-insights/packages/backend/package.json b/workspaces/adoption-insights/packages/backend/package.json index d4a98a23f2..09fc07f726 100644 --- a/workspaces/adoption-insights/packages/backend/package.json +++ b/workspaces/adoption-insights/packages/backend/package.json @@ -21,31 +21,31 @@ "build-image": "docker build ../.. -f Dockerfile --tag backstage" }, "dependencies": { - "@backstage/backend-defaults": "^0.16.0", - "@backstage/backend-plugin-api": "^1.8.0", - "@backstage/config": "^1.3.6", - "@backstage/plugin-app-backend": "^0.5.12", - "@backstage/plugin-auth-backend": "^0.27.3", - "@backstage/plugin-auth-backend-module-github-provider": "^0.5.1", - "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.17", - "@backstage/plugin-auth-node": "^0.6.14", - "@backstage/plugin-catalog-backend": "^3.5.0", - "@backstage/plugin-catalog-backend-module-logs": "^0.1.20", - "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.18", - "@backstage/plugin-kubernetes-backend": "^0.21.2", - "@backstage/plugin-permission-backend": "^0.7.10", - "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.17", - "@backstage/plugin-permission-common": "^0.9.7", - "@backstage/plugin-permission-node": "^0.10.11", - "@backstage/plugin-proxy-backend": "^0.6.11", - "@backstage/plugin-scaffolder-backend": "^3.2.0", - "@backstage/plugin-scaffolder-backend-module-github": "^0.9.7", - "@backstage/plugin-search-backend": "^2.1.0", - "@backstage/plugin-search-backend-module-catalog": "^0.3.13", - "@backstage/plugin-search-backend-module-pg": "^0.5.53", - "@backstage/plugin-search-backend-module-techdocs": "^0.4.12", - "@backstage/plugin-search-backend-node": "^1.4.2", - "@backstage/plugin-techdocs-backend": "^2.1.6", + "@backstage/backend-defaults": "^0.17.2", + "@backstage/backend-plugin-api": "^1.9.1", + "@backstage/config": "^1.3.8", + "@backstage/plugin-app-backend": "^0.5.14", + "@backstage/plugin-auth-backend": "^0.29.0", + "@backstage/plugin-auth-backend-module-github-provider": "^0.5.3", + "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.19", + "@backstage/plugin-auth-node": "^0.7.1", + "@backstage/plugin-catalog-backend": "^3.7.1", + "@backstage/plugin-catalog-backend-module-logs": "^0.1.22", + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.20", + "@backstage/plugin-kubernetes-backend": "^0.21.4", + "@backstage/plugin-permission-backend": "^0.7.12", + "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.19", + "@backstage/plugin-permission-common": "^0.9.9", + "@backstage/plugin-permission-node": "^0.11.0", + "@backstage/plugin-proxy-backend": "^0.6.13", + "@backstage/plugin-scaffolder-backend": "^4.0.0", + "@backstage/plugin-scaffolder-backend-module-github": "^0.9.9", + "@backstage/plugin-search-backend": "^2.1.2", + "@backstage/plugin-search-backend-module-catalog": "^0.3.15", + "@backstage/plugin-search-backend-module-pg": "^0.5.55", + "@backstage/plugin-search-backend-module-techdocs": "^0.4.14", + "@backstage/plugin-search-backend-node": "^1.4.4", + "@backstage/plugin-techdocs-backend": "^2.2.0", "@red-hat-developer-hub/backstage-plugin-adoption-insights-backend": "workspace:^", "@red-hat-developer-hub/backstage-plugin-adoption-insights-common": "workspace:^", "app": "link:../app", @@ -54,7 +54,7 @@ "pg": "^8.11.3" }, "devDependencies": { - "@backstage/cli": "^0.36.0" + "@backstage/cli": "^0.36.2" }, "files": [ "dist" diff --git a/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json b/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json index 36ba56d8dd..44f5546d74 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json +++ b/workspaces/adoption-insights/plugins/adoption-insights-backend/package.json @@ -33,12 +33,12 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-defaults": "^0.16.0", - "@backstage/backend-plugin-api": "^1.8.0", - "@backstage/core-plugin-api": "^1.12.4", - "@backstage/errors": "^1.2.7", - "@backstage/plugin-catalog-node": "^2.1.0", - "@backstage/plugin-permission-common": "^0.9.7", + "@backstage/backend-defaults": "^0.17.2", + "@backstage/backend-plugin-api": "^1.9.1", + "@backstage/core-plugin-api": "^1.12.6", + "@backstage/errors": "^1.3.1", + "@backstage/plugin-catalog-node": "^2.2.1", + "@backstage/plugin-permission-common": "^0.9.9", "@red-hat-developer-hub/backstage-plugin-adoption-insights-common": "workspace:^", "express": "^4.17.1", "express-promise-router": "^4.1.0", @@ -49,8 +49,8 @@ "zod": "^3.22.4" }, "devDependencies": { - "@backstage/backend-test-utils": "^1.11.1", - "@backstage/cli": "^0.36.0", + "@backstage/backend-test-utils": "^1.11.3", + "@backstage/cli": "^0.36.2", "@types/express": "^4.17.6", "@types/luxon": "^3.5.0", "@types/supertest": "^2.0.12", diff --git a/workspaces/adoption-insights/plugins/adoption-insights-common/package.json b/workspaces/adoption-insights/plugins/adoption-insights-common/package.json index f195257e81..7497aaa6f5 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights-common/package.json +++ b/workspaces/adoption-insights/plugins/adoption-insights-common/package.json @@ -31,10 +31,10 @@ "postpack": "backstage-cli package postpack" }, "devDependencies": { - "@backstage/cli": "^0.36.0" + "@backstage/cli": "^0.36.2" }, "peerDependencies": { - "@backstage/plugin-permission-common": "^0.9.7" + "@backstage/plugin-permission-common": "^0.9.9" }, "files": [ "dist" diff --git a/workspaces/adoption-insights/plugins/adoption-insights/package.json b/workspaces/adoption-insights/plugins/adoption-insights/package.json index 81a76271e4..efe5c231b2 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/package.json +++ b/workspaces/adoption-insights/plugins/adoption-insights/package.json @@ -51,14 +51,14 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/catalog-model": "^1.7.7", - "@backstage/core-components": "^0.18.8", - "@backstage/core-plugin-api": "^1.12.4", - "@backstage/frontend-plugin-api": "^0.15.1", - "@backstage/plugin-app-react": "^0.2.1", - "@backstage/plugin-catalog-react": "^2.1.1", - "@backstage/plugin-permission-react": "^0.4.41", - "@backstage/theme": "^0.7.2", + "@backstage/catalog-model": "^1.9.0", + "@backstage/core-components": "^0.18.10", + "@backstage/core-plugin-api": "^1.12.6", + "@backstage/frontend-plugin-api": "^0.17.1", + "@backstage/plugin-app-react": "^0.2.3", + "@backstage/plugin-catalog-react": "^3.0.0", + "@backstage/plugin-permission-react": "^0.5.1", + "@backstage/theme": "^0.7.3", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", @@ -76,12 +76,12 @@ "react": "^16.13.1 || ^17.0.0 || ^18.0.0" }, "devDependencies": { - "@backstage/cli": "^0.36.0", - "@backstage/config": "^1.3.6", - "@backstage/core-app-api": "^1.19.6", - "@backstage/dev-utils": "^1.1.21", - "@backstage/plugin-catalog": "^2.0.1", - "@backstage/test-utils": "^1.7.16", + "@backstage/cli": "^0.36.2", + "@backstage/config": "^1.3.8", + "@backstage/core-app-api": "^1.20.1", + "@backstage/dev-utils": "^1.1.23", + "@backstage/plugin-catalog": "^2.0.5", + "@backstage/test-utils": "^1.7.18", "@red-hat-developer-hub/backstage-plugin-theme": "^0.14.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", diff --git a/workspaces/adoption-insights/plugins/adoption-insights/report-alpha.api.md b/workspaces/adoption-insights/plugins/adoption-insights/report-alpha.api.md index 9080e6669c..b56c82b821 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/report-alpha.api.md +++ b/workspaces/adoption-insights/plugins/adoption-insights/report-alpha.api.md @@ -11,7 +11,6 @@ import { ExtensionBlueprintParams } from '@backstage/frontend-plugin-api'; import { ExtensionDataRef } from '@backstage/frontend-plugin-api'; import { ExtensionInput } from '@backstage/frontend-plugin-api'; import { FrontendModule } from '@backstage/frontend-plugin-api'; -import { IconComponent } from '@backstage/frontend-plugin-api'; import { IconElement } from '@backstage/frontend-plugin-api'; import { JSX as JSX_2 } from 'react'; import { OverridableExtensionDefinition } from '@backstage/frontend-plugin-api'; @@ -92,6 +91,7 @@ export const adoptionInsightsTranslationRef: TranslationRef< readonly 'common.readMore': string; readonly 'common.exportCSV': string; readonly 'common.downloading': string; + readonly 'common.loading': string; readonly 'common.yesterday': string; readonly 'common.numberOfSearches': string; readonly 'common.filteredBy': string; @@ -130,27 +130,6 @@ const _default: OverridableFrontendPlugin< params: ApiFactory, ) => ExtensionBlueprintParams; }>; - 'nav-item:adoption-insights': OverridableExtensionDefinition<{ - kind: 'nav-item'; - name: undefined; - config: {}; - configInput: {}; - output: ExtensionDataRef< - { - title: string; - icon: IconComponent; - routeRef: RouteRef_2; - }, - 'core.nav-item.target', - {} - >; - inputs: {}; - params: { - title: string; - icon: IconComponent; - routeRef: RouteRef_2; - }; - }>; 'page:adoption-insights': OverridableExtensionDefinition<{ kind: 'page'; name: undefined; @@ -159,8 +138,8 @@ const _default: OverridableFrontendPlugin< title: string | undefined; }; configInput: { - title?: string | undefined; path?: string | undefined; + title?: string | undefined; }; output: | ExtensionDataRef diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/alpha.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/alpha.tsx index 4cdbb26375..02793b3cc3 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/alpha.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/alpha.tsx @@ -21,7 +21,6 @@ import { fetchApiRef, ApiBlueprint, PageBlueprint, - NavItemBlueprint, } from '@backstage/frontend-plugin-api'; import { TranslationBlueprint } from '@backstage/plugin-app-react'; import MUIAdoptionInsightsIcon from '@mui/icons-material/QueryStatsOutlined'; @@ -33,6 +32,8 @@ const adoptionInsightsPage = PageBlueprint.make({ params: { path: '/adoption-insights', routeRef: rootRouteRef, + title: 'Adoption Insights', + icon: , loader: () => import('./components/AdoptionInsightsPage').then(m => ( @@ -40,14 +41,6 @@ const adoptionInsightsPage = PageBlueprint.make({ }, }); -const adoptionInsightsNavItem = NavItemBlueprint.make({ - params: { - routeRef: rootRouteRef, - title: 'Adoption Insights', - icon: MUIAdoptionInsightsIcon, - }, -}); - const adoptionInsightsApi = ApiBlueprint.make({ params: defineParams => defineParams( @@ -72,11 +65,7 @@ const adoptionInsightsTranslation = TranslationBlueprint.make({ */ export default createFrontendPlugin({ pluginId: 'adoption-insights', - extensions: [ - adoptionInsightsPage, - adoptionInsightsNavItem, - adoptionInsightsApi, - ], + extensions: [adoptionInsightsPage, adoptionInsightsApi], routes: { root: rootRouteRef }, }); diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/ActiveUsers/ActiveUsers.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/ActiveUsers/ActiveUsers.tsx index abb1e1f108..5eecd3a4ee 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/ActiveUsers/ActiveUsers.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/ActiveUsers/ActiveUsers.tsx @@ -87,7 +87,7 @@ const ActiveUsers = () => { alignItems="center" height={200} > - + ) : ( <> diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/CatalogEntities/CatalogEntities.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/CatalogEntities/CatalogEntities.tsx index 1470f99667..2d8ddb042f 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/CatalogEntities/CatalogEntities.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/CatalogEntities/CatalogEntities.tsx @@ -182,7 +182,7 @@ const CatalogEntities = () => { colSpan={CATALOG_ENTITIES_TABLE_HEADERS.length} align="center" > - + ) : ( diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Plugins/Plugins.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Plugins/Plugins.tsx index b6557a4403..694576d57d 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Plugins/Plugins.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Plugins/Plugins.tsx @@ -123,7 +123,7 @@ const Plugins = () => { colSpan={PLUGINS_TABLE_HEADERS.length} align="center" > - + ) : ( diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Searches/Searches.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Searches/Searches.tsx index 427888f0b4..e21a4ae010 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Searches/Searches.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Searches/Searches.tsx @@ -90,7 +90,7 @@ const Searches = () => { alignItems="center" height={200} > - + ) : ( <> diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Techdocs/Techdocs.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Techdocs/Techdocs.tsx index 21dc148be4..1c211169e4 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Techdocs/Techdocs.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Techdocs/Techdocs.tsx @@ -134,7 +134,7 @@ const Techdocs = () => { {loading ? ( - + ) : ( diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Templates/Templates.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Templates/Templates.tsx index 3321746523..dc967591d1 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Templates/Templates.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Templates/Templates.tsx @@ -130,7 +130,7 @@ const Templates = () => { colSpan={TEMPLATE_TABLE_HEADERS.length} align="center" > - + ) : ( diff --git a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Users/Users.tsx b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Users/Users.tsx index 167666c93c..ae0c32eb3b 100644 --- a/workspaces/adoption-insights/plugins/adoption-insights/src/components/Users/Users.tsx +++ b/workspaces/adoption-insights/plugins/adoption-insights/src/components/Users/Users.tsx @@ -100,7 +100,7 @@ const Users = () => { alignItems="center" height={200} > - + ) : ( =4.6.0 <4.9.0" graphiql: "npm:^3.9.0" graphql: "npm:^16.0.0" graphql-ws: "npm:^5.4.1" @@ -2806,20 +3041,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/fe7f6c86d72e8fc83c89de36797dd702d924e8f011933cd7de5de89c1f0be6667a9fc8d838c4ebabf7d0c08439ba307fd9b3f2239ac4f6835cbc1b67770d751d + checksum: 10c0/732c0eb853d405a3c920d2e3a7f76896c46c81fd0272c77ff1993ebde4edce5a8f38e3b8f607e93601e9220a41561856e1e4056e3c1d05d7ebf822d9bc9454be languageName: node linkType: hard -"@backstage/plugin-app-backend@npm:^0.5.12": - version: 0.5.12 - resolution: "@backstage/plugin-app-backend@npm:0.5.12" +"@backstage/plugin-app-backend@npm:^0.5.14": + version: 0.5.14 + resolution: "@backstage/plugin-app-backend@npm:0.5.14" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/config-loader": "npm:^1.10.9" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-app-node": "npm:^0.1.43" - "@backstage/plugin-auth-node": "npm:^0.6.14" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config": "npm:^1.3.8" + "@backstage/config-loader": "npm:^1.10.11" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-app-node": "npm:^0.1.45" + "@backstage/plugin-auth-node": "npm:^0.7.1" "@backstage/types": "npm:^1.2.2" express: "npm:^4.22.0" express-promise-router: "npm:^4.1.0" @@ -2829,30 +3064,29 @@ __metadata: knex: "npm:^3.0.0" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - yn: "npm:^4.0.0" - checksum: 10c0/df271ab12c22b121c3753c11300040602414c6e55cf9a3a0daa0cf573621ff454e6ea5adcdf939bf57db10834a66130c5256e3c42da023bbe9bf01c812a55a2f + checksum: 10c0/7f5bea049cc6b6c5a8d3f29d8e289f27a474f27b89ac3429117d02d8a4277c6fc9278d99c9cb4b5d5f506baf01e417be4769908a88f88a19247f113fb5ebba68 languageName: node linkType: hard -"@backstage/plugin-app-node@npm:^0.1.43": - version: 0.1.43 - resolution: "@backstage/plugin-app-node@npm:0.1.43" +"@backstage/plugin-app-node@npm:^0.1.45": + version: 0.1.45 + resolution: "@backstage/plugin-app-node@npm:0.1.45" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config-loader": "npm:^1.10.9" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config-loader": "npm:^1.10.11" "@types/express": "npm:^4.17.6" express: "npm:^4.22.0" fs-extra: "npm:^11.2.0" - checksum: 10c0/7621ae5e67db7fafe72554e99b752d582b41607242ad37b359ebb44e6aedca4ca24ce9bd45b6727ba4672c88df0133eedeb707d5b21688a6f787c1ca31a40af4 + checksum: 10c0/605c1b12f340e866599d4b911ab882412dec99ec001196d53fd21111de144e790dfcf82f5aa7f440df262f2284c95d932142781715462c9d8cef5a2697beaa5d languageName: node linkType: hard -"@backstage/plugin-app-react@npm:^0.2.1": - version: 0.2.1 - resolution: "@backstage/plugin-app-react@npm:0.2.1" +"@backstage/plugin-app-react@npm:^0.2.1, @backstage/plugin-app-react@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-app-react@npm:0.2.3" dependencies: - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" "@material-ui/core": "npm:^4.9.13" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -2862,20 +3096,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/e343bc8b67105bd1484824c66628005e8bfc8f5815960a7fd894ddb7ca3c14915c778095c549591f78cbe9a8f3acd4cfed565b5ffc569a2d7f07555ba5ab1886 + checksum: 10c0/5bb6ab974d2e364d770f2f0ce200663dd11237b7b460430ed37e4c479e0d7c8aadf62fec73df485d04ae2e6ab8da0a0ab13424cbab604f65f201222206e8052f languageName: node linkType: hard -"@backstage/plugin-app-visualizer@npm:^0.2.1": - version: 0.2.1 - resolution: "@backstage/plugin-app-visualizer@npm:0.2.1" +"@backstage/plugin-app-visualizer@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-app-visualizer@npm:0.2.4" dependencies: - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/ui": "npm:^0.13.0" - "@remixicon/react": "npm:^4.6.0" - react-aria-components: "npm:^1.14.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/ui": "npm:^0.15.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" + react-aria-components: "npm:~1.17.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -2884,37 +3118,36 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/c382feb720aa6ac18a06b2fd351ce711c56c4dd721a93ea49c205c5349c43e7c6d3c3c0c9fe7c19b5497ca696a7ba262ffe52059d61ed5ed2bc594a9959daec9 + checksum: 10c0/412c5e48665ef90ff80e3b4e51d5a9b705eb3ee4cd71863d73bff750a462541403316e3f2fe3d4e170fd9eac8a9ea739ae949582950113980bdeb1bcf326d04d languageName: node linkType: hard -"@backstage/plugin-app@npm:^0.4.1": - version: 0.4.2 - resolution: "@backstage/plugin-app@npm:0.4.2" - dependencies: - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/filter-predicates": "npm:^0.1.1" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-app-react": "npm:^0.2.1" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/theme": "npm:^0.7.2" +"@backstage/plugin-app@npm:^0.4.6": + version: 0.4.6 + resolution: "@backstage/plugin-app@npm:0.4.6" + dependencies: + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/filter-predicates": "npm:^0.1.3" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-app-react": "npm:^0.2.3" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/theme": "npm:^0.7.3" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.1" + "@backstage/ui": "npm:^0.15.0" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:^4.0.0-alpha.61" - "@react-aria/button": "npm:^3.14.3" - "@react-aria/toast": "npm:^3.0.9" "@react-hookz/web": "npm:^24.0.0" - "@react-stately/toast": "npm:^3.1.2" - "@remixicon/react": "npm:^4.6.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" motion: "npm:^12.0.0" + react-aria: "npm:~3.48.0" + react-stately: "npm:~3.46.0" react-use: "npm:^17.2.4" zen-observable: "npm:^0.10.0" - zod: "npm:^3.25.76 || ^4.0.0" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -2923,45 +3156,45 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/88389fd339f3d54d79a653d4af36dbd98e71de9e3ab703570743f6f8f8469285c0cce0b73d166ae57b460909a3fc72b783be4f950ed882fb778e80fecd8c6cd9 + checksum: 10c0/9be399bb67c1e7551f60c3fffa50419a79d968d51d69a29d489355814b8327745f4cd50510bae710ba6bee0fc197a3a91b9c523469ee09d9aef5c00cfa090f96 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-github-provider@npm:^0.5.1": - version: 0.5.1 - resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.5.1" +"@backstage/plugin-auth-backend-module-github-provider@npm:^0.5.3": + version: 0.5.3 + resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.5.3" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/plugin-auth-node": "npm:^0.6.14" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/plugin-auth-node": "npm:^0.7.1" passport-github2: "npm:^0.1.12" zod: "npm:^3.25.76 || ^4.0.0" - checksum: 10c0/2a714a5efd0be56ddad6a4f12978accea0cb2a0191553b69e493f59cc37312d43337bb1b8c3b3e923f354221fd9bbf09d69b723aacde9367c5118faaf88435ca + checksum: 10c0/22797521d54303790a18ed49694d51971057d2e764476c702fb65443e6e957a5a2945e66c62041598a4a1887bd8b3125467cefb9cd69d0d63788f0349eaa3b12 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.17": - version: 0.2.17 - resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.17" +"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.19": + version: 0.2.19 + resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.19" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.14" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-auth-node": "npm:^0.7.1" passport-oauth2: "npm:^1.7.0" - checksum: 10c0/d73bac816b4175e5a773296e7864cd033eb7146d66abb5b4c7ac3f2504889fd9fce05a9416d7db3c6f683ea558897914a6e1d58b08fb45c87f0e377fd7336bc4 + checksum: 10c0/c57a324f5fb437fe9cdd25641bfd07e095653ad93a19a4ea7d660f8aa8768a61a805c90207044d7e7eb96cca9458cde8107f15ce9e6abaefc4184a8aec7fdcf2 languageName: node linkType: hard -"@backstage/plugin-auth-backend@npm:^0.27.3": - version: 0.27.3 - resolution: "@backstage/plugin-auth-backend@npm:0.27.3" - dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.14" - "@backstage/plugin-catalog-node": "npm:^2.1.0" +"@backstage/plugin-auth-backend@npm:^0.29.0": + version: 0.29.0 + resolution: "@backstage/plugin-auth-backend@npm:0.29.0" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-auth-node": "npm:^0.7.1" + "@backstage/plugin-catalog-node": "npm:^2.2.1" "@backstage/types": "npm:^1.2.2" "@google-cloud/firestore": "npm:^7.0.0" connect-session-knex: "npm:^4.0.0" @@ -2977,22 +3210,21 @@ __metadata: matcher: "npm:^4.0.0" minimatch: "npm:^10.2.1" passport: "npm:^0.7.0" - uuid: "npm:^11.0.0" zod: "npm:^3.25.76 || ^4.0.0" zod-validation-error: "npm:^5.0.0" - checksum: 10c0/694cb1a2ae997f81d65f78c9c5d7ed0aa7b2752314dc27a925df7282bcf4a7141e187bff6eb6ecd2c99225e62e2a1c65650e3e19fa4fb62b7c9a1c71ff4bff18 + checksum: 10c0/8f8e6d05a7ad6efd46daebe66bb6b5b93c96aa92b434d78f2a79eb9802af497f0772a981f32d4a1ba34d57c8c4c60b07c15a72a9fe44944d5f747774a44c079d languageName: node linkType: hard -"@backstage/plugin-auth-node@npm:^0.6.14": - version: 0.6.14 - resolution: "@backstage/plugin-auth-node@npm:0.6.14" +"@backstage/plugin-auth-node@npm:^0.7.1": + version: 0.7.1 + resolution: "@backstage/plugin-auth-node@npm:0.7.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" "@backstage/types": "npm:^1.2.2" "@types/express": "npm:^4.17.6" "@types/passport": "npm:^1.0.3" @@ -3003,17 +3235,17 @@ __metadata: zod: "npm:^3.25.76 || ^4.0.0" zod-to-json-schema: "npm:^3.25.1" zod-validation-error: "npm:^4.0.2" - checksum: 10c0/c78a40c7057e9819cd4303b6aca111a1b50b40c60e903c259b1ef346819650e91ffae5140388c1eece2ebbf8f9c0993143d2b4c61948e9ae4dba9fe91497daa2 + checksum: 10c0/be7103ae77c2b4e8f787782bff9a94f2b582f32c1ee2f5de31aec9f9626a7b45bf55b11d9448499e0eda46d8266ba9e378b1b2275e2ca43df27891391c3526d9 languageName: node linkType: hard -"@backstage/plugin-auth-react@npm:^0.1.25": - version: 0.1.25 - resolution: "@backstage/plugin-auth-react@npm:0.1.25" +"@backstage/plugin-auth-react@npm:^0.1.27": + version: 0.1.27 + resolution: "@backstage/plugin-auth-react@npm:0.1.27" dependencies: - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" "@material-ui/core": "npm:^4.9.13" "@react-hookz/web": "npm:^24.0.0" peerDependencies: @@ -3024,107 +3256,108 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/401a35f629047a6205610380a329b96b66984ed8613fb557dac5f93e9637949150da69337597efa12d52ded1919b5c2c610660d77e3dcd7e075c53c661b9ddec + checksum: 10c0/6b5ef7ab090aee03234f0539d132d6ee4c4ee0a8c62727db6fafe8595d1e2486c273ba5ea29dff77fbe84bb71a4990d35b3d9774a6d86a89c702d0e534d95302 languageName: node linkType: hard -"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.20": - version: 0.1.20 - resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.20" +"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.22": + version: 0.1.22 + resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.22" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/plugin-catalog-backend": "npm:^3.5.0" - "@backstage/plugin-events-node": "npm:^0.4.20" - checksum: 10c0/d192204df463ec576c9da39812c54a15fdec5e49d08ea543ff23ad80c57c45d0c63a302eea3bc1eeaf3cae16897c3bb64f417209042a0b5c19163f389a89f1f4 + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/plugin-catalog-backend": "npm:^3.7.0" + "@backstage/plugin-events-node": "npm:^0.4.22" + checksum: 10c0/11c80469f472e19d4be526bcace28748528c3b58376bc4725771dc18a6d63690b74eb0758cfcbe4a1818192e618194479857ac3f23c49ecd41195eea10f53e14 languageName: node linkType: hard -"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.18": - version: 0.2.18 - resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.18" +"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.20": + version: 0.2.20 + resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.20" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-scaffolder-common": "npm:^2.0.0" - checksum: 10c0/837ed4778461634e8d3cc23b13f2a2613c248b6597caa9a4a9abfb218a6cb02f1cdfaed83ced80336655f6cae85448f784c0099e50c29863db0cd2a05e48fd45 + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-scaffolder-common": "npm:^2.2.0" + checksum: 10c0/a350e3c4aae62ef07b9b9bd6b00dbda052da39dddcca12ce1cdbf9ff53e943f5843363e67ec53d34a0b5bf5d2c2cc4edb2bd409c969014f6ce4256c791db418b languageName: node linkType: hard -"@backstage/plugin-catalog-backend@npm:^3.5.0": - version: 3.5.0 - resolution: "@backstage/plugin-catalog-backend@npm:3.5.0" - dependencies: - "@backstage/backend-openapi-utils": "npm:^0.6.7" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/filter-predicates": "npm:^0.1.1" - "@backstage/integration": "npm:^2.0.0" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-events-node": "npm:^0.4.20" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" +"@backstage/plugin-catalog-backend@npm:^3.7.0, @backstage/plugin-catalog-backend@npm:^3.7.1": + version: 3.7.1 + resolution: "@backstage/plugin-catalog-backend@npm:3.7.1" + dependencies: + "@backstage/backend-openapi-utils": "npm:^0.6.9" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.2" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/filter-predicates": "npm:^0.1.3" + "@backstage/integration": "npm:^2.0.2" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-events-node": "npm:^0.4.22" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" "@backstage/types": "npm:^1.2.2" "@opentelemetry/api": "npm:^1.9.0" + ajv: "npm:^8.10.0" + ajv-errors: "npm:^3.0.0" codeowners-utils: "npm:^1.0.2" core-js: "npm:^3.6.5" express: "npm:^4.22.0" fast-json-stable-stringify: "npm:^2.1.0" fs-extra: "npm:^11.2.0" git-url-parse: "npm:^15.0.0" - glob: "npm:^7.1.6" + glob: "npm:^13.0.0" knex: "npm:^3.0.0" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" minimatch: "npm:^10.2.1" p-limit: "npm:^3.0.2" prom-client: "npm:^15.0.0" - uuid: "npm:^11.0.0" yaml: "npm:^2.0.0" yn: "npm:^4.0.0" zod: "npm:^3.25.76 || ^4.0.0" zod-validation-error: "npm:^4.0.2" - checksum: 10c0/661002ae3b2ac18c97355fe3414321805dff3be3a77f8c3f05cb9135b3008045ec296acedb307126e3ab2d778ce7c0461887c19a5ac69f5b09c4726a7354b434 + checksum: 10c0/6b7911d49a199a0f3a78a8b5651cebb10c73499448ea32f5fded0bed48d640aed3bf2a0a8f4ff47a68f318900b557cf7abe8f8a127d6d7a14b1a34222d75c8ad languageName: node linkType: hard -"@backstage/plugin-catalog-common@npm:^1.1.8": - version: 1.1.8 - resolution: "@backstage/plugin-catalog-common@npm:1.1.8" +"@backstage/plugin-catalog-common@npm:^1.1.10": + version: 1.1.10 + resolution: "@backstage/plugin-catalog-common@npm:1.1.10" dependencies: - "@backstage/catalog-model": "npm:^1.7.6" - "@backstage/plugin-permission-common": "npm:^0.9.6" - "@backstage/plugin-search-common": "npm:^1.2.22" - checksum: 10c0/ff5182cd43eb0b2e4cd7237ffee29cb26cbda855144768c32385da5084f8ffa617dc3a0e2fbe13158993c24af00e9af361deaf87136ea4a56a1a596a0f8aed02 + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-search-common": "npm:^1.2.24" + checksum: 10c0/189b51650bd5468ca71f4cd76fde50f52e364521f7d44369278f2e422be65b9dbb5366733dc70c192dd11ec0bad22aaf5cccfefd19d5afb1fd8a94335175c951 languageName: node linkType: hard -"@backstage/plugin-catalog-graph@npm:^0.6.0": - version: 0.6.0 - resolution: "@backstage/plugin-catalog-graph@npm:0.6.0" - dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-catalog-react": "npm:^2.1.0" +"@backstage/plugin-catalog-graph@npm:^0.6.4": + version: 0.6.4 + resolution: "@backstage/plugin-catalog-graph@npm:0.6.4" + dependencies: + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-catalog-react": "npm:^3.0.0" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.0" + "@backstage/ui": "npm:^0.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" - "@remixicon/react": "npm:^4.6.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" classnames: "npm:^2.3.1" lodash: "npm:^4.17.15" - p-limit: "npm:^3.1.0" qs: "npm:^6.9.4" react-use: "npm:^17.2.4" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3133,30 +3366,31 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/b90a2facf490cd59c12cc0dc3488817b9184a6605e5ad9514b558e7e4aa0d2979d99cf4e81ce01cea24d90a196847a896c1580899b6726ffc36a603e74ed04a1 + checksum: 10c0/b7c158b9afbcf4875d786fa914a5339ed9dd7c8a0b87272dd5459a2da42d908ded57cae2b89c0a13ca3fd3094e14563bcbdea03141fadca23cb569def05c54df languageName: node linkType: hard -"@backstage/plugin-catalog-import@npm:^0.13.11": - version: 0.13.11 - resolution: "@backstage/plugin-catalog-import@npm:0.13.11" +"@backstage/plugin-catalog-import@npm:^0.13.13": + version: 0.13.13 + resolution: "@backstage/plugin-catalog-import@npm:0.13.13" dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/integration": "npm:^2.0.0" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-permission-react": "npm:^0.4.41" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration": "npm:^2.0.2" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-permission-react": "npm:^0.5.1" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" "@octokit/rest": "npm:^19.0.3" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" git-url-parse: "npm:^15.0.0" js-base64: "npm:^3.6.0" lodash: "npm:^4.17.21" @@ -3171,57 +3405,57 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/6c86489298e08fc36aa49ac796a5f81a80d190431caee9bc2ad14461fdf9e1197dfe02812e6eb873e516c3c4578fead5ee18578cd14be880482aa468ea6980e8 + checksum: 10c0/984ca621514ab8b4daed5291572fd840fe40a5e1c6a48a7e271cec07d5b3875e516284c8649c8fcd8595a3b42566fce583b5c164aea58ce1035f94fe824dc494 languageName: node linkType: hard -"@backstage/plugin-catalog-node@npm:^2.1.0": - version: 2.1.0 - resolution: "@backstage/plugin-catalog-node@npm:2.1.0" - dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" +"@backstage/plugin-catalog-node@npm:^2.2.1": + version: 2.2.1 + resolution: "@backstage/plugin-catalog-node@npm:2.2.1" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" "@backstage/types": "npm:^1.2.2" "@opentelemetry/api": "npm:^1.9.0" lodash: "npm:^4.17.21" yaml: "npm:^2.0.0" peerDependencies: - "@backstage/backend-test-utils": ^1.11.1 + "@backstage/backend-test-utils": ^1.11.3 peerDependenciesMeta: "@backstage/backend-test-utils": optional: true - checksum: 10c0/1c4e122dbd418b31cf728a57a34766c24ad3bf331923b5df7213a61e69b90ae9b093635888c1a4a0c0184ca4771940f63072d7706ed871acdb73120b43306e5d + checksum: 10c0/7e0e89b5b30558ebaef99dc985e01a5a32b3667b8576a0c2caac2fbbd4837bbeebe425d58ae50fa385bfab5b857337c09ac1add7a48792e94192fef79409ba29 languageName: node linkType: hard -"@backstage/plugin-catalog-react@npm:^2.1.0, @backstage/plugin-catalog-react@npm:^2.1.1": - version: 2.1.1 - resolution: "@backstage/plugin-catalog-react@npm:2.1.1" - dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-compat-api": "npm:^0.5.9" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/filter-predicates": "npm:^0.1.1" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-react": "npm:^0.4.41" +"@backstage/plugin-catalog-react@npm:^3.0.0": + version: 3.0.0 + resolution: "@backstage/plugin-catalog-react@npm:3.0.0" + dependencies: + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-compat-api": "npm:^0.5.11" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/filter-predicates": "npm:^0.1.3" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-react": "npm:^0.5.1" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.2" + "@backstage/ui": "npm:^0.15.0" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" "@react-hookz/web": "npm:^24.0.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" classnames: "npm:^2.2.6" lodash: "npm:^4.17.21" material-ui-popup-state: "npm:^5.3.6" @@ -3229,8 +3463,9 @@ __metadata: react-use: "npm:^17.2.4" yaml: "npm:^2.0.0" zen-observable: "npm:^0.10.0" + zod: "npm:^4.0.0" peerDependencies: - "@backstage/frontend-test-utils": ^0.5.1 + "@backstage/frontend-test-utils": ^0.6.0 "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 @@ -3240,32 +3475,32 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10c0/3fc2797b86f69a8cdb7118532a91efa6dc1e0188a92e9874f1e413740140328eca0af9ba7e8a0a5766b9f5aee2fd2776789f44de5e1f6c114c69e75146eb79c0 + checksum: 10c0/9b28ae2e66a95fa9a76c95327b51777b6d2c65e7b3f369fd0d7ad19871c519df2314bc6aaf414919da25611845db0ee93945d50d774a3df16bfac86bf3eb3413 languageName: node linkType: hard -"@backstage/plugin-catalog@npm:^2.0.0, @backstage/plugin-catalog@npm:^2.0.1": - version: 2.0.1 - resolution: "@backstage/plugin-catalog@npm:2.0.1" - dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-compat-api": "npm:^0.5.9" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/plugin-scaffolder-common": "npm:^2.0.0" - "@backstage/plugin-search-common": "npm:^1.2.22" - "@backstage/plugin-search-react": "npm:^1.11.0" +"@backstage/plugin-catalog@npm:^2.0.5": + version: 2.0.5 + resolution: "@backstage/plugin-catalog@npm:2.0.5" + dependencies: + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-compat-api": "npm:^0.5.11" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/plugin-scaffolder-common": "npm:^2.2.0" + "@backstage/plugin-search-common": "npm:^1.2.24" + "@backstage/plugin-search-react": "npm:^1.11.4" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-react": "npm:^1.3.9" + "@backstage/plugin-techdocs-react": "npm:^1.3.11" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.1" + "@backstage/ui": "npm:^0.15.0" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -3273,12 +3508,12 @@ __metadata: "@mui/utils": "npm:^5.14.15" classnames: "npm:^2.3.1" dataloader: "npm:^2.0.0" - history: "npm:^5.0.0" lodash: "npm:^4.17.21" pluralize: "npm:^8.0.0" react-helmet: "npm:6.1.0" react-use: "npm:^17.2.4" zen-observable: "npm:^0.10.0" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3287,16 +3522,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/b9c044ae699c63f6305a9d04741eccefbe7e3e0abd8dac2ca6bb5019697b04efd0b81399d57a85e08b4cc5aed758ecf8ad53f810a69688bdba05e6f9ffe6b8f0 + checksum: 10c0/6970ef7f913d881881460ca6e4b05e0f35c3cc5e13cc5233f51f8b27c3b5b3e92a3d0fef72882bfd31fa899a11ace702ecb1f8730f1ea3d93e898a067271e76f languageName: node linkType: hard -"@backstage/plugin-events-node@npm:^0.4.20": - version: 0.4.20 - resolution: "@backstage/plugin-events-node@npm:0.4.20" +"@backstage/plugin-events-node@npm:^0.4.22": + version: 0.4.22 + resolution: "@backstage/plugin-events-node@npm:0.4.22" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/errors": "npm:^1.2.7" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/errors": "npm:^1.3.1" "@backstage/types": "npm:^1.2.2" "@types/content-type": "npm:^1.1.8" "@types/express": "npm:^4.17.6" @@ -3304,28 +3539,28 @@ __metadata: cross-fetch: "npm:^4.0.0" express: "npm:^4.22.0" uri-template: "npm:^2.0.0" - checksum: 10c0/54970736abd2ed621645044554bed2d888f3e6741bb492851d50bd96e5d19870d079854eefb28aafd5fcdad1a39adb1e810fb1d4002d723d44940de8b85eca94 + checksum: 10c0/96871c81fa8038afc579b8fce64c50a879d25972333c0ce18980061832fbfc4f6e0f3fbee6660521a1289a735252f5ce7ce0832601cd3ab1f74f6dec982841cb languageName: node linkType: hard -"@backstage/plugin-kubernetes-backend@npm:^0.21.2": - version: 0.21.2 - resolution: "@backstage/plugin-kubernetes-backend@npm:0.21.2" +"@backstage/plugin-kubernetes-backend@npm:^0.21.4": + version: 0.21.4 + resolution: "@backstage/plugin-kubernetes-backend@npm:0.21.4" dependencies: "@aws-crypto/sha256-js": "npm:^5.0.0" "@aws-sdk/credential-providers": "npm:^3.350.0" "@azure/identity": "npm:^4.0.0" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration-aws-node": "npm:^0.1.20" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-kubernetes-common": "npm:^0.9.10" - "@backstage/plugin-kubernetes-node": "npm:^0.4.2" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration-aws-node": "npm:^0.2.0" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-kubernetes-common": "npm:^0.9.12" + "@backstage/plugin-kubernetes-node": "npm:^0.4.4" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" "@backstage/types": "npm:^1.2.2" "@google-cloud/container": "npm:^5.0.0" "@jest-mock/express": "npm:^2.0.1" @@ -3339,50 +3574,49 @@ __metadata: lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" node-fetch: "npm:^2.7.0" - checksum: 10c0/6c60f24c753a68bb6a9cd250585608c03842c43a8cb04f787880828d3e77eb567d90b365314864140d8799a8cfb56282fa795cfe2258c5c521c37cc4955ff4cb + checksum: 10c0/81590ed954594df73119ef1c5a9eead0dc9f1f618de1053c46fc72d9eb5f67d7b97c86b25428665694faf805f64b3a29062f180e59532806d931a47789bafef4 languageName: node linkType: hard -"@backstage/plugin-kubernetes-common@npm:^0.9.10": - version: 0.9.10 - resolution: "@backstage/plugin-kubernetes-common@npm:0.9.10" +"@backstage/plugin-kubernetes-common@npm:^0.9.12": + version: 0.9.12 + resolution: "@backstage/plugin-kubernetes-common@npm:0.9.12" dependencies: - "@backstage/catalog-model": "npm:^1.7.6" - "@backstage/plugin-permission-common": "npm:^0.9.6" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/plugin-permission-common": "npm:^0.9.9" "@backstage/types": "npm:^1.2.2" "@kubernetes/client-node": "npm:1.4.0" kubernetes-models: "npm:^4.3.1" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10c0/d5dad4324567a316ae73c523fc5d87c9cbfb866c2dd65c0385a376271f8174ad647db6092d92ac9d8b1cd687730fa395d113e828fa1f3fbb930b04fc2eab4e24 + checksum: 10c0/ccebc7041ea0b224bcba6306e46ba241b5a90fc376592bf7873c1892bca697754769b9c3a7dd225a90d738529fbe7f7feb3c434bc1231e38e08b31d9caac0920 languageName: node linkType: hard -"@backstage/plugin-kubernetes-node@npm:^0.4.2": - version: 0.4.2 - resolution: "@backstage/plugin-kubernetes-node@npm:0.4.2" +"@backstage/plugin-kubernetes-node@npm:^0.4.4": + version: 0.4.4 + resolution: "@backstage/plugin-kubernetes-node@npm:0.4.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/plugin-kubernetes-common": "npm:^0.9.10" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/plugin-kubernetes-common": "npm:^0.9.12" "@backstage/types": "npm:^1.2.2" "@kubernetes/client-node": "npm:1.4.0" "@types/express": "npm:^4.17.6" node-fetch: "npm:^2.7.0" - winston: "npm:^3.2.1" - checksum: 10c0/42bd7bd9a416b135c6c74c1fe42cd8ebe7f37c43fa37b85af04c76051c9826e5c75674e85b8545a7aa466b5a0fb0972d0983a592e63d2b39275d9fae0d4e258c + checksum: 10c0/938d171bb2e6b8cbb898ea6e990a7d49b867bfbae9c0c3cf4ba87be00814eac59c4b8e84bb0ea0e1a0aabe737b628540613c5ab352b1811ae0ac509149927d87 languageName: node linkType: hard -"@backstage/plugin-kubernetes-react@npm:^0.5.17": - version: 0.5.17 - resolution: "@backstage/plugin-kubernetes-react@npm:0.5.17" +"@backstage/plugin-kubernetes-react@npm:^0.5.19": + version: 0.5.19 + resolution: "@backstage/plugin-kubernetes-react@npm:0.5.19" dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-kubernetes-common": "npm:^0.9.10" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-kubernetes-common": "npm:^0.9.12" "@backstage/types": "npm:^1.2.2" "@kubernetes-models/apimachinery": "npm:^2.0.0" "@kubernetes-models/base": "npm:^5.0.0" @@ -3407,22 +3641,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/c6072183485157e41641e928229909ed3f992a7e97b9bfff06ceb8334be31fcbd005f491dac43f3909c06caf2b296d997cfc2e8d8de7fddc4ac869d795d3e5a3 + checksum: 10c0/813ba121b1dc012847030b766f68ae350272ff71a5d0b7ae197718d4f67c3d306294f6ea01b288a2c851ded0b3a191667a718d9c018caa9237004166cb981d44 languageName: node linkType: hard -"@backstage/plugin-kubernetes@npm:^0.12.17": - version: 0.12.17 - resolution: "@backstage/plugin-kubernetes@npm:0.12.17" +"@backstage/plugin-kubernetes@npm:^0.12.19": + version: 0.12.19 + resolution: "@backstage/plugin-kubernetes@npm:0.12.19" dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-kubernetes-common": "npm:^0.9.10" - "@backstage/plugin-kubernetes-react": "npm:^0.5.17" - "@backstage/plugin-permission-react": "npm:^0.4.41" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-kubernetes-common": "npm:^0.9.12" + "@backstage/plugin-kubernetes-react": "npm:^0.5.19" + "@backstage/plugin-permission-react": "npm:^0.5.1" "@material-ui/core": "npm:^4.12.2" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3432,29 +3666,31 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/16f1b7ae584f619306a42da9c841c5e0428990919e6931856d100a06eedc9f6b510812a416942d96c03f7e823725187007f3c09dc2f2fe68ee6077d2084fffb7 + checksum: 10c0/32ed2641d6e8c48b08ca870f2aad11e4bda98c3210405eb1a8a50bbd0586cf675b553031e1145c1aae4b6fb69128cb8ad8aeecfc95d902e6977c2620a35b1cfc languageName: node linkType: hard -"@backstage/plugin-org@npm:^0.7.0": - version: 0.7.0 - resolution: "@backstage/plugin-org@npm:0.7.0" - dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/ui": "npm:^0.13.0" +"@backstage/plugin-org@npm:^0.7.4": + version: 0.7.4 + resolution: "@backstage/plugin-org@npm:0.7.4" + dependencies: + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/ui": "npm:^0.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" lodash: "npm:^4.17.21" p-limit: "npm:^3.1.0" pluralize: "npm:^8.0.0" qs: "npm:^6.10.1" react-use: "npm:^17.2.4" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3463,159 +3699,156 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/d40e4532b78013f358a1e16fce056a7f9b38ecbe0152cdd120b9ef79775167fe03b5a645815741d6ef213670c87259d13f03786828639b34122a4e426a4b3003 + checksum: 10c0/eb3ba0166aa6de892991a75035b85cffe695e950bc6c96b55212d8a8f92c8b7ce9e72e595842ccbf687812386c338db5b0c4f62a4403d77090e596c251b721a8 languageName: node linkType: hard -"@backstage/plugin-permission-backend-module-allow-all-policy@npm:^0.2.17": - version: 0.2.17 - resolution: "@backstage/plugin-permission-backend-module-allow-all-policy@npm:0.2.17" +"@backstage/plugin-permission-backend-module-allow-all-policy@npm:^0.2.19": + version: 0.2.19 + resolution: "@backstage/plugin-permission-backend-module-allow-all-policy@npm:0.2.19" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/plugin-auth-node": "npm:^0.6.14" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" - checksum: 10c0/7acf5460734731dad68c9525d453b8ceb6bf5e25a266459d787dd527bed1df4929d98862d9fd9886c5c29f1bc9bbdc09e27653ed6b74f7503ab7ece7f824c711 + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/plugin-auth-node": "npm:^0.7.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" + checksum: 10c0/5133d828cc8c748c3443a892251aa507d080c72e09cfddee84f7f4331a81d2fa00934ccb3b323b05456493de25f7b083617adb2550e32b2e81205c91cd60219b languageName: node linkType: hard -"@backstage/plugin-permission-backend@npm:^0.7.10": - version: 0.7.10 - resolution: "@backstage/plugin-permission-backend@npm:0.7.10" +"@backstage/plugin-permission-backend@npm:^0.7.12": + version: 0.7.12 + resolution: "@backstage/plugin-permission-backend@npm:0.7.12" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.14" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-auth-node": "npm:^0.7.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" dataloader: "npm:^2.0.0" express: "npm:^4.22.0" express-promise-router: "npm:^4.1.0" lodash: "npm:^4.17.21" - yn: "npm:^4.0.0" zod: "npm:^3.25.76 || ^4.0.0" - checksum: 10c0/f01f610860e3ae46ce1b57a911639bf810bd298c82960c19431a8d5843feebde6f06231bc393fed9d928f1bd2b76b82b2dabafa8279ee9858673874345d8aa00 + checksum: 10c0/4f261d41854ab79707e68c6edbc5fa873bead554ca73adc0a8b0e18e334bb101dd7d245b569343f65597fc416c6cb1af8e3a1d670c45ad50adee6fe816fa8338 languageName: node linkType: hard -"@backstage/plugin-permission-common@npm:^0.9.6, @backstage/plugin-permission-common@npm:^0.9.7": - version: 0.9.7 - resolution: "@backstage/plugin-permission-common@npm:0.9.7" +"@backstage/plugin-permission-common@npm:^0.9.9": + version: 0.9.9 + resolution: "@backstage/plugin-permission-common@npm:0.9.9" dependencies: - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" "@backstage/types": "npm:^1.2.2" cross-fetch: "npm:^4.0.0" - uuid: "npm:^11.0.0" zod: "npm:^3.25.76 || ^4.0.0" zod-to-json-schema: "npm:^3.25.1" - checksum: 10c0/577c15e246fc46c7fe1a4868c3765a9c837b86a64d7a3ab75ac76ed443f2ac4e687c37bd11f2e787898ff8909c9206b9285446e956eb9c4313d3818e37fbf64d + checksum: 10c0/f06156828391ff59b98c2e65d7943503fd1d18d9fd0b22b9df9bbbdeff90469233be1949d22acc9a7ca148c493ff52d2ecba78533702b60d208348c55eb9c720 languageName: node linkType: hard -"@backstage/plugin-permission-node@npm:^0.10.11": - version: 0.10.11 - resolution: "@backstage/plugin-permission-node@npm:0.10.11" +"@backstage/plugin-permission-node@npm:^0.11.0": + version: 0.11.0 + resolution: "@backstage/plugin-permission-node@npm:0.11.0" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.14" - "@backstage/plugin-permission-common": "npm:^0.9.7" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" "@types/express": "npm:^4.17.6" express: "npm:^4.22.0" express-promise-router: "npm:^4.1.0" zod: "npm:^3.25.76 || ^4.0.0" zod-to-json-schema: "npm:^3.25.1" - checksum: 10c0/9aa5bec48bf768ea2252376a6fb4f408b5076d7534205cafe25233b104a2d1d625aed5cf173dc73616076e54bc7878065274859e6e81d5d039a424bcb487eea0 + checksum: 10c0/79db42a485e865738e88ebc9625c4b925e4c93b1639af5ba842468c29b80fdf7080361484da30f926d149634461f64a32b456cf746aec58c5cab8f7618721b1e languageName: node linkType: hard -"@backstage/plugin-permission-react@npm:^0.4.41": - version: 0.4.41 - resolution: "@backstage/plugin-permission-react@npm:0.4.41" +"@backstage/plugin-permission-react@npm:^0.5.1": + version: 0.5.1 + resolution: "@backstage/plugin-permission-react@npm:0.5.1" dependencies: - "@backstage/config": "npm:^1.3.6" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/plugin-permission-common": "npm:^0.9.7" + "@backstage/config": "npm:^1.3.8" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/plugin-permission-common": "npm:^0.9.9" dataloader: "npm:^2.0.0" swr: "npm:^2.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - react-router-dom: ^6.30.2 peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/d04a28f02cd98a0415f0ccc21b755fb88190bf3b1cf61c6f48086f4823d674ac25152fa14a5b273ae4232617e514334198efab670daae06aaa07b5ff1be7f4a6 + checksum: 10c0/ef976af8f81fca4dc99b323f8cc754e77ca2528a6cb99d32647a5109626e9e8d824c31f99d2b9681de3189635fc026728ba9b4aa1ffe4217177b2ab788aba21f languageName: node linkType: hard -"@backstage/plugin-proxy-backend@npm:^0.6.11": - version: 0.6.11 - resolution: "@backstage/plugin-proxy-backend@npm:0.6.11" +"@backstage/plugin-proxy-backend@npm:^0.6.13": + version: 0.6.13 + resolution: "@backstage/plugin-proxy-backend@npm:0.6.13" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/plugin-proxy-node": "npm:^0.1.13" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/plugin-proxy-node": "npm:^0.1.15" "@backstage/types": "npm:^1.2.2" express-promise-router: "npm:^4.1.0" http-proxy-middleware: "npm:^2.0.0" - checksum: 10c0/b4c82f005d3cfa702f2e479eddc50707cfe500891273b5f4cd13365436cd9245dde739e6e92c731439d9d62bcba49e5074db00a7ff7299812329e84f12424c7c + checksum: 10c0/bcc708f669fd708f54469d2b3c018d3d250758c889015ead601cd1fa14b38c70ae60cb76506be323b21202f2281cfb9889a7accaed80bf1f3c35199deb494f04 languageName: node linkType: hard -"@backstage/plugin-proxy-node@npm:^0.1.13": - version: 0.1.13 - resolution: "@backstage/plugin-proxy-node@npm:0.1.13" +"@backstage/plugin-proxy-node@npm:^0.1.15": + version: 0.1.15 + resolution: "@backstage/plugin-proxy-node@npm:0.1.15" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" + "@backstage/backend-plugin-api": "npm:^1.9.1" http-proxy-middleware: "npm:^2.0.0" - checksum: 10c0/587ad9d975048b5e483fb8eaa373661e84e890f2b113e728d477e712d8f892909637ed21d6eebe0369d3e27a56d1583f81d55c7667b99abe17f47097f6933e8f + checksum: 10c0/f1b05a82efc7291fb1348112ca90523d51777cb07c50d62df85d11fc7c6fd3efed3a05a064b6edcf1db458d76d207ee9184504b6fd24d9d83f0783cbaed29b46 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-github@npm:^0.9.7": - version: 0.9.7 - resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.9.7" +"@backstage/plugin-scaffolder-backend-module-github@npm:^0.9.9": + version: 0.9.9 + resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.9.9" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^2.0.0" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-scaffolder-node": "npm:^0.13.0" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration": "npm:^2.0.2" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-scaffolder-node": "npm:^0.13.3" "@backstage/types": "npm:^1.2.2" + "@octokit/core": "npm:^5.0.0" + "@octokit/plugin-retry": "npm:^6.0.0" "@octokit/webhooks": "npm:^10.9.2" libsodium-wrappers: "npm:^0.8.0" octokit: "npm:^3.0.0" octokit-plugin-create-pull-request: "npm:^5.0.0" yaml: "npm:^2.0.0" zod: "npm:^3.25.76 || ^4.0.0" - checksum: 10c0/b69c3bad1b4a83345668c731c2c36fcf376bfee18c031e4aeec2cb767a2604491fc99d3ccdd5a0355119cbd711dca3800538dea71c879bdf59ed01466f009147 + checksum: 10c0/3f11a2bbb24bd9ab2f2f8711993c6a8d7782191613e39aa439deea0bf41a7a5941628af1b87f742ecdd1638d4bb146e4af988d0a8d346458ecd632daa5b29091 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend@npm:^3.2.0": - version: 3.3.0 - resolution: "@backstage/plugin-scaffolder-backend@npm:3.3.0" - dependencies: - "@backstage/backend-openapi-utils": "npm:^0.6.7" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^2.0.0" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-events-node": "npm:^0.4.20" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" - "@backstage/plugin-scaffolder-common": "npm:^2.0.0" - "@backstage/plugin-scaffolder-node": "npm:^0.13.1" +"@backstage/plugin-scaffolder-backend@npm:^4.0.0": + version: 4.0.0 + resolution: "@backstage/plugin-scaffolder-backend@npm:4.0.0" + dependencies: + "@backstage/backend-openapi-utils": "npm:^0.6.9" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration": "npm:^2.0.2" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-events-node": "npm:^0.4.22" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" + "@backstage/plugin-scaffolder-common": "npm:^2.2.0" + "@backstage/plugin-scaffolder-node": "npm:^0.13.3" "@backstage/types": "npm:^1.2.2" - "@opentelemetry/api": "npm:^1.9.0" "@types/luxon": "npm:^3.0.0" express: "npm:^4.22.0" fs-extra: "npm:^11.2.0" @@ -3631,25 +3864,24 @@ __metadata: p-queue: "npm:^6.6.2" prom-client: "npm:^15.0.0" triple-beam: "npm:^1.4.1" - uuid: "npm:^11.0.0" winston: "npm:^3.2.1" winston-transport: "npm:^4.7.0" yaml: "npm:^2.0.0" zen-observable: "npm:^0.10.0" zod: "npm:^3.25.76 || ^4.0.0" zod-to-json-schema: "npm:^3.25.1" - checksum: 10c0/16d1e250a57ca79034edb6352e99c9300e1cf0f181c01b205724500f9488329a2b61a002ecb5a17c5f12fe6383b1f102b44f1c7142c383351d44ee570e6f34db + checksum: 10c0/36c573cfbdeed1474ba79855be6c3fd1340e48ff52e129b18f7abe16dc17e68a5cb7e049b5e61e12921383adf4a9a079adb30239c71b4a4b7e13417d4e345ec1 languageName: node linkType: hard -"@backstage/plugin-scaffolder-common@npm:^2.0.0": - version: 2.0.0 - resolution: "@backstage/plugin-scaffolder-common@npm:2.0.0" +"@backstage/plugin-scaffolder-common@npm:^2.2.0": + version: 2.2.0 + resolution: "@backstage/plugin-scaffolder-common@npm:2.2.0" dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^2.0.0" - "@backstage/plugin-permission-common": "npm:^0.9.7" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration": "npm:^2.0.2" + "@backstage/plugin-permission-common": "npm:^0.9.9" "@backstage/types": "npm:^1.2.2" "@microsoft/fetch-event-source": "npm:^2.0.1" "@types/json-schema": "npm:^7.0.9" @@ -3657,21 +3889,21 @@ __metadata: json-schema: "npm:^0.4.0" uri-template: "npm:^2.0.0" zen-observable: "npm:^0.10.0" - checksum: 10c0/441d16cc5cc1800bbee5fa791e8a72314a9df9e15f19ed58ffbff92d837f125192ba2c89953d4846ac9da8ac040cfef18f8cacb3fc4e9332232cd44df1d86963 + checksum: 10c0/997db5c77c47eeb30aa75a8b2442ae9fe146de7ea2b6ca9bdc1f6c0e09b24293510c1901d8d924d20e2dfb18b9c76f21a9cd07fb23026116c4458bb302af1e2c languageName: node linkType: hard -"@backstage/plugin-scaffolder-node@npm:^0.13.0, @backstage/plugin-scaffolder-node@npm:^0.13.1": - version: 0.13.1 - resolution: "@backstage/plugin-scaffolder-node@npm:0.13.1" +"@backstage/plugin-scaffolder-node@npm:^0.13.3": + version: 0.13.3 + resolution: "@backstage/plugin-scaffolder-node@npm:0.13.3" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^2.0.0" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" - "@backstage/plugin-scaffolder-common": "npm:^2.0.0" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration": "npm:^2.0.2" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" + "@backstage/plugin-scaffolder-common": "npm:^2.2.0" "@backstage/types": "npm:^1.2.2" "@isomorphic-git/pgp-plugin": "npm:^0.0.7" concat-stream: "npm:^2.0.0" @@ -3687,33 +3919,35 @@ __metadata: zod: "npm:^3.25.76 || ^4.0.0" zod-to-json-schema: "npm:^3.25.1" peerDependencies: - "@backstage/backend-test-utils": ^1.11.1 + "@backstage/backend-test-utils": ^1.11.3 peerDependenciesMeta: "@backstage/backend-test-utils": optional: true - checksum: 10c0/856f8b4f5e72629896f33e5b46cf34441be8fa7bfcd16bfd369a8198b4bb1e2cd887fe1d1f813d9988a86cf6534551b0a4daf91c1c67afc6c26e2da0ab869f8c + checksum: 10c0/7ddd025bbcbf3f7cebb2725ccfb6d75c0d613e10f915dcb453a9609e05fc456b5eebfab48679970c75919899fd9707bd75838e0aa80ecd4a5e754136108c28d1 languageName: node linkType: hard -"@backstage/plugin-scaffolder-react@npm:^1.20.0": - version: 1.20.0 - resolution: "@backstage/plugin-scaffolder-react@npm:1.20.0" - dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/plugin-scaffolder-common": "npm:^2.0.0" - "@backstage/theme": "npm:^0.7.2" +"@backstage/plugin-scaffolder-react@npm:^2.0.0": + version: 2.0.0 + resolution: "@backstage/plugin-scaffolder-react@npm:2.0.0" + dependencies: + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/plugin-scaffolder-common": "npm:^2.2.0" + "@backstage/theme": "npm:^0.7.3" "@backstage/types": "npm:^1.2.2" + "@backstage/ui": "npm:^0.15.0" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" "@react-hookz/web": "npm:^24.0.0" + "@remixicon/react": "npm:^4.6.0" "@rjsf/core": "npm:5.24.13" "@rjsf/material-ui": "npm:5.24.13" "@rjsf/utils": "npm:5.24.13" @@ -3722,7 +3956,7 @@ __metadata: ajv: "npm:^8.0.1" ajv-errors: "npm:^3.0.0" classnames: "npm:^2.2.6" - flatted: "npm:^3.3.4" + flatted: "npm:^3.4.2" humanize-duration: "npm:^3.25.1" immer: "npm:^9.0.6" json-schema: "npm:^0.4.0" @@ -3730,13 +3964,14 @@ __metadata: lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" qs: "npm:^6.9.4" + react-aria-components: "npm:^1.14.0" react-use: "npm:^17.2.4" use-immer: "npm:^0.11.0" zen-observable: "npm:^0.10.0" zod: "npm:^3.25.76 || ^4.0.0" zod-to-json-schema: "npm:^3.25.1" peerDependencies: - "@backstage/frontend-test-utils": ^0.5.1 + "@backstage/frontend-test-utils": ^0.6.0 "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 @@ -3747,31 +3982,32 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10c0/7e39ad2c77f4bd01c1b9451c28a229af8599d9d1ea523ffcc047f666f91c2dfb1465eb19603e6bed9ebfd9ad3b928dcab5199a74fa63cb49cb2440364aa0b592 + checksum: 10c0/64b9909c1e6488f446140dbc32ba538638ed0aa0e8aae543fbcf224b86ee4888aa04c6d206587d89a16ea5a05dc8d9aa5dc6feabafac47df0886a5ff719e4909 languageName: node linkType: hard -"@backstage/plugin-scaffolder@npm:^1.36.1": - version: 1.36.1 - resolution: "@backstage/plugin-scaffolder@npm:1.36.1" +"@backstage/plugin-scaffolder@npm:^1.37.0": + version: 1.37.0 + resolution: "@backstage/plugin-scaffolder@npm:1.37.0" dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/integration": "npm:^2.0.0" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/plugin-scaffolder-common": "npm:^2.0.0" - "@backstage/plugin-scaffolder-react": "npm:^1.20.0" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/filter-predicates": "npm:^0.1.3" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration": "npm:^2.0.2" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/plugin-scaffolder-common": "npm:^2.2.0" + "@backstage/plugin-scaffolder-react": "npm:^2.0.0" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-react": "npm:^1.3.9" + "@backstage/plugin-techdocs-react": "npm:^1.3.11" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.1" + "@backstage/ui": "npm:^0.15.0" "@codemirror/language": "npm:^6.0.0" "@codemirror/legacy-modes": "npm:^6.1.0" "@codemirror/view": "npm:^6.0.0" @@ -3779,7 +4015,7 @@ __metadata: "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" "@react-hookz/web": "npm:^24.0.0" - "@remixicon/react": "npm:^4.6.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" "@rjsf/core": "npm:5.24.13" "@rjsf/material-ui": "npm:5.24.13" "@rjsf/utils": "npm:5.24.13" @@ -3795,6 +4031,7 @@ __metadata: lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" qs: "npm:^6.9.4" + react-aria-components: "npm:^1.14.0" react-resizable: "npm:^3.0.5" react-resizable-panels: "npm:^3.0.4" react-use: "npm:^17.2.4" @@ -3810,123 +4047,120 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/fcafba902ffeddca74ac578c258d2089afb3e7eac2a8a32afc86852877f43aeb7f8458f8a01b7ec551af1cd1faf6ba1889db0209d1730612db7b79b5d9292338 + checksum: 10c0/2f9d8d12f357696a99750c147c9bbd6a6d51fe03bedeb517eea398d5b16d752be47cbd056f4eabf8545beb7e56364ad113aa1580e7a8b0b8373faf2db84a8aa6 languageName: node linkType: hard -"@backstage/plugin-search-backend-module-catalog@npm:^0.3.13": - version: 0.3.13 - resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.13" +"@backstage/plugin-search-backend-module-catalog@npm:^0.3.15": + version: 0.3.15 + resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.15" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-search-backend-node": "npm:^1.4.2" - "@backstage/plugin-search-common": "npm:^1.2.22" - checksum: 10c0/0d06ef59603169272696d2028fcef5af7f9457c795477f1f5775c682a1970a8cbbfc3e26fe0309fb1903fd2fed46b34be45e5e0bbeac9f4038b8c1b902789214 + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-search-backend-node": "npm:^1.4.4" + "@backstage/plugin-search-common": "npm:^1.2.24" + checksum: 10c0/413dda1e78a59640cea6bb346dd309cac7c5fc1223f122389861864e3bfb7068272c8d606aeb2273cb4c563a21fc7694f3447ae9c3eac3d9086f9774aed986dd languageName: node linkType: hard -"@backstage/plugin-search-backend-module-pg@npm:^0.5.53": - version: 0.5.53 - resolution: "@backstage/plugin-search-backend-module-pg@npm:0.5.53" +"@backstage/plugin-search-backend-module-pg@npm:^0.5.55": + version: 0.5.55 + resolution: "@backstage/plugin-search-backend-module-pg@npm:0.5.55" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/plugin-search-backend-node": "npm:^1.4.2" - "@backstage/plugin-search-common": "npm:^1.2.22" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config": "npm:^1.3.8" + "@backstage/plugin-search-backend-node": "npm:^1.4.4" + "@backstage/plugin-search-common": "npm:^1.2.24" knex: "npm:^3.0.0" lodash: "npm:^4.17.21" - uuid: "npm:^11.0.0" - checksum: 10c0/0c3edb70d97b8f63ffeed87575adfe7f0cd42bdb0d6d0003f25bf4b5620ea6881b2f38380303ba214a3b7d268701db51d77809547864a668a3d41f34abacd7be + checksum: 10c0/7694b0b4ad95752f60dbfc5868f32e1b848727186780be5577aeab0fccce5d31f7dffbba526e7dbb6cfc300da219489163af993c15bb22e783547c14db6950f9 languageName: node linkType: hard -"@backstage/plugin-search-backend-module-techdocs@npm:^0.4.12": - version: 0.4.12 - resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.4.12" - dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-search-backend-node": "npm:^1.4.2" - "@backstage/plugin-search-common": "npm:^1.2.22" - "@backstage/plugin-techdocs-node": "npm:^1.14.4" +"@backstage/plugin-search-backend-module-techdocs@npm:^0.4.14": + version: 0.4.14 + resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.4.14" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-search-backend-node": "npm:^1.4.4" + "@backstage/plugin-search-common": "npm:^1.2.24" + "@backstage/plugin-techdocs-node": "npm:^1.15.0" lodash: "npm:^4.17.21" p-limit: "npm:^3.1.0" - checksum: 10c0/61f52a5861a69a829712668389dddefce5128e1b9575704b1c592eb5b6528c3b3cc5243ae13e9f5e5f62939e2b58dc5ed5583b6907299a728e3f062ae2c40664 + checksum: 10c0/0766c62ad7026b919a35e5c3901d38bbf7f611b2f440e1d2988b4479ca7e7d863da9af2122a777501da408fd3a7e414f57ba2b4899f9fd42ce2a60ee0865d2a5 languageName: node linkType: hard -"@backstage/plugin-search-backend-node@npm:^1.4.2": - version: 1.4.2 - resolution: "@backstage/plugin-search-backend-node@npm:1.4.2" +"@backstage/plugin-search-backend-node@npm:^1.4.4": + version: 1.4.4 + resolution: "@backstage/plugin-search-backend-node@npm:1.4.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-search-common": "npm:^1.2.22" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-search-common": "npm:^1.2.24" "@types/lunr": "npm:^2.3.3" lodash: "npm:^4.17.21" lunr: "npm:^2.3.9" ndjson: "npm:^2.0.0" - uuid: "npm:^11.0.0" - checksum: 10c0/8971101f5ef2789328531e8a3c8f215a65e8d45f03d7229343d9c50df577b636105e933d511da44f470c77162b0d0838933f40f08e60cc036ce4a98213d53e96 + checksum: 10c0/c0d43089c69e977d3d664b51ae8aa7ba1ad2de6ae182bd51b505810b609ddea4e96125d2710e73e8e12f43a5dd36485b6fd3aef79446abb7603e9cbe3be8a22c languageName: node linkType: hard -"@backstage/plugin-search-backend@npm:^2.1.0": - version: 2.1.0 - resolution: "@backstage/plugin-search-backend@npm:2.1.0" - dependencies: - "@backstage/backend-openapi-utils": "npm:^0.6.7" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" - "@backstage/plugin-search-backend-node": "npm:^1.4.2" - "@backstage/plugin-search-common": "npm:^1.2.22" +"@backstage/plugin-search-backend@npm:^2.1.2": + version: 2.1.2 + resolution: "@backstage/plugin-search-backend@npm:2.1.2" + dependencies: + "@backstage/backend-openapi-utils": "npm:^0.6.9" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" + "@backstage/plugin-search-backend-node": "npm:^1.4.4" + "@backstage/plugin-search-common": "npm:^1.2.24" "@backstage/types": "npm:^1.2.2" dataloader: "npm:^2.0.0" express: "npm:^4.22.0" lodash: "npm:^4.17.21" qs: "npm:^6.10.1" - yn: "npm:^4.0.0" zod: "npm:^3.25.76 || ^4.0.0" - checksum: 10c0/be0ecb3fbda7418e3403d42f4060ed18b4968bc3ea69ee79844ece97bcd741f51cfd5b18247a47c4dbf67ce0d00793c8df977387c03038b13adeeb49d000c1db + checksum: 10c0/b6f6d1a2d980713ae56f3806092412f33880fe24ea5e61bfe32c954de266f0eee7d1c3713dc622d2b8b4fa292653d7a73ef3226a84f3501f2647180cc95c3a9e languageName: node linkType: hard -"@backstage/plugin-search-common@npm:^1.2.22": - version: 1.2.22 - resolution: "@backstage/plugin-search-common@npm:1.2.22" +"@backstage/plugin-search-common@npm:^1.2.24": + version: 1.2.24 + resolution: "@backstage/plugin-search-common@npm:1.2.24" dependencies: - "@backstage/plugin-permission-common": "npm:^0.9.6" + "@backstage/plugin-permission-common": "npm:^0.9.9" "@backstage/types": "npm:^1.2.2" - checksum: 10c0/f8dfb561d7e1022d7bbcdf8e99bf18a3b214da3fc597f9cc56bdaca77b1c8667de7ce2b094bc10b5f40988924352c3dbf8f6b384fa3e78b2516b5685be83cba4 + checksum: 10c0/ff56a3797325d5b1f4658b1136a4ddb6cba29d7ebc78e039565cdc61e159ffb3b85c2688a04bfd516e639e22cdaf53043a97dadd8c7c4aed2c4739fa3d528e2e languageName: node linkType: hard -"@backstage/plugin-search-react@npm:^1.11.0": - version: 1.11.0 - resolution: "@backstage/plugin-search-react@npm:1.11.0" +"@backstage/plugin-search-react@npm:^1.11.4": + version: 1.11.4 + resolution: "@backstage/plugin-search-react@npm:1.11.4" dependencies: - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-search-common": "npm:^1.2.22" - "@backstage/theme": "npm:^0.7.2" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-search-common": "npm:^1.2.24" + "@backstage/theme": "npm:^0.7.3" "@backstage/types": "npm:^1.2.2" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.12.2" @@ -3935,7 +4169,7 @@ __metadata: lodash: "npm:^4.17.21" qs: "npm:^6.9.4" react-use: "npm:^17.3.2" - uuid: "npm:^11.0.2" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3944,28 +4178,29 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/7157c599ac2f3f5456edbdb41b63ee7629c844c6ef7a20c44b366e7a8cb52e9404ec4488d1f9944ceb72a58f5c8713c7b35d119ae489399b6cb3f4101dc1008a + checksum: 10c0/b851646d10efadb3aa1a17853b8b8876b60b00b56c93322a43678e00bc8a39c38d050f95df72303e67bada5c781974ff1d2d3dbbb4f09da05e583646d3d56c60 languageName: node linkType: hard -"@backstage/plugin-search@npm:^1.7.0": - version: 1.7.0 - resolution: "@backstage/plugin-search@npm:1.7.0" - dependencies: - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-search-common": "npm:^1.2.22" - "@backstage/plugin-search-react": "npm:^1.11.0" +"@backstage/plugin-search@npm:^1.7.4": + version: 1.7.4 + resolution: "@backstage/plugin-search@npm:1.7.4" + dependencies: + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-search-common": "npm:^1.2.24" + "@backstage/plugin-search-react": "npm:^1.11.4" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.0" + "@backstage/ui": "npm:^0.15.0" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" qs: "npm:^6.9.4" react-use: "npm:^17.2.4" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3974,15 +4209,15 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/1d1ea688b6f5a7b45022cbbe3e5e8fd756bce24cba27c0c666455611dfd8f97d380be69fdc78dca73aca2c00da7cc0284ea85d86f01361f1b0aaba0e04379fbe + checksum: 10c0/1db605284fbaea33d138edde30d7e8f4d15dfe558be92e631c3850dac9d0e37f052bf3bc6b29b163b85a39422d13d42276baeb537d48bf06c4f98c93d5982474 languageName: node linkType: hard -"@backstage/plugin-signals-react@npm:^0.0.20": - version: 0.0.20 - resolution: "@backstage/plugin-signals-react@npm:0.0.20" +"@backstage/plugin-signals-react@npm:^0.0.22": + version: 0.0.22 + resolution: "@backstage/plugin-signals-react@npm:0.0.22" dependencies: - "@backstage/core-plugin-api": "npm:^1.12.4" + "@backstage/core-plugin-api": "npm:^1.12.6" "@backstage/types": "npm:^1.2.2" "@material-ui/core": "npm:^4.12.4" peerDependencies: @@ -3993,22 +4228,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/49b43501979ffb1f9f5c3dc0cc5606249bdde3c8952bfeca0257dc686b49a843022056613b401ff58f551437fc9b5a450aef04494b154a1ca0e29d72a33b0668 + checksum: 10c0/f4e6598e06fb0e12f2424c75065b350387f514f8aabe28ce2fe37c9130443306848521ff904726dcfb1f351e2ecfe3d5f184015a1875fa82063c03b39c96eaba languageName: node linkType: hard -"@backstage/plugin-techdocs-backend@npm:^2.1.6": - version: 2.1.6 - resolution: "@backstage/plugin-techdocs-backend@npm:2.1.6" - dependencies: - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^2.0.0" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-techdocs-node": "npm:^1.14.4" +"@backstage/plugin-techdocs-backend@npm:^2.2.0": + version: 2.2.0 + resolution: "@backstage/plugin-techdocs-backend@npm:2.2.0" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration": "npm:^2.0.2" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-techdocs-node": "npm:^1.15.0" "@backstage/types": "npm:^1.2.2" express: "npm:^4.22.0" express-promise-router: "npm:^4.1.0" @@ -4016,7 +4251,7 @@ __metadata: knex: "npm:^3.0.0" p-limit: "npm:^3.1.0" winston: "npm:^3.2.1" - checksum: 10c0/81d515b3a6905d027deb6788aa0bc10a0cea50b702d463bcb150eb90db187445a601572b8eccd567a7959184db2dc78ff2ac1fab26b7c4e84a5198cbf1639537 + checksum: 10c0/b1af836babc8af22f4311192cdfe2fbd22eea1303f603e8ab87de95c5b4ccedeec2f208161bc93d0c05eceda23e5fd20a9c28921db88095fdce80b3b1bb41445 languageName: node linkType: hard @@ -4027,16 +4262,16 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.34": - version: 1.1.34 - resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.34" +"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.36": + version: 1.1.36 + resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.36" dependencies: - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/integration": "npm:^2.0.0" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-techdocs-react": "npm:^1.3.9" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration": "npm:^2.0.2" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-techdocs-react": "npm:^1.3.11" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@react-hookz/web": "npm:^24.0.0" @@ -4050,13 +4285,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/3f59aaa4f8b99705eb823ca05523831811c400cd550853be7aa8a59d1cb3b57c8389c41a69b9fa285a8cd5f619cb8c5f9d2689e8f0f9eca6da642081465c2621 + checksum: 10c0/827b9ecc61c1fc735759c0b1cb0a68e3cbe6bc56a821ce9efa788aa0f98fdb91a32821a49db597e22e335fc0b883dbe6d4718d21c8a75aab0c70d2031bd0a765 languageName: node linkType: hard -"@backstage/plugin-techdocs-node@npm:^1.14.4": - version: 1.14.4 - resolution: "@backstage/plugin-techdocs-node@npm:1.14.4" +"@backstage/plugin-techdocs-node@npm:^1.15.0": + version: 1.15.0 + resolution: "@backstage/plugin-techdocs-node@npm:1.15.0" dependencies: "@aws-sdk/client-s3": "npm:^3.350.0" "@aws-sdk/credential-providers": "npm:^3.350.0" @@ -4064,13 +4299,13 @@ __metadata: "@aws-sdk/types": "npm:^3.347.0" "@azure/identity": "npm:^4.0.0" "@azure/storage-blob": "npm:^12.5.0" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/errors": "npm:^1.2.7" - "@backstage/integration": "npm:^2.0.0" - "@backstage/integration-aws-node": "npm:^0.1.20" - "@backstage/plugin-search-common": "npm:^1.2.22" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/errors": "npm:^1.3.1" + "@backstage/integration": "npm:^2.0.2" + "@backstage/integration-aws-node": "npm:^0.2.0" + "@backstage/plugin-search-common": "npm:^1.2.24" "@backstage/plugin-techdocs-common": "npm:^0.1.1" "@google-cloud/storage": "npm:^7.0.0" "@smithy/node-http-handler": "npm:^3.0.0" @@ -4087,26 +4322,25 @@ __metadata: p-limit: "npm:^3.1.0" recursive-readdir: "npm:^2.2.2" winston: "npm:^3.2.1" - checksum: 10c0/c1511f0f8b3981405862bae6f68736b817a7acecfcb67b40a26bf8140177c2829eed55b210cd342195612e08517983cb623e0e5f33b9731bb884d316271c157b + checksum: 10c0/06eb0ad83335a3daaa418f5ff9e3ab75c3dfb27cae31bac4061d67d88a0ba8b6b2dd87f3d4b38b719bcf0fc158aa72c65da4c2c4a34a8a4022d14826f2d506a0 languageName: node linkType: hard -"@backstage/plugin-techdocs-react@npm:^1.3.9": - version: 1.3.9 - resolution: "@backstage/plugin-techdocs-react@npm:1.3.9" +"@backstage/plugin-techdocs-react@npm:^1.3.11": + version: 1.3.11 + resolution: "@backstage/plugin-techdocs-react@npm:1.3.11" dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-plugin-api": "npm:^0.15.0" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-plugin-api": "npm:^0.17.0" "@backstage/plugin-techdocs-common": "npm:^0.1.1" "@backstage/version-bridge": "npm:^1.0.12" "@material-ui/core": "npm:^4.12.2" "@material-ui/styles": "npm:^4.11.0" jss: "npm:~10.10.0" lodash: "npm:^4.17.21" - react-helmet: "npm:6.1.0" react-use: "npm:^17.2.4" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -4116,42 +4350,43 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/15faa3dac14c43a4793e9e2d942c7ba53db4c7b5249fb389ca986078a2dcb911f9a09b639744117105fff829861087d5c18dbf1d697b1e51207b5ac3fb55f648 + checksum: 10c0/3ba7a4316ad771594bf8b6bc4e91a054b2d0af71805e769fbd8f995acda8f79b21b31d316daf6e9e2973446e00395fdccda33492f38aed05c98413aafa186db8 languageName: node linkType: hard -"@backstage/plugin-techdocs@npm:^1.17.2": - version: 1.17.2 - resolution: "@backstage/plugin-techdocs@npm:1.17.2" +"@backstage/plugin-techdocs@npm:^1.17.6": + version: 1.17.6 + resolution: "@backstage/plugin-techdocs@npm:1.17.6" dependencies: - "@backstage/catalog-client": "npm:^1.14.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/config": "npm:^1.3.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/integration": "npm:^2.0.0" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-auth-react": "npm:^0.1.25" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-search-common": "npm:^1.2.22" - "@backstage/plugin-search-react": "npm:^1.11.0" + "@backstage/catalog-client": "npm:^1.15.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/config": "npm:^1.3.8" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/integration": "npm:^2.0.2" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-auth-react": "npm:^0.1.27" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-search-common": "npm:^1.2.24" + "@backstage/plugin-search-react": "npm:^1.11.4" "@backstage/plugin-techdocs-common": "npm:^0.1.1" - "@backstage/plugin-techdocs-react": "npm:^1.3.9" - "@backstage/theme": "npm:^0.7.2" - "@backstage/ui": "npm:^0.13.1" + "@backstage/plugin-techdocs-react": "npm:^1.3.11" + "@backstage/theme": "npm:^0.7.3" + "@backstage/ui": "npm:^0.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" "@material-ui/styles": "npm:^4.10.0" "@microsoft/fetch-event-source": "npm:^2.0.1" - "@remixicon/react": "npm:^4.6.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" dompurify: "npm:^3.3.2" git-url-parse: "npm:^15.0.0" lodash: "npm:^4.17.21" react-helmet: "npm:6.1.0" react-use: "npm:^17.2.4" + zod: "npm:^4.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -4160,7 +4395,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/52900d961b9e19d306a3f48fa07701c23bf66282894c3cb86ffb515be847c499601c3d72fe4993b7d21ad3ce5142a729cedec950e7a193780d717600a60c42d3 + checksum: 10c0/0e1f4b9c97100e44996374f6b2902f6c2047ba39aa61947684b542dd6bd92666785fa0d971478f6085d99e5fa0a8fd3f6cf0822e44d0d9673dbfd01351275631 languageName: node linkType: hard @@ -4173,22 +4408,22 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-user-settings@npm:^0.9.1": - version: 0.9.1 - resolution: "@backstage/plugin-user-settings@npm:0.9.1" +"@backstage/plugin-user-settings@npm:^0.9.3": + version: 0.9.3 + resolution: "@backstage/plugin-user-settings@npm:0.9.3" dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/core-app-api": "npm:^1.19.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.15.0" - "@backstage/plugin-catalog-react": "npm:^2.1.0" - "@backstage/plugin-signals-react": "npm:^0.0.20" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/core-app-api": "npm:^1.20.1" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/frontend-plugin-api": "npm:^0.17.0" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-signals-react": "npm:^0.0.22" "@backstage/plugin-user-settings-common": "npm:^0.1.0" - "@backstage/theme": "npm:^0.7.2" + "@backstage/theme": "npm:^0.7.3" "@backstage/types": "npm:^1.2.2" - "@backstage/ui": "npm:^0.13.0" + "@backstage/ui": "npm:^0.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -4203,7 +4438,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/323278a4632b8f1d9b41d0e02bc7def07163e970b3c44d752a6121f8786c1036db73adb89b80a2351d04a532ee279bd9202f582c4d03d1450fb389212a476ea5 + checksum: 10c0/00b8319bafed8b94c9df206dda4927a462781d01130ca97b643fe3721aca9f416c430d4dee210cf19823275def1f6468d1e30130444ceb0f3b0369afdffa41a4 languageName: node linkType: hard @@ -4214,18 +4449,18 @@ __metadata: languageName: node linkType: hard -"@backstage/repo-tools@npm:^0.17.0": - version: 0.17.0 - resolution: "@backstage/repo-tools@npm:0.17.0" +"@backstage/repo-tools@npm:^0.17.2": + version: 0.17.2 + resolution: "@backstage/repo-tools@npm:0.17.2" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" "@apisyouwonthate/style-guide": "npm:^1.4.0" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/cli-common": "npm:^0.2.0" - "@backstage/cli-node": "npm:^0.3.0" - "@backstage/config-loader": "npm:^1.10.9" - "@backstage/errors": "npm:^1.2.7" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/cli-common": "npm:^0.2.2" + "@backstage/cli-node": "npm:^0.3.2" + "@backstage/config-loader": "npm:^1.10.11" + "@backstage/errors": "npm:^1.3.1" "@electric-sql/pglite": "npm:^0.3.0" "@manypkg/get-packages": "npm:^1.1.3" "@microsoft/api-documenter": "npm:^7.28.1" @@ -4246,7 +4481,7 @@ __metadata: command-exists: "npm:^1.2.9" commander: "npm:^14.0.3" fs-extra: "npm:^11.2.0" - glob: "npm:^8.0.3" + glob: "npm:^13.0.0" globby: "npm:^11.0.0" is-glob: "npm:^4.0.3" js-yaml: "npm:^4.1.0" @@ -4277,20 +4512,20 @@ __metadata: optional: true bin: backstage-repo-tools: bin/backstage-repo-tools - checksum: 10c0/2e66c57466ceb0b8ef7454ade3f26579c9816d2bfeab6da6175d0b3f4cdf24534943e2c435fb38f4613bc3359780e4ac1edf26166dc3e1f63e54d1f867810187 + checksum: 10c0/6f3529af776cc9772b2902f049546b2c0242fd38bb5f6a82e2481153ad7759b326c429ff9dbf2039b2078ee992815fef83c26a834fb92d91f045be5894b295b7 languageName: node linkType: hard -"@backstage/test-utils@npm:^1.7.16": - version: 1.7.16 - resolution: "@backstage/test-utils@npm:1.7.16" +"@backstage/test-utils@npm:^1.7.18": + version: 1.7.18 + resolution: "@backstage/test-utils@npm:1.7.18" dependencies: - "@backstage/config": "npm:^1.3.6" - "@backstage/core-app-api": "npm:^1.19.6" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/theme": "npm:^0.7.2" + "@backstage/config": "npm:^1.3.8" + "@backstage/core-app-api": "npm:^1.20.1" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/theme": "npm:^0.7.3" "@backstage/types": "npm:^1.2.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -4309,13 +4544,13 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10c0/1e8e2b6f9942505846bd615297e3aa95f049b6bf658fc95dc2688007c6a83bb19135063f21f86d91a6e5d3978a59158967de5007c9b13d396e170eff515d5945 + checksum: 10c0/5e05ff4f20d894b45dbc254dc1c9fa2006d00ba91fd5e36a7a0a525c326a857f527b656279d4d180751ee9213c99a5e80037638b27685a09ebada203f7e2d669 languageName: node linkType: hard -"@backstage/theme@npm:^0.7.2": - version: 0.7.2 - resolution: "@backstage/theme@npm:0.7.2" +"@backstage/theme@npm:^0.7.3": + version: 0.7.3 + resolution: "@backstage/theme@npm:0.7.3" dependencies: "@emotion/react": "npm:^11.10.5" "@emotion/styled": "npm:^11.10.5" @@ -4329,36 +4564,41 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/f3d10319727dde23b2f30813dd9e1981167670b04f5143dd0da222c9e5b8f8da43d9d8c42935b4a07d4ddd09e6fa18014cd8e5bd7dcb86c03a7593b3cee67d2a + checksum: 10c0/6376864923660198f3e75904a4f36b44ace5c1ab2b6924fd98e55b02b5bd3118fe2687e60f0c7fcf818d04dc2be3298421fb9af2c0de316ff28b52bfe673a480 languageName: node linkType: hard -"@backstage/types@npm:^1.2.1, @backstage/types@npm:^1.2.2": +"@backstage/types@npm:^1.2.2": version: 1.2.2 resolution: "@backstage/types@npm:1.2.2" checksum: 10c0/3c947cf83c058a56b0cfd90d91483e9a5c1c913f7978a0d5a3c0fd9b502d08e9bdf279afba626826eee84159e698ee4cdaa70040789ac47fc8a25df9f1925612 languageName: node linkType: hard -"@backstage/ui@npm:^0.13.0, @backstage/ui@npm:^0.13.1, @backstage/ui@npm:^0.13.2": - version: 0.13.2 - resolution: "@backstage/ui@npm:0.13.2" +"@backstage/ui@npm:^0.15.0": + version: 0.15.0 + resolution: "@backstage/ui@npm:0.15.0" dependencies: "@backstage/version-bridge": "npm:^1.0.12" - "@remixicon/react": "npm:^4.6.0" + "@braintree/sanitize-url": "npm:^7.1.2" + "@internationalized/date": "npm:^3.12.0" + "@remixicon/react": "npm:>=4.6.0 <4.9.0" "@tanstack/react-table": "npm:^8.21.3" clsx: "npm:^2.1.1" - react-aria-components: "npm:^1.14.0" + marked: "npm:^15.0.12" + react-aria: "npm:~3.48.0" + react-aria-components: "npm:~1.17.0" + react-stately: "npm:~3.46.0" use-sync-external-store: "npm:^1.4.0" peerDependencies: - "@types/react": ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 + "@types/react": ^18.0.0 + react: ^18.0.0 + react-dom: ^18.0.0 react-router-dom: ^6.30.2 peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/9ece5740c66fe52ff11e6ab4a4942f6720881cf39d510b7db114f7309bc2f6b77e9d74fe7ac45b168dea77ef483f8a383c5c3091a5edd6bd86a0c4a84b58072a + checksum: 10c0/a7087cbc784458260c9064a534d7eb1ae506af7fe95537473bf1480916b53ff0bced26caa8bfd0aba14b3039ba584c0b7b3d6f6b58df0feaa1aa1fd4e394ff13 languageName: node linkType: hard @@ -4391,6 +4631,13 @@ __metadata: languageName: node linkType: hard +"@braintree/sanitize-url@npm:^7.1.2": + version: 7.1.2 + resolution: "@braintree/sanitize-url@npm:7.1.2" + checksum: 10c0/62f2aa0cf58626e3880b2dc1025c42064b4639abd157ae4e1c35f4c2f5031e9273772046a423979845069c814e27ff818e8e669280dc53585e6f033d5b7a59cb + languageName: node + linkType: hard + "@changesets/apply-release-plan@npm:^7.0.10": version: 7.0.10 resolution: "@changesets/apply-release-plan@npm:7.0.10" @@ -4726,6 +4973,13 @@ __metadata: languageName: node linkType: hard +"@colors/colors@npm:1.5.0": + version: 1.5.0 + resolution: "@colors/colors@npm:1.5.0" + checksum: 10c0/eb42729851adca56d19a08e48d5a1e95efd2a32c55ae0323de8119052be0510d4b7a1611f2abcbf28c044a6c11e6b7d38f99fccdad7429300c37a8ea5fb95b44 + languageName: node + linkType: hard + "@colors/colors@npm:1.6.0, @colors/colors@npm:^1.6.0": version: 1.6.0 resolution: "@colors/colors@npm:1.6.0" @@ -5446,57 +5700,6 @@ __metadata: languageName: node linkType: hard -"@formatjs/ecma402-abstract@npm:2.3.6": - version: 2.3.6 - resolution: "@formatjs/ecma402-abstract@npm:2.3.6" - dependencies: - "@formatjs/fast-memoize": "npm:2.2.7" - "@formatjs/intl-localematcher": "npm:0.6.2" - decimal.js: "npm:^10.4.3" - tslib: "npm:^2.8.0" - checksum: 10c0/63be2a73d3168bf45ab5d50db58376e852db5652d89511ae6e44f1fa03ad96ebbfe9b06a1dfaa743db06e40eb7f33bd77530b9388289855cca79a0e3fc29eacf - languageName: node - linkType: hard - -"@formatjs/fast-memoize@npm:2.2.7": - version: 2.2.7 - resolution: "@formatjs/fast-memoize@npm:2.2.7" - dependencies: - tslib: "npm:^2.8.0" - checksum: 10c0/f5eabb0e4ab7162297df8252b4cfde194b23248120d9df267592eae2be2d2f7c4f670b5a70523d91b4ecdc35d40e65823bb8eeba8dd79fbf8601a972bf3b8866 - languageName: node - linkType: hard - -"@formatjs/icu-messageformat-parser@npm:2.11.4": - version: 2.11.4 - resolution: "@formatjs/icu-messageformat-parser@npm:2.11.4" - dependencies: - "@formatjs/ecma402-abstract": "npm:2.3.6" - "@formatjs/icu-skeleton-parser": "npm:1.8.16" - tslib: "npm:^2.8.0" - checksum: 10c0/3ea9e9dae18282881d19a5f88107b6013f514ec8675684ed2c04bee2a174032377858937243e3bd9c9263a470988a3773a53bf8d208a34a78e7843ce66f87f3b - languageName: node - linkType: hard - -"@formatjs/icu-skeleton-parser@npm:1.8.16": - version: 1.8.16 - resolution: "@formatjs/icu-skeleton-parser@npm:1.8.16" - dependencies: - "@formatjs/ecma402-abstract": "npm:2.3.6" - tslib: "npm:^2.8.0" - checksum: 10c0/6fa1586dc11c925cd8d17e927cc635d238c969a6b7e97282a924376f78622fc25336c407589d19796fb6f8124a0e7765f99ecdb1aac014edcfbe852e7c3d87f3 - languageName: node - linkType: hard - -"@formatjs/intl-localematcher@npm:0.6.2": - version: 0.6.2 - resolution: "@formatjs/intl-localematcher@npm:0.6.2" - dependencies: - tslib: "npm:^2.8.0" - checksum: 10c0/22a17a4c67160b6c9f52667914acfb7b79cd6d80630d4ac6d4599ce447cb89d2a64f7d58fa35c3145ddb37fef893f0a45b9a55e663a4eb1f2ae8b10a89fac235 - languageName: node - linkType: hard - "@gar/promisify@npm:^1.1.3": version: 1.1.3 resolution: "@gar/promisify@npm:1.1.3" @@ -5772,10 +5975,10 @@ __metadata: version: 0.0.0-use.local resolution: "@internal/adoption-insights@workspace:." dependencies: - "@backstage/cli": "npm:^0.36.0" - "@backstage/cli-defaults": "npm:^0.1.0" + "@backstage/cli": "npm:^0.36.2" + "@backstage/cli-defaults": "npm:^0.1.2" "@backstage/e2e-test-utils": "npm:^0.1.2" - "@backstage/repo-tools": "npm:^0.17.0" + "@backstage/repo-tools": "npm:^0.17.2" "@changesets/cli": "npm:^2.27.1" "@jest/environment-jsdom-abstract": "npm:^30.3.0" "@playwright/test": "npm:1.60.0" @@ -5790,40 +5993,30 @@ __metadata: languageName: unknown linkType: soft -"@internationalized/date@npm:^3.12.0": - version: 3.12.0 - resolution: "@internationalized/date@npm:3.12.0" - dependencies: - "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/6a26495d32f010b227a1f506da02cdf8438506014b41cfb81576c707a3dfe3d0fd207f80bcf28acd9eef8248a2c2da115cf9016515d513653ea1b22a796d0246 - languageName: node - linkType: hard - -"@internationalized/message@npm:^3.1.8": - version: 3.1.8 - resolution: "@internationalized/message@npm:3.1.8" +"@internationalized/date@npm:^3.12.0, @internationalized/date@npm:^3.12.1": + version: 3.12.2 + resolution: "@internationalized/date@npm:3.12.2" dependencies: "@swc/helpers": "npm:^0.5.0" - intl-messageformat: "npm:^10.1.0" - checksum: 10c0/91019d66d62ab6733fa46ed495fac6878bcc98f082e51be9fd0e4b5836a4df0f488c8dcd218f2e566c713e59cc68ef3aa5fc45e5b9bca8cca458d0990765b77a + checksum: 10c0/1640dbec517b07a820b754c128ecd85930cc2f50b753b406611e59bff5aae8cac3a7ede575a66e462778ff007720af601779da08f0a2e5cdcac496c8b9593172 languageName: node linkType: hard -"@internationalized/number@npm:^3.6.5": - version: 3.6.5 - resolution: "@internationalized/number@npm:3.6.5" +"@internationalized/number@npm:^3.6.6": + version: 3.6.7 + resolution: "@internationalized/number@npm:3.6.7" dependencies: "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/f87d710863a8dbf057aac311193c82f3c42e862abdd99e5b71034f1022926036552620eab5dd00c23e975f28b9e41e830cb342ba0264436749d9cdc5ae031d44 + checksum: 10c0/b5d60cccc05e4549eedcaee4ef3fc7b972532321e841bce1251c4993f1f7b3416c2b92e7fddd22292ed494140fb3ca6eb6dafc6cbe37e267483e9510954a618f languageName: node linkType: hard -"@internationalized/string@npm:^3.2.7": - version: 3.2.7 - resolution: "@internationalized/string@npm:3.2.7" +"@internationalized/string@npm:^3.2.8": + version: 3.2.9 + resolution: "@internationalized/string@npm:3.2.9" dependencies: "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/8f7bea379ce047026ef20d535aa1bd7612a5e5a5108d1e514965696a46bce34e38111411943b688d00dae2c81eae7779ae18343961310696d32ebb463a19b94a + checksum: 10c0/f4d403577cc78924378a320977aa61bbc767f38b064c2aee0d142a7bd6a8e38c002aae4a52c3694bfdad01642c37a244807deaf2e7732dea26b89092a3d72b72 languageName: node linkType: hard @@ -6902,93 +7095,72 @@ __metadata: languageName: node linkType: hard -"@module-federation/bridge-react-webpack-plugin@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.21.6" +"@module-federation/bridge-react-webpack-plugin@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/bridge-react-webpack-plugin@npm:2.5.1" dependencies: - "@module-federation/sdk": "npm:0.21.6" + "@module-federation/sdk": "npm:2.5.1" "@types/semver": "npm:7.5.8" semver: "npm:7.6.3" - checksum: 10c0/d7dbf7615568037def06fe709bafe5f165679b9c914795f304f9bc60805ecc5ed35a436f26c34ed51a870cb2cf688076deb44818a2a400486559989ac90b38d3 + checksum: 10c0/40dde58a2905d135f0ade44b7be671577b9db9f273e99e2c47bf56ca7dcac3a725989f2159ef8c2f2de17ec92eef54d1cd612be7d03049807a717a16309475e3 languageName: node linkType: hard -"@module-federation/cli@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/cli@npm:0.21.6" +"@module-federation/cli@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/cli@npm:2.5.1" dependencies: - "@module-federation/dts-plugin": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - chalk: "npm:3.0.0" + "@module-federation/dts-plugin": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" commander: "npm:11.1.0" jiti: "npm:2.4.2" bin: mf: bin/mf.js - checksum: 10c0/d4267309535924c8f897768adacbe8bff6082124d3dc63a2f7f7102cae139082c96aaf611e96bce079dc7b8eaac091d9a1dc953b1840d89fdaed88f3203473b9 - languageName: node - linkType: hard - -"@module-federation/data-prefetch@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/data-prefetch@npm:0.21.6" - dependencies: - "@module-federation/runtime": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - fs-extra: "npm:9.1.0" - peerDependencies: - react: ">=16.9.0" - react-dom: ">=16.9.0" - checksum: 10c0/f3cbdc431b8e5dbaa6a4046172cc5efce4437d5bddcce2b64b5bd27858ea9847dd520c9af30331d7a9d6c70e5369cad85cc1b33a2654529bcb01f5988ada1c7a + checksum: 10c0/f18922ae720a8bd209c0e52580dbaa923f439a84454e994594d18d510b23b0d0a9dcb96105febfa92d8b4ea581c8701e2e55899e6705ef9b51dacd40aa13217e languageName: node linkType: hard -"@module-federation/dts-plugin@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/dts-plugin@npm:0.21.6" - dependencies: - "@module-federation/error-codes": "npm:0.21.6" - "@module-federation/managers": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - "@module-federation/third-party-dts-extractor": "npm:0.21.6" - adm-zip: "npm:^0.5.10" - ansi-colors: "npm:^4.1.3" - axios: "npm:^1.12.0" - chalk: "npm:3.0.0" - fs-extra: "npm:9.1.0" +"@module-federation/dts-plugin@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/dts-plugin@npm:2.5.1" + dependencies: + "@module-federation/error-codes": "npm:2.5.1" + "@module-federation/managers": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" + "@module-federation/third-party-dts-extractor": "npm:2.5.1" + adm-zip: "npm:0.5.10" + ansi-colors: "npm:4.1.3" isomorphic-ws: "npm:5.0.0" - koa: "npm:3.0.3" - lodash.clonedeepwith: "npm:4.5.0" - log4js: "npm:6.9.1" node-schedule: "npm:2.1.1" - rambda: "npm:^9.1.0" - ws: "npm:8.18.0" + undici: "npm:7.24.7" + ws: "npm:8.21.0" peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: ">=1.0.24" peerDependenciesMeta: vue-tsc: optional: true - checksum: 10c0/d4d6477de9fb76f57feafd5bfd2b9bd35f15a35620504a425f0c6abd65c1ff7d6957e6abc85ea17c4f4201a6be7178f71d737e8badc57e77806bc5426990ce92 + checksum: 10c0/804943ac70df5f2af7f8ca419a652bacda018b605a9660bdbfde9acc7538348fa94b4ad26fddafad622ffbb002348592c9acfda3cc759389be2d9508d07082dc languageName: node linkType: hard -"@module-federation/enhanced@npm:^0.21.6": - version: 0.21.6 - resolution: "@module-federation/enhanced@npm:0.21.6" - dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.21.6" - "@module-federation/cli": "npm:0.21.6" - "@module-federation/data-prefetch": "npm:0.21.6" - "@module-federation/dts-plugin": "npm:0.21.6" - "@module-federation/error-codes": "npm:0.21.6" - "@module-federation/inject-external-runtime-core-plugin": "npm:0.21.6" - "@module-federation/managers": "npm:0.21.6" - "@module-federation/manifest": "npm:0.21.6" - "@module-federation/rspack": "npm:0.21.6" - "@module-federation/runtime-tools": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - btoa: "npm:^1.2.1" - schema-utils: "npm:^4.3.0" +"@module-federation/enhanced@npm:^2.3.3": + version: 2.5.1 + resolution: "@module-federation/enhanced@npm:2.5.1" + dependencies: + "@module-federation/bridge-react-webpack-plugin": "npm:2.5.1" + "@module-federation/cli": "npm:2.5.1" + "@module-federation/dts-plugin": "npm:2.5.1" + "@module-federation/error-codes": "npm:2.5.1" + "@module-federation/inject-external-runtime-core-plugin": "npm:2.5.1" + "@module-federation/managers": "npm:2.5.1" + "@module-federation/manifest": "npm:2.5.1" + "@module-federation/rspack": "npm:2.5.1" + "@module-federation/runtime-tools": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" + "@module-federation/webpack-bundler-runtime": "npm:2.5.1" + schema-utils: "npm:4.3.0" + tapable: "npm:2.3.0" upath: "npm:2.0.1" peerDependencies: typescript: ^4.9.0 || ^5.0.0 @@ -7003,7 +7175,7 @@ __metadata: optional: true bin: mf: bin/mf.js - checksum: 10c0/1df3cc856543cbf79c24fc2678e3c8acbaa8c6aa65a23ac5f61b165c7e765fd9255f9ab0408a6869f2a3ced345f137e298e74b3e5dc000a3b5e1692062a368c9 + checksum: 10c0/eaef18d1167218ce146c60fba044e50ee61fb0e736b622ea98cf3fcef8452b1459e3a7b85a22bd6616b33986a7e08a07e6241b3657db5ccf172316ef8e296dc2 languageName: node linkType: hard @@ -7014,60 +7186,57 @@ __metadata: languageName: node linkType: hard -"@module-federation/error-codes@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/error-codes@npm:0.21.6" - checksum: 10c0/365ca6350fac7882e86730dec34bd62871161638850727604a8a7b30ac3479a62d95a9e6ee39faa6f8dfc57a960fd91274df325fbda12bbbdd554a4258d8ed7d +"@module-federation/error-codes@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/error-codes@npm:2.5.1" + checksum: 10c0/9463e2051e0f588fd83ab33d5ddd769ccccf86d882c30e7a51c0884ef9559e6decae5db2aa8a2388880fa01b104edb04a4429a67a0746e6b70669b306cf2c70f languageName: node linkType: hard -"@module-federation/inject-external-runtime-core-plugin@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/inject-external-runtime-core-plugin@npm:0.21.6" +"@module-federation/inject-external-runtime-core-plugin@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/inject-external-runtime-core-plugin@npm:2.5.1" peerDependencies: - "@module-federation/runtime-tools": 0.21.6 - checksum: 10c0/c05aa3445a4f2f885b5c7cfadc86b75e4031f20e0760efcc4922f86268038cc9fdd883efb3cd7828c393ba494ab61d73b544b2c331b850be1012905c8d349359 + "@module-federation/runtime-tools": 2.5.1 + checksum: 10c0/0f39b9ea53eb29fb57f15c2bccbba975ffed610e814da302ba4eb28034e099686e3736198fb620b206a0f90d2bb3467e87c4cf42e90e148fe82134e2b9503864 languageName: node linkType: hard -"@module-federation/managers@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/managers@npm:0.21.6" +"@module-federation/managers@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/managers@npm:2.5.1" dependencies: - "@module-federation/sdk": "npm:0.21.6" + "@module-federation/sdk": "npm:2.5.1" find-pkg: "npm:2.0.0" - fs-extra: "npm:9.1.0" - checksum: 10c0/5dd26a4236f853525753c5868df77be5943793d6ea3f477dff45788931ddb422b067f520cfb75018e9d5148f4e5d9e799673ea530da9bc5369f43015f8494b95 + checksum: 10c0/0aae70853297871456a435a3e0b92a5c6ca5cb2cd52f42ae70e0017f15e5c746077e0d0c73d0e4897924dbe520478a954af3fa096eaabbdf695bf47ff4e458b4 languageName: node linkType: hard -"@module-federation/manifest@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/manifest@npm:0.21.6" +"@module-federation/manifest@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/manifest@npm:2.5.1" dependencies: - "@module-federation/dts-plugin": "npm:0.21.6" - "@module-federation/managers": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - chalk: "npm:3.0.0" + "@module-federation/dts-plugin": "npm:2.5.1" + "@module-federation/managers": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" find-pkg: "npm:2.0.0" - checksum: 10c0/cc39d88068aaeb10497839428fbcf991b37fd1d72ed9250c2b0c4f0cd0716ff394081a854986ae107ad9c2b56915edf1078319f4aec8a7b8ffd65218873882ea + checksum: 10c0/eb11aff31a415e446fed4affa3361892760e1724b7713e804013f3f6040aded39020a844b4898f0f7e0aa3169dd8fffb472e9aabf9b4fff3f39dac0a4f88c35c languageName: node linkType: hard -"@module-federation/rspack@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/rspack@npm:0.21.6" +"@module-federation/rspack@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/rspack@npm:2.5.1" dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.21.6" - "@module-federation/dts-plugin": "npm:0.21.6" - "@module-federation/inject-external-runtime-core-plugin": "npm:0.21.6" - "@module-federation/managers": "npm:0.21.6" - "@module-federation/manifest": "npm:0.21.6" - "@module-federation/runtime-tools": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - btoa: "npm:1.2.1" + "@module-federation/bridge-react-webpack-plugin": "npm:2.5.1" + "@module-federation/dts-plugin": "npm:2.5.1" + "@module-federation/inject-external-runtime-core-plugin": "npm:2.5.1" + "@module-federation/managers": "npm:2.5.1" + "@module-federation/manifest": "npm:2.5.1" + "@module-federation/runtime-tools": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" peerDependencies: - "@rspack/core": ">=0.7" + "@rspack/core": ^0.7.0 || ^1.0.0 || ^2.0.0-0 typescript: ^4.9.0 || ^5.0.0 vue-tsc: ">=1.0.24" peerDependenciesMeta: @@ -7075,7 +7244,7 @@ __metadata: optional: true vue-tsc: optional: true - checksum: 10c0/2b3b62b81ce01c2c0e0c4dc42dba4d2280a44facc049e7e98c24685f02015e05ddfdcddda9bb7041c27a33c89bb12e2c8fe1b92613603894e4b62bca2fc61c0e + checksum: 10c0/98d1f7ec29e31c7253db17f233568d54f16955b60dba2df5d69508589211d7761a632fe69b69aed10e479cd9772c5e1cda754963978bed098114cc6ca6ee691f languageName: node linkType: hard @@ -7089,13 +7258,13 @@ __metadata: languageName: node linkType: hard -"@module-federation/runtime-core@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/runtime-core@npm:0.21.6" +"@module-federation/runtime-core@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/runtime-core@npm:2.5.1" dependencies: - "@module-federation/error-codes": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - checksum: 10c0/df986606a9f6b0f56cc9c261d497c852a1dba0e6817be5b9150db3a3d205242a6a0fedb0ad247aaa9bfb489aaeb3d58adcc7db44f4a3205cf20c5a8035e974f8 + "@module-federation/error-codes": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" + checksum: 10c0/0a506f1c90c37653441dc903bdffeabc2ba2e0fcb5473d9f80088782d87d0d1be7447dffad879158a1ee1fabe28649b375b630dad85e35a3ea5c62fc225b2626 languageName: node linkType: hard @@ -7109,13 +7278,13 @@ __metadata: languageName: node linkType: hard -"@module-federation/runtime-tools@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/runtime-tools@npm:0.21.6" +"@module-federation/runtime-tools@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/runtime-tools@npm:2.5.1" dependencies: - "@module-federation/runtime": "npm:0.21.6" - "@module-federation/webpack-bundler-runtime": "npm:0.21.6" - checksum: 10c0/4cb9fa9dcde2101359ade4bdeb2e80c19c65f0ae265ad3877edfae2117f4b1e908e8d76d44ce5ae61d32ce73e7bf4238e24e4ad67115d64c994dbe169dc96b05 + "@module-federation/runtime": "npm:2.5.1" + "@module-federation/webpack-bundler-runtime": "npm:2.5.1" + checksum: 10c0/deef2fff3f1e31ba4eafceb9c68c696ce9387c9094436aca29ab0a3fe15a364cc458bb9db7cef141e5c08282a869b0c641d372c57974fb3190d929a90120e317 languageName: node linkType: hard @@ -7130,14 +7299,14 @@ __metadata: languageName: node linkType: hard -"@module-federation/runtime@npm:0.21.6, @module-federation/runtime@npm:^0.21.6": - version: 0.21.6 - resolution: "@module-federation/runtime@npm:0.21.6" +"@module-federation/runtime@npm:2.5.1, @module-federation/runtime@npm:^2.3.3": + version: 2.5.1 + resolution: "@module-federation/runtime@npm:2.5.1" dependencies: - "@module-federation/error-codes": "npm:0.21.6" - "@module-federation/runtime-core": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - checksum: 10c0/76596433cd914021cdeacefd461303f08c8daeb002d6c13659ce4e3d10f36873ce3a89edca432074b7484e2f5597e53d619ba425b11656b212e3d3ce775b8fb8 + "@module-federation/error-codes": "npm:2.5.1" + "@module-federation/runtime-core": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" + checksum: 10c0/74bd6b613522377c378450d11786888a2460a756a964993de4579ca60dd84bc57297ebf47e420e27cbeaaa5d7bb6d1456909c41972f47ef67160e0748e8ad70e languageName: node linkType: hard @@ -7148,21 +7317,25 @@ __metadata: languageName: node linkType: hard -"@module-federation/sdk@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/sdk@npm:0.21.6" - checksum: 10c0/54f33fb48e1f3db09e03b529af9f28fcd8007c4dbd8b197cb0691c392f3eb143961c526e1ecd400f1d652451976a378da962edbb961f5859f33f56edda527f88 +"@module-federation/sdk@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/sdk@npm:2.5.1" + peerDependencies: + node-fetch: ^2.7.0 || ^3.3.2 + peerDependenciesMeta: + node-fetch: + optional: true + checksum: 10c0/b37708b1022a43ccc710ff40a97e8e6c731da31c044567cb5e7500e671b258305f5a545576fc6e109a12ca246bfc2b9af1af8fcd560771d7360aab8e331dffd6 languageName: node linkType: hard -"@module-federation/third-party-dts-extractor@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/third-party-dts-extractor@npm:0.21.6" +"@module-federation/third-party-dts-extractor@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/third-party-dts-extractor@npm:2.5.1" dependencies: find-pkg: "npm:2.0.0" - fs-extra: "npm:9.1.0" resolve: "npm:1.22.8" - checksum: 10c0/41643d616b2dd45455e8a53fb9f4aee6145b396abb667a59bd0ae8e3eabf331bbafc32c411e8eb8345a3c797c7deabe71d042b9ab2b30f8e571563cb48e8f5f8 + checksum: 10c0/f2aabd9e934f9651593b6e65cd81e895abfb5de67cd08ce2dc32e0917b5a213322fc4c829aac8c2a1ff53c9f9384d4bb327e60b23ac9d8a29c246ce6f7dde265 languageName: node linkType: hard @@ -7176,13 +7349,14 @@ __metadata: languageName: node linkType: hard -"@module-federation/webpack-bundler-runtime@npm:0.21.6": - version: 0.21.6 - resolution: "@module-federation/webpack-bundler-runtime@npm:0.21.6" +"@module-federation/webpack-bundler-runtime@npm:2.5.1": + version: 2.5.1 + resolution: "@module-federation/webpack-bundler-runtime@npm:2.5.1" dependencies: - "@module-federation/runtime": "npm:0.21.6" - "@module-federation/sdk": "npm:0.21.6" - checksum: 10c0/0767ace8f5002d2bcc4ace9fca25440b95f980980fcba3ffd9da1c8452ec608dc2cc8c79a6a49d259b1fa548134ad2e2e6e89d0ae42e41b4e7be047755996daf + "@module-federation/error-codes": "npm:2.5.1" + "@module-federation/runtime": "npm:2.5.1" + "@module-federation/sdk": "npm:2.5.1" + checksum: 10c0/bbea1c70ac05f70bbea694ab274f4b173a76f7125c0297be84343a952a17ccd996589368f9643d3f175cdaf673edd0e87ff482e5efbc671a1919ef43292b260c languageName: node linkType: hard @@ -7623,6 +7797,13 @@ __metadata: languageName: node linkType: hard +"@nodable/entities@npm:^2.1.0": + version: 2.2.0 + resolution: "@nodable/entities@npm:2.2.0" + checksum: 10c0/a5ace5b2f747ae5b851f68a1731526c3e10feacde80469415d15a0df0e960251b515e3cd4ea080a3534e0610ac74b0d3252f607ef2f536bcc97e22d324231578 + languageName: node + linkType: hard + "@nodelib/fs.scandir@npm:2.1.5": version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" @@ -9088,1828 +9269,147 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-use-callback-ref@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-use-callback-ref@npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10c0/e954863f3baa151faf89ac052a5468b42650efca924417470efd1bd254b411a94c69c30de2fdbb90187b38cb984795978e12e30423dc41e4309d93d53b66d819 - languageName: node - linkType: hard - -"@radix-ui/react-use-controllable-state@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-use-controllable-state@npm:1.1.0" - dependencies: - "@radix-ui/react-use-callback-ref": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10c0/2af883b5b25822ac226e60a6bfde647c0123a76345052a90219026059b3f7225844b2c13a9a16fba859c1cda5fb3d057f2a04503f71780e607516492db4eb3a1 - languageName: node - linkType: hard - -"@radix-ui/react-use-escape-keydown@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-use-escape-keydown@npm:1.1.0" - dependencies: - "@radix-ui/react-use-callback-ref": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10c0/910fd696e5a0994b0e06b9cb68def8a865f47951a013ec240c77db2a9e1e726105602700ef5e5f01af49f2f18fe0e73164f9a9651021f28538ef8a30d91f3fbb - languageName: node - linkType: hard - -"@radix-ui/react-use-layout-effect@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-use-layout-effect@npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10c0/9bf87ece1845c038ed95863cfccf9d75f557c2400d606343bab0ab3192b9806b9840e6aa0a0333fdf3e83cf9982632852192f3e68d7d8367bc8c788dfdf8e62b - languageName: node - linkType: hard - -"@radix-ui/react-use-rect@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-use-rect@npm:1.1.0" - dependencies: - "@radix-ui/rect": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10c0/c2e30150ab49e2cec238cda306fd748c3d47fb96dcff69a3b08e1d19108d80bac239d48f1747a25dadca614e3e967267d43b91e60ea59db2befbc7bea913ff84 - languageName: node - linkType: hard - -"@radix-ui/react-use-size@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-use-size@npm:1.1.0" - dependencies: - "@radix-ui/react-use-layout-effect": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10c0/4c8b89037597fdc1824d009e0c941b510c7c6c30f83024cc02c934edd748886786e7d9f36f57323b02ad29833e7fa7e8974d81969b4ab33d8f41661afa4f30a6 - languageName: node - linkType: hard - -"@radix-ui/react-visually-hidden@npm:1.1.2, @radix-ui/react-visually-hidden@npm:^1.0.3": - version: 1.1.2 - resolution: "@radix-ui/react-visually-hidden@npm:1.1.2" - dependencies: - "@radix-ui/react-primitive": "npm:2.0.2" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10c0/ea6dc8ec284b32bca6f24809db257394802e14af7c95e4a237af51009fa222c42e3b7a55b3bfc94d753f509086636555058ae8e535be25956c46529abf41b448 - languageName: node - linkType: hard - -"@radix-ui/rect@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/rect@npm:1.1.0" - checksum: 10c0/a26ff7f8708fb5f2f7949baad70a6b2a597d761ee4dd4aadaf1c1a33ea82ea23dfef6ce6366a08310c5d008cdd60b2e626e4ee03fa342bd5f246ddd9d427f6be - languageName: node - linkType: hard - -"@react-aria/autocomplete@npm:3.0.0-rc.6": - version: 3.0.0-rc.6 - resolution: "@react-aria/autocomplete@npm:3.0.0-rc.6" - dependencies: - "@react-aria/combobox": "npm:^3.15.0" - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/listbox": "npm:^3.15.3" - "@react-aria/searchfield": "npm:^3.8.12" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/autocomplete": "npm:3.0.0-beta.4" - "@react-stately/combobox": "npm:^3.13.0" - "@react-types/autocomplete": "npm:3.0.0-alpha.38" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/a3ea55078915b221dd2132b87d7362e5ad316c6313fc4590730635b3aa6df476d59978176fc626e52cc8e78c6494ec8df6ef419db3219a577abbd55b2d28b466 - languageName: node - linkType: hard - -"@react-aria/breadcrumbs@npm:^3.5.32": - version: 3.5.32 - resolution: "@react-aria/breadcrumbs@npm:3.5.32" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/link": "npm:^3.8.9" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/breadcrumbs": "npm:^3.7.19" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/97b43e37343dbe20d12454c0e5bd010e9d271590e2c894bf831ff30113b73d373643534e1d32e5536267d7fe608071f7f77cc8cff367630c49103610e6b1412f - languageName: node - linkType: hard - -"@react-aria/button@npm:^3.14.3, @react-aria/button@npm:^3.14.5": - version: 3.14.5 - resolution: "@react-aria/button@npm:3.14.5" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/toolbar": "npm:3.0.0-beta.24" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/toggle": "npm:^3.9.5" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/df10c1f7d796ca7022770cf0f4695b5de5d14021f1edb9f1a1ace7e67c5534a97a1a052d161a84f9a8da1d4b8cccc98c033df623cd779450fae53911581c1d8f - languageName: node - linkType: hard - -"@react-aria/calendar@npm:^3.9.5": - version: 3.9.5 - resolution: "@react-aria/calendar@npm:3.9.5" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/calendar": "npm:^3.9.3" - "@react-types/button": "npm:^3.15.1" - "@react-types/calendar": "npm:^3.8.3" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/fa2b5a041ea3c919f7ecf839abb45c7565f1d934be2683d84f991fa1936f419a4c370c02d576da3fcb0143c3d46eac15c04239b30f986e98b01004fed85a2c7a - languageName: node - linkType: hard - -"@react-aria/checkbox@npm:^3.16.5": - version: 3.16.5 - resolution: "@react-aria/checkbox@npm:3.16.5" - dependencies: - "@react-aria/form": "npm:^3.1.5" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/toggle": "npm:^3.12.5" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/checkbox": "npm:^3.7.5" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/toggle": "npm:^3.9.5" - "@react-types/checkbox": "npm:^3.10.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d2f71668945a2c4faa8188f1a0448fae4393114f3d555d401f4f8ba09fab0c3382e31a082b8d45fb3b35599d1685037c90a0a6e8545d51f871e0f56f621faede - languageName: node - linkType: hard - -"@react-aria/collections@npm:^3.0.3": - version: 3.0.3 - resolution: "@react-aria/collections@npm:3.0.3" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - use-sync-external-store: "npm:^1.6.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b96a5f0923d9bdaf055d5c55e1f256c0f1d5e5d0dd69892980cc78a6a76bcfe5d7470fb1adba36c008806a6c77de0feb84bc950bf31d8124aa9928878350fff2 - languageName: node - linkType: hard - -"@react-aria/color@npm:^3.1.5": - version: 3.1.5 - resolution: "@react-aria/color@npm:3.1.5" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/numberfield": "npm:^3.12.5" - "@react-aria/slider": "npm:^3.8.5" - "@react-aria/spinbutton": "npm:^3.7.2" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/utils": "npm:^3.33.1" - "@react-aria/visually-hidden": "npm:^3.8.31" - "@react-stately/color": "npm:^3.9.5" - "@react-stately/form": "npm:^3.2.4" - "@react-types/color": "npm:^3.1.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d97fe78edec86a5f75d94469911f19d9ad8968df2d6e920b15f2b28c398ae6985cfeddbcbcfd68d19ab36a02d8d557c72b926483d8b7cd3f207f29daf7df2674 - languageName: node - linkType: hard - -"@react-aria/combobox@npm:^3.15.0": - version: 3.15.0 - resolution: "@react-aria/combobox@npm:3.15.0" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/listbox": "npm:^3.15.3" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/menu": "npm:^3.21.0" - "@react-aria/overlays": "npm:^3.31.2" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/combobox": "npm:^3.13.0" - "@react-stately/form": "npm:^3.2.4" - "@react-types/button": "npm:^3.15.1" - "@react-types/combobox": "npm:^3.14.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/39dabc979125bdf96e25236070c3cdb7aa6e381a4c823e6f021ccaf431e7412a0b397226696ec27c5b9c890f021d004df9a9880709346de930e0815e46102e21 - languageName: node - linkType: hard - -"@react-aria/datepicker@npm:^3.16.1": - version: 3.16.1 - resolution: "@react-aria/datepicker@npm:3.16.1" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@internationalized/number": "npm:^3.6.5" - "@internationalized/string": "npm:^3.2.7" - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/form": "npm:^3.1.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/spinbutton": "npm:^3.7.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/datepicker": "npm:^3.16.1" - "@react-stately/form": "npm:^3.2.4" - "@react-types/button": "npm:^3.15.1" - "@react-types/calendar": "npm:^3.8.3" - "@react-types/datepicker": "npm:^3.13.5" - "@react-types/dialog": "npm:^3.5.24" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/5390bea90bf0d4df0b25b2ac34e78052a77da68d833af23abac843708ea46fd67079251b84cb4e8d9b3e3ad450850c232711f4cc7dd47e0d5f099bdff83514a4 - languageName: node - linkType: hard - -"@react-aria/dialog@npm:^3.5.34": - version: 3.5.34 - resolution: "@react-aria/dialog@npm:3.5.34" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/overlays": "npm:^3.31.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/dialog": "npm:^3.5.24" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/cc1f50a40ac20a27528e8aa17cd7ff47f26471e1c87a8f0ee445fe909a00f58a4abee4a857be114d229e5b6e15832572709d1cf2d42f1eb8e0fe209f0c45a97a - languageName: node - linkType: hard - -"@react-aria/disclosure@npm:^3.1.3": - version: 3.1.3 - resolution: "@react-aria/disclosure@npm:3.1.3" - dependencies: - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/disclosure": "npm:^3.0.11" - "@react-types/button": "npm:^3.15.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/f081af1189f5efd72d59aa7cd74e10bf03f534d458e156276f281d3ba633543657cbc76535e4c43cd071ec63bfb97f04ae8d2683dc7fdea845e576abd0cf23a3 - languageName: node - linkType: hard - -"@react-aria/dnd@npm:^3.11.6": - version: 3.11.6 - resolution: "@react-aria/dnd@npm:3.11.6" - dependencies: - "@internationalized/string": "npm:^3.2.7" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/overlays": "npm:^3.31.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/dnd": "npm:^3.7.4" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/47d4a45c1c56f7e37ae22043c0b1d5ad67359b0cb2cfb46b26a3f587d551e99564ae3331dd31ada699f04cde51a9cec384a1beed5f566cbd6e15b2884dac98d6 - languageName: node - linkType: hard - -"@react-aria/focus@npm:^3.21.5": - version: 3.21.5 - resolution: "@react-aria/focus@npm:3.21.5" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - clsx: "npm:^2.0.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/f14f3d2d14b11d1e70028c4040cae46f132a24594e9217d7041d63ebff4cf8bc5d7f07b029c97481f267a440cfd6e1521181484b665f2a410b76ee77ceb641bf - languageName: node - linkType: hard - -"@react-aria/form@npm:^3.1.5": - version: 3.1.5 - resolution: "@react-aria/form@npm:3.1.5" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/form": "npm:^3.2.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/fe3127151f95c8cde971384ff6f0cc9ebaf826e9ec818efbb75ac7d72ffa6a6445ba3431502ca77099d0281ea8fae2c6c53ce5f299e92a725bf0d45fb7f018af - languageName: node - linkType: hard - -"@react-aria/grid@npm:^3.14.8": - version: 3.14.8 - resolution: "@react-aria/grid@npm:3.14.8" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/grid": "npm:^3.11.9" - "@react-stately/selection": "npm:^3.20.9" - "@react-types/checkbox": "npm:^3.10.4" - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6e824d536aec986ed11121076044199f96cfca21ec3ca69759a76f8ab524d8c4ef2b02fc98bdc075155818daa19e9fb82b565b8641ed08e50fcb36c09ab0860e - languageName: node - linkType: hard - -"@react-aria/gridlist@npm:^3.14.4": - version: 3.14.4 - resolution: "@react-aria/gridlist@npm:3.14.4" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/grid": "npm:^3.14.8" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/list": "npm:^3.13.4" - "@react-stately/tree": "npm:^3.9.6" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/c94350a6c17d1343eaa9cbae028f33f7487d712e95a0a096edf95d726f1100c12214015dc8c7512e77475cf446a9a54a9a0b89264727903b9e1b272b61683ab2 - languageName: node - linkType: hard - -"@react-aria/i18n@npm:^3.12.16": - version: 3.12.16 - resolution: "@react-aria/i18n@npm:3.12.16" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@internationalized/message": "npm:^3.1.8" - "@internationalized/number": "npm:^3.6.5" - "@internationalized/string": "npm:^3.2.7" - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/dfe20390526ee74b0eaec66ae990c2e76d7712afe95be5e38e2e0400a95e91cbf43e73c0e5ac3d2d25c1cb3b5ee6e55f02e272dd24ee9e9d6648a5317e68e674 - languageName: node - linkType: hard - -"@react-aria/interactions@npm:^3.27.1": - version: 3.27.1 - resolution: "@react-aria/interactions@npm:3.27.1" - dependencies: - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/flags": "npm:^3.1.2" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/3fe2bf9b6d58554c21bacbc9d6af4a547040b803a8eaed5b5fa3ea99045fe777a038ef1f4b13919833b60744ba46635aaf0849d04a6de1eb545728c339a8b510 - languageName: node - linkType: hard - -"@react-aria/label@npm:^3.7.25": - version: 3.7.25 - resolution: "@react-aria/label@npm:3.7.25" - dependencies: - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/06474430cd3574aab2eba10823bbaa4ee28bb4e5cdae58b9de38600dcf73bb6ace1af520f507fb8e507f0acd9eea20002af471b57119a71f2da8ea8d0c03d58f - languageName: node - linkType: hard - -"@react-aria/landmark@npm:^3.0.10": - version: 3.0.10 - resolution: "@react-aria/landmark@npm:3.0.10" - dependencies: - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - use-sync-external-store: "npm:^1.6.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/5f3cf583ef8f473e6f2733d3090ac58ee7493b9d8e7c4beffb9a5ea9dc1f0a91f5308d9782de4bb229f32421e1e73a10df0dac724b3c722c043557117a2313db - languageName: node - linkType: hard - -"@react-aria/link@npm:^3.8.9": - version: 3.8.9 - resolution: "@react-aria/link@npm:3.8.9" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/link": "npm:^3.6.7" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/4724cf10762a6bda9d4c17adae5bf95a27512152f7f5f1d798d3cb835dd2321860f143e66f98f3653b3f2d776909a8f269fb8476395965d8ee0fe3d040ec3977 - languageName: node - linkType: hard - -"@react-aria/listbox@npm:^3.15.3": - version: 3.15.3 - resolution: "@react-aria/listbox@npm:3.15.3" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/list": "npm:^3.13.4" - "@react-types/listbox": "npm:^3.7.6" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/c0f08d32971ede39dc5941e451dd8aac22e0655abca3840d547e99a6dc6e9b3a3787cf501c284367df642584dbbc8440246ac6e94fbdf5598f5d181952e8b7e1 - languageName: node - linkType: hard - -"@react-aria/live-announcer@npm:^3.4.4": - version: 3.4.4 - resolution: "@react-aria/live-announcer@npm:3.4.4" - dependencies: - "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/1598372e773ee8dbb2f1d2a946652384f5140ab54106416e2a182c72eaabc1b3739e624bac7aea3d95429ba16487074c782ff90db093be36dd1d4cf84f9f9a17 - languageName: node - linkType: hard - -"@react-aria/menu@npm:^3.21.0": - version: 3.21.0 - resolution: "@react-aria/menu@npm:3.21.0" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/overlays": "npm:^3.31.2" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/menu": "npm:^3.9.11" - "@react-stately/selection": "npm:^3.20.9" - "@react-stately/tree": "npm:^3.9.6" - "@react-types/button": "npm:^3.15.1" - "@react-types/menu": "npm:^3.10.7" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/7f20522dc3afa4a927c71e41b62777a9096a22b61c45ce73eccc163f7b14628f45f00c7dfe603b0a511018e9f4eddbaf094c5bfd7a6acc59701ecc11d3b1bafb - languageName: node - linkType: hard - -"@react-aria/meter@npm:^3.4.30": - version: 3.4.30 - resolution: "@react-aria/meter@npm:3.4.30" - dependencies: - "@react-aria/progress": "npm:^3.4.30" - "@react-types/meter": "npm:^3.4.15" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/8aed01a68b0dfce61c1ae59eb4c95d9feeb0bcabf8ed6492a95133c45c1553f7ea03865dca45ba0341b621827fa8cd06a931d8602dd86cfc84828e5c8dc1fb58 - languageName: node - linkType: hard - -"@react-aria/numberfield@npm:^3.12.5": - version: 3.12.5 - resolution: "@react-aria/numberfield@npm:3.12.5" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/spinbutton": "npm:^3.7.2" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/numberfield": "npm:^3.11.0" - "@react-types/button": "npm:^3.15.1" - "@react-types/numberfield": "npm:^3.8.18" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/54f204d4a92295f24d5f7a18290891baff95f355c17980fa028acdd875d0e41ff1e18aced9f879e1bbbbe34acd48237efd623772bbf240f603b8e11f60e2e2c5 - languageName: node - linkType: hard - -"@react-aria/overlays@npm:^3.31.2": - version: 3.31.2 - resolution: "@react-aria/overlays@npm:3.31.2" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/utils": "npm:^3.33.1" - "@react-aria/visually-hidden": "npm:^3.8.31" - "@react-stately/flags": "npm:^3.1.2" - "@react-stately/overlays": "npm:^3.6.23" - "@react-types/button": "npm:^3.15.1" - "@react-types/overlays": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/c53b87a608cbc13b49e26061604314e4d0b8048716934884e6a34b1dc0250859b641e6ed654d9aa3df85f7a88d093644c8cc607a092b54f62c7044a1ca458a79 - languageName: node - linkType: hard - -"@react-aria/progress@npm:^3.4.30": - version: 3.4.30 - resolution: "@react-aria/progress@npm:3.4.30" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/progress": "npm:^3.5.18" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/8db32d5a8dd12f511ab48e9b2707e7c305b777103bdbb828ac190dd3ebcad77400df88525e97f020388d647efd72766376f6b4b3574df51ff981dde6dfc554c0 - languageName: node - linkType: hard - -"@react-aria/radio@npm:^3.12.5": - version: 3.12.5 - resolution: "@react-aria/radio@npm:3.12.5" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/form": "npm:^3.1.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/radio": "npm:^3.11.5" - "@react-types/radio": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d9637d50aa01c6e7fc9f997241794b231b1b46e5beea2f998a041c316235cc28d79e9acf8b6e27cfb4a6f3060e5a069c3ec9fee74eb51f7fd0a20805bb22e2cb - languageName: node - linkType: hard - -"@react-aria/searchfield@npm:^3.8.12": - version: 3.8.12 - resolution: "@react-aria/searchfield@npm:3.8.12" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/searchfield": "npm:^3.5.19" - "@react-types/button": "npm:^3.15.1" - "@react-types/searchfield": "npm:^3.6.8" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/a75e6f8984da2529eed3d301deff350eb199a6a82f0d466b7ea81e029e70c24e254ee4aea374760f6f3f52746e60c9b7f6f0a212cd50378f4359478d206561b0 - languageName: node - linkType: hard - -"@react-aria/select@npm:^3.17.3": - version: 3.17.3 - resolution: "@react-aria/select@npm:3.17.3" - dependencies: - "@react-aria/form": "npm:^3.1.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/listbox": "npm:^3.15.3" - "@react-aria/menu": "npm:^3.21.0" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-aria/visually-hidden": "npm:^3.8.31" - "@react-stately/select": "npm:^3.9.2" - "@react-types/button": "npm:^3.15.1" - "@react-types/select": "npm:^3.12.2" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6084e71341952388a1b2780fae13b2628a58e10ba8f486caecb75f3ee4a6fb98d5bf16edf449566487b9620e8a12e3ba04ed12344b17b22362112fe07d6310dd - languageName: node - linkType: hard - -"@react-aria/selection@npm:^3.27.2": - version: 3.27.2 - resolution: "@react-aria/selection@npm:3.27.2" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/selection": "npm:^3.20.9" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/bc283b7fd3169f1287a6f90bfa73a48f1b5f51ba38e1b32d785ba8c761f616927b0b649d410a793ff461d16a5dfb5c066b4ecc0100db8b5556ccf0d2bdfe42c4 - languageName: node - linkType: hard - -"@react-aria/separator@npm:^3.4.16": - version: 3.4.16 - resolution: "@react-aria/separator@npm:3.4.16" - dependencies: - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/bf32279f3c94da22c9f3eda7c1fe6dd9206cf670819c94be0099c158d0b5e2401fcfd22e5f2f9b748079fa53c69130e089f89cd3333947a4ae76d0ff18932482 - languageName: node - linkType: hard - -"@react-aria/slider@npm:^3.8.5": - version: 3.8.5 - resolution: "@react-aria/slider@npm:3.8.5" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/slider": "npm:^3.7.5" - "@react-types/shared": "npm:^3.33.1" - "@react-types/slider": "npm:^3.8.4" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/4b44a91f066fe0b31ab17efa64e23e2f6ffcf416eed219d319b96f1b3ff9850b73e8f08e6ef5a00fd0f6109924495f39995304222bf83e7e46276513357e11df - languageName: node - linkType: hard - -"@react-aria/spinbutton@npm:^3.7.2": - version: 3.7.2 - resolution: "@react-aria/spinbutton@npm:3.7.2" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/97c2f504bb07484d78045cf5b36301b0eea6226928a72ffc80c03212657e6c9e18dbb7f1bd5caa91235008e0d6ad0672dd37144967dd1b2deb56b025d27c9baa - languageName: node - linkType: hard - -"@react-aria/ssr@npm:^3.9.10": - version: 3.9.10 - resolution: "@react-aria/ssr@npm:3.9.10" - dependencies: - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/44acb4c441d9c5d65aab94aa81fd8368413cf2958ab458582296dd78f6ba4783583f2311fa986120060e5c26b54b1f01e8910ffd17e4f41ccc5fc8c357d84089 - languageName: node - linkType: hard - -"@react-aria/switch@npm:^3.7.11": - version: 3.7.11 - resolution: "@react-aria/switch@npm:3.7.11" - dependencies: - "@react-aria/toggle": "npm:^3.12.5" - "@react-stately/toggle": "npm:^3.9.5" - "@react-types/shared": "npm:^3.33.1" - "@react-types/switch": "npm:^3.5.17" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b3561b707be211e6ce4b6c58f4463be285b88be082d9d449561513465450730e67e87f951d137d0f6f7260124588c571fbdcd6524fd42f9f144c267f199f5a76 - languageName: node - linkType: hard - -"@react-aria/table@npm:^3.17.11": - version: 3.17.11 - resolution: "@react-aria/table@npm:3.17.11" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/grid": "npm:^3.14.8" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/utils": "npm:^3.33.1" - "@react-aria/visually-hidden": "npm:^3.8.31" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/flags": "npm:^3.1.2" - "@react-stately/table": "npm:^3.15.4" - "@react-types/checkbox": "npm:^3.10.4" - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - "@react-types/table": "npm:^3.13.6" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/8959b2f4fa42e56019b0e6a8586011a5220cd59f4b69efe344e2fb16769642b7fdbe02eca7c96fbd41bdeb873c3e46f55663c31ab82b9ac4fadaf2cd6f179857 - languageName: node - linkType: hard - -"@react-aria/tabs@npm:^3.11.1": - version: 3.11.1 - resolution: "@react-aria/tabs@npm:3.11.1" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/tabs": "npm:^3.8.9" - "@react-types/shared": "npm:^3.33.1" - "@react-types/tabs": "npm:^3.3.22" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/24c26ff9a0f5a4d7adf2a2fa4d887cc9bd9a40c1a88013ed5d7d71c68bf69497bc28480cadca018fb3e597be0215f75cf7028a114b0add76c12f23043e37737d - languageName: node - linkType: hard - -"@react-aria/tag@npm:^3.8.1": - version: 3.8.1 - resolution: "@react-aria/tag@npm:3.8.1" - dependencies: - "@react-aria/gridlist": "npm:^3.14.4" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/list": "npm:^3.13.4" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/3969ef97889543e7f3a599198a6724d27e76f61da20d01e4ff39916534e9f4a4be92913c190381db432f918399fb3b08e5e7d8529e01625c39c4ed4b5a1bd4e8 - languageName: node - linkType: hard - -"@react-aria/textfield@npm:^3.18.5": - version: 3.18.5 - resolution: "@react-aria/textfield@npm:3.18.5" - dependencies: - "@react-aria/form": "npm:^3.1.5" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@react-types/textfield": "npm:^3.12.8" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/36e58a23fb29f2167cb404932c6339bbd8a8d33b68145df575fbeafadd5d50b6e130b578e10b109b93e8b08328a79afbdf3af3b50d0a07812b85b8b7d35e42ca - languageName: node - linkType: hard - -"@react-aria/toast@npm:^3.0.11, @react-aria/toast@npm:^3.0.9": - version: 3.0.11 - resolution: "@react-aria/toast@npm:3.0.11" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/landmark": "npm:^3.0.10" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/toast": "npm:^3.1.3" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/235044b30738582c7838facff395db85d9de2a48691b8fe01020e825520d6662c1e6aef61a9c515f3301d4402203614c3a9e1460b89bf60c54853f66b4cf62f3 - languageName: node - linkType: hard - -"@react-aria/toggle@npm:^3.12.5": - version: 3.12.5 - resolution: "@react-aria/toggle@npm:3.12.5" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/toggle": "npm:^3.9.5" - "@react-types/checkbox": "npm:^3.10.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/8afb40f99c9e57efb2e18ac5fb8a67a88cd45b36ece218667fe67adec84dd4b1a45bd97412e6ee396dab0d763fa3d71f1451f5f54c20366aac8212c7020ed6d3 - languageName: node - linkType: hard - -"@react-aria/toolbar@npm:3.0.0-beta.24": - version: 3.0.0-beta.24 - resolution: "@react-aria/toolbar@npm:3.0.0-beta.24" - dependencies: - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/ee47c3fc2eac0b4fcc4ebcd6d746fa3d50087d76273381f5b23b4274a9d4d129bc7057b8775f5b5081e431077ffdd6b51f1b1ccdcea86bf1a20eb8e44459e912 - languageName: node - linkType: hard - -"@react-aria/tooltip@npm:^3.9.2": - version: 3.9.2 - resolution: "@react-aria/tooltip@npm:3.9.2" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/tooltip": "npm:^3.5.11" - "@react-types/shared": "npm:^3.33.1" - "@react-types/tooltip": "npm:^3.5.2" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d52e3d8bb4bb481a7bf7a2e9b286d226f7f7c0a83c18620ed9f2318f5be1ad7411ca479e4ff8efdb13dfec12277ece895338251a06b283b4bc39d443545bd4f2 - languageName: node - linkType: hard - -"@react-aria/tree@npm:^3.1.7": - version: 3.1.7 - resolution: "@react-aria/tree@npm:3.1.7" - dependencies: - "@react-aria/gridlist": "npm:^3.14.4" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/tree": "npm:^3.9.6" - "@react-types/button": "npm:^3.15.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/a0ca8cc14dac2cac8b294fbc8696f0895cfab1b82dedf17a165d971f8ba03044fec935063e256759c870e88d7858fc8ac151446eaa516e173c19dd94d927f06c - languageName: node - linkType: hard - -"@react-aria/utils@npm:^3.33.1": - version: 3.33.1 - resolution: "@react-aria/utils@npm:3.33.1" - dependencies: - "@react-aria/ssr": "npm:^3.9.10" - "@react-stately/flags": "npm:^3.1.2" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - clsx: "npm:^2.0.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/8b59b6e4f5f2358aecc291c929b621e68d121ebd15a8377da0a8b34ee706c9caea928dc34a0cc70650527dc9538619f4a9dcbcacf92bee31a73e69f59afbc772 - languageName: node - linkType: hard - -"@react-aria/virtualizer@npm:^4.1.13": - version: 4.1.13 - resolution: "@react-aria/virtualizer@npm:4.1.13" - dependencies: - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-stately/virtualizer": "npm:^4.4.6" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/483e03235d3066dd0d1a24884e9fde115e21b472bae087cad69b56edbdbb0e38a4fb54d15c4eb6df6f6d8f1f3dca9282fc5da070151e8719e7a9024b939d2836 - languageName: node - linkType: hard - -"@react-aria/visually-hidden@npm:^3.8.31": - version: 3.8.31 - resolution: "@react-aria/visually-hidden@npm:3.8.31" - dependencies: - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/utils": "npm:^3.33.1" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/bb33ba7ec2b274241140c8219e243c0c059bb11d01304881c883b0f6e8b708fdebda8729bc682b5468a43d74d7a576b722e6ffbbdf9cb0370d0ab6833f161c50 - languageName: node - linkType: hard - -"@react-hookz/deep-equal@npm:^1.0.4": - version: 1.0.4 - resolution: "@react-hookz/deep-equal@npm:1.0.4" - checksum: 10c0/f48774ccc63506e8de29eb6f3beff1204a5f51e481329f6b38b578bb43b35391eeacd9908f35a7fcca008e4c7e5144be7092103236042a8bcbbe4e7594ed4eb9 - languageName: node - linkType: hard - -"@react-hookz/web@npm:^24.0.0": - version: 24.0.4 - resolution: "@react-hookz/web@npm:24.0.4" - dependencies: - "@react-hookz/deep-equal": "npm:^1.0.4" - peerDependencies: - js-cookie: ^3.0.5 - react: ^16.8 || ^17 || ^18 - react-dom: ^16.8 || ^17 || ^18 - peerDependenciesMeta: - js-cookie: - optional: true - checksum: 10c0/894419b88601938b6b2027c8bc77a7e470de4cf196a2d461d53842b037cae57a2abe8e7279edd01ab56d7c671dd155de7795f6e717331c7fdb89734eafac8769 - languageName: node - linkType: hard - -"@react-stately/autocomplete@npm:3.0.0-beta.4": - version: 3.0.0-beta.4 - resolution: "@react-stately/autocomplete@npm:3.0.0-beta.4" - dependencies: - "@react-stately/utils": "npm:^3.11.0" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/1dd69bc262bd761f21b2ff7c594f8ffbfc34e12bbb721d6077739a59646be9cbcdff8652874ca1402c8644ac5639275fa928172e478db10770ae951af629b03f - languageName: node - linkType: hard - -"@react-stately/calendar@npm:^3.9.3": - version: 3.9.3 - resolution: "@react-stately/calendar@npm:3.9.3" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/calendar": "npm:^3.8.3" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/24231a0b0c270b9936a043b4e17091005fce0749804f1b0ea7e0f101f945081255d08439186d0229430f2ade745c9d2eaa131e0b154d236e0dc3b0912a93864e - languageName: node - linkType: hard - -"@react-stately/checkbox@npm:^3.7.5": - version: 3.7.5 - resolution: "@react-stately/checkbox@npm:3.7.5" - dependencies: - "@react-stately/form": "npm:^3.2.4" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/checkbox": "npm:^3.10.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/c60a931853af7882e7fa498f3e02c0ef13fbf824696f504869e22f1f1fc65967d3f05f9dd66a4b466bb8a8533113bddf713c712abcbcae07f50fb11c952db4c5 - languageName: node - linkType: hard - -"@react-stately/collections@npm:^3.12.10": - version: 3.12.10 - resolution: "@react-stately/collections@npm:3.12.10" - dependencies: - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6c033e1e4f345bcad9cc725f63a63c2908d45ee96c44a27bf67d41f1c6065f9bce3177de2168cff53ca33ebe93028a8806e3f45659f600efcac739fae02876c1 - languageName: node - linkType: hard - -"@react-stately/color@npm:^3.9.5": - version: 3.9.5 - resolution: "@react-stately/color@npm:3.9.5" - dependencies: - "@internationalized/number": "npm:^3.6.5" - "@internationalized/string": "npm:^3.2.7" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/numberfield": "npm:^3.11.0" - "@react-stately/slider": "npm:^3.7.5" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/color": "npm:^3.1.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/7fa5b21ef06ee3aab466e9caf1a4c6c9c4591828d433d0600777b1f00324abe4918572dd6ec6640d9a7ed41e631ef7ae19f7fa277c3232ae7fb20b1057b0938b - languageName: node - linkType: hard - -"@react-stately/combobox@npm:^3.13.0": - version: 3.13.0 - resolution: "@react-stately/combobox@npm:3.13.0" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/list": "npm:^3.13.4" - "@react-stately/overlays": "npm:^3.6.23" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/combobox": "npm:^3.14.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b538778862fa5107e8c8b54f630a5d0a6ec2c1d35ae9111b813baf0bdfd55f79cedd8b3dcf0a8ad118edfb9f300506a382b09c8a13b706f183d6d61156e4533d - languageName: node - linkType: hard - -"@react-stately/data@npm:^3.15.2": - version: 3.15.2 - resolution: "@react-stately/data@npm:3.15.2" - dependencies: - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b8765059eac1e19dac9e0e4407f1a36e4204b62dd7efc87a1fe157574869df17f9852a7f6c94a8813b3844c38023f25317fe83eff1cd752552da59235b9c5f14 - languageName: node - linkType: hard - -"@react-stately/datepicker@npm:^3.16.1": - version: 3.16.1 - resolution: "@react-stately/datepicker@npm:3.16.1" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@internationalized/number": "npm:^3.6.5" - "@internationalized/string": "npm:^3.2.7" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/overlays": "npm:^3.6.23" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/datepicker": "npm:^3.13.5" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/7b4d044e9f5feb30ee5d4ac66fce9294a97464471d659d6fc35d6d0d4f8280283b1cfcbf5f232ac38ed16f4b765b15ac6d67399efb3f78488cf4e46d015e4c56 - languageName: node - linkType: hard - -"@react-stately/disclosure@npm:^3.0.11": - version: 3.0.11 - resolution: "@react-stately/disclosure@npm:3.0.11" - dependencies: - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/1b588e777fe01a527897cfce0fbc07525df02ee602e2a3a2415e5ef28596af965cbefc0a7f603aaea413f3ca1cb46ee236d0544550cf4906cb1a2d2ea6eb20fc - languageName: node - linkType: hard - -"@react-stately/dnd@npm:^3.7.4": - version: 3.7.4 - resolution: "@react-stately/dnd@npm:3.7.4" - dependencies: - "@react-stately/selection": "npm:^3.20.9" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/9cb1292c04364e631ace5d5e86f0b89423c958a7b80dcd22ef2f36edca20a3cd9315af327a79d337e60d349ffcc770c9b59e0ab9dc206af5e42e6aad34229467 - languageName: node - linkType: hard - -"@react-stately/flags@npm:^3.1.2": - version: 3.1.2 - resolution: "@react-stately/flags@npm:3.1.2" - dependencies: - "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/d86890ce662f04c7d8984e9560527f46c9779b97757abded9e1bf7e230a6900a0ea7a3e7c22534de8d2ff278abae194e4e4ad962d710f3b04c52a4e1011c2e5b - languageName: node - linkType: hard - -"@react-stately/form@npm:^3.2.4": - version: 3.2.4 - resolution: "@react-stately/form@npm:3.2.4" - dependencies: - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/e940fd5a8fa0fcd3f09acdc3eb97b12fa84690d6a4fc01a52da22673e4a2580b76626901296cad7ee7ed9ea43deb9a48e6af248bf4d59a4fe4c599f30941ecb3 - languageName: node - linkType: hard - -"@react-stately/grid@npm:^3.11.9": - version: 3.11.9 - resolution: "@react-stately/grid@npm:3.11.9" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/selection": "npm:^3.20.9" - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6fbd5be08268a893254f19a26495f7b578e78fd51373f92711603295c0335cfaf36a4478db77cc48fa585e22963370b232b3d394037c74125b90349e14bb0631 - languageName: node - linkType: hard - -"@react-stately/layout@npm:^4.6.0": - version: 4.6.0 - resolution: "@react-stately/layout@npm:4.6.0" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/table": "npm:^3.15.4" - "@react-stately/virtualizer": "npm:^4.4.6" - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - "@react-types/table": "npm:^3.13.6" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/cb50d63cf725776ccade53baa7256ce9708591ac63c6849997acf74774a2ee0dca1f2cc16164ff2eb8c302b0f30bdb6bab38bc75e882a079887d4c6d6c1ff23a - languageName: node - linkType: hard - -"@react-stately/list@npm:^3.13.4": - version: 3.13.4 - resolution: "@react-stately/list@npm:3.13.4" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/selection": "npm:^3.20.9" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/df5c4b07bd81fc2a3db13fa618aec99f91b94467d107f3ab123de6c336f757faf120c4fb3e04aa68a635026240668f78902ea9c4d3f3da6b4238506ecbbd5721 - languageName: node - linkType: hard - -"@react-stately/menu@npm:^3.9.11": - version: 3.9.11 - resolution: "@react-stately/menu@npm:3.9.11" - dependencies: - "@react-stately/overlays": "npm:^3.6.23" - "@react-types/menu": "npm:^3.10.7" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6006e7fd865eee1b4accdb22a13fbbd5c11de5f5b613a562b280eefbd2b1c3adb273348047d6214a5f53f6b4486202f46114969235110e02c1e208bf9e6eb635 - languageName: node - linkType: hard - -"@react-stately/numberfield@npm:^3.11.0": - version: 3.11.0 - resolution: "@react-stately/numberfield@npm:3.11.0" - dependencies: - "@internationalized/number": "npm:^3.6.5" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/numberfield": "npm:^3.8.18" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/5e82aed4dadb5a0ef38385ef07c961c88d27f96e4d1a7fa8ebb79ebb825d235f919e31cf97cb09e369d412682742acbef631c7b876cbedd040d65e1df0d8af72 - languageName: node - linkType: hard - -"@react-stately/overlays@npm:^3.6.23": - version: 3.6.23 - resolution: "@react-stately/overlays@npm:3.6.23" - dependencies: - "@react-stately/utils": "npm:^3.11.0" - "@react-types/overlays": "npm:^3.9.4" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/7c62160e11bbeb58780a629e09f0c8b16716a06b5c6114909fc45bb0118d55913b50aab3bbee2d6f60bbdd1075fed234dd361b3595b6cc49115a370c66b01ff3 - languageName: node - linkType: hard - -"@react-stately/radio@npm:^3.11.5": - version: 3.11.5 - resolution: "@react-stately/radio@npm:3.11.5" - dependencies: - "@react-stately/form": "npm:^3.2.4" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/radio": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/85a3cdd263e91445b4c739a8cf817a44032aab4c0863b385ebda49009d5c737fa653d087fc992771304037972d4d31fd065c00a46a36f11f688cb2e9e5da215e - languageName: node - linkType: hard - -"@react-stately/searchfield@npm:^3.5.19": - version: 3.5.19 - resolution: "@react-stately/searchfield@npm:3.5.19" - dependencies: - "@react-stately/utils": "npm:^3.11.0" - "@react-types/searchfield": "npm:^3.6.8" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/f0b0cb7bbfdc7415049739984b6670baff4e45e62d26026050bd916a0c45e1f740fa53f4bc5d08326ae6b1b41ea8db219e34b3e6c053d8d8398536eeeee396ed - languageName: node - linkType: hard - -"@react-stately/select@npm:^3.9.2": - version: 3.9.2 - resolution: "@react-stately/select@npm:3.9.2" - dependencies: - "@react-stately/form": "npm:^3.2.4" - "@react-stately/list": "npm:^3.13.4" - "@react-stately/overlays": "npm:^3.6.23" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/select": "npm:^3.12.2" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/613ec7668802085f5b281d651ec0e2229b45dc17b2b750342bfbba928965af1da1e64f0214f89eafc836710ee440406863b8ac26b80e8d63c2fe9945a587f3f5 - languageName: node - linkType: hard - -"@react-stately/selection@npm:^3.20.9": - version: 3.20.9 - resolution: "@react-stately/selection@npm:3.20.9" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/c006938877d900a885e39d066f5f5bc00fe346c197b4514b7cd93256e402d88f3f133e84f0ca22385d975936d641e6535ba1560cf73333c2314d6621d08b2cd3 - languageName: node - linkType: hard - -"@react-stately/slider@npm:^3.7.5": - version: 3.7.5 - resolution: "@react-stately/slider@npm:3.7.5" - dependencies: - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@react-types/slider": "npm:^3.8.4" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/e1c14a4354f910bf967b4e450e02bb447baa3a268460a00b19944ce457785ec19a3fb386a82c7d1d7ff6a110a368193a008418ecfbaab9844681d7391d4568a0 - languageName: node - linkType: hard - -"@react-stately/table@npm:^3.15.4": - version: 3.15.4 - resolution: "@react-stately/table@npm:3.15.4" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/flags": "npm:^3.1.2" - "@react-stately/grid": "npm:^3.11.9" - "@react-stately/selection": "npm:^3.20.9" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - "@react-types/table": "npm:^3.13.6" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/47fef5047d1e0aeb7e34db1f575d9f92b4b6bb5264dcf59862fed32d227863b6fc0b0b4357cb542fa25cc2f4d271e719e3a04bf1875960d01b6fa9860956ff07 - languageName: node - linkType: hard - -"@react-stately/tabs@npm:^3.8.9": - version: 3.8.9 - resolution: "@react-stately/tabs@npm:3.8.9" - dependencies: - "@react-stately/list": "npm:^3.13.4" - "@react-types/shared": "npm:^3.33.1" - "@react-types/tabs": "npm:^3.3.22" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/9c61603a3c928b5caa40b02fe0fb82e0c9085d3f3dc624bc0e911981097fe3db4a03c13e794178f3fc47365a4a71b46b1098346da00b5464ad19277b936b4236 - languageName: node - linkType: hard - -"@react-stately/toast@npm:^3.1.2, @react-stately/toast@npm:^3.1.3": - version: 3.1.3 - resolution: "@react-stately/toast@npm:3.1.3" - dependencies: - "@swc/helpers": "npm:^0.5.0" - use-sync-external-store: "npm:^1.6.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b6965d260625a837899edb0dc771ef3019cbdf79a80d9b43f4a69ed8194f49a2bb0f8dac0e63aa25dd400cac0d9b6ee7d6ab097a65ef4a1a77dd84dfcea1d472 - languageName: node - linkType: hard - -"@react-stately/toggle@npm:^3.9.5": - version: 3.9.5 - resolution: "@react-stately/toggle@npm:3.9.5" - dependencies: - "@react-stately/utils": "npm:^3.11.0" - "@react-types/checkbox": "npm:^3.10.4" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/eebc198e2d8a9f90d94d42e90657147ac380cc7db053549d203a97780963d007f92545e5dab03a8126530c6444254d1b802a2a7918dfc537e16d172e17172d20 - languageName: node - linkType: hard - -"@react-stately/tooltip@npm:^3.5.11": - version: 3.5.11 - resolution: "@react-stately/tooltip@npm:3.5.11" - dependencies: - "@react-stately/overlays": "npm:^3.6.23" - "@react-types/tooltip": "npm:^3.5.2" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d21970faad11e33d3255ef7957ca299951f4b4e677b3a49418f534b1bc3ce5a627fd3531b23e7e9d77e4de6e5d2d1300c713de271e9614b0e5b12ced29d93103 - languageName: node - linkType: hard - -"@react-stately/tree@npm:^3.9.6": - version: 3.9.6 - resolution: "@react-stately/tree@npm:3.9.6" - dependencies: - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/selection": "npm:^3.20.9" - "@react-stately/utils": "npm:^3.11.0" - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/96b82237a95d3d6957989f36fd7595263f5c28b786e65efe3c51e18b379e1385cddcfd0b806380ed046798df76020a12eb12d4f4a810d15cfaed579e95e63e26 - languageName: node - linkType: hard - -"@react-stately/utils@npm:^3.11.0": - version: 3.11.0 - resolution: "@react-stately/utils@npm:3.11.0" - dependencies: - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/09b38438df19fd8ff14d3147b2f9e5d42869b3ee637b0e33d6f2ab5cba93612e640c6de339b766b8c825d7bef828851fd551d5a197a037eb1331913546b8516c - languageName: node - linkType: hard - -"@react-stately/virtualizer@npm:^4.4.6": - version: 4.4.6 - resolution: "@react-stately/virtualizer@npm:4.4.6" - dependencies: - "@react-types/shared": "npm:^3.33.1" - "@swc/helpers": "npm:^0.5.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/fc7bdd9000ddfc0badec8e9adc8766e2344bf039f3dad6ae6aaee0d1b076a5c209d74f63e5cbfa8dc200ef740059296e36b5cb04069e0130303235698235ba51 - languageName: node - linkType: hard - -"@react-types/autocomplete@npm:3.0.0-alpha.38": - version: 3.0.0-alpha.38 - resolution: "@react-types/autocomplete@npm:3.0.0-alpha.38" - dependencies: - "@react-types/combobox": "npm:^3.14.0" - "@react-types/searchfield": "npm:^3.6.8" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b5629078aa912fbcde06ff9b6247c0243752b42691b5d88e248b8d3d04dfd66eb53c1326144d36cb8ce74f5dc33902a15d13807c639304341add9af96185c7fa - languageName: node - linkType: hard - -"@react-types/breadcrumbs@npm:^3.7.19": - version: 3.7.19 - resolution: "@react-types/breadcrumbs@npm:3.7.19" - dependencies: - "@react-types/link": "npm:^3.6.7" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/23502634fa73d3a2b54cf298a172b22df73e5cbf8296770fbcf028bc9edf338fe68f56f34cfc41cf1d195722b0dff75caab28215f6a3bccd1f809197896646c4 - languageName: node - linkType: hard - -"@react-types/button@npm:^3.15.1": - version: 3.15.1 - resolution: "@react-types/button@npm:3.15.1" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/2b05f8c6735ebc46ee832f1065593f86ab64028c38147d71204c8ecda5599e345c210b6d7341c135842dd7efb149dc114ecb0e43d76365b82bdd9341c2659d53 - languageName: node - linkType: hard - -"@react-types/calendar@npm:^3.8.3": - version: 3.8.3 - resolution: "@react-types/calendar@npm:3.8.3" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/c1f129b2f431227d7150639f95201c50f32299813e3e8714f2457335023675ff61b08508b67a687ceef18c0449e1b07c7863688e2710615be746cde6ffb60c0b - languageName: node - linkType: hard - -"@react-types/checkbox@npm:^3.10.4": - version: 3.10.4 - resolution: "@react-types/checkbox@npm:3.10.4" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/010479017ce2b42a1f4f10cf539f5fe48c85c555224bac1368c9e0433a7803d58bf2ba84a78597eae34387aac65caa7b64b9e6da8fbb391c91076f590957f25b - languageName: node - linkType: hard - -"@react-types/color@npm:^3.1.4": - version: 3.1.4 - resolution: "@react-types/color@npm:3.1.4" - dependencies: - "@react-types/shared": "npm:^3.33.1" - "@react-types/slider": "npm:^3.8.4" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/ab0505bad9bca20049539dff6949ba6be84e43e5dda375844d5f4957127ea0af8b565e11c3fb3cb1bff2885d75a9d31cc7c7e210b6a5434f9cd57dc04ef434d9 - languageName: node - linkType: hard - -"@react-types/combobox@npm:^3.14.0": - version: 3.14.0 - resolution: "@react-types/combobox@npm:3.14.0" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6a36a6e2068cb03455e4ce254006ec9377a14ab958bcab0d3f0a8840e467a7efeda25a0817c46a4137ba861115f38dea0bf56d945a89c85356abfcaa45a2df34 - languageName: node - linkType: hard - -"@react-types/datepicker@npm:^3.13.5": - version: 3.13.5 - resolution: "@react-types/datepicker@npm:3.13.5" - dependencies: - "@internationalized/date": "npm:^3.12.0" - "@react-types/calendar": "npm:^3.8.3" - "@react-types/overlays": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/e011c1d0844ddd36ed50448fb83aec602fc3c6db4f32a5c6d76d3bb168debafb170aa880102de4abb664ff2f77d140037b63ca4a375f4b1574989ce5b471c3c3 - languageName: node - linkType: hard - -"@react-types/dialog@npm:^3.5.24": - version: 3.5.24 - resolution: "@react-types/dialog@npm:3.5.24" - dependencies: - "@react-types/overlays": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/3c9471a620a63c953110593c92f0109072d12cc0d31c0073343589f16af046a3fd55f8cded8370f65d0a7cbaf5ca3744c402cf1baf984c894a3568115ac0655d - languageName: node - linkType: hard - -"@react-types/form@npm:^3.7.18": - version: 3.7.18 - resolution: "@react-types/form@npm:3.7.18" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/a81ee79dfb3af899f7ef6d635b0c5ab8d85dc589e7d4d5b0e0d85329f6ddc0ed2cfb8406a040a36b0176d9e32ef7e5eb2a92f3fe3261a75d308c3bcae0c4f37a - languageName: node - linkType: hard - -"@react-types/grid@npm:^3.3.8": - version: 3.3.8 - resolution: "@react-types/grid@npm:3.3.8" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/2a47eb97919869d5d68ebe3d34e2f48fb36bd5d9b8e8cea973661c4658399484c801b0d1ddbedfea5358e05924e5460306b6f8745a5428c1a163b3d23360053c - languageName: node - linkType: hard - -"@react-types/link@npm:^3.6.7": - version: 3.6.7 - resolution: "@react-types/link@npm:3.6.7" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6d320b131ef342aa9b8fce0cc6821ccb3bdcdb3b22b620ed32fcbf0e9fc2faff4f55da9ac96dddad6dc4aaa43a42a639dc661382a8082a77f539e1612d14d7bd - languageName: node - linkType: hard - -"@react-types/listbox@npm:^3.7.6": - version: 3.7.6 - resolution: "@react-types/listbox@npm:3.7.6" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/044cc7672d2cf1efeb037ad6fc7c22d96fe2191d3ca852038ac95de9d69eb788a90e4b96425b39eb86a06b9bd63723d7581dc9c2715390de14932f95d6a73734 - languageName: node - linkType: hard - -"@react-types/menu@npm:^3.10.7": - version: 3.10.7 - resolution: "@react-types/menu@npm:3.10.7" - dependencies: - "@react-types/overlays": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/4537966ccd72cd1e181082068e383a65eaaad294a1e11b81eda6d7f7d6a507729040be496df403d85d24a0cf28fd2efb5a33aa21a8e6532ff0f0ecf1230a71b5 - languageName: node - linkType: hard - -"@react-types/meter@npm:^3.4.15": - version: 3.4.15 - resolution: "@react-types/meter@npm:3.4.15" - dependencies: - "@react-types/progress": "npm:^3.5.18" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/6b9dfeb09cc34df848fb36e8d48aca64142a460a39c29a65e63e4d7a1ecac2c2b42210702fa3d3d653ed3f181568722424ac3cffb088eff09581aaffe27b7d62 - languageName: node - linkType: hard - -"@react-types/numberfield@npm:^3.8.18": - version: 3.8.18 - resolution: "@react-types/numberfield@npm:3.8.18" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/720e531c7e2aba91fe25193a0adb5acd2a46a04d813d5fef904db409dccaa5c761316f2d0c0e9329e4d305535c8d7569214aac08296df1f0085b0095b649dba7 - languageName: node - linkType: hard - -"@react-types/overlays@npm:^3.9.4": - version: 3.9.4 - resolution: "@react-types/overlays@npm:3.9.4" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/ecf332ad553029db14cf4a001893ade13f56bb6fc003357d2854166067c2b5dd2229e976cca79bf707c3f7c47d5dedb675d9b2ce45000114e4531dc5aaf00e04 - languageName: node - linkType: hard - -"@react-types/progress@npm:^3.5.18": - version: 3.5.18 - resolution: "@react-types/progress@npm:3.5.18" - dependencies: - "@react-types/shared": "npm:^3.33.1" +"@radix-ui/react-use-callback-ref@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-callback-ref@npm:1.1.0" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/1eeb6a35faa42d7bda167cc8b306e589d509b7fa508c3964f360245f8b13e552afa1e35b9212ad883540f4934774666f5e8e050c0b63c42187f3c85b6d7d382e + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/e954863f3baa151faf89ac052a5468b42650efca924417470efd1bd254b411a94c69c30de2fdbb90187b38cb984795978e12e30423dc41e4309d93d53b66d819 languageName: node linkType: hard -"@react-types/radio@npm:^3.9.4": - version: 3.9.4 - resolution: "@react-types/radio@npm:3.9.4" +"@radix-ui/react-use-controllable-state@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-controllable-state@npm:1.1.0" dependencies: - "@react-types/shared": "npm:^3.33.1" + "@radix-ui/react-use-callback-ref": "npm:1.1.0" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/a9634cf79e0ab6d6aa399b64d2684c28f8e54aaf85bb78a4e9a6457f0a87d199b27afb51f474dba19c7f55cd74ad0570962659c1031a70a8f04e8918f716b393 + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/2af883b5b25822ac226e60a6bfde647c0123a76345052a90219026059b3f7225844b2c13a9a16fba859c1cda5fb3d057f2a04503f71780e607516492db4eb3a1 languageName: node linkType: hard -"@react-types/searchfield@npm:^3.6.8": - version: 3.6.8 - resolution: "@react-types/searchfield@npm:3.6.8" +"@radix-ui/react-use-escape-keydown@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-escape-keydown@npm:1.1.0" dependencies: - "@react-types/shared": "npm:^3.33.1" - "@react-types/textfield": "npm:^3.12.8" + "@radix-ui/react-use-callback-ref": "npm:1.1.0" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/de035fd6bf9f84758a1bb9d3c19585200959fcf4d58539a0516e2726c15399273093fba6c38bd2b8ad428318ecd21048e3f434571c8fc2437e90cd22fdaabc11 + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/910fd696e5a0994b0e06b9cb68def8a865f47951a013ec240c77db2a9e1e726105602700ef5e5f01af49f2f18fe0e73164f9a9651021f28538ef8a30d91f3fbb languageName: node linkType: hard -"@react-types/select@npm:^3.12.2": - version: 3.12.2 - resolution: "@react-types/select@npm:3.12.2" - dependencies: - "@react-types/shared": "npm:^3.33.1" +"@radix-ui/react-use-layout-effect@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-layout-effect@npm:1.1.0" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/5e4f191174fbe2662d03c0d9a8b8fafa7617cf7a68765649bd739aedd25d30cf1f8466f0ec43d3659c789a43692690940db693d7ee65f07549b62c47caa257ff + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/9bf87ece1845c038ed95863cfccf9d75f557c2400d606343bab0ab3192b9806b9840e6aa0a0333fdf3e83cf9982632852192f3e68d7d8367bc8c788dfdf8e62b languageName: node linkType: hard -"@react-types/shared@npm:^3.33.1": - version: 3.33.1 - resolution: "@react-types/shared@npm:3.33.1" +"@radix-ui/react-use-rect@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-rect@npm:1.1.0" + dependencies: + "@radix-ui/rect": "npm:1.1.0" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/072dbf92de80e3535441fbf4a9075009636221974d0b70bd1078ec1e343ae1373d69d2c02c2fba0963e50f4b134872144ffaf1573daec8477233e408f96e008c + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/c2e30150ab49e2cec238cda306fd748c3d47fb96dcff69a3b08e1d19108d80bac239d48f1747a25dadca614e3e967267d43b91e60ea59db2befbc7bea913ff84 languageName: node linkType: hard -"@react-types/slider@npm:^3.8.4": - version: 3.8.4 - resolution: "@react-types/slider@npm:3.8.4" +"@radix-ui/react-use-size@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-size@npm:1.1.0" dependencies: - "@react-types/shared": "npm:^3.33.1" + "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/e1bbc112d88aa73d1a808cac6df2b3cde14d144af8d82f2dd47a7a7b752cdfecd5b9238b16fe47aeb23af1b0767707d99bb48138bedc97df43cd61e9d023ceed + "@types/react": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/4c8b89037597fdc1824d009e0c941b510c7c6c30f83024cc02c934edd748886786e7d9f36f57323b02ad29833e7fa7e8974d81969b4ab33d8f41661afa4f30a6 languageName: node linkType: hard -"@react-types/switch@npm:^3.5.17": - version: 3.5.17 - resolution: "@react-types/switch@npm:3.5.17" +"@radix-ui/react-visually-hidden@npm:1.1.2, @radix-ui/react-visually-hidden@npm:^1.0.3": + version: 1.1.2 + resolution: "@radix-ui/react-visually-hidden@npm:1.1.2" dependencies: - "@react-types/shared": "npm:^3.33.1" + "@radix-ui/react-primitive": "npm:2.0.2" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d88735ac152673a96da90731bfa072e1c2b548c888dac508f363d8042e49b9ad3157d084db2a5394e29103742dde789f201cfeeb531fe66523eda7701d9e2bfb + "@types/react": "*" + "@types/react-dom": "*" + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10c0/ea6dc8ec284b32bca6f24809db257394802e14af7c95e4a237af51009fa222c42e3b7a55b3bfc94d753f509086636555058ae8e535be25956c46529abf41b448 languageName: node linkType: hard -"@react-types/table@npm:^3.13.6": - version: 3.13.6 - resolution: "@react-types/table@npm:3.13.6" - dependencies: - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/32a8e88376050e7c8396f39cda8b81c02a27b7ffa0d4c47cadd52c00e24ea74c681002f63a811904a48414d6ffd199c074b2cf738eeef5c6b61170d3e158b0b5 +"@radix-ui/rect@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/rect@npm:1.1.0" + checksum: 10c0/a26ff7f8708fb5f2f7949baad70a6b2a597d761ee4dd4aadaf1c1a33ea82ea23dfef6ce6366a08310c5d008cdd60b2e626e4ee03fa342bd5f246ddd9d427f6be languageName: node linkType: hard -"@react-types/tabs@npm:^3.3.22": - version: 3.3.22 - resolution: "@react-types/tabs@npm:3.3.22" - dependencies: - "@react-types/shared": "npm:^3.33.1" - peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/b2318b580e3cf4a13918129424fd6f72ad7836e4244d9bb0f437462045a1b3b602b8eb341b1e1b5f20fb63ac5f9a59f6960167706157fbc950371fc260b4ded6 +"@react-hookz/deep-equal@npm:^1.0.4": + version: 1.0.4 + resolution: "@react-hookz/deep-equal@npm:1.0.4" + checksum: 10c0/f48774ccc63506e8de29eb6f3beff1204a5f51e481329f6b38b578bb43b35391eeacd9908f35a7fcca008e4c7e5144be7092103236042a8bcbbe4e7594ed4eb9 languageName: node linkType: hard -"@react-types/textfield@npm:^3.12.8": - version: 3.12.8 - resolution: "@react-types/textfield@npm:3.12.8" +"@react-hookz/web@npm:^24.0.0": + version: 24.0.4 + resolution: "@react-hookz/web@npm:24.0.4" dependencies: - "@react-types/shared": "npm:^3.33.1" + "@react-hookz/deep-equal": "npm:^1.0.4" peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/9cebea13054ad7f191770b66a5aed35f627c4e5a4d1ac8163304a452f16254357cbf5fb51f0beafce4d770ea45526cc4311371a428ad709c9e50f8795ee18e6d + js-cookie: ^3.0.5 + react: ^16.8 || ^17 || ^18 + react-dom: ^16.8 || ^17 || ^18 + peerDependenciesMeta: + js-cookie: + optional: true + checksum: 10c0/894419b88601938b6b2027c8bc77a7e470de4cf196a2d461d53842b037cae57a2abe8e7279edd01ab56d7c671dd155de7795f6e717331c7fdb89734eafac8769 languageName: node linkType: hard -"@react-types/tooltip@npm:^3.5.2": - version: 3.5.2 - resolution: "@react-types/tooltip@npm:3.5.2" - dependencies: - "@react-types/overlays": "npm:^3.9.4" - "@react-types/shared": "npm:^3.33.1" +"@react-types/shared@npm:^3.34.0": + version: 3.35.0 + resolution: "@react-types/shared@npm:3.35.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d94fd3102e69f459b4d67c561ee9306e9f2cec4456b868a668bf6448a22ac8df8b97d8e349903d9d664d6dfebc4acc29c824f8026e65a15a9abf851d54e7f810 + checksum: 10c0/80fb6ea682240b0e9a919df1d7e8a7a7d2cef8fc767599d587570f95db5eb4ccb971d0e36c89cc239471954a053dd7042bef3e3d7a681ff13b1d8d4e207c4eb4 languageName: node linkType: hard @@ -10917,14 +9417,14 @@ __metadata: version: 0.0.0-use.local resolution: "@red-hat-developer-hub/backstage-plugin-adoption-insights-backend@workspace:plugins/adoption-insights-backend" dependencies: - "@backstage/backend-defaults": "npm:^0.16.0" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/backend-test-utils": "npm:^1.11.1" - "@backstage/cli": "npm:^0.36.0" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-catalog-node": "npm:^2.1.0" - "@backstage/plugin-permission-common": "npm:^0.9.7" + "@backstage/backend-defaults": "npm:^0.17.2" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/backend-test-utils": "npm:^1.11.3" + "@backstage/cli": "npm:^0.36.2" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/errors": "npm:^1.3.1" + "@backstage/plugin-catalog-node": "npm:^2.2.1" + "@backstage/plugin-permission-common": "npm:^0.9.9" "@red-hat-developer-hub/backstage-plugin-adoption-insights-common": "workspace:^" "@types/express": "npm:^4.17.6" "@types/luxon": "npm:^3.5.0" @@ -10944,9 +9444,9 @@ __metadata: version: 0.0.0-use.local resolution: "@red-hat-developer-hub/backstage-plugin-adoption-insights-common@workspace:plugins/adoption-insights-common" dependencies: - "@backstage/cli": "npm:^0.36.0" + "@backstage/cli": "npm:^0.36.2" peerDependencies: - "@backstage/plugin-permission-common": ^0.9.7 + "@backstage/plugin-permission-common": ^0.9.9 languageName: unknown linkType: soft @@ -10954,20 +9454,20 @@ __metadata: version: 0.0.0-use.local resolution: "@red-hat-developer-hub/backstage-plugin-adoption-insights@workspace:plugins/adoption-insights" dependencies: - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/cli": "npm:^0.36.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/core-app-api": "npm:^1.19.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/dev-utils": "npm:^1.1.21" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/plugin-app-react": "npm:^0.2.1" - "@backstage/plugin-catalog": "npm:^2.0.1" - "@backstage/plugin-catalog-react": "npm:^2.1.1" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/test-utils": "npm:^1.7.16" - "@backstage/theme": "npm:^0.7.2" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/cli": "npm:^0.36.2" + "@backstage/config": "npm:^1.3.8" + "@backstage/core-app-api": "npm:^1.20.1" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/dev-utils": "npm:^1.1.23" + "@backstage/frontend-plugin-api": "npm:^0.17.1" + "@backstage/plugin-app-react": "npm:^0.2.3" + "@backstage/plugin-catalog": "npm:^2.0.5" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/test-utils": "npm:^1.7.18" + "@backstage/theme": "npm:^0.7.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -10995,14 +9495,14 @@ __metadata: version: 0.0.0-use.local resolution: "@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights@workspace:plugins/analytics-module-adoption-insights" dependencies: - "@backstage/cli": "npm:^0.36.0" - "@backstage/core-app-api": "npm:^1.19.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/dev-utils": "npm:^1.1.21" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/test-utils": "npm:^1.7.16" - "@backstage/theme": "npm:^0.7.2" + "@backstage/cli": "npm:^0.36.2" + "@backstage/core-app-api": "npm:^1.20.1" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/dev-utils": "npm:^1.1.23" + "@backstage/frontend-plugin-api": "npm:^0.17.1" + "@backstage/test-utils": "npm:^1.7.18" + "@backstage/theme": "npm:^0.7.3" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:^4.0.0-alpha.61" @@ -11098,12 +9598,12 @@ __metadata: languageName: node linkType: hard -"@remixicon/react@npm:^4.6.0": - version: 4.7.0 - resolution: "@remixicon/react@npm:4.7.0" +"@remixicon/react@npm:>=4.6.0 <4.9.0, @remixicon/react@npm:^4.6.0": + version: 4.8.0 + resolution: "@remixicon/react@npm:4.8.0" peerDependencies: react: ">=18.2.0" - checksum: 10c0/02db56c1e4349da397b83041f8032e9e9b32b2470a5f14a3b74a2b78c87c8823141553400636ef77171f59c0a1b74ac9d8d3a3cd910b11809cecfcaf6b1666d1 + checksum: 10c0/edf4bb4f600e13ee24dac2cecb389b4bfe83764a5168b553b726b41d6b76bc8c24212f2e4f7d89abae395ba8479082646a122a2a066cd5c743e4e372e0a3c345 languageName: node linkType: hard @@ -11247,135 +9747,177 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.8" +"@rollup/rollup-android-arm-eabi@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.62.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-android-arm64@npm:4.34.8" +"@rollup/rollup-android-arm64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-android-arm64@npm:4.62.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-darwin-arm64@npm:4.34.8" +"@rollup/rollup-darwin-arm64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.62.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-darwin-x64@npm:4.34.8" +"@rollup/rollup-darwin-x64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.62.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.8" +"@rollup/rollup-freebsd-arm64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.62.0" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-freebsd-x64@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-freebsd-x64@npm:4.34.8" +"@rollup/rollup-freebsd-x64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-freebsd-x64@npm:4.62.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.8" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.62.0" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.8" +"@rollup/rollup-linux-arm-musleabihf@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.62.0" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.8" +"@rollup/rollup-linux-arm64-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.62.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.8" +"@rollup/rollup-linux-arm64-musl@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.62.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.8" +"@rollup/rollup-linux-loong64-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.62.0" conditions: os=linux & cpu=loong64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.8" +"@rollup/rollup-linux-loong64-musl@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-loong64-musl@npm:4.62.0" + conditions: os=linux & cpu=loong64 & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-linux-ppc64-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.62.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.8" +"@rollup/rollup-linux-ppc64-musl@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.62.0" + conditions: os=linux & cpu=ppc64 & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-linux-riscv64-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.62.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.8" +"@rollup/rollup-linux-riscv64-musl@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.62.0" + conditions: os=linux & cpu=riscv64 & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-linux-s390x-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.62.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.8" +"@rollup/rollup-linux-x64-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.62.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.8" +"@rollup/rollup-linux-x64-musl@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.62.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.8" +"@rollup/rollup-openbsd-x64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-openbsd-x64@npm:4.62.0" + conditions: os=openbsd & cpu=x64 + languageName: node + linkType: hard + +"@rollup/rollup-openharmony-arm64@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-openharmony-arm64@npm:4.62.0" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + +"@rollup/rollup-win32-arm64-msvc@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.62.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.8" +"@rollup/rollup-win32-ia32-msvc@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.62.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.34.8": - version: 4.34.8 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.8" +"@rollup/rollup-win32-x64-gnu@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-win32-x64-gnu@npm:4.62.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@rollup/rollup-win32-x64-msvc@npm:4.62.0": + version: 4.62.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.62.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -11722,6 +10264,13 @@ __metadata: languageName: node linkType: hard +"@sindresorhus/is@npm:^4.6.0": + version: 4.6.0 + resolution: "@sindresorhus/is@npm:4.6.0" + checksum: 10c0/33b6fb1d0834ec8dd7689ddc0e2781c2bfd8b9c4e4bacbcb14111e0ae00621f2c264b8a7d36541799d74888b5dccdf422a891a5cb5a709ace26325eedc81e22e + languageName: node + linkType: hard + "@sinonjs/commons@npm:^3.0.1": version: 3.0.1 resolution: "@sinonjs/commons@npm:3.0.1" @@ -11792,32 +10341,25 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.1.4, @smithy/core@npm:^3.1.5": - version: 3.1.5 - resolution: "@smithy/core@npm:3.1.5" +"@smithy/core@npm:^3.1.4, @smithy/core@npm:^3.1.5, @smithy/core@npm:^3.24.6, @smithy/core@npm:^3.24.7": + version: 3.24.7 + resolution: "@smithy/core@npm:3.24.7" dependencies: - "@smithy/middleware-serde": "npm:^4.0.2" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-stream": "npm:^4.1.2" - "@smithy/util-utf8": "npm:^4.0.0" + "@aws-crypto/crc32": "npm:5.2.0" + "@smithy/types": "npm:^4.14.4" tslib: "npm:^2.6.2" - checksum: 10c0/3f705fd7cc4eb4fc8c9cc1a9466012f3f08ec7427528fd51d32353e7adb964bd59426adf188e9a933ee9d1e5fa57cefc1917da2ccee1737edb0eb9fe460e90a9 + checksum: 10c0/51db6d91e42b5c979cd282a0c71c75db6d8b6f45ca0bdd1eb85f9305781b49eabd194d84de0a06c93ef0ecdc414f606567d8f84e650374b03e005dea5a7692e6 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/credential-provider-imds@npm:4.0.1" +"@smithy/credential-provider-imds@npm:^4.0.1, @smithy/credential-provider-imds@npm:^4.3.7": + version: 4.3.9 + resolution: "@smithy/credential-provider-imds@npm:4.3.9" dependencies: - "@smithy/node-config-provider": "npm:^4.0.1" - "@smithy/property-provider": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/url-parser": "npm:^4.0.1" + "@smithy/core": "npm:^3.24.7" + "@smithy/types": "npm:^4.14.4" tslib: "npm:^2.6.2" - checksum: 10c0/76b5d82dfd2924f2b7a701fa159af54d3e9b16a644a210e3a74e5a3776bb28c2ffbdd342ed3f2bb1d2adf401e8144e84614523b1fad245b43e319e1d01fa1652 + checksum: 10c0/5a23e4b80b5f8f4216f8b48d39408b150cc529b81288e299d6ae173ab0da86a072cf4a267c276ebb90a4dacd1a5b8c4716949d8604aa5fe68d28f990437f7e7d languageName: node linkType: hard @@ -11876,16 +10418,14 @@ __metadata: languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^5.0.1": - version: 5.0.1 - resolution: "@smithy/fetch-http-handler@npm:5.0.1" +"@smithy/fetch-http-handler@npm:^5.0.1, @smithy/fetch-http-handler@npm:^5.4.6": + version: 5.4.7 + resolution: "@smithy/fetch-http-handler@npm:5.4.7" dependencies: - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/querystring-builder": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-base64": "npm:^4.0.0" + "@smithy/core": "npm:^3.24.7" + "@smithy/types": "npm:^4.14.4" tslib: "npm:^2.6.2" - checksum: 10c0/5123f6119de50d4c992ebf29b769382d7000db4ed8f564680c5727e2a8beb71664198eb2eaf7cb6152ab777f654d54cf9bff5a4658e1cfdeef2987eeea7f1149 + checksum: 10c0/5c7f7e69ffcefc6741598925ca7b60c425ee1620bef80827106cb948fb61f0179890460cac9e05343c658aa0a076d9c070303096e523e4303b349e47654d0147 languageName: node linkType: hard @@ -12061,16 +10601,14 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^4.0.2, @smithy/node-http-handler@npm:^4.0.3": - version: 4.0.3 - resolution: "@smithy/node-http-handler@npm:4.0.3" +"@smithy/node-http-handler@npm:^4.0.2, @smithy/node-http-handler@npm:^4.0.3, @smithy/node-http-handler@npm:^4.7.6": + version: 4.7.8 + resolution: "@smithy/node-http-handler@npm:4.7.8" dependencies: - "@smithy/abort-controller": "npm:^4.0.1" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/querystring-builder": "npm:^4.0.1" - "@smithy/types": "npm:^4.1.0" + "@smithy/core": "npm:^3.24.7" + "@smithy/types": "npm:^4.14.4" tslib: "npm:^2.6.2" - checksum: 10c0/03e0e40725ac8884dc1715288bdbe6f05e8073c623c7d4eb4d6859e6ffdee1c831e407b1d286860580d7cb341d5ec41274e8888f2aeac6f865c0890ac4e9403c + checksum: 10c0/61dd470f99c7b678071998257ba22d0a9c606e9e35437ec8ad4d15209e7ba016d03d5517c26f6e7958ccb26d83bb171e1649af1b9b043f0a95792ae3faee8086 languageName: node linkType: hard @@ -12115,17 +10653,6 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-builder@npm:^4.0.1": - version: 4.0.1 - resolution: "@smithy/querystring-builder@npm:4.0.1" - dependencies: - "@smithy/types": "npm:^4.1.0" - "@smithy/util-uri-escape": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/21f39e3a79458d343f3dec76b38598c49a34a3c4d1d3c23b6c8895eae2b610fb3c704f995a1730599ef7a881216ea064a25bb7dc8abe5bb1ee50dc6078ad97a4 - languageName: node - linkType: hard - "@smithy/querystring-parser@npm:^4.0.1": version: 4.0.1 resolution: "@smithy/querystring-parser@npm:4.0.1" @@ -12171,19 +10698,14 @@ __metadata: languageName: node linkType: hard -"@smithy/signature-v4@npm:^5.0.1": - version: 5.0.1 - resolution: "@smithy/signature-v4@npm:5.0.1" +"@smithy/signature-v4@npm:^5.0.1, @smithy/signature-v4@npm:^5.4.6": + version: 5.4.7 + resolution: "@smithy/signature-v4@npm:5.4.7" dependencies: - "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/protocol-http": "npm:^5.0.1" - "@smithy/types": "npm:^4.1.0" - "@smithy/util-hex-encoding": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.1" - "@smithy/util-uri-escape": "npm:^4.0.0" - "@smithy/util-utf8": "npm:^4.0.0" + "@smithy/core": "npm:^3.24.7" + "@smithy/types": "npm:^4.14.4" tslib: "npm:^2.6.2" - checksum: 10c0/a7f118642c9641f813098faad355fc5b54ae215fec589fb238d72d44149248c02e32dcfe034000f151ab665450542df88c70d269f9a3233e01a905ec03512514 + checksum: 10c0/2167a638f25e64cf6dc898bfe7466e2427e89c7c4e286b6dd46b6b2fd721601bd2b2ffe12aa86cda1511a447873ed93720c7f1db9fd008ce613bae3eb43a42f8 languageName: node linkType: hard @@ -12220,12 +10742,12 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^4.1.0": - version: 4.1.0 - resolution: "@smithy/types@npm:4.1.0" +"@smithy/types@npm:^4.1.0, @smithy/types@npm:^4.14.3, @smithy/types@npm:^4.14.4": + version: 4.14.4 + resolution: "@smithy/types@npm:4.14.4" dependencies: tslib: "npm:^2.6.2" - checksum: 10c0/d8817145ea043c5b29783df747ed47c3a1c584fd9d02bbdb609d38b7cb4dded1197ac214ae112744c86abe0537a314dae0edbc0e752bb639ef2d9fb84c67a9d9 + checksum: 10c0/5b9b7cc17388d1bdb47fdde468dbaecd99a4adc714c5f3142adb59ed4ec87cbb2c5d523969b2d3e338dc1e83862f7f6bd50f3f88d30e6ca4a49cf49a57d48f5c languageName: node linkType: hard @@ -12421,15 +10943,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^4.0.0": - version: 4.0.0 - resolution: "@smithy/util-uri-escape@npm:4.0.0" - dependencies: - tslib: "npm:^2.6.2" - checksum: 10c0/23984624060756adba8aa4ab1693fe6b387ee5064d8ec4dfd39bb5908c4ee8b9c3f2dc755da9b07505d8e3ce1338c1867abfa74158931e4728bf3cfcf2c05c3d - languageName: node - linkType: hard - "@smithy/util-utf8@npm:^2.0.0": version: 2.3.0 resolution: "@smithy/util-utf8@npm:2.3.0" @@ -12516,6 +11029,13 @@ __metadata: languageName: node linkType: hard +"@standard-schema/spec@npm:^1.1.0": + version: 1.1.0 + resolution: "@standard-schema/spec@npm:1.1.0" + checksum: 10c0/d90f55acde4b2deb983529c87e8025fa693de1a5e8b49ecc6eb84d1fd96328add0e03d7d551442156c7432fd78165b2c26ff561b970a9a881f046abb78d6a526 + languageName: node + linkType: hard + "@stoplight/better-ajv-errors@npm:1.0.3": version: 1.0.3 resolution: "@stoplight/better-ajv-errors@npm:1.0.3" @@ -14001,17 +12521,10 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.8": - version: 1.0.8 - resolution: "@types/estree@npm:1.0.8" - checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5 - languageName: node - linkType: hard - -"@types/estree@npm:1.0.6": - version: 1.0.6 - resolution: "@types/estree@npm:1.0.6" - checksum: 10c0/cdfd751f6f9065442cd40957c07fd80361c962869aa853c1c2fd03e101af8b9389d8ff4955a43a6fcfa223dd387a089937f95be0f3eec21ca527039fd2d9859a +"@types/estree@npm:*, @types/estree@npm:1.0.9, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.8": + version: 1.0.9 + resolution: "@types/estree@npm:1.0.9" + checksum: 10c0/3ad3286ca2988cd550dafb8f2ad599c8474868e954fa601a36655bdfefd8039f7c714b8c1c7f2ae219ffbd58bd4660e66fa7479a0120fc02d4777057d4865387 languageName: node linkType: hard @@ -15391,7 +13904,7 @@ __metadata: languageName: node linkType: hard -"accepts@npm:^1.3.8, accepts@npm:~1.3.4, accepts@npm:~1.3.8": +"accepts@npm:~1.3.4, accepts@npm:~1.3.8": version: 1.3.8 resolution: "accepts@npm:1.3.8" dependencies: @@ -15444,10 +13957,10 @@ __metadata: languageName: node linkType: hard -"adm-zip@npm:^0.5.10": - version: 0.5.16 - resolution: "adm-zip@npm:0.5.16" - checksum: 10c0/6f10119d4570c7ba76dcf428abb8d3f69e63f92e51f700a542b43d4c0130373dd2ddfc8f85059f12d4a843703a90c3970cfd17876844b4f3f48bf042bfa6b49f +"adm-zip@npm:0.5.10": + version: 0.5.10 + resolution: "adm-zip@npm:0.5.10" + checksum: 10c0/1f391a4e02940688b6ca6d4b3ea96cc82a9dbe1596671d7dbc052f9a53ed2efa6ba9ba253f032ea16e70081f22d6ddd1af2d65d6be700853cdee9c2fc925c20e languageName: node linkType: hard @@ -15621,7 +14134,7 @@ __metadata: languageName: node linkType: hard -"ansi-colors@npm:^4.1.1, ansi-colors@npm:^4.1.3": +"ansi-colors@npm:4.1.3, ansi-colors@npm:^4.1.1, ansi-colors@npm:^4.1.3": version: 4.1.3 resolution: "ansi-colors@npm:4.1.3" checksum: 10c0/ec87a2f59902f74e61eada7f6e6fe20094a628dab765cfdbd03c3477599368768cffccdb5d3bb19a1b6c99126783a143b1fee31aab729b31ffe5836c7e5e28b9 @@ -15637,6 +14150,15 @@ __metadata: languageName: node linkType: hard +"ansi-escapes@npm:^7.0.0": + version: 7.3.0 + resolution: "ansi-escapes@npm:7.3.0" + dependencies: + environment: "npm:^1.0.0" + checksum: 10c0/068961d99f0ef28b661a4a9f84a5d645df93ccf3b9b93816cc7d46bbe1913321d4cdf156bb842a4e1e4583b7375c631fa963efb43001c4eb7ff9ab8f78fc0679 + languageName: node + linkType: hard + "ansi-html-community@npm:^0.0.8": version: 0.0.8 resolution: "ansi-html-community@npm:0.0.8" @@ -15660,10 +14182,10 @@ __metadata: languageName: node linkType: hard -"ansi-regex@npm:^6.0.1": - version: 6.1.0 - resolution: "ansi-regex@npm:6.1.0" - checksum: 10c0/a91daeddd54746338478eef88af3439a7edf30f8e23196e2d6ed182da9add559c601266dbef01c2efa46a958ad6f1f8b176799657616c702b5b02e799e7fd8dc +"ansi-regex@npm:^6.0.1, ansi-regex@npm:^6.1.0, ansi-regex@npm:^6.2.2": + version: 6.2.2 + resolution: "ansi-regex@npm:6.2.2" + checksum: 10c0/05d4acb1d2f59ab2cf4b794339c7b168890d44dda4bf0ce01152a8da0213aca207802f930442ce8cd22d7a92f44907664aac6508904e75e038fa944d2601b30f languageName: node linkType: hard @@ -15716,6 +14238,13 @@ __metadata: languageName: node linkType: hard +"anynum@npm:^1.0.0": + version: 1.0.0 + resolution: "anynum@npm:1.0.0" + checksum: 10c0/c929fed8f4127cd706312da58ae2aa83a06e62059eef04392fe2bacec003b6f6b7ca5f2719bd09c693b100f185bcf6405419744812f1096cdb53aed4034b9209 + languageName: node + linkType: hard + "apg-lite@npm:^1.0.3, apg-lite@npm:^1.0.4": version: 1.0.4 resolution: "apg-lite@npm:1.0.4" @@ -15728,32 +14257,32 @@ __metadata: resolution: "app-legacy@workspace:packages/app-legacy" dependencies: "@axe-core/playwright": "npm:^4.10.0" - "@backstage/app-defaults": "npm:^1.7.6" - "@backstage/catalog-model": "npm:^1.7.7" - "@backstage/cli": "npm:^0.36.0" - "@backstage/core-app-api": "npm:^1.19.6" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-api-docs": "npm:^0.13.5" - "@backstage/plugin-catalog": "npm:^2.0.1" - "@backstage/plugin-catalog-common": "npm:^1.1.8" - "@backstage/plugin-catalog-graph": "npm:^0.6.0" - "@backstage/plugin-catalog-import": "npm:^0.13.11" - "@backstage/plugin-catalog-react": "npm:^2.1.1" - "@backstage/plugin-kubernetes": "npm:^0.12.17" - "@backstage/plugin-org": "npm:^0.7.0" - "@backstage/plugin-permission-react": "npm:^0.4.41" - "@backstage/plugin-scaffolder": "npm:^1.36.1" - "@backstage/plugin-search": "npm:^1.7.0" - "@backstage/plugin-search-react": "npm:^1.11.0" - "@backstage/plugin-techdocs": "npm:^1.17.2" - "@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.34" - "@backstage/plugin-techdocs-react": "npm:^1.3.9" - "@backstage/plugin-user-settings": "npm:^0.9.1" - "@backstage/test-utils": "npm:^1.7.16" - "@backstage/theme": "npm:^0.7.2" - "@backstage/ui": "npm:^0.13.2" + "@backstage/app-defaults": "npm:^1.7.8" + "@backstage/catalog-model": "npm:^1.9.0" + "@backstage/cli": "npm:^0.36.2" + "@backstage/core-app-api": "npm:^1.20.1" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-api-docs": "npm:^0.14.1" + "@backstage/plugin-catalog": "npm:^2.0.5" + "@backstage/plugin-catalog-common": "npm:^1.1.10" + "@backstage/plugin-catalog-graph": "npm:^0.6.4" + "@backstage/plugin-catalog-import": "npm:^0.13.13" + "@backstage/plugin-catalog-react": "npm:^3.0.0" + "@backstage/plugin-kubernetes": "npm:^0.12.19" + "@backstage/plugin-org": "npm:^0.7.4" + "@backstage/plugin-permission-react": "npm:^0.5.1" + "@backstage/plugin-scaffolder": "npm:^1.37.0" + "@backstage/plugin-search": "npm:^1.7.4" + "@backstage/plugin-search-react": "npm:^1.11.4" + "@backstage/plugin-techdocs": "npm:^1.17.6" + "@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.36" + "@backstage/plugin-techdocs-react": "npm:^1.3.11" + "@backstage/plugin-user-settings": "npm:^0.9.3" + "@backstage/test-utils": "npm:^1.7.18" + "@backstage/theme": "npm:^0.7.3" + "@backstage/ui": "npm:^0.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@mui/icons-material": "npm:5.18.0" @@ -15783,19 +14312,19 @@ __metadata: version: 0.0.0-use.local resolution: "app@workspace:packages/app" dependencies: - "@backstage/cli": "npm:^0.36.0" - "@backstage/core-components": "npm:^0.18.8" - "@backstage/core-plugin-api": "npm:^1.12.4" - "@backstage/frontend-defaults": "npm:^0.5.0" - "@backstage/frontend-plugin-api": "npm:^0.15.1" - "@backstage/frontend-test-utils": "npm:^0.5.1" - "@backstage/integration-react": "npm:^1.2.16" - "@backstage/plugin-app-react": "npm:^0.2.1" - "@backstage/plugin-app-visualizer": "npm:^0.2.1" - "@backstage/plugin-catalog": "npm:^2.0.1" - "@backstage/plugin-search": "npm:^1.7.0" - "@backstage/plugin-user-settings": "npm:^0.9.1" - "@backstage/ui": "npm:^0.13.2" + "@backstage/cli": "npm:^0.36.2" + "@backstage/core-components": "npm:^0.18.10" + "@backstage/core-plugin-api": "npm:^1.12.6" + "@backstage/frontend-defaults": "npm:^0.5.2" + "@backstage/frontend-plugin-api": "npm:^0.17.1" + "@backstage/frontend-test-utils": "npm:^0.6.0" + "@backstage/integration-react": "npm:^1.2.18" + "@backstage/plugin-app-react": "npm:^0.2.3" + "@backstage/plugin-app-visualizer": "npm:^0.2.4" + "@backstage/plugin-catalog": "npm:^2.0.5" + "@backstage/plugin-search": "npm:^1.7.4" + "@backstage/plugin-user-settings": "npm:^0.9.3" + "@backstage/ui": "npm:^0.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@playwright/test": "npm:1.60.0" @@ -15903,12 +14432,12 @@ __metadata: languageName: node linkType: hard -"aria-hidden@npm:^1.2.4": - version: 1.2.4 - resolution: "aria-hidden@npm:1.2.4" +"aria-hidden@npm:^1.2.3, aria-hidden@npm:^1.2.4": + version: 1.2.6 + resolution: "aria-hidden@npm:1.2.6" dependencies: tslib: "npm:^2.0.0" - checksum: 10c0/8abcab2e1432efc4db415e97cb3959649ddf52c8fc815d7384f43f3d3abf56f1c12852575d00df9a8927f421d7e0712652dd5f8db244ea57634344e29ecfc74a + checksum: 10c0/7720cb539497a9f760f68f98a4b30f22c6767aa0e72fa7d58279f7c164e258fc38b2699828f8de881aab0fc8e9c56d1313a3f1a965046fc0381a554dbc72b54a languageName: node linkType: hard @@ -16279,7 +14808,7 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.0.0, axios@npm:^1.12.0, axios@npm:^1.12.2": +"axios@npm:^1.0.0, axios@npm:^1.12.2": version: 1.15.0 resolution: "axios@npm:1.15.0" dependencies: @@ -16416,32 +14945,32 @@ __metadata: version: 0.0.0-use.local resolution: "backend@workspace:packages/backend" dependencies: - "@backstage/backend-defaults": "npm:^0.16.0" - "@backstage/backend-plugin-api": "npm:^1.8.0" - "@backstage/cli": "npm:^0.36.0" - "@backstage/config": "npm:^1.3.6" - "@backstage/plugin-app-backend": "npm:^0.5.12" - "@backstage/plugin-auth-backend": "npm:^0.27.3" - "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.5.1" - "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.17" - "@backstage/plugin-auth-node": "npm:^0.6.14" - "@backstage/plugin-catalog-backend": "npm:^3.5.0" - "@backstage/plugin-catalog-backend-module-logs": "npm:^0.1.20" - "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.18" - "@backstage/plugin-kubernetes-backend": "npm:^0.21.2" - "@backstage/plugin-permission-backend": "npm:^0.7.10" - "@backstage/plugin-permission-backend-module-allow-all-policy": "npm:^0.2.17" - "@backstage/plugin-permission-common": "npm:^0.9.7" - "@backstage/plugin-permission-node": "npm:^0.10.11" - "@backstage/plugin-proxy-backend": "npm:^0.6.11" - "@backstage/plugin-scaffolder-backend": "npm:^3.2.0" - "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.9.7" - "@backstage/plugin-search-backend": "npm:^2.1.0" - "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.13" - "@backstage/plugin-search-backend-module-pg": "npm:^0.5.53" - "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.12" - "@backstage/plugin-search-backend-node": "npm:^1.4.2" - "@backstage/plugin-techdocs-backend": "npm:^2.1.6" + "@backstage/backend-defaults": "npm:^0.17.2" + "@backstage/backend-plugin-api": "npm:^1.9.1" + "@backstage/cli": "npm:^0.36.2" + "@backstage/config": "npm:^1.3.8" + "@backstage/plugin-app-backend": "npm:^0.5.14" + "@backstage/plugin-auth-backend": "npm:^0.29.0" + "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.5.3" + "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.19" + "@backstage/plugin-auth-node": "npm:^0.7.1" + "@backstage/plugin-catalog-backend": "npm:^3.7.1" + "@backstage/plugin-catalog-backend-module-logs": "npm:^0.1.22" + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.20" + "@backstage/plugin-kubernetes-backend": "npm:^0.21.4" + "@backstage/plugin-permission-backend": "npm:^0.7.12" + "@backstage/plugin-permission-backend-module-allow-all-policy": "npm:^0.2.19" + "@backstage/plugin-permission-common": "npm:^0.9.9" + "@backstage/plugin-permission-node": "npm:^0.11.0" + "@backstage/plugin-proxy-backend": "npm:^0.6.13" + "@backstage/plugin-scaffolder-backend": "npm:^4.0.0" + "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.9.9" + "@backstage/plugin-search-backend": "npm:^2.1.2" + "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.15" + "@backstage/plugin-search-backend-module-pg": "npm:^0.5.55" + "@backstage/plugin-search-backend-module-techdocs": "npm:^0.4.14" + "@backstage/plugin-search-backend-node": "npm:^1.4.4" + "@backstage/plugin-techdocs-backend": "npm:^2.2.0" "@red-hat-developer-hub/backstage-plugin-adoption-insights-backend": "workspace:^" "@red-hat-developer-hub/backstage-plugin-adoption-insights-common": "workspace:^" app: "link:../app" @@ -16930,15 +15459,6 @@ __metadata: languageName: node linkType: hard -"btoa@npm:1.2.1, btoa@npm:^1.2.1": - version: 1.2.1 - resolution: "btoa@npm:1.2.1" - bin: - btoa: bin/btoa.js - checksum: 10c0/557b9682e40a68ae057af1b377e28884e6ff756ba0f499fe0f8c7b725a5bfb5c0d891604ac09944dbe330c9d43fb3976fef734f9372608d0d8e78a30eda292ae - languageName: node - linkType: hard - "buffer-crc32@npm:^1.0.0": version: 1.0.0 resolution: "buffer-crc32@npm:1.0.0" @@ -17253,23 +15773,30 @@ __metadata: languageName: node linkType: hard -"chalk@npm:3.0.0, chalk@npm:^3.0.0": - version: 3.0.0 - resolution: "chalk@npm:3.0.0" +"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": + version: 4.1.2 + resolution: "chalk@npm:4.1.2" dependencies: ansi-styles: "npm:^4.1.0" supports-color: "npm:^7.1.0" - checksum: 10c0/ee650b0a065b3d7a6fda258e75d3a86fc8e4effa55871da730a9e42ccb035bf5fd203525e5a1ef45ec2582ecc4f65b47eb11357c526b84dd29a14fb162c414d2 + checksum: 10c0/4a3fef5cc34975c898ffe77141450f679721df9dde00f6c304353fa9c8b571929123b26a0e4617bde5018977eb655b31970c297b91b63ee83bb82aeb04666880 languageName: node linkType: hard -"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": - version: 4.1.2 - resolution: "chalk@npm:4.1.2" +"chalk@npm:^3.0.0": + version: 3.0.0 + resolution: "chalk@npm:3.0.0" dependencies: ansi-styles: "npm:^4.1.0" supports-color: "npm:^7.1.0" - checksum: 10c0/4a3fef5cc34975c898ffe77141450f679721df9dde00f6c304353fa9c8b571929123b26a0e4617bde5018977eb655b31970c297b91b63ee83bb82aeb04666880 + checksum: 10c0/ee650b0a065b3d7a6fda258e75d3a86fc8e4effa55871da730a9e42ccb035bf5fd203525e5a1ef45ec2582ecc4f65b47eb11357c526b84dd29a14fb162c414d2 + languageName: node + linkType: hard + +"chalk@npm:^5.4.1": + version: 5.6.2 + resolution: "chalk@npm:5.6.2" + checksum: 10c0/99a4b0f0e7991796b1e7e3f52dceb9137cae2a9dfc8fc0784a550dc4c558e15ab32ed70b14b21b52beb2679b4892b41a0aa44249bcb996f01e125d58477c6976 languageName: node linkType: hard @@ -17481,6 +16008,22 @@ __metadata: languageName: node linkType: hard +"cli-highlight@npm:^2.1.11": + version: 2.1.11 + resolution: "cli-highlight@npm:2.1.11" + dependencies: + chalk: "npm:^4.0.0" + highlight.js: "npm:^10.7.1" + mz: "npm:^2.4.0" + parse5: "npm:^5.1.1" + parse5-htmlparser2-tree-adapter: "npm:^6.0.0" + yargs: "npm:^16.0.0" + bin: + highlight: bin/highlight + checksum: 10c0/b5b4af3b968aa9df77eee449a400fbb659cf47c4b03a395370bd98d5554a00afaa5819b41a9a8a1ca0d37b0b896a94e57c65289b37359a25b700b1f56eb04852 + languageName: node + linkType: hard + "cli-spinners@npm:^2.5.0": version: 2.9.2 resolution: "cli-spinners@npm:2.9.2" @@ -17488,6 +16031,19 @@ __metadata: languageName: node linkType: hard +"cli-table3@npm:^0.6.5": + version: 0.6.5 + resolution: "cli-table3@npm:0.6.5" + dependencies: + "@colors/colors": "npm:1.5.0" + string-width: "npm:^4.2.0" + dependenciesMeta: + "@colors/colors": + optional: true + checksum: 10c0/d7cc9ed12212ae68241cc7a3133c52b844113b17856e11f4f81308acc3febcea7cc9fd298e70933e294dd642866b29fd5d113c2c098948701d0c35f09455de78 + languageName: node + linkType: hard + "cli-width@npm:^3.0.0": version: 3.0.0 resolution: "cli-width@npm:3.0.0" @@ -18088,20 +16644,10 @@ __metadata: languageName: node linkType: hard -"cookiejar@npm:^2.1.4": - version: 2.1.4 - resolution: "cookiejar@npm:2.1.4" - checksum: 10c0/2dae55611c6e1678f34d93984cbd4bda58f4fe3e5247cc4993f4a305cd19c913bbaf325086ed952e892108115073a747596453d3dc1c34947f47f731818b8ad1 - languageName: node - linkType: hard - -"cookies@npm:~0.9.1": - version: 0.9.1 - resolution: "cookies@npm:0.9.1" - dependencies: - depd: "npm:~2.0.0" - keygrip: "npm:~1.1.0" - checksum: 10c0/3ffa1c0e992b62ee119adae4dd2ddd4a89166fa5434cd9bd9ff84ec4d2f14dfe2318a601280abfe32a4f64f884ec9345fb1912e488b002d188d2efa0d3919ba3 +"cookiejar@npm:^2.1.4": + version: 2.1.4 + resolution: "cookiejar@npm:2.1.4" + checksum: 10c0/2dae55611c6e1678f34d93984cbd4bda58f4fe3e5247cc4993f4a305cd19c913bbaf325086ed952e892108115073a747596453d3dc1c34947f47f731818b8ad1 languageName: node linkType: hard @@ -18995,13 +17541,6 @@ __metadata: languageName: node linkType: hard -"deep-equal@npm:~1.0.1": - version: 1.0.1 - resolution: "deep-equal@npm:1.0.1" - checksum: 10c0/bef838ef9824e124d10335deb9c7540bfc9f2f0eab17ad1bb870d0eee83ee4e7e6f6f892e5eebc2bd82759a76676926ad5246180097e28e57752176ff7dae888 - languageName: node - linkType: hard - "deep-extend@npm:0.6.0, deep-extend@npm:^0.6.0": version: 0.6.0 resolution: "deep-extend@npm:0.6.0" @@ -19171,7 +17710,7 @@ __metadata: languageName: node linkType: hard -"destroy@npm:1.2.0, destroy@npm:^1.0.4, destroy@npm:^1.2.0, destroy@npm:~1.2.0": +"destroy@npm:1.2.0, destroy@npm:^1.0.4, destroy@npm:~1.2.0": version: 1.2.0 resolution: "destroy@npm:1.2.0" checksum: 10c0/bd7633942f57418f5a3b80d5cb53898127bcf53e24cdf5d5f4396be471417671f0fee48a4ebe9a1e9defbde2a31280011af58a57e090ff822f589b443ed4e643 @@ -19638,6 +18177,13 @@ __metadata: languageName: node linkType: hard +"emojilib@npm:^2.4.0": + version: 2.4.0 + resolution: "emojilib@npm:2.4.0" + checksum: 10c0/6e66ba8921175842193f974e18af448bb6adb0cf7aeea75e08b9d4ea8e9baba0e4a5347b46ed901491dcaba277485891c33a8d70b0560ca5cc9672a94c21ab8f + languageName: node + linkType: hard + "emojis-list@npm:^3.0.0": version: 3.0.0 resolution: "emojis-list@npm:3.0.0" @@ -19652,13 +18198,6 @@ __metadata: languageName: node linkType: hard -"encodeurl@npm:^2.0.0, encodeurl@npm:~2.0.0": - version: 2.0.0 - resolution: "encodeurl@npm:2.0.0" - checksum: 10c0/5d317306acb13e6590e28e27924c754163946a2480de11865c991a3a7eed4315cd3fba378b543ca145829569eefe9b899f3d84bb09870f675ae60bc924b01ceb - languageName: node - linkType: hard - "encodeurl@npm:~1.0.2": version: 1.0.2 resolution: "encodeurl@npm:1.0.2" @@ -19666,6 +18205,13 @@ __metadata: languageName: node linkType: hard +"encodeurl@npm:~2.0.0": + version: 2.0.0 + resolution: "encodeurl@npm:2.0.0" + checksum: 10c0/5d317306acb13e6590e28e27924c754163946a2480de11865c991a3a7eed4315cd3fba378b543ca145829569eefe9b899f3d84bb09870f675ae60bc924b01ceb + languageName: node + linkType: hard + "encoding@npm:^0.1.13": version: 0.1.13 resolution: "encoding@npm:0.1.13" @@ -19739,6 +18285,13 @@ __metadata: languageName: node linkType: hard +"environment@npm:^1.0.0": + version: 1.1.0 + resolution: "environment@npm:1.1.0" + checksum: 10c0/fb26434b0b581ab397039e51ff3c92b34924a98b2039dcb47e41b7bca577b9dbf134a8eadb364415c74464b682e2d3afe1a4c0eb9873dc44ea814c5d3103331d + languageName: node + linkType: hard + "err-code@npm:^2.0.2": version: 2.0.3 resolution: "err-code@npm:2.0.3" @@ -20066,7 +18619,7 @@ __metadata: languageName: node linkType: hard -"escape-html@npm:^1.0.3, escape-html@npm:~1.0.3": +"escape-html@npm:~1.0.3": version: 1.0.3 resolution: "escape-html@npm:1.0.3" checksum: 10c0/524c739d776b36c3d29fa08a22e03e8824e3b2fd57500e5e44ecf3cc4707c34c60f9ca0781c0e33d191f2991161504c295e98f68c78fe7baa6e57081ec6ac0a3 @@ -20846,6 +19399,16 @@ __metadata: languageName: node linkType: hard +"fast-xml-builder@npm:^1.1.7": + version: 1.2.0 + resolution: "fast-xml-builder@npm:1.2.0" + dependencies: + path-expression-matcher: "npm:^1.5.0" + xml-naming: "npm:^0.1.0" + checksum: 10c0/84bb105cd04e91d6dcb746c4dbaeb12903b510e7ab9a06ffde55b5a582e005559a87d84467f18a655c6c4baf098f696fd74cee3cbe1aea9d01385907768ba32d + languageName: node + linkType: hard + "fast-xml-parser@npm:4.4.1": version: 4.4.1 resolution: "fast-xml-parser@npm:4.4.1" @@ -20857,6 +19420,20 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:5.7.3": + version: 5.7.3 + resolution: "fast-xml-parser@npm:5.7.3" + dependencies: + "@nodable/entities": "npm:^2.1.0" + fast-xml-builder: "npm:^1.1.7" + path-expression-matcher: "npm:^1.5.0" + strnum: "npm:^2.2.3" + bin: + fxparser: src/cli/cli.js + checksum: 10c0/eeb802855e852ce16121396297f04131c6dbc74f863be94f19e26e386656bdb31677af469ddc6627983a48b99d8842888460ac5413063cb648fde547bb579978 + languageName: node + linkType: hard + "fast-xml-parser@npm:^4.4.1, fast-xml-parser@npm:^4.5.0": version: 4.5.3 resolution: "fast-xml-parser@npm:4.5.3" @@ -21084,7 +19661,7 @@ __metadata: languageName: node linkType: hard -"flatted@npm:^3.2.7, flatted@npm:^3.2.9, flatted@npm:^3.3.4": +"flatted@npm:^3.2.7, flatted@npm:^3.2.9, flatted@npm:^3.4.2": version: 3.4.2 resolution: "flatted@npm:3.4.2" checksum: 10c0/a65b67aae7172d6cdf63691be7de6c5cd5adbdfdfe2e9da1a09b617c9512ed794037741ee53d93114276bff3f93cd3b0d97d54f9b316e1e4885dde6e9ffdf7ed @@ -21347,18 +19924,6 @@ __metadata: languageName: node linkType: hard -"fs-extra@npm:9.1.0, fs-extra@npm:^9.0.0": - version: 9.1.0 - resolution: "fs-extra@npm:9.1.0" - dependencies: - at-least-node: "npm:^1.0.0" - graceful-fs: "npm:^4.2.0" - jsonfile: "npm:^6.0.1" - universalify: "npm:^2.0.0" - checksum: 10c0/9b808bd884beff5cb940773018179a6b94a966381d005479f00adda6b44e5e3d4abf765135773d849cc27efe68c349e4a7b86acd7d3306d5932c14f3a4b17a92 - languageName: node - linkType: hard - "fs-extra@npm:^11.0.0, fs-extra@npm:^11.2.0, fs-extra@npm:~11.3.0": version: 11.3.0 resolution: "fs-extra@npm:11.3.0" @@ -21392,6 +19957,18 @@ __metadata: languageName: node linkType: hard +"fs-extra@npm:^9.0.0": + version: 9.1.0 + resolution: "fs-extra@npm:9.1.0" + dependencies: + at-least-node: "npm:^1.0.0" + graceful-fs: "npm:^4.2.0" + jsonfile: "npm:^6.0.1" + universalify: "npm:^2.0.0" + checksum: 10c0/9b808bd884beff5cb940773018179a6b94a966381d005479f00adda6b44e5e3d4abf765135773d849cc27efe68c349e4a7b86acd7d3306d5932c14f3a4b17a92 + languageName: node + linkType: hard + "fs-minipass@npm:^2.0.0, fs-minipass@npm:^2.1.0": version: 2.1.0 resolution: "fs-minipass@npm:2.1.0" @@ -21781,6 +20358,17 @@ __metadata: languageName: node linkType: hard +"glob@npm:^13.0.0": + version: 13.0.6 + resolution: "glob@npm:13.0.6" + dependencies: + minimatch: "npm:^10.2.2" + minipass: "npm:^7.1.3" + path-scurry: "npm:^2.0.2" + checksum: 10c0/269c236f11a9b50357fe7a8c6aadac667e01deb5242b19c84975628f05f4438d8ee1354bb62c5d6c10f37fd59911b54d7799730633a2786660d8c69f1d18120a + languageName: node + linkType: hard + "glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.1.7": version: 7.2.3 resolution: "glob@npm:7.2.3" @@ -21795,7 +20383,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^8.0.1, glob@npm:^8.0.3, glob@npm:^8.1.0": +"glob@npm:^8.0.1, glob@npm:^8.1.0": version: 8.1.0 resolution: "glob@npm:8.1.0" dependencies: @@ -22362,7 +20950,7 @@ __metadata: languageName: node linkType: hard -"highlight.js@npm:^10.4.1, highlight.js@npm:^10.7.2, highlight.js@npm:~10.7.0": +"highlight.js@npm:^10.4.1, highlight.js@npm:^10.7.1, highlight.js@npm:^10.7.2, highlight.js@npm:~10.7.0": version: 10.7.3 resolution: "highlight.js@npm:10.7.3" checksum: 10c0/073837eaf816922427a9005c56c42ad8786473dc042332dfe7901aa065e92bc3d94ebf704975257526482066abb2c8677cc0326559bb8621e046c21c5991c434 @@ -22529,16 +21117,6 @@ __metadata: languageName: node linkType: hard -"http-assert@npm:^1.5.0": - version: 1.5.0 - resolution: "http-assert@npm:1.5.0" - dependencies: - deep-equal: "npm:~1.0.1" - http-errors: "npm:~1.8.0" - checksum: 10c0/7b4e631114a1a77654f9ba3feb96da305ddbdeb42112fe384b7b3249c7141e460d7177970155bea6e54e655a04850415b744b452c1fe5052eba6f4186d16b095 - languageName: node - linkType: hard - "http-cache-semantics@npm:^4.1.0, http-cache-semantics@npm:^4.1.1": version: 4.1.1 resolution: "http-cache-semantics@npm:4.1.1" @@ -22564,19 +21142,6 @@ __metadata: languageName: node linkType: hard -"http-errors@npm:^2.0.0, http-errors@npm:~2.0.0, http-errors@npm:~2.0.1": - version: 2.0.1 - resolution: "http-errors@npm:2.0.1" - dependencies: - depd: "npm:~2.0.0" - inherits: "npm:~2.0.4" - setprototypeof: "npm:~1.2.0" - statuses: "npm:~2.0.2" - toidentifier: "npm:~1.0.1" - checksum: 10c0/fb38906cef4f5c83952d97661fe14dc156cb59fe54812a42cd448fa57b5c5dfcb38a40a916957737bd6b87aab257c0648d63eb5b6a9ca9f548e105b6072712d4 - languageName: node - linkType: hard - "http-errors@npm:~1.6.2": version: 1.6.3 resolution: "http-errors@npm:1.6.3" @@ -22589,16 +21154,16 @@ __metadata: languageName: node linkType: hard -"http-errors@npm:~1.8.0": - version: 1.8.1 - resolution: "http-errors@npm:1.8.1" +"http-errors@npm:~2.0.0, http-errors@npm:~2.0.1": + version: 2.0.1 + resolution: "http-errors@npm:2.0.1" dependencies: - depd: "npm:~1.1.2" - inherits: "npm:2.0.4" - setprototypeof: "npm:1.2.0" - statuses: "npm:>= 1.5.0 < 2" - toidentifier: "npm:1.0.1" - checksum: 10c0/f01aeecd76260a6fe7f08e192fcbe9b2f39ed20fc717b852669a69930167053b01790998275c6297d44f435cf0e30edd50c05223d1bec9bc484e6cf35b2d6f43 + depd: "npm:~2.0.0" + inherits: "npm:~2.0.4" + setprototypeof: "npm:~1.2.0" + statuses: "npm:~2.0.2" + toidentifier: "npm:~1.0.1" + checksum: 10c0/fb38906cef4f5c83952d97661fe14dc156cb59fe54812a42cd448fa57b5c5dfcb38a40a916957737bd6b87aab257c0648d63eb5b6a9ca9f548e105b6072712d4 languageName: node linkType: hard @@ -22952,7 +21517,7 @@ __metadata: languageName: node linkType: hard -"inherits@npm:2, inherits@npm:2.0.4, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4": +"inherits@npm:2, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.3, inherits@npm:~2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 10c0/4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 @@ -23037,18 +21602,6 @@ __metadata: languageName: node linkType: hard -"intl-messageformat@npm:^10.1.0": - version: 10.7.18 - resolution: "intl-messageformat@npm:10.7.18" - dependencies: - "@formatjs/ecma402-abstract": "npm:2.3.6" - "@formatjs/fast-memoize": "npm:2.2.7" - "@formatjs/icu-messageformat-parser": "npm:2.11.4" - tslib: "npm:^2.8.0" - checksum: 10c0/d54da9987335cb2bca26246304cea2ca6b1cb44ca416d6b28f3aa62b11477c72f7ce0bf3f11f5d236ceb1842bdc3378a926e606496d146fde18783ec92c314e1 - languageName: node - linkType: hard - "invariant@npm:^2.2.2": version: 2.2.4 resolution: "invariant@npm:2.2.4" @@ -23058,9 +21611,9 @@ __metadata: languageName: node linkType: hard -"iovalkey@npm:^0.3.1": - version: 0.3.2 - resolution: "iovalkey@npm:0.3.2" +"iovalkey@npm:^0.3.1, iovalkey@npm:^0.3.3": + version: 0.3.3 + resolution: "iovalkey@npm:0.3.3" dependencies: "@iovalkey/commands": "npm:^0.1.0" cluster-key-slot: "npm:^1.1.0" @@ -23071,7 +21624,7 @@ __metadata: redis-errors: "npm:^1.2.0" redis-parser: "npm:^3.0.0" standard-as-callback: "npm:^2.1.0" - checksum: 10c0/28de64a08bba7cf5af5b15bb0840f3a880b3675f8385adc96a3836e25fd0adb25e4bc1883d422f1fce62245d4d429b88850b9f73fbb35b0e5749ca039d369916 + checksum: 10c0/0884103c9f569b598a3024edc8cae6fea3ece85559a3b1eeb84d8fdb52c4b2ed097eb4e082b8a66b3fae65b38f0e305026979c95e6990ae9a2e07c9b3df5da8b languageName: node linkType: hard @@ -24999,15 +23552,6 @@ __metadata: languageName: node linkType: hard -"keygrip@npm:~1.1.0": - version: 1.1.0 - resolution: "keygrip@npm:1.1.0" - dependencies: - tsscmp: "npm:1.0.6" - checksum: 10c0/2aceec1a1e642a0caf938044056ed67b1909cfe67a93a59b32aae2863e0f35a1a53782ecc8f9cd0e3bdb60863fa0f401ccbd257cd7dfae61915f78445139edea - languageName: node - linkType: hard - "keytar@npm:^7.9.0": version: 7.9.0 resolution: "keytar@npm:7.9.0" @@ -25137,39 +23681,6 @@ __metadata: languageName: node linkType: hard -"koa-compose@npm:^4.1.0": - version: 4.1.0 - resolution: "koa-compose@npm:4.1.0" - checksum: 10c0/f1f786f994a691931148e7f38f443865bf2702af4a61610d1eea04dab79c04b1232285b59d82a0cf61c830516dd92f10ab0d009b024fcecd4098e7d296ab771a - languageName: node - linkType: hard - -"koa@npm:3.0.3": - version: 3.0.3 - resolution: "koa@npm:3.0.3" - dependencies: - accepts: "npm:^1.3.8" - content-disposition: "npm:~0.5.4" - content-type: "npm:^1.0.5" - cookies: "npm:~0.9.1" - delegates: "npm:^1.0.0" - destroy: "npm:^1.2.0" - encodeurl: "npm:^2.0.0" - escape-html: "npm:^1.0.3" - fresh: "npm:~0.5.2" - http-assert: "npm:^1.5.0" - http-errors: "npm:^2.0.0" - koa-compose: "npm:^4.1.0" - mime-types: "npm:^3.0.1" - on-finished: "npm:^2.4.1" - parseurl: "npm:^1.3.3" - statuses: "npm:^2.0.1" - type-is: "npm:^2.0.1" - vary: "npm:^1.1.2" - checksum: 10c0/596472cb6dcc6c443a1917afd65e0e1e73e76ab58507e0654af0e77acaecd5cd5f2217107a65783e51b1917f2bed77aa5422c8db0da4d4fec8afcf5e75af7c02 - languageName: node - linkType: hard - "kubernetes-models@npm:^4.3.1": version: 4.4.2 resolution: "kubernetes-models@npm:4.4.2" @@ -25398,13 +23909,6 @@ __metadata: languageName: node linkType: hard -"lodash.clonedeepwith@npm:4.5.0": - version: 4.5.0 - resolution: "lodash.clonedeepwith@npm:4.5.0" - checksum: 10c0/a7de84be9ad796811e8084deb79ef07f8f87122d87adffcd52ce4e6fa528fbe917f3dc6cc1d556362dc5dfadef68405e54f4b4d3ae72056e32ec5e84492a3fc2 - languageName: node - linkType: hard - "lodash.debounce@npm:^4": version: 4.0.8 resolution: "lodash.debounce@npm:4.0.8" @@ -25576,7 +24080,7 @@ __metadata: languageName: node linkType: hard -"log4js@npm:6.9.1, log4js@npm:^6.4.6": +"log4js@npm:^6.4.6": version: 6.9.1 resolution: "log4js@npm:6.9.1" dependencies: @@ -25668,10 +24172,10 @@ __metadata: languageName: node linkType: hard -"lru-cache@npm:^11.2.4, lru-cache@npm:^11.2.5, lru-cache@npm:^11.2.6": - version: 11.3.6 - resolution: "lru-cache@npm:11.3.6" - checksum: 10c0/3afe3e3000e424c18b640dcea5776b5c1de8684b7dac9718d58792dff1a4692b38cc14e263cbb41bdab98ffcf5408f003b33133b179ce5d271284be72a3ff2a9 +"lru-cache@npm:^11.0.0, lru-cache@npm:^11.2.4, lru-cache@npm:^11.2.5, lru-cache@npm:^11.2.6": + version: 11.5.1 + resolution: "lru-cache@npm:11.5.1" + checksum: 10c0/7b341cea79a8efe9c6a6f20c8757a77eca5b25d7ff983ccf4e11e547b81f6787824baa1c84705251dff84ab4ffac85717ac354b9d02e465f86a9f8b166409979 languageName: node linkType: hard @@ -25880,6 +24384,32 @@ __metadata: languageName: node linkType: hard +"marked-terminal@npm:^7.3.0": + version: 7.3.0 + resolution: "marked-terminal@npm:7.3.0" + dependencies: + ansi-escapes: "npm:^7.0.0" + ansi-regex: "npm:^6.1.0" + chalk: "npm:^5.4.1" + cli-highlight: "npm:^2.1.11" + cli-table3: "npm:^0.6.5" + node-emoji: "npm:^2.2.0" + supports-hyperlinks: "npm:^3.1.0" + peerDependencies: + marked: ">=1 <16" + checksum: 10c0/59d23c2ed9488c40856d828f431ae1d5d57426e791bbce8f05ec5a7d3a1f848cdb3b8d8880d76ae45570415f8b48ae459f50bbbd88ece5a31306f1e3de57f021 + languageName: node + linkType: hard + +"marked@npm:^15.0.12": + version: 15.0.12 + resolution: "marked@npm:15.0.12" + bin: + marked: bin/marked.js + checksum: 10c0/e09da211544b787ecfb25fed07af206060bf7cd6d9de6cb123f15c496a57f83b7aabea93340aaa94dae9c94e097ae129377cad6310abc16009590972e85f4212 + languageName: node + linkType: hard + "marked@npm:^4.0.14": version: 4.3.0 resolution: "marked@npm:4.3.0" @@ -26578,7 +25108,7 @@ __metadata: languageName: node linkType: hard -"mime-db@npm:>= 1.43.0 < 2, mime-db@npm:^1.54.0": +"mime-db@npm:>= 1.43.0 < 2": version: 1.54.0 resolution: "mime-db@npm:1.54.0" checksum: 10c0/8d907917bc2a90fa2df842cdf5dfeaf509adc15fe0531e07bb2f6ab15992416479015828d6a74200041c492e42cce3ebf78e5ce714388a0a538ea9c53eece284 @@ -26594,15 +25124,6 @@ __metadata: languageName: node linkType: hard -"mime-types@npm:^3.0.0, mime-types@npm:^3.0.1": - version: 3.0.2 - resolution: "mime-types@npm:3.0.2" - dependencies: - mime-db: "npm:^1.54.0" - checksum: 10c0/35a0dd1035d14d185664f346efcdb72e93ef7a9b6e9ae808bd1f6358227010267fab52657b37562c80fc888ff76becb2b2938deb5e730818b7983bf8bd359767 - languageName: node - linkType: hard - "mime@npm:1.6.0": version: 1.6.0 resolution: "mime@npm:1.6.0" @@ -26713,7 +25234,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^10.2.1": +"minimatch@npm:^10.2.1, minimatch@npm:^10.2.2": version: 10.2.5 resolution: "minimatch@npm:10.2.5" dependencies: @@ -26887,10 +25408,10 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4, minipass@npm:^7.1.2": - version: 7.1.2 - resolution: "minipass@npm:7.1.2" - checksum: 10c0/b0fd20bb9fb56e5fa9a8bfac539e8915ae07430a619e4b86ff71f5fc757ef3924b23b2c4230393af1eda647ed3d75739e4e0acb250a6b1eb277cf7f8fe449557 +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4, minipass@npm:^7.1.2, minipass@npm:^7.1.3": + version: 7.1.3 + resolution: "minipass@npm:7.1.3" + checksum: 10c0/539da88daca16533211ea5a9ee98dc62ff5742f531f54640dd34429e621955e91cc280a91a776026264b7f9f6735947629f920944e9c1558369e8bf22eb33fbb languageName: node linkType: hard @@ -27156,7 +25677,7 @@ __metadata: languageName: node linkType: hard -"mz@npm:^2.7.0": +"mz@npm:^2.4.0, mz@npm:^2.7.0": version: 2.7.0 resolution: "mz@npm:2.7.0" dependencies: @@ -27387,6 +25908,18 @@ __metadata: languageName: node linkType: hard +"node-emoji@npm:^2.2.0": + version: 2.2.0 + resolution: "node-emoji@npm:2.2.0" + dependencies: + "@sindresorhus/is": "npm:^4.6.0" + char-regex: "npm:^1.0.2" + emojilib: "npm:^2.4.0" + skin-tone: "npm:^2.0.0" + checksum: 10c0/9525defbd90a82a2131758c2470203fa2a2faa8edd177147a8654a26307fe03594e52847ecbe2746d06cfc5c50acd12bd500f035350a7609e8217c9894c19aad + languageName: node + linkType: hard + "node-fetch-commonjs@npm:^3.3.2": version: 3.3.2 resolution: "node-fetch-commonjs@npm:3.3.2" @@ -28420,7 +26953,23 @@ __metadata: languageName: node linkType: hard -"parse5@npm:^6.0.0": +"parse5-htmlparser2-tree-adapter@npm:^6.0.0": + version: 6.0.1 + resolution: "parse5-htmlparser2-tree-adapter@npm:6.0.1" + dependencies: + parse5: "npm:^6.0.1" + checksum: 10c0/dfa5960e2aaf125707e19a4b1bc333de49232eba5a6ffffb95d313a7d6087c3b7a274b58bee8d3bd41bdf150638815d1d601a42bbf2a0345208c3c35b1279556 + languageName: node + linkType: hard + +"parse5@npm:^5.1.1": + version: 5.1.1 + resolution: "parse5@npm:5.1.1" + checksum: 10c0/b0f87a77a7fea5f242e3d76917c983bbea47703b9371801d51536b78942db6441cbda174bf84eb30e47315ddc6f8a0b57d68e562c790154430270acd76c1fa03 + languageName: node + linkType: hard + +"parse5@npm:^6.0.0, parse5@npm:^6.0.1": version: 6.0.1 resolution: "parse5@npm:6.0.1" checksum: 10c0/595821edc094ecbcfb9ddcb46a3e1fe3a718540f8320eff08b8cf6742a5114cce2d46d45f95c26191c11b184dcaf4e2960abcd9c5ed9eb9393ac9a37efcfdecb @@ -28445,7 +26994,7 @@ __metadata: languageName: node linkType: hard -"parseurl@npm:^1.3.3, parseurl@npm:~1.3.2, parseurl@npm:~1.3.3": +"parseurl@npm:~1.3.2, parseurl@npm:~1.3.3": version: 1.3.3 resolution: "parseurl@npm:1.3.3" checksum: 10c0/90dd4760d6f6174adb9f20cf0965ae12e23879b5f5464f38e92fce8073354341e4b3b76fa3d878351efe7d01e617121955284cfd002ab087fba1a0726ec0b4f5 @@ -28530,6 +27079,13 @@ __metadata: languageName: node linkType: hard +"path-expression-matcher@npm:^1.5.0": + version: 1.5.0 + resolution: "path-expression-matcher@npm:1.5.0" + checksum: 10c0/646cb5bc66cd7d809a52288336f3ac1e6223f156fd8e912936e490e590f7f93e8056d4fd25fcbcc7da61bb698fa520112cb050372a3f65e7b79bd4afa0f77610 + languageName: node + linkType: hard + "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" @@ -28561,6 +27117,16 @@ __metadata: languageName: node linkType: hard +"path-scurry@npm:^2.0.2": + version: 2.0.2 + resolution: "path-scurry@npm:2.0.2" + dependencies: + lru-cache: "npm:^11.0.0" + minipass: "npm:^7.1.2" + checksum: 10c0/b35ad37cf6557a87fd057121ce2be7695380c9138d93e87ae928609da259ea0a170fac6f3ef1eb3ece8a068e8b7f2f3adf5bb2374cf4d4a57fe484954fcc9482 + languageName: node + linkType: hard + "path-to-regexp@npm:3.3.0": version: 3.3.0 resolution: "path-to-regexp@npm:3.3.0" @@ -29849,13 +28415,6 @@ __metadata: languageName: node linkType: hard -"rambda@npm:^9.1.0": - version: 9.4.2 - resolution: "rambda@npm:9.4.2" - checksum: 10c0/ee32773c7ef7a281782cf2e09cd0f2dbb67facf59924042e861ef42f166eb081c92e55ed6bd1a7c5c1a937831227bea16b9c11680bc9d57b4b8cb29ca78241ac - languageName: node - linkType: hard - "ramda-adjunct@npm:^5.0.0, ramda-adjunct@npm:^5.1.0": version: 5.1.0 resolution: "ramda-adjunct@npm:5.1.0" @@ -30006,96 +28565,40 @@ __metadata: languageName: node linkType: hard -"react-aria-components@npm:^1.14.0": - version: 1.16.0 - resolution: "react-aria-components@npm:1.16.0" +"react-aria-components@npm:^1.14.0, react-aria-components@npm:~1.17.0": + version: 1.17.0 + resolution: "react-aria-components@npm:1.17.0" dependencies: - "@internationalized/date": "npm:^3.12.0" - "@internationalized/string": "npm:^3.2.7" - "@react-aria/autocomplete": "npm:3.0.0-rc.6" - "@react-aria/collections": "npm:^3.0.3" - "@react-aria/dnd": "npm:^3.11.6" - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/live-announcer": "npm:^3.4.4" - "@react-aria/overlays": "npm:^3.31.2" - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/toolbar": "npm:3.0.0-beta.24" - "@react-aria/utils": "npm:^3.33.1" - "@react-aria/virtualizer": "npm:^4.1.13" - "@react-stately/autocomplete": "npm:3.0.0-beta.4" - "@react-stately/layout": "npm:^4.6.0" - "@react-stately/selection": "npm:^3.20.9" - "@react-stately/table": "npm:^3.15.4" - "@react-stately/utils": "npm:^3.11.0" - "@react-stately/virtualizer": "npm:^4.4.6" - "@react-types/form": "npm:^3.7.18" - "@react-types/grid": "npm:^3.3.8" - "@react-types/shared": "npm:^3.33.1" - "@react-types/table": "npm:^3.13.6" + "@internationalized/date": "npm:^3.12.1" + "@react-types/shared": "npm:^3.34.0" "@swc/helpers": "npm:^0.5.0" client-only: "npm:^0.0.1" - react-aria: "npm:^3.47.0" - react-stately: "npm:^3.45.0" - use-sync-external-store: "npm:^1.6.0" + react-aria: "npm:3.48.0" + react-stately: "npm:3.46.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/d71ebc84e68704c72ad5dca7455cc3705c231093161d88b6c41bd8e7609871955ab3f5d01b903588947e1786898faf705b824e0d10d9c0b643d393356245c3f1 - languageName: node - linkType: hard - -"react-aria@npm:^3.47.0": - version: 3.47.0 - resolution: "react-aria@npm:3.47.0" - dependencies: - "@internationalized/string": "npm:^3.2.7" - "@react-aria/breadcrumbs": "npm:^3.5.32" - "@react-aria/button": "npm:^3.14.5" - "@react-aria/calendar": "npm:^3.9.5" - "@react-aria/checkbox": "npm:^3.16.5" - "@react-aria/color": "npm:^3.1.5" - "@react-aria/combobox": "npm:^3.15.0" - "@react-aria/datepicker": "npm:^3.16.1" - "@react-aria/dialog": "npm:^3.5.34" - "@react-aria/disclosure": "npm:^3.1.3" - "@react-aria/dnd": "npm:^3.11.6" - "@react-aria/focus": "npm:^3.21.5" - "@react-aria/gridlist": "npm:^3.14.4" - "@react-aria/i18n": "npm:^3.12.16" - "@react-aria/interactions": "npm:^3.27.1" - "@react-aria/label": "npm:^3.7.25" - "@react-aria/landmark": "npm:^3.0.10" - "@react-aria/link": "npm:^3.8.9" - "@react-aria/listbox": "npm:^3.15.3" - "@react-aria/menu": "npm:^3.21.0" - "@react-aria/meter": "npm:^3.4.30" - "@react-aria/numberfield": "npm:^3.12.5" - "@react-aria/overlays": "npm:^3.31.2" - "@react-aria/progress": "npm:^3.4.30" - "@react-aria/radio": "npm:^3.12.5" - "@react-aria/searchfield": "npm:^3.8.12" - "@react-aria/select": "npm:^3.17.3" - "@react-aria/selection": "npm:^3.27.2" - "@react-aria/separator": "npm:^3.4.16" - "@react-aria/slider": "npm:^3.8.5" - "@react-aria/ssr": "npm:^3.9.10" - "@react-aria/switch": "npm:^3.7.11" - "@react-aria/table": "npm:^3.17.11" - "@react-aria/tabs": "npm:^3.11.1" - "@react-aria/tag": "npm:^3.8.1" - "@react-aria/textfield": "npm:^3.18.5" - "@react-aria/toast": "npm:^3.0.11" - "@react-aria/tooltip": "npm:^3.9.2" - "@react-aria/tree": "npm:^3.1.7" - "@react-aria/utils": "npm:^3.33.1" - "@react-aria/visually-hidden": "npm:^3.8.31" - "@react-types/shared": "npm:^3.33.1" + checksum: 10c0/b0804ac203511eed6875bcdcef1302ebd5ea7fd658255a103dc81dce3ebbaa111f53950d998bb8100dcd418d39a909133eaa9d435880eb54f0b36c6f0e0a8c8d + languageName: node + linkType: hard + +"react-aria@npm:3.48.0, react-aria@npm:~3.48.0": + version: 3.48.0 + resolution: "react-aria@npm:3.48.0" + dependencies: + "@internationalized/date": "npm:^3.12.1" + "@internationalized/number": "npm:^3.6.6" + "@internationalized/string": "npm:^3.2.8" + "@react-types/shared": "npm:^3.34.0" + "@swc/helpers": "npm:^0.5.0" + aria-hidden: "npm:^1.2.3" + clsx: "npm:^2.0.0" + react-stately: "npm:3.46.0" + use-sync-external-store: "npm:^1.6.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/9ec9a05d83dee25b5b0e7f97ec5ce86cfe00a0ae3f8507f3c414a44c5c7fc88dfd1430fe49f2b57333f964244f36122e255ebe795cca41a3562ea28e24d31ea5 + checksum: 10c0/908d30941f24510dd73eb744d9b83c102949e559ae17d972b880c564c464bcf708610d8defc708b8ff85db3996bd4f42818cb6d2b9be390a42265595522547f6 languageName: node linkType: hard @@ -30533,39 +29036,19 @@ __metadata: languageName: node linkType: hard -"react-stately@npm:^3.45.0": - version: 3.45.0 - resolution: "react-stately@npm:3.45.0" - dependencies: - "@react-stately/calendar": "npm:^3.9.3" - "@react-stately/checkbox": "npm:^3.7.5" - "@react-stately/collections": "npm:^3.12.10" - "@react-stately/color": "npm:^3.9.5" - "@react-stately/combobox": "npm:^3.13.0" - "@react-stately/data": "npm:^3.15.2" - "@react-stately/datepicker": "npm:^3.16.1" - "@react-stately/disclosure": "npm:^3.0.11" - "@react-stately/dnd": "npm:^3.7.4" - "@react-stately/form": "npm:^3.2.4" - "@react-stately/list": "npm:^3.13.4" - "@react-stately/menu": "npm:^3.9.11" - "@react-stately/numberfield": "npm:^3.11.0" - "@react-stately/overlays": "npm:^3.6.23" - "@react-stately/radio": "npm:^3.11.5" - "@react-stately/searchfield": "npm:^3.5.19" - "@react-stately/select": "npm:^3.9.2" - "@react-stately/selection": "npm:^3.20.9" - "@react-stately/slider": "npm:^3.7.5" - "@react-stately/table": "npm:^3.15.4" - "@react-stately/tabs": "npm:^3.8.9" - "@react-stately/toast": "npm:^3.1.3" - "@react-stately/toggle": "npm:^3.9.5" - "@react-stately/tooltip": "npm:^3.5.11" - "@react-stately/tree": "npm:^3.9.6" - "@react-types/shared": "npm:^3.33.1" +"react-stately@npm:3.46.0, react-stately@npm:~3.46.0": + version: 3.46.0 + resolution: "react-stately@npm:3.46.0" + dependencies: + "@internationalized/date": "npm:^3.12.1" + "@internationalized/number": "npm:^3.6.6" + "@internationalized/string": "npm:^3.2.8" + "@react-types/shared": "npm:^3.34.0" + "@swc/helpers": "npm:^0.5.0" + use-sync-external-store: "npm:^1.6.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 - checksum: 10c0/847d614e15d9928160664680707e885398f7b0d7d73e966edab821dec1a4abe55fe909c51a02b674aa4d75397028cb3c024bfc5d5201f01f346686b0503ba233 + checksum: 10c0/380b428c1a79766401e3f2472486b1c2a5e04d3d3a27a011cf7f7ee6b9a24c56026659ebea9e08b65495fbef02bd4a98817895ff7d84db5df4fc6ce23e01cba8 languageName: node linkType: hard @@ -31453,30 +29936,36 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.27.3": - version: 4.34.8 - resolution: "rollup@npm:4.34.8" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.34.8" - "@rollup/rollup-android-arm64": "npm:4.34.8" - "@rollup/rollup-darwin-arm64": "npm:4.34.8" - "@rollup/rollup-darwin-x64": "npm:4.34.8" - "@rollup/rollup-freebsd-arm64": "npm:4.34.8" - "@rollup/rollup-freebsd-x64": "npm:4.34.8" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.8" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.34.8" - "@rollup/rollup-linux-arm64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-arm64-musl": "npm:4.34.8" - "@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.8" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-s390x-gnu": "npm:4.34.8" - "@rollup/rollup-linux-x64-gnu": "npm:4.34.8" - "@rollup/rollup-linux-x64-musl": "npm:4.34.8" - "@rollup/rollup-win32-arm64-msvc": "npm:4.34.8" - "@rollup/rollup-win32-ia32-msvc": "npm:4.34.8" - "@rollup/rollup-win32-x64-msvc": "npm:4.34.8" - "@types/estree": "npm:1.0.6" +"rollup@npm:^4.59.0": + version: 4.62.0 + resolution: "rollup@npm:4.62.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.62.0" + "@rollup/rollup-android-arm64": "npm:4.62.0" + "@rollup/rollup-darwin-arm64": "npm:4.62.0" + "@rollup/rollup-darwin-x64": "npm:4.62.0" + "@rollup/rollup-freebsd-arm64": "npm:4.62.0" + "@rollup/rollup-freebsd-x64": "npm:4.62.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.62.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.62.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.62.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.62.0" + "@rollup/rollup-linux-loong64-gnu": "npm:4.62.0" + "@rollup/rollup-linux-loong64-musl": "npm:4.62.0" + "@rollup/rollup-linux-ppc64-gnu": "npm:4.62.0" + "@rollup/rollup-linux-ppc64-musl": "npm:4.62.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.62.0" + "@rollup/rollup-linux-riscv64-musl": "npm:4.62.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.62.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.62.0" + "@rollup/rollup-linux-x64-musl": "npm:4.62.0" + "@rollup/rollup-openbsd-x64": "npm:4.62.0" + "@rollup/rollup-openharmony-arm64": "npm:4.62.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.62.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.62.0" + "@rollup/rollup-win32-x64-gnu": "npm:4.62.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.62.0" + "@types/estree": "npm:1.0.9" fsevents: "npm:~2.3.2" dependenciesMeta: "@rollup/rollup-android-arm-eabi": @@ -31499,29 +29988,41 @@ __metadata: optional: true "@rollup/rollup-linux-arm64-musl": optional: true - "@rollup/rollup-linux-loongarch64-gnu": + "@rollup/rollup-linux-loong64-gnu": + optional: true + "@rollup/rollup-linux-loong64-musl": optional: true - "@rollup/rollup-linux-powerpc64le-gnu": + "@rollup/rollup-linux-ppc64-gnu": + optional: true + "@rollup/rollup-linux-ppc64-musl": optional: true "@rollup/rollup-linux-riscv64-gnu": optional: true + "@rollup/rollup-linux-riscv64-musl": + optional: true "@rollup/rollup-linux-s390x-gnu": optional: true "@rollup/rollup-linux-x64-gnu": optional: true "@rollup/rollup-linux-x64-musl": optional: true + "@rollup/rollup-openbsd-x64": + optional: true + "@rollup/rollup-openharmony-arm64": + optional: true "@rollup/rollup-win32-arm64-msvc": optional: true "@rollup/rollup-win32-ia32-msvc": optional: true + "@rollup/rollup-win32-x64-gnu": + optional: true "@rollup/rollup-win32-x64-msvc": optional: true fsevents: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/b9e711e33413112fbb761107c3fddc4561dfc74335c393542a829a85ccfb2763bfd17bf2422d84a2e9bee7646e5367018973e97005fdf64e49c2e209612f0eb6 + checksum: 10c0/0baa149f615152c0f86c44b237674cbac31d945ab721c257f73a844cc43d04a0f8613edbda4eaa2a376285286eac12e4f27060fc88a8f504f4ed235f6fc9b10f languageName: node linkType: hard @@ -31712,6 +30213,18 @@ __metadata: languageName: node linkType: hard +"schema-utils@npm:4.3.0": + version: 4.3.0 + resolution: "schema-utils@npm:4.3.0" + dependencies: + "@types/json-schema": "npm:^7.0.9" + ajv: "npm:^8.9.0" + ajv-formats: "npm:^2.1.1" + ajv-keywords: "npm:^5.1.0" + checksum: 10c0/c23f0fa73ef71a01d4a2bb7af4c91e0d356ec640e071aa2d06ea5e67f042962bb7ac7c29a60a295bb0125878801bc3209197a2b8a833dd25bd38e37c3ed21427 + languageName: node + linkType: hard + "schema-utils@npm:^3.0.0, schema-utils@npm:^3.1.1": version: 3.3.0 resolution: "schema-utils@npm:3.3.0" @@ -32152,6 +30665,15 @@ __metadata: languageName: node linkType: hard +"skin-tone@npm:^2.0.0": + version: 2.0.0 + resolution: "skin-tone@npm:2.0.0" + dependencies: + unicode-emoji-modifier-base: "npm:^1.0.0" + checksum: 10c0/82d4c2527864f9cbd6cb7f3c4abb31e2224752234d5013b881d3e34e9ab543545b05206df5a17d14b515459fcb265ce409f9cfe443903176b0360cd20e4e4ba5 + languageName: node + linkType: hard + "slash@npm:^3.0.0": version: 3.0.0 resolution: "slash@npm:3.0.0" @@ -32529,14 +31051,14 @@ __metadata: languageName: node linkType: hard -"statuses@npm:>= 1.4.0 < 2, statuses@npm:>= 1.5.0 < 2, statuses@npm:~1.5.0": +"statuses@npm:>= 1.4.0 < 2, statuses@npm:~1.5.0": version: 1.5.0 resolution: "statuses@npm:1.5.0" checksum: 10c0/e433900956357b3efd79b1c547da4d291799ac836960c016d10a98f6a810b1b5c0dcc13b5a7aa609a58239b5190e1ea176ad9221c2157d2fd1c747393e6b2940 languageName: node linkType: hard -"statuses@npm:^2.0.1, statuses@npm:~2.0.1, statuses@npm:~2.0.2": +"statuses@npm:~2.0.1, statuses@npm:~2.0.2": version: 2.0.2 resolution: "statuses@npm:2.0.2" checksum: 10c0/a9947d98ad60d01f6b26727570f3bcceb6c8fa789da64fe6889908fe2e294d57503b14bf2b5af7605c2d36647259e856635cd4c49eab41667658ec9d0080ec3f @@ -32815,12 +31337,12 @@ __metadata: languageName: node linkType: hard -"strip-ansi@npm:^7.0.1": - version: 7.1.0 - resolution: "strip-ansi@npm:7.1.0" +"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0": + version: 7.2.0 + resolution: "strip-ansi@npm:7.2.0" dependencies: - ansi-regex: "npm:^6.0.1" - checksum: 10c0/a198c3762e8832505328cbf9e8c8381de14a4fa50a4f9b2160138158ea88c0f5549fb50cb13c651c3088f47e63a108b34622ec18c0499b6c8c3a5ddf6b305ac4 + ansi-regex: "npm:^6.2.2" + checksum: 10c0/544d13b7582f8254811ea97db202f519e189e59d35740c46095897e254e4f1aa9fe1524a83ad6bc5ad67d4dd6c0281d2e0219ed62b880a6238a16a17d375f221 languageName: node linkType: hard @@ -32882,6 +31404,15 @@ __metadata: languageName: node linkType: hard +"strnum@npm:^2.2.3": + version: 2.4.0 + resolution: "strnum@npm:2.4.0" + dependencies: + anynum: "npm:^1.0.0" + checksum: 10c0/36ac1ca6f511d8216d9b07934359f78afb158eedee73fb057c77b1cffa160a60cb848b35f219bd2c115b0037e8ec3962f492874ea4b10ef021ab6403dbb10e7e + languageName: node + linkType: hard + "strtok3@npm:^6.2.4": version: 6.3.0 resolution: "strtok3@npm:6.3.0" @@ -33029,7 +31560,7 @@ __metadata: languageName: node linkType: hard -"supports-color@npm:^7.1.0": +"supports-color@npm:^7.0.0, supports-color@npm:^7.1.0": version: 7.2.0 resolution: "supports-color@npm:7.2.0" dependencies: @@ -33047,6 +31578,16 @@ __metadata: languageName: node linkType: hard +"supports-hyperlinks@npm:^3.1.0": + version: 3.2.0 + resolution: "supports-hyperlinks@npm:3.2.0" + dependencies: + has-flag: "npm:^4.0.0" + supports-color: "npm:^7.0.0" + checksum: 10c0/bca527f38d4c45bc95d6a24225944675746c515ddb91e2456d00ae0b5c537658e9dd8155b996b191941b0c19036195a098251304b9082bbe00cd1781f3cd838e + languageName: node + linkType: hard + "supports-preserve-symlinks-flag@npm:^1.0.0": version: 1.0.0 resolution: "supports-preserve-symlinks-flag@npm:1.0.0" @@ -33189,6 +31730,13 @@ __metadata: languageName: node linkType: hard +"tapable@npm:2.3.0": + version: 2.3.0 + resolution: "tapable@npm:2.3.0" + checksum: 10c0/cb9d67cc2c6a74dedc812ef3085d9d681edd2c1fa18e4aef57a3c0605fdbe44e6b8ea00bd9ef21bc74dd45314e39d31227aa031ebf2f5e38164df514136f2681 + languageName: node + linkType: hard + "tapable@npm:^1.0.0": version: 1.1.3 resolution: "tapable@npm:1.1.3" @@ -33608,7 +32156,7 @@ __metadata: languageName: node linkType: hard -"toidentifier@npm:1.0.1, toidentifier@npm:~1.0.1": +"toidentifier@npm:~1.0.1": version: 1.0.1 resolution: "toidentifier@npm:1.0.1" checksum: 10c0/93937279934bd66cc3270016dd8d0afec14fb7c94a05c72dc57321f8bd1fa97e5bea6d1f7c89e728d077ca31ea125b78320a616a6c6cd0e6b9cb94cb864381c1 @@ -33923,13 +32471,6 @@ __metadata: languageName: node linkType: hard -"tsscmp@npm:1.0.6": - version: 1.0.6 - resolution: "tsscmp@npm:1.0.6" - checksum: 10c0/2f79a9455e7e3e8071995f98cdf3487ccfc91b760bec21a9abb4d90519557eafaa37246e87c92fa8bf3fef8fd30cfd0cc3c4212bb929baa9fb62494bfa4d24b2 - languageName: node - linkType: hard - "tsyringe@npm:^4.10.0": version: 4.10.0 resolution: "tsyringe@npm:4.10.0" @@ -34030,17 +32571,6 @@ __metadata: languageName: node linkType: hard -"type-is@npm:^2.0.1": - version: 2.0.1 - resolution: "type-is@npm:2.0.1" - dependencies: - content-type: "npm:^1.0.5" - media-typer: "npm:^1.1.0" - mime-types: "npm:^3.0.0" - checksum: 10c0/7f7ec0a060b16880bdad36824ab37c26019454b67d73e8a465ed5a3587440fbe158bc765f0da68344498235c877e7dbbb1600beccc94628ed05599d667951b99 - languageName: node - linkType: hard - "typed-array-buffer@npm:^1.0.3": version: 1.0.3 resolution: "typed-array-buffer@npm:1.0.3" @@ -34270,6 +32800,13 @@ __metadata: languageName: node linkType: hard +"undici@npm:7.24.7": + version: 7.24.7 + resolution: "undici@npm:7.24.7" + checksum: 10c0/779c67e81677324763ea00ea547ba74757472ebe2625d046d592434ee19d9d148fe0eaef7006c0185096614249ac0f179e7f559b202b518af8d587e9548559b6 + languageName: node + linkType: hard + "undici@npm:^5.28.2": version: 5.29.0 resolution: "undici@npm:5.29.0" @@ -34279,10 +32816,17 @@ __metadata: languageName: node linkType: hard -"undici@npm:^7.16.0, undici@npm:^7.2.3": - version: 7.21.0 - resolution: "undici@npm:7.21.0" - checksum: 10c0/ec5d7524125ac9c392a8a67b84fe4f9301936ca6b2afd7be12e73ab98726e55761dc9624ac10361d2f346e6fdaf66043381a62f7d0b565facd61bbfda975a586 +"undici@npm:^7.16.0, undici@npm:^7.24.5": + version: 7.28.0 + resolution: "undici@npm:7.28.0" + checksum: 10c0/fe781983a26098795e99bb1f64906cbb7d0bcaa029a26baade007b53ea67f2631d189b8f9671a31f4c8d0cb3773b7559608628ba54452fef51fec90e7c78bb0d + languageName: node + linkType: hard + +"unicode-emoji-modifier-base@npm:^1.0.0": + version: 1.0.0 + resolution: "unicode-emoji-modifier-base@npm:1.0.0" + checksum: 10c0/b37623fcf0162186debd20f116483e035a2d5b905b932a2c472459d9143d446ebcbefb2a494e2fe4fa7434355396e2a95ec3fc1f0c29a3bc8f2c827220e79c66 languageName: node linkType: hard @@ -34752,7 +33296,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^11.0.0, uuid@npm:^11.0.2, uuid@npm:^11.1.0": +"uuid@npm:^11.1.0": version: 11.1.0 resolution: "uuid@npm:11.1.0" bin: @@ -34874,7 +33418,7 @@ __metadata: languageName: node linkType: hard -"vary@npm:^1, vary@npm:^1.1.2, vary@npm:~1.1.2": +"vary@npm:^1, vary@npm:~1.1.2": version: 1.1.2 resolution: "vary@npm:1.1.2" checksum: 10c0/f15d588d79f3675135ba783c91a4083dcd290a2a5be9fcb6514220a1634e23df116847b1cc51f66bfb0644cf9353b2abb7815ae499bab06e46dd33c1a6bf1f4f @@ -35517,24 +34061,9 @@ __metadata: languageName: node linkType: hard -"ws@npm:*, ws@npm:^8.18.0, ws@npm:^8.18.2, ws@npm:^8.18.3, ws@npm:^8.8.0": - version: 8.20.0 - resolution: "ws@npm:8.20.0" - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ">=5.0.2" - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - checksum: 10c0/956ac5f11738c914089b65878b9223692ace77337ba55379ae68e1ecbeae9b47a0c6eb9403688f609999a58c80d83d99865fe0029b229d308b08c1ef93d4ea14 - languageName: node - linkType: hard - -"ws@npm:8.18.0": - version: 8.18.0 - resolution: "ws@npm:8.18.0" +"ws@npm:*, ws@npm:8.21.0, ws@npm:^8.18.0, ws@npm:^8.18.2, ws@npm:^8.18.3, ws@npm:^8.8.0": + version: 8.21.0 + resolution: "ws@npm:8.21.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -35543,7 +34072,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 10c0/25eb33aff17edcb90721ed6b0eb250976328533ad3cd1a28a274bd263682e7296a6591ff1436d6cbc50fa67463158b062f9d1122013b361cec99a05f84680e06 + checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9 languageName: node linkType: hard @@ -35563,6 +34092,13 @@ __metadata: languageName: node linkType: hard +"xml-naming@npm:^0.1.0": + version: 0.1.0 + resolution: "xml-naming@npm:0.1.0" + checksum: 10c0/8c7614865361bcb7e53e3e091dac21c567e2b92d447919b2f072775aa9dcfc94a5255bd52fbaa0fd53c93513e53a23a6a835218ad2af512451dbc678392f85fe + languageName: node + linkType: hard + "xml@npm:=1.0.1": version: 1.0.1 resolution: "xml@npm:1.0.1" @@ -35664,7 +34200,7 @@ __metadata: languageName: node linkType: hard -"yargs@npm:^16.2.0": +"yargs@npm:^16.0.0, yargs@npm:^16.2.0": version: 16.2.0 resolution: "yargs@npm:16.2.0" dependencies: @@ -35810,10 +34346,10 @@ __metadata: languageName: node linkType: hard -"zod@npm:^3.25.76 || ^4.0.0": - version: 4.3.6 - resolution: "zod@npm:4.3.6" - checksum: 10c0/860d25a81ab41d33aa25f8d0d07b091a04acb426e605f396227a796e9e800c44723ed96d0f53a512b57be3d1520f45bf69c0cb3b378a232a00787a2609625307 +"zod@npm:^3.25.76 || ^4.0.0, zod@npm:^4.0.0": + version: 4.4.3 + resolution: "zod@npm:4.4.3" + checksum: 10c0/7ea31b558e88f9faf44f31dd185e2e1cbf51fed3081787fb96cc2534749b50c0acfc6da7f0922a7353ed092dd358c7d50c28ea96c94d04af64191bd33152eca3 languageName: node linkType: hard