diff --git a/apis/path-finder/package.json b/apis/path-finder/package.json index b47141494..fe9fc25cb 100644 --- a/apis/path-finder/package.json +++ b/apis/path-finder/package.json @@ -14,7 +14,7 @@ "lint": "TIMING=1 eslint . --fix" }, "dependencies": { - "@vercel/node": "^5.0.0", + "@vercel/node": "^5.1.0", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/smart-router": "workspace:*", @@ -22,16 +22,16 @@ "@zenlink-interface/wagmi-config": "workspace:*", "ethers": "^5.7.2", "fast-json-stable-stringify": "^2.1.0", - "ioredis": "^5.4.1", - "viem": "2.21.55", + "ioredis": "^5.4.2", + "viem": "2.22.17", "zod": "^3.24.1" }, "devDependencies": { "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "dotenv": "^16.4.7", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "ts-node": "^10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/apis/token-price/package.json b/apis/token-price/package.json index 46b23f549..28af8ec61 100644 --- a/apis/token-price/package.json +++ b/apis/token-price/package.json @@ -5,17 +5,17 @@ "lint": "TIMING=1 eslint --fix ." }, "dependencies": { - "@vercel/node": "^5.0.0", + "@vercel/node": "^5.1.0", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/graph-client": "workspace:*", "date-fns": "^4.1.0", "fast-json-stable-stringify": "^2.1.0", - "ioredis": "^5.4.1" + "ioredis": "^5.4.2" }, "devDependencies": { "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "typescript": "5.7.3" } } diff --git a/apis/zenlink-stats/package.json b/apis/zenlink-stats/package.json index cc9d56a00..444a28e76 100644 --- a/apis/zenlink-stats/package.json +++ b/apis/zenlink-stats/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@polkadot/api": "^12.3.1", - "@vercel/node": "^5.0.0", + "@vercel/node": "^5.1.0", "@wagmi/core": "1.1.1-cjs", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", @@ -21,12 +21,12 @@ "esno": "^4.8.0", "ethers": "^5.7.2", "fast-json-stable-stringify": "^2.1.0", - "ioredis": "^5.4.1", - "viem": "2.21.55" + "ioredis": "^5.4.2", + "viem": "2.22.17" }, "devDependencies": { "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0" + "eslint": "^9.19.0" } } diff --git a/apps/analytics/package.json b/apps/analytics/package.json index 79aa427f6..b2ae7eb64 100644 --- a/apps/analytics/package.json +++ b/apps/analytics/package.json @@ -20,11 +20,11 @@ "@ethersproject/solidity": "^5.7.0", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@tanstack/react-table": "8.20.6", "@vercel/analytics": "^1.4.1", "@zenlink-interface/amm": "workspace:*", @@ -45,7 +45,7 @@ "@zenlink-interface/ui": "workspace:*", "@zenlink-interface/wagmi": "workspace:*", "date-fns": "^4.1.0", - "echarts": "^5.5.1", + "echarts": "^5.6.0", "echarts-for-react": "^3.0.2", "ethers": "^5.7.2", "fast-json-stable-stringify": "^2.1.0", @@ -58,25 +58,25 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@types/numeral": "^2.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "graphql": "16.10.0", - "postcss": "^8.4.49", - "swr": "^2.2.5", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "postcss": "^8.5.1", + "swr": "^2.3.0", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/apps/app/package.json b/apps/app/package.json index 1ec4a9744..15abd0dbe 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -20,15 +20,15 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@types/node": "^22.10.2", - "@types/react": "19.0.1", + "@types/node": "^22.13.0", + "@types/react": "19.0.8", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", - "postcss": "^8.4.49", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "postcss": "^8.5.1", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" } } diff --git a/apps/gauge/package.json b/apps/gauge/package.json index 6e51553df..061720c61 100644 --- a/apps/gauge/package.json +++ b/apps/gauge/package.json @@ -11,11 +11,11 @@ "dependencies": { "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@tanstack/react-table": "8.20.6", "@vercel/analytics": "^1.4.1", "@zenlink-interface/amm": "workspace:*", @@ -36,7 +36,7 @@ "@zenlink-interface/ui": "workspace:*", "@zenlink-interface/wagmi": "workspace:*", "date-fns": "^4.1.0", - "echarts": "^5.5.1", + "echarts": "^5.6.0", "echarts-for-react": "^3.0.2", "fast-json-stable-stringify": "^2.1.0", "next": "15.1.0", @@ -48,25 +48,25 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@types/numeral": "^2.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "graphql": "16.10.0", - "postcss": "^8.4.49", - "swr": "^2.2.5", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "postcss": "^8.5.1", + "swr": "^2.3.0", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/apps/market/package.json b/apps/market/package.json index 5a788213e..043cf74d7 100644 --- a/apps/market/package.json +++ b/apps/market/package.json @@ -11,11 +11,11 @@ "dependencies": { "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@tanstack/react-table": "8.20.6", "@vercel/analytics": "^1.4.1", "@zenlink-interface/amm": "workspace:*", @@ -37,7 +37,7 @@ "@zenlink-interface/ui": "workspace:*", "@zenlink-interface/wagmi": "workspace:*", "date-fns": "^4.1.0", - "echarts": "^5.5.1", + "echarts": "^5.6.0", "echarts-for-react": "^3.0.2", "fast-json-stable-stringify": "^2.1.0", "next": "15.1.0", @@ -49,25 +49,25 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@types/numeral": "^2.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "graphql": "16.10.0", - "postcss": "^8.4.49", - "swr": "^2.2.5", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "postcss": "^8.5.1", + "swr": "^2.3.0", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/apps/pool/package.json b/apps/pool/package.json index cc7b94eb0..81fa8a4af 100644 --- a/apps/pool/package.json +++ b/apps/pool/package.json @@ -20,11 +20,11 @@ "@ethersproject/solidity": "^5.7.0", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@tanstack/react-table": "8.20.6", "@vercel/analytics": "^1.4.1", "@zenlink-interface/amm": "workspace:*", @@ -45,7 +45,7 @@ "@zenlink-interface/ui": "workspace:*", "@zenlink-interface/wagmi": "workspace:*", "date-fns": "^4.1.0", - "echarts": "^5.5.1", + "echarts": "^5.6.0", "echarts-for-react": "^3.0.2", "ethers": "^5.7.2", "fast-json-stable-stringify": "^2.1.0", @@ -58,25 +58,25 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@types/numeral": "^2.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "graphql": "16.10.0", - "postcss": "^8.4.49", - "swr": "^2.2.5", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "postcss": "^8.5.1", + "swr": "^2.3.0", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/apps/referrals/package.json b/apps/referrals/package.json index 8de099cdb..8d34ab757 100644 --- a/apps/referrals/package.json +++ b/apps/referrals/package.json @@ -14,11 +14,11 @@ "@ethersproject/providers": "^5.7.2", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@tanstack/react-table": "8.20.6", "@vercel/analytics": "^1.4.1", "@zenlink-interface/amm": "workspace:*", @@ -45,23 +45,23 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@types/numeral": "^2.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", - "postcss": "^8.4.49", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "postcss": "^8.5.1", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/apps/swap/package.json b/apps/swap/package.json index 5e75c99ca..455af4a4a 100644 --- a/apps/swap/package.json +++ b/apps/swap/package.json @@ -14,11 +14,11 @@ "@ethersproject/providers": "^5.7.2", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@vercel/analytics": "^1.4.1", "@zenlink-interface/amm": "workspace:*", "@zenlink-interface/chain": "workspace:*", @@ -37,7 +37,7 @@ "@zenlink-interface/token-lists": "workspace:*", "@zenlink-interface/ui": "workspace:*", "@zenlink-interface/wagmi": "workspace:*", - "echarts": "^5.5.1", + "echarts": "^5.6.0", "echarts-for-react": "^3.0.2", "ethers": "^5.7.2", "next": "15.1.0", @@ -49,23 +49,23 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@types/numeral": "^2.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/nextjs-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", - "eslint": "^9.17.0", - "postcss": "^8.4.49", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "postcss": "^8.5.1", + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/package.json b/package.json index 6e7d460cc..29d2725cc 100644 --- a/package.json +++ b/package.json @@ -35,17 +35,17 @@ "prepare": "pnpm run i18n:compile" }, "devDependencies": { - "@lingui/cli": "^5.1.1", - "@types/node": "^22.10.2", + "@lingui/cli": "^5.2.0", + "@types/node": "^22.13.0", "@zenlink-interface/eslint-config": "workspace:*", "chatgpt": "^5.2.5", "dotenv-cli": "^8.0.0", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "esno": "^4.8.0", - "fast-glob": "^3.3.2", + "fast-glob": "^3.3.3", "ora": "^8.1.1", "pathe": "^1.1.2", - "turbo": "2.3.3", + "turbo": "2.4.0", "undici": "^7.1.1" } } diff --git a/packages/amm/package.json b/packages/amm/package.json index c4e640974..ee045a2d5 100644 --- a/packages/amm/package.json +++ b/packages/amm/package.json @@ -40,11 +40,11 @@ "tiny-warning": "^1.0.3" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/chain/package.json b/packages/chain/package.json index 22941be6b..08537f77c 100644 --- a/packages/chain/package.json +++ b/packages/chain/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "typescript": "5.7.3" } } diff --git a/packages/compat/package.json b/packages/compat/package.json index 5a07797bc..4990c7f32 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -20,15 +20,15 @@ "ethers": "^5.7.2", "react": "19.0.0", "react-dom": "19.0.0", - "viem": "2.21.55" + "viem": "2.22.17" }, "dependencies": { "@ethersproject/constants": "^5.7.0", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", "@zenlink-interface/amm": "workspace:*", "@zenlink-interface/chain": "workspace:*", @@ -47,23 +47,23 @@ "@zenlink-types/bifrost": "1.7.7", "next-themes": "^0.4.4", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { "@types/dom-view-transitions": "^1.0.5", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "ethers": "^5.7.2", "next": "15.1.0", "react": "19.0.0", "react-dom": "19.0.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/packages/config/eslint/package.json b/packages/config/eslint/package.json index d6558215a..0b4f4a95a 100644 --- a/packages/config/eslint/package.json +++ b/packages/config/eslint/package.json @@ -18,17 +18,17 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "dependencies": { - "@antfu/eslint-config": "^3.12.0", - "@next/eslint-plugin-next": "^15.1.0", - "eslint": "^9.17.0", - "eslint-config-next": "^15.1.0", - "eslint-plugin-react": "^7.37.2", + "@antfu/eslint-config": "^3.16.0", + "@next/eslint-plugin-next": "^15.1.6", + "eslint": "^9.19.0", + "eslint-config-next": "^15.1.6", + "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "beta", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4" }, "devDependencies": { "@types/eslint": "^9.6.1", - "@types/node": "^22.10.2" + "@types/node": "^22.13.0" } } diff --git a/packages/config/graph/package.json b/packages/config/graph/package.json index b9340ec62..78d1162ec 100644 --- a/packages/config/graph/package.json +++ b/packages/config/graph/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/config/nextjs/package.json b/packages/config/nextjs/package.json index f407dd144..4fc30b3eb 100644 --- a/packages/config/nextjs/package.json +++ b/packages/config/nextjs/package.json @@ -20,7 +20,7 @@ "next": "15.1.0" }, "devDependencies": { - "@lingui/swc-plugin": "5.0.1", + "@lingui/swc-plugin": "5.0.2", "next": "15.1.0" } } diff --git a/packages/config/polkadot/package.json b/packages/config/polkadot/package.json index 91565da85..adc3f7075 100644 --- a/packages/config/polkadot/package.json +++ b/packages/config/polkadot/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@zenlink-interface/typescript-config": "workspace:*", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/config/router/package.json b/packages/config/router/package.json index c355e7d2c..a87035ce3 100644 --- a/packages/config/router/package.json +++ b/packages/config/router/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/config/wagmi/package.json b/packages/config/wagmi/package.json index 2cb5e32e0..4b0f4e73f 100644 --- a/packages/config/wagmi/package.json +++ b/packages/config/wagmi/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@zenlink-interface/typescript-config": "workspace:*", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/currency/package.json b/packages/currency/package.json index 8d23f84d4..8a48c0645 100644 --- a/packages/currency/package.json +++ b/packages/currency/package.json @@ -39,14 +39,14 @@ }, "devDependencies": { "@types/lodash.flatmap": "^4.5.9", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0", - "tsup": "^8.3.5", - "typescript": "5.7.2", + "tsup": "^8.3.6", + "typescript": "5.7.3", "vitest": "^2.1.8" } } diff --git a/packages/format/package.json b/packages/format/package.json index 6d9d78f79..b41806420 100644 --- a/packages/format/package.json +++ b/packages/format/package.json @@ -30,7 +30,7 @@ "@types/numeral": "^2.0.5", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/graph-client/package.json b/packages/graph-client/package.json index d0cf82b42..62243d147 100644 --- a/packages/graph-client/package.json +++ b/packages/graph-client/package.json @@ -26,11 +26,11 @@ "prepublishOnly": "pnpm build" }, "dependencies": { - "@apollo/client": "^3.12.3", - "@graphql-codegen/cli": "^5.0.3", - "@graphql-codegen/typescript-operations": "^4.4.0", + "@apollo/client": "^3.12.8", + "@graphql-codegen/cli": "^5.0.4", + "@graphql-codegen/typescript-operations": "^4.4.1", "@graphql-codegen/typescript-react-apollo": "^4.3.2", - "@graphql-codegen/typescript-resolvers": "^4.4.1", + "@graphql-codegen/typescript-resolvers": "^4.4.2", "@polkadot/util-crypto": "^11.1.3", "@zenlink-interface/amm": "workspace:*", "@zenlink-interface/chain": "workspace:*", @@ -46,8 +46,8 @@ "@types/numeral": "^2.0.5", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "eslint": "^9.19.0", + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 2191fd32c..f453e9c98 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -30,8 +30,8 @@ "react-responsive": "^10.0.0" }, "devDependencies": { - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/format": "workspace:*", @@ -39,6 +39,6 @@ "@zenlink-interface/typescript-config": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/packages/market/package.json b/packages/market/package.json index 9e7266a44..487a9b380 100644 --- a/packages/market/package.json +++ b/packages/market/package.json @@ -36,12 +36,12 @@ "tiny-warning": "^1.0.3" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "tsup": "^8.3.5", - "typescript": "5.7.2", + "eslint": "^9.19.0", + "tsup": "^8.3.6", + "typescript": "5.7.3", "vitest": "^2.1.8" } } diff --git a/packages/math/package.json b/packages/math/package.json index c29ea7f01..71bf19968 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -34,9 +34,9 @@ "@types/big.js": "^6.2.2", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "tsup": "^8.3.5", - "typescript": "5.7.2", + "eslint": "^9.19.0", + "tsup": "^8.3.6", + "typescript": "5.7.3", "vitest": "^2.1.8" } } diff --git a/packages/parachains-impl/amplitude/package.json b/packages/parachains-impl/amplitude/package.json index 46e84d61c..78b2560e3 100644 --- a/packages/parachains-impl/amplitude/package.json +++ b/packages/parachains-impl/amplitude/package.json @@ -24,9 +24,9 @@ "dependencies": { "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@pendulum-chain/types": "0.3.4", "@polkadot/api": "^12.3.1", "@polkadot/api-augment": "^12.3.1", @@ -44,15 +44,15 @@ "@zenlink-types/bifrost": "1.7.7" }, "devDependencies": { - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "react": "19.0.0", "react-dom": "19.0.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/packages/parachains-impl/bifrost/package.json b/packages/parachains-impl/bifrost/package.json index 48d5396f3..f9140a75a 100644 --- a/packages/parachains-impl/bifrost/package.json +++ b/packages/parachains-impl/bifrost/package.json @@ -23,9 +23,9 @@ "dependencies": { "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@polkadot-onboard/react": "^1.1.0", "@polkadot/api": "^12.3.1", "@polkadot/api-augment": "^12.3.1", @@ -43,15 +43,15 @@ "@zenlink-types/bifrost": "1.7.7" }, "devDependencies": { - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "react": "19.0.0", "react-dom": "19.0.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/packages/polkadot/package.json b/packages/polkadot/package.json index be40f9bfa..794d1e909 100644 --- a/packages/polkadot/package.json +++ b/packages/polkadot/package.json @@ -27,7 +27,7 @@ "@polkadot/api": "^12.3.1", "@polkadot/api-augment": "^12.3.1", "@polkadot/api-derive": "^12.3.1", - "@polkadot/apps-config": "^0.146.1", + "@polkadot/apps-config": "^0.148.1", "@polkadot/extension-dapp": "^0.52.1", "@polkadot/extension-inject": "^0.52.1", "@polkadot/keyring": "^13.0.2", @@ -48,12 +48,12 @@ "@zenlink-interface/ui": "workspace:*" }, "devDependencies": { - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/packages/redux/localstorage/package.json b/packages/redux/localstorage/package.json index 1c872eb06..f2195eb2b 100644 --- a/packages/redux/localstorage/package.json +++ b/packages/redux/localstorage/package.json @@ -25,9 +25,9 @@ "dependencies": {}, "devDependencies": { "@reduxjs/toolkit": "^1.9.7", - "@types/node": "^22.10.2", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/node": "^22.13.0", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/eslint-config": "workspace:*", @@ -38,6 +38,6 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/packages/redux/token-lists/package.json b/packages/redux/token-lists/package.json index 8b11f446f..764d7ec74 100644 --- a/packages/redux/token-lists/package.json +++ b/packages/redux/token-lists/package.json @@ -31,13 +31,13 @@ "fast-json-stable-stringify": "^2.1.0", "multicodec": "^3.2.1", "multihashes": "^4.0.3", - "viem": "2.21.55" + "viem": "2.22.17" }, "devDependencies": { "@reduxjs/toolkit": "^1.9.7", - "@types/node": "^22.10.2", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/node": "^22.13.0", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/hooks": "workspace:*", @@ -46,6 +46,6 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "^9.2.0", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/packages/shared/package.json b/packages/shared/package.json index f96d48d7d..ae81d90c7 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -17,14 +17,14 @@ "peerDependencies": { "react": "19.0.0", "react-dom": "19.0.0", - "viem": "2.21.55" + "viem": "2.22.17" }, "dependencies": { - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@reduxjs/toolkit": "^1.9.7", - "@tanstack/react-query": "^5.62.7", + "@tanstack/react-query": "^5.66.0", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/graph-client": "workspace:*", @@ -32,22 +32,22 @@ "@zenlink-interface/redux-localstorage": "workspace:*", "make-plural": "^7.4.0", "react-redux": "^9.2.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/format": "workspace:*", "@zenlink-interface/math": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "react": "19.0.0", "react-dom": "19.0.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/packages/smart-router/package.json b/packages/smart-router/package.json index 9d69a59a1..edc0e13b3 100644 --- a/packages/smart-router/package.json +++ b/packages/smart-router/package.json @@ -39,16 +39,16 @@ "jsbi": "^4.3.0", "tiny-invariant": "^1.3.3", "tiny-warning": "^1.0.3", - "viem": "2.21.55" + "viem": "2.22.17" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.13.0", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/router-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", - "tsup": "^8.3.5", - "typescript": "5.7.2", + "eslint": "^9.19.0", + "tsup": "^8.3.6", + "typescript": "5.7.3", "vitest": "^2.1.8" } } diff --git a/packages/token-lists/package.json b/packages/token-lists/package.json index 18c9d83a0..57aa255ea 100644 --- a/packages/token-lists/package.json +++ b/packages/token-lists/package.json @@ -33,8 +33,8 @@ "@zenlink-interface/format": "workspace:*", "@zenlink-interface/math": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "tiny-invariant": "^1.3.3", - "typescript": "5.7.2" + "typescript": "5.7.3" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index eb0ae1a14..651bb720f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -23,18 +23,18 @@ "react-dom": "19.0.0" }, "dependencies": { - "@floating-ui/react": "^0.27.2", - "@fontsource-variable/inter": "5.1.0", + "@floating-ui/react": "^0.27.3", + "@fontsource-variable/inter": "5.1.1", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", "@popperjs/core": "^2.11.8", "@react-hook/window-scroll": "^1.3.0", "@tailwindcss/aspect-ratio": "^0.4.2", - "@tailwindcss/forms": "^0.5.9", - "@tailwindcss/typography": "^0.5.15", + "@tailwindcss/forms": "^0.5.10", + "@tailwindcss/typography": "^0.5.16", "@tanstack/react-table": "8.20.6", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", @@ -47,18 +47,18 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-jazzicon": "^1.0.4", - "react-toastify": "^11.0.2", + "react-toastify": "^11.0.3", "react-virtualized-auto-sizer": "^1.0.25", "react-window": "^1.8.11" }, "devDependencies": { - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@types/react-virtualized-auto-sizer": "^1.0.4", "@types/react-window": "^1.8.8", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "tailwindcss": "^3.4.16", - "typescript": "5.7.2" + "tailwindcss": "^3.4.17", + "typescript": "5.7.3" } } diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 9237ae8ec..57b9dbe3a 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -19,8 +19,8 @@ "peerDependencies": { "react": "19.0.0", "react-dom": "19.0.0", - "viem": "2.21.55", - "wagmi": "2.14.3" + "viem": "2.22.17", + "wagmi": "2.14.9" }, "dependencies": { "@ethersproject/abi": "^5.7.0", @@ -30,10 +30,10 @@ "@ethersproject/providers": "^5.7.2", "@headlessui/react": "2.2.0", "@heroicons/react": "2.2.0", - "@lingui/core": "5.1.1", - "@lingui/macro": "5.1.1", - "@lingui/react": "5.1.1", - "@tanstack/react-query": "^5.62.7", + "@lingui/core": "5.2.0", + "@lingui/macro": "5.2.0", + "@lingui/react": "5.2.0", + "@tanstack/react-query": "^5.66.0", "@uniswap/permit2-sdk": "^1.3.0", "@zenlink-interface/amm": "workspace:*", "@zenlink-interface/chain": "workspace:*", @@ -48,24 +48,24 @@ "@zenlink-interface/wagmi-config": "workspace:*", "fast-json-stable-stringify": "^2.1.0", "ms": "^2.1.3", - "next-axiom": "^1.9.0", - "viem": "2.21.55", - "wagmi": "2.14.3", + "next-axiom": "^1.9.1", + "viem": "2.22.17", + "wagmi": "2.14.9", "zod": "^3.24.1" }, "devDependencies": { "@types/ms": "^0.7.34", - "@types/react": "19.0.1", - "@types/react-dom": "^19.0.2", + "@types/react": "19.0.8", + "@types/react-dom": "^19.0.3", "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "ethers": "^5.7.2", "next": "15.1.0", "react": "19.0.0", "react-dom": "19.0.0", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" }, "nextBundleAnalysis": { "budget": 460800, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67e8a58ae..3549cd765 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: devDependencies: '@lingui/cli': - specifier: ^5.1.1 - version: 5.1.1(typescript@5.7.2) + specifier: ^5.2.0 + version: 5.2.0(typescript@5.7.3) '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@zenlink-interface/eslint-config': specifier: workspace:* version: link:packages/config/eslint @@ -24,14 +24,14 @@ importers: specifier: ^8.0.0 version: 8.0.0 eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) esno: specifier: ^4.8.0 version: 4.8.0 fast-glob: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 ora: specifier: ^8.1.1 version: 8.1.1 @@ -39,8 +39,8 @@ importers: specifier: ^1.1.2 version: 1.1.2 turbo: - specifier: 2.3.3 - version: 2.3.3 + specifier: 2.4.0 + version: 2.4.0 undici: specifier: ^7.1.1 version: 7.1.1 @@ -48,8 +48,8 @@ importers: apis/path-finder: dependencies: '@vercel/node': - specifier: ^5.0.0 - version: 5.0.0 + specifier: ^5.1.0 + version: 5.1.0(rollup@4.28.1) '@zenlink-interface/chain': specifier: workspace:* version: link:../../packages/chain @@ -72,11 +72,11 @@ importers: specifier: ^2.1.0 version: 2.1.0 ioredis: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^5.4.2 + version: 5.4.2 viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 @@ -91,20 +91,20 @@ importers: specifier: ^16.4.7 version: 16.4.7 eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@16.18.11)(typescript@5.7.2) + version: 10.9.2(@types/node@16.18.11)(typescript@5.7.3) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apis/token-price: dependencies: '@vercel/node': - specifier: ^5.0.0 - version: 5.0.0 + specifier: ^5.1.0 + version: 5.1.0(rollup@4.28.1) '@zenlink-interface/chain': specifier: workspace:* version: link:../../packages/chain @@ -118,8 +118,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 ioredis: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^5.4.2 + version: 5.4.2 devDependencies: '@zenlink-interface/eslint-config': specifier: workspace:* @@ -128,11 +128,11 @@ importers: specifier: workspace:* version: link:../../packages/config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apis/zenlink-stats: dependencies: @@ -140,11 +140,11 @@ importers: specifier: ^12.3.1 version: 12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@vercel/node': - specifier: ^5.0.0 - version: 5.0.0 + specifier: ^5.1.0 + version: 5.1.0(rollup@4.28.1) '@wagmi/core': specifier: 1.1.1-cjs - version: 1.1.1-cjs(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(ioredis@5.4.1)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + version: 1.1.1-cjs(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(ioredis@5.4.2)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) '@zenlink-interface/chain': specifier: workspace:* version: link:../../packages/chain @@ -179,11 +179,11 @@ importers: specifier: ^2.1.0 version: 2.1.0 ioredis: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^5.4.2 + version: 5.4.2 viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) devDependencies: '@zenlink-interface/eslint-config': specifier: workspace:* @@ -192,8 +192,8 @@ importers: specifier: workspace:* version: link:../../packages/config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) apps/analytics: dependencies: @@ -231,20 +231,20 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@tanstack/react-table': specifier: 8.20.6 version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -306,11 +306,11 @@ importers: specifier: ^4.1.0 version: 4.1.0 echarts: - specifier: ^5.5.1 - version: 5.5.1 + specifier: ^5.6.0 + version: 5.6.0 echarts-for-react: specifier: ^3.0.2 - version: 3.0.2(echarts@5.5.1)(react@19.0.0) + version: 3.0.2(echarts@5.6.0)(react@19.0.0) ethers: specifier: ^5.7.2 version: 5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -343,29 +343,29 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/numeral': specifier: ^2.0.5 version: 2.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -377,25 +377,25 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) graphql: specifier: 16.10.0 version: 16.10.0 postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 swr: - specifier: ^2.2.5 - version: 2.2.5(react@19.0.0) + specifier: ^2.3.0 + version: 2.3.0(react@19.0.0) tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apps/app: dependencies: @@ -422,11 +422,11 @@ importers: version: 19.0.0(react@19.0.0) devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -438,19 +438,19 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apps/gauge: dependencies: @@ -461,20 +461,20 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@tanstack/react-table': specifier: 8.20.6 version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -536,11 +536,11 @@ importers: specifier: ^4.1.0 version: 4.1.0 echarts: - specifier: ^5.5.1 - version: 5.5.1 + specifier: ^5.6.0 + version: 5.6.0 echarts-for-react: specifier: ^3.0.2 - version: 3.0.2(echarts@5.5.1)(react@19.0.0) + version: 3.0.2(echarts@5.6.0)(react@19.0.0) fast-json-stable-stringify: specifier: ^2.1.0 version: 2.1.0 @@ -570,29 +570,29 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/numeral': specifier: ^2.0.5 version: 2.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -604,25 +604,25 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) graphql: specifier: 16.10.0 version: 16.10.0 postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 swr: - specifier: ^2.2.5 - version: 2.2.5(react@19.0.0) + specifier: ^2.3.0 + version: 2.3.0(react@19.0.0) tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apps/market: dependencies: @@ -633,20 +633,20 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@tanstack/react-table': specifier: 8.20.6 version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -711,11 +711,11 @@ importers: specifier: ^4.1.0 version: 4.1.0 echarts: - specifier: ^5.5.1 - version: 5.5.1 + specifier: ^5.6.0 + version: 5.6.0 echarts-for-react: specifier: ^3.0.2 - version: 3.0.2(echarts@5.5.1)(react@19.0.0) + version: 3.0.2(echarts@5.6.0)(react@19.0.0) fast-json-stable-stringify: specifier: ^2.1.0 version: 2.1.0 @@ -745,29 +745,29 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/numeral': specifier: ^2.0.5 version: 2.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -779,25 +779,25 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) graphql: specifier: 16.10.0 version: 16.10.0 postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 swr: - specifier: ^2.2.5 - version: 2.2.5(react@19.0.0) + specifier: ^2.3.0 + version: 2.3.0(react@19.0.0) tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apps/pool: dependencies: @@ -835,20 +835,20 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@tanstack/react-table': specifier: 8.20.6 version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -910,11 +910,11 @@ importers: specifier: ^4.1.0 version: 4.1.0 echarts: - specifier: ^5.5.1 - version: 5.5.1 + specifier: ^5.6.0 + version: 5.6.0 echarts-for-react: specifier: ^3.0.2 - version: 3.0.2(echarts@5.5.1)(react@19.0.0) + version: 3.0.2(echarts@5.6.0)(react@19.0.0) ethers: specifier: ^5.7.2 version: 5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -947,29 +947,29 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/numeral': specifier: ^2.0.5 version: 2.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -981,25 +981,25 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) graphql: specifier: 16.10.0 version: 16.10.0 postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 swr: - specifier: ^2.2.5 - version: 2.2.5(react@19.0.0) + specifier: ^2.3.0 + version: 2.3.0(react@19.0.0) tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apps/referrals: dependencies: @@ -1019,20 +1019,20 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@tanstack/react-table': specifier: 8.20.6 version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -1110,29 +1110,29 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/numeral': specifier: ^2.0.5 version: 2.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -1144,19 +1144,19 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 apps/swap: dependencies: @@ -1176,20 +1176,20 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@vercel/analytics': specifier: ^1.4.1 version: 1.4.1(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) @@ -1245,11 +1245,11 @@ importers: specifier: workspace:* version: link:../../packages/wagmi echarts: - specifier: ^5.5.1 - version: 5.5.1 + specifier: ^5.6.0 + version: 5.6.0 echarts-for-react: specifier: ^3.0.2 - version: 3.0.2(echarts@5.5.1)(react@19.0.0) + version: 3.0.2(echarts@5.6.0)(react@19.0.0) ethers: specifier: ^5.7.2 version: 5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -1279,29 +1279,29 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/numeral': specifier: ^2.0.5 version: 2.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../packages/config/eslint @@ -1313,19 +1313,19 @@ importers: version: link:../../packages/config/typescript autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.49) + version: 10.4.20(postcss@8.5.1) eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) postcss: - specifier: ^8.4.49 - version: 8.4.49 + specifier: ^8.5.1 + version: 8.5.1 tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 examples/v2-aggregation-router-api-example: dependencies: @@ -1356,7 +1356,7 @@ importers: version: 0.17.0 ts-node: specifier: ^10.9.1 - version: 10.9.2(@types/node@22.10.2)(typescript@5.2.2) + version: 10.9.2(@types/node@22.13.0)(typescript@5.2.2) typescript: specifier: 5.2.2 version: 5.2.2 @@ -1398,8 +1398,8 @@ importers: version: 1.0.3 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -1407,14 +1407,14 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/chain: devDependencies: @@ -1425,11 +1425,11 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/compat: dependencies: @@ -1443,17 +1443,17 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@zenlink-interface/amm': specifier: workspace:* version: link:../amm @@ -1504,13 +1504,13 @@ importers: version: 0.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 @@ -1519,11 +1519,11 @@ importers: specifier: ^1.0.5 version: 1.0.5 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -1531,8 +1531,8 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) ethers: specifier: ^5.7.2 version: 5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -1546,45 +1546,45 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/config/eslint: dependencies: '@antfu/eslint-config': - specifier: ^3.12.0 - version: 3.12.0(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(@vue/compiler-sfc@3.4.27)(eslint-plugin-react-hooks@5.1.0-beta-26f2496093-20240514(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0)) + specifier: ^3.16.0 + version: 3.16.0(@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(@vue/compiler-sfc@3.4.27)(eslint-plugin-react-hooks@5.1.0-beta-26f2496093-20240514(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0)) '@next/eslint-plugin-next': - specifier: ^15.1.0 - version: 15.1.0 + specifier: ^15.1.6 + version: 15.1.6 eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) eslint-config-next: - specifier: ^15.1.0 - version: 15.1.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + specifier: ^15.1.6 + version: 15.1.6(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) eslint-plugin-react: - specifier: ^7.37.2 - version: 7.37.2(eslint@9.17.0(jiti@2.3.3)) + specifier: ^7.37.4 + version: 7.37.4(eslint@9.19.0(jiti@2.3.3)) eslint-plugin-react-hooks: specifier: beta - version: 5.1.0-beta-26f2496093-20240514(eslint@9.17.0(jiti@2.3.3)) + version: 5.1.0-beta-26f2496093-20240514(eslint@9.19.0(jiti@2.3.3)) eslint-plugin-simple-import-sort: specifier: ^12.1.1 - version: 12.1.1(eslint@9.17.0(jiti@2.3.3)) + version: 12.1.1(eslint@9.19.0(jiti@2.3.3)) eslint-plugin-unused-imports: specifier: ^4.1.4 - version: 4.1.4(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)) + version: 4.1.4(@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)) devDependencies: '@types/eslint': specifier: ^9.6.1 version: 9.6.1 '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 packages/config/graph: dependencies: @@ -1599,17 +1599,17 @@ importers: specifier: workspace:* version: link:../typescript tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/config/nextjs: devDependencies: '@lingui/swc-plugin': - specifier: 5.0.1 - version: 5.0.1(@lingui/core@5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0))(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + specifier: 5.0.2 + version: 5.0.2(@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) next: specifier: 15.1.0 version: 15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -1633,11 +1633,11 @@ importers: specifier: workspace:* version: link:../typescript tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/config/router: dependencies: @@ -1655,11 +1655,11 @@ importers: specifier: workspace:* version: link:../typescript tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/config/typescript: {} @@ -1673,11 +1673,11 @@ importers: specifier: workspace:* version: link:../typescript tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/currency: dependencies: @@ -1707,11 +1707,11 @@ importers: specifier: ^4.5.9 version: 4.5.9 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -1725,14 +1725,14 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0) + version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0) packages/format: dependencies: @@ -1753,32 +1753,32 @@ importers: specifier: workspace:* version: link:../config/typescript tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/graph-client: dependencies: '@apollo/client': - specifier: ^3.12.3 - version: 3.12.3(@types/react@19.0.1)(graphql-ws@5.16.0(graphql@16.10.0))(graphql@16.10.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^3.12.8 + version: 3.12.8(@types/react@19.0.8)(graphql-ws@5.16.0(graphql@16.10.0))(graphql@16.10.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@graphql-codegen/cli': - specifier: ^5.0.3 - version: 5.0.3(@parcel/watcher@2.4.1)(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10) + specifier: ^5.0.4 + version: 5.0.4(@parcel/watcher@2.4.1)(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.3)(utf-8-validate@5.0.10) '@graphql-codegen/typescript-operations': - specifier: ^4.4.0 - version: 4.4.0(graphql@16.10.0) + specifier: ^4.4.1 + version: 4.4.1(graphql@16.10.0) '@graphql-codegen/typescript-react-apollo': specifier: ^4.3.2 version: 4.3.2(graphql@16.10.0) '@graphql-codegen/typescript-resolvers': - specifier: ^4.4.1 - version: 4.4.1(graphql@16.10.0) + specifier: ^4.4.2 + version: 4.4.2(graphql@16.10.0) '@polkadot/util-crypto': specifier: ^11.1.3 - version: 11.1.3(@polkadot/util@13.2.3) + version: 11.1.3(@polkadot/util@13.3.1) '@zenlink-interface/amm': specifier: workspace:* version: link:../amm @@ -1817,14 +1817,14 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/hooks: dependencies: @@ -1845,11 +1845,11 @@ importers: version: 10.0.0(react@19.0.0) devDependencies: '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/currency': specifier: workspace:* version: link:../currency @@ -1872,8 +1872,8 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/locales: {} @@ -1899,8 +1899,8 @@ importers: version: 1.0.3 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -1908,17 +1908,17 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0) + version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0) packages/math: dependencies: @@ -1948,17 +1948,17 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0) + version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0) packages/parachains-impl/amplitude: dependencies: @@ -1969,14 +1969,14 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@pendulum-chain/types': specifier: 0.3.4 version: 0.3.4(@polkadot/api@12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) @@ -2024,11 +2024,11 @@ importers: version: 1.7.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) devDependencies: '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../config/eslint @@ -2036,8 +2036,8 @@ importers: specifier: workspace:* version: link:../../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) react: specifier: 19.0.0 version: 19.0.0 @@ -2045,11 +2045,11 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/parachains-impl/bifrost: dependencies: @@ -2060,14 +2060,14 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@polkadot-onboard/react': specifier: ^1.1.0 version: 1.1.0 @@ -2115,11 +2115,11 @@ importers: version: 1.7.7(bufferutil@4.0.8)(utf-8-validate@5.0.10) devDependencies: '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../../config/eslint @@ -2127,8 +2127,8 @@ importers: specifier: workspace:* version: link:../../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) react: specifier: 19.0.0 version: 19.0.0 @@ -2136,11 +2136,11 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/polkadot: dependencies: @@ -2152,7 +2152,7 @@ importers: version: 1.1.0(@polkadot/api@12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/util@13.0.2)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot-onboard/wallet-connect': specifier: ^1.1.0 - version: 1.1.0(@types/react@19.0.1)(bufferutil@4.0.8)(ioredis@5.4.1)(react@19.0.0)(utf-8-validate@5.0.10) + version: 1.1.0(@types/react@19.0.8)(bufferutil@4.0.8)(ioredis@5.4.2)(react@19.0.0)(utf-8-validate@5.0.10) '@polkadot/api': specifier: ^12.3.1 version: 12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -2163,8 +2163,8 @@ importers: specifier: ^12.3.1 version: 12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/apps-config': - specifier: ^0.146.1 - version: 0.146.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(bufferutil@4.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(utf-8-validate@5.0.10) + specifier: ^0.148.1 + version: 0.148.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(bufferutil@4.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(utf-8-validate@5.0.10) '@polkadot/extension-dapp': specifier: ^0.52.1 version: 0.52.1(@polkadot/api@12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -2197,7 +2197,7 @@ importers: version: 12.3.1 '@polkadot/ui-keyring': specifier: ^3.9.1 - version: 3.9.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/ui-settings@3.11.3(@polkadot/networks@13.2.3)(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + version: 3.9.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/ui-settings@3.12.1(@polkadot/networks@13.3.1)(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) '@polkadot/util': specifier: ^13.0.2 version: 13.0.2 @@ -2221,11 +2221,11 @@ importers: version: link:../ui devDependencies: '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -2239,23 +2239,23 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/redux/localstorage: devDependencies: '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/chain': specifier: workspace:* version: link:../../chain @@ -2285,10 +2285,10 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/redux/token-lists: dependencies: @@ -2317,21 +2317,21 @@ importers: specifier: ^4.0.3 version: 4.0.3 viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) devDependencies: '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/chain': specifier: workspace:* version: link:../../chain @@ -2355,28 +2355,28 @@ importers: version: 19.0.0(react@19.0.0) react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/shared: dependencies: '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@reduxjs/toolkit': specifier: ^1.9.7 - version: 1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0) + version: 1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@zenlink-interface/chain': specifier: workspace:* version: link:../chain @@ -2397,23 +2397,23 @@ importers: version: 7.4.0 react-redux: specifier: ^9.2.0 - version: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + version: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 devDependencies: '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -2427,8 +2427,8 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) react: specifier: 19.0.0 version: 19.0.0 @@ -2436,11 +2436,11 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/smart-router: dependencies: @@ -2478,12 +2478,12 @@ importers: specifier: ^1.0.3 version: 1.0.3 viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.13.0 + version: 22.13.0 '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -2494,17 +2494,17 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 vitest: specifier: ^2.1.8 - version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0) + version: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0) packages/token-lists: devDependencies: @@ -2527,23 +2527,23 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) tiny-invariant: specifier: ^1.3.3 version: 1.3.3 typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/ui: dependencies: '@floating-ui/react': - specifier: ^0.27.2 - version: 0.27.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^0.27.3 + version: 0.27.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@fontsource-variable/inter': - specifier: 5.1.0 - version: 5.1.0 + specifier: 5.1.1 + version: 5.1.1 '@headlessui/react': specifier: 2.2.0 version: 2.2.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -2551,14 +2551,14 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 @@ -2567,13 +2567,13 @@ importers: version: 1.3.0(react@19.0.0) '@tailwindcss/aspect-ratio': specifier: ^0.4.2 - version: 0.4.2(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) + version: 0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3))) '@tailwindcss/forms': - specifier: ^0.5.9 - version: 0.5.9(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) + specifier: ^0.5.10 + version: 0.5.10(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3))) '@tailwindcss/typography': - specifier: ^0.5.15 - version: 0.5.15(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) + specifier: ^0.5.16 + version: 0.5.16(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3))) '@tanstack/react-table': specifier: 8.20.6 version: 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -2611,8 +2611,8 @@ importers: specifier: ^1.0.4 version: 1.0.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react-toastify: - specifier: ^11.0.2 - version: 11.0.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^11.0.3 + version: 11.0.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react-virtualized-auto-sizer: specifier: ^1.0.25 version: 1.0.25(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -2621,11 +2621,11 @@ importers: version: 1.8.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0) devDependencies: '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@types/react-virtualized-auto-sizer': specifier: ^1.0.4 version: 1.0.4 @@ -2639,11 +2639,11 @@ importers: specifier: workspace:* version: link:../config/typescript tailwindcss: - specifier: ^3.4.16 - version: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + specifier: ^3.4.17 + version: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 packages/wagmi: dependencies: @@ -2669,17 +2669,17 @@ importers: specifier: 2.2.0 version: 2.2.0(react@19.0.0) '@lingui/core': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/macro': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@lingui/react': - specifier: 5.1.1 - version: 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + specifier: 5.2.0 + version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) '@tanstack/react-query': - specifier: ^5.62.7 - version: 5.62.7(react@19.0.0) + specifier: ^5.66.0 + version: 5.66.0(react@19.0.0) '@uniswap/permit2-sdk': specifier: ^1.3.0 version: 1.3.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -2723,14 +2723,14 @@ importers: specifier: ^2.1.3 version: 2.1.3 next-axiom: - specifier: ^1.9.0 - version: 1.9.0(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + specifier: ^1.9.1 + version: 1.9.1(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: - specifier: 2.14.3 - version: 2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + specifier: 2.14.9 + version: 2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 @@ -2739,11 +2739,11 @@ importers: specifier: ^0.7.34 version: 0.7.34 '@types/react': - specifier: 19.0.1 - version: 19.0.1 + specifier: 19.0.8 + version: 19.0.8 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.1) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.8) '@zenlink-interface/eslint-config': specifier: workspace:* version: link:../config/eslint @@ -2751,8 +2751,8 @@ importers: specifier: workspace:* version: link:../config/typescript eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) ethers: specifier: ^5.7.2 version: 5.7.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -2766,17 +2766,17 @@ importers: specifier: 19.0.0 version: 19.0.0(react@19.0.0) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 scripts/price: devDependencies: '@apollo/client': - specifier: ^3.12.3 - version: 3.12.3(@types/react@19.0.1)(graphql-ws@5.16.0(graphql@16.10.0))(graphql@16.10.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^3.12.8 + version: 3.12.8(@types/react@19.0.8)(graphql-ws@5.16.0(graphql@16.10.0))(graphql@16.10.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/express': specifier: ^5.0.0 version: 5.0.0 @@ -2805,8 +2805,8 @@ importers: specifier: ^16.4.7 version: 16.4.7 eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) esno: specifier: ^4.8.0 version: 4.8.0 @@ -2820,17 +2820,17 @@ importers: specifier: 16.10.0 version: 16.10.0 ioredis: - specifier: ^5.4.1 - version: 5.4.1 + specifier: ^5.4.2 + version: 5.4.2 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + version: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 scripts/treasury: devDependencies: @@ -2847,8 +2847,8 @@ importers: specifier: ^16.4.7 version: 16.4.7 eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) esno: specifier: ^4.8.0 version: 4.8.0 @@ -2857,16 +2857,16 @@ importers: version: 2.1.0 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + version: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) scripts/vote-merkle: devDependencies: @@ -2886,8 +2886,8 @@ importers: specifier: ^16.4.7 version: 16.4.7 eslint: - specifier: ^9.17.0 - version: 9.17.0(jiti@2.3.3) + specifier: ^9.19.0 + version: 9.19.0(jiti@2.3.3) esno: specifier: ^4.8.0 version: 4.8.0 @@ -2899,16 +2899,16 @@ importers: version: 1.3.3 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + version: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) tsup: - specifier: ^8.3.5 - version: 8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2) + specifier: ^8.3.6 + version: 8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2) typescript: - specifier: 5.7.2 - version: 5.7.2 + specifier: 5.7.3 + version: 5.7.3 viem: - specifier: 2.21.55 - version: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: 2.22.17 + version: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) packages: @@ -2931,8 +2931,8 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@antfu/eslint-config@3.12.0': - resolution: {integrity: sha512-dMHomZZXufEpjKElh7dcfBKu+qFGz9NOACGaqNNAmr9XHe5JQe/6oNNdP3YGeyXSPR/V37IXFvxM0P76WHv1IA==} + '@antfu/eslint-config@3.16.0': + resolution: {integrity: sha512-g6RAXUMeow9vexoOMYwCpByY2xSDpAD78q+rvQLvVpY6MFcxFD/zmdrZGYa/yt7LizK86m17kIYKOGLJ3L8P0w==} hasBin: true peerDependencies: '@eslint-react/eslint-plugin': ^1.19.0 @@ -2977,8 +2977,8 @@ packages: svelte-eslint-parser: optional: true - '@antfu/install-pkg@0.5.0': - resolution: {integrity: sha512-dKnk2xlAyC7rvTkpkHmu+Qy/2Zc3Vm/l8PtNyIOGDBtXPY3kThfU4ORNEp3V7SXw5XSOb+tOJaUYpfquPzL/Tg==} + '@antfu/install-pkg@1.0.0': + resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==} '@antfu/utils@0.7.10': resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} @@ -2989,8 +2989,8 @@ packages: peerDependencies: ajv: '>=8' - '@apollo/client@3.12.3': - resolution: {integrity: sha512-KZ5zymRdb8bMbGUb1wP2U04ff7qIGgaC1BCdCVC+IPFiXkxEhHBc5fDEQOwAUT+vUo9KbBh3g7QK/JCOswn59w==} + '@apollo/client@3.12.8': + resolution: {integrity: sha512-053z5eCM7zNl81Lxs/SqHv8e+x3sszrtmGS2TNuPW0ZTZzmKATMsIsoblx1Kt0E67Ze3jb99JSPiQHG9ozGc3g==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 @@ -3124,10 +3124,6 @@ packages: resolution: {integrity: sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.6': - resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.9': resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} @@ -3655,11 +3651,11 @@ packages: peerDependencies: '@polkadot/api': ^10.7.3 - '@clack/core@0.3.5': - resolution: {integrity: sha512-5cfhQNH+1VQ2xLQlmzXMqUoiaH0lRBq9/CLW9lTyMbuKLC3+xEK01tHVvyut++mLOn5urSHmkm6I0Lg9MaJSTQ==} + '@clack/core@0.4.1': + resolution: {integrity: sha512-Pxhij4UXg8KSr7rPek6Zowm+5M22rbd2g1nfojHJkxp5YkFqiZ2+YLEM/XGVIzvGOcM0nqjIFxrpDwWRZYWYjA==} - '@clack/prompts@0.8.2': - resolution: {integrity: sha512-6b9Ab2UiZwJYA9iMyboYyW9yJvAO9V753ZhS+DHKEjZRKAxPPOb7MXXu84lsPFG+vZt6FRFniZ8rXi+zCIw4yQ==} + '@clack/prompts@0.9.1': + resolution: {integrity: sha512-JIpyaboYZeWYlyP0H+OoPPxd6nqueG/CmN6ixBiNFsIDHREevjIf0n0Ohh5gr5C8pEDknzgvz+pIJ8dMhzWIeg==} '@coinbase/wallet-sdk@3.9.3': resolution: {integrity: sha512-N/A2DRIf0Y3PHc1XAMvbBUu4zisna6qAdqABMZwBMNEfWrXpAwx16pZGkYCLGE+Rvv1edbcB2LYDRnACNcmCiw==} @@ -3735,14 +3731,14 @@ packages: '@equilab/definitions@1.4.18': resolution: {integrity: sha512-rFEPaHmdn5I1QItbQun9H/x+o3hgjA6kLYLrNN6nl/ndtQMY2tqx/mQfcGIlKA1xVmyn9mUAqD8G0P/nBHD3yA==} - '@es-joy/jsdoccomment@0.48.0': - resolution: {integrity: sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==} - engines: {node: '>=16'} - '@es-joy/jsdoccomment@0.49.0': resolution: {integrity: sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==} engines: {node: '>=16'} + '@es-joy/jsdoccomment@0.50.0': + resolution: {integrity: sha512-+zZymuVLH6zVwXPtCAtC+bDymxmEwEqDftdAK+f407IF1bnX49anIxvBhCA1AqUIfD6egj1jM1vUnSuijjNyYg==} + engines: {node: '>=18'} + '@esbuild/aix-ppc64@0.20.2': resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} @@ -4461,24 +4457,25 @@ packages: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-community/regexpp@4.11.0': - resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/compat@1.1.1': - resolution: {integrity: sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==} + '@eslint/compat@1.2.6': + resolution: {integrity: sha512-k7HNCqApoDHM6XzT30zGoETj+D+uUcZUb+IVAJmar3u6bvHf7hhHJcWx09QHj4/a2qrKZMWU0E16tvkiAdv06Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.10.0 + peerDependenciesMeta: + eslint: + optional: true '@eslint/config-array@0.19.1': resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.9.1': - resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==} + '@eslint/core@0.10.0': + resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/eslintrc@2.1.4': @@ -4493,8 +4490,8 @@ packages: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/js@9.17.0': - resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} + '@eslint/js@9.19.0': + resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/markdown@6.2.1': @@ -4505,14 +4502,14 @@ packages: resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.0': - resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.4': resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/plugin-kit@0.2.5': + resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ethereumjs/common@3.2.0': resolution: {integrity: sha512-pksvzI0VyLgmuEF2FA/JR/4/y6hcPq8OUail3/AvycBaW1d5VSauOZzqGvJ3RTmR4MU35lWE8KseKOsEhrFRBA==} @@ -4644,8 +4641,8 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/react@0.27.2': - resolution: {integrity: sha512-k/yP6a9K9QwhLfIu87iUZxCH6XN5z5j/VUHHq0dEnbZYY2Y9jz68E/LXFtK8dkiaYltS2WYohnyKC0VcwVneVg==} + '@floating-ui/react@0.27.3': + resolution: {integrity: sha512-CLHnes3ixIFFKVQDdICjel8muhFLOBdQH7fgtHNPY8UbCNqbeKZ262G7K66lGQOUQWWnYocf7ZbUsLJgGfsLHg==} peerDependencies: react: '>=17.0.0' react-dom: '>=17.0.0' @@ -4653,8 +4650,11 @@ packages: '@floating-ui/utils@0.2.8': resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} - '@fontsource-variable/inter@5.1.0': - resolution: {integrity: sha512-Wj2dUGP0vUpxRGQTXQTCNJO+aLcFcQm+gUPXfj/aS877bQkEPBPv9JvZJpwdm2vzelt8NTZ+ausKlBCJjh2XIg==} + '@floating-ui/utils@0.2.9': + resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} + + '@fontsource-variable/inter@5.1.1': + resolution: {integrity: sha512-OpXFTmiH6tHkYijMvQTycFKBLK4X+SRV6tet1m4YOUH7SzIIlMqDja+ocDtiCA72UthBH/vF+3ZtlMr2rN/wIw==} '@fragnova/api-augment@0.1.0-spec-1.0.4-mainnet': resolution: {integrity: sha512-511tzGJt8BWUVMNqX6NNq4KrGWYBKrLVQ2GKERUi08TtpteEQnFH3Nzh8W6x3dpBG3naZ+V5ue+bEmEB9foRIQ==} @@ -4667,8 +4667,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/cli@5.0.3': - resolution: {integrity: sha512-ULpF6Sbu2d7vNEOgBtE9avQp2oMgcPY/QBYcCqk0Xru5fz+ISjcovQX29V7CS7y5wWBRzNLoXwJQGeEyWbl05g==} + '@graphql-codegen/cli@5.0.4': + resolution: {integrity: sha512-vPO1mCtrttFVy8mPR+jMAvsYTv8E/7payIPaneeGE15mQjyvQXXsHoAg06Qpf6tykOdCwKVLWre0Mf6g0KBwUg==} engines: {node: '>=16'} hasBin: true peerDependencies: @@ -4678,8 +4678,8 @@ packages: '@parcel/watcher': optional: true - '@graphql-codegen/client-preset@4.4.0': - resolution: {integrity: sha512-Q0NHFK7KXLhEaRC/k82ge0dHDfeHJEvvDeV0vV3+oSurHNa/lpxQtbK2BqknZe+JDfZ1YOOvYT93XsAkYD+SQg==} + '@graphql-codegen/client-preset@4.6.1': + resolution: {integrity: sha512-KsgXzM1TbLEomS+sT5M8npTAzI3WberRiiYlJejIvbmvOSvcTVBUICK/Np10IbxghYGkeF7ik2kBw0FxnLtkQg==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -4689,8 +4689,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/gql-tag-operations@4.0.10': - resolution: {integrity: sha512-WsBEVL3XQdBboFJJL5WxrUjkuo3B7Sa51R9NbT7PKBe0HCNstoouGZIvQJRUubttFCqTTyoFtNsoRSKB+rsRug==} + '@graphql-codegen/gql-tag-operations@4.0.14': + resolution: {integrity: sha512-/jyW6zbIt9xiLAmkLsLwJDegeFytg6n5yf79dEbkhOflclIM2t1YhEAXQxIuqgDgM/PQ34Zfu3wtgWSgUOReXg==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -4705,11 +4705,6 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/plugin-helpers@5.0.4': - resolution: {integrity: sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/plugin-helpers@5.1.0': resolution: {integrity: sha512-Y7cwEAkprbTKzVIe436TIw4w03jorsMruvCvu0HJkavaKMQbWY+lQ1RIuROgszDbxAyM35twB5/sUvYG5oW+yg==} engines: {node: '>=16'} @@ -4721,14 +4716,14 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typed-document-node@5.0.10': - resolution: {integrity: sha512-YPDUNs6x0muoVWlbY2yEs0lGxFHMTszlGDh6klT/5rqiTDTZg3zz8Wd1ZTihkcH8+V6T0AT9qDWwcx9fcS2tvQ==} + '@graphql-codegen/typed-document-node@5.0.13': + resolution: {integrity: sha512-/r23W1WF9PKymIET3SdCDfyuZ6tHeflvbZF3mL3cMp4849M1fe1J2eWefeqn2MMbKATstNqRVxtrq6peJ3A/Ew==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-operations@4.4.0': - resolution: {integrity: sha512-oVlos2ySx8xIbbe8r5ZI6mOpI+OTeP14RmS2MchBJ6DL+S9G16O6+9V3Y8V22fTnmBTZkTfAAaBv4HYhhDGWVA==} + '@graphql-codegen/typescript-operations@4.4.1': + resolution: {integrity: sha512-iqAdEe4wfxGPT9s/VD+EhehBzaTxvWdisbsqiM6dMfk+8FfjrOj8SDBsHzKwmkRcrpMK6h9gLr3XcuBPu0JoFg==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -4739,20 +4734,14 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-resolvers@4.4.1': - resolution: {integrity: sha512-xN/co3NofnHxpOzu5qi2Lc55C0hQZi6jJeV5mn+EnESKZBedGK0yPlaIpsUvieC6DGzGdLFA74wuSgWYULb3LA==} + '@graphql-codegen/typescript-resolvers@4.4.2': + resolution: {integrity: sha512-+/wzLYzUDKPKe5p3JYUXszSlLH46oD8w+8+U7c1ttJYItZV/duFE2D3TgF2aBkfYwFiYZ1thnEMI1Jm17vAR3w==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript@4.1.0': - resolution: {integrity: sha512-/fS53Nh6U6c58GTOxqfyKTLQfQv36P8II/vPw/fg0cdcWbALhRPls69P8vXUWjrElmLKzCrdusBWPp/r+AKUBQ==} - engines: {node: '>=16'} - peerDependencies: - graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - - '@graphql-codegen/typescript@4.1.2': - resolution: {integrity: sha512-GhPgfxgWEkBrvKR2y77OThus3K8B6U3ESo68l7+sHH1XiL2WapK5DdClViblJWKQerJRjfJu8tcaxQ8Wpk6Ogw==} + '@graphql-codegen/typescript@4.1.3': + resolution: {integrity: sha512-/7qNPj+owhxBZB3Kv0FuUILZq9A6Gl5P5wiIZGAmw500n6Vc8ceOFLRXeVkyvDccxTGWS/vJv+sUnl94T2Pu+A==} engines: {node: '>=16'} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -4762,14 +4751,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/visitor-plugin-common@5.4.0': - resolution: {integrity: sha512-tL7hOrO+4MiNfDiHewhRQCiH9GTAh0M9Y/BZxYGGEdnrfGgqK5pCxtjq7EY/L19VGIyU7hhzYTQ0r1HzEbB4Jw==} - engines: {node: '>=16'} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - - '@graphql-codegen/visitor-plugin-common@5.6.0': - resolution: {integrity: sha512-PowcVPJbUqMC9xTJ/ZRX1p/fsdMZREc+69CM1YY+AlFng2lL0zsdBskFJSRoviQk2Ch9IPhKGyHxlJCy9X22tg==} + '@graphql-codegen/visitor-plugin-common@5.6.1': + resolution: {integrity: sha512-q+DkGWWS7pvSc1c4Hw1xD0RI+EplTe2PCyTCT0WuaswnodBytteKTqFOVVGadISLX0xhO25aANTFB4+TLwTBSA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -5099,6 +5082,10 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} + '@isaacs/fs-minipass@4.0.1': + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + '@jest/schemas@29.6.3': resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -5160,12 +5147,12 @@ packages: '@ledgerhq/connect-kit-loader@1.1.8': resolution: {integrity: sha512-mDJsOucVW8m3Lk2fdQst+P74SgiKebvq1iBk4sXLbADQOwhL9bWGaArvO+tW7jPJZwEfSPWBdHcHoYi11XAwZw==} - '@lingui/babel-plugin-extract-messages@5.1.1': - resolution: {integrity: sha512-2jAmEbyPLeZFLMcuIT/4pXum19e9/skQQcAx6hRtkjoUf8CqsZY8JSOcijZ6EEDgaNZQSepoaOWAvQNLB6vD0A==} + '@lingui/babel-plugin-extract-messages@5.2.0': + resolution: {integrity: sha512-hQ6tFK72ZXX2813PU9thJbnwJ+SjSrfR3/tt4aqHJcOUdrb67wMVY/0xiUe+vb5y6kVZjZ4oPqdgCfGZ2jWBEw==} engines: {node: '>=20.0.0'} - '@lingui/babel-plugin-lingui-macro@5.1.1': - resolution: {integrity: sha512-mW7FiE9PlKiFFXrA8+u0mN+ExXDjTqHX0nQTmbhNd6afNUgtCHv8Krokk9Hheogc4TdFprR/ADlp7v2kUOKgKw==} + '@lingui/babel-plugin-lingui-macro@5.2.0': + resolution: {integrity: sha512-IEpEfKW2WoGiK30dbovwXaPj69dKUP+GEAk00/6KUMB0sonaBWO4NO3Bj9G6NSdA6fB1lm9BtvuPqJQ2DvjF5g==} engines: {node: '>=20.0.0'} peerDependencies: babel-plugin-macros: 2 || 3 @@ -5173,20 +5160,20 @@ packages: babel-plugin-macros: optional: true - '@lingui/cli@5.1.1': - resolution: {integrity: sha512-n+dC9XJ0Be6NEL6Wp69jFmuBNyYeAsISdtUZqgZZHjYxG3yhjcO7NTuittw9JxOlV4MXIadoGiTgY7j01Kg12g==} + '@lingui/cli@5.2.0': + resolution: {integrity: sha512-SLMPi9VMNAmhKRGt3HCGIZVHHmxfAcb7zNK9qwrEhlvcwxNmtsPtLb4iJvKy/VpdCQYm7C6D34tFjyVjUZ4ROg==} engines: {node: '>=20.0.0'} hasBin: true - '@lingui/conf@5.1.1': - resolution: {integrity: sha512-TC1fz5K+8bZ2u88kbloHUHpyHVDdAr0vf8ADcfJxJE/mIfymaYtyH7YVUP7+J1vcVlI/xNt7Rubg0f4Vp+GxnQ==} + '@lingui/conf@5.2.0': + resolution: {integrity: sha512-3biQJxGntCP+EnOe9jjlquGCBfk6ogq+I8ZduHwmBceY5aQ0OR7V23ItDrMz0NBy8dFNk5YoeHun3CYKYOS/Jg==} engines: {node: '>=20.0.0'} - '@lingui/core@5.1.1': - resolution: {integrity: sha512-gyjT2CPE3Yb8pqRI+aJd4koMejeXgSq23tPM/i+EWPF42p1zqc6aqFL2KBFEJKkoKZhDljOLrjQFHAeeC/Bmqw==} + '@lingui/core@5.2.0': + resolution: {integrity: sha512-cz35uKDxIGb/CPvgwn7BM/QYpxtARmQm7n+mHUoNJdNKSrg9R7vKkLRG7k9dukZwix2Mdjh+2dPIJnAkor2CiA==} engines: {node: '>=20.0.0'} peerDependencies: - '@lingui/babel-plugin-lingui-macro': 5.1.0 + '@lingui/babel-plugin-lingui-macro': 5.2.0 babel-plugin-macros: 2 || 3 peerDependenciesMeta: '@lingui/babel-plugin-lingui-macro': @@ -5194,15 +5181,15 @@ packages: babel-plugin-macros: optional: true - '@lingui/format-po@5.1.1': - resolution: {integrity: sha512-KgNXP2pG19xrgyRstafHa21M/Yek2FB2ytrm42HYQuHJnYJAmwZ5HdP1gTmm2Z3icZatpY95O8SgYWTIXByEtg==} + '@lingui/format-po@5.2.0': + resolution: {integrity: sha512-viUQaoRa8UxSghayTY7xjtwXbfXIVdlM8C4HsxmozQnl5TXnPVEwlaPYds3sdJ8PmQGcYCm35r8EsmuKBoWYDQ==} engines: {node: '>=20.0.0'} - '@lingui/macro@5.1.1': - resolution: {integrity: sha512-/52ISD+DGv6Wy+nfwtHVVCEOnvrTiA/YSoS6hTxL/PR2aL706QVxhLNXA0T+CBqj+zWFgsDpL8LFaAv+eD7cXw==} + '@lingui/macro@5.2.0': + resolution: {integrity: sha512-zWrVDxRqlyc4Eirb5sUuL+4bxH2T/pEg5eZGwibLUcZhyRQmIJkarGrpGe6WzzQa5IZH4Y+2lzOM973jQ/IPMA==} engines: {node: '>=20.0.0'} peerDependencies: - '@lingui/babel-plugin-lingui-macro': 5.1.0 + '@lingui/babel-plugin-lingui-macro': 5.2.0 babel-plugin-macros: 2 || 3 peerDependenciesMeta: '@lingui/babel-plugin-lingui-macro': @@ -5210,15 +5197,17 @@ packages: babel-plugin-macros: optional: true - '@lingui/message-utils@5.1.1': - resolution: {integrity: sha512-v4PA3eI4LHNyHklqgX6vdZLHYhJcBrgJNmATfBrf3Rm+5Xdg2SKjrXKRm28Q+diNo+ao6IPwlxq32FZUS7h4kA==} + '@lingui/message-utils@5.2.0': + resolution: {integrity: sha512-qJFKNc1b7SRX6y5ywtA1x+2/gaY22e09hjC6fiDvDpAFdEguI4qAJGmBmqlAZG/kcokR0tmMpo9zYUF8jjcHEA==} engines: {node: '>=20.0.0'} + bundledDependencies: + - '@messageformat/date-skeleton' - '@lingui/react@5.1.1': - resolution: {integrity: sha512-lhh2hwoCGoA50cBAHqpeTiZV+FUyNuVpLePux1MKSTuBkH8XaKk+cBghwqeDV5oNTJkjZx5ByKgq5rlsBAtBww==} + '@lingui/react@5.2.0': + resolution: {integrity: sha512-Ok9ZsA3hPPzeTXpp1woFk0Bgqv6shMB8AzbSQCixudLdbuAPkBu/EKlwTGBs0yYlq5cUXeDYrKKHF1R5BcX5HA==} engines: {node: '>=20.0.0'} peerDependencies: - '@lingui/babel-plugin-lingui-macro': 5.1.0 + '@lingui/babel-plugin-lingui-macro': 5.2.0 babel-plugin-macros: 2 || 3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -5227,8 +5216,8 @@ packages: babel-plugin-macros: optional: true - '@lingui/swc-plugin@5.0.1': - resolution: {integrity: sha512-rb9x/UWk0dibp3VsIwKGjuGPX6CBkcqCsDi/3eIJ0bljAI+YKpKXo2QrMuiPsF2RSXsJy+0ry8GibLBOvTJwxA==} + '@lingui/swc-plugin@5.0.2': + resolution: {integrity: sha512-qKMc+E2cNIax6fhhN+O3n4VOIzQXfGhenQMlrNfvOjq5DEGimFjprL3c/9XuNO9mhQ4izlqNkasvep4espt3sw==} peerDependencies: '@lingui/core': '5' '@swc/core': '*' @@ -5255,8 +5244,9 @@ packages: peerDependencies: '@polkadot/types': ^10.9.1 - '@mapbox/node-pre-gyp@1.0.11': - resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} + '@mapbox/node-pre-gyp@2.0.0': + resolution: {integrity: sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==} + engines: {node: '>=18'} hasBin: true '@messageformat/parser@5.1.0': @@ -5309,11 +5299,11 @@ packages: readable-stream: ^3.6.2 socket.io-client: ^4.5.1 - '@metamask/sdk-install-modal-web@0.31.2': - resolution: {integrity: sha512-KPv36kQjmTwErU8g2neuHHSgkD5+1hp4D6ERfk5Kc2r73aOYNCdG9wDGRUmFmcY2MKkeK1EuDyZfJ4FPU30fxQ==} + '@metamask/sdk-install-modal-web@0.31.5': + resolution: {integrity: sha512-ZfrVkPAabfH4AIxcTlxQN5oyyzzVXFTLZrm1/BJ+X632d9MiyAVHNtiqa9EZpZYkZGk2icmDVP+xCpvJmVOVpQ==} - '@metamask/sdk@0.31.2': - resolution: {integrity: sha512-6MWON2g1j7XwAHWam4trusGxeyhQweNLEHPsfuIxSwcsXoEm08Jj80OglJxQI4KwjcDnjSWBkQGG3mmK6ug/cA==} + '@metamask/sdk@0.31.5': + resolution: {integrity: sha512-i7wteqO/fU2JWQrMZz+addHokYThHYznp4nYXviv+QysdxGVgAYvcW/PBA+wpeP3veX7QGfNqMPgSsZbBrASYw==} '@metamask/utils@5.0.2': resolution: {integrity: sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==} @@ -5360,8 +5350,8 @@ packages: '@next/env@15.1.0': resolution: {integrity: sha512-UcCO481cROsqJuszPPXJnb7GGuLq617ve4xuAyyNG4VSSocJNtMU5Fsx+Lp6mlN8c7W58aZLc5y6D/2xNmaK+w==} - '@next/eslint-plugin-next@15.1.0': - resolution: {integrity: sha512-+jPT0h+nelBT6HC9ZCHGc7DgGVy04cv4shYdAe6tKlEbjQUtwU3LzQhzbDHQyY2m6g39m6B0kOFVuLGBrxxbGg==} + '@next/eslint-plugin-next@15.1.6': + resolution: {integrity: sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==} '@next/swc-darwin-arm64@15.1.0': resolution: {integrity: sha512-ZU8d7xxpX14uIaFC3nsr4L++5ZS/AkWDm1PzPO6gD9xWhFkOj2hzSbSIxoncsnlJXB1CbLOfGVN4Zk9tg83PUw==} @@ -5424,14 +5414,14 @@ packages: '@noble/curves@1.4.0': resolution: {integrity: sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==} - '@noble/curves@1.6.0': - resolution: {integrity: sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==} - engines: {node: ^14.21.3 || >=16} - '@noble/curves@1.7.0': resolution: {integrity: sha512-UTMhXK9SeDhFJVrHeUJ5uZlI6ajXg10O6Ddocf9S6GjbSBVZsJo88HzKwXznNfGpMTRDyJkqMjNDPYgf0qFWnw==} engines: {node: ^14.21.3 || >=16} + '@noble/curves@1.8.1': + resolution: {integrity: sha512-warwspo+UYUPep0Q+vtdVB4Ugn8GGQj8iyB3gnRWsztmUHTI3S1nhdiWNsPUGL0vud7JlRRk1XEu7Lq1KGTnMQ==} + engines: {node: ^14.21.3 || >=16} + '@noble/hashes@1.0.0': resolution: {integrity: sha512-DZVbtY62kc3kkBtMHqwCOfXrT/hnoORy5BJ4+HU1IR59X0KWAOqsfzQPcUl/lQLlG7qXbe/fZ3r/emxtAl+sqg==} @@ -5453,10 +5443,6 @@ packages: resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} engines: {node: '>= 16'} - '@noble/hashes@1.5.0': - resolution: {integrity: sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==} - engines: {node: ^14.21.3 || >=16} - '@noble/hashes@1.6.0': resolution: {integrity: sha512-YUULf0Uk4/mAA89w+k3+yUYh6NrEvxZa5T6SY3wlMvE2chHkxFUUIDI8/XW1QSC357iA5pSnqt7XEhvFOqmDyQ==} engines: {node: ^14.21.3 || >=16} @@ -5465,6 +5451,10 @@ packages: resolution: {integrity: sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==} engines: {node: ^14.21.3 || >=16} + '@noble/hashes@1.7.1': + resolution: {integrity: sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==} + engines: {node: ^14.21.3 || >=16} + '@noble/secp256k1@1.5.5': resolution: {integrity: sha512-sZ1W6gQzYnu45wPrWx8D3kwI2/U29VYTx9OjbDAd7jwRItJ0cSTMPRL/C8AWZFn9kWFLQGqEXVEE86w4Z8LpIQ==} @@ -5719,12 +5709,8 @@ packages: resolution: {integrity: sha512-KfofZVEUeTgLzcexdxKBT2vihazDheUoTLxbsa2ztmmw4UB/IjOL911y04pjg2obZQAI9B+oCyxJXyCfzauWEg==} engines: {node: '>=18'} - '@polkadot/api-augment@14.3.1': - resolution: {integrity: sha512-PE6DW+8kRhbnGKn7qCF7yM6eEt/kqrY8bh1i0RZcPY9QgwXW4bZZrtMK4WssX6Z70NTEoOW6xHYIjc7gFZuz8g==} - engines: {node: '>=18'} - - '@polkadot/api-augment@15.0.2': - resolution: {integrity: sha512-7qtfTihLKS7cT2kEsd8Y1+MJ+2n4Sl0y9BHuPhdNfKcDbGwCxIB7JzXNujww4Is4bF7w1lXcM2U0E/XwJi1BbQ==} + '@polkadot/api-augment@15.5.1': + resolution: {integrity: sha512-ZDSiaBcy8OT8FWI5WWnVqdi4jWBcUpiAdSO3FdZarAN9Hp2sbaUSM5zt8NkLsFtnsQxgZXGzVCbxNojBj7XAlg==} engines: {node: '>=18'} '@polkadot/api-augment@7.15.1': @@ -5743,12 +5729,8 @@ packages: resolution: {integrity: sha512-vNbxXNjn4APfXg+ui99gurX2Jzns+eezmWranxoGXT7q0mme1zAtWus5t4e+qe1qRjDNZZYPruF7YJA8dL5k8A==} engines: {node: '>=18'} - '@polkadot/api-base@14.3.1': - resolution: {integrity: sha512-GZT6rTpT3HYZ/C3rLPjoX3rX3DOxNG/zgts+jKjNrCumAeZkVq5JErKIX8/3f2TVaE2Kbqniy3d1TH/AL4HBPA==} - engines: {node: '>=18'} - - '@polkadot/api-base@15.0.2': - resolution: {integrity: sha512-5++EjpuCxzmrL2JJj511RrPK+IovuIQa8DJhyOp62VDMXPkqS/O6Df5wjYzQh/ftT1ZysftXqJAUA/LSUsH+2g==} + '@polkadot/api-base@15.5.1': + resolution: {integrity: sha512-sTcTICj4UEmM9PnIjBFQvHQrZNnRfGA2IipHo6HjzmZ9JpX+9+zjqcq4xZP+4pfP7upKYCzgWN0Si/6BEpNGFw==} engines: {node: '>=18'} '@polkadot/api-base@7.15.1': @@ -5767,12 +5749,8 @@ packages: resolution: {integrity: sha512-2MbK1h4GcKEdSgDKKYI28iZESw0VOm0kekV6YGQflZNWe84jJOn2rohP8pACseUjQjwWDgbPPBvTlRZTk7zdAw==} engines: {node: '>=18'} - '@polkadot/api-derive@14.3.1': - resolution: {integrity: sha512-PhqUEJCY54vXtIaoYqGUtJY06wHd/K0cBmBz9yCLxp8UZkLoGWhfJRTruI25Jnucf9awS5cZKYqbsoDrL09Oqg==} - engines: {node: '>=18'} - - '@polkadot/api-derive@15.0.2': - resolution: {integrity: sha512-nD8hXZxEv2/wuhjMmVP09lTAYd8inNgrLpLGUR+7hBQeVEQQTdNatkqMKpNIOk2MO46mtUK35NepvDBK9DWZzA==} + '@polkadot/api-derive@15.5.1': + resolution: {integrity: sha512-8NO/h/ieYy7c7NubvuK/zpxcwJBoqbB6x4o6LfXTkvsv+ePq7WcPw3W0+c6Qo+QZd+OgtrvfT9OzobfxfzKk6g==} engines: {node: '>=18'} '@polkadot/api-derive@7.15.1': @@ -5791,12 +5769,8 @@ packages: resolution: {integrity: sha512-VCrtadJRJttya5NhZ8slkD/UQyOZv4qABjagQMaG1eTZpn5k1wskmDUGdHrZZpYO5jBPewnCgaN8+LPKO2qiOw==} engines: {node: '>=18'} - '@polkadot/api@14.3.1': - resolution: {integrity: sha512-ZBKSXEVJa1S1bnmpnA7KT/fX3sJDIJOdVD9Hp3X+G73yvXzuK5k1Mn5z9bD/AcMs/HAGcbuYU+b9+b9IByH9YQ==} - engines: {node: '>=18'} - - '@polkadot/api@15.0.2': - resolution: {integrity: sha512-CA8Pq2Gsz2MJvpkpIVNzaBs2eJGCr0sEodAb0vTOZW/ZlIDHcBWyWq3KXE+lBMWVzYBEC4Vz6MafNgq6Bsshlw==} + '@polkadot/api@15.5.1': + resolution: {integrity: sha512-vEKXcy8iq2f7UZ7pLiX0z2bXiMEJ6Qp/s2MZNWTixBPPWKKqdq7d98CIIPWmqDpQPhidsWMkzV4r3/GaNLccfQ==} engines: {node: '>=18'} '@polkadot/api@7.15.1': @@ -5807,8 +5781,8 @@ packages: resolution: {integrity: sha512-R3eYFj2JgY1zRb+OCYQxNlJXCs2FA+AU4uIEiVcXnVLmR3M55tkRNEwYAZmiFxx0pQmegGgPMc33q7TWGdw24A==} engines: {node: '>=14.0.0'} - '@polkadot/apps-config@0.146.1': - resolution: {integrity: sha512-LRQSyuY6M2xS60Zcx2hvGj501EFU6S77fOhp5NOlS2lHCzcH3fWmnKliJO/8HxXrIEn12uV+pxGEh8bkqjM37Q==} + '@polkadot/apps-config@0.148.1': + resolution: {integrity: sha512-b/PDCu4xrqduTOAyxFJkgCzYJzRexSyIgdCIlAnmiw9cgM/pmLOQPF252qFgkLOtH68CE2oEvr/K15Cnr4kftw==} engines: {node: '>=18'} '@polkadot/extension-dapp@0.52.1': @@ -5854,12 +5828,12 @@ packages: '@polkadot/util': 13.0.2 '@polkadot/util-crypto': 13.0.2 - '@polkadot/keyring@13.2.3': - resolution: {integrity: sha512-pgTo6DXNXub0wGD+MnVHYhKxf80Jl+QMOCb818ioGdXz++Uw4mTueFAwtB+N7TGo0HafhChUiNJDxFdlDkcAng==} + '@polkadot/keyring@13.3.1': + resolution: {integrity: sha512-PT3uG9MqciPyoEz/f23RRMSlht77fo1hZaA1Vbcs1Rz7h7qFC0+7jFI9Ak30EJh9V0I2YugfzqAe3NjjyDxlvw==} engines: {node: '>=18'} peerDependencies: - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1 '@polkadot/keyring@6.11.1': resolution: {integrity: sha512-rW8INl7pO6Dmaffd6Df1yAYCRWa2RmWQ0LGfJeA/M6seVIkI6J3opZqAd4q2Op+h9a7z4TESQGk8yggOEL+Csg==} @@ -5902,8 +5876,8 @@ packages: resolution: {integrity: sha512-ABAL+vug/gIwkdFEzeh87JoJd0YKrxSYg/HjUrZ+Zis2ucxQEKpvtCpJ34ku+YrjacBfVqIAkkwd3ZdIPGq9aQ==} engines: {node: '>=18'} - '@polkadot/networks@13.2.3': - resolution: {integrity: sha512-mG+zkXg/33AyPrkv2xBbAo3LBUwOwBn6qznBU/4jxiZPnVvCwMaxE7xHM22B5riItbNJ169FXv3wy0v6ZmkFbw==} + '@polkadot/networks@13.3.1': + resolution: {integrity: sha512-g/0OmCMUrbbW4RQ/xajTYd2SMJvFKY4kmMvpxtNN57hWQpY7c5oDXSz57jGH2uwvcBWeDfaNokcS+9hJL1RBcA==} engines: {node: '>=18'} '@polkadot/networks@6.11.1': @@ -5914,8 +5888,8 @@ packages: resolution: {integrity: sha512-8xAmhDW0ry5EKcEjp6VTuwoTm0DdDo/zHsmx88P6sVL87gupuFsL+B6TrsYLl8GcaqxujwrOlKB+CKTUg7qFKg==} engines: {node: '>=14.0.0'} - '@polkadot/react-identicon@3.11.3': - resolution: {integrity: sha512-YnIF85RaMqw2CwxGkACwWtLHA3twL7jQi/IY9njjJYg3QkdyTQclZqFAw0IClYduBI1YIdRjFoob6k+kyNKpqQ==} + '@polkadot/react-identicon@3.12.1': + resolution: {integrity: sha512-09RuY8g7S2DWre2sz6bLpQdplb1nWBqZgz5y7Dm/2A95Xwut+4aNytdPms1Bl1b343v55zIBYMLxWdyZyEbKSw==} engines: {node: '>=18'} peerDependencies: '@polkadot/keyring': '*' @@ -5933,12 +5907,8 @@ packages: resolution: {integrity: sha512-/tZLl5IuQ4vdGlUAbd8x3ShZ35XDSeyknKHCC+9kIrM/+KIyoCYBob2RXP9uqX8m516AWkXUrjsSO6DFPBpRGg==} engines: {node: '>=18'} - '@polkadot/rpc-augment@14.3.1': - resolution: {integrity: sha512-Z8Hp8fFHwFCiTX0bBCDqCZ4U26wLIJl1NRSjJTsAr+SS68pYZBDGCwhKztpKGqndk1W1akRUaxrkGqYdIFmspQ==} - engines: {node: '>=18'} - - '@polkadot/rpc-augment@15.0.2': - resolution: {integrity: sha512-of88GdzsOs15HP+Gowh4G/iKKFkCNIeF0Wes8LiONfn+j2TmWt8blbyGhrIZZeApzbFUDFjnxUPGT40uWJcMpw==} + '@polkadot/rpc-augment@15.5.1': + resolution: {integrity: sha512-BuaObrUNH3aXavAoQA4diy8VXUgUpABzsYYIUtlivioA4UHJkFYzCnEYNcQj41Dp3bZE78LC80sYyqFc0ZFJfQ==} engines: {node: '>=18'} '@polkadot/rpc-augment@7.15.1': @@ -5957,12 +5927,8 @@ packages: resolution: {integrity: sha512-bNo26P20nRpLfANTK4sWEakxvqBJpKwAp/Gt7KlxoGgoTUbWFapyGKScFxp/pblycEziEbC+ZjkLMkaWaqi69g==} engines: {node: '>=18'} - '@polkadot/rpc-core@14.3.1': - resolution: {integrity: sha512-FV2NPhFwFxmX8LqibDcGc6IKTBqmvwr7xwF2OA60Br4cX+AQzMSVpFlfQcETll+0M+LnRhqGKGkP0EQWXaSowA==} - engines: {node: '>=18'} - - '@polkadot/rpc-core@15.0.2': - resolution: {integrity: sha512-KOUnfXOAFCN0N23sEbS+FzXhX88JCvJst/nKzO9+q67NgYBEqgcaoG4tqt/VVedgkNi0kA7WAA3wyjt5UYMnrg==} + '@polkadot/rpc-core@15.5.1': + resolution: {integrity: sha512-rtT7RFQMfRm9bLYgaK34EoTSqSqPzGcD5aKITGv4ZcGi7oRRrKuIq813II1UK7IH5GN7njLWzoeq+LC3JVxW3g==} engines: {node: '>=18'} '@polkadot/rpc-core@7.15.1': @@ -5981,12 +5947,8 @@ packages: resolution: {integrity: sha512-Tg1Oj/1ldivqwnnOWepcNHEHYgpOBffxlrZMEXH1XX6D3AZaUhAWbatizyisydpuMbknTQ9FGYSnb9rOc2QBJw==} engines: {node: '>=18'} - '@polkadot/rpc-provider@14.3.1': - resolution: {integrity: sha512-NF/Z/7lzT+jp5LZzC49g+YIjRzXVI0hFag3+B+4zh6E/kKADdF59EHj2Im4LDhRGOnEO9AE4H6/UjNEbZ94JtA==} - engines: {node: '>=18'} - - '@polkadot/rpc-provider@15.0.2': - resolution: {integrity: sha512-BwLP8gNskzqtQ2kMk+EX6WK4d9TU0XJ/nJg0TKC2dX5sSTpTF2JQIYp1wuOik4rKNXIU/1hKaDSSylMJj7AHeQ==} + '@polkadot/rpc-provider@15.5.1': + resolution: {integrity: sha512-hDKup24P+L4BtRgu1L4IZRpZlqPOyeK8ryIaiuPABd6ZseQUQ8Oz2OMf3uL2Q43Xc72+q2PP5ylJuxH+wlErDw==} engines: {node: '>=18'} '@polkadot/rpc-provider@7.15.1': @@ -6010,12 +5972,8 @@ packages: resolution: {integrity: sha512-I3ggJt7W3UOScP6WA6PNmNsmpCfZtXkRJvSJkX7bi2LsSm/iF0xo0KdpQK02dHu7nGRFD9O5cSoVawzZJifGLA==} engines: {node: '>=18'} - '@polkadot/types-augment@14.3.1': - resolution: {integrity: sha512-SC4M6TBlgCglNz+gRbvfoVRDz0Vyeev6v0HeAdw0H6ayEW4BXUdo5bFr0092bdS5uTrEPgiSyUry5TJs2KoXig==} - engines: {node: '>=18'} - - '@polkadot/types-augment@15.0.2': - resolution: {integrity: sha512-UiFJVEYML30+V9GdFAHPbA3s4MVQTL1CevsZMnX0+ApvlgEHJMZnVFfYF7jL2bl9BcUYM/zoxEAhj2MpqFFfxw==} + '@polkadot/types-augment@15.5.1': + resolution: {integrity: sha512-sWO/4Loe7oJldmO/dbJeiTkO7sdEj6TZ6UnHcxpxCC97cPUrqHxcatsyoxrMn1RyLJ/tIlkQEgT25d/LwKbU7Q==} engines: {node: '>=18'} '@polkadot/types-augment@7.15.1': @@ -6034,12 +5992,8 @@ packages: resolution: {integrity: sha512-yZ4exsQI+eVkE/fZNuJBOajAgOH/YncKWOOf0N4lc6iq28oYp22DCAXc50Ym372l4HO+uhC9QdMPH9EiWwT2pQ==} engines: {node: '>=18'} - '@polkadot/types-codec@14.3.1': - resolution: {integrity: sha512-3y3RBGd+8ebscGbNUOjqUjnRE7hgicgid5LtofHK3O1EDcJQJnYBDkJ7fOAi96CDgHsg+f2FWWkBWEPgpOQoMQ==} - engines: {node: '>=18'} - - '@polkadot/types-codec@15.0.2': - resolution: {integrity: sha512-44Q40p1rl0t7Bl1QUamewqXNVPway9xgqByyifv6ODSGhtt+lFoarb3U4JzqRUuuK0PP57ePB0L8q81Totxeew==} + '@polkadot/types-codec@15.5.1': + resolution: {integrity: sha512-aBI3x9Uv/g6TkVToQwIEuXn9NsRT6oMrlQt9WYN4bWElHayeiKpdEQa3sdSpA48g+X5q4CoWDI7etaj8cV9obw==} engines: {node: '>=18'} '@polkadot/types-codec@7.15.1': @@ -6058,12 +6012,8 @@ packages: resolution: {integrity: sha512-Jf9BByWB64FPW3lM5/Mcc/foyPJ3L9t0QwHVHaYWaonZt6l7SPX71rQmD7twJiTj9q1d1WidDKg/TtRDNbm1yA==} engines: {node: '>=18'} - '@polkadot/types-create@14.3.1': - resolution: {integrity: sha512-F4EBvF3Zvym0xrkAA5Yz01IAVMepMV3w2Dwd0C9IygEAQ5sYLLPHmf72/aXn+Ag+bSyT2wlJHpDc+nEBXNQ3Gw==} - engines: {node: '>=18'} - - '@polkadot/types-create@15.0.2': - resolution: {integrity: sha512-YhpcqbH3oI87PkgrV6Fez9jWDqFIep0KcS1YWQcwc9gsBNnuour80t2AAK41/tqAYwOZi6tpJwIevnEhVkxFYA==} + '@polkadot/types-create@15.5.1': + resolution: {integrity: sha512-qb8lDmWIZeOiw2INIKGFDM6dtMn08kU5WaIfjpIPDBAM+htqhhGNirxIvSwKIY15YuAUqapk4EXelZLnDxHJ8g==} engines: {node: '>=18'} '@polkadot/types-create@7.15.1': @@ -6082,12 +6032,8 @@ packages: resolution: {integrity: sha512-G8t0uiIW1iu3KwylHDPnqdHxg5qwBxzPZQJvsjnGx2qBUk2VqXditKWcNFLEwCTnJPL95t2AzEO711lS99WRbg==} engines: {node: '>=18'} - '@polkadot/types-known@14.3.1': - resolution: {integrity: sha512-58b3Yc7+sxwNjs8axmrA9OCgnxmEKIq7XCH2VxSgLqTeqbohVtxwUSCW/l8NPrq1nxzj4J2sopu0PPg8/++q4g==} - engines: {node: '>=18'} - - '@polkadot/types-known@15.0.2': - resolution: {integrity: sha512-SyBo4xBoesHYiEfdW/nOgaftKgM7+puBWqQXq1Euz0MM5LDLjxBw22Srgk9ulGM6l9MsekIwCyX8geJ6/6J3Cg==} + '@polkadot/types-known@15.5.1': + resolution: {integrity: sha512-4FXoN22h9pgEfWf+p23+77PzQGfZPC4oMjLYKB5tJ6z1Wn/QkoaNlidBf/swTaYRTE5KnXU4BHdEyR1N+336sw==} engines: {node: '>=18'} '@polkadot/types-known@4.17.1': @@ -6114,12 +6060,8 @@ packages: resolution: {integrity: sha512-TwL5M5HkZ4jQGKekD+qJFLba7UXWASfwlPy2OpKj0LOnnmq4tudXgN13UFdQ7HoOmisPhr+vYo9vteYeBZ0jTA==} engines: {node: '>=18'} - '@polkadot/types-support@14.3.1': - resolution: {integrity: sha512-MfVe4iIOJIfBr+gj8Lu8gwIvhnO6gDbG5LeaKAjY6vS6Oh0y5Ztr8NdMIl8ccSpoyt3LqIXjfApeGzHiLzr6bw==} - engines: {node: '>=18'} - - '@polkadot/types-support@15.0.2': - resolution: {integrity: sha512-I7Im/4K2/XDZ1LfeQeeNyvIkfvozIPQs8K1/nsICDOmBbvIsjxSeKWHOcFDMJ8AlPEer6bqNQavOyZA/pg9R/Q==} + '@polkadot/types-support@15.5.1': + resolution: {integrity: sha512-EGju43gZszvWQVgmwUQitimdLRL06TJ26ate9HNsTdz2EOhPp9yuYolLwk6qIwBitpF0qup0H6FgiohhIBrc7g==} engines: {node: '>=18'} '@polkadot/types-support@7.15.1': @@ -6138,12 +6080,8 @@ packages: resolution: {integrity: sha512-4MkTF1znpgp9mZc/ZZPdFe7/5it9v+EJmzXc/DEOX9kVWs2BuKOWopzOFyO3reVUUB+v7dxfSOArSsxkMUcuoA==} engines: {node: '>=18'} - '@polkadot/types@14.3.1': - resolution: {integrity: sha512-O748XgCLDQYxS5nQ6TJSqW88oC4QNIoNVlWZC2Qq4SmEXuSzaNHQwSVtdyPRJCCc4Oi1DCQvGui4O+EukUl7HA==} - engines: {node: '>=18'} - - '@polkadot/types@15.0.2': - resolution: {integrity: sha512-6gZBnuXU58hQAXWI2daED2OaQwFMxbQdkE8HVGMovMobEf0PxPfIqf+GdnVmWbe09EU9mv2gCWBcdnvHSRBlQg==} + '@polkadot/types@15.5.1': + resolution: {integrity: sha512-1kpF4xaYvokuXaNt37PESXCIrYWlrNQWQwfopQz1RPVHGKcLioMZ8cc49nYSPjpvRriDSVmE/zhy16uBWANHOw==} engines: {node: '>=18'} '@polkadot/types@4.17.1': @@ -6170,15 +6108,15 @@ packages: '@polkadot/ui-settings': '*' '@polkadot/util': '*' - '@polkadot/ui-settings@3.11.3': - resolution: {integrity: sha512-VGtv5pGQM9iFWZ9kpU9TD0auDUb01mTp/DACTgG79mo9icK2XK8KUdkMMh70HuhnS5Dnqsgn7nhYuYqVOGAxeQ==} + '@polkadot/ui-settings@3.12.1': + resolution: {integrity: sha512-xFedW4YLtJTdyVHt1V5d4jFdOZKMi05228Q9XNGhahbpYet6eb7P7Ta/Wy5mtKDkI56xbgiOE+PQDxmMG6tjgw==} engines: {node: '>=18'} peerDependencies: '@polkadot/networks': '*' '@polkadot/util': '*' - '@polkadot/ui-shared@3.11.3': - resolution: {integrity: sha512-oK8HCI9//ymQrRMSunUpHXjWXRHwKynSlQphonqmWL2duFWgTKVqGrEbEmeaW5Ps4dzK3w06GYQDj7fhe7BcRg==} + '@polkadot/ui-shared@3.12.1': + resolution: {integrity: sha512-Jcsamcljbi3r4ovsjF52P66Cr14eM0Up7XLPlXA3uZ/SSEO2uEsrgA2LOW3Wv0P7oCzZPEsZkeIXLb0k2AnUPA==} engines: {node: '>=18'} peerDependencies: '@polkadot/util': '*' @@ -6208,11 +6146,11 @@ packages: peerDependencies: '@polkadot/util': 13.0.2 - '@polkadot/util-crypto@13.2.3': - resolution: {integrity: sha512-5sbggmLbn5eiuVMyPROPlT5roHRqdKHOfSpioNbGvGIZ1qIWVoC1RfsK0NWJOVGDzy6DpQe0KYT/kgcU5Xsrzw==} + '@polkadot/util-crypto@13.3.1': + resolution: {integrity: sha512-FU6yf3IY++DKlf0eqO9/obe2y1zuZ5rbqRs75fyOME/5VXio1fA3GIpW7aFphyneFRd78G8QLh8kn0oIwBGMNg==} engines: {node: '>=18'} peerDependencies: - '@polkadot/util': 13.2.3 + '@polkadot/util': 13.3.1 '@polkadot/util-crypto@6.11.1': resolution: {integrity: sha512-fWA1Nz17FxWJslweZS4l0Uo30WXb5mYV1KEACVzM+BSZAvG5eoiOAYX6VYZjyw6/7u53XKrWQlD83iPsg3KvZw==} @@ -6242,8 +6180,8 @@ packages: resolution: {integrity: sha512-/6bS9sfhJLhs8QuqWaR1eRapzfDdGC5XAQZEPL9NN5sTTA7HxWos8rVleai0UERm8QUMabjZ9rK9KpzbXl7ojg==} engines: {node: '>=18'} - '@polkadot/util@13.2.3': - resolution: {integrity: sha512-pioNnsig3qHXrfOKMe4Yqos8B8N3/EZUpS+WfTpWnn1VjYban/0GrTXeavPlAwggnY27b8fS6rBzQBhnVYDw8g==} + '@polkadot/util@13.3.1': + resolution: {integrity: sha512-5crLP/rUZOJzuo/W8t73J8PxpibJ5vrxY57rR6V+mIpCZd1ORiw0wxeHcV5F9Adpn7yJyuGBwxPbueNR5Rr1Zw==} engines: {node: '>=18'} '@polkadot/util@6.11.1': @@ -6425,8 +6363,8 @@ packages: resolution: {integrity: sha512-h2jKT/UaxiEal8LhQeH6+GCjO7GwEqVAD2SNYteCOXff6yNttqAZYJuHZsndbVjVNwqRNf8D5q/zZkD0HUd6xQ==} engines: {node: '>=18'} - '@polkadot/x-bigint@13.2.3': - resolution: {integrity: sha512-VKgEAh0LsxTd/Hg517Tt5ZU4CySjBwMpaojbkjgv3fOdg1cN7t4eFEUxpyj7mlO0cp22SzDh7nmy4TO98qhLQA==} + '@polkadot/x-bigint@13.3.1': + resolution: {integrity: sha512-ewc708a7LUdrT92v9DsSAIbcJQBn3aR9/LavF/iyMOq5lZJyPXDSjAnskfMs818R3RLCrKVKfs+aKkxt2eqo8g==} engines: {node: '>=18'} '@polkadot/x-bigint@8.7.1': @@ -6445,8 +6383,8 @@ packages: resolution: {integrity: sha512-B/gf9iriUr6za/Ui7zIFBfHz7UBZ68rJEIteWHx1UHRCZPcLqv+hgpev6xIGrkfFljI0/lI7IwtN2qy6HYzFBg==} engines: {node: '>=18'} - '@polkadot/x-fetch@13.2.3': - resolution: {integrity: sha512-7Nmk+8ieEGzz43nc1rX6nH3rQo6rhGmAaIXJWnXY9gOHY0k1me1bJYbP+xDdh8vcLh8eY3D1sESUwG6QYZW2lg==} + '@polkadot/x-fetch@13.3.1': + resolution: {integrity: sha512-J+HM42j0KGqdC/eo7vmsdLPz74MR7+0My4km6TG9HGjKqqztwygtenpopPod2SbRnL4nHiEG0wZzpVOW6HN2gw==} engines: {node: '>=18'} '@polkadot/x-fetch@8.7.1': @@ -6469,8 +6407,8 @@ packages: resolution: {integrity: sha512-OoNIXLB5y8vIKpk4R+XmpDPhipNXWSUvEwUnpQT7NAxNLmzgMq1FhbrwBWWPRNHPrQonp7mqxV/X+v5lv1HW/g==} engines: {node: '>=18'} - '@polkadot/x-global@13.2.3': - resolution: {integrity: sha512-7MYQIAEwBkRcNrgqac5PbB0kNPlI6ISJEy6/Nb+crj8BFjQ8rf11PF49fq0QsvDeuYM1aNLigrvYZNptQs4lbw==} + '@polkadot/x-global@13.3.1': + resolution: {integrity: sha512-861TeIw49a3JvkwlUWrddfG+JaUqtFZDsemYxxZIjjcRJLrKOsoKNqHbiHi2OPrwlX8PwAA/wc5I9Q4XRQ7KEg==} engines: {node: '>=18'} '@polkadot/x-global@6.11.1': @@ -6503,11 +6441,11 @@ packages: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': '*' - '@polkadot/x-randomvalues@13.2.3': - resolution: {integrity: sha512-Zf0GTfLmVk+VzPUmcQSpXjjmFzMTjPhXoLuIoE7xIu73T+vQ+TX9j7DvorN6bIRsnZ9l1SyTZsSf/NTjNZKIZg==} + '@polkadot/x-randomvalues@13.3.1': + resolution: {integrity: sha512-GIb0au3vIX2U/DRH0PRckM+1I4EIbU8PLX1roGJgN1MAYKWiylJTKPVoBMafMM87o8qauOevJ46uYB/qlfbiWg==} engines: {node: '>=18'} peerDependencies: - '@polkadot/util': 13.2.3 + '@polkadot/util': 13.3.1 '@polkadot/wasm-util': '*' '@polkadot/x-randomvalues@6.11.1': @@ -6538,8 +6476,8 @@ packages: resolution: {integrity: sha512-mauglOkTJxLGmLwLc3J5Jlq/W+SHP53eiy3F8/8JxxfnXrZKgWoQXGpvXYPjFnMZj0MzDSy/6GjyGWnDCgdQFA==} engines: {node: '>=18'} - '@polkadot/x-textdecoder@13.2.3': - resolution: {integrity: sha512-i8hRXPtGknmdm3FYv6/94I52VXHJZa5sgYNw1+Hqb4Jqmq4awUjea35CKXd/+aw70Qn8Ngg31l2GoiH494fa+Q==} + '@polkadot/x-textdecoder@13.3.1': + resolution: {integrity: sha512-g2R9O1p0ZsNDhZ3uEBZh6fQaVLlo3yFr0YNqt15v7e9lBI4APvTJ202EINlo2jB5lz/R438/BdjEA3AL+0zUtQ==} engines: {node: '>=18'} '@polkadot/x-textdecoder@6.11.1': @@ -6566,8 +6504,8 @@ packages: resolution: {integrity: sha512-Lq08H2OnVXj97uaOwg7tcmRS7a4VJYkHEeWO4FyEMOk6P6lU6W8OVNjjxG0se9PCEgmyZPUDbJI//1ynzP4cXw==} engines: {node: '>=18'} - '@polkadot/x-textencoder@13.2.3': - resolution: {integrity: sha512-wJI3Bb/dC4zyBXJFm5+ZhyBXWoI5wvP8k8qX0/ZC0PQsgSAqs7LVhiofk4Wd94n0P41W5re58LrGXLyziSAshw==} + '@polkadot/x-textencoder@13.3.1': + resolution: {integrity: sha512-DnHLUdoKDYxekfxopuUuPB+j5Mu7Jemejcduu5gz3/89GP/sYPAu0CAVbq9B+hK1yGjBBj31eA4wkAV1oktYmg==} engines: {node: '>=18'} '@polkadot/x-textencoder@6.11.1': @@ -6590,8 +6528,8 @@ packages: resolution: {integrity: sha512-nC5e2eY5D5ZR5teQOB7ib+dWLbmNws86cTz3BjKCalSMBBIn6i3V9ElgABpierBmnSJe9D94EyrH1BxdVfDxUg==} engines: {node: '>=18'} - '@polkadot/x-ws@13.2.3': - resolution: {integrity: sha512-Y6MTAWgcnrnx/LkBx65X3ZyoJH5EFj3tXtflRoKg1+PLHSLuNBV7Wi5mLcE70z4e5c+4hgBbLq+8SqCqzFtSPw==} + '@polkadot/x-ws@13.3.1': + resolution: {integrity: sha512-ytqkC7FwVs4BlzNFAmPMFp+xD1KIdMMP/mvCSOrnxjlsyM5DVGop4x4c2ZgDUBmrFqmIiVkWDfMIZeOxui2OLQ==} engines: {node: '>=18'} '@polkadot/x-ws@8.7.1': @@ -6697,45 +6635,30 @@ packages: peerDependencies: rollup: ^1.20.0||^2.0.0 - '@rollup/pluginutils@4.2.1': - resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} - engines: {node: '>= 8.0.0'} - - '@rollup/rollup-android-arm-eabi@4.21.0': - resolution: {integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==} - cpu: [arm] - os: [android] + '@rollup/pluginutils@5.1.4': + resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true '@rollup/rollup-android-arm-eabi@4.28.1': resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.21.0': - resolution: {integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==} - cpu: [arm64] - os: [android] - '@rollup/rollup-android-arm64@4.28.1': resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.21.0': - resolution: {integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.28.1': resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.21.0': - resolution: {integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.28.1': resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} cpu: [x64] @@ -6751,41 +6674,21 @@ packages: cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.21.0': - resolution: {integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.21.0': - resolution: {integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==} - cpu: [arm] - os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.28.1': resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.21.0': - resolution: {integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.28.1': resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.21.0': - resolution: {integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-musl@4.28.1': resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} cpu: [arm64] @@ -6796,81 +6699,41 @@ packages: cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': - resolution: {integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==} - cpu: [ppc64] - os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.21.0': - resolution: {integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==} - cpu: [riscv64] - os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.28.1': resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.21.0': - resolution: {integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==} - cpu: [s390x] - os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.28.1': resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.21.0': - resolution: {integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-gnu@4.28.1': resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.21.0': - resolution: {integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-musl@4.28.1': resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.21.0': - resolution: {integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.28.1': resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.21.0': - resolution: {integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==} - cpu: [ia32] - os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.28.1': resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.21.0': - resolution: {integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.28.1': resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} cpu: [x64] @@ -6916,14 +6779,17 @@ packages: '@scure/base@1.2.1': resolution: {integrity: sha512-DGmGtC8Tt63J5GfHgfl5CuAXh96VF/LD8K9Hr/Gv0J2lAoRGlPOMpqMpMbCTOoOJMZCk2Xt+DskdDyn6dEFdzQ==} + '@scure/base@1.2.4': + resolution: {integrity: sha512-5Yy9czTO47mqz+/J8GM6GIId4umdCk1wc1q8rKERQulIoc8VP9pzDcghv10Tl2E7R96ZUx/PhND3ESYUQX8NuQ==} + '@scure/bip32@1.3.2': resolution: {integrity: sha512-N1ZhksgwD3OBlwTv3R6KFEcPojl/W4ElJOeCZdi+vuI5QmTFwLq3OFf2zd2ROpKvxFdgZ6hUpb0dx9bVNEwYCA==} '@scure/bip32@1.3.3': resolution: {integrity: sha512-LJaN3HwRbfQK0X1xFSi0Q9amqOgzQnnDngIt+ZlsBC3Bm7/nE7K0kwshZHyaru79yIVRv/e1mQAjZyuZG6jOFQ==} - '@scure/bip32@1.6.0': - resolution: {integrity: sha512-82q1QfklrUUdXJzjuRU7iG7D7XiFx5PHYVS0+oeNKhyDLT7WPqs6pBcM2W5ZdwOwKCwoE1Vy1se+DHjcXwCYnA==} + '@scure/bip32@1.6.2': + resolution: {integrity: sha512-t96EPDMbtGgtb7onKKqxRLfE5g05k7uHnHRM2xdE6BP/ZmxaLtPek4J4KfVn/90IQNrU1IOAqMgiDtUdtbe3nw==} '@scure/bip39@1.2.1': resolution: {integrity: sha512-Z3/Fsz1yr904dduJD0NpiyRHhRYHdcnyh73FZWiV+/qhWi83wNJ3NWolYqCEN+ZWsUz2TWwajJggcRE9r1zUYg==} @@ -6931,8 +6797,8 @@ packages: '@scure/bip39@1.2.2': resolution: {integrity: sha512-HYf9TUXG80beW+hGAt3TRM8wU6pQoYur9iNypTROm42dorCGmLnFe3eWjz3gOq6G62H2WRh0FCzAR1PI+29zIA==} - '@scure/bip39@1.5.0': - resolution: {integrity: sha512-Dop+ASYhnrwm9+HA/HwXg7j2ZqM6yk2fyLWb5znexjctFY3+E+eU8cIWI0Pql0Qx4hPZCijlGq4OL71g+Uz30A==} + '@scure/bip39@1.5.4': + resolution: {integrity: sha512-TFM4ni0vKvCfBpohoh+/lY05i9gRbSwXWngAsF4CABQxoaOHijxuaZ2R6cStDQ5CHtHO9aGJTr4ksVJASRRyMA==} '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} @@ -7000,8 +6866,8 @@ packages: '@stablelib/x25519@1.0.3': resolution: {integrity: sha512-KnTbKmUhPhHavzobclVJQG5kuivH+qDLpe84iRqX3CLrKp881cF160JvXJ+hjn1aMyCwYOKeIZefIH/P5cJoRw==} - '@stylistic/eslint-plugin@2.12.1': - resolution: {integrity: sha512-fubZKIHSPuo07FgRTn6S4Nl0uXPRPYVNpyZzIDGfp7Fny6JjNus6kReLD7NI380JXi4HtUTSOZ34LBuNPO1XLQ==} + '@stylistic/eslint-plugin@2.13.0': + resolution: {integrity: sha512-RnO1SaiCFHn666wNz2QfZEFxvmiNRqhzaMXHXxXXKt+MEP7aajlPxUSMIQpKAaJfverpovEYqjBOXDq6dDcaOQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' @@ -7082,21 +6948,21 @@ packages: peerDependencies: tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1' - '@tailwindcss/forms@0.5.9': - resolution: {integrity: sha512-tM4XVr2+UVTxXJzey9Twx48c1gcxFStqn1pQz0tRsX8o3DvxhN5oY5pvyAbUx7VTaZxpej4Zzvc6h+1RJBzpIg==} + '@tailwindcss/forms@0.5.10': + resolution: {integrity: sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw==} peerDependencies: - tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20' + tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1' - '@tailwindcss/typography@0.5.15': - resolution: {integrity: sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA==} + '@tailwindcss/typography@0.5.16': + resolution: {integrity: sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==} peerDependencies: - tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20' + tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' - '@tanstack/query-core@5.62.7': - resolution: {integrity: sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==} + '@tanstack/query-core@5.66.0': + resolution: {integrity: sha512-J+JeBtthiKxrpzUu7rfIPDzhscXF2p5zE/hVdrqkACBP8Yu0M96mwJ5m/8cPPYQE9aRNvXztXHlNwIh4FEeMZw==} - '@tanstack/react-query@5.62.7': - resolution: {integrity: sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==} + '@tanstack/react-query@5.66.0': + resolution: {integrity: sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==} peerDependencies: react: ^18 || ^19 @@ -7156,6 +7022,9 @@ packages: '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + '@types/doctrine@0.0.9': + resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==} + '@types/dom-view-transitions@1.0.5': resolution: {integrity: sha512-N2sILR7fxSMnaFaAPwGj4DtHCXjIyQTHt+xJyf9jATpzUsTkMNM0DWtqZB6W7f501B/Y0tq3uqat/VlbjuTpMA==} @@ -7231,8 +7100,8 @@ packages: '@types/node@16.18.11': resolution: {integrity: sha512-3oJbGBUWuS6ahSnEq1eN2XrCyf4YsWI8OyCvo7c64zQJNplk3mO84t53o8lfTk+2ji59g5ycfc6qQ3fdHliHuA==} - '@types/node@22.10.2': - resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} + '@types/node@22.13.0': + resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -7249,8 +7118,8 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.0.2': - resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + '@types/react-dom@19.0.3': + resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} peerDependencies: '@types/react': ^19.0.0 @@ -7260,8 +7129,8 @@ packages: '@types/react-window@1.8.8': resolution: {integrity: sha512-8Ls660bHR1AUA2kuRvVG9D/4XpRC6wjAaPT9dil7Ckc76eP9TKWZwwmgfq8Q1LANX3QNDnoU4Zp48A3w+zK69Q==} - '@types/react@19.0.1': - resolution: {integrity: sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==} + '@types/react@19.0.8': + resolution: {integrity: sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==} '@types/resolve@1.17.1': resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} @@ -7299,17 +7168,6 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@8.12.2': - resolution: {integrity: sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 - eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - '@typescript-eslint/eslint-plugin@8.18.1': resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -7318,15 +7176,13 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.12.2': - resolution: {integrity: sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==} + '@typescript-eslint/eslint-plugin@8.22.0': + resolution: {integrity: sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' '@typescript-eslint/parser@8.18.1': resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==} @@ -7335,22 +7191,20 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.12.2': - resolution: {integrity: sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==} + '@typescript-eslint/parser@8.22.0': + resolution: {integrity: sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.8.0' '@typescript-eslint/scope-manager@8.18.1': resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.12.2': - resolution: {integrity: sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==} + '@typescript-eslint/scope-manager@8.22.0': + resolution: {integrity: sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true '@typescript-eslint/type-utils@8.18.1': resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==} @@ -7359,22 +7213,20 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.12.2': - resolution: {integrity: sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==} + '@typescript-eslint/type-utils@8.22.0': + resolution: {integrity: sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.8.0' '@typescript-eslint/types@8.18.1': resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.12.2': - resolution: {integrity: sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==} + '@typescript-eslint/types@8.22.0': + resolution: {integrity: sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true '@typescript-eslint/typescript-estree@8.18.1': resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==} @@ -7382,11 +7234,11 @@ packages: peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.12.2': - resolution: {integrity: sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==} + '@typescript-eslint/typescript-estree@8.22.0': + resolution: {integrity: sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.8.0' '@typescript-eslint/utils@8.18.1': resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==} @@ -7395,14 +7247,21 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.12.2': - resolution: {integrity: sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==} + '@typescript-eslint/utils@8.22.0': + resolution: {integrity: sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.8.0' '@typescript-eslint/visitor-keys@8.18.1': resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.22.0': + resolution: {integrity: sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} @@ -7459,25 +7318,25 @@ packages: vue-router: optional: true - '@vercel/build-utils@8.8.0': - resolution: {integrity: sha512-4jkeJ/Xr0epojgfiyQufB8vC0ubE9SCfA9I2BGcOIKcf65C25juSvuYwaLixnjZXHUTO4Y9W7fdgiLUk55MgbA==} + '@vercel/build-utils@9.2.0': + resolution: {integrity: sha512-e6S+gj+UNsaWH93fRF59HDhNbEypqQlOFJWJcrjrxodmLReXs9lHaYrouPVt3O/3wrQPY1GYKAH7lonQ39Op3Q==} '@vercel/error-utils@2.0.3': resolution: {integrity: sha512-CqC01WZxbLUxoiVdh9B/poPbNpY9U+tO1N9oWHwTl5YAZxcqXmmWJ8KNMFItJCUUWdY3J3xv8LvAuQv2KZ5YdQ==} - '@vercel/nft@0.27.3': - resolution: {integrity: sha512-oySTdDSzUAFDXpsSLk9Q943o+/Yu/+TCFxnehpFQEf/3khi2stMpTHPVNwFdvZq/Z4Ky93lE+MGHpXCRpMkSCA==} + '@vercel/nft@0.27.10': + resolution: {integrity: sha512-zbaF9Wp/NsZtKLE4uVmL3FyfFwlpDyuymQM1kPbeT0mVOHKDQQNjnnfslB3REg3oZprmNFJuh3pkHBk2qAaizg==} engines: {node: '>=16'} hasBin: true - '@vercel/node@5.0.0': - resolution: {integrity: sha512-l917aGyDkaOhqfDrYSqy9sjd+Pv6K8mCsVyxzGv4kwmbhERpi8rS6aBmfIf4fDevEPYiOasftPHASbdnyHOe/g==} + '@vercel/node@5.1.0': + resolution: {integrity: sha512-ZIFs9qtFcS4yb3Nao8dj2tXvVWkvubtmFhEdsVwEbtOmi1tGp7HViGmXIf+dp50qCTdW1YGu6GPeuYcL8V12wg==} '@vercel/static-config@3.0.0': resolution: {integrity: sha512-2qtvcBJ1bGY0dYGYh3iM7yGKkk971FujLEDXzuW5wcZsPr1GSEjO/w2iSr3qve6nDDtBImsGoDEnus5FI4+fIw==} - '@vitest/eslint-plugin@1.1.16': - resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==} + '@vitest/eslint-plugin@1.1.25': + resolution: {integrity: sha512-u8DpDnMbPcqBmJOB4PeEtn6q7vKmLVTLFMpzoxSAo0hjYdl4iYSHRleqwPQo0ywc7UV0S6RKIahYRQ3BnZdMVw==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -7553,10 +7412,10 @@ packages: typescript: optional: true - '@wagmi/connectors@5.7.0': - resolution: {integrity: sha512-cPMmHBGw28fll7VQJC9iF6ngdQ17STTzspqRIjlTkz44zhjwMTf7shw+JJUmqw+0uK7DqRbf/xUHlZE2IVd2mg==} + '@wagmi/connectors@5.7.5': + resolution: {integrity: sha512-btqHHUSTzg4BZe9at/7SnRPv4cz8O3pisbeZBh0qxKz7PVm+9vRxY0bSala3xQPDcS0PRTB30Vn/+lM73GCjbw==} peerDependencies: - '@wagmi/core': 2.16.0 + '@wagmi/core': 2.16.3 typescript: '>=5.0.4' viem: 2.x peerDependenciesMeta: @@ -7572,8 +7431,8 @@ packages: typescript: optional: true - '@wagmi/core@2.16.0': - resolution: {integrity: sha512-sy4n7Jv6YCbT2jp4zQ/9H6l0A8StsN7P8mm2BRuODgW2w6Fj4j6h2xgYJD2tIjJHkLU/nvPJ7audZ55X7XQU/g==} + '@wagmi/core@2.16.3': + resolution: {integrity: sha512-SVovoWHaQ2AIkmGf+ucNijT6AHXcTMffFcLmcFF6++y21x+ge7Gkh3UoJiU91SDDv8n08eTQ9jbyia3GEgU5jQ==} peerDependencies: '@tanstack/query-core': '>=5.0.0' typescript: '>=5.0.4' @@ -7804,6 +7663,14 @@ packages: '@webassemblyjs/wast-printer@1.12.1': resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==} + '@whatwg-node/disposablestack@0.0.5': + resolution: {integrity: sha512-9lXugdknoIequO4OYvIjhygvfSEgnO8oASLqLelnDhkRjgBZhc39shC3QSlZuyDO9bgYSIVa2cHAiN+St3ty4w==} + engines: {node: '>=18.0.0'} + + '@whatwg-node/fetch@0.10.3': + resolution: {integrity: sha512-jCTL/qYcIW2GihbBRHypQ/Us7saWMNZ5fsumsta+qPY0Pmi1ccba/KRQvgctmQsbP69FWemJSs8zVcFaNwdL0w==} + engines: {node: '>=18.0.0'} + '@whatwg-node/fetch@0.9.21': resolution: {integrity: sha512-Wt0jPb+04JjobK0pAAN7mEHxVHcGA9HoP3OyCsZtyAecNQeADXCZ1MihFwVwjsgaRYuGVmNlsCmLxlG6mor8Gw==} engines: {node: '>=18.0.0'} @@ -7812,6 +7679,10 @@ packages: resolution: {integrity: sha512-4jXDeZ4IH4bylZ6wu14VEx0aDXXhrN4TC279v9rPmn08g4EYekcYf8wdcOOnS9STjDkb6x77/6xBUTqxGgjr8g==} engines: {node: '>=18.0.0'} + '@whatwg-node/node-fetch@0.7.7': + resolution: {integrity: sha512-BDbIMOenThOTFDBLh1WscgBNAxfDAdAdd9sMG8Ff83hYxApJVbqEct38bUAj+zn8bTsfBx/lyfnVOTyq5xUlvg==} + engines: {node: '>=18.0.0'} + '@wry/caches@1.0.1': resolution: {integrity: sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==} engines: {node: '>=8'} @@ -7847,8 +7718,9 @@ packages: '@zeroio/type-definitions@0.0.14': resolution: {integrity: sha512-OkqtOLPkR7oqWLrsgRKhzyLZVFLnNLfEF3DMXH+Rpn1fMNMDq/fOY9pXt55B+flBc62saN73CfOTy3hMSVZFTA==} - abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + abbrev@3.0.0: + resolution: {integrity: sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==} + engines: {node: ^18.17.0 || >=20.5.0} abitype@0.8.7: resolution: {integrity: sha512-wQ7hV8Yg/yKmGyFpqrNZufCxbszDe5es4AZGYPBitocfSqXtjrTG9JMWFcc4N30ukl2ve48aBTwt7NJxVQdU3w==} @@ -7870,8 +7742,8 @@ packages: zod: optional: true - abitype@1.0.7: - resolution: {integrity: sha512-ZfYYSktDQUwc2eduYu8C4wOs+RDPmnRYMh7zNfzeMtGGgb0U+6tLGjixUic6mXf5xKKCcgT5Qp6cv39tOARVFw==} + abitype@1.0.8: + resolution: {integrity: sha512-ZeiI6h3GnW06uYDLx0etQtX/p8E24UaHHBj57RSjK7YBFe7iuVn07EDpOeP451D06sF27VOz9JJPlIKJmXgkEg==} peerDependencies: typescript: '>=5.0.4' zod: ^3 >=3.22.0 @@ -7926,14 +7798,14 @@ packages: aes-js@3.1.2: resolution: {integrity: sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==} - agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} - agent-base@7.1.1: resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} + agent-base@7.1.3: + resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} + engines: {node: '>= 14'} + aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} @@ -7995,18 +7867,10 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} - aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - are-docs-informative@0.0.2: resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} engines: {node: '>=14'} - are-we-there-yet@2.0.0: - resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} - engines: {node: '>=10'} - deprecated: This package is no longer supported. - arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} @@ -8024,6 +7888,10 @@ packages: resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} engines: {node: '>= 0.4'} + array-buffer-byte-length@1.0.2: + resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} + engines: {node: '>= 0.4'} + array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} @@ -8059,6 +7927,10 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} + array.prototype.flatmap@1.3.3: + resolution: {integrity: sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==} + engines: {node: '>= 0.4'} + array.prototype.tosorted@1.1.4: resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} engines: {node: '>= 0.4'} @@ -8067,6 +7939,10 @@ packages: resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} engines: {node: '>= 0.4'} + arraybuffer.prototype.slice@1.0.4: + resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} + engines: {node: '>= 0.4'} + asap@2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} @@ -8278,10 +8154,22 @@ packages: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} + call-bind-apply-helpers@1.0.1: + resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} + engines: {node: '>= 0.4'} + call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} + call-bind@1.0.8: + resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} + engines: {node: '>= 0.4'} + + call-bound@1.0.3: + resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} + engines: {node: '>= 0.4'} + callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -8368,9 +8256,9 @@ packages: resolution: {integrity: sha512-/b57FK+bblSU+dfewfFe0rT1YjVDfOmeLQwCAuC+vwvgLkXboATqqmy+Ipux6JrF6L5joe5CBnFOw+gLWH6yKg==} engines: {node: '>= 14.16.0'} - chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} + chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} @@ -8484,10 +8372,6 @@ packages: color-string@1.9.1: resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} - color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} - hasBin: true - color@4.2.3: resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} engines: {node: '>=12.5.0'} @@ -8535,9 +8419,6 @@ packages: resolution: {integrity: sha512-jjyhlQ0ew/iwmtwsS2RaB6s8DBifcE2GYBEaw2SJDUY/slJJbNfY4GlDVzOs/ff8cM/Wua5CikqXgbFl5eu85A==} engines: {node: '>=14.16'} - confbox@0.1.7: - resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} - confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} @@ -8545,9 +8426,6 @@ packages: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} - console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} - constant-case@3.0.4: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} @@ -8675,14 +8553,26 @@ packages: resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} engines: {node: '>= 0.4'} + data-view-buffer@1.0.2: + resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} + engines: {node: '>= 0.4'} + data-view-byte-length@1.0.1: resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} engines: {node: '>= 0.4'} + data-view-byte-length@1.0.2: + resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} + engines: {node: '>= 0.4'} + data-view-byte-offset@1.0.0: resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} engines: {node: '>= 0.4'} + data-view-byte-offset@1.0.1: + resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} + engines: {node: '>= 0.4'} + dataloader@2.2.2: resolution: {integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==} @@ -8793,9 +8683,6 @@ packages: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} - delegates@1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - denque@2.1.0: resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==} engines: {node: '>=0.10'} @@ -8890,6 +8777,10 @@ packages: resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==} engines: {node: '>=4'} + dunder-proto@1.0.1: + resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} + engines: {node: '>= 0.4'} + duplexify@4.1.3: resolution: {integrity: sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==} @@ -8902,8 +8793,8 @@ packages: echarts: ^3.0.0 || ^4.0.0 || ^5.0.0 react: ^15.0.0 || >=16.0.0 - echarts@5.5.1: - resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==} + echarts@5.6.0: + resolution: {integrity: sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==} eciesjs@0.4.12: resolution: {integrity: sha512-DGejvMCihsRAmKRFQiL6KZDE34vWVd0gvXlykFq1aEzJy/rD65AVyAIUZKZOvgvaP9ATQRcHGEZV5DfgrgjA4w==} @@ -8972,10 +8863,6 @@ packages: resolution: {integrity: sha512-RcyUFKA93/CXH20l4SoVvzZfrSDMOTUS3bWVpTt2FuFP+XYrL8i8oonHP7WInRyVHXh0n/ORtoeiE1os+8qkSw==} engines: {node: '>=10.0.0'} - enhanced-resolve@5.17.0: - resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==} - engines: {node: '>=10.13.0'} - enhanced-resolve@5.17.1: resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} engines: {node: '>=10.13.0'} @@ -8995,10 +8882,18 @@ packages: resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} engines: {node: '>= 0.4'} + es-abstract@1.23.9: + resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==} + engines: {node: '>= 0.4'} + es-define-property@1.0.0: resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} engines: {node: '>= 0.4'} + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} + engines: {node: '>= 0.4'} + es-errors@1.3.0: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} @@ -9007,11 +8902,12 @@ packages: resolution: {integrity: sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==} engines: {node: '>= 0.4'} - es-module-lexer@1.4.1: - resolution: {integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==} + es-iterator-helpers@1.2.1: + resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} + engines: {node: '>= 0.4'} - es-module-lexer@1.5.3: - resolution: {integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==} + es-module-lexer@1.4.1: + resolution: {integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==} es-module-lexer@1.5.4: resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} @@ -9024,6 +8920,10 @@ packages: resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} engines: {node: '>= 0.4'} + es-set-tostringtag@2.1.0: + resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} + engines: {node: '>= 0.4'} + es-shim-unscopables@1.0.2: resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} @@ -9031,6 +8931,10 @@ packages: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} + es-to-primitive@1.3.0: + resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + engines: {node: '>= 0.4'} + es5-ext@0.10.64: resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==} engines: {node: '>=0.10'} @@ -9223,13 +9127,13 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-config-flat-gitignore@0.3.0: - resolution: {integrity: sha512-0Ndxo4qGhcewjTzw52TK06Mc00aDtHNTdeeW2JfONgDcLkRO/n/BteMRzNVpLQYxdCC/dFEilfM9fjjpGIJ9Og==} + eslint-config-flat-gitignore@1.0.1: + resolution: {integrity: sha512-wjBmJ8TAb67G2or/gBp/H62uCIkDCjpCmlGPSG41/7QagUjMgh+iegVB3gY8eNYhTAmecjKtclT4wGAjHz5yWA==} peerDependencies: eslint: ^9.5.0 - eslint-config-next@15.1.0: - resolution: {integrity: sha512-gADO+nKVseGso3DtOrYX9H7TxB/MuX7AUYhMlvQMqLYvUWu4HrOQuU7cC1HW74tHIqkAvXdwgAz3TCbczzSEXw==} + eslint-config-next@15.1.6: + resolution: {integrity: sha512-Wd1uy6y7nBbXUSg9QAuQ+xYEKli5CgUhLjz1QHW11jLDis5vK5XB3PemL6jEmy7HrdhaRFDz+GTZ/3FoH+EUjg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 typescript: '>=3.3.1' @@ -9237,8 +9141,8 @@ packages: typescript: optional: true - eslint-flat-config-utils@0.4.0: - resolution: {integrity: sha512-kfd5kQZC+BMO0YwTol6zxjKX1zAsk8JfSAopbKjKqmENTJcew+yBejuvccAg37cvOrN0Mh+DVbeyznuNWEjt4A==} + eslint-flat-config-utils@1.1.0: + resolution: {integrity: sha512-W49wz7yQJGRfg4QSV3nwdO/fYcWetiSKhLV5YykfQMcqnIATNpoS7EPdINhLB9P3fmdjNmFtOgZjiKnCndWAnw==} eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} @@ -9261,8 +9165,8 @@ packages: '@eslint/json': optional: true - eslint-merge-processors@0.1.0: - resolution: {integrity: sha512-IvRXXtEajLeyssvW4wJcZ2etxkR9mUf4zpNwgI+m/Uac9RfXHskuJefkHUcawVzePnd6xp24enp5jfgdHzjRdQ==} + eslint-merge-processors@1.0.0: + resolution: {integrity: sha512-4GybyHmhXtT7/W8RAouQzNM0791sYasJCTYHIAYjuiJvbNFY0jMKkoESREhX+mjX37dxiN6v4EqhZ1nc0tJF7A==} peerDependencies: eslint: '*' @@ -9292,8 +9196,8 @@ packages: peerDependencies: eslint: '*' - eslint-plugin-command@0.2.6: - resolution: {integrity: sha512-T0bHZ1oblW1xUHUVoBKZJR2osSNNGkfZuK4iqboNwuNS/M7tdp3pmURaJtTi/XDzitxaQ02lvOdFH0mUd5QLvQ==} + eslint-plugin-command@2.1.0: + resolution: {integrity: sha512-S3gvDSCRHLdRG7NYaevLvGA0g/txOju7NEB2di7SE80NtbCwsvpi/fft045YuTZpOzqCRUfuye39raldmpXXYQ==} peerDependencies: eslint: '*' @@ -9303,8 +9207,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-import-x@4.5.0: - resolution: {integrity: sha512-l0OTfnPF8RwmSXfjT75N8d6ZYLVrVYWpaGlgvVkVqFERCI5SyBfDP7QEMr3kt0zWi2sOa9EQ47clbdFsHkF83Q==} + eslint-plugin-import-x@4.6.1: + resolution: {integrity: sha512-wluSUifMIb7UfwWXqx7Yx0lE/SGCcGXECLx/9bCmbY2nneLwvAZ4vkd1IXDjPKFvdcdUgr1BaRnaRpx3k2+Pfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -9319,8 +9223,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jsdoc@50.6.1: - resolution: {integrity: sha512-UWyaYi6iURdSfdVVqvfOs2vdCVz0J40O/z/HTsv2sFjdjmdlUI/qlKLOTmwbPQ2tAfQnE5F9vqx+B+poF71DBQ==} + eslint-plugin-jsdoc@50.6.3: + resolution: {integrity: sha512-NxbJyt1M5zffPcYZ8Nb53/8nnbIScmiLAMdoe0/FAszwb7lcSiX3iYBTsuF7RV84dZZJC8r3NghomrUXsmWvxQ==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -9337,8 +9241,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-n@17.15.0: - resolution: {integrity: sha512-xF3zJkOfLlFOm5TvmqmsnA9/fO+/z2pYs0dkuKXKN/ymS6UB1yEcaoIkqxLKQ9Dw/WmLX/Tdh6/5ZS5azVixFQ==} + eslint-plugin-n@17.15.1: + resolution: {integrity: sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -9347,8 +9251,8 @@ packages: resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} engines: {node: '>=5.0.0'} - eslint-plugin-perfectionist@4.3.0: - resolution: {integrity: sha512-8tQ/wn1dFelul2WoXL/NQOEwvWO8H4Vjmsqpt3fDQrfgybr8kQ5Vgb9BQyVRB33ywQqjUApsiwi5Ci7grMPPRA==} + eslint-plugin-perfectionist@4.7.0: + resolution: {integrity: sha512-e2ODzm2SsAztFWY3ZRJd1K702vyl8Sapacjc3JluOW294CfA3+jfjin+UxjcrK48EvlNIMOp+JJB9N54YR2LRw==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: eslint: '>=8.0.0' @@ -9365,8 +9269,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react@7.37.2: - resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==} + eslint-plugin-react@7.37.4: + resolution: {integrity: sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -9415,8 +9319,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-processor-vue-blocks@0.1.2: - resolution: {integrity: sha512-PfpJ4uKHnqeL/fXUnzYkOax3aIenlwewXRX8jFinA1a2yCFnLgMuiH3xvCgvHHUlV2xJWQHbCTdiJWGwb3NqpQ==} + eslint-processor-vue-blocks@1.0.0: + resolution: {integrity: sha512-q+Wn9bCml65NwYtuINVCE5dUqZa/uVoY4jfc8qEDwWbcGqdRyfJJmAONNZsreA4Q9EJqjYGjk8Hk1QuwAktgkw==} peerDependencies: '@vue/compiler-sfc': ^3.3.0 eslint: ^8.50.0 || ^9.0.0 @@ -9437,10 +9341,6 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-visitor-keys@4.1.0: - resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-visitor-keys@4.2.0: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -9451,8 +9351,8 @@ packages: deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true - eslint@9.17.0: - resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} + eslint@9.19.0: + resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -9473,10 +9373,6 @@ packages: resolution: {integrity: sha512-acMtooReAQGzLU0zcuEDHa8S62meh5aIyi8jboYxyvAePdmuWx2Mpwmt0xjwO0bs9/SXf+dvXJ0QJoDWw814Iw==} hasBin: true - espree@10.2.0: - resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@10.3.0: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -9606,6 +9502,10 @@ packages: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} + fast-glob@3.3.3: + resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} + engines: {node: '>=8.6.0'} + fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -9683,10 +9583,6 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-up-simple@1.0.0: - resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==} - engines: {node: '>=18'} - find-up@3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} @@ -9753,10 +9649,6 @@ packages: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} engines: {node: '>=10'} - fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} - fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -9772,14 +9664,13 @@ packages: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} + function.prototype.name@1.1.8: + resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} + engines: {node: '>= 0.4'} + functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - gauge@3.0.2: - resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} - engines: {node: '>=10'} - deprecated: This package is no longer supported. - gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -9799,12 +9690,20 @@ packages: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} + get-intrinsic@1.2.7: + resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==} + engines: {node: '>= 0.4'} + get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} get-port-please@3.1.2: resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==} + get-proto@1.0.1: + resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} + engines: {node: '>= 0.4'} + get-stream@8.0.1: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} @@ -9813,6 +9712,10 @@ packages: resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} + get-symbol-description@1.1.0: + resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} + engines: {node: '>= 0.4'} + get-tsconfig@4.7.5: resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} @@ -9856,8 +9759,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.13.0: - resolution: {integrity: sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==} + globals@15.14.0: + resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} engines: {node: '>=18'} globalthis@1.0.4: @@ -9875,6 +9778,10 @@ packages: gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} + engines: {node: '>= 0.4'} + graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} @@ -9938,17 +9845,22 @@ packages: resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} engines: {node: '>= 0.4'} + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} + engines: {node: '>= 0.4'} + has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} + has-symbols@1.1.0: + resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} + engines: {node: '>= 0.4'} + has-tostringtag@1.0.2: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} - has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} - hash-base@3.1.0: resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} engines: {node: '>=4'} @@ -9991,14 +9903,14 @@ packages: resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} - https-proxy-agent@7.0.4: resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} engines: {node: '>= 14'} + https-proxy-agent@7.0.6: + resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} + engines: {node: '>= 14'} + human-signals@5.0.0: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} @@ -10069,11 +9981,15 @@ packages: resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} engines: {node: '>= 0.4'} + internal-slot@1.1.0: + resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} + engines: {node: '>= 0.4'} + invariant@2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} - ioredis@5.4.1: - resolution: {integrity: sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==} + ioredis@5.4.2: + resolution: {integrity: sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==} engines: {node: '>=12.22.0'} ip-regex@4.3.0: @@ -10099,6 +10015,10 @@ packages: resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} engines: {node: '>= 0.4'} + is-array-buffer@3.0.5: + resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} + engines: {node: '>= 0.4'} + is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} @@ -10112,6 +10032,10 @@ packages: is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} + is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -10120,6 +10044,10 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} + is-boolean-object@1.2.1: + resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + engines: {node: '>= 0.4'} + is-builtin-module@3.2.1: resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} engines: {node: '>=6'} @@ -10136,10 +10064,18 @@ packages: resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} engines: {node: '>= 0.4'} + is-data-view@1.0.2: + resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} + engines: {node: '>= 0.4'} + is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} + is-date-object@1.1.0: + resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} + engines: {node: '>= 0.4'} + is-docker@3.0.0: resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -10152,6 +10088,10 @@ packages: is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} + is-finalizationregistry@1.1.1: + resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} + engines: {node: '>= 0.4'} + is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -10195,6 +10135,10 @@ packages: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} + is-number-object@1.1.1: + resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} + engines: {node: '>= 0.4'} + is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -10223,6 +10167,10 @@ packages: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} + is-regex@1.2.1: + resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} + engines: {node: '>= 0.4'} + is-regexp@1.0.0: resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} engines: {node: '>=0.10.0'} @@ -10239,6 +10187,10 @@ packages: resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} engines: {node: '>= 0.4'} + is-shared-array-buffer@1.0.4: + resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} + engines: {node: '>= 0.4'} + is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} @@ -10251,14 +10203,26 @@ packages: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} + is-string@1.1.1: + resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} + engines: {node: '>= 0.4'} + is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} + is-symbol@1.1.1: + resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} + engines: {node: '>= 0.4'} + is-typed-array@1.1.13: resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} + is-typed-array@1.1.15: + resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} + engines: {node: '>= 0.4'} + is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} @@ -10288,6 +10252,10 @@ packages: is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-weakref@1.1.0: + resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} + engines: {node: '>= 0.4'} + is-weakset@2.0.3: resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} engines: {node: '>= 0.4'} @@ -10332,6 +10300,10 @@ packages: resolution: {integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==} engines: {node: '>= 0.4'} + iterator.prototype@1.1.5: + resolution: {integrity: sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==} + engines: {node: '>= 0.4'} + jackspeak@3.1.2: resolution: {integrity: sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==} engines: {node: '>=14'} @@ -10366,10 +10338,6 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} - jiti@1.21.0: - resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} - hasBin: true - jiti@1.21.6: resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} hasBin: true @@ -10509,10 +10477,6 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} - lilconfig@3.1.1: - resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} - engines: {node: '>=14'} - lilconfig@3.1.3: resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} @@ -10557,8 +10521,8 @@ packages: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} engines: {node: '>=8.9.0'} - local-pkg@0.5.1: - resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==} + local-pkg@1.0.0: + resolution: {integrity: sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==} engines: {node: '>=14'} locate-path@3.0.0: @@ -10594,12 +10558,14 @@ packages: lodash.get@4.4.2: resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + deprecated: This package is deprecated. Use the optional chaining (?.) operator instead. lodash.isarguments@3.1.0: resolution: {integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==} lodash.isequal@4.5.0: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} + deprecated: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. lodash.isplainobject@4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} @@ -10609,6 +10575,7 @@ packages: lodash.omit@4.5.0: resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==} + deprecated: This package is deprecated. Use destructuring assignment syntax instead. lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} @@ -10688,6 +10655,10 @@ packages: matchmediaquery@0.4.2: resolution: {integrity: sha512-wrZpoT50ehYOudhDjt/YvUJc6eUzcdFPdmbizfgvswCKNHD1/OBOHYJpHie+HXpu6bSkEGieFMYk6VuutaiRfA==} + math-intrinsics@1.1.0: + resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} + engines: {node: '>= 0.4'} + md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} @@ -10844,10 +10815,6 @@ packages: micromark@4.0.0: resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} - micromatch@4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} - engines: {node: '>=8.6'} - micromatch@4.0.8: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} @@ -10914,21 +10881,13 @@ packages: minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} - - minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} - minipass@7.1.2: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} - minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + minizlib@3.0.1: + resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} + engines: {node: '>= 18'} mipd@0.0.7: resolution: {integrity: sha512-aAPZPNDQ3uMTdKbuO2YmAw2TxLHO0moa4YKAyETM/DTj5FloZo+a+8tU+iv4GmW+sOxKLSRwcSFuczk+Cpt6fg==} @@ -10948,12 +10907,12 @@ packages: engines: {node: '>=10'} hasBin: true - mlly@1.7.0: - resolution: {integrity: sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==} - mlly@1.7.3: resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==} + mlly@1.7.4: + resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} + mobx-utils@5.6.2: resolution: {integrity: sha512-a/WlXyGkp6F12b01sTarENpxbmlRgPHFyR1Xv2bsSjQBm5dcOtd16ONb40/vOqck8L99NHpI+C9MXQ+SZ8f+yw==} peerDependencies: @@ -11015,6 +10974,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.8: + resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + nanoid@5.0.7: resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==} engines: {node: ^18 || >=20} @@ -11034,8 +10998,8 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - next-axiom@1.9.0: - resolution: {integrity: sha512-CvpwB+7hB/qKKwQWdf0btnWrB+FFX1O2iUzJe0H43PlnwcX1CCQ+zGiwDEx8hSwoauP94W7F6WZxzkTgzFr6Ug==} + next-axiom@1.9.1: + resolution: {integrity: sha512-aSvfZHtGlcaSAGf+5IFTEgDIvqFaHkCUoFu9sNCy5bc8NxEl1v6cYhPZ54X0W9OQ9FyPRiHeD4DjxM/3p3yVRw==} engines: {node: '>=18'} peerDependencies: next: '>=14.0' @@ -11151,9 +11115,9 @@ packages: node-releases@2.0.18: resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} - nopt@5.0.0: - resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} - engines: {node: '>=6'} + nopt@8.1.0: + resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} + engines: {node: ^18.17.0 || >=20.5.0} hasBin: true normalize-package-data@2.5.0: @@ -11179,10 +11143,6 @@ packages: resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - npmlog@5.0.1: - resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} - deprecated: This package is no longer supported. - nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} @@ -11206,6 +11166,10 @@ packages: object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + object-inspect@1.13.3: + resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + engines: {node: '>= 0.4'} + object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -11214,6 +11178,10 @@ packages: resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} + object.assign@4.1.7: + resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} + engines: {node: '>= 0.4'} + object.entries@1.1.8: resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} engines: {node: '>= 0.4'} @@ -11230,6 +11198,10 @@ packages: resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} + object.values@1.2.1: + resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} + engines: {node: '>= 0.4'} + ofetch@1.3.4: resolution: {integrity: sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==} @@ -11277,8 +11249,12 @@ packages: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} - ox@0.1.2: - resolution: {integrity: sha512-ak/8K0Rtphg9vnRJlbOdaX9R7cmxD2MiSthjWGaQdMk3D7hrAlDoM+6Lxn7hN52Za3vrXfZ7enfke/5WjolDww==} + own-keys@1.0.1: + resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} + engines: {node: '>= 0.4'} + + ox@0.6.7: + resolution: {integrity: sha512-17Gk/eFsFRAZ80p5eKqv89a57uXjd3NgIf1CaXojATPBuujVc/fQSVhBeAU9JCRB+k7J50WQAyWTxK19T9GgbA==} peerDependencies: typescript: '>=5.4.0' peerDependenciesMeta: @@ -11332,8 +11308,8 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-manager-detector@0.2.7: - resolution: {integrity: sha512-g4+387DXDKlZzHkP+9FLt8yKj8+/3tOkPv7DVTJGGRm00RkEWgqbFstX1mXJ4M0VDYhUqsTOiISqNOJnhAu3PQ==} + package-manager-detector@0.2.9: + resolution: {integrity: sha512-+vYvA/Y31l8Zk8dwxHhL3JfTuHPm6tlxM2A3GeQyl7ovYnSp1+mzAxClxaOr0qO1TtPxbQxetI7v5XqKLJZk7Q==} pako@2.1.0: resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} @@ -11430,6 +11406,9 @@ packages: path-to-regexp@6.2.1: resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==} + path-to-regexp@6.3.0: + resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} + path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -11437,6 +11416,9 @@ packages: pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + pathe@2.0.2: + resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==} + pathval@2.0.0: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} engines: {node: '>= 14.16'} @@ -11500,11 +11482,8 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-types@1.1.1: - resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==} - - pkg-types@1.2.1: - resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==} + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -11587,10 +11566,6 @@ packages: resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} engines: {node: '>=4'} - postcss-selector-parser@6.1.0: - resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} - engines: {node: '>=4'} - postcss-selector-parser@6.1.2: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} @@ -11606,13 +11581,10 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.4.49: - resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} + postcss@8.5.1: + resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==} engines: {node: ^10 || ^12 || >=14} - preact@10.22.0: - resolution: {integrity: sha512-RRurnSjJPj4rp5K6XoP45Ui33ncb7e4H7WiOHVpjbkvqvA3U+N8Z6Qbo0AE6leGYBV66n8EhEaFixvIu3SkxFw==} - preact@10.25.2: resolution: {integrity: sha512-GEts1EH3oMnqdOIeXhlbBSddZ9nrINd070WBOiPO2ous1orrKGUM4SMDbwyjSWD1iMS2dBvaDjAa5qUhz3TXqw==} @@ -11700,9 +11672,6 @@ packages: radix3@1.1.2: resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} - ramda@0.27.2: - resolution: {integrity: sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==} - randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} @@ -11759,8 +11728,8 @@ packages: peerDependencies: react: '>=16.8.0' - react-toastify@11.0.2: - resolution: {integrity: sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==} + react-toastify@11.0.3: + resolution: {integrity: sha512-cbPtHJPfc0sGqVwozBwaTrTu1ogB9+BLLjd4dDXd863qYLj7DGrQ2sg5RAChjFUB4yc3w8iXOtWcJqPK/6xqRQ==} peerDependencies: react: ^18 || ^19 react-dom: ^18 || ^19 @@ -11848,6 +11817,10 @@ packages: resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + reflect.getprototypeof@1.0.10: + resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} + engines: {node: '>= 0.4'} + reflect.getprototypeof@1.0.6: resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} engines: {node: '>= 0.4'} @@ -11877,6 +11850,10 @@ packages: resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} + regexp.prototype.flags@1.5.4: + resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} + engines: {node: '>= 0.4'} + regexpu-core@5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} @@ -11945,10 +11922,6 @@ packages: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true - response-iterator@0.2.6: - resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==} - engines: {node: '>=0.8'} - restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -11974,6 +11947,10 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true + rimraf@5.0.10: + resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} + hasBin: true + ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} @@ -11988,11 +11965,6 @@ packages: engines: {node: '>=10.0.0'} hasBin: true - rollup@4.21.0: - resolution: {integrity: sha512-vo+S/lfA2lMS7rZ2Qoubi6I5hwZwzXeUIctILZLbHI+laNtvhhOIon2S1JksA5UEDQ7l3vberd0fxK44lTYjbQ==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - rollup@4.28.1: resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -12016,6 +11988,10 @@ packages: resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} engines: {node: '>=0.4'} + safe-array-concat@1.1.3: + resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} + engines: {node: '>=0.4'} + safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -12025,10 +12001,18 @@ packages: safe-json-utils@1.1.1: resolution: {integrity: sha512-SAJWGKDs50tAbiDXLf89PDwt9XYkWyANFWVzn4dTXl5QyI8t2o/bW5/OJl3lvc2WVU4MEpTo9Yz5NVFNsp+OJQ==} + safe-push-apply@1.0.0: + resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==} + engines: {node: '>= 0.4'} + safe-regex-test@1.0.3: resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} engines: {node: '>= 0.4'} + safe-regex-test@1.1.0: + resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} + engines: {node: '>= 0.4'} + safe-stable-stringify@2.4.3: resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} engines: {node: '>=10'} @@ -12107,6 +12091,10 @@ packages: resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} engines: {node: '>= 0.4'} + set-proto@1.0.0: + resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==} + engines: {node: '>= 0.4'} + setimmediate@1.0.5: resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} @@ -12138,10 +12126,26 @@ packages: shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + side-channel-list@1.0.0: + resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} + engines: {node: '>= 0.4'} + + side-channel-map@1.0.1: + resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} + engines: {node: '>= 0.4'} + + side-channel-weakmap@1.0.2: + resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} + engines: {node: '>= 0.4'} + side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} + side-channel@1.1.0: + resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + engines: {node: '>= 0.4'} + siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} @@ -12311,9 +12315,17 @@ packages: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} engines: {node: '>= 0.4'} + string.prototype.matchall@4.0.12: + resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==} + engines: {node: '>= 0.4'} + string.prototype.repeat@1.0.0: resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + string.prototype.trim@1.2.10: + resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} + engines: {node: '>= 0.4'} + string.prototype.trim@1.2.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -12321,6 +12333,10 @@ packages: string.prototype.trimend@1.0.8: resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + string.prototype.trimend@1.0.9: + resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} + engines: {node: '>= 0.4'} + string.prototype.trimstart@1.0.8: resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} engines: {node: '>= 0.4'} @@ -12417,10 +12433,10 @@ packages: swap-case@2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} - swr@2.2.5: - resolution: {integrity: sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==} + swr@2.3.0: + resolution: {integrity: sha512-NyZ76wA4yElZWBHzSgEJc28a0u6QZvhb6w0azeL2k7+Q1gAzVK+IqQYXhVOC/mzi+HZIozrZvBVeSeOZNR2bqA==} peerDependencies: - react: ^16.11.0 || ^17.0.0 || ^18.0.0 + react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 symbol-observable@4.0.0: resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} @@ -12441,8 +12457,8 @@ packages: tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - tailwindcss@3.4.16: - resolution: {integrity: sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==} + tailwindcss@3.4.17: + resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==} engines: {node: '>=14.0.0'} hasBin: true @@ -12450,9 +12466,9 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tar@6.2.1: - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} - engines: {node: '>=10'} + tar@7.4.3: + resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} + engines: {node: '>=18'} temp-dir@2.0.0: resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} @@ -12515,6 +12531,9 @@ packages: tinyexec@0.3.1: resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} + tinyexec@0.3.2: + resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + tinyglobby@0.2.10: resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} engines: {node: '>=12.0.0'} @@ -12576,6 +12595,12 @@ packages: peerDependencies: typescript: '>=4.2.0' + ts-api-utils@2.0.0: + resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==} + engines: {node: '>=18.12'} + peerDependencies: + typescript: '>=4.8.4' + ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} @@ -12638,17 +12663,11 @@ packages: tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - tslib@2.7.0: - resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - - tslib@2.8.0: - resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==} - tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - tsup@8.3.5: - resolution: {integrity: sha512-Tunf6r6m6tnZsG9GYWndg0z8dEV7fD733VBFzFJ5Vcm1FtlXB8xBD/rtrBi2a3YKEV7hHtxiZtW5EAVADoe1pA==} + tsup@8.3.6: + resolution: {integrity: sha512-XkVtlDV/58S9Ye0JxUUTcrQk4S+EqlOHKzg6Roa62rdjL1nGWNUstG0xgI4vanHdfIpjP448J8vlN0oK6XOJ5g==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -12675,38 +12694,38 @@ packages: engines: {node: '>=18.0.0'} hasBin: true - turbo-darwin-64@2.3.3: - resolution: {integrity: sha512-bxX82xe6du/3rPmm4aCC5RdEilIN99VUld4HkFQuw+mvFg6darNBuQxyWSHZTtc25XgYjQrjsV05888w1grpaA==} + turbo-darwin-64@2.4.0: + resolution: {integrity: sha512-kVMScnPUa3R4n7woNmkR15kOY0aUwCLJcUyH5UC59ggKqr5HIHwweKYK8N1pwBQso0LQF4I9i93hIzfJguCcwQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.3.3: - resolution: {integrity: sha512-DYbQwa3NsAuWkCUYVzfOUBbSUBVQzH5HWUFy2Kgi3fGjIWVZOFk86ss+xsWu//rlEAfYwEmopigsPYSmW4X15A==} + turbo-darwin-arm64@2.4.0: + resolution: {integrity: sha512-8JObIpfun1guA7UlFR5jC/SOVm49lRscxMxfg5jZ5ABft79rhFC+ygN9AwAhGKv6W2DUhIh2xENkSgu4EDmUyg==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.3.3: - resolution: {integrity: sha512-eHj9OIB0dFaP6BxB88jSuaCLsOQSYWBgmhy2ErCu6D2GG6xW3b6e2UWHl/1Ho9FsTg4uVgo4DB9wGsKa5erjUA==} + turbo-linux-64@2.4.0: + resolution: {integrity: sha512-xWDGGcRlBuGV7HXWAVuTY6vsQi4aZxGMAnuiuNDg8Ij1aHGohOM0RUsWMXjxz4vuJmjk9+/D6NQqHH3AJEXezg==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.3.3: - resolution: {integrity: sha512-NmDE/NjZoDj1UWBhMtOPmqFLEBKhzGS61KObfrDEbXvU3lekwHeoPvAMfcovzswzch+kN2DrtbNIlz+/rp8OCg==} + turbo-linux-arm64@2.4.0: + resolution: {integrity: sha512-c3En99xMguc/Pdtk/rZP53LnDdw0W6lgUc04he8r8F+UHYSNvgzHh0WGXXmCC6lGbBH72kPhhGx4bAwyvi7dug==} cpu: [arm64] os: [linux] - turbo-windows-64@2.3.3: - resolution: {integrity: sha512-O2+BS4QqjK3dOERscXqv7N2GXNcqHr9hXumkMxDj/oGx9oCatIwnnwx34UmzodloSnJpgSqjl8iRWiY65SmYoQ==} + turbo-windows-64@2.4.0: + resolution: {integrity: sha512-/gOORuOlyA8JDPzyA16CD3wvyRcuBFePa1URAnFUof9hXQmKxK0VvSDO79cYZFsJSchCKNJpckUS0gYxGsWwoA==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.3.3: - resolution: {integrity: sha512-dW4ZK1r6XLPNYLIKjC4o87HxYidtRRcBeo/hZ9Wng2XM/MqqYkAyzJXJGgRMsc0MMEN9z4+ZIfnSNBrA0b08ag==} + turbo-windows-arm64@2.4.0: + resolution: {integrity: sha512-/DJIdTFijEMM5LSiEpSfarDOMOlYqJV+EzmppqWtHqDsOLF4hbbIBH9sJR6OOp5dURAu5eURBYdmvBRz9Lo6TA==} cpu: [arm64] os: [win32] - turbo@2.3.3: - resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==} + turbo@2.4.0: + resolution: {integrity: sha512-ah/yQp2oMif1X0u7fBJ4MLMygnkbKnW5O8SG6pJvloPCpHfFoZctkSVQiJ3VnvNTq71V2JJIdwmOeu1i34OQyg==} hasBin: true tweetnacl@1.0.3: @@ -12751,18 +12770,34 @@ packages: resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} engines: {node: '>= 0.4'} + typed-array-buffer@1.0.3: + resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} + engines: {node: '>= 0.4'} + typed-array-byte-length@1.0.1: resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} engines: {node: '>= 0.4'} + typed-array-byte-length@1.0.3: + resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} + engines: {node: '>= 0.4'} + typed-array-byte-offset@1.0.2: resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} engines: {node: '>= 0.4'} + typed-array-byte-offset@1.0.4: + resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} + engines: {node: '>= 0.4'} + typed-array-length@1.0.6: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} + typed-array-length@1.0.7: + resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} + engines: {node: '>= 0.4'} + typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} @@ -12776,17 +12811,14 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.7.2: - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} + typescript@5.7.3: + resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} hasBin: true ua-parser-js@1.0.37: resolution: {integrity: sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==} - ufo@1.5.3: - resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} - ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} @@ -12804,6 +12836,10 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + unbox-primitive@1.1.0: + resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} + engines: {node: '>= 0.4'} + unc-path-regex@0.1.2: resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} engines: {node: '>=0.10.0'} @@ -12955,11 +12991,6 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - use-sync-external-store@1.2.2: - resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - use-sync-external-store@1.4.0: resolution: {integrity: sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==} peerDependencies: @@ -13028,8 +13059,8 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - viem@2.21.55: - resolution: {integrity: sha512-PgXew7C11cAuEtOSgRyQx2kJxEOPUwIwZA9dMglRByqJuFVA7wSGZZOOo/93iylAA8E15bEdqy9xulU3oKZ70Q==} + viem@2.22.17: + resolution: {integrity: sha512-eqNhlPGgRLR29XEVUT2uuaoEyMiaQZEKx63xT1py9OYsE+ZwlVgjnfrqbXad7Flg2iJ0Bs5Hh7o0FfRWUJGHvg==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -13108,8 +13139,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - wagmi@2.14.3: - resolution: {integrity: sha512-sr8o7+EBw22GhieDyXLv8Zr2vgC6xKrYoSuUIpq0xOqEhvMP1q880VtR4lFG1capc2QEWvK72pJ/+jpsEQcMYQ==} + wagmi@2.14.9: + resolution: {integrity: sha512-nDJ5hwPaiVpn/8Bi82m5K4BCqDiOSnOV976p/jKXt0svQABGdAxUxej0UgDRoVlrp+NutmejN+SyQKmhV477/A==} peerDependencies: '@tanstack/react-query': '>=5.0.0' react: '>=18' @@ -13130,9 +13161,6 @@ packages: resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} - webauthn-p256@0.0.10: - resolution: {integrity: sha512-EeYD+gmIT80YkSIDb2iWq0lq2zbHo1CxHlQTeJ+KkCILWpVy3zASH3ByD4bopzfk0uCwXxLqKGLqp2W4O28VFA==} - webextension-polyfill@0.10.0: resolution: {integrity: sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==} @@ -13181,10 +13209,18 @@ packages: which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-boxed-primitive@1.1.1: + resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} + engines: {node: '>= 0.4'} + which-builtin-type@1.1.3: resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} engines: {node: '>= 0.4'} + which-builtin-type@1.2.1: + resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} + engines: {node: '>= 0.4'} + which-collection@1.0.2: resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} engines: {node: '>= 0.4'} @@ -13196,6 +13232,10 @@ packages: resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} engines: {node: '>= 0.4'} + which-typed-array@1.1.18: + resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} + engines: {node: '>= 0.4'} + which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -13206,9 +13246,6 @@ packages: engines: {node: '>=8'} hasBin: true - wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} - word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} @@ -13380,6 +13417,10 @@ packages: yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + yaml-ast-parser@0.0.43: resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==} @@ -13436,8 +13477,8 @@ packages: zod@3.24.1: resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} - zrender@5.6.0: - resolution: {integrity: sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==} + zrender@5.6.1: + resolution: {integrity: sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==} zustand@4.5.2: resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} @@ -13477,9 +13518,9 @@ packages: snapshots: - '@acala-network/type-definitions@5.1.2(@polkadot/types@14.3.1)': + '@acala-network/type-definitions@5.1.2(@polkadot/types@15.5.1)': dependencies: - '@polkadot/types': 14.3.1 + '@polkadot/types': 15.5.1 '@adraffy/ens-normalize@1.10.0': {} @@ -13492,46 +13533,46 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@antfu/eslint-config@3.12.0(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(@vue/compiler-sfc@3.4.27)(eslint-plugin-react-hooks@5.1.0-beta-26f2496093-20240514(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0))': + '@antfu/eslint-config@3.16.0(@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(@vue/compiler-sfc@3.4.27)(eslint-plugin-react-hooks@5.1.0-beta-26f2496093-20240514(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0))': dependencies: - '@antfu/install-pkg': 0.5.0 - '@clack/prompts': 0.8.2 - '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.17.0(jiti@2.3.3)) + '@antfu/install-pkg': 1.0.0 + '@clack/prompts': 0.9.1 + '@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.19.0(jiti@2.3.3)) '@eslint/markdown': 6.2.1 - '@stylistic/eslint-plugin': 2.12.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/parser': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@vitest/eslint-plugin': 1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0)) - eslint: 9.17.0(jiti@2.3.3) - eslint-config-flat-gitignore: 0.3.0(eslint@9.17.0(jiti@2.3.3)) - eslint-flat-config-utils: 0.4.0 - eslint-merge-processors: 0.1.0(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-antfu: 2.7.0(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-command: 0.2.6(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-import-x: 4.5.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint-plugin-jsdoc: 50.6.1(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-jsonc: 2.18.2(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-n: 17.15.0(eslint@9.17.0(jiti@2.3.3)) + '@stylistic/eslint-plugin': 2.13.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@vitest/eslint-plugin': 1.1.25(@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0)) + eslint: 9.19.0(jiti@2.3.3) + eslint-config-flat-gitignore: 1.0.1(eslint@9.19.0(jiti@2.3.3)) + eslint-flat-config-utils: 1.1.0 + eslint-merge-processors: 1.0.0(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-antfu: 2.7.0(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-command: 2.1.0(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-import-x: 4.6.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint-plugin-jsdoc: 50.6.3(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-jsonc: 2.18.2(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-n: 17.15.1(eslint@9.19.0(jiti@2.3.3)) eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-perfectionist: 4.3.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint-plugin-regexp: 2.7.0(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-toml: 0.12.0(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-unicorn: 56.0.1(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-vue: 9.32.0(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-yml: 1.16.0(eslint@9.17.0(jiti@2.3.3)) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.27)(eslint@9.17.0(jiti@2.3.3)) - globals: 15.13.0 + eslint-plugin-perfectionist: 4.7.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint-plugin-regexp: 2.7.0(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-toml: 0.12.0(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-unicorn: 56.0.1(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-vue: 9.32.0(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-yml: 1.16.0(eslint@9.19.0(jiti@2.3.3)) + eslint-processor-vue-blocks: 1.0.0(@vue/compiler-sfc@3.4.27)(eslint@9.19.0(jiti@2.3.3)) + globals: 15.14.0 jsonc-eslint-parser: 2.4.0 - local-pkg: 0.5.1 + local-pkg: 1.0.0 parse-gitignore: 2.0.0 picocolors: 1.1.1 toml-eslint-parser: 0.10.0 - vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.3.3)) + vue-eslint-parser: 9.4.3(eslint@9.19.0(jiti@2.3.3)) yaml-eslint-parser: 1.2.3 yargs: 17.7.2 optionalDependencies: - eslint-plugin-react-hooks: 5.1.0-beta-26f2496093-20240514(eslint@9.17.0(jiti@2.3.3)) + eslint-plugin-react-hooks: 5.1.0-beta-26f2496093-20240514(eslint@9.19.0(jiti@2.3.3)) transitivePeerDependencies: - '@eslint/json' - '@typescript-eslint/utils' @@ -13540,10 +13581,10 @@ snapshots: - typescript - vitest - '@antfu/install-pkg@0.5.0': + '@antfu/install-pkg@1.0.0': dependencies: - package-manager-detector: 0.2.7 - tinyexec: 0.3.1 + package-manager-detector: 0.2.9 + tinyexec: 0.3.2 '@antfu/utils@0.7.10': {} @@ -13554,7 +13595,7 @@ snapshots: jsonpointer: 5.0.1 leven: 3.1.0 - '@apollo/client@3.12.3(@types/react@19.0.1)(graphql-ws@5.16.0(graphql@16.10.0))(graphql@16.10.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@apollo/client@3.12.8(@types/react@19.0.8)(graphql-ws@5.16.0(graphql@16.10.0))(graphql@16.10.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.10.0) '@wry/caches': 1.0.1 @@ -13565,11 +13606,10 @@ snapshots: hoist-non-react-statics: 3.3.2 optimism: 0.18.0 prop-types: 15.8.1 - rehackt: 0.1.0(@types/react@19.0.1)(react@19.0.0) - response-iterator: 0.2.6 + rehackt: 0.1.0(@types/react@19.0.8)(react@19.0.0) symbol-observable: 4.0.0 ts-invariant: 0.10.3 - tslib: 2.8.0 + tslib: 2.8.1 zen-observable-ts: 1.2.5 optionalDependencies: graphql-ws: 5.16.0(graphql@16.10.0) @@ -13583,7 +13623,7 @@ snapshots: '@babel/core': 7.24.6 '@babel/generator': 7.24.6 '@babel/parser': 7.24.6 - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@babel/traverse': 7.24.6 '@babel/types': 7.24.6 babel-preset-fbjs: 3.4.0(@babel/core@7.24.6) @@ -13628,7 +13668,7 @@ snapshots: '@babel/traverse': 7.24.6 '@babel/types': 7.24.6 convert-source-map: 2.0.0 - debug: 4.3.6 + debug: 4.4.0 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -13683,7 +13723,7 @@ snapshots: '@babel/core': 7.24.6 '@babel/helper-compilation-targets': 7.24.6 '@babel/helper-plugin-utils': 7.24.6 - debug: 4.3.6 + debug: 4.4.0 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: @@ -13751,8 +13791,6 @@ snapshots: '@babel/helper-string-parser@7.24.6': {} - '@babel/helper-validator-identifier@7.24.6': {} - '@babel/helper-validator-identifier@7.25.9': {} '@babel/helper-validator-option@7.24.6': {} @@ -14354,7 +14392,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.24.6 '@babel/parser': 7.24.6 '@babel/types': 7.24.6 - debug: 4.3.6 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -14362,25 +14400,25 @@ snapshots: '@babel/types@7.24.6': dependencies: '@babel/helper-string-parser': 7.24.6 - '@babel/helper-validator-identifier': 7.24.6 + '@babel/helper-validator-identifier': 7.25.9 to-fast-properties: 2.0.0 - '@bifrost-finance/type-definitions@1.11.3(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@bifrost-finance/type-definitions@1.11.3(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@bifrost-finance/type-definitions@1.11.9(@polkadot/api@12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@polkadot/api': 12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@clack/core@0.3.5': + '@clack/core@0.4.1': dependencies: picocolors: 1.1.1 sisteransi: 1.0.5 - '@clack/prompts@0.8.2': + '@clack/prompts@0.9.1': dependencies: - '@clack/core': 0.3.5 + '@clack/core': 0.4.1 picocolors: 1.1.1 sisteransi: 1.0.5 @@ -14393,14 +14431,14 @@ snapshots: eth-json-rpc-filters: 6.0.1 eventemitter3: 5.0.1 keccak: 3.0.4 - preact: 10.22.0 + preact: 10.25.2 sha.js: 2.4.11 transitivePeerDependencies: - supports-color '@coinbase/wallet-sdk@4.2.3': dependencies: - '@noble/hashes': 1.5.0 + '@noble/hashes': 1.6.1 clsx: 1.2.1 eventemitter3: 5.0.1 preact: 10.25.2 @@ -14419,9 +14457,9 @@ snapshots: '@darwinia/types@2.8.10': {} - '@digitalnative/type-definitions@1.1.27(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@digitalnative/type-definitions@1.1.27(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: - '@polkadot/keyring': 6.11.1(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) + '@polkadot/keyring': 6.11.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) '@polkadot/types': 4.17.1 transitivePeerDependencies: - '@polkadot/util' @@ -14449,7 +14487,7 @@ snapshots: '@emnapi/runtime@1.3.1': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 optional: true '@emotion/is-prop-valid@1.2.2': @@ -14462,14 +14500,17 @@ snapshots: '@equilab/definitions@1.4.18': {} - '@es-joy/jsdoccomment@0.48.0': + '@es-joy/jsdoccomment@0.49.0': dependencies: comment-parser: 1.4.1 esquery: 1.6.0 jsdoc-type-pratt-parser: 4.1.0 - '@es-joy/jsdoccomment@0.49.0': + '@es-joy/jsdoccomment@0.50.0': dependencies: + '@types/eslint': 9.6.1 + '@types/estree': 1.0.6 + '@typescript-eslint/types': 8.18.1 comment-parser: 1.4.1 esquery: 1.6.0 jsdoc-type-pratt-parser: 4.1.0 @@ -14822,54 +14863,49 @@ snapshots: '@esbuild/win32-x64@0.24.0': optional: true - '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.17.0(jiti@2.3.3))': + '@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.19.0(jiti@2.3.3))': dependencies: escape-string-regexp: 4.0.0 - eslint: 9.17.0(jiti@2.3.3) - ignore: 5.3.1 + eslint: 9.19.0(jiti@2.3.3) + ignore: 5.3.2 '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': dependencies: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@2.3.3))': - dependencies: - eslint: 9.17.0(jiti@2.3.3) - eslint-visitor-keys: 3.4.3 - - '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0(jiti@2.3.3))': + '@eslint-community/eslint-utils@4.4.1(eslint@9.19.0(jiti@2.3.3))': dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} - '@eslint-community/regexpp@4.11.0': {} - '@eslint-community/regexpp@4.12.1': {} - '@eslint/compat@1.1.1': {} + '@eslint/compat@1.2.6(eslint@9.19.0(jiti@2.3.3))': + optionalDependencies: + eslint: 9.19.0(jiti@2.3.3) '@eslint/config-array@0.19.1': dependencies: '@eslint/object-schema': 2.1.5 - debug: 4.3.6 + debug: 4.4.0 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@eslint/core@0.9.1': + '@eslint/core@0.10.0': dependencies: '@types/json-schema': 7.0.15 '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.6 + debug: 4.4.0 espree: 9.6.1 globals: 13.24.0 - ignore: 5.3.1 + ignore: 5.3.2 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -14880,10 +14916,10 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.6 + debug: 4.4.0 espree: 10.3.0 globals: 14.0.0 - ignore: 5.3.1 + ignore: 5.3.2 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -14893,11 +14929,11 @@ snapshots: '@eslint/js@8.57.0': {} - '@eslint/js@9.17.0': {} + '@eslint/js@9.19.0': {} '@eslint/markdown@6.2.1': dependencies: - '@eslint/plugin-kit': 0.2.0 + '@eslint/plugin-kit': 0.2.4 mdast-util-from-markdown: 2.0.1 mdast-util-gfm: 3.0.0 micromark-extension-gfm: 3.0.0 @@ -14906,12 +14942,13 @@ snapshots: '@eslint/object-schema@2.1.5': {} - '@eslint/plugin-kit@0.2.0': + '@eslint/plugin-kit@0.2.4': dependencies: levn: 0.4.1 - '@eslint/plugin-kit@0.2.4': + '@eslint/plugin-kit@0.2.5': dependencies: + '@eslint/core': 0.10.0 levn: 0.4.1 '@ethereumjs/common@3.2.0': @@ -15202,12 +15239,12 @@ snapshots: '@floating-ui/core@1.6.2': dependencies: - '@floating-ui/utils': 0.2.8 + '@floating-ui/utils': 0.2.9 '@floating-ui/dom@1.6.5': dependencies: '@floating-ui/core': 1.6.2 - '@floating-ui/utils': 0.2.8 + '@floating-ui/utils': 0.2.9 '@floating-ui/react-dom@2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: @@ -15223,17 +15260,19 @@ snapshots: react-dom: 19.0.0(react@19.0.0) tabbable: 6.2.0 - '@floating-ui/react@0.27.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@floating-ui/react@0.27.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@floating-ui/utils': 0.2.8 + '@floating-ui/utils': 0.2.9 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) tabbable: 6.2.0 '@floating-ui/utils@0.2.8': {} - '@fontsource-variable/inter@5.1.0': {} + '@floating-ui/utils@0.2.9': {} + + '@fontsource-variable/inter@5.1.1': {} '@fragnova/api-augment@0.1.0-spec-1.0.4-mainnet(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: @@ -15257,46 +15296,46 @@ snapshots: '@graphql-codegen/add@5.0.3(graphql@16.10.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) graphql: 16.10.0 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.3(@parcel/watcher@2.4.1)(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@graphql-codegen/cli@5.0.4(@parcel/watcher@2.4.1)(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.3)(utf-8-validate@5.0.10)': dependencies: '@babel/generator': 7.24.6 '@babel/template': 7.24.6 '@babel/types': 7.24.6 - '@graphql-codegen/client-preset': 4.4.0(graphql@16.10.0) + '@graphql-codegen/client-preset': 4.6.1(graphql@16.10.0) '@graphql-codegen/core': 4.0.2(graphql@16.10.0) - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) '@graphql-tools/apollo-engine-loader': 8.0.1(graphql@16.10.0) '@graphql-tools/code-file-loader': 8.1.2(graphql@16.10.0) '@graphql-tools/git-loader': 8.0.6(graphql@16.10.0) - '@graphql-tools/github-loader': 8.0.1(@types/node@22.10.2)(graphql@16.10.0) + '@graphql-tools/github-loader': 8.0.1(@types/node@22.13.0)(graphql@16.10.0) '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.10.0) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.10.0) '@graphql-tools/load': 8.0.2(graphql@16.10.0) - '@graphql-tools/prisma-loader': 8.0.4(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) - '@graphql-tools/url-loader': 8.0.2(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/prisma-loader': 8.0.4(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.2(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) - '@whatwg-node/fetch': 0.9.21 + '@whatwg-node/fetch': 0.10.3 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.7.2) + cosmiconfig: 8.3.6(typescript@5.7.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.10.0 - graphql-config: 5.1.3(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10) + graphql-config: 5.1.3(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.3)(utf-8-validate@5.0.10) inquirer: 8.2.6 is-glob: 4.0.3 - jiti: 1.21.0 + jiti: 1.21.6 json-to-pretty-yaml: 1.2.2 listr2: 4.0.5 log-symbols: 4.1.0 - micromatch: 4.0.7 + micromatch: 4.0.8 shell-quote: 1.8.1 string-env-interpolation: 1.0.1 ts-log: 2.2.5 - tslib: 2.7.0 + tslib: 2.8.1 yaml: 2.4.2 yargs: 17.7.2 optionalDependencies: @@ -15311,17 +15350,17 @@ snapshots: - typescript - utf-8-validate - '@graphql-codegen/client-preset@4.4.0(graphql@16.10.0)': + '@graphql-codegen/client-preset@4.6.1(graphql@16.10.0)': dependencies: '@babel/helper-plugin-utils': 7.24.6 '@babel/template': 7.24.6 '@graphql-codegen/add': 5.0.3(graphql@16.10.0) - '@graphql-codegen/gql-tag-operations': 4.0.10(graphql@16.10.0) - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) - '@graphql-codegen/typed-document-node': 5.0.10(graphql@16.10.0) - '@graphql-codegen/typescript': 4.1.0(graphql@16.10.0) - '@graphql-codegen/typescript-operations': 4.4.0(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.4.0(graphql@16.10.0) + '@graphql-codegen/gql-tag-operations': 4.0.14(graphql@16.10.0) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) + '@graphql-codegen/typed-document-node': 5.0.13(graphql@16.10.0) + '@graphql-codegen/typescript': 4.1.3(graphql@16.10.0) + '@graphql-codegen/typescript-operations': 4.4.1(graphql@16.10.0) + '@graphql-codegen/visitor-plugin-common': 5.6.1(graphql@16.10.0) '@graphql-tools/documents': 1.0.0(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.10.0) @@ -15333,16 +15372,16 @@ snapshots: '@graphql-codegen/core@4.0.2(graphql@16.10.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) '@graphql-tools/schema': 10.0.3(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 tslib: 2.6.3 - '@graphql-codegen/gql-tag-operations@4.0.10(graphql@16.10.0)': + '@graphql-codegen/gql-tag-operations@4.0.14(graphql@16.10.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.4.0(graphql@16.10.0) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) + '@graphql-codegen/visitor-plugin-common': 5.6.1(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) auto-bind: 4.0.0 graphql: 16.10.0 @@ -15371,16 +15410,6 @@ snapshots: lodash: 4.17.21 tslib: 2.4.1 - '@graphql-codegen/plugin-helpers@5.0.4(graphql@16.10.0)': - dependencies: - '@graphql-tools/utils': 10.2.0(graphql@16.10.0) - change-case-all: 1.0.15 - common-tags: 1.8.2 - graphql: 16.10.0 - import-from: 4.0.0 - lodash: 4.17.21 - tslib: 2.6.3 - '@graphql-codegen/plugin-helpers@5.1.0(graphql@16.10.0)': dependencies: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) @@ -15398,10 +15427,10 @@ snapshots: graphql: 16.10.0 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@5.0.10(graphql@16.10.0)': + '@graphql-codegen/typed-document-node@5.0.13(graphql@16.10.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.4.0(graphql@16.10.0) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) + '@graphql-codegen/visitor-plugin-common': 5.6.1(graphql@16.10.0) auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.10.0 @@ -15410,11 +15439,11 @@ snapshots: - encoding - supports-color - '@graphql-codegen/typescript-operations@4.4.0(graphql@16.10.0)': + '@graphql-codegen/typescript-operations@4.4.1(graphql@16.10.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) - '@graphql-codegen/typescript': 4.1.2(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.6.0(graphql@16.10.0) + '@graphql-codegen/typescript': 4.1.3(graphql@16.10.0) + '@graphql-codegen/visitor-plugin-common': 5.6.1(graphql@16.10.0) auto-bind: 4.0.0 graphql: 16.10.0 tslib: 2.6.3 @@ -15434,11 +15463,11 @@ snapshots: - encoding - supports-color - '@graphql-codegen/typescript-resolvers@4.4.1(graphql@16.10.0)': + '@graphql-codegen/typescript-resolvers@4.4.2(graphql@16.10.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) - '@graphql-codegen/typescript': 4.1.2(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.6.0(graphql@16.10.0) + '@graphql-codegen/typescript': 4.1.3(graphql@16.10.0) + '@graphql-codegen/visitor-plugin-common': 5.6.1(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) auto-bind: 4.0.0 graphql: 16.10.0 @@ -15447,23 +15476,11 @@ snapshots: - encoding - supports-color - '@graphql-codegen/typescript@4.1.0(graphql@16.10.0)': - dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) - '@graphql-codegen/schema-ast': 4.0.2(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.4.0(graphql@16.10.0) - auto-bind: 4.0.0 - graphql: 16.10.0 - tslib: 2.6.3 - transitivePeerDependencies: - - encoding - - supports-color - - '@graphql-codegen/typescript@4.1.2(graphql@16.10.0)': + '@graphql-codegen/typescript@4.1.3(graphql@16.10.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) '@graphql-codegen/schema-ast': 4.0.2(graphql@16.10.0) - '@graphql-codegen/visitor-plugin-common': 5.6.0(graphql@16.10.0) + '@graphql-codegen/visitor-plugin-common': 5.6.1(graphql@16.10.0) auto-bind: 4.0.0 graphql: 16.10.0 tslib: 2.6.3 @@ -15488,24 +15505,7 @@ snapshots: - encoding - supports-color - '@graphql-codegen/visitor-plugin-common@5.4.0(graphql@16.10.0)': - dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.10.0) - '@graphql-tools/optimize': 2.0.0(graphql@16.10.0) - '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.10.0) - '@graphql-tools/utils': 10.2.0(graphql@16.10.0) - auto-bind: 4.0.0 - change-case-all: 1.0.15 - dependency-graph: 0.11.0 - graphql: 16.10.0 - graphql-tag: 2.12.6(graphql@16.10.0) - parse-filepath: 1.0.2 - tslib: 2.6.3 - transitivePeerDependencies: - - encoding - - supports-color - - '@graphql-codegen/visitor-plugin-common@5.6.0(graphql@16.10.0)': + '@graphql-codegen/visitor-plugin-common@5.6.1(graphql@16.10.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) '@graphql-tools/optimize': 2.0.0(graphql@16.10.0) @@ -15528,7 +15528,7 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) '@whatwg-node/fetch': 0.9.21 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - encoding @@ -15537,7 +15537,7 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) dataloader: 2.2.2 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 value-or-promise: 1.0.12 '@graphql-tools/code-file-loader@8.1.2(graphql@16.10.0)': @@ -15546,7 +15546,7 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) globby: 11.1.0 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 unixify: 1.0.0 transitivePeerDependencies: - supports-color @@ -15559,13 +15559,13 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) dataloader: 2.2.2 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/documents@1.0.0(graphql@16.10.0)': dependencies: graphql: 16.10.0 lodash.sortby: 4.7.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/executor-graphql-ws@1.1.2(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10)': dependencies: @@ -15574,21 +15574,21 @@ snapshots: graphql: 16.10.0 graphql-ws: 5.16.0(graphql@16.10.0) isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - tslib: 2.8.0 + tslib: 2.8.1 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@1.0.9(@types/node@22.10.2)(graphql@16.10.0)': + '@graphql-tools/executor-http@1.0.9(@types/node@22.13.0)(graphql@16.10.0)': dependencies: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/fetch': 0.9.21 extract-files: 11.0.0 graphql: 16.10.0 - meros: 1.3.0(@types/node@22.10.2) - tslib: 2.8.0 + meros: 1.3.0(@types/node@22.13.0) + tslib: 2.8.1 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' @@ -15599,7 +15599,7 @@ snapshots: '@types/ws': 8.5.10 graphql: 16.10.0 isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - tslib: 2.8.0 + tslib: 2.8.1 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil @@ -15611,7 +15611,7 @@ snapshots: '@graphql-typed-document-node/core': 3.2.0(graphql@16.10.0) '@repeaterjs/repeater': 3.0.6 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 value-or-promise: 1.0.12 '@graphql-tools/git-loader@8.0.6(graphql@16.10.0)': @@ -15620,21 +15620,21 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 is-glob: 4.0.3 - micromatch: 4.0.7 - tslib: 2.8.0 + micromatch: 4.0.8 + tslib: 2.8.1 unixify: 1.0.0 transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.1(@types/node@22.10.2)(graphql@16.10.0)': + '@graphql-tools/github-loader@8.0.1(@types/node@22.13.0)(graphql@16.10.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 1.0.9(@types/node@22.10.2)(graphql@16.10.0) + '@graphql-tools/executor-http': 1.0.9(@types/node@22.13.0)(graphql@16.10.0) '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) '@whatwg-node/fetch': 0.9.21 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' @@ -15647,7 +15647,7 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) globby: 11.1.0 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 unixify: 1.0.0 '@graphql-tools/graphql-tag-pluck@8.3.1(graphql@16.10.0)': @@ -15659,7 +15659,7 @@ snapshots: '@babel/types': 7.24.6 '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -15668,14 +15668,14 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 resolve-from: 5.0.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/json-file-loader@8.0.1(graphql@16.10.0)': dependencies: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) globby: 11.1.0 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 unixify: 1.0.0 '@graphql-tools/load@8.0.2(graphql@16.10.0)': @@ -15684,32 +15684,32 @@ snapshots: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 p-limit: 3.1.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/merge@9.0.4(graphql@16.10.0)': dependencies: '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/optimize@1.4.0(graphql@16.10.0)': dependencies: graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/optimize@2.0.0(graphql@16.10.0)': dependencies: graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 - '@graphql-tools/prisma-loader@8.0.4(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10)': + '@graphql-tools/prisma-loader@8.0.4(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10)': dependencies: - '@graphql-tools/url-loader': 8.0.2(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.2(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.9.21 chalk: 4.1.2 - debug: 4.3.6 + debug: 4.4.0 dotenv: 16.4.7 graphql: 16.10.0 graphql-request: 6.1.0(graphql@16.10.0) @@ -15719,7 +15719,7 @@ snapshots: js-yaml: 4.1.0 lodash: 4.17.21 scuid: 1.1.0 - tslib: 2.8.0 + tslib: 2.8.1 yaml-ast-parser: 0.0.43 transitivePeerDependencies: - '@types/node' @@ -15733,7 +15733,7 @@ snapshots: '@ardatan/relay-compiler': 12.0.0(graphql@16.10.0) '@graphql-tools/utils': 9.2.1(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - encoding - supports-color @@ -15743,7 +15743,7 @@ snapshots: '@ardatan/relay-compiler': 12.0.0(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - encoding - supports-color @@ -15753,15 +15753,15 @@ snapshots: '@graphql-tools/merge': 9.0.4(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 value-or-promise: 1.0.12 - '@graphql-tools/url-loader@8.0.2(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10)': + '@graphql-tools/url-loader@8.0.2(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.10(graphql@16.10.0) '@graphql-tools/executor-graphql-ws': 1.1.2(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) - '@graphql-tools/executor-http': 1.0.9(@types/node@22.10.2)(graphql@16.10.0) + '@graphql-tools/executor-http': 1.0.9(@types/node@22.13.0)(graphql@16.10.0) '@graphql-tools/executor-legacy-ws': 1.0.6(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) '@graphql-tools/wrap': 10.0.5(graphql@16.10.0) @@ -15769,7 +15769,7 @@ snapshots: '@whatwg-node/fetch': 0.9.21 graphql: 16.10.0 isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - tslib: 2.8.0 + tslib: 2.8.1 value-or-promise: 1.0.12 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: @@ -15784,18 +15784,18 @@ snapshots: cross-inspect: 1.0.0 dset: 3.1.3 graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/utils@8.13.1(graphql@16.10.0)': dependencies: graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/utils@9.2.1(graphql@16.10.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 '@graphql-tools/wrap@10.0.5(graphql@16.10.0)': dependencies: @@ -15803,7 +15803,7 @@ snapshots: '@graphql-tools/schema': 10.0.3(graphql@16.10.0) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 value-or-promise: 1.0.12 '@graphql-typed-document-node/core@3.2.0(graphql@16.10.0)': @@ -15833,7 +15833,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.6 + debug: 4.4.0 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -15934,6 +15934,10 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 + '@isaacs/fs-minipass@4.0.1': + dependencies: + minipass: 7.1.2 + '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 @@ -15943,7 +15947,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -15998,9 +16002,9 @@ snapshots: '@kamilkisiela/fast-url-parser@1.1.4': {} - '@kiltprotocol/type-definitions@1.11401.0(@polkadot/types@14.3.1)': + '@kiltprotocol/type-definitions@1.11401.0(@polkadot/types@15.5.1)': dependencies: - '@polkadot/types': 14.3.1 + '@polkadot/types': 15.5.1 '@laminar/type-definitions@0.3.1': dependencies: @@ -16008,35 +16012,35 @@ snapshots: '@ledgerhq/connect-kit-loader@1.1.8': {} - '@lingui/babel-plugin-extract-messages@5.1.1': {} + '@lingui/babel-plugin-extract-messages@5.2.0': {} - '@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2)': + '@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3)': dependencies: '@babel/core': 7.24.6 - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@babel/types': 7.24.6 - '@lingui/conf': 5.1.1(typescript@5.7.2) - '@lingui/core': 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) - '@lingui/message-utils': 5.1.1 + '@lingui/conf': 5.2.0(typescript@5.7.3) + '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + '@lingui/message-utils': 5.2.0 optionalDependencies: babel-plugin-macros: 3.1.0 transitivePeerDependencies: - supports-color - typescript - '@lingui/cli@5.1.1(typescript@5.7.2)': + '@lingui/cli@5.2.0(typescript@5.7.3)': dependencies: '@babel/core': 7.24.6 '@babel/generator': 7.24.6 '@babel/parser': 7.24.6 - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@babel/types': 7.24.6 - '@lingui/babel-plugin-extract-messages': 5.1.1 - '@lingui/babel-plugin-lingui-macro': 5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2) - '@lingui/conf': 5.1.1(typescript@5.7.2) - '@lingui/core': 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) - '@lingui/format-po': 5.1.1(typescript@5.7.2) - '@lingui/message-utils': 5.1.1 + '@lingui/babel-plugin-extract-messages': 5.2.0 + '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) + '@lingui/conf': 5.2.0(typescript@5.7.3) + '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + '@lingui/format-po': 5.2.0(typescript@5.7.3) + '@lingui/message-utils': 5.2.0 babel-plugin-macros: 3.1.0 chalk: 4.1.2 chokidar: 3.5.1 @@ -16047,75 +16051,74 @@ snapshots: esbuild: 0.21.5 glob: 11.0.0 inquirer: 7.3.3 - micromatch: 4.0.7 + micromatch: 4.0.8 normalize-path: 3.0.0 ora: 5.4.1 pathe: 1.1.2 pkg-up: 3.1.0 pofile: 1.1.4 pseudolocale: 2.0.0 - ramda: 0.27.2 source-map: 0.8.0-beta.0 transitivePeerDependencies: - supports-color - typescript - '@lingui/conf@5.1.1(typescript@5.7.2)': + '@lingui/conf@5.2.0(typescript@5.7.3)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.7.2) + cosmiconfig: 8.3.6(typescript@5.7.3) jest-validate: 29.7.0 - jiti: 1.21.0 + jiti: 1.21.6 lodash.get: 4.4.2 transitivePeerDependencies: - typescript - '@lingui/core@5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)': + '@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)': dependencies: - '@babel/runtime': 7.24.6 - '@lingui/message-utils': 5.1.1 + '@babel/runtime': 7.26.0 + '@lingui/message-utils': 5.2.0 unraw: 3.0.0 optionalDependencies: - '@lingui/babel-plugin-lingui-macro': 5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2) + '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) babel-plugin-macros: 3.1.0 - '@lingui/format-po@5.1.1(typescript@5.7.2)': + '@lingui/format-po@5.2.0(typescript@5.7.3)': dependencies: - '@lingui/conf': 5.1.1(typescript@5.7.2) - '@lingui/message-utils': 5.1.1 + '@lingui/conf': 5.2.0(typescript@5.7.3) + '@lingui/message-utils': 5.2.0 date-fns: 3.6.0 pofile: 1.1.4 transitivePeerDependencies: - typescript - '@lingui/macro@5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0)': + '@lingui/macro@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0)': dependencies: - '@lingui/core': 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) - '@lingui/react': 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0) + '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + '@lingui/react': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0) optionalDependencies: - '@lingui/babel-plugin-lingui-macro': 5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2) + '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) babel-plugin-macros: 3.1.0 transitivePeerDependencies: - react - '@lingui/message-utils@5.1.1': + '@lingui/message-utils@5.2.0': dependencies: '@messageformat/parser': 5.1.0 js-sha256: 0.10.1 - '@lingui/react@5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0)(react@19.0.0)': + '@lingui/react@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)(react@19.0.0)': dependencies: - '@babel/runtime': 7.24.6 - '@lingui/core': 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + '@babel/runtime': 7.26.0 + '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) react: 19.0.0 optionalDependencies: - '@lingui/babel-plugin-lingui-macro': 5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2) + '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) babel-plugin-macros: 3.1.0 - '@lingui/swc-plugin@5.0.1(@lingui/core@5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0))(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + '@lingui/swc-plugin@5.0.2(@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': dependencies: - '@lingui/core': 5.1.1(@lingui/babel-plugin-lingui-macro@5.1.1(babel-plugin-macros@3.1.0)(typescript@5.7.2))(babel-plugin-macros@3.1.0) + '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) optionalDependencies: next: 15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -16138,21 +16141,19 @@ snapshots: - supports-color - utf-8-validate - '@mangata-finance/type-definitions@2.1.2(@polkadot/types@14.3.1)': + '@mangata-finance/type-definitions@2.1.2(@polkadot/types@15.5.1)': dependencies: - '@polkadot/types': 14.3.1 + '@polkadot/types': 15.5.1 - '@mapbox/node-pre-gyp@1.0.11': + '@mapbox/node-pre-gyp@2.0.0': dependencies: + consola: 3.2.3 detect-libc: 2.0.3 - https-proxy-agent: 5.0.1 - make-dir: 3.1.0 + https-proxy-agent: 7.0.6 node-fetch: 2.7.0 - nopt: 5.0.0 - npmlog: 5.0.1 - rimraf: 3.0.2 + nopt: 8.1.0 semver: 7.6.3 - tar: 6.2.1 + tar: 7.4.3 transitivePeerDependencies: - encoding - supports-color @@ -16236,7 +16237,7 @@ snapshots: bufferutil: 4.0.8 cross-fetch: 4.0.0 date-fns: 2.30.0 - debug: 4.3.6 + debug: 4.4.0 eciesjs: 0.4.12 eventemitter2: 6.4.9 readable-stream: 3.6.2 @@ -16246,21 +16247,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@metamask/sdk-install-modal-web@0.31.2': + '@metamask/sdk-install-modal-web@0.31.5': dependencies: '@paulmillr/qr': 0.2.1 - '@metamask/sdk@0.31.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@metamask/sdk@0.31.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@babel/runtime': 7.26.0 '@metamask/onboarding': 1.0.1 '@metamask/providers': 16.1.0 '@metamask/sdk-communication-layer': 0.31.0(cross-fetch@4.0.0)(eciesjs@0.4.12)(eventemitter2@6.4.9)(readable-stream@3.6.2)(socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@metamask/sdk-install-modal-web': 0.31.2 + '@metamask/sdk-install-modal-web': 0.31.5 '@paulmillr/qr': 0.2.1 bowser: 2.11.0 cross-fetch: 4.0.0 - debug: 4.3.6 + debug: 4.4.0 eciesjs: 0.4.12 eth-rpc-errors: 4.0.3 eventemitter2: 6.4.9 @@ -16268,7 +16269,7 @@ snapshots: pump: 3.0.0 readable-stream: 3.6.2 socket.io-client: 4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) - tslib: 2.8.0 + tslib: 2.8.1 util: 0.12.5 uuid: 8.3.2 transitivePeerDependencies: @@ -16281,7 +16282,7 @@ snapshots: dependencies: '@ethereumjs/tx': 4.2.0 '@types/debug': 4.1.12 - debug: 4.3.6 + debug: 4.4.0 semver: 7.6.3 superstruct: 1.0.4 transitivePeerDependencies: @@ -16290,10 +16291,10 @@ snapshots: '@metamask/utils@8.4.0': dependencies: '@ethereumjs/tx': 4.2.0 - '@noble/hashes': 1.5.0 - '@scure/base': 1.1.8 + '@noble/hashes': 1.6.1 + '@scure/base': 1.2.1 '@types/debug': 4.1.12 - debug: 4.3.6 + debug: 4.4.0 pony-cause: 2.1.11 semver: 7.6.3 superstruct: 1.0.4 @@ -16310,7 +16311,7 @@ snapshots: '@motionone/easing': 10.17.0 '@motionone/types': 10.17.0 '@motionone/utils': 10.17.0 - tslib: 2.8.0 + tslib: 2.8.1 '@motionone/dom@10.17.0': dependencies: @@ -16319,7 +16320,7 @@ snapshots: '@motionone/types': 10.17.0 '@motionone/utils': 10.17.0 hey-listen: 1.0.8 - tslib: 2.8.0 + tslib: 2.8.1 '@motionone/easing@10.17.0': dependencies: @@ -16335,7 +16336,7 @@ snapshots: '@motionone/svelte@10.16.4': dependencies: '@motionone/dom': 10.17.0 - tslib: 2.8.0 + tslib: 2.8.1 '@motionone/types@10.17.0': {} @@ -16343,12 +16344,12 @@ snapshots: dependencies: '@motionone/types': 10.17.0 hey-listen: 1.0.8 - tslib: 2.8.0 + tslib: 2.8.1 '@motionone/vue@10.16.4': dependencies: '@motionone/dom': 10.17.0 - tslib: 2.8.0 + tslib: 2.8.1 '@multiformats/base-x@4.0.1': {} @@ -16356,7 +16357,7 @@ snapshots: '@next/env@15.1.0': {} - '@next/eslint-plugin-next@15.1.0': + '@next/eslint-plugin-next@15.1.6': dependencies: fast-glob: 3.3.1 @@ -16398,14 +16399,14 @@ snapshots: dependencies: '@noble/hashes': 1.4.0 - '@noble/curves@1.6.0': - dependencies: - '@noble/hashes': 1.5.0 - '@noble/curves@1.7.0': dependencies: '@noble/hashes': 1.6.0 + '@noble/curves@1.8.1': + dependencies: + '@noble/hashes': 1.7.1 + '@noble/hashes@1.0.0': {} '@noble/hashes@1.2.0': {} @@ -16418,12 +16419,12 @@ snapshots: '@noble/hashes@1.4.0': {} - '@noble/hashes@1.5.0': {} - '@noble/hashes@1.6.0': {} '@noble/hashes@1.6.1': {} + '@noble/hashes@1.7.1': {} + '@noble/secp256k1@1.5.5': {} '@noble/secp256k1@1.7.1': {} @@ -16511,7 +16512,7 @@ snapshots: '@parcel/watcher-wasm@2.4.1': dependencies: is-glob: 4.0.3 - micromatch: 4.0.7 + micromatch: 4.0.8 '@parcel/watcher-win32-arm64@2.4.1': optional: true @@ -16526,7 +16527,7 @@ snapshots: dependencies: detect-libc: 1.0.3 is-glob: 4.0.3 - micromatch: 4.0.7 + micromatch: 4.0.8 node-addon-api: 7.1.0 optionalDependencies: '@parcel/watcher-android-arm64': 2.4.1 @@ -16552,12 +16553,12 @@ snapshots: '@pendulum-chain/type-definitions@0.3.4': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@open-web3/orml-type-definitions': 1.1.4 '@pendulum-chain/type-definitions@0.3.8': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@open-web3/orml-type-definitions': 1.1.4 '@pendulum-chain/types@0.3.4(@polkadot/api@12.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))': @@ -16637,25 +16638,25 @@ snapshots: '@polkadot-api/substrate-bindings@0.0.1': dependencies: - '@noble/hashes': 1.5.0 + '@noble/hashes': 1.6.1 '@polkadot-api/utils': 0.0.1 - '@scure/base': 1.1.8 + '@scure/base': 1.2.1 scale-ts: 1.6.0 optional: true '@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': dependencies: - '@noble/hashes': 1.5.0 + '@noble/hashes': 1.6.1 '@polkadot-api/utils': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 - '@scure/base': 1.1.8 + '@scure/base': 1.2.1 scale-ts: 1.6.0 optional: true '@polkadot-api/substrate-bindings@0.6.0': dependencies: - '@noble/hashes': 1.5.0 + '@noble/hashes': 1.6.1 '@polkadot-api/utils': 0.1.0 - '@scure/base': 1.1.8 + '@scure/base': 1.2.1 scale-ts: 1.6.0 optional: true @@ -16698,11 +16699,11 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@polkadot-onboard/wallet-connect@1.1.0(@types/react@19.0.1)(bufferutil@4.0.8)(ioredis@5.4.1)(react@19.0.0)(utf-8-validate@5.0.10)': + '@polkadot-onboard/wallet-connect@1.1.0(@types/react@19.0.8)(bufferutil@4.0.8)(ioredis@5.4.2)(react@19.0.0)(utf-8-validate@5.0.10)': dependencies: '@polkadot-onboard/core': 1.1.0 - '@walletconnect/modal': 2.6.2(@types/react@19.0.1)(react@19.0.0) - '@walletconnect/sign-client': 2.10.4(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + '@walletconnect/modal': 2.6.2(@types/react@19.0.8)(react@19.0.0) + '@walletconnect/sign-client': 2.10.4(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -16751,28 +16752,14 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api-augment@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/api-augment@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api-base': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-augment': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 - '@polkadot/types-augment': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/util': 13.2.3 - tslib: 2.8.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-augment@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api-base': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-augment': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 15.0.2 - '@polkadot/types-augment': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/api-base': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-augment': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 + '@polkadot/types-augment': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/util': 13.3.1 tslib: 2.8.1 transitivePeerDependencies: - bufferutil @@ -16781,7 +16768,7 @@ snapshots: '@polkadot/api-augment@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/api-base': 7.15.1 '@polkadot/rpc-augment': 7.15.1 '@polkadot/types': 7.15.1 @@ -16794,7 +16781,7 @@ snapshots: '@polkadot/api-augment@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/api-base': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/rpc-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 @@ -16824,29 +16811,17 @@ snapshots: '@polkadot/types': 12.3.1 '@polkadot/util': 13.0.2 rxjs: 7.8.1 - tslib: 2.6.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-base@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/rpc-core': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 - '@polkadot/util': 13.2.3 - rxjs: 7.8.1 tslib: 2.8.1 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/api-base@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/api-base@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/rpc-core': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 + '@polkadot/util': 13.3.1 rxjs: 7.8.1 tslib: 2.8.1 transitivePeerDependencies: @@ -16856,7 +16831,7 @@ snapshots: '@polkadot/api-base@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/rpc-core': 7.15.1 '@polkadot/types': 7.15.1 '@polkadot/util': 8.7.1 @@ -16867,7 +16842,7 @@ snapshots: '@polkadot/api-base@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/rpc-core': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/util': 10.4.2 @@ -16911,33 +16886,16 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api-derive@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-augment': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-base': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-core': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) - rxjs: 7.8.1 - tslib: 2.8.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-derive@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/api-derive@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-augment': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-base': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-core': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-augment': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) rxjs: 7.8.1 tslib: 2.8.1 transitivePeerDependencies: @@ -16947,7 +16905,7 @@ snapshots: '@polkadot/api-derive@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/api': 7.15.1 '@polkadot/api-augment': 7.15.1 '@polkadot/api-base': 7.15.1 @@ -16963,7 +16921,7 @@ snapshots: '@polkadot/api-derive@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/api': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/api-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/api-base': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -17026,46 +16984,22 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api-augment': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-base': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-derive': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/keyring': 13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/rpc-augment': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-core': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-provider': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 - '@polkadot/types-augment': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/types-create': 14.3.1 - '@polkadot/types-known': 14.3.1 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) - eventemitter3: 5.0.1 - rxjs: 7.8.1 - tslib: 2.8.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/api-augment': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-base': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-derive': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/keyring': 13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/rpc-augment': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-core': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-provider': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 15.0.2 - '@polkadot/types-augment': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/types-create': 15.0.2 - '@polkadot/types-known': 15.0.2 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + dependencies: + '@polkadot/api-augment': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-base': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 13.3.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) + '@polkadot/rpc-augment': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-core': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 + '@polkadot/types-augment': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/types-create': 15.5.1 + '@polkadot/types-known': 15.5.1 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) eventemitter3: 5.0.1 rxjs: 7.8.1 tslib: 2.8.1 @@ -17076,7 +17010,7 @@ snapshots: '@polkadot/api@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/api-augment': 7.15.1 '@polkadot/api-base': 7.15.1 '@polkadot/api-derive': 7.15.1 @@ -17099,7 +17033,7 @@ snapshots: '@polkadot/api@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/api-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/api-base': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/api-derive': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -17121,52 +17055,52 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/apps-config@0.146.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(bufferutil@4.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(utf-8-validate@5.0.10)': + '@polkadot/apps-config@0.148.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(bufferutil@4.0.8)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(utf-8-validate@5.0.10)': dependencies: - '@acala-network/type-definitions': 5.1.2(@polkadot/types@14.3.1) - '@bifrost-finance/type-definitions': 1.11.3(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@acala-network/type-definitions': 5.1.2(@polkadot/types@15.5.1) + '@bifrost-finance/type-definitions': 1.11.3(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@crustio/type-definitions': 1.3.0 '@darwinia/types': 2.8.10 '@darwinia/types-known': 2.8.10 - '@digitalnative/type-definitions': 1.1.27(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) + '@digitalnative/type-definitions': 1.1.27(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) '@docknetwork/node-types': 0.16.0 '@edgeware/node-types': 3.6.2-wako '@equilab/definitions': 1.4.18 '@fragnova/api-augment': 0.1.0-spec-1.0.4-mainnet(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@frequency-chain/api-augment': 1.11.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@interlay/interbtc-types': 1.13.0 - '@kiltprotocol/type-definitions': 1.11401.0(@polkadot/types@14.3.1) + '@kiltprotocol/type-definitions': 1.11401.0(@polkadot/types@15.5.1) '@laminar/type-definitions': 0.3.1 '@logion/node-api': 0.27.0-4(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@mangata-finance/type-definitions': 2.1.2(@polkadot/types@14.3.1) + '@mangata-finance/type-definitions': 2.1.2(@polkadot/types@15.5.1) '@metaverse-network-sdk/type-definitions': 0.0.1-16 '@parallel-finance/type-definitions': 2.0.1 '@peaqnetwork/type-definitions': 0.0.4 '@pendulum-chain/type-definitions': 0.3.8 '@phala/typedefs': 0.2.33 - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/api-derive': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/networks': 13.2.3 - '@polkadot/react-identicon': 3.11.3(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/networks@13.2.3)(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0) - '@polkadot/types': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/x-fetch': 13.2.3 - '@polkadot/x-ws': 13.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api-derive': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/networks': 13.3.1 + '@polkadot/react-identicon': 3.12.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/networks@13.3.1)(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0) + '@polkadot/types': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/x-fetch': 13.3.1 + '@polkadot/x-ws': 13.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polymeshassociation/polymesh-types': 5.7.0 - '@snowfork/snowbridge-types': 0.2.7(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) + '@snowfork/snowbridge-types': 0.2.7(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) '@sora-substrate/type-definitions': 1.27.7 '@subsocial/definitions': 0.8.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@unique-nft/opal-testnet-types': 1003.70.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1) - '@unique-nft/quartz-mainnet-types': 1003.70.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1) - '@unique-nft/sapphire-mainnet-types': 1003.70.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1) - '@unique-nft/unique-mainnet-types': 1001.63.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1) + '@unique-nft/opal-testnet-types': 1003.70.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1) + '@unique-nft/quartz-mainnet-types': 1003.70.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1) + '@unique-nft/sapphire-mainnet-types': 1003.70.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1) + '@unique-nft/unique-mainnet-types': 1001.63.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1) '@zeitgeistpm/type-defs': 1.0.0 '@zeroio/type-definitions': 0.0.14 moonbeam-types-bundle: 2.0.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) - pontem-types-bundle: 1.0.15(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) + pontem-types-bundle: 1.0.15(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) rxjs: 7.8.1 tslib: 2.8.1 transitivePeerDependencies: @@ -17199,7 +17133,7 @@ snapshots: '@polkadot/util': 13.0.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@13.0.2) '@polkadot/x-global': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - bufferutil - supports-color @@ -17221,7 +17155,7 @@ snapshots: '@polkadot/keyring@10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/util-crypto': 10.4.2(@polkadot/util@10.4.2) @@ -17229,7 +17163,7 @@ snapshots: dependencies: '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)': dependencies: @@ -17237,39 +17171,39 @@ snapshots: '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) tslib: 2.6.2 - '@polkadot/keyring@13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@polkadot/keyring@13.3.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) tslib: 2.8.1 - '@polkadot/keyring@6.11.1(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@polkadot/keyring@6.11.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: - '@babel/runtime': 7.24.6 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@babel/runtime': 7.26.0 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) - '@polkadot/keyring@7.9.2(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@polkadot/keyring@7.9.2(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: - '@babel/runtime': 7.24.6 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@babel/runtime': 7.26.0 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) - '@polkadot/keyring@8.7.1(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@polkadot/keyring@8.7.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: - '@babel/runtime': 7.24.6 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@babel/runtime': 7.26.0 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) '@polkadot/keyring@8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@polkadot/util-crypto': 8.7.1(@polkadot/util@8.7.1) '@polkadot/metadata@4.17.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/types': 4.17.1 '@polkadot/types-known': 4.17.1 '@polkadot/util': 6.11.1 @@ -17277,7 +17211,7 @@ snapshots: '@polkadot/networks@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@substrate/ss58-registry': 1.51.0 @@ -17285,43 +17219,43 @@ snapshots: dependencies: '@polkadot/util': 11.1.3 '@substrate/ss58-registry': 1.48.0 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/networks@12.6.2': dependencies: '@polkadot/util': 12.6.2 '@substrate/ss58-registry': 1.51.0 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/networks@13.0.2': dependencies: '@polkadot/util': 13.0.2 '@substrate/ss58-registry': 1.48.0 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/networks@13.2.3': + '@polkadot/networks@13.3.1': dependencies: - '@polkadot/util': 13.2.3 + '@polkadot/util': 13.3.1 '@substrate/ss58-registry': 1.51.0 tslib: 2.8.1 '@polkadot/networks@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/networks@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@substrate/ss58-registry': 1.51.0 - '@polkadot/react-identicon@3.11.3(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/networks@13.2.3)(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)': + '@polkadot/react-identicon@3.12.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/networks@13.3.1)(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)': dependencies: '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) - '@polkadot/ui-settings': 3.11.3(@polkadot/networks@13.2.3)(@polkadot/util@13.2.3) - '@polkadot/ui-shared': 3.11.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@polkadot/ui-settings': 3.12.1(@polkadot/networks@13.3.1)(@polkadot/util@13.3.1) + '@polkadot/ui-shared': 3.12.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) ethereum-blockies-base64: 1.0.2 jdenticon: 3.2.0 react: 19.0.0 @@ -17357,24 +17291,12 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/rpc-augment@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/rpc-core': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/util': 13.2.3 - tslib: 2.8.1 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-augment@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/rpc-augment@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-core': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/rpc-core': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/util': 13.3.1 tslib: 2.8.1 transitivePeerDependencies: - bufferutil @@ -17383,7 +17305,7 @@ snapshots: '@polkadot/rpc-augment@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/rpc-core': 7.15.1 '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 @@ -17394,7 +17316,7 @@ snapshots: '@polkadot/rpc-augment@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/rpc-core': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 @@ -17424,31 +17346,18 @@ snapshots: '@polkadot/types': 12.3.1 '@polkadot/util': 13.0.2 rxjs: 7.8.1 - tslib: 2.6.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-core@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/rpc-augment': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-provider': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 - '@polkadot/util': 13.2.3 - rxjs: 7.8.1 tslib: 2.8.1 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/rpc-core@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/rpc-core@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/rpc-augment': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/rpc-provider': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/rpc-augment': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/rpc-provider': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 + '@polkadot/util': 13.3.1 rxjs: 7.8.1 tslib: 2.8.1 transitivePeerDependencies: @@ -17458,7 +17367,7 @@ snapshots: '@polkadot/rpc-core@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/rpc-augment': 7.15.1 '@polkadot/rpc-provider': 7.15.1 '@polkadot/types': 7.15.1 @@ -17470,7 +17379,7 @@ snapshots: '@polkadot/rpc-core@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/rpc-augment': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/rpc-provider': 9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@polkadot/types': 9.14.2 @@ -17494,7 +17403,7 @@ snapshots: eventemitter3: 5.0.1 mock-socket: 9.3.1 nock: 13.5.4 - tslib: 2.8.0 + tslib: 2.8.1 optionalDependencies: '@substrate/connect': 0.8.8(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: @@ -17515,45 +17424,24 @@ snapshots: eventemitter3: 5.0.1 mock-socket: 9.3.1 nock: 13.5.4 - tslib: 2.6.3 - optionalDependencies: - '@substrate/connect': 0.8.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-provider@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@polkadot/keyring': 13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/types': 14.3.1 - '@polkadot/types-support': 14.3.1 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) - '@polkadot/x-fetch': 13.2.3 - '@polkadot/x-global': 13.2.3 - '@polkadot/x-ws': 13.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) - eventemitter3: 5.0.1 - mock-socket: 9.3.1 - nock: 13.5.5 tslib: 2.8.1 optionalDependencies: - '@substrate/connect': 0.8.11(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@substrate/connect': 0.8.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/rpc-provider@15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/rpc-provider@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/keyring': 13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/types': 15.0.2 - '@polkadot/types-support': 15.0.2 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) - '@polkadot/x-fetch': 13.2.3 - '@polkadot/x-global': 13.2.3 - '@polkadot/x-ws': 13.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/keyring': 13.3.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) + '@polkadot/types': 15.5.1 + '@polkadot/types-support': 15.5.1 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) + '@polkadot/x-fetch': 13.3.1 + '@polkadot/x-global': 13.3.1 + '@polkadot/x-ws': 13.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) eventemitter3: 5.0.1 mock-socket: 9.3.1 nock: 13.5.5 @@ -17567,7 +17455,7 @@ snapshots: '@polkadot/rpc-provider@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1) '@polkadot/types': 7.15.1 '@polkadot/types-support': 7.15.1 @@ -17586,7 +17474,7 @@ snapshots: '@polkadot/rpc-provider@9.14.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2) '@polkadot/types': 9.14.2 '@polkadot/types-support': 9.14.2 @@ -17620,7 +17508,7 @@ snapshots: '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) '@polkadot/x-ws': 13.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) handlebars: 4.7.8 - tslib: 2.8.0 + tslib: 2.8.1 yargs: 17.7.2 transitivePeerDependencies: - bufferutil @@ -17632,7 +17520,7 @@ snapshots: '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/types-augment@12.3.1': dependencies: @@ -17641,30 +17529,23 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.2 - '@polkadot/types-augment@14.3.1': - dependencies: - '@polkadot/types': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/util': 13.2.3 - tslib: 2.8.1 - - '@polkadot/types-augment@15.0.2': + '@polkadot/types-augment@15.5.1': dependencies: - '@polkadot/types': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/types': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/util': 13.3.1 tslib: 2.8.1 '@polkadot/types-augment@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 '@polkadot/types-augment@9.14.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 @@ -17673,7 +17554,7 @@ snapshots: dependencies: '@polkadot/util': 12.6.2 '@polkadot/x-bigint': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/types-codec@12.3.1': dependencies: @@ -17681,26 +17562,20 @@ snapshots: '@polkadot/x-bigint': 13.0.2 tslib: 2.6.2 - '@polkadot/types-codec@14.3.1': - dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/x-bigint': 13.2.3 - tslib: 2.8.1 - - '@polkadot/types-codec@15.0.2': + '@polkadot/types-codec@15.5.1': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/x-bigint': 13.2.3 + '@polkadot/util': 13.3.1 + '@polkadot/x-bigint': 13.3.1 tslib: 2.8.1 '@polkadot/types-codec@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@polkadot/types-codec@9.14.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/x-bigint': 10.4.2 @@ -17708,7 +17583,7 @@ snapshots: dependencies: '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/types-create@12.3.1': dependencies: @@ -17716,27 +17591,21 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.2 - '@polkadot/types-create@14.3.1': + '@polkadot/types-create@15.5.1': dependencies: - '@polkadot/types-codec': 14.3.1 - '@polkadot/util': 13.2.3 - tslib: 2.8.1 - - '@polkadot/types-create@15.0.2': - dependencies: - '@polkadot/types-codec': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/types-codec': 15.5.1 + '@polkadot/util': 13.3.1 tslib: 2.8.1 '@polkadot/types-create@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/types-codec': 7.15.1 '@polkadot/util': 8.7.1 '@polkadot/types-create@9.14.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/types-codec': 9.14.2 '@polkadot/util': 10.4.2 @@ -17758,41 +17627,32 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.6.2 - '@polkadot/types-known@14.3.1': + '@polkadot/types-known@15.5.1': dependencies: - '@polkadot/networks': 13.2.3 - '@polkadot/types': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/types-create': 14.3.1 - '@polkadot/util': 13.2.3 - tslib: 2.8.1 - - '@polkadot/types-known@15.0.2': - dependencies: - '@polkadot/networks': 13.2.3 - '@polkadot/types': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/types-create': 15.0.2 - '@polkadot/util': 13.2.3 + '@polkadot/networks': 13.3.1 + '@polkadot/types': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/types-create': 15.5.1 + '@polkadot/util': 13.3.1 tslib: 2.8.1 '@polkadot/types-known@4.17.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/networks': 6.11.1 '@polkadot/types': 4.17.1 '@polkadot/util': 6.11.1 '@polkadot/types-known@6.12.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/networks': 8.7.1 '@polkadot/types': 6.12.1 '@polkadot/util': 8.7.1 '@polkadot/types-known@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/networks': 8.7.1 '@polkadot/types': 7.15.1 '@polkadot/types-codec': 7.15.1 @@ -17801,7 +17661,7 @@ snapshots: '@polkadot/types-known@9.14.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/networks': 10.4.2 '@polkadot/types': 9.14.2 '@polkadot/types-codec': 9.14.2 @@ -17811,31 +17671,26 @@ snapshots: '@polkadot/types-support@10.13.1': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/types-support@12.3.1': dependencies: '@polkadot/util': 13.0.2 tslib: 2.6.2 - '@polkadot/types-support@14.3.1': + '@polkadot/types-support@15.5.1': dependencies: - '@polkadot/util': 13.2.3 - tslib: 2.8.1 - - '@polkadot/types-support@15.0.2': - dependencies: - '@polkadot/util': 13.2.3 + '@polkadot/util': 13.3.1 tslib: 2.8.1 '@polkadot/types-support@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@polkadot/types-support@9.14.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/types@10.13.1': @@ -17847,7 +17702,7 @@ snapshots: '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/types@12.3.1': dependencies: @@ -17860,31 +17715,20 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.2 - '@polkadot/types@14.3.1': + '@polkadot/types@15.5.1': dependencies: - '@polkadot/keyring': 13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/types-augment': 14.3.1 - '@polkadot/types-codec': 14.3.1 - '@polkadot/types-create': 14.3.1 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) - rxjs: 7.8.1 - tslib: 2.8.1 - - '@polkadot/types@15.0.2': - dependencies: - '@polkadot/keyring': 13.2.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) - '@polkadot/types-augment': 15.0.2 - '@polkadot/types-codec': 15.0.2 - '@polkadot/types-create': 15.0.2 - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@polkadot/keyring': 13.3.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) + '@polkadot/types-augment': 15.5.1 + '@polkadot/types-codec': 15.5.1 + '@polkadot/types-create': 15.5.1 + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) rxjs: 7.8.1 tslib: 2.8.1 '@polkadot/types@4.17.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/metadata': 4.17.1 '@polkadot/util': 6.11.1 '@polkadot/util-crypto': 6.11.1(@polkadot/util@6.11.1) @@ -17892,7 +17736,7 @@ snapshots: '@polkadot/types@6.12.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/types-known': 6.12.1 '@polkadot/util': 8.7.1 '@polkadot/util-crypto': 8.7.1(@polkadot/util@8.7.1) @@ -17900,7 +17744,7 @@ snapshots: '@polkadot/types@7.15.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1))(@polkadot/util@8.7.1) '@polkadot/types-augment': 7.15.1 '@polkadot/types-codec': 7.15.1 @@ -17911,7 +17755,7 @@ snapshots: '@polkadot/types@9.14.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/keyring': 10.4.2(@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2))(@polkadot/util@10.4.2) '@polkadot/types-augment': 9.14.2 '@polkadot/types-codec': 9.14.2 @@ -17920,10 +17764,10 @@ snapshots: '@polkadot/util-crypto': 10.4.2(@polkadot/util@10.4.2) rxjs: 7.8.1 - '@polkadot/ui-keyring@3.9.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/ui-settings@3.11.3(@polkadot/networks@13.2.3)(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)': + '@polkadot/ui-keyring@3.9.1(@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2))(@polkadot/ui-settings@3.12.1(@polkadot/networks@13.3.1)(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)': dependencies: '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) - '@polkadot/ui-settings': 3.11.3(@polkadot/networks@13.2.3)(@polkadot/util@13.0.2) + '@polkadot/ui-settings': 3.12.1(@polkadot/networks@13.3.1)(@polkadot/util@13.0.2) '@polkadot/util': 13.0.2 '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) mkdirp: 3.0.1 @@ -17931,32 +17775,32 @@ snapshots: store: 2.0.12 tslib: 2.6.2 - '@polkadot/ui-settings@3.11.3(@polkadot/networks@13.2.3)(@polkadot/util@13.0.2)': + '@polkadot/ui-settings@3.12.1(@polkadot/networks@13.3.1)(@polkadot/util@13.0.2)': dependencies: - '@polkadot/networks': 13.2.3 + '@polkadot/networks': 13.3.1 '@polkadot/util': 13.0.2 eventemitter3: 5.0.1 store: 2.0.12 tslib: 2.8.1 - '@polkadot/ui-settings@3.11.3(@polkadot/networks@13.2.3)(@polkadot/util@13.2.3)': + '@polkadot/ui-settings@3.12.1(@polkadot/networks@13.3.1)(@polkadot/util@13.3.1)': dependencies: - '@polkadot/networks': 13.2.3 - '@polkadot/util': 13.2.3 + '@polkadot/networks': 13.3.1 + '@polkadot/util': 13.3.1 eventemitter3: 5.0.1 store: 2.0.12 tslib: 2.8.1 - '@polkadot/ui-shared@3.11.3(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@polkadot/ui-shared@3.12.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/util-crypto': 13.2.3(@polkadot/util@13.2.3) + '@polkadot/util': 13.3.1 + '@polkadot/util-crypto': 13.3.1(@polkadot/util@13.3.1) colord: 2.9.3 tslib: 2.8.1 '@polkadot/util-crypto@10.4.2(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@noble/hashes': 1.2.0 '@noble/secp256k1': 1.7.1 '@polkadot/networks': 10.4.2 @@ -17968,13 +17812,13 @@ snapshots: ed2curve: 0.3.0 tweetnacl: 1.0.3 - '@polkadot/util-crypto@11.1.3(@polkadot/util@13.2.3)': + '@polkadot/util-crypto@11.1.3(@polkadot/util@13.3.1)': dependencies: '@noble/hashes': 1.3.0 '@noble/secp256k1': 1.7.1 '@polkadot/networks': 11.1.3 - '@polkadot/util': 13.2.3 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3) '@polkadot/x-bigint': 11.1.3 '@polkadot/x-randomvalues': 11.1.3 '@scure/base': 1.1.1 @@ -17983,29 +17827,29 @@ snapshots: '@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2)': dependencies: - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 + '@noble/curves': 1.7.0 + '@noble/hashes': 1.6.1 '@polkadot/networks': 12.6.2 '@polkadot/util': 12.6.2 '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2))) '@polkadot/wasm-util': 7.4.1(@polkadot/util@12.6.2) '@polkadot/x-bigint': 12.6.2 '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2)) - '@scure/base': 1.1.8 - tslib: 2.8.0 + '@scure/base': 1.2.1 + tslib: 2.8.1 '@polkadot/util-crypto@12.6.2(@polkadot/util@13.0.2)': dependencies: - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 + '@noble/curves': 1.7.0 + '@noble/hashes': 1.6.1 '@polkadot/networks': 12.6.2 '@polkadot/util': 13.0.2 '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2))) '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.0.2) '@polkadot/x-bigint': 12.6.2 '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)) - '@scure/base': 1.1.8 - tslib: 2.8.0 + '@scure/base': 1.2.1 + tslib: 2.8.1 '@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2)': dependencies: @@ -18020,22 +17864,22 @@ snapshots: '@scure/base': 1.1.6 tslib: 2.6.3 - '@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3)': + '@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1)': dependencies: - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 - '@polkadot/networks': 13.2.3 - '@polkadot/util': 13.2.3 - '@polkadot/wasm-crypto': 7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3))) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/x-bigint': 13.2.3 - '@polkadot/x-randomvalues': 13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)) - '@scure/base': 1.1.8 + '@noble/curves': 1.7.0 + '@noble/hashes': 1.6.1 + '@polkadot/networks': 13.3.1 + '@polkadot/util': 13.3.1 + '@polkadot/wasm-crypto': 7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1))) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/x-bigint': 13.3.1 + '@polkadot/x-randomvalues': 13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)) + '@scure/base': 1.2.1 tslib: 2.8.1 '@polkadot/util-crypto@6.11.1(@polkadot/util@6.11.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/networks': 6.11.1 '@polkadot/util': 6.11.1 '@polkadot/wasm-crypto': 4.6.1(@polkadot/util@6.11.1)(@polkadot/x-randomvalues@6.11.1) @@ -18054,7 +17898,7 @@ snapshots: '@polkadot/util-crypto@8.7.1(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@noble/hashes': 1.0.0 '@noble/secp256k1': 1.5.5 '@polkadot/networks': 8.7.1 @@ -18068,7 +17912,7 @@ snapshots: '@polkadot/util@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-bigint': 10.4.2 '@polkadot/x-global': 10.4.2 '@polkadot/x-textdecoder': 10.4.2 @@ -18084,7 +17928,7 @@ snapshots: '@polkadot/x-textencoder': 11.1.3 '@types/bn.js': 5.1.5 bn.js: 5.2.1 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/util@12.6.2': dependencies: @@ -18106,19 +17950,19 @@ snapshots: bn.js: 5.2.1 tslib: 2.6.3 - '@polkadot/util@13.2.3': + '@polkadot/util@13.3.1': dependencies: - '@polkadot/x-bigint': 13.2.3 - '@polkadot/x-global': 13.2.3 - '@polkadot/x-textdecoder': 13.2.3 - '@polkadot/x-textencoder': 13.2.3 + '@polkadot/x-bigint': 13.3.1 + '@polkadot/x-global': 13.3.1 + '@polkadot/x-textdecoder': 13.3.1 + '@polkadot/x-textencoder': 13.3.1 '@types/bn.js': 5.1.6 bn.js: 5.2.1 tslib: 2.8.1 '@polkadot/util@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-textdecoder': 6.11.1 '@polkadot/x-textencoder': 6.11.1 '@types/bn.js': 4.11.6 @@ -18128,7 +17972,7 @@ snapshots: '@polkadot/util@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-bigint': 8.7.1 '@polkadot/x-global': 8.7.1 '@polkadot/x-textdecoder': 8.7.1 @@ -18139,7 +17983,7 @@ snapshots: '@polkadot/wasm-bridge@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/x-randomvalues': 10.4.2 @@ -18148,74 +17992,74 @@ snapshots: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2)) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)))': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3)': + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.2.3) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.3.1) '@polkadot/x-randomvalues': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-bridge@7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)))': + '@polkadot/wasm-bridge@7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)))': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/x-randomvalues': 13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/x-randomvalues': 13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)) tslib: 2.8.1 '@polkadot/wasm-crypto-asmjs@4.6.1(@polkadot/util@6.11.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 6.11.1 '@polkadot/wasm-crypto-asmjs@5.1.1(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@polkadot/wasm-crypto-asmjs@6.4.1(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.0.2)': dependencies: '@polkadot/util': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.2.3)': + '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 - tslib: 2.8.0 + '@polkadot/util': 13.3.1 + tslib: 2.8.1 - '@polkadot/wasm-crypto-asmjs@7.4.1(@polkadot/util@13.2.3)': + '@polkadot/wasm-crypto-asmjs@7.4.1(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 + '@polkadot/util': 13.3.1 tslib: 2.8.1 '@polkadot/wasm-crypto-init@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/wasm-bridge': 6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2) '@polkadot/wasm-crypto-asmjs': 6.4.1(@polkadot/util@10.4.2) @@ -18230,7 +18074,7 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2)) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)))': dependencies: @@ -18240,7 +18084,7 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': dependencies: @@ -18250,41 +18094,41 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3)': + '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.2.3) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.2.3) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.2.3) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3) + '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.3.1) + '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.3.1) + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.3.1) '@polkadot/x-randomvalues': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-crypto-init@7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)))': + '@polkadot/wasm-crypto-init@7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)))': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3))) - '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/x-randomvalues': 13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1))) + '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/x-randomvalues': 13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)) tslib: 2.8.1 '@polkadot/wasm-crypto-wasm@4.6.1(@polkadot/util@6.11.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 6.11.1 '@polkadot/wasm-crypto-wasm@5.1.1(@polkadot/util@8.7.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@polkadot/wasm-crypto-wasm@6.4.1(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/wasm-util': 6.4.1(@polkadot/util@10.4.2) @@ -18292,29 +18136,29 @@ snapshots: dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.0.2)': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.2.3)': + '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.2.3) - tslib: 2.8.0 + '@polkadot/util': 13.3.1 + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.3.1) + tslib: 2.8.1 - '@polkadot/wasm-crypto-wasm@7.4.1(@polkadot/util@13.2.3)': + '@polkadot/wasm-crypto-wasm@7.4.1(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) tslib: 2.8.1 '@polkadot/wasm-crypto@4.6.1(@polkadot/util@6.11.1)(@polkadot/x-randomvalues@6.11.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 6.11.1 '@polkadot/wasm-crypto-asmjs': 4.6.1(@polkadot/util@6.11.1) '@polkadot/wasm-crypto-wasm': 4.6.1(@polkadot/util@6.11.1) @@ -18322,7 +18166,7 @@ snapshots: '@polkadot/wasm-crypto@5.1.1(@polkadot/util@8.7.1)(@polkadot/x-randomvalues@8.7.1)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 8.7.1 '@polkadot/wasm-crypto-asmjs': 5.1.1(@polkadot/util@8.7.1) '@polkadot/wasm-crypto-wasm': 5.1.1(@polkadot/util@8.7.1) @@ -18330,7 +18174,7 @@ snapshots: '@polkadot/wasm-crypto@6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/wasm-bridge': 6.4.1(@polkadot/util@10.4.2)(@polkadot/x-randomvalues@10.4.2) '@polkadot/wasm-crypto-asmjs': 6.4.1(@polkadot/util@10.4.2) @@ -18348,7 +18192,7 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2)) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)))': dependencies: @@ -18359,7 +18203,7 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2)) - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': dependencies: @@ -18370,49 +18214,49 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3)': + '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3)': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.2.3) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@11.1.3) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.2.3) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.2.3) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3) + '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.3.1) + '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@11.1.3) + '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.3.1) + '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.3.1) '@polkadot/x-randomvalues': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-crypto@7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)))': + '@polkadot/wasm-crypto@7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)))': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3))) - '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/wasm-crypto-init': 7.4.1(@polkadot/util@13.2.3)(@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3))) - '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/x-randomvalues': 13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)) + '@polkadot/util': 13.3.1 + '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1))) + '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/wasm-crypto-init': 7.4.1(@polkadot/util@13.3.1)(@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1))) + '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/x-randomvalues': 13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)) tslib: 2.8.1 '@polkadot/wasm-util@6.4.1(@polkadot/util@10.4.2)': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/util': 10.4.2 '@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)': dependencies: '@polkadot/util': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/wasm-util@7.3.2(@polkadot/util@13.2.3)': + '@polkadot/wasm-util@7.3.2(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 - tslib: 2.8.0 + '@polkadot/util': 13.3.1 + tslib: 2.8.1 '@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2)': dependencies: @@ -18424,44 +18268,44 @@ snapshots: '@polkadot/util': 13.0.2 tslib: 2.8.1 - '@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3)': + '@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1)': dependencies: - '@polkadot/util': 13.2.3 + '@polkadot/util': 13.3.1 tslib: 2.8.1 '@polkadot/x-bigint@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 10.4.2 '@polkadot/x-bigint@11.1.3': dependencies: '@polkadot/x-global': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-bigint@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-bigint@13.0.2': dependencies: '@polkadot/x-global': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/x-bigint@13.2.3': + '@polkadot/x-bigint@13.3.1': dependencies: - '@polkadot/x-global': 13.2.3 + '@polkadot/x-global': 13.3.1 tslib: 2.8.1 '@polkadot/x-bigint@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 8.7.1 '@polkadot/x-fetch@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 10.4.2 '@types/node-fetch': 2.6.11 node-fetch: 3.3.2 @@ -18470,23 +18314,23 @@ snapshots: dependencies: '@polkadot/x-global': 12.6.2 node-fetch: 3.3.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-fetch@13.0.2': dependencies: '@polkadot/x-global': 13.0.2 node-fetch: 3.3.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/x-fetch@13.2.3': + '@polkadot/x-fetch@13.3.1': dependencies: - '@polkadot/x-global': 13.2.3 + '@polkadot/x-global': 13.3.1 node-fetch: 3.3.2 tslib: 2.8.1 '@polkadot/x-fetch@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 8.7.1 '@types/node-fetch': 2.6.11 node-fetch: 2.7.0 @@ -18495,94 +18339,94 @@ snapshots: '@polkadot/x-global@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global@11.1.3': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-global@12.6.2': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-global@13.0.2': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/x-global@13.2.3': + '@polkadot/x-global@13.3.1': dependencies: tslib: 2.8.1 '@polkadot/x-global@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-randomvalues@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 10.4.2 '@polkadot/x-randomvalues@11.1.3': dependencies: '@polkadot/x-global': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@12.6.2))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.4.1(@polkadot/util@12.6.2) '@polkadot/x-global': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-randomvalues@12.6.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.0.2))': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.0.2) '@polkadot/x-global': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))': dependencies: '@polkadot/util': 13.0.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) '@polkadot/x-global': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/x-randomvalues@13.2.3(@polkadot/util@13.2.3)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.3))': + '@polkadot/x-randomvalues@13.3.1(@polkadot/util@13.3.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.3.1))': dependencies: - '@polkadot/util': 13.2.3 - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.3) - '@polkadot/x-global': 13.2.3 + '@polkadot/util': 13.3.1 + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.3.1) + '@polkadot/x-global': 13.3.1 tslib: 2.8.1 '@polkadot/x-randomvalues@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 6.11.1 '@polkadot/x-randomvalues@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 8.7.1 '@polkadot/x-rxjs@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 rxjs: 6.6.7 '@polkadot/x-textdecoder@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 10.4.2 '@polkadot/x-textdecoder@11.1.3': dependencies: '@polkadot/x-global': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-textdecoder@12.6.2': dependencies: @@ -18592,32 +18436,32 @@ snapshots: '@polkadot/x-textdecoder@13.0.2': dependencies: '@polkadot/x-global': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/x-textdecoder@13.2.3': + '@polkadot/x-textdecoder@13.3.1': dependencies: - '@polkadot/x-global': 13.2.3 + '@polkadot/x-global': 13.3.1 tslib: 2.8.1 '@polkadot/x-textdecoder@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 6.11.1 '@polkadot/x-textdecoder@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 8.7.1 '@polkadot/x-textencoder@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 10.4.2 '@polkadot/x-textencoder@11.1.3': dependencies: '@polkadot/x-global': 11.1.3 - tslib: 2.8.0 + tslib: 2.8.1 '@polkadot/x-textencoder@12.6.2': dependencies: @@ -18627,26 +18471,26 @@ snapshots: '@polkadot/x-textencoder@13.0.2': dependencies: '@polkadot/x-global': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 - '@polkadot/x-textencoder@13.2.3': + '@polkadot/x-textencoder@13.3.1': dependencies: - '@polkadot/x-global': 13.2.3 + '@polkadot/x-global': 13.3.1 tslib: 2.8.1 '@polkadot/x-textencoder@6.11.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 6.11.1 '@polkadot/x-textencoder@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 8.7.1 '@polkadot/x-ws@10.4.2': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 10.4.2 '@types/websocket': 1.0.10 websocket: 1.0.35 @@ -18656,7 +18500,7 @@ snapshots: '@polkadot/x-ws@12.6.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/x-global': 12.6.2 - tslib: 2.8.0 + tslib: 2.8.1 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil @@ -18665,15 +18509,15 @@ snapshots: '@polkadot/x-ws@13.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@polkadot/x-global': 13.0.2 - tslib: 2.8.0 + tslib: 2.8.1 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - utf-8-validate - '@polkadot/x-ws@13.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@polkadot/x-ws@13.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/x-global': 13.2.3 + '@polkadot/x-global': 13.3.1 tslib: 2.8.1 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: @@ -18682,7 +18526,7 @@ snapshots: '@polkadot/x-ws@8.7.1': dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@polkadot/x-global': 8.7.1 '@types/websocket': 1.0.10 websocket: 1.0.35 @@ -18752,7 +18596,7 @@ snapshots: dependencies: react: 19.0.0 - '@reduxjs/toolkit@1.9.7(react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0))(react@19.0.0)': + '@reduxjs/toolkit@1.9.7(react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0))(react@19.0.0)': dependencies: immer: 9.0.21 redux: 4.2.1 @@ -18760,7 +18604,7 @@ snapshots: reselect: 4.1.8 optionalDependencies: react: 19.0.0 - react-redux: 9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1) + react-redux: 9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1) '@repeaterjs/repeater@3.0.6': {} @@ -18794,32 +18638,23 @@ snapshots: picomatch: 2.3.1 rollup: 2.79.1 - '@rollup/pluginutils@4.2.1': + '@rollup/pluginutils@5.1.4(rollup@4.28.1)': dependencies: + '@types/estree': 1.0.6 estree-walker: 2.0.2 - picomatch: 2.3.1 - - '@rollup/rollup-android-arm-eabi@4.21.0': - optional: true + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.28.1 '@rollup/rollup-android-arm-eabi@4.28.1': optional: true - '@rollup/rollup-android-arm64@4.21.0': - optional: true - '@rollup/rollup-android-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-arm64@4.21.0': - optional: true - '@rollup/rollup-darwin-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-x64@4.21.0': - optional: true - '@rollup/rollup-darwin-x64@4.28.1': optional: true @@ -18829,78 +18664,42 @@ snapshots: '@rollup/rollup-freebsd-x64@4.28.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.21.0': - optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.21.0': - optional: true - '@rollup/rollup-linux-arm-musleabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.21.0': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.21.0': - optional: true - '@rollup/rollup-linux-arm64-musl@4.28.1': optional: true '@rollup/rollup-linux-loongarch64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': - optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.21.0': - optional: true - '@rollup/rollup-linux-riscv64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.21.0': - optional: true - '@rollup/rollup-linux-s390x-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.21.0': - optional: true - '@rollup/rollup-linux-x64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-musl@4.21.0': - optional: true - '@rollup/rollup-linux-x64-musl@4.28.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.21.0': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.28.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.21.0': - optional: true - '@rollup/rollup-win32-ia32-msvc@4.28.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.21.0': - optional: true - '@rollup/rollup-win32-x64-msvc@4.28.1': optional: true @@ -18916,9 +18715,9 @@ snapshots: - bufferutil - utf-8-validate - '@safe-global/safe-apps-provider@0.18.5(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)': + '@safe-global/safe-apps-provider@0.18.5(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1)': dependencies: - '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) events: 3.3.0 transitivePeerDependencies: - bufferutil @@ -18942,10 +18741,10 @@ snapshots: - bufferutil - utf-8-validate - '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)': + '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1)': dependencies: '@safe-global/safe-gateway-typescript-sdk': 3.21.1 - viem: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) transitivePeerDependencies: - bufferutil - typescript @@ -18964,6 +18763,8 @@ snapshots: '@scure/base@1.2.1': {} + '@scure/base@1.2.4': {} + '@scure/bip32@1.3.2': dependencies: '@noble/curves': 1.2.0 @@ -18976,11 +18777,11 @@ snapshots: '@noble/hashes': 1.3.3 '@scure/base': 1.1.8 - '@scure/bip32@1.6.0': + '@scure/bip32@1.6.2': dependencies: - '@noble/curves': 1.7.0 - '@noble/hashes': 1.6.1 - '@scure/base': 1.2.1 + '@noble/curves': 1.8.1 + '@noble/hashes': 1.7.1 + '@scure/base': 1.2.4 '@scure/bip39@1.2.1': dependencies: @@ -18992,17 +18793,17 @@ snapshots: '@noble/hashes': 1.3.3 '@scure/base': 1.1.8 - '@scure/bip39@1.5.0': + '@scure/bip39@1.5.4': dependencies: - '@noble/hashes': 1.6.1 - '@scure/base': 1.2.1 + '@noble/hashes': 1.7.1 + '@scure/base': 1.2.4 '@sinclair/typebox@0.27.8': {} - '@snowfork/snowbridge-types@0.2.7(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3)': + '@snowfork/snowbridge-types@0.2.7(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1)': dependencies: '@polkadot/api': 7.15.1 - '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) + '@polkadot/keyring': 8.7.1(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) '@polkadot/types': 7.15.1 transitivePeerDependencies: - '@polkadot/util' @@ -19096,10 +18897,10 @@ snapshots: '@stablelib/random': 1.0.2 '@stablelib/wipe': 1.0.1 - '@stylistic/eslint-plugin@2.12.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@stylistic/eslint-plugin@2.13.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) eslint-visitor-keys: 4.2.0 espree: 10.3.0 estraverse: 5.3.0 @@ -19110,7 +18911,7 @@ snapshots: '@subsocial/definitions@0.8.14(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@polkadot/api': 15.0.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) lodash.camelcase: 4.3.0 transitivePeerDependencies: - bufferutil @@ -19244,34 +19045,34 @@ snapshots: '@swc/helpers@0.5.13': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@swc/helpers@0.5.15': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 - '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))': + '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)))': dependencies: - tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) - '@tailwindcss/forms@0.5.9(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))': + '@tailwindcss/forms@0.5.10(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)))': dependencies: mini-svg-data-uri: 1.4.4 - tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) - '@tailwindcss/typography@0.5.15(tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))': + '@tailwindcss/typography@0.5.16(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)))': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) - '@tanstack/query-core@5.62.7': {} + '@tanstack/query-core@5.66.0': {} - '@tanstack/react-query@5.62.7(react@19.0.0)': + '@tanstack/react-query@5.66.0(react@19.0.0)': dependencies: - '@tanstack/query-core': 5.62.7 + '@tanstack/query-core': 5.66.0 react: 19.0.0 '@tanstack/react-table@8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': @@ -19292,7 +19093,7 @@ snapshots: '@ts-morph/common@0.11.1': dependencies: - fast-glob: 3.3.2 + fast-glob: 3.3.3 minimatch: 3.1.2 mkdirp: 1.0.4 path-browserify: 1.0.1 @@ -19309,29 +19110,31 @@ snapshots: '@types/bn.js@4.11.6': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/bn.js@5.1.5': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/bn.js@5.1.6': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/connect@3.4.38': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/debug@4.1.12': dependencies: '@types/ms': 0.7.34 + '@types/doctrine@0.0.9': {} + '@types/dom-view-transitions@1.0.5': {} '@types/eslint-scope@3.7.7': @@ -19352,7 +19155,7 @@ snapshots: '@types/express-serve-static-core@5.0.0': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -19367,7 +19170,7 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/http-errors@2.0.4': {} @@ -19409,12 +19212,12 @@ snapshots: '@types/node-fetch@2.6.11': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 form-data: 4.0.0 '@types/node@16.18.11': {} - '@types/node@22.10.2': + '@types/node@22.13.0': dependencies: undici-types: 6.20.0 @@ -19428,35 +19231,35 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.0.2(@types/react@19.0.1)': + '@types/react-dom@19.0.3(@types/react@19.0.8)': dependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 '@types/react-virtualized-auto-sizer@1.0.4': dependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 '@types/react-window@1.8.8': dependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 - '@types/react@19.0.1': + '@types/react@19.0.8': dependencies: csstype: 3.1.3 '@types/resolve@1.17.1': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/send': 0.17.4 '@types/stylis@4.2.5': {} @@ -19471,11 +19274,11 @@ snapshots: '@types/websocket@1.0.10': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/ws@8.5.10': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 '@types/yargs-parser@21.0.3': {} @@ -19483,185 +19286,181 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.12.2 - '@typescript-eslint/type-utils': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/utils': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.12.2 - eslint: 9.17.0(jiti@2.3.3) - graphemer: 1.4.0 - ignore: 5.3.1 - natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: - typescript: 5.7.2 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': - dependencies: - '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) '@typescript-eslint/scope-manager': 8.18.1 - '@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.18.1 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) graphemer: 1.4.0 - ignore: 5.3.1 + ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 1.3.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@typescript-eslint/scope-manager': 8.12.2 - '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.12.2 - debug: 4.3.6 - eslint: 9.17.0(jiti@2.3.3) - optionalDependencies: - typescript: 5.7.2 + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/scope-manager': 8.22.0 + '@typescript-eslint/type-utils': 8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.22.0 + eslint: 9.19.0(jiti@2.3.3) + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare: 1.4.0 + ts-api-utils: 2.0.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: '@typescript-eslint/scope-manager': 8.18.1 '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.18.1 - debug: 4.3.6 - eslint: 9.17.0(jiti@2.3.3) - typescript: 5.7.2 + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.12.2': + '@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/visitor-keys': 8.12.2 + '@typescript-eslint/scope-manager': 8.22.0 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.22.0 + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) + typescript: 5.7.3 + transitivePeerDependencies: + - supports-color '@typescript-eslint/scope-manager@8.18.1': dependencies: '@typescript-eslint/types': 8.18.1 '@typescript-eslint/visitor-keys': 8.18.1 - '@typescript-eslint/type-utils@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/scope-manager@8.22.0': dependencies: - '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.7.2) - '@typescript-eslint/utils': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - debug: 4.3.6 - ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: - typescript: 5.7.2 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/visitor-keys': 8.22.0 + + '@typescript-eslint/type-utils@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': + dependencies: + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) + ts-api-utils: 1.3.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - - eslint - supports-color - '@typescript-eslint/type-utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - debug: 4.3.6 - eslint: 9.17.0(jiti@2.3.3) - ts-api-utils: 1.3.0(typescript@5.7.2) - typescript: 5.7.2 + '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3) + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) + ts-api-utils: 2.0.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.12.2': {} - '@typescript-eslint/types@8.18.1': {} - '@typescript-eslint/typescript-estree@8.12.2(typescript@5.7.2)': - dependencies: - '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/visitor-keys': 8.12.2 - debug: 4.3.6 - fast-glob: 3.3.2 - is-glob: 4.0.3 - minimatch: 9.0.5 - semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) - optionalDependencies: - typescript: 5.7.2 - transitivePeerDependencies: - - supports-color + '@typescript-eslint/types@8.22.0': {} - '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.18.1(typescript@5.7.3)': dependencies: '@typescript-eslint/types': 8.18.1 '@typescript-eslint/visitor-keys': 8.18.1 - debug: 4.3.6 - fast-glob: 3.3.2 + debug: 4.4.0 + fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.7.2) - typescript: 5.7.2 + ts-api-utils: 1.3.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.22.0(typescript@5.7.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) - '@typescript-eslint/scope-manager': 8.12.2 - '@typescript-eslint/types': 8.12.2 - '@typescript-eslint/typescript-estree': 8.12.2(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/visitor-keys': 8.22.0 + debug: 4.4.0 + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 2.0.0(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - - typescript - '@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)': + '@typescript-eslint/utils@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) '@typescript-eslint/scope-manager': 8.18.1 '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) - typescript: 5.7.2 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) + typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.12.2': + '@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)': dependencies: - '@typescript-eslint/types': 8.12.2 - eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) + '@typescript-eslint/scope-manager': 8.22.0 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) + typescript: 5.7.3 + transitivePeerDependencies: + - supports-color '@typescript-eslint/visitor-keys@8.18.1': dependencies: '@typescript-eslint/types': 8.18.1 eslint-visitor-keys: 4.2.0 + '@typescript-eslint/visitor-keys@8.22.0': + dependencies: + '@typescript-eslint/types': 8.22.0 + eslint-visitor-keys: 4.2.0 + '@ungap/structured-clone@1.2.0': {} - '@unique-nft/opal-testnet-types@1003.70.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1)': + '@unique-nft/opal-testnet-types@1003.70.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1)': dependencies: - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 - '@unique-nft/quartz-mainnet-types@1003.70.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1)': + '@unique-nft/quartz-mainnet-types@1003.70.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1)': dependencies: - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 - '@unique-nft/sapphire-mainnet-types@1003.70.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1)': + '@unique-nft/sapphire-mainnet-types@1003.70.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1)': dependencies: - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 - '@unique-nft/unique-mainnet-types@1001.63.0(@polkadot/api@14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@14.3.1)': + '@unique-nft/unique-mainnet-types@1001.63.0(@polkadot/api@15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10))(@polkadot/types@15.5.1)': dependencies: - '@polkadot/api': 14.3.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@polkadot/types': 14.3.1 + '@polkadot/api': 15.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@polkadot/types': 15.5.1 '@uniswap/permit2-sdk@1.3.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: @@ -19676,37 +19475,38 @@ snapshots: next: 15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 - '@vercel/build-utils@8.8.0': {} + '@vercel/build-utils@9.2.0': {} '@vercel/error-utils@2.0.3': {} - '@vercel/nft@0.27.3': + '@vercel/nft@0.27.10(rollup@4.28.1)': dependencies: - '@mapbox/node-pre-gyp': 1.0.11 - '@rollup/pluginutils': 4.2.1 - acorn: 8.12.1 - acorn-import-attributes: 1.9.5(acorn@8.12.1) + '@mapbox/node-pre-gyp': 2.0.0 + '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + acorn: 8.14.0 + acorn-import-attributes: 1.9.5(acorn@8.14.0) async-sema: 3.1.1 bindings: 1.5.0 estree-walker: 2.0.2 glob: 7.2.3 graceful-fs: 4.2.11 - micromatch: 4.0.7 node-gyp-build: 4.8.1 + picomatch: 4.0.2 resolve-from: 5.0.0 transitivePeerDependencies: - encoding + - rollup - supports-color - '@vercel/node@5.0.0': + '@vercel/node@5.1.0(rollup@4.28.1)': dependencies: '@edge-runtime/node-utils': 2.3.0 '@edge-runtime/primitives': 4.1.0 '@edge-runtime/vm': 3.2.0 '@types/node': 16.18.11 - '@vercel/build-utils': 8.8.0 + '@vercel/build-utils': 9.2.0 '@vercel/error-utils': 2.0.3 - '@vercel/nft': 0.27.3 + '@vercel/nft': 0.27.10(rollup@4.28.1) '@vercel/static-config': 3.0.0 async-listen: 3.0.0 cjs-module-lexer: 1.2.3 @@ -19716,6 +19516,7 @@ snapshots: etag: 1.8.1 node-fetch: 2.6.9 path-to-regexp: 6.2.1 + path-to-regexp-updated: path-to-regexp@6.3.0 ts-morph: 12.0.0 ts-node: 10.9.1(@types/node@16.18.11)(typescript@4.9.5) typescript: 4.9.5 @@ -19724,6 +19525,7 @@ snapshots: - '@swc/core' - '@swc/wasm' - encoding + - rollup - supports-color '@vercel/static-config@3.0.0': @@ -19732,13 +19534,13 @@ snapshots: json-schema-to-ts: 1.6.4 ts-morph: 12.0.0 - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0))': + '@vitest/eslint-plugin@1.1.25(@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3)(vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0))': dependencies: - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) optionalDependencies: - typescript: 5.7.2 - vitest: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0) + typescript: 5.7.3 + vitest: 2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0) '@vitest/expect@2.1.8': dependencies: @@ -19747,13 +19549,13 @@ snapshots: chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.8(vite@5.2.11(@types/node@22.10.2)(terser@5.31.0))': + '@vitest/mocker@2.1.8(vite@5.2.11(@types/node@22.13.0)(terser@5.31.0))': dependencies: '@vitest/spy': 2.1.8 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 5.2.11(@types/node@22.10.2)(terser@5.31.0) + vite: 5.2.11(@types/node@22.13.0)(terser@5.31.0) '@vitest/pretty-format@2.1.8': dependencies: @@ -19802,7 +19604,7 @@ snapshots: '@vue/shared': 3.4.27 estree-walker: 2.0.2 magic-string: 0.30.17 - postcss: 8.4.49 + postcss: 8.5.1 source-map-js: 1.2.1 '@vue/compiler-ssr@3.4.27': @@ -19812,25 +19614,25 @@ snapshots: '@vue/shared@3.4.27': {} - '@wagmi/chains@1.1.0-cjs(typescript@5.7.2)': + '@wagmi/chains@1.1.0-cjs(typescript@5.7.3)': optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 - '@wagmi/connectors@2.1.1-cjs(@wagmi/chains@1.1.0-cjs(typescript@5.7.2))(bufferutil@4.0.8)(ioredis@5.4.1)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': + '@wagmi/connectors@2.1.1-cjs(@wagmi/chains@1.1.0-cjs(typescript@5.7.3))(bufferutil@4.0.8)(ioredis@5.4.2)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': dependencies: '@coinbase/wallet-sdk': 3.9.3 '@ledgerhq/connect-kit-loader': 1.1.8 '@safe-global/safe-apps-provider': 0.15.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@safe-global/safe-apps-sdk': 7.11.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/ethereum-provider': 2.7.8(@web3modal/standalone@2.4.3(react@19.0.0))(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + '@walletconnect/ethereum-provider': 2.7.8(@web3modal/standalone@2.4.3(react@19.0.0))(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) '@walletconnect/legacy-provider': 2.0.0 '@web3modal/standalone': 2.4.3(react@19.0.0) - abitype: 0.8.7(typescript@5.7.2)(zod@3.24.1) + abitype: 0.8.7(typescript@5.7.3)(zod@3.24.1) eventemitter3: 4.0.7 - viem: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) optionalDependencies: - '@wagmi/chains': 1.1.0-cjs(typescript@5.7.2) - typescript: 5.7.2 + '@wagmi/chains': 1.1.0-cjs(typescript@5.7.3) + typescript: 5.7.3 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -19854,18 +19656,18 @@ snapshots: - utf-8-validate - zod - '@wagmi/connectors@5.7.0(@types/react@19.0.1)(@wagmi/core@2.16.0(@tanstack/query-core@5.62.7)(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@19.0.0))(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.8)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': + '@wagmi/connectors@5.7.5(@types/react@19.0.8)(@wagmi/core@2.16.3(@tanstack/query-core@5.66.0)(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(use-sync-external-store@1.4.0(react@19.0.0))(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.8)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': dependencies: '@coinbase/wallet-sdk': 4.2.3 - '@metamask/sdk': 0.31.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@safe-global/safe-apps-provider': 0.18.5(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) - '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) - '@wagmi/core': 2.16.0(@tanstack/query-core@5.62.7)(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@19.0.0))(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) - '@walletconnect/ethereum-provider': 2.17.0(@types/react@19.0.1)(bufferutil@4.0.8)(react@19.0.0)(utf-8-validate@5.0.10) + '@metamask/sdk': 0.31.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@safe-global/safe-apps-provider': 0.18.5(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) + '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) + '@wagmi/core': 2.16.3(@tanstack/query-core@5.66.0)(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(use-sync-external-store@1.4.0(react@19.0.0))(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1)) + '@walletconnect/ethereum-provider': 2.17.0(@types/react@19.0.8)(bufferutil@4.0.8)(react@19.0.0)(utf-8-validate@5.0.10) cbw-sdk: '@coinbase/wallet-sdk@3.9.3' - viem: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -19889,16 +19691,16 @@ snapshots: - utf-8-validate - zod - '@wagmi/core@1.1.1-cjs(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(ioredis@5.4.1)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': + '@wagmi/core@1.1.1-cjs(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(ioredis@5.4.2)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': dependencies: - '@wagmi/chains': 1.1.0-cjs(typescript@5.7.2) - '@wagmi/connectors': 2.1.1-cjs(@wagmi/chains@1.1.0-cjs(typescript@5.7.2))(bufferutil@4.0.8)(ioredis@5.4.1)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) - abitype: 0.8.7(typescript@5.7.2)(zod@3.24.1) + '@wagmi/chains': 1.1.0-cjs(typescript@5.7.3) + '@wagmi/connectors': 2.1.1-cjs(@wagmi/chains@1.1.0-cjs(typescript@5.7.3))(bufferutil@4.0.8)(ioredis@5.4.2)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + abitype: 0.8.7(typescript@5.7.3)(zod@3.24.1) eventemitter3: 4.0.7 - viem: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) - zustand: 4.5.2(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0) + viem: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) + zustand: 4.5.2(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -19924,36 +19726,36 @@ snapshots: - utf-8-validate - zod - '@wagmi/core@2.16.0(@tanstack/query-core@5.62.7)(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@19.0.0))(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))': + '@wagmi/core@2.16.3(@tanstack/query-core@5.66.0)(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(use-sync-external-store@1.4.0(react@19.0.0))(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))': dependencies: eventemitter3: 5.0.1 - mipd: 0.0.7(typescript@5.7.2) - viem: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) - zustand: 5.0.0(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.2.0(react@19.0.0)) + mipd: 0.0.7(typescript@5.7.3) + viem: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) + zustand: 5.0.0(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.4.0(react@19.0.0)) optionalDependencies: - '@tanstack/query-core': 5.62.7 - typescript: 5.7.2 + '@tanstack/query-core': 5.66.0 + typescript: 5.7.3 transitivePeerDependencies: - '@types/react' - immer - react - use-sync-external-store - '@walletconnect/core@2.10.4(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/core@2.10.4(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/jsonrpc-ws-connection': 1.0.13(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) + '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.2) '@walletconnect/logger': 2.1.2 '@walletconnect/relay-api': 1.0.11 '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.10.4(ioredis@5.4.1) - '@walletconnect/utils': 2.10.4(ioredis@5.4.1) + '@walletconnect/types': 2.10.4(ioredis@5.4.2) + '@walletconnect/utils': 2.10.4(ioredis@5.4.2) events: 3.3.0 lodash.isequal: 4.5.0 uint8arrays: 3.1.1 @@ -19982,7 +19784,7 @@ snapshots: '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/jsonrpc-ws-connection': 1.0.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) + '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.2) '@walletconnect/logger': 2.1.2 '@walletconnect/relay-api': 1.0.11 '@walletconnect/relay-auth': 1.0.4 @@ -20011,21 +19813,21 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/core@2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/core@2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/jsonrpc-ws-connection': 1.0.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) + '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.2) '@walletconnect/logger': 2.1.2 '@walletconnect/relay-api': 1.0.11 '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.7.8(ioredis@5.4.1) - '@walletconnect/utils': 2.7.8(ioredis@5.4.1) + '@walletconnect/types': 2.7.8(ioredis@5.4.2) + '@walletconnect/utils': 2.7.8(ioredis@5.4.2) events: 3.3.0 lodash.isequal: 4.5.0 uint8arrays: 3.1.1 @@ -20066,13 +19868,13 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/ethereum-provider@2.17.0(@types/react@19.0.1)(bufferutil@4.0.8)(react@19.0.0)(utf-8-validate@5.0.10)': + '@walletconnect/ethereum-provider@2.17.0(@types/react@19.0.8)(bufferutil@4.0.8)(react@19.0.0)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8 '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/modal': 2.7.0(@types/react@19.0.1)(react@19.0.0) + '@walletconnect/modal': 2.7.0(@types/react@19.0.8)(react@19.0.0) '@walletconnect/sign-client': 2.17.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@walletconnect/types': 2.17.0 '@walletconnect/universal-provider': 2.17.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -20099,16 +19901,16 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/ethereum-provider@2.7.8(@web3modal/standalone@2.4.3(react@19.0.0))(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/ethereum-provider@2.7.8(@web3modal/standalone@2.4.3(react@19.0.0))(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8 '@walletconnect/jsonrpc-provider': 1.0.14 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/sign-client': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) - '@walletconnect/types': 2.7.8(ioredis@5.4.1) - '@walletconnect/universal-provider': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) - '@walletconnect/utils': 2.7.8(ioredis@5.4.1) + '@walletconnect/sign-client': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) + '@walletconnect/types': 2.7.8(ioredis@5.4.2) + '@walletconnect/universal-provider': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) + '@walletconnect/utils': 2.7.8(ioredis@5.4.2) events: 3.3.0 optionalDependencies: '@web3modal/standalone': 2.4.3(react@19.0.0) @@ -20207,11 +20009,11 @@ snapshots: - bufferutil - utf-8-validate - '@walletconnect/keyvaluestorage@1.1.1(ioredis@5.4.1)': + '@walletconnect/keyvaluestorage@1.1.1(ioredis@5.4.2)': dependencies: '@walletconnect/safe-json': 1.0.2 idb-keyval: 6.2.1 - unstorage: 1.10.2(idb-keyval@6.2.1)(ioredis@5.4.1) + unstorage: 1.10.2(idb-keyval@6.2.1)(ioredis@5.4.2) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -20245,7 +20047,7 @@ snapshots: '@walletconnect/legacy-types': 2.0.0 '@walletconnect/legacy-utils': 2.0.0 copy-to-clipboard: 3.3.3 - preact: 10.22.0 + preact: 10.25.2 qrcode: 1.5.3 '@walletconnect/legacy-provider@2.0.0': @@ -20279,23 +20081,23 @@ snapshots: '@walletconnect/safe-json': 1.0.2 pino: 7.11.0 - '@walletconnect/modal-core@2.6.2(@types/react@19.0.1)(react@19.0.0)': + '@walletconnect/modal-core@2.6.2(@types/react@19.0.8)(react@19.0.0)': dependencies: - valtio: 1.11.2(@types/react@19.0.1)(react@19.0.0) + valtio: 1.11.2(@types/react@19.0.8)(react@19.0.0) transitivePeerDependencies: - '@types/react' - react - '@walletconnect/modal-core@2.7.0(@types/react@19.0.1)(react@19.0.0)': + '@walletconnect/modal-core@2.7.0(@types/react@19.0.8)(react@19.0.0)': dependencies: - valtio: 1.11.2(@types/react@19.0.1)(react@19.0.0) + valtio: 1.11.2(@types/react@19.0.8)(react@19.0.0) transitivePeerDependencies: - '@types/react' - react - '@walletconnect/modal-ui@2.6.2(@types/react@19.0.1)(react@19.0.0)': + '@walletconnect/modal-ui@2.6.2(@types/react@19.0.8)(react@19.0.0)': dependencies: - '@walletconnect/modal-core': 2.6.2(@types/react@19.0.1)(react@19.0.0) + '@walletconnect/modal-core': 2.6.2(@types/react@19.0.8)(react@19.0.0) lit: 2.8.0 motion: 10.16.2 qrcode: 1.5.3 @@ -20303,9 +20105,9 @@ snapshots: - '@types/react' - react - '@walletconnect/modal-ui@2.7.0(@types/react@19.0.1)(react@19.0.0)': + '@walletconnect/modal-ui@2.7.0(@types/react@19.0.8)(react@19.0.0)': dependencies: - '@walletconnect/modal-core': 2.7.0(@types/react@19.0.1)(react@19.0.0) + '@walletconnect/modal-core': 2.7.0(@types/react@19.0.8)(react@19.0.0) lit: 2.8.0 motion: 10.16.2 qrcode: 1.5.3 @@ -20313,18 +20115,18 @@ snapshots: - '@types/react' - react - '@walletconnect/modal@2.6.2(@types/react@19.0.1)(react@19.0.0)': + '@walletconnect/modal@2.6.2(@types/react@19.0.8)(react@19.0.0)': dependencies: - '@walletconnect/modal-core': 2.6.2(@types/react@19.0.1)(react@19.0.0) - '@walletconnect/modal-ui': 2.6.2(@types/react@19.0.1)(react@19.0.0) + '@walletconnect/modal-core': 2.6.2(@types/react@19.0.8)(react@19.0.0) + '@walletconnect/modal-ui': 2.6.2(@types/react@19.0.8)(react@19.0.0) transitivePeerDependencies: - '@types/react' - react - '@walletconnect/modal@2.7.0(@types/react@19.0.1)(react@19.0.0)': + '@walletconnect/modal@2.7.0(@types/react@19.0.8)(react@19.0.0)': dependencies: - '@walletconnect/modal-core': 2.7.0(@types/react@19.0.1)(react@19.0.0) - '@walletconnect/modal-ui': 2.7.0(@types/react@19.0.1)(react@19.0.0) + '@walletconnect/modal-core': 2.7.0(@types/react@19.0.8)(react@19.0.0) + '@walletconnect/modal-ui': 2.7.0(@types/react@19.0.8)(react@19.0.0) transitivePeerDependencies: - '@types/react' - react @@ -20353,16 +20155,16 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/sign-client@2.10.4(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/sign-client@2.10.4(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10)': dependencies: - '@walletconnect/core': 2.10.4(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + '@walletconnect/core': 2.10.4(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.10.4(ioredis@5.4.1) - '@walletconnect/utils': 2.10.4(ioredis@5.4.1) + '@walletconnect/types': 2.10.4(ioredis@5.4.2) + '@walletconnect/utils': 2.10.4(ioredis@5.4.2) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -20411,16 +20213,16 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/sign-client@2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/sign-client@2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10)': dependencies: - '@walletconnect/core': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + '@walletconnect/core': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.7.8(ioredis@5.4.1) - '@walletconnect/utils': 2.7.8(ioredis@5.4.1) + '@walletconnect/types': 2.7.8(ioredis@5.4.2) + '@walletconnect/utils': 2.7.8(ioredis@5.4.2) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -20444,12 +20246,12 @@ snapshots: dependencies: tslib: 1.14.1 - '@walletconnect/types@2.10.4(ioredis@5.4.1)': + '@walletconnect/types@2.10.4(ioredis@5.4.2)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-types': 1.0.3 - '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) + '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.2) '@walletconnect/logger': 2.1.2 events: 3.3.0 transitivePeerDependencies: @@ -20473,7 +20275,7 @@ snapshots: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-types': 1.0.4 - '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) + '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.2) '@walletconnect/logger': 2.1.2 events: 3.3.0 transitivePeerDependencies: @@ -20492,12 +20294,12 @@ snapshots: - ioredis - uWebSockets.js - '@walletconnect/types@2.7.8(ioredis@5.4.1)': + '@walletconnect/types@2.7.8(ioredis@5.4.2)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-types': 1.0.3 - '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) + '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.2) '@walletconnect/logger': 2.1.2 events: 3.3.0 transitivePeerDependencies: @@ -20546,16 +20348,16 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/universal-provider@2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/universal-provider@2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.8 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 - '@walletconnect/sign-client': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) - '@walletconnect/types': 2.7.8(ioredis@5.4.1) - '@walletconnect/utils': 2.7.8(ioredis@5.4.1) + '@walletconnect/sign-client': 2.7.8(bufferutil@4.0.8)(ioredis@5.4.2)(utf-8-validate@5.0.10) + '@walletconnect/types': 2.7.8(ioredis@5.4.2) + '@walletconnect/utils': 2.7.8(ioredis@5.4.2) eip1193-provider: 1.0.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) events: 3.3.0 transitivePeerDependencies: @@ -20578,7 +20380,7 @@ snapshots: - uWebSockets.js - utf-8-validate - '@walletconnect/utils@2.10.4(ioredis@5.4.1)': + '@walletconnect/utils@2.10.4(ioredis@5.4.2)': dependencies: '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 @@ -20588,7 +20390,7 @@ snapshots: '@walletconnect/relay-api': 1.0.11 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.10.4(ioredis@5.4.1) + '@walletconnect/types': 2.10.4(ioredis@5.4.2) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -20644,7 +20446,7 @@ snapshots: - ioredis - uWebSockets.js - '@walletconnect/utils@2.7.8(ioredis@5.4.1)': + '@walletconnect/utils@2.7.8(ioredis@5.4.2)': dependencies: '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 @@ -20654,7 +20456,7 @@ snapshots: '@walletconnect/relay-api': 1.0.11 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.7.8(ioredis@5.4.1) + '@walletconnect/types': 2.7.8(ioredis@5.4.2) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -20784,6 +20586,15 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 + '@whatwg-node/disposablestack@0.0.5': + dependencies: + tslib: 2.8.1 + + '@whatwg-node/fetch@0.10.3': + dependencies: + '@whatwg-node/node-fetch': 0.7.7 + urlpattern-polyfill: 10.0.0 + '@whatwg-node/fetch@0.9.21': dependencies: '@whatwg-node/node-fetch': 0.5.26 @@ -20794,27 +20605,33 @@ snapshots: '@kamilkisiela/fast-url-parser': 1.1.4 busboy: 1.6.0 fast-querystring: 1.1.2 - tslib: 2.8.0 + tslib: 2.8.1 + + '@whatwg-node/node-fetch@0.7.7': + dependencies: + '@whatwg-node/disposablestack': 0.0.5 + busboy: 1.6.0 + tslib: 2.8.1 '@wry/caches@1.0.1': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@wry/context@0.7.4': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@wry/equality@0.5.7': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@wry/trie@0.4.3': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@wry/trie@0.5.0': dependencies: - tslib: 2.8.0 + tslib: 2.8.1 '@xtuc/ieee754@1.2.0': {} @@ -20838,11 +20655,11 @@ snapshots: '@zeroio/type-definitions@0.0.14': {} - abbrev@1.1.1: {} + abbrev@3.0.0: {} - abitype@0.8.7(typescript@5.7.2)(zod@3.24.1): + abitype@0.8.7(typescript@5.7.3)(zod@3.24.1): dependencies: - typescript: 5.7.2 + typescript: 5.7.3 optionalDependencies: zod: 3.24.1 @@ -20851,9 +20668,9 @@ snapshots: typescript: 5.2.2 zod: 3.23.3 - abitype@1.0.7(typescript@5.7.2)(zod@3.24.1): + abitype@1.0.8(typescript@5.7.3)(zod@3.24.1): optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 zod: 3.24.1 accepts@1.3.8: @@ -20865,9 +20682,9 @@ snapshots: dependencies: acorn: 8.14.0 - acorn-import-attributes@1.9.5(acorn@8.12.1): + acorn-import-attributes@1.9.5(acorn@8.14.0): dependencies: - acorn: 8.12.1 + acorn: 8.14.0 acorn-jsx@5.3.2(acorn@8.12.1): dependencies: @@ -20889,18 +20706,14 @@ snapshots: aes-js@3.1.2: {} - agent-base@6.0.2: - dependencies: - debug: 4.3.6 - transitivePeerDependencies: - - supports-color - agent-base@7.1.1: dependencies: - debug: 4.3.6 + debug: 4.4.0 transitivePeerDependencies: - supports-color + agent-base@7.1.3: {} + aggregate-error@3.1.0: dependencies: clean-stack: 2.2.0 @@ -20962,15 +20775,8 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.1 - aproba@2.0.0: {} - are-docs-informative@0.0.2: {} - are-we-there-yet@2.0.0: - dependencies: - delegates: 1.0.0 - readable-stream: 3.6.2 - arg@4.1.3: {} arg@5.0.2: {} @@ -20984,6 +20790,11 @@ snapshots: call-bind: 1.0.7 is-array-buffer: 3.0.4 + array-buffer-byte-length@1.0.2: + dependencies: + call-bound: 1.0.3 + is-array-buffer: 3.0.5 + array-flatten@1.1.1: {} array-includes@3.1.8: @@ -21035,6 +20846,13 @@ snapshots: es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 + array.prototype.flatmap@1.3.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-shim-unscopables: 1.0.2 + array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.7 @@ -21054,6 +20872,16 @@ snapshots: is-array-buffer: 3.0.4 is-shared-array-buffer: 1.0.3 + arraybuffer.prototype.slice@1.0.4: + dependencies: + array-buffer-byte-length: 1.0.2 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + is-array-buffer: 3.0.5 + asap@2.0.6: {} assertion-error@2.0.1: {} @@ -21068,7 +20896,7 @@ snapshots: async-mutex@0.2.6: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 async-sema@3.1.1: {} @@ -21087,14 +20915,14 @@ snapshots: auto-bind@4.0.0: {} - autoprefixer@10.4.20(postcss@8.4.49): + autoprefixer@10.4.20(postcss@8.5.1): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001651 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.49 + postcss: 8.5.1 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -21130,7 +20958,7 @@ snapshots: babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 cosmiconfig: 7.1.0 resolve: 1.22.8 @@ -21301,6 +21129,11 @@ snapshots: cac@6.7.14: {} + call-bind-apply-helpers@1.0.1: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -21309,12 +21142,24 @@ snapshots: get-intrinsic: 1.2.4 set-function-length: 1.2.2 + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.0 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + + call-bound@1.0.3: + dependencies: + call-bind-apply-helpers: 1.0.1 + get-intrinsic: 1.2.7 + callsites@3.1.0: {} camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.8.0 + tslib: 2.8.1 camelcase-css@2.0.1: {} @@ -21328,12 +21173,12 @@ snapshots: canvas-renderer@2.2.1: dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 capital-case@1.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 upper-case-first: 2.0.2 ccount@2.0.1: {} @@ -21398,7 +21243,7 @@ snapshots: path-case: 3.0.4 sentence-case: 3.0.4 snake-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 character-entities@2.0.2: {} @@ -21446,7 +21291,7 @@ snapshots: dependencies: readdirp: 4.0.2 - chownr@2.0.0: {} + chownr@3.0.0: {} chrome-trace-event@1.0.3: {} @@ -21552,8 +21397,6 @@ snapshots: simple-swizzle: 0.2.2 optional: true - color-support@1.1.3: {} - color@4.2.3: dependencies: color-convert: 2.0.1 @@ -21595,18 +21438,14 @@ snapshots: json-schema-typed: 8.0.1 semver: 7.6.3 - confbox@0.1.7: {} - confbox@0.1.8: {} consola@3.2.3: {} - console-control-strings@1.1.0: {} - constant-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 upper-case: 2.0.2 content-disposition@0.5.4: @@ -21643,14 +21482,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.7.2): + cosmiconfig@8.3.6(typescript@5.7.3): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 crc-32@1.2.2: {} @@ -21678,7 +21517,7 @@ snapshots: cross-inspect@1.0.0: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 cross-spawn@7.0.3: dependencies: @@ -21727,18 +21566,36 @@ snapshots: es-errors: 1.3.0 is-data-view: 1.0.1 + data-view-buffer@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-data-view: 1.0.2 + data-view-byte-length@1.0.1: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 + data-view-byte-length@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-data-view: 1.0.2 + data-view-byte-offset@1.0.0: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 + data-view-byte-offset@1.0.1: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-data-view: 1.0.2 + dataloader@2.2.2: {} date-fns@2.30.0: @@ -21821,8 +21678,6 @@ snapshots: delayed-stream@1.0.0: {} - delegates@1.0.0: {} - denque@2.1.0: {} depd@2.0.0: {} @@ -21870,7 +21725,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 dot-prop@7.2.0: dependencies: @@ -21891,6 +21746,12 @@ snapshots: dset@3.1.3: {} + dunder-proto@1.0.1: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + duplexify@4.1.3: dependencies: end-of-stream: 1.4.4 @@ -21900,24 +21761,24 @@ snapshots: eastasianwidth@0.2.0: {} - echarts-for-react@3.0.2(echarts@5.5.1)(react@19.0.0): + echarts-for-react@3.0.2(echarts@5.6.0)(react@19.0.0): dependencies: - echarts: 5.5.1 + echarts: 5.6.0 fast-deep-equal: 3.1.3 react: 19.0.0 size-sensor: 1.0.2 - echarts@5.5.1: + echarts@5.6.0: dependencies: tslib: 2.3.0 - zrender: 5.6.0 + zrender: 5.6.1 eciesjs@0.4.12: dependencies: '@ecies/ciphers': 0.2.2(@noble/ciphers@1.1.3) '@noble/ciphers': 1.1.3 - '@noble/curves': 1.6.0 - '@noble/hashes': 1.5.0 + '@noble/curves': 1.7.0 + '@noble/hashes': 1.6.1 ed2curve@0.3.0: dependencies: @@ -22003,11 +21864,6 @@ snapshots: engine.io-parser@5.2.2: {} - enhanced-resolve@5.17.0: - dependencies: - graceful-fs: 4.2.11 - tapable: 2.2.1 - enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 @@ -22070,10 +21926,66 @@ snapshots: unbox-primitive: 1.0.2 which-typed-array: 1.1.15 + es-abstract@1.23.9: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.2.7 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-regex: 1.2.1 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.0 + math-intrinsics: 1.1.0 + object-inspect: 1.13.3 + object-keys: 1.1.1 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.3 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.18 + es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 + es-define-property@1.0.1: {} + es-errors@1.3.0: {} es-iterator-helpers@1.1.0: @@ -22093,9 +22005,26 @@ snapshots: iterator.prototype: 1.1.3 safe-array-concat: 1.1.2 - es-module-lexer@1.4.1: {} + es-iterator-helpers@1.2.1: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 + function-bind: 1.1.2 + get-intrinsic: 1.2.7 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + iterator.prototype: 1.1.5 + safe-array-concat: 1.1.3 - es-module-lexer@1.5.3: {} + es-module-lexer@1.4.1: {} es-module-lexer@1.5.4: {} @@ -22105,7 +22034,14 @@ snapshots: es-set-tostringtag@2.0.3: dependencies: - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.7 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + + es-set-tostringtag@2.1.0: + dependencies: + es-errors: 1.3.0 + get-intrinsic: 1.2.7 has-tostringtag: 1.0.2 hasown: 2.0.2 @@ -22119,6 +22055,12 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 + es-to-primitive@1.3.0: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + es5-ext@0.10.64: dependencies: es6-iterator: 2.0.3 @@ -22361,44 +22303,43 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.17.0(jiti@2.3.3)): + eslint-compat-utils@0.5.1(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) semver: 7.6.3 - eslint-compat-utils@0.6.4(eslint@9.17.0(jiti@2.3.3)): + eslint-compat-utils@0.6.4(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) semver: 7.6.3 - eslint-config-flat-gitignore@0.3.0(eslint@9.17.0(jiti@2.3.3)): + eslint-config-flat-gitignore@1.0.1(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@eslint/compat': 1.1.1 - eslint: 9.17.0(jiti@2.3.3) - find-up-simple: 1.0.0 + '@eslint/compat': 1.2.6(eslint@9.19.0(jiti@2.3.3)) + eslint: 9.19.0(jiti@2.3.3) - eslint-config-next@15.1.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2): + eslint-config-next@15.1.6(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3): dependencies: - '@next/eslint-plugin-next': 15.1.0 + '@next/eslint-plugin-next': 15.1.6 '@rushstack/eslint-patch': 1.10.3 - '@typescript-eslint/eslint-plugin': 8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - '@typescript-eslint/parser': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + '@typescript-eslint/parser': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-jsx-a11y: 6.10.1(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-react: 7.37.2(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-react-hooks: 5.0.0(eslint@9.17.0(jiti@2.3.3)) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-jsx-a11y: 6.10.1(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-react: 7.37.4(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-react-hooks: 5.0.0(eslint@9.19.0(jiti@2.3.3)) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - eslint-flat-config-utils@0.4.0: + eslint-flat-config-utils@1.1.0: dependencies: - pathe: 1.1.2 + pathe: 2.0.2 eslint-import-resolver-node@0.3.9: dependencies: @@ -22408,15 +22349,15 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)): dependencies: - debug: 4.3.6 - enhanced-resolve: 5.17.0 - eslint: 9.17.0(jiti@2.3.3) - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@2.3.3)) - fast-glob: 3.3.2 - get-tsconfig: 4.7.5 + debug: 4.4.0 + enhanced-resolve: 5.17.1 + eslint: 9.19.0(jiti@2.3.3) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.19.0(jiti@2.3.3)) + fast-glob: 3.3.3 + get-tsconfig: 4.8.1 is-core-module: 2.15.1 is-glob: 4.0.3 transitivePeerDependencies: @@ -22425,63 +22366,65 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-json-compat-utils@0.2.1(eslint@9.17.0(jiti@2.3.3))(jsonc-eslint-parser@2.4.0): + eslint-json-compat-utils@0.2.1(eslint@9.19.0(jiti@2.3.3))(jsonc-eslint-parser@2.4.0): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) esquery: 1.6.0 jsonc-eslint-parser: 2.4.0 - eslint-merge-processors@0.1.0(eslint@9.17.0(jiti@2.3.3)): + eslint-merge-processors@1.0.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) + '@typescript-eslint/parser': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)) transitivePeerDependencies: - supports-color - eslint-plugin-antfu@2.7.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-antfu@2.7.0(eslint@9.19.0(jiti@2.3.3)): dependencies: '@antfu/utils': 0.7.10 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) - eslint-plugin-command@0.2.6(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-command@2.1.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@es-joy/jsdoccomment': 0.48.0 - eslint: 9.17.0(jiti@2.3.3) + '@es-joy/jsdoccomment': 0.50.0 + eslint: 9.19.0(jiti@2.3.3) - eslint-plugin-es-x@7.8.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-es-x@7.8.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.3.3)) - '@eslint-community/regexpp': 4.11.0 - eslint: 9.17.0(jiti@2.3.3) - eslint-compat-utils: 0.5.1(eslint@9.17.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) + '@eslint-community/regexpp': 4.12.1 + eslint: 9.19.0(jiti@2.3.3) + eslint-compat-utils: 0.5.1(eslint@9.19.0(jiti@2.3.3)) - eslint-plugin-import-x@4.5.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2): + eslint-plugin-import-x@4.6.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3): dependencies: - '@typescript-eslint/scope-manager': 8.12.2 - '@typescript-eslint/utils': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - debug: 4.3.6 + '@types/doctrine': 0.0.9 + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/utils': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + debug: 4.4.0 doctrine: 3.0.0 - eslint: 9.17.0(jiti@2.3.3) + enhanced-resolve: 5.17.1 + eslint: 9.19.0(jiti@2.3.3) eslint-import-resolver-node: 0.3.9 - get-tsconfig: 4.7.5 + get-tsconfig: 4.8.1 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 stable-hash: 0.0.4 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.1)(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.19.0(jiti@2.3.3)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -22490,9 +22433,9 @@ snapshots: array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)))(eslint@9.17.0(jiti@2.3.3)) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)))(eslint@9.19.0(jiti@2.3.3)) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -22504,21 +22447,21 @@ snapshots: string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/parser': 8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsdoc@50.6.1(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-jsdoc@50.6.3(eslint@9.19.0(jiti@2.3.3)): dependencies: '@es-joy/jsdoccomment': 0.49.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 - debug: 4.3.6 + debug: 4.4.0 escape-string-regexp: 4.0.0 - eslint: 9.17.0(jiti@2.3.3) - espree: 10.2.0 + eslint: 9.19.0(jiti@2.3.3) + espree: 10.3.0 esquery: 1.6.0 parse-imports: 2.1.1 semver: 7.6.3 @@ -22527,12 +22470,12 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jsonc@2.18.2(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-jsonc@2.18.2(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) - eslint: 9.17.0(jiti@2.3.3) - eslint-compat-utils: 0.6.4(eslint@9.17.0(jiti@2.3.3)) - eslint-json-compat-utils: 0.2.1(eslint@9.17.0(jiti@2.3.3))(jsonc-eslint-parser@2.4.0) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) + eslint: 9.19.0(jiti@2.3.3) + eslint-compat-utils: 0.6.4(eslint@9.19.0(jiti@2.3.3)) + eslint-json-compat-utils: 0.2.1(eslint@9.19.0(jiti@2.3.3))(jsonc-eslint-parser@2.4.0) espree: 9.6.1 graphemer: 1.4.0 jsonc-eslint-parser: 2.4.0 @@ -22541,7 +22484,7 @@ snapshots: transitivePeerDependencies: - '@eslint/json' - eslint-plugin-jsx-a11y@6.10.1(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-jsx-a11y@6.10.1(eslint@9.19.0(jiti@2.3.3)): dependencies: aria-query: 5.3.2 array-includes: 3.1.8 @@ -22552,7 +22495,7 @@ snapshots: damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 es-iterator-helpers: 1.1.0 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -22561,95 +22504,95 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.1 - eslint-plugin-n@17.15.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-n@17.15.1(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) enhanced-resolve: 5.17.1 - eslint: 9.17.0(jiti@2.3.3) - eslint-plugin-es-x: 7.8.0(eslint@9.17.0(jiti@2.3.3)) + eslint: 9.19.0(jiti@2.3.3) + eslint-plugin-es-x: 7.8.0(eslint@9.19.0(jiti@2.3.3)) get-tsconfig: 4.8.1 - globals: 15.13.0 + globals: 15.14.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@4.3.0(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2): + eslint-plugin-perfectionist@4.7.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3): dependencies: - '@typescript-eslint/types': 8.18.1 - '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) - eslint: 9.17.0(jiti@2.3.3) + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) + eslint: 9.19.0(jiti@2.3.3) natural-orderby: 5.0.0 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-react-hooks@5.0.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-react-hooks@5.0.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) - eslint-plugin-react-hooks@5.1.0-beta-26f2496093-20240514(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-react-hooks@5.1.0-beta-26f2496093-20240514(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) - eslint-plugin-react@7.37.2(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-react@7.37.4(eslint@9.19.0(jiti@2.3.3)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 - array.prototype.flatmap: 1.3.2 + array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.1.0 - eslint: 9.17.0(jiti@2.3.3) + es-iterator-helpers: 1.2.1 + eslint: 9.19.0(jiti@2.3.3) estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 object.entries: 1.1.8 object.fromentries: 2.0.8 - object.values: 1.2.0 + object.values: 1.2.1 prop-types: 15.8.1 resolve: 2.0.0-next.5 semver: 6.3.1 - string.prototype.matchall: 4.0.11 + string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-regexp@2.7.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-regexp@2.7.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) + '@eslint-community/regexpp': 4.12.1 comment-parser: 1.4.1 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) jsdoc-type-pratt-parser: 4.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 scslre: 0.3.0 - eslint-plugin-simple-import-sort@12.1.1(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-simple-import-sort@12.1.1(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) - eslint-plugin-toml@0.12.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-toml@0.12.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - debug: 4.3.6 - eslint: 9.17.0(jiti@2.3.3) - eslint-compat-utils: 0.6.4(eslint@9.17.0(jiti@2.3.3)) + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) + eslint-compat-utils: 0.6.4(eslint@9.19.0(jiti@2.3.3)) lodash: 4.17.21 toml-eslint-parser: 0.10.0 transitivePeerDependencies: - supports-color - eslint-plugin-unicorn@56.0.1(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-unicorn@56.0.1(eslint@9.19.0(jiti@2.3.3)): dependencies: '@babel/helper-validator-identifier': 7.25.9 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) ci-info: 4.0.0 clean-regexp: 1.0.0 core-js-compat: 3.38.1 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) esquery: 1.6.0 - globals: 15.13.0 + globals: 15.14.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 jsesc: 3.0.2 @@ -22660,41 +22603,41 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3)): dependencies: - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.12.2(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2))(eslint@9.17.0(jiti@2.3.3))(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.18.1(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3))(eslint@9.19.0(jiti@2.3.3))(typescript@5.7.3) - eslint-plugin-vue@9.32.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-vue@9.32.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) - eslint: 9.17.0(jiti@2.3.3) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) + eslint: 9.19.0(jiti@2.3.3) globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.2 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.3.3)) + vue-eslint-parser: 9.4.3(eslint@9.19.0(jiti@2.3.3)) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-yml@1.16.0(eslint@9.17.0(jiti@2.3.3)): + eslint-plugin-yml@1.16.0(eslint@9.19.0(jiti@2.3.3)): dependencies: - debug: 4.3.6 - eslint: 9.17.0(jiti@2.3.3) - eslint-compat-utils: 0.6.4(eslint@9.17.0(jiti@2.3.3)) + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) + eslint-compat-utils: 0.6.4(eslint@9.19.0(jiti@2.3.3)) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.27)(eslint@9.17.0(jiti@2.3.3)): + eslint-processor-vue-blocks@1.0.0(@vue/compiler-sfc@3.4.27)(eslint@9.19.0(jiti@2.3.3)): dependencies: '@vue/compiler-sfc': 3.4.27 - eslint: 9.17.0(jiti@2.3.3) + eslint: 9.19.0(jiti@2.3.3) eslint-scope@5.1.1: dependencies: @@ -22713,8 +22656,6 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.1.0: {} - eslint-visitor-keys@4.2.0: {} eslint@8.57.0: @@ -22760,15 +22701,15 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@9.17.0(jiti@2.3.3): + eslint@9.19.0(jiti@2.3.3): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.3.3)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(jiti@2.3.3)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.19.1 - '@eslint/core': 0.9.1 + '@eslint/core': 0.10.0 '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.17.0 - '@eslint/plugin-kit': 0.2.4 + '@eslint/js': 9.19.0 + '@eslint/plugin-kit': 0.2.5 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.1 @@ -22777,7 +22718,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.6 + debug: 4.4.0 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -22788,7 +22729,7 @@ snapshots: file-entry-cache: 8.0.0 find-up: 5.0.0 glob-parent: 6.0.2 - ignore: 5.3.1 + ignore: 5.3.2 imurmurhash: 0.1.4 is-glob: 4.0.3 json-stable-stringify-without-jsonify: 1.0.1 @@ -22816,12 +22757,6 @@ snapshots: dependencies: tsx: 4.19.1 - espree@10.2.0: - dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) - eslint-visitor-keys: 4.1.0 - espree@10.3.0: dependencies: acorn: 8.14.0 @@ -23028,7 +22963,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-glob@3.3.2: dependencies: @@ -23036,7 +22971,15 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 + + fast-glob@3.3.3: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 fast-json-stable-stringify@2.1.0: {} @@ -23125,8 +23068,6 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-up-simple@1.0.0: {} - find-up@3.0.0: dependencies: locate-path: 3.0.0 @@ -23193,10 +23134,6 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.1 - fs-minipass@2.1.0: - dependencies: - minipass: 3.3.6 - fs.realpath@1.0.0: {} fsevents@2.3.3: @@ -23211,19 +23148,16 @@ snapshots: es-abstract: 1.23.3 functions-have-names: 1.2.3 - functions-have-names@1.2.3: {} - - gauge@3.0.2: + function.prototype.name@1.1.8: dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + functions-have-names: 1.2.3 + hasown: 2.0.2 + is-callable: 1.2.7 + + functions-have-names@1.2.3: {} gensync@1.0.0-beta.2: {} @@ -23241,10 +23175,28 @@ snapshots: has-symbols: 1.0.3 hasown: 2.0.2 + get-intrinsic@1.2.7: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + function-bind: 1.1.2 + get-proto: 1.0.1 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 + get-own-enumerable-property-symbols@3.0.2: {} get-port-please@3.1.2: {} + get-proto@1.0.1: + dependencies: + dunder-proto: 1.0.1 + es-object-atoms: 1.0.0 + get-stream@8.0.1: {} get-symbol-description@1.0.2: @@ -23253,6 +23205,12 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.2.4 + get-symbol-description@1.1.0: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + get-tsconfig@4.7.5: dependencies: resolve-pkg-maps: 1.0.0 @@ -23305,19 +23263,19 @@ snapshots: globals@14.0.0: {} - globals@15.13.0: {} + globals@15.14.0: {} globalthis@1.0.4: dependencies: define-properties: 1.2.1 - gopd: 1.0.1 + gopd: 1.2.0 globby@11.1.0: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.2 - ignore: 5.3.1 + fast-glob: 3.3.3 + ignore: 5.3.2 merge2: 1.4.1 slash: 3.0.0 @@ -23333,24 +23291,26 @@ snapshots: dependencies: get-intrinsic: 1.2.4 + gopd@1.2.0: {} + graceful-fs@4.2.11: {} graphemer@1.4.0: {} - graphql-config@5.1.3(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10): + graphql-config@5.1.3(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(typescript@5.7.3)(utf-8-validate@5.0.10): dependencies: '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.10.0) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.10.0) '@graphql-tools/load': 8.0.2(graphql@16.10.0) '@graphql-tools/merge': 9.0.4(graphql@16.10.0) - '@graphql-tools/url-loader': 8.0.2(@types/node@22.10.2)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.2(@types/node@22.13.0)(bufferutil@4.0.8)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.2.0(graphql@16.10.0) - cosmiconfig: 8.3.6(typescript@5.7.2) + cosmiconfig: 8.3.6(typescript@5.7.3) graphql: 16.10.0 jiti: 2.3.3 minimatch: 9.0.5 string-env-interpolation: 1.0.1 - tslib: 2.8.0 + tslib: 2.8.1 transitivePeerDependencies: - '@types/node' - bufferutil @@ -23369,7 +23329,7 @@ snapshots: graphql-tag@2.12.6(graphql@16.10.0): dependencies: graphql: 16.10.0 - tslib: 2.8.0 + tslib: 2.8.1 graphql-ws@5.16.0(graphql@16.10.0): dependencies: @@ -23386,7 +23346,7 @@ snapshots: iron-webcrypto: 1.2.1 ohash: 1.1.3 radix3: 1.1.2 - ufo: 1.5.3 + ufo: 1.5.4 uncrypto: 0.1.3 unenv: 1.9.0 transitivePeerDependencies: @@ -23413,14 +23373,18 @@ snapshots: has-proto@1.0.3: {} + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.1 + has-symbols@1.0.3: {} + has-symbols@1.1.0: {} + has-tostringtag@1.0.2: dependencies: has-symbols: 1.0.3 - has-unicode@2.0.1: {} - hash-base@3.1.0: dependencies: inherits: 2.0.4 @@ -23439,7 +23403,7 @@ snapshots: header-case@2.0.4: dependencies: capital-case: 1.0.4 - tslib: 2.8.0 + tslib: 2.8.1 hey-listen@1.0.8: {} @@ -23470,23 +23434,23 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.6 + debug: 4.4.0 transitivePeerDependencies: - supports-color http-shutdown@1.2.2: {} - https-proxy-agent@5.0.1: + https-proxy-agent@7.0.4: dependencies: - agent-base: 6.0.2 - debug: 4.3.6 + agent-base: 7.1.1 + debug: 4.4.0 transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.4: + https-proxy-agent@7.0.6: dependencies: - agent-base: 7.1.1 - debug: 4.3.6 + agent-base: 7.1.3 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -23570,15 +23534,21 @@ snapshots: hasown: 2.0.2 side-channel: 1.0.6 + internal-slot@1.1.0: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.1.0 + invariant@2.2.4: dependencies: loose-envify: 1.4.0 - ioredis@5.4.1: + ioredis@5.4.2: dependencies: '@ioredis/commands': 1.2.0 cluster-key-slot: 1.1.2 - debug: 4.3.4 + debug: 4.4.0 denque: 2.1.0 lodash.defaults: 4.2.0 lodash.isarguments: 3.1.0 @@ -23609,6 +23579,12 @@ snapshots: call-bind: 1.0.7 get-intrinsic: 1.2.4 + is-array-buffer@3.0.5: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + is-arrayish@0.2.1: {} is-arrayish@0.3.2: @@ -23622,6 +23598,10 @@ snapshots: dependencies: has-bigints: 1.0.2 + is-bigint@1.1.0: + dependencies: + has-bigints: 1.0.2 + is-binary-path@2.1.0: dependencies: binary-extensions: 2.3.0 @@ -23631,6 +23611,11 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 + is-boolean-object@1.2.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-builtin-module@3.2.1: dependencies: builtin-modules: 3.3.0 @@ -23645,17 +23630,32 @@ snapshots: dependencies: is-typed-array: 1.1.13 + is-data-view@1.0.2: + dependencies: + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + is-typed-array: 1.1.15 + is-date-object@1.0.5: dependencies: has-tostringtag: 1.0.2 + is-date-object@1.1.0: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-docker@3.0.0: {} is-extglob@2.1.1: {} is-finalizationregistry@1.0.2: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 + + is-finalizationregistry@1.1.1: + dependencies: + call-bound: 1.0.3 is-fullwidth-code-point@3.0.0: {} @@ -23677,7 +23677,7 @@ snapshots: is-lower-case@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 is-map@2.0.3: {} @@ -23689,6 +23689,11 @@ snapshots: dependencies: has-tostringtag: 1.0.2 + is-number-object@1.1.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-number@7.0.0: {} is-obj@1.0.1: {} @@ -23710,6 +23715,13 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 + is-regex@1.2.1: + dependencies: + call-bound: 1.0.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + is-regexp@1.0.0: {} is-relative@1.0.0: @@ -23722,6 +23734,10 @@ snapshots: dependencies: call-bind: 1.0.7 + is-shared-array-buffer@1.0.4: + dependencies: + call-bound: 1.0.3 + is-stream@2.0.1: {} is-stream@3.0.0: {} @@ -23730,14 +23746,29 @@ snapshots: dependencies: has-tostringtag: 1.0.2 + is-string@1.1.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + is-symbol@1.0.4: dependencies: has-symbols: 1.0.3 + is-symbol@1.1.1: + dependencies: + call-bound: 1.0.3 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 + is-typed-array@1.1.13: dependencies: which-typed-array: 1.1.15 + is-typed-array@1.1.15: + dependencies: + which-typed-array: 1.1.18 + is-typedarray@1.0.0: {} is-unc-path@1.0.0: @@ -23752,7 +23783,7 @@ snapshots: is-upper-case@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 is-weakmap@2.0.2: {} @@ -23760,10 +23791,14 @@ snapshots: dependencies: call-bind: 1.0.7 + is-weakref@1.1.0: + dependencies: + call-bound: 1.0.3 + is-weakset@2.0.3: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bind: 1.0.8 + get-intrinsic: 1.2.7 is-windows@1.0.2: {} @@ -23801,6 +23836,15 @@ snapshots: reflect.getprototypeof: 1.0.6 set-function-name: 2.0.2 + iterator.prototype@1.1.5: + dependencies: + define-data-property: 1.1.4 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.7 + get-proto: 1.0.1 + has-symbols: 1.1.0 + set-function-name: 2.0.2 + jackspeak@3.1.2: dependencies: '@isaacs/cliui': 8.0.2 @@ -23835,18 +23879,16 @@ snapshots: jest-worker@26.6.2: dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 merge-stream: 2.0.0 supports-color: 7.2.0 jest-worker@27.5.1: dependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jiti@1.21.0: {} - jiti@1.21.6: {} jiti@2.3.3: {} @@ -23920,7 +23962,7 @@ snapshots: jsonc-eslint-parser@2.4.0: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 eslint-visitor-keys: 3.4.3 espree: 9.6.1 semver: 7.6.3 @@ -23938,7 +23980,7 @@ snapshots: array-includes: 3.1.8 array.prototype.flat: 1.3.2 object.assign: 4.1.5 - object.values: 1.2.0 + object.values: 1.2.1 keccak@3.0.4: dependencies: @@ -23965,8 +24007,6 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - lilconfig@3.1.1: {} - lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -23983,12 +24023,12 @@ snapshots: get-port-please: 3.1.2 h3: 1.11.1 http-shutdown: 1.2.2 - jiti: 1.21.0 - mlly: 1.7.0 + jiti: 1.21.6 + mlly: 1.7.3 node-forge: 1.3.1 pathe: 1.1.2 std-env: 3.7.0 - ufo: 1.5.3 + ufo: 1.5.4 untun: 0.1.3 uqr: 0.1.2 transitivePeerDependencies: @@ -24037,10 +24077,10 @@ snapshots: emojis-list: 3.0.0 json5: 2.2.3 - local-pkg@0.5.1: + local-pkg@1.0.0: dependencies: mlly: 1.7.3 - pkg-types: 1.2.1 + pkg-types: 1.3.1 locate-path@3.0.0: dependencies: @@ -24116,11 +24156,11 @@ snapshots: lower-case-first@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 lower-case@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 lru-cache@10.2.2: {} @@ -24158,6 +24198,8 @@ snapshots: dependencies: css-mediaquery: 0.1.2 + math-intrinsics@1.1.0: {} + md5.js@1.3.5: dependencies: hash-base: 3.1.0 @@ -24275,9 +24317,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@22.10.2): + meros@1.3.0(@types/node@22.13.0): optionalDependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 mersenne-twister@1.1.0: {} @@ -24457,7 +24499,7 @@ snapshots: micromark@4.0.0: dependencies: '@types/debug': 4.1.12 - debug: 4.3.6 + debug: 4.4.0 decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.1 @@ -24476,11 +24518,6 @@ snapshots: transitivePeerDependencies: - supports-color - micromatch@4.0.7: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - micromatch@4.0.8: dependencies: braces: 3.0.3 @@ -24528,39 +24565,33 @@ snapshots: minimist@1.2.8: {} - minipass@3.3.6: - dependencies: - yallist: 4.0.0 - - minipass@5.0.0: {} - minipass@7.1.2: {} - minizlib@2.1.2: + minizlib@3.0.1: dependencies: - minipass: 3.3.6 - yallist: 4.0.0 + minipass: 7.1.2 + rimraf: 5.0.10 - mipd@0.0.7(typescript@5.7.2): + mipd@0.0.7(typescript@5.7.3): optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 mkdirp@1.0.4: {} mkdirp@3.0.1: {} - mlly@1.7.0: + mlly@1.7.3: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 pathe: 1.1.2 - pkg-types: 1.1.1 - ufo: 1.5.3 + pkg-types: 1.3.1 + ufo: 1.5.4 - mlly@1.7.3: + mlly@1.7.4: dependencies: acorn: 8.14.0 - pathe: 1.1.2 - pkg-types: 1.2.1 + pathe: 2.0.2 + pkg-types: 1.3.1 ufo: 1.5.4 mobx-utils@5.6.2(mobx@5.15.7): @@ -24626,6 +24657,8 @@ snapshots: nanoid@3.3.7: {} + nanoid@3.3.8: {} + nanoid@5.0.7: {} natural-compare@1.4.0: {} @@ -24636,7 +24669,7 @@ snapshots: neo-async@2.6.2: {} - next-axiom@1.9.0(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0): + next-axiom@1.9.1(next@15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0): dependencies: next: 15.1.0(@babel/core@7.24.6)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 @@ -24710,11 +24743,11 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.8.0 + tslib: 2.8.1 nock@13.5.4: dependencies: - debug: 4.3.6 + debug: 4.4.0 json-stringify-safe: 5.0.1 propagate: 2.0.1 transitivePeerDependencies: @@ -24722,7 +24755,7 @@ snapshots: nock@13.5.5: dependencies: - debug: 4.3.6 + debug: 4.4.0 json-stringify-safe: 5.0.1 propagate: 2.0.1 transitivePeerDependencies: @@ -24758,9 +24791,9 @@ snapshots: node-releases@2.0.18: {} - nopt@5.0.0: + nopt@8.1.0: dependencies: - abbrev: 1.1.1 + abbrev: 3.0.0 normalize-package-data@2.5.0: dependencies: @@ -24788,13 +24821,6 @@ snapshots: dependencies: path-key: 4.0.0 - npmlog@5.0.1: - dependencies: - are-we-there-yet: 2.0.0 - console-control-strings: 1.1.0 - gauge: 3.0.2 - set-blocking: 2.0.0 - nth-check@2.1.1: dependencies: boolbase: 1.0.0 @@ -24815,6 +24841,8 @@ snapshots: object-inspect@1.13.1: {} + object-inspect@1.13.3: {} + object-keys@1.1.1: {} object.assign@4.1.5: @@ -24824,6 +24852,15 @@ snapshots: has-symbols: 1.0.3 object-keys: 1.1.1 + object.assign@4.1.7: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + has-symbols: 1.1.0 + object-keys: 1.1.1 + object.entries@1.1.8: dependencies: call-bind: 1.0.7 @@ -24849,11 +24886,18 @@ snapshots: define-properties: 1.2.1 es-object-atoms: 1.0.0 + object.values@1.2.1: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + ofetch@1.3.4: dependencies: destr: 2.0.3 node-fetch-native: 1.6.4 - ufo: 1.5.3 + ufo: 1.5.4 ohash@1.1.3: {} @@ -24884,7 +24928,7 @@ snapshots: '@wry/caches': 1.0.1 '@wry/context': 0.7.4 '@wry/trie': 0.4.3 - tslib: 2.8.0 + tslib: 2.8.1 optionator@0.9.4: dependencies: @@ -24921,17 +24965,23 @@ snapshots: os-tmpdir@1.0.2: {} - ox@0.1.2(typescript@5.7.2)(zod@3.24.1): + own-keys@1.0.1: + dependencies: + get-intrinsic: 1.2.7 + object-keys: 1.1.1 + safe-push-apply: 1.0.0 + + ox@0.6.7(typescript@5.7.3)(zod@3.24.1): dependencies: '@adraffy/ens-normalize': 1.11.0 - '@noble/curves': 1.7.0 - '@noble/hashes': 1.6.1 - '@scure/bip32': 1.6.0 - '@scure/bip39': 1.5.0 - abitype: 1.0.7(typescript@5.7.2)(zod@3.24.1) + '@noble/curves': 1.8.1 + '@noble/hashes': 1.7.1 + '@scure/bip32': 1.6.2 + '@scure/bip39': 1.5.4 + abitype: 1.0.8(typescript@5.7.3)(zod@3.24.1) eventemitter3: 5.0.1 optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - zod @@ -24975,14 +25025,14 @@ snapshots: package-json-from-dist@1.0.1: {} - package-manager-detector@0.2.7: {} + package-manager-detector@0.2.9: {} pako@2.1.0: {} param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 parent-module@1.0.1: dependencies: @@ -24998,7 +25048,7 @@ snapshots: parse-imports@2.1.1: dependencies: - es-module-lexer: 1.5.3 + es-module-lexer: 1.5.4 slashes: 3.0.12 parse-json@5.2.0: @@ -25015,14 +25065,14 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 path-browserify@1.0.1: {} path-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 path-exists@3.0.0: {} @@ -25060,10 +25110,14 @@ snapshots: path-to-regexp@6.2.1: {} + path-to-regexp@6.3.0: {} + path-type@4.0.0: {} pathe@1.1.2: {} + pathe@2.0.2: {} + pathval@2.0.0: {} picocolors@1.0.0: {} @@ -25117,17 +25171,11 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-types@1.1.1: - dependencies: - confbox: 0.1.7 - mlly: 1.7.0 - pathe: 1.1.2 - - pkg-types@1.2.1: + pkg-types@1.3.1: dependencies: confbox: 0.1.8 - mlly: 1.7.3 - pathe: 1.1.2 + mlly: 1.7.4 + pathe: 2.0.2 pkg-up@3.1.0: dependencies: @@ -25141,9 +25189,9 @@ snapshots: pofile@1.1.4: {} - pontem-types-bundle@1.0.15(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3): + pontem-types-bundle@1.0.15(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1): dependencies: - '@polkadot/keyring': 7.9.2(@polkadot/util-crypto@13.2.3(@polkadot/util@13.2.3))(@polkadot/util@13.2.3) + '@polkadot/keyring': 7.9.2(@polkadot/util-crypto@13.3.1(@polkadot/util@13.3.1))(@polkadot/util@13.3.1) '@polkadot/types': 6.12.1 typescript: 4.9.5 transitivePeerDependencies: @@ -25154,38 +25202,38 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-import@15.1.0(postcss@8.4.49): + postcss-import@15.1.0(postcss@8.5.1): dependencies: - postcss: 8.4.49 + postcss: 8.5.1 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - postcss-js@4.0.1(postcss@8.4.49): + postcss-js@4.0.1(postcss@8.5.1): dependencies: camelcase-css: 2.0.1 - postcss: 8.4.49 + postcss: 8.5.1 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): + postcss-load-config@4.0.2(postcss@8.5.1)(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)): dependencies: lilconfig: 3.1.3 yaml: 2.4.2 optionalDependencies: - postcss: 8.4.49 - ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + postcss: 8.5.1 + ts-node: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) - postcss-load-config@6.0.1(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(yaml@2.4.2): + postcss-load-config@6.0.1(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(yaml@2.4.2): dependencies: - lilconfig: 3.1.1 + lilconfig: 3.1.3 optionalDependencies: jiti: 2.3.3 - postcss: 8.4.49 + postcss: 8.5.1 tsx: 4.19.1 yaml: 2.4.2 - postcss-nested@6.2.0(postcss@8.4.49): + postcss-nested@6.2.0(postcss@8.5.1): dependencies: - postcss: 8.4.49 + postcss: 8.5.1 postcss-selector-parser: 6.1.2 postcss-selector-parser@6.0.10: @@ -25193,11 +25241,6 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-selector-parser@6.1.0: - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - postcss-selector-parser@6.1.2: dependencies: cssesc: 3.0.0 @@ -25217,14 +25260,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.4.49: + postcss@8.5.1: dependencies: - nanoid: 3.3.7 + nanoid: 3.3.8 picocolors: 1.1.1 source-map-js: 1.2.1 - preact@10.22.0: {} - preact@10.25.2: {} prelude-ls@1.2.1: {} @@ -25310,8 +25351,6 @@ snapshots: radix3@1.1.2: {} - ramda@0.27.2: {} - randombytes@2.1.0: dependencies: safe-buffer: 5.2.1 @@ -25352,13 +25391,13 @@ snapshots: react: 19.0.0 react-dom: 19.0.0(react@19.0.0) - react-redux@9.2.0(@types/react@19.0.1)(react@19.0.0)(redux@4.2.1): + react-redux@9.2.0(@types/react@19.0.8)(react@19.0.0)(redux@4.2.1): dependencies: '@types/use-sync-external-store': 0.0.6 react: 19.0.0 use-sync-external-store: 1.4.0(react@19.0.0) optionalDependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 redux: 4.2.1 react-responsive@10.0.0(react@19.0.0): @@ -25369,7 +25408,7 @@ snapshots: react: 19.0.0 shallow-equal: 3.1.0 - react-toastify@11.0.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-toastify@11.0.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: clsx: 2.1.1 react: 19.0.0 @@ -25463,19 +25502,30 @@ snapshots: redux@4.2.1: dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 refa@0.12.1: dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.12.1 + + reflect.getprototypeof@1.0.10: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.7 + get-proto: 1.0.1 + which-builtin-type: 1.2.1 reflect.getprototypeof@1.0.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.9 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.2.7 globalthis: 1.0.4 which-builtin-type: 1.1.3 @@ -25489,11 +25539,11 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 regexp-ast-analysis@0.7.1: dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.12.1 refa: 0.12.1 regexp-tree@0.1.27: {} @@ -25505,6 +25555,15 @@ snapshots: es-errors: 1.3.0 set-function-name: 2.0.2 + regexp.prototype.flags@1.5.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-errors: 1.3.0 + get-proto: 1.0.1 + gopd: 1.2.0 + set-function-name: 2.0.2 + regexpu-core@5.3.2: dependencies: '@babel/regjsgen': 0.8.0 @@ -25522,14 +25581,14 @@ snapshots: dependencies: jsesc: 0.5.0 - rehackt@0.1.0(@types/react@19.0.1)(react@19.0.0): + rehackt@0.1.0(@types/react@19.0.8)(react@19.0.0): optionalDependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 react: 19.0.0 relay-runtime@12.0.0: dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 fbjs: 3.0.5 invariant: 2.2.4 transitivePeerDependencies: @@ -25567,8 +25626,6 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - response-iterator@0.2.6: {} - restore-cursor@3.1.0: dependencies: onetime: 5.1.2 @@ -25591,6 +25648,10 @@ snapshots: dependencies: glob: 7.2.3 + rimraf@5.0.10: + dependencies: + glob: 10.4.1 + ripemd160@2.0.2: dependencies: hash-base: 3.1.0 @@ -25608,28 +25669,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.21.0: - dependencies: - '@types/estree': 1.0.5 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.21.0 - '@rollup/rollup-android-arm64': 4.21.0 - '@rollup/rollup-darwin-arm64': 4.21.0 - '@rollup/rollup-darwin-x64': 4.21.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.21.0 - '@rollup/rollup-linux-arm-musleabihf': 4.21.0 - '@rollup/rollup-linux-arm64-gnu': 4.21.0 - '@rollup/rollup-linux-arm64-musl': 4.21.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.21.0 - '@rollup/rollup-linux-riscv64-gnu': 4.21.0 - '@rollup/rollup-linux-s390x-gnu': 4.21.0 - '@rollup/rollup-linux-x64-gnu': 4.21.0 - '@rollup/rollup-linux-x64-musl': 4.21.0 - '@rollup/rollup-win32-arm64-msvc': 4.21.0 - '@rollup/rollup-win32-ia32-msvc': 4.21.0 - '@rollup/rollup-win32-x64-msvc': 4.21.0 - fsevents: 2.3.3 - rollup@4.28.1: dependencies: '@types/estree': 1.0.6 @@ -25667,7 +25706,7 @@ snapshots: rxjs@7.8.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 safe-array-concat@1.1.2: dependencies: @@ -25676,18 +25715,37 @@ snapshots: has-symbols: 1.0.3 isarray: 2.0.5 + safe-array-concat@1.1.3: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + has-symbols: 1.1.0 + isarray: 2.0.5 + safe-buffer@5.1.2: {} safe-buffer@5.2.1: {} safe-json-utils@1.1.1: {} + safe-push-apply@1.0.0: + dependencies: + es-errors: 1.3.0 + isarray: 2.0.5 + safe-regex-test@1.0.3: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-regex: 1.1.4 + safe-regex-test@1.1.0: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-regex: 1.2.1 + safe-stable-stringify@2.4.3: {} safer-buffer@2.1.2: {} @@ -25719,7 +25777,7 @@ snapshots: scslre@0.3.0: dependencies: - '@eslint-community/regexpp': 4.11.0 + '@eslint-community/regexpp': 4.12.1 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -25752,7 +25810,7 @@ snapshots: sentence-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 upper-case-first: 2.0.2 serialize-javascript@4.0.0: @@ -25790,6 +25848,12 @@ snapshots: functions-have-names: 1.2.3 has-property-descriptors: 1.0.2 + set-proto@1.0.0: + dependencies: + dunder-proto: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + setimmediate@1.0.5: {} setprototypeof@1.2.0: {} @@ -25838,6 +25902,26 @@ snapshots: shell-quote@1.8.1: {} + side-channel-list@1.0.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + + side-channel-map@1.0.1: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + object-inspect: 1.13.3 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + object-inspect: 1.13.3 + side-channel-map: 1.0.1 + side-channel@1.0.6: dependencies: call-bind: 1.0.7 @@ -25845,6 +25929,14 @@ snapshots: get-intrinsic: 1.2.4 object-inspect: 1.13.1 + side-channel@1.1.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 + siginfo@2.0.0: {} signal-exit@3.0.7: {} @@ -25899,7 +25991,7 @@ snapshots: snake-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.8.0 + tslib: 2.8.1 socket.io-client@4.7.5(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: @@ -25965,7 +26057,7 @@ snapshots: sponge-case@1.0.1: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 stable-hash@0.0.4: {} @@ -26030,11 +26122,37 @@ snapshots: set-function-name: 2.0.2 side-channel: 1.0.6 + string.prototype.matchall@4.0.12: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.7 + gopd: 1.2.0 + has-symbols: 1.1.0 + internal-slot: 1.1.0 + regexp.prototype.flags: 1.5.4 + set-function-name: 2.0.2 + side-channel: 1.1.0 + string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 es-abstract: 1.23.3 + string.prototype.trim@1.2.10: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-data-property: 1.1.4 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-object-atoms: 1.0.0 + has-property-descriptors: 1.0.2 + string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -26048,6 +26166,13 @@ snapshots: define-properties: 1.2.1 es-object-atoms: 1.0.0 + string.prototype.trimend@1.0.9: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + string.prototype.trimstart@1.0.8: dependencies: call-bind: 1.0.7 @@ -26142,37 +26267,37 @@ snapshots: swap-case@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 - swr@2.2.5(react@19.0.0): + swr@2.3.0(react@19.0.0): dependencies: - client-only: 0.0.1 + dequal: 2.0.3 react: 19.0.0 - use-sync-external-store: 1.2.2(react@19.0.0) + use-sync-external-store: 1.4.0(react@19.0.0) symbol-observable@4.0.0: {} synckit@0.6.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 synckit@0.9.1: dependencies: '@pkgr/core': 0.1.1 - tslib: 2.8.0 + tslib: 2.8.1 system-architecture@0.1.0: {} tabbable@6.2.0: {} - tailwindcss@3.4.16(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): + tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 chokidar: 3.6.0 didyoumean: 1.2.2 dlv: 1.1.3 - fast-glob: 3.3.2 + fast-glob: 3.3.3 glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.21.6 @@ -26181,11 +26306,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.1.1 - postcss: 8.4.49 - postcss-import: 15.1.0(postcss@8.4.49) - postcss-js: 4.0.1(postcss@8.4.49) - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) - postcss-nested: 6.2.0(postcss@8.4.49) + postcss: 8.5.1 + postcss-import: 15.1.0(postcss@8.5.1) + postcss-js: 4.0.1(postcss@8.5.1) + postcss-load-config: 4.0.2(postcss@8.5.1)(ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3)) + postcss-nested: 6.2.0(postcss@8.5.1) postcss-selector-parser: 6.1.2 resolve: 1.22.8 sucrase: 3.35.0 @@ -26194,14 +26319,14 @@ snapshots: tapable@2.2.1: {} - tar@6.2.1: + tar@7.4.3: dependencies: - chownr: 2.0.0 - fs-minipass: 2.1.0 - minipass: 5.0.0 - minizlib: 2.1.2 - mkdirp: 1.0.4 - yallist: 4.0.0 + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.0.1 + mkdirp: 3.0.1 + yallist: 5.0.0 temp-dir@2.0.0: {} @@ -26224,7 +26349,7 @@ snapshots: terser@5.31.0: dependencies: '@jridgewell/source-map': 0.3.6 - acorn: 8.12.1 + acorn: 8.14.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -26256,6 +26381,8 @@ snapshots: tinyexec@0.3.1: {} + tinyexec@0.3.2: {} + tinyglobby@0.2.10: dependencies: fdir: 6.4.2(picomatch@4.0.2) @@ -26269,7 +26396,7 @@ snapshots: title-case@3.0.3: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 tmp@0.0.33: dependencies: @@ -26299,15 +26426,19 @@ snapshots: tree-kill@1.2.2: {} - ts-api-utils@1.3.0(typescript@5.7.2): + ts-api-utils@1.3.0(typescript@5.7.3): + dependencies: + typescript: 5.7.3 + + ts-api-utils@2.0.0(typescript@5.7.3): dependencies: - typescript: 5.7.2 + typescript: 5.7.3 ts-interface-checker@0.1.13: {} ts-invariant@0.10.3: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 ts-log@2.2.5: {} @@ -26324,7 +26455,7 @@ snapshots: '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 16.18.11 - acorn: 8.12.1 + acorn: 8.14.0 acorn-walk: 8.3.2 arg: 4.1.3 create-require: 1.1.1 @@ -26334,7 +26465,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - ts-node@10.9.2(@types/node@16.18.11)(typescript@5.7.2): + ts-node@10.9.2(@types/node@16.18.11)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -26348,18 +26479,18 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.7.2 + typescript: 5.7.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - ts-node@10.9.2(@types/node@22.10.2)(typescript@5.2.2): + ts-node@10.9.2(@types/node@22.13.0)(typescript@5.2.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.10.2 + '@types/node': 22.13.0 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -26370,21 +26501,21 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2): + ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.10.2 + '@types/node': 22.13.0 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.7.2 + typescript: 5.7.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -26407,13 +26538,9 @@ snapshots: tslib@2.6.3: {} - tslib@2.7.0: {} - - tslib@2.8.0: {} - tslib@2.8.1: {} - tsup@8.3.5(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.2)(yaml@2.4.2): + tsup@8.3.6(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.4.2): dependencies: bundle-require: 5.0.0(esbuild@0.24.0) cac: 6.7.14 @@ -26423,7 +26550,7 @@ snapshots: esbuild: 0.24.0 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.3.3)(postcss@8.4.49)(tsx@4.19.1)(yaml@2.4.2) + postcss-load-config: 6.0.1(jiti@2.3.3)(postcss@8.5.1)(tsx@4.19.1)(yaml@2.4.2) resolve-from: 5.0.0 rollup: 4.28.1 source-map: 0.8.0-beta.0 @@ -26432,8 +26559,8 @@ snapshots: tinyglobby: 0.2.10 tree-kill: 1.2.2 optionalDependencies: - postcss: 8.4.49 - typescript: 5.7.2 + postcss: 8.5.1 + typescript: 5.7.3 transitivePeerDependencies: - jiti - supports-color @@ -26455,32 +26582,32 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - turbo-darwin-64@2.3.3: + turbo-darwin-64@2.4.0: optional: true - turbo-darwin-arm64@2.3.3: + turbo-darwin-arm64@2.4.0: optional: true - turbo-linux-64@2.3.3: + turbo-linux-64@2.4.0: optional: true - turbo-linux-arm64@2.3.3: + turbo-linux-arm64@2.4.0: optional: true - turbo-windows-64@2.3.3: + turbo-windows-64@2.4.0: optional: true - turbo-windows-arm64@2.3.3: + turbo-windows-arm64@2.4.0: optional: true - turbo@2.3.3: + turbo@2.4.0: optionalDependencies: - turbo-darwin-64: 2.3.3 - turbo-darwin-arm64: 2.3.3 - turbo-linux-64: 2.3.3 - turbo-linux-arm64: 2.3.3 - turbo-windows-64: 2.3.3 - turbo-windows-arm64: 2.3.3 + turbo-darwin-64: 2.4.0 + turbo-darwin-arm64: 2.4.0 + turbo-linux-64: 2.4.0 + turbo-linux-arm64: 2.4.0 + turbo-windows-64: 2.4.0 + turbo-windows-arm64: 2.4.0 tweetnacl@1.0.3: {} @@ -26513,6 +26640,12 @@ snapshots: es-errors: 1.3.0 is-typed-array: 1.1.13 + typed-array-buffer@1.0.3: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-typed-array: 1.1.15 + typed-array-byte-length@1.0.1: dependencies: call-bind: 1.0.7 @@ -26521,6 +26654,14 @@ snapshots: has-proto: 1.0.3 is-typed-array: 1.1.13 + typed-array-byte-length@1.0.3: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + typed-array-byte-offset@1.0.2: dependencies: available-typed-arrays: 1.0.7 @@ -26530,6 +26671,16 @@ snapshots: has-proto: 1.0.3 is-typed-array: 1.1.13 + typed-array-byte-offset@1.0.4: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + reflect.getprototypeof: 1.0.10 + typed-array-length@1.0.6: dependencies: call-bind: 1.0.7 @@ -26539,6 +26690,15 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 + typed-array-length@1.0.7: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + is-typed-array: 1.1.15 + possible-typed-array-names: 1.0.0 + reflect.getprototypeof: 1.0.6 + typedarray-to-buffer@3.1.5: dependencies: is-typedarray: 1.0.0 @@ -26547,12 +26707,10 @@ snapshots: typescript@5.2.2: {} - typescript@5.7.2: {} + typescript@5.7.3: {} ua-parser-js@1.0.37: {} - ufo@1.5.3: {} - ufo@1.5.4: {} uglify-js@3.17.4: @@ -26573,6 +26731,13 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + unbox-primitive@1.1.0: + dependencies: + call-bound: 1.0.3 + has-bigints: 1.0.2 + has-symbols: 1.1.0 + which-boxed-primitive: 1.1.1 + unc-path-regex@0.1.2: {} uncrypto@0.1.3: {} @@ -26637,7 +26802,7 @@ snapshots: unraw@3.0.0: {} - unstorage@1.10.2(idb-keyval@6.2.1)(ioredis@5.4.1): + unstorage@1.10.2(idb-keyval@6.2.1)(ioredis@5.4.2): dependencies: anymatch: 3.1.3 chokidar: 3.6.0 @@ -26648,10 +26813,10 @@ snapshots: mri: 1.2.0 node-fetch-native: 1.6.4 ofetch: 1.3.4 - ufo: 1.5.3 + ufo: 1.5.4 optionalDependencies: idb-keyval: 6.2.1 - ioredis: 5.4.1 + ioredis: 5.4.2 transitivePeerDependencies: - uWebSockets.js @@ -26671,11 +26836,11 @@ snapshots: upper-case-first@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 upper-case@2.0.2: dependencies: - tslib: 2.8.0 + tslib: 2.8.1 uqr@0.1.2: {} @@ -26694,10 +26859,6 @@ snapshots: dependencies: react: 19.0.0 - use-sync-external-store@1.2.2(react@19.0.0): - dependencies: - react: 19.0.0 - use-sync-external-store@1.4.0(react@19.0.0): dependencies: react: 19.0.0 @@ -26736,12 +26897,12 @@ snapshots: optionalDependencies: react: 19.0.0 - valtio@1.11.2(@types/react@19.0.1)(react@19.0.0): + valtio@1.11.2(@types/react@19.0.8)(react@19.0.0): dependencies: proxy-compare: 2.5.1 use-sync-external-store: 1.2.0(react@19.0.0) optionalDependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 react: 19.0.0 value-or-promise@1.0.12: {} @@ -26752,19 +26913,18 @@ snapshots: vary@1.1.2: {} - viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1): + viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1): dependencies: - '@noble/curves': 1.7.0 - '@noble/hashes': 1.6.1 - '@scure/bip32': 1.6.0 - '@scure/bip39': 1.5.0 - abitype: 1.0.7(typescript@5.7.2)(zod@3.24.1) + '@noble/curves': 1.8.1 + '@noble/hashes': 1.7.1 + '@scure/bip32': 1.6.2 + '@scure/bip39': 1.5.4 + abitype: 1.0.8(typescript@5.7.3)(zod@3.24.1) isows: 1.0.6(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - ox: 0.1.2(typescript@5.7.2)(zod@3.24.1) - webauthn-p256: 0.0.10 + ox: 0.6.7(typescript@5.7.3)(zod@3.24.1) ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -26787,13 +26947,13 @@ snapshots: - utf-8-validate - zod - vite-node@2.1.8(@types/node@22.10.2)(terser@5.31.0): + vite-node@2.1.8(@types/node@22.13.0)(terser@5.31.0): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.2.11(@types/node@22.10.2)(terser@5.31.0) + vite: 5.2.11(@types/node@22.13.0)(terser@5.31.0) transitivePeerDependencies: - '@types/node' - less @@ -26804,20 +26964,20 @@ snapshots: - supports-color - terser - vite@5.2.11(@types/node@22.10.2)(terser@5.31.0): + vite@5.2.11(@types/node@22.13.0)(terser@5.31.0): dependencies: esbuild: 0.20.2 - postcss: 8.4.49 - rollup: 4.21.0 + postcss: 8.5.1 + rollup: 4.28.1 optionalDependencies: - '@types/node': 22.10.2 + '@types/node': 22.13.0 fsevents: 2.3.3 terser: 5.31.0 - vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.10.2)(terser@5.31.0): + vitest@2.1.8(@edge-runtime/vm@3.2.0)(@types/node@22.13.0)(terser@5.31.0): dependencies: '@vitest/expect': 2.1.8 - '@vitest/mocker': 2.1.8(vite@5.2.11(@types/node@22.10.2)(terser@5.31.0)) + '@vitest/mocker': 2.1.8(vite@5.2.11(@types/node@22.13.0)(terser@5.31.0)) '@vitest/pretty-format': 2.1.8 '@vitest/runner': 2.1.8 '@vitest/snapshot': 2.1.8 @@ -26833,12 +26993,12 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.2.11(@types/node@22.10.2)(terser@5.31.0) - vite-node: 2.1.8(@types/node@22.10.2)(terser@5.31.0) + vite: 5.2.11(@types/node@22.13.0)(terser@5.31.0) + vite-node: 2.1.8(@types/node@22.13.0)(terser@5.31.0) why-is-node-running: 2.3.0 optionalDependencies: '@edge-runtime/vm': 3.2.0 - '@types/node': 22.10.2 + '@types/node': 22.13.0 transitivePeerDependencies: - less - lightningcss @@ -26849,10 +27009,10 @@ snapshots: - supports-color - terser - vue-eslint-parser@9.4.3(eslint@9.17.0(jiti@2.3.3)): + vue-eslint-parser@9.4.3(eslint@9.19.0(jiti@2.3.3)): dependencies: - debug: 4.3.6 - eslint: 9.17.0(jiti@2.3.3) + debug: 4.4.0 + eslint: 9.19.0(jiti@2.3.3) eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -26862,16 +27022,16 @@ snapshots: transitivePeerDependencies: - supports-color - wagmi@2.14.3(@tanstack/query-core@5.62.7)(@tanstack/react-query@5.62.7(react@19.0.0))(@types/react@19.0.1)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1): + wagmi@2.14.9(@tanstack/query-core@5.66.0)(@tanstack/react-query@5.66.0(react@19.0.0))(@types/react@19.0.8)(bufferutil@4.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1): dependencies: - '@tanstack/react-query': 5.62.7(react@19.0.0) - '@wagmi/connectors': 5.7.0(@types/react@19.0.1)(@wagmi/core@2.16.0(@tanstack/query-core@5.62.7)(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@19.0.0))(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.8)(react@19.0.0)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) - '@wagmi/core': 2.16.0(@tanstack/query-core@5.62.7)(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@19.0.0))(viem@2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) + '@tanstack/react-query': 5.66.0(react@19.0.0) + '@wagmi/connectors': 5.7.5(@types/react@19.0.8)(@wagmi/core@2.16.3(@tanstack/query-core@5.66.0)(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(use-sync-external-store@1.4.0(react@19.0.0))(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.8)(react@19.0.0)(typescript@5.7.3)(utf-8-validate@5.0.10)(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + '@wagmi/core': 2.16.3(@tanstack/query-core@5.66.0)(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(typescript@5.7.3)(use-sync-external-store@1.4.0(react@19.0.0))(viem@2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1)) react: 19.0.0 - use-sync-external-store: 1.2.0(react@19.0.0) - viem: 2.21.55(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + use-sync-external-store: 1.4.0(react@19.0.0) + viem: 2.22.17(bufferutil@4.0.8)(typescript@5.7.3)(utf-8-validate@5.0.10)(zod@3.24.1) optionalDependencies: - typescript: 5.7.2 + typescript: 5.7.3 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -26907,11 +27067,6 @@ snapshots: web-streams-polyfill@3.3.3: {} - webauthn-p256@0.0.10: - dependencies: - '@noble/curves': 1.7.0 - '@noble/hashes': 1.6.1 - webextension-polyfill@0.10.0: {} webextension-polyfill@0.12.0: {} @@ -26992,20 +27147,44 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 + which-boxed-primitive@1.1.1: + dependencies: + is-bigint: 1.1.0 + is-boolean-object: 1.2.1 + is-number-object: 1.1.1 + is-string: 1.1.1 + is-symbol: 1.1.1 + which-builtin-type@1.1.3: dependencies: - function.prototype.name: 1.1.6 + function.prototype.name: 1.1.8 has-tostringtag: 1.0.2 is-async-function: 2.0.0 is-date-object: 1.0.5 is-finalizationregistry: 1.0.2 is-generator-function: 1.0.10 - is-regex: 1.1.4 - is-weakref: 1.0.2 + is-regex: 1.2.1 + is-weakref: 1.1.0 isarray: 2.0.5 which-boxed-primitive: 1.0.2 which-collection: 1.0.2 - which-typed-array: 1.1.15 + which-typed-array: 1.1.18 + + which-builtin-type@1.2.1: + dependencies: + call-bound: 1.0.3 + function.prototype.name: 1.1.8 + has-tostringtag: 1.0.2 + is-async-function: 2.0.0 + is-date-object: 1.1.0 + is-finalizationregistry: 1.1.1 + is-generator-function: 1.0.10 + is-regex: 1.2.1 + is-weakref: 1.1.0 + isarray: 2.0.5 + which-boxed-primitive: 1.1.1 + which-collection: 1.0.2 + which-typed-array: 1.1.18 which-collection@1.0.2: dependencies: @@ -27024,6 +27203,15 @@ snapshots: gopd: 1.0.1 has-tostringtag: 1.0.2 + which-typed-array@1.1.18: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + for-each: 0.3.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + which@2.0.2: dependencies: isexe: 2.0.0 @@ -27033,10 +27221,6 @@ snapshots: siginfo: 2.0.0 stackback: 0.0.2 - wide-align@1.1.5: - dependencies: - string-width: 4.2.3 - word-wrap@1.2.5: {} wordwrap@1.0.0: {} @@ -27055,7 +27239,7 @@ snapshots: '@apideck/better-ajv-errors': 0.3.6(ajv@8.14.0) '@babel/core': 7.24.6 '@babel/preset-env': 7.24.6(@babel/core@7.24.6) - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@rollup/plugin-babel': 5.3.1(@babel/core@7.24.6)(rollup@2.79.1) '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) @@ -27231,6 +27415,8 @@ snapshots: yallist@4.0.0: {} + yallist@5.0.0: {} + yaml-ast-parser@0.0.43: {} yaml-eslint-parser@1.2.3: @@ -27290,23 +27476,23 @@ snapshots: zod@3.24.1: {} - zrender@5.6.0: + zrender@5.6.1: dependencies: tslib: 2.3.0 - zustand@4.5.2(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0): + zustand@4.5.2(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0): dependencies: use-sync-external-store: 1.2.0(react@19.0.0) optionalDependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 immer: 9.0.21 react: 19.0.0 - zustand@5.0.0(@types/react@19.0.1)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.2.0(react@19.0.0)): + zustand@5.0.0(@types/react@19.0.8)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.4.0(react@19.0.0)): optionalDependencies: - '@types/react': 19.0.1 + '@types/react': 19.0.8 immer: 9.0.21 react: 19.0.0 - use-sync-external-store: 1.2.0(react@19.0.0) + use-sync-external-store: 1.4.0(react@19.0.0) zwitch@2.0.4: {} diff --git a/scripts/price/package.json b/scripts/price/package.json index ee5314943..89fa56b46 100644 --- a/scripts/price/package.json +++ b/scripts/price/package.json @@ -26,7 +26,7 @@ "lint": "TIMING=1 eslint src --fix" }, "devDependencies": { - "@apollo/client": "^3.12.3", + "@apollo/client": "^3.12.8", "@types/express": "^5.0.0", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", @@ -36,14 +36,14 @@ "@zenlink-interface/typescript-config": "workspace:*", "date-fns": "^4.1.0", "dotenv": "^16.4.7", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "esno": "^4.8.0", "express": "^4.21.2", "fast-json-stable-stringify": "^2.1.0", "graphql": "16.10.0", - "ioredis": "^5.4.1", + "ioredis": "^5.4.2", "ts-node": "^10.9.2", - "tsup": "^8.3.5", - "typescript": "5.7.2" + "tsup": "^8.3.6", + "typescript": "5.7.3" } } diff --git a/scripts/treasury/package.json b/scripts/treasury/package.json index b87d5c3d6..ab101b43d 100644 --- a/scripts/treasury/package.json +++ b/scripts/treasury/package.json @@ -29,12 +29,12 @@ "@zenlink-interface/eslint-config": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "dotenv": "^16.4.7", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "esno": "^4.8.0", "fast-json-stable-stringify": "^2.1.0", "ts-node": "^10.9.2", - "tsup": "^8.3.5", - "typescript": "5.7.2", - "viem": "2.21.55" + "tsup": "^8.3.6", + "typescript": "5.7.3", + "viem": "2.22.17" } } diff --git a/scripts/vote-merkle/package.json b/scripts/vote-merkle/package.json index deeeb0499..38e4ef682 100644 --- a/scripts/vote-merkle/package.json +++ b/scripts/vote-merkle/package.json @@ -30,13 +30,13 @@ "@zenlink-interface/graph-client": "workspace:*", "@zenlink-interface/typescript-config": "workspace:*", "dotenv": "^16.4.7", - "eslint": "^9.17.0", + "eslint": "^9.19.0", "esno": "^4.8.0", "fast-json-stable-stringify": "^2.1.0", "tiny-invariant": "^1.3.3", "ts-node": "^10.9.2", - "tsup": "^8.3.5", - "typescript": "5.7.2", - "viem": "2.21.55" + "tsup": "^8.3.6", + "typescript": "5.7.3", + "viem": "2.22.17" } }