diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index b74d4e8cd..2487fb8a8 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -35,31 +35,14 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - - name: create env file - run: | - touch .env - echo PRIVACY_POLICY_PAGE_ID=${{ secrets.PRIVACY_POLICY_PAGE_ID }} >> .env - echo TERMS_AND_CONDITIONS_PAGE_ID=${{ secrets.TERMS_AND_CONDITIONS_PAGE_ID }} >> .env - - echo NOTION_TOKEN_V2=${{ secrets.NOTION_TOKEN_V2 }} >> .env - echo NOTION_ACTIVE_USER=${{ secrets.NOTION_ACTIVE_USER }} >> .env - echo NOTION_BLOG_INTEGRATION_POSTS_DATABASE_ID=${{ secrets.NOTION_BLOG_INTEGRATION_POSTS_DATABASE_ID }} >> .env - echo NOTION_BLOG_INTEGRATION_TOKEN=${{ secrets.NOTION_BLOG_INTEGRATION_TOKEN }} >> .env - echo NOTION_BLOG_INTEGRATION_VIDEOS_DATABASE_ID=${{ secrets.NOTION_BLOG_INTEGRATION_VIDEOS_DATABASE_ID }} >> .env - - echo NEXT_PUBLIC_FAUCET_BACKEND_URL=${{ secrets.NEXT_PUBLIC_FAUCET_BACKEND_URL }} >> .env - echo NEXT_PUBLIC_TWITTER_CLIENT_ID=${{ secrets.NEXT_PUBLIC_TWITTER_CLIENT_ID }} >> .env - echo TWITTER_CLIENT_SECRET=${{ secrets.TWITTER_CLIENT_SECRET }} >> .env - - - echo BRIDGE_DAPP_DOMAIN=${{ secrets.BRIDGE_DAPP_DOMAIN }} >> .env - echo BRIDGE_DAPP_WALLET_CONNECT_PROJECT_ID=${{ secrets.BRIDGE_DAPP_WALLET_CONNECT_PROJECT_ID }} >> .env - - name: Install deps run: yarn install - name: build - run: yarn nx run-many --all --target=build + run: | + yarn nx run-many --all --target=build + yarn nx build-storybook webb-ui-components + # Fix: JavaScript heap out of memory # https://github.com/actions/runner-images/issues/70#issuecomment-1191708172 env: diff --git a/libs/webb-ui-components/.storybook/main.ts b/libs/webb-ui-components/.storybook/main.ts index 8cc577e67..1d4cea4bd 100644 --- a/libs/webb-ui-components/.storybook/main.ts +++ b/libs/webb-ui-components/.storybook/main.ts @@ -28,7 +28,6 @@ export default { getAbsolutePath('@storybook/addon-interactions'), getAbsolutePath('@storybook/theming'), getAbsolutePath('@storybook/addon-a11y'), - getAbsolutePath('@storybook/addon-webpack5-compiler-swc'), getAbsolutePath('@chromatic-com/storybook'), getAbsolutePath('@storybook/addon-themes'), '@nx/react/plugins/storybook', diff --git a/package.json b/package.json index 253d16396..1a55ad5ce 100644 --- a/package.json +++ b/package.json @@ -28,26 +28,7 @@ "generate:release": "node ./tools/release.js" }, "resolutions": { - "@polkadot/api": "^11.0.2", - "@polkadot/api-augment": "^11.0.2", - "@polkadot/api-base": "^11.0.2", - "@polkadot/api-contract": "^11.0.2", - "@polkadot/api-derive": "^11.0.2", - "@polkadot/keyring": "^12.6.2", - "@polkadot/networks": "^12.6.2", - "@polkadot/phishing": "^0.22.1", - "@polkadot/rpc-augment": "^11.0.2", - "@polkadot/rpc-core": "^11.0.2", - "@polkadot/rpc-provider": "^11.0.2", - "@polkadot/types": "^11.0.2", - "@polkadot/types-augment": "^11.0.2", - "@polkadot/types-codec": "^11.0.2", - "@polkadot/types-create": "^11.0.2", - "@polkadot/types-known": "^11.0.2", - "@polkadot/types-support": "^11.0.2", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", - "webpack": "5.91.0" + "eslint-plugin-import": "npm:eslint-plugin-import-x@^4.5.0" }, "dependencies": { "@actions/core": "^1.11.1", @@ -61,118 +42,117 @@ "@hyperlane-xyz/utils": "^5.7.0", "@ngneat/falso": "^7.2.0", "@octokit/request": "^9.1.3", - "@polkadot/api": "^15.0.1", + "@polkadot/api": "^13.2.1", "@polkadot/apps-config": "^0.146.1", "@polkadot/extension-dapp": "0.57.1", "@polkadot/extension-inject": "0.57.1", "@polkadot/keyring": "^13.2.3", "@polkadot/react-identicon": "^3.11.3", - "@polkadot/types": "^15.0.1", + "@polkadot/types": "^13.2.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", - "@radix-ui/react-accordion": "^1.2.1", - "@radix-ui/react-avatar": "^1.1.1", - "@radix-ui/react-collapsible": "^1.1.1", - "@radix-ui/react-dialog": "^1.1.2", - "@radix-ui/react-dropdown-menu": "^2.1.2", + "@radix-ui/react-accordion": "^1.2.2", + "@radix-ui/react-avatar": "^1.1.2", + "@radix-ui/react-collapsible": "^1.1.2", + "@radix-ui/react-dialog": "^1.1.4", + "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-icons": "^1.3.2", - "@radix-ui/react-label": "^2.1.0", - "@radix-ui/react-popover": "^1.1.2", - "@radix-ui/react-progress": "^1.1.0", - "@radix-ui/react-radio-group": "^1.2.1", - "@radix-ui/react-scroll-area": "^1.2.1", - "@radix-ui/react-separator": "^1.1.0", - "@radix-ui/react-slider": "^1.2.1", - "@radix-ui/react-switch": "^1.1.1", - "@radix-ui/react-tabs": "^1.1.1", - "@radix-ui/react-tooltip": "^1.1.4", - "@tanstack/react-query": "^5.62.2", + "@radix-ui/react-label": "^2.1.1", + "@radix-ui/react-popover": "^1.1.4", + "@radix-ui/react-progress": "^1.1.1", + "@radix-ui/react-radio-group": "^1.2.2", + "@radix-ui/react-scroll-area": "^1.2.2", + "@radix-ui/react-separator": "^1.1.1", + "@radix-ui/react-slider": "^1.2.2", + "@radix-ui/react-switch": "^1.1.2", + "@radix-ui/react-tabs": "^1.1.2", + "@radix-ui/react-tooltip": "^1.1.6", + "@tanstack/react-query": "^5.62.8", "@webb-tools/evm-contract-metadata": "^1.3.0", - "chromatic": "^11.20.0", + "chromatic": "^11.20.2", "decimal.js": "^10.4.3", "detect-browser": "^5.3.0", "ethers": "5.7.2", "js-base64": "^3.7.7", "lodash": "^4.17.21", - "next": "^14.2.19", + "next": "^14.2.20", "next-secure-headers": "^2.2.0", - "next-themes": "^0.4.3", + "next-themes": "^0.4.4", "notistack": "^3.0.1", "observable-hooks": "^4.2.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-dropzone": "^14.3.5", - "react-hook-form": "^7.53.2", + "react-hook-form": "^7.54.1", "react-router": "^7.0.2", "react-syntax-highlighter": "^15.6.1", - "recharts": "^2.14.1", + "recharts": "^2.15.0", "rxjs": "7.8.1", "swr": "^2.2.5", "use-local-storage-state": "^19.5.0", - "viem": "^2.21.53", - "wagmi": "^2.13.3", - "zod": "^3.23.8", + "viem": "^2.21.55", + "wagmi": "^2.14.3", + "zod": "^3.24.1", "zustand": "^4.5.5" }, "devDependencies": { "@babel/core": "^7.26.0", "@chromatic-com/storybook": "^3.2.2", - "@commitlint/cli": "^19.6.0", + "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", - "@eslint/eslintrc": "^2.1.1", - "@eslint/js": "~8.57.0", - "@next/bundle-analyzer": "^14.2.19", - "@nx/eslint": "20.1.4", - "@nx/eslint-plugin": "20.1.4", - "@nx/jest": "20.1.4", - "@nx/js": "20.1.4", - "@nx/next": "20.1.4", - "@nx/react": "20.1.4", - "@nx/storybook": "20.1.4", - "@nx/vite": "20.1.4", - "@nx/web": "20.1.4", - "@nx/workspace": "20.1.4", - "@storybook/addon-a11y": "^8.4.6", - "@storybook/addon-actions": "^8.4.6", - "@storybook/addon-essentials": "^8.4.6", - "@storybook/addon-interactions": "^8.4.6", - "@storybook/addon-themes": "^8.4.6", - "@storybook/addon-webpack5-compiler-swc": "^1.0.5", - "@storybook/blocks": "8.4.6", - "@storybook/channels": "^8.4.6", - "@storybook/components": "^8.4.6", - "@storybook/core-events": "^8.4.6", - "@storybook/core-server": "^8.4.6", - "@storybook/manager-api": "^8.4.6", - "@storybook/nextjs": "^8.4.6", - "@storybook/preview-api": "^8.4.6", - "@storybook/react": "^8.4.6", - "@storybook/theming": "^8.4.6", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "~8.57.1", + "@next/bundle-analyzer": "^14.2.20", + "@nx/eslint": "20.2.2", + "@nx/eslint-plugin": "20.2.2", + "@nx/jest": "20.2.2", + "@nx/js": "20.2.2", + "@nx/next": "20.2.2", + "@nx/react": "20.2.2", + "@nx/storybook": "20.2.2", + "@nx/vite": "20.2.2", + "@nx/web": "20.2.2", + "@nx/workspace": "20.2.2", + "@storybook/addon-a11y": "8.4.7", + "@storybook/addon-actions": "8.4.7", + "@storybook/addon-essentials": "8.4.7", + "@storybook/addon-interactions": "8.4.7", + "@storybook/addon-themes": "^8.4.7", + "@storybook/blocks": "8.4.7", + "@storybook/channels": "^8.4.7", + "@storybook/components": "^8.4.7", + "@storybook/core-events": "^8.4.7", + "@storybook/core-server": "^8.4.7", + "@storybook/manager-api": "^8.4.7", + "@storybook/nextjs": "^8.4.7", + "@storybook/preview-api": "^8.4.7", + "@storybook/react": "^8.4.7", + "@storybook/theming": "^8.4.7", "@svgr/webpack": "8.1.0", "@swc-node/register": "^1.10.9", - "@swc/cli": "~0.3.12", - "@swc/core": "~1.10.0", - "@swc/helpers": "~0.5.11", + "@swc/cli": "~0.5.2", + "@swc/core": "~1.10.1", + "@swc/helpers": "~0.5.15", "@swc/jest": "~0.2.37", "@tailwindcss/forms": "^0.5.9", "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/react-table": "^8.20.5", + "@tanstack/react-table": "^8.20.6", "@testing-library/dom": "^10.4.0", - "@testing-library/react": "16.0.1", + "@testing-library/react": "16.1.0", "@types/jest": "29.5.14", "@types/lodash": "^4.17.13", - "@types/node": "18.19.67", - "@types/react": "18.3.12", - "@types/react-dom": "18.3.1", + "@types/node": "18.19.68", + "@types/react": "18.3.17", + "@types/react-dom": "18.3.5", "@types/react-syntax-highlighter": "^15.5.13", "@types/yargs": "^17.0.33", - "@typescript-eslint/eslint-plugin": "^8.17.0", - "@typescript-eslint/parser": "^8.17.0", + "@typescript-eslint/eslint-plugin": "^8.18.1", + "@typescript-eslint/parser": "^8.18.1", "@vitejs/plugin-react-swc": "^3.7.2", "@vitest/coverage-v8": "^2.1.8", "@vitest/ui": "^2.1.8", "@webb-tools/tangle-restaking-types": "^0.1.0", - "@webb-tools/tangle-substrate-types": "^0.9.6", + "@webb-tools/tangle-substrate-types": "^0.9.7", "autoprefixer": "^10.4.20", "babel-jest": "29.7.0", "classnames": "^2.5.1", @@ -180,51 +160,46 @@ "date-fns": "^4.1.0", "esbuild": "^0.24.0", "eslint": "^8.57.1", - "eslint-config-next": "^14.2.19", + "eslint-config-next": "^14.2.20", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.7.0", - "eslint-plugin-import-x": "^4.5.0", - "eslint-plugin-jsx-a11y": "6.10.1", - "eslint-plugin-react": "7.35.0", - "eslint-plugin-react-hooks": "5.0.0", + "eslint-plugin-import-x": "^4.5.1", + "eslint-plugin-jsx-a11y": "6.10.2", + "eslint-plugin-react": "7.37.2", + "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unused-imports": "^4.1.4", - "framer-motion": "^11.13.1", + "framer-motion": "^11.15.0", "jest": "29.7.0", "jest-environment-jsdom": "^29.7.0", "jsdom": "~25.0.1", "numbro": "^2.5.0", - "nx": "20.1.4", + "nx": "20.2.2", "postcss": "8.4.49", "postcss-import": "^16.1.0", "postcss-loader": "^8.1.1", "postcss-nested": "^7.0.2", - "postcss-preset-env": "^10.1.1", + "postcss-preset-env": "^10.1.2", "prettier": "^3.4.2", "react-is": "^18.3.1", - "rollup": "^4.28.0", + "rollup": "^4.28.1", "rollup-plugin-preserve-directives": "^0.4.0", - "storybook": "^8.4.6", + "storybook": "^8.4.7", "tailwind-merge": "^2.5.5", "tailwind-scrollbar": "^3.1.0", "tailwindcss": "^3.4.16", "tailwindcss-radix": "^3.0.5", "ts-jest": "29.2.5", - "tslib": "^2.3.0", + "tslib": "^2.8.1", "typescript": "^5.7.2", - "typescript-eslint": "^8.17.0", + "typescript-eslint": "^8.18.1", "vite": "~5.4.11", "vite-plugin-dts": "~4.3.0", "vite-plugin-node-polyfills": "^0.22.0", - "vite-plugin-svgr": "^4.2.0", + "vite-plugin-svgr": "^4.3.0", "vite-plugin-wasm": "^3.3.0", - "vitest": "^2.1.4", - "webpack": "5.95.0", - "webpack-bundle-analyzer": "^4.10.2", - "webpack-cli": "5.1.4", - "webpack-dev-server": "5.1.0", - "webpack-merge": "^6.0.1", + "vitest": "^2.1.8", "yargs": "^17.7.2" }, "packageManager": "yarn@4.2.2" diff --git a/yarn.lock b/yarn.lock index 01c6ab290..75313452f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2287,7 +2287,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.6, @babel/runtime@npm:^7.24.0, @babel/runtime@npm:^7.24.4, @babel/runtime@npm:^7.25.0, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7": +"@babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.6, @babel/runtime@npm:^7.24.0, @babel/runtime@npm:^7.24.4, @babel/runtime@npm:^7.25.0, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7": version: 7.26.0 resolution: "@babel/runtime@npm:7.26.0" dependencies: @@ -2375,20 +2375,20 @@ __metadata: languageName: node linkType: hard -"@commitlint/cli@npm:^19.6.0": - version: 19.6.0 - resolution: "@commitlint/cli@npm:19.6.0" +"@commitlint/cli@npm:^19.6.1": + version: 19.6.1 + resolution: "@commitlint/cli@npm:19.6.1" dependencies: "@commitlint/format": "npm:^19.5.0" "@commitlint/lint": "npm:^19.6.0" - "@commitlint/load": "npm:^19.5.0" + "@commitlint/load": "npm:^19.6.1" "@commitlint/read": "npm:^19.5.0" "@commitlint/types": "npm:^19.5.0" tinyexec: "npm:^0.3.0" yargs: "npm:^17.0.0" bin: commitlint: cli.js - checksum: 10c0/d2867d964afcd1a8b7c42e659ccf67be7cee1a275010c4d12f47b88dbc8b2120a31c5a8cc4de5e0711fd501bd921867e039be8b94bae17a98c2ecae9f95cfa86 + checksum: 10c0/fa7a344292f1d25533b195b061bcae0a80434490fae843ad28593c09668f48e9a74906b69f95d26df4152c56c71ab31a0bc169d333e22c6ca53dc54646a2ff19 languageName: node linkType: hard @@ -2465,9 +2465,9 @@ __metadata: languageName: node linkType: hard -"@commitlint/load@npm:^19.5.0": - version: 19.5.0 - resolution: "@commitlint/load@npm:19.5.0" +"@commitlint/load@npm:^19.6.1": + version: 19.6.1 + resolution: "@commitlint/load@npm:19.6.1" dependencies: "@commitlint/config-validator": "npm:^19.5.0" "@commitlint/execute-rule": "npm:^19.5.0" @@ -2475,11 +2475,11 @@ __metadata: "@commitlint/types": "npm:^19.5.0" chalk: "npm:^5.3.0" cosmiconfig: "npm:^9.0.0" - cosmiconfig-typescript-loader: "npm:^5.0.0" + cosmiconfig-typescript-loader: "npm:^6.1.0" lodash.isplainobject: "npm:^4.0.6" lodash.merge: "npm:^4.6.2" lodash.uniq: "npm:^4.5.0" - checksum: 10c0/72fb5f3b2299cb40374181e4fb630658c7faf0cca775bd15338e9a49f9571134ef25529319b453ed0d68917346949abf88c44f73a132f89d8965d6b3e7347d0b + checksum: 10c0/3f92ef6a592491dbb48ae985ef8e3897adccbbb735c09425304cbe574a0ec392b2d724ca14ebb99107e32f60bbec3b873ab64e87fea6d5af7aa579a9052a626e languageName: node linkType: hard @@ -3713,7 +3713,7 @@ __metadata: languageName: node linkType: hard -"@eslint/eslintrc@npm:^2.1.1, @eslint/eslintrc@npm:^2.1.4": +"@eslint/eslintrc@npm:^2.1.4": version: 2.1.4 resolution: "@eslint/eslintrc@npm:2.1.4" dependencies: @@ -3730,7 +3730,7 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:8.57.1, @eslint/js@npm:^8.56.0, @eslint/js@npm:~8.57.0": +"@eslint/js@npm:8.57.1, @eslint/js@npm:^8.56.0, @eslint/js@npm:~8.57.1": version: 8.57.1 resolution: "@eslint/js@npm:8.57.1" checksum: 10c0/b489c474a3b5b54381c62e82b3f7f65f4b8a5eaaed126546520bf2fede5532a8ed53212919fed1e9048dcf7f37167c8561d58d0ba4492a4244004e7793805223 @@ -5253,24 +5253,24 @@ __metadata: languageName: node linkType: hard -"@metamask/sdk-install-modal-web@npm:0.31.1": - version: 0.31.1 - resolution: "@metamask/sdk-install-modal-web@npm:0.31.1" +"@metamask/sdk-install-modal-web@npm:0.31.2": + version: 0.31.2 + resolution: "@metamask/sdk-install-modal-web@npm:0.31.2" dependencies: "@paulmillr/qr": "npm:^0.2.1" - checksum: 10c0/52ee1e37e72a09db2851e467a1746b6600761f98b3e9a8b46618a99f78086a3bc59a7c19fc919120f669bbda3324f2f343e9de82b27e8392791ca9bc994aea73 + checksum: 10c0/c409d1dfa1c43b8cb6ab0772905f5bb3031b558865fbaced9dddffcc2e2971da3aa8f50e0f90b46e25a9b9a4d8bc8d50867e843712d11a86d5500d4a95133ddc languageName: node linkType: hard -"@metamask/sdk@npm:0.31.1": - version: 0.31.1 - resolution: "@metamask/sdk@npm:0.31.1" +"@metamask/sdk@npm:0.31.2": + version: 0.31.2 + resolution: "@metamask/sdk@npm:0.31.2" dependencies: "@babel/runtime": "npm:^7.26.0" "@metamask/onboarding": "npm:^1.0.1" "@metamask/providers": "npm:16.1.0" "@metamask/sdk-communication-layer": "npm:0.31.0" - "@metamask/sdk-install-modal-web": "npm:0.31.1" + "@metamask/sdk-install-modal-web": "npm:0.31.2" "@paulmillr/qr": "npm:^0.2.1" bowser: "npm:^2.9.0" cross-fetch: "npm:^4.0.0" @@ -5285,7 +5285,7 @@ __metadata: tslib: "npm:^2.6.0" util: "npm:^0.12.4" uuid: "npm:^8.3.2" - checksum: 10c0/541fefaa0ab7bc57786e04d81adc10b4975769355beffd80bf30ef5f5d66876ce1fb153d336f81801f9215afe362aa459c68dca8b2ac01863ed6901a0c3b8a30 + checksum: 10c0/7cb342d0157c9078be53bfa4fcd951c0158ff400f551f916e13e4168ca79fddb12e60fa9f5346860f322437b6c9629b575aa70cf68b845974fa2f64bd0b59172 languageName: node linkType: hard @@ -5416,17 +5416,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/bridge-react-webpack-plugin@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.7.7" - dependencies: - "@module-federation/sdk": "npm:0.7.7" - "@types/semver": "npm:7.5.8" - semver: "npm:7.6.3" - checksum: 10c0/67dd5f6b90d9c8ce312f12084cfe2621e682c321f2585fb20abbaaae4839f366781b563723338d00f34f45e1447fe51e2dc2b4e3342a827d3674a7685054e19d - languageName: node - linkType: hard - "@module-federation/data-prefetch@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/data-prefetch@npm:0.7.6" @@ -5441,20 +5430,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/data-prefetch@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/data-prefetch@npm:0.7.7" - dependencies: - "@module-federation/runtime": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - fs-extra: "npm:9.1.0" - peerDependencies: - react: ">=16.9.0" - react-dom: ">=16.9.0" - checksum: 10c0/521bb4f9548d8853e36066f44d7e218f891fc017857c7a86c65c8145b0b8eac162d3b856b90325c85d4a17c9512d3d7dc9ab1bfc05f3671540815f572e187927 - languageName: node - linkType: hard - "@module-federation/dts-plugin@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/dts-plugin@npm:0.7.6" @@ -5485,36 +5460,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/dts-plugin@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/dts-plugin@npm:0.7.7" - dependencies: - "@module-federation/error-codes": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - "@module-federation/third-party-dts-extractor": "npm:0.7.7" - adm-zip: "npm:^0.5.10" - ansi-colors: "npm:^4.1.3" - axios: "npm:^1.7.4" - chalk: "npm:3.0.0" - fs-extra: "npm:9.1.0" - isomorphic-ws: "npm:5.0.0" - koa: "npm:2.15.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" - peerDependencies: - typescript: ^4.9.0 || ^5.0.0 - vue-tsc: ">=1.0.24" - peerDependenciesMeta: - vue-tsc: - optional: true - checksum: 10c0/45662d5d2fd5e5a3a2fab77bd66ba35222d9f8bff9e8bf8c19fd04327ea6341194fdffbef8121a53749018b33a8468500e0d4a256ce5d6f25e5dcafe2cfb6f8a - languageName: node - linkType: hard - "@module-federation/enhanced@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/enhanced@npm:0.7.6" @@ -5544,35 +5489,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/enhanced@npm:^0.7.6": - version: 0.7.7 - resolution: "@module-federation/enhanced@npm:0.7.7" - dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.7.7" - "@module-federation/data-prefetch": "npm:0.7.7" - "@module-federation/dts-plugin": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/manifest": "npm:0.7.7" - "@module-federation/rspack": "npm:0.7.7" - "@module-federation/runtime-tools": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - btoa: "npm:^1.2.1" - upath: "npm:2.0.1" - peerDependencies: - typescript: ^4.9.0 || ^5.0.0 - vue-tsc: ">=1.0.24" - webpack: ^5.0.0 - peerDependenciesMeta: - typescript: - optional: true - vue-tsc: - optional: true - webpack: - optional: true - checksum: 10c0/b2e4be21bb35943af1c5854402342ec4282d5aa146858b4e9bf2b7a4da9fb3f4bef87aa425db8f59526aebe7e61e46458d5f7abe9394bce6f30bd7e1c6b32082 - languageName: node - linkType: hard - "@module-federation/error-codes@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/error-codes@npm:0.7.6" @@ -5580,13 +5496,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/error-codes@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/error-codes@npm:0.7.7" - checksum: 10c0/4d452719f6f40be5a8574232937ff58661345cf7bed3ca9163fe56beae9ab1ef8195b1e6a845228213c88f1792a56be6c6080c88a0b2459292fd204e1d8ae524 - languageName: node - linkType: hard - "@module-federation/managers@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/managers@npm:0.7.6" @@ -5598,17 +5507,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/managers@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/managers@npm:0.7.7" - dependencies: - "@module-federation/sdk": "npm:0.7.7" - find-pkg: "npm:2.0.0" - fs-extra: "npm:9.1.0" - checksum: 10c0/9df23d2c5e6bcad363ee5524a628e408c56ee8262a8bf75eeccb02cae5d27fc1e8a17bd86e7e1ebfb56a3dd5fa7c6cfc22657691eb824a7b6da4c7664e434441 - languageName: node - linkType: hard - "@module-federation/manifest@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/manifest@npm:0.7.6" @@ -5622,16 +5520,29 @@ __metadata: languageName: node linkType: hard -"@module-federation/manifest@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/manifest@npm:0.7.7" +"@module-federation/node@npm:2.6.11": + version: 2.6.11 + resolution: "@module-federation/node@npm:2.6.11" dependencies: - "@module-federation/dts-plugin": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - chalk: "npm:3.0.0" - find-pkg: "npm:2.0.0" - checksum: 10c0/484cb278c362bd573882f7eff148ddf224c6af83c92968158400afa7ff97622780891e14159ce7a6c6e42b7a91d7f9345ad835001abdecf32e9141cbb3044040 + "@module-federation/enhanced": "npm:0.7.6" + "@module-federation/runtime": "npm:0.7.6" + "@module-federation/sdk": "npm:0.7.6" + "@module-federation/utilities": "npm:3.1.29" + btoa: "npm:1.2.1" + encoding: "npm:^0.1.13" + node-fetch: "npm:2.7.0" + peerDependencies: + react: ^16||^17||^18 + react-dom: ^16||^17||^18 + webpack: ^5.40.0 + peerDependenciesMeta: + next: + optional: true + react: + optional: true + react-dom: + optional: true + checksum: 10c0/1abbe6b02f2efb1e054d04b941da3265db14c7c43a7ec2cf1d4356aab691f917ba23a24f545bdb00a948ad38bc842c106c0c66b7721b5962d2a0a4dcce0c072b languageName: node linkType: hard @@ -5657,25 +5568,13 @@ __metadata: languageName: node linkType: hard -"@module-federation/rspack@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/rspack@npm:0.7.7" +"@module-federation/runtime-tools@npm:0.5.1": + version: 0.5.1 + resolution: "@module-federation/runtime-tools@npm:0.5.1" dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.7.7" - "@module-federation/dts-plugin": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/manifest": "npm:0.7.7" - "@module-federation/runtime-tools": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - peerDependencies: - typescript: ^4.9.0 || ^5.0.0 - vue-tsc: ">=1.0.24" - peerDependenciesMeta: - typescript: - optional: true - vue-tsc: - optional: true - checksum: 10c0/53c53478371c3788029abeddb083fc63d72c994b18b01f3f2dac439b36bc7ab41d0375f27a97f462770360d7ec2b75df6784cbdb917beb45c41503bfec658f8c + "@module-federation/runtime": "npm:0.5.1" + "@module-federation/webpack-bundler-runtime": "npm:0.5.1" + checksum: 10c0/fc6e8be50d6b4e9a9e9454d8c836c939eeb2bd6ed145701ef1b5dd0cb43058874404877a58182b2568ea6f216d5dae84785d3db8d867ddd4f610481a859f5d89 languageName: node linkType: hard @@ -5689,13 +5588,12 @@ __metadata: languageName: node linkType: hard -"@module-federation/runtime-tools@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/runtime-tools@npm:0.7.7" +"@module-federation/runtime@npm:0.5.1": + version: 0.5.1 + resolution: "@module-federation/runtime@npm:0.5.1" dependencies: - "@module-federation/runtime": "npm:0.7.7" - "@module-federation/webpack-bundler-runtime": "npm:0.7.7" - checksum: 10c0/0a653ca8338bbe301adfd9222961393deb9bd534789d42fbc0c6fa4dde9ab1744d198fa1f86279b1e41d8f74409f3d8b24d21bcceb670f1ebc6f2adfefc3f80f + "@module-federation/sdk": "npm:0.5.1" + checksum: 10c0/f7810c7d21e22ce4689967e387298f01571503f7ec3ddfea863929eb1a673aec9de37a0a1584d039cddcb76d2c1c5c26741fdc1be1224db0024ea9e939d24429 languageName: node linkType: hard @@ -5709,13 +5607,10 @@ __metadata: languageName: node linkType: hard -"@module-federation/runtime@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/runtime@npm:0.7.7" - dependencies: - "@module-federation/error-codes": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - checksum: 10c0/77ca7fa5a04280dbc7981ccca37772f9ab18b9b103267f7ba72b7ba0efa6849324d6a197d9752250c11ce5ad31c56c0ec0a6e0dead7d323874dd0b8759c8e56d +"@module-federation/sdk@npm:0.5.1": + version: 0.5.1 + resolution: "@module-federation/sdk@npm:0.5.1" + checksum: 10c0/63c7d00358e6f43e10b3f216808f2489d78059ac151e3acfff5f0744ef531505d716563330d35e2b2998c58f5f28f09ace7b4ee3162685a31f7908a6d41e6834 languageName: node linkType: hard @@ -5728,15 +5623,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/sdk@npm:0.7.7, @module-federation/sdk@npm:^0.7.6": - version: 0.7.7 - resolution: "@module-federation/sdk@npm:0.7.7" - dependencies: - isomorphic-rslog: "npm:0.0.6" - checksum: 10c0/8f7ac3383603a3211d6b6e2000b150209a2094f6c2fa9a7e7d12b950735b77bf47dbfa56cce182953492f9a6588994436a3d5471614ba6bd7e83d38dbf0a2a81 - languageName: node - linkType: hard - "@module-federation/third-party-dts-extractor@npm:0.7.6": version: 0.7.6 resolution: "@module-federation/third-party-dts-extractor@npm:0.7.6" @@ -5748,14 +5634,33 @@ __metadata: languageName: node linkType: hard -"@module-federation/third-party-dts-extractor@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/third-party-dts-extractor@npm:0.7.7" +"@module-federation/utilities@npm:3.1.29": + version: 3.1.29 + resolution: "@module-federation/utilities@npm:3.1.29" dependencies: - find-pkg: "npm:2.0.0" - fs-extra: "npm:9.1.0" - resolve: "npm:1.22.8" - checksum: 10c0/3d48bf14323d87c004e2087ca9fbee9eb5bafd956522d5185053d0f80d10961906e5b72f4ff9165a14541c91dcd7a3044b4fe90cd357abdddf2dfc4b0a06cef8 + "@module-federation/sdk": "npm:0.7.6" + peerDependencies: + react: ^16 || ^17 || ^18 + react-dom: ^16 || ^17 || ^18 + webpack: ^5.40.0 + peerDependenciesMeta: + next: + optional: true + react: + optional: true + react-dom: + optional: true + checksum: 10c0/6c90057cb0c0a35f6ab9b400b9e61e86931442f78cb68c11f75c6128e567ab9945d9650531a4f180121da5b4f09bcf2a57218801f65906251ca1e18f78517489 + languageName: node + linkType: hard + +"@module-federation/webpack-bundler-runtime@npm:0.5.1": + version: 0.5.1 + resolution: "@module-federation/webpack-bundler-runtime@npm:0.5.1" + dependencies: + "@module-federation/runtime": "npm:0.5.1" + "@module-federation/sdk": "npm:0.5.1" + checksum: 10c0/6a2423efe16a63d7059face6af07d282efc1cfa04a16397d1b354c5eb8541ffa314d32d4da8f7863e0b14f92b0f67270f313c2797e13f63f635bc94988115abf languageName: node linkType: hard @@ -5769,32 +5674,6 @@ __metadata: languageName: node linkType: hard -"@module-federation/webpack-bundler-runtime@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/webpack-bundler-runtime@npm:0.7.7" - dependencies: - "@module-federation/runtime": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - checksum: 10c0/0a8de0ce20458624c6d85274dab6825b773822da0ea787d4584868c9a811702de88b26555f7c4957e88018c2d2245c939edcfbc2209de49c872876499efe4e2b - languageName: node - linkType: hard - -"@mole-inc/bin-wrapper@npm:^8.0.1": - version: 8.0.1 - resolution: "@mole-inc/bin-wrapper@npm:8.0.1" - dependencies: - bin-check: "npm:^4.1.0" - bin-version-check: "npm:^5.0.0" - content-disposition: "npm:^0.5.4" - ext-name: "npm:^5.0.0" - file-type: "npm:^17.1.6" - filenamify: "npm:^5.0.2" - got: "npm:^11.8.5" - os-filter-obj: "npm:^2.0.0" - checksum: 10c0/70cfed319a46b1b8e3878dc4bdff4ced81aa913a6d9ab557b41e40f7ebdd5d39b0506b008609d8620739b63c2e4396fe0deec072487e84c717a1f3b24836ef94 - languageName: node - linkType: hard - "@motionone/animation@npm:^10.15.1, @motionone/animation@npm:^10.18.0": version: 10.18.0 resolution: "@motionone/animation@npm:10.18.0" @@ -6071,90 +5950,90 @@ __metadata: languageName: node linkType: hard -"@next/bundle-analyzer@npm:^14.2.19": - version: 14.2.19 - resolution: "@next/bundle-analyzer@npm:14.2.19" +"@next/bundle-analyzer@npm:^14.2.20": + version: 14.2.20 + resolution: "@next/bundle-analyzer@npm:14.2.20" dependencies: webpack-bundle-analyzer: "npm:4.10.1" - checksum: 10c0/cebc4be511b125099ef144a73917511806fe662afef1d88c0bb7f4f8562d14ea60ce8c2617752718936ddbe9392d6c1ff3a606638238381f4eb147e6a5e42275 + checksum: 10c0/fda13ebee3835d9ea22ea498b9a74bce7b2b39be38bf665676f132c0eb20a03c2dba0e212c6c48da60b4b0a8f975fcc587ca08f551bde5b624af7e7039d455f5 languageName: node linkType: hard -"@next/env@npm:14.2.19": - version: 14.2.19 - resolution: "@next/env@npm:14.2.19" - checksum: 10c0/cb745736dd9fc0d8d7e19b97d149177c9ef22a9fe9671e833c45de3c817c26fa2fd0cf5353a730b09ae049b59870efb1e59fa4a471cc937945b67ad593c0f2a8 +"@next/env@npm:14.2.20": + version: 14.2.20 + resolution: "@next/env@npm:14.2.20" + checksum: 10c0/cb3a99a2cd21209b4f267e1fe2c22d2a206827cb2f636d31da342d05913a327209ed4425e185d9458ba76dc2f613290fd0488bbc4ced43ce7f094b1e12fdf835 languageName: node linkType: hard -"@next/eslint-plugin-next@npm:14.2.19": - version: 14.2.19 - resolution: "@next/eslint-plugin-next@npm:14.2.19" +"@next/eslint-plugin-next@npm:14.2.20": + version: 14.2.20 + resolution: "@next/eslint-plugin-next@npm:14.2.20" dependencies: glob: "npm:10.3.10" - checksum: 10c0/cc4d879fc14aa2b414b355e8824240eb6b37d83eeb9f10ee07e77a3bc15c83d863892c1fa1192328af728685b2e6a6ce0a0afec7eca888caef7a70753c777bfc + checksum: 10c0/2525026da208bfd9d8923511a4b7d4e88c8a7966b07ddc745b48983e033e54c4160da116997c04c6696fa27a8f1b93148eaae4b1e706b517a0c42d5d4cd7ffcc languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-darwin-arm64@npm:14.2.19" +"@next/swc-darwin-arm64@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-darwin-arm64@npm:14.2.20" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-darwin-x64@npm:14.2.19" +"@next/swc-darwin-x64@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-darwin-x64@npm:14.2.20" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.19" +"@next/swc-linux-arm64-gnu@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-linux-arm64-gnu@npm:14.2.20" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.19" +"@next/swc-linux-arm64-musl@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-linux-arm64-musl@npm:14.2.20" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.19" +"@next/swc-linux-x64-gnu@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-linux-x64-gnu@npm:14.2.20" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-linux-x64-musl@npm:14.2.19" +"@next/swc-linux-x64-musl@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-linux-x64-musl@npm:14.2.20" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.19" +"@next/swc-win32-arm64-msvc@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-win32-arm64-msvc@npm:14.2.20" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.19" +"@next/swc-win32-ia32-msvc@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-win32-ia32-msvc@npm:14.2.20" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:14.2.19": - version: 14.2.19 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.19" +"@next/swc-win32-x64-msvc@npm:14.2.20": + version: 14.2.20 + resolution: "@next/swc-win32-x64-msvc@npm:14.2.20" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -6210,7 +6089,7 @@ __metadata: languageName: node linkType: hard -"@noble/curves@npm:^1.3.0, @noble/curves@npm:^1.4.0, @noble/curves@npm:^1.4.2, @noble/curves@npm:^1.6.0, @noble/curves@npm:~1.7.0": +"@noble/curves@npm:1.7.0, @noble/curves@npm:^1.3.0, @noble/curves@npm:^1.4.0, @noble/curves@npm:^1.4.2, @noble/curves@npm:^1.6.0, @noble/curves@npm:~1.7.0": version: 1.7.0 resolution: "@noble/curves@npm:1.7.0" dependencies: @@ -6219,6 +6098,20 @@ __metadata: languageName: node linkType: hard +"@noble/hashes@npm:1.0.0": + version: 1.0.0 + resolution: "@noble/hashes@npm:1.0.0" + checksum: 10c0/b6244bb44d2c8774437034c5e416fb72188bbb16e1298fc3223c1a71f918d78496df79523d10d6953a8a6e3009dde745d022bb9aca2e5a5b92eede01b2d9664e + languageName: node + linkType: hard + +"@noble/hashes@npm:1.2.0": + version: 1.2.0 + resolution: "@noble/hashes@npm:1.2.0" + checksum: 10c0/8bd3edb7bb6a9068f806a9a5a208cc2144e42940a21c049d8e9a0c23db08bef5cf1cfd844a7e35489b5ab52c6fa6299352075319e7f531e0996d459c38cfe26a + languageName: node + linkType: hard + "@noble/hashes@npm:1.3.2": version: 1.3.2 resolution: "@noble/hashes@npm:1.3.2" @@ -6247,7 +6140,7 @@ __metadata: languageName: node linkType: hard -"@noble/hashes@npm:^1, @noble/hashes@npm:^1.0.0, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.3, @noble/hashes@npm:^1.4.0, @noble/hashes@npm:^1.5.0, @noble/hashes@npm:~1.6.0": +"@noble/hashes@npm:1.6.1, @noble/hashes@npm:^1, @noble/hashes@npm:^1.0.0, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.3, @noble/hashes@npm:^1.4.0, @noble/hashes@npm:^1.5.0, @noble/hashes@npm:~1.6.0": version: 1.6.1 resolution: "@noble/hashes@npm:1.6.1" checksum: 10c0/27643cd8b551bc933b57cc29aa8c8763d586552fc4c3e06ecf7897f55be3463c0c9dff7f6ebacd88e5ce6d0cdb5415ca4874d0cf4359b5ea4a85be21ada03aab @@ -6261,6 +6154,20 @@ __metadata: languageName: node linkType: hard +"@noble/secp256k1@npm:1.5.5": + version: 1.5.5 + resolution: "@noble/secp256k1@npm:1.5.5" + checksum: 10c0/7c451c09ba539e305f94c27f6f2651c806938006d2f91ca69245b334b6a60f747ec26a81b277a3c41be4dc75988700a78d01484909711d9b6bfd90cfa2a271e1 + languageName: node + linkType: hard + +"@noble/secp256k1@npm:1.7.1": + version: 1.7.1 + resolution: "@noble/secp256k1@npm:1.7.1" + checksum: 10c0/48091801d39daba75520012027d0ff0b1719338d96033890cfe0d287ad75af00d82769c0194a06e7e4fbd816ae3f204f4a59c9e26f0ad16b429f7e9b5403ccd5 + languageName: node + linkType: hard + "@nodelib/fs.scandir@npm:2.1.5": version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" @@ -6317,13 +6224,13 @@ __metadata: languageName: node linkType: hard -"@nx/cypress@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/cypress@npm:20.1.4" +"@nx/cypress@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/cypress@npm:20.2.2" dependencies: - "@nx/devkit": "npm:20.1.4" - "@nx/eslint": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/eslint": "npm:20.2.2" + "@nx/js": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" detect-port: "npm:^1.5.1" tslib: "npm:^2.3.0" @@ -6332,13 +6239,13 @@ __metadata: peerDependenciesMeta: cypress: optional: true - checksum: 10c0/a3e1c5edaaf3edc820f70b7bdd2f968cf276af5da203c6da8f6f197600c9682b0b91154b76344d0b41de6ba6a5fa2597cfaff5fa74b7aaa1f376e2de346121bc + checksum: 10c0/2d99f404d8edb716434fd74cabe6b23eff728c045346200c6362b06df29f8471cae47d3ed26fdf4aa71ad84c27ce0160b9d3a7838fc51e8952a859a058f6f294 languageName: node linkType: hard -"@nx/devkit@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/devkit@npm:20.1.4" +"@nx/devkit@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/devkit@npm:20.2.2" dependencies: ejs: "npm:^3.1.7" enquirer: "npm:~2.3.6" @@ -6350,16 +6257,16 @@ __metadata: yargs-parser: "npm:21.1.1" peerDependencies: nx: ">= 19 <= 21" - checksum: 10c0/e8ae35e9b421cf558b35b792fcff1f769438be45808c2d4e1317e6c56779b773d2d05c3234e2431c258670b1880b5b4fbe22ac472ff639320df0b5bcf3b2ee95 + checksum: 10c0/2e23120846f6f03a25a81dd69b3cacb5ddfd6bae070411668dcb12c507db8265d81b577a88db348ce4ef89dd8177af6532c9514a42524369d6ed33473a41abe2 languageName: node linkType: hard -"@nx/eslint-plugin@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/eslint-plugin@npm:20.1.4" +"@nx/eslint-plugin@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/eslint-plugin@npm:20.2.2" dependencies: - "@nx/devkit": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" "@typescript-eslint/type-utils": "npm:^8.0.0" "@typescript-eslint/utils": "npm:^8.0.0" chalk: "npm:^4.1.0" @@ -6374,37 +6281,37 @@ __metadata: peerDependenciesMeta: eslint-config-prettier: optional: true - checksum: 10c0/58bfa30aed15a82feaec42a43038b7a78a2c3263a0e166089d0509f7b8edaff3ac85db51bd998d47b792e489f8265c5c50010cf71006e2c76b84cb3a4edb9d16 + checksum: 10c0/8ef82adbd6bc8160958d7a848822773c9cc211ac82a9e4f0871d457eb771df2828ed76b761a8d544ff523cb23389ecc407b65f914aacea0b3d5aa94f83846e72 languageName: node linkType: hard -"@nx/eslint@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/eslint@npm:20.1.4" +"@nx/eslint@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/eslint@npm:20.2.2" dependencies: - "@nx/devkit": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" semver: "npm:^7.5.3" tslib: "npm:^2.3.0" - typescript: "npm:~5.4.2" + typescript: "npm:~5.6.2" peerDependencies: "@zkochan/js-yaml": 0.0.7 eslint: ^8.0.0 || ^9.0.0 peerDependenciesMeta: "@zkochan/js-yaml": optional: true - checksum: 10c0/3fa816de9232b478469e9d7f6eaea4a0d47f22c8ee5a510f7d4759261497b11248c49a73a771f2fa356524f5c4f02c673f9c47af3c5503c445c21a9924a0a8fd + checksum: 10c0/79b7f28b391b8f49572063d1056f2a15097d8e544c4c65ab982879e2c6680eca5c42d3e30b0d8544fb4e6372a4b124a19d00e78e7567e231e294379fa2eb1470 languageName: node linkType: hard -"@nx/jest@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/jest@npm:20.1.4" +"@nx/jest@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/jest@npm:20.2.2" dependencies: "@jest/reporters": "npm:^29.4.1" "@jest/test-result": "npm:^29.4.1" - "@nx/devkit": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" chalk: "npm:^4.1.0" identity-obj-proxy: "npm:3.0.0" @@ -6416,13 +6323,13 @@ __metadata: semver: "npm:^7.5.3" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10c0/b9b79f320d39330ffaea4b3da4408580299ce87623a26eda1df8198d92f0ad1ce464b2857e93388d9b2b8ae3ee0028095ce1c0a269dd6f2ce8b3857e96e3926d + checksum: 10c0/d2278ef041df12b9628c99abb6c20df72e6eed13cb27779973fd8d6db8ecd658a6142af4ff7131a7b87005555cd1453d4f9b3a0434b285794c5ce565759cfcb0 languageName: node linkType: hard -"@nx/js@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/js@npm:20.1.4" +"@nx/js@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/js@npm:20.2.2" dependencies: "@babel/core": "npm:^7.23.2" "@babel/plugin-proposal-decorators": "npm:^7.22.7" @@ -6431,8 +6338,8 @@ __metadata: "@babel/preset-env": "npm:^7.23.2" "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.22.6" - "@nx/devkit": "npm:20.1.4" - "@nx/workspace": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/workspace": "npm:20.2.2" "@zkochan/js-yaml": "npm:0.0.7" babel-plugin-const-enum: "npm:^1.0.1" babel-plugin-macros: "npm:^2.8.0" @@ -6441,7 +6348,6 @@ __metadata: columnify: "npm:^1.6.0" detect-port: "npm:^1.5.1" enquirer: "npm:~2.3.6" - fast-glob: "npm:3.2.7" ignore: "npm:^5.0.4" js-tokens: "npm:^4.0.0" jsonc-parser: "npm:3.2.0" @@ -6451,6 +6357,7 @@ __metadata: ora: "npm:5.3.0" semver: "npm:^7.5.3" source-map-support: "npm:0.5.19" + tinyglobby: "npm:^0.2.10" ts-node: "npm:10.9.1" tsconfig-paths: "npm:^4.1.2" tslib: "npm:^2.3.0" @@ -6459,21 +6366,41 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 10c0/cefd563fffebcb8858fe528005aff69f44232bb42e4bfadfa703e37b0a1db9010f8400126639be3fd19beb81e2135c8a8b239ff37ed3f203b040a311038206bf + checksum: 10c0/2f920ca70187f81c1afcac5254aa9d41a8047e149803b0e036b14fade9fde1b00cad7b4ff6b0c46e9ec78d878c8f128857e8288ed0fe9d0d7bf27db6310d718d + languageName: node + linkType: hard + +"@nx/module-federation@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/module-federation@npm:20.2.2" + dependencies: + "@module-federation/enhanced": "npm:0.7.6" + "@module-federation/node": "npm:2.6.11" + "@module-federation/sdk": "npm:0.7.6" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" + "@nx/web": "npm:20.2.2" + "@rspack/core": "npm:^1.1.5" + express: "npm:^4.19.2" + http-proxy-middleware: "npm:^3.0.3" + picocolors: "npm:^1.1.0" + tslib: "npm:^2.3.0" + webpack: "npm:5.88.0" + checksum: 10c0/3024c5cdde42957cce0853fd5bd135e782c434b0129e3dd4def04ac6406f30fb6997a33fb7e452817ba7a29218bc445811a411f99eafa1bb7e5c7b81ff3173eb languageName: node linkType: hard -"@nx/next@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/next@npm:20.1.4" +"@nx/next@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/next@npm:20.2.2" dependencies: "@babel/plugin-proposal-decorators": "npm:^7.22.7" - "@nx/devkit": "npm:20.1.4" - "@nx/eslint": "npm:20.1.4" - "@nx/js": "npm:20.1.4" - "@nx/react": "npm:20.1.4" - "@nx/web": "npm:20.1.4" - "@nx/webpack": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/eslint": "npm:20.2.2" + "@nx/js": "npm:20.2.2" + "@nx/react": "npm:20.2.2" + "@nx/web": "npm:20.2.2" + "@nx/webpack": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@svgr/webpack": "npm:^8.0.1" copy-webpack-plugin: "npm:^10.2.4" @@ -6484,89 +6411,89 @@ __metadata: webpack-merge: "npm:^5.8.0" peerDependencies: next: ">=14.0.0" - checksum: 10c0/0601c4c9cdd1d0d1946b104ae7767382e8cb29acf624200e8837e19b66b4ccd002567a5695f1b49269aa7194c5468150d9a666e0be77c942143c5664fcac71af + checksum: 10c0/707cca507be1f90bd12297c51ce9ef95f0253116888d8995ffd001c3ed12417cf2cff8938fd292d6fb9d6e91919faa6384eb105471bab22a38446ad414314a16 languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-darwin-arm64@npm:20.1.4" +"@nx/nx-darwin-arm64@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-darwin-arm64@npm:20.2.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-darwin-x64@npm:20.1.4" +"@nx/nx-darwin-x64@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-darwin-x64@npm:20.2.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-freebsd-x64@npm:20.1.4" +"@nx/nx-freebsd-x64@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-freebsd-x64@npm:20.2.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.1.4" +"@nx/nx-linux-arm-gnueabihf@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.2.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-linux-arm64-gnu@npm:20.1.4" +"@nx/nx-linux-arm64-gnu@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-linux-arm64-gnu@npm:20.2.2" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-linux-arm64-musl@npm:20.1.4" +"@nx/nx-linux-arm64-musl@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-linux-arm64-musl@npm:20.2.2" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-linux-x64-gnu@npm:20.1.4" +"@nx/nx-linux-x64-gnu@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-linux-x64-gnu@npm:20.2.2" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-linux-x64-musl@npm:20.1.4" +"@nx/nx-linux-x64-musl@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-linux-x64-musl@npm:20.2.2" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-win32-arm64-msvc@npm:20.1.4" +"@nx/nx-win32-arm64-msvc@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-win32-arm64-msvc@npm:20.2.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/nx-win32-x64-msvc@npm:20.1.4" +"@nx/nx-win32-x64-msvc@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/nx-win32-x64-msvc@npm:20.2.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nx/react@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/react@npm:20.1.4" +"@nx/react@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/react@npm:20.2.2" dependencies: - "@module-federation/enhanced": "npm:0.7.6" - "@nx/devkit": "npm:20.1.4" - "@nx/eslint": "npm:20.1.4" - "@nx/js": "npm:20.1.4" - "@nx/web": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/eslint": "npm:20.2.2" + "@nx/js": "npm:20.2.2" + "@nx/module-federation": "npm:20.2.2" + "@nx/web": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@svgr/webpack": "npm:^8.0.1" express: "npm:^4.19.2" @@ -6575,31 +6502,31 @@ __metadata: minimatch: "npm:9.0.3" picocolors: "npm:^1.1.0" tslib: "npm:^2.3.0" - checksum: 10c0/e0a17486c20025c5ed37cb98c8e0bdc2ab1f9cd8f38eda72f42ac3451ebcc7a17111b34f5971ff796f8f0d14d945ffc2a5f395cba278c823067399a5a71c3612 + checksum: 10c0/7be8ac930cd05357d3d26e9743f2930fefc11ae5fef7beb1e193ff5b42a9d75aa7aeebd60ae218fbc9f03aee6c52e306b9bf605118bce64146e3a5fc265b5fd8 languageName: node linkType: hard -"@nx/storybook@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/storybook@npm:20.1.4" +"@nx/storybook@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/storybook@npm:20.2.2" dependencies: - "@nx/cypress": "npm:20.1.4" - "@nx/devkit": "npm:20.1.4" - "@nx/eslint": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/cypress": "npm:20.2.2" + "@nx/devkit": "npm:20.2.2" + "@nx/eslint": "npm:20.2.2" + "@nx/js": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" semver: "npm:^7.5.3" tslib: "npm:^2.3.0" - checksum: 10c0/c53d64b15e32f725f9200c1f431d098c32dd9b1b18d06a3f2459c56b03d882ff6dc2153c1063c72609c12412246a0c5a38fa0c8a0595aa9821064c95ebf51c40 + checksum: 10c0/4495943ba06aea093d2c95090866a1eb33702fef645aed99ab47962ca560dd851ed6d3d6d2957fa19a691d545edd321b79087fb93d19467fdde85054a87aedc2 languageName: node linkType: hard -"@nx/vite@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/vite@npm:20.1.4" +"@nx/vite@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/vite@npm:20.2.2" dependencies: - "@nx/devkit": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@swc/helpers": "npm:~0.5.0" enquirer: "npm:~2.3.6" @@ -6608,33 +6535,31 @@ __metadata: peerDependencies: vite: ^5.0.0 vitest: ^1.3.1 || ^2.0.0 - checksum: 10c0/48230903e2b5c2c6610677fe501e144285e543a6137500715b643063e8758b6df14fc2c2bd39dbd6ff69612539185f15e24ffc5e1a1d1e245e146b8bb902cf14 + checksum: 10c0/f46877b8e8dfd2989a11b48cb57d2b95e62e1e88f81892ede414dff762983e886d01dc2455e7a34b37c8ff1bab9e73d83cdfecf698b2457e618e1fa5dac4daaa languageName: node linkType: hard -"@nx/web@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/web@npm:20.1.4" +"@nx/web@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/web@npm:20.2.2" dependencies: - "@nx/devkit": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" detect-port: "npm:^1.5.1" http-server: "npm:^14.1.0" picocolors: "npm:^1.1.0" tslib: "npm:^2.3.0" - checksum: 10c0/e7a1550076803bc91b6fb5912f3b3ec0c216b3d852e332b9ac341056d4a411c07175f92f31bf9f6b14d0d38edaf32bef2ed3175ab91332ab379458636bb1341d + checksum: 10c0/be80ab0936ef77d3cb57c6119e13d747df6ec4855a6d716ec30e36f0ab834509a30ae51552ce1b59fb8427dc15c2cecf312b1fd71a9f9d02d557c251246c6a4d languageName: node linkType: hard -"@nx/webpack@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/webpack@npm:20.1.4" +"@nx/webpack@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/webpack@npm:20.2.2" dependencies: "@babel/core": "npm:^7.23.2" - "@module-federation/enhanced": "npm:^0.7.6" - "@module-federation/sdk": "npm:^0.7.6" - "@nx/devkit": "npm:20.1.4" - "@nx/js": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" + "@nx/js": "npm:20.2.2" "@phenomnomnominal/tsquery": "npm:~5.0.1" ajv: "npm:^8.12.0" autoprefixer: "npm:^10.4.9" @@ -6643,9 +6568,7 @@ __metadata: copy-webpack-plugin: "npm:^10.2.4" css-loader: "npm:^6.4.0" css-minimizer-webpack-plugin: "npm:^5.0.0" - express: "npm:^4.19.2" fork-ts-checker-webpack-plugin: "npm:7.2.13" - http-proxy-middleware: "npm:^3.0.3" less: "npm:4.1.3" less-loader: "npm:11.1.0" license-webpack-plugin: "npm:^4.0.2" @@ -6671,21 +6594,21 @@ __metadata: webpack-dev-server: "npm:^5.0.4" webpack-node-externals: "npm:^3.0.0" webpack-subresource-integrity: "npm:^5.1.0" - checksum: 10c0/045f340e88b2089aa768fd07e062687d228dc9e8d80853563fdd9e58c425edad50f897435efbcdbb77005d03f6e21c852ddd522e1f81cd5bc2c23280d3a6cab6 + checksum: 10c0/d94a07e83a8eacd8c6b9cfc6e9f0e34ec93507b72b2c8968d77ef2969aa3e3e11648c8ce2936422f5ba0c797985bd118c08f2b25b47ec0dd5ed57771f1a0d128 languageName: node linkType: hard -"@nx/workspace@npm:20.1.4": - version: 20.1.4 - resolution: "@nx/workspace@npm:20.1.4" +"@nx/workspace@npm:20.2.2": + version: 20.2.2 + resolution: "@nx/workspace@npm:20.2.2" dependencies: - "@nx/devkit": "npm:20.1.4" + "@nx/devkit": "npm:20.2.2" chalk: "npm:^4.1.0" enquirer: "npm:~2.3.6" - nx: "npm:20.1.4" + nx: "npm:20.2.2" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10c0/ad0bd040f87fce8bc7e01bc5122c8d52698743cbb5652cac423f54b64aedc7fe48ba090d8030dd9f4b205cd20f3e6a393936a395ab39247bd8c6b7ae0ac1692e + checksum: 10c0/ab3a7bd1787d7534682ac6b1dbe928aea168c15c95636f68fa7885f6da2f9e4da4ff34991c385bacc5f27f0bfd850ab1553883651c5f94f4162dbac8118e2c7b languageName: node linkType: hard @@ -7316,6 +7239,20 @@ __metadata: languageName: node linkType: hard +"@polkadot-api/client@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/client@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + dependencies: + "@polkadot-api/metadata-builders": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/substrate-bindings": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/substrate-client": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/utils": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + peerDependencies: + rxjs: ">=7.8.0" + checksum: 10c0/f80744e1612446a09fdd3f5a98cdf8f9a5b9fdeddcfa083084b49e0ae63e4b4875a326487258bcbb60e6edc2fbb831436abe4a48b87942c4417ba1ee05e95648 + languageName: node + linkType: hard + "@polkadot-api/json-rpc-provider-proxy@npm:0.0.1": version: 0.0.1 resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.0.1" @@ -7323,13 +7260,34 @@ __metadata: languageName: node linkType: hard -"@polkadot-api/json-rpc-provider@npm:0.0.1": +"@polkadot-api/json-rpc-provider-proxy@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + checksum: 10c0/63160c2227996e1d8926a7d0281cd7a747e53e8049a63c74087425bca6a986662f46ca8e0be5b31882816199aeef1863c8ee9a7d2834d2ee1a0d1bc6dc7d61f3 + languageName: node + linkType: hard + +"@polkadot-api/json-rpc-provider-proxy@npm:^0.1.0": + version: 0.1.0 + resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.1.0" + checksum: 10c0/e4b621fbbba5ae035f36932ce2ef6024d157a1612e26d8838ba6b92a78cd4718f4f12baa55ec7c700d213f8ecbe6e14569152ba3254b341b677b9e616c749f59 + languageName: node + linkType: hard + +"@polkadot-api/json-rpc-provider@npm:0.0.1, @polkadot-api/json-rpc-provider@npm:^0.0.1": version: 0.0.1 resolution: "@polkadot-api/json-rpc-provider@npm:0.0.1" checksum: 10c0/90dc86693e7ef742c50484f4374d4b4f0eb7b5f7f618cf96a3dfed866fd18edf19132fc750b2944e8300d83c5601343f3876cbe60cd6bb1086301361d682ebd8 languageName: node linkType: hard +"@polkadot-api/json-rpc-provider@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/json-rpc-provider@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + checksum: 10c0/2cc039dfd0234696e624a48d94f07b68ab3b1fc402f703b142b05f640301c47a3c5315a6ef10d2a61c31d6f93181d1240ba5b4e169e5cb8a428f5eb9613b0123 + languageName: node + linkType: hard + "@polkadot-api/metadata-builders@npm:0.0.1": version: 0.0.1 resolution: "@polkadot-api/metadata-builders@npm:0.0.1" @@ -7340,6 +7298,26 @@ __metadata: languageName: node linkType: hard +"@polkadot-api/metadata-builders@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/metadata-builders@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + dependencies: + "@polkadot-api/substrate-bindings": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/utils": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + checksum: 10c0/15dcba05a0c7cafaab72edc6c6246133cc25f94a158f0ac2091e3c774271cae6cf64658cefe5db9d57eb16e9a9cc8936f387547064237d129d7675e9ca27e1d3 + languageName: node + linkType: hard + +"@polkadot-api/metadata-builders@npm:0.3.2": + version: 0.3.2 + resolution: "@polkadot-api/metadata-builders@npm:0.3.2" + dependencies: + "@polkadot-api/substrate-bindings": "npm:0.6.0" + "@polkadot-api/utils": "npm:0.1.0" + checksum: 10c0/ac536e8d5dea4c4e241839750a46d003a86e6149428dbf9bdb794907547fdab219d38c805ba5fa0ea7150a0083c214866e28d7c2ec10621be97d2f8f8b013edf + languageName: node + linkType: hard + "@polkadot-api/observable-client@npm:0.1.0": version: 0.1.0 resolution: "@polkadot-api/observable-client@npm:0.1.0" @@ -7354,6 +7332,20 @@ __metadata: languageName: node linkType: hard +"@polkadot-api/observable-client@npm:^0.3.0": + version: 0.3.2 + resolution: "@polkadot-api/observable-client@npm:0.3.2" + dependencies: + "@polkadot-api/metadata-builders": "npm:0.3.2" + "@polkadot-api/substrate-bindings": "npm:0.6.0" + "@polkadot-api/utils": "npm:0.1.0" + peerDependencies: + "@polkadot-api/substrate-client": 0.1.4 + rxjs: ">=7.8.0" + checksum: 10c0/9f93fab03c37af0483f5c8487ec5250d366eb401a2c9744c014dfb4c7aa524645ae71f6b0e60761e2bca89bdcd862c119e4ac0e798123d8ee9f037eb2f4aaef3 + languageName: node + linkType: hard + "@polkadot-api/substrate-bindings@npm:0.0.1": version: 0.0.1 resolution: "@polkadot-api/substrate-bindings@npm:0.0.1" @@ -7366,6 +7358,30 @@ __metadata: languageName: node linkType: hard +"@polkadot-api/substrate-bindings@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/substrate-bindings@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + dependencies: + "@noble/hashes": "npm:^1.3.1" + "@polkadot-api/utils": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@scure/base": "npm:^1.1.1" + scale-ts: "npm:^1.6.0" + checksum: 10c0/f6273cbb1ed74f253f83dfb9e4b46375eb7430e17e69a2f3d631ff80d8ff7b7e871cdf89639ef18635a659a60623e384c894ab2e1889d70442f7ca73c05b44e3 + languageName: node + linkType: hard + +"@polkadot-api/substrate-bindings@npm:0.6.0": + version: 0.6.0 + resolution: "@polkadot-api/substrate-bindings@npm:0.6.0" + dependencies: + "@noble/hashes": "npm:^1.3.1" + "@polkadot-api/utils": "npm:0.1.0" + "@scure/base": "npm:^1.1.1" + scale-ts: "npm:^1.6.0" + checksum: 10c0/6c5d2d4f1120e95b3fb0207ea186e74302b9075671132d62d94d6abcb8b38fe081b8514384c744c3630615caa474764ebdd18968bef73d0c29203946941f1d99 + languageName: node + linkType: hard + "@polkadot-api/substrate-client@npm:0.0.1": version: 0.0.1 resolution: "@polkadot-api/substrate-client@npm:0.0.1" @@ -7373,6 +7389,23 @@ __metadata: languageName: node linkType: hard +"@polkadot-api/substrate-client@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/substrate-client@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + checksum: 10c0/56dc28993d06a14b4091f028956f8bb179d3c602a3e3979a978eb2192233ce6ad2f12d4a583e859480521d4c75629aab1d7f0effd989da0ebb90a1b51e7ee073 + languageName: node + linkType: hard + +"@polkadot-api/substrate-client@npm:^0.1.2": + version: 0.1.4 + resolution: "@polkadot-api/substrate-client@npm:0.1.4" + dependencies: + "@polkadot-api/json-rpc-provider": "npm:0.0.1" + "@polkadot-api/utils": "npm:0.1.0" + checksum: 10c0/7c9138ce52745f7e5f365f35d8caf3c192aee405ee576492eab8c47f5e9d09547a6141cc455ba21e69cf9f0f813fe6f5bcb0763342c33435a7678432961713db + languageName: node + linkType: hard + "@polkadot-api/utils@npm:0.0.1": version: 0.0.1 resolution: "@polkadot-api/utils@npm:0.0.1" @@ -7380,80 +7413,520 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/api-augment@npm:11.3.1" - dependencies: - "@polkadot/api-base": "npm:11.3.1" - "@polkadot/rpc-augment": "npm:11.3.1" - "@polkadot/types": "npm:11.3.1" - "@polkadot/types-augment": "npm:11.3.1" - "@polkadot/types-codec": "npm:11.3.1" - "@polkadot/util": "npm:^12.6.2" - tslib: "npm:^2.6.2" - checksum: 10c0/0c0bd3a02671a5e6c43a4d5736733d6898337bd562b22b8e91d164cd95bc91cde34a9f9ff5c244173df82274032f754d0e04e4081b3c305847b2b91fb569e5c1 +"@polkadot-api/utils@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0": + version: 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 + resolution: "@polkadot-api/utils@npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + checksum: 10c0/63c36ac45d63a4f8718d1324be0290dadfbfbb387e440d5962de13200861400a6af09a5e96b73f985fd4c27d03c93927420c8145e49e1e822653a3c223dda645 languageName: node linkType: hard -"@polkadot/api-base@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/api-base@npm:11.3.1" - dependencies: - "@polkadot/rpc-core": "npm:11.3.1" - "@polkadot/types": "npm:11.3.1" - "@polkadot/util": "npm:^12.6.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10c0/256b0936eba2b12506780957f51fa65e5f84fc4a75a17b8666db65f2190701959bb0548fdcb48d6e91600f1ba4518b6c1fa623ca88bc662f2c8777f2ea960e4b +"@polkadot-api/utils@npm:0.1.0": + version: 0.1.0 + resolution: "@polkadot-api/utils@npm:0.1.0" + checksum: 10c0/9b24522a30d0519df2d2bbfc65f7dbc94233950f829c4a6b042e02cc43b70c0ec43a7d06056cd7084d09e32d7c42caa2695732d25f673a31430391bed116fcae languageName: node linkType: hard -"@polkadot/api-derive@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/api-derive@npm:11.3.1" +"@polkadot/api-augment@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/api-augment@npm:10.13.1" dependencies: - "@polkadot/api": "npm:11.3.1" - "@polkadot/api-augment": "npm:11.3.1" - "@polkadot/api-base": "npm:11.3.1" - "@polkadot/rpc-core": "npm:11.3.1" - "@polkadot/types": "npm:11.3.1" - "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/api-base": "npm:10.13.1" + "@polkadot/rpc-augment": "npm:10.13.1" + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-augment": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" "@polkadot/util": "npm:^12.6.2" - "@polkadot/util-crypto": "npm:^12.6.2" - rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10c0/5ea05eadd2119ee3f1707d1dcd5437bef041f7501deac788faa5bac140f86e323f4dd623f56e400cafa6835d0c4dfff90f6699eeaf595eb665f1b0d7c070b9be + checksum: 10c0/5f1faa67bc8a574fe97debc8aa7e7f6795aa437a1212121188d6bbeb1d465b47b0a1a22b8268f3136e1956dcdf0c1f9004b2a7968a275414e93b0a4e91ba7edc languageName: node linkType: hard -"@polkadot/api@npm:^11.0.2": +"@polkadot/api-augment@npm:11.3.1": version: 11.3.1 - resolution: "@polkadot/api@npm:11.3.1" + resolution: "@polkadot/api-augment@npm:11.3.1" dependencies: - "@polkadot/api-augment": "npm:11.3.1" "@polkadot/api-base": "npm:11.3.1" - "@polkadot/api-derive": "npm:11.3.1" - "@polkadot/keyring": "npm:^12.6.2" "@polkadot/rpc-augment": "npm:11.3.1" - "@polkadot/rpc-core": "npm:11.3.1" - "@polkadot/rpc-provider": "npm:11.3.1" "@polkadot/types": "npm:11.3.1" "@polkadot/types-augment": "npm:11.3.1" "@polkadot/types-codec": "npm:11.3.1" - "@polkadot/types-create": "npm:11.3.1" - "@polkadot/types-known": "npm:11.3.1" "@polkadot/util": "npm:^12.6.2" - "@polkadot/util-crypto": "npm:^12.6.2" - eventemitter3: "npm:^5.0.1" - rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - checksum: 10c0/160842649ffc28486a157056127c0f2231860ca1b7b7980b6f49365fd8030dccc8978f881c544d9211a0c94a988059b330f58de93ef2143bc657953b3ab05074 + checksum: 10c0/0c0bd3a02671a5e6c43a4d5736733d6898337bd562b22b8e91d164cd95bc91cde34a9f9ff5c244173df82274032f754d0e04e4081b3c305847b2b91fb569e5c1 languageName: node linkType: hard -"@polkadot/apps-config@npm:^0.146.1": - version: 0.146.1 - resolution: "@polkadot/apps-config@npm:0.146.1" +"@polkadot/api-augment@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/api-augment@npm:13.2.1" + dependencies: + "@polkadot/api-base": "npm:13.2.1" + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-augment": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/905a0b18687d218ae1fbcac9521883f7cf211a01bf6f6ae1303a332a10690f514bd7c290d80d22be1c026a3287c3ca17831443e3a474fc02289f58cf861ce979 + languageName: node + linkType: hard + +"@polkadot/api-augment@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/api-augment@npm:14.3.1" + dependencies: + "@polkadot/api-base": "npm:14.3.1" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/2cb756c6b2d2e9249ef8706725ee83644e2bde323a916ade1976a653521c2680bcffef25455aeb58627ac48492b99abb89a0aeac75cfa26837fda5dde4011548 + languageName: node + linkType: hard + +"@polkadot/api-augment@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/api-augment@npm:15.0.2" + dependencies: + "@polkadot/api-base": "npm:15.0.2" + "@polkadot/rpc-augment": "npm:15.0.2" + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-augment": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/e78d032bc784b585102614474bc3880f0974b2a9b98ce4d094944b016a7bcf964465acbaedd613afaca4aa04fdc4fa49d756c6d4fcd197920e866f21ba800004 + languageName: node + linkType: hard + +"@polkadot/api-augment@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/api-augment@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/api-base": "npm:7.15.1" + "@polkadot/rpc-augment": "npm:7.15.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-augment": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/80665bce26a04e04477e6d711cddf0a9ac595e894dbfebc3f228b15c199e37d52ef3479e8fc8b63b69e5c7ca594d698a37bf1d3854c15014fa860dc6225f1504 + languageName: node + linkType: hard + +"@polkadot/api-augment@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/api-augment@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/api-base": "npm:9.14.2" + "@polkadot/rpc-augment": "npm:9.14.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-augment": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + checksum: 10c0/8d0dd51087913e5fb820e107be3267cc1596e83383d43578cec970421867be9f96bf8e71d7bb053687e864611b65149b7efc65c3c14bd5ba865d170f10492ae3 + languageName: node + linkType: hard + +"@polkadot/api-base@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/api-base@npm:10.13.1" + dependencies: + "@polkadot/rpc-core": "npm:10.13.1" + "@polkadot/types": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/3adaa5d3c34e16cc28a0427839c87aab7b1d022c8b6992c43dc91ab7e910d0c8e17dca9ee6b7c9e27a6486aa8878dd7deae79870d7d44ede92aba8421241c249 + languageName: node + linkType: hard + +"@polkadot/api-base@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/api-base@npm:11.3.1" + dependencies: + "@polkadot/rpc-core": "npm:11.3.1" + "@polkadot/types": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/256b0936eba2b12506780957f51fa65e5f84fc4a75a17b8666db65f2190701959bb0548fdcb48d6e91600f1ba4518b6c1fa623ca88bc662f2c8777f2ea960e4b + languageName: node + linkType: hard + +"@polkadot/api-base@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/api-base@npm:13.2.1" + dependencies: + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.7.0" + checksum: 10c0/f82e36645c6321f7e6730c48a96c8ce46813485b45e58d76ae3549863705dde57caae9a5884472d82b032fd741e5b6c1050909928ae9197441b8a1dbe6c895d5 + languageName: node + linkType: hard + +"@polkadot/api-base@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/api-base@npm:14.3.1" + dependencies: + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/8e04af99ce4594fbbf934706ff3b77a54da9c13feaa5563c50de4add2c3f6763164a558fa123af26a9d208ca5689eeedec2574b5cd12a9d83cf958f21571212f + languageName: node + linkType: hard + +"@polkadot/api-base@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/api-base@npm:15.0.2" + dependencies: + "@polkadot/rpc-core": "npm:15.0.2" + "@polkadot/types": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/3fd20494dba639542dd2615fec781d410e3c050b5b5c9a1f7bdb46b516380fe847eca8f152ed6d1131255903f9df7ff7a91a9b3d8a75eb087ff97b2143a37353 + languageName: node + linkType: hard + +"@polkadot/api-base@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/api-base@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/rpc-core": "npm:7.15.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + rxjs: "npm:^7.5.5" + checksum: 10c0/ae8bab31b37a83ce152a44315caa122727014a8a604aa082a2588b26e28921463da099a6a75249452ed956bca4f8f303d7bfe43c502be7ceae193147ef33572f + languageName: node + linkType: hard + +"@polkadot/api-base@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/api-base@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/rpc-core": "npm:9.14.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + rxjs: "npm:^7.8.0" + checksum: 10c0/320b796a1c30546f979f26f3a01a66ffc15df32582eec24afdc655c62f8fb974885ea651badf26c754fe4f4f27397d0c67fa952c6453b87ba65ddf34a9d709a6 + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/api-derive@npm:10.13.1" + dependencies: + "@polkadot/api": "npm:10.13.1" + "@polkadot/api-augment": "npm:10.13.1" + "@polkadot/api-base": "npm:10.13.1" + "@polkadot/rpc-core": "npm:10.13.1" + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/91df2f399b0133bdcc19edb595e058481b1ffc63e80dbbc58c928eb04982cae1372fe7e3eda6b05888c88b68ae152f46646d080f4b940a5cca9307a681b7c78f + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/api-derive@npm:11.3.1" + dependencies: + "@polkadot/api": "npm:11.3.1" + "@polkadot/api-augment": "npm:11.3.1" + "@polkadot/api-base": "npm:11.3.1" + "@polkadot/rpc-core": "npm:11.3.1" + "@polkadot/types": "npm:11.3.1" + "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/5ea05eadd2119ee3f1707d1dcd5437bef041f7501deac788faa5bac140f86e323f4dd623f56e400cafa6835d0c4dfff90f6699eeaf595eb665f1b0d7c070b9be + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/api-derive@npm:13.2.1" + dependencies: + "@polkadot/api": "npm:13.2.1" + "@polkadot/api-augment": "npm:13.2.1" + "@polkadot/api-base": "npm:13.2.1" + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.7.0" + checksum: 10c0/df83eb54950732264ae31ad5d4a28e562cf5633b11362d6f66722d2f40391d209ec77e85c87d2e022049430ca0e8c6a25cde7c0bd395c9f4ef067f7d40e285ea + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:14.3.1, @polkadot/api-derive@npm:^14.3.1": + version: 14.3.1 + resolution: "@polkadot/api-derive@npm:14.3.1" + dependencies: + "@polkadot/api": "npm:14.3.1" + "@polkadot/api-augment": "npm:14.3.1" + "@polkadot/api-base": "npm:14.3.1" + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/7939b7580dfe4469b72f1d2b006ab6a3158ab65c779b4e42e94e3d7b449b04bad0f995b18bc4dbb28f2d03e64762a93ad6391faa3c2809ae0993d0973bdd9dc3 + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/api-derive@npm:15.0.2" + dependencies: + "@polkadot/api": "npm:15.0.2" + "@polkadot/api-augment": "npm:15.0.2" + "@polkadot/api-base": "npm:15.0.2" + "@polkadot/rpc-core": "npm:15.0.2" + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/c3910e08428412cdf2a4624b8f6519762f9bee57ab2c32a5d126d1c1478d1ea2074aed51c762b81d070a02a54c6a42497bb64ecbf47534cb0f686d6fee6f572a + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/api-derive@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/api": "npm:7.15.1" + "@polkadot/api-augment": "npm:7.15.1" + "@polkadot/api-base": "npm:7.15.1" + "@polkadot/rpc-core": "npm:7.15.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + "@polkadot/util-crypto": "npm:^8.7.1" + rxjs: "npm:^7.5.5" + checksum: 10c0/baa87551aa2a2735f7c2246706fde8e8dee923d189f57908cd404cf9f2a03d7af9ef7e097a1113632cdfa416b299cec8250b8cd1b5b59386aec0a4318d36dcf7 + languageName: node + linkType: hard + +"@polkadot/api-derive@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/api-derive@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/api": "npm:9.14.2" + "@polkadot/api-augment": "npm:9.14.2" + "@polkadot/api-base": "npm:9.14.2" + "@polkadot/rpc-core": "npm:9.14.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + "@polkadot/util-crypto": "npm:^10.4.2" + rxjs: "npm:^7.8.0" + checksum: 10c0/12746625931a8a93be0006ce2a31ccb081d8db5da9e0c18cbbb4250153e7726d54a375d590ebb164c93f70f0bb62de4db0b533cbb6b4d42774c6b7ecbc4751f6 + languageName: node + linkType: hard + +"@polkadot/api@npm:10.13.1, @polkadot/api@npm:^10.10.1, @polkadot/api@npm:^10.9.1": + version: 10.13.1 + resolution: "@polkadot/api@npm:10.13.1" + dependencies: + "@polkadot/api-augment": "npm:10.13.1" + "@polkadot/api-base": "npm:10.13.1" + "@polkadot/api-derive": "npm:10.13.1" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/rpc-augment": "npm:10.13.1" + "@polkadot/rpc-core": "npm:10.13.1" + "@polkadot/rpc-provider": "npm:10.13.1" + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-augment": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/types-create": "npm:10.13.1" + "@polkadot/types-known": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + eventemitter3: "npm:^5.0.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/c2192c51aca790b2d8915a08e55e3b0461c49a1ce3ceccc5597cd74d68367ff0a881a0a864a0897835364482618d0a945247576573ef7c00688f1a25a5347ccc + languageName: node + linkType: hard + +"@polkadot/api@npm:11.3.1, @polkadot/api@npm:^11.0.2": + version: 11.3.1 + resolution: "@polkadot/api@npm:11.3.1" + dependencies: + "@polkadot/api-augment": "npm:11.3.1" + "@polkadot/api-base": "npm:11.3.1" + "@polkadot/api-derive": "npm:11.3.1" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/rpc-augment": "npm:11.3.1" + "@polkadot/rpc-core": "npm:11.3.1" + "@polkadot/rpc-provider": "npm:11.3.1" + "@polkadot/types": "npm:11.3.1" + "@polkadot/types-augment": "npm:11.3.1" + "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/types-create": "npm:11.3.1" + "@polkadot/types-known": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + eventemitter3: "npm:^5.0.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/160842649ffc28486a157056127c0f2231860ca1b7b7980b6f49365fd8030dccc8978f881c544d9211a0c94a988059b330f58de93ef2143bc657953b3ab05074 + languageName: node + linkType: hard + +"@polkadot/api@npm:13.2.1, @polkadot/api@npm:^13.2.1": + version: 13.2.1 + resolution: "@polkadot/api@npm:13.2.1" + dependencies: + "@polkadot/api-augment": "npm:13.2.1" + "@polkadot/api-base": "npm:13.2.1" + "@polkadot/api-derive": "npm:13.2.1" + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/rpc-provider": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-augment": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/types-create": "npm:13.2.1" + "@polkadot/types-known": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + eventemitter3: "npm:^5.0.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.7.0" + checksum: 10c0/fc5e35c2580d4b6f548e89298cf69c72d148bacd674305ae2d4c3a6722b5daee338e459ca77faf9db2b5f2eab7697c21e99f4a63c0022aa016f9508f359e887e + languageName: node + linkType: hard + +"@polkadot/api@npm:14.3.1, @polkadot/api@npm:^14.3.1": + version: 14.3.1 + resolution: "@polkadot/api@npm:14.3.1" + dependencies: + "@polkadot/api-augment": "npm:14.3.1" + "@polkadot/api-base": "npm:14.3.1" + "@polkadot/api-derive": "npm:14.3.1" + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/rpc-provider": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/types-known": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + eventemitter3: "npm:^5.0.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/5c893cef918e9914c833c03b5f9fea86673cd2e50f8bdccb913177119c83124b036d69cdc8f52fd8d999b43f2da26a5260a8812cc516cba21b3fa727bd5e8023 + languageName: node + linkType: hard + +"@polkadot/api@npm:15.0.2, @polkadot/api@npm:^15.0.1, @polkadot/api@npm:latest": + version: 15.0.2 + resolution: "@polkadot/api@npm:15.0.2" + dependencies: + "@polkadot/api-augment": "npm:15.0.2" + "@polkadot/api-base": "npm:15.0.2" + "@polkadot/api-derive": "npm:15.0.2" + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/rpc-augment": "npm:15.0.2" + "@polkadot/rpc-core": "npm:15.0.2" + "@polkadot/rpc-provider": "npm:15.0.2" + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-augment": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/types-create": "npm:15.0.2" + "@polkadot/types-known": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + eventemitter3: "npm:^5.0.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/460495f7d10b177c31a98dbb88ff9dab7e71b9b0dbbf50b7a1d1b7cac9d362f3ec633917480e85888384d67d4435164530d1959a7aa07092c4d3d765f7f892f7 + languageName: node + linkType: hard + +"@polkadot/api@npm:7.15.1, @polkadot/api@npm:^7.2.1": + version: 7.15.1 + resolution: "@polkadot/api@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/api-augment": "npm:7.15.1" + "@polkadot/api-base": "npm:7.15.1" + "@polkadot/api-derive": "npm:7.15.1" + "@polkadot/keyring": "npm:^8.7.1" + "@polkadot/rpc-augment": "npm:7.15.1" + "@polkadot/rpc-core": "npm:7.15.1" + "@polkadot/rpc-provider": "npm:7.15.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-augment": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/types-create": "npm:7.15.1" + "@polkadot/types-known": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + "@polkadot/util-crypto": "npm:^8.7.1" + eventemitter3: "npm:^4.0.7" + rxjs: "npm:^7.5.5" + checksum: 10c0/cc0d6397072dbbe86d213a08fb4a3e85e7c1c8907924b84d1e9f7a480c6d4a94ef60b079d131c38e1d85890dad53bf2d68db7e5e0c975e75ab697219a8fca700 + languageName: node + linkType: hard + +"@polkadot/api@npm:9.14.2, @polkadot/api@npm:^9.13.2, @polkadot/api@npm:^9.14.1": + version: 9.14.2 + resolution: "@polkadot/api@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/api-augment": "npm:9.14.2" + "@polkadot/api-base": "npm:9.14.2" + "@polkadot/api-derive": "npm:9.14.2" + "@polkadot/keyring": "npm:^10.4.2" + "@polkadot/rpc-augment": "npm:9.14.2" + "@polkadot/rpc-core": "npm:9.14.2" + "@polkadot/rpc-provider": "npm:9.14.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-augment": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/types-create": "npm:9.14.2" + "@polkadot/types-known": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + "@polkadot/util-crypto": "npm:^10.4.2" + eventemitter3: "npm:^5.0.0" + rxjs: "npm:^7.8.0" + checksum: 10c0/37d037409969685f8362ec7cd829e86a612dedab1e955fb77e9d251585982fa2d10eab951c1776e7b75809144f951dd4dcec848780bd1236d4a21c7b6fd63f79 + languageName: node + linkType: hard + +"@polkadot/apps-config@npm:^0.146.1": + version: 0.146.1 + resolution: "@polkadot/apps-config@npm:0.146.1" dependencies: "@acala-network/type-definitions": "npm:5.1.2" "@bifrost-finance/type-definitions": "npm:1.11.3" @@ -7635,6 +8108,20 @@ __metadata: languageName: node linkType: hard +"@polkadot/keyring@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/keyring@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/util": "npm:10.4.2" + "@polkadot/util-crypto": "npm:10.4.2" + peerDependencies: + "@polkadot/util": 10.4.2 + "@polkadot/util-crypto": 10.4.2 + checksum: 10c0/3e21a72727e3f77b0a54ae8813f2c28dd25159ec9de8cfdb8ee916b2ce119815a623b721f40b70950868b8754d4c5c55b917d393b8bea92ebcf79b7570a71df2 + languageName: node + linkType: hard + "@polkadot/keyring@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/keyring@npm:12.6.2" @@ -7649,29 +8136,149 @@ __metadata: languageName: node linkType: hard -"@polkadot/networks@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/networks@npm:12.6.2" +"@polkadot/keyring@npm:^13.1.1, @polkadot/keyring@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/keyring@npm:13.2.3" dependencies: - "@polkadot/util": "npm:12.6.2" - "@substrate/ss58-registry": "npm:^1.44.0" - tslib: "npm:^2.6.2" - checksum: 10c0/44a482c46900058e6d5b25110cb5396382036057240cd4a8e0dae325fab54e689ec81bc43b047570581f14ce456b67310c05c1fe34c4b7f7d4e064f095f4c276 + "@polkadot/util": "npm:13.2.3" + "@polkadot/util-crypto": "npm:13.2.3" + tslib: "npm:^2.8.0" + peerDependencies: + "@polkadot/util": 13.2.3 + "@polkadot/util-crypto": 13.2.3 + checksum: 10c0/0f8adca69888107cdff2acfbd8eeea87e7db86dda79ed9438f192cc05cf6fbf983483c4f630848c52e168574c57168875903c4d49b79a0e0d27e2c3b9b3046e4 languageName: node linkType: hard -"@polkadot/react-identicon@npm:^3.11.3": - version: 3.11.3 - resolution: "@polkadot/react-identicon@npm:3.11.3" +"@polkadot/keyring@npm:^6.9.1": + version: 6.11.1 + resolution: "@polkadot/keyring@npm:6.11.1" dependencies: - "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/ui-settings": "npm:3.11.3" - "@polkadot/ui-shared": "npm:3.11.3" - "@polkadot/util": "npm:^13.2.3" - "@polkadot/util-crypto": "npm:^13.2.3" - ethereum-blockies-base64: "npm:^1.0.2" - jdenticon: "npm:3.2.0" - react-copy-to-clipboard: "npm:^5.1.0" + "@babel/runtime": "npm:^7.14.6" + "@polkadot/util": "npm:6.11.1" + "@polkadot/util-crypto": "npm:6.11.1" + peerDependencies: + "@polkadot/util": 6.11.1 + "@polkadot/util-crypto": 6.11.1 + checksum: 10c0/47e8596462959b93d27900ca4f3f4496bab543642fd8bacd975669a273de3321f895505d3bc14766f1feef5852a9ee01603d46c810216675f38ec224631b71b9 + languageName: node + linkType: hard + +"@polkadot/keyring@npm:^7.4.1": + version: 7.9.2 + resolution: "@polkadot/keyring@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/util": "npm:7.9.2" + "@polkadot/util-crypto": "npm:7.9.2" + peerDependencies: + "@polkadot/util": 7.9.2 + "@polkadot/util-crypto": 7.9.2 + checksum: 10c0/a2af9ca64a551fb3e6d4b58a81e77e7a8a0248e2a02a3d6b6add43d2a47ea899356f466460bf38ca20562ffa6dbffd013a7718a1bed1f5cebf6e55cf43f01b85 + languageName: node + linkType: hard + +"@polkadot/keyring@npm:^8.2.2, @polkadot/keyring@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/keyring@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/util": "npm:8.7.1" + "@polkadot/util-crypto": "npm:8.7.1" + peerDependencies: + "@polkadot/util": 8.7.1 + "@polkadot/util-crypto": 8.7.1 + checksum: 10c0/06d87ee44f9894bc49890c0392824fa17b3082ee62211004e93950f7908abd1e34a2b6d0b9ffa67f36360cb245fd07aaa1745bab3898ccd0174ffcdd2b746493 + languageName: node + linkType: hard + +"@polkadot/metadata@npm:4.17.1": + version: 4.17.1 + resolution: "@polkadot/metadata@npm:4.17.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/types": "npm:4.17.1" + "@polkadot/types-known": "npm:4.17.1" + "@polkadot/util": "npm:^6.11.1" + "@polkadot/util-crypto": "npm:^6.11.1" + checksum: 10c0/9c856722feaa72c5d84d90a9a1da85f34f8c5bc182d980ae4023e568a282a836b2489c3c85dcb96ca9e6278cc7f52cd10cc5d1ec8099f10ecc7b4a2a71f35e1f + languageName: node + linkType: hard + +"@polkadot/networks@npm:10.4.2, @polkadot/networks@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/networks@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/util": "npm:10.4.2" + "@substrate/ss58-registry": "npm:^1.38.0" + checksum: 10c0/0afaab8ef911f5d817caa321313c498710d8ee2f5730c084613f4a4b515eaff38769438e47e2a492ada522ce9d1e27b50e829259432c117a9dac5d2594bd11aa + languageName: node + linkType: hard + +"@polkadot/networks@npm:12.6.2, @polkadot/networks@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/networks@npm:12.6.2" + dependencies: + "@polkadot/util": "npm:12.6.2" + "@substrate/ss58-registry": "npm:^1.44.0" + tslib: "npm:^2.6.2" + checksum: 10c0/44a482c46900058e6d5b25110cb5396382036057240cd4a8e0dae325fab54e689ec81bc43b047570581f14ce456b67310c05c1fe34c4b7f7d4e064f095f4c276 + languageName: node + linkType: hard + +"@polkadot/networks@npm:13.2.3, @polkadot/networks@npm:^13.1.1, @polkadot/networks@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/networks@npm:13.2.3" + dependencies: + "@polkadot/util": "npm:13.2.3" + "@substrate/ss58-registry": "npm:^1.51.0" + tslib: "npm:^2.8.0" + checksum: 10c0/1ff4b329c05c6c8fadbaf733432392bf6e73f9151df869a5416228d21906e46f5643eae600046025aace635867b9458042865c0b847a8c2c65af76a98c4ba605 + languageName: node + linkType: hard + +"@polkadot/networks@npm:6.11.1, @polkadot/networks@npm:^6.11.1": + version: 6.11.1 + resolution: "@polkadot/networks@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + checksum: 10c0/e39a67a4ebebfaf8c1d7a129afd595e6d68c87ffd84a2b11e24d3982b135c8db6e375e363130eb475dd8f4d43bc7acfcaf76fb6712268cb25bdca0052b8d01a4 + languageName: node + linkType: hard + +"@polkadot/networks@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/networks@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + checksum: 10c0/848e3ac1f505c3264718ce2a5f7ba4ed8b43ab4d1d383de6d3d54cf2569f83ec0b85725ea0cf989e188dbbac8f48503097d2fae3ac7a797cf41959b27f084b97 + languageName: node + linkType: hard + +"@polkadot/networks@npm:8.7.1, @polkadot/networks@npm:^8.1.2, @polkadot/networks@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/networks@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/util": "npm:8.7.1" + "@substrate/ss58-registry": "npm:^1.17.0" + checksum: 10c0/96436b3d7b0516825deba35f83a854b2d754bf035519cf11576c629f872e0003de01afc3096a0c28e4e43150f5adc1b18a55a22e42a23ea371ac069c890fe82e + languageName: node + linkType: hard + +"@polkadot/react-identicon@npm:^3.11.3": + version: 3.11.3 + resolution: "@polkadot/react-identicon@npm:3.11.3" + dependencies: + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/ui-settings": "npm:3.11.3" + "@polkadot/ui-shared": "npm:3.11.3" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + ethereum-blockies-base64: "npm:^1.0.2" + jdenticon: "npm:3.2.0" + react-copy-to-clipboard: "npm:^5.1.0" styled-components: "npm:^6.1.1" tslib: "npm:^2.8.1" peerDependencies: @@ -7685,7 +8292,20 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:^11.0.2": +"@polkadot/rpc-augment@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/rpc-augment@npm:10.13.1" + dependencies: + "@polkadot/rpc-core": "npm:10.13.1" + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/5389ac83712cb0144e5f6b4319f76a54e8c85d455043ba688d32b233bc83202479f5506a8c8a0a7b0e8688150ca4c8d63ef57b2255e52827a5738eb600ab01ee + languageName: node + linkType: hard + +"@polkadot/rpc-augment@npm:11.3.1": version: 11.3.1 resolution: "@polkadot/rpc-augment@npm:11.3.1" dependencies: @@ -7698,7 +8318,86 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-core@npm:^11.0.2": +"@polkadot/rpc-augment@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/rpc-augment@npm:13.2.1" + dependencies: + "@polkadot/rpc-core": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/601ed231a038665b828e1773a6113a34ca40634b8dfa8b2350f10437cf5bf5ad501db6fdd0c99030d6a569dec190c4c2d87b2e45cda246e8df36a163aa24c503 + languageName: node + linkType: hard + +"@polkadot/rpc-augment@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/rpc-augment@npm:14.3.1" + dependencies: + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/9a55690656c3e8154745439e1bc7f0e9d29af19d20374724bc9f21400540efe6f5d94bb18faf5336061e16f86afdeecf0d5f3e7b0ccfad5b87f602c5633d4743 + languageName: node + linkType: hard + +"@polkadot/rpc-augment@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/rpc-augment@npm:15.0.2" + dependencies: + "@polkadot/rpc-core": "npm:15.0.2" + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/a6726d5eb08fb02d2fd30f27c01f1615be58451d1c3c67030bf161aec9277130faedf90d7434abe6c0834113f3646fad5221684f6196a216fae9b732d4a041a4 + languageName: node + linkType: hard + +"@polkadot/rpc-augment@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/rpc-augment@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/rpc-core": "npm:7.15.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/27786f8f7f6dbbde1e5ea23cbfdc8b590ac191eed023998fc8484b48a02af35d060a314d9ff2d2e50306bbf810b2bc2ea9e3dcc3be59caaa8837287c6443a1e4 + languageName: node + linkType: hard + +"@polkadot/rpc-augment@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/rpc-augment@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/rpc-core": "npm:9.14.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + checksum: 10c0/06dba394a8b682a5af87751bdf40aa20fd0367a47b885580affedc3991c5b3b4dd880916ac7b880635c198a2757ee0e7212abd055149adb1cae9dcd2dde0d814 + languageName: node + linkType: hard + +"@polkadot/rpc-core@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/rpc-core@npm:10.13.1" + dependencies: + "@polkadot/rpc-augment": "npm:10.13.1" + "@polkadot/rpc-provider": "npm:10.13.1" + "@polkadot/types": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 10c0/423479b6332eae4729076e1faa7371e7516021348ec6b4a4323a25740ea2577afdb395e767580babd854da14f63065cd4ac766a58b61263d09db64f1f6bb2599 + languageName: node + linkType: hard + +"@polkadot/rpc-core@npm:11.3.1": version: 11.3.1 resolution: "@polkadot/rpc-core@npm:11.3.1" dependencies: @@ -7712,159 +8411,863 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-provider@npm:^11.0.2": +"@polkadot/rpc-core@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/rpc-core@npm:13.2.1" + dependencies: + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/rpc-provider": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.7.0" + checksum: 10c0/3495af6d94d927c901000a6f833e62a431680fa935768e56344133ec846fe5c23ca8f5f0c7df87403ad1980734bb4a9344d511f053a7cdaa7952958f5601c21e + languageName: node + linkType: hard + +"@polkadot/rpc-core@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/rpc-core@npm:14.3.1" + dependencies: + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/rpc-provider": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/439223156cb243e5907655057367178562cdc4a30f960d67a61705b638cc017814055e0086a28e4b06b9b88e382302a7c17b1020b5a09f29dc37233ed2d7ffde + languageName: node + linkType: hard + +"@polkadot/rpc-core@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/rpc-core@npm:15.0.2" + dependencies: + "@polkadot/rpc-augment": "npm:15.0.2" + "@polkadot/rpc-provider": "npm:15.0.2" + "@polkadot/types": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/010da65f39722d83f6705a04bbd91900f897dffd84026f8933fee9e540ce49faf6974fe5504e40cc24c5aeb55d1d253da5b35643e1a34e7c7e0c9768c2675a37 + languageName: node + linkType: hard + +"@polkadot/rpc-core@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/rpc-core@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/rpc-augment": "npm:7.15.1" + "@polkadot/rpc-provider": "npm:7.15.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + rxjs: "npm:^7.5.5" + checksum: 10c0/c3dfe021384e9caaa628bec2bd71ce5444ea4a22f360a5b1b8178e938bd65a288e8eae4812c1cb7f531e891d168c298900c3033b13d4e39f158fb04521833c81 + languageName: node + linkType: hard + +"@polkadot/rpc-core@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/rpc-core@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/rpc-augment": "npm:9.14.2" + "@polkadot/rpc-provider": "npm:9.14.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + rxjs: "npm:^7.8.0" + checksum: 10c0/4eaea12bbb87cc8fcb1ae1a7fadc8fff8bce4cf452cd53aae2c35d4d5cac35a8baf990b8780a65672720ef7eec24c06fed92b0f7d55e97d3463e8f6d3590104a + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:10.13.1, @polkadot/rpc-provider@npm:^10.9.1": + version: 10.13.1 + resolution: "@polkadot/rpc-provider@npm:10.13.1" + dependencies: + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-support": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + "@polkadot/x-fetch": "npm:^12.6.2" + "@polkadot/x-global": "npm:^12.6.2" + "@polkadot/x-ws": "npm:^12.6.2" + "@substrate/connect": "npm:0.8.8" + eventemitter3: "npm:^5.0.1" + mock-socket: "npm:^9.3.1" + nock: "npm:^13.5.0" + tslib: "npm:^2.6.2" + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 10c0/13bc88d973a55b131bea9429831caa19b85cde73bb0c8d124bbeb1f9b5cd63d4e297a38be477e75b8930e181ab837249fec06417dc52cc5c438149313e5a2947 + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:11.3.1": version: 11.3.1 resolution: "@polkadot/rpc-provider@npm:11.3.1" dependencies: "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types": "npm:11.3.1" - "@polkadot/types-support": "npm:11.3.1" + "@polkadot/types": "npm:11.3.1" + "@polkadot/types-support": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + "@polkadot/x-fetch": "npm:^12.6.2" + "@polkadot/x-global": "npm:^12.6.2" + "@polkadot/x-ws": "npm:^12.6.2" + "@substrate/connect": "npm:0.8.10" + eventemitter3: "npm:^5.0.1" + mock-socket: "npm:^9.3.1" + nock: "npm:^13.5.0" + tslib: "npm:^2.6.2" + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 10c0/5bd6118c9833e0d1c302c8a375f48d1eaba7ec2676268e1c017c567cb0206160cc99c9182aa6e5c87ee911a4e91de3bbdee5ade66fdc0984157bfd64050949ea + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/rpc-provider@npm:13.2.1" + dependencies: + "@polkadot/keyring": "npm:^13.1.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-support": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + "@polkadot/x-fetch": "npm:^13.1.1" + "@polkadot/x-global": "npm:^13.1.1" + "@polkadot/x-ws": "npm:^13.1.1" + "@substrate/connect": "npm:0.8.11" + eventemitter3: "npm:^5.0.1" + mock-socket: "npm:^9.3.1" + nock: "npm:^13.5.4" + tslib: "npm:^2.7.0" + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 10c0/fc10e38cd6e150b1adcda948adf067b8fa34e93fa2b61467a5d57127a03e7c4190eb828ab7bc7cd94f19274951461d89b970c2ec447bf9597c53634dc7ea49ca + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/rpc-provider@npm:14.3.1" + dependencies: + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/x-fetch": "npm:^13.2.3" + "@polkadot/x-global": "npm:^13.2.3" + "@polkadot/x-ws": "npm:^13.2.3" + "@substrate/connect": "npm:0.8.11" + eventemitter3: "npm:^5.0.1" + mock-socket: "npm:^9.3.1" + nock: "npm:^13.5.5" + tslib: "npm:^2.8.0" + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 10c0/cab0c873be695678f4e2086dd0e7ba3e79e3aa20f447f941a60f160d3a8f52bfa340c54b10e0e0cd8bdcdd57d8effcab230d31b9bec1e6432aa92b19e881f41c + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:15.0.2, @polkadot/rpc-provider@npm:^15.0.1": + version: 15.0.2 + resolution: "@polkadot/rpc-provider@npm:15.0.2" + dependencies: + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-support": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + "@polkadot/x-fetch": "npm:^13.2.3" + "@polkadot/x-global": "npm:^13.2.3" + "@polkadot/x-ws": "npm:^13.2.3" + "@substrate/connect": "npm:0.8.11" + eventemitter3: "npm:^5.0.1" + mock-socket: "npm:^9.3.1" + nock: "npm:^13.5.5" + tslib: "npm:^2.8.0" + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 10c0/3010e126ed312624ff379e04880910c15b5379d02902eab8873e6884d424a391f443affdc7f020d1893eb451ab18441121e990d389f84aa0e4663a86fedb710b + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/rpc-provider@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/keyring": "npm:^8.7.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-support": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + "@polkadot/util-crypto": "npm:^8.7.1" + "@polkadot/x-fetch": "npm:^8.7.1" + "@polkadot/x-global": "npm:^8.7.1" + "@polkadot/x-ws": "npm:^8.7.1" + "@substrate/connect": "npm:0.7.0-alpha.0" + eventemitter3: "npm:^4.0.7" + mock-socket: "npm:^9.1.2" + nock: "npm:^13.2.4" + checksum: 10c0/31a7607587219a76d0d19cb7984ca2ca3d3f569f2577be28321afde6601b371496cc6afb011202d2bd4b4b845ac2acb5d7742f50197b03d64b3829f9804695d9 + languageName: node + linkType: hard + +"@polkadot/rpc-provider@npm:9.14.2, @polkadot/rpc-provider@npm:^9.13.2": + version: 9.14.2 + resolution: "@polkadot/rpc-provider@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/keyring": "npm:^10.4.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-support": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + "@polkadot/util-crypto": "npm:^10.4.2" + "@polkadot/x-fetch": "npm:^10.4.2" + "@polkadot/x-global": "npm:^10.4.2" + "@polkadot/x-ws": "npm:^10.4.2" + "@substrate/connect": "npm:0.7.19" + eventemitter3: "npm:^5.0.0" + mock-socket: "npm:^9.2.1" + nock: "npm:^13.3.0" + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 10c0/3c288103a5c8766b43824891980ecac1ff16d675388424ac316851c2a80ee2928922f2eaee5e504e2f67720653c7f734c9818df6fee3fbb735616f83679179e5 + languageName: node + linkType: hard + +"@polkadot/typegen@npm:^11.0.2": + version: 11.3.1 + resolution: "@polkadot/typegen@npm:11.3.1" + dependencies: + "@polkadot/api": "npm:11.3.1" + "@polkadot/api-augment": "npm:11.3.1" + "@polkadot/rpc-augment": "npm:11.3.1" + "@polkadot/rpc-provider": "npm:11.3.1" + "@polkadot/types": "npm:11.3.1" + "@polkadot/types-augment": "npm:11.3.1" + "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/types-create": "npm:11.3.1" + "@polkadot/types-support": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + "@polkadot/x-ws": "npm:^12.6.2" + handlebars: "npm:^4.7.8" + tslib: "npm:^2.6.2" + yargs: "npm:^17.7.2" + bin: + polkadot-types-chain-info: scripts/polkadot-types-chain-info.mjs + polkadot-types-from-chain: scripts/polkadot-types-from-chain.mjs + polkadot-types-from-defs: scripts/polkadot-types-from-defs.mjs + polkadot-types-internal-interfaces: scripts/polkadot-types-internal-interfaces.mjs + polkadot-types-internal-metadata: scripts/polkadot-types-internal-metadata.mjs + checksum: 10c0/9146ad14ae8298be43dfb859e2dbc68b54cef65eea64d92015bbcf2f0994454b7ede5a0df53039c98c75a27ffd857154acadd4a6cf5d3ac19103b45d1182ba2d + languageName: node + linkType: hard + +"@polkadot/typegen@npm:^13.2.1": + version: 13.2.1 + resolution: "@polkadot/typegen@npm:13.2.1" + dependencies: + "@polkadot/api": "npm:13.2.1" + "@polkadot/api-augment": "npm:13.2.1" + "@polkadot/rpc-augment": "npm:13.2.1" + "@polkadot/rpc-provider": "npm:13.2.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-augment": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/types-create": "npm:13.2.1" + "@polkadot/types-support": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + "@polkadot/util-crypto": "npm:^13.1.1" + "@polkadot/x-ws": "npm:^13.1.1" + handlebars: "npm:^4.7.8" + tslib: "npm:^2.7.0" + yargs: "npm:^17.7.2" + bin: + polkadot-types-chain-info: scripts/polkadot-types-chain-info.mjs + polkadot-types-from-chain: scripts/polkadot-types-from-chain.mjs + polkadot-types-from-defs: scripts/polkadot-types-from-defs.mjs + polkadot-types-internal-interfaces: scripts/polkadot-types-internal-interfaces.mjs + polkadot-types-internal-metadata: scripts/polkadot-types-internal-metadata.mjs + checksum: 10c0/b208e8fe3fd2cbbd03f82da15c4bc9a353678ce9510ece6c4a9c1376be355a808d7e58e39a9fe549212a0f928af9d8fa8e66e365ae185ec42c75a0673b4ba550 + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/types-augment@npm:10.13.1" + dependencies: + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/0686a834fd5d4db1cc74c184057cf1c47f008d3d541866cb2f2a38464c6a41cb159e5ec914b2e3d68511f6c6c7798238b58ec3bd1315a67fbb1ee073147457c6 + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/types-augment@npm:11.3.1" + dependencies: + "@polkadot/types": "npm:11.3.1" + "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/b0e4c9d62d1fb157b8e4e5734a18324f61cf45519c1ff5c58ca6c8c293af8efcce9328dd946173b7b316d8172e40b39ac2c2aed7694bfd6193c37f09295477ee + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-augment@npm:13.2.1" + dependencies: + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/057abee6cde0ca668028e155855b6620db7f15ad7a9a031924aaf35f336dd7d1dee89877d7d79ebff2f49a8e67a5303c203132ddde5245838dd71166e33ca70e + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/types-augment@npm:14.3.1" + dependencies: + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/56192ce0bd656343196c46cea114ddf61488307ac8e4c7d578f6e41b877fc258765f1408ebe408ca9a0f7f64b16f661776fd76bb215f2d74c9690e4d4855de72 + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/types-augment@npm:15.0.2" + dependencies: + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/a7f99e1d99b60fc5de8ff389934bec795687706c010256516eb63d432220268e5d8d4d7f54c039ede7034ec1ecaee7487d40acdaf11bf2fc9da046b197bf2f3f + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/types-augment@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/51637f9ebcf2330694530d0d9df4dc0541a5bcea2cf5ba5363842836ff6d45f85df20d4ec2d34d10cf6cfd2751babce7a22672cd8a369b7326243b2080e48b70 + languageName: node + linkType: hard + +"@polkadot/types-augment@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/types-augment@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + checksum: 10c0/ef556ec47cdd06d102acce3e486a0b912656b7faff49833c3cfe09ace4da73a6c2c667122e4ae35bd76a90f078d9bf096ef9d4340bf6e0dd168db0dc36e40de2 + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/types-codec@npm:10.13.1" + dependencies: + "@polkadot/util": "npm:^12.6.2" + "@polkadot/x-bigint": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/8a35c492006502804a5531231c14037ab98a13f345f4e550142254e69d62d451f0caa89347ac689b92f90b582fe6ab2f1c8eca30cdf327951323b6400fca2e50 + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/types-codec@npm:11.3.1" + dependencies: + "@polkadot/util": "npm:^12.6.2" + "@polkadot/x-bigint": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/d9e195571177e40d709576850d3148f834a48e974e56581cd97d631633d6b8db251e918caab98b06d31162e1991b52d0e2807849e43741aaff97d9506e0f8722 + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-codec@npm:13.2.1" + dependencies: + "@polkadot/util": "npm:^13.1.1" + "@polkadot/x-bigint": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/0f4367ecef8005b33e33c1fedef75636187864119d128cf2276b178726f50b7d316a61f6b2848da0b2e7fe79175585bed27d44fbd580b194b48d165751967ae5 + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:14.3.1, @polkadot/types-codec@npm:^14.3.1": + version: 14.3.1 + resolution: "@polkadot/types-codec@npm:14.3.1" + dependencies: + "@polkadot/util": "npm:^13.2.3" + "@polkadot/x-bigint": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/e60353aa1218b460167d97447a7edbab527cceeb505e8206c065890622db5e95c6b1e703c69d75fd2dad410c8c598b0f721995f5d1af357420b461038526641b + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/types-codec@npm:15.0.2" + dependencies: + "@polkadot/util": "npm:^13.2.3" + "@polkadot/x-bigint": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/146c71e3232939249118746fb7e43f1a764f68f99f879bb5cba88a45e5744ffa2110bd2b06ce9880d229b2b287be9a439a98072a03f253fdeab249fa907ef481 + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/types-codec@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/34de96f36c681d16ce294cacddad7a5d8273e079b7a6520112da7332c6e87410f5bfee789b7819a1093248a2da0deca798c1412f4def1be64ba6270b91ef18fe + languageName: node + linkType: hard + +"@polkadot/types-codec@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/types-codec@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/util": "npm:^10.4.2" + "@polkadot/x-bigint": "npm:^10.4.2" + checksum: 10c0/bd19b5e7ee73e5706f8481d7d5e8d97a5ab3388590a769b2edf38ea28d1ca12a3d7b13189d0df108e9ec0dae475166a109ce3ba5e81cc2b47aa76389e72c17a8 + languageName: node + linkType: hard + +"@polkadot/types-create@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/types-create@npm:10.13.1" + dependencies: + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/efe57d84f6088111b53d29db07ab9bf951f79c3e9b4875882c7a9bb0a6f1e00230e63a84cf2a850528119bbfa7f30bdfb21bba645e3922d88ff83092ea0350c5 + languageName: node + linkType: hard + +"@polkadot/types-create@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/types-create@npm:11.3.1" + dependencies: + "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/7f7f4456ccb51773e860b03596189990c6e47c9ae4a9766bbbd76ef1a53f78e1e42da10feeaf9f111c71dd9484fcdf59546ab1f59e67ca025d95bae4b32c8760 + languageName: node + linkType: hard + +"@polkadot/types-create@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-create@npm:13.2.1" + dependencies: + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/056bd5cf6978acabd7e9332e0ff45845329e3543952d1030dd4f9ae94d7e8a28e5e8c19ff54df58e5ea0c3557d0a05622ae2086b15f98b99e2ea96780a01714e + languageName: node + linkType: hard + +"@polkadot/types-create@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/types-create@npm:14.3.1" + dependencies: + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/18b07ebe2140010426f9c9c6648bd4e56911fc52465356c89b9969572db1c97a2f80bea985eb6f90d07bf1ca38b690050e36dc725ec5fcf4edeef85eabbe381a + languageName: node + linkType: hard + +"@polkadot/types-create@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/types-create@npm:15.0.2" + dependencies: + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/690dbeaa0ec6ce6a756d9645fe83451956d11b0418b58e2bcc66b257678ce2d3d7c8389a8779f87d9dabffc220aba9417a2c2bf43ae0e4ab8041b6d970a555d8 + languageName: node + linkType: hard + +"@polkadot/types-create@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/types-create@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/1cd3298dea1cc9387fb044f9e1fed396e681c84de97fd56ea484036fdc5e9190012f56fc11f6b67ca75a88381e03267072e514444ed3f80564cd42383be8e337 + languageName: node + linkType: hard + +"@polkadot/types-create@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/types-create@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + checksum: 10c0/5eb636d24e98f0b5003bab5bd9bddb773da999f7d37d7941868db9244535bbfed8eb867fedb2390f73191fa86bfbda46fe4c349f361943d9a9cd5e5c6de88041 + languageName: node + linkType: hard + +"@polkadot/types-known@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/types-known@npm:10.13.1" + dependencies: + "@polkadot/networks": "npm:^12.6.2" + "@polkadot/types": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/types-create": "npm:10.13.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/ce4e5b402e4d923a1b93475997e57bb6b7f95cc679a466c7d563d9d033872479100cf5ac72c58faaf57610602c913555ef0b4bd4672c6c76fc733c062d41959b + languageName: node + linkType: hard + +"@polkadot/types-known@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/types-known@npm:11.3.1" + dependencies: + "@polkadot/networks": "npm:^12.6.2" + "@polkadot/types": "npm:11.3.1" + "@polkadot/types-codec": "npm:11.3.1" + "@polkadot/types-create": "npm:11.3.1" + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/c90f2a00ef1326e78058659183803e0f8dc140df49760413e634914270d6689dd42a07a85a0002cbda00922a18ca8a5cd818e2645117540bd35d28794505983a + languageName: node + linkType: hard + +"@polkadot/types-known@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-known@npm:13.2.1" + dependencies: + "@polkadot/networks": "npm:^13.1.1" + "@polkadot/types": "npm:13.2.1" + "@polkadot/types-codec": "npm:13.2.1" + "@polkadot/types-create": "npm:13.2.1" + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/7e6daba684e7f2bd564521616080a4514b6c6dd1400885496a893f22a48fa4f9a09e9226a2c6a6a5b5447d680868bc8c5f420db68f02da89427fdf75530fd779 + languageName: node + linkType: hard + +"@polkadot/types-known@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/types-known@npm:14.3.1" + dependencies: + "@polkadot/networks": "npm:^13.2.3" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/c290b290b4856c77b15bc29a177caeaa6ce408b48c36a6c1fdf38160c5573a95bdd1476a1ad085dbe0853684deb4cd4c49fa67ee2d120809de8ec6e8005d08eb + languageName: node + linkType: hard + +"@polkadot/types-known@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/types-known@npm:15.0.2" + dependencies: + "@polkadot/networks": "npm:^13.2.3" + "@polkadot/types": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/types-create": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/048edb90ee5a32fd0e124adb07a51818fad220c78859a75a003a62b53c4bb70e7a8f3016691dfdcbd4cbeb5c5dea3ab019bc55dd27324330f93f804fbfab8fa6 + languageName: node + linkType: hard + +"@polkadot/types-known@npm:4.17.1": + version: 4.17.1 + resolution: "@polkadot/types-known@npm:4.17.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/networks": "npm:^6.11.1" + "@polkadot/types": "npm:4.17.1" + "@polkadot/util": "npm:^6.11.1" + checksum: 10c0/df8cfaefb37008dcfc3a93d89951d6bb2b75b44965354cca321b06527352fbb548f3c0c81c31ed168bc84d75806a2b083a4d8117c43e45fb63e25eb8e3efeeba + languageName: node + linkType: hard + +"@polkadot/types-known@npm:6.12.1": + version: 6.12.1 + resolution: "@polkadot/types-known@npm:6.12.1" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/networks": "npm:^8.1.2" + "@polkadot/types": "npm:6.12.1" + "@polkadot/util": "npm:^8.1.2" + checksum: 10c0/246fb557fca97b790a093364f1bab286d8d57918d082d156830af5b700504ffaa2c09d775b55af75dd2d9ae0c1f20c9b860534ca94b840db58c548b4723b328f + languageName: node + linkType: hard + +"@polkadot/types-known@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/types-known@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/networks": "npm:^8.7.1" + "@polkadot/types": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/types-create": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/b6652c0763f1d7d099e65b5ddcc7c893a59b6b0332821aca5747db17dee668b8c10680284431498717c49345bf384c165cad3cefb1611929ae50361a97ca3a7b + languageName: node + linkType: hard + +"@polkadot/types-known@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/types-known@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/networks": "npm:^10.4.2" + "@polkadot/types": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/types-create": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + checksum: 10c0/16a6d79b8828d4eb7714dad99cc00678d1fac62dfc94fcbce12b798714f8b351a40b55a0a7c9967d5025cffda60d99e3178763be8a81fad24d28768d1a90605f + languageName: node + linkType: hard + +"@polkadot/types-support@npm:10.13.1": + version: 10.13.1 + resolution: "@polkadot/types-support@npm:10.13.1" + dependencies: + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/a9bf65b139b1c861acc198ce650e14d2014f88d30f890710baf3481caa16b44dc39122b05d34cc86211b08e082cf4e7d5680ba3a4008711fe86b70d62a65219c + languageName: node + linkType: hard + +"@polkadot/types-support@npm:11.3.1": + version: 11.3.1 + resolution: "@polkadot/types-support@npm:11.3.1" + dependencies: + "@polkadot/util": "npm:^12.6.2" + tslib: "npm:^2.6.2" + checksum: 10c0/c2d3ecf953d399c7fcc9c5f11983999f66afc91507f45436056ecce6657861de9dd2dcae42b2626374d1875f43e2c9d714306372e0a36b0bd90b408d53b4a041 + languageName: node + linkType: hard + +"@polkadot/types-support@npm:13.2.1": + version: 13.2.1 + resolution: "@polkadot/types-support@npm:13.2.1" + dependencies: + "@polkadot/util": "npm:^13.1.1" + tslib: "npm:^2.7.0" + checksum: 10c0/eb2ea1b1e0b175c2299a5e520a5e7cd55322a312c163a16558a844a740362065bb1145eb53c9aeb002d852060c9a59f3dcabd9ba7da5042705b41f75a0092040 + languageName: node + linkType: hard + +"@polkadot/types-support@npm:14.3.1": + version: 14.3.1 + resolution: "@polkadot/types-support@npm:14.3.1" + dependencies: + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/fec80615ee0cdfa9d70a9e73d598de5b58f01f76557ac9c0060f9036bac1dd3695184ce8e4a81461a83988da2c28e5a8248a941fc891b2606a681f1ef218adfa + languageName: node + linkType: hard + +"@polkadot/types-support@npm:15.0.2": + version: 15.0.2 + resolution: "@polkadot/types-support@npm:15.0.2" + dependencies: + "@polkadot/util": "npm:^13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/270d1e5a73dda07e9b636bfa1848e0b01ddd2fab1d37d4e86e088453905b149bb382b25481ed870f37a0504e109f1386e9ef3154faf50ad4e2354abf480353c8 + languageName: node + linkType: hard + +"@polkadot/types-support@npm:7.15.1": + version: 7.15.1 + resolution: "@polkadot/types-support@npm:7.15.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/util": "npm:^8.7.1" + checksum: 10c0/d9e4b205ae129f8a242c2a7a2deb6a96b4e6362f8dda356c2394a0fe1cbb4b988be18d4cfe2cfa479726ca636ec18a7b829bc3330706d7703bc31c32d020e452 + languageName: node + linkType: hard + +"@polkadot/types-support@npm:9.14.2": + version: 9.14.2 + resolution: "@polkadot/types-support@npm:9.14.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/util": "npm:^10.4.2" + checksum: 10c0/91671d5f54940b6577eec79b985818f3def241de53de5f57b2324b15a6232dc47f971d872e52ee4ee7d379f11331ae0e13c996487ca82e14f131d346f5b71f88 + languageName: node + linkType: hard + +"@polkadot/types@npm:10.13.1, @polkadot/types@npm:^10.9.1": + version: 10.13.1 + resolution: "@polkadot/types@npm:10.13.1" + dependencies: + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/types-augment": "npm:10.13.1" + "@polkadot/types-codec": "npm:10.13.1" + "@polkadot/types-create": "npm:10.13.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" - "@polkadot/x-fetch": "npm:^12.6.2" - "@polkadot/x-global": "npm:^12.6.2" - "@polkadot/x-ws": "npm:^12.6.2" - "@substrate/connect": "npm:0.8.10" - eventemitter3: "npm:^5.0.1" - mock-socket: "npm:^9.3.1" - nock: "npm:^13.5.0" + rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - dependenciesMeta: - "@substrate/connect": - optional: true - checksum: 10c0/5bd6118c9833e0d1c302c8a375f48d1eaba7ec2676268e1c017c567cb0206160cc99c9182aa6e5c87ee911a4e91de3bbdee5ade66fdc0984157bfd64050949ea + checksum: 10c0/1fe50d7ba10368dd944fec0e2da740f8c665c1c417362ab5ed1587d9083259c65064e04a862443d1a6c9f1da86b8dee6a4945e711064f0318895a38ad1303e3b languageName: node linkType: hard -"@polkadot/typegen@npm:^11.0.2": +"@polkadot/types@npm:11.3.1, @polkadot/types@npm:^11.0.2": version: 11.3.1 - resolution: "@polkadot/typegen@npm:11.3.1" + resolution: "@polkadot/types@npm:11.3.1" dependencies: - "@polkadot/api": "npm:11.3.1" - "@polkadot/api-augment": "npm:11.3.1" - "@polkadot/rpc-augment": "npm:11.3.1" - "@polkadot/rpc-provider": "npm:11.3.1" - "@polkadot/types": "npm:11.3.1" + "@polkadot/keyring": "npm:^12.6.2" "@polkadot/types-augment": "npm:11.3.1" "@polkadot/types-codec": "npm:11.3.1" "@polkadot/types-create": "npm:11.3.1" - "@polkadot/types-support": "npm:11.3.1" "@polkadot/util": "npm:^12.6.2" "@polkadot/util-crypto": "npm:^12.6.2" - "@polkadot/x-ws": "npm:^12.6.2" - handlebars: "npm:^4.7.8" + rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" - yargs: "npm:^17.7.2" - bin: - polkadot-types-chain-info: scripts/polkadot-types-chain-info.mjs - polkadot-types-from-chain: scripts/polkadot-types-from-chain.mjs - polkadot-types-from-defs: scripts/polkadot-types-from-defs.mjs - polkadot-types-internal-interfaces: scripts/polkadot-types-internal-interfaces.mjs - polkadot-types-internal-metadata: scripts/polkadot-types-internal-metadata.mjs - checksum: 10c0/9146ad14ae8298be43dfb859e2dbc68b54cef65eea64d92015bbcf2f0994454b7ede5a0df53039c98c75a27ffd857154acadd4a6cf5d3ac19103b45d1182ba2d + checksum: 10c0/dfa5ccf8d487493e3b6be62ad3469ba0401167a4d7471add11900e9fe87d63a6f79e342aa110c40981d5a2de9a6e60ccb66c228a066edd895ed8fb83a5ac674b languageName: node linkType: hard -"@polkadot/typegen@npm:^13.2.1": +"@polkadot/types@npm:13.2.1, @polkadot/types@npm:^13.2.1": version: 13.2.1 - resolution: "@polkadot/typegen@npm:13.2.1" + resolution: "@polkadot/types@npm:13.2.1" dependencies: - "@polkadot/api": "npm:13.2.1" - "@polkadot/api-augment": "npm:13.2.1" - "@polkadot/rpc-augment": "npm:13.2.1" - "@polkadot/rpc-provider": "npm:13.2.1" - "@polkadot/types": "npm:13.2.1" + "@polkadot/keyring": "npm:^13.1.1" "@polkadot/types-augment": "npm:13.2.1" "@polkadot/types-codec": "npm:13.2.1" "@polkadot/types-create": "npm:13.2.1" - "@polkadot/types-support": "npm:13.2.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" - "@polkadot/x-ws": "npm:^13.1.1" - handlebars: "npm:^4.7.8" + rxjs: "npm:^7.8.1" tslib: "npm:^2.7.0" - yargs: "npm:^17.7.2" - bin: - polkadot-types-chain-info: scripts/polkadot-types-chain-info.mjs - polkadot-types-from-chain: scripts/polkadot-types-from-chain.mjs - polkadot-types-from-defs: scripts/polkadot-types-from-defs.mjs - polkadot-types-internal-interfaces: scripts/polkadot-types-internal-interfaces.mjs - polkadot-types-internal-metadata: scripts/polkadot-types-internal-metadata.mjs - checksum: 10c0/b208e8fe3fd2cbbd03f82da15c4bc9a353678ce9510ece6c4a9c1376be355a808d7e58e39a9fe549212a0f928af9d8fa8e66e365ae185ec42c75a0673b4ba550 + checksum: 10c0/fabc6d75acc4bf11b60d428046580684032fdb9c3e807225e406059da956bd3169155a14262a419c8d7eb796e6b5a71d7afa7ff8a0613fc86ff2d9b7f6840d6b languageName: node linkType: hard -"@polkadot/types-augment@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/types-augment@npm:11.3.1" +"@polkadot/types@npm:14.3.1, @polkadot/types@npm:^14.3.1": + version: 14.3.1 + resolution: "@polkadot/types@npm:14.3.1" dependencies: - "@polkadot/types": "npm:11.3.1" - "@polkadot/types-codec": "npm:11.3.1" - "@polkadot/util": "npm:^12.6.2" - tslib: "npm:^2.6.2" - checksum: 10c0/b0e4c9d62d1fb157b8e4e5734a18324f61cf45519c1ff5c58ca6c8c293af8efcce9328dd946173b7b316d8172e40b39ac2c2aed7694bfd6193c37f09295477ee + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/1cf0ad0f5f51cce1f9f3a5a694669fe327e3b8ec2c277dd7f0be74c7df1147b8713651c3a99ad8ac9a8c125a7681c2d6d05b6a7b0eaaa96f96a52bd4c61a8a47 languageName: node linkType: hard -"@polkadot/types-codec@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/types-codec@npm:11.3.1" +"@polkadot/types@npm:15.0.2, @polkadot/types@npm:^15.0.1": + version: 15.0.2 + resolution: "@polkadot/types@npm:15.0.2" dependencies: - "@polkadot/util": "npm:^12.6.2" - "@polkadot/x-bigint": "npm:^12.6.2" - tslib: "npm:^2.6.2" - checksum: 10c0/d9e195571177e40d709576850d3148f834a48e974e56581cd97d631633d6b8db251e918caab98b06d31162e1991b52d0e2807849e43741aaff97d9506e0f8722 + "@polkadot/keyring": "npm:^13.2.3" + "@polkadot/types-augment": "npm:15.0.2" + "@polkadot/types-codec": "npm:15.0.2" + "@polkadot/types-create": "npm:15.0.2" + "@polkadot/util": "npm:^13.2.3" + "@polkadot/util-crypto": "npm:^13.2.3" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.8.0" + checksum: 10c0/55c8e511513646c46c441b04d3d0f1fb8752698deeede08f7583cad886d716007ad27a7223b91e156693b3eea1b7a830511300dfb9e9d3a3f5b97b06cb38d6b0 languageName: node linkType: hard -"@polkadot/types-create@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/types-create@npm:11.3.1" +"@polkadot/types@npm:4.17.1, @polkadot/types@npm:^4.13.1": + version: 4.17.1 + resolution: "@polkadot/types@npm:4.17.1" dependencies: - "@polkadot/types-codec": "npm:11.3.1" - "@polkadot/util": "npm:^12.6.2" - tslib: "npm:^2.6.2" - checksum: 10c0/7f7f4456ccb51773e860b03596189990c6e47c9ae4a9766bbbd76ef1a53f78e1e42da10feeaf9f111c71dd9484fcdf59546ab1f59e67ca025d95bae4b32c8760 + "@babel/runtime": "npm:^7.14.6" + "@polkadot/metadata": "npm:4.17.1" + "@polkadot/util": "npm:^6.11.1" + "@polkadot/util-crypto": "npm:^6.11.1" + "@polkadot/x-rxjs": "npm:^6.11.1" + checksum: 10c0/132010d35071cb23b17d1b9d6d7900db03b207c35c6ec31c20ea1638625b5450ef5bfe4b950fd369004006ad806c55430565f0a6b4aa460e9ff8d495411338b3 languageName: node linkType: hard -"@polkadot/types-known@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/types-known@npm:11.3.1" +"@polkadot/types@npm:6.12.1, @polkadot/types@npm:^6.0.5": + version: 6.12.1 + resolution: "@polkadot/types@npm:6.12.1" dependencies: - "@polkadot/networks": "npm:^12.6.2" - "@polkadot/types": "npm:11.3.1" - "@polkadot/types-codec": "npm:11.3.1" - "@polkadot/types-create": "npm:11.3.1" - "@polkadot/util": "npm:^12.6.2" - tslib: "npm:^2.6.2" - checksum: 10c0/c90f2a00ef1326e78058659183803e0f8dc140df49760413e634914270d6689dd42a07a85a0002cbda00922a18ca8a5cd818e2645117540bd35d28794505983a + "@babel/runtime": "npm:^7.16.3" + "@polkadot/types-known": "npm:6.12.1" + "@polkadot/util": "npm:^8.1.2" + "@polkadot/util-crypto": "npm:^8.1.2" + rxjs: "npm:^7.4.0" + checksum: 10c0/5d1fa96d5c313a9d189adf1ab68a1d5a9a6c33841556159902fec0c93e45a1c9b3b4965d43d282c5e70fc0d0c1b258fb45ae356e045845d31468d4852a900299 languageName: node linkType: hard -"@polkadot/types-support@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/types-support@npm:11.3.1" +"@polkadot/types@npm:7.15.1, @polkadot/types@npm:^7.2.1": + version: 7.15.1 + resolution: "@polkadot/types@npm:7.15.1" dependencies: - "@polkadot/util": "npm:^12.6.2" - tslib: "npm:^2.6.2" - checksum: 10c0/c2d3ecf953d399c7fcc9c5f11983999f66afc91507f45436056ecce6657861de9dd2dcae42b2626374d1875f43e2c9d714306372e0a36b0bd90b408d53b4a041 + "@babel/runtime": "npm:^7.17.8" + "@polkadot/keyring": "npm:^8.7.1" + "@polkadot/types-augment": "npm:7.15.1" + "@polkadot/types-codec": "npm:7.15.1" + "@polkadot/types-create": "npm:7.15.1" + "@polkadot/util": "npm:^8.7.1" + "@polkadot/util-crypto": "npm:^8.7.1" + rxjs: "npm:^7.5.5" + checksum: 10c0/2a2a883f6700d2eedca77e6545eebd69b1313c4c5514f7194b8fa8e5915f6267baf4ce9bb4556e3b40f18ebff6ce4dabd32f1bfaeacb1bd4fcd58dac242565b2 languageName: node linkType: hard -"@polkadot/types@npm:^11.0.2": - version: 11.3.1 - resolution: "@polkadot/types@npm:11.3.1" +"@polkadot/types@npm:9.14.2, @polkadot/types@npm:^9.13.2": + version: 9.14.2 + resolution: "@polkadot/types@npm:9.14.2" dependencies: - "@polkadot/keyring": "npm:^12.6.2" - "@polkadot/types-augment": "npm:11.3.1" - "@polkadot/types-codec": "npm:11.3.1" - "@polkadot/types-create": "npm:11.3.1" - "@polkadot/util": "npm:^12.6.2" - "@polkadot/util-crypto": "npm:^12.6.2" - rxjs: "npm:^7.8.1" - tslib: "npm:^2.6.2" - checksum: 10c0/dfa5ccf8d487493e3b6be62ad3469ba0401167a4d7471add11900e9fe87d63a6f79e342aa110c40981d5a2de9a6e60ccb66c228a066edd895ed8fb83a5ac674b + "@babel/runtime": "npm:^7.20.13" + "@polkadot/keyring": "npm:^10.4.2" + "@polkadot/types-augment": "npm:9.14.2" + "@polkadot/types-codec": "npm:9.14.2" + "@polkadot/types-create": "npm:9.14.2" + "@polkadot/util": "npm:^10.4.2" + "@polkadot/util-crypto": "npm:^10.4.2" + rxjs: "npm:^7.8.0" + checksum: 10c0/af1285f696a16d984ef4754d21d6a028b97ddb852c9aa462e23c5f58dfc692421ef56f6e7f64555532eddeb3442815f36cd13ecfd7dc00b1fc20879402065366 languageName: node linkType: hard @@ -7897,7 +9300,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/util-crypto@npm:^12.6.2": +"@polkadot/util-crypto@npm:10.4.2, @polkadot/util-crypto@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/util-crypto@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@noble/hashes": "npm:1.2.0" + "@noble/secp256k1": "npm:1.7.1" + "@polkadot/networks": "npm:10.4.2" + "@polkadot/util": "npm:10.4.2" + "@polkadot/wasm-crypto": "npm:^6.4.1" + "@polkadot/x-bigint": "npm:10.4.2" + "@polkadot/x-randomvalues": "npm:10.4.2" + "@scure/base": "npm:1.1.1" + ed2curve: "npm:^0.3.0" + tweetnacl: "npm:^1.0.3" + peerDependencies: + "@polkadot/util": 10.4.2 + checksum: 10c0/1651146a2a70d632459ee891eb3af0e3c19a52a9e80abf7ff15a99cc3d7732e3cf7c8f0e86415502113b7dd1eeb801d6b70d7db1994fe8159af9c0d37e2c9af3 + languageName: node + linkType: hard + +"@polkadot/util-crypto@npm:12.6.2, @polkadot/util-crypto@npm:^12.5.1, @polkadot/util-crypto@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/util-crypto@npm:12.6.2" dependencies: @@ -7917,7 +9341,115 @@ __metadata: languageName: node linkType: hard -"@polkadot/util@npm:^12.6.2": +"@polkadot/util-crypto@npm:13.2.3, @polkadot/util-crypto@npm:^13.1.1, @polkadot/util-crypto@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/util-crypto@npm:13.2.3" + dependencies: + "@noble/curves": "npm:^1.3.0" + "@noble/hashes": "npm:^1.3.3" + "@polkadot/networks": "npm:13.2.3" + "@polkadot/util": "npm:13.2.3" + "@polkadot/wasm-crypto": "npm:^7.4.1" + "@polkadot/wasm-util": "npm:^7.4.1" + "@polkadot/x-bigint": "npm:13.2.3" + "@polkadot/x-randomvalues": "npm:13.2.3" + "@scure/base": "npm:^1.1.7" + tslib: "npm:^2.8.0" + peerDependencies: + "@polkadot/util": 13.2.3 + checksum: 10c0/83b8dcdd843aa8f5346faeb5921bb2072944d2536d9169e4d0ed3f2b969ccd63081d5d35f1a5c96f3977ff0cb52b25447d58c7e78e23ae4a8f14a1205bdd3100 + languageName: node + linkType: hard + +"@polkadot/util-crypto@npm:6.11.1, @polkadot/util-crypto@npm:^6.11.1": + version: 6.11.1 + resolution: "@polkadot/util-crypto@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/networks": "npm:6.11.1" + "@polkadot/util": "npm:6.11.1" + "@polkadot/wasm-crypto": "npm:^4.0.2" + "@polkadot/x-randomvalues": "npm:6.11.1" + base-x: "npm:^3.0.8" + base64-js: "npm:^1.5.1" + blakejs: "npm:^1.1.1" + bn.js: "npm:^4.11.9" + create-hash: "npm:^1.2.0" + elliptic: "npm:^6.5.4" + hash.js: "npm:^1.1.7" + js-sha3: "npm:^0.8.0" + scryptsy: "npm:^2.1.0" + tweetnacl: "npm:^1.0.3" + xxhashjs: "npm:^0.2.2" + peerDependencies: + "@polkadot/util": 6.11.1 + checksum: 10c0/aa20054e6ed14eb4d886c6d38e75c34ad2fdb826a0c880b0acb2a56a58b3d2de9231aa139682794d3a30de61ea1cd25567c95e1c759f3232bbdd6e7d2fbce159 + languageName: node + linkType: hard + +"@polkadot/util-crypto@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/util-crypto@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/networks": "npm:7.9.2" + "@polkadot/util": "npm:7.9.2" + "@polkadot/wasm-crypto": "npm:^4.4.1" + "@polkadot/x-randomvalues": "npm:7.9.2" + blakejs: "npm:^1.1.1" + bn.js: "npm:^4.12.0" + create-hash: "npm:^1.2.0" + ed2curve: "npm:^0.3.0" + elliptic: "npm:^6.5.4" + hash.js: "npm:^1.1.7" + js-sha3: "npm:^0.8.0" + micro-base: "npm:^0.9.0" + scryptsy: "npm:^2.1.0" + tweetnacl: "npm:^1.0.3" + xxhashjs: "npm:^0.2.2" + peerDependencies: + "@polkadot/util": 7.9.2 + checksum: 10c0/b57ab8b11afcf2c4c6e2cd1d87dee4b447499c2fe8a04a809f3e7977b5ff2aea8f5d4c7f462011b447a1890480928abf8a1e271654160493b98415a0ee345c1c + languageName: node + linkType: hard + +"@polkadot/util-crypto@npm:8.7.1, @polkadot/util-crypto@npm:^8.1.2, @polkadot/util-crypto@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/util-crypto@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@noble/hashes": "npm:1.0.0" + "@noble/secp256k1": "npm:1.5.5" + "@polkadot/networks": "npm:8.7.1" + "@polkadot/util": "npm:8.7.1" + "@polkadot/wasm-crypto": "npm:^5.1.1" + "@polkadot/x-bigint": "npm:8.7.1" + "@polkadot/x-randomvalues": "npm:8.7.1" + "@scure/base": "npm:1.0.0" + ed2curve: "npm:^0.3.0" + tweetnacl: "npm:^1.0.3" + peerDependencies: + "@polkadot/util": 8.7.1 + checksum: 10c0/a635a5f1d8257aa86810d3c063654ba2d093221c41d26b928de20dadee28696fce34e1a9c6b11a40b708e29e4e22de2f055cc4460a3d13a06a63873954c744e3 + languageName: node + linkType: hard + +"@polkadot/util@npm:10.4.2, @polkadot/util@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/util@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-bigint": "npm:10.4.2" + "@polkadot/x-global": "npm:10.4.2" + "@polkadot/x-textdecoder": "npm:10.4.2" + "@polkadot/x-textencoder": "npm:10.4.2" + "@types/bn.js": "npm:^5.1.1" + bn.js: "npm:^5.2.1" + checksum: 10c0/b1b8fefa9482ef6f6cbbb2aa7f7cac873bc2cf8552170d3d4bca388675cd3b707d3eb965e1df93bc1c2ff49c9dc4dfbb0690f1212a201148b6d37652d6bd9e3f + languageName: node + linkType: hard + +"@polkadot/util@npm:12.6.2, @polkadot/util@npm:^12.5.1, @polkadot/util@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/util@npm:12.6.2" dependencies: @@ -7932,6 +9464,79 @@ __metadata: languageName: node linkType: hard +"@polkadot/util@npm:13.2.3, @polkadot/util@npm:^13.1.1, @polkadot/util@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/util@npm:13.2.3" + dependencies: + "@polkadot/x-bigint": "npm:13.2.3" + "@polkadot/x-global": "npm:13.2.3" + "@polkadot/x-textdecoder": "npm:13.2.3" + "@polkadot/x-textencoder": "npm:13.2.3" + "@types/bn.js": "npm:^5.1.6" + bn.js: "npm:^5.2.1" + tslib: "npm:^2.8.0" + checksum: 10c0/8de6dfe7f0af03a8ce9e0c77575c6308de2e6ea615cba7dfce1942180eb0719115c114ad15371049670e2f91810fc17feb05b89574c662f4ccd33d5b1086c057 + languageName: node + linkType: hard + +"@polkadot/util@npm:6.11.1, @polkadot/util@npm:^6.11.1": + version: 6.11.1 + resolution: "@polkadot/util@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/x-textdecoder": "npm:6.11.1" + "@polkadot/x-textencoder": "npm:6.11.1" + "@types/bn.js": "npm:^4.11.6" + bn.js: "npm:^4.11.9" + camelcase: "npm:^5.3.1" + ip-regex: "npm:^4.3.0" + checksum: 10c0/93d9b3f36d5a29ee6ee7ff8130a396ac33805a91258ce466c8effd753d21101297eaa7f88d6a144f53d05bb57869114871aa5ffffb8f3a878e6279be9a4a59bb + languageName: node + linkType: hard + +"@polkadot/util@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/util@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/x-textdecoder": "npm:7.9.2" + "@polkadot/x-textencoder": "npm:7.9.2" + "@types/bn.js": "npm:^4.11.6" + bn.js: "npm:^4.12.0" + camelcase: "npm:^6.2.1" + ip-regex: "npm:^4.3.0" + checksum: 10c0/0fa01f52567e12ecd21f0f5ed7b65e6accbabf861f401afe2bb579ccdb44b8d7664461bc873b6070c8ba8e9d19fa4bf3edd38c25da3a029850b1220f959293ad + languageName: node + linkType: hard + +"@polkadot/util@npm:8.7.1, @polkadot/util@npm:^8.1.2, @polkadot/util@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/util@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-bigint": "npm:8.7.1" + "@polkadot/x-global": "npm:8.7.1" + "@polkadot/x-textdecoder": "npm:8.7.1" + "@polkadot/x-textencoder": "npm:8.7.1" + "@types/bn.js": "npm:^5.1.0" + bn.js: "npm:^5.2.0" + ip-regex: "npm:^4.3.0" + checksum: 10c0/79db418f31c55aaf1f9fc74a97c21af52dbe05edd033f4688388fa364dd23c39ffcb8b989b2cecf1d1b798dd8edb55591212836887138f8a019eb2bd09403112 + languageName: node + linkType: hard + +"@polkadot/wasm-bridge@npm:6.4.1": + version: 6.4.1 + resolution: "@polkadot/wasm-bridge@npm:6.4.1" + dependencies: + "@babel/runtime": "npm:^7.20.6" + peerDependencies: + "@polkadot/util": "*" + "@polkadot/x-randomvalues": "*" + checksum: 10c0/37bb682ff71afc9faa3526093743a88d1baa96e1065a135281394e2f6ecb9de4539d329f54a3475c0ca89dfb08788d71bc7d7483c9e71552a1635b836518f893 + languageName: node + linkType: hard + "@polkadot/wasm-bridge@npm:7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-bridge@npm:7.4.1" @@ -7945,6 +9550,17 @@ __metadata: languageName: node linkType: hard +"@polkadot/wasm-crypto-asmjs@npm:6.4.1": + version: 6.4.1 + resolution: "@polkadot/wasm-crypto-asmjs@npm:6.4.1" + dependencies: + "@babel/runtime": "npm:^7.20.6" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/dbdc9c82b5dbed5295c7724e5ecfae97b5a7500a6cac1c893a58d1a9ce44a93fb4fb6268efd401d399e3d2d47ce0c6c13b80a0ce55ba506eba8f99bb493fd0e9 + languageName: node + linkType: hard + "@polkadot/wasm-crypto-asmjs@npm:7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-crypto-asmjs@npm:7.4.1" @@ -7956,6 +9572,43 @@ __metadata: languageName: node linkType: hard +"@polkadot/wasm-crypto-asmjs@npm:^4.6.1": + version: 4.6.1 + resolution: "@polkadot/wasm-crypto-asmjs@npm:4.6.1" + dependencies: + "@babel/runtime": "npm:^7.17.2" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/4a0725b07bb3905d737c5c32624fca062919917235fc5483a9ff7e3141bb197b6f3a9fa07703abd036d9f32ac9421ccc2aef05376dcf655bf297378caab35a6d + languageName: node + linkType: hard + +"@polkadot/wasm-crypto-asmjs@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/wasm-crypto-asmjs@npm:5.1.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/69615eec29e66768bac31d486c5efb85b8483e7099e120e3d6a25456f7681d8f13afe0213ae280b1f102871bc342f2ebfed4f13137bbbe547bd66b88a1d4a4ed + languageName: node + linkType: hard + +"@polkadot/wasm-crypto-init@npm:6.4.1": + version: 6.4.1 + resolution: "@polkadot/wasm-crypto-init@npm:6.4.1" + dependencies: + "@babel/runtime": "npm:^7.20.6" + "@polkadot/wasm-bridge": "npm:6.4.1" + "@polkadot/wasm-crypto-asmjs": "npm:6.4.1" + "@polkadot/wasm-crypto-wasm": "npm:6.4.1" + peerDependencies: + "@polkadot/util": "*" + "@polkadot/x-randomvalues": "*" + checksum: 10c0/c37f0254371cdb72be0258ee9d0f46d6ab5b9642e0693938b87c35b1ff10496a5c7d7b76fdda77837cfc8f3bd35a5aa3a78cc26b1d97eaf91429a92b368810bb + languageName: node + linkType: hard + "@polkadot/wasm-crypto-init@npm:7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-crypto-init@npm:7.4.1" @@ -7972,19 +9625,98 @@ __metadata: languageName: node linkType: hard +"@polkadot/wasm-crypto-wasm@npm:6.4.1": + version: 6.4.1 + resolution: "@polkadot/wasm-crypto-wasm@npm:6.4.1" + dependencies: + "@babel/runtime": "npm:^7.20.6" + "@polkadot/wasm-util": "npm:6.4.1" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/90a4e958f463451fe76bc30eb856bdeb61a590709a80479f3326c099fb3f14a4c4ec8ad1c3880e9e33fd6dca5922f71b6c04a46297da007e82b2292ed0e3bc27 + languageName: node + linkType: hard + "@polkadot/wasm-crypto-wasm@npm:7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-crypto-wasm@npm:7.4.1" dependencies: - "@polkadot/wasm-util": "npm:7.4.1" - tslib: "npm:^2.7.0" + "@polkadot/wasm-util": "npm:7.4.1" + tslib: "npm:^2.7.0" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/2673a567cea785f7b9ec5b8371e05a53064651a9c64ac0fc45d7d5c8a080810cb1bd0f1950e2789d2c8895bcca35e9dc84b8a7b77c59b9b2d30beed8a964d043 + languageName: node + linkType: hard + +"@polkadot/wasm-crypto-wasm@npm:^4.6.1": + version: 4.6.1 + resolution: "@polkadot/wasm-crypto-wasm@npm:4.6.1" + dependencies: + "@babel/runtime": "npm:^7.17.2" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/1fe7879fb83dae6ecb404f4e164bb2654e53686b2ecca780c02c1e4729cc150856db85c02b167b84fa7b65c77c425593cdf7271122e0ec226670349762d8220d + languageName: node + linkType: hard + +"@polkadot/wasm-crypto-wasm@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/wasm-crypto-wasm@npm:5.1.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/f5e7139a19c413b5498a412279df16e332100beb3665ad77543525348d40c22b48f0f3995bcd60b914b7147d6b0ce6a0adfdcdeb6329a3c069a7324695424260 + languageName: node + linkType: hard + +"@polkadot/wasm-crypto@npm:^4.0.2, @polkadot/wasm-crypto@npm:^4.4.1": + version: 4.6.1 + resolution: "@polkadot/wasm-crypto@npm:4.6.1" + dependencies: + "@babel/runtime": "npm:^7.17.2" + "@polkadot/wasm-crypto-asmjs": "npm:^4.6.1" + "@polkadot/wasm-crypto-wasm": "npm:^4.6.1" + peerDependencies: + "@polkadot/util": "*" + "@polkadot/x-randomvalues": "*" + checksum: 10c0/a827fc45c0278a0364a720f5b8dc7988d214a5e8ef3a1087c7682b451a08cf5a87cb28072dfad82c8840fffe791b218b69ea2cac40596f677b6afc0c35000f6f + languageName: node + linkType: hard + +"@polkadot/wasm-crypto@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/wasm-crypto@npm:5.1.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/wasm-crypto-asmjs": "npm:^5.1.1" + "@polkadot/wasm-crypto-wasm": "npm:^5.1.1" + peerDependencies: + "@polkadot/util": "*" + "@polkadot/x-randomvalues": "*" + checksum: 10c0/c70966e794eb09dba5781745baa57157ab22345c7937e824b943c04a5a6bd6dd367874d98404761019ae18013bafcad544ebd65d19ada3474863612e6142cc7c + languageName: node + linkType: hard + +"@polkadot/wasm-crypto@npm:^6.4.1": + version: 6.4.1 + resolution: "@polkadot/wasm-crypto@npm:6.4.1" + dependencies: + "@babel/runtime": "npm:^7.20.6" + "@polkadot/wasm-bridge": "npm:6.4.1" + "@polkadot/wasm-crypto-asmjs": "npm:6.4.1" + "@polkadot/wasm-crypto-init": "npm:6.4.1" + "@polkadot/wasm-crypto-wasm": "npm:6.4.1" + "@polkadot/wasm-util": "npm:6.4.1" peerDependencies: "@polkadot/util": "*" - checksum: 10c0/2673a567cea785f7b9ec5b8371e05a53064651a9c64ac0fc45d7d5c8a080810cb1bd0f1950e2789d2c8895bcca35e9dc84b8a7b77c59b9b2d30beed8a964d043 + "@polkadot/x-randomvalues": "*" + checksum: 10c0/b2c286878c3902b5b80ada3e90ae549b6fd3aa504e324bfda3996969263a418537737d02683f823d8b887e7b4476acfec2af2808c67eee35b02c2d7946a6b10a languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^7.3.2": +"@polkadot/wasm-crypto@npm:^7.3.2, @polkadot/wasm-crypto@npm:^7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-crypto@npm:7.4.1" dependencies: @@ -8001,6 +9733,17 @@ __metadata: languageName: node linkType: hard +"@polkadot/wasm-util@npm:6.4.1": + version: 6.4.1 + resolution: "@polkadot/wasm-util@npm:6.4.1" + dependencies: + "@babel/runtime": "npm:^7.20.6" + peerDependencies: + "@polkadot/util": "*" + checksum: 10c0/edcfe04956ff32d774510c021192b79482d59e983d2a9956cddf9e8cef1f96956537bbc9e928ac5d98fd9ff0eecdb81822030b57b803e42bb4253ee4e87fd801 + languageName: node + linkType: hard + "@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.3.2, @polkadot/wasm-util@npm:^7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-util@npm:7.4.1" @@ -8012,6 +9755,16 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-bigint@npm:10.4.2, @polkadot/x-bigint@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-bigint@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-global": "npm:10.4.2" + checksum: 10c0/7fe685e943bcb591d465c8775fa2249a07ae3ec0ffe1cc74cf3205f0096e6ad0d81d37145fb64dee200b272187390467eeb7830e65ab368f06dbcc9fd43d272d + languageName: node + linkType: hard + "@polkadot/x-bigint@npm:12.6.2, @polkadot/x-bigint@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/x-bigint@npm:12.6.2" @@ -8022,6 +9775,38 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-bigint@npm:13.2.3, @polkadot/x-bigint@npm:^13.1.1, @polkadot/x-bigint@npm:^13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-bigint@npm:13.2.3" + dependencies: + "@polkadot/x-global": "npm:13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/56620bc9be1dc5de366a7e651704be5a9c62d1295aa1531e88d50e5a9ebdda0e6df13a5d9979ce91fdcf68a9f9528ba368e1f2bc418037089c6bec36e2a44d29 + languageName: node + linkType: hard + +"@polkadot/x-bigint@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-bigint@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-global": "npm:8.7.1" + checksum: 10c0/b383f5aa93366ef444e9dd78c38396cb3b10e2395c0b33c4cb4700a3c6a62620c2b8662b6112d2c5fdc78caf647b946c25c673bc30db6e57aa68ae1ffba2489a + languageName: node + linkType: hard + +"@polkadot/x-fetch@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-fetch@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-global": "npm:10.4.2" + "@types/node-fetch": "npm:^2.6.2" + node-fetch: "npm:^3.3.0" + checksum: 10c0/b4d50d0845a9bd0e984b3d674dd13eca82ea2c5ec18dc1dcb976292202ac28d69933f73cb1cadf767393bbd85b13e877414f83eb7a0fc27fcc064a4a98ba7e55 + languageName: node + linkType: hard + "@polkadot/x-fetch@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/x-fetch@npm:12.6.2" @@ -8033,7 +9818,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-fetch@npm:^13.2.3": +"@polkadot/x-fetch@npm:^13.1.1, @polkadot/x-fetch@npm:^13.2.3": version: 13.2.3 resolution: "@polkadot/x-fetch@npm:13.2.3" dependencies: @@ -8044,6 +9829,27 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-fetch@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-fetch@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-global": "npm:8.7.1" + "@types/node-fetch": "npm:^2.6.1" + node-fetch: "npm:^2.6.7" + checksum: 10c0/757d7f4d18d3694b144ec8f9d183313ab63a94ddd90eb388ea6e43824c4d5245922cd6f909ff43c354bbe2914f84f000b2b05b9e4cd041042b845aa38b6b9e0b + languageName: node + linkType: hard + +"@polkadot/x-global@npm:10.4.2, @polkadot/x-global@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-global@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + checksum: 10c0/33c40bd23dfdb94979b2e0ef78b0647eab62513a9256158952dab14d0eb57b10e7aa5cd78db0fa49922a6c0ee73dcc2853f0382e19d0540cd276f141ce72778a + languageName: node + linkType: hard + "@polkadot/x-global@npm:12.6.2, @polkadot/x-global@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/x-global@npm:12.6.2" @@ -8053,7 +9859,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-global@npm:13.2.3, @polkadot/x-global@npm:^13.2.3": +"@polkadot/x-global@npm:13.2.3, @polkadot/x-global@npm:^13.1.1, @polkadot/x-global@npm:^13.2.3": version: 13.2.3 resolution: "@polkadot/x-global@npm:13.2.3" dependencies: @@ -8062,6 +9868,43 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-global@npm:6.11.1": + version: 6.11.1 + resolution: "@polkadot/x-global@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + checksum: 10c0/6e8ce2cbb7e25b4cf0f711a782523ad4ae018a230aec9335f3082474ad0fb425f299b3a4e048d352b44640ff29b13ce1bc27f0e0f16d4e23e60cf353980fc52a + languageName: node + linkType: hard + +"@polkadot/x-global@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-global@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + checksum: 10c0/159839f19aba55007b4cd784166a4b7e8c48840c88f1786b0794960dcb3a5ccd4f3d1e2ea546c0959ef739bfe25b793dc53fc65f2d353255da08352e68f7dcc0 + languageName: node + linkType: hard + +"@polkadot/x-global@npm:8.7.1, @polkadot/x-global@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-global@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + checksum: 10c0/1dff3ddd6293a5f62be30980902bf2f63f155819747b72fe8c3ec88c4d440270ac093e356941693ff7f837f1863c32397d84a61ad1e06732c81b0aa94cbe1468 + languageName: node + linkType: hard + +"@polkadot/x-randomvalues@npm:10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-randomvalues@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-global": "npm:10.4.2" + checksum: 10c0/bcb5f944a574fd5b8ef5014294fe07a9e17af7474338b7b0adbb31dc73961db5936e5b27d8abc54584e564ea4fdca6ca1241af0d1939b570ee0ca390d7bbc663 + languageName: node + linkType: hard + "@polkadot/x-randomvalues@npm:12.6.2": version: 12.6.2 resolution: "@polkadot/x-randomvalues@npm:12.6.2" @@ -8075,6 +9918,69 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-randomvalues@npm:13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-randomvalues@npm:13.2.3" + dependencies: + "@polkadot/x-global": "npm:13.2.3" + tslib: "npm:^2.8.0" + peerDependencies: + "@polkadot/util": 13.2.3 + "@polkadot/wasm-util": "*" + checksum: 10c0/43ef86ef6d65e7fa586aa8e227f3a9febbd038cb0d1a8bcafd2ae216e826412c9d5565cffe67d868f66de04705de9057e7ccc2d5e19efc7fae194f2921786477 + languageName: node + linkType: hard + +"@polkadot/x-randomvalues@npm:6.11.1": + version: 6.11.1 + resolution: "@polkadot/x-randomvalues@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/x-global": "npm:6.11.1" + checksum: 10c0/915ab1d4988754bc51da28e71ee1d2090a412166fff5f1529469143e6b129b75e13fbb2a6bc522947f74a7c3979bd2b28d3e5fe7033f69a3dc109a13651cbda4 + languageName: node + linkType: hard + +"@polkadot/x-randomvalues@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-randomvalues@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/x-global": "npm:7.9.2" + checksum: 10c0/faf785cce8921c161b44fb43e51d71fe3b44121c165f8920806d70db7ca1d77d31d0d02cfad44a621bf4893a7c23f82c572c8eddeba1ad46e08f3153bf521004 + languageName: node + linkType: hard + +"@polkadot/x-randomvalues@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-randomvalues@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-global": "npm:8.7.1" + checksum: 10c0/bf2b5cd11e77952ca0e6ed60ab5b8676b1b8afa619b57feaee318fb4ba06e40f84ecb16095b5084083b60818abc89df0542e8d0c0a9651f668599c41e8baa3cb + languageName: node + linkType: hard + +"@polkadot/x-rxjs@npm:^6.11.1": + version: 6.11.1 + resolution: "@polkadot/x-rxjs@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + rxjs: "npm:^6.6.7" + checksum: 10c0/cf0c930e863ca3b2cb2f8f08cea8f01a0754083c94712be1e3ea1cda06a9f23861918dbae6dfca78fbcc8454e901d8beafea7837f0900b93af129a62dd52a4d0 + languageName: node + linkType: hard + +"@polkadot/x-textdecoder@npm:10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-textdecoder@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-global": "npm:10.4.2" + checksum: 10c0/0a6fe7110990a10f68eaf6d7d90b00ef4d7526734defbd248c0b0ad92d0663d51e109fe6fbc162f0ed251dd67a0edc86aef79d25df58768754fb4055d2a93d48 + languageName: node + linkType: hard + "@polkadot/x-textdecoder@npm:12.6.2": version: 12.6.2 resolution: "@polkadot/x-textdecoder@npm:12.6.2" @@ -8085,6 +9991,56 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-textdecoder@npm:13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-textdecoder@npm:13.2.3" + dependencies: + "@polkadot/x-global": "npm:13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/54fb113cc0fa82ebd2187edd8768e133bb9c32aa9ecba1627e3c8cd435cfa5d6f8479bc790a7904fa0e5d98ae7a2a3510a3a147e728f0faef8412bdb36a97162 + languageName: node + linkType: hard + +"@polkadot/x-textdecoder@npm:6.11.1": + version: 6.11.1 + resolution: "@polkadot/x-textdecoder@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/x-global": "npm:6.11.1" + checksum: 10c0/c559cd9bc795bc928cea18c062f16e359c49aa886666e4dd527de29b18a244f68c99ebd15f7501813c3434577bf39bb8c963b2fd8508d805cd432466c5812f70 + languageName: node + linkType: hard + +"@polkadot/x-textdecoder@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-textdecoder@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/x-global": "npm:7.9.2" + checksum: 10c0/8c02357474b3372da5f7d8bafbfcceb09c671051930b7342aa2b7a0225353c023e4cb709eded7c03bdd6ec7108bbd52aef735107387397e2943d56c59a02ea37 + languageName: node + linkType: hard + +"@polkadot/x-textdecoder@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-textdecoder@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-global": "npm:8.7.1" + checksum: 10c0/abe4acfa6116943664d8152006a9dce3ebd6072cabc42694eb09deb180b2c19bdeb867ab17598d52ab7cf832e48751a5173c3e306883eefdec454812c0c81c89 + languageName: node + linkType: hard + +"@polkadot/x-textencoder@npm:10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-textencoder@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-global": "npm:10.4.2" + checksum: 10c0/704f3de2476cd9e7a87b1245feb3f760d0a1695d28a97ab997817869b4f035f4ddcda3d02cdfdbdf2ad6908a86db3774e584025b593c4270b38905ca7da5f58c + languageName: node + linkType: hard + "@polkadot/x-textencoder@npm:12.6.2": version: 12.6.2 resolution: "@polkadot/x-textencoder@npm:12.6.2" @@ -8095,6 +10051,58 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-textencoder@npm:13.2.3": + version: 13.2.3 + resolution: "@polkadot/x-textencoder@npm:13.2.3" + dependencies: + "@polkadot/x-global": "npm:13.2.3" + tslib: "npm:^2.8.0" + checksum: 10c0/94542a22c5b1388772fda2a994b8b2b1627af4849489500f13b310af0a8b572aec492b980d5821ba97329495bac456ad4d895963714b4b77a2b0eb8b8b2864ab + languageName: node + linkType: hard + +"@polkadot/x-textencoder@npm:6.11.1": + version: 6.11.1 + resolution: "@polkadot/x-textencoder@npm:6.11.1" + dependencies: + "@babel/runtime": "npm:^7.14.6" + "@polkadot/x-global": "npm:6.11.1" + checksum: 10c0/481d41ac4a5cd6399b1e25861675866bdb004e7cceea034caff92b79863f936229dc34e03f30ac10d2bf7677b822f3ba8259531871595c36fb0df32012977205 + languageName: node + linkType: hard + +"@polkadot/x-textencoder@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-textencoder@npm:7.9.2" + dependencies: + "@babel/runtime": "npm:^7.16.3" + "@polkadot/x-global": "npm:7.9.2" + checksum: 10c0/f148e7fe774c021b088ec80e5cfd866d2994f15e94943607bba714bb63bdb1cfdc2c34a78ef18a8249c8ee5c3d08af71b8f082e16be975ed54c9feae6337472b + languageName: node + linkType: hard + +"@polkadot/x-textencoder@npm:8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-textencoder@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-global": "npm:8.7.1" + checksum: 10c0/c38e471f75f35d30f9779e878a5c6177878b8af2cf9f048fffdc8a0d1f39c757d51692afd46c5190f25e903de3e9efca0106086795a7cd3cf131d86653398ce3 + languageName: node + linkType: hard + +"@polkadot/x-ws@npm:^10.4.2": + version: 10.4.2 + resolution: "@polkadot/x-ws@npm:10.4.2" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@polkadot/x-global": "npm:10.4.2" + "@types/websocket": "npm:^1.0.5" + websocket: "npm:^1.0.34" + checksum: 10c0/932512458a68126b2ccb97d5d775b283e0ac0fa0eaf908a191bca7813b7d0fc3be6fdc8bd394a33f8873e7e7ee59648db0d53695b820aa74cdeb616e7903c9d4 + languageName: node + linkType: hard + "@polkadot/x-ws@npm:^12.6.2": version: 12.6.2 resolution: "@polkadot/x-ws@npm:12.6.2" @@ -8117,6 +10125,18 @@ __metadata: languageName: node linkType: hard +"@polkadot/x-ws@npm:^8.7.1": + version: 8.7.1 + resolution: "@polkadot/x-ws@npm:8.7.1" + dependencies: + "@babel/runtime": "npm:^7.17.8" + "@polkadot/x-global": "npm:8.7.1" + "@types/websocket": "npm:^1.0.5" + websocket: "npm:^1.0.34" + checksum: 10c0/27d7a8067cc2954e9ffde9ea53460fa74554a488ac6de7f9160a2b8cfd38ac05ce9971c144be99507c35edb0fc1b0bcebfac70a039aaef203ad2735b4b3ed30a + languageName: node + linkType: hard + "@polymeshassociation/polymesh-types@npm:5.7.0": version: 5.7.0 resolution: "@polymeshassociation/polymesh-types@npm:5.7.0" @@ -8204,13 +10224,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/primitive@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/primitive@npm:1.1.0" - checksum: 10c0/1dcc8b5401799416ff8bdb15c7189b4536c193220ad8fd348a48b88f804ee38cec7bd03e2b9641f7da24610e2f61f23a306911ce883af92c4e8c1abac634cb61 - languageName: node - linkType: hard - "@radix-ui/primitive@npm:1.1.1": version: 1.1.1 resolution: "@radix-ui/primitive@npm:1.1.1" @@ -8218,18 +10231,18 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-accordion@npm:^1.2.1": - version: 1.2.1 - resolution: "@radix-ui/react-accordion@npm:1.2.1" +"@radix-ui/react-accordion@npm:^1.2.2": + version: 1.2.2 + resolution: "@radix-ui/react-accordion@npm:1.2.2" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-collapsible": "npm:1.1.1" - "@radix-ui/react-collection": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-collapsible": "npm:1.1.2" + "@radix-ui/react-collection": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" peerDependencies: "@types/react": "*" @@ -8241,15 +10254,15 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/617678194124e90947a5ce7b9964cda406f1840c950bdaec4b759da01beb19f58b06304a973a7c1a6663da6732243f8f354504852dbda3502dd282c36035ef6f + checksum: 10c0/2279c24de3296714ad14e0b83e7ea55f1b0d1585650b48ddb9295a44e6f0ab4e860526e9263c8f18cbdfa702648644d1bfa50f18c22e6f9de303b4b19ebef63a languageName: node linkType: hard -"@radix-ui/react-arrow@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-arrow@npm:1.1.0" +"@radix-ui/react-arrow@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-arrow@npm:1.1.1" dependencies: - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8260,16 +10273,16 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/cbe059dfa5a9c1677478d363bb5fd75b0c7a08221d0ac7f8e7b9aec9dbae9754f6a3518218cf63e4ed53df6c36d193c8d2618d03433a37aa0cb7ee77a60a591f + checksum: 10c0/714c8420ee4497775a1119ceba1391a9e4fed07185ba903ade571251400fd25cedb7bebf2292ce778e74956dfa079078b2afbb67d12001c6ea5080997bcf3612 languageName: node linkType: hard -"@radix-ui/react-avatar@npm:^1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-avatar@npm:1.1.1" +"@radix-ui/react-avatar@npm:^1.1.2": + version: 1.1.2 + resolution: "@radix-ui/react-avatar@npm:1.1.2" dependencies: "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: @@ -8282,20 +10295,20 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/e8e712d8bf80eae9a0cac176dc5c0d631cefc11466bd62fa262d517b149836e1e7ca794998177acb82f0455a96ced0d21878a73900ca62bc96ccacb32c9b2e69 + checksum: 10c0/84a55872452e2ad07ae418d97231b4de547b176b8731541eb01f360ca1f306ae9fd2bfb6ec59ea47d90e16970db101476c3cb9c3282e4d444bf1c9d734d9c729 languageName: node linkType: hard -"@radix-ui/react-collapsible@npm:1.1.1, @radix-ui/react-collapsible@npm:^1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-collapsible@npm:1.1.1" +"@radix-ui/react-collapsible@npm:1.1.2, @radix-ui/react-collapsible@npm:^1.1.2": + version: 1.1.2 + resolution: "@radix-ui/react-collapsible@npm:1.1.2" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: @@ -8308,29 +10321,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/e3a510c8f3a31709add35c31e3e108a2bc4db2df06e9e50cb5f25144b1cf9596b8118ad2618f851fa7c1498e057938f641a842a6770b5b7b6cd068cd2b4914f1 - languageName: node - linkType: hard - -"@radix-ui/react-collection@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-collection@npm:1.1.0" - dependencies: - "@radix-ui/react-compose-refs": "npm:1.1.0" - "@radix-ui/react-context": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-slot": "npm:1.1.0" - 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/fecb9f0871c827070a8794b39c7379fdc7d0855c4b05804f0b395eef39c37b2c2b6779865d6cb35d3bc74b6b380107bd8b3754d1730a34ea88913e6cd0eb84d4 + checksum: 10c0/8a725539c0c259ea53a0e35d4ddd3acca42cab5113fd537758450ad1e76f0b757423f18aca29364f963bef4f0624d57feb32bf9d12a3ea6b2c084b523ba65205 languageName: node linkType: hard @@ -8356,19 +10347,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-compose-refs@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-compose-refs@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/7e18706084397d9458ca3473d8565b10691da06f6499a78edbcc4bd72cde08f62e91120658d17d58c19fc39d6b1dffe0133cc4535c8f5fce470abd478f6107e5 - languageName: node - linkType: hard - "@radix-ui/react-compose-refs@npm:1.1.1": version: 1.1.1 resolution: "@radix-ui/react-compose-refs@npm:1.1.1" @@ -8382,19 +10360,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-context@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-context@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/c843980f568cc61b512708863ec84c42a02e0f88359b22ad1c0e290cea3e6d7618eccbd2cd37bd974fadaa7636cbed5bda27553722e61197eb53852eaa34f1bb - languageName: node - linkType: hard - "@radix-ui/react-context@npm:1.1.1": version: 1.1.1 resolution: "@radix-ui/react-context@npm:1.1.1" @@ -8408,24 +10373,24 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-dialog@npm:^1.1.2": - version: 1.1.2 - resolution: "@radix-ui/react-dialog@npm:1.1.2" +"@radix-ui/react-dialog@npm:^1.1.4": + version: 1.1.4 + resolution: "@radix-ui/react-dialog@npm:1.1.4" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-dismissable-layer": "npm:1.1.1" + "@radix-ui/react-dismissable-layer": "npm:1.1.3" "@radix-ui/react-focus-guards": "npm:1.1.1" - "@radix-ui/react-focus-scope": "npm:1.1.0" + "@radix-ui/react-focus-scope": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-portal": "npm:1.1.2" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-portal": "npm:1.1.3" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" + "@radix-ui/react-slot": "npm:1.1.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" aria-hidden: "npm:^1.1.1" - react-remove-scroll: "npm:2.6.0" + react-remove-scroll: "npm:^2.6.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8436,7 +10401,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/61997c23605ff604ef1673480eea0b63cbe2e102d24e64b71431afa408bfdda26f879193c09254304eb17a8d623085a2e6c96b5c944658c02bd935f8cf0f9546 + checksum: 10c0/d0ac8d85869b0d5a51823eb66503e41bab543807aa8702a2f1b2d5f720b1a2e4e9d0d83ca744aae06c6942a8759a1cd12bfa9b715d492868548254784969f78d languageName: node linkType: hard @@ -8453,13 +10418,13 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-dismissable-layer@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-dismissable-layer@npm:1.1.1" +"@radix-ui/react-dismissable-layer@npm:1.1.3": + version: 1.1.3 + resolution: "@radix-ui/react-dismissable-layer@npm:1.1.3" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" "@radix-ui/react-use-escape-keydown": "npm:1.1.0" peerDependencies: @@ -8472,20 +10437,20 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/637f8d55437bd2269d5aa9fa48e869eade31082cd950b5efcc5f0d9ed016b46feb7fcfcc115ba9972dba68c4686b57873d84aca67ece76ab77463e7de995f6da + checksum: 10c0/1ab2ebddf3d450bf4efb1e846894824a0056d3fa3deec0858206bc7547857fe5fe37e42f0a34918072702ead6dedc388a5770c060b2596cd408e20db86c54253 languageName: node linkType: hard -"@radix-ui/react-dropdown-menu@npm:^2.1.2": - version: 2.1.2 - resolution: "@radix-ui/react-dropdown-menu@npm:2.1.2" +"@radix-ui/react-dropdown-menu@npm:^2.1.4": + version: 2.1.4 + resolution: "@radix-ui/react-dropdown-menu@npm:2.1.4" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-menu": "npm:2.1.2" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-menu": "npm:2.1.4" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" peerDependencies: "@types/react": "*" @@ -8497,7 +10462,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/28e84cb116a34c3a73cd9be774170fc920fad6254c1ce285e8e3d86e33c02011229adc5590e385a42106b41bced23e0a482e884e6894e37f68d7e87c76171279 + checksum: 10c0/90ff1f27288b73d000be904773705bbbe4c31204380d4bee55fcd24d82da7638fe29f9577e4cd5d962607927eba4aad6e5600a9bd5e0ee7924a5a1b5e542b437 languageName: node linkType: hard @@ -8514,12 +10479,12 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-focus-scope@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-focus-scope@npm:1.1.0" +"@radix-ui/react-focus-scope@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-focus-scope@npm:1.1.1" dependencies: - "@radix-ui/react-compose-refs": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-compose-refs": "npm:1.1.1" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" peerDependencies: "@types/react": "*" @@ -8531,7 +10496,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/2593d4bbd4a3525624675ec1d5a591a44f015f43f449b99a5a33228159b83f445e8f1c6bc6f9f2011387abaeadd3df406623c08d4e795b7ae509795652a1d069 + checksum: 10c0/a430264a32e358c05dfa1c3abcf6c3d0481cbcbb2547532324c6d69fa7f9e3ed77b5eb2dd64d42808ec62c8d69abb573d6076907764af126d14ea18febf45d7b languageName: node linkType: hard @@ -8559,11 +10524,11 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-label@npm:^2.1.0": - version: 2.1.0 - resolution: "@radix-ui/react-label@npm:2.1.0" +"@radix-ui/react-label@npm:^2.1.1": + version: 2.1.1 + resolution: "@radix-ui/react-label@npm:2.1.1" dependencies: - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8574,32 +10539,32 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/282d3b1b72ff14b431b3bb427d66d14253bbd30fad2437d8f4e7d5c0b6a41f6f7ed157460e02fb91b67b1c8cebc65f2c6fe1d3a32f4459d41238fc0fd4719875 + checksum: 10c0/902628dc2c05610462a264feedc8c548d7ecad7f000efb9a4190e365ee2b7f75eccf98b43925fac6e1fa940c437abbce03ecc6868e06e0a197c779973ccc839d languageName: node linkType: hard -"@radix-ui/react-menu@npm:2.1.2": - version: 2.1.2 - resolution: "@radix-ui/react-menu@npm:2.1.2" +"@radix-ui/react-menu@npm:2.1.4": + version: 2.1.4 + resolution: "@radix-ui/react-menu@npm:2.1.4" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-collection": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-collection": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-dismissable-layer": "npm:1.1.1" + "@radix-ui/react-dismissable-layer": "npm:1.1.3" "@radix-ui/react-focus-guards": "npm:1.1.1" - "@radix-ui/react-focus-scope": "npm:1.1.0" + "@radix-ui/react-focus-scope": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-popper": "npm:1.2.0" - "@radix-ui/react-portal": "npm:1.1.2" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-roving-focus": "npm:1.1.0" - "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-popper": "npm:1.2.1" + "@radix-ui/react-portal": "npm:1.1.3" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" + "@radix-ui/react-roving-focus": "npm:1.1.1" + "@radix-ui/react-slot": "npm:1.1.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" aria-hidden: "npm:^1.1.1" - react-remove-scroll: "npm:2.6.0" + react-remove-scroll: "npm:^2.6.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8610,29 +10575,29 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/4259f6fbc63048d58bffab443abda9b56ea6b0a28f1e4ae91787a360b9a31e7604de06c8fc70be861c1aaa7abff2858c9314aa3fffbc375c27b0c9aa219a51af + checksum: 10c0/617b167d110a6866184a562cecd052eef9de3e6f9bfa0780d954629f6a1d09c9dd43cb3f803e3987214f79031a67410fd4d6036c4a4581909edd4bb224ec0f7f languageName: node linkType: hard -"@radix-ui/react-popover@npm:^1.1.2": - version: 1.1.2 - resolution: "@radix-ui/react-popover@npm:1.1.2" +"@radix-ui/react-popover@npm:^1.1.4": + version: 1.1.4 + resolution: "@radix-ui/react-popover@npm:1.1.4" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-dismissable-layer": "npm:1.1.1" + "@radix-ui/react-dismissable-layer": "npm:1.1.3" "@radix-ui/react-focus-guards": "npm:1.1.1" - "@radix-ui/react-focus-scope": "npm:1.1.0" + "@radix-ui/react-focus-scope": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-popper": "npm:1.2.0" - "@radix-ui/react-portal": "npm:1.1.2" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-popper": "npm:1.2.1" + "@radix-ui/react-portal": "npm:1.1.3" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" + "@radix-ui/react-slot": "npm:1.1.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" aria-hidden: "npm:^1.1.1" - react-remove-scroll: "npm:2.6.0" + react-remove-scroll: "npm:^2.6.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8643,44 +10608,24 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/d8fb4e3507a3cd6168bdbb6b840fb8eb538b3b1ce62192a1dcc4e8e4947fbf082c437c0ad5f6faed078006dcb7073867e493378d04c50372c6ea826c5a811f2c + checksum: 10c0/c60dfb63a7827496ff667e9be5175947b01ca7d172442d00ac9a1180e7232424bfe2faf44e4e168eed4ac835d0dbe42914dd54b04736192b0231fc8a9b96ca15 languageName: node linkType: hard -"@radix-ui/react-popper@npm:1.2.0": - version: 1.2.0 - resolution: "@radix-ui/react-popper@npm:1.2.0" +"@radix-ui/react-popper@npm:1.2.1": + version: 1.2.1 + resolution: "@radix-ui/react-popper@npm:1.2.1" dependencies: "@floating-ui/react-dom": "npm:^2.0.0" - "@radix-ui/react-arrow": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" - "@radix-ui/react-context": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-arrow": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" + "@radix-ui/react-context": "npm:1.1.1" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" "@radix-ui/react-use-layout-effect": "npm:1.1.0" "@radix-ui/react-use-rect": "npm:1.1.0" - "@radix-ui/react-use-size": "npm:1.1.0" - "@radix-ui/rect": "npm:1.1.0" - 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/a78ea534b9822d07153fff0895b6cdf742e7213782b140b3ab94a76df0ca70e6001925aea946e99ca680fc63a7fcca49c1d62e8dc5a2f651692fba3541e180c0 - languageName: node - linkType: hard - -"@radix-ui/react-portal@npm:1.1.2": - version: 1.1.2 - resolution: "@radix-ui/react-portal@npm:1.1.2" - dependencies: - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-use-layout-effect": "npm:1.1.0" + "@radix-ui/react-use-size": "npm:1.1.0" + "@radix-ui/rect": "npm:1.1.0" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8691,15 +10636,15 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/836967330893b16b85371775ed1a59e038ce99189f4851cfa976bde2710d704c2a9e49e0a5206e7ac3fcf8a67ddd2d126b8352a88f295d6ef49d04e269736ed1 + checksum: 10c0/514468b51e66ff2da3400fa782f4b52f9bad60517e3047cccf56488aa17a3c3f62ff2650b0216be31345dc3be6035999c7160788c92e35c7f8d53ddde2fb92f1 languageName: node linkType: hard -"@radix-ui/react-presence@npm:1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-presence@npm:1.1.1" +"@radix-ui/react-portal@npm:1.1.3": + version: 1.1.3 + resolution: "@radix-ui/react-portal@npm:1.1.3" dependencies: - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: "@types/react": "*" @@ -8711,15 +10656,16 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/777cda0406450ff5ca0e49235e486237723323d046a3382e35a0e78eededccfc95a76a9b5fecd7404dac793264762f4bc10111af1e08f8cc2d4d571d7971220e + checksum: 10c0/b3cd1a81513e528d261599cffda8d7d6094a8598750eaa32bac0d64dbc9a3b4d4e1c10f5bdadf7051b5fd77033b759dbeb4838dae325b94bf8251804c61508c5 languageName: node linkType: hard -"@radix-ui/react-primitive@npm:2.0.0": - version: 2.0.0 - resolution: "@radix-ui/react-primitive@npm:2.0.0" +"@radix-ui/react-presence@npm:1.1.2": + version: 1.1.2 + resolution: "@radix-ui/react-presence@npm:1.1.2" dependencies: - "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-compose-refs": "npm:1.1.1" + "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8730,7 +10676,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/00cb6ca499252ca848c299212ba6976171cea7608b10b3f9a9639d6732dea2df1197ba0d97c001a4fdb29313c3e7fc2a490f6245dd3579617a0ffd85ae964fdd + checksum: 10c0/0c6fa281368636308044df3be4c1f02733094b5e35ba04f26e610dd1c4315a245ffc758e0e176c444742a7a46f4328af1a9d8181e860175ec39338d06525a78d languageName: node linkType: hard @@ -8753,12 +10699,12 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-progress@npm:^1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-progress@npm:1.1.0" +"@radix-ui/react-progress@npm:^1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-progress@npm:1.1.1" dependencies: - "@radix-ui/react-context": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-context": "npm:1.1.1" + "@radix-ui/react-primitive": "npm:2.0.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8769,21 +10715,21 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/36b722fe274f843162cea186993bc8254ab034341becc88d031e44e1fd3a31dd3c3e7b8fb64e19a02d04da842e3f3b5a7638ed4924cf70f50925889d4439e3ed + checksum: 10c0/dcf4ab20ff3a19a4be5a6e2502c42cd2c2770c6356b86301a548f725d33b8054dafe411b3c0f2b0b9465b225a31e8eb9f6bcc338d1936fb89312b517e1e7f2ec languageName: node linkType: hard -"@radix-ui/react-radio-group@npm:^1.2.1": - version: 1.2.1 - resolution: "@radix-ui/react-radio-group@npm:1.2.1" +"@radix-ui/react-radio-group@npm:^1.2.2": + version: 1.2.2 + resolution: "@radix-ui/react-radio-group@npm:1.2.2" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-roving-focus": "npm:1.1.0" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" + "@radix-ui/react-roving-focus": "npm:1.1.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" "@radix-ui/react-use-previous": "npm:1.1.0" "@radix-ui/react-use-size": "npm:1.1.0" @@ -8797,21 +10743,21 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/dfd64762c45a4f33a4fd05161d6eb9b68ff5d0d7cbc26800549d589029dc1c0e23bfb631d88100ed7c155c1f1a0baf9f7e7352d5083b80e733b33f5faede9d26 + checksum: 10c0/450592e3a5aa1f9d53f21aefafb977e04b5a0c3a8a8080653f9d9c8117a381b4489bbb4fb4743bd52f043f6aff6e4b279926352c1dd9589fd541cb924533fc17 languageName: node linkType: hard -"@radix-ui/react-roving-focus@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-roving-focus@npm:1.1.0" +"@radix-ui/react-roving-focus@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-roving-focus@npm:1.1.1" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-collection": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" - "@radix-ui/react-context": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-collection": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" + "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" "@radix-ui/react-use-controllable-state": "npm:1.1.0" peerDependencies: @@ -8824,21 +10770,21 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/ce367d3033a12d639a8d445d2efa090aa4bc5a78125be568f8c8e4e59f30afd51b585a90031ec18cdba19afbaf1974633dbc0c2c3d2a14d9eb1bfea2ddbe5369 + checksum: 10c0/ee41eb60b0c300ef3bb130f7ca6c7333148669f2a50b841027910158c06be215967880da932ac14b83d130a9ca5ffb33d6a1a0f067d5048f8db2c3884bbd9b85 languageName: node linkType: hard -"@radix-ui/react-scroll-area@npm:^1.2.1": - version: 1.2.1 - resolution: "@radix-ui/react-scroll-area@npm:1.2.1" +"@radix-ui/react-scroll-area@npm:^1.2.2": + version: 1.2.2 + resolution: "@radix-ui/react-scroll-area@npm:1.2.2" dependencies: "@radix-ui/number": "npm:1.1.0" - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: @@ -8851,15 +10797,15 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/cea8a82e52bc60d0a087ae57609c735862b473f193a3ce827b4077ff4998f29b912da10afb3a46466d753ba2202ece82c405fd9647b1a822748d48ce4902e521 + checksum: 10c0/a959c199780d5ef931a4bc9323a009dff8207ccb21ea42131e259cd32fdea035ccddca7f161e3ac1eb93691644b39a6a274329637234d525c2543ceb299493fb languageName: node linkType: hard -"@radix-ui/react-separator@npm:^1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-separator@npm:1.1.0" +"@radix-ui/react-separator@npm:^1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-separator@npm:1.1.1" dependencies: - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -8870,11 +10816,11 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/0ca9e25db27b6b001f3c0c50b2df9d6cf070b949f183043e263115d694a25b7268fecd670572469a512e556deca25ebb08b3aec4a870f0309eed728eef19ab8a + checksum: 10c0/4b0dc0db4e31d4d71a2a688581707dedb19a9e13378e86dbbab467970c5b271afc189ebba0e340495e15ce0fbbc42445d0be43ff8104de5f5c96cf3b822e801d languageName: node linkType: hard -"@radix-ui/react-slider@npm:^1.2.1": +"@radix-ui/react-slider@npm:^1.2.2": version: 1.2.2 resolution: "@radix-ui/react-slider@npm:1.2.2" dependencies: @@ -8903,21 +10849,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-slot@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-slot@npm:1.1.0" - dependencies: - "@radix-ui/react-compose-refs": "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/a2e8bfb70c440506dd84a1a274f9a8bc433cca37ceae275e53552c9122612e3837744d7fc6f113d6ef1a11491aa914f4add71d76de41cb6d4db72547a8e261ae - languageName: node - linkType: hard - "@radix-ui/react-slot@npm:1.1.1": version: 1.1.1 resolution: "@radix-ui/react-slot@npm:1.1.1" @@ -8933,14 +10864,14 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-switch@npm:^1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-switch@npm:1.1.1" +"@radix-ui/react-switch@npm:^1.1.2": + version: 1.1.2 + resolution: "@radix-ui/react-switch@npm:1.1.2" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" "@radix-ui/react-use-previous": "npm:1.1.0" "@radix-ui/react-use-size": "npm:1.1.0" @@ -8954,21 +10885,21 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/8b61aa3bf80d3a2037d67495cf5de9e1ffc0d0843edc0cde5adc1ff1a9b99b0a6b63a85951c79769ab5a44d484611d90dc85933a86d71f28028caa53d8db177b + checksum: 10c0/5ae76c25ab6e9b401a562818b9507acb5994d4b8db828a21fde3d415fde8196c86f7f4025e5bccf72991a4e6801f008e05de02216be20e1f36b6f6411cd27939 languageName: node linkType: hard -"@radix-ui/react-tabs@npm:^1.1.1": - version: 1.1.1 - resolution: "@radix-ui/react-tabs@npm:1.1.1" +"@radix-ui/react-tabs@npm:^1.1.2": + version: 1.1.2 + resolution: "@radix-ui/react-tabs@npm:1.1.2" dependencies: - "@radix-ui/primitive": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-roving-focus": "npm:1.1.0" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" + "@radix-ui/react-roving-focus": "npm:1.1.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" peerDependencies: "@types/react": "*" @@ -8980,26 +10911,26 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/86fa6beda5ac5fbc6cede483e198641fbba0b1e4ad30db3488fbfefdf460ca4e35d765f5b22f73ded1849252b2432cfa755783218f282721462f90f2ad1adf30 + checksum: 10c0/035db9d439d41e60218ea64c8c4cf4a8496eb885aa1caa3cace545a941766dbab7faa1a670ffb49389c55345028203927b424b8cbaa8f2f0cd0cda9974c2fcc6 languageName: node linkType: hard -"@radix-ui/react-tooltip@npm:^1.1.4": - version: 1.1.4 - resolution: "@radix-ui/react-tooltip@npm:1.1.4" +"@radix-ui/react-tooltip@npm:^1.1.6": + version: 1.1.6 + resolution: "@radix-ui/react-tooltip@npm:1.1.6" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.1" + "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-dismissable-layer": "npm:1.1.1" + "@radix-ui/react-dismissable-layer": "npm:1.1.3" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-popper": "npm:1.2.0" - "@radix-ui/react-portal": "npm:1.1.2" - "@radix-ui/react-presence": "npm:1.1.1" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-popper": "npm:1.2.1" + "@radix-ui/react-portal": "npm:1.1.3" + "@radix-ui/react-presence": "npm:1.1.2" + "@radix-ui/react-primitive": "npm:2.0.1" + "@radix-ui/react-slot": "npm:1.1.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" - "@radix-ui/react-visually-hidden": "npm:1.1.0" + "@radix-ui/react-visually-hidden": "npm:1.1.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -9010,7 +10941,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/721cfb0bf34e74af5a58d89a73e087522517b9502fb7ae9d1dc99137d4952f2bfd1696001e17aa83dfb533c39b4333030149562ebfe62d31238a1a2995bc6bd6 + checksum: 10c0/6e2e83b2ef448bcc486e8f73bfd303b18b723f86239f40f5e06cf930f074494f6fefb1a48bcaf24b215ec7bd7f87f6884d1ef9394cddcf50d1b30e26f9e15093 languageName: node linkType: hard @@ -9113,11 +11044,11 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-visually-hidden@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-visually-hidden@npm:1.1.0" +"@radix-ui/react-visually-hidden@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-visually-hidden@npm:1.1.1" dependencies: - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-primitive": "npm:2.0.1" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -9128,7 +11059,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/db138dd5f3c94958a9f836740d4408c89c4a73e770eaba5ead921e69b3c0d196c5cd58323d82829a9bc05a74873c299195dfd8366b9808e53a9a3dbca5a1e5fe + checksum: 10c0/9a34b8e09dc79983626194fdfb4bd24c79060034a226153a2bd9f726f056139316e7a6360583567c6ccd5d9589e6d230fe2c436abea455f73e2d27b73412c412 languageName: node linkType: hard @@ -9334,6 +11265,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm-eabi@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.28.1" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-android-arm64@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-android-arm64@npm:4.28.0" @@ -9341,6 +11279,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm64@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-android-arm64@npm:4.28.1" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-arm64@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-darwin-arm64@npm:4.28.0" @@ -9348,6 +11293,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-arm64@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-darwin-arm64@npm:4.28.1" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-x64@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-darwin-x64@npm:4.28.0" @@ -9355,6 +11307,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-x64@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-darwin-x64@npm:4.28.1" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-freebsd-arm64@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-freebsd-arm64@npm:4.28.0" @@ -9362,6 +11321,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-freebsd-arm64@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.28.1" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-freebsd-x64@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-freebsd-x64@npm:4.28.0" @@ -9369,6 +11335,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-freebsd-x64@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-freebsd-x64@npm:4.28.1" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-gnueabihf@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.28.0" @@ -9376,6 +11349,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-gnueabihf@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.28.1" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-musleabihf@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.28.0" @@ -9383,6 +11363,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-musleabihf@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.28.1" + conditions: os=linux & cpu=arm & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-gnu@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.28.0" @@ -9390,6 +11377,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-gnu@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.28.1" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-musl@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.28.0" @@ -9397,6 +11391,20 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-musl@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.28.1" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-linux-loongarch64-gnu@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.28.1" + conditions: os=linux & cpu=loong64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-powerpc64le-gnu@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.28.0" @@ -9404,6 +11412,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.28.1" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-riscv64-gnu@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.28.0" @@ -9411,6 +11426,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-riscv64-gnu@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.28.1" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-s390x-gnu@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.28.0" @@ -9418,6 +11440,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-s390x-gnu@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.28.1" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-gnu@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.28.0" @@ -9425,6 +11454,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-gnu@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.28.1" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-musl@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-linux-x64-musl@npm:4.28.0" @@ -9432,6 +11468,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-musl@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.28.1" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-win32-arm64-msvc@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.28.0" @@ -9439,6 +11482,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-arm64-msvc@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.28.1" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-win32-ia32-msvc@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.28.0" @@ -9446,6 +11496,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-ia32-msvc@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.28.1" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@rollup/rollup-win32-x64-msvc@npm:4.28.0": version: 4.28.0 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.28.0" @@ -9453,10 +11510,133 @@ __metadata: languageName: node linkType: hard -"@rtsao/scc@npm:^1.1.0": - version: 1.1.0 - resolution: "@rtsao/scc@npm:1.1.0" - checksum: 10c0/b5bcfb0d87f7d1c1c7c0f7693f53b07866ed9fec4c34a97a8c948fb9a7c0082e416ce4d3b60beb4f5e167cbe04cdeefbf6771320f3ede059b9ce91188c409a5b +"@rollup/rollup-win32-x64-msvc@npm:4.28.1": + version: 4.28.1 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.28.1" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@rspack/binding-darwin-arm64@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-darwin-arm64@npm:1.1.6" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@rspack/binding-darwin-x64@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-darwin-x64@npm:1.1.6" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@rspack/binding-linux-arm64-gnu@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-linux-arm64-gnu@npm:1.1.6" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@rspack/binding-linux-arm64-musl@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-linux-arm64-musl@npm:1.1.6" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@rspack/binding-linux-x64-gnu@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-linux-x64-gnu@npm:1.1.6" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@rspack/binding-linux-x64-musl@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-linux-x64-musl@npm:1.1.6" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@rspack/binding-win32-arm64-msvc@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-win32-arm64-msvc@npm:1.1.6" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@rspack/binding-win32-ia32-msvc@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-win32-ia32-msvc@npm:1.1.6" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@rspack/binding-win32-x64-msvc@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding-win32-x64-msvc@npm:1.1.6" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@rspack/binding@npm:1.1.6": + version: 1.1.6 + resolution: "@rspack/binding@npm:1.1.6" + dependencies: + "@rspack/binding-darwin-arm64": "npm:1.1.6" + "@rspack/binding-darwin-x64": "npm:1.1.6" + "@rspack/binding-linux-arm64-gnu": "npm:1.1.6" + "@rspack/binding-linux-arm64-musl": "npm:1.1.6" + "@rspack/binding-linux-x64-gnu": "npm:1.1.6" + "@rspack/binding-linux-x64-musl": "npm:1.1.6" + "@rspack/binding-win32-arm64-msvc": "npm:1.1.6" + "@rspack/binding-win32-ia32-msvc": "npm:1.1.6" + "@rspack/binding-win32-x64-msvc": "npm:1.1.6" + dependenciesMeta: + "@rspack/binding-darwin-arm64": + optional: true + "@rspack/binding-darwin-x64": + optional: true + "@rspack/binding-linux-arm64-gnu": + optional: true + "@rspack/binding-linux-arm64-musl": + optional: true + "@rspack/binding-linux-x64-gnu": + optional: true + "@rspack/binding-linux-x64-musl": + optional: true + "@rspack/binding-win32-arm64-msvc": + optional: true + "@rspack/binding-win32-ia32-msvc": + optional: true + "@rspack/binding-win32-x64-msvc": + optional: true + checksum: 10c0/1adc874a7795d84e1b01a0d958095adfe39199ad30b15a713b4daab2eb51ec8d48e0108b8b44a5a41767d2bb3d3f2d28fc3a975ae1ab3c324b09f8f1be0b87a4 + languageName: node + linkType: hard + +"@rspack/core@npm:^1.1.5": + version: 1.1.6 + resolution: "@rspack/core@npm:1.1.6" + dependencies: + "@module-federation/runtime-tools": "npm:0.5.1" + "@rspack/binding": "npm:1.1.6" + "@rspack/lite-tapable": "npm:1.0.1" + caniuse-lite: "npm:^1.0.30001616" + peerDependencies: + "@swc/helpers": ">=0.5.1" + peerDependenciesMeta: + "@swc/helpers": + optional: true + checksum: 10c0/c435c6974de1683361d02144874fde2c33bfdc7575c706fd464d4f432178d0387d17567a64be11cf4a6650b33e6ebe693ac8ee1fccbea73c62366620add7c3d4 + languageName: node + linkType: hard + +"@rspack/lite-tapable@npm:1.0.1": + version: 1.0.1 + resolution: "@rspack/lite-tapable@npm:1.0.1" + checksum: 10c0/90bb1bc414dc51ea2d0933e09f78d25584f3f50a85f4cb8228930bd29e5931bf55eff4f348a06c51dd3149fc73b8ae3920bf0ae5ae8a0c9fe1d9b404e6ecf5b7 languageName: node linkType: hard @@ -9554,13 +11734,13 @@ __metadata: languageName: node linkType: hard -"@safe-global/safe-apps-provider@npm:0.18.4": - version: 0.18.4 - resolution: "@safe-global/safe-apps-provider@npm:0.18.4" +"@safe-global/safe-apps-provider@npm:0.18.5": + version: 0.18.5 + resolution: "@safe-global/safe-apps-provider@npm:0.18.5" dependencies: "@safe-global/safe-apps-sdk": "npm:^9.1.0" events: "npm:^3.3.0" - checksum: 10c0/612c9816b75b86b73b95b5df35529f4d48da1a3a59b2b999f6ef836b28b10cda2142e159dbc97f0298fa8f5b76df82a1e08e34034fdf12f148e9fd4af2f72134 + checksum: 10c0/5699b4abd63d1042aca299cddb466ebf79b0e6709a22b277c7320343edce36e50f4d5356c4eda4497e1c2f4d6a92b14b29c7aefe0cf673f5614752f5ff6fbac5 languageName: node linkType: hard @@ -9612,7 +11792,21 @@ __metadata: languageName: node linkType: hard -"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.3, @scure/base@npm:^1.1.5, @scure/base@npm:~1.2.1": +"@scure/base@npm:1.0.0": + version: 1.0.0 + resolution: "@scure/base@npm:1.0.0" + checksum: 10c0/b5a87f7d3a5b97bf65b8f8b306d796c86607451904aaef882be7fbb65dae7a2cf6dab943dcf0623cd63c8f1543ea7e39c5c0b1dd90064180a1816c2ef455b72b + languageName: node + linkType: hard + +"@scure/base@npm:1.1.1": + version: 1.1.1 + resolution: "@scure/base@npm:1.1.1" + checksum: 10c0/97d200da8915ca18a4eceb73c23dda7fc3a4b8509f620c9b7756ee451d7c9ebbc828c6662f9ffa047806fbe41f37bf236c6ef75692690688b7659196cb2dc804 + languageName: node + linkType: hard + +"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.3, @scure/base@npm:^1.1.5, @scure/base@npm:^1.1.7, @scure/base@npm:~1.2.1": version: 1.2.1 resolution: "@scure/base@npm:1.2.1" checksum: 10c0/e61068854370855b89c50c28fa4092ea6780f1e0db64ea94075ab574ebcc964f719a3120dc708db324991f4b3e652d92ebda03fce2bf6a4900ceeacf9c0ff933 @@ -9659,7 +11853,7 @@ __metadata: languageName: node linkType: hard -"@scure/bip32@npm:^1.5.0": +"@scure/bip32@npm:1.6.0, @scure/bip32@npm:^1.5.0": version: 1.6.0 resolution: "@scure/bip32@npm:1.6.0" dependencies: @@ -9700,7 +11894,7 @@ __metadata: languageName: node linkType: hard -"@scure/bip39@npm:^1.4.0": +"@scure/bip39@npm:1.5.0, @scure/bip39@npm:^1.4.0": version: 1.5.0 resolution: "@scure/bip39@npm:1.5.0" dependencies: @@ -9710,6 +11904,13 @@ __metadata: languageName: node linkType: hard +"@sec-ant/readable-stream@npm:^0.4.1": + version: 0.4.1 + resolution: "@sec-ant/readable-stream@npm:0.4.1" + checksum: 10c0/64e9e9cf161e848067a5bf60cdc04d18495dc28bb63a8d9f8993e4dd99b91ad34e4b563c85de17d91ffb177ec17a0664991d2e115f6543e73236a906068987af + languageName: node + linkType: hard + "@sinclair/typebox@npm:^0.27.8": version: 0.27.8 resolution: "@sinclair/typebox@npm:0.27.8" @@ -9731,6 +11932,13 @@ __metadata: languageName: node linkType: hard +"@sindresorhus/is@npm:^5.2.0": + version: 5.6.0 + resolution: "@sindresorhus/is@npm:5.6.0" + checksum: 10c0/66727344d0c92edde5760b5fd1f8092b717f2298a162a5f7f29e4953e001479927402d9d387e245fb9dc7d3b37c72e335e93ed5875edfc5203c53be8ecba1b52 + languageName: node + linkType: hard + "@sinonjs/commons@npm:^3.0.0": version: 3.0.1 resolution: "@sinonjs/commons@npm:3.0.1" @@ -10705,34 +12913,19 @@ __metadata: languageName: node linkType: hard -"@storybook/addon-a11y@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-a11y@npm:8.4.6" +"@storybook/addon-a11y@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-a11y@npm:8.4.7" dependencies: - "@storybook/addon-highlight": "npm:8.4.6" + "@storybook/addon-highlight": "npm:8.4.7" axe-core: "npm:^4.2.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/f5519530d6b5d97495674e3d39c3b87b034df4885259ac8945ac924a14c480c79c65abdfcfe9303afb1860164e44880ca22e746cac0f789092a0744a55d2bb4d - languageName: node - linkType: hard - -"@storybook/addon-actions@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-actions@npm:8.4.6" - dependencies: - "@storybook/global": "npm:^5.0.0" - "@types/uuid": "npm:^9.0.1" - dequal: "npm:^2.0.2" - polished: "npm:^4.2.2" - uuid: "npm:^9.0.0" - peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/80b2feceacb4ebe7f2be06b2fe3f49ded5ee08ca8bd036ff47a65d45d8796d29081ccadd0526984c8022bcfa24348e0ad4ce3f37cee4a60a928bae372bfc8afe + storybook: ^8.4.7 + checksum: 10c0/d00c65b8e256dfc283774562e0ff3cabbd8b9f3fbe619eb23d2c9951d7b075cf29fe8bdb57d3f05756f649bee8b04dfbed6389e852632b40f748cb6c8bba8896 languageName: node linkType: hard -"@storybook/addon-actions@npm:^8.4.6": +"@storybook/addon-actions@npm:8.4.7": version: 8.4.7 resolution: "@storybook/addon-actions@npm:8.4.7" dependencies: @@ -10747,163 +12940,153 @@ __metadata: languageName: node linkType: hard -"@storybook/addon-backgrounds@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-backgrounds@npm:8.4.6" +"@storybook/addon-backgrounds@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-backgrounds@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" memoizerific: "npm:^1.11.3" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/2125d6905bf44194adf79e92698753d5e4ff75fac1ffbba1fc95ae705ba9ac8dc6ca9249c9a862aa05ea207d916d23142faefa759bb9ce21c6e16f0e329d28d2 + storybook: ^8.4.7 + checksum: 10c0/d22c4acd1d99f616865dde11c70b444a0aac7fe7623904479a29a0142b504f284ddc2407eacfd1203c3b0856e5497e7902eb86e287516364c7735b90e224bbcb languageName: node linkType: hard -"@storybook/addon-controls@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-controls@npm:8.4.6" +"@storybook/addon-controls@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-controls@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" dequal: "npm:^2.0.2" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/f5f0ab2de8de80c8c3726de81802042cc29a6f2ec50de3b8bd463286c9056e87800e4ea9b350c6a41ce4c4175a11cb7d3d490da5cfc20bbf2a2e3549f77a82a7 + storybook: ^8.4.7 + checksum: 10c0/900c71d172e9f75a1c39a87de1d411890fcea012586be02e3293c705c500a3a62a2bdecb10c11ba9c9f6117706dfbc34aaa40d2ca8e8a9d7b8a6a739d6a73e0c languageName: node linkType: hard -"@storybook/addon-docs@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-docs@npm:8.4.6" +"@storybook/addon-docs@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-docs@npm:8.4.7" dependencies: "@mdx-js/react": "npm:^3.0.0" - "@storybook/blocks": "npm:8.4.6" - "@storybook/csf-plugin": "npm:8.4.6" - "@storybook/react-dom-shim": "npm:8.4.6" + "@storybook/blocks": "npm:8.4.7" + "@storybook/csf-plugin": "npm:8.4.7" + "@storybook/react-dom-shim": "npm:8.4.7" react: "npm:^16.8.0 || ^17.0.0 || ^18.0.0" react-dom: "npm:^16.8.0 || ^17.0.0 || ^18.0.0" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/ae53bf71048fe7476862ae733f0f765a22d0d1da32457f7ca7e3bdd23bb1cd452c56bc4e1f586cf978599c3f5acb835caeb569ff394eaec09d3259382f4954be + storybook: ^8.4.7 + checksum: 10c0/0eb1854ddb6dbef1b32f89746944ee7a16db986403fe0a3712f43d39faa6335e0bce4ac21a8c20d09955ae73cccd1962f3b45037ab1144f61c1317d686e8695f languageName: node linkType: hard -"@storybook/addon-essentials@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-essentials@npm:8.4.6" - dependencies: - "@storybook/addon-actions": "npm:8.4.6" - "@storybook/addon-backgrounds": "npm:8.4.6" - "@storybook/addon-controls": "npm:8.4.6" - "@storybook/addon-docs": "npm:8.4.6" - "@storybook/addon-highlight": "npm:8.4.6" - "@storybook/addon-measure": "npm:8.4.6" - "@storybook/addon-outline": "npm:8.4.6" - "@storybook/addon-toolbars": "npm:8.4.6" - "@storybook/addon-viewport": "npm:8.4.6" +"@storybook/addon-essentials@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-essentials@npm:8.4.7" + dependencies: + "@storybook/addon-actions": "npm:8.4.7" + "@storybook/addon-backgrounds": "npm:8.4.7" + "@storybook/addon-controls": "npm:8.4.7" + "@storybook/addon-docs": "npm:8.4.7" + "@storybook/addon-highlight": "npm:8.4.7" + "@storybook/addon-measure": "npm:8.4.7" + "@storybook/addon-outline": "npm:8.4.7" + "@storybook/addon-toolbars": "npm:8.4.7" + "@storybook/addon-viewport": "npm:8.4.7" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/b8fb83e018fcb1e8cad04b371af5f8ce9933e3a500a78a889715ecfe4efd9faa52acce2d0f97fb04fe9ae0898e661112816c052bfe9b5f01189938b122055a44 + storybook: ^8.4.7 + checksum: 10c0/82ddd8424dfd5bf0ef44cee6a320f8395c63678bc0d4566307b2c68bd83c39f6bd447fb421681e3ab581c35c9d991207b01bebf20269c083931f581bb4651d6d languageName: node linkType: hard -"@storybook/addon-highlight@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-highlight@npm:8.4.6" +"@storybook/addon-highlight@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-highlight@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/67a23a5e3b8f7740c7101e8fa886f3f9c6c61b6db3cb3430d2c805231f7ad170d2d926c12e7c9bfc4af327c5abac5b4155f4c0d70ea423b04704fe3def845acc + storybook: ^8.4.7 + checksum: 10c0/2256b880d1f83c86c64287988bd4f4b76a8e1990f2a2a080a322994a9a8e553013fc21b7503c218ec394a880c1b72b131975e6eeadec6accb7eb35d3cb85a6ce languageName: node linkType: hard -"@storybook/addon-interactions@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-interactions@npm:8.4.6" +"@storybook/addon-interactions@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-interactions@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" - "@storybook/instrumenter": "npm:8.4.6" - "@storybook/test": "npm:8.4.6" + "@storybook/instrumenter": "npm:8.4.7" + "@storybook/test": "npm:8.4.7" polished: "npm:^4.2.2" ts-dedent: "npm:^2.2.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/42e4bc2df354dba10217385687ac20fb355f4e1a2a7390812081d6b387151b67bca868211794e531c1e112dc4ce50c70dffa55c8f4338b0bd860d59363d58d5b + storybook: ^8.4.7 + checksum: 10c0/5c35d2f33122f053568a746c36eb99eb1764ee990146ea374b0fc01defd3f0b33674d2758c027c760fe2966f8683193e8c414089c07e1136ffc562e3346ce479 languageName: node linkType: hard -"@storybook/addon-measure@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-measure@npm:8.4.6" +"@storybook/addon-measure@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-measure@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" tiny-invariant: "npm:^1.3.1" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/fd05b49fdb102a991fc696a0f75fde08d372b692778340ab2abc2c73fbd31a07dfa27a7a9d775dda7baaa9bd8a18972ed0bd86e9ce27948afb0305778f7b5a95 + storybook: ^8.4.7 + checksum: 10c0/a9e87c91cbcade2d0059cdc471e8ba479ad6d9dee0c2558c3b706e37d58b4cb3d986924ea0ff623aa791300ee2a8d2429e8fb3ef32eeec9d49861f8677815ac2 languageName: node linkType: hard -"@storybook/addon-outline@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-outline@npm:8.4.6" +"@storybook/addon-outline@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-outline@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/62600a9f4164a8d91118d37cd7be4f4dd871e849a156ba7728f463bc2cfc5a8a233df09055dd5e5733a042fde7a63b08616cb3c61b26c363c1e2d4ce20d92584 + storybook: ^8.4.7 + checksum: 10c0/13e8579ad1e9c8e338a66935331764351d9681e177469c7be72bc8383d6ab0441a783b2089ac3a730979d9a97c347800a47769b1f1ab5b4dfd7fc31f29e1709f languageName: node linkType: hard -"@storybook/addon-themes@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-themes@npm:8.4.6" +"@storybook/addon-themes@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-themes@npm:8.4.7" dependencies: ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/a20d84f1b8b72935b24a16dd1d859554398f4b391974ef04815e70c644901ff98910b8ed6d7415f939223853e4dfee61f466e7c3041c409195fd97f3176992c1 + storybook: ^8.4.7 + checksum: 10c0/18974c4cf511fd60fd97412ae4d91096cce5c1eee3ce05bde0d5ce6db93d983392c80d75990a89d4962bda00895e87fba3f73fbb110c46644f6b6a4cba88200d languageName: node linkType: hard -"@storybook/addon-toolbars@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-toolbars@npm:8.4.6" +"@storybook/addon-toolbars@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-toolbars@npm:8.4.7" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/6525e71aaa3870ae97d407b662323022ade98859f89975110f5fb4a1d3f34b6c918d47fcc8a6a271f4a77acfcaadc963a846a83ebc6c748b37df50422ad60e7e + storybook: ^8.4.7 + checksum: 10c0/1c315d5ad07291f35ad780ef69fbd6570a582c008ab911cf14bff84061546b9ea1373d1127213844652d73a47c3011d28c1ad08d465fc120969c133dabfe7638 languageName: node linkType: hard -"@storybook/addon-viewport@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/addon-viewport@npm:8.4.6" +"@storybook/addon-viewport@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/addon-viewport@npm:8.4.7" dependencies: memoizerific: "npm:^1.11.3" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/824438cc44a45f90748ac5f20ac148a36d975a94fa89504a583e0e1188de8c574e042ad3cd537bc16ddb30d4e44e90f5a63263239b13419aec5334e2ece18cd0 - languageName: node - linkType: hard - -"@storybook/addon-webpack5-compiler-swc@npm:^1.0.5": - version: 1.0.5 - resolution: "@storybook/addon-webpack5-compiler-swc@npm:1.0.5" - dependencies: - "@swc/core": "npm:^1.7.3" - swc-loader: "npm:^0.2.3" - checksum: 10c0/8e3035b12f8381277f767d8eb41090525a1244b697540591be0b3d1583aa939d703b3705ef11350a7d780ccc1eb5129891107d363654a0f89cab5885a72d2a8f + storybook: ^8.4.7 + checksum: 10c0/4dec3b59be1f3b99d3c9eaab695a7e346d975b772f6691f8286005d78a13a204c5680c6c8733ae83060c7639b56efed9f3580cee7413834ac6595b56345183ef languageName: node linkType: hard -"@storybook/blocks@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/blocks@npm:8.4.6" +"@storybook/blocks@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/blocks@npm:8.4.7" dependencies: "@storybook/csf": "npm:^0.1.11" "@storybook/icons": "npm:^1.2.12" @@ -10911,21 +13094,21 @@ __metadata: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.4.7 peerDependenciesMeta: react: optional: true react-dom: optional: true - checksum: 10c0/36d79c3aeb3d27f4ba966d62302e13fc17fd7b450dbfbcf538adfc6df3cfecb13c92f9d2542871fa747a77d7c770e413b358623049135355fb01454d6eb52d9a + checksum: 10c0/1cb87811f9c7bad087dca752fb0d6483c237cb5776abea59cb555d8fce9ca14f4d5487725f5d8679a49f7e3f38bbe84189703498a31f2a9aa306f9fb3c8e65c8 languageName: node linkType: hard -"@storybook/builder-webpack5@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/builder-webpack5@npm:8.4.6" +"@storybook/builder-webpack5@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/builder-webpack5@npm:8.4.7" dependencies: - "@storybook/core-webpack": "npm:8.4.6" + "@storybook/core-webpack": "npm:8.4.7" "@types/node": "npm:^22.0.0" "@types/semver": "npm:^7.3.4" browser-assert: "npm:^1.2.1" @@ -10951,65 +13134,65 @@ __metadata: webpack-hot-middleware: "npm:^2.25.1" webpack-virtual-modules: "npm:^0.6.0" peerDependencies: - storybook: ^8.4.6 + storybook: ^8.4.7 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/42814b0a73c19631404c776d05bdf7a6ec7204e3fa79f448e8ea03deeeaaca6d3cb52f2734aea3f28f9a38afa00cf42f2294583ff7f04accea80e914414d7b83 + checksum: 10c0/848f4b03eae1980c2133a41c458e4560cf3df873fd4a462c66c04a751f8019d86706b3309d2ec465a95f712017ce2826365011415de05a0645f94e0fba512656 languageName: node linkType: hard -"@storybook/channels@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/channels@npm:8.4.6" +"@storybook/channels@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/channels@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/93f2ea46b7e1a6fc193864bbe82f5b3b09be7b4e637b82adc0e859c0c8948cf9b72013522fa0a9603e4d0a7a01f39cc28116689e3f695d1c98e53b853c8859b3 + checksum: 10c0/7ec2246204138d51ece66f60a917a9144c380aa3b9a2300a2d4608e9eca63b7bd555932fcb3e68efb51b7f3cf2a071608169c4ffd15ab1a6cf959c88a44a4a67 languageName: node linkType: hard -"@storybook/components@npm:8.4.6, @storybook/components@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/components@npm:8.4.6" +"@storybook/components@npm:8.4.7, @storybook/components@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/components@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/1622b2f12b6d18e5c495a623deb2930888b3e8b173a271cbe42a7cbd6e14e80b736c57792ea97d5269dff0e6c0db40385d3ea80ab6e46d4cb6e104aee6cac6bc + checksum: 10c0/7c1eb12fe2310a306f3c2f77a499c3a0caeb4694d4af8dde418f3b2d2ac8a3549b3f56cdc4629b9c15d79177c72e8668dd781a71bf257948f799b0e9cba201fa languageName: node linkType: hard -"@storybook/core-events@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/core-events@npm:8.4.6" +"@storybook/core-events@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/core-events@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/10f82bec0d6fc954b42c8eef7d6c2ae0dc3ed065ba8299fee1199c74a9f294c270b867d501a5eeb2f21edff1ac16737fe2436a155bb6723493fdb72b0c600f99 + checksum: 10c0/3e8267a5bb6aa8cd3fcbf81a5fead96e6e0416568518a966e90b2409b998e7c49d87cd97e928be43cc9e978784f5474d19cc71c707937adf712db390784f4f05 languageName: node linkType: hard -"@storybook/core-server@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/core-server@npm:8.4.6" +"@storybook/core-server@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/core-server@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/9130265832aa1fa0ea10054647bf3e014d3833b587222737f8f028db655a14f54f5a222cc66bead46fe11ad57f1abc34464b1790c8fd24c2b89c299012c9fdc1 + checksum: 10c0/6eca4bc2e9a723911bf623aaa2177c1ebf7f5665f799b4b4be1e07c9fb4d72e43d743dbdef8e5ce3392252e56d16e40548bc2e5c420d727fd4d50f2dd72a122e languageName: node linkType: hard -"@storybook/core-webpack@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/core-webpack@npm:8.4.6" +"@storybook/core-webpack@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/core-webpack@npm:8.4.7" dependencies: "@types/node": "npm:^22.0.0" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/7b4ac63c8d74d314d7e27d955da2d76b06f205927849bcb9454aa713c00dc8b9d9b591df31056f5e8879891af2179fe068acb9fb40b20ff852b0f6f276d8c1d9 + storybook: ^8.4.7 + checksum: 10c0/3bbfadc9215c9699cb4b294eb5b1b67deb2537547e734b4c23521d153151d493ed5daecc2f6d82cfd26ad2ed6a9fcf19c8c0a6b20bda3059456d8bada3434783 languageName: node linkType: hard -"@storybook/core@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/core@npm:8.4.6" +"@storybook/core@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/core@npm:8.4.7" dependencies: "@storybook/csf": "npm:^0.1.11" better-opn: "npm:^3.0.2" @@ -11027,18 +13210,18 @@ __metadata: peerDependenciesMeta: prettier: optional: true - checksum: 10c0/1e30268eec18458dd78ed4b97fb12ac47b2c3cb41ffcbe9e9f5934b3f0c83b0bfcb0c0d508926344779383cc5260f992dcd534ffffab3f05425c7cee8c90687c + checksum: 10c0/0943ea7cd092739834ae4347cb46c66aa1c238ee9494af60345364f11568ee60d6290875a593808cd7aeb79715ae27365c2448e6ae5c644e316cd194af184755 languageName: node linkType: hard -"@storybook/csf-plugin@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/csf-plugin@npm:8.4.6" +"@storybook/csf-plugin@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/csf-plugin@npm:8.4.7" dependencies: unplugin: "npm:^1.3.1" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/d771f36ee768c6ff62ecd930c6ff64a4ba45bdbb7f7fb41e5f4ffd02204e3f54b17ed091049b265a6d371922bf599bfe749eb9deabfcd7e2b4fb5a5444655241 + storybook: ^8.4.7 + checksum: 10c0/da38e2422e474e323e237e569b3dd678af77d975a4a08fa36108e66c9228858e510246628e18b013bd859a4e674c1a3d0072952a71dac0d7058e03e7c3417b3f languageName: node linkType: hard @@ -11068,30 +13251,30 @@ __metadata: languageName: node linkType: hard -"@storybook/instrumenter@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/instrumenter@npm:8.4.6" +"@storybook/instrumenter@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/instrumenter@npm:8.4.7" dependencies: "@storybook/global": "npm:^5.0.0" "@vitest/utils": "npm:^2.1.1" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/602017872236124dc9dfa77d6bc2c5987d540063f15c7ace83bf91060d9343fdbe113a61cba44e17cae2247aeeb69875ebf45ff66ce9c28d364d2d3638eb3ec8 + storybook: ^8.4.7 + checksum: 10c0/bc0865fed7f3c8242cd97978257e3d48f1880ad01e9794cc45122c4bcc7cf4a498c6ff8deebffcc70332b4a096e98b00e695ac152e40d0ef2c23160009c86f5d languageName: node linkType: hard -"@storybook/manager-api@npm:8.4.6, @storybook/manager-api@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/manager-api@npm:8.4.6" +"@storybook/manager-api@npm:8.4.7, @storybook/manager-api@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/manager-api@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/5921ec72df0be765bd398aa906186c9b121a8b3415a7e1a10014a8d17c44aec386b59de3d240017bfc925be00c40a4da8d26991b5fa39023f23ba8efe1b0d58e + checksum: 10c0/a3aeed441a2cca1a8fac73336a853b389a00a1e7dbbbbcd54492a90f2f12f86e976235fd1272f27a606532fb7e0f82dec3f7ecd1f2b87b03ffa74b667830152a languageName: node linkType: hard -"@storybook/nextjs@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/nextjs@npm:8.4.6" +"@storybook/nextjs@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/nextjs@npm:8.4.7" dependencies: "@babel/core": "npm:^7.24.4" "@babel/plugin-syntax-bigint": "npm:^7.8.3" @@ -11107,10 +13290,10 @@ __metadata: "@babel/preset-typescript": "npm:^7.24.1" "@babel/runtime": "npm:^7.24.4" "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.11" - "@storybook/builder-webpack5": "npm:8.4.6" - "@storybook/preset-react-webpack": "npm:8.4.6" - "@storybook/react": "npm:8.4.6" - "@storybook/test": "npm:8.4.6" + "@storybook/builder-webpack5": "npm:8.4.7" + "@storybook/preset-react-webpack": "npm:8.4.7" + "@storybook/react": "npm:8.4.7" + "@storybook/test": "npm:8.4.7" "@types/node": "npm:^22.0.0" "@types/semver": "npm:^7.3.4" babel-loader: "npm:^9.1.3" @@ -11136,7 +13319,7 @@ __metadata: next: ^13.5.0 || ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.4.7 webpack: ^5.0.0 dependenciesMeta: sharp: @@ -11146,16 +13329,16 @@ __metadata: optional: true webpack: optional: true - checksum: 10c0/da4fc4110d480d41009b4d02f9ae99cb9d9a9e64dbc546935c5b72720d5259b61554d5b83f705347be4058d0fa86f15cfb197bf8fa6fe39d0b62ac7db080fcac + checksum: 10c0/60315468a41b03d39ba534f45811b40ee2c6988481f9f389c9e1c2f97bddb565729fafd33f84ed51a579d00ab830433af119aa4ea6162ef817d6c4d1728bf8b0 languageName: node linkType: hard -"@storybook/preset-react-webpack@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/preset-react-webpack@npm:8.4.6" +"@storybook/preset-react-webpack@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/preset-react-webpack@npm:8.4.7" dependencies: - "@storybook/core-webpack": "npm:8.4.6" - "@storybook/react": "npm:8.4.6" + "@storybook/core-webpack": "npm:8.4.7" + "@storybook/react": "npm:8.4.7" "@storybook/react-docgen-typescript-plugin": "npm:1.0.6--canary.9.0c3f3b7.0" "@types/node": "npm:^22.0.0" "@types/semver": "npm:^7.3.4" @@ -11169,20 +13352,20 @@ __metadata: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.4.7 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/f1f02f7bbafe83c518c2c236b2d05b5f68d932d2800a912330980fa16c27fb7a1f8308ea46ee5f1e96d77a296b3c89722205ae366c497a70122ab91daddc3d9d + checksum: 10c0/f928dbdbaf5e8222e1350a683296dfddd3a24001f31b4c6aaf5533531cf004a2fed21d586e6a260d212fa5bd4c96a23791252829f416da2a0cd920864e0efc29 languageName: node linkType: hard -"@storybook/preview-api@npm:8.4.6, @storybook/preview-api@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/preview-api@npm:8.4.6" +"@storybook/preview-api@npm:8.4.7, @storybook/preview-api@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/preview-api@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/63967f4813c75e410634bff20189b5a670a061cfeeaa601ec07f0de82e2b4955af292836030d5a8432c3c7e48968285e121ed2bb55d2b5c70d17dbb4ada3c051 + checksum: 10c0/86e8dd8e46b20a4cab99655ded093a76ae5a2b2b9ab03af57292022c8143d76e0f76a137f8768b8f6847fd1b522abf3dee8504f0ba5ff16b5779120d3875967c languageName: node linkType: hard @@ -11204,66 +13387,66 @@ __metadata: languageName: node linkType: hard -"@storybook/react-dom-shim@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/react-dom-shim@npm:8.4.6" +"@storybook/react-dom-shim@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/react-dom-shim@npm:8.4.7" peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 - checksum: 10c0/b97c6faa3adc3efe1b7b6f5e38476e040c0a988b14db68e368d704c68f3f4d4bf7866b36607c118a0483242921b34944b5f5f72614d9852476476f6ead462e5c + storybook: ^8.4.7 + checksum: 10c0/5db1306c844a36264587836860d17f3fd44e5981a2417e66ccb0699d2b05364736f29df2ebc605ae19a7f7b9b9d6a19845771c3052b167ce27702e20337cd334 languageName: node linkType: hard -"@storybook/react@npm:8.4.6, @storybook/react@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/react@npm:8.4.6" +"@storybook/react@npm:8.4.7, @storybook/react@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/react@npm:8.4.7" dependencies: - "@storybook/components": "npm:8.4.6" + "@storybook/components": "npm:8.4.7" "@storybook/global": "npm:^5.0.0" - "@storybook/manager-api": "npm:8.4.6" - "@storybook/preview-api": "npm:8.4.6" - "@storybook/react-dom-shim": "npm:8.4.6" - "@storybook/theming": "npm:8.4.6" + "@storybook/manager-api": "npm:8.4.7" + "@storybook/preview-api": "npm:8.4.7" + "@storybook/react-dom-shim": "npm:8.4.7" + "@storybook/theming": "npm:8.4.7" peerDependencies: - "@storybook/test": 8.4.6 + "@storybook/test": 8.4.7 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.4.7 typescript: ">= 4.2.x" peerDependenciesMeta: "@storybook/test": optional: true typescript: optional: true - checksum: 10c0/1441f8ab3be91757647c6b1a05eb1ef0d78a454ffd14b01a14fdde00e92a8be8fc7c8408c4670b46bc20a5a04995514f0890e98ed6ee35c362ff36141da02f02 + checksum: 10c0/9ca588446171491458e9adb5f9cf69b17517feddb4edd876da495843a45fa48a9c9272d4823090546e24a78dd7a93f1dcedef96257054383eb5678bfae6ccc09 languageName: node linkType: hard -"@storybook/test@npm:8.4.6": - version: 8.4.6 - resolution: "@storybook/test@npm:8.4.6" +"@storybook/test@npm:8.4.7": + version: 8.4.7 + resolution: "@storybook/test@npm:8.4.7" dependencies: "@storybook/csf": "npm:^0.1.11" "@storybook/global": "npm:^5.0.0" - "@storybook/instrumenter": "npm:8.4.6" + "@storybook/instrumenter": "npm:8.4.7" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.5.0" "@testing-library/user-event": "npm:14.5.2" "@vitest/expect": "npm:2.0.5" "@vitest/spy": "npm:2.0.5" peerDependencies: - storybook: ^8.4.6 - checksum: 10c0/fbf7c2ac7773a7fe18145876eb67491ce90b000ba5f8e364a319569e56d56e706fdd1c7ef24d3ab2ffa3dfcdb92377d8050c8ffbd457d2d8b613aba2a4845a04 + storybook: ^8.4.7 + checksum: 10c0/4b100eacdca6d016a08358b1bf4c17f36450dffc9005557e0184814e546e71d200afccfb652fd2d45404fbd15e75f61fb4b93d869694249769ca919a0a2111f1 languageName: node linkType: hard -"@storybook/theming@npm:8.4.6, @storybook/theming@npm:^8.4.6": - version: 8.4.6 - resolution: "@storybook/theming@npm:8.4.6" +"@storybook/theming@npm:8.4.7, @storybook/theming@npm:^8.4.7": + version: 8.4.7 + resolution: "@storybook/theming@npm:8.4.7" peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - checksum: 10c0/7d9c8e5ef2c1d974cd5258301350a2345890326e7be7a5ed6bdd0db70fd1648c0bbb8ee1d905f8e66fa57b75c47aefe7ec9772ec0bfb9691d127dcc19286e4c9 + checksum: 10c0/20a4975478063cea616ce6ab6b1e9ec181af1424280678ed74dc5afc15b828c043e843696a1643601331c4fd266169ec4bcc5bb43fd2f1f3c01c0e21443a658a languageName: node linkType: hard @@ -11277,6 +13460,13 @@ __metadata: languageName: node linkType: hard +"@substrate/connect-extension-protocol@npm:^1.0.0, @substrate/connect-extension-protocol@npm:^1.0.1": + version: 1.0.1 + resolution: "@substrate/connect-extension-protocol@npm:1.0.1" + checksum: 10c0/83257dba6d421c8e1d1e2976391e467cebf760b4bab5cf09f266414a82c906e97544c1e25767f826abfd30e5e5518c7ecc4010661c87c47eae3bba8dbd00a6fa + languageName: node + linkType: hard + "@substrate/connect-extension-protocol@npm:^2.0.0": version: 2.2.1 resolution: "@substrate/connect-extension-protocol@npm:2.2.1" @@ -11284,6 +13474,13 @@ __metadata: languageName: node linkType: hard +"@substrate/connect-known-chains@npm:^1.1.1, @substrate/connect-known-chains@npm:^1.1.5": + version: 1.8.1 + resolution: "@substrate/connect-known-chains@npm:1.8.1" + checksum: 10c0/08bf9e0cb594ffea7919a96c6156bcde878556e5065b20212a87f21dd36cbecb749d755d0f36ae6a20fec4f684103ea26db01b0157224f99e50ceb8004a0fc99 + languageName: node + linkType: hard + "@substrate/connect-known-chains@npm:^1.1.4": version: 1.8.0 resolution: "@substrate/connect-known-chains@npm:1.8.0" @@ -11291,6 +13488,28 @@ __metadata: languageName: node linkType: hard +"@substrate/connect@npm:0.7.0-alpha.0": + version: 0.7.0-alpha.0 + resolution: "@substrate/connect@npm:0.7.0-alpha.0" + dependencies: + "@substrate/connect-extension-protocol": "npm:^1.0.0" + "@substrate/smoldot-light": "npm:0.6.8" + eventemitter3: "npm:^4.0.7" + checksum: 10c0/d6ceea8b4e0d86c1d5865f3b73e3c837c3a34bd4d27801a1e38ae43cc731b52639242c6401fb4a454234fc88427388739143ad0accab9d5b0b8ce0fd2027be68 + languageName: node + linkType: hard + +"@substrate/connect@npm:0.7.19": + version: 0.7.19 + resolution: "@substrate/connect@npm:0.7.19" + dependencies: + "@substrate/connect-extension-protocol": "npm:^1.0.1" + "@substrate/smoldot-light": "npm:0.7.9" + eventemitter3: "npm:^4.0.7" + checksum: 10c0/44d4b4bb9c48b7472b996eb1f09f47b93c356d0fe2e08c10f47a3e4f959af47edcc333275a871fc155d2918543e56a787af5465451054e0fe1937c6ab3195a73 + languageName: node + linkType: hard + "@substrate/connect@npm:0.8.10": version: 0.8.10 resolution: "@substrate/connect@npm:0.8.10" @@ -11303,6 +13522,47 @@ __metadata: languageName: node linkType: hard +"@substrate/connect@npm:0.8.11": + version: 0.8.11 + resolution: "@substrate/connect@npm:0.8.11" + dependencies: + "@substrate/connect-extension-protocol": "npm:^2.0.0" + "@substrate/connect-known-chains": "npm:^1.1.5" + "@substrate/light-client-extension-helpers": "npm:^1.0.0" + smoldot: "npm:2.0.26" + checksum: 10c0/ad37dc5d6c806b95a346d42a94b1968b1aa3056ef7dd1a9af60670ab1fe6ecbc61ae52ae74e2b5a93a75b61db812bbe0c3409eb207bd4b438bec02d3554d6daa + languageName: node + linkType: hard + +"@substrate/connect@npm:0.8.8": + version: 0.8.8 + resolution: "@substrate/connect@npm:0.8.8" + dependencies: + "@substrate/connect-extension-protocol": "npm:^2.0.0" + "@substrate/connect-known-chains": "npm:^1.1.1" + "@substrate/light-client-extension-helpers": "npm:^0.0.4" + smoldot: "npm:2.0.22" + checksum: 10c0/d2507a5c2392523c31b1e25a4b0955b7c271406d527511c5ceab561fff0d8788262d638ff996dc2978464998f5db78cf373b34d2af86b040686c86f36093ec65 + languageName: node + linkType: hard + +"@substrate/light-client-extension-helpers@npm:^0.0.4": + version: 0.0.4 + resolution: "@substrate/light-client-extension-helpers@npm:0.0.4" + dependencies: + "@polkadot-api/client": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/json-rpc-provider": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/json-rpc-provider-proxy": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@polkadot-api/substrate-client": "npm:0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0" + "@substrate/connect-extension-protocol": "npm:^2.0.0" + "@substrate/connect-known-chains": "npm:^1.1.1" + rxjs: "npm:^7.8.1" + peerDependencies: + smoldot: 2.x + checksum: 10c0/51e44ab2f3efaf8482047d3ed89e51327b54f53bd9d4169ce3738daf22e0afa849560cfd1f487ae809ea9adfdb93812f1cb74329d44cf686c0b552493b47b122 + languageName: node + linkType: hard + "@substrate/light-client-extension-helpers@npm:^0.0.6": version: 0.0.6 resolution: "@substrate/light-client-extension-helpers@npm:0.0.6" @@ -11320,7 +13580,45 @@ __metadata: languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.44.0": +"@substrate/light-client-extension-helpers@npm:^1.0.0": + version: 1.0.0 + resolution: "@substrate/light-client-extension-helpers@npm:1.0.0" + dependencies: + "@polkadot-api/json-rpc-provider": "npm:^0.0.1" + "@polkadot-api/json-rpc-provider-proxy": "npm:^0.1.0" + "@polkadot-api/observable-client": "npm:^0.3.0" + "@polkadot-api/substrate-client": "npm:^0.1.2" + "@substrate/connect-extension-protocol": "npm:^2.0.0" + "@substrate/connect-known-chains": "npm:^1.1.5" + rxjs: "npm:^7.8.1" + peerDependencies: + smoldot: 2.x + checksum: 10c0/41b692c4f8ec8ee5e67f7c184ea0556c92d2755401efd20c9ee440d0d1d76e00972b76c92514cc6850855a55bbf062b301f1188eeb3b926a7fc1adb914298e94 + languageName: node + linkType: hard + +"@substrate/smoldot-light@npm:0.6.8": + version: 0.6.8 + resolution: "@substrate/smoldot-light@npm:0.6.8" + dependencies: + buffer: "npm:^6.0.1" + pako: "npm:^2.0.4" + websocket: "npm:^1.0.32" + checksum: 10c0/2225aa93005b536e499aa2a64a55a12ef3c47f1283f84dc26c0e8c70961e0a17ef9684467e9c4daed09036bb3f3029b920eaaf0543db3a3e2aec3c0edc6676b9 + languageName: node + linkType: hard + +"@substrate/smoldot-light@npm:0.7.9": + version: 0.7.9 + resolution: "@substrate/smoldot-light@npm:0.7.9" + dependencies: + pako: "npm:^2.0.4" + ws: "npm:^8.8.1" + checksum: 10c0/95d567f019238dfcec9d0685a9e168ccf8ab2cc4c9d6454985097ae10a9350619c66690eda3dfa4fca02b0259a4852e241154b903cc14b5c2bf1ba486e1fecc8 + languageName: node + linkType: hard + +"@substrate/ss58-registry@npm:^1.17.0, @substrate/ss58-registry@npm:^1.38.0, @substrate/ss58-registry@npm:^1.44.0, @substrate/ss58-registry@npm:^1.51.0": version: 1.51.0 resolution: "@substrate/ss58-registry@npm:1.51.0" checksum: 10c0/f568ea2a5011ee1c288e577d23dd48a6ba0dc0db3611f268b1c35f41636b8ec39ae09fe0184f88d411e331b60d924e90054be736b1ff624cdcb9b742c94a9bf6 @@ -11521,16 +13819,16 @@ __metadata: languageName: node linkType: hard -"@swc/cli@npm:~0.3.12": - version: 0.3.14 - resolution: "@swc/cli@npm:0.3.14" +"@swc/cli@npm:~0.5.2": + version: 0.5.2 + resolution: "@swc/cli@npm:0.5.2" dependencies: - "@mole-inc/bin-wrapper": "npm:^8.0.1" "@swc/counter": "npm:^0.1.3" + "@xhmikosr/bin-wrapper": "npm:^13.0.5" commander: "npm:^8.3.0" fast-glob: "npm:^3.2.5" minimatch: "npm:^9.0.3" - piscina: "npm:^4.3.0" + piscina: "npm:^4.3.1" semver: "npm:^7.3.8" slash: "npm:3.0.0" source-map: "npm:^0.7.3" @@ -11544,7 +13842,7 @@ __metadata: spack: bin/spack.js swc: bin/swc.js swcx: bin/swcx.js - checksum: 10c0/fd1cd842caef66a9bb0056279e7f359eb31003ef27c1259c0c8531616f5a89b57cca0f0ce7e54c68947521b8ed738bff8e01ea43da16a1c07a1f145ac88e2d28 + checksum: 10c0/7c6a33acf3e5afd03c705e763de95164bdf3243b3d3d0d192c75e96e83384b5978d552f4e8d38b09ed7386a96d212bc18b52e9e897da845a2f3dae59d8041a9f languageName: node linkType: hard @@ -11555,6 +13853,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-darwin-arm64@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-darwin-arm64@npm:1.10.1" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@swc/core-darwin-x64@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-darwin-x64@npm:1.10.0" @@ -11562,6 +13867,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-darwin-x64@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-darwin-x64@npm:1.10.1" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@swc/core-linux-arm-gnueabihf@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-linux-arm-gnueabihf@npm:1.10.0" @@ -11569,6 +13881,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-linux-arm-gnueabihf@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.10.1" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@swc/core-linux-arm64-gnu@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-linux-arm64-gnu@npm:1.10.0" @@ -11576,6 +13895,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-linux-arm64-gnu@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-linux-arm64-gnu@npm:1.10.1" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@swc/core-linux-arm64-musl@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-linux-arm64-musl@npm:1.10.0" @@ -11583,6 +13909,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-linux-arm64-musl@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-linux-arm64-musl@npm:1.10.1" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@swc/core-linux-x64-gnu@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-linux-x64-gnu@npm:1.10.0" @@ -11590,6 +13923,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-linux-x64-gnu@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-linux-x64-gnu@npm:1.10.1" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@swc/core-linux-x64-musl@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-linux-x64-musl@npm:1.10.0" @@ -11597,6 +13937,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-linux-x64-musl@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-linux-x64-musl@npm:1.10.1" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@swc/core-win32-arm64-msvc@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-win32-arm64-msvc@npm:1.10.0" @@ -11604,6 +13951,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-win32-arm64-msvc@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-win32-arm64-msvc@npm:1.10.1" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@swc/core-win32-ia32-msvc@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-win32-ia32-msvc@npm:1.10.0" @@ -11611,6 +13965,13 @@ __metadata: languageName: node linkType: hard +"@swc/core-win32-ia32-msvc@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-win32-ia32-msvc@npm:1.10.1" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@swc/core-win32-x64-msvc@npm:1.10.0": version: 1.10.0 resolution: "@swc/core-win32-x64-msvc@npm:1.10.0" @@ -11618,7 +13979,14 @@ __metadata: languageName: node linkType: hard -"@swc/core@npm:^1.7.26, @swc/core@npm:^1.7.3, @swc/core@npm:~1.10.0": +"@swc/core-win32-x64-msvc@npm:1.10.1": + version: 1.10.1 + resolution: "@swc/core-win32-x64-msvc@npm:1.10.1" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@swc/core@npm:^1.7.26": version: 1.10.0 resolution: "@swc/core@npm:1.10.0" dependencies: @@ -11664,6 +14032,52 @@ __metadata: languageName: node linkType: hard +"@swc/core@npm:~1.10.1": + version: 1.10.1 + resolution: "@swc/core@npm:1.10.1" + dependencies: + "@swc/core-darwin-arm64": "npm:1.10.1" + "@swc/core-darwin-x64": "npm:1.10.1" + "@swc/core-linux-arm-gnueabihf": "npm:1.10.1" + "@swc/core-linux-arm64-gnu": "npm:1.10.1" + "@swc/core-linux-arm64-musl": "npm:1.10.1" + "@swc/core-linux-x64-gnu": "npm:1.10.1" + "@swc/core-linux-x64-musl": "npm:1.10.1" + "@swc/core-win32-arm64-msvc": "npm:1.10.1" + "@swc/core-win32-ia32-msvc": "npm:1.10.1" + "@swc/core-win32-x64-msvc": "npm:1.10.1" + "@swc/counter": "npm:^0.1.3" + "@swc/types": "npm:^0.1.17" + peerDependencies: + "@swc/helpers": "*" + dependenciesMeta: + "@swc/core-darwin-arm64": + optional: true + "@swc/core-darwin-x64": + optional: true + "@swc/core-linux-arm-gnueabihf": + optional: true + "@swc/core-linux-arm64-gnu": + optional: true + "@swc/core-linux-arm64-musl": + optional: true + "@swc/core-linux-x64-gnu": + optional: true + "@swc/core-linux-x64-musl": + optional: true + "@swc/core-win32-arm64-msvc": + optional: true + "@swc/core-win32-ia32-msvc": + optional: true + "@swc/core-win32-x64-msvc": + optional: true + peerDependenciesMeta: + "@swc/helpers": + optional: true + checksum: 10c0/a3d3b17c1abc8f32a7cc5dfaa006fc314e71cc0beb43e71b8b1c6c3d3841412a7e55d9e72009debd48159881e8a045ecd0ea56036e022f1bc87213fe29cd9015 + languageName: node + linkType: hard + "@swc/counter@npm:^0.1.3": version: 0.1.3 resolution: "@swc/counter@npm:0.1.3" @@ -11681,7 +14095,7 @@ __metadata: languageName: node linkType: hard -"@swc/helpers@npm:^0.5.0, @swc/helpers@npm:^0.5.11, @swc/helpers@npm:~0.5.0, @swc/helpers@npm:~0.5.11": +"@swc/helpers@npm:^0.5.0, @swc/helpers@npm:^0.5.11, @swc/helpers@npm:~0.5.0, @swc/helpers@npm:~0.5.15": version: 0.5.15 resolution: "@swc/helpers@npm:0.5.15" dependencies: @@ -11759,33 +14173,33 @@ __metadata: languageName: node linkType: hard -"@tanstack/query-core@npm:5.62.2": - version: 5.62.2 - resolution: "@tanstack/query-core@npm:5.62.2" - checksum: 10c0/5d271dbc43d780f1210140b4f4e82af4a773fb57c8d649897a1203e1478c99efed3249523f4073cb7c351a8ce7c0bab5f019b8955927c2f67d3a17dac6ad3947 +"@tanstack/query-core@npm:5.62.8": + version: 5.62.8 + resolution: "@tanstack/query-core@npm:5.62.8" + checksum: 10c0/190fd932ab0ee928172b4c8a20063a31d58a0165d53bc1f44c129fa0faa8d56d85e67963c4aa33e43009b3c65a49356a23ac342a0b7818829b12c6f2e3a9a228 languageName: node linkType: hard -"@tanstack/react-query@npm:^5.62.2": - version: 5.62.2 - resolution: "@tanstack/react-query@npm:5.62.2" +"@tanstack/react-query@npm:^5.62.8": + version: 5.62.8 + resolution: "@tanstack/react-query@npm:5.62.8" dependencies: - "@tanstack/query-core": "npm:5.62.2" + "@tanstack/query-core": "npm:5.62.8" peerDependencies: react: ^18 || ^19 - checksum: 10c0/3032d40af948781bbd2317766cc327326ae348bd3119d2e56ebb307f95da985b7063fa9a27efd172b5656734986ffd5b12232839ba631d867a540f2ec80f6746 + checksum: 10c0/11828daef1ae8fad97a09fe609c7398f1f304dc77b0bc5292619f3e10c3e9db88911dd65e8585cabb20447da91cd224249f7a27b5a2255937754ce0fc70c2642 languageName: node linkType: hard -"@tanstack/react-table@npm:^8.20.5": - version: 8.20.5 - resolution: "@tanstack/react-table@npm:8.20.5" +"@tanstack/react-table@npm:^8.20.6": + version: 8.20.6 + resolution: "@tanstack/react-table@npm:8.20.6" dependencies: "@tanstack/table-core": "npm:8.20.5" peerDependencies: react: ">=16.8" react-dom: ">=16.8" - checksum: 10c0/574fa62fc6868a3b1113dbd043323f8b73aeb60555609caa164d5137a14636d4502784a961191afde2ec46f33f8c2bbfc4561d27a701c3d084e899a632dda3c8 + checksum: 10c0/3213dc146f647fbd571f4e347007b969320819e588439b2ee95dd3a65efcbe30d097c24426dd82617041ed1e186182a5b303382bcebed5d61a1c6045a55c58d3 languageName: node linkType: hard @@ -11846,23 +14260,23 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:16.0.1": - version: 16.0.1 - resolution: "@testing-library/react@npm:16.0.1" +"@testing-library/react@npm:16.1.0": + version: 16.1.0 + resolution: "@testing-library/react@npm:16.1.0" dependencies: "@babel/runtime": "npm:^7.12.5" peerDependencies: "@testing-library/dom": ^10.0.0 - "@types/react": ^18.0.0 - "@types/react-dom": ^18.0.0 - react: ^18.0.0 - react-dom: ^18.0.0 + "@types/react": ^18.0.0 || ^19.0.0 + "@types/react-dom": ^18.0.0 || ^19.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: "@types/react": optional: true "@types/react-dom": optional: true - checksum: 10c0/67d05dec5ad5a2e6f92b6a3234af785435c7bb62bdbf12f3bfc89c9bca0c871a189e88c4ba023ed4cea504704c87c6ac7e86e24a3962df6c521ae89b62f48ff7 + checksum: 10c0/8451dcc76ba0d4f3504af78f2a4aacc13117691f4b7a3c279f3e047d5ea817ff686496ad53e7f65f6183112aef2be3f318af609b1f5d666eed42b1014d1c68d5 languageName: node linkType: hard @@ -11995,7 +14409,16 @@ __metadata: languageName: node linkType: hard -"@types/bn.js@npm:^5.1.0, @types/bn.js@npm:^5.1.1, @types/bn.js@npm:^5.1.5": +"@types/bn.js@npm:^4.11.6": + version: 4.11.6 + resolution: "@types/bn.js@npm:4.11.6" + dependencies: + "@types/node": "npm:*" + checksum: 10c0/a5a19dafc106b1b2ab35c2024ca37b9d0938dced11cb1cca7d119de5a0dd5f54db525c82cb1392843fc921677452efcbbdce3aa96ecc1457d3de6e266915ebd0 + languageName: node + linkType: hard + +"@types/bn.js@npm:^5.1.0, @types/bn.js@npm:^5.1.1, @types/bn.js@npm:^5.1.5, @types/bn.js@npm:^5.1.6": version: 5.1.6 resolution: "@types/bn.js@npm:5.1.6" dependencies: @@ -12162,7 +14585,7 @@ __metadata: languageName: node linkType: hard -"@types/eslint-scope@npm:^3.7.3": +"@types/eslint-scope@npm:^3.7.3, @types/eslint-scope@npm:^3.7.7": version: 3.7.7 resolution: "@types/eslint-scope@npm:3.7.7" dependencies: @@ -12182,7 +14605,7 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:1.0.6, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.5": +"@types/estree@npm:*, @types/estree@npm:1.0.6, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.6": version: 1.0.6 resolution: "@types/estree@npm:1.0.6" checksum: 10c0/cdfd751f6f9065442cd40957c07fd80361c962869aa853c1c2fd03e101af8b9389d8ff4955a43a6fcfa223dd387a089937f95be0f3eec21ca527039fd2d9859a @@ -12262,7 +14685,7 @@ __metadata: languageName: node linkType: hard -"@types/http-cache-semantics@npm:*": +"@types/http-cache-semantics@npm:*, @types/http-cache-semantics@npm:^4.0.2": version: 4.0.4 resolution: "@types/http-cache-semantics@npm:4.0.4" checksum: 10c0/51b72568b4b2863e0fe8d6ce8aad72a784b7510d72dc866215642da51d84945a9459fa89f49ec48f1e9a1752e6a78e85a4cda0ded06b1c73e727610c925f9ce6 @@ -12389,6 +14812,16 @@ __metadata: languageName: node linkType: hard +"@types/node-fetch@npm:^2.6.1, @types/node-fetch@npm:^2.6.2": + version: 2.6.12 + resolution: "@types/node-fetch@npm:2.6.12" + dependencies: + "@types/node": "npm:*" + form-data: "npm:^4.0.0" + checksum: 10c0/7693acad5499b7df2d1727d46cff092a63896dc04645f36b973dd6dd754a59a7faba76fcb777bdaa35d80625c6a9dd7257cca9c401a4bab03b04480cda7fd1af + languageName: node + linkType: hard + "@types/node-forge@npm:^1.3.0": version: 1.3.11 resolution: "@types/node-forge@npm:1.3.11" @@ -12407,12 +14840,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:18.19.67": - version: 18.19.67 - resolution: "@types/node@npm:18.19.67" +"@types/node@npm:18.19.68": + version: 18.19.68 + resolution: "@types/node@npm:18.19.68" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/72b06802ac291c2e710bcf527b040f5490e1f85f26fdedad417e13ce3ed3aeb67e1bf3eef0ba5f581986bf361dcdc5f2d1229a9e284bf3dbd85db5c595e67bc6 + checksum: 10c0/8c7f01be218c6e3c1e643173662af27e9a2b568f36c0fe83e4295cf7674fe2a0abb4a1c5d7c7abd3345b9114581387dfd3f14b6d0338daebdce9273cd7ba59ab languageName: node linkType: hard @@ -12460,12 +14893,12 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:18.3.1": - version: 18.3.1 - resolution: "@types/react-dom@npm:18.3.1" - dependencies: - "@types/react": "npm:*" - checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb +"@types/react-dom@npm:18.3.5": + version: 18.3.5 + resolution: "@types/react-dom@npm:18.3.5" + peerDependencies: + "@types/react": ^18.0.0 + checksum: 10c0/b163d35a6b32a79f5782574a7aeb12a31a647e248792bf437e6d596e2676961c394c5e3c6e91d1ce44ae90441dbaf93158efb4f051c0d61e2612f1cb04ce4faa languageName: node linkType: hard @@ -12478,7 +14911,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.3.12": +"@types/react@npm:*": version: 18.3.12 resolution: "@types/react@npm:18.3.12" dependencies: @@ -12488,6 +14921,16 @@ __metadata: languageName: node linkType: hard +"@types/react@npm:18.3.17": + version: 18.3.17 + resolution: "@types/react@npm:18.3.17" + dependencies: + "@types/prop-types": "npm:*" + csstype: "npm:^3.0.2" + checksum: 10c0/475191e9cd0ab5bef35cc1868295d6526cd78b25c1bb816f0747a1e92261688305f81c0e29aff52e6ea70397f133e34c399dc936cb5072f1acf465d9daacc0da + languageName: node + linkType: hard + "@types/resolve@npm:1.20.2": version: 1.20.2 resolution: "@types/resolve@npm:1.20.2" @@ -12629,6 +15072,15 @@ __metadata: languageName: node linkType: hard +"@types/websocket@npm:^1.0.5": + version: 1.0.10 + resolution: "@types/websocket@npm:1.0.10" + dependencies: + "@types/node": "npm:*" + checksum: 10c0/5950b8d01d1178c67c049f482fcab182085c59c2f98edda5980721f6eb512439ff91534e50ca7262720d75fc42ea6c8f8e5e7739442feea8f3cc0e320ebe2c74 + languageName: node + linkType: hard + "@types/ws@npm:^7.4.4": version: 7.4.7 resolution: "@types/ws@npm:7.4.7" @@ -12663,7 +15115,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.17.0, @typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/eslint-plugin@npm:^8.17.0": +"@typescript-eslint/eslint-plugin@npm:8.18.1, @typescript-eslint/eslint-plugin@npm:^8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.18.1" + dependencies: + "@eslint-community/regexpp": "npm:^4.10.0" + "@typescript-eslint/scope-manager": "npm:8.18.1" + "@typescript-eslint/type-utils": "npm:8.18.1" + "@typescript-eslint/utils": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + graphemer: "npm:^1.4.0" + ignore: "npm:^5.3.1" + natural-compare: "npm:^1.4.0" + ts-api-utils: "npm:^1.3.0" + peerDependencies: + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/7994d323228f3fc3ec124291cd02761251bcd9a5a6356001d2cb8f68abdb400c3cfbeb343d6941d8e6b6c8d2d616a278bbb3b6d9ed839ba5148a05f60a1f67b4 + languageName: node + linkType: hard + +"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": version: 8.17.0 resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0" dependencies: @@ -12711,7 +15184,23 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.17.0, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/parser@npm:^8.17.0": +"@typescript-eslint/parser@npm:8.18.1, @typescript-eslint/parser@npm:^8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/parser@npm:8.18.1" + dependencies: + "@typescript-eslint/scope-manager": "npm:8.18.1" + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/typescript-estree": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + debug: "npm:^4.3.4" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/23ab30b3f00b86108137e7df03710a088046ead3582595b0f8e17d5062770365e24e0a1ae3398bb3a1c29aa0f05a0de30887e2e0f6fb86163e878dd0eed1b25c + languageName: node + linkType: hard + +"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0": version: 8.17.0 resolution: "@typescript-eslint/parser@npm:8.17.0" dependencies: @@ -12787,6 +15276,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/scope-manager@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/scope-manager@npm:8.18.1" + dependencies: + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + checksum: 10c0/97c503b2ece79b6c99ca8e6a5f1f40855cf72f17fbf05e42e62d19c2666e7e6f5df9bf71f13dbc4720c5ee0397670ba8052482a90441fbffa901da5f2e739565 + languageName: node + linkType: hard + "@typescript-eslint/type-utils@npm:6.21.0": version: 6.21.0 resolution: "@typescript-eslint/type-utils@npm:6.21.0" @@ -12821,6 +15320,21 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/type-utils@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/type-utils@npm:8.18.1" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.18.1" + "@typescript-eslint/utils": "npm:8.18.1" + debug: "npm:^4.3.4" + ts-api-utils: "npm:^1.3.0" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/cfe5362a22fa5e18a2662928904da024e42c84cb58a46238b9b61edafcd046f53c9505637176c8cd1c386165c6a6ed15a2b51700495cad6c20e0e33499d483a1 + languageName: node + linkType: hard + "@typescript-eslint/types@npm:4.33.0": version: 4.33.0 resolution: "@typescript-eslint/types@npm:4.33.0" @@ -12856,6 +15370,13 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/types@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/types@npm:8.18.1" + checksum: 10c0/0a2ca5f7cdebcc844b6bc1e5afc5d83b563f55917d20e3fea3a17ed39c54b003178e26b5ec535113f45c93c569b46628d9a67defa70c01cbdfa801573fed69a2 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:5.62.0, @typescript-eslint/typescript-estree@npm:^5.55.0": version: 5.62.0 resolution: "@typescript-eslint/typescript-estree@npm:5.62.0" @@ -12930,6 +15451,24 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/typescript-estree@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.18.1" + dependencies: + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/visitor-keys": "npm:8.18.1" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^1.3.0" + peerDependencies: + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/7ecb061dc63c729b23f4f15db5736ca93b1ae633108400e6c31cf8af782494912f25c3683f9f952dbfd10cb96031caba247a1ad406abf5d163639a00ac3ce5a3 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:^4.33.0": version: 4.33.0 resolution: "@typescript-eslint/typescript-estree@npm:4.33.0" @@ -12975,10 +15514,25 @@ __metadata: "@typescript-eslint/typescript-estree": "npm:8.17.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - peerDependenciesMeta: - typescript: - optional: true - checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07 + peerDependenciesMeta: + typescript: + optional: true + checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07 + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/utils@npm:8.18.1" + dependencies: + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.18.1" + "@typescript-eslint/types": "npm:8.18.1" + "@typescript-eslint/typescript-estree": "npm:8.18.1" + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/1e29408bd8fbda9f3386dabdb2b7471dacff28342d5bd6521ca3b7932df0cae100030d2eac75d946a82cbefa33f78000eed4ce789128fdea069ffeabd4429d80 languageName: node linkType: hard @@ -13065,6 +15619,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.18.1": + version: 8.18.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.18.1" + dependencies: + "@typescript-eslint/types": "npm:8.18.1" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/68651ae1825dbd660ea39b4e1d1618f6ad0026fa3a04aecec296750977cab316564e3e2ace8edbebf1ae86bd17d86acc98cac7b6e9aad4e1c666bd26f18706ad + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" @@ -13389,30 +15953,30 @@ __metadata: languageName: node linkType: hard -"@wagmi/connectors@npm:5.5.3": - version: 5.5.3 - resolution: "@wagmi/connectors@npm:5.5.3" +"@wagmi/connectors@npm:5.7.0": + version: 5.7.0 + resolution: "@wagmi/connectors@npm:5.7.0" dependencies: "@coinbase/wallet-sdk": "npm:4.2.3" - "@metamask/sdk": "npm:0.31.1" - "@safe-global/safe-apps-provider": "npm:0.18.4" + "@metamask/sdk": "npm:0.31.2" + "@safe-global/safe-apps-provider": "npm:0.18.5" "@safe-global/safe-apps-sdk": "npm:9.1.0" "@walletconnect/ethereum-provider": "npm:2.17.0" cbw-sdk: "npm:@coinbase/wallet-sdk@3.9.3" peerDependencies: - "@wagmi/core": 2.15.2 + "@wagmi/core": 2.16.0 typescript: ">=5.0.4" viem: 2.x peerDependenciesMeta: typescript: optional: true - checksum: 10c0/b21c06176db3a030dd01027a5031281a67b58d6b8d07e7af2d50d8b50fc01f857d7997ba8f1cf3d08d1eb6366e64d304ddbbaeb5df9a5adf80ee062cf3764eae + checksum: 10c0/7ae82891312b06b311558035dba9a3533a0af1bf4d6187e531459a797fcd4933348d5d35c4f6337f4ee87cb48b0e4afc08d754b875dccf151ee7ec80bfdd5eb1 languageName: node linkType: hard -"@wagmi/core@npm:2.15.2": - version: 2.15.2 - resolution: "@wagmi/core@npm:2.15.2" +"@wagmi/core@npm:2.16.0": + version: 2.16.0 + resolution: "@wagmi/core@npm:2.16.0" dependencies: eventemitter3: "npm:5.0.1" mipd: "npm:0.0.7" @@ -13426,7 +15990,7 @@ __metadata: optional: true typescript: optional: true - checksum: 10c0/98165a003405dfad4e020d47a426bc6bea92ddaf759c48f4a013c7feb5bba339c1ac0c11d98a660a2526c1f27ef8e01e87d56103a821e13dabb7e1e7e21fda9b + checksum: 10c0/1c8600f08bfb2667a09f3518c20d3a64b2e42b8d574136d337ca6824d3cba5de87469bc99274caf004e690e6752f34dfc0e42688389ca5c23b377fe841a6b165 languageName: node linkType: hard @@ -13747,7 +16311,7 @@ __metadata: languageName: node linkType: hard -"@webassemblyjs/ast@npm:1.14.1, @webassemblyjs/ast@npm:^1.12.1": +"@webassemblyjs/ast@npm:1.14.1, @webassemblyjs/ast@npm:^1.11.5, @webassemblyjs/ast@npm:^1.14.1": version: 1.14.1 resolution: "@webassemblyjs/ast@npm:1.14.1" dependencies: @@ -13833,7 +16397,7 @@ __metadata: languageName: node linkType: hard -"@webassemblyjs/wasm-edit@npm:^1.12.1": +"@webassemblyjs/wasm-edit@npm:^1.11.5, @webassemblyjs/wasm-edit@npm:^1.14.1": version: 1.14.1 resolution: "@webassemblyjs/wasm-edit@npm:1.14.1" dependencies: @@ -13874,7 +16438,7 @@ __metadata: languageName: node linkType: hard -"@webassemblyjs/wasm-parser@npm:1.14.1, @webassemblyjs/wasm-parser@npm:^1.12.1": +"@webassemblyjs/wasm-parser@npm:1.14.1, @webassemblyjs/wasm-parser@npm:^1.11.5, @webassemblyjs/wasm-parser@npm:^1.14.1": version: 1.14.1 resolution: "@webassemblyjs/wasm-parser@npm:1.14.1" dependencies: @@ -13950,16 +16514,16 @@ __metadata: languageName: node linkType: hard -"@webb-tools/tangle-substrate-types@npm:^0.9.6": - version: 0.9.6 - resolution: "@webb-tools/tangle-substrate-types@npm:0.9.6" +"@webb-tools/tangle-substrate-types@npm:^0.9.7": + version: 0.9.7 + resolution: "@webb-tools/tangle-substrate-types@npm:0.9.7" dependencies: "@polkadot/api": "npm:^13.2.1" "@polkadot/typegen": "npm:^13.2.1" "@polkadot/types": "npm:^13.2.1" ecpair: "npm:^2.1.0" tiny-secp256k1: "npm:^2.2.3" - checksum: 10c0/db52b1b52b42a13445a7f4e02d6f52f36bf12675f689f139ea3551db42d6ac4fe5f37330b723763ef0a736dba1e71a3a0ac2927b6cf63c89d113c1c298e06ffa + checksum: 10c0/3d31724f9e54fc2b53ead29f2f08c97b0bc7cab5b283256019acefc303c18ba8635e0174c6ecfa3baab7c909698dd14ef34a55876bf848ddaf428945df9126ad languageName: node linkType: hard @@ -13996,6 +16560,124 @@ __metadata: languageName: node linkType: hard +"@xhmikosr/archive-type@npm:^7.0.0": + version: 7.0.0 + resolution: "@xhmikosr/archive-type@npm:7.0.0" + dependencies: + file-type: "npm:^19.0.0" + checksum: 10c0/f71b2faccd1559c9237a1a1e4902bd70d6d8da21d863b869ffa985cfb8d52ec1cd3ac29a69ad3d94d3c79cbd378d9c23ff4ec8a93795fb1034c03b11a1c4ab15 + languageName: node + linkType: hard + +"@xhmikosr/bin-check@npm:^7.0.3": + version: 7.0.3 + resolution: "@xhmikosr/bin-check@npm:7.0.3" + dependencies: + execa: "npm:^5.1.1" + isexe: "npm:^2.0.0" + checksum: 10c0/fdc2046136f5f58e692df888ad98f8676209d38abddf4aa00f9ce248b94b7ee121dd538da9569e1a6a0c91823c52caf1c6f31e412cd6cad07af34afc16982814 + languageName: node + linkType: hard + +"@xhmikosr/bin-wrapper@npm:^13.0.5": + version: 13.0.5 + resolution: "@xhmikosr/bin-wrapper@npm:13.0.5" + dependencies: + "@xhmikosr/bin-check": "npm:^7.0.3" + "@xhmikosr/downloader": "npm:^15.0.1" + "@xhmikosr/os-filter-obj": "npm:^3.0.0" + bin-version-check: "npm:^5.1.0" + checksum: 10c0/8fd411573a005ed7d5b0a6ad293864e93e73d48f69f0b6fe68f98e08cee44efaf59acaa05024d60e6df1fc798a63536218a6a7da0b21e4ceb161a619b9c3b4d9 + languageName: node + linkType: hard + +"@xhmikosr/decompress-tar@npm:^8.0.1": + version: 8.0.1 + resolution: "@xhmikosr/decompress-tar@npm:8.0.1" + dependencies: + file-type: "npm:^19.0.0" + is-stream: "npm:^2.0.1" + tar-stream: "npm:^3.1.7" + checksum: 10c0/c398892113697f29738885716299b3433eca84b1fe19b8af4854ec8e29915cf2940909aca25749af4dcc3688c800db72a61d66ae7cd0c39ed3f2eae1d0cfef75 + languageName: node + linkType: hard + +"@xhmikosr/decompress-tarbz2@npm:^8.0.1": + version: 8.0.1 + resolution: "@xhmikosr/decompress-tarbz2@npm:8.0.1" + dependencies: + "@xhmikosr/decompress-tar": "npm:^8.0.1" + file-type: "npm:^19.0.0" + is-stream: "npm:^2.0.1" + seek-bzip: "npm:^2.0.0" + unbzip2-stream: "npm:^1.4.3" + checksum: 10c0/bc65a4eba787fcd0d276e8bd839f469fc54787b922a0191bf0b420a029ad827b1788ae6c79a70221fa4aabea52a3aa12fd068f553edfe2a20a8f259a1254bcd6 + languageName: node + linkType: hard + +"@xhmikosr/decompress-targz@npm:^8.0.1": + version: 8.0.1 + resolution: "@xhmikosr/decompress-targz@npm:8.0.1" + dependencies: + "@xhmikosr/decompress-tar": "npm:^8.0.1" + file-type: "npm:^19.0.0" + is-stream: "npm:^2.0.1" + checksum: 10c0/91ed342b53d121776fd0f196c52e08be5f10c04ecbd70f56f282c6ca8a530f1546c2f4a17d5416993010094b92849bcfc54bc44c999b2e5fd31126d8aa9d6e10 + languageName: node + linkType: hard + +"@xhmikosr/decompress-unzip@npm:^7.0.0": + version: 7.0.0 + resolution: "@xhmikosr/decompress-unzip@npm:7.0.0" + dependencies: + file-type: "npm:^19.0.0" + get-stream: "npm:^6.0.1" + yauzl: "npm:^3.1.2" + checksum: 10c0/aa55445cc8503901bf4d1d7e06a09856472de07e096fd16c1a3e430ffdf2f354fa209aff81bcd80dc6a8c2c6879b81c21f5399ecc914a85444389ec7e4aa4e31 + languageName: node + linkType: hard + +"@xhmikosr/decompress@npm:^10.0.1": + version: 10.0.1 + resolution: "@xhmikosr/decompress@npm:10.0.1" + dependencies: + "@xhmikosr/decompress-tar": "npm:^8.0.1" + "@xhmikosr/decompress-tarbz2": "npm:^8.0.1" + "@xhmikosr/decompress-targz": "npm:^8.0.1" + "@xhmikosr/decompress-unzip": "npm:^7.0.0" + graceful-fs: "npm:^4.2.11" + make-dir: "npm:^4.0.0" + strip-dirs: "npm:^3.0.0" + checksum: 10c0/3f84829f229ddcb75f952eb9c33c2407f4f60d65167ec2b52cccaa7ee89c6eb01422d4ab8727265cf0ef8cedc67d64c5d573af376bfdc87087a75566a9961738 + languageName: node + linkType: hard + +"@xhmikosr/downloader@npm:^15.0.1": + version: 15.0.1 + resolution: "@xhmikosr/downloader@npm:15.0.1" + dependencies: + "@xhmikosr/archive-type": "npm:^7.0.0" + "@xhmikosr/decompress": "npm:^10.0.1" + content-disposition: "npm:^0.5.4" + defaults: "npm:^3.0.0" + ext-name: "npm:^5.0.0" + file-type: "npm:^19.0.0" + filenamify: "npm:^6.0.0" + get-stream: "npm:^6.0.1" + got: "npm:^13.0.0" + checksum: 10c0/61890ec18d3b039e0f8aedfd65725142cfb5301cff23c828c0eeb7fdaf330ad3c01abad3d8650c9a6ea97e7f7bc9de88bf6852588ccb81590e6ffe7f817556dc + languageName: node + linkType: hard + +"@xhmikosr/os-filter-obj@npm:^3.0.0": + version: 3.0.0 + resolution: "@xhmikosr/os-filter-obj@npm:3.0.0" + dependencies: + arch: "npm:^3.0.0" + checksum: 10c0/e4f774ef8d36144b53749f02b602494653442379582756546415c05a5094f79931521cc0c430ab9f824a83a500ca64b8dd560e9f9b31e967bb608d2418050592 + languageName: node + linkType: hard + "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" @@ -14108,7 +16790,7 @@ __metadata: languageName: node linkType: hard -"abitype@npm:^1.0.6": +"abitype@npm:1.0.7, abitype@npm:^1.0.6": version: 1.0.7 resolution: "abitype@npm:1.0.7" peerDependencies: @@ -14509,10 +17191,10 @@ __metadata: languageName: node linkType: hard -"arch@npm:^2.1.0": - version: 2.2.0 - resolution: "arch@npm:2.2.0" - checksum: 10c0/4ceaf8d8207817c216ebc4469742052cb0a097bc45d9b7fcd60b7507220da545a28562ab5bdd4dfe87921bb56371a0805da4e10d704e01f93a15f83240f1284c +"arch@npm:^3.0.0": + version: 3.0.0 + resolution: "arch@npm:3.0.0" + checksum: 10c0/abefcc6738a29632a2b48e7f5910f42fb26d2e2f9c6954cac80b6bdfc4048685c604ef8eb3fd862a7c0884785b20a66a1b44e2ba4b628fd34b80a0cc6a5a0493 languageName: node linkType: hard @@ -14637,21 +17319,7 @@ __metadata: languageName: node linkType: hard -"array.prototype.findlastindex@npm:^1.2.5": - version: 1.2.5 - resolution: "array.prototype.findlastindex@npm:1.2.5" - dependencies: - call-bind: "npm:^1.0.7" - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.2" - es-errors: "npm:^1.3.0" - es-object-atoms: "npm:^1.0.0" - es-shim-unscopables: "npm:^1.0.2" - checksum: 10c0/962189487728b034f3134802b421b5f39e42ee2356d13b42d2ddb0e52057ffdcc170b9524867f4f0611a6f638f4c19b31e14606e8bcbda67799e26685b195aa3 - languageName: node - linkType: hard - -"array.prototype.flat@npm:^1.3.1, array.prototype.flat@npm:^1.3.2": +"array.prototype.flat@npm:^1.3.1": version: 1.3.2 resolution: "array.prototype.flat@npm:1.3.2" dependencies: @@ -14939,6 +17607,13 @@ __metadata: languageName: node linkType: hard +"b4a@npm:^1.6.4": + version: 1.6.7 + resolution: "b4a@npm:1.6.7" + checksum: 10c0/ec2f004d1daae04be8c5a1f8aeb7fea213c34025e279db4958eb0b82c1729ee25f7c6e89f92a5f65c8a9cf2d017ce27e3dda912403341d1781bd74528a4849d4 + languageName: node + linkType: hard + "babel-jest@npm:29.7.0, babel-jest@npm:^29.7.0": version: 29.7.0 resolution: "babel-jest@npm:29.7.0" @@ -15142,6 +17817,13 @@ __metadata: languageName: node linkType: hard +"bare-events@npm:^2.2.0": + version: 2.5.0 + resolution: "bare-events@npm:2.5.0" + checksum: 10c0/afbeec4e8be4d93fb4a3be65c3b4a891a2205aae30b5a38fafd42976cc76cf30dad348963fe330a0d70186e15dc507c11af42c89af5dddab2a54e5aff02e2896 + languageName: node + linkType: hard + "base-x@npm:^3.0.2, base-x@npm:^3.0.8": version: 3.0.10 resolution: "base-x@npm:3.0.10" @@ -15151,7 +17833,7 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1": +"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1, base64-js@npm:^1.5.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: 10c0/f23823513b63173a001030fae4f2dabe283b99a9d324ade3ad3d148e218134676f1ee8568c877cd79ec1c53158dcf2d2ba527a97c606618928ba99dd930102bf @@ -15230,17 +17912,7 @@ __metadata: languageName: node linkType: hard -"bin-check@npm:^4.1.0": - version: 4.1.0 - resolution: "bin-check@npm:4.1.0" - dependencies: - execa: "npm:^0.7.0" - executable: "npm:^4.1.0" - checksum: 10c0/b1ad144672ab033af879bb493011f694ef11e7c1a250ce15cbdbbc2e5e6feb114046943927654b5ac3d1ce668cff01ec3b6b2703e367f357b1f918b480020d86 - languageName: node - linkType: hard - -"bin-version-check@npm:^5.0.0": +"bin-version-check@npm:^5.1.0": version: 5.1.0 resolution: "bin-version-check@npm:5.1.0" dependencies: @@ -15288,7 +17960,7 @@ __metadata: languageName: node linkType: hard -"blakejs@npm:^1.1.0": +"blakejs@npm:^1.1.0, blakejs@npm:^1.1.1": version: 1.2.1 resolution: "blakejs@npm:1.2.1" checksum: 10c0/c284557ce55b9c70203f59d381f1b85372ef08ee616a90162174d1291a45d3e5e809fdf9edab6e998740012538515152471dc4f1f9dbfa974ba2b9c1f7b9aad7 @@ -15309,7 +17981,7 @@ __metadata: languageName: node linkType: hard -"bn.js@npm:^4.0.0, bn.js@npm:^4.1.0, bn.js@npm:^4.11.6, bn.js@npm:^4.11.9": +"bn.js@npm:^4.0.0, bn.js@npm:^4.1.0, bn.js@npm:^4.11.6, bn.js@npm:^4.11.9, bn.js@npm:^4.12.0": version: 4.12.1 resolution: "bn.js@npm:4.12.1" checksum: 10c0/b7f37a0cd5e4b79142b6f4292d518b416be34ae55d6dd6b0f66f96550c8083a50ffbbf8bda8d0ab471158cb81aa74ea4ee58fe33c7802e4a30b13810e98df116 @@ -15520,7 +18192,7 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.0.0, browserslist@npm:^4.21.10, browserslist@npm:^4.21.4, browserslist@npm:^4.23.0, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.2": +"browserslist@npm:^4.0.0, browserslist@npm:^4.21.4, browserslist@npm:^4.23.0, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.2": version: 4.24.2 resolution: "browserslist@npm:4.24.2" dependencies: @@ -15534,6 +18206,20 @@ __metadata: languageName: node linkType: hard +"browserslist@npm:^4.14.5": + version: 4.24.3 + resolution: "browserslist@npm:4.24.3" + dependencies: + caniuse-lite: "npm:^1.0.30001688" + electron-to-chromium: "npm:^1.5.73" + node-releases: "npm:^2.0.19" + update-browserslist-db: "npm:^1.1.1" + bin: + browserslist: cli.js + checksum: 10c0/bab261ef7b6e1656a719a9fa31240ae7ce4d5ba68e479f6b11e348d819346ab4c0ff6f4821f43adcc9c193a734b186775a83b37979e70a69d182965909fe569a + languageName: node + linkType: hard + "bs-logger@npm:^0.2.6": version: 0.2.6 resolution: "bs-logger@npm:0.2.6" @@ -15572,7 +18258,7 @@ __metadata: languageName: node linkType: hard -"btoa@npm:^1.2.1": +"btoa@npm:1.2.1, btoa@npm:^1.2.1": version: 1.2.1 resolution: "btoa@npm:1.2.1" bin: @@ -15581,6 +18267,13 @@ __metadata: languageName: node linkType: hard +"buffer-crc32@npm:~0.2.3": + version: 0.2.13 + resolution: "buffer-crc32@npm:0.2.13" + checksum: 10c0/cb0a8ddf5cf4f766466db63279e47761eb825693eeba6a5a95ee4ec8cb8f81ede70aa7f9d8aeec083e781d47154290eb5d4d26b3f7a465ec57fb9e7d59c47150 + languageName: node + linkType: hard + "buffer-from@npm:^1.0.0": version: 1.1.2 resolution: "buffer-from@npm:1.1.2" @@ -15602,7 +18295,7 @@ __metadata: languageName: node linkType: hard -"buffer@npm:6.0.3, buffer@npm:^6.0.3, buffer@npm:~6.0.3": +"buffer@npm:6.0.3, buffer@npm:^6.0.1, buffer@npm:^6.0.3, buffer@npm:~6.0.3": version: 6.0.3 resolution: "buffer@npm:6.0.3" dependencies: @@ -15612,7 +18305,7 @@ __metadata: languageName: node linkType: hard -"buffer@npm:^5.0.5, buffer@npm:^5.5.0, buffer@npm:^5.6.0, buffer@npm:^5.7.1": +"buffer@npm:^5.0.5, buffer@npm:^5.2.1, buffer@npm:^5.5.0, buffer@npm:^5.6.0, buffer@npm:^5.7.1": version: 5.7.1 resolution: "buffer@npm:5.7.1" dependencies: @@ -15738,6 +18431,28 @@ __metadata: languageName: node linkType: hard +"cacheable-lookup@npm:^7.0.0": + version: 7.0.0 + resolution: "cacheable-lookup@npm:7.0.0" + checksum: 10c0/63a9c144c5b45cb5549251e3ea774c04d63063b29e469f7584171d059d3a88f650f47869a974e2d07de62116463d742c287a81a625e791539d987115cb081635 + languageName: node + linkType: hard + +"cacheable-request@npm:^10.2.8": + version: 10.2.14 + resolution: "cacheable-request@npm:10.2.14" + dependencies: + "@types/http-cache-semantics": "npm:^4.0.2" + get-stream: "npm:^6.0.1" + http-cache-semantics: "npm:^4.1.1" + keyv: "npm:^4.5.3" + mimic-response: "npm:^4.0.0" + normalize-url: "npm:^8.0.0" + responselike: "npm:^3.0.0" + checksum: 10c0/41b6658db369f20c03128227ecd219ca7ac52a9d24fc0f499cc9aa5d40c097b48b73553504cebd137024d957c0ddb5b67cf3ac1439b136667f3586257763f88d + languageName: node + linkType: hard + "cacheable-request@npm:^6.0.0": version: 6.1.0 resolution: "cacheable-request@npm:6.1.0" @@ -15812,7 +18527,7 @@ __metadata: languageName: node linkType: hard -"camelcase@npm:^6.2.0": +"camelcase@npm:^6.2.0, camelcase@npm:^6.2.1": version: 6.3.0 resolution: "camelcase@npm:6.3.0" checksum: 10c0/0d701658219bd3116d12da3eab31acddb3f9440790c0792e0d398f0a520a6a4058018e546862b6fba89d7ae990efaeb97da71e1913e9ebf5a8b5621a3d55c710 @@ -15845,6 +18560,13 @@ __metadata: languageName: node linkType: hard +"caniuse-lite@npm:^1.0.30001616, caniuse-lite@npm:^1.0.30001688": + version: 1.0.30001689 + resolution: "caniuse-lite@npm:1.0.30001689" + checksum: 10c0/51cf99751dddfba24e13556ae0e0f38c062f76d49f2e24cce3d28e71a0325ca6fe04fe51b4a0e8467d601d94e72fea84f160bf577e7cbb5677f14ac673b6da20 + languageName: node + linkType: hard + "canvas-renderer@npm:~2.2.0": version: 2.2.1 resolution: "canvas-renderer@npm:2.2.1" @@ -16056,7 +18778,7 @@ __metadata: languageName: node linkType: hard -"chromatic@npm:^11.15.0, chromatic@npm:^11.20.0": +"chromatic@npm:^11.15.0": version: 11.20.0 resolution: "chromatic@npm:11.20.0" peerDependencies: @@ -16075,6 +18797,25 @@ __metadata: languageName: node linkType: hard +"chromatic@npm:^11.20.2": + version: 11.20.2 + resolution: "chromatic@npm:11.20.2" + peerDependencies: + "@chromatic-com/cypress": ^0.*.* || ^1.0.0 + "@chromatic-com/playwright": ^0.*.* || ^1.0.0 + peerDependenciesMeta: + "@chromatic-com/cypress": + optional: true + "@chromatic-com/playwright": + optional: true + bin: + chroma: dist/bin.js + chromatic: dist/bin.js + chromatic-cli: dist/bin.js + checksum: 10c0/9f60e966fc7dc22df920649e3860493dbf7c86ea34d96e9818e4450c7572e47b8554a3ecec273881184303ee9098ca15b4c85d519b37138ee0399387b1356b7d + languageName: node + linkType: hard + "chrome-trace-event@npm:^1.0.2": version: 1.0.4 resolution: "chrome-trace-event@npm:1.0.4" @@ -16440,7 +19181,7 @@ __metadata: languageName: node linkType: hard -"commander@npm:^6.2.0": +"commander@npm:^6.0.0, commander@npm:^6.2.0": version: 6.2.1 resolution: "commander@npm:6.2.1" checksum: 10c0/85748abd9d18c8bc88febed58b98f66b7c591d9b5017cad459565761d7b29ca13b7783ea2ee5ce84bf235897333706c4ce29adf1ce15c8252780e7000e2ce9ea @@ -16792,16 +19533,16 @@ __metadata: languageName: node linkType: hard -"cosmiconfig-typescript-loader@npm:^5.0.0": - version: 5.1.0 - resolution: "cosmiconfig-typescript-loader@npm:5.1.0" +"cosmiconfig-typescript-loader@npm:^6.1.0": + version: 6.1.0 + resolution: "cosmiconfig-typescript-loader@npm:6.1.0" dependencies: - jiti: "npm:^1.21.6" + jiti: "npm:^2.4.1" peerDependencies: "@types/node": "*" - cosmiconfig: ">=8.2" - typescript: ">=4" - checksum: 10c0/9c87ade7b0960e6f15711e880df987237c20eabb3088c2bcc558e821f85aecee97c6340d428297a0241d3df4e3c6be66501468aef1e9a719722931a479865f3c + cosmiconfig: ">=9" + typescript: ">=5" + checksum: 10c0/5e3baf85a9da7dcdd7ef53a54d1293400eed76baf0abb3a41bf9fcc789f1a2653319443471f9a1dc32951f1de4467a6696ccd0f88640e7827f1af6ff94ceaf1a languageName: node linkType: hard @@ -16969,17 +19710,6 @@ __metadata: languageName: node linkType: hard -"cross-spawn@npm:^5.0.1": - version: 5.1.0 - resolution: "cross-spawn@npm:5.1.0" - dependencies: - lru-cache: "npm:^4.0.1" - shebang-command: "npm:^1.2.0" - which: "npm:^1.2.9" - checksum: 10c0/1918621fddb9f8c61e02118b2dbf81f611ccd1544ceaca0d026525341832b8511ce2504c60f935dbc06b35e5ef156fe8c1e72708c27dd486f034e9c0e1e07201 - languageName: node - linkType: hard - "cross-spawn@npm:^6.0.5": version: 6.0.6 resolution: "cross-spawn@npm:6.0.6" @@ -17067,16 +19797,16 @@ __metadata: languageName: node linkType: hard -"css-has-pseudo@npm:^7.0.1": - version: 7.0.1 - resolution: "css-has-pseudo@npm:7.0.1" +"css-has-pseudo@npm:^7.0.2": + version: 7.0.2 + resolution: "css-has-pseudo@npm:7.0.2" dependencies: "@csstools/selector-specificity": "npm:^5.0.0" postcss-selector-parser: "npm:^7.0.0" postcss-value-parser: "npm:^4.2.0" peerDependencies: postcss: ^8.4 - checksum: 10c0/13789b08b70169204be786d652190356ace9313099d3656bd2fc38afbdd28f3d9620f0e0b07425480961b7a1ec789794961d0472f205b959d3f64c9a78ce511c + checksum: 10c0/456e9ce1eec8a535683c329956acfe53ce5a208345d7f2fcbe662626be8b3c98681e9041d7f4980316714397b0c1c3defde25653d629c396df17803d599c4edf languageName: node linkType: hard @@ -17213,10 +19943,10 @@ __metadata: languageName: node linkType: hard -"cssdb@npm:^8.2.1": - version: 8.2.2 - resolution: "cssdb@npm:8.2.2" - checksum: 10c0/fa313d7cbea307fc2ddc71b2d0257162377e6b463f5c77eb28941426e0541fc7b650222e2fe97c88e0db932ff3c42f4af0ae4b75955d2077a3aebafad08ed501 +"cssdb@npm:^8.2.3": + version: 8.2.3 + resolution: "cssdb@npm:8.2.3" + checksum: 10c0/17c3ca6432ed02431db6b44bed74649ccef7d7b7b900ccbc7297525f030722c441dd67c71f28aef3cfa0814ba7b254a24adfb0dcd5728937da179ff437cdcd0c languageName: node linkType: hard @@ -17338,6 +20068,13 @@ __metadata: languageName: node linkType: hard +"cuint@npm:^0.2.2": + version: 0.2.2 + resolution: "cuint@npm:0.2.2" + checksum: 10c0/ba56735799e04cd8fd8e386bfde52298e26179665f0063a7a22aaf5771e1b350f1b3baa83c719097cb650766b0e5067d16121db71f88fad4b2ef1ed423d646b7 + languageName: node + linkType: hard + "d3-array@npm:2 - 3, d3-array@npm:2.10.0 - 3, d3-array@npm:^3.1.6": version: 3.2.4 resolution: "d3-array@npm:3.2.4" @@ -17736,6 +20473,13 @@ __metadata: languageName: node linkType: hard +"defaults@npm:^3.0.0": + version: 3.0.0 + resolution: "defaults@npm:3.0.0" + checksum: 10c0/6c42abf1ed9e2678489a1ceb3ed4a07635000accd37cd0e21c0733a7ab7b4bdce3f44b854bf18c88d207fc0da88a6d0fefb491b407dd14952d3396a3eacb84ec + languageName: node + linkType: hard + "defer-to-connect@npm:^1.0.1": version: 1.1.3 resolution: "defer-to-connect@npm:1.1.3" @@ -18445,6 +21189,15 @@ __metadata: languageName: node linkType: hard +"ed2curve@npm:^0.3.0": + version: 0.3.0 + resolution: "ed2curve@npm:0.3.0" + dependencies: + tweetnacl: "npm:1.x.x" + checksum: 10c0/016afa38b2d9ed52129b38211f7c746bea17261c82e548912b81b6a6b884d6b1b0f1513ea16def1b056ca4e0d72365a331453a67537f8a4494a74074ff8bcf5b + languageName: node + linkType: hard + "ee-first@npm:1.1.1": version: 1.1.1 resolution: "ee-first@npm:1.1.1" @@ -18470,6 +21223,13 @@ __metadata: languageName: node linkType: hard +"electron-to-chromium@npm:^1.5.73": + version: 1.5.74 + resolution: "electron-to-chromium@npm:1.5.74" + checksum: 10c0/1a93119adbdeb0bba4c29e3bad5a48e6a4626ae50fbff2bc5c207f32e67ed64a5d8db6500befb44080359be3b18be7bf830fb920d5199d935be95bb9f97deb10 + languageName: node + linkType: hard + "elliptic@npm:6.5.4": version: 6.5.4 resolution: "elliptic@npm:6.5.4" @@ -18605,7 +21365,7 @@ __metadata: languageName: node linkType: hard -"enhanced-resolve@npm:^5.0.0, enhanced-resolve@npm:^5.15.0, enhanced-resolve@npm:^5.16.0, enhanced-resolve@npm:^5.7.0, enhanced-resolve@npm:^5.8.3": +"enhanced-resolve@npm:^5.0.0, enhanced-resolve@npm:^5.15.0, enhanced-resolve@npm:^5.17.1, enhanced-resolve@npm:^5.7.0, enhanced-resolve@npm:^5.8.3": version: 5.17.1 resolution: "enhanced-resolve@npm:5.17.1" dependencies: @@ -18760,7 +21520,7 @@ __metadata: languageName: node linkType: hard -"es-iterator-helpers@npm:^1.0.19, es-iterator-helpers@npm:^1.1.0": +"es-iterator-helpers@npm:^1.1.0": version: 1.2.0 resolution: "es-iterator-helpers@npm:1.2.0" dependencies: @@ -19095,13 +21855,6 @@ __metadata: languageName: node linkType: hard -"escape-string-regexp@npm:^5.0.0": - version: 5.0.0 - resolution: "escape-string-regexp@npm:5.0.0" - checksum: 10c0/6366f474c6f37a802800a435232395e04e9885919873e382b157ab7e8f0feb8fed71497f84a6f6a81a49aab41815522f5839112bd38026d203aea0c91622df95 - languageName: node - linkType: hard - "escodegen@npm:^2.0.0": version: 2.1.0 resolution: "escodegen@npm:2.1.0" @@ -19131,11 +21884,11 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:^14.2.19": - version: 14.2.19 - resolution: "eslint-config-next@npm:14.2.19" +"eslint-config-next@npm:^14.2.20": + version: 14.2.20 + resolution: "eslint-config-next@npm:14.2.20" dependencies: - "@next/eslint-plugin-next": "npm:14.2.19" + "@next/eslint-plugin-next": "npm:14.2.20" "@rushstack/eslint-patch": "npm:^1.3.3" "@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" @@ -19151,7 +21904,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/673face6c8e9817a67280b7e177d13b71ccda936466b81f377ad9fa0c096bd3739b5fbcef38a5854327bbe2143a3d4ecd6b4362bccc5154f90356f8299b1b98d + checksum: 10c0/9de4f628fa58de6c999d26e1d2616583d618c8e7d3c7fef4faa36324a9ed58995e256d66bc6271007cee73e26d31bd30b82fe1a220874baff05b070df121470f languageName: node linkType: hard @@ -19214,18 +21967,6 @@ __metadata: languageName: node linkType: hard -"eslint-module-utils@npm:^2.12.0": - version: 2.12.0 - resolution: "eslint-module-utils@npm:2.12.0" - dependencies: - debug: "npm:^3.2.7" - peerDependenciesMeta: - eslint: - optional: true - checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558 - languageName: node - linkType: hard - "eslint-plugin-deprecation@npm:^2.0.0": version: 2.0.0 resolution: "eslint-plugin-deprecation@npm:2.0.0" @@ -19273,10 +22014,11 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-import-x@npm:^4.5.0": - version: 4.5.0 - resolution: "eslint-plugin-import-x@npm:4.5.0" +"eslint-plugin-import-x@npm:^4.5.1": + version: 4.5.1 + resolution: "eslint-plugin-import-x@npm:4.5.1" dependencies: + "@types/doctrine": "npm:^0.0.9" "@typescript-eslint/scope-manager": "npm:^8.1.0" "@typescript-eslint/utils": "npm:^8.1.0" debug: "npm:^4.3.4" @@ -19290,36 +22032,28 @@ __metadata: tslib: "npm:^2.6.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 10c0/ad4cd39d152fcb5f86f659cc3fd66b8a149e14ac784c13509512bf8ae695a36dad7ddaf404769f06348eb6d4b22a38acb40abd09417186c58c3e2b41c95a129d + checksum: 10c0/8b674b7ed528e7694c4c51b78a333ec3a464d4c048755387526f1454a05f05ffc61a593aa8a52aaad1b991676be5e77cf6e4aca9d897dc58699d60370d7bd85c languageName: node linkType: hard -"eslint-plugin-import@npm:^2.28.1, eslint-plugin-import@npm:^2.29.1": - version: 2.31.0 - resolution: "eslint-plugin-import@npm:2.31.0" +"eslint-plugin-import@npm:eslint-plugin-import-x@^4.5.0": + version: 4.5.0 + resolution: "eslint-plugin-import-x@npm:4.5.0" dependencies: - "@rtsao/scc": "npm:^1.1.0" - array-includes: "npm:^3.1.8" - array.prototype.findlastindex: "npm:^1.2.5" - array.prototype.flat: "npm:^1.3.2" - array.prototype.flatmap: "npm:^1.3.2" - debug: "npm:^3.2.7" - doctrine: "npm:^2.1.0" + "@typescript-eslint/scope-manager": "npm:^8.1.0" + "@typescript-eslint/utils": "npm:^8.1.0" + debug: "npm:^4.3.4" + doctrine: "npm:^3.0.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-module-utils: "npm:^2.12.0" - hasown: "npm:^2.0.2" - is-core-module: "npm:^2.15.1" + get-tsconfig: "npm:^4.7.3" is-glob: "npm:^4.0.3" - minimatch: "npm:^3.1.2" - object.fromentries: "npm:^2.0.8" - object.groupby: "npm:^1.0.3" - object.values: "npm:^1.2.0" - semver: "npm:^6.3.1" - string.prototype.trimend: "npm:^1.0.8" - tsconfig-paths: "npm:^3.15.0" + minimatch: "npm:^9.0.3" + semver: "npm:^7.6.3" + stable-hash: "npm:^0.0.4" + tslib: "npm:^2.6.3" peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 - checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a + eslint: ^8.57.0 || ^9.0.0 + checksum: 10c0/ad4cd39d152fcb5f86f659cc3fd66b8a149e14ac784c13509512bf8ae695a36dad7ddaf404769f06348eb6d4b22a38acb40abd09417186c58c3e2b41c95a129d languageName: node linkType: hard @@ -19341,33 +22075,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsx-a11y@npm:6.10.1": - version: 6.10.1 - resolution: "eslint-plugin-jsx-a11y@npm:6.10.1" - dependencies: - aria-query: "npm:^5.3.2" - array-includes: "npm:^3.1.8" - array.prototype.flatmap: "npm:^1.3.2" - ast-types-flow: "npm:^0.0.8" - axe-core: "npm:^4.10.0" - axobject-query: "npm:^4.1.0" - damerau-levenshtein: "npm:^1.0.8" - emoji-regex: "npm:^9.2.2" - es-iterator-helpers: "npm:^1.1.0" - hasown: "npm:^2.0.2" - jsx-ast-utils: "npm:^3.3.5" - language-tags: "npm:^1.0.9" - minimatch: "npm:^3.1.2" - object.fromentries: "npm:^2.0.8" - safe-regex-test: "npm:^1.0.3" - string.prototype.includes: "npm:^2.0.1" - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - checksum: 10c0/25bf28e3db4f6789c5d4f9300fc6fc54faca19ecc537d0f46e9c873f80ed37103a033e1f716f608fab5f5813dd38af65a9a6ae2e29dd079763ce539ebecf998e - languageName: node - linkType: hard - -"eslint-plugin-jsx-a11y@npm:^6.7.1": +"eslint-plugin-jsx-a11y@npm:6.10.2, eslint-plugin-jsx-a11y@npm:^6.7.1": version: 6.10.2 resolution: "eslint-plugin-jsx-a11y@npm:6.10.2" dependencies: @@ -19422,12 +22130,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:5.0.0": - version: 5.0.0 - resolution: "eslint-plugin-react-hooks@npm:5.0.0" +"eslint-plugin-react-hooks@npm:5.1.0": + version: 5.1.0 + resolution: "eslint-plugin-react-hooks@npm:5.1.0" peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - checksum: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002 + checksum: 10c0/37ef76e1d916d46ab8e93a596078efcf2162e2c653614437e0c54e31d02a5dadabec22802fab717effe257aeb4bdc20c2a710666a89ab1cf07e01e614dde75d8 languageName: node linkType: hard @@ -19441,52 +22149,24 @@ __metadata: linkType: hard "eslint-plugin-react-hooks@npm:^4.6.0": - version: 4.6.2 - resolution: "eslint-plugin-react-hooks@npm:4.6.2" - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc - languageName: node - linkType: hard - -"eslint-plugin-react-refresh@npm:^0.4.16": - version: 0.4.16 - resolution: "eslint-plugin-react-refresh@npm:0.4.16" - peerDependencies: - eslint: ">=8.40" - checksum: 10c0/0628d54b6cc6773a89252e2a7c82c7905a00dc8dc99a6ae2885a64f3b45bd3012a40cf9791ee24aa5dcf75665d8c8be4699845bbbf205cd0ef652702701a7865 - languageName: node - linkType: hard - -"eslint-plugin-react@npm:7.35.0": - version: 7.35.0 - resolution: "eslint-plugin-react@npm:7.35.0" - dependencies: - array-includes: "npm:^3.1.8" - array.prototype.findlast: "npm:^1.2.5" - array.prototype.flatmap: "npm:^1.3.2" - array.prototype.tosorted: "npm:^1.1.4" - doctrine: "npm:^2.1.0" - es-iterator-helpers: "npm:^1.0.19" - estraverse: "npm:^5.3.0" - hasown: "npm:^2.0.2" - jsx-ast-utils: "npm:^2.4.1 || ^3.0.0" - minimatch: "npm:^3.1.2" - object.entries: "npm:^1.1.8" - object.fromentries: "npm:^2.0.8" - object.values: "npm:^1.2.0" - prop-types: "npm:^15.8.1" - resolve: "npm:^2.0.0-next.5" - semver: "npm:^6.3.1" - string.prototype.matchall: "npm:^4.0.11" - string.prototype.repeat: "npm:^1.0.0" + version: 4.6.2 + resolution: "eslint-plugin-react-hooks@npm:4.6.2" peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - checksum: 10c0/eedcc33de4b2cda91d56ae517a4f771a0c76da9c1e26c95543969012871381e11d4d6cffdf6fa8423036585c289eb3500f3f93fb1d314fb2624e0aa1e463305e + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc + languageName: node + linkType: hard + +"eslint-plugin-react-refresh@npm:^0.4.16": + version: 0.4.16 + resolution: "eslint-plugin-react-refresh@npm:0.4.16" + peerDependencies: + eslint: ">=8.40" + checksum: 10c0/0628d54b6cc6773a89252e2a7c82c7905a00dc8dc99a6ae2885a64f3b45bd3012a40cf9791ee24aa5dcf75665d8c8be4699845bbbf205cd0ef652702701a7865 languageName: node linkType: hard -"eslint-plugin-react@npm:^7.33.2": +"eslint-plugin-react@npm:7.37.2, eslint-plugin-react@npm:^7.33.2": version: 7.37.2 resolution: "eslint-plugin-react@npm:7.37.2" dependencies: @@ -19976,14 +22656,14 @@ __metadata: languageName: node linkType: hard -"eventemitter3@npm:5.0.1, eventemitter3@npm:^5.0.1": +"eventemitter3@npm:5.0.1, eventemitter3@npm:^5.0.0, eventemitter3@npm:^5.0.1": version: 5.0.1 resolution: "eventemitter3@npm:5.0.1" checksum: 10c0/4ba5c00c506e6c786b4d6262cfbce90ddc14c10d4667e5c83ae993c9de88aa856033994dd2b35b83e8dc1170e224e66a319fa80adc4c32adcd2379bbc75da814 languageName: node linkType: hard -"eventemitter3@npm:^4.0.0, eventemitter3@npm:^4.0.1": +"eventemitter3@npm:^4.0.0, eventemitter3@npm:^4.0.1, eventemitter3@npm:^4.0.7": version: 4.0.7 resolution: "eventemitter3@npm:4.0.7" checksum: 10c0/5f6d97cbcbac47be798e6355e3a7639a84ee1f7d9b199a07017f1d2f1e2fe236004d14fa5dfaeba661f94ea57805385e326236a6debbc7145c8877fbc0297c6b @@ -20008,22 +22688,7 @@ __metadata: languageName: node linkType: hard -"execa@npm:^0.7.0": - version: 0.7.0 - resolution: "execa@npm:0.7.0" - dependencies: - cross-spawn: "npm:^5.0.1" - get-stream: "npm:^3.0.0" - is-stream: "npm:^1.1.0" - npm-run-path: "npm:^2.0.0" - p-finally: "npm:^1.0.0" - signal-exit: "npm:^3.0.0" - strip-eof: "npm:^1.0.0" - checksum: 10c0/812f1776e2a6b2226532e43c1af87d8a12e26de03a06e7e043f653acf5565e0656f5f6c64d66726fefa17178ac129caaa419a50905934e7c4a846417abb25d4a - languageName: node - linkType: hard - -"execa@npm:^5.0.0": +"execa@npm:^5.0.0, execa@npm:^5.1.1": version: 5.1.1 resolution: "execa@npm:5.1.1" dependencies: @@ -20057,15 +22722,6 @@ __metadata: languageName: node linkType: hard -"executable@npm:^4.1.0": - version: 4.1.1 - resolution: "executable@npm:4.1.1" - dependencies: - pify: "npm:^2.2.0" - checksum: 10c0/c3cc5d2d2e3cdb1b7d7b0639ebd5566d113d7ada21cfa07f5226d55ba2a210320116720e07570ed5659ef2ec516bc00c8f0488dac75d112fd324ef25c2100173 - languageName: node - linkType: hard - "exit@npm:^0.1.2": version: 0.1.2 resolution: "exit@npm:0.1.2" @@ -20239,16 +22895,10 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:3.2.7": - version: 3.2.7 - resolution: "fast-glob@npm:3.2.7" - dependencies: - "@nodelib/fs.stat": "npm:^2.0.2" - "@nodelib/fs.walk": "npm:^1.2.3" - glob-parent: "npm:^5.1.2" - merge2: "npm:^1.3.0" - micromatch: "npm:^4.0.4" - checksum: 10c0/cc820a9acbd99c51267d525ed3c0c368b57d273f8d34e2401eef824390ff38ff419af3c0308d4ec1aef3dae0e24d1ac1dfe3156e5c702d63416a4c877ab7e0c4 +"fast-fifo@npm:^1.2.0, fast-fifo@npm:^1.3.2": + version: 1.3.2 + resolution: "fast-fifo@npm:1.3.2" + checksum: 10c0/d53f6f786875e8b0529f784b59b4b05d4b5c31c651710496440006a398389a579c8dbcd2081311478b5bf77f4b0b21de69109c5a4eabea9d8e8783d1eb864e4c languageName: node linkType: hard @@ -20443,14 +23093,15 @@ __metadata: languageName: node linkType: hard -"file-type@npm:^17.1.6": - version: 17.1.6 - resolution: "file-type@npm:17.1.6" +"file-type@npm:^19.0.0": + version: 19.6.0 + resolution: "file-type@npm:19.6.0" dependencies: - readable-web-to-node-stream: "npm:^3.0.2" - strtok3: "npm:^7.0.0-alpha.9" - token-types: "npm:^5.0.0-alpha.2" - checksum: 10c0/e75a00f4b57aadb81bac60e7315a7d15fa37276a8d2e7b551418388a039f89883e4e53fdb8e3ec6eb151f55f32e6f6a71c5069d6054c5dee20d2898fe853dcf2 + get-stream: "npm:^9.0.1" + strtok3: "npm:^9.0.1" + token-types: "npm:^6.0.0" + uint8array-extras: "npm:^1.3.0" + checksum: 10c0/ae90ab618d0e759f26806024eb25ade851406301d2deae4b2dca6e9df0de13b4be575114a5f8129e73f6de537644a45fc4eb7cfa8b7dad63316b01b0e6f3bd2e languageName: node linkType: hard @@ -20495,14 +23146,12 @@ __metadata: languageName: node linkType: hard -"filenamify@npm:^5.0.2": - version: 5.1.1 - resolution: "filenamify@npm:5.1.1" +"filenamify@npm:^6.0.0": + version: 6.0.0 + resolution: "filenamify@npm:6.0.0" dependencies: filename-reserved-regex: "npm:^3.0.0" - strip-outer: "npm:^2.0.0" - trim-repeated: "npm:^2.0.0" - checksum: 10c0/e644fdcb03059e5f98082214c74ce00e11175e766f4807a08d2c37f65b72b6698e5e07e6e4a18369f5c0adab57fb1a987baea034d6660ca4c6dab3e3ba5de66d + checksum: 10c0/6798be1f7eea9eddb4517527a890a9d1b97083a6392b0ca392b79034d02d92411830d1b0e29f85ebfcb5cd4f8494388c7f9975fbada9d5f4088fc8474fdf20ae languageName: node linkType: hard @@ -20835,6 +23484,13 @@ __metadata: languageName: node linkType: hard +"form-data-encoder@npm:^2.1.2": + version: 2.1.4 + resolution: "form-data-encoder@npm:2.1.4" + checksum: 10c0/4c06ae2b79ad693a59938dc49ebd020ecb58e4584860a90a230f80a68b026483b022ba5e4143cff06ae5ac8fd446a0b500fabc87bbac3d1f62f2757f8dabcaf7 + languageName: node + linkType: hard + "form-data@npm:^4.0.0": version: 4.0.1 resolution: "form-data@npm:4.0.1" @@ -20887,17 +23543,17 @@ __metadata: languageName: node linkType: hard -"framer-motion@npm:^11.13.1": - version: 11.13.1 - resolution: "framer-motion@npm:11.13.1" +"framer-motion@npm:^11.15.0": + version: 11.15.0 + resolution: "framer-motion@npm:11.15.0" dependencies: - motion-dom: "npm:^11.13.0" - motion-utils: "npm:^11.13.0" + motion-dom: "npm:^11.14.3" + motion-utils: "npm:^11.14.3" tslib: "npm:^2.4.0" peerDependencies: "@emotion/is-prop-valid": "*" - react: ^18.0.0 - react-dom: ^18.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: "@emotion/is-prop-valid": optional: true @@ -20905,7 +23561,7 @@ __metadata: optional: true react-dom: optional: true - checksum: 10c0/ab55da590b9c60141bfaaca3da4dbc0cd6b7021cb9bb697c19c511ca487306c78d6af4fa94cd72016a4ad47a9737206977eba33fe63eec40504d66535e081190 + checksum: 10c0/59f1c1eea09a5cbda346624a7d700bdb1ccff8a8528ed145009db974283064c3a4e55ca9eaaf4950494f254f6233c37634735b9bd8463b25ffeef624030894d6 languageName: node linkType: hard @@ -21199,13 +23855,6 @@ __metadata: languageName: node linkType: hard -"get-stream@npm:^3.0.0": - version: 3.0.0 - resolution: "get-stream@npm:3.0.0" - checksum: 10c0/003f5f3b8870da59c6aafdf6ed7e7b07b48c2f8629cd461bd3900726548b6b8cfa2e14d6b7814fbb08f07a42f4f738407fa70b989928b2783a76b278505bba22 - languageName: node - linkType: hard - "get-stream@npm:^4.1.0": version: 4.1.0 resolution: "get-stream@npm:4.1.0" @@ -21238,6 +23887,16 @@ __metadata: languageName: node linkType: hard +"get-stream@npm:^9.0.1": + version: 9.0.1 + resolution: "get-stream@npm:9.0.1" + dependencies: + "@sec-ant/readable-stream": "npm:^0.4.1" + is-stream: "npm:^4.0.1" + checksum: 10c0/d70e73857f2eea1826ac570c3a912757dcfbe8a718a033fa0c23e12ac8e7d633195b01710e0559af574cbb5af101009b42df7b6f6b29ceec8dbdf7291931b948 + languageName: node + linkType: hard + "get-symbol-description@npm:^1.0.2": version: 1.0.2 resolution: "get-symbol-description@npm:1.0.2" @@ -21640,6 +24299,25 @@ __metadata: languageName: node linkType: hard +"got@npm:^13.0.0": + version: 13.0.0 + resolution: "got@npm:13.0.0" + dependencies: + "@sindresorhus/is": "npm:^5.2.0" + "@szmarczak/http-timer": "npm:^5.0.1" + cacheable-lookup: "npm:^7.0.0" + cacheable-request: "npm:^10.2.8" + decompress-response: "npm:^6.0.0" + form-data-encoder: "npm:^2.1.2" + get-stream: "npm:^6.0.1" + http2-wrapper: "npm:^2.1.10" + lowercase-keys: "npm:^3.0.0" + p-cancelable: "npm:^3.0.0" + responselike: "npm:^3.0.0" + checksum: 10c0/d6a4648dc46f1f9df2637b8730d4e664349a93cb6df62c66dfbb48f7887ba79742a1cc90739a4eb1c15f790ca838ff641c5cdecdc877993627274aeb0f02b92d + languageName: node + linkType: hard + "got@npm:^9.6.0": version: 9.6.0 resolution: "got@npm:9.6.0" @@ -22514,6 +25192,15 @@ __metadata: languageName: node linkType: hard +"inspect-with-kind@npm:^1.0.5": + version: 1.0.5 + resolution: "inspect-with-kind@npm:1.0.5" + dependencies: + kind-of: "npm:^6.0.2" + checksum: 10c0/4a7ca641927d24b5f0fabbad48ed940cffa840d6cfa07b6bc475593f6e0679b4d30ec1714de289cb17b10214a36e6bdccc257262a1163e33741425e5d311e8d1 + languageName: node + linkType: hard + "internal-slot@npm:^1.0.7": version: 1.0.7 resolution: "internal-slot@npm:1.0.7" @@ -22565,6 +25252,13 @@ __metadata: languageName: node linkType: hard +"ip-regex@npm:^4.3.0": + version: 4.3.0 + resolution: "ip-regex@npm:4.3.0" + checksum: 10c0/f9ef1f5d0df05b9133a882974e572ae525ccd205260cb103dae337f1fc7451ed783391acc6ad688e56dd2598f769e8e72ecbb650ec34763396af822a91768562 + languageName: node + linkType: hard + "ipaddr.js@npm:1.9.1": version: 1.9.1 resolution: "ipaddr.js@npm:1.9.1" @@ -22710,7 +25404,7 @@ __metadata: languageName: node linkType: hard -"is-core-module@npm:^2.12.1, is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1": +"is-core-module@npm:^2.12.1, is-core-module@npm:^2.13.0": version: 2.15.1 resolution: "is-core-module@npm:2.15.1" dependencies: @@ -22949,7 +25643,7 @@ __metadata: languageName: node linkType: hard -"is-plain-obj@npm:^1.0.0": +"is-plain-obj@npm:^1.0.0, is-plain-obj@npm:^1.1.0": version: 1.1.0 resolution: "is-plain-obj@npm:1.1.0" checksum: 10c0/daaee1805add26f781b413fdf192fc91d52409583be30ace35c82607d440da63cc4cac0ac55136716688d6c0a2c6ef3edb2254fecbd1fe06056d6bd15975ee8c @@ -23044,14 +25738,7 @@ __metadata: languageName: node linkType: hard -"is-stream@npm:^1.1.0": - version: 1.1.0 - resolution: "is-stream@npm:1.1.0" - checksum: 10c0/b8ae7971e78d2e8488d15f804229c6eed7ed36a28f8807a1815938771f4adff0e705218b7dab968270433f67103e4fef98062a0beea55d64835f705ee72c7002 - languageName: node - linkType: hard - -"is-stream@npm:^2.0.0": +"is-stream@npm:^2.0.0, is-stream@npm:^2.0.1": version: 2.0.1 resolution: "is-stream@npm:2.0.1" checksum: 10c0/7c284241313fc6efc329b8d7f08e16c0efeb6baab1b4cd0ba579eb78e5af1aa5da11e68559896a2067cd6c526bd29241dda4eb1225e627d5aa1a89a76d4635a5 @@ -23065,6 +25752,13 @@ __metadata: languageName: node linkType: hard +"is-stream@npm:^4.0.1": + version: 4.0.1 + resolution: "is-stream@npm:4.0.1" + checksum: 10c0/2706c7f19b851327ba374687bc4a3940805e14ca496dc672b9629e744d143b1ad9c6f1b162dece81c7bfbc0f83b32b61ccc19ad2e05aad2dd7af347408f60c7f + languageName: node + linkType: hard + "is-string@npm:^1.0.7, is-string@npm:^1.1.0": version: 1.1.0 resolution: "is-string@npm:1.1.0" @@ -23940,7 +26634,7 @@ __metadata: languageName: node linkType: hard -"jiti@npm:^2.1.2": +"jiti@npm:^2.1.2, jiti@npm:^2.4.1": version: 2.4.1 resolution: "jiti@npm:2.4.1" bin: @@ -23974,7 +26668,7 @@ __metadata: languageName: node linkType: hard -"js-sha3@npm:0.8.0": +"js-sha3@npm:0.8.0, js-sha3@npm:^0.8.0": version: 0.8.0 resolution: "js-sha3@npm:0.8.0" checksum: 10c0/43a21dc7967c871bd2c46cb1c2ae97441a97169f324e509f382d43330d8f75cf2c96dba7c806ab08a425765a9c847efdd4bffbac2d99c3a4f3de6c0218f40533 @@ -24987,16 +27681,6 @@ __metadata: languageName: node linkType: hard -"lru-cache@npm:^4.0.1": - version: 4.1.5 - resolution: "lru-cache@npm:4.1.5" - dependencies: - pseudomap: "npm:^1.0.2" - yallist: "npm:^2.1.2" - checksum: 10c0/1ca5306814e5add9ec63556d6fd9b24a4ecdeaef8e9cea52cbf30301e6b88c8d8ddc7cab45b59b56eb763e6c45af911585dc89925a074ab65e1502e3fe8103cf - languageName: node - linkType: hard - "lru-cache@npm:^5.1.1": version: 5.1.1 resolution: "lru-cache@npm:5.1.1" @@ -25265,6 +27949,13 @@ __metadata: languageName: node linkType: hard +"micro-base@npm:^0.9.0": + version: 0.9.0 + resolution: "micro-base@npm:0.9.0" + checksum: 10c0/91f08d34e14573e76bbb695259651599b0aa77d95c1012b12fc45f60c0db5f2b20f6dca3cb3d4549b0d504100295c91bdd283a65e654c7822f2eba994172416a + languageName: node + linkType: hard + "micro-ftch@npm:^0.3.1": version: 0.3.1 resolution: "micro-ftch@npm:0.3.1" @@ -25363,6 +28054,13 @@ __metadata: languageName: node linkType: hard +"mimic-response@npm:^4.0.0": + version: 4.0.0 + resolution: "mimic-response@npm:4.0.0" + checksum: 10c0/761d788d2668ae9292c489605ffd4fad220f442fbae6832adce5ebad086d691e906a6d5240c290293c7a11e99fbdbbef04abbbed498bf8699a4ee0f31315e3fb + languageName: node + linkType: hard + "min-document@npm:^2.19.0": version: 2.19.0 resolution: "min-document@npm:2.19.0" @@ -25653,7 +28351,7 @@ __metadata: languageName: node linkType: hard -"mock-socket@npm:^9.3.1": +"mock-socket@npm:^9.1.2, mock-socket@npm:^9.2.1, mock-socket@npm:^9.3.1": version: 9.3.1 resolution: "mock-socket@npm:9.3.1" checksum: 10c0/0c53baa4acca12ed1ff9bddfdd4bc0cabe0fc96a3ed25a42a00d23b7a111eb6edfc2b44d93aef9a0c93a4a000b4d2d8dcff028488cd2a1e9cc416477ee341ce0 @@ -25709,17 +28407,17 @@ __metadata: languageName: node linkType: hard -"motion-dom@npm:^11.13.0": - version: 11.13.0 - resolution: "motion-dom@npm:11.13.0" - checksum: 10c0/5ba904289ca027a8070e001ca4f84a877539d6b08eaae04acaf117b5fc4bc37a9f4ca812208b41f4dc61a2db7af841140b30517d442c32d5243827b81bb11db7 +"motion-dom@npm:^11.14.3": + version: 11.14.3 + resolution: "motion-dom@npm:11.14.3" + checksum: 10c0/14989aba2981dcf618dc77d202ac35325366e645fd9e57c6942d88d0696263bbe7d0680da2e5f84e93339a67255bdbfebb8a4994a46584a661dd9a1e136fa7a1 languageName: node linkType: hard -"motion-utils@npm:^11.13.0": - version: 11.13.0 - resolution: "motion-utils@npm:11.13.0" - checksum: 10c0/db65509cf7abc7819ec40aae4c50a29f5c07619ee0ff4df04ea3950e85ba5ec68d00cf0f2ef3072bd41787306335eab364de9d199c145631fafd9de39df1eef9 +"motion-utils@npm:^11.14.3": + version: 11.14.3 + resolution: "motion-utils@npm:11.14.3" + checksum: 10c0/7459bcb27311b72b416b2618cbfd56bad7d0fbec27736529e3f45a561fa78c43bf82e05338d9d9b765649b57d1c693821e83b30c6ba449d6f7f66c5245f072fb languageName: node linkType: hard @@ -25929,13 +28627,13 @@ __metadata: languageName: node linkType: hard -"next-themes@npm:^0.4.3": - version: 0.4.3 - resolution: "next-themes@npm:0.4.3" +"next-themes@npm:^0.4.4": + version: 0.4.4 + resolution: "next-themes@npm:0.4.4" peerDependencies: react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc - checksum: 10c0/81dbe9efed2b10169e4ecd2ff59f3dedc091518c92a79354b863ccdcc444a061125de975af5c0c123ce9a1ebd7b20b05a1fdbfcf2aaeeb337fec03fe38fd8cb0 + checksum: 10c0/45d82f968ccfc90f6e6e3cdb95962132f6d1e19eaf614c4e824fc5d079ec522dd50cc196c58da2f000d755b81dbb0caf378c4f512a9e6b6c0a0daa3f99f1a2c7 languageName: node linkType: hard @@ -25946,20 +28644,20 @@ __metadata: languageName: node linkType: hard -"next@npm:^14.2.19": - version: 14.2.19 - resolution: "next@npm:14.2.19" +"next@npm:^14.2.20": + version: 14.2.20 + resolution: "next@npm:14.2.20" dependencies: - "@next/env": "npm:14.2.19" - "@next/swc-darwin-arm64": "npm:14.2.19" - "@next/swc-darwin-x64": "npm:14.2.19" - "@next/swc-linux-arm64-gnu": "npm:14.2.19" - "@next/swc-linux-arm64-musl": "npm:14.2.19" - "@next/swc-linux-x64-gnu": "npm:14.2.19" - "@next/swc-linux-x64-musl": "npm:14.2.19" - "@next/swc-win32-arm64-msvc": "npm:14.2.19" - "@next/swc-win32-ia32-msvc": "npm:14.2.19" - "@next/swc-win32-x64-msvc": "npm:14.2.19" + "@next/env": "npm:14.2.20" + "@next/swc-darwin-arm64": "npm:14.2.20" + "@next/swc-darwin-x64": "npm:14.2.20" + "@next/swc-linux-arm64-gnu": "npm:14.2.20" + "@next/swc-linux-arm64-musl": "npm:14.2.20" + "@next/swc-linux-x64-gnu": "npm:14.2.20" + "@next/swc-linux-x64-musl": "npm:14.2.20" + "@next/swc-win32-arm64-msvc": "npm:14.2.20" + "@next/swc-win32-ia32-msvc": "npm:14.2.20" + "@next/swc-win32-x64-msvc": "npm:14.2.20" "@swc/helpers": "npm:0.5.5" busboy: "npm:1.6.0" caniuse-lite: "npm:^1.0.30001579" @@ -26000,7 +28698,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10c0/54e2c066f8c183fe608415055d1e026036f4708559e4ee7d0be5914103bf9edd82d4034612609d4e81b0e209f45704c5206df0f16919cd1c432b45e27bc6ef47 + checksum: 10c0/a2e214762cbe43c6f6e8a9b29d32916ac3121363d1e2c5b54074fccd9b2dd4e017ce9cf086d956661fedc3266fc8e9bd30f8caab5cef6d1f244609ed8d86ce1e languageName: node linkType: hard @@ -26021,7 +28719,7 @@ __metadata: languageName: node linkType: hard -"nock@npm:^13.5.0": +"nock@npm:^13.2.4, nock@npm:^13.3.0, nock@npm:^13.5.0, nock@npm:^13.5.4, nock@npm:^13.5.5": version: 13.5.6 resolution: "nock@npm:13.5.6" dependencies: @@ -26080,7 +28778,7 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0": +"node-fetch@npm:2.7.0, node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0": version: 2.7.0 resolution: "node-fetch@npm:2.7.0" dependencies: @@ -26094,7 +28792,7 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^3.3.2": +"node-fetch@npm:^3.3.0, node-fetch@npm:^3.3.2": version: 3.3.2 resolution: "node-fetch@npm:3.3.2" dependencies: @@ -26199,6 +28897,13 @@ __metadata: languageName: node linkType: hard +"node-releases@npm:^2.0.19": + version: 2.0.19 + resolution: "node-releases@npm:2.0.19" + checksum: 10c0/52a0dbd25ccf545892670d1551690fe0facb6a471e15f2cfa1b20142a5b255b3aa254af5f59d6ecb69c2bec7390bc643c43aa63b13bf5e64b6075952e716b1aa + languageName: node + linkType: hard + "node-schedule@npm:2.1.1": version: 2.1.1 resolution: "node-schedule@npm:2.1.1" @@ -26302,6 +29007,13 @@ __metadata: languageName: node linkType: hard +"normalize-url@npm:^8.0.0": + version: 8.0.1 + resolution: "normalize-url@npm:8.0.1" + checksum: 10c0/eb439231c4b84430f187530e6fdac605c5048ef4ec556447a10c00a91fc69b52d8d8298d9d608e68d3e0f7dc2d812d3455edf425e0f215993667c3183bcab1ef + languageName: node + linkType: hard + "notistack@npm:^3.0.1": version: 3.0.1 resolution: "notistack@npm:3.0.1" @@ -26327,15 +29039,6 @@ __metadata: languageName: node linkType: hard -"npm-run-path@npm:^2.0.0": - version: 2.0.2 - resolution: "npm-run-path@npm:2.0.2" - dependencies: - path-key: "npm:^2.0.0" - checksum: 10c0/95549a477886f48346568c97b08c4fda9cdbf7ce8a4fbc2213f36896d0d19249e32d68d7451bdcbca8041b5fba04a6b2c4a618beaf19849505c05b700740f1de - languageName: node - linkType: hard - "npm-run-path@npm:^4.0.1": version: 4.0.1 resolution: "npm-run-path@npm:4.0.1" @@ -26389,21 +29092,21 @@ __metadata: languageName: node linkType: hard -"nx@npm:20.1.4": - version: 20.1.4 - resolution: "nx@npm:20.1.4" +"nx@npm:20.2.2": + version: 20.2.2 + resolution: "nx@npm:20.2.2" dependencies: "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nx/nx-darwin-arm64": "npm:20.1.4" - "@nx/nx-darwin-x64": "npm:20.1.4" - "@nx/nx-freebsd-x64": "npm:20.1.4" - "@nx/nx-linux-arm-gnueabihf": "npm:20.1.4" - "@nx/nx-linux-arm64-gnu": "npm:20.1.4" - "@nx/nx-linux-arm64-musl": "npm:20.1.4" - "@nx/nx-linux-x64-gnu": "npm:20.1.4" - "@nx/nx-linux-x64-musl": "npm:20.1.4" - "@nx/nx-win32-arm64-msvc": "npm:20.1.4" - "@nx/nx-win32-x64-msvc": "npm:20.1.4" + "@nx/nx-darwin-arm64": "npm:20.2.2" + "@nx/nx-darwin-x64": "npm:20.2.2" + "@nx/nx-freebsd-x64": "npm:20.2.2" + "@nx/nx-linux-arm-gnueabihf": "npm:20.2.2" + "@nx/nx-linux-arm64-gnu": "npm:20.2.2" + "@nx/nx-linux-arm64-musl": "npm:20.2.2" + "@nx/nx-linux-x64-gnu": "npm:20.2.2" + "@nx/nx-linux-x64-musl": "npm:20.2.2" + "@nx/nx-win32-arm64-msvc": "npm:20.2.2" + "@nx/nx-win32-x64-msvc": "npm:20.2.2" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.2" "@zkochan/js-yaml": "npm:0.0.7" @@ -26433,6 +29136,7 @@ __metadata: tmp: "npm:~0.2.1" tsconfig-paths: "npm:^4.1.2" tslib: "npm:^2.3.0" + yaml: "npm:^2.6.0" yargs: "npm:^17.6.2" yargs-parser: "npm:21.1.1" peerDependencies: @@ -26467,7 +29171,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10c0/a9407ea70ecf9b2f465c94552124ef01d90828025540fa5733e1d3d35e6adab41adfe0c0545ebed37b0e7059e4dfee972351949fd9b643adb13e6daba4dd0214 + checksum: 10c0/2046068295be6d33fe11505978ec1a770af272c959ef9aba5341c343f590dbed634958a07dc365d90e9feb0b62b9a06289c7cf3d88090e13062ece13e187b6f3 languageName: node linkType: hard @@ -26562,17 +29266,6 @@ __metadata: languageName: node linkType: hard -"object.groupby@npm:^1.0.3": - version: 1.0.3 - resolution: "object.groupby@npm:1.0.3" - dependencies: - call-bind: "npm:^1.0.7" - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.2" - checksum: 10c0/60d0455c85c736fbfeda0217d1a77525956f76f7b2495edeca9e9bbf8168a45783199e77b894d30638837c654d0cc410e0e02cbfcf445bc8de71c3da1ede6a9c - languageName: node - linkType: hard - "object.values@npm:^1.1.6, object.values@npm:^1.2.0": version: 1.2.0 resolution: "object.values@npm:1.2.0" @@ -26812,15 +29505,6 @@ __metadata: languageName: node linkType: hard -"os-filter-obj@npm:^2.0.0": - version: 2.0.0 - resolution: "os-filter-obj@npm:2.0.0" - dependencies: - arch: "npm:^2.1.0" - checksum: 10c0/2734dcef67dfa027b3aeb8c721893c9c97b4d261efebd2a8469330d8b62ccaae072599aef0d3037bf285385fa14fb745f2e6d6958805924bb008031691cc7253 - languageName: node - linkType: hard - "os-tmpdir@npm:~1.0.2": version: 1.0.2 resolution: "os-tmpdir@npm:1.0.2" @@ -26911,13 +29595,6 @@ __metadata: languageName: node linkType: hard -"p-finally@npm:^1.0.0": - version: 1.0.0 - resolution: "p-finally@npm:1.0.0" - checksum: 10c0/6b8552339a71fe7bd424d01d8451eea92d379a711fc62f6b2fe64cad8a472c7259a236c9a22b4733abca0b5666ad503cb497792a0478c5af31ded793d00937e7 - languageName: node - linkType: hard - "p-limit@npm:^2.0.0, p-limit@npm:^2.2.0": version: 2.3.0 resolution: "p-limit@npm:2.3.0" @@ -27037,7 +29714,7 @@ __metadata: languageName: node linkType: hard -"pako@npm:^2.0.2": +"pako@npm:^2.0.2, pako@npm:^2.0.4": version: 2.1.0 resolution: "pako@npm:2.1.0" checksum: 10c0/8e8646581410654b50eb22a5dfd71159cae98145bd5086c9a7a816ec0370b5f72b4648d08674624b3870a521e6a3daffd6c2f7bc00fdefc7063c9d8232ff5116 @@ -27230,7 +29907,7 @@ __metadata: languageName: node linkType: hard -"path-key@npm:^2.0.0, path-key@npm:^2.0.1": +"path-key@npm:^2.0.1": version: 2.0.1 resolution: "path-key@npm:2.0.1" checksum: 10c0/dd2044f029a8e58ac31d2bf34c34b93c3095c1481942960e84dd2faa95bbb71b9b762a106aead0646695330936414b31ca0bd862bf488a937ad17c8c5d73b32b @@ -27316,13 +29993,20 @@ __metadata: languageName: node linkType: hard -"peek-readable@npm:^5.1.3": +"peek-readable@npm:^5.3.1": version: 5.3.1 resolution: "peek-readable@npm:5.3.1" checksum: 10c0/49f628e4728887230c158699e422ebb10747f5e02aee930ec10634fa7142e74e67d3fb3a780e7a9b9f092c61bf185f07d167c099b2359b22a58cee3dbfe0e43b languageName: node linkType: hard +"pend@npm:~1.2.0": + version: 1.2.0 + resolution: "pend@npm:1.2.0" + checksum: 10c0/8a87e63f7a4afcfb0f9f77b39bb92374afc723418b9cb716ee4257689224171002e07768eeade4ecd0e86f1fa3d8f022994219fb45634f2dbd78c6803e452458 + languageName: node + linkType: hard + "perf-regexes@npm:^1.0.1": version: 1.0.1 resolution: "perf-regexes@npm:1.0.1" @@ -27358,7 +30042,7 @@ __metadata: languageName: node linkType: hard -"pify@npm:^2.2.0, pify@npm:^2.3.0": +"pify@npm:^2.3.0": version: 2.3.0 resolution: "pify@npm:2.3.0" checksum: 10c0/551ff8ab830b1052633f59cb8adc9ae8407a436e06b4a9718bcb27dc5844b83d535c3a8512b388b6062af65a98c49bdc0dd523d8b2617b188f7c8fee457158dc @@ -27469,7 +30153,7 @@ __metadata: languageName: node linkType: hard -"piscina@npm:^4.3.0": +"piscina@npm:^4.3.1": version: 4.8.0 resolution: "piscina@npm:4.8.0" dependencies: @@ -28297,9 +30981,9 @@ __metadata: languageName: node linkType: hard -"postcss-preset-env@npm:^10.1.1": - version: 10.1.1 - resolution: "postcss-preset-env@npm:10.1.1" +"postcss-preset-env@npm:^10.1.2": + version: 10.1.2 + resolution: "postcss-preset-env@npm:10.1.2" dependencies: "@csstools/postcss-cascade-layers": "npm:^5.0.1" "@csstools/postcss-color-function": "npm:^4.0.6" @@ -28336,9 +31020,9 @@ __metadata: autoprefixer: "npm:^10.4.19" browserslist: "npm:^4.23.1" css-blank-pseudo: "npm:^7.0.1" - css-has-pseudo: "npm:^7.0.1" + css-has-pseudo: "npm:^7.0.2" css-prefers-color-scheme: "npm:^10.0.0" - cssdb: "npm:^8.2.1" + cssdb: "npm:^8.2.3" postcss-attribute-case-insensitive: "npm:^7.0.1" postcss-clamp: "npm:^4.1.0" postcss-color-functional-notation: "npm:^7.0.6" @@ -28366,7 +31050,7 @@ __metadata: postcss-selector-not: "npm:^8.0.1" peerDependencies: postcss: ^8.4 - checksum: 10c0/99931117735a66827c7318be023ddb614990457617ccbe7fd2fdc1f10345554652df180d4842768d68d57e14fc0be4d86d0b413c65e77e02db5511e57ed07c4f + checksum: 10c0/bd40330867a525679d434ff9602efbf229da9e745a3759c2d0b3cff166dd0f17bf99b44673ebb316df1906c2bf2edef97aeef1840aa6be170b43a34404df396d languageName: node linkType: hard @@ -28815,13 +31499,6 @@ __metadata: languageName: node linkType: hard -"pseudomap@npm:^1.0.2": - version: 1.0.2 - resolution: "pseudomap@npm:1.0.2" - checksum: 10c0/5a91ce114c64ed3a6a553aa7d2943868811377388bb31447f9d8028271bae9b05b340fe0b6961a64e45b9c72946aeb0a4ab635e8f7cb3715ffd0ff2beeb6a679 - languageName: node - linkType: hard - "psl@npm:^1.1.28, psl@npm:^1.1.33": version: 1.15.0 resolution: "psl@npm:1.15.0" @@ -28986,6 +31663,13 @@ __metadata: languageName: node linkType: hard +"queue-tick@npm:^1.0.1": + version: 1.0.1 + resolution: "queue-tick@npm:1.0.1" + checksum: 10c0/0db998e2c9b15215317dbcf801e9b23e6bcde4044e115155dae34f8e7454b9a783f737c9a725528d677b7a66c775eb7a955cf144fe0b87f62b575ce5bfd515a9 + languageName: node + linkType: hard + "queue@npm:6.0.2": version: 6.0.2 resolution: "queue@npm:6.0.2" @@ -29157,12 +31841,12 @@ __metadata: languageName: node linkType: hard -"react-hook-form@npm:^7.53.2": - version: 7.53.2 - resolution: "react-hook-form@npm:7.53.2" +"react-hook-form@npm:^7.54.1": + version: 7.54.1 + resolution: "react-hook-form@npm:7.54.1" peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 - checksum: 10c0/18336d8e8798a70dcd0af703a0becca2d5dbf82a7b7a3ca334ae0e1f26410490bc3ef2ea51adcf790bb1e7006ed7a763fd00d664e398f71225b23529a7ccf0bf + checksum: 10c0/2d960ddf8aa654f34e36f5d995f0ec067a4c01340d650eca44f22aa4421e278dcc449c8522e66c5c66b1c61d62fbdf914b9e0a8de9deb4c6346cc3b37ef4eb82 languageName: node linkType: hard @@ -29194,38 +31878,38 @@ __metadata: languageName: node linkType: hard -"react-remove-scroll-bar@npm:^2.3.6": - version: 2.3.6 - resolution: "react-remove-scroll-bar@npm:2.3.6" +"react-remove-scroll-bar@npm:^2.3.7": + version: 2.3.8 + resolution: "react-remove-scroll-bar@npm:2.3.8" dependencies: - react-style-singleton: "npm:^2.2.1" + react-style-singleton: "npm:^2.2.2" tslib: "npm:^2.0.0" peerDependencies: - "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + "@types/react": "*" + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/4e32ee04bf655a8bd3b4aacf6ffc596ae9eb1b9ba27eef83f7002632ee75371f61516ae62250634a9eae4b2c8fc6f6982d9b182de260f6c11841841e6e2e7515 + checksum: 10c0/9a0675c66cbb52c325bdbfaed80987a829c4504cefd8ff2dd3b6b3afc9a1500b8ec57b212e92c1fb654396d07bbe18830a8146fe77677d2a29ce40b5e1f78654 languageName: node linkType: hard -"react-remove-scroll@npm:2.6.0": - version: 2.6.0 - resolution: "react-remove-scroll@npm:2.6.0" +"react-remove-scroll@npm:^2.6.1": + version: 2.6.1 + resolution: "react-remove-scroll@npm:2.6.1" dependencies: - react-remove-scroll-bar: "npm:^2.3.6" + react-remove-scroll-bar: "npm:^2.3.7" react-style-singleton: "npm:^2.2.1" tslib: "npm:^2.1.0" use-callback-ref: "npm:^1.3.0" use-sidecar: "npm:^1.1.2" peerDependencies: - "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + "@types/react": "*" + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/c5881c537477d986e8d25d2588a9b6f7fe1254e05946fb4f4b55baeead502b0e1875fc3c42bb6f82736772cd96a50266e41d84e3c4cd25e9525bdfe2d838e96d + checksum: 10c0/148abfdeec064bde4ae19c66742464b4a2075e96962c9d0a9170d6719b3fcf272951ce84fc84b356e9300bef985ba5c9d48f74d09f3097328e325de435b35972 languageName: node linkType: hard @@ -29278,6 +31962,22 @@ __metadata: languageName: node linkType: hard +"react-style-singleton@npm:^2.2.2": + version: 2.2.3 + resolution: "react-style-singleton@npm:2.2.3" + dependencies: + get-nonce: "npm:^1.0.0" + tslib: "npm:^2.0.0" + peerDependencies: + "@types/react": "*" + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/841938ff16d16a6b76895f4cb2e1fea957e5fe3b30febbf03a54892dae1c9153f2383e231dea0b3ba41192ad2f2849448fa859caccd288943bce32639e971bee + languageName: node + linkType: hard + "react-syntax-highlighter@npm:^15.6.1": version: 15.6.1 resolution: "react-syntax-highlighter@npm:15.6.1" @@ -29375,15 +32075,6 @@ __metadata: languageName: node linkType: hard -"readable-web-to-node-stream@npm:^3.0.2": - version: 3.0.2 - resolution: "readable-web-to-node-stream@npm:3.0.2" - dependencies: - readable-stream: "npm:^3.6.0" - checksum: 10c0/533d5cd1580232a2c753e52a245be13fc552e6f82c5053a8a8da7ea1063d73a34f936a86b3d4433cdb4a13dd683835cfc87f230936cb96d329a1e28b6040f42e - languageName: node - linkType: hard - "readdirp@npm:^4.0.1": version: 4.0.2 resolution: "readdirp@npm:4.0.2" @@ -29443,9 +32134,9 @@ __metadata: languageName: node linkType: hard -"recharts@npm:^2.14.1": - version: 2.14.1 - resolution: "recharts@npm:2.14.1" +"recharts@npm:^2.15.0": + version: 2.15.0 + resolution: "recharts@npm:2.15.0" dependencies: clsx: "npm:^2.0.0" eventemitter3: "npm:^4.0.1" @@ -29456,9 +32147,9 @@ __metadata: tiny-invariant: "npm:^1.3.1" victory-vendor: "npm:^36.6.8" peerDependencies: - react: ^16.0.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 - checksum: 10c0/dfc1840ee03a5a51d08e77b83e2120f6723ab5349fad012d3a29ea0299da0bf1f30d1955fad60aec830d29f44d6f7fd4d6f41a5017094a40c03429dfa8461ef5 + react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + checksum: 10c0/9dca8003c22c1d91b895add65e85d58bc1e79a5abc739bf0b61e275384f70b6922ad7247c0c39e0f5650174d2d9b1a006dc9c23d33732b7f4016c7df076826d3 languageName: node linkType: hard @@ -29885,6 +32576,15 @@ __metadata: languageName: node linkType: hard +"responselike@npm:^3.0.0": + version: 3.0.0 + resolution: "responselike@npm:3.0.0" + dependencies: + lowercase-keys: "npm:^3.0.0" + checksum: 10c0/8af27153f7e47aa2c07a5f2d538cb1e5872995f0e9ff77def858ecce5c3fe677d42b824a62cde502e56d275ab832b0a8bd350d5cd6b467ac0425214ac12ae658 + languageName: node + linkType: hard + "restore-cursor@npm:^3.1.0": version: 3.1.0 resolution: "restore-cursor@npm:3.1.0" @@ -29999,7 +32699,7 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.20.0, rollup@npm:^4.28.0, rollup@npm:^4.9.6": +"rollup@npm:^4.20.0, rollup@npm:^4.9.6": version: 4.28.0 resolution: "rollup@npm:4.28.0" dependencies: @@ -30068,6 +32768,78 @@ __metadata: languageName: node linkType: hard +"rollup@npm:^4.28.1": + version: 4.28.1 + resolution: "rollup@npm:4.28.1" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.28.1" + "@rollup/rollup-android-arm64": "npm:4.28.1" + "@rollup/rollup-darwin-arm64": "npm:4.28.1" + "@rollup/rollup-darwin-x64": "npm:4.28.1" + "@rollup/rollup-freebsd-arm64": "npm:4.28.1" + "@rollup/rollup-freebsd-x64": "npm:4.28.1" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.28.1" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.28.1" + "@rollup/rollup-linux-arm64-gnu": "npm:4.28.1" + "@rollup/rollup-linux-arm64-musl": "npm:4.28.1" + "@rollup/rollup-linux-loongarch64-gnu": "npm:4.28.1" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.28.1" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.28.1" + "@rollup/rollup-linux-s390x-gnu": "npm:4.28.1" + "@rollup/rollup-linux-x64-gnu": "npm:4.28.1" + "@rollup/rollup-linux-x64-musl": "npm:4.28.1" + "@rollup/rollup-win32-arm64-msvc": "npm:4.28.1" + "@rollup/rollup-win32-ia32-msvc": "npm:4.28.1" + "@rollup/rollup-win32-x64-msvc": "npm:4.28.1" + "@types/estree": "npm:1.0.6" + fsevents: "npm:~2.3.2" + dependenciesMeta: + "@rollup/rollup-android-arm-eabi": + optional: true + "@rollup/rollup-android-arm64": + optional: true + "@rollup/rollup-darwin-arm64": + optional: true + "@rollup/rollup-darwin-x64": + optional: true + "@rollup/rollup-freebsd-arm64": + optional: true + "@rollup/rollup-freebsd-x64": + optional: true + "@rollup/rollup-linux-arm-gnueabihf": + optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true + "@rollup/rollup-linux-arm64-gnu": + optional: true + "@rollup/rollup-linux-arm64-musl": + optional: true + "@rollup/rollup-linux-loongarch64-gnu": + optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true + "@rollup/rollup-linux-riscv64-gnu": + 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-win32-arm64-msvc": + optional: true + "@rollup/rollup-win32-ia32-msvc": + optional: true + "@rollup/rollup-win32-x64-msvc": + optional: true + fsevents: + optional: true + bin: + rollup: dist/bin/rollup + checksum: 10c0/2d2d0433b7cb53153a04c7b406f342f31517608dc57510e49177941b9e68c30071674b83a0292ef1d87184e5f7c6d0f2945c8b3c74963074de10c75366fe2c14 + languageName: node + linkType: hard + "rpc-websockets@npm:^9.0.2": version: 9.0.4 resolution: "rpc-websockets@npm:9.0.4" @@ -30120,7 +32892,7 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:7.8.1, rxjs@npm:^7.5.5, rxjs@npm:^7.8.0, rxjs@npm:^7.8.1": +"rxjs@npm:7.8.1, rxjs@npm:^7.4.0, rxjs@npm:^7.5.5, rxjs@npm:^7.8.0, rxjs@npm:^7.8.1": version: 7.8.1 resolution: "rxjs@npm:7.8.1" dependencies: @@ -30129,6 +32901,15 @@ __metadata: languageName: node linkType: hard +"rxjs@npm:^6.6.7": + version: 6.6.7 + resolution: "rxjs@npm:6.6.7" + dependencies: + tslib: "npm:^1.9.0" + checksum: 10c0/e556a13a9aa89395e5c9d825eabcfa325568d9c9990af720f3f29f04a888a3b854f25845c2b55875d875381abcae2d8100af9cacdc57576e7ed6be030a01d2fe + languageName: node + linkType: hard + "safe-array-concat@npm:^1.1.2": version: 1.1.2 resolution: "safe-array-concat@npm:1.1.2" @@ -30312,6 +33093,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 + "scrypt-js@npm:3.0.1, scrypt-js@npm:^3.0.0, scrypt-js@npm:^3.0.1": version: 3.0.1 resolution: "scrypt-js@npm:3.0.1" @@ -30319,6 +33112,13 @@ __metadata: languageName: node linkType: hard +"scryptsy@npm:^2.1.0": + version: 2.1.0 + resolution: "scryptsy@npm:2.1.0" + checksum: 10c0/d1ddf903db180e3c4b45e65be6a1bdd94933fc30ac9c5527101d06a216f25560d28ceba434ba543391afa09ec3599faca8d6bfec38c59fdf78aa14bea8d40cb7 + languageName: node + linkType: hard + "secp256k1@npm:^4.0.1": version: 4.0.4 resolution: "secp256k1@npm:4.0.4" @@ -30345,6 +33145,18 @@ __metadata: languageName: node linkType: hard +"seek-bzip@npm:^2.0.0": + version: 2.0.0 + resolution: "seek-bzip@npm:2.0.0" + dependencies: + commander: "npm:^6.0.0" + bin: + seek-bunzip: bin/seek-bunzip + seek-table: bin/seek-bzip-table + checksum: 10c0/bca70b60aed2aa333b3c4f1f46a1306d3edc68aa6ac0e700c32fe40428bc9bdb8d38d7eacbf4bc276a062da25c761dccb926a91e8a02086e9897779626e9171d + languageName: node + linkType: hard + "select-hose@npm:^2.0.0": version: 2.0.0 resolution: "select-hose@npm:2.0.0" @@ -30446,7 +33258,7 @@ __metadata: languageName: node linkType: hard -"serialize-javascript@npm:^6.0.0, serialize-javascript@npm:^6.0.1": +"serialize-javascript@npm:^6.0.0, serialize-javascript@npm:^6.0.1, serialize-javascript@npm:^6.0.2": version: 6.0.2 resolution: "serialize-javascript@npm:6.0.2" dependencies: @@ -30724,7 +33536,7 @@ __metadata: languageName: node linkType: hard -"signal-exit@npm:^3.0.0, signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.3, signal-exit@npm:^3.0.7": +"signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.3, signal-exit@npm:^3.0.7": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" checksum: 10c0/25d272fa73e146048565e08f3309d5b942c1979a6f4a58a8c59d5fa299728e9c2fcd1a759ec870863b1fd38653670240cd420dad2ad9330c71f36608a6a1c912 @@ -30849,6 +33661,15 @@ __metadata: languageName: node linkType: hard +"smoldot@npm:2.0.26": + version: 2.0.26 + resolution: "smoldot@npm:2.0.26" + dependencies: + ws: "npm:^8.8.1" + checksum: 10c0/a4788fb92e5ed6e8c3d171d00474712c6f98f62cae68543f1029e7976a64ce9c8126956e50d6bd89482df8568f8ac043d5eb50b63f44f9a6062cbc49f0ef2dad + languageName: node + linkType: hard + "snake-case@npm:^3.0.4": version: 3.0.4 resolution: "snake-case@npm:3.0.4" @@ -31192,11 +34013,11 @@ __metadata: languageName: node linkType: hard -"storybook@npm:^8.4.6": - version: 8.4.6 - resolution: "storybook@npm:8.4.6" +"storybook@npm:^8.4.7": + version: 8.4.7 + resolution: "storybook@npm:8.4.7" dependencies: - "@storybook/core": "npm:8.4.6" + "@storybook/core": "npm:8.4.7" peerDependencies: prettier: ^2 || ^3 peerDependenciesMeta: @@ -31206,7 +34027,7 @@ __metadata: getstorybook: ./bin/index.cjs sb: ./bin/index.cjs storybook: ./bin/index.cjs - checksum: 10c0/e15249718c1efab3d3d05f3152df28fc8f7e2e988bf7414cd4abf2adfb5d6c3b802f05dad5be0521c30d0ba43e55abf516e6f874b0671e0d1e84a7096cb47d3d + checksum: 10c0/795b79950b88b41ee0158fe2e2583a8ce97ff843c054f91e3c55310967b9e5c4e4d72814773380b543c33bd6d57ce6b5f377ce93ce73962e803b250a751be37c languageName: node linkType: hard @@ -31266,6 +34087,21 @@ __metadata: languageName: node linkType: hard +"streamx@npm:^2.15.0": + version: 2.21.1 + resolution: "streamx@npm:2.21.1" + dependencies: + bare-events: "npm:^2.2.0" + fast-fifo: "npm:^1.3.2" + queue-tick: "npm:^1.0.1" + text-decoder: "npm:^1.1.0" + dependenciesMeta: + bare-events: + optional: true + checksum: 10c0/752297e877bdeba4a4c180335564c446636c3a33f1c8733b4773746dab6212266e97cd71be8cade9748bbb1b9e2fee61f81e46bcdaf1ff396b79c9cb9355f26e + languageName: node + linkType: hard + "strict-uri-encode@npm:^1.0.0": version: 1.1.0 resolution: "strict-uri-encode@npm:1.1.0" @@ -31455,10 +34291,13 @@ __metadata: languageName: node linkType: hard -"strip-eof@npm:^1.0.0": - version: 1.0.0 - resolution: "strip-eof@npm:1.0.0" - checksum: 10c0/f336beed8622f7c1dd02f2cbd8422da9208fae81daf184f73656332899978919d5c0ca84dc6cfc49ad1fc4dd7badcde5412a063cf4e0d7f8ed95a13a63f68f45 +"strip-dirs@npm:^3.0.0": + version: 3.0.0 + resolution: "strip-dirs@npm:3.0.0" + dependencies: + inspect-with-kind: "npm:^1.0.5" + is-plain-obj: "npm:^1.1.0" + checksum: 10c0/136cc8f3543f8785c5c59dc270d98106fb6625142e34304ea66a118338e5d5051681d650484a6737bee9bcfafd259fa5c044f4dda0f3bb5a5ffebf4e77effa11 languageName: node linkType: hard @@ -31522,14 +34361,7 @@ __metadata: resolution: "strip-outer@npm:1.0.1" dependencies: escape-string-regexp: "npm:^1.0.2" - checksum: 10c0/c0f38e6f37563d878a221b1c76f0822f180ec5fc39be5ada30ee637a7d5b59d19418093bad2b4db1e69c40d7a7a7ac50828afce07276cf3d51ac8965cb140dfb - languageName: node - linkType: hard - -"strip-outer@npm:^2.0.0": - version: 2.0.0 - resolution: "strip-outer@npm:2.0.0" - checksum: 10c0/6633b62914884dd63bc94221368b8d8a8df4cbde3d50849de0cfa3bf9f76751828108c9cc9195bcd1b70d73317cc25d3c1c4d6b717be437a1f6161206f44fe75 + checksum: 10c0/c0f38e6f37563d878a221b1c76f0822f180ec5fc39be5ada30ee637a7d5b59d19418093bad2b4db1e69c40d7a7a7ac50828afce07276cf3d51ac8965cb140dfb languageName: node linkType: hard @@ -31540,13 +34372,13 @@ __metadata: languageName: node linkType: hard -"strtok3@npm:^7.0.0-alpha.9": - version: 7.1.1 - resolution: "strtok3@npm:7.1.1" +"strtok3@npm:^9.0.1": + version: 9.1.1 + resolution: "strtok3@npm:9.1.1" dependencies: "@tokenizer/token": "npm:^0.3.0" - peek-readable: "npm:^5.1.3" - checksum: 10c0/40c659917d12b925a2ae0781b5a6a6573a5fc99a08e2185ba93fc1e303e7e28935f8b3b83942fd39d0adf9ce1e9e4a3a3f6d984bc6376c14feb93a121fea454a + peek-readable: "npm:^5.3.1" + checksum: 10c0/ef9cd2a6cd21aec368c7f6fbd1d93548adc2c5b69ee28fa9a4b4e8fb6be6e539f3fcdf21107196e0c3fdff1c433db7e5d0fb8cab132c0b013ed9eef220bdcf2f languageName: node linkType: hard @@ -31779,18 +34611,6 @@ __metadata: languageName: node linkType: hard -"swc-loader@npm:^0.2.3": - version: 0.2.6 - resolution: "swc-loader@npm:0.2.6" - dependencies: - "@swc/counter": "npm:^0.1.3" - peerDependencies: - "@swc/core": ^1.2.147 - webpack: ">=2" - checksum: 10c0/b06926c5cb153931589c2166aa4c7c052cc53c68758acdda480d1eb59ecddf7d74b168e33166c4f807cc9dbae4395de9d80a14ad43e265fffaa775638abf71ce - languageName: node - linkType: hard - "swr@npm:^2.2.5": version: 2.2.5 resolution: "swr@npm:2.2.5" @@ -31896,6 +34716,17 @@ __metadata: languageName: node linkType: hard +"tar-stream@npm:^3.1.7": + version: 3.1.7 + resolution: "tar-stream@npm:3.1.7" + dependencies: + b4a: "npm:^1.6.4" + fast-fifo: "npm:^1.2.0" + streamx: "npm:^2.15.0" + checksum: 10c0/a09199d21f8714bd729993ac49b6c8efcb808b544b89f23378ad6ffff6d1cb540878614ba9d4cfec11a64ef39e1a6f009a5398371491eb1fda606ffc7f70f718 + languageName: node + linkType: hard + "tar-stream@npm:~2.2.0": version: 2.2.0 resolution: "tar-stream@npm:2.2.0" @@ -31960,6 +34791,28 @@ __metadata: languageName: node linkType: hard +"terser-webpack-plugin@npm:^5.3.7": + version: 5.3.11 + resolution: "terser-webpack-plugin@npm:5.3.11" + dependencies: + "@jridgewell/trace-mapping": "npm:^0.3.25" + jest-worker: "npm:^27.4.5" + schema-utils: "npm:^4.3.0" + serialize-javascript: "npm:^6.0.2" + terser: "npm:^5.31.1" + peerDependencies: + webpack: ^5.1.0 + peerDependenciesMeta: + "@swc/core": + optional: true + esbuild: + optional: true + uglify-js: + optional: true + checksum: 10c0/4794274f445dc589f4c113c75a55ce51364ccf09bfe8a545cdb462e3f752bf300ea91f072fa28bbed291bbae03274da06fe4eca180e784fb8a43646aa7dbcaef + languageName: node + linkType: hard + "terser@npm:^5.10.0, terser@npm:^5.26.0": version: 5.36.0 resolution: "terser@npm:5.36.0" @@ -31974,6 +34827,20 @@ __metadata: languageName: node linkType: hard +"terser@npm:^5.31.1": + version: 5.37.0 + resolution: "terser@npm:5.37.0" + dependencies: + "@jridgewell/source-map": "npm:^0.3.3" + acorn: "npm:^8.8.2" + commander: "npm:^2.20.0" + source-map-support: "npm:~0.5.20" + bin: + terser: bin/terser + checksum: 10c0/ff0dc79b0a0da821e7f5bf7a047eab6d04e70e88b62339a0f1d71117db3310e255f5c00738fa3b391f56c3571f800a00047720261ba04ced0241c1f9922199f4 + languageName: node + linkType: hard + "test-exclude@npm:^6.0.0": version: 6.0.0 resolution: "test-exclude@npm:6.0.0" @@ -31996,6 +34863,15 @@ __metadata: languageName: node linkType: hard +"text-decoder@npm:^1.1.0": + version: 1.2.3 + resolution: "text-decoder@npm:1.2.3" + dependencies: + b4a: "npm:^1.6.4" + checksum: 10c0/569d776b9250158681c83656ef2c3e0a5d5c660c27ca69f87eedef921749a4fbf02095e5f9a0f862a25cf35258379b06e31dee9c125c9f72e273b7ca1a6d1977 + languageName: node + linkType: hard + "text-encoding-utf-8@npm:^1.0.2": version: 1.0.2 resolution: "text-encoding-utf-8@npm:1.0.2" @@ -32072,7 +34948,7 @@ __metadata: languageName: node linkType: hard -"through@npm:>=2.2.7 <3, through@npm:^2.3.6": +"through@npm:>=2.2.7 <3, through@npm:^2.3.6, through@npm:^2.3.8": version: 2.3.8 resolution: "through@npm:2.3.8" checksum: 10c0/4b09f3774099de0d4df26d95c5821a62faee32c7e96fb1f4ebd54a2d7c11c57fe88b0a0d49cf375de5fee5ae6bf4eb56dbbf29d07366864e2ee805349970d3cc @@ -32234,13 +35110,13 @@ __metadata: languageName: node linkType: hard -"token-types@npm:^5.0.0-alpha.2": - version: 5.0.1 - resolution: "token-types@npm:5.0.1" +"token-types@npm:^6.0.0": + version: 6.0.0 + resolution: "token-types@npm:6.0.0" dependencies: "@tokenizer/token": "npm:^0.3.0" ieee754: "npm:^1.2.1" - checksum: 10c0/cb671b2b52271362816d22b7a076082b0da033cd7807992b81ae53cfd8541bd013ac29e455c3c7a8bb4f88aa1c5315a12353c3599b7f568df238d3c1723f9d8d + checksum: 10c0/5bf5eba51d63f71f301659ff70ce10ca43e7038364883437d8b4541cc98377e3e56109b11720e25fe51047014efaccdff90eaf6de9a78270483578814b838ab9 languageName: node linkType: hard @@ -32325,15 +35201,6 @@ __metadata: languageName: node linkType: hard -"trim-repeated@npm:^2.0.0": - version: 2.0.0 - resolution: "trim-repeated@npm:2.0.0" - dependencies: - escape-string-regexp: "npm:^5.0.0" - checksum: 10c0/7c81ea60fc5eb509142735e41fbc41d964aeeb491f0deceea9e030a630d05ed236031f69946b5944156dbdd564f4d86cde5e9c775c321a5e96308761679128cf - languageName: node - linkType: hard - "ts-api-utils@npm:^1.0.1, ts-api-utils@npm:^1.3.0": version: 1.4.3 resolution: "ts-api-utils@npm:1.4.3" @@ -32488,7 +35355,7 @@ __metadata: languageName: node linkType: hard -"tsconfig-paths@npm:^3.10.1, tsconfig-paths@npm:^3.15.0": +"tsconfig-paths@npm:^3.10.1": version: 3.15.0 resolution: "tsconfig-paths@npm:3.15.0" dependencies: @@ -32511,7 +35378,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:1.14.1, tslib@npm:^1.8.1": +"tslib@npm:1.14.1, tslib@npm:^1.8.1, tslib@npm:^1.9.0": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: 10c0/69ae09c49eea644bc5ebe1bca4fa4cc2c82b7b3e02f43b84bd891504edf66dbc6b2ec0eef31a957042de2269139e4acff911e6d186a258fb14069cd7f6febce2 @@ -32587,6 +35454,13 @@ __metadata: languageName: node linkType: hard +"tweetnacl@npm:1.x.x, tweetnacl@npm:^1.0.3": + version: 1.0.3 + resolution: "tweetnacl@npm:1.0.3" + checksum: 10c0/069d9df51e8ad4a89fbe6f9806c68e06c65be3c7d42f0701cc43dba5f0d6064686b238bbff206c5addef8854e3ce00c643bff59432ea2f2c639feab0ee1a93f9 + languageName: node + linkType: hard + "tweetnacl@npm:^0.14.3, tweetnacl@npm:~0.14.0": version: 0.14.5 resolution: "tweetnacl@npm:0.14.5" @@ -32738,19 +35612,17 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.17.0": - version: 8.17.0 - resolution: "typescript-eslint@npm:8.17.0" +"typescript-eslint@npm:^8.18.1": + version: 8.18.1 + resolution: "typescript-eslint@npm:8.18.1" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.17.0" - "@typescript-eslint/parser": "npm:8.17.0" - "@typescript-eslint/utils": "npm:8.17.0" + "@typescript-eslint/eslint-plugin": "npm:8.18.1" + "@typescript-eslint/parser": "npm:8.18.1" + "@typescript-eslint/utils": "npm:8.18.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - peerDependenciesMeta: - typescript: - optional: true - checksum: 10c0/b148525769b9afa789ad3c2d52249fa78e67a225d48d17f2f0117b0e8b52566112be3a35de6cd26bcaffba3114be87c1070f7f4b4e2b730c059668fec4a530bc + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/cb75af9b7381051cf80a18d4d96782a23196f7500766fa52926c1515fd7eaa42cb01ed37582d1bf519860075bea3f5375e6fcbbaf7fed3e3ab1b0f6da95805ce languageName: node linkType: hard @@ -32794,13 +35666,13 @@ __metadata: languageName: node linkType: hard -"typescript@npm:~5.4.2": - version: 5.4.5 - resolution: "typescript@npm:5.4.5" +"typescript@npm:~5.6.2": + version: 5.6.3 + resolution: "typescript@npm:5.6.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/2954022ada340fd3d6a9e2b8e534f65d57c92d5f3989a263754a78aba549f7e6529acc1921913560a4b816c46dce7df4a4d29f9f11a3dc0d4213bb76d043251e + checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799 languageName: node linkType: hard @@ -32844,13 +35716,13 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A~5.4.2#optional!builtin": - version: 5.4.5 - resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c" +"typescript@patch:typescript@npm%3A~5.6.2#optional!builtin": + version: 5.6.3 + resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=b45daf" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/db2ad2a16ca829f50427eeb1da155e7a45e598eec7b086d8b4e8ba44e5a235f758e606d681c66992230d3fc3b8995865e5fd0b22a2c95486d0b3200f83072ec9 + checksum: 10c0/ac8307bb06bbfd08ae7137da740769b7d8c3ee5943188743bb622c621f8ad61d244767480f90fbd840277fbf152d8932aa20c33f867dea1bb5e79b187ca1a92f languageName: node linkType: hard @@ -32870,6 +35742,13 @@ __metadata: languageName: node linkType: hard +"uint8array-extras@npm:^1.3.0": + version: 1.4.0 + resolution: "uint8array-extras@npm:1.4.0" + checksum: 10c0/eaffd3388634b7e5e1496073b878dd19136043137d3e7e0d2a453e37f566a5a551e640819e1a6596c6df9b9d1f7b70884cc29db6a357bdd424811f3598d504dd + languageName: node + linkType: hard + "uint8array-tools@npm:0.0.7": version: 0.0.7 resolution: "uint8array-tools@npm:0.0.7" @@ -32914,6 +35793,16 @@ __metadata: languageName: node linkType: hard +"unbzip2-stream@npm:^1.4.3": + version: 1.4.3 + resolution: "unbzip2-stream@npm:1.4.3" + dependencies: + buffer: "npm:^5.2.1" + through: "npm:^2.3.8" + checksum: 10c0/2ea2048f3c9db3499316ccc1d95ff757017ccb6f46c812d7c42466247e3b863fb178864267482f7f178254214247779daf68e85f50bd7736c3c97ba2d58b910a + languageName: node + linkType: hard + "uncrypto@npm:^0.1.3": version: 0.1.3 resolution: "uncrypto@npm:0.1.3" @@ -33519,7 +36408,7 @@ __metadata: languageName: node linkType: hard -"viem@npm:^2.1.1, viem@npm:^2.21.53": +"viem@npm:^2.1.1": version: 2.21.53 resolution: "viem@npm:2.21.53" dependencies: @@ -33541,6 +36430,28 @@ __metadata: languageName: node linkType: hard +"viem@npm:^2.21.55": + version: 2.21.55 + resolution: "viem@npm:2.21.55" + dependencies: + "@noble/curves": "npm:1.7.0" + "@noble/hashes": "npm:1.6.1" + "@scure/bip32": "npm:1.6.0" + "@scure/bip39": "npm:1.5.0" + abitype: "npm:1.0.7" + isows: "npm:1.0.6" + ox: "npm:0.1.2" + webauthn-p256: "npm:0.0.10" + ws: "npm:8.18.0" + peerDependencies: + typescript: ">=5.0.4" + peerDependenciesMeta: + typescript: + optional: true + checksum: 10c0/ae0610dde4b2f4164237ef50a52e43d8f4ea47e9091a805d693acfe754a628663f682e22387a3861fae8f4a5bea2e8c59e3372fe74a2bbd5c361ceb7fa2786b1 + languageName: node + linkType: hard + "vite-node@npm:2.1.8": version: 2.1.8 resolution: "vite-node@npm:2.1.8" @@ -33591,7 +36502,7 @@ __metadata: languageName: node linkType: hard -"vite-plugin-svgr@npm:^4.2.0": +"vite-plugin-svgr@npm:^4.3.0": version: 4.3.0 resolution: "vite-plugin-svgr@npm:4.3.0" dependencies: @@ -33656,7 +36567,7 @@ __metadata: languageName: node linkType: hard -"vitest@npm:^2.1.4": +"vitest@npm:^2.1.8": version: 2.1.8 resolution: "vitest@npm:2.1.8" dependencies: @@ -33738,12 +36649,12 @@ __metadata: languageName: node linkType: hard -"wagmi@npm:^2.13.3": - version: 2.13.3 - resolution: "wagmi@npm:2.13.3" +"wagmi@npm:^2.14.3": + version: 2.14.3 + resolution: "wagmi@npm:2.14.3" dependencies: - "@wagmi/connectors": "npm:5.5.3" - "@wagmi/core": "npm:2.15.2" + "@wagmi/connectors": "npm:5.7.0" + "@wagmi/core": "npm:2.16.0" use-sync-external-store: "npm:1.2.0" peerDependencies: "@tanstack/react-query": ">=5.0.0" @@ -33753,7 +36664,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/685a46dd1fdb98f8964d5a2b7d52b6466f37361542ba2ef8c30334c3ea0d223f86d7f1e7c02f3d7d70ccdc63618bd00205b9ddc9e8387075004b078a6ca6c1ea + checksum: 10c0/da2b9664449c9efa1ace6c5b427a093d30dd84e5a2c18c687c64321bdf0c5d8ece098a44454fe03f87f90ec655b4922451935fe6a996cb2662896b4bffb575e9 languageName: node linkType: hard @@ -33773,7 +36684,7 @@ __metadata: languageName: node linkType: hard -"watchpack@npm:^2.4.1": +"watchpack@npm:^2.4.0, watchpack@npm:^2.4.1": version: 2.4.2 resolution: "watchpack@npm:2.4.2" dependencies: @@ -34097,11 +37008,11 @@ __metadata: "@actions/core": "npm:^1.11.1" "@babel/core": "npm:^7.26.0" "@chromatic-com/storybook": "npm:^3.2.2" - "@commitlint/cli": "npm:^19.6.0" + "@commitlint/cli": "npm:^19.6.1" "@commitlint/config-conventional": "npm:^19.6.0" "@date-fns/utc": "npm:^2.1.0" - "@eslint/eslintrc": "npm:^2.1.1" - "@eslint/js": "npm:~8.57.0" + "@eslint/eslintrc": "npm:^2.1.4" + "@eslint/js": "npm:~8.57.1" "@ethersproject/abi": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.2" "@headlessui/react": "npm:^2.2.0" @@ -34109,90 +37020,89 @@ __metadata: "@hyperlane-xyz/registry": "npm:^6.2.0" "@hyperlane-xyz/sdk": "npm:^5.7.0" "@hyperlane-xyz/utils": "npm:^5.7.0" - "@next/bundle-analyzer": "npm:^14.2.19" + "@next/bundle-analyzer": "npm:^14.2.20" "@ngneat/falso": "npm:^7.2.0" - "@nx/eslint": "npm:20.1.4" - "@nx/eslint-plugin": "npm:20.1.4" - "@nx/jest": "npm:20.1.4" - "@nx/js": "npm:20.1.4" - "@nx/next": "npm:20.1.4" - "@nx/react": "npm:20.1.4" - "@nx/storybook": "npm:20.1.4" - "@nx/vite": "npm:20.1.4" - "@nx/web": "npm:20.1.4" - "@nx/workspace": "npm:20.1.4" + "@nx/eslint": "npm:20.2.2" + "@nx/eslint-plugin": "npm:20.2.2" + "@nx/jest": "npm:20.2.2" + "@nx/js": "npm:20.2.2" + "@nx/next": "npm:20.2.2" + "@nx/react": "npm:20.2.2" + "@nx/storybook": "npm:20.2.2" + "@nx/vite": "npm:20.2.2" + "@nx/web": "npm:20.2.2" + "@nx/workspace": "npm:20.2.2" "@octokit/request": "npm:^9.1.3" - "@polkadot/api": "npm:^15.0.1" + "@polkadot/api": "npm:^13.2.1" "@polkadot/apps-config": "npm:^0.146.1" "@polkadot/extension-dapp": "npm:0.57.1" "@polkadot/extension-inject": "npm:0.57.1" "@polkadot/keyring": "npm:^13.2.3" "@polkadot/react-identicon": "npm:^3.11.3" - "@polkadot/types": "npm:^15.0.1" + "@polkadot/types": "npm:^13.2.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" - "@radix-ui/react-accordion": "npm:^1.2.1" - "@radix-ui/react-avatar": "npm:^1.1.1" - "@radix-ui/react-collapsible": "npm:^1.1.1" - "@radix-ui/react-dialog": "npm:^1.1.2" - "@radix-ui/react-dropdown-menu": "npm:^2.1.2" + "@radix-ui/react-accordion": "npm:^1.2.2" + "@radix-ui/react-avatar": "npm:^1.1.2" + "@radix-ui/react-collapsible": "npm:^1.1.2" + "@radix-ui/react-dialog": "npm:^1.1.4" + "@radix-ui/react-dropdown-menu": "npm:^2.1.4" "@radix-ui/react-icons": "npm:^1.3.2" - "@radix-ui/react-label": "npm:^2.1.0" - "@radix-ui/react-popover": "npm:^1.1.2" - "@radix-ui/react-progress": "npm:^1.1.0" - "@radix-ui/react-radio-group": "npm:^1.2.1" - "@radix-ui/react-scroll-area": "npm:^1.2.1" - "@radix-ui/react-separator": "npm:^1.1.0" - "@radix-ui/react-slider": "npm:^1.2.1" - "@radix-ui/react-switch": "npm:^1.1.1" - "@radix-ui/react-tabs": "npm:^1.1.1" - "@radix-ui/react-tooltip": "npm:^1.1.4" - "@storybook/addon-a11y": "npm:^8.4.6" - "@storybook/addon-actions": "npm:^8.4.6" - "@storybook/addon-essentials": "npm:^8.4.6" - "@storybook/addon-interactions": "npm:^8.4.6" - "@storybook/addon-themes": "npm:^8.4.6" - "@storybook/addon-webpack5-compiler-swc": "npm:^1.0.5" - "@storybook/blocks": "npm:8.4.6" - "@storybook/channels": "npm:^8.4.6" - "@storybook/components": "npm:^8.4.6" - "@storybook/core-events": "npm:^8.4.6" - "@storybook/core-server": "npm:^8.4.6" - "@storybook/manager-api": "npm:^8.4.6" - "@storybook/nextjs": "npm:^8.4.6" - "@storybook/preview-api": "npm:^8.4.6" - "@storybook/react": "npm:^8.4.6" - "@storybook/theming": "npm:^8.4.6" + "@radix-ui/react-label": "npm:^2.1.1" + "@radix-ui/react-popover": "npm:^1.1.4" + "@radix-ui/react-progress": "npm:^1.1.1" + "@radix-ui/react-radio-group": "npm:^1.2.2" + "@radix-ui/react-scroll-area": "npm:^1.2.2" + "@radix-ui/react-separator": "npm:^1.1.1" + "@radix-ui/react-slider": "npm:^1.2.2" + "@radix-ui/react-switch": "npm:^1.1.2" + "@radix-ui/react-tabs": "npm:^1.1.2" + "@radix-ui/react-tooltip": "npm:^1.1.6" + "@storybook/addon-a11y": "npm:8.4.7" + "@storybook/addon-actions": "npm:8.4.7" + "@storybook/addon-essentials": "npm:8.4.7" + "@storybook/addon-interactions": "npm:8.4.7" + "@storybook/addon-themes": "npm:^8.4.7" + "@storybook/blocks": "npm:8.4.7" + "@storybook/channels": "npm:^8.4.7" + "@storybook/components": "npm:^8.4.7" + "@storybook/core-events": "npm:^8.4.7" + "@storybook/core-server": "npm:^8.4.7" + "@storybook/manager-api": "npm:^8.4.7" + "@storybook/nextjs": "npm:^8.4.7" + "@storybook/preview-api": "npm:^8.4.7" + "@storybook/react": "npm:^8.4.7" + "@storybook/theming": "npm:^8.4.7" "@svgr/webpack": "npm:8.1.0" "@swc-node/register": "npm:^1.10.9" - "@swc/cli": "npm:~0.3.12" - "@swc/core": "npm:~1.10.0" - "@swc/helpers": "npm:~0.5.11" + "@swc/cli": "npm:~0.5.2" + "@swc/core": "npm:~1.10.1" + "@swc/helpers": "npm:~0.5.15" "@swc/jest": "npm:~0.2.37" "@tailwindcss/forms": "npm:^0.5.9" "@tanstack/match-sorter-utils": "npm:^8.19.4" - "@tanstack/react-query": "npm:^5.62.2" - "@tanstack/react-table": "npm:^8.20.5" + "@tanstack/react-query": "npm:^5.62.8" + "@tanstack/react-table": "npm:^8.20.6" "@testing-library/dom": "npm:^10.4.0" - "@testing-library/react": "npm:16.0.1" + "@testing-library/react": "npm:16.1.0" "@types/jest": "npm:29.5.14" "@types/lodash": "npm:^4.17.13" - "@types/node": "npm:18.19.67" - "@types/react": "npm:18.3.12" - "@types/react-dom": "npm:18.3.1" + "@types/node": "npm:18.19.68" + "@types/react": "npm:18.3.17" + "@types/react-dom": "npm:18.3.5" "@types/react-syntax-highlighter": "npm:^15.5.13" "@types/yargs": "npm:^17.0.33" - "@typescript-eslint/eslint-plugin": "npm:^8.17.0" - "@typescript-eslint/parser": "npm:^8.17.0" + "@typescript-eslint/eslint-plugin": "npm:^8.18.1" + "@typescript-eslint/parser": "npm:^8.18.1" "@vitejs/plugin-react-swc": "npm:^3.7.2" "@vitest/coverage-v8": "npm:^2.1.8" "@vitest/ui": "npm:^2.1.8" "@webb-tools/evm-contract-metadata": "npm:^1.3.0" "@webb-tools/tangle-restaking-types": "npm:^0.1.0" - "@webb-tools/tangle-substrate-types": "npm:^0.9.6" + "@webb-tools/tangle-substrate-types": "npm:^0.9.7" autoprefixer: "npm:^10.4.20" babel-jest: "npm:29.7.0" - chromatic: "npm:^11.20.0" + chromatic: "npm:^11.20.2" classnames: "npm:^2.5.1" copy-to-clipboard: "npm:^3.3.3" date-fns: "npm:^4.1.0" @@ -34200,73 +37110,68 @@ __metadata: detect-browser: "npm:^5.3.0" esbuild: "npm:^0.24.0" eslint: "npm:^8.57.1" - eslint-config-next: "npm:^14.2.19" + eslint-config-next: "npm:^14.2.20" eslint-config-prettier: "npm:^9.1.0" eslint-import-resolver-typescript: "npm:^3.7.0" - eslint-plugin-import-x: "npm:^4.5.0" - eslint-plugin-jsx-a11y: "npm:6.10.1" - eslint-plugin-react: "npm:7.35.0" - eslint-plugin-react-hooks: "npm:5.0.0" + eslint-plugin-import-x: "npm:^4.5.1" + eslint-plugin-jsx-a11y: "npm:6.10.2" + eslint-plugin-react: "npm:7.37.2" + eslint-plugin-react-hooks: "npm:5.1.0" eslint-plugin-react-refresh: "npm:^0.4.16" eslint-plugin-storybook: "npm:^0.11.1" eslint-plugin-unused-imports: "npm:^4.1.4" ethers: "npm:5.7.2" - framer-motion: "npm:^11.13.1" + framer-motion: "npm:^11.15.0" jest: "npm:29.7.0" jest-environment-jsdom: "npm:^29.7.0" js-base64: "npm:^3.7.7" jsdom: "npm:~25.0.1" lodash: "npm:^4.17.21" - next: "npm:^14.2.19" + next: "npm:^14.2.20" next-secure-headers: "npm:^2.2.0" - next-themes: "npm:^0.4.3" + next-themes: "npm:^0.4.4" notistack: "npm:^3.0.1" numbro: "npm:^2.5.0" - nx: "npm:20.1.4" + nx: "npm:20.2.2" observable-hooks: "npm:^4.2.4" postcss: "npm:8.4.49" postcss-import: "npm:^16.1.0" postcss-loader: "npm:^8.1.1" postcss-nested: "npm:^7.0.2" - postcss-preset-env: "npm:^10.1.1" + postcss-preset-env: "npm:^10.1.2" prettier: "npm:^3.4.2" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" react-dropzone: "npm:^14.3.5" - react-hook-form: "npm:^7.53.2" + react-hook-form: "npm:^7.54.1" react-is: "npm:^18.3.1" react-router: "npm:^7.0.2" react-syntax-highlighter: "npm:^15.6.1" - recharts: "npm:^2.14.1" - rollup: "npm:^4.28.0" + recharts: "npm:^2.15.0" + rollup: "npm:^4.28.1" rollup-plugin-preserve-directives: "npm:^0.4.0" rxjs: "npm:7.8.1" - storybook: "npm:^8.4.6" + storybook: "npm:^8.4.7" swr: "npm:^2.2.5" tailwind-merge: "npm:^2.5.5" tailwind-scrollbar: "npm:^3.1.0" tailwindcss: "npm:^3.4.16" tailwindcss-radix: "npm:^3.0.5" ts-jest: "npm:29.2.5" - tslib: "npm:^2.3.0" + tslib: "npm:^2.8.1" typescript: "npm:^5.7.2" - typescript-eslint: "npm:^8.17.0" + typescript-eslint: "npm:^8.18.1" use-local-storage-state: "npm:^19.5.0" - viem: "npm:^2.21.53" + viem: "npm:^2.21.55" vite: "npm:~5.4.11" vite-plugin-dts: "npm:~4.3.0" vite-plugin-node-polyfills: "npm:^0.22.0" - vite-plugin-svgr: "npm:^4.2.0" + vite-plugin-svgr: "npm:^4.3.0" vite-plugin-wasm: "npm:^3.3.0" - vitest: "npm:^2.1.4" - wagmi: "npm:^2.13.3" - webpack: "npm:5.95.0" - webpack-bundle-analyzer: "npm:^4.10.2" - webpack-cli: "npm:5.1.4" - webpack-dev-server: "npm:5.1.0" - webpack-merge: "npm:^6.0.1" + vitest: "npm:^2.1.8" + wagmi: "npm:^2.14.3" yargs: "npm:^17.7.2" - zod: "npm:^3.23.8" + zod: "npm:^3.24.1" zustand: "npm:^4.5.5" languageName: unknown linkType: soft @@ -34322,29 +37227,7 @@ __metadata: languageName: node linkType: hard -"webpack-bundle-analyzer@npm:^4.10.2": - version: 4.10.2 - resolution: "webpack-bundle-analyzer@npm:4.10.2" - dependencies: - "@discoveryjs/json-ext": "npm:0.5.7" - acorn: "npm:^8.0.4" - acorn-walk: "npm:^8.0.0" - commander: "npm:^7.2.0" - debounce: "npm:^1.2.1" - escape-string-regexp: "npm:^4.0.0" - gzip-size: "npm:^6.0.0" - html-escaper: "npm:^2.0.2" - opener: "npm:^1.5.2" - picocolors: "npm:^1.0.0" - sirv: "npm:^2.0.3" - ws: "npm:^7.3.1" - bin: - webpack-bundle-analyzer: lib/bin/analyzer.js - checksum: 10c0/00603040e244ead15b2d92981f0559fa14216381349412a30070a7358eb3994cd61a8221d34a3b3fb8202dc3d1c5ee1fbbe94c5c52da536e5b410aa1cf279a48 - languageName: node - linkType: hard - -"webpack-cli@npm:5.1.4, webpack-cli@npm:^5.1.4": +"webpack-cli@npm:^5.1.4": version: 5.1.4 resolution: "webpack-cli@npm:5.1.4" dependencies: @@ -34428,51 +37311,6 @@ __metadata: languageName: node linkType: hard -"webpack-dev-server@npm:5.1.0, webpack-dev-server@npm:^5.0.4": - version: 5.1.0 - resolution: "webpack-dev-server@npm:5.1.0" - dependencies: - "@types/bonjour": "npm:^3.5.13" - "@types/connect-history-api-fallback": "npm:^1.5.4" - "@types/express": "npm:^4.17.21" - "@types/serve-index": "npm:^1.9.4" - "@types/serve-static": "npm:^1.15.5" - "@types/sockjs": "npm:^0.3.36" - "@types/ws": "npm:^8.5.10" - ansi-html-community: "npm:^0.0.8" - bonjour-service: "npm:^1.2.1" - chokidar: "npm:^3.6.0" - colorette: "npm:^2.0.10" - compression: "npm:^1.7.4" - connect-history-api-fallback: "npm:^2.0.0" - express: "npm:^4.19.2" - graceful-fs: "npm:^4.2.6" - html-entities: "npm:^2.4.0" - http-proxy-middleware: "npm:^2.0.3" - ipaddr.js: "npm:^2.1.0" - launch-editor: "npm:^2.6.1" - open: "npm:^10.0.3" - p-retry: "npm:^6.2.0" - schema-utils: "npm:^4.2.0" - selfsigned: "npm:^2.4.1" - serve-index: "npm:^1.9.1" - sockjs: "npm:^0.3.24" - spdy: "npm:^4.0.2" - webpack-dev-middleware: "npm:^7.4.2" - ws: "npm:^8.18.0" - peerDependencies: - webpack: ^5.0.0 - peerDependenciesMeta: - webpack: - optional: true - webpack-cli: - optional: true - bin: - webpack-dev-server: bin/webpack-dev-server.js - checksum: 10c0/303c72b743d649dec706aedaeea2f0e924e3fb4432aa5a1e43f807e7c6052817027ccf33f88adb566fa7ebf89f6aed551ce2c2d76b5ccaaaefade83fde7f7a38 - languageName: node - linkType: hard - "webpack-dev-server@npm:^4.15.1": version: 4.15.2 resolution: "webpack-dev-server@npm:4.15.2" @@ -34520,6 +37358,51 @@ __metadata: languageName: node linkType: hard +"webpack-dev-server@npm:^5.0.4": + version: 5.1.0 + resolution: "webpack-dev-server@npm:5.1.0" + dependencies: + "@types/bonjour": "npm:^3.5.13" + "@types/connect-history-api-fallback": "npm:^1.5.4" + "@types/express": "npm:^4.17.21" + "@types/serve-index": "npm:^1.9.4" + "@types/serve-static": "npm:^1.15.5" + "@types/sockjs": "npm:^0.3.36" + "@types/ws": "npm:^8.5.10" + ansi-html-community: "npm:^0.0.8" + bonjour-service: "npm:^1.2.1" + chokidar: "npm:^3.6.0" + colorette: "npm:^2.0.10" + compression: "npm:^1.7.4" + connect-history-api-fallback: "npm:^2.0.0" + express: "npm:^4.19.2" + graceful-fs: "npm:^4.2.6" + html-entities: "npm:^2.4.0" + http-proxy-middleware: "npm:^2.0.3" + ipaddr.js: "npm:^2.1.0" + launch-editor: "npm:^2.6.1" + open: "npm:^10.0.3" + p-retry: "npm:^6.2.0" + schema-utils: "npm:^4.2.0" + selfsigned: "npm:^2.4.1" + serve-index: "npm:^1.9.1" + sockjs: "npm:^0.3.24" + spdy: "npm:^4.0.2" + webpack-dev-middleware: "npm:^7.4.2" + ws: "npm:^8.18.0" + peerDependencies: + webpack: ^5.0.0 + peerDependenciesMeta: + webpack: + optional: true + webpack-cli: + optional: true + bin: + webpack-dev-server: bin/webpack-dev-server.js + checksum: 10c0/303c72b743d649dec706aedaeea2f0e924e3fb4432aa5a1e43f807e7c6052817027ccf33f88adb566fa7ebf89f6aed551ce2c2d76b5ccaaaefade83fde7f7a38 + languageName: node + linkType: hard + "webpack-hot-middleware@npm:^2.25.1": version: 2.26.1 resolution: "webpack-hot-middleware@npm:2.26.1" @@ -34542,17 +37425,6 @@ __metadata: languageName: node linkType: hard -"webpack-merge@npm:^6.0.1": - version: 6.0.1 - resolution: "webpack-merge@npm:6.0.1" - dependencies: - clone-deep: "npm:^4.0.1" - flat: "npm:^5.0.2" - wildcard: "npm:^2.0.1" - checksum: 10c0/bf1429567858b353641801b8a2696ca0aac270fc8c55d4de8a7b586fe07d27fdcfc83099a98ab47e6162383db8dd63bb8cc25b1beb2ec82150422eec843b0dc0 - languageName: node - linkType: hard - "webpack-node-externals@npm:^3.0.0": version: 3.0.0 resolution: "webpack-node-externals@npm:3.0.0" @@ -34602,20 +37474,19 @@ __metadata: languageName: node linkType: hard -"webpack@npm:5.91.0": - version: 5.91.0 - resolution: "webpack@npm:5.91.0" +"webpack@npm:5, webpack@npm:^5.80.0, webpack@npm:^5.89.0": + version: 5.97.1 + resolution: "webpack@npm:5.97.1" dependencies: - "@types/eslint-scope": "npm:^3.7.3" - "@types/estree": "npm:^1.0.5" - "@webassemblyjs/ast": "npm:^1.12.1" - "@webassemblyjs/wasm-edit": "npm:^1.12.1" - "@webassemblyjs/wasm-parser": "npm:^1.12.1" - acorn: "npm:^8.7.1" - acorn-import-assertions: "npm:^1.9.0" - browserslist: "npm:^4.21.10" + "@types/eslint-scope": "npm:^3.7.7" + "@types/estree": "npm:^1.0.6" + "@webassemblyjs/ast": "npm:^1.14.1" + "@webassemblyjs/wasm-edit": "npm:^1.14.1" + "@webassemblyjs/wasm-parser": "npm:^1.14.1" + acorn: "npm:^8.14.0" + browserslist: "npm:^4.24.0" chrome-trace-event: "npm:^1.0.2" - enhanced-resolve: "npm:^5.16.0" + enhanced-resolve: "npm:^5.17.1" es-module-lexer: "npm:^1.2.1" eslint-scope: "npm:5.1.1" events: "npm:^3.2.0" @@ -34635,7 +37506,44 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10c0/74a3e0ea1c9a492accf035317f31769ffeaaab415811524b9f17bc7bf7012c5b6e1a9860df5ca6903f3ae2618727b801eb47d9351a2595dfffb25941d368b88c + checksum: 10c0/a12d3dc882ca582075f2c4bd88840be8307427245c90a8a0e0b372d73560df13fcf25a61625c9e7edc964981d16b5a8323640562eb48347cf9dd2f8bd1b39d35 + languageName: node + linkType: hard + +"webpack@npm:5.88.0": + version: 5.88.0 + resolution: "webpack@npm:5.88.0" + dependencies: + "@types/eslint-scope": "npm:^3.7.3" + "@types/estree": "npm:^1.0.0" + "@webassemblyjs/ast": "npm:^1.11.5" + "@webassemblyjs/wasm-edit": "npm:^1.11.5" + "@webassemblyjs/wasm-parser": "npm:^1.11.5" + acorn: "npm:^8.7.1" + acorn-import-assertions: "npm:^1.9.0" + browserslist: "npm:^4.14.5" + chrome-trace-event: "npm:^1.0.2" + enhanced-resolve: "npm:^5.15.0" + es-module-lexer: "npm:^1.2.1" + eslint-scope: "npm:5.1.1" + events: "npm:^3.2.0" + glob-to-regexp: "npm:^0.4.1" + graceful-fs: "npm:^4.2.9" + json-parse-even-better-errors: "npm:^2.3.1" + loader-runner: "npm:^4.2.0" + mime-types: "npm:^2.1.27" + neo-async: "npm:^2.6.2" + schema-utils: "npm:^3.2.0" + tapable: "npm:^2.1.1" + terser-webpack-plugin: "npm:^5.3.7" + watchpack: "npm:^2.4.0" + webpack-sources: "npm:^3.2.3" + peerDependenciesMeta: + webpack-cli: + optional: true + bin: + webpack: bin/webpack.js + checksum: 10c0/b3f038e3be0cee42f81e868908199493dd63a3372f11403dc59254c883462d323323e18eb7aad70b398d6b7e4cd279a3477326abfdb2303733cc12648ea59e0c languageName: node linkType: hard @@ -34657,7 +37565,7 @@ __metadata: languageName: node linkType: hard -"websocket@npm:^1.0.32": +"websocket@npm:^1.0.32, websocket@npm:^1.0.34": version: 1.0.35 resolution: "websocket@npm:1.0.35" dependencies: @@ -34871,7 +37779,7 @@ __metadata: languageName: node linkType: hard -"wildcard@npm:^2.0.0, wildcard@npm:^2.0.1": +"wildcard@npm:^2.0.0": version: 2.0.1 resolution: "wildcard@npm:2.0.1" checksum: 10c0/08f70cd97dd9a20aea280847a1fe8148e17cae7d231640e41eb26d2388697cbe65b67fd9e68715251c39b080c5ae4f76d71a9a69fa101d897273efdfb1b58bf7 @@ -35142,6 +38050,15 @@ __metadata: languageName: node linkType: hard +"xxhashjs@npm:^0.2.2": + version: 0.2.2 + resolution: "xxhashjs@npm:0.2.2" + dependencies: + cuint: "npm:^0.2.2" + checksum: 10c0/78f3a5e10c7ba026bfc52f07ab02acb972c9c681dd53c283b386042822bae15577667103efe843725e9b0914f7bc53d70fe2f24a3e85d15aac13378fdf2db50e + languageName: node + linkType: hard + "y18n@npm:^4.0.0": version: 4.0.3 resolution: "y18n@npm:4.0.3" @@ -35163,13 +38080,6 @@ __metadata: languageName: node linkType: hard -"yallist@npm:^2.1.2": - version: 2.1.2 - resolution: "yallist@npm:2.1.2" - checksum: 10c0/0b9e25aa00adf19e01d2bcd4b208aee2b0db643d9927131797b7af5ff69480fc80f1c3db738cbf3946f0bddf39d8f2d0a5709c644fd42d4aa3a4e6e786c087b5 - languageName: node - linkType: hard - "yallist@npm:^3.0.0, yallist@npm:^3.0.2, yallist@npm:^3.1.1": version: 3.1.1 resolution: "yallist@npm:3.1.1" @@ -35200,7 +38110,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.3.4": +"yaml@npm:^2.3.4, yaml@npm:^2.6.0": version: 2.6.1 resolution: "yaml@npm:2.6.1" bin: @@ -35260,6 +38170,16 @@ __metadata: languageName: node linkType: hard +"yauzl@npm:^3.1.2": + version: 3.2.0 + resolution: "yauzl@npm:3.2.0" + dependencies: + buffer-crc32: "npm:~0.2.3" + pend: "npm:~1.2.0" + checksum: 10c0/7b40b3dc46b95761a2a764391d257a11f494d365875af73a1b48fe16d4bd103dd178612e60168d12a0e59a8ba4f6411a15a5e8871d5a5f78255d6cc1ce39ee62 + languageName: node + linkType: hard + "ylru@npm:^1.2.0": version: 1.4.0 resolution: "ylru@npm:1.4.0" @@ -35297,13 +38217,20 @@ __metadata: languageName: node linkType: hard -"zod@npm:^3.21.2, zod@npm:^3.23.8": +"zod@npm:^3.21.2": version: 3.23.8 resolution: "zod@npm:3.23.8" checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69 languageName: node linkType: hard +"zod@npm:^3.24.1": + version: 3.24.1 + resolution: "zod@npm:3.24.1" + checksum: 10c0/0223d21dbaa15d8928fe0da3b54696391d8e3e1e2d0283a1a070b5980a1dbba945ce631c2d1eccc088fdbad0f2dfa40155590bf83732d3ac4fcca2cc9237591b + languageName: node + linkType: hard + "zustand@npm:5.0.0": version: 5.0.0 resolution: "zustand@npm:5.0.0"