diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e69ccc9c..936828f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,15 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.1.0 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.4.0 - name: Use Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.5.0 with: - node-version: '22' + node-version: '22.23.2' cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml index df7f0c7a9..2385e3e76 100644 --- a/.github/workflows/github-releases-to-discord.yml +++ b/.github/workflows/github-releases-to-discord.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.1.0 - name: Github Releases To Discord uses: SethCohen/github-releases-to-discord@v1.19.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de76b89b4..2629102c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,21 +15,21 @@ jobs: steps: - name: Generate release token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v2.2.2 with: app-id: ${{ vars.RELEASE_BOT_APP_ID }} private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.4.0 with: fetch-depth: 0 persist-credentials: false token: ${{ steps.generate_token.outputs.token }} - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: pnpm/action-setup@v4.4.0 + - uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.23.2 registry-url: https://registry.npmjs.org cache: pnpm diff --git a/examples/next/package.json b/examples/next/package.json index 5505a2e8f..916c1ba58 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", "@txnlab/use-wallet-kibisis": "workspace:*", @@ -21,17 +21,17 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1", + "canonify": "2.1.1", "next": "16.1.6", "react": "19.2.3", "react-dom": "19.2.3" }, "devDependencies": { - "@tailwindcss/postcss": "^4", + "@tailwindcss/postcss": "4.2.1", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", - "tailwindcss": "^4", - "typescript": "^5" + "tailwindcss": "4.2.1", + "typescript": "5.9.3" } } diff --git a/examples/nuxt/package.json b/examples/nuxt/package.json index 3511a4df6..65488d1dd 100644 --- a/examples/nuxt/package.json +++ b/examples/nuxt/package.json @@ -10,7 +10,7 @@ "generate": "nuxt generate" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", "@txnlab/use-wallet-kibisis": "workspace:*", @@ -23,14 +23,14 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1", - "nuxt": "^3.21.0", - "vue": "^3.5.25" + "canonify": "2.1.1", + "nuxt": "3.21.0", + "vue": "3.5.27" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.0", - "tailwindcss": "^4.1.0", - "typescript": "^5.9.3", - "vite-plugin-node-polyfills": "^0.25.0" + "@tailwindcss/vite": "4.2.1", + "tailwindcss": "4.2.1", + "typescript": "5.9.3", + "vite-plugin-node-polyfills": "0.25.0" } } diff --git a/examples/react/package.json b/examples/react/package.json index c6a2a8961..904304f0b 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", "@txnlab/use-wallet-kibisis": "workspace:*", @@ -23,25 +23,25 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1", - "react": "^19.2.0", - "react-dom": "^19.2.0" + "canonify": "2.1.1", + "react": "19.2.4", + "react-dom": "19.2.4" }, "devDependencies": { - "@eslint/js": "^9.39.1", - "@tailwindcss/vite": "^4.1.0", + "@eslint/js": "9.39.3", + "@tailwindcss/vite": "4.2.1", "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.1", - "eslint": "^9.39.1", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.5.0", - "tailwindcss": "^4.1.0", - "typescript": "~5.9.3", - "typescript-eslint": "^8.48.0", - "vite": "^7.3.1", - "vite-plugin-node-polyfills": "^0.25.0" + "@vitejs/plugin-react": "5.1.4", + "eslint": "9.39.3", + "eslint-plugin-react-hooks": "7.0.1", + "eslint-plugin-react-refresh": "0.4.26", + "globals": "16.5.0", + "tailwindcss": "4.2.1", + "typescript": "5.9.3", + "typescript-eslint": "8.56.1", + "vite": "7.3.1", + "vite-plugin-node-polyfills": "0.25.0" } } diff --git a/examples/solid/package.json b/examples/solid/package.json index 48ccf4061..d44b211fc 100644 --- a/examples/solid/package.json +++ b/examples/solid/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", "@txnlab/use-wallet-kibisis": "workspace:*", @@ -22,16 +22,16 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1", - "solid-js": "^1.9.10" + "canonify": "2.1.1", + "solid-js": "1.9.11" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.0", + "@tailwindcss/vite": "4.2.1", "@types/node": "^24.10.1", - "tailwindcss": "^4.1.0", - "typescript": "~5.9.3", - "vite": "^7.3.1", - "vite-plugin-node-polyfills": "^0.25.0", - "vite-plugin-solid": "^2.11.10" + "tailwindcss": "4.2.1", + "typescript": "5.9.3", + "vite": "7.3.1", + "vite-plugin-node-polyfills": "0.25.0", + "vite-plugin-solid": "2.11.10" } } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 799f7a91a..f2719f5f8 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -11,7 +11,7 @@ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", "@txnlab/use-wallet-kibisis": "workspace:*", @@ -24,18 +24,18 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1" + "canonify": "2.1.1" }, "devDependencies": { - "@sveltejs/adapter-static": "^3.0.0", - "@sveltejs/kit": "^2.50.2", - "@sveltejs/vite-plugin-svelte": "^6.2.4", - "@tailwindcss/vite": "^4.1.0", - "svelte": "^5.51.0", - "svelte-check": "^4.4.2", - "tailwindcss": "^4.1.0", - "typescript": "^5.9.3", - "vite": "^7.3.1", - "vite-plugin-node-polyfills": "^0.25.0" + "@sveltejs/adapter-static": "3.0.10", + "@sveltejs/kit": "2.53.4", + "@sveltejs/vite-plugin-svelte": "6.2.4", + "@tailwindcss/vite": "4.2.1", + "svelte": "5.53.7", + "svelte-check": "4.4.4", + "tailwindcss": "4.2.1", + "typescript": "5.9.3", + "vite": "7.3.1", + "vite-plugin-node-polyfills": "0.25.0" } } diff --git a/examples/vanilla-ts/package.json b/examples/vanilla-ts/package.json index e18a9effc..3984e48cc 100644 --- a/examples/vanilla-ts/package.json +++ b/examples/vanilla-ts/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet": "workspace:*", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", @@ -22,13 +22,13 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1" + "canonify": "2.1.1" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.0", - "tailwindcss": "^4.1.0", - "typescript": "~5.9.3", - "vite": "^7.3.1", - "vite-plugin-node-polyfills": "^0.25.0" + "@tailwindcss/vite": "4.2.1", + "tailwindcss": "4.2.1", + "typescript": "5.9.3", + "vite": "7.3.1", + "vite-plugin-node-polyfills": "0.25.0" } } diff --git a/examples/vue/package.json b/examples/vue/package.json index a7ecada66..b328eb3de 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@noble/ed25519": "^3.1.0", + "@noble/ed25519": "3.1.0", "@txnlab/use-wallet-defly": "workspace:*", "@txnlab/use-wallet-exodus": "workspace:*", "@txnlab/use-wallet-kibisis": "workspace:*", @@ -22,18 +22,18 @@ "@txnlab/use-wallet-walletconnect": "workspace:*", "@txnlab/use-wallet-web3auth": "workspace:*", "algosdk": "3.6.0", - "canonify": "^2.1.1", - "vue": "^3.5.25" + "canonify": "2.1.1", + "vue": "3.5.27" }, "devDependencies": { - "@tailwindcss/vite": "^4.1.0", + "@tailwindcss/vite": "4.2.1", "@types/node": "^24.10.1", - "@vitejs/plugin-vue": "^6.0.2", - "@vue/tsconfig": "^0.8.1", - "tailwindcss": "^4.1.0", - "typescript": "~5.9.3", - "vite": "^7.3.1", - "vite-plugin-node-polyfills": "^0.25.0", - "vue-tsc": "^3.1.5" + "@vitejs/plugin-vue": "6.0.3", + "@vue/tsconfig": "0.8.1", + "tailwindcss": "4.2.1", + "typescript": "5.9.3", + "vite": "7.3.1", + "vite-plugin-node-polyfills": "0.25.0", + "vue-tsc": "3.2.5" } } diff --git a/package.json b/package.json index 0ed678007..50ffccd4d 100644 --- a/package.json +++ b/package.json @@ -33,15 +33,15 @@ "test:e2e:ui": "playwright test --ui" }, "devDependencies": { - "@eslint/js": "^9.28.0", + "@eslint/js": "9.39.3", "@playwright/test": "1.58.1", - "@semantic-release/changelog": "^6.0.3", - "@semantic-release/commit-analyzer": "^13.0.1", - "@semantic-release/exec": "^7.1.0", - "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^12.0.6", - "@semantic-release/npm": "^13.1.5", - "@semantic-release/release-notes-generator": "^14.1.0", + "@semantic-release/changelog": "6.0.3", + "@semantic-release/commit-analyzer": "13.0.1", + "@semantic-release/exec": "7.1.0", + "@semantic-release/git": "10.0.1", + "@semantic-release/github": "12.0.6", + "@semantic-release/npm": "13.1.5", + "@semantic-release/release-notes-generator": "14.1.0", "@sveltejs/kit": "2.50.1", "@sveltejs/vite-plugin-svelte": "6.2.4", "@testing-library/jest-dom": "6.9.1", @@ -51,12 +51,12 @@ "@vitejs/plugin-vue": "6.0.3", "@vitejs/plugin-vue-jsx": "5.1.3", "@vue/test-utils": "2.4.6", - "eslint": "^9.28.0", - "eslint-config-prettier": "^10.1.8", + "eslint": "9.39.3", + "eslint-config-prettier": "10.1.8", "prettier": "3.8.1", - "publint": "^0.3.18", - "semantic-release": "^25.0.3", - "typescript-eslint": "^8.33.1", + "publint": "0.3.18", + "semantic-release": "25.0.3", + "typescript-eslint": "8.56.1", "vite": "6.4.1", "vite-plugin-node-polyfills": "0.25.0", "vite-plugin-solid": "2.11.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60413b563..2b0f6aafa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,31 +9,31 @@ importers: .: devDependencies: '@eslint/js': - specifier: ^9.28.0 + specifier: 9.39.3 version: 9.39.3 '@playwright/test': specifier: 1.58.1 version: 1.58.1 '@semantic-release/changelog': - specifier: ^6.0.3 + specifier: 6.0.3 version: 6.0.3(semantic-release@25.0.3(typescript@5.9.3)) '@semantic-release/commit-analyzer': - specifier: ^13.0.1 + specifier: 13.0.1 version: 13.0.1(semantic-release@25.0.3(typescript@5.9.3)) '@semantic-release/exec': - specifier: ^7.1.0 + specifier: 7.1.0 version: 7.1.0(semantic-release@25.0.3(typescript@5.9.3)) '@semantic-release/git': - specifier: ^10.0.1 + specifier: 10.0.1 version: 10.0.1(semantic-release@25.0.3(typescript@5.9.3)) '@semantic-release/github': - specifier: ^12.0.6 + specifier: 12.0.6 version: 12.0.6(semantic-release@25.0.3(typescript@5.9.3)) '@semantic-release/npm': - specifier: ^13.1.5 + specifier: 13.1.5 version: 13.1.5(semantic-release@25.0.3(typescript@5.9.3)) '@semantic-release/release-notes-generator': - specifier: ^14.1.0 + specifier: 14.1.0 version: 14.1.0(semantic-release@25.0.3(typescript@5.9.3)) '@sveltejs/kit': specifier: 2.50.1 @@ -63,22 +63,22 @@ importers: specifier: 2.4.6 version: 2.4.6 eslint: - specifier: ^9.28.0 + specifier: 9.39.3 version: 9.39.3(jiti@2.6.1) eslint-config-prettier: - specifier: ^10.1.8 + specifier: 10.1.8 version: 10.1.8(eslint@9.39.3(jiti@2.6.1)) prettier: specifier: 3.8.1 version: 3.8.1 publint: - specifier: ^0.3.18 + specifier: 0.3.18 version: 0.3.18 semantic-release: - specifier: ^25.0.3 + specifier: 25.0.3 version: 25.0.3(typescript@5.9.3) typescript-eslint: - specifier: ^8.33.1 + specifier: 8.56.1 version: 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) vite: specifier: 6.4.1 @@ -99,7 +99,7 @@ importers: examples/next: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet-defly': specifier: workspace:* @@ -138,7 +138,7 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 next: specifier: 16.1.6 @@ -151,7 +151,7 @@ importers: version: 19.2.3(react@19.2.3) devDependencies: '@tailwindcss/postcss': - specifier: ^4 + specifier: 4.2.1 version: 4.2.1 '@types/node': specifier: ^20 @@ -163,16 +163,16 @@ importers: specifier: ^19 version: 19.2.3(@types/react@19.2.14) tailwindcss: - specifier: ^4 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ^5 + specifier: 5.9.3 version: 5.9.3 examples/nuxt: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet-defly': specifier: workspace:* @@ -211,32 +211,32 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 nuxt: - specifier: ^3.21.0 - version: 3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2) + specifier: 3.21.0 + version: 3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2) vue: - specifier: ^3.5.25 + specifier: 3.5.27 version: 3.5.27(typescript@5.9.3) devDependencies: '@tailwindcss/vite': - specifier: ^4.1.0 - version: 4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + specifier: 4.2.1 + version: 4.2.1(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) tailwindcss: - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ^5.9.3 + specifier: 5.9.3 version: 5.9.3 vite-plugin-node-polyfills: - specifier: ^0.25.0 - version: 0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + specifier: 0.25.0 + version: 0.25.0(rollup@4.57.1)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) examples/react: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet-defly': specifier: workspace:* @@ -275,20 +275,20 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 react: - specifier: ^19.2.0 + specifier: 19.2.4 version: 19.2.4 react-dom: - specifier: ^19.2.0 + specifier: 19.2.4 version: 19.2.4(react@19.2.4) devDependencies: '@eslint/js': - specifier: ^9.39.1 + specifier: 9.39.3 version: 9.39.3 '@tailwindcss/vite': - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) '@types/node': specifier: ^24.10.1 @@ -300,40 +300,40 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^5.1.1 + specifier: 5.1.4 version: 5.1.4(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) eslint: - specifier: ^9.39.1 + specifier: 9.39.3 version: 9.39.3(jiti@2.6.1) eslint-plugin-react-hooks: - specifier: ^7.0.1 + specifier: 7.0.1 version: 7.0.1(eslint@9.39.3(jiti@2.6.1)) eslint-plugin-react-refresh: - specifier: ^0.4.24 + specifier: 0.4.26 version: 0.4.26(eslint@9.39.3(jiti@2.6.1)) globals: - specifier: ^16.5.0 + specifier: 16.5.0 version: 16.5.0 tailwindcss: - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ~5.9.3 + specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: ^8.48.0 + specifier: 8.56.1 version: 8.56.1(eslint@9.39.3(jiti@2.6.1))(typescript@5.9.3) vite: - specifier: ^7.3.1 + specifier: 7.3.1 version: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vite-plugin-node-polyfills: - specifier: ^0.25.0 + specifier: 0.25.0 version: 0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) examples/solid: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet-defly': specifier: workspace:* @@ -372,38 +372,38 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 solid-js: - specifier: ^1.9.10 + specifier: 1.9.11 version: 1.9.11 devDependencies: '@tailwindcss/vite': - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) '@types/node': specifier: ^24.10.1 version: 24.12.0 tailwindcss: - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ~5.9.3 + specifier: 5.9.3 version: 5.9.3 vite: - specifier: ^7.3.1 + specifier: 7.3.1 version: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vite-plugin-node-polyfills: - specifier: ^0.25.0 + specifier: 0.25.0 version: 0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) vite-plugin-solid: - specifier: ^2.11.10 + specifier: 2.11.10 version: 2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) examples/svelte: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet-defly': specifier: workspace:* @@ -442,44 +442,44 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 devDependencies: '@sveltejs/adapter-static': - specifier: ^3.0.0 + specifier: 3.0.10 version: 3.0.10(@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))) '@sveltejs/kit': - specifier: ^2.50.2 + specifier: 2.53.4 version: 2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) '@sveltejs/vite-plugin-svelte': - specifier: ^6.2.4 + specifier: 6.2.4 version: 6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) '@tailwindcss/vite': - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) svelte: - specifier: ^5.51.0 + specifier: 5.53.7 version: 5.53.7 svelte-check: - specifier: ^4.4.2 + specifier: 4.4.4 version: 4.4.4(picomatch@4.0.3)(svelte@5.53.7)(typescript@5.9.3) tailwindcss: - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ^5.9.3 + specifier: 5.9.3 version: 5.9.3 vite: - specifier: ^7.3.1 + specifier: 7.3.1 version: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vite-plugin-node-polyfills: - specifier: ^0.25.0 + specifier: 0.25.0 version: 0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) examples/vanilla-ts: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet': specifier: workspace:* @@ -518,29 +518,29 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 devDependencies: '@tailwindcss/vite': - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) tailwindcss: - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ~5.9.3 + specifier: 5.9.3 version: 5.9.3 vite: - specifier: ^7.3.1 + specifier: 7.3.1 version: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vite-plugin-node-polyfills: - specifier: ^0.25.0 + specifier: 0.25.0 version: 0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) examples/vue: dependencies: '@noble/ed25519': - specifier: ^3.1.0 + specifier: 3.1.0 version: 3.1.0 '@txnlab/use-wallet-defly': specifier: workspace:* @@ -579,38 +579,38 @@ importers: specifier: 3.6.0 version: 3.6.0 canonify: - specifier: ^2.1.1 + specifier: 2.1.1 version: 2.1.1 vue: - specifier: ^3.5.25 + specifier: 3.5.27 version: 3.5.27(typescript@5.9.3) devDependencies: '@tailwindcss/vite': - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) '@types/node': specifier: ^24.10.1 version: 24.12.0 '@vitejs/plugin-vue': - specifier: ^6.0.2 + specifier: 6.0.3 version: 6.0.3(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) '@vue/tsconfig': - specifier: ^0.8.1 + specifier: 0.8.1 version: 0.8.1(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3)) tailwindcss: - specifier: ^4.1.0 + specifier: 4.2.1 version: 4.2.1 typescript: - specifier: ~5.9.3 + specifier: 5.9.3 version: 5.9.3 vite: - specifier: ^7.3.1 + specifier: 7.3.1 version: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vite-plugin-node-polyfills: - specifier: ^0.25.0 + specifier: 0.25.0 version: 0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) vue-tsc: - specifier: ^3.1.5 + specifier: 3.2.5 version: 3.2.5(typescript@5.9.3) packages/core: @@ -1875,9 +1875,11 @@ packages: '@metamask/sdk-analytics@0.0.5': resolution: {integrity: sha512-fDah+keS1RjSUlC8GmYXvx6Y26s3Ax1U9hGpWb6GSY5SAdmTSIqp2CvYy6yW0WgLhnYhW+6xERuD0eVqV63QIQ==} + deprecated: No longer maintained, superseded by @metamask/connect-analytics '@metamask/sdk-communication-layer@0.33.1': resolution: {integrity: sha512-0bI9hkysxcfbZ/lk0T2+aKVo1j0ynQVTuB3sJ5ssPWlz+Z3VwveCkP1O7EVu1tsVVCb0YV5WxK9zmURu2FIiaA==} + deprecated: No longer maintained, superseded by https://docs.metamask.io/metamask-connect peerDependencies: cross-fetch: ^4.0.0 eciesjs: '*' @@ -1887,9 +1889,11 @@ packages: '@metamask/sdk-install-modal-web@0.32.1': resolution: {integrity: sha512-MGmAo6qSjf1tuYXhCu2EZLftq+DSt5Z7fsIKr2P+lDgdTPWgLfZB1tJKzNcwKKOdf6q9Qmmxn7lJuI/gq5LrKw==} + deprecated: No longer maintained, superseded by https://docs.metamask.io/metamask-connect '@metamask/sdk@0.34.0': resolution: {integrity: sha512-8dkJUShZ5zFqYjNmhJaqKgDzZVne+F2rNjMQJ3pxs89n3oOUNuJ8dsTo08Grf9vlQ6Ldpdt2RTwqbrxKWyyqlw==} + deprecated: No longer maintained, superseded by https://docs.metamask.io/metamask-connect '@metamask/smart-accounts-kit@0.3.0': resolution: {integrity: sha512-WwaLwSB3WO5p0WpuxVEvTJbOZ1dr2wCBeq1IoEpv9EjFwiPNXlorji77PRskjQjFgFAc9XrERt4jWX7oua6N+Q==} @@ -2681,7 +2685,7 @@ packages: '@paulmillr/qr@0.2.1': resolution: {integrity: sha512-IHnV6A+zxU7XwmKFinmYjUcwlyK9+xkG3/s9KcQhI9BjQKycrJ1JRO+FbNYPwZiPKW3je/DR0k7w8/gLa5eaxQ==} - deprecated: 'The package is now available as "qr": npm install qr' + deprecated: 'Switch to "qr" (new package name) for security updates: npm install qr' '@perawallet/connect@1.6.0': resolution: {integrity: sha512-lbOTCvHvlE06buRKIEx6pz0cOEpSoy0brUpOa6IWwNrVKihgSzOFxnYriqc8bUpwYjKDWKLi4bl5qJXcxRTeNw==} @@ -4206,9 +4210,6 @@ packages: resolution: {integrity: sha512-gOsf2YwSlleG6IjRYG2A7k0HmBMEo6qVNk9Bp/EaLgAJT5ngH6PXbqa4ItvnEwCm/velL5jAnQgsHsWnjhGmvw==} engines: {node: '>=18'} - ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@6.14.0: resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} @@ -6476,9 +6477,6 @@ packages: resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} engines: {node: 18 || 20 || >=22} - minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} - minimatch@3.1.5: resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} @@ -7707,11 +7705,6 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.3: - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.4: resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} @@ -8297,10 +8290,6 @@ packages: resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} engines: {node: '>=16'} - type-fest@5.4.3: - resolution: {integrity: sha512-AXSAQJu79WGc79/3e9/CR77I/KQgeY1AhNvcShIH4PTcGYyC4xv6H4R4AUOwkPS5799KlVDAu8zExeCrkGquiA==} - engines: {node: '>=20'} - type-fest@5.4.4: resolution: {integrity: sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==} engines: {node: '>=20'} @@ -8574,10 +8563,12 @@ packages: uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true validate-npm-package-license@3.0.4: @@ -9614,7 +9605,7 @@ snapshots: dependencies: '@eslint/object-schema': 2.1.7 debug: 4.4.3 - minimatch: 3.1.2 + minimatch: 3.1.5 transitivePeerDependencies: - supports-color @@ -10229,7 +10220,7 @@ snapshots: perfect-debounce: 2.1.0 pkg-types: 2.3.0 scule: 1.3.0 - semver: 7.7.3 + semver: 7.7.4 srvx: 0.10.1 std-env: 3.10.0 tinyexec: 1.0.2 @@ -10243,11 +10234,11 @@ snapshots: '@nuxt/devalue@2.0.2': {} - '@nuxt/devtools-kit@3.1.1(magicast@0.5.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))': + '@nuxt/devtools-kit@3.1.1(magicast@0.5.1)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@nuxt/kit': 4.3.0(magicast@0.5.1) execa: 8.0.1 - vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) transitivePeerDependencies: - magicast @@ -10260,14 +10251,14 @@ snapshots: pathe: 2.0.3 pkg-types: 2.3.0 prompts: 2.4.2 - semver: 7.7.3 + semver: 7.7.4 - '@nuxt/devtools@3.1.1(bufferutil@4.1.0)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))': + '@nuxt/devtools@3.1.1(bufferutil@4.1.0)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))': dependencies: - '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) '@nuxt/devtools-wizard': 3.1.1 '@nuxt/kit': 4.3.0(magicast@0.5.1) - '@vue/devtools-core': 8.0.5(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) + '@vue/devtools-core': 8.0.5(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) '@vue/devtools-kit': 8.0.5 birpc: 2.9.0 consola: 3.4.2 @@ -10287,14 +10278,14 @@ snapshots: pathe: 2.0.3 perfect-debounce: 2.1.0 pkg-types: 2.3.0 - semver: 7.7.3 + semver: 7.7.4 simple-git: 3.30.0 sirv: 3.0.2 structured-clone-es: 1.0.0 tinyglobby: 0.2.15 - vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) - vite-plugin-inspect: 11.3.3(@nuxt/kit@4.3.0(magicast@0.5.1))(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) - vite-plugin-vue-tracer: 1.2.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + vite-plugin-inspect: 11.3.3(@nuxt/kit@4.3.0(magicast@0.5.1))(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + vite-plugin-vue-tracer: 1.2.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) which: 5.0.0 ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) transitivePeerDependencies: @@ -10321,7 +10312,7 @@ snapshots: pkg-types: 2.3.0 rc9: 2.1.2 scule: 1.3.0 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 ufo: 1.6.3 unctx: 2.5.0 @@ -10346,7 +10337,7 @@ snapshots: pkg-types: 2.3.0 rc9: 2.1.2 scule: 1.3.0 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 ufo: 1.6.3 unctx: 2.5.0 @@ -10354,7 +10345,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/nitro-server@3.21.0(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(rolldown@1.0.0-rc.7)(typescript@5.9.3)': + '@nuxt/nitro-server@3.21.0(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(rolldown@1.0.0-rc.7)(typescript@5.9.3)': dependencies: '@nuxt/devalue': 2.0.2 '@nuxt/kit': 3.21.0(magicast@0.5.1) @@ -10372,7 +10363,7 @@ snapshots: klona: 2.0.6 mocked-exports: 0.1.1 nitropack: 2.13.1(idb-keyval@6.2.2)(rolldown@1.0.0-rc.7) - nuxt: 3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2) + nuxt: 3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2) ohash: 2.0.11 pathe: 2.0.3 pkg-types: 2.3.0 @@ -10444,7 +10435,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/vite-builder@3.21.0(@types/node@24.12.0)(eslint@9.39.3(jiti@2.6.1))(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))(yaml@2.8.2)': + '@nuxt/vite-builder@3.21.0(@types/node@24.12.0)(eslint@9.39.3(jiti@2.6.1))(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))(yaml@2.8.2)': dependencies: '@nuxt/kit': 3.21.0(magicast@0.5.1) '@rollup/plugin-replace': 6.0.3(rollup@4.57.1) @@ -10464,7 +10455,7 @@ snapshots: magic-string: 0.30.21 mlly: 1.8.0 mocked-exports: 0.1.1 - nuxt: 3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2) + nuxt: 3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2) ohash: 2.0.11 pathe: 2.0.3 perfect-debounce: 2.1.0 @@ -11249,7 +11240,7 @@ snapshots: read-pkg: 10.1.0 registry-auth-token: 5.1.1 semantic-release: 25.0.3(typescript@5.9.3) - semver: 7.7.3 + semver: 7.7.4 tempy: 3.2.0 '@semantic-release/release-notes-generator@14.1.0(semantic-release@25.0.3(typescript@5.9.3))': @@ -11498,6 +11489,13 @@ snapshots: postcss: 8.5.6 tailwindcss: 4.2.1 + '@tailwindcss/vite@4.2.1(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))': + dependencies: + '@tailwindcss/node': 4.2.1 + '@tailwindcss/oxide': 4.2.1 + tailwindcss: 4.2.1 + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + '@tailwindcss/vite@4.2.1(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@tailwindcss/node': 4.2.1 @@ -12083,7 +12081,7 @@ snapshots: '@typescript-eslint/visitor-keys': 8.56.1 debug: 4.4.3 minimatch: 10.2.4 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 @@ -12325,14 +12323,14 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-core@8.0.5(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))': + '@vue/devtools-core@8.0.5(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))': dependencies: '@vue/devtools-kit': 8.0.5 '@vue/devtools-shared': 8.0.5 mitt: 3.0.1 nanoid: 5.1.6 pathe: 2.0.3 - vite-hot-client: 2.1.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + vite-hot-client: 2.1.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) vue: 3.5.27(typescript@5.9.3) transitivePeerDependencies: - vite @@ -13182,13 +13180,6 @@ snapshots: clean-stack: 5.3.0 indent-string: 5.0.0 - ajv@6.12.6: - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 - ajv@6.14.0: dependencies: fast-deep-equal: 3.1.3 @@ -13791,7 +13782,7 @@ snapshots: conventional-commits-filter: 5.0.0 handlebars: 4.7.8 meow: 13.2.0 - semver: 7.7.3 + semver: 7.7.4 conventional-commits-filter@5.0.0: {} @@ -14107,7 +14098,7 @@ snapshots: dot-prop@10.1.0: dependencies: - type-fest: 5.4.3 + type-fest: 5.4.4 dot-prop@5.3.0: dependencies: @@ -14147,7 +14138,7 @@ snapshots: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.7.3 + semver: 7.7.4 ee-first@1.1.1: {} @@ -14360,7 +14351,7 @@ snapshots: '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.8 - ajv: 6.12.6 + ajv: 6.14.0 chalk: 4.1.2 cross-spawn: 7.0.6 debug: 4.4.3 @@ -14379,7 +14370,7 @@ snapshots: is-glob: 4.0.3 json-stable-stringify-without-jsonify: 1.0.1 lodash.merge: 4.6.2 - minimatch: 3.1.2 + minimatch: 3.1.5 natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: @@ -15537,10 +15528,6 @@ snapshots: dependencies: brace-expansion: 5.0.4 - minimatch@3.1.2: - dependencies: - brace-expansion: 1.1.12 - minimatch@3.1.5: dependencies: brace-expansion: 1.1.12 @@ -15705,7 +15692,7 @@ snapshots: rollup: 4.57.1 rollup-plugin-visualizer: 6.0.5(rolldown@1.0.0-rc.7)(rollup@4.57.1) scule: 1.3.0 - semver: 7.7.3 + semver: 7.7.4 serve-placeholder: 2.0.2 serve-static: 2.2.1 source-map: 0.7.6 @@ -15848,16 +15835,16 @@ snapshots: dependencies: boolbase: 1.0.0 - nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2): + nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2): dependencies: '@dxup/nuxt': 0.3.2(magicast@0.5.1) '@nuxt/cli': 3.32.0(cac@6.7.14)(magicast@0.5.1) - '@nuxt/devtools': 3.1.1(bufferutil@4.1.0)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) + '@nuxt/devtools': 3.1.1(bufferutil@4.1.0)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) '@nuxt/kit': 3.21.0(magicast@0.5.1) - '@nuxt/nitro-server': 3.21.0(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(rolldown@1.0.0-rc.7)(typescript@5.9.3) + '@nuxt/nitro-server': 3.21.0(db0@0.3.4)(idb-keyval@6.2.2)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(rolldown@1.0.0-rc.7)(typescript@5.9.3) '@nuxt/schema': 3.21.0 '@nuxt/telemetry': 2.6.6(magicast@0.5.1) - '@nuxt/vite-builder': 3.21.0(@types/node@24.12.0)(eslint@9.39.3(jiti@2.6.1))(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))(yaml@2.8.2) + '@nuxt/vite-builder': 3.21.0(@types/node@24.12.0)(eslint@9.39.3(jiti@2.6.1))(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(nuxt@3.21.0(@parcel/watcher@2.5.6)(@types/node@24.12.0)(@vue/compiler-sfc@3.5.27)(bufferutil@4.1.0)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.3(jiti@2.6.1))(idb-keyval@6.2.2)(ioredis@5.9.2)(lightningcss@1.31.1)(magicast@0.5.1)(meow@13.2.0)(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(utf-8-validate@6.0.6)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.5(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rolldown@1.0.0-rc.7)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))(yaml@2.8.2) '@unhead/vue': 2.1.2(vue@3.5.27(typescript@5.9.3)) '@vue/shared': 3.5.27 c12: 3.3.3(magicast@0.5.1) @@ -15894,7 +15881,7 @@ snapshots: pkg-types: 2.3.0 rou3: 0.7.12 scule: 1.3.0 - semver: 7.7.3 + semver: 7.7.4 std-env: 3.10.0 tinyglobby: 0.2.15 ufo: 1.6.3 @@ -16725,7 +16712,7 @@ snapshots: dependencies: find-up-simple: 1.0.1 read-pkg: 10.1.0 - type-fest: 5.4.3 + type-fest: 5.4.4 read-pkg@10.1.0: dependencies: @@ -17021,7 +17008,7 @@ snapshots: p-reduce: 3.0.0 read-package-up: 12.0.0 resolve-from: 5.0.0 - semver: 7.7.3 + semver: 7.7.4 signale: 1.4.0 yargs: 18.0.0 transitivePeerDependencies: @@ -17032,8 +17019,6 @@ snapshots: semver@6.3.1: {} - semver@7.7.3: {} - semver@7.7.4: {} send@1.2.1: @@ -17104,7 +17089,7 @@ snapshots: dependencies: '@img/colour': 1.1.0 detect-libc: 2.1.2 - semver: 7.7.3 + semver: 7.7.4 optionalDependencies: '@img/sharp-darwin-arm64': 0.34.5 '@img/sharp-darwin-x64': 0.34.5 @@ -17686,10 +17671,6 @@ snapshots: type-fest@4.41.0: {} - type-fest@5.4.3: - dependencies: - tagged-tag: 1.0.0 - type-fest@5.4.4: dependencies: tagged-tag: 1.0.0 @@ -17973,15 +17954,15 @@ snapshots: - utf-8-validate - zod - vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): + vite-dev-rpc@1.1.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): dependencies: birpc: 2.9.0 - vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) - vite-hot-client: 2.1.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + vite-hot-client: 2.1.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) - vite-hot-client@2.1.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): + vite-hot-client@2.1.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): dependencies: - vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vite-node@3.2.4(@types/node@20.11.30)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2): dependencies: @@ -18064,7 +18045,7 @@ snapshots: typescript: 5.9.3 vue-tsc: 3.2.5(typescript@5.9.3) - vite-plugin-inspect@11.3.3(@nuxt/kit@4.3.0(magicast@0.5.1))(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): + vite-plugin-inspect@11.3.3(@nuxt/kit@4.3.0(magicast@0.5.1))(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): dependencies: ansis: 4.2.0 debug: 4.4.3 @@ -18074,8 +18055,8 @@ snapshots: perfect-debounce: 2.1.0 sirv: 3.0.2 unplugin-utils: 0.3.1 - vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) - vite-dev-rpc: 1.1.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + vite-dev-rpc: 1.1.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)) optionalDependencies: '@nuxt/kit': 4.3.0(magicast@0.5.1) transitivePeerDependencies: @@ -18089,6 +18070,14 @@ snapshots: transitivePeerDependencies: - rollup + vite-plugin-node-polyfills@0.25.0(rollup@4.57.1)(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): + dependencies: + '@rollup/plugin-inject': 5.0.5(rollup@4.57.1) + node-stdlib-browser: 1.3.1 + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + transitivePeerDependencies: + - rollup + vite-plugin-node-polyfills@0.25.0(rollup@4.57.1)(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)): dependencies: '@rollup/plugin-inject': 5.0.5(rollup@4.57.1) @@ -18127,14 +18116,14 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-vue-tracer@1.2.0(vite@7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)): + vite-plugin-vue-tracer@1.2.0(vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)): dependencies: estree-walker: 3.0.3 exsolve: 1.0.8 magic-string: 0.30.21 pathe: 2.0.3 source-map-js: 1.2.1 - vite: 7.3.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2) vue: 3.5.27(typescript@5.9.3) vite@6.4.1(@types/node@20.11.30)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2): @@ -18153,6 +18142,22 @@ snapshots: terser: 5.46.0 yaml: 2.8.2 + vite@6.4.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2): + dependencies: + esbuild: 0.25.12 + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + postcss: 8.5.6 + rollup: 4.57.1 + tinyglobby: 0.2.15 + optionalDependencies: + '@types/node': 24.12.0 + fsevents: 2.3.3 + jiti: 2.6.1 + lightningcss: 1.31.1 + terser: 5.46.0 + yaml: 2.8.2 + vite@7.3.1(@types/node@20.11.30)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2): dependencies: esbuild: 0.27.2