diff --git a/.github/.nvmrc b/.github/.nvmrc index 9d673278..5767036a 100644 --- a/.github/.nvmrc +++ b/.github/.nvmrc @@ -1 +1 @@ -22.8.0 +22.21.1 diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 2afb502f..daaa4632 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -74,6 +74,6 @@ jobs: run: pnpm lint-sherif - name: Apply fixes - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a + uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 with: commit-message: "ci(monorepo): Apply automated CI fixes" diff --git a/.github/workflows/schedule-stale.yml b/.github/workflows/schedule-stale.yml index 79529d4d..50b997c0 100644 --- a/.github/workflows/schedule-stale.yml +++ b/.github/workflows/schedule-stale.yml @@ -19,7 +19,7 @@ jobs: steps: - name: stale-more-info-needed id: stale-more-info-needed - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 14 @@ -35,7 +35,7 @@ jobs: - name: stale-needs-rebase id: stale-needs-rebase - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 14 @@ -51,7 +51,7 @@ jobs: - name: stale-repro-needed id: stale-repro-needed - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 14 @@ -67,7 +67,7 @@ jobs: - name: stale-retry-with-latest id: stale-retry-with-latest - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 14 @@ -83,7 +83,7 @@ jobs: - name: stale-bug id: stale-bug - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 180 @@ -99,7 +99,7 @@ jobs: - name: stale-cleanup id: stale-cleanup - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 180 @@ -115,7 +115,7 @@ jobs: - name: stale-docs id: stale-docs - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 180 @@ -131,7 +131,7 @@ jobs: - name: stale-enhancement id: stale-enhancement - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 250 @@ -147,7 +147,7 @@ jobs: - name: stale-feature id: stale-feature - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 250 @@ -163,7 +163,7 @@ jobs: - name: stale-question id: stale-question - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} days-before-stale: 45 diff --git a/apps/cli/package.json b/apps/cli/package.json index 9d7777ef..27d93398 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -10,7 +10,7 @@ }, "private": false, "engines": { - "node": ">=18.0.0" + "node": ">=18.20.8" }, "bin": { "cyclone-ui": "./bin/run.js", @@ -24,35 +24,35 @@ "/oclif.manifest.json" ], "dependencies": { - "@clack/prompts": "^0.7.0", - "@oclif/core": "^4.0.22", - "@oclif/plugin-autocomplete": "^3.0.13", - "@oclif/plugin-help": "^6.0.20", - "@oclif/plugin-not-found": "^3.1.2", - "@oclif/plugin-plugins": "^5.0.7", - "@oclif/plugin-search": "^1.0.21", - "@oclif/plugin-update": "^4.2.4", - "@oclif/plugin-version": "^2.0.16", - "@oclif/plugin-warn-if-update-available": "^3.0.15", + "@clack/prompts": "^0.11.0", + "@oclif/core": "^4.8.0", + "@oclif/plugin-autocomplete": "^3.2.39", + "@oclif/plugin-help": "^6.2.36", + "@oclif/plugin-not-found": "^3.2.73", + "@oclif/plugin-plugins": "^5.4.54", + "@oclif/plugin-search": "^1.2.36", + "@oclif/plugin-update": "^4.7.16", + "@oclif/plugin-version": "^2.2.36", + "@oclif/plugin-warn-if-update-available": "^3.1.53", "@storm-software/config": "latest", "@storm-software/config-tools": "latest", "@storm-stack/errors": "latest", "@storm-stack/types": "latest", "@trpc/client": "npm:@trpc/client@next", "@trpc/server": "npm:@trpc/server@next", - "chroma-js": "^2.4.2", + "chroma-js": "^2.6.0", "execa": "^8.0.1", - "fs-extra": "^11.2.0", - "zod": "^3.23.8" + "fs-extra": "^11.3.3", + "zod": "^3.25.76" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240909.0", - "@oclif/test": "^3.2.8", + "@cloudflare/workers-types": "^4.20260103.0", + "@oclif/test": "^3.2.15", "@types/fs-extra": "^11.0.4", - "eslint-config-oclif": "^5.1.1", - "eslint-config-oclif-typescript": "^3.1.3", - "oclif": "^4.14.33", - "ts-node": "^10.9.1" + "eslint-config-oclif": "^5.2.2", + "eslint-config-oclif-typescript": "^3.1.14", + "oclif": "^4.22.63", + "ts-node": "^10.9.2" }, "publishConfig": { "access": "public" diff --git a/apps/nx/package.json b/apps/nx/package.json index 8f5730d9..373515ad 100644 --- a/apps/nx/package.json +++ b/apps/nx/package.json @@ -40,14 +40,14 @@ "monorepo" ], "dependencies": { - "@nx/devkit": "20.0.6", - "@nx/js": "20.0.6", + "@nx/devkit": "20.8.3", + "@nx/js": "20.8.3", "@storm-software/build-tools": "latest", "@storm-software/config": "latest", "@storm-software/config-tools": "latest", "@storm-software/workspace-tools": "latest", "@storm-stack/types": "latest", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "publishConfig": { "access": "public" diff --git a/apps/registry-worker/package.json b/apps/registry-worker/package.json index eff59fe6..f51a67ca 100644 --- a/apps/registry-worker/package.json +++ b/apps/registry-worker/package.json @@ -11,10 +11,10 @@ "private": false, "dependencies": { "@trpc/server": "npm:@trpc/server@next", - "zod": "^3.23.8" + "zod": "^3.25.76" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240909.0" + "@cloudflare/workers-types": "^4.20260103.0" }, "publishConfig": { "access": "public" diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 4b1038aa..d81e0b48 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -3,49 +3,49 @@ "version": "0.3.0", "private": true, "dependencies": { - "@react-navigation/native": "~6.1.9", - "@react-navigation/stack": "^6.3.20", - "@storybook/addon-actions": "^8.4.4", - "@storybook/addon-essentials": "^8.4.4", - "@storybook/addon-interactions": "^8.4.4", - "@storybook/addon-links": "^8.4.4", - "@storybook/addon-react-native-web": "^0.0.24", - "@storybook/blocks": "^8.4.4", - "@storybook/core-server": "^8.4.4", - "@storybook/icons": "^1.2.10", - "@storybook/manager-api": "^8.4.4", - "@storybook/react": "^8.4.4", - "@storybook/react-vite": "^8.4.4", - "@storybook/test": "8.4.4", - "@storybook/test-runner": "^0.19.1", - "@storybook/theming": "^8.4.4", - "@tamagui/animations-moti": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/portal": "^1.116.15", - "@tamagui/proxy-worm": "^1.116.15", - "@tamagui/react-native-svg": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/static": "^1.116.15", - "@tamagui/toast": "^1.116.15", - "@tamagui/use-presence": "^1.116.15", - "@tamagui/web": "^1.116.15", + "@react-navigation/native": "~6.1.18", + "@react-navigation/stack": "^6.4.1", + "@storybook/addon-actions": "^8.6.15", + "@storybook/addon-essentials": "^8.6.14", + "@storybook/addon-interactions": "^8.6.14", + "@storybook/addon-links": "^8.6.15", + "@storybook/addon-react-native-web": "^0.0.29", + "@storybook/blocks": "^8.6.14", + "@storybook/core-server": "^8.6.14", + "@storybook/icons": "^1.6.0", + "@storybook/manager-api": "^8.6.14", + "@storybook/react": "^8.6.15", + "@storybook/react-vite": "^8.6.15", + "@storybook/test": "8.6.15", + "@storybook/test-runner": "^0.24.2", + "@storybook/theming": "^8.6.14", + "@tamagui/animations-moti": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/portal": "^1.142.0", + "@tamagui/proxy-worm": "^1.142.0", + "@tamagui/react-native-svg": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/static": "^1.142.0", + "@tamagui/toast": "^1.142.0", + "@tamagui/use-presence": "^1.142.0", + "@tamagui/web": "^1.142.0", "expo-linear-gradient": "^12.7.2", - "expo-router": "^3.3.1", - "jotai-devtools": "^0.10.1", + "expo-router": "^3.5.24", + "jotai-devtools": "^0.13.0", "raf": "^3.4.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1", - "react-native-reanimated": "^3.16.1", - "react-native-web": "0.19.12", + "react-native-reanimated": "^3.19.5", + "react-native-web": "0.21.2", "tamagui": "^1.116.15", - "vite-plugin-react-native-web": "^1.1.2" + "vite-plugin-react-native-web": "^1.2.0" }, "devDependencies": { - "@tamagui/vite-plugin": "1.96.0", + "@tamagui/vite-plugin": "1.142.0", "@types/react": "^18.3.6", "@types/react-dom": "^18.3.0", - "@vitejs/plugin-react-swc": "^3.5.0", + "@vitejs/plugin-react-swc": "^3.11.0", "storybook": "^8.4.4", "typescript": "^5.6.2", "vite": "^5.3.1" diff --git a/apps/website/package.json b/apps/website/package.json index 9fdf48ca..7a5ffc5e 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -2,8 +2,8 @@ "name": "@cyclone-ui/website", "version": "0.2.0", "dependencies": { - "@opentelemetry/api": "^1.8.0", - "@tamagui/next-plugin": "^1.94.4", + "@opentelemetry/api": "^1.9.0", + "@tamagui/next-plugin": "^1.142.0", "next-transpile-modules": "^10.0.1", "raf": "^3.4.1" } diff --git a/components/accordion/package.json b/components/accordion/package.json index 8ca0b6b7..677c78e3 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -28,13 +28,13 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/accordion": "^1.116.15", - "@tamagui/collapsible": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/separator": "^1.116.15" + "@tamagui/accordion": "^1.142.0", + "@tamagui/collapsible": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/separator": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/alert-dialog/package.json b/components/alert-dialog/package.json index 508ebde7..bd921695 100644 --- a/components/alert-dialog/package.json +++ b/components/alert-dialog/package.json @@ -32,14 +32,14 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/alert/package.json b/components/alert/package.json index 78d75b1e..cd8c31ab 100644 --- a/components/alert/package.json +++ b/components/alert/package.json @@ -32,14 +32,14 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/badge/package.json b/components/badge/package.json index 90d6aa20..25c6fe2f 100644 --- a/components/badge/package.json +++ b/components/badge/package.json @@ -32,13 +32,13 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-font-sized": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-font-sized": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/body-text/package.json b/components/body-text/package.json index 959b9b66..b006008a 100644 --- a/components/body-text/package.json +++ b/components/body-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index c3f43759..f5fb423b 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -31,13 +31,13 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/button/package.json b/components/button/package.json index 702c50c7..4f53b03b 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -32,19 +32,19 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { - "@tamagui/lucide-icons": "^1.116.15", + "@tamagui/lucide-icons": "^1.142.0", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/components/bytes-text/package.json b/components/bytes-text/package.json index d4925f43..b05cfe48 100644 --- a/components/bytes-text/package.json +++ b/components/bytes-text/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@storm-stack/string-fns": "latest", - "@tamagui/core": "^1.116.15" + "@tamagui/core": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/callout/package.json b/components/callout/package.json index bab646cb..5db73e84 100644 --- a/components/callout/package.json +++ b/components/callout/package.json @@ -32,14 +32,14 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/card/package.json b/components/card/package.json index ffc6a2e8..d673f248 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -32,22 +32,22 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-font-sized": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-font-sized": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { - "@tamagui/lucide-icons": "^1.116.15", + "@tamagui/lucide-icons": "^1.142.0", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1", - "react-native-svg": "^15.8.0" + "react-native-svg": "^15.15.1" }, "publishConfig": { "access": "public" diff --git a/components/checkbox-field/package.json b/components/checkbox-field/package.json index 6dc35f3d..20ea0c2a 100644 --- a/components/checkbox-field/package.json +++ b/components/checkbox-field/package.json @@ -33,9 +33,9 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/checkbox-headless": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/checkbox-headless": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/checkbox/package.json b/components/checkbox/package.json index 533d60d7..9a13ee0b 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -27,16 +27,16 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/checkbox": "^1.116.15", - "@tamagui/checkbox-headless": "^1.116.15", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/checkbox": "^1.142.0", + "@tamagui/checkbox-headless": "^1.142.0", + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/container/package.json b/components/container/package.json index d496c451..3dce7758 100644 --- a/components/container/package.json +++ b/components/container/package.json @@ -32,9 +32,9 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/data-table/package.json b/components/data-table/package.json index 036dffea..c476ae26 100644 --- a/components/data-table/package.json +++ b/components/data-table/package.json @@ -35,18 +35,18 @@ "@storm-stack/string-fns": "latest", "@storm-stack/types": "latest", "@storm-stack/utilities": "latest", - "@tamagui/adapt": "^1.116.15", - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tanstack/react-table": "^8.17.3", - "@tanstack/table-core": "^8.17.3" + "@tamagui/adapt": "^1.142.0", + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tanstack/react-table": "^8.21.3", + "@tanstack/table-core": "^8.21.3" }, "devDependencies": { - "@tamagui/avatar": "^1.116.15", + "@tamagui/avatar": "^1.142.0", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/components/date-picker-field/package.json b/components/date-picker-field/package.json index f364a9ba..36d56f79 100644 --- a/components/date-picker-field/package.json +++ b/components/date-picker-field/package.json @@ -32,12 +32,12 @@ "react-native": "0.74.1" }, "dependencies": { - "@maskito/core": "^3.1.2", - "@maskito/kit": "^3.1.2", + "@maskito/core": "^3.11.1", + "@maskito/kit": "^3.11.1", "@storm-stack/date-time": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/core": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/date-picker/package.json b/components/date-picker/package.json index d89f7281..264ede0c 100644 --- a/components/date-picker/package.json +++ b/components/date-picker/package.json @@ -32,29 +32,29 @@ "react-native": "0.74.1" }, "dependencies": { - "@rehookify/datepicker": "^6.6.1", + "@rehookify/datepicker": "^6.6.8", "@storm-stack/date-time": "latest", "@storm-stack/hooks": "latest", - "@tamagui/adapt": "^1.116.15", - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/compose-refs": "^1.116.15", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/focusable": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/label": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/popover": "^1.116.15", - "@tamagui/separator": "^1.116.15", - "@tamagui/sheet": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/adapt": "^1.142.0", + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/compose-refs": "^1.142.0", + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/focusable": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/label": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/popover": "^1.142.0", + "@tamagui/separator": "^1.142.0", + "@tamagui/sheet": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/dialog/package.json b/components/dialog/package.json index 1bfbe549..1a1b3049 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -32,23 +32,23 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/alert-dialog": "^1.116.15", - "@tamagui/compose-refs": "^1.116.15", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/dialog": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-font-sized": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/use-controllable-state": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/alert-dialog": "^1.142.0", + "@tamagui/compose-refs": "^1.142.0", + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/dialog": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-font-sized": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/use-controllable-state": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/eyebrow-text/package.json b/components/eyebrow-text/package.json index 8c37c59a..e2fef101 100644 --- a/components/eyebrow-text/package.json +++ b/components/eyebrow-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/field/package.json b/components/field/package.json index 3765de83..32b421af 100644 --- a/components/field/package.json +++ b/components/field/package.json @@ -33,11 +33,11 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/label": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/label": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/file-picker-field/package.json b/components/file-picker-field/package.json index b0fded4f..f4aa18f0 100644 --- a/components/file-picker-field/package.json +++ b/components/file-picker-field/package.json @@ -34,9 +34,9 @@ "dependencies": { "@storm-stack/date-time": "latest", "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/core": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/file-picker/package.json b/components/file-picker/package.json index 19b3eda1..69fd1b1d 100644 --- a/components/file-picker/package.json +++ b/components/file-picker/package.json @@ -35,23 +35,23 @@ "@storm-stack/date-time": "latest", "@storm-stack/hooks": "latest", "@storm-stack/types": "latest", - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/image": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/separator": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15", + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/image": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/separator": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0", "expo-document-picker": "^11.10.1", - "expo-image-picker": "^15.0.5", - "react-dropzone": "^14.2.3", - "react-native-svg": "^15.8.0" + "expo-image-picker": "^15.1.0", + "react-dropzone": "^14.3.8", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/form/package.json b/components/form/package.json index a885e293..33e70385 100644 --- a/components/form/package.json +++ b/components/form/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/helpers": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/helpers": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/heading-text/package.json b/components/heading-text/package.json index 6b3645a8..aff2089a 100644 --- a/components/heading-text/package.json +++ b/components/heading-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/input-field/package.json b/components/input-field/package.json index 7951e015..1df83983 100644 --- a/components/input-field/package.json +++ b/components/input-field/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/input/package.json b/components/input/package.json index f2a2d90f..2e3faf4b 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -32,14 +32,14 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/focusable": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/separator": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/focusable": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/separator": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/label-text/package.json b/components/label-text/package.json index 5061dffa..c44d5aba 100644 --- a/components/label-text/package.json +++ b/components/label-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/link-text/package.json b/components/link-text/package.json index 45370f8c..cba574d3 100644 --- a/components/link-text/package.json +++ b/components/link-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/link/package.json b/components/link/package.json index abf4d2ac..207986a6 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -32,13 +32,13 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/shapes": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/shapes": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/message/package.json b/components/message/package.json index 33cc4752..07500f3b 100644 --- a/components/message/package.json +++ b/components/message/package.json @@ -32,11 +32,11 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/next-button/package.json b/components/next-button/package.json index 6cfe9707..74f40a9f 100644 --- a/components/next-button/package.json +++ b/components/next-button/package.json @@ -33,8 +33,8 @@ }, "dependencies": { "@storm-stack/hooks": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/number-text/package.json b/components/number-text/package.json index d4880498..ad9a2c84 100644 --- a/components/number-text/package.json +++ b/components/number-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@number-flow/react": "^0.4.2", - "@tamagui/core": "^1.116.15" + "@number-flow/react": "^0.5.10", + "@tamagui/core": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/pagination/package.json b/components/pagination/package.json index 7348a20d..c1931115 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -32,12 +32,12 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/core": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/pdf-document-display/package.json b/components/pdf-document-display/package.json index 24eed1be..54d73afc 100644 --- a/components/pdf-document-display/package.json +++ b/components/pdf-document-display/package.json @@ -33,9 +33,9 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "pdfjs-dist": "^4.7.76", - "react-pdf": "^9.1.1" + "@tamagui/core": "^1.142.0", + "pdfjs-dist": "^4.10.38", + "react-pdf": "^9.2.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/popover/package.json b/components/popover/package.json index 21375286..c1b47c47 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -32,16 +32,16 @@ "react-native": "0.74.1" }, "dependencies": { - "@floating-ui/react": "0.26.28", - "@tamagui/adapt": "^1.116.15", - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/popover": "^1.116.15", - "@tamagui/popper": "^1.116.15", - "@tamagui/sheet": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@floating-ui/react": "0.27.16", + "@tamagui/adapt": "^1.142.0", + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/popover": "^1.142.0", + "@tamagui/popper": "^1.142.0", + "@tamagui/sheet": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/previous-button/package.json b/components/previous-button/package.json index 5abe05ac..b9b7d430 100644 --- a/components/previous-button/package.json +++ b/components/previous-button/package.json @@ -33,8 +33,8 @@ }, "dependencies": { "@storm-stack/hooks": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/progress/package.json b/components/progress/package.json index d33d43b2..c60ef191 100644 --- a/components/progress/package.json +++ b/components/progress/package.json @@ -32,9 +32,9 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/progress": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/progress": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/radio-group-field/package.json b/components/radio-group-field/package.json index fc65a844..c67f726c 100644 --- a/components/radio-group-field/package.json +++ b/components/radio-group-field/package.json @@ -27,7 +27,7 @@ "types" ], "peerDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" @@ -35,13 +35,13 @@ "dependencies": { "@storm-stack/hooks": "latest", "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/label": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/core": "^1.142.0", + "@tamagui/label": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/components/radio-group/package.json b/components/radio-group/package.json index fe845b82..eb3693c3 100644 --- a/components/radio-group/package.json +++ b/components/radio-group/package.json @@ -34,16 +34,16 @@ "dependencies": { "@storm-stack/hooks": "latest", "@storm-stack/types": "latest", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/get-font-sized": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/label": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/radio-group": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/get-font-sized": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/label": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/radio-group": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/scroll-view/package.json b/components/scroll-view/package.json index 98a026d3..86b19319 100644 --- a/components/scroll-view/package.json +++ b/components/scroll-view/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/search-input-field/package.json b/components/search-input-field/package.json index 59cdf8ca..7850e2d0 100644 --- a/components/search-input-field/package.json +++ b/components/search-input-field/package.json @@ -32,9 +32,9 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/select-field/package.json b/components/select-field/package.json index 9a79d005..0bb8abf6 100644 --- a/components/select-field/package.json +++ b/components/select-field/package.json @@ -27,20 +27,20 @@ "types" ], "peerDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/components/select/package.json b/components/select/package.json index 963d4ca6..d92aa98b 100644 --- a/components/select/package.json +++ b/components/select/package.json @@ -33,23 +33,23 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/adapt": "^1.116.15", - "@tamagui/compose-refs": "^1.116.15", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/focusable": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/helpers-icon": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/list-item": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/select": "^1.116.15", - "@tamagui/separator": "^1.116.15", - "@tamagui/sheet": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/adapt": "^1.142.0", + "@tamagui/compose-refs": "^1.142.0", + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/focusable": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/helpers-icon": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/list-item": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/select": "^1.142.0", + "@tamagui/separator": "^1.142.0", + "@tamagui/sheet": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/spinner/package.json b/components/spinner/package.json index b1795166..54b6ebdc 100644 --- a/components/spinner/package.json +++ b/components/spinner/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/steps/package.json b/components/steps/package.json index 5bf0cfce..260b2845 100644 --- a/components/steps/package.json +++ b/components/steps/package.json @@ -32,22 +32,22 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/button": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-font-sized": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/shapes": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/tabs": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/use-controllable-state": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/button": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-font-sized": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/shapes": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/tabs": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/use-controllable-state": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/switch-field/package.json b/components/switch-field/package.json index e7901b16..58936a14 100644 --- a/components/switch-field/package.json +++ b/components/switch-field/package.json @@ -33,9 +33,9 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/switch-headless": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/switch-headless": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/switch/package.json b/components/switch/package.json index 7db60651..9ce2cb50 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -27,15 +27,15 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/group": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/switch": "^1.116.15", - "@tamagui/switch-headless": "^1.116.15" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/group": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/switch": "^1.142.0", + "@tamagui/switch-headless": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/table/package.json b/components/table/package.json index 298e8196..d534e6bf 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -32,21 +32,21 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/use-controllable-state": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/use-controllable-state": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { - "@tamagui/avatar": "^1.116.15", - "@tanstack/react-table": "^8.17.3", - "@tanstack/table-core": "^8.17.3", + "@tamagui/avatar": "^1.142.0", + "@tanstack/react-table": "^8.21.3", + "@tanstack/table-core": "^8.21.3", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/components/tabs/package.json b/components/tabs/package.json index 358eee4b..ec540f60 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -32,21 +32,21 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/animate-presence": "^1.116.15", - "@tamagui/button": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-font-sized": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15", - "@tamagui/tabs": "^1.116.15", - "@tamagui/text": "^1.116.15", - "@tamagui/use-controllable-state": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/animate-presence": "^1.142.0", + "@tamagui/button": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-font-sized": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0", + "@tamagui/tabs": "^1.142.0", + "@tamagui/text": "^1.142.0", + "@tamagui/use-controllable-state": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/themeable-gradient/package.json b/components/themeable-gradient/package.json index 8a31546a..768b9775 100644 --- a/components/themeable-gradient/package.json +++ b/components/themeable-gradient/package.json @@ -32,9 +32,9 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/linear-gradient": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/linear-gradient": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/themeable-icon/package.json b/components/themeable-icon/package.json index 322237b3..6084a0a7 100644 --- a/components/themeable-icon/package.json +++ b/components/themeable-icon/package.json @@ -32,15 +32,15 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/font-size": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "@tamagui/helpers": "^1.116.15", - "@tamagui/helpers-icon": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/web": "^1.116.15", - "react-native-svg": "^15.8.0" + "@tamagui/core": "^1.142.0", + "@tamagui/font-size": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "@tamagui/helpers": "^1.142.0", + "@tamagui/helpers-icon": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/web": "^1.142.0", + "react-native-svg": "^15.15.1" }, "devDependencies": { "react": "18.3.1", diff --git a/components/title-text/package.json b/components/title-text/package.json index c9f9c8db..2030da7e 100644 --- a/components/title-text/package.json +++ b/components/title-text/package.json @@ -32,8 +32,8 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/text": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/text": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/tooltip/package.json b/components/tooltip/package.json index 505996b2..51bec714 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -32,12 +32,12 @@ "react-native": "0.74.1" }, "dependencies": { - "@floating-ui/react": "0.26.28", - "@tamagui/core": "^1.116.15", - "@tamagui/create-context": "^1.116.15", - "@tamagui/popover": "^1.116.15", - "@tamagui/popper": "^1.116.15", - "@tamagui/tooltip": "^1.116.15" + "@floating-ui/react": "0.27.16", + "@tamagui/core": "^1.142.0", + "@tamagui/create-context": "^1.142.0", + "@tamagui/popover": "^1.142.0", + "@tamagui/popper": "^1.142.0", + "@tamagui/tooltip": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/validation-text/package.json b/components/validation-text/package.json index 52fc9221..84195b12 100644 --- a/components/validation-text/package.json +++ b/components/validation-text/package.json @@ -33,9 +33,9 @@ }, "dependencies": { "@storm-stack/types": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "@tamagui/stacks": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "@tamagui/stacks": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/components/vectors/package.json b/components/vectors/package.json index 682be413..e8f3b81c 100644 --- a/components/vectors/package.json +++ b/components/vectors/package.json @@ -30,21 +30,21 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1", - "react-native-svg": "^15.8.0" + "react-native-svg": "^15.15.1" }, "dependencies": { - "@tamagui/animations-moti": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/helpers-icon": "^1.116.15", - "@tamagui/helpers-tamagui": "^1.116.15", - "@tamagui/lucide-icons": "^1.116.15", - "motion": "^11.11.17" + "@tamagui/animations-moti": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/helpers-icon": "^1.142.0", + "@tamagui/helpers-tamagui": "^1.142.0", + "@tamagui/lucide-icons": "^1.142.0", + "motion": "^11.18.2" }, "devDependencies": { "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1", - "react-native-svg": "^15.8.0" + "react-native-svg": "^15.15.1" }, "publishConfig": { "access": "public" diff --git a/components/visually-hidden/package.json b/components/visually-hidden/package.json index 0bd8a50e..844e4839 100644 --- a/components/visually-hidden/package.json +++ b/components/visually-hidden/package.json @@ -32,7 +32,7 @@ "react-native": "0.74.1" }, "dependencies": { - "@tamagui/core": "^1.116.15" + "@tamagui/core": "^1.142.0" }, "devDependencies": { "react": "18.3.1", diff --git a/package.json b/package.json index 962f7cf8..855bc95f 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ }, "license": "Apache-2.0", "private": true, - "packageManager": "pnpm@9.10.0", + "packageManager": "pnpm@9.15.9", "engines": { - "node": ">=22.8.0", - "pnpm": ">=9.10.0" + "node": ">=22.21.1", + "pnpm": ">=9.15.9" }, "keywords": [ "cyclone-ui", @@ -96,24 +96,24 @@ "start": "nx serve" }, "dependencies": { - "@expo/cli": "0.18.19", - "@ls-lint/ls-lint": "^2.2.3", - "@nx/devkit": "20.0.6", - "@nx/esbuild": "20.0.6", - "@nx/eslint": "20.0.6", - "@nx/eslint-plugin": "20.0.6", - "@nx/expo": "20.0.6", - "@nx/jest": "20.0.6", - "@nx/js": "20.0.6", - "@nx/next": "20.0.6", - "@nx/node": "20.0.6", - "@nx/plugin": "20.0.6", - "@nx/react": "20.0.6", - "@nx/react-native": "20.0.6", - "@nx/storybook": "20.0.6", - "@nx/vite": "20.0.6", - "@nx/workspace": "20.0.6", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", + "@expo/cli": "0.26.9", + "@ls-lint/ls-lint": "^2.3.1", + "@nx/devkit": "20.8.3", + "@nx/esbuild": "20.8.3", + "@nx/eslint": "20.8.3", + "@nx/eslint-plugin": "20.8.3", + "@nx/expo": "20.8.3", + "@nx/jest": "20.8.3", + "@nx/js": "20.8.3", + "@nx/next": "20.8.3", + "@nx/node": "20.8.3", + "@nx/plugin": "20.8.3", + "@nx/react": "20.8.3", + "@nx/react-native": "20.8.3", + "@nx/storybook": "20.8.3", + "@nx/vite": "20.8.3", + "@nx/workspace": "20.8.3", + "@pmmmwh/react-refresh-webpack-plugin": "^0.6.2", "@storm-software/build-tools": "latest", "@storm-software/cloudflare-tools": "latest", "@storm-software/config": "latest", @@ -125,64 +125,64 @@ "@storm-software/testing-tools": "latest", "@storm-software/tsconfig": "latest", "@storm-software/workspace-tools": "latest", - "@swc-node/register": "~1.9.1", - "@swc/cli": "~0.1.62", - "@swc/core": "~1.5.7", - "@swc/helpers": "~0.5.11", - "@tamagui/proxy-worm": "^1.116.15", - "@tamagui/react-native-svg": "^1.116.15", - "@tamagui/react-native-web-lite": "^1.116.15", + "@swc-node/register": "~1.11.1", + "@swc/cli": "~0.7.9", + "@swc/core": "~1.15.8", + "@swc/helpers": "~0.5.18", + "@tamagui/proxy-worm": "^1.142.0", + "@tamagui/react-native-svg": "^1.142.0", + "@tamagui/react-native-web-lite": "^1.142.0", "@taplo/cli": "^0.7.0", - "@types/jest": "29.5.12", - "@types/node": "22.5.5", + "@types/jest": "29.5.14", + "@types/node": "22.19.3", "@types/react": "^18.3.6", "@types/react-dom": "^18.3.0", "bundlewatch": "latest", - "commitlint": "^19.3.0", + "commitlint": "^19.8.1", "conventional-changelog-conventionalcommits": "^8.0.0", "copyfiles": "^2.4.1", "esbuild": "^0.20.2", - "esbuild-register": "^3.5.0", - "eslint": "^9.14.0", - "eslint-config-prettier": "^9.1.0", - "expo": "51.0.9", - "expo-av": "^13.10.5", - "expo-constants": "^15.4.5", + "esbuild-register": "^3.6.0", + "eslint": "^9.39.2", + "eslint-config-prettier": "^9.1.2", + "expo": "51.0.39", + "expo-av": "^13.10.6", + "expo-constants": "^15.4.6", "expo-document-picker": "^11.10.1", - "expo-linking": "^6.2.2", - "expo-modules-core": "^1.11.13", + "expo-linking": "^6.3.1", + "expo-modules-core": "^1.12.26", "glob": "^11.0.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-environment-node": "^29.7.0", "jsdom": "~22.1.0", - "knip": "5.25.2", - "lefthook": "^1.6.18", - "log4brains": "^1.0.1", + "knip": "5.79.0", + "lefthook": "^1.13.6", + "log4brains": "^1.1.0", "ls-lint": "^0.1.2", "make-dir-cli": "^3.1.0", "next": "14.2.3", "nx": "20.0.6", - "prettier": "^3.3.0", + "prettier": "^3.7.4", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1", - "react-native-reanimated": "^3.16.1", - "react-native-safe-area-context": "^4.14.0", - "react-native-web": "0.19.12", - "react-refresh": "^0.10.0", - "rimraf": "^5.0.5", - "sherif": "0.10.0", - "solito": "^4.2.2", + "react-native-reanimated": "^3.19.5", + "react-native-safe-area-context": "^4.14.1", + "react-native-web": "0.21.2", + "react-refresh": "^0.18.0", + "rimraf": "^5.0.10", + "sherif": "0.11.0", + "solito": "^4.4.1", "storybook": "^8.4.4", - "syncpack": "^13.0.0", - "ts-jest": "^29.1.1", - "ts-node": "^10.9.1", - "tslib": "^2.6.2", + "syncpack": "^13.0.4", + "ts-jest": "^29.4.6", + "ts-node": "^10.9.2", + "tslib": "^2.8.1", "typescript": "^5.6.2", - "verdaccio": "^5.27.0", + "verdaccio": "^5.33.0", "vite": "^5.3.1", - "wrangler": "^3.51.2" + "wrangler": "^3.114.16" }, "bundlewatch": { "files": [ diff --git a/packages/client-state/package.json b/packages/client-state/package.json index 08549173..f7ec7ed6 100644 --- a/packages/client-state/package.json +++ b/packages/client-state/package.json @@ -14,7 +14,7 @@ }, "private": false, "peerDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" @@ -35,10 +35,10 @@ }, "dependencies": { "@storm-stack/utilities": "latest", - "@tamagui/core": "^1.116.15" + "@tamagui/core": "^1.142.0" }, "devDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/packages/colors/package.json b/packages/colors/package.json index 1f5ec941..fb2ffa53 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -10,9 +10,9 @@ }, "private": false, "dependencies": { - "@tamagui/colors": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/create-theme": "^1.116.15" + "@tamagui/colors": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/create-theme": "^1.142.0" }, "publishConfig": { "access": "public" diff --git a/packages/config/package.json b/packages/config/package.json index 0bd982eb..30c0f12f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -14,7 +14,7 @@ }, "private": true, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/web": "^1.142.0" } } diff --git a/packages/font-mona-sans/package.json b/packages/font-mona-sans/package.json index 69f9ea06..359e71c0 100644 --- a/packages/font-mona-sans/package.json +++ b/packages/font-mona-sans/package.json @@ -24,9 +24,9 @@ "./ttf/*.ttf": "./ttf/*.ttf" }, "dependencies": { - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "publishConfig": { "access": "public" diff --git a/packages/font-permanent-marker/package.json b/packages/font-permanent-marker/package.json index 1b470eec..2f1d8ecc 100644 --- a/packages/font-permanent-marker/package.json +++ b/packages/font-permanent-marker/package.json @@ -34,8 +34,8 @@ } }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "publishConfig": { "access": "public" diff --git a/packages/font-space-grotesk/package.json b/packages/font-space-grotesk/package.json index cef7cc0f..f7b2dd0c 100644 --- a/packages/font-space-grotesk/package.json +++ b/packages/font-space-grotesk/package.json @@ -52,8 +52,8 @@ } }, "dependencies": { - "@tamagui/core": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/core": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "publishConfig": { "access": "public" diff --git a/packages/form-state/package.json b/packages/form-state/package.json index c2e991cf..9fe775d1 100644 --- a/packages/form-state/package.json +++ b/packages/form-state/package.json @@ -13,7 +13,7 @@ "jotai" ], "peerDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" @@ -36,21 +36,21 @@ } }, "dependencies": { - "@maskito/core": "^3.1.2", - "@maskito/react": "^3.1.2", + "@maskito/core": "^3.11.1", + "@maskito/react": "^3.11.1", "@storm-stack/errors": "latest", "@storm-stack/hooks": "latest", "@storm-stack/serialization": "latest", "@storm-stack/string-fns": "latest", "@storm-stack/types": "latest", "@storm-stack/utilities": "latest", - "@tamagui/core": "^1.116.15", + "@tamagui/core": "^1.142.0", "jotai-optics": "^0.4.0", - "maska": "^3.0.3", + "maska": "^3.2.0", "optics-ts": "^2.4.1" }, "devDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 3e850a8f..e4607e30 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -12,13 +12,13 @@ "dependencies": { "@storm-stack/hashing": "latest", "@storm-stack/types": "latest", - "@tamagui/constants": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/get-token": "^1.116.15", - "chroma-js": "^2.4.2" + "@tamagui/constants": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/get-token": "^1.142.0", + "chroma-js": "^2.6.0" }, "devDependencies": { - "@types/chroma-js": "^2.4.4" + "@types/chroma-js": "^2.4.5" }, "publishConfig": { "access": "public" diff --git a/packages/message-state/package.json b/packages/message-state/package.json index 26fd8b7d..a93cf73f 100644 --- a/packages/message-state/package.json +++ b/packages/message-state/package.json @@ -14,7 +14,7 @@ }, "private": false, "peerDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" @@ -38,13 +38,13 @@ "@storm-stack/types": "latest", "@storm-stack/unique-identifier": "latest", "@storm-stack/utilities": "latest", - "@tamagui/core": "^1.116.15", - "@tamagui/portal": "^1.116.15", - "@tamagui/toast": "^1.116.15", - "react-native-safe-area-context": "^4.14.0" + "@tamagui/core": "^1.142.0", + "@tamagui/portal": "^1.142.0", + "@tamagui/toast": "^1.142.0", + "react-native-safe-area-context": "^4.14.1" }, "devDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/packages/registry-api/package.json b/packages/registry-api/package.json index b4ecb3c1..d63a5347 100644 --- a/packages/registry-api/package.json +++ b/packages/registry-api/package.json @@ -13,9 +13,9 @@ "@storm-stack/serialization": "latest", "@trpc/client": "npm:@trpc/client@next", "@trpc/server": "npm:@trpc/server@next", - "zod": "^3.23.8" + "zod": "^3.25.76" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240909.0" + "@cloudflare/workers-types": "^4.20260103.0" } } diff --git a/packages/state/package.json b/packages/state/package.json index b123a488..6a52ce70 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -13,7 +13,7 @@ "jotai" ], "peerDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" @@ -39,10 +39,10 @@ "@storm-stack/types": "latest", "@storm-stack/unique-identifier": "latest", "@storm-stack/utilities": "latest", - "bunshi": "^2.1.5" + "bunshi": "^2.2.0" }, "devDependencies": { - "jotai": ">=2.8.0", + "jotai": ">=2.16.1", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.1" diff --git a/packages/tamagui/package.json b/packages/tamagui/package.json index 0bdc05f7..bc89c398 100644 --- a/packages/tamagui/package.json +++ b/packages/tamagui/package.json @@ -14,13 +14,13 @@ "private": false, "dependencies": { "@storm-stack/errors": "latest", - "@tamagui/animations-css": "^1.116.15", - "@tamagui/animations-moti": "^1.116.15", - "@tamagui/core": "^1.116.15", - "@tamagui/react-native-media-driver": "^1.116.15", - "@tamagui/shorthands": "^1.116.15", - "@tamagui/theme-builder": "^1.116.15", - "@tamagui/web": "^1.116.15" + "@tamagui/animations-css": "^1.142.0", + "@tamagui/animations-moti": "^1.142.0", + "@tamagui/core": "^1.142.0", + "@tamagui/react-native-media-driver": "^1.142.0", + "@tamagui/shorthands": "^1.142.0", + "@tamagui/theme-builder": "^1.142.0", + "@tamagui/web": "^1.142.0" }, "publishConfig": { "access": "public" diff --git a/packages/themes/package.json b/packages/themes/package.json index 6e1faede..bbbe8e90 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -10,7 +10,7 @@ }, "private": false, "devDependencies": { - "@tamagui/cli": "^1.116.15" + "@tamagui/cli": "^1.142.0" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ce2004b..261a2700 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,122 +85,122 @@ importers: .: dependencies: '@expo/cli': - specifier: 0.18.19 - version: 0.18.19(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.1)(utf-8-validate@5.0.10) + specifier: 0.26.9 + version: 0.26.9(bufferutil@4.0.8)(expo-router@3.5.24(zhluy2b765xhtvfpzx7m2vxwka))(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10))(graphql@15.8.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(utf-8-validate@5.0.10) '@ls-lint/ls-lint': - specifier: ^2.2.3 - version: 2.2.3 + specifier: ^2.3.1 + version: 2.3.1 '@nx/devkit': - specifier: 20.0.6 - version: 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) + specifier: 20.8.3 + version: 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) '@nx/esbuild': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(esbuild@0.20.2)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/eslint': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/eslint-plugin': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-config-prettier@9.1.0(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint-config-prettier@9.1.2(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/expo': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(encoding@0.1.13)(esbuild@0.20.2)(eslint@9.16.0(jiti@2.4.1))(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: 20.8.3 + version: 20.8.3(7ivto6plkepgiqx5mcuvi4lsxe) '@nx/jest': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/js': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/next': - specifier: 20.0.6 - version: 20.0.6(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.16.0(jiti@2.4.1))(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: 20.8.3 + version: 20.8.3(@babel/core@7.26.0)(@babel/traverse@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(lightningcss@1.27.0)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) '@nx/node': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/plugin': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/react': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) '@nx/react-native': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) '@nx/storybook': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@nx/vite': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.5.5)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) '@nx/workspace': - specifier: 20.0.6 - version: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + specifier: 20.8.3 + version: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) '@pmmmwh/react-refresh-webpack-plugin': - specifier: ^0.5.7 - version: 0.5.15(react-refresh@0.10.0)(type-fest@4.29.0)(webpack-dev-server@5.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: ^0.6.2 + version: 0.6.2(react-refresh@0.18.0)(type-fest@4.41.0)(webpack-dev-server@5.2.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) '@storm-software/build-tools': specifier: latest - version: 0.104.0(j7pdv4wglstnvqcfkc2y2xwafy) + version: 0.158.75(@nx/devkit@20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2) '@storm-software/cloudflare-tools': specifier: latest - version: 0.41.0(toumgjsdgtiyfaxeto2cq437nm) + version: 0.71.36(wmdnjclipbxcjoj4eo3awjyd3m) '@storm-software/config': specifier: latest - version: 1.73.0 + version: 1.134.75 '@storm-software/config-tools': specifier: latest - version: 1.114.0(typescript@5.7.2) + version: 1.188.75 '@storm-software/eslint': specifier: latest - version: 0.97.0(q53yf33icbopucylru4wkksxna) + version: 0.169.76(dz6mtco4dxan6ujzib4ig3prie) '@storm-software/git-tools': specifier: latest - version: 2.70.0(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + version: 2.124.58(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(zod@3.25.76) '@storm-software/linting-tools': specifier: latest - version: 1.93.0 + version: 1.132.75(chokidar@4.0.3) '@storm-software/prettier': specifier: latest - version: 0.26.0(prettier@3.4.1)(typescript@5.7.2) + version: 0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4) '@storm-software/testing-tools': specifier: latest - version: 1.85.0(@nx/jest@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))) + version: 1.119.74(@nx/jest@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))) '@storm-software/tsconfig': specifier: latest - version: 0.33.1 + version: 0.47.74 '@storm-software/workspace-tools': specifier: latest - version: 1.201.1(cxmzgsgd3pxkw5mhvtyiilhfqu) + version: 1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.2.13)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2) '@swc-node/register': - specifier: ~1.9.1 - version: 1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2) + specifier: ~1.11.1 + version: 1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2) '@swc/cli': - specifier: ~0.1.62 - version: 0.1.65(@swc/core@1.5.29(@swc/helpers@0.5.15))(chokidar@3.6.0) + specifier: ~0.7.9 + version: 0.7.9(@swc/core@1.15.8(@swc/helpers@0.5.18))(chokidar@4.0.3) '@swc/core': - specifier: ~1.5.7 - version: 1.5.29(@swc/helpers@0.5.15) + specifier: ~1.15.8 + version: 1.15.8(@swc/helpers@0.5.18) '@swc/helpers': - specifier: ~0.5.11 - version: 0.5.15 + specifier: ~0.5.18 + version: 0.5.18 '@tamagui/proxy-worm': - specifier: ^1.116.15 - version: 1.117.2 + specifier: ^1.142.0 + version: 1.142.0 '@tamagui/react-native-svg': - specifier: ^1.116.15 - version: 1.117.2 + specifier: ^1.142.0 + version: 1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)) '@tamagui/react-native-web-lite': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@taplo/cli': specifier: ^0.7.0 version: 0.7.0 '@types/jest': - specifier: 29.5.12 - version: 29.5.12 + specifier: 29.5.14 + version: 29.5.14 '@types/node': - specifier: 22.5.5 - version: 22.5.5 + specifier: 22.19.3 + version: 22.19.3 '@types/react': specifier: ^18.3.6 version: 18.3.12 @@ -209,10 +209,10 @@ importers: version: 18.3.1 bundlewatch: specifier: latest - version: 0.4.0 + version: 0.4.1 commitlint: - specifier: ^19.3.0 - version: 19.6.0(@types/node@22.5.5)(typescript@5.7.2) + specifier: ^19.8.1 + version: 19.8.1(@types/node@22.19.3)(typescript@5.7.2) conventional-changelog-conventionalcommits: specifier: ^8.0.0 version: 8.0.0 @@ -223,38 +223,38 @@ importers: specifier: ^0.20.2 version: 0.20.2 esbuild-register: - specifier: ^3.5.0 + specifier: ^3.6.0 version: 3.6.0(esbuild@0.20.2) eslint: - specifier: ^9.14.0 - version: 9.16.0(jiti@2.4.1) + specifier: ^9.39.2 + version: 9.39.2(jiti@2.6.1) eslint-config-prettier: - specifier: ^9.1.0 - version: 9.1.0(eslint@9.16.0(jiti@2.4.1)) + specifier: ^9.1.2 + version: 9.1.2(eslint@9.39.2(jiti@2.6.1)) expo: - specifier: 51.0.9 - version: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + specifier: 51.0.39 + version: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) expo-av: - specifier: ^13.10.5 - version: 13.10.6(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + specifier: ^13.10.6 + version: 13.10.6(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-constants: - specifier: ^15.4.5 - version: 15.4.6(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + specifier: ^15.4.6 + version: 15.4.6(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-document-picker: specifier: ^11.10.1 - version: 11.10.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + version: 11.10.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-linking: - specifier: ^6.2.2 - version: 6.3.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + specifier: ^6.3.1 + version: 6.3.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-modules-core: - specifier: ^1.11.13 + specifier: ^1.12.26 version: 1.12.26 glob: specifier: ^11.0.0 version: 11.0.0 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + version: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) jest-environment-jsdom: specifier: 29.7.0 version: 29.7.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10) @@ -265,14 +265,14 @@ importers: specifier: ~22.1.0 version: 22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10) knip: - specifier: 5.25.2 - version: 5.25.2(@types/node@22.5.5)(typescript@5.7.2) + specifier: 5.79.0 + version: 5.79.0(@types/node@22.19.3)(typescript@5.7.2) lefthook: - specifier: ^1.6.18 - version: 1.8.4 + specifier: ^1.13.6 + version: 1.13.6 log4brains: - specifier: ^1.0.1 - version: 1.0.1(@types/react@18.3.12)(sass@1.81.0)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: ^1.1.0 + version: 1.1.0(bufferutil@4.0.8)(sass@1.97.1)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) ls-lint: specifier: ^0.1.2 version: 0.1.2 @@ -281,13 +281,13 @@ importers: version: 3.1.0 next: specifier: 14.2.3 - version: 14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) + version: 14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1) nx: specifier: 20.0.6 - version: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + version: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) prettier: - specifier: ^3.3.0 - version: 3.4.1 + specifier: ^3.7.4 + version: 3.7.4 react: specifier: 18.3.1 version: 18.3.1 @@ -298,268 +298,268 @@ importers: specifier: 0.74.1 version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) react-native-reanimated: - specifier: ^3.16.1 - version: 3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^3.19.5 + version: 3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-safe-area-context: - specifier: ^4.14.0 - version: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^4.14.1 + version: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-web: - specifier: 0.19.12 - version: 0.19.12(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 0.21.2 + version: 0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-refresh: - specifier: ^0.10.0 - version: 0.10.0 + specifier: ^0.18.0 + version: 0.18.0 rimraf: - specifier: ^5.0.5 + specifier: ^5.0.10 version: 5.0.10 sherif: - specifier: 0.10.0 - version: 0.10.0 + specifier: 0.11.0 + version: 0.11.0 solito: - specifier: ^4.2.2 - version: 4.3.0 + specifier: ^4.4.1 + version: 4.4.1 storybook: specifier: ^8.4.4 - version: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + version: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) syncpack: - specifier: ^13.0.0 - version: 13.0.0(typescript@5.7.2) + specifier: ^13.0.4 + version: 13.0.4(typescript@5.7.2) ts-jest: - specifier: ^29.1.1 - version: 29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(esbuild@0.20.2)(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)))(typescript@5.7.2) + specifier: ^29.4.6 + version: 29.4.6(@babel/core@7.26.0)(@jest/transform@30.2.0)(@jest/types@30.2.0)(babel-jest@30.2.0(@babel/core@7.26.0))(esbuild@0.20.2)(jest-util@30.2.0)(jest@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)))(typescript@5.7.2) ts-node: - specifier: ^10.9.1 - version: 10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2) tslib: - specifier: ^2.6.2 + specifier: ^2.8.1 version: 2.8.1 typescript: specifier: ^5.6.2 version: 5.7.2 verdaccio: - specifier: ^5.27.0 + specifier: ^5.33.0 version: 5.33.0(encoding@0.1.13)(typanion@3.14.0) vite: specifier: ^5.3.1 - version: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + version: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) wrangler: - specifier: ^3.51.2 - version: 3.91.0(@cloudflare/workers-types@4.20241127.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^3.114.16 + version: 3.114.16(@cloudflare/workers-types@4.20260103.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) apps/cli: dependencies: '@clack/prompts': - specifier: ^0.7.0 - version: 0.7.0 + specifier: ^0.11.0 + version: 0.11.0 '@oclif/core': - specifier: ^4.0.22 - version: 4.0.33 + specifier: ^4.8.0 + version: 4.8.0 '@oclif/plugin-autocomplete': - specifier: ^3.0.13 - version: 3.2.11 + specifier: ^3.2.39 + version: 3.2.39 '@oclif/plugin-help': - specifier: ^6.0.20 - version: 6.2.18 + specifier: ^6.2.36 + version: 6.2.36 '@oclif/plugin-not-found': - specifier: ^3.1.2 - version: 3.2.29(@types/node@22.5.5) + specifier: ^3.2.73 + version: 3.2.73(@types/node@22.19.3) '@oclif/plugin-plugins': - specifier: ^5.0.7 - version: 5.4.19 + specifier: ^5.4.54 + version: 5.4.54 '@oclif/plugin-search': - specifier: ^1.0.21 - version: 1.2.16 + specifier: ^1.2.36 + version: 1.2.36 '@oclif/plugin-update': - specifier: ^4.2.4 - version: 4.6.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^4.7.16 + version: 4.7.16(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@oclif/plugin-version': - specifier: ^2.0.16 - version: 2.2.16 + specifier: ^2.2.36 + version: 2.2.36 '@oclif/plugin-warn-if-update-available': - specifier: ^3.0.15 - version: 3.1.24 + specifier: ^3.1.53 + version: 3.1.53 '@storm-software/config': specifier: latest - version: 1.73.0 + version: 1.134.75 '@storm-software/config-tools': specifier: latest - version: 1.114.0(typescript@5.7.2) + version: 1.188.75 '@storm-stack/errors': specifier: latest - version: 1.40.0(3pibm6y6dx2e5yt64xark7ydb4) + version: 1.40.0(qp445zfqjscvhhs7knwms3pl64) '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@trpc/client': specifier: npm:@trpc/client@next - version: 11.0.0-rc.648(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(typescript@5.7.2) + version: 11.0.0-rc.648(@trpc/server@11.0.0-rc.648(typescript@5.9.3))(typescript@5.9.3) '@trpc/server': specifier: npm:@trpc/server@next - version: 11.0.0-rc.648(typescript@5.7.2) + version: 11.0.0-rc.648(typescript@5.9.3) chroma-js: - specifier: ^2.4.2 + specifier: ^2.6.0 version: 2.6.0 execa: specifier: ^8.0.1 version: 8.0.1 fs-extra: - specifier: ^11.2.0 - version: 11.2.0 + specifier: ^11.3.3 + version: 11.3.3 zod: - specifier: ^3.23.8 - version: 3.23.8 + specifier: ^3.25.76 + version: 3.25.76 devDependencies: '@cloudflare/workers-types': - specifier: ^4.20240909.0 - version: 4.20241127.0 + specifier: ^4.20260103.0 + version: 4.20260103.0 '@oclif/test': - specifier: ^3.2.8 + specifier: ^3.2.15 version: 3.2.15 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 eslint-config-oclif: - specifier: ^5.1.1 - version: 5.2.2(eslint@9.16.0(jiti@2.4.1)) + specifier: ^5.2.2 + version: 5.2.2(eslint@9.39.2(jiti@2.6.1)) eslint-config-oclif-typescript: - specifier: ^3.1.3 - version: 3.1.12(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + specifier: ^3.1.14 + version: 3.1.14(astro-eslint-parser@1.2.2)(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) oclif: - specifier: ^4.14.33 - version: 4.15.30(@types/node@22.5.5)(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + specifier: ^4.22.63 + version: 4.22.63(@types/node@22.19.3)(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) ts-node: - specifier: ^10.9.1 - version: 10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + specifier: ^10.9.2 + version: 10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3) apps/nx: dependencies: '@nx/devkit': - specifier: 20.0.6 - version: 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) + specifier: 20.8.3 + version: 20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) '@nx/js': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@storm-software/build-tools': specifier: latest - version: 0.104.0(sflkfortxmqy7tp5bfe4ccjxry) + version: 0.158.75(@nx/devkit@20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) '@storm-software/config': specifier: latest - version: 1.73.0 + version: 1.134.75 '@storm-software/config-tools': specifier: latest - version: 1.114.0(typescript@5.7.2) + version: 1.188.75 '@storm-software/workspace-tools': specifier: latest - version: 1.201.1(kzcfrndzxckydsegacjwdlbhqa) + version: 1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(postcss@8.5.6)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2) '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 tslib: - specifier: ^2.6.2 + specifier: ^2.8.1 version: 2.8.1 apps/registry-worker: dependencies: '@trpc/server': specifier: npm:@trpc/server@next - version: 11.0.0-rc.648(typescript@5.7.2) + version: 11.0.0-rc.648(typescript@5.9.3) zod: - specifier: ^3.23.8 - version: 3.23.8 + specifier: ^3.25.76 + version: 3.25.76 devDependencies: '@cloudflare/workers-types': - specifier: ^4.20240909.0 - version: 4.20241127.0 + specifier: ^4.20260103.0 + version: 4.20260103.0 apps/storybook: dependencies: '@react-navigation/native': - specifier: ~6.1.9 + specifier: ~6.1.18 version: 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/stack': - specifier: ^6.3.20 - version: 6.4.1(mrt4ih7zpnocr7cnjmq4ndzeki) + specifier: ^6.4.1 + version: 6.4.1(mh6y3jhlhd355qgplblzzpy6k4) '@storybook/addon-actions': - specifier: ^8.4.4 - version: 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.15 + version: 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/addon-essentials': - specifier: ^8.4.4 - version: 8.4.6(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/addon-interactions': - specifier: ^8.4.4 - version: 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/addon-links': - specifier: ^8.4.4 - version: 8.4.6(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.15 + version: 8.6.15(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/addon-react-native-web': - specifier: ^0.0.24 - version: 0.0.24(@babel/preset-react@7.25.9(@babel/core@7.26.0))(@react-native/babel-preset@0.74.87(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)))(babel-plugin-react-native-web@0.19.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^0.0.29 + version: 0.0.29(@babel/preset-react@7.25.9(@babel/core@7.26.0))(@react-native/babel-preset@0.74.87(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)))(babel-plugin-react-native-web@0.19.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/blocks': - specifier: ^8.4.4 - version: 8.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/core-server': - specifier: ^8.4.4 - version: 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/icons': - specifier: ^1.2.10 - version: 1.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.6.0 + version: 1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/manager-api': - specifier: ^8.4.4 - version: 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/react': - specifier: ^8.4.4 - version: 8.4.6(@storybook/test@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(typescript@5.7.2) + specifier: ^8.6.15 + version: 8.6.15(@storybook/test@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(typescript@5.7.2) '@storybook/react-vite': - specifier: ^8.4.4 - version: 8.4.6(@storybook/test@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.28.0)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(typescript@5.7.2)(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) + specifier: ^8.6.15 + version: 8.6.15(@storybook/test@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.54.0)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(typescript@5.7.2)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) '@storybook/test': - specifier: 8.4.4 - version: 8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: 8.6.15 + version: 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/test-runner': - specifier: ^0.19.1 - version: 0.19.1(@swc/helpers@0.5.15)(@types/node@22.5.5)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + specifier: ^0.24.2 + version: 0.24.2(@swc/helpers@0.5.18)(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) '@storybook/theming': - specifier: ^8.4.4 - version: 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@tamagui/animations-moti': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/portal': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/proxy-worm': - specifier: ^1.116.15 - version: 1.117.2 + specifier: ^1.142.0 + version: 1.142.0 '@tamagui/react-native-svg': - specifier: ^1.116.15 - version: 1.117.2 + specifier: ^1.142.0 + version: 1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/static': - specifier: ^1.116.15 - version: 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + specifier: ^1.142.0 + version: 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/toast': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/use-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) expo-linear-gradient: specifier: ^12.7.2 - version: 12.7.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + version: 12.7.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-router: - specifier: ^3.3.1 - version: 3.5.24(7mfa6rzrcueimdwhne43gvingi) + specifier: ^3.5.24 + version: 3.5.24(fi452i7gh2afhh45siqb7dgsjq) jotai-devtools: - specifier: ^0.10.1 - version: 0.10.1(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@5.0.1) + specifier: ^0.13.0 + version: 0.13.0(@types/react@18.3.12)(jotai@2.16.1(@babel/core@7.26.0)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@5.0.1) raf: specifier: ^3.4.1 version: 3.4.1 @@ -573,21 +573,21 @@ importers: specifier: 0.74.1 version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) react-native-reanimated: - specifier: ^3.16.1 - version: 3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^3.19.5 + version: 3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-web: - specifier: 0.19.12 - version: 0.19.12(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 0.21.2 + version: 0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tamagui: specifier: ^1.116.15 version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) vite-plugin-react-native-web: - specifier: ^1.1.2 - version: 1.1.2 + specifier: ^1.2.0 + version: 1.2.0 devDependencies: '@tamagui/vite-plugin': - specifier: 1.96.0 - version: 1.96.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + specifier: 1.142.0 + version: 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) '@types/react': specifier: ^18.3.6 version: 18.3.12 @@ -595,26 +595,26 @@ importers: specifier: ^18.3.0 version: 18.3.1 '@vitejs/plugin-react-swc': - specifier: ^3.5.0 - version: 3.7.2(@swc/helpers@0.5.15)(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) + specifier: ^3.11.0 + version: 3.11.0(@swc/helpers@0.5.18)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) storybook: specifier: ^8.4.4 - version: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + version: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) typescript: specifier: ^5.6.2 version: 5.7.2 vite: specifier: ^5.3.1 - version: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + version: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) apps/website: dependencies: '@opentelemetry/api': - specifier: ^1.8.0 + specifier: ^1.9.0 version: 1.9.0 '@tamagui/next-plugin': - specifier: ^1.94.4 - version: 1.117.2(@babel/core@7.26.0)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(encoding@0.1.13)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + specifier: ^1.142.0 + version: 1.142.0(@babel/core@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(encoding@0.1.13)(next@14.2.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) next-transpile-modules: specifier: ^10.0.1 version: 10.0.1 @@ -626,28 +626,28 @@ importers: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/accordion': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/collapsible': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/separator': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -657,34 +657,34 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/alert: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -694,34 +694,34 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/alert-dialog: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -731,31 +731,31 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/badge: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-font-sized': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -765,16 +765,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/body-text: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -784,31 +784,31 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/breadcrumb: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -818,44 +818,44 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/button: dependencies: '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -864,7 +864,7 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/bytes-text: dependencies: @@ -872,8 +872,8 @@ importers: specifier: latest version: 0.18.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -883,34 +883,34 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/callout: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -920,41 +920,41 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/card: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-font-sized': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -963,43 +963,43 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) components/checkbox: dependencies: '@tamagui/checkbox': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/checkbox-headless': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1009,22 +1009,22 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/checkbox-field: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/checkbox-headless': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1034,19 +1034,19 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/container: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1056,7 +1056,7 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/data-table: dependencies: @@ -1065,41 +1065,41 @@ importers: version: 0.18.0 '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@storm-stack/utilities': specifier: latest - version: 1.38.1 + version: 1.39.0 '@tamagui/adapt': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tanstack/react-table': - specifier: ^8.17.3 - version: 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^8.21.3 + version: 8.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/table-core': - specifier: ^8.17.3 - version: 8.20.5 + specifier: ^8.21.3 + version: 8.21.3 devDependencies: '@tamagui/avatar': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -1108,79 +1108,79 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/date-picker: dependencies: '@rehookify/datepicker': - specifier: ^6.6.1 - version: 6.6.7(react@18.3.1) + specifier: ^6.6.8 + version: 6.6.8(react@18.3.1) '@storm-stack/date-time': specifier: latest version: 1.46.0 '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/adapt': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/compose-refs': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/focusable': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/label': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/popover': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/separator': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/sheet': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1190,28 +1190,28 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/date-picker-field: dependencies: '@maskito/core': - specifier: ^3.1.2 - version: 3.2.0 + specifier: ^3.11.1 + version: 3.11.1 '@maskito/kit': - specifier: ^3.1.2 - version: 3.2.0(@maskito/core@3.2.0) + specifier: ^3.11.1 + version: 3.11.1(@maskito/core@3.11.1) '@storm-stack/date-time': specifier: latest version: 1.46.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1221,61 +1221,61 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/dialog: dependencies: '@tamagui/alert-dialog': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/compose-refs': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/dialog': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-font-sized': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/use-controllable-state': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1285,16 +1285,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/eyebrow-text: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1304,28 +1304,28 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/field: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/label': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1335,7 +1335,7 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/file-picker: dependencies: @@ -1344,61 +1344,61 @@ importers: version: 1.46.0 '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/image': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/separator': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) expo-document-picker: specifier: ^11.10.1 - version: 11.10.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + version: 11.10.1(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-image-picker: - specifier: ^15.0.5 - version: 15.0.7(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + specifier: ^15.1.0 + version: 15.1.0(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) react-dropzone: - specifier: ^14.2.3 - version: 14.3.5(react@18.3.1) + specifier: ^14.3.8 + version: 14.3.8(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1408,7 +1408,7 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/file-picker-field: dependencies: @@ -1417,16 +1417,16 @@ importers: version: 1.46.0 '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1436,16 +1436,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/form: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1455,16 +1455,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/heading-text: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1474,34 +1474,34 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/input: dependencies: '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/focusable': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/separator': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1511,16 +1511,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/input-field: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1530,16 +1530,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/label-text: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1549,31 +1549,31 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/link: dependencies: '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/shapes': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1583,16 +1583,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/link-text: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1602,25 +1602,25 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/message: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1630,19 +1630,19 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/next-button: dependencies: '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1652,16 +1652,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/number-text: dependencies: '@number-flow/react': - specifier: ^0.4.2 - version: 0.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^0.5.10 + version: 0.5.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1671,28 +1671,28 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/pagination: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1702,22 +1702,22 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/pdf-document-display: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) pdfjs-dist: - specifier: ^4.7.76 - version: 4.8.69 + specifier: ^4.10.38 + version: 4.10.38 react-pdf: - specifier: ^9.1.1 - version: 9.1.1(@types/react@18.3.12)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^9.2.1 + version: 9.2.1(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1727,40 +1727,40 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/popover: dependencies: '@floating-ui/react': - specifier: 0.26.28 - version: 0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 0.27.16 + version: 0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tamagui/adapt': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/popover': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/popper': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/sheet': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1770,19 +1770,19 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/previous-button: dependencies: '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1792,19 +1792,19 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/progress: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/progress': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1814,46 +1814,46 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/radio-group: dependencies: '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-font-sized': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/label': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/radio-group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1863,32 +1863,32 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/radio-group-field: dependencies: '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/label': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: jotai: - specifier: '>=2.8.0' - version: 2.10.3(@types/react@18.3.12)(react@18.3.1) + specifier: '>=2.16.1' + version: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -1897,16 +1897,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/scroll-view: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1916,19 +1916,19 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/search-input-field: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -1938,64 +1938,64 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/select: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/adapt': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/compose-refs': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/focusable': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-icon': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/list-item': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/select': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/separator': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/sheet': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2005,29 +2005,29 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/select-field: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: jotai: - specifier: '>=2.8.0' - version: 2.10.3(@types/react@18.3.12)(react@18.3.1) + specifier: '>=2.16.1' + version: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -2036,16 +2036,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/spinner: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2055,58 +2055,58 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/steps: dependencies: '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/button': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-font-sized': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/shapes': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/tabs': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/use-controllable-state': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2116,37 +2116,37 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/switch: dependencies: '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/group': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/switch': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/switch-headless': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2156,22 +2156,22 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/switch-field: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/switch-headless': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2181,50 +2181,50 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/table: dependencies: '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/use-controllable-state': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: '@tamagui/avatar': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tanstack/react-table': - specifier: ^8.17.3 - version: 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^8.21.3 + version: 8.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/table-core': - specifier: ^8.17.3 - version: 8.20.5 + specifier: ^8.21.3 + version: 8.21.3 react: specifier: 18.3.1 version: 18.3.1 @@ -2233,55 +2233,55 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/tabs: dependencies: '@tamagui/animate-presence': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/button': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-font-sized': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/tabs': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/use-controllable-state': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2291,19 +2291,19 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/themeable-gradient: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/linear-gradient': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2313,37 +2313,37 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/themeable-icon: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/font-size': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-icon': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2353,16 +2353,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/title-text: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/text': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2372,28 +2372,28 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/tooltip: dependencies: '@floating-ui/react': - specifier: 0.26.28 - version: 0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 0.27.16 + version: 0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-context': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react@18.3.1) '@tamagui/popover': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/popper': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/tooltip': - specifier: ^1.116.15 - version: 1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2403,22 +2403,22 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/validation-text: dependencies: '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/stacks': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2428,28 +2428,28 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) components/vectors: dependencies: '@tamagui/animations-moti': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-icon': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/helpers-tamagui': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/lucide-icons': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) motion: - specifier: ^11.11.17 - version: 11.12.0(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^11.18.2 + version: 11.18.2(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2459,16 +2459,16 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) react-native-svg: - specifier: ^15.8.0 - version: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^15.15.1 + version: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) components/visually-hidden: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: react: specifier: 18.3.1 @@ -2478,20 +2478,20 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) packages/client-state: dependencies: '@storm-stack/utilities': specifier: latest - version: 1.38.1 + version: 1.39.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: jotai: - specifier: '>=2.8.0' - version: 2.10.3(@types/react@18.3.12)(react@18.3.1) + specifier: '>=2.16.1' + version: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -2500,101 +2500,101 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) packages/colors: dependencies: '@tamagui/colors': - specifier: ^1.116.15 - version: 1.117.2 + specifier: ^1.142.0 + version: 1.142.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/create-theme': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) packages/config: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) packages/font-mona-sans: dependencies: '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) packages/font-permanent-marker: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) packages/font-space-grotesk: dependencies: '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) packages/form-state: dependencies: '@maskito/core': - specifier: ^3.1.2 - version: 3.2.0 + specifier: ^3.11.1 + version: 3.11.1 '@maskito/react': - specifier: ^3.1.2 - version: 3.2.0(@maskito/core@3.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^3.11.1 + version: 3.11.1(@maskito/core@3.11.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storm-stack/errors': specifier: latest - version: 1.40.0(3pibm6y6dx2e5yt64xark7ydb4) + version: 1.40.0(qp445zfqjscvhhs7knwms3pl64) '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@storm-stack/serialization': specifier: latest - version: 1.44.0 + version: 1.46.0 '@storm-stack/string-fns': specifier: latest version: 0.18.0 '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@storm-stack/utilities': specifier: latest - version: 1.38.1 + version: 1.39.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) jotai-optics: specifier: ^0.4.0 - version: 0.4.0(jotai@2.10.3(@types/react@18.3.12)(react@18.3.1))(optics-ts@2.4.1) + version: 0.4.0(jotai@2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1))(optics-ts@2.4.1) maska: - specifier: ^3.0.3 - version: 3.0.4 + specifier: ^3.2.0 + version: 3.2.0 optics-ts: specifier: ^2.4.1 version: 2.4.1 devDependencies: jotai: - specifier: '>=2.8.0' - version: 2.10.3(@types/react@18.3.12)(react@18.3.1) + specifier: '>=2.16.1' + version: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -2603,10 +2603,10 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) valibot: specifier: ^0.42.1 - version: 0.42.1(typescript@5.7.2) + version: 0.42.1(typescript@5.9.3) packages/helpers: dependencies: @@ -2615,23 +2615,23 @@ importers: version: 0.15.0 '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@tamagui/constants': - specifier: ^1.116.15 - version: 1.117.2(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/get-token': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) chroma-js: - specifier: ^2.4.2 + specifier: ^2.6.0 version: 2.6.0 devDependencies: '@types/chroma-js': - specifier: ^2.4.4 - version: 2.4.4 + specifier: ^2.4.5 + version: 2.4.5 packages/message-state: dependencies: @@ -2640,29 +2640,29 @@ importers: version: 0.15.0 '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@storm-stack/unique-identifier': specifier: latest version: 1.33.0 '@storm-stack/utilities': specifier: latest - version: 1.38.1 + version: 1.39.0 '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/portal': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/toast': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-safe-area-context: - specifier: ^4.14.0 - version: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^4.14.1 + version: 4.14.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) devDependencies: jotai: - specifier: '>=2.8.0' - version: 2.10.3(@types/react@18.3.12)(react@18.3.1) + specifier: '>=2.16.1' + version: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -2671,57 +2671,57 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) packages/registry-api: dependencies: '@storm-stack/errors': specifier: latest - version: 1.40.0(3pibm6y6dx2e5yt64xark7ydb4) + version: 1.40.0(qp445zfqjscvhhs7knwms3pl64) '@storm-stack/serialization': specifier: latest - version: 1.44.0 + version: 1.46.0 '@trpc/client': specifier: npm:@trpc/client@next - version: 11.0.0-rc.648(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(typescript@5.7.2) + version: 11.0.0-rc.648(@trpc/server@11.0.0-rc.648(typescript@5.9.3))(typescript@5.9.3) '@trpc/server': specifier: npm:@trpc/server@next - version: 11.0.0-rc.648(typescript@5.7.2) + version: 11.0.0-rc.648(typescript@5.9.3) zod: - specifier: ^3.23.8 - version: 3.23.8 + specifier: ^3.25.76 + version: 3.25.76 devDependencies: '@cloudflare/workers-types': - specifier: ^4.20240909.0 - version: 4.20241127.0 + specifier: ^4.20260103.0 + version: 4.20260103.0 packages/state: dependencies: '@storm-stack/hooks': specifier: latest - version: 0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + version: 0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@storm-stack/serialization': specifier: latest - version: 1.44.0 + version: 1.46.0 '@storm-stack/string-fns': specifier: latest version: 0.18.0 '@storm-stack/types': specifier: latest - version: 0.33.0 + version: 0.19.0 '@storm-stack/unique-identifier': specifier: latest version: 1.33.0 '@storm-stack/utilities': specifier: latest - version: 1.38.1 + version: 1.39.0 bunshi: - specifier: ^2.1.5 - version: 2.1.5(react@18.3.1)(vue@3.5.13(typescript@5.7.2)) + specifier: ^2.2.0 + version: 2.2.0(react@18.3.1)(vue@3.5.13(typescript@5.9.3)) devDependencies: jotai: - specifier: '>=2.8.0' - version: 2.10.3(@types/react@18.3.12)(react@18.3.1) + specifier: '>=2.16.1' + version: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -2730,76 +2730,87 @@ importers: version: 18.3.1(react@18.3.1) react-native: specifier: 0.74.1 - version: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + version: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) packages/tamagui: dependencies: '@storm-stack/errors': specifier: latest - version: 1.40.0(3pibm6y6dx2e5yt64xark7ydb4) + version: 1.40.0(qp445zfqjscvhhs7knwms3pl64) '@tamagui/animations-css': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/animations-moti': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/core': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/react-native-media-driver': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/shorthands': - specifier: ^1.116.15 - version: 1.117.2 + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/theme-builder': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/web': - specifier: ^1.116.15 - version: 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.142.0 + version: 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) packages/themes: devDependencies: '@tamagui/cli': - specifier: ^1.116.15 - version: 1.117.2(@swc/helpers@0.5.15)(@types/express@4.17.21)(@types/node@22.5.5)(encoding@0.1.13)(graphology-types@0.24.8)(less@4.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)(vue@3.5.13(typescript@5.7.2)) + specifier: ^1.142.0 + version: 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(vite@6.0.0-beta.1(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) tools/nx: dependencies: '@aws-sdk/client-s3': - specifier: ^3.651.1 - version: 3.701.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + specifier: ^3.962.0 + version: 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@nx/devkit': - specifier: 20.0.6 - version: 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) + specifier: 20.8.3 + version: 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) '@nx/js': - specifier: 20.0.6 - version: 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + specifier: 20.8.3 + version: 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@storm-software/build-tools': specifier: latest - version: 0.104.0(sflkfortxmqy7tp5bfe4ccjxry) + version: 0.158.75(@nx/devkit@20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) '@storm-software/config': specifier: latest - version: 1.73.0 + version: 1.134.75 '@storm-software/config-tools': specifier: latest - version: 1.114.0(typescript@5.7.2) + version: 1.188.75 '@storm-software/workspace-tools': specifier: latest - version: 1.201.1(iipfidt5hgpudlg744ew4o7nre) + version: 1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.5.6)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2) '@storybook/types': - specifier: ^8.4.0 - version: 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + specifier: ^8.6.14 + version: 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) glob: specifier: ^11.0.0 version: 11.0.0 tslib: - specifier: ^2.6.2 + specifier: ^2.8.1 version: 2.8.1 packages: + '@0no-co/graphql.web@1.2.0': + resolution: {integrity: sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + graphql: + optional: true + + '@adobe/css-tools@4.3.3': + resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} + '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} @@ -2811,30 +2822,28 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@anatine/esbuild-decorators@0.2.19': - resolution: {integrity: sha512-pyj6ULyMacyzpDqlnbS2OCkOqxcVgk8IqiTMRJ5CrsF8Yl1azvlX/AM6xWR8UzHKUYDlWOw5mOpos3+7KKR0Lw==} - peerDependencies: - esbuild: ~0.14.29 - - '@angular-devkit/architect@0.1802.4': - resolution: {integrity: sha512-VH7AwGng1zuWPTJoH1IgHYeNhqZIgzlwDx39JPmArZAW/WZHDILWB7ipbTNw0R4U4VncrXJqDmMVex7NdHP6sg==} + '@angular-devkit/architect@0.1900.6': + resolution: {integrity: sha512-w11bAXQnNWBawTJfQPjvaTRrzrqsOUm9tK9WNvaia/xjiRFpmO0CfmKtn3axNSEJM8jb/czaNQrgTwG+TGc/8g==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/core@18.2.4': - resolution: {integrity: sha512-svlgZ0vbLrfNJAQE5WePAutcYIyA7C0OfzKSTMsfV2X1I+1blYDaZIu/ocnHqofMHu6ZqdSaaU/p/rieqU8fcA==} + '@angular-devkit/core@19.0.6': + resolution: {integrity: sha512-WUWJhzQDsovfMY6jtb9Ktz/5sJszsaErj+XV2aXab85f1OweI/Iv2urPZnJwUSilvVN5Ok/fy3IJ6SuihK4Ceg==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - chokidar: ^3.5.2 + chokidar: ^4.0.0 peerDependenciesMeta: chokidar: optional: true + '@antfu/install-pkg@1.1.0': + resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} + '@ardatan/sync-fetch@0.0.1': resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==} engines: {node: '>=14'} - '@aws-crypto/crc32@2.0.0': - resolution: {integrity: sha512-TvE1r2CUueyXOuHdEigYjIZVesInd9KN+K/TFFNfkkxRThiNxO6i4ZqqAVMoEjAamZZ1AA8WXJkjCz7YShHPQA==} + '@astrojs/compiler@2.13.0': + resolution: {integrity: sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==} '@aws-crypto/crc32@5.2.0': resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==} @@ -2843,438 +2852,158 @@ packages: '@aws-crypto/crc32c@5.2.0': resolution: {integrity: sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==} - '@aws-crypto/ie11-detection@2.0.2': - resolution: {integrity: sha512-5XDMQY98gMAf/WRTic5G++jfmS/VLM0rwpiOpaainKi4L0nqWMSB1SzsrEG5rjFZGYN6ZAefO+/Yta2dFM0kMw==} - '@aws-crypto/sha1-browser@5.2.0': resolution: {integrity: sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==} - '@aws-crypto/sha256-browser@2.0.0': - resolution: {integrity: sha512-rYXOQ8BFOaqMEHJrLHul/25ckWH6GTJtdLSajhlqGMx0PmSueAuvboCuZCTqEKlxR8CQOwRarxYMZZSYlhRA1A==} - '@aws-crypto/sha256-browser@5.2.0': resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==} - '@aws-crypto/sha256-js@2.0.0': - resolution: {integrity: sha512-VZY+mCY4Nmrs5WGfitmNqXzaE873fcIZDu54cbaDaaamsaTOP1DBImV9F4pICc3EHjQXujyE8jig+PFCaew9ig==} - '@aws-crypto/sha256-js@5.2.0': resolution: {integrity: sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==} engines: {node: '>=16.0.0'} - '@aws-crypto/supports-web-crypto@2.0.2': - resolution: {integrity: sha512-6mbSsLHwZ99CTOOswvCRP3C+VCWnzBf+1SnbWxzzJ9lR0mA0JnY2JEAhp8rqmTE0GPFy88rrM27ffgp62oErMQ==} - '@aws-crypto/supports-web-crypto@5.2.0': resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==} - '@aws-crypto/util@2.0.2': - resolution: {integrity: sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA==} - '@aws-crypto/util@5.2.0': resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} - '@aws-sdk/abort-controller@3.47.0': - resolution: {integrity: sha512-6sxt11dVaJT8CzfVsGCV3h2R0LO12fvXsvCZsMsPGtivb4ZgoFK+PO3hs+9xuA3zjMUC7mb6LE2RM8EXKBDjDw==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/chunked-blob-reader-native@3.47.0': - resolution: {integrity: sha512-Th5amimvBEGSBgOOhqQb2w8ii38QFHocfQaK5pC1sBkn8H57UZ965yrCHoFlvEWAUgR0j0et+WeWNx+0wkAQRQ==} - - '@aws-sdk/chunked-blob-reader@3.47.0': - resolution: {integrity: sha512-R8kXhgz7Ys6Esi2jCWQd+0ZCs9aXGFPWPeMVtefDTZuUSr/rX6vnq1+qouyv44UXe+MOmYT5qTkho+sFh2dPvA==} - - '@aws-sdk/client-cloudfront@3.699.0': - resolution: {integrity: sha512-0tHdtyJ9xmlNsfZppYEflrtskxZjbwPCD4DzcFXRxXEteDtZhRshF1YGAEYUZ7Iad4ps+XbQOEiAJmWW+G2QFw==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/client-s3@3.47.0': - resolution: {integrity: sha512-qKd6nx/fvA+UY3G4+HbQUw1uB+yEwaUO/QSLhFO6O0Ci2ZjErDAdrZJKMc0S3C93hLfotN/ABFUFPiTbokLziw==} - engines: {node: '>=12.0.0'} - - '@aws-sdk/client-s3@3.701.0': - resolution: {integrity: sha512-7iXmPC5r7YNjvwSsRbGq9oLVgfIWZesXtEYl908UqMmRj2sVAW/leLopDnbLT7TEedqlK0RasOZT05I0JTNdKw==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/client-sso-oidc@3.699.0': - resolution: {integrity: sha512-u8a1GorY5D1l+4FQAf4XBUC1T10/t7neuwT21r0ymrtMFSK2a9QqVHKMoLkvavAwyhJnARSBM9/UQC797PFOFw==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@aws-sdk/client-sts': ^3.699.0 - - '@aws-sdk/client-sso@3.47.0': - resolution: {integrity: sha512-akkyVuElsSiCCUSGIIZjIhSaPg6hjebffjtcfn1yNHTrZchKw02htUpl4BJUpZE2patFABIDhaW4UK3xPtklAQ==} - engines: {node: '>=12.0.0'} - - '@aws-sdk/client-sso@3.696.0': - resolution: {integrity: sha512-q5TTkd08JS0DOkHfUL853tuArf7NrPeqoS5UOvqJho8ibV9Ak/a/HO4kNvy9Nj3cib/toHYHsQIEtecUPSUUrQ==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/client-sts@3.47.0': - resolution: {integrity: sha512-GVBeDm8XS2nSz2XS8cDJuudb3E4OWk9CCMzftjJBdFNacRx76irSBnerCGgHG1wwoaUD90lUCDbdY/IwVlS4Pg==} - engines: {node: '>=12.0.0'} - - '@aws-sdk/client-sts@3.699.0': - resolution: {integrity: sha512-++lsn4x2YXsZPIzFVwv3fSUVM55ZT0WRFmPeNilYIhZClxHLmVAWKH4I55cY9ry60/aTKYjzOXkWwyBKGsGvQg==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/config-resolver@3.47.0': - resolution: {integrity: sha512-D3YV/hIVaUOHDVpLCwZGOyjSdQpxOVKnRPWT++kR6W0r5WC9F4tEtVCYwMnFRTVhOH87VvcMG/dkT5J4gTAgtQ==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/core@3.696.0': - resolution: {integrity: sha512-3c9III1k03DgvRZWg8vhVmfIXPG6hAciN9MzQTzqGngzWAELZF/WONRTRQuDFixVtarQatmLHYVw/atGeA2Byw==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/credential-provider-env@3.47.0': - resolution: {integrity: sha512-x5FctbVUkr//KbjDm8UFFZ7caEl0O1E3vDOxezzZ4yUX4EraKRuYKO1dZIAGNBbNzSBv5simpqVxIXNuGyK9zw==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/credential-provider-env@3.696.0': - resolution: {integrity: sha512-T9iMFnJL7YTlESLpVFT3fg1Lkb1lD+oiaIC8KMpepb01gDUBIpj9+Y+pA/cgRWW0yRxmkDXNazAE2qQTVFGJzA==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/credential-provider-http@3.696.0': - resolution: {integrity: sha512-GV6EbvPi2eq1+WgY/o2RFA3P7HGmnkIzCNmhwtALFlqMroLYWKE7PSeHw66Uh1dFQeVESn0/+hiUNhu1mB0emA==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/credential-provider-imds@3.47.0': - resolution: {integrity: sha512-GKfl8O/5Ywnn6/0KfsXopXKrGF31MWCBivISAbubN08X5Up7sQoJPAaDZ5xsi389yZ7+fdTCLKwOyrxobIsGLA==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/credential-provider-ini@3.47.0': - resolution: {integrity: sha512-h0VWqSdpDYjOMVJRmBXcVFW1+znXMGPmp2fXIg/1dgNkgbdstknFEwUXbgzmrVmE33Wc2UNpQYmnn3lvLUo85Q==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/credential-provider-ini@3.699.0': - resolution: {integrity: sha512-dXmCqjJnKmG37Q+nLjPVu22mNkrGHY8hYoOt3Jo9R2zr5MYV7s/NHsCHr+7E+BZ+tfZYLRPeB1wkpTeHiEcdRw==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@aws-sdk/client-sts': ^3.699.0 - - '@aws-sdk/credential-provider-node@3.47.0': - resolution: {integrity: sha512-38T8CK7aUI7Uca3Wu686c6OAaLCfvmIPteiTyRQDr+GA9ElJo5d6bONc2ICibLzV7OGqgP/a7wPONnGPEe3VzA==} - engines: {node: '>=12.0.0'} - - '@aws-sdk/credential-provider-node@3.699.0': - resolution: {integrity: sha512-MmEmNDo1bBtTgRmdNfdQksXu4uXe66s0p1hi1YPrn1h59Q605eq/xiWbGL6/3KdkViH6eGUuABeV2ODld86ylg==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/credential-provider-process@3.47.0': - resolution: {integrity: sha512-uk/u9tCzsgrYx9V6GtGlp6xkbblyF0auofxKIEyr2xIFQAtfa9GhCAP1F9bMbH9LcdF3pYhGI5rT3FCBuBbdmg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/credential-provider-process@3.696.0': - resolution: {integrity: sha512-mL1RcFDe9sfmyU5K1nuFkO8UiJXXxLX4JO1gVaDIOvPqwStpUAwi3A1BoeZhWZZNQsiKI810RnYGo0E0WB/hUA==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/credential-provider-sso@3.47.0': - resolution: {integrity: sha512-isM2AKsgz/8mWP4mAAZZ0h4dMx2cNXu7mwNVl0XICV0JQlMA2CYcC9UfQ34NtCsZUY+gjhU2A001Ai9yJDispg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/credential-provider-sso@3.699.0': - resolution: {integrity: sha512-Ekp2cZG4pl9D8+uKWm4qO1xcm8/MeiI8f+dnlZm8aQzizeC+aXYy9GyoclSf6daK8KfRPiRfM7ZHBBL5dAfdMA==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/credential-provider-web-identity@3.47.0': - resolution: {integrity: sha512-Tz17aDOuQv/lIRHuc/cbCS902QCpGakcy4MBxDPj1g5ccozrJC7IniS7OB3X4ghberggxx/4raWjNToNqtfobg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/credential-provider-web-identity@3.696.0': - resolution: {integrity: sha512-XJ/CVlWChM0VCoc259vWguFUjJDn/QwDqHwbx+K9cg3v6yrqXfK5ai+p/6lx0nQpnk4JzPVeYYxWRpaTsGC9rg==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@aws-sdk/client-sts': ^3.696.0 - - '@aws-sdk/eventstream-marshaller@3.47.0': - resolution: {integrity: sha512-No8Kv7WOMpVUpagAYtfwmnQ/vGGXNix2X7FgBzIlsg490WIdUDhRLPi2Mm8jFKojKrdFA0L5QUktkHSBsz44eA==} - - '@aws-sdk/eventstream-serde-browser@3.47.0': - resolution: {integrity: sha512-F6kksTyIijSU7lxr0Hec80K67aoHZoo6VrCNRzCRme6aVWkkg5Zn7+dYOuwUOUM33gWPnbYk4EJsnfiMnuzt2w==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/eventstream-serde-config-resolver@3.47.0': - resolution: {integrity: sha512-UrWoaWGEidrlzIFk39RnzNmF5ssFYflIOjmJS8AO9y6OUNf2jWZ6W0HtrjBYmgBFmeFZxDH16FZHAhLsA6ouVA==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/eventstream-serde-node@3.47.0': - resolution: {integrity: sha512-o9aL2nkpTjkHDA1A6wl50hsZHV+95aga0KyB7v1G0TPpLRHUvCELNiiK3G/1eO3LSgqoshu1w2vXi4JjjAeqlQ==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/eventstream-serde-universal@3.47.0': - resolution: {integrity: sha512-vi7e1XB66OK7If/ZvMuxNjl0bb/SFJSs2iW8q88btaVZHqfmUbcVDd0I/vJ7N32F0cwVVSxM+pEXRLg3hwYdIw==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/fetch-http-handler@3.47.0': - resolution: {integrity: sha512-FSQ5qQkHmCNAgjO2E89vV4QAN66EnHK8sTh4eH55UU0+9/h85g0uMTLMovoEN5Jk+h6AmPCbeq9i+HcPJTmWEQ==} - - '@aws-sdk/hash-blob-browser@3.47.0': - resolution: {integrity: sha512-6rL4cy3XWSm89/lKZ1ip15mkTe5GXmTnQJTzwcDrtxbpZXeIsEDkeNPqNW9jGerWnMYW04SDxGek7dIDjIpVhg==} - - '@aws-sdk/hash-node@3.47.0': - resolution: {integrity: sha512-OqLS/WweCBJz4BwO+EPF1yDeDo8YXXavY/vXElX6reb9+xew9TqmHoFSlFSR8GXkPU7SO+YnlOtmikpMz6fExQ==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/hash-stream-node@3.47.0': - resolution: {integrity: sha512-VGCp0WEhMVvP+UBQDkzWgaqWvObS95cPu8mA96+H55dofuGWy9C1qib6wBvs5O+S/fc89ntCyBODeA0j/TAneg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/invalid-dependency@3.47.0': - resolution: {integrity: sha512-D2n0RA0o8WyFqPuwbVks177KasNK0bcJn+Fp6GzopSwSXQctULidm7S9pDS9fQW9TZW8xREeHhEyRgmstKc+PQ==} - - '@aws-sdk/is-array-buffer@3.47.0': - resolution: {integrity: sha512-vm3rjUo9EYjLiog3OxGu+f0CdFjTooO2mg5bGb13Xv/2jpg6Z573Skms8nPEaF+ULJWJvobdK+yGw8r4w22cLA==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/md5-js@3.47.0': - resolution: {integrity: sha512-Pwe0fv1K5ivQjc9ONcXoz0cEPpMcs+9JGb6LjtE+nPGlUYaEEFTeaWqUk3tQhvvznegWqBPzd+29w8GWQ5Fqmg==} - - '@aws-sdk/middleware-apply-body-checksum@3.47.0': - resolution: {integrity: sha512-6Ge7Jf+obPuHDtaPqGtpgFE9fAGirkGsL4uXAojzLr5sQPnY905uiq6/99ewH+WLm02z8sNC/Z2vnxkiAix3Ow==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-bucket-endpoint@3.47.0': - resolution: {integrity: sha512-u4i9Jk/j7QNseDZ2pzr3+XSjLerjcIqa8CGI+YcMEeMVQohQLbeNSiWftjkpaV+X2igI/4RKlgCjtiixTTsXMg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-bucket-endpoint@3.696.0': - resolution: {integrity: sha512-V07jishKHUS5heRNGFpCWCSTjRJyQLynS/ncUeE8ZYtG66StOOQWftTwDfFOSoXlIqrXgb4oT9atryzXq7Z4LQ==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/middleware-content-length@3.47.0': - resolution: {integrity: sha512-xLz7BOYpb4rDsxOzyo5v7zPPI1F6vP+S19zpGcBWCg9csIOrbwSTrtwU+yOAfq7ZG+GSVxWnvMEsyqm362VF8Q==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/client-cloudfront@3.962.0': + resolution: {integrity: sha512-Zm6Qd7cT32CRUTeJCOzTM5vPkJgbS8aA6KIJQpPY64zliL4sy5kGMyYdBl2WGgN2/aMkGJmCVatopPhh6qkMkQ==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-expect-continue@3.47.0': - resolution: {integrity: sha512-Pi/HaBzatz04o3QtmgWMTnDHYM73XAo6JzHAzlA9LZP0AkB2W34lD0i9mfq+kOqgepfEOnAf2QcE7EX1XfhWPA==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/client-s3@3.962.0': + resolution: {integrity: sha512-I2/1McBZCcM3PfM4ck8D6gnZR3K7+yl1fGkwTq/3ThEn9tdLjNwcdgTbPfxfX6LoecLrH9Ekoo+D9nmQ0T261w==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-expect-continue@3.696.0': - resolution: {integrity: sha512-vpVukqY3U2pb+ULeX0shs6L0aadNep6kKzjme/MyulPjtUDJpD3AekHsXRrCCGLmOqSKqRgQn5zhV9pQhHsb6Q==} - engines: {node: '>=16.0.0'} + '@aws-sdk/client-sso@3.958.0': + resolution: {integrity: sha512-6qNCIeaMzKzfqasy2nNRuYnMuaMebCcCPP4J2CVGkA8QYMbIVKPlkn9bpB20Vxe6H/r3jtCCLQaOJjVTx/6dXg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-flexible-checksums@3.701.0': - resolution: {integrity: sha512-adNaPCyTT+CiVM0ufDiO1Fe7nlRmJdI9Hcgj0M9S6zR7Dw70Ra5z8Lslkd7syAccYvZaqxLklGjPQH/7GNxwTA==} - engines: {node: '>=16.0.0'} + '@aws-sdk/core@3.957.0': + resolution: {integrity: sha512-DrZgDnF1lQZv75a52nFWs6MExihJF2GZB6ETZRqr6jMwhrk2kbJPUtvgbifwcL7AYmVqHQDJBrR/MqkwwFCpiw==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-header-default@3.47.0': - resolution: {integrity: sha512-zHtGb5GUCaOJV6fmwSdnKHXcMPcjtBw1FThrht9MQs9wcQE2iV3T6oUSIa1NhT2jGyjm86JKor5XPV5hG/ecsw==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/crc64-nvme@3.957.0': + resolution: {integrity: sha512-qSwSfI+qBU9HDsd6/4fM9faCxYJx2yDuHtj+NVOQ6XYDWQzFab/hUdwuKZ77Pi6goLF1pBZhJ2azaC2w7LbnTA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-host-header@3.47.0': - resolution: {integrity: sha512-jkCoH7wHTWo5UduB46e4A71Uj5EKSYf/44Sxf+/PGyOaGW+SbP9nkjdjyWKB5p84WmvhayZLed/qUJgJpTrpGA==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/credential-provider-env@3.957.0': + resolution: {integrity: sha512-475mkhGaWCr+Z52fOOVb/q2VHuNvqEDixlYIkeaO6xJ6t9qR0wpLt4hOQaR6zR1wfZV0SlE7d8RErdYq/PByog==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-host-header@3.696.0': - resolution: {integrity: sha512-zELJp9Ta2zkX7ELggMN9qMCgekqZhFC5V2rOr4hJDEb/Tte7gpfKSObAnw/3AYiVqt36sjHKfdkoTsuwGdEoDg==} - engines: {node: '>=16.0.0'} + '@aws-sdk/credential-provider-http@3.957.0': + resolution: {integrity: sha512-8dS55QHRxXgJlHkEYaCGZIhieCs9NU1HU1BcqQ4RfUdSsfRdxxktqUKgCnBnOOn0oD3PPA8cQOCAVgIyRb3Rfw==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-location-constraint@3.47.0': - resolution: {integrity: sha512-ebO7W0G6m/Zo5Zkiud6HPU6NDSkgk4MiW8fOX+/4b0Vol55XrryMWSzS+t6+L8jIC3tqIXmaHTZbhUP3LXhIWA==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/credential-provider-ini@3.962.0': + resolution: {integrity: sha512-h0kVnXLW2d3nxbcrR/Pfg3W/+YoCguasWz7/3nYzVqmdKarGrpJzaFdoZtLgvDSZ8VgWUC4lWOTcsDMV0UNqUQ==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-location-constraint@3.696.0': - resolution: {integrity: sha512-FgH12OB0q+DtTrP2aiDBddDKwL4BPOrm7w3VV9BJrSdkqQCNBPz8S1lb0y5eVH4tBG+2j7gKPlOv1wde4jF/iw==} - engines: {node: '>=16.0.0'} + '@aws-sdk/credential-provider-login@3.962.0': + resolution: {integrity: sha512-kHYH6Av2UifG3mPkpPUNRh/PuX6adaAcpmsclJdHdxlixMCRdh8GNeEihq480DC0GmfqdpoSf1w2CLmLLPIS6w==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-logger@3.47.0': - resolution: {integrity: sha512-cK1q+43n2jh/j7jTuFIez7u5k56i2YnjP3DRlh12PfiXiA9V39mfdIu59XHERtE+wJlAyHUq1lYix83CMXOWfQ==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/credential-provider-node@3.962.0': + resolution: {integrity: sha512-CS78NsWRxLa+nWqeWBEYMZTLacMFIXs1C5WJuM9kD05LLiWL32ksljoPsvNN24Bc7rCSQIIMx/U3KGvkDVZMVg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-logger@3.696.0': - resolution: {integrity: sha512-KhkHt+8AjCxcR/5Zp3++YPJPpFQzxpr+jmONiT/Jw2yqnSngZ0Yspm5wGoRx2hS1HJbyZNuaOWEGuJoxLeBKfA==} - engines: {node: '>=16.0.0'} + '@aws-sdk/credential-provider-process@3.957.0': + resolution: {integrity: sha512-/KIz9kadwbeLy6SKvT79W81Y+hb/8LMDyeloA2zhouE28hmne+hLn0wNCQXAAupFFlYOAtZR2NTBs7HBAReJlg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-recursion-detection@3.696.0': - resolution: {integrity: sha512-si/maV3Z0hH7qa99f9ru2xpS5HlfSVcasRlNUXKSDm611i7jFMWwGNLUOXFAOLhXotPX5G3Z6BLwL34oDeBMug==} - engines: {node: '>=16.0.0'} + '@aws-sdk/credential-provider-sso@3.958.0': + resolution: {integrity: sha512-CBYHJ5ufp8HC4q+o7IJejCUctJXWaksgpmoFpXerbjAso7/Fg7LLUu9inXVOxlHKLlvYekDXjIUBXDJS2WYdgg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-retry@3.47.0': - resolution: {integrity: sha512-AHIxtUFNWSLNZjpgR0Jfx+6X78qPJjmyrfv8S5MVW1uURZK14aepV+0JyGBkjFPJVu0yQzcIlvIgKO20e3zQwQ==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/credential-provider-web-identity@3.958.0': + resolution: {integrity: sha512-dgnvwjMq5Y66WozzUzxNkCFap+umHUtqMMKlr8z/vl9NYMLem/WUbWNpFFOVFWquXikc+ewtpBMR4KEDXfZ+KA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/middleware-sdk-s3@3.47.0': - resolution: {integrity: sha512-ysnDyfNvZKfnUI5eG25/GLGpe98tw6odAzNIylT4lLBt9ElyvYc/QCKgVb5uFSqRvshsk0gQPmdX0odsV+43ng==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/lib-storage@3.962.0': + resolution: {integrity: sha512-Ai5gWRQkzsUMQ6NPoZZoiLXoQ6/yPRcR4oracIVjyWcu48TfBpsRgbqY/5zNOM55ag1wPX9TtJJGOhK3TNk45g==} + engines: {node: '>=18.0.0'} peerDependencies: - '@aws-sdk/signature-v4-crt': ^3.31.0 - - '@aws-sdk/middleware-sdk-s3@3.696.0': - resolution: {integrity: sha512-M7fEiAiN7DBMHflzOFzh1I2MNSlLpbiH2ubs87bdRc2wZsDPSbs4l3v6h3WLhxoQK0bq6vcfroudrLBgvCuX3Q==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/middleware-sdk-sts@3.47.0': - resolution: {integrity: sha512-DbXxMeGmnxjOt6fk2UHuQQmuRILnHr5mj6e3xwiYmkg7ClM2fmP3vy94Q98RgDtpEwlyb6yHCONiWP4iXExoug==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-serde@3.47.0': - resolution: {integrity: sha512-MYJqW9xoq//FHa6A6drZ48Wswy8vuFrnbTsKK45AsIKs8kdscYnlWC8s7ndmYrMoT4235TRi8QgcjLC8WMIu9Q==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-signing@3.47.0': - resolution: {integrity: sha512-oDQ93PiP/90Kl7b3AcHLxsHtWNSxTSdYbJRu4mLb31jKobd2GmLc+tz7L8DpKRyv+fkbrf0Lxh/zLAwaaZdNfg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-ssec@3.47.0': - resolution: {integrity: sha512-Me/VHaFtG3OIgUPIVm59DZJfzWvBnj/WeUeJ1kyxecK/vC1GZriZrhGBHjrrJh1I7HWgRhE58NYdmjj9l0Bayg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-ssec@3.696.0': - resolution: {integrity: sha512-w/d6O7AOZ7Pg3w2d3BxnX5RmGNWb5X4RNxF19rJqcgu/xqxxE/QwZTNd5a7eTsqLXAUIfbbR8hh0czVfC1pJLA==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/middleware-stack@3.47.0': - resolution: {integrity: sha512-F2iwZMXERLTddIovCa7uQmrKXTu3O/Rbym/xKC51J1hnELoNudzIuNIdUQsnSfSIJBl0pB5najN1O2IHBcO/oQ==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-user-agent@3.47.0': - resolution: {integrity: sha512-L0uYhbzXDXSYkvtSzLhpSqv/Hg0Wlwf0PPdYHqPmNJFrN+rigjxvu32e10lZj8JCsqX/tRlPULQdrn1mOvHeMg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/middleware-user-agent@3.696.0': - resolution: {integrity: sha512-Lvyj8CTyxrHI6GHd2YVZKIRI5Fmnugt3cpJo0VrKKEgK5zMySwEZ1n4dqPK6czYRWKd5+WnYHYAuU+Wdk6Jsjw==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/node-config-provider@3.47.0': - resolution: {integrity: sha512-YLv2CmM8CfedhtrqMhSoEtJenJlWWGCBOvhewXhEPMa+P/PKZ9HxsKdOTC/+lpuWhnD700fG6kFnn2R0kSQE4g==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/node-http-handler@3.47.0': - resolution: {integrity: sha512-wZAU3BLLn/mmWR8bYIBdx+gcdwjO1KNNe7C6yXUwvFgClBjCxqR6C32k8CJ3eGiKulGgkBmX8DKGXIdqv0W7kw==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/property-provider@3.47.0': - resolution: {integrity: sha512-S59dASvUxqepS9jTxoN9YrP1CTioYcbNLdg2VwFNglXNRekOP2sxyvtGxDE3oVc3ZgzEyq8+OWsReONf8Tdy4g==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/protocol-http@3.47.0': - resolution: {integrity: sha512-Oz9iTfuMmpGVB8AGqJ4A1S8OmcAQlM4/f0QLHLp1Kcjnu7H3jysk3B7qWLgqxO7DwKEX4XU8AXohwQv1aXgI8Q==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/querystring-builder@3.47.0': - resolution: {integrity: sha512-Ou5ipsOZgsMkSnA61Y5xRoOaxHX9vuqBlWL6iAppSonFanj73qrmymUY+AGUznDiUAxCWcvxdnPUIYDm5grwyg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/querystring-parser@3.47.0': - resolution: {integrity: sha512-UQlLg7KDHQAQwS4lILE9wht+m3azXrNjWDAHeQqsG8mqCjvSCu5L9t3BBI+EO4dPb9CKa61fjtuzslxvpZdZ3w==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/client-s3': ^3.962.0 - '@aws-sdk/region-config-resolver@3.696.0': - resolution: {integrity: sha512-7EuH142lBXjI8yH6dVS/CZeiK/WZsmb/8zP6bQbVYpMrppSTgB3MzZZdxVZGzL5r8zPQOU10wLC4kIMy0qdBVQ==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/service-error-classification@3.47.0': - resolution: {integrity: sha512-15SEeOb+In/hEiSfEWYQvjuA5NeoWlh1iOt8aX4eQLqqIIr5DWyLsremTeWtNN3rIbJzU7yVHg5cv2xn3MJ8Wg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/shared-ini-file-loader@3.47.0': - resolution: {integrity: sha512-yPl190HEyTNawkaOnGkG4zgY+dlXDvSx/RRMxsYoBycaU7V4dfYlXkVZDFe0hqnxw/s/aN7qKfzvEvRkrd9kcg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/signature-v4-crt@3.696.0': - resolution: {integrity: sha512-U5Mf8otQ2KamcA02FC6yV3cZv0d2Hm8xx985n0tblyCZya41/o3ceiJdMu06KjnbLMiVy/i1TdFGAKB0Rnuucw==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/signature-v4-multi-region@3.696.0': - resolution: {integrity: sha512-ijPkoLjXuPtgxAYlDoYls8UaG/VKigROn9ebbvPL/orEY5umedd3iZTcS9T+uAf4Ur3GELLxMQiERZpfDKaz3g==} - engines: {node: '>=16.0.0'} - - '@aws-sdk/signature-v4@3.47.0': - resolution: {integrity: sha512-b1JDXaBRNQ9niMz7Hj6XZ2OfDNT8+a+3fP+BxmFlaFPV++Huo1ClpimzFS8KjRBBrFltTOPPJnEfS+M4cBsnEQ==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/smithy-client@3.47.0': - resolution: {integrity: sha512-rq1H//VJKopXgRJgso+BdFBD4hrssbFky1BuvXu7orIi8Wp7oS2LogKctqclX7THrXCNT6mzHaxvU6xEOWYUXg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/token-providers@3.699.0': - resolution: {integrity: sha512-kuiEW9DWs7fNos/SM+y58HCPhcIzm1nEZLhe2/7/6+TvAYLuEWURYsbK48gzsxXlaJ2k/jGY3nIsA7RptbMOwA==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@aws-sdk/client-sso-oidc': ^3.699.0 + '@aws-sdk/middleware-bucket-endpoint@3.957.0': + resolution: {integrity: sha512-iczcn/QRIBSpvsdAS/rbzmoBpleX1JBjXvCynMbDceVLBIcVrwT1hXECrhtIC2cjh4HaLo9ClAbiOiWuqt+6MA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/types@3.47.0': - resolution: {integrity: sha512-ljxyrASkxCsgPXW/jRGGokNtjOql4RbzEl23HEliDmmETlKOrUKVDa2iqhnz5nvqVTc1MgOQv/dr9YBO1LHHIQ==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/middleware-expect-continue@3.957.0': + resolution: {integrity: sha512-AlbK3OeVNwZZil0wlClgeI/ISlOt/SPUxBsIns876IFaVu/Pj3DgImnYhpcJuFRek4r4XM51xzIaGQXM6GDHGg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/types@3.696.0': - resolution: {integrity: sha512-9rTvUJIAj5d3//U5FDPWGJ1nFJLuWb30vugGOrWk7aNZ6y9tuA3PI7Cc9dP8WEXKVyK1vuuk8rSFP2iqXnlgrw==} - engines: {node: '>=16.0.0'} + '@aws-sdk/middleware-flexible-checksums@3.957.0': + resolution: {integrity: sha512-iJpeVR5V8se1hl2pt+k8bF/e9JO4KWgPCMjg8BtRspNtKIUGy7j6msYvbDixaKZaF2Veg9+HoYcOhwnZumjXSA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/url-parser@3.47.0': - resolution: {integrity: sha512-BGfyYZgPvcJ+fW5+i29fy9IwG/2R3LYnWyZ85AFbE++8YcMueJhD7Sychh3mUINViCzjUTVC971m56ee9O9QLA==} + '@aws-sdk/middleware-host-header@3.957.0': + resolution: {integrity: sha512-BBgKawVyfQZglEkNTuBBdC3azlyqNXsvvN4jPkWAiNYcY0x1BasaJFl+7u/HisfULstryweJq/dAvIZIxzlZaA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-arn-parser@3.47.0': - resolution: {integrity: sha512-ilmTCowm/QyMYGn91Cf4E+hnco6th8CVbiLUIqgUHuZRtP0iXA9oInf7/FIqdLgt7+vzyg7wHpRFosTXQ+kfqQ==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/middleware-location-constraint@3.957.0': + resolution: {integrity: sha512-y8/W7TOQpmDJg/fPYlqAhwA4+I15LrS7TwgUEoxogtkD8gfur9wFMRLT8LCyc9o4NMEcAnK50hSb4+wB0qv6tQ==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-arn-parser@3.693.0': - resolution: {integrity: sha512-WC8x6ca+NRrtpAH64rWu+ryDZI3HuLwlEr8EU6/dbC/pt+r/zC0PBoC15VEygUaBA+isppCikQpGyEDu0Yj7gQ==} - engines: {node: '>=16.0.0'} + '@aws-sdk/middleware-logger@3.957.0': + resolution: {integrity: sha512-w1qfKrSKHf9b5a8O76yQ1t69u6NWuBjr5kBX+jRWFx/5mu6RLpqERXRpVJxfosbep7k3B+DSB5tZMZ82GKcJtQ==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-base64-browser@3.47.0': - resolution: {integrity: sha512-mG6mCdWWzxdDNKmF4YAn4LH7DBdPfTH/eN8ZrkEWamx9goaO1odQz7p86bxMFe5qMHSPRMgGpCuQoJurg7E4cg==} + '@aws-sdk/middleware-recursion-detection@3.957.0': + resolution: {integrity: sha512-D2H/WoxhAZNYX+IjkKTdOhOkWQaK0jjJrDBj56hKjU5c9ltQiaX/1PqJ4dfjHntEshJfu0w+E6XJ+/6A6ILBBA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-base64-node@3.47.0': - resolution: {integrity: sha512-r2ym8kSeLR4m18TFM8M3IThkj3i0DvETF/kxPdfa2fHKL7Lq7bfUDJjzr0LmFhdy7iEEcjeLO1hyBklyCke1nQ==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/middleware-sdk-s3@3.957.0': + resolution: {integrity: sha512-5B2qY2nR2LYpxoQP0xUum5A1UNvH2JQpLHDH1nWFNF/XetV7ipFHksMxPNhtJJ6ARaWhQIDXfOUj0jcnkJxXUg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-body-length-browser@3.47.0': - resolution: {integrity: sha512-1hHX3uXrl/XKYx2dEULDhtBeofQLHQhllUSbtxj/t8HBZtNhwTSXgb0jbZhPvUFCnzL5ag4znYzEyukLLxgwwQ==} + '@aws-sdk/middleware-ssec@3.957.0': + resolution: {integrity: sha512-qwkmrK0lizdjNt5qxl4tHYfASh8DFpHXM1iDVo+qHe+zuslfMqQEGRkzxS8tJq/I+8F0c6v3IKOveKJAfIvfqQ==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-body-length-node@3.47.0': - resolution: {integrity: sha512-PGh5179ZEDS9kcUy1M0i5QiNMeVsCseXh152OT6rU/3yb0h9rozefED/DYEnW/UC0eQNDyj0mgEpT9R86e4S2w==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/middleware-user-agent@3.957.0': + resolution: {integrity: sha512-50vcHu96XakQnIvlKJ1UoltrFODjsq2KvtTgHiPFteUS884lQnK5VC/8xd1Msz/1ONpLMzdCVproCQqhDTtMPQ==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-buffer-from@3.47.0': - resolution: {integrity: sha512-pANJWhIZ32RuQVwtqf2rqllZngZYW0dgOiDwCMCDjBOuhlrqCVs2cwOvDJp7SS5TUg6dt6powFC7UKRRjFMe1g==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/nested-clients@3.958.0': + resolution: {integrity: sha512-/KuCcS8b5TpQXkYOrPLYytrgxBhv81+5pChkOlhegbeHttjM69pyUpQVJqyfDM/A7wPLnDrzCAnk4zaAOkY0Nw==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-config-provider@3.47.0': - resolution: {integrity: sha512-93JmYEtExWBlFM18yt7CuUCBf7WQGAjDEMuhy2sCmhgu+lRwicSCLkjEUFPUTxOv2QbU3HJV2CSKzpAjFAWrSA==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/region-config-resolver@3.957.0': + resolution: {integrity: sha512-V8iY3blh8l2iaOqXWW88HbkY5jDoWjH56jonprG/cpyqqCnprvpMUZWPWYJoI8rHRf2bqzZeql1slxG6EnKI7A==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-credentials@3.47.0': - resolution: {integrity: sha512-0I4Azt1C+xWORep3Qq/B6ZYoIL+fPCgqxYL7k3amW5yjkS4T/r0Md6mG41pb9CEHkbIYtQhzfhcUjqb1hNgIvg==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/signature-v4-multi-region@3.957.0': + resolution: {integrity: sha512-t6UfP1xMUigMMzHcb7vaZcjv7dA2DQkk9C/OAP1dKyrE0vb4lFGDaTApi17GN6Km9zFxJthEMUbBc7DL0hq1Bg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-defaults-mode-browser@3.47.0': - resolution: {integrity: sha512-W5ZYzxU23h6F/2vf6H0BJOzV0UVaCzi9l4sN/00m0FfoGMylwSVeJ0dKMwhMAq5o8sdCSRfzHdvAsXj5TjtghQ==} - engines: {node: '>= 10.0.0'} + '@aws-sdk/token-providers@3.958.0': + resolution: {integrity: sha512-UCj7lQXODduD1myNJQkV+LYcGYJ9iiMggR8ow8Hva1g3A/Na5imNXzz6O67k7DAee0TYpy+gkNw+SizC6min8Q==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-defaults-mode-node@3.47.0': - resolution: {integrity: sha512-WSTXyAp51FaP0IGf2ZKS1iF7IZ+ct0q8qSBDp12frTIdJO2RZDTQftTq+RrOSj20LXnZi5rf0ICUOFJjomWg4w==} - engines: {node: '>= 10.0.0'} + '@aws-sdk/types@3.957.0': + resolution: {integrity: sha512-wzWC2Nrt859ABk6UCAVY/WYEbAd7FjkdrQL6m24+tfmWYDNRByTJ9uOgU/kw9zqLCAwb//CPvrJdhqjTznWXAg==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-endpoints@3.696.0': - resolution: {integrity: sha512-T5s0IlBVX+gkb9g/I6CLt4yAZVzMSiGnbUqWihWsHvQR1WOoIcndQy/Oz/IJXT9T2ipoy7a80gzV6a5mglrioA==} - engines: {node: '>=16.0.0'} + '@aws-sdk/util-arn-parser@3.957.0': + resolution: {integrity: sha512-Aj6m+AyrhWyg8YQ4LDPg2/gIfGHCEcoQdBt5DeSFogN5k9mmJPOJ+IAmNSWmWRjpOxEy6eY813RNDI6qS97M0g==} + engines: {node: '>=18.0.0'} - '@aws-sdk/util-hex-encoding@3.47.0': - resolution: {integrity: sha512-94pkobzbyfasUTUOQSWOixo71ohEPGw2FHnTw/vQ28wQYVYJE8NaV2Z4MyeQlsxSvsthsE4D5u5i1uo+WKFzSQ==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/util-endpoints@3.957.0': + resolution: {integrity: sha512-xwF9K24mZSxcxKS3UKQFeX/dPYkEps9wF1b+MGON7EvnbcucrJGyQyK1v1xFPn1aqXkBTFi+SZaMRx5E5YCVFw==} + engines: {node: '>=18.0.0'} '@aws-sdk/util-locate-window@3.693.0': resolution: {integrity: sha512-ttrag6haJLWABhLqtg1Uf+4LgHWIMOVSYL+VYZmAp2v4PUGOwWmWQH0Zk8RM7YuQcLfH/EoR72/Yxz6A4FKcuw==} engines: {node: '>=16.0.0'} - '@aws-sdk/util-uri-escape@3.47.0': - resolution: {integrity: sha512-4qxKb98t395h7dQWlD0iUMZpTH1JEPWdcNUCZtbVLwXy5lKzJOl4MPMwObdMhruMa9rgMEKwk6btaSzPK12KAw==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/util-user-agent-browser@3.47.0': - resolution: {integrity: sha512-T0MHvvdt98aDGjSnW1wZU0rTtsA/6zr8735ZHTF6ObEH8ZQ28RPTtD0eWO5pUWfReU8yQxDXhBhJK41/lOOtSA==} - - '@aws-sdk/util-user-agent-browser@3.696.0': - resolution: {integrity: sha512-Z5rVNDdmPOe6ELoM5AhF/ja5tSjbe6ctSctDPb0JdDf4dT0v2MfwhJKzXju2RzX8Es/77Glh7MlaXLE0kCB9+Q==} + '@aws-sdk/util-user-agent-browser@3.957.0': + resolution: {integrity: sha512-exueuwxef0lUJRnGaVkNSC674eAiWU07ORhxBnevFFZEKisln+09Qrtw823iyv5I1N8T+wKfh95xvtWQrNKNQw==} - '@aws-sdk/util-user-agent-node@3.47.0': - resolution: {integrity: sha512-aGft3RuO8vQyTFMR5tn4WMtjsVMA9WiPx9WCloheieXmlO7gtez9qr51GFYteBQq9lfdiY9PPj4uaOG21efSIg==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/util-user-agent-node@3.696.0': - resolution: {integrity: sha512-KhKqcfyXIB0SCCt+qsu4eJjsfiOrNzK5dCV7RAW2YIpp+msxGUUX0NdRE9rkzjiv+3EMktgJm3eEIS+yxtlVdQ==} - engines: {node: '>=16.0.0'} + '@aws-sdk/util-user-agent-node@3.957.0': + resolution: {integrity: sha512-ycbYCwqXk4gJGp0Oxkzf2KBeeGBdTxz559D41NJP8FlzSej1Gh7Rk40Zo6AyTfsNWkrl/kVi1t937OIzC5t+9Q==} + engines: {node: '>=18.0.0'} peerDependencies: aws-crt: '>=1.0.0' peerDependenciesMeta: @@ -3284,24 +3013,13 @@ packages: '@aws-sdk/util-utf8-browser@3.259.0': resolution: {integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==} - '@aws-sdk/util-utf8-browser@3.47.0': - resolution: {integrity: sha512-qOYj00VqTVyUVb9gndS9yGHB/tRuK7EPGFvnhRh4VEkwVymH8ywyoFntRhWS/hSrrcQp0W35iS+fJPqdQ1nGWg==} - - '@aws-sdk/util-utf8-node@3.47.0': - resolution: {integrity: sha512-zbcF4zYPta/5tsogtRQ99uPyEB2WGaOyybRaS4cGPhtLiRdA/1wcwmld8ctEaCCf4m4wr2Vu6U9v3SnY92V55w==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/util-waiter@3.47.0': - resolution: {integrity: sha512-ED8Q7v8Z23NimTcPTK+VN2+NcTvVNLpm5+FzqCiXShZ6tM088e0fzwhyIVTejgbc0mvJE7QfEbR9ZSbr3a1zcw==} - engines: {node: '>= 12.0.0'} - - '@aws-sdk/xml-builder@3.47.0': - resolution: {integrity: sha512-C9929miRb1nb8oVUwQiQ42zCbC521qenCMUavyN921hnq1CUe9nLcBBzA6mHn4Vk3fz4orRHzx7vv91hPCZ3+Q==} - engines: {node: '>= 12.0.0'} + '@aws-sdk/xml-builder@3.957.0': + resolution: {integrity: sha512-Ai5iiQqS8kJ5PjzMhWcLKN0G2yasAkvpnPlq2EnqlIMdB48HsizElt62qcktdxp4neRMyGkFq4NzgmDbXnhRiA==} + engines: {node: '>=18.0.0'} - '@aws-sdk/xml-builder@3.696.0': - resolution: {integrity: sha512-dn1mX+EeqivoLYnY7p2qLrir0waPnCgS/0YdRCAVU2x14FgfUYCH6Im3w3oi2dMwhxfKY5lYVB5NKvZu7uI9lQ==} - engines: {node: '>=16.0.0'} + '@aws/lambda-invoke-store@0.2.2': + resolution: {integrity: sha512-C0NBLsIqzDIae8HFw9YIrIBsbc0xTiOtt7fAukGPnqQ/+zZNaq+4jhuccltK0QuWHBnNm/a6kLIRA6GFiM10eg==} + engines: {node: '>=18.0.0'} '@babel/code-frame@7.10.4': resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==} @@ -3313,14 +3031,26 @@ packages: resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.27.1': + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.26.2': resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.28.5': + resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} + engines: {node: '>=6.9.0'} + '@babel/core@7.26.0': resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} + '@babel/core@7.28.5': + resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.2.0': resolution: {integrity: sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==} @@ -3328,6 +3058,10 @@ packages: resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.28.5': + resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.25.9': resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} @@ -3340,6 +3074,10 @@ packages: resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.27.2': + resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-create-class-features-plugin@7.25.9': resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} engines: {node: '>=6.9.0'} @@ -3361,6 +3099,10 @@ packages: resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} engines: {node: '>=6.9.0'} + '@babel/helper-globals@7.28.0': + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} + engines: {node: '>=6.9.0'} + '@babel/helper-member-expression-to-functions@7.25.9': resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} engines: {node: '>=6.9.0'} @@ -3369,12 +3111,22 @@ packages: resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.27.1': + resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-transforms@7.26.0': resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.28.3': + resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.25.9': resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} @@ -3383,6 +3135,10 @@ packages: resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} + engines: {node: '>=6.9.0'} + '@babel/helper-remap-async-to-generator@7.25.9': resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==} engines: {node: '>=6.9.0'} @@ -3407,14 +3163,26 @@ packages: resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.9': resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.28.5': + resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.25.9': resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} + engines: {node: '>=6.9.0'} + '@babel/helper-wrap-function@7.25.9': resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==} engines: {node: '>=6.9.0'} @@ -3423,6 +3191,10 @@ packages: resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.28.4': + resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.25.9': resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==} engines: {node: '>=6.9.0'} @@ -3432,6 +3204,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.28.5': + resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9': resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==} engines: {node: '>=6.9.0'} @@ -3615,6 +3392,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-jsx@7.27.1': + resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4': resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -3663,6 +3446,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-typescript@7.27.1': + resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -4071,524 +3860,388 @@ packages: resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} engines: {node: '>=6.9.0'} - '@babel/standalone@7.26.2': - resolution: {integrity: sha512-i2VbegsRfwa9yq3xmfDX3tG2yh9K0cCqwpSyVG2nPxifh0EOnucAZUeO/g4lW2Zfg03aPJNtPfxQbDHzXc7H+w==} - engines: {node: '>=6.9.0'} - '@babel/template@7.25.9': resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} + '@babel/template@7.27.2': + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.9': resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.5': + resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} + engines: {node: '>=6.9.0'} + '@babel/types@7.26.0': resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.5': + resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} + engines: {node: '>=6.9.0'} + '@babel/types@7.8.3': resolution: {integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==} '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - '@clack/core@0.3.5': - resolution: {integrity: sha512-5cfhQNH+1VQ2xLQlmzXMqUoiaH0lRBq9/CLW9lTyMbuKLC3+xEK01tHVvyut++mLOn5urSHmkm6I0Lg9MaJSTQ==} + '@borewit/text-codec@0.2.1': + resolution: {integrity: sha512-k7vvKPbf7J2fZ5klGRD9AeKfUvojuZIQ3BT5u7Jfv+puwXkUBUT5PVyMDfJZpy30CBDXGMgw7fguK/lpOMBvgw==} - '@clack/prompts@0.7.0': - resolution: {integrity: sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==} - bundledDependencies: - - is-unicode-supported + '@bufbuild/protobuf@2.10.2': + resolution: {integrity: sha512-uFsRXwIGyu+r6AMdz+XijIIZJYpoWeYzILt5yZ2d3mCjQrWUTVpVD9WL/jZAbvp+Ed04rOhrsk7FiTcEDseB5A==} + + '@clack/core@0.4.2': + resolution: {integrity: sha512-NYQfcEy8MWIxrT5Fj8nIVchfRFA26yYKJcvBS7WlUIlw2OmQOY9DhGGXMovyI5J5PpxrCPGkgUi207EBrjpBvg==} + + '@clack/core@0.5.0': + resolution: {integrity: sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow==} + + '@clack/prompts@0.10.1': + resolution: {integrity: sha512-Q0T02vx8ZM9XSv9/Yde0jTmmBQufZhPJfYAg2XrrrxWWaZgq1rr8nU8Hv710BQ1dhoP8rtY7YUdpGej2Qza/cw==} + + '@clack/prompts@0.11.0': + resolution: {integrity: sha512-pMN5FcrEw9hUkZA4f+zLlzivQSeQf5dRGJjSUbvVYDLvpKCdQx5OaknvKzgbtXOizhP+SJJJjqEbOe55uKKfAw==} '@cloudflare/kv-asset-handler@0.3.4': resolution: {integrity: sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==} engines: {node: '>=16.13'} - '@cloudflare/workerd-darwin-64@1.20241106.1': - resolution: {integrity: sha512-zxvaToi1m0qzAScrxFt7UvFVqU8DxrCO2CinM1yQkv5no7pA1HolpIrwZ0xOhR3ny64Is2s/J6BrRjpO5dM9Zw==} + '@cloudflare/unenv-preset@2.0.2': + resolution: {integrity: sha512-nyzYnlZjjV5xT3LizahG1Iu6mnrCaxglJ04rZLpDwlDVDZ7v46lNsfxhV3A/xtfgQuSHmLnc6SVI+KwBpc3Lwg==} + peerDependencies: + unenv: 2.0.0-rc.14 + workerd: ^1.20250124.0 + peerDependenciesMeta: + workerd: + optional: true + + '@cloudflare/workerd-darwin-64@1.20250718.0': + resolution: {integrity: sha512-FHf4t7zbVN8yyXgQ/r/GqLPaYZSGUVzeR7RnL28Mwj2djyw2ZergvytVc7fdGcczl6PQh+VKGfZCfUqpJlbi9g==} engines: {node: '>=16'} cpu: [x64] os: [darwin] - '@cloudflare/workerd-darwin-arm64@1.20241106.1': - resolution: {integrity: sha512-j3dg/42D/bPgfNP3cRUBxF+4waCKO/5YKwXNj+lnVOwHxDu+ne5pFw9TIkKYcWTcwn0ZUkbNZNM5rhJqRn4xbg==} + '@cloudflare/workerd-darwin-arm64@1.20250718.0': + resolution: {integrity: sha512-fUiyUJYyqqp4NqJ0YgGtp4WJh/II/YZsUnEb6vVy5Oeas8lUOxnN+ZOJ8N/6/5LQCVAtYCChRiIrBbfhTn5Z8Q==} engines: {node: '>=16'} cpu: [arm64] os: [darwin] - '@cloudflare/workerd-linux-64@1.20241106.1': - resolution: {integrity: sha512-Ih+Ye8E1DMBXcKrJktGfGztFqHKaX1CeByqshmTbODnWKHt6O65ax3oTecUwyC0+abuyraOpAtdhHNpFMhUkmw==} + '@cloudflare/workerd-linux-64@1.20250718.0': + resolution: {integrity: sha512-5+eb3rtJMiEwp08Kryqzzu8d1rUcK+gdE442auo5eniMpT170Dz0QxBrqkg2Z48SFUPYbj+6uknuA5tzdRSUSg==} engines: {node: '>=16'} cpu: [x64] os: [linux] - '@cloudflare/workerd-linux-arm64@1.20241106.1': - resolution: {integrity: sha512-mdQFPk4+14Yywn7n1xIzI+6olWM8Ybz10R7H3h+rk0XulMumCWUCy1CzIDauOx6GyIcSgKIibYMssVHZR30ObA==} + '@cloudflare/workerd-linux-arm64@1.20250718.0': + resolution: {integrity: sha512-Aa2M/DVBEBQDdATMbn217zCSFKE+ud/teS+fFS+OQqKABLn0azO2qq6ANAHYOIE6Q3Sq4CxDIQr8lGdaJHwUog==} engines: {node: '>=16'} cpu: [arm64] os: [linux] - '@cloudflare/workerd-windows-64@1.20241106.1': - resolution: {integrity: sha512-4rtcss31E/Rb/PeFocZfr+B9i1MdrkhsTBWizh8siNR4KMmkslU2xs2wPaH1z8+ErxkOsHrKRa5EPLh5rIiFeg==} + '@cloudflare/workerd-windows-64@1.20250718.0': + resolution: {integrity: sha512-dY16RXKffmugnc67LTbyjdDHZn5NoTF1yHEf2fN4+OaOnoGSp3N1x77QubTDwqZ9zECWxgQfDLjddcH8dWeFhg==} engines: {node: '>=16'} cpu: [x64] os: [win32] - '@cloudflare/workers-shared@0.9.0': - resolution: {integrity: sha512-eP6Ir45uPbKnpADVzUCtkRUYxYxjB1Ew6n/whTJvHu8H4m93USHAceCMm736VBZdlxuhXXUjEP3fCUxKPn+cfw==} - engines: {node: '>=16.7.0'} - - '@cloudflare/workers-types@4.20241127.0': - resolution: {integrity: sha512-UqlvtqV8eI0CdPR7nxlbVlE52+lcjHvGdbYXEPwisy23+39RsFV7OOy0da0moJAhqnL2OhDmWTOaKdsVcPHiJQ==} + '@cloudflare/workers-types@4.20260103.0': + resolution: {integrity: sha512-jANmoGpJcXARnwlkvrQOeWyjYD1quTfHcs+++Z544XRHOSfLc4XSlts7snIhbiIGgA5bo66zDhraF+9lKUr2hw==} '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@commitlint/cli@19.6.0': - resolution: {integrity: sha512-v17BgGD9w5KnthaKxXnEg6KLq6DYiAxyiN44TpiRtqyW8NSq+Kx99mkEG8Qo6uu6cI5eMzMojW2muJxjmPnF8w==} + '@commitlint/cli@19.8.1': + resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==} engines: {node: '>=v18'} hasBin: true - '@commitlint/config-validator@19.5.0': - resolution: {integrity: sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==} - engines: {node: '>=v18'} - - '@commitlint/ensure@19.5.0': - resolution: {integrity: sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==} + '@commitlint/config-validator@19.8.1': + resolution: {integrity: sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==} engines: {node: '>=v18'} - '@commitlint/execute-rule@19.5.0': - resolution: {integrity: sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==} + '@commitlint/ensure@19.8.1': + resolution: {integrity: sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==} engines: {node: '>=v18'} - '@commitlint/format@19.5.0': - resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==} + '@commitlint/execute-rule@19.8.1': + resolution: {integrity: sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==} engines: {node: '>=v18'} - '@commitlint/is-ignored@19.6.0': - resolution: {integrity: sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==} + '@commitlint/format@19.8.1': + resolution: {integrity: sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==} engines: {node: '>=v18'} - '@commitlint/lint@19.6.0': - resolution: {integrity: sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==} + '@commitlint/is-ignored@19.8.1': + resolution: {integrity: sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==} engines: {node: '>=v18'} - '@commitlint/load@19.5.0': - resolution: {integrity: sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==} + '@commitlint/lint@19.8.1': + resolution: {integrity: sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==} engines: {node: '>=v18'} - '@commitlint/message@19.5.0': - resolution: {integrity: sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==} + '@commitlint/load@19.8.1': + resolution: {integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==} engines: {node: '>=v18'} - '@commitlint/parse@19.5.0': - resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==} + '@commitlint/message@19.8.1': + resolution: {integrity: sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==} engines: {node: '>=v18'} - '@commitlint/read@19.5.0': - resolution: {integrity: sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==} + '@commitlint/parse@19.8.1': + resolution: {integrity: sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==} engines: {node: '>=v18'} - '@commitlint/resolve-extends@19.5.0': - resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==} + '@commitlint/read@19.8.1': + resolution: {integrity: sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==} engines: {node: '>=v18'} - '@commitlint/rules@19.6.0': - resolution: {integrity: sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==} + '@commitlint/resolve-extends@19.8.1': + resolution: {integrity: sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==} engines: {node: '>=v18'} - '@commitlint/to-lines@19.5.0': - resolution: {integrity: sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==} + '@commitlint/rules@19.8.1': + resolution: {integrity: sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==} engines: {node: '>=v18'} - '@commitlint/top-level@19.5.0': - resolution: {integrity: sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==} + '@commitlint/to-lines@19.8.1': + resolution: {integrity: sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==} engines: {node: '>=v18'} - '@commitlint/types@19.0.3': - resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} + '@commitlint/top-level@19.8.1': + resolution: {integrity: sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==} engines: {node: '>=v18'} - '@commitlint/types@19.5.0': - resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} + '@commitlint/types@19.8.1': + resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==} engines: {node: '>=v18'} - '@cspell/cspell-bundled-dicts@8.13.1': - resolution: {integrity: sha512-ylAwnIdxBMJ9v6BHpFAQFZM+5zbybLtqVQJG7zQePts4e0/Qr2xjYFbC3F+fovZqyXPIx24BR+S6gFJNO1OdAw==} - engines: {node: '>=18'} - - '@cspell/cspell-bundled-dicts@8.8.4': - resolution: {integrity: sha512-k9ZMO2kayQFXB3B45b1xXze3MceAMNy9U+D7NTnWB1i3S0y8LhN53U9JWWgqHGPQaHaLHzizL7/w1aGHTA149Q==} - engines: {node: '>=18'} - - '@cspell/cspell-json-reporter@8.8.4': - resolution: {integrity: sha512-ITpOeNyDHD+4B9QmLJx6YYtrB1saRsrCLluZ34YaICemNLuumVRP1vSjcdoBtefvGugCOn5nPK7igw0r/vdAvA==} - engines: {node: '>=18'} - - '@cspell/cspell-pipe@8.13.1': - resolution: {integrity: sha512-acLWTQv3yWfeWXMds/cfQKZapslOrLHVL4VDp4rFyL/EnfgaCr7Ew9hQ7zAIARY3r/n0dByqWbOt2HKthdhx/g==} - engines: {node: '>=18'} - - '@cspell/cspell-pipe@8.8.4': - resolution: {integrity: sha512-Uis9iIEcv1zOogXiDVSegm9nzo5NRmsRDsW8CteLRg6PhyZ0nnCY1PZIUy3SbGF0vIcb/M+XsdLSh2wOPqTXww==} + '@cspell/cspell-bundled-dicts@8.19.4': + resolution: {integrity: sha512-2ZRcZP/ncJ5q953o8i+R0fb8+14PDt5UefUNMrFZZHvfTI0jukAASOQeLY+WT6ASZv6CgbPrApAdbppy9FaXYQ==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.13.1': - resolution: {integrity: sha512-EGdb7KLYCklV3sLxf/895b7s6sExh8DCHZFpDos2hjKwMt+F4ynsu1+ceybQtqoUF/MsyLoJXrrmPvV2uGVmUQ==} + '@cspell/cspell-pipe@8.19.4': + resolution: {integrity: sha512-GNAyk+7ZLEcL2fCMT5KKZprcdsq3L1eYy3e38/tIeXfbZS7Sd1R5FXUe6CHXphVWTItV39TvtLiDwN/2jBts9A==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.8.4': - resolution: {integrity: sha512-eZVw31nSeh6xKl7TzzkZVMTX/mgwhUw40/q1Sqo7CTPurIBg66oelEqKRclX898jzd2/qSK+ZFwBDxvV7QH38A==} + '@cspell/cspell-resolver@8.19.4': + resolution: {integrity: sha512-S8vJMYlsx0S1D60glX8H2Jbj4mD8519VjyY8lu3fnhjxfsl2bDFZvF3ZHKsLEhBE+Wh87uLqJDUJQiYmevHjDg==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.13.1': - resolution: {integrity: sha512-oLFJfxuB1rwGXn3eD5qSF9nf0lHu6YjO0JcrjWhAZQ0r3AsO97gsX50wwCFCw6szVU3rd1cTUktW0KYEZUY6dA==} + '@cspell/cspell-service-bus@8.19.4': + resolution: {integrity: sha512-uhY+v8z5JiUogizXW2Ft/gQf3eWrh5P9036jN2Dm0UiwEopG/PLshHcDjRDUiPdlihvA0RovrF0wDh4ptcrjuQ==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.8.4': - resolution: {integrity: sha512-KtwJ38uPLrm2Q8osmMIAl2NToA/CMyZCxck4msQJnskdo30IPSdA1Rh0w6zXinmh1eVe0zNEVCeJ2+x23HqW+g==} + '@cspell/cspell-types@8.19.4': + resolution: {integrity: sha512-ekMWuNlFiVGfsKhfj4nmc8JCA+1ZltwJgxiKgDuwYtR09ie340RfXFF6YRd2VTW5zN7l4F1PfaAaPklVz6utSg==} engines: {node: '>=18'} - '@cspell/cspell-types@8.13.1': - resolution: {integrity: sha512-9dJdmyXLXJVesCJa/DWgwKsEC9p2RRFc6KORcLhNvtm1tE9TvCXiu5jV47sOmYXd6Hwan8IurBXXTz82CLVjPQ==} - engines: {node: '>=18'} - - '@cspell/cspell-types@8.8.4': - resolution: {integrity: sha512-ya9Jl4+lghx2eUuZNY6pcbbrnResgEAomvglhdbEGqy+B5MPEqY5Jt45APEmGqHzTNks7oFFaiTIbXYJAFBR7A==} - engines: {node: '>=18'} - - '@cspell/dict-ada@4.0.2': - resolution: {integrity: sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==} - - '@cspell/dict-ada@4.0.5': - resolution: {integrity: sha512-6/RtZ/a+lhFVmrx/B7bfP7rzC4yjEYe8o74EybXcvu4Oue6J4Ey2WSYj96iuodloj1LWrkNCQyX5h4Pmcj0Iag==} - - '@cspell/dict-aws@4.0.2': - resolution: {integrity: sha512-aNGHWSV7dRLTIn8WJemzLoMF62qOaiUQlgnsCwH5fRCD/00gsWCwg106pnbkmK4AyabyxzneOV4dfecDJWkSxw==} - - '@cspell/dict-aws@4.0.7': - resolution: {integrity: sha512-PoaPpa2NXtSkhGIMIKhsJUXB6UbtTt6Ao3x9JdU9kn7fRZkwD4RjHDGqulucIOz7KeEX/dNRafap6oK9xHe4RA==} - - '@cspell/dict-bash@4.1.3': - resolution: {integrity: sha512-tOdI3QVJDbQSwPjUkOiQFhYcu2eedmX/PtEpVWg0aFps/r6AyjUQINtTgpqMYnYuq8O1QUIQqnpx21aovcgZCw==} - - '@cspell/dict-bash@4.1.8': - resolution: {integrity: sha512-I2CM2pTNthQwW069lKcrVxchJGMVQBzru2ygsHCwgidXRnJL/NTjAPOFTxN58Jc1bf7THWghfEDyKX/oyfc0yg==} - - '@cspell/dict-companies@3.1.2': - resolution: {integrity: sha512-OwR5i1xbYuJX7FtHQySmTy3iJtPV1rZQ3jFCxFGwrA1xRQ4rtRcDQ+sTXBCIAoJHkXa84f9J3zsngOKmMGyS/w==} - - '@cspell/dict-companies@3.1.7': - resolution: {integrity: sha512-ncVs/efuAkP1/tLDhWbXukBjgZ5xOUfe03neHMWsE8zvXXc5+Lw6TX5jaJXZLOoES/f4j4AhRE20jsPCF5pm+A==} - - '@cspell/dict-cpp@5.1.10': - resolution: {integrity: sha512-BmIF0sAz2BgGEOwzYIeEm9ALneDjd1tcTbFbo+A1Hcq3zOKP8yViSgxS9CEN30KOZIyph6Tldp531UPEpoEl0Q==} - - '@cspell/dict-cpp@5.1.23': - resolution: {integrity: sha512-59VUam6bYWzn50j8FASWWLww0rBPA0PZfjMZBvvt0aqMpkvXzoJPnAAI4eDDSibPWVHKutjpqLmast+uMLHVsQ==} - - '@cspell/dict-cryptocurrencies@5.0.0': - resolution: {integrity: sha512-Z4ARIw5+bvmShL+4ZrhDzGhnc9znaAGHOEMaB/GURdS/jdoreEDY34wdN0NtdLHDO5KO7GduZnZyqGdRoiSmYA==} + '@cspell/dict-ada@4.1.1': + resolution: {integrity: sha512-E+0YW9RhZod/9Qy2gxfNZiHJjCYFlCdI69br1eviQQWB8yOTJX0JHXLs79kOYhSW0kINPVUdvddEBe6Lu6CjGQ==} - '@cspell/dict-cryptocurrencies@5.0.3': - resolution: {integrity: sha512-bl5q+Mk+T3xOZ12+FG37dB30GDxStza49Rmoax95n37MTLksk9wBo1ICOlPJ6PnDUSyeuv4SIVKgRKMKkJJglA==} + '@cspell/dict-al@1.1.1': + resolution: {integrity: sha512-sD8GCaZetgQL4+MaJLXqbzWcRjfKVp8x+px3HuCaaiATAAtvjwUQ5/Iubiqwfd1boIh2Y1/3EgM3TLQ7Q8e0wQ==} - '@cspell/dict-csharp@4.0.2': - resolution: {integrity: sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==} + '@cspell/dict-aws@4.0.17': + resolution: {integrity: sha512-ORcblTWcdlGjIbWrgKF+8CNEBQiLVKdUOFoTn0KPNkAYnFcdPP0muT4892h7H4Xafh3j72wqB4/loQ6Nti9E/w==} - '@cspell/dict-csharp@4.0.5': - resolution: {integrity: sha512-c/sFnNgtRwRJxtC3JHKkyOm+U3/sUrltFeNwml9VsxKBHVmvlg4tk4ar58PdpW9/zTlGUkWi2i85//DN1EsUCA==} + '@cspell/dict-bash@4.2.2': + resolution: {integrity: sha512-kyWbwtX3TsCf5l49gGQIZkRLaB/P8g73GDRm41Zu8Mv51kjl2H7Au0TsEvHv7jzcsRLS6aUYaZv6Zsvk1fOz+Q==} - '@cspell/dict-css@4.0.12': - resolution: {integrity: sha512-vGBgPM92MkHQF5/2jsWcnaahOZ+C6OE/fPvd5ScBP72oFY9tn5GLuomcyO0z8vWCr2e0nUSX1OGimPtcQAlvSw==} + '@cspell/dict-companies@3.2.10': + resolution: {integrity: sha512-bJ1qnO1DkTn7JYGXvxp8FRQc4yq6tRXnrII+jbP8hHmq5TX5o1Wu+rdfpoUQaMWTl6balRvcMYiINDesnpR9Bw==} - '@cspell/dict-css@4.0.16': - resolution: {integrity: sha512-70qu7L9z/JR6QLyJPk38fNTKitlIHnfunx0wjpWQUQ8/jGADIhMCrz6hInBjqPNdtGpYm8d1dNFyF8taEkOgrQ==} + '@cspell/dict-cpp@6.0.15': + resolution: {integrity: sha512-N7MKK3llRNoBncygvrnLaGvmjo4xzVr5FbtAc9+MFGHK6/LeSySBupr1FM72XDaVSIsmBEe7sDYCHHwlI9Jb2w==} - '@cspell/dict-dart@2.0.3': - resolution: {integrity: sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==} + '@cspell/dict-cryptocurrencies@5.0.5': + resolution: {integrity: sha512-R68hYYF/rtlE6T/dsObStzN5QZw+0aQBinAXuWCVqwdS7YZo0X33vGMfChkHaiCo3Z2+bkegqHlqxZF4TD3rUA==} - '@cspell/dict-dart@2.2.4': - resolution: {integrity: sha512-of/cVuUIZZK/+iqefGln8G3bVpfyN6ZtH+LyLkHMoR5tEj+2vtilGNk9ngwyR8L4lEqbKuzSkOxgfVjsXf5PsQ==} + '@cspell/dict-csharp@4.0.8': + resolution: {integrity: sha512-qmk45pKFHSxckl5mSlbHxmDitSsGMlk/XzFgt7emeTJWLNSTUK//MbYAkBNRtfzB4uD7pAFiKgpKgtJrTMRnrQ==} - '@cspell/dict-data-science@1.0.11': - resolution: {integrity: sha512-TaHAZRVe0Zlcc3C23StZqqbzC0NrodRwoSAc8dis+5qLeLLnOCtagYQeROQvDlcDg3X/VVEO9Whh4W/z4PAmYQ==} + '@cspell/dict-css@4.0.19': + resolution: {integrity: sha512-VYHtPnZt/Zd/ATbW3rtexWpBnHUohUrQOHff/2JBhsVgxOrksAxJnLAO43Q1ayLJBJUUwNVo+RU0sx0aaysZfg==} - '@cspell/dict-data-science@2.0.5': - resolution: {integrity: sha512-nNSILXmhSJox9/QoXICPQgm8q5PbiSQP4afpbkBqPi/u/b3K9MbNH5HvOOa6230gxcGdbZ9Argl2hY/U8siBlg==} + '@cspell/dict-dart@2.3.2': + resolution: {integrity: sha512-sUiLW56t9gfZcu8iR/5EUg+KYyRD83Cjl3yjDEA2ApVuJvK1HhX+vn4e4k4YfjpUQMag8XO2AaRhARE09+/rqw==} - '@cspell/dict-django@4.1.0': - resolution: {integrity: sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==} + '@cspell/dict-data-science@2.0.13': + resolution: {integrity: sha512-l1HMEhBJkPmw4I2YGVu2eBSKM89K9pVF+N6qIr5Uo5H3O979jVodtuwP8I7LyPrJnC6nz28oxeGRCLh9xC5CVA==} - '@cspell/dict-django@4.1.3': - resolution: {integrity: sha512-yBspeL3roJlO0a1vKKNaWABURuHdHZ9b1L8d3AukX0AsBy9snSggc8xCavPmSzNfeMDXbH+1lgQiYBd3IW03fg==} + '@cspell/dict-django@4.1.6': + resolution: {integrity: sha512-SdbSFDGy9ulETqNz15oWv2+kpWLlk8DJYd573xhIkeRdcXOjskRuxjSZPKfW7O3NxN/KEf3gm3IevVOiNuFS+w==} - '@cspell/dict-docker@1.1.11': - resolution: {integrity: sha512-s0Yhb16/R+UT1y727ekbR/itWQF3Qz275DR1ahOa66wYtPjHUXmhM3B/LT3aPaX+hD6AWmK23v57SuyfYHUjsw==} + '@cspell/dict-docker@1.1.17': + resolution: {integrity: sha512-OcnVTIpHIYYKhztNTyK8ShAnXTfnqs43hVH6p0py0wlcwRIXe5uj4f12n7zPf2CeBI7JAlPjEsV0Rlf4hbz/xQ==} - '@cspell/dict-docker@1.1.7': - resolution: {integrity: sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==} + '@cspell/dict-dotnet@5.0.11': + resolution: {integrity: sha512-LSVKhpFf/ASTWJcfYeS0Sykcl1gVMsv2Z5Eo0TnTMSTLV3738HH+66pIsjUTChqU6SF3gKPuCe6EOaRYqb/evA==} - '@cspell/dict-dotnet@5.0.2': - resolution: {integrity: sha512-UD/pO2A2zia/YZJ8Kck/F6YyDSpCMq0YvItpd4YbtDVzPREfTZ48FjZsbYi4Jhzwfvc6o8R56JusAE58P+4sNQ==} + '@cspell/dict-elixir@4.0.8': + resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==} - '@cspell/dict-dotnet@5.0.8': - resolution: {integrity: sha512-MD8CmMgMEdJAIPl2Py3iqrx3B708MbCIXAuOeZ0Mzzb8YmLmiisY7QEYSZPg08D7xuwARycP0Ki+bb0GAkFSqg==} - - '@cspell/dict-elixir@4.0.3': - resolution: {integrity: sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==} - - '@cspell/dict-elixir@4.0.6': - resolution: {integrity: sha512-TfqSTxMHZ2jhiqnXlVKM0bUADtCvwKQv2XZL/DI0rx3doG8mEMS8SGPOmiyyGkHpR/pGOq18AFH3BEm4lViHIw==} - - '@cspell/dict-en-common-misspellings@2.0.3': - resolution: {integrity: sha512-8nF1z9nUiSgMyikL66HTbDO7jCGtB24TxKBasXIBwkBKMDZgA2M883iXdeByy6m1JJUcCGFkSftVYp2W0bUgjw==} - - '@cspell/dict-en-common-misspellings@2.0.7': - resolution: {integrity: sha512-qNFo3G4wyabcwnM+hDrMYKN9vNVg/k9QkhqSlSst6pULjdvPyPs1mqz1689xO/v9t8e6sR4IKc3CgUXDMTYOpA==} + '@cspell/dict-en-common-misspellings@2.1.11': + resolution: {integrity: sha512-2jcY494If1udvzd7MT2z/QH/RACUo/I02vIY4ttNdZhgYvUmRKhg8OBdrbzYo0lJOcc7XUb8rhIFQRHzxOSVeA==} '@cspell/dict-en-gb@1.1.33': resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==} - '@cspell/dict-en-gb@4.1.44': - resolution: {integrity: sha512-5b0zCpOPPMbbBpgaBajE2JxSjha86tCBb60BfRhDqFrppnBztjdCl9ydW2VP0Oh6qztHZwsX4LI7M2xRNK2pYA==} - - '@cspell/dict-en_us@4.3.23': - resolution: {integrity: sha512-l0SoEQBsi3zDSl3OuL4/apBkxjuj4hLIg/oy6+gZ7LWh03rKdF6VNtSZNXWAmMY+pmb1cGA3ouleTiJIglbsIg==} - - '@cspell/dict-en_us@4.3.28': - resolution: {integrity: sha512-BN1PME7cOl7DXRQJ92pEd1f0Xk5sqjcDfThDGkKcsgwbSOY7KnTc/czBW6Pr3WXIchIm6cT12KEfjNqx7U7Rrw==} - - '@cspell/dict-filetypes@3.0.4': - resolution: {integrity: sha512-IBi8eIVdykoGgIv5wQhOURi5lmCNJq0we6DvqKoPQJHthXbgsuO1qrHSiUVydMiQl/XvcnUWTMeAlVUlUClnVg==} - - '@cspell/dict-filetypes@3.0.8': - resolution: {integrity: sha512-D3N8sm/iptzfVwsib/jvpX+K/++rM8SRpLDFUaM4jxm8EyGmSIYRbKZvdIv5BkAWmMlTWoRqlLn7Yb1b11jKJg==} - - '@cspell/dict-fonts@4.0.0': - resolution: {integrity: sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==} - - '@cspell/dict-fonts@4.0.3': - resolution: {integrity: sha512-sPd17kV5qgYXLteuHFPn5mbp/oCHKgitNfsZLFC3W2fWEgZlhg4hK+UGig3KzrYhhvQ8wBnmZrAQm0TFKCKzsA==} - - '@cspell/dict-fsharp@1.0.1': - resolution: {integrity: sha512-23xyPcD+j+NnqOjRHgW3IU7Li912SX9wmeefcY0QxukbAxJ/vAN4rBpjSwwYZeQPAn3fxdfdNZs03fg+UM+4yQ==} - - '@cspell/dict-fsharp@1.0.4': - resolution: {integrity: sha512-G5wk0o1qyHUNi9nVgdE1h5wl5ylq7pcBjX8vhjHcO4XBq20D5eMoXjwqMo/+szKAqzJ+WV3BgAL50akLKrT9Rw==} + '@cspell/dict-en_us@4.4.27': + resolution: {integrity: sha512-0y4vH2i5cFmi8sxkc4OlD2IlnqDznOtKczm4h6jA288g5VVrm3bhkYK6vcB8b0CoRKtYWKet4VEmHBP1yI+Qfw==} - '@cspell/dict-fullstack@3.1.8': - resolution: {integrity: sha512-YRlZupL7uqMCtEBK0bDP9BrcPnjDhz7m4GBqCc1EYqfXauHbLmDT8ELha7T/E7wsFKniHSjzwDZzhNXo2lusRQ==} + '@cspell/dict-filetypes@3.0.15': + resolution: {integrity: sha512-uDMeqYlLlK476w/muEFQGBy9BdQWS0mQ7BJiy/iQv5XUWZxE2O54ZQd9nW8GyQMzAgoyg5SG4hf9l039Qt66oA==} - '@cspell/dict-fullstack@3.2.3': - resolution: {integrity: sha512-62PbndIyQPH11mAv0PyiyT0vbwD0AXEocPpHlCHzfb5v9SspzCCbzQ/LIBiFmyRa+q5LMW35CnSVu6OXdT+LKg==} + '@cspell/dict-flutter@1.1.1': + resolution: {integrity: sha512-UlOzRcH2tNbFhZmHJN48Za/2/MEdRHl2BMkCWZBYs+30b91mWvBfzaN4IJQU7dUZtowKayVIF9FzvLZtZokc5A==} - '@cspell/dict-gaming-terms@1.0.5': - resolution: {integrity: sha512-C3riccZDD3d9caJQQs1+MPfrUrQ+0KHdlj9iUR1QD92FgTOF6UxoBpvHUUZ9YSezslcmpFQK4xQQ5FUGS7uWfw==} + '@cspell/dict-fonts@4.0.5': + resolution: {integrity: sha512-BbpkX10DUX/xzHs6lb7yzDf/LPjwYIBJHJlUXSBXDtK/1HaeS+Wqol4Mlm2+NAgZ7ikIE5DQMViTgBUY3ezNoQ==} - '@cspell/dict-gaming-terms@1.0.8': - resolution: {integrity: sha512-7OL0zTl93WFWhhtpXFrtm9uZXItC3ncAs8d0iQDMMFVNU1rBr6raBNxJskxE5wx2Ant12fgI66ZGVagXfN+yfA==} + '@cspell/dict-fsharp@1.1.1': + resolution: {integrity: sha512-imhs0u87wEA4/cYjgzS0tAyaJpwG7vwtC8UyMFbwpmtw+/bgss+osNfyqhYRyS/ehVCWL17Ewx2UPkexjKyaBA==} - '@cspell/dict-git@3.0.0': - resolution: {integrity: sha512-simGS/lIiXbEaqJu9E2VPoYW1OTC2xrwPPXNXFMa2uo/50av56qOuaxDrZ5eH1LidFXwoc8HROCHYeKoNrDLSw==} + '@cspell/dict-fullstack@3.2.7': + resolution: {integrity: sha512-IxEk2YAwAJKYCUEgEeOg3QvTL4XLlyArJElFuMQevU1dPgHgzWElFevN5lsTFnvMFA1riYsVinqJJX0BanCFEg==} - '@cspell/dict-git@3.0.3': - resolution: {integrity: sha512-LSxB+psZ0qoj83GkyjeEH/ZViyVsGEF/A6BAo8Nqc0w0HjD2qX/QR4sfA6JHUgQ3Yi/ccxdK7xNIo67L2ScW5A==} + '@cspell/dict-gaming-terms@1.1.2': + resolution: {integrity: sha512-9XnOvaoTBscq0xuD6KTEIkk9hhdfBkkvJAIsvw3JMcnp1214OCGW8+kako5RqQ2vTZR3Tnf3pc57o7VgkM0q1Q==} - '@cspell/dict-golang@6.0.17': - resolution: {integrity: sha512-uDDLEJ/cHdLiqPw4+5BnmIo2i/TSR+uDvYd6JlBjTmjBKpOCyvUgYRztH7nv5e7virsN5WDiUWah4/ATQGz4Pw==} + '@cspell/dict-git@3.0.7': + resolution: {integrity: sha512-odOwVKgfxCQfiSb+nblQZc4ErXmnWEnv8XwkaI4sNJ7cNmojnvogYVeMqkXPjvfrgEcizEEA4URRD2Ms5PDk1w==} - '@cspell/dict-golang@6.0.9': - resolution: {integrity: sha512-etDt2WQauyEQDA+qPS5QtkYTb2I9l5IfQftAllVoB1aOrT6bxxpHvMEpJ0Hsn/vezxrCqa/BmtUbRxllIxIuSg==} + '@cspell/dict-golang@6.0.26': + resolution: {integrity: sha512-YKA7Xm5KeOd14v5SQ4ll6afe9VSy3a2DWM7L9uBq4u3lXToRBQ1W5PRa+/Q9udd+DTURyVVnQ+7b9cnOlNxaRg==} - '@cspell/dict-google@1.0.4': - resolution: {integrity: sha512-JThUT9eiguCja1mHHLwYESgxkhk17Gv7P3b1S7ZJzXw86QyVHPrbpVoMpozHk0C9o+Ym764B7gZGKmw9uMGduQ==} + '@cspell/dict-google@1.0.9': + resolution: {integrity: sha512-biL65POqialY0i4g6crj7pR6JnBkbsPovB2WDYkj3H4TuC/QXv7Pu5pdPxeUJA6TSCHI7T5twsO4VSVyRxD9CA==} - '@cspell/dict-haskell@4.0.1': - resolution: {integrity: sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==} - - '@cspell/dict-haskell@4.0.4': - resolution: {integrity: sha512-EwQsedEEnND/vY6tqRfg9y7tsnZdxNqOxLXSXTsFA6JRhUlr8Qs88iUUAfsUzWc4nNmmzQH2UbtT25ooG9x4nA==} - - '@cspell/dict-html-symbol-entities@4.0.0': - resolution: {integrity: sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==} + '@cspell/dict-haskell@4.0.6': + resolution: {integrity: sha512-ib8SA5qgftExpYNjWhpYIgvDsZ/0wvKKxSP+kuSkkak520iPvTJumEpIE+qPcmJQo4NzdKMN8nEfaeci4OcFAQ==} '@cspell/dict-html-symbol-entities@4.0.3': resolution: {integrity: sha512-aABXX7dMLNFdSE8aY844X4+hvfK7977sOWgZXo4MTGAmOzR8524fjbJPswIBK7GaD3+SgFZ2yP2o0CFvXDGF+A==} - '@cspell/dict-html@4.0.10': - resolution: {integrity: sha512-I9uRAcdtHbh0wEtYZlgF0TTcgH0xaw1B54G2CW+tx4vHUwlde/+JBOfIzird4+WcMv4smZOfw+qHf7puFUbI5g==} - - '@cspell/dict-html@4.0.5': - resolution: {integrity: sha512-p0brEnRybzSSWi8sGbuVEf7jSTDmXPx7XhQUb5bgG6b54uj+Z0Qf0V2n8b/LWwIPJNd1GygaO9l8k3HTCy1h4w==} + '@cspell/dict-html@4.0.14': + resolution: {integrity: sha512-2bf7n+kS92g+cMKV0wr9o/Oq9n8JzU7CcrB96gIh2GHgnF+0xDOqO2W/1KeFAqOfqosoOVE48t+4dnEMkkoJ2Q==} - '@cspell/dict-java@5.0.10': - resolution: {integrity: sha512-pVNcOnmoGiNL8GSVq4WbX/Vs2FGS0Nej+1aEeGuUY9CU14X8yAVCG+oih5ZoLt1jaR8YfR8byUF8wdp4qG4XIw==} + '@cspell/dict-java@5.0.12': + resolution: {integrity: sha512-qPSNhTcl7LGJ5Qp6VN71H8zqvRQK04S08T67knMq9hTA8U7G1sTKzLmBaDOFhq17vNX/+rT+rbRYp+B5Nwza1A==} - '@cspell/dict-java@5.0.7': - resolution: {integrity: sha512-ejQ9iJXYIq7R09BScU2y5OUGrSqwcD+J5mHFOKbduuQ5s/Eh/duz45KOzykeMLI6KHPVxhBKpUPBWIsfewECpQ==} + '@cspell/dict-julia@1.1.1': + resolution: {integrity: sha512-WylJR9TQ2cgwd5BWEOfdO3zvDB+L7kYFm0I9u0s9jKHWQ6yKmfKeMjU9oXxTBxIufhCXm92SKwwVNAC7gjv+yA==} - '@cspell/dict-julia@1.0.4': - resolution: {integrity: sha512-bFVgNX35MD3kZRbXbJVzdnN7OuEqmQXGpdOi9jzB40TSgBTlJWA4nxeAKV4CPCZxNRUGnLH0p05T/AD7Aom9/w==} + '@cspell/dict-k8s@1.0.12': + resolution: {integrity: sha512-2LcllTWgaTfYC7DmkMPOn9GsBWsA4DZdlun4po8s2ysTP7CPEnZc1ZfK6pZ2eI4TsZemlUQQ+NZxMe9/QutQxg==} - '@cspell/dict-k8s@1.0.5': - resolution: {integrity: sha512-Cj+/ZV4S+MKlwfocSJZqe/2UAd/sY8YtlZjbK25VN1nCnrsKrBjfkX29vclwSj1U9aJg4Z9jw/uMjoaKu9ZrpQ==} - - '@cspell/dict-k8s@1.0.9': - resolution: {integrity: sha512-Q7GELSQIzo+BERl2ya/nBEnZeQC+zJP19SN1pI6gqDYraM51uYJacbbcWLYYO2Y+5joDjNt/sd/lJtLaQwoSlA==} - - '@cspell/dict-latex@4.0.0': - resolution: {integrity: sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==} + '@cspell/dict-kotlin@1.1.1': + resolution: {integrity: sha512-J3NzzfgmxRvEeOe3qUXnSJQCd38i/dpF9/t3quuWh6gXM+krsAXP75dY1CzDmS8mrJAlBdVBeAW5eAZTD8g86Q==} '@cspell/dict-latex@4.0.3': resolution: {integrity: sha512-2KXBt9fSpymYHxHfvhUpjUFyzrmN4c4P8mwIzweLyvqntBT3k0YGZJSriOdjfUjwSygrfEwiuPI1EMrvgrOMJw==} - '@cspell/dict-lorem-ipsum@4.0.0': - resolution: {integrity: sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==} - - '@cspell/dict-lorem-ipsum@4.0.3': - resolution: {integrity: sha512-WFpDi/PDYHXft6p0eCXuYnn7mzMEQLVeqpO+wHSUd+kz5ADusZ4cpslAA4wUZJstF1/1kMCQCZM6HLZic9bT8A==} - - '@cspell/dict-lua@4.0.3': - resolution: {integrity: sha512-lDHKjsrrbqPaea13+G9s0rtXjMO06gPXPYRjRYawbNmo4E/e3XFfVzeci3OQDQNDmf2cPOwt9Ef5lu2lDmwfJg==} - - '@cspell/dict-lua@4.0.6': - resolution: {integrity: sha512-Jwvh1jmAd9b+SP9e1GkS2ACbqKKRo9E1f9GdjF/ijmooZuHU0hPyqvnhZzUAxO1egbnNjxS/J2T6iUtjAUK2KQ==} - - '@cspell/dict-makefile@1.0.0': - resolution: {integrity: sha512-3W9tHPcSbJa6s0bcqWo6VisEDTSN5zOtDbnPabF7rbyjRpNo0uHXHRJQF8gAbFzoTzBBhgkTmrfSiuyQm7vBUQ==} - - '@cspell/dict-makefile@1.0.3': - resolution: {integrity: sha512-R3U0DSpvTs6qdqfyBATnePj9Q/pypkje0Nj26mQJ8TOBQutCRAJbr2ZFAeDjgRx5EAJU/+8txiyVF97fbVRViw==} - - '@cspell/dict-monkeyc@1.0.9': - resolution: {integrity: sha512-Jvf6g5xlB4+za3ThvenYKREXTEgzx5gMUSzrAxIiPleVG4hmRb/GBSoSjtkGaibN3XxGx5x809gSTYCA/IHCpA==} + '@cspell/dict-lorem-ipsum@4.0.5': + resolution: {integrity: sha512-9a4TJYRcPWPBKkQAJ/whCu4uCAEgv/O2xAaZEI0n4y1/l18Yyx8pBKoIX5QuVXjjmKEkK7hi5SxyIsH7pFEK9Q==} - '@cspell/dict-node@5.0.1': - resolution: {integrity: sha512-lax/jGz9h3Dv83v8LHa5G0bf6wm8YVRMzbjJPG/9rp7cAGPtdrga+XANFq+B7bY5+jiSA3zvj10LUFCFjnnCCg==} + '@cspell/dict-lua@4.0.8': + resolution: {integrity: sha512-N4PkgNDMu9JVsRu7JBS/3E/dvfItRgk9w5ga2dKq+JupP2Y3lojNaAVFhXISh4Y0a6qXDn2clA6nvnavQ/jjLA==} - '@cspell/dict-node@5.0.5': - resolution: {integrity: sha512-7NbCS2E8ZZRZwlLrh2sA0vAk9n1kcTUiRp/Nia8YvKaItGXLfxYqD2rMQ3HpB1kEutal6hQLVic3N2Yi1X7AaA==} + '@cspell/dict-makefile@1.0.5': + resolution: {integrity: sha512-4vrVt7bGiK8Rx98tfRbYo42Xo2IstJkAF4tLLDMNQLkQ86msDlYSKG1ZCk8Abg+EdNcFAjNhXIiNO+w4KflGAQ==} - '@cspell/dict-npm@5.0.16': - resolution: {integrity: sha512-ZWPnLAziEcSCvV0c8k9Qj88pfMu+wZwM5Qks87ShsfBgI8uLZ9tGHravA7gmjH1Gd7Bgxy2ulvXtSqIWPh1lew==} - - '@cspell/dict-npm@5.1.14': - resolution: {integrity: sha512-7VV/rrRlxOwy5j0bpw6/Uci+nx/rwSgx45FJdeKq++nHsBx/nEXMFNODknm4Mi6i7t7uOVHExpifrR6w6xTWww==} - - '@cspell/dict-php@4.0.13': - resolution: {integrity: sha512-P6sREMZkhElzz/HhXAjahnICYIqB/HSGp1EhZh+Y6IhvC15AzgtDP8B8VYCIsQof6rPF1SQrFwunxOv8H1e2eg==} - - '@cspell/dict-php@4.0.8': - resolution: {integrity: sha512-TBw3won4MCBQ2wdu7kvgOCR3dY2Tb+LJHgDUpuquy3WnzGiSDJ4AVelrZdE1xu7mjFJUr4q48aB21YT5uQqPZA==} - - '@cspell/dict-powershell@5.0.13': - resolution: {integrity: sha512-0qdj0XZIPmb77nRTynKidRJKTU0Fl+10jyLbAhFTuBWKMypVY06EaYFnwhsgsws/7nNX8MTEQuewbl9bWFAbsg==} - - '@cspell/dict-powershell@5.0.4': - resolution: {integrity: sha512-eosDShapDgBWN9ULF7+sRNdUtzRnUdsfEdBSchDm8FZA4HOqxUSZy3b/cX/Rdw0Fnw0AKgk0kzgXw7tS6vwJMQ==} - - '@cspell/dict-public-licenses@2.0.11': - resolution: {integrity: sha512-rR5KjRUSnVKdfs5G+gJ4oIvQvm8+NJ6cHWY2N+GE69/FSGWDOPHxulCzeGnQU/c6WWZMSimG9o49i9r//lUQyA==} - - '@cspell/dict-public-licenses@2.0.7': - resolution: {integrity: sha512-KlBXuGcN3LE7tQi/GEqKiDewWGGuopiAD0zRK1QilOx5Co8XAvs044gk4MNIQftc8r0nHeUI+irJKLGcR36DIQ==} - - '@cspell/dict-python@4.1.11': - resolution: {integrity: sha512-XG+v3PumfzUW38huSbfT15Vqt3ihNb462ulfXifpQllPok5OWynhszCLCRQjQReV+dgz784ST4ggRxW452/kVg==} - - '@cspell/dict-python@4.2.12': - resolution: {integrity: sha512-U25eOFu+RE0aEcF2AsxZmq3Lic7y9zspJ9SzjrC0mfJz+yr3YmSCw4E0blMD3mZoNcf7H/vMshuKIY5AY36U+Q==} - - '@cspell/dict-r@2.0.1': - resolution: {integrity: sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==} - - '@cspell/dict-r@2.0.4': - resolution: {integrity: sha512-cBpRsE/U0d9BRhiNRMLMH1PpWgw+N+1A2jumgt1if9nBGmQw4MUpg2u9I0xlFVhstTIdzXiLXMxP45cABuiUeQ==} - - '@cspell/dict-ruby@5.0.2': - resolution: {integrity: sha512-cIh8KTjpldzFzKGgrqUX4bFyav5lC52hXDKo4LbRuMVncs3zg4hcSf4HtURY+f2AfEZzN6ZKzXafQpThq3dl2g==} + '@cspell/dict-markdown@2.0.14': + resolution: {integrity: sha512-uLKPNJsUcumMQTsZZgAK9RgDLyQhUz/uvbQTEkvF/Q4XfC1i/BnA8XrOrd0+Vp6+tPOKyA+omI5LRWfMu5K/Lw==} + peerDependencies: + '@cspell/dict-css': ^4.0.19 + '@cspell/dict-html': ^4.0.14 + '@cspell/dict-html-symbol-entities': ^4.0.5 + '@cspell/dict-typescript': ^3.2.3 - '@cspell/dict-ruby@5.0.7': - resolution: {integrity: sha512-4/d0hcoPzi5Alk0FmcyqlzFW9lQnZh9j07MJzPcyVO62nYJJAGKaPZL2o4qHeCS/od/ctJC5AHRdoUm0ktsw6Q==} + '@cspell/dict-monkeyc@1.0.12': + resolution: {integrity: sha512-MN7Vs11TdP5mbdNFQP5x2Ac8zOBm97ARg6zM5Sb53YQt/eMvXOMvrep7+/+8NJXs0jkp70bBzjqU4APcqBFNAw==} - '@cspell/dict-rust@4.0.10': - resolution: {integrity: sha512-6o5C8566VGTTctgcwfF3Iy7314W0oMlFFSQOadQ0OEdJ9Z9ERX/PDimrzP3LGuOrvhtEFoK8pj+BLnunNwRNrw==} + '@cspell/dict-node@5.0.8': + resolution: {integrity: sha512-AirZcN2i84ynev3p2/1NCPEhnNsHKMz9zciTngGoqpdItUb2bDt1nJBjwlsrFI78GZRph/VaqTVFwYikmncpXg==} - '@cspell/dict-rust@4.0.4': - resolution: {integrity: sha512-v9/LcZknt/Xq7m1jdTWiQEtmkVVKdE1etAfGL2sgcWpZYewEa459HeWndNA0gfzQrpWX9sYay18mt7pqClJEdA==} + '@cspell/dict-npm@5.2.28': + resolution: {integrity: sha512-tjnBjpIJsgYMTqNSrL5YlvFcXdtc7gkrL1ZI+MPSJSYOoJ78yeegS5UrIIbH3VrQtbNYSS8YhlEVF+xN0G4E8Q==} - '@cspell/dict-scala@5.0.2': - resolution: {integrity: sha512-v97ClgidZt99JUm7OjhQugDHmhx4U8fcgunHvD/BsXWjXNj4cTr0m0YjofyZoL44WpICsNuFV9F/sv9OM5HUEw==} + '@cspell/dict-php@4.1.1': + resolution: {integrity: sha512-EXelI+4AftmdIGtA8HL8kr4WlUE11OqCSVlnIgZekmTkEGSZdYnkFdiJ5IANSALtlQ1mghKjz+OFqVs6yowgWA==} - '@cspell/dict-scala@5.0.6': - resolution: {integrity: sha512-tl0YWAfjUVb4LyyE4JIMVE8DlLzb1ecHRmIWc4eT6nkyDqQgHKzdHsnusxFEFMVLIQomgSg0Zz6hJ5S1E4W4ww==} + '@cspell/dict-powershell@5.0.15': + resolution: {integrity: sha512-l4S5PAcvCFcVDMJShrYD0X6Huv9dcsQPlsVsBGbH38wvuN7gS7+GxZFAjTNxDmTY1wrNi1cCatSg6Pu2BW4rgg==} - '@cspell/dict-software-terms@3.4.8': - resolution: {integrity: sha512-r3gvmSGd8wZp4bbofTey/2Tu3gdBc5kxTRoFo1MaCh5vMLiBOSCLvyZgzr0DcMl8c5dxL7nFpNwbWZJxmKmtUA==} + '@cspell/dict-public-licenses@2.0.15': + resolution: {integrity: sha512-cJEOs901H13Pfy0fl4dCD1U+xpWIMaEPq8MeYU83FfDZvellAuSo4GqWCripfIqlhns/L6+UZEIJSOZnjgy7Wg==} - '@cspell/dict-software-terms@4.1.17': - resolution: {integrity: sha512-QORIk1R5DV8oOQ+oAlUWE7UomaJwUucqu2srrc2+PmkoI6R1fJwwg2uHCPBWlIb4PGDNEdXLv9BAD13H+0wytQ==} + '@cspell/dict-python@4.2.25': + resolution: {integrity: sha512-hDdN0YhKgpbtZVRjQ2c8jk+n0wQdidAKj1Fk8w7KEHb3YlY5uPJ0mAKJk7AJKPNLOlILoUmN+HAVJz+cfSbWYg==} - '@cspell/dict-sql@2.1.3': - resolution: {integrity: sha512-SEyTNKJrjqD6PAzZ9WpdSu6P7wgdNtGV2RV8Kpuw1x6bV+YsSptuClYG+JSdRExBTE6LwIe1bTklejUp3ZP8TQ==} + '@cspell/dict-r@2.1.1': + resolution: {integrity: sha512-71Ka+yKfG4ZHEMEmDxc6+blFkeTTvgKbKAbwiwQAuKl3zpqs1Y0vUtwW2N4b3LgmSPhV3ODVY0y4m5ofqDuKMw==} - '@cspell/dict-sql@2.1.8': - resolution: {integrity: sha512-dJRE4JV1qmXTbbGm6WIcg1knmR6K5RXnQxF4XHs5HA3LAjc/zf77F95i5LC+guOGppVF6Hdl66S2UyxT+SAF3A==} + '@cspell/dict-ruby@5.1.0': + resolution: {integrity: sha512-9PJQB3cfkBULrMLp5kSAcFPpzf8oz9vFN+QYZABhQwWkGbuzCIXSorHrmWSASlx4yejt3brjaWS57zZ/YL5ZQQ==} - '@cspell/dict-svelte@1.0.2': - resolution: {integrity: sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==} + '@cspell/dict-rust@4.1.0': + resolution: {integrity: sha512-ysFxxKc3QjPWtPacbwxzz8sDOACHNShlhQpnBsDXAHN3LogmuBsQtfyuU30APqFjCOg9KwGciKYC/hcGxJCbiA==} - '@cspell/dict-svelte@1.0.5': - resolution: {integrity: sha512-sseHlcXOqWE4Ner9sg8KsjxwSJ2yssoJNqFHR9liWVbDV+m7kBiUtn2EB690TihzVsEmDr/0Yxrbb5Bniz70mA==} + '@cspell/dict-scala@5.0.9': + resolution: {integrity: sha512-AjVcVAELgllybr1zk93CJ5wSUNu/Zb5kIubymR/GAYkMyBdYFCZ3Zbwn4Zz8GJlFFAbazABGOu0JPVbeY59vGg==} - '@cspell/dict-swift@2.0.1': - resolution: {integrity: sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==} + '@cspell/dict-shell@1.1.2': + resolution: {integrity: sha512-WqOUvnwcHK1X61wAfwyXq04cn7KYyskg90j4lLg3sGGKMW9Sq13hs91pqrjC44Q+lQLgCobrTkMDw9Wyl9nRFA==} - '@cspell/dict-swift@2.0.4': - resolution: {integrity: sha512-CsFF0IFAbRtYNg0yZcdaYbADF5F3DsM8C4wHnZefQy8YcHP/qjAF/GdGfBFBLx+XSthYuBlo2b2XQVdz3cJZBw==} + '@cspell/dict-software-terms@5.1.19': + resolution: {integrity: sha512-3leJLYvibbOnPsIUV/60WcSPxzRmgrx6/0QkqRi8cSsEuRY5/cbUU8Jc0/hKYCIhWJlnIWh5yx34Ep2s8QSIBw==} - '@cspell/dict-terraform@1.0.6': - resolution: {integrity: sha512-Sqm5vGbXuI9hCFcr4w6xWf4Y25J9SdleE/IqfM6RySPnk8lISEmVdax4k6+Kinv9qaxyvnIbUUN4WFLWcBPQAg==} + '@cspell/dict-sql@2.2.1': + resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==} - '@cspell/dict-typescript@3.1.11': - resolution: {integrity: sha512-FwvK5sKbwrVpdw0e9+1lVTl8FPoHYvfHRuQRQz2Ql5XkC0gwPPkpoyD1zYImjIyZRoYXk3yp9j8ss4iz7A7zoQ==} + '@cspell/dict-svelte@1.0.7': + resolution: {integrity: sha512-hGZsGqP0WdzKkdpeVLBivRuSNzOTvN036EBmpOwxH+FTY2DuUH7ecW+cSaMwOgmq5JFSdTcbTNFlNC8HN8lhaQ==} - '@cspell/dict-typescript@3.1.5': - resolution: {integrity: sha512-EkIwwNV/xqEoBPJml2S16RXj65h1kvly8dfDLgXerrKw6puybZdvAHerAph6/uPTYdtLcsPyJYkPt5ISOJYrtw==} + '@cspell/dict-swift@2.0.6': + resolution: {integrity: sha512-PnpNbrIbex2aqU1kMgwEKvCzgbkHtj3dlFLPMqW1vSniop7YxaDTtvTUO4zA++ugYAEL+UK8vYrBwDPTjjvSnA==} - '@cspell/dict-vue@3.0.0': - resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==} + '@cspell/dict-terraform@1.1.3': + resolution: {integrity: sha512-gr6wxCydwSFyyBKhBA2xkENXtVFToheqYYGFvlMZXWjviynXmh+NK/JTvTCk/VHk3+lzbO9EEQKee6VjrAUSbA==} - '@cspell/dict-vue@3.0.3': - resolution: {integrity: sha512-akmYbrgAGumqk1xXALtDJcEcOMYBYMnkjpmGzH13Ozhq1mkPF4VgllFQlm1xYde+BUKNnzMgPEzxrL2qZllgYA==} + '@cspell/dict-typescript@3.2.3': + resolution: {integrity: sha512-zXh1wYsNljQZfWWdSPYwQhpwiuW0KPW1dSd8idjMRvSD0aSvWWHoWlrMsmZeRl4qM4QCEAjua8+cjflm41cQBg==} - '@cspell/dynamic-import@8.13.1': - resolution: {integrity: sha512-jMqJHWmQy+in99JMSFlaGV9P033gCx7DCZvGO/ZSeZ2EatrUTanJk3oTG1TZknZydb0nnxr1mgTWXN7PCAAXDg==} - engines: {node: '>=18.0'} + '@cspell/dict-vue@3.0.5': + resolution: {integrity: sha512-Mqutb8jbM+kIcywuPQCCaK5qQHTdaByoEO2J9LKFy3sqAdiBogNkrplqUK0HyyRFgCfbJUgjz3N85iCMcWH0JA==} - '@cspell/dynamic-import@8.8.4': - resolution: {integrity: sha512-tseSxrybznkmsmPaAB4aoHB9wr8Q2fOMIy3dm+yQv+U1xj+JHTN9OnUvy9sKiq0p3DQGWm/VylgSgsYaXrEHKQ==} + '@cspell/dynamic-import@8.19.4': + resolution: {integrity: sha512-0LLghC64+SiwQS20Sa0VfFUBPVia1rNyo0bYeIDoB34AA3qwguDBVJJkthkpmaP1R2JeR/VmxmJowuARc4ZUxA==} engines: {node: '>=18.0'} - '@cspell/eslint-plugin@8.13.1': - resolution: {integrity: sha512-rn/9wrKj3dytuMzdqh29eBSicyzuMLUf7h4iNQn3ivl9YiwpLr6ShiRX4uS5Mid9wbcY6sgutWNAYqMl5/vqzg==} + '@cspell/eslint-plugin@8.19.4': + resolution: {integrity: sha512-ICXH38a0HeOcglkVUL4uE3y8jkQ1L14+tdMK+AcE1Hq/LvsA1iEXFRoEw0IGhO/yP98K8Nvj5CuN+7RNDbLYMA==} engines: {node: '>=18'} peerDependencies: eslint: ^7 || ^8 || ^9 - '@cspell/strong-weak-map@8.13.1': - resolution: {integrity: sha512-ga1ibI9ZLJWNszfP7e6qQ8gnoQOP9rE/clALMAim9ssO6cmMhEEm+i1ROH4nsDfThd6sVlUJ0IOtx5dEqPmWxw==} + '@cspell/filetypes@8.19.4': + resolution: {integrity: sha512-D9hOCMyfKtKjjqQJB8F80PWsjCZhVGCGUMiDoQpcta0e+Zl8vHgzwaC0Ai4QUGBhwYEawHGiWUd7Y05u/WXiNQ==} engines: {node: '>=18'} - '@cspell/strong-weak-map@8.8.4': - resolution: {integrity: sha512-gticEJGR6yyGeLjf+mJ0jZotWYRLVQ+J0v1VpsR1nKnXTRJY15BWXgEA/ifbU/+clpyCek79NiCIXCvmP1WT4A==} + '@cspell/strong-weak-map@8.19.4': + resolution: {integrity: sha512-MUfFaYD8YqVe32SQaYLI24/bNzaoyhdBIFY5pVrvMo1ZCvMl8AlfI2OcBXvcGb5aS5z7sCNCJm11UuoYbLI1zw==} engines: {node: '>=18'} - '@cspell/url@8.13.1': - resolution: {integrity: sha512-cCyojz5ovgGCexhez2urle4Q1UOEsp96lvl4pDmWNDHa/6n8dqiIn60SVzQIsAHzJ4yEV077RSaIrTlq/T+oSQ==} + '@cspell/url@8.19.4': + resolution: {integrity: sha512-Pa474iBxS+lxsAL4XkETPGIq3EgMLCEb9agj3hAd2VGMTCApaiUvamR4b+uGXIPybN70piFxvzrfoxsG2uIP6A==} engines: {node: '>=18.0'} '@cspotcode/source-map-support@0.8.1': @@ -4599,10 +4252,14 @@ packages: resolution: {integrity: sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==} engines: {node: '>= 6'} - '@effect/schema@0.71.1': - resolution: {integrity: sha512-XvFttkuBUL3s4ofZ+OVE4Pagb4wsPG8laSS8iO5lVI9Yt1zIM49uxlYIA2BJ45jjS3MdplUepC0NilotKnjU2A==} - peerDependencies: - effect: ^3.6.5 + '@dprint/formatter@0.3.0': + resolution: {integrity: sha512-N9fxCxbaBOrDkteSOzaCqwWjso5iAe+WJPsHC021JfHNj2ThInPNEF13ORDKta3llq5D1TlclODCvOvipH7bWQ==} + + '@dprint/markdown@0.17.8': + resolution: {integrity: sha512-ukHFOg+RpG284aPdIg7iPrCYmMs3Dqy43S1ejybnwlJoFiW02b+6Bbr5cfZKFRYNP3dKGM86BqHEnMzBOyLvvA==} + + '@dprint/toml@0.6.4': + resolution: {integrity: sha512-bZXIUjxr0LIuHWshZr/5mtUkOrnh0NKVZEF6ACojW5z7zkJu7s9sV2mMXm8XQDqN4cJzdHYUYzUyEGdfciaLJA==} '@egjs/hammerjs@2.0.17': resolution: {integrity: sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==} @@ -4611,12 +4268,21 @@ packages: '@emnapi/core@1.3.1': resolution: {integrity: sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==} + '@emnapi/core@1.8.1': + resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==} + '@emnapi/runtime@1.3.1': resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} + '@emnapi/runtime@1.8.1': + resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} + '@emnapi/wasi-threads@1.0.1': resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} + '@emnapi/wasi-threads@1.1.0': + resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} + '@emotion/hash@0.8.0': resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} @@ -4626,13 +4292,9 @@ packages: '@emotion/memoize@0.7.4': resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} - '@envelop/core@4.0.3': - resolution: {integrity: sha512-O0Vz8E0TObT6ijAob8jYFVJavcGywKThM3UAsxUIBBVPYZTMiqI9lo2gmAnbMUnrDcAYkUTZEW9FDYPRdF5l6g==} - engines: {node: '>=16.0.0'} - - '@envelop/types@4.0.1': - resolution: {integrity: sha512-ULo27/doEsP7uUhm2iTnElx13qTO6I5FKvmLoX41cpfuw8x6e0NUFknoqhEsLzAbgz8xVS5mjwcxGCXh4lDYzg==} - engines: {node: '>=16.0.0'} + '@es-joy/jsdoccomment@0.50.2': + resolution: {integrity: sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==} + engines: {node: '>=18'} '@esbuild-plugins/node-globals-polyfill@0.2.3': resolution: {integrity: sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw==} @@ -4644,18 +4306,6 @@ packages: peerDependencies: esbuild: '*' - '@esbuild-plugins/tsconfig-paths@0.1.2': - resolution: {integrity: sha512-TusFR26Y+Ze+Zm+NdfqZTSG4XyrXKxIaAfYCL3jASEI/gHjSdoCujATjzNWaaXs6Sk6Bv2D7NLr4Jdz1gysy/Q==} - peerDependencies: - esbuild: '*' - typescript: '*' - - '@esbuild/aix-ppc64@0.19.12': - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.20.2': resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} @@ -4668,14 +4318,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.23.1': - resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - - '@esbuild/aix-ppc64@0.24.0': - resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + '@esbuild/aix-ppc64@0.25.12': + resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -4686,12 +4330,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.19.12': - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm64@0.20.2': resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} engines: {node: '>=12'} @@ -4704,14 +4342,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.23.1': - resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - - '@esbuild/android-arm64@0.24.0': - resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + '@esbuild/android-arm64@0.25.12': + resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -4722,12 +4354,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.19.12': - resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - '@esbuild/android-arm@0.20.2': resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} engines: {node: '>=12'} @@ -4740,14 +4366,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.23.1': - resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - - '@esbuild/android-arm@0.24.0': - resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + '@esbuild/android-arm@0.25.12': + resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -4758,12 +4378,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.19.12': - resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - '@esbuild/android-x64@0.20.2': resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} engines: {node: '>=12'} @@ -4776,14 +4390,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.23.1': - resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - - '@esbuild/android-x64@0.24.0': - resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + '@esbuild/android-x64@0.25.12': + resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -4794,12 +4402,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.19.12': - resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-arm64@0.20.2': resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} @@ -4812,14 +4414,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.23.1': - resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - - '@esbuild/darwin-arm64@0.24.0': - resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + '@esbuild/darwin-arm64@0.25.12': + resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -4830,12 +4426,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.19.12': - resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - '@esbuild/darwin-x64@0.20.2': resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} @@ -4848,14 +4438,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.23.1': - resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - - '@esbuild/darwin-x64@0.24.0': - resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + '@esbuild/darwin-x64@0.25.12': + resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4866,12 +4450,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.19.12': - resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-arm64@0.20.2': resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} engines: {node: '>=12'} @@ -4884,14 +4462,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.23.1': - resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - - '@esbuild/freebsd-arm64@0.24.0': - resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + '@esbuild/freebsd-arm64@0.25.12': + resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4902,12 +4474,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.19.12': - resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - '@esbuild/freebsd-x64@0.20.2': resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} engines: {node: '>=12'} @@ -4920,14 +4486,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.23.1': - resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - - '@esbuild/freebsd-x64@0.24.0': - resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + '@esbuild/freebsd-x64@0.25.12': + resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4938,12 +4498,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.19.12': - resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm64@0.20.2': resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} engines: {node: '>=12'} @@ -4956,14 +4510,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.23.1': - resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - - '@esbuild/linux-arm64@0.24.0': - resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + '@esbuild/linux-arm64@0.25.12': + resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4974,12 +4522,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.19.12': - resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - '@esbuild/linux-arm@0.20.2': resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} engines: {node: '>=12'} @@ -4992,14 +4534,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.23.1': - resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - - '@esbuild/linux-arm@0.24.0': - resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + '@esbuild/linux-arm@0.25.12': + resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -5010,12 +4546,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.19.12': - resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-ia32@0.20.2': resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} engines: {node: '>=12'} @@ -5028,14 +4558,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.23.1': - resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - - '@esbuild/linux-ia32@0.24.0': - resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + '@esbuild/linux-ia32@0.25.12': + resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -5046,12 +4570,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.19.12': - resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-loong64@0.20.2': resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} engines: {node: '>=12'} @@ -5064,14 +4582,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.23.1': - resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - - '@esbuild/linux-loong64@0.24.0': - resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + '@esbuild/linux-loong64@0.25.12': + resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -5082,12 +4594,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.19.12': - resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-mips64el@0.20.2': resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} engines: {node: '>=12'} @@ -5100,14 +4606,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.23.1': - resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - - '@esbuild/linux-mips64el@0.24.0': - resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + '@esbuild/linux-mips64el@0.25.12': + resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -5118,12 +4618,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.19.12': - resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-ppc64@0.20.2': resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} engines: {node: '>=12'} @@ -5136,14 +4630,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.23.1': - resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - - '@esbuild/linux-ppc64@0.24.0': - resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + '@esbuild/linux-ppc64@0.25.12': + resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -5154,12 +4642,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.19.12': - resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-riscv64@0.20.2': resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} engines: {node: '>=12'} @@ -5172,14 +4654,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.23.1': - resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - - '@esbuild/linux-riscv64@0.24.0': - resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + '@esbuild/linux-riscv64@0.25.12': + resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -5190,12 +4666,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.19.12': - resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-s390x@0.20.2': resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} engines: {node: '>=12'} @@ -5208,14 +4678,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.23.1': - resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - - '@esbuild/linux-s390x@0.24.0': - resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + '@esbuild/linux-s390x@0.25.12': + resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -5226,12 +4690,6 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.19.12': - resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - '@esbuild/linux-x64@0.20.2': resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} engines: {node: '>=12'} @@ -5244,17 +4702,17 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.23.1': - resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} + '@esbuild/linux-x64@0.25.12': + resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.24.0': - resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + '@esbuild/netbsd-arm64@0.25.12': + resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} engines: {node: '>=18'} - cpu: [x64] - os: [linux] + cpu: [arm64] + os: [netbsd] '@esbuild/netbsd-x64@0.17.19': resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} @@ -5262,12 +4720,6 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.19.12': - resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - '@esbuild/netbsd-x64@0.20.2': resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} engines: {node: '>=12'} @@ -5280,26 +4732,14 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.23.1': - resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - - '@esbuild/netbsd-x64@0.24.0': - resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + '@esbuild/netbsd-x64@0.25.12': + resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.23.1': - resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - - '@esbuild/openbsd-arm64@0.24.0': - resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + '@esbuild/openbsd-arm64@0.25.12': + resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -5310,12 +4750,6 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.19.12': - resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - '@esbuild/openbsd-x64@0.20.2': resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} engines: {node: '>=12'} @@ -5328,17 +4762,17 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.23.1': - resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} + '@esbuild/openbsd-x64@0.25.12': + resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.24.0': - resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + '@esbuild/openharmony-arm64@0.25.12': + resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] + cpu: [arm64] + os: [openharmony] '@esbuild/sunos-x64@0.17.19': resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} @@ -5346,12 +4780,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.19.12': - resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - '@esbuild/sunos-x64@0.20.2': resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} engines: {node: '>=12'} @@ -5364,14 +4792,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.23.1': - resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - - '@esbuild/sunos-x64@0.24.0': - resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + '@esbuild/sunos-x64@0.25.12': + resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -5382,12 +4804,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.19.12': - resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-arm64@0.20.2': resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} engines: {node: '>=12'} @@ -5400,14 +4816,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.23.1': - resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - - '@esbuild/win32-arm64@0.24.0': - resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + '@esbuild/win32-arm64@0.25.12': + resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -5418,12 +4828,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.19.12': - resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-ia32@0.20.2': resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} engines: {node: '>=12'} @@ -5436,14 +4840,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.23.1': - resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - - '@esbuild/win32-ia32@0.24.0': - resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + '@esbuild/win32-ia32@0.25.12': + resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -5454,12 +4852,6 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.19.12': - resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - '@esbuild/win32-x64@0.20.2': resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} engines: {node: '>=12'} @@ -5472,14 +4864,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.23.1': - resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - - '@esbuild/win32-x64@0.24.0': - resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + '@esbuild/win32-x64@0.25.12': + resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -5490,70 +4876,154 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.9.1': + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.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/config-array@0.19.0': - resolution: {integrity: sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==} + '@eslint-react/ast@1.53.1': + resolution: {integrity: sha512-qvUC99ewtriJp9quVEOvZ6+RHcsMLfVQ0OhZ4/LupZUDhjW7GiX1dxJsFaxHdJ9rLNLhQyLSPmbAToeqUrSruQ==} + engines: {node: '>=18.18.0'} + + '@eslint-react/core@1.53.1': + resolution: {integrity: sha512-8prroos5/Uvvh8Tjl1HHCpq4HWD3hV9tYkm7uXgKA6kqj0jHlgRcQzuO6ZPP7feBcK3uOeug7xrq03BuG8QKCA==} + engines: {node: '>=18.18.0'} + + '@eslint-react/eff@1.53.1': + resolution: {integrity: sha512-uq20lPRAmsWRjIZm+mAV/2kZsU2nDqn5IJslxGWe3Vfdw23hoyhEw3S1KKlxbftwbTvsZjKvVP0iw3bZo/NUpg==} + engines: {node: '>=18.18.0'} + + '@eslint-react/eslint-plugin@1.53.1': + resolution: {integrity: sha512-JZ2ciXNCC9CtBBAqYtwWH+Jy/7ZzLw+whei8atP4Fxsbh+Scs30MfEwBzuiEbNw6uF9eZFfPidchpr5RaEhqxg==} + engines: {node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true + + '@eslint-react/kit@1.53.1': + resolution: {integrity: sha512-zOi2le9V4rMrJvQV4OeedGvMGvDT46OyFPOwXKs7m0tQu5vXVJ8qwIPaVQT1n/WIuvOg49OfmAVaHpGxK++xLQ==} + engines: {node: '>=18.18.0'} + + '@eslint-react/shared@1.53.1': + resolution: {integrity: sha512-gomJQmFqQgQVI3Ra4vTMG/s6a4bx3JqeNiTBjxBJt4C9iGaBj458GkP4LJHX7TM6xUzX+fMSKOPX7eV3C/+UCw==} + engines: {node: '>=18.18.0'} + + '@eslint-react/var@1.53.1': + resolution: {integrity: sha512-yzwopvPntcHU7mmDvWzRo1fb8QhjD8eDRRohD11rTV1u7nWO4QbJi0pOyugQakvte1/W11Y0Vr8Of0Ojk/A6zg==} + engines: {node: '>=18.18.0'} + + '@eslint/compat@1.4.1': + resolution: {integrity: sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.40 || 9 + peerDependenciesMeta: + eslint: + optional: true - '@eslint/core@0.9.0': - resolution: {integrity: sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==} + '@eslint/config-array@0.21.1': + resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/eslintrc@3.2.0': - resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} + '@eslint/config-helpers@0.4.2': + resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.16.0': - resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==} + '@eslint/core@0.14.0': + resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/object-schema@2.1.4': - resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} + '@eslint/core@0.15.2': + resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.3': - resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==} + '@eslint/core@0.17.0': + resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/eslintrc@3.3.3': + resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/js@9.39.2': + resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/markdown@6.6.0': + resolution: {integrity: sha512-IsWPy2jU3gaQDlioDC4sT4I4kG1hX1OMWs/q2sWwJrPoMASHW/Z4SDw+6Aql6EsHejGbagYuJbFq9Zvx+Y1b1Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/object-schema@2.1.7': + resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/plugin-kit@0.3.5': + resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/plugin-kit@0.4.1': + resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@expo/bunyan@4.0.1': resolution: {integrity: sha512-+Lla7nYSiHZirgK+U/uYzsLv/X+HaJienbD5AKX1UQZHYfWaP+9uuQluRB4GrEVWF0GZ7vEVp/jzaOT9k/SQlg==} - engines: {'0': node >=0.10.0} + engines: {node: '>=0.10.0'} - '@expo/cli@0.18.14': - resolution: {integrity: sha512-ke2IVs3MfIMe2NjXY11Ky9+r0+eav6NUa+cy61wpZNPe5QkwIJ56SdJ4wIMMKFPFhgLsy1vfaqhOcZo96U4wCg==} + '@expo/cli@0.18.31': + resolution: {integrity: sha512-v9llw9fT3Uv+TCM6Xllo54t672CuYtinEQZ2LPJ2EJsCwuTc4Cd2gXQaouuIVD21VoeGQnr5JtJuWbF97sBKzQ==} hasBin: true - '@expo/cli@0.18.19': - resolution: {integrity: sha512-8Rj18cTofpLl+7D++auMVS71KungldHbrArR44fpE8loMVAvYZA+U932lmd0K2lOYBASPhm7SVP9wzls//ESFQ==} + '@expo/cli@0.26.9': + resolution: {integrity: sha512-bj9XQ+lUGcOcx4yO6m9QUD/XWZWR/IqxuNMpKUVU1OuN5Ne7d0fKULkVB15XtGuYEKEhfGPFsF1TfOk4qMvS9w==} hasBin: true + peerDependencies: + expo: '*' + expo-router: '*' + react-native: '*' + peerDependenciesMeta: + expo-router: + optional: true + react-native: + optional: true '@expo/code-signing-certificates@0.0.5': resolution: {integrity: sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==} + '@expo/config-plugins@11.0.7': + resolution: {integrity: sha512-kak5m27fPTzwmzYPbaYL6I67OFnhdrzV0h5JcoljrEC7uM3R18V/RrnEMzv10XQk+s+qmPfMkr0aK9YYgGqR6g==} + + '@expo/config-plugins@54.0.4': + resolution: {integrity: sha512-g2yXGICdoOw5i3LkQSDxl2Q5AlQCrG7oniu0pCPPO+UxGb7He4AFqSvPSy8HpRUj55io17hT62FTjYRD+d6j3Q==} + '@expo/config-plugins@7.9.2': resolution: {integrity: sha512-sRU/OAp7kJxrCUiCTUZqvPMKPdiN1oTmNfnbkG4oPdfWQTpid3jyCH7ZxJEN5SI6jrY/ZsK5B/JPgjDUhuWLBQ==} '@expo/config-plugins@8.0.11': resolution: {integrity: sha512-oALE1HwnLFthrobAcC9ocnR9KXLzfWEjgIe4CPe+rDsfC6GDs8dGYCXfRFoCEzoLN4TGYs9RdZ8r0KoCcNrm2A==} - '@expo/config-plugins@8.0.4': - resolution: {integrity: sha512-Hi+xuyNWE2LT4LVbGttHJgl9brnsdWAhEB42gWKb5+8ae86Nr/KwUBQJsJppirBYTeLjj5ZlY0glYnAkDa2jqw==} - '@expo/config-types@50.0.1': resolution: {integrity: sha512-EZHMgzkWRB9SMHO1e9m8s+OMahf92XYTnsCFjxhSfcDrcEoSdFPyJWDJVloHZPMGhxns7Fi2+A+bEVN/hD4NKA==} '@expo/config-types@51.0.3': resolution: {integrity: sha512-hMfuq++b8VySb+m9uNNrlpbvGxYc8OcFCUX9yTmi9tlx6A4k8SDabWFBgmnr4ao3wEArvWrtUQIfQCVtPRdpKA==} + '@expo/config-types@54.0.10': + resolution: {integrity: sha512-/J16SC2an1LdtCZ67xhSkGXpALYUVUNyZws7v+PVsFZxClYehDSoKLqyRaGkpHlYrCc08bS0RF5E0JV6g50psA==} + + '@expo/config@12.0.13': + resolution: {integrity: sha512-Cu52arBa4vSaupIWsF0h7F/Cg//N374nYb7HAxV0I4KceKA7x2UXpYaHOL7EEYYvp7tZdThBjvGpVmr8ScIvaQ==} + '@expo/config@8.5.6': resolution: {integrity: sha512-wF5awSg6MNn1cb1lIgjnhOn5ov2TEUTnkAVCsOl0QqDwcP+YIerteSFwjn9V52UZvg58L+LKxpCuGbw5IHavbg==} - '@expo/config@9.0.1': - resolution: {integrity: sha512-0tjaXBstTbXmD4z+UMFBkh2SZFwilizSQhW6DlaTMnPG5ezuw93zSFEWAuEC3YzkpVtNQTmYzxAYjxwh6seOGg==} - '@expo/config@9.0.4': resolution: {integrity: sha512-g5ns5u1JSKudHYhjo1zaSfkJ/iZIcWmUmIQptMJZ6ag1C0ShL2sj8qdfU8MmAMuKLOgcIfSaiWlQnm4X3VJVkg==} @@ -5563,6 +5033,9 @@ packages: '@expo/env@0.3.0': resolution: {integrity: sha512-OtB9XVHWaXidLbHvrVDeeXa09yvTl3+IQN884sO6PhIi2/StXfgSH/9zC7IvzrDB8kW3EBJ1PPLuCUJ2hxAT7Q==} + '@expo/env@2.0.8': + resolution: {integrity: sha512-5VQD6GT8HIMRaSaB5JFtOXuvfDVU80YtZIuUT/GDhUF782usIXY13Tn3IdDz1Tm/lqA9qnRZQ1BF4t7LlvdJPA==} + '@expo/fingerprint@0.6.1': resolution: {integrity: sha512-ggLn6unI6qowlA1FihdQwPpLn16VJulYkvYAEL50gaqVahfNEglRQMSH2giZzjD0d6xq2/EQuUdFyHaJfyJwOQ==} hasBin: true @@ -5570,6 +5043,12 @@ packages: '@expo/image-utils@0.5.1': resolution: {integrity: sha512-U/GsFfFox88lXULmFJ9Shfl2aQGcwoKPF7fawSCLixIKtMCpsI+1r0h+5i0nQnmt9tHuzXZDL8+Dg1z6OhkI9A==} + '@expo/image-utils@0.8.8': + resolution: {integrity: sha512-HHHaG4J4nKjTtVa1GG9PCh763xlETScfEyNxxOvfTRr8IKPJckjTyqSLEtdJoFNJ1vqiABEjW7tqGhqGibZLeA==} + + '@expo/json-file@10.0.8': + resolution: {integrity: sha512-9LOTh1PgKizD1VXfGQ88LtDH0lRwq9lsTb4aichWTWSWqy3Ugfkhfm3BhzBIkJJfQQ5iJu3m/BoRlEIjoCGcnQ==} + '@expo/json-file@8.3.3': resolution: {integrity: sha512-eZ5dld9AD0PrVRiIWpRkm5aIoWBw3kAyd8VkuWEy92sEthBKDDDHAnK2a0dw0Eil6j7rK7lS/Qaq/Zzngv2h5A==} @@ -5579,33 +5058,46 @@ packages: '@expo/metro-config@0.18.11': resolution: {integrity: sha512-/uOq55VbSf9yMbUO1BudkUM2SsGW1c5hr9BnhIqYqcsFv0Jp5D3DtJ4rljDKaUeNLbwr6m7pqIrkSMq5NrYf4Q==} - '@expo/metro-config@0.18.3': - resolution: {integrity: sha512-E4iW+VT/xHPPv+t68dViOsW7egtGIr+sRElcym0iGpC4goLz9WBux/xGzWgxvgvvHEWa21uSZQPM0jWla0OZXg==} + '@expo/metro-config@0.21.11': + resolution: {integrity: sha512-BNn6tQ5YnWdFGcxNmBhTFHq3ISx7Mmffa10yzWJjQuGGhJc5DqsV01SS3roqhvARLx17EI8o7PXKj5LjiYxuEw==} + peerDependencies: + expo: '*' + peerDependenciesMeta: + expo: + optional: true '@expo/metro-runtime@3.2.3': resolution: {integrity: sha512-v5ji+fAGi7B9YavrxvekuF8gXEV/5fz0+PhaED5AaFDnbGB4IJIbpaiqK9nqZV1axjGZNQSw6Q8TsnFetCR3bQ==} peerDependencies: react-native: '*' + '@expo/metro@0.1.1': + resolution: {integrity: sha512-zvA9BE6myFoCxeiw/q3uE/kVkIwLTy27a+fDoEl7WQ7EvKfFeiXnRVhUplDMLGZIHH8VC38Gay6RBtVhnmOm5w==} + '@expo/osascript@2.1.4': resolution: {integrity: sha512-LcPjxJ5FOFpqPORm+5MRLV0CuYWMthJYV6eerF+lQVXKlvgSn3EOqaHC3Vf3H+vmB0f6G4kdvvFtg40vG4bIhA==} engines: {node: '>=12'} + '@expo/osascript@2.3.8': + resolution: {integrity: sha512-/TuOZvSG7Nn0I8c+FcEaoHeBO07yu6vwDgk7rZVvAXoeAK5rkA09jRyjYsZo+0tMEFaToBeywA6pj50Mb3ny9w==} + engines: {node: '>=12'} + '@expo/package-manager@1.6.1': resolution: {integrity: sha512-4rT46wP/94Ll+CWXtFKok1Lbo9XncSUtErFOo/9/3FVughGbIfdG4SKZOAWIpr9wxwEfkyhHfAP9q71ONlWODw==} + '@expo/package-manager@1.9.9': + resolution: {integrity: sha512-Nv5THOwXzPprMJwbnXU01iXSrCp3vJqly9M4EJ2GkKko9Ifer2ucpg7x6OUsE09/lw+npaoUnHMXwkw7gcKxlg==} + '@expo/plist@0.1.3': resolution: {integrity: sha512-GW/7hVlAylYg1tUrEASclw1MMk9FP4ZwyFAY/SUTJIhPDQHtfOlXREyWV3hhrHdX/K+pS73GNgdfT6E/e+kBbg==} - '@expo/prebuild-config@7.0.3': - resolution: {integrity: sha512-Kvxy/oQzkxwXLvAmwb+ygxuRn4xUUN2+mVJj3KDe4bRVCNyDPs7wlgdokF3twnWjzRZssUzseMkhp+yHPjAEhA==} - peerDependencies: - expo-modules-autolinking: '>=0.8.1' + '@expo/plist@0.4.8': + resolution: {integrity: sha512-pfNtErGGzzRwHP+5+RqswzPDKkZrx+Cli0mzjQaus1ZWFsog5ibL+nVT3NcporW51o8ggnt7x813vtRbPiyOrQ==} - '@expo/prebuild-config@7.0.6': - resolution: {integrity: sha512-Hts+iGBaG6OQ+N8IEMMgwQElzJeSTb7iUJ26xADEHkaexsucAK+V52dM8M4ceicvbZR9q8M+ebJEGj0MCNA3dQ==} + '@expo/prebuild-config@10.0.8': + resolution: {integrity: sha512-9ibcRuWngmMnoYe25XXfZEWcPCdx6LiyzqHqpojsvHBI+sMsyZPf4b/5y/zmeJy3PKjR4LSzMRonEitTfUSL/A==} peerDependencies: - expo-modules-autolinking: '>=0.8.1' + expo: '*' '@expo/prebuild-config@7.0.9': resolution: {integrity: sha512-9i6Cg7jInpnGEHN0jxnW0P+0BexnePiBzmbUvzSbRXpdXihYUX2AKMu73jgzxn5P1hXOSkzNS7umaY+BZ+aBag==} @@ -5616,12 +5108,19 @@ packages: resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==} engines: {node: '>=12'} + '@expo/schema-utils@0.1.8': + resolution: {integrity: sha512-9I6ZqvnAvKKDiO+ZF8BpQQFYWXOJvTAL5L/227RUbWG1OVZDInFifzCBiqAZ3b67NRfeAgpgvbA7rejsqhY62A==} + '@expo/sdk-runtime-versions@1.0.0': resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==} '@expo/server@0.4.4': resolution: {integrity: sha512-q9ADBzMN5rZ/fgQ2mz5YIJuZ8gelQlhG2CQqToD+UvBLZvbaHCNxTTSs2KI1LzJvAaW5CWgWMatGvGF6iUQ0LA==} + '@expo/server@0.7.5': + resolution: {integrity: sha512-aNVcerBSJEcUspvXRWChEgFhix1gTNIcgFDevaU/A1+TkfbejNIjGX4rfLEpfyRzzdLIRuOkBNjD+uTYMzohyg==} + engines: {node: '>=20.16.0'} + '@expo/spawn-async@1.7.2': resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==} engines: {node: '>=12'} @@ -5629,6 +5128,9 @@ packages: '@expo/vector-icons@14.0.4': resolution: {integrity: sha512-+yKshcbpDfbV4zoXOgHxCwh7lkE9VVTT5T03OUlBsqfze1PLy6Hi4jp1vSb1GVbY6eskvMIivGVc9SKzIv0oEQ==} + '@expo/ws-tunnel@1.0.6': + resolution: {integrity: sha512-nDRbLmSrJar7abvUjp3smDwH8HcbZcoOEa5jVPUv9/9CajgmWw20JNRwTuBRzWIWIkEJDkz20GoNA+tSwUqk0Q==} + '@expo/xcpretty@4.3.1': resolution: {integrity: sha512-sqXgo1SCv+j4VtYEwl/bukuOIBrVgx6euIoCat3Iyx5oeoXwEA2USCoeL0IPubflMxncA2INkqJ/Wr3NGrSgzw==} hasBin: true @@ -5640,15 +5142,27 @@ packages: '@floating-ui/core@1.6.8': resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==} + '@floating-ui/core@1.7.3': + resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==} + '@floating-ui/dom@1.6.12': resolution: {integrity: sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==} + '@floating-ui/dom@1.7.4': + resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==} + '@floating-ui/react-dom@2.1.2': resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' + '@floating-ui/react-dom@2.1.6': + resolution: {integrity: sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==} + peerDependencies: + react: '>=16.8.0' + react-dom: '>=16.8.0' + '@floating-ui/react-native@0.10.7': resolution: {integrity: sha512-deSecLPrdfl8RL1yyNJlbgqDDZFPuhBtJhY2aTnOZOoJWaal2vVOad9EBVIa0QV/YordgTyFPgDI8oLfyLZuZA==} peerDependencies: @@ -5661,6 +5175,15 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' + '@floating-ui/react@0.27.16': + resolution: {integrity: sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g==} + peerDependencies: + react: '>=17.0.0' + react-dom: '>=17.0.0' + + '@floating-ui/utils@0.2.10': + resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} + '@floating-ui/utils@0.2.8': resolution: {integrity: sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==} @@ -5708,12 +5231,6 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor@1.3.5': - resolution: {integrity: sha512-jwbvC9mYr64NBQAV1zpnX1T+3ak+SnmW6z8pS9JBZgbUxQSaL/quxP7ejDTyf5wkAUJ6zt1p0UCIbQ6H9jSKGA==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/graphql-file-loader@7.5.17': resolution: {integrity: sha512-hVwwxPf41zOYgm4gdaZILCYnKB9Zap7Ys9OhY1hbwuAuC4MMNY9GpUjoTU3CQc3zUiPoYStyRtUGkHSJZ3HxBw==} peerDependencies: @@ -5744,18 +5261,6 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/merge@9.0.11': - resolution: {integrity: sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - - '@graphql-tools/schema@10.0.10': - resolution: {integrity: sha512-TSdDvwgk1Fq3URDuZBMCPXlWLpRpxwaQ+0KqvycVwoHozYnBRZ2Ql9HVgDKnebkGQKmIk2enSeku+ERKxxSG0g==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/schema@9.0.19': resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} peerDependencies: @@ -5766,12 +5271,6 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@10.6.1': - resolution: {integrity: sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@9.2.1': resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: @@ -5787,18 +5286,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 || ^17.0.0 - '@graphql-yoga/logger@1.0.0': - resolution: {integrity: sha512-JYoxwnPggH2BfO+dWlWZkDeFhyFZqaTRGLvFhy+Pjp2UxitEW6nDrw+pEDw/K9tJwMjIFMmTT9VfTqrnESmBHg==} - engines: {node: '>=16.0.0'} - - '@graphql-yoga/subscription@4.0.0': - resolution: {integrity: sha512-0qsN/BPPZNMoC2CZ8i+P6PgiJyHh1H35aKDt37qARBDaIOKDQuvEOq7+4txUKElcmXi7DYFo109FkhSQoEajrg==} - engines: {node: '>=16.0.0'} - - '@graphql-yoga/typed-event-target@2.0.0': - resolution: {integrity: sha512-oA/VGxGmaSDym1glOHrltw43qZsFwLLjBwvh57B79UKX/vo3+UQcRgOyE44c5RP7DCYjkrC2tuArZmb6jCzysw==} - engines: {node: '>=16.0.0'} - '@hapi/accept@5.0.2': resolution: {integrity: sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==} @@ -5830,29 +5317,149 @@ packages: resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} engines: {node: '>=18.18'} - '@humanwhocodes/retry@0.4.1': - resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==} + '@humanwhocodes/retry@0.4.3': + resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} - '@inquirer/checkbox@4.0.2': - resolution: {integrity: sha512-+gznPl8ip8P8HYHYecDtUtdsh1t2jvb+sWCD72GAiZ9m45RqwrLmReDaqdC0umQfamtFXVRoMVJ2/qINKGm9Tg==} + '@img/sharp-darwin-arm64@0.33.5': + resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [darwin] + + '@img/sharp-darwin-x64@0.33.5': + resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [darwin] + + '@img/sharp-libvips-darwin-arm64@1.0.4': + resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} + cpu: [arm64] + os: [darwin] + + '@img/sharp-libvips-darwin-x64@1.0.4': + resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} + cpu: [x64] + os: [darwin] + + '@img/sharp-libvips-linux-arm64@1.0.4': + resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} + cpu: [arm64] + os: [linux] + + '@img/sharp-libvips-linux-arm@1.0.5': + resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} + cpu: [arm] + os: [linux] + + '@img/sharp-libvips-linux-s390x@1.0.4': + resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} + cpu: [s390x] + os: [linux] + + '@img/sharp-libvips-linux-x64@1.0.4': + resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} + cpu: [x64] + os: [linux] + + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} + cpu: [arm64] + os: [linux] + + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} + cpu: [x64] + os: [linux] + + '@img/sharp-linux-arm64@0.33.5': + resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + + '@img/sharp-linux-arm@0.33.5': + resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm] + os: [linux] + + '@img/sharp-linux-s390x@0.33.5': + resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [s390x] + os: [linux] + + '@img/sharp-linux-x64@0.33.5': + resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + + '@img/sharp-linuxmusl-arm64@0.33.5': + resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [linux] + + '@img/sharp-linuxmusl-x64@0.33.5': + resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [linux] + + '@img/sharp-wasm32@0.33.5': + resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [wasm32] + + '@img/sharp-win32-ia32@0.33.5': + resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ia32] + os: [win32] + + '@img/sharp-win32-x64@0.33.5': + resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [x64] + os: [win32] + + '@inquirer/ansi@1.0.2': + resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==} + engines: {node: '>=18'} + + '@inquirer/checkbox@4.3.2': + resolution: {integrity: sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true '@inquirer/confirm@3.2.0': resolution: {integrity: sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==} engines: {node: '>=18'} - '@inquirer/confirm@5.0.2': - resolution: {integrity: sha512-KJLUHOaKnNCYzwVbryj3TNBxyZIrr56fR5N45v6K9IPrbT6B7DcudBMfylkV1A8PUdJE15mybkEQyp2/ZUpxUA==} + '@inquirer/confirm@5.1.21': + resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true - '@inquirer/core@10.1.0': - resolution: {integrity: sha512-I+ETk2AL+yAVbvuKx5AJpQmoaWhpiTFOg/UJb7ZkMAK4blmtG8ATh5ct+T/8xNld0CZG/2UhtkdMwpgvld92XQ==} + '@inquirer/core@10.3.2': + resolution: {integrity: sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==} engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true '@inquirer/core@3.1.2': resolution: {integrity: sha512-lR2GaqBkp42Ew9BOAOqf2pSp+ymVES1qN8OC90WWh45yeoYLl0Ty1GyCxmkKqBJtq/+Ea1MF12AdFcZcpRNFsw==} @@ -5862,17 +5469,36 @@ packages: resolution: {integrity: sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==} engines: {node: '>=18'} - '@inquirer/editor@4.1.0': - resolution: {integrity: sha512-K1gGWsxEqO23tVdp5MT3H799OZ4ER1za7Dlc8F4um0W7lwSv0KGR/YyrUEyimj0g7dXZd8XknM/5QA2/Uy+TbA==} + '@inquirer/editor@4.2.23': + resolution: {integrity: sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true - '@inquirer/expand@4.0.2': - resolution: {integrity: sha512-WdgCX1cUtinz+syKyZdJomovULYlKUWZbVYZzhf+ZeeYf4htAQ3jLymoNs3koIAKfZZl3HUBb819ClCBfyznaw==} + '@inquirer/expand@4.0.23': + resolution: {integrity: sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/external-editor@1.0.3': + resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/figures@1.0.15': + resolution: {integrity: sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==} + engines: {node: '>=18'} '@inquirer/figures@1.0.8': resolution: {integrity: sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==} @@ -5882,51 +5508,78 @@ packages: resolution: {integrity: sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==} engines: {node: '>=18'} - '@inquirer/input@4.0.2': - resolution: {integrity: sha512-yCLCraigU085EcdpIVEDgyfGv4vBiE4I+k1qRkc9C5dMjWF42ADMGy1RFU94+eZlz4YlkmFsiyHZy0W1wdhaNg==} + '@inquirer/input@4.3.1': + resolution: {integrity: sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true - '@inquirer/number@3.0.2': - resolution: {integrity: sha512-MKQhYofdUNk7eqJtz52KvM1dH6R93OMrqHduXCvuefKrsiMjHiMwjc3NZw5Imm2nqY7gWd9xdhYrtcHMJQZUxA==} + '@inquirer/number@3.0.23': + resolution: {integrity: sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true - '@inquirer/password@4.0.2': - resolution: {integrity: sha512-tQXGSu7IO07gsYlGy3VgXRVsbOWqFBMbqAUrJSc1PDTQQ5Qdm+QVwkP0OC0jnUZ62D19iPgXOMO+tnWG+HhjNQ==} + '@inquirer/password@4.0.23': + resolution: {integrity: sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true - '@inquirer/prompts@7.1.0': - resolution: {integrity: sha512-5U/XiVRH2pp1X6gpNAjWOglMf38/Ys522ncEHIKT1voRUvSj/DQnR22OVxHnwu5S+rCFaUiPQ57JOtMFQayqYA==} + '@inquirer/prompts@7.10.1': + resolution: {integrity: sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/prompts@7.2.1': + resolution: {integrity: sha512-v2JSGri6/HXSfoGIwuKEn8sNCQK6nsB2BNpy2lSX6QH9bsECrMv93QHnj5+f+1ZWpF/VNioIV2B/PDox8EvGuQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' - '@inquirer/rawlist@4.0.2': - resolution: {integrity: sha512-3XGcskMoVF8H0Dl1S5TSZ3rMPPBWXRcM0VeNVsS4ByWeWjSeb0lPqfnBg6N7T0608I1B2bSVnbi2cwCrmOD1Yw==} + '@inquirer/rawlist@4.1.11': + resolution: {integrity: sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true - '@inquirer/search@3.0.2': - resolution: {integrity: sha512-Zv4FC7w4dJ13BOJfKRQCICQfShinGjb1bCEIHxTSnjj2telu3+3RHwHubPG9HyD4aix5s+lyAMEK/wSFD75HLA==} + '@inquirer/search@3.2.2': + resolution: {integrity: sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true '@inquirer/select@2.5.0': resolution: {integrity: sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==} engines: {node: '>=18'} - '@inquirer/select@4.0.2': - resolution: {integrity: sha512-uSWUzaSYAEj0hlzxa1mUB6VqrKaYx0QxGBLZzU4xWFxaSyGaXxsSE4OSOwdU24j0xl8OajgayqFXW0l2bkl2kg==} + '@inquirer/select@4.4.2': + resolution: {integrity: sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true '@inquirer/type@1.5.5': resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} @@ -5936,16 +5589,31 @@ packages: resolution: {integrity: sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==} engines: {node: '>=18'} - '@inquirer/type@3.0.1': - resolution: {integrity: sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A==} + '@inquirer/type@3.0.10': + resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@isaacs/balanced-match@4.0.1': + resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} + engines: {node: 20 || >=22} + + '@isaacs/brace-expansion@5.0.0': + resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==} + engines: {node: 20 || >=22} '@isaacs/cliui@8.0.2': 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'} + '@isaacs/ttlcache@1.4.1': resolution: {integrity: sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==} engines: {node: '>=12'} @@ -5962,6 +5630,10 @@ packages: resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/console@30.2.0': + resolution: {integrity: sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/core@29.7.0': resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -5971,30 +5643,75 @@ packages: node-notifier: optional: true + '@jest/core@30.2.0': + resolution: {integrity: sha512-03W6IhuhjqTlpzh/ojut/pDB2LPRygyWX8ExpgHtQA8H/3K7+1vKmcINx5UzeOX1se6YEsBsOHQ1CRzf3fOwTQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + '@jest/create-cache-key-function@29.7.0': resolution: {integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/create-cache-key-function@30.2.0': + resolution: {integrity: sha512-44F4l4Enf+MirJN8X/NhdGkl71k5rBYiwdVlo4HxOwbu0sHV8QKrGEedb1VUU4K3W7fBKE0HGfbn7eZm0Ti3zg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/diff-sequences@30.0.1': + resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/environment@29.7.0': resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/environment@30.2.0': + resolution: {integrity: sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/expect-utils@29.7.0': resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/expect-utils@30.2.0': + resolution: {integrity: sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/expect@29.7.0': resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/expect@30.2.0': + resolution: {integrity: sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/fake-timers@29.7.0': resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/fake-timers@30.2.0': + resolution: {integrity: sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/get-type@30.1.0': + resolution: {integrity: sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/globals@29.7.0': resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/globals@30.2.0': + resolution: {integrity: sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/pattern@30.0.1': + resolution: {integrity: sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/reporters@29.7.0': resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -6004,26 +5721,59 @@ packages: node-notifier: optional: true + '@jest/reporters@30.2.0': + resolution: {integrity: sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + '@jest/schemas@29.6.3': resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/schemas@30.0.5': + resolution: {integrity: sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/snapshot-utils@30.2.0': + resolution: {integrity: sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/source-map@29.6.3': resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/source-map@30.0.1': + resolution: {integrity: sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/test-result@29.7.0': resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/test-result@30.2.0': + resolution: {integrity: sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/test-sequencer@29.7.0': resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/test-sequencer@30.2.0': + resolution: {integrity: sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/transform@29.7.0': resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/transform@30.2.0': + resolution: {integrity: sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/types@24.9.0': resolution: {integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==} engines: {node: '>= 6'} @@ -6036,8 +5786,12 @@ packages: resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@joshwooding/vite-plugin-react-docgen-typescript@0.4.2': - resolution: {integrity: sha512-feQ+ntr+8hbVudnsTUapiMN9q8T90XA1d5jn9QzY09sNoj4iD9wi0PY1vsBFTda4ZjEaxRK9S81oarR2nj7TFQ==} + '@jest/types@30.2.0': + resolution: {integrity: sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@joshwooding/vite-plugin-react-docgen-typescript@0.5.0': + resolution: {integrity: sha512-qYDdL7fPwLRI+bJNurVcis+tNgJmvWjH4YTBGXTA8xMuxFrnAz6E5o35iyzyKbq5J5Lr8mJGfrR5GXl+WGwhgQ==} peerDependencies: typescript: '>= 4.3.x' vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 @@ -6045,10 +5799,16 @@ packages: typescript: optional: true + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + '@jridgewell/gen-mapping@0.3.5': resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} + '@jridgewell/remapping@2.3.5': + resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} + '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} @@ -6063,9 +5823,15 @@ packages: '@jridgewell/sourcemap-codec@1.5.0': resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + '@jridgewell/sourcemap-codec@1.5.5': + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.31': + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} + '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -6091,9 +5857,6 @@ packages: peerDependencies: tslib: '2' - '@kamilkisiela/fast-url-parser@1.1.4': - resolution: {integrity: sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==} - '@kwsites/file-exists@1.1.1': resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} @@ -6103,91 +5866,71 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@ljharb/through@2.3.13': - resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==} - engines: {node: '>= 0.4'} - - '@log4brains/cli-common@1.0.0': - resolution: {integrity: sha512-UJgqId8Sb40cdaBs6JG8PxJ5SRXHdsf74ivpQ8TwM5dd1PiJJv/F/hDNXbA0W/UpLnpPeZU8hYF+n6m1w84HsA==} - engines: {node: '>=10.23.0'} + '@log4brains/cli-common@1.1.0': + resolution: {integrity: sha512-oAEOlVNILXqEIUtPnPfX1zKIsAIOVCMeb2+ckxXYsQ1ckxMuTOGU9yu8KISRldAFi8CkWgWdIOcNJeW97FTHGw==} + engines: {node: '>=18'} - '@log4brains/cli@1.0.0': - resolution: {integrity: sha512-AvDStS0VP9uye1xOXpNL+/YWisuoA8pJfQg6kmTk3NQzEzr+Am14e1XUPWRrsPmyJFabpM65G171fasULZg6nQ==} - engines: {node: '>=10.23.0'} + '@log4brains/cli@1.1.0': + resolution: {integrity: sha512-IFohFv23i0b0AWV6WYxs9jPi2E4PO6tk4OVJ2ihlsAuzYKVDz0veuj+bIGyc3+LYyJNF+8bEN2lfz88HDnC+QA==} + engines: {node: '>=18'} - '@log4brains/core@1.0.0': - resolution: {integrity: sha512-0TpUspl6oEeLdcU0HWSA6SMLqT1l2SV/fHq0XwdrduDoq9sWU6uKTo8kerXhZTA3eUv+q41EIpe4q+oliV70pA==} - engines: {node: '>=10.23.0'} + '@log4brains/core@1.1.0': + resolution: {integrity: sha512-K9yJ8vFR/IJUt1ddOhrzCuhr3L/XpfOV8M7JUp1/OOu+h6iqH3LG5R4WvxRAR7TNt09SDXGc7nUCNx4J5Iog+A==} + engines: {node: '>=18'} - '@log4brains/init@1.0.0': - resolution: {integrity: sha512-fJvj9YGlZHwNE0DLLRQku/ieaFKhoSd9aiAGIvMTGlb+IEp1rFAoAo2nGE6Bo1vNFwoQN4HACrsIuGFqHeo0Iw==} - engines: {node: '>=10.23.0'} + '@log4brains/init@1.1.0': + resolution: {integrity: sha512-kY8GZyGTXnUXpG8OQrS3fs1nJzDZK1+jaLy/80pSdx6HKLXxcCUS8cb1oJS97/IOw9aKz7cccKULtzzdhnymEQ==} + engines: {node: '>=18'} - '@log4brains/web@1.0.1': - resolution: {integrity: sha512-r0+9jotWDxZmUr+AnIf42xn9vJOxxpMM+5qy2gwsRrcbtd7CCqhYR0aM28x3X2U9qKy7rLkfIcBOLYTbblkQpg==} - engines: {node: '>=10.23.0'} + '@log4brains/web@1.1.0': + resolution: {integrity: sha512-GY2V/5zn1y+kSqVshIojbPmgzrpTi8qMPJn4t8jXh+p0LvBqXWeSnCbRpj8xC0HjCTaojYRbD73r50Ub0qQc/Q==} + engines: {node: '>=18'} - '@ls-lint/ls-lint@2.2.3': - resolution: {integrity: sha512-ekM12jNm/7O2I/hsRv9HvYkRdfrHpiV1epVuI2NP+eTIcEgdIdKkKCs9KgQydu/8R5YXTov9aHdOgplmCHLupw==} + '@ls-lint/ls-lint@2.3.1': + resolution: {integrity: sha512-vPe6IDByQnQRTxcAYjTxrmga/tSIui50VBFTB5KIJWY3OOFmxE2VtymjeSEfQfiMbhZV/ZPAqYy2lt8pZFQ0Rw==} + cpu: [x64, arm64, s390x, ppc64le] os: [darwin, linux, win32] hasBin: true '@ltd/j-toml@1.38.0': resolution: {integrity: sha512-lYtBcmvHustHQtg4X7TXUu1Xa/tbLC3p2wLvgQI+fWVySguVZJF60Snxijw5EiohumxZbR10kWYFFebh1zotiw==} - '@mantine/code-highlight@7.14.3': - resolution: {integrity: sha512-iTdirW7R4A8qhacwNJwzBRteLX3hlVlxc8TKEfBJ4KM9Ke5wZ7hrsclzXg3vsFDQHd+oKLtWUBsehecre4VR2Q==} + '@mantine/code-highlight@7.17.8': + resolution: {integrity: sha512-KfdLi8MhpoeHiXkLMfuPQz1IDTUjvP2w3hbdx8Oz/hL0o+mbPYfgrU/w/D3ONjVQMoEbPpEL5vSA2eTYCmwVKg==} peerDependencies: - '@mantine/core': 7.14.3 - '@mantine/hooks': 7.14.3 + '@mantine/core': 7.17.8 + '@mantine/hooks': 7.17.8 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x - '@mantine/core@7.14.3': - resolution: {integrity: sha512-niAi+ZYBr4KrG+X2Mx+muvEzUOOHc/Rx0vsbIGYeNe7urwHSm/xNEGsaapmCqeRC0CSL4KI6TJOq8QhnSuQZcw==} + '@mantine/core@7.17.8': + resolution: {integrity: sha512-42sfdLZSCpsCYmLCjSuntuPcDg3PLbakSmmYfz5Auea8gZYLr+8SS5k647doVu0BRAecqYOytkX2QC5/u/8VHw==} peerDependencies: - '@mantine/hooks': 7.14.3 + '@mantine/hooks': 7.17.8 react: ^18.x || ^19.x react-dom: ^18.x || ^19.x - '@mantine/hooks@7.14.3': - resolution: {integrity: sha512-cU3R9b8GLs6aCvpsVC56ZOOJCUIoDqX3RcLWkcfpA5a47LjWa/rzegP4YWfNW6/E9vodPJT4AEbYXVffYlyNwA==} + '@mantine/hooks@7.17.8': + resolution: {integrity: sha512-96qygbkTjRhdkzd5HDU8fMziemN/h758/EwrFu7TlWrEP10Vw076u+Ap/sG6OT4RGPZYYoHrTlT+mkCZblWHuw==} peerDependencies: react: ^18.x || ^19.x - '@manypkg/cli@0.21.4': - resolution: {integrity: sha512-EACxxb+c/t6G0l1FrlyewZeBnyR5V1cLkXjnBfsay5TN1UgbilFpG6POglzn+lVJet9NqnEKe3RLHABzkIDZ0Q==} - engines: {node: '>=14.18.0'} - hasBin: true - - '@manypkg/find-root@2.2.3': - resolution: {integrity: sha512-jtEZKczWTueJYHjGpxU3KJQ08Gsrf4r6Q2GjmPp/RGk5leeYAA1eyDADSAF+KVCsQ6EwZd/FMcOFCoMhtqdCtQ==} - engines: {node: '>=14.18.0'} - - '@manypkg/get-packages@2.2.1': - resolution: {integrity: sha512-TrJd86paBkKEx6InhObcUhuoJNcATlbO6+s1dQdLd4+Y1SLDKJUAMhU46kTZ1SOFbegTuhDbIF3j+Jy564BERA==} - engines: {node: '>=14.18.0'} - - '@manypkg/tools@1.1.2': - resolution: {integrity: sha512-3lBouSuF7CqlseLB+FKES0K4FQ02JrbEoRtJhxnsyB1s5v4AP03gsoohN8jp7DcOImhaR9scYdztq3/sLfk/qQ==} - engines: {node: '>=14.18.0'} - '@mapbox/node-pre-gyp@1.0.11': resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} hasBin: true - '@maskito/core@3.2.0': - resolution: {integrity: sha512-c8GNwuz4PQmZqf5CSXIncwIkZSwBeU2FZtpBJtD21DaIe4uBQ541C0BncHMqEbLP2+n+HyFKEnT90m03BBlGrw==} + '@maskito/core@3.11.1': + resolution: {integrity: sha512-zN5k/BiZXblo8mEFhsGnnXBCqKMkjEGArorOOcpB1/ymZyqF12Dk6IipEsSE6abMnWw4YF2tukzfq73BFZKz8A==} - '@maskito/kit@3.2.0': - resolution: {integrity: sha512-fIUBu+RzWQtmDyBCV9cksFqLqCq4ag1Gv1pwn9PgB7m0pkjhJoBMfQAVkded6MKrUk+QLIZUjzbUwgJm0D98Aw==} + '@maskito/kit@3.11.1': + resolution: {integrity: sha512-KOBUqxRz383xJWCoe+Emwxv2oAzUrZobIN+Gntmi5Py2S10XbqYnGX/6W7QHN8CUK2Nx11d3HsxbEQaq5Hinjg==} peerDependencies: - '@maskito/core': ^3.2.0 + '@maskito/core': ^3.11.1 - '@maskito/react@3.2.0': - resolution: {integrity: sha512-njL/Pmc2cSU9fC3FaX5iwesXaBBdgZH/xgTqyEhc1UCRP3zN1me2XFww0FK2LmdFK76wSQ2MC5ggFXKvP3rzTw==} + '@maskito/react@3.11.1': + resolution: {integrity: sha512-Euqlm2mafBs1h9SPME0UEm8S/7CY1WwGusZSLScQoHx1dNCU+XVZl9cTDhnNI2/Ly+CnmcG/plgsGoeprabBHQ==} peerDependencies: - '@maskito/core': ^3.2.0 + '@maskito/core': ^3.11.1 react: '>=16.8' react-dom: '>=16.8' @@ -6272,32 +6015,50 @@ packages: '@types/react': '>=16' react: '>=16' - '@microsoft/tsdoc-config@0.17.0': - resolution: {integrity: sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==} + '@microsoft/api-extractor-model@7.32.2': + resolution: {integrity: sha512-Ussc25rAalc+4JJs9HNQE7TuO9y6jpYQX9nWD1DhqUzYPBr3Lr7O9intf+ZY8kD5HnIqeIRJX7ccCT0QyBy2Ww==} + + '@microsoft/api-extractor@7.55.2': + resolution: {integrity: sha512-1jlWO4qmgqYoVUcyh+oXYRztZde/pAi7cSVzBz/rc+S7CoVzDasy8QE13dx6sLG4VRo8SfkkLbFORR6tBw4uGQ==} + hasBin: true + + '@microsoft/tsdoc-config@0.17.1': + resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} + + '@microsoft/tsdoc-config@0.18.0': + resolution: {integrity: sha512-8N/vClYyfOH+l4fLkkr9+myAoR6M7akc8ntBJ4DJdWH2b09uVfr71+LTMpNyG19fNqWDg8KEDZhx5wxuqHyGjw==} + + '@microsoft/tsdoc@0.15.1': + resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} - '@microsoft/tsdoc@0.15.0': - resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} + '@microsoft/tsdoc@0.16.0': + resolution: {integrity: sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==} - '@module-federation/bridge-react-webpack-plugin@0.6.16': - resolution: {integrity: sha512-AQj20lUL5fmdz4un56W3VF8naZaRDmztczl+/j4Qa69JAaUbbZK6zZJ3NEjx0cNzpiq/mGmG9Vik3V4rI/4BUA==} + '@module-federation/bridge-react-webpack-plugin@0.22.0': + resolution: {integrity: sha512-OzMBBbUhOMbDVX/wkVDxaOshgyUdxv+kRQDtxl1/ipV5GXTjs1tpS4NHtDwiJi0qKeG0AvnvGCrPu7bjMOcAVw==} - '@module-federation/bridge-react-webpack-plugin@0.6.6': - resolution: {integrity: sha512-NANaSOKem+1t/Fbd1GjXnStJRe7O33ya+FR/yYkTUd1H5hmlzVDNo/lYxYuUl3O/gH9Lnlr2Gf9unyWoIW0wHw==} + '@module-federation/bridge-react-webpack-plugin@0.9.1': + resolution: {integrity: sha512-znN/Qm6M0U1t3iF10gu1hSxDkk18yz78yvk+AMB34UDzpXHiC1zbpIeV2CQNV5GCeafmCICmcn9y1qh7F54KTg==} - '@module-federation/data-prefetch@0.6.16': - resolution: {integrity: sha512-m5SNKlAkB2FFCs2cl6LWqo6s2NZ7HuCrp6QrrMzuKjB6EddvKojVQxOzrWdcMLs1vESy6fyU4M4U7PxSojw6Ww==} + '@module-federation/cli@0.22.0': + resolution: {integrity: sha512-kdeDg6HuOqJYKtPeoupWQg6wLZT7B+AwMDwMjwhcKHxKEmKFPImbJLymBWEgmKTktZKh1ERtEOplwFt9u5iEBA==} + engines: {node: '>=16.0.0'} + hasBin: true + + '@module-federation/data-prefetch@0.22.0': + resolution: {integrity: sha512-NESR/5Wcn9unPY18oQSSXlbXTnMbUFwqqvSZnpJt5vBb/8QlcJEiPnxERZqKhKrIS6GTD8KneHPRCOQsP6Xcqw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@module-federation/data-prefetch@0.6.6': - resolution: {integrity: sha512-rakEHrg2pqbOqJ3uWT2p3kgTCOxBQdEIqmew3XBAXTZ0NblZtkXeMHupcW/W6+ccvbPdn/T/PSICx9HHSvfEVg==} + '@module-federation/data-prefetch@0.9.1': + resolution: {integrity: sha512-rS1AsgRvIMAWK8oMprEBF0YQ3WvsqnumjinvAZU1Dqut5DICmpQMTPEO1OrAKyjO+PQgEhmq13HggzN6ebGLrQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@module-federation/dts-plugin@0.6.16': - resolution: {integrity: sha512-XM6+EYVrS2Q/ZW0u9cH0sJT5t5SQHRjzmW7JWdPv0+wKGCA15WtRMc55boM4Wan7jXJZf+JeD5QLXWiSjaJdnw==} + '@module-federation/dts-plugin@0.22.0': + resolution: {integrity: sha512-lj5YtUZz0moaT1XziM0OyizE0mIhMa8W65RUiX/+UZ4iNK/KMs4e/CGpfhEt2Lj9+j6KYSzI2+676d+73j/kag==} peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' @@ -6305,8 +6066,8 @@ packages: vue-tsc: optional: true - '@module-federation/dts-plugin@0.6.6': - resolution: {integrity: sha512-sNCghGgrpCOOVk2xpzgAGAFeo2ONcv6eAnEfe7Q2gD7R6NrGgOrB5KVhN/uWIzFJG8tqNfSSjam+woTyrrayfg==} + '@module-federation/dts-plugin@0.9.1': + resolution: {integrity: sha512-DezBrFaIKfDcEY7UhqyO1WbYocERYsR/CDN8AV6OvMnRlQ8u0rgM8qBUJwx0s+K59f+CFQFKEN4C8p7naCiHrw==} peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' @@ -6314,8 +6075,9 @@ packages: vue-tsc: optional: true - '@module-federation/enhanced@0.6.16': - resolution: {integrity: sha512-5MqA35WGvPmCScT/xNnheR4RBa2oYHkLpeVjOA0xg0PeUTC7aSfGRLsntzFeyzLITSjbVTupK2YwmjiZr3Z0LQ==} + '@module-federation/enhanced@0.22.0': + resolution: {integrity: sha512-OysyO6xbhpP+CeOEDp2v6HyFcVT5wWAdQrfga3jhlFUAdIR7nZZ2albysnF2CGn/xyU050Ss74ttgy7GiKi5fQ==} + hasBin: true peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' @@ -6328,8 +6090,8 @@ packages: webpack: optional: true - '@module-federation/enhanced@0.6.6': - resolution: {integrity: sha512-gGU1tjaksk5Q5X2zpVb/OmlwvKwVVjTXreuFwkK0Z+9QKM9jbu0B/tPSh6sqibPFeu1yM2HOFlOHJhvFs1PmsA==} + '@module-federation/enhanced@0.9.1': + resolution: {integrity: sha512-c9siKVjcgT2gtDdOTqEr+GaP2X/PWAS0OV424ljKLstFL1lcS/BIsxWFDmxPPl5hDByAH+1q4YhC1LWY4LNDQw==} peerDependencies: typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' @@ -6342,24 +6104,53 @@ packages: webpack: optional: true - '@module-federation/error-codes@0.6.14': - resolution: {integrity: sha512-ik+ezloFkxmE5atqTUG9lRr9xV5EcKDjH+MZba2IJQT5cZIM6o2ThTC45E013N4SCleaGxBtIGoPLZJzT4xa0Q==} + '@module-federation/error-codes@0.22.0': + resolution: {integrity: sha512-xF9SjnEy7vTdx+xekjPCV5cIHOGCkdn3pIxo9vU7gEZMIw0SvAEdsy6Uh17xaCpm8V0FWvR0SZoK9Ik6jGOaug==} - '@module-federation/managers@0.6.16': - resolution: {integrity: sha512-9oqJT0F61GhaFE4EFgJjVyQlD8ohXxMJBS9UGCKC6nHd3+PI4NBWGN2D+alBOwvwtt3LhtssbVH8H8HZEM1GnQ==} + '@module-federation/error-codes@0.9.1': + resolution: {integrity: sha512-q8spCvlwUzW42iX1irnlBTcwcZftRNHyGdlaoFO1z/fW4iphnBIfijzkigWQzOMhdPgzqN/up7XN+g5hjBGBtw==} - '@module-federation/managers@0.6.6': - resolution: {integrity: sha512-ryj2twbQmo2KhwKn1xYivpaW94l5wfplDU9FwVvW0wc8hC2lJnuGhoiZqXKL7lNaBrZXge3b43Zlgx5OnFfr6A==} + '@module-federation/inject-external-runtime-core-plugin@0.22.0': + resolution: {integrity: sha512-zeN6XiLV9l0tAsZzQxHLEQM28sWiijmIBp9CiIDc4iqk2f/kgCSqiBWTiNcS4sZODzupPkktaWsC5+5eWk0ENQ==} + peerDependencies: + '@module-federation/runtime-tools': 0.22.0 - '@module-federation/manifest@0.6.16': - resolution: {integrity: sha512-YjOk+1uR6E5qIEWiy35IrMyEy+rDGI5nJd+6MQobkXG40DK94mdPxJ7TSCozj/bpZ9SadCxXRCkMiE/gTkryAQ==} + '@module-federation/inject-external-runtime-core-plugin@0.9.1': + resolution: {integrity: sha512-BPfzu1cqDU5BhM493enVF1VfxJWmruen0ktlHrWdJJlcddhZzyFBGaLAGoGc+83fS75aEllvJTEthw4kMViMQQ==} + peerDependencies: + '@module-federation/runtime-tools': 0.9.1 + + '@module-federation/managers@0.22.0': + resolution: {integrity: sha512-Ptv8gEUihPBeoQEpsKq3GZUEB4y/hqG83mKw5NrKpXMIfcoF6SZjcknXz5LuN7NF3xMi1XHYU74z/nKzr+izew==} + + '@module-federation/managers@0.9.1': + resolution: {integrity: sha512-8hpIrvGfiODxS1qelTd7eaLRVF7jrp17RWgeH1DWoprxELANxm5IVvqUryB+7j+BhoQzamog9DL5q4MuNfGgIA==} + + '@module-federation/manifest@0.22.0': + resolution: {integrity: sha512-Exv+frMkRGKDs3KKXeBBKcHvL7nNTk5Yt2ftEvxCUIRPC16Ebvy6RcQvFFvbvmOhuM/If6j6E/aZu5Z9oau6xw==} + + '@module-federation/manifest@0.9.1': + resolution: {integrity: sha512-+GteKBXrAUkq49i2CSyWZXM4vYa+mEVXxR9Du71R55nXXxgbzAIoZj9gxjRunj9pcE8+YpAOyfHxLEdWngxWdg==} - '@module-federation/manifest@0.6.6': - resolution: {integrity: sha512-45ol0fC8RS2d+0iEt5zdp0vctE2CiOfA2kCmOFz79K33occi8sKmyevfSeZGckZy54NiMnLFteIYBsyIa+g7gg==} + '@module-federation/node@2.7.26': + resolution: {integrity: sha512-C7aIABSxbZKOvVDMIivmV9Q/aOVh9xpUv+y+nwSWuQr9v2pgmMzVK3rxWoeusmkpaENia8h5AWNpYjcrMi+O9g==} + peerDependencies: + next: '*' + react: ^16||^17||^18||^19 + react-dom: ^16||^17||^18||^19 + webpack: ^5.40.0 + peerDependenciesMeta: + next: + optional: true + react: + optional: true + react-dom: + optional: true - '@module-federation/rspack@0.6.16': - resolution: {integrity: sha512-9nQAyw7QvgXJYPTQseyQ31qQtSlo0VsppQOyFLstLITzgWWugN7cN8cGAriUKYBI78THuX+lp1mdgsNTBvxJPA==} + '@module-federation/rspack@0.22.0': + resolution: {integrity: sha512-PvDlFxzCbufArZvt6wSLsJNm20hdDsz/4X04YAxAZfp/dTECZghZsebLcR7nHOzOwR2gCX8vv+gB3r+5MheobA==} peerDependencies: + '@rspack/core': '>=0.7' typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' peerDependenciesMeta: @@ -6368,9 +6159,10 @@ packages: vue-tsc: optional: true - '@module-federation/rspack@0.6.6': - resolution: {integrity: sha512-30X6QPrJ/eCcmUL4GQ06Z9bQwURBnJI0607Fw2ufmAbhDA0PJFtg7NFFfXzsdChms1ACVbgvgfBH8SJg8j3wBg==} + '@module-federation/rspack@0.9.1': + resolution: {integrity: sha512-ZJqG75dWHhyTMa9I0YPJEV2XRt0MFxnDiuMOpI92esdmwWY633CBKyNh1XxcLd629YVeTv03+whr+Fz/f91JEw==} peerDependencies: + '@rspack/core': '>=0.7' typescript: ^4.9.0 || ^5.0.0 vue-tsc: '>=1.0.24' peerDependenciesMeta: @@ -6379,51 +6171,41 @@ packages: vue-tsc: optional: true - '@module-federation/runtime-tools@0.5.1': - resolution: {integrity: sha512-nfBedkoZ3/SWyO0hnmaxuz0R0iGPSikHZOAZ0N/dVSQaIzlffUo35B5nlC2wgWIc0JdMZfkwkjZRrnuuDIJbzg==} + '@module-federation/runtime-core@0.22.0': + resolution: {integrity: sha512-GR1TcD6/s7zqItfhC87zAp30PqzvceoeDGYTgF3Vx2TXvsfDrhP6Qw9T4vudDQL3uJRne6t7CzdT29YyVxlgIA==} - '@module-federation/runtime-tools@0.6.16': - resolution: {integrity: sha512-AIaxnx99tVYppYCgdJQz43mrGZ2pPJtC7YEIjuQV+UnSORj+d/GOIqF88MDx3i7siFcQ4zrT5BVtEWhXcJdv0g==} + '@module-federation/runtime-core@0.9.1': + resolution: {integrity: sha512-r61ufhKt5pjl81v7TkmhzeIoSPOaNtLynW6+aCy3KZMa3RfRevFxmygJqv4Nug1L0NhqUeWtdLejh4VIglNy5Q==} - '@module-federation/runtime-tools@0.6.6': - resolution: {integrity: sha512-w2qHa41p6rADWMS1yBjpqNhaLZ4R5oRy9OYGPe6ywjh+8oqbiBl1CfQglcgEBIpHktEjV/upsgsnjHSdJBdeZw==} + '@module-federation/runtime-tools@0.22.0': + resolution: {integrity: sha512-4ScUJ/aUfEernb+4PbLdhM/c60VHl698Gn1gY21m9vyC1Ucn69fPCA1y2EwcCB7IItseRMoNhdcWQnzt/OPCNA==} - '@module-federation/runtime@0.5.1': - resolution: {integrity: sha512-xgiMUWwGLWDrvZc9JibuEbXIbhXg6z2oUkemogSvQ4LKvrl/n0kbqP1Blk669mXzyWbqtSp6PpvNdwaE1aN5xQ==} + '@module-federation/runtime-tools@0.9.1': + resolution: {integrity: sha512-JQZ//ab+lEXoU2DHAH+JtYASGzxEjXB0s4rU+6VJXc8c+oUPxH3kWIwzjdncg2mcWBmC1140DCk+K+kDfOZ5CQ==} - '@module-federation/runtime@0.6.16': - resolution: {integrity: sha512-3oFDRkolGwiXuQz+wzX3YzBWI9so0+K05YRf0TEdJguj3W/v/AMrBCz7W4c4O/wSK45Kuqd4lHKhCyKWRPyhOw==} + '@module-federation/runtime@0.22.0': + resolution: {integrity: sha512-38g5iPju2tPC3KHMPxRKmy4k4onNp6ypFPS1eKGsNLUkXgHsPMBFqAjDw96iEcjri91BrahG4XcdyKi97xZzlA==} - '@module-federation/runtime@0.6.6': - resolution: {integrity: sha512-QsKHUV2HALRzL6mPCdJEZTDuPReKC8MMXf+/VMCtQPp6JhLEjZIO06bfEZqXMbTbTYlMzntIwu1tGCbtJRZDOQ==} + '@module-federation/runtime@0.9.1': + resolution: {integrity: sha512-jp7K06weabM5BF5sruHr/VLyalO+cilvRDy7vdEBqq88O9mjc0RserD8J+AP4WTl3ZzU7/GRqwRsiwjjN913dA==} - '@module-federation/sdk@0.5.1': - resolution: {integrity: sha512-exvchtjNURJJkpqjQ3/opdbfeT2wPKvrbnGnyRkrwW5o3FH1LaST1tkiNviT6OXTexGaVc2DahbdniQHVtQ7pA==} + '@module-federation/sdk@0.22.0': + resolution: {integrity: sha512-x4aFNBKn2KVQRuNVC5A7SnrSCSqyfIWmm1DvubjbO9iKFe7ith5niw8dqSFBekYBg2Fwy+eMg4sEFNVvCAdo6g==} - '@module-federation/sdk@0.6.16': - resolution: {integrity: sha512-rzQH/v9bVc032lzV4j1IGYRc5gszwzBevYBBDJf3oNLwkY2kIDUJ99OWvq3aaPJoE0jEWPVe3K5iNc+dZe4tMQ==} + '@module-federation/sdk@0.9.1': + resolution: {integrity: sha512-YQonPTImgnCqZjE/A+3N2g3J5ypR6kx1tbBzc9toUANKr/dw/S63qlh/zHKzWQzxjjNNVMdXRtTMp07g3kgEWg==} - '@module-federation/sdk@0.6.6': - resolution: {integrity: sha512-tUv2kPi0FvplcpGi/g4nITAYVAR1RUZ6QvP71T8inmRZSrfcvk1QpGJiL36IjuS67SM3VAoXS0iJ2WX1Rgjvhg==} + '@module-federation/third-party-dts-extractor@0.22.0': + resolution: {integrity: sha512-3y2DZdeEjArNKDqA1Ds32Q6A5RATcsmywCXyQaWcfaScprpmzfEWiDkeD/nzoA/0+4ePY8OEinJ4hLtoMNLbLQ==} - '@module-federation/third-party-dts-extractor@0.6.16': - resolution: {integrity: sha512-F4W8QBlPLNY22TGjUWA+FyFYN6wVgGKhefd170A8BOqv2gB1yhm6OIEmDnO6TwfDfQQebVCcAu23AzLzgS5eCg==} + '@module-federation/third-party-dts-extractor@0.9.1': + resolution: {integrity: sha512-KeIByP718hHyq+Mc53enZ419pZZ1fh9Ns6+/bYLkc3iCoJr/EDBeiLzkbMwh2AS4Qk57WW0yNC82xzf7r0Zrrw==} - '@module-federation/third-party-dts-extractor@0.6.6': - resolution: {integrity: sha512-xX9p17PpElzATNEulwlJJT731xST7T7OUIDSkkIghp/ICDmZd6WhYJvNBto7xbpaj5SIB7Ocdj4chNGv0xdYPw==} + '@module-federation/webpack-bundler-runtime@0.22.0': + resolution: {integrity: sha512-aM8gCqXu+/4wBmJtVeMeeMN5guw3chf+2i6HajKtQv7SJfxV/f4IyNQJUeUQu9HfiAZHjqtMV5Lvq/Lvh8LdyA==} - '@module-federation/webpack-bundler-runtime@0.5.1': - resolution: {integrity: sha512-mMhRFH0k2VjwHt3Jol9JkUsmI/4XlrAoBG3E0o7HoyoPYv1UFOWyqAflfANcUPgbYpvqmyLzDcO+3IT36LXnrA==} - - '@module-federation/webpack-bundler-runtime@0.6.16': - resolution: {integrity: sha512-Tpi251DApEaQ62KCaJCh1RU1SZTUcVh8lx2zotn/YOMZdw83IzYu3PYYA1V0Eg5jVe6I2GmGH52pJPCtwbgjqA==} - - '@module-federation/webpack-bundler-runtime@0.6.6': - resolution: {integrity: sha512-0UnY9m1fBgHwTpacYWbht1jB5X4Iqspiu1q8kfjUrv6y+R224//ydUFYYO8xfWx4V9SGQFKlU8XFH0FP/r0Hng==} - - '@mole-inc/bin-wrapper@8.0.1': - resolution: {integrity: sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + '@module-federation/webpack-bundler-runtime@0.9.1': + resolution: {integrity: sha512-CxySX01gT8cBowKl9xZh+voiHvThMZ471icasWnlDIZb14KasZoX1eCh9wpGvwoOdIk9rIRT7h70UvW9nmop6w==} '@motionone/animation@10.18.0': resolution: {integrity: sha512-9z2p5GFGCm0gBsZbi8rVMOAJCtw1WqBTIPw3ozk06gDvZInBPIsQcHgYogEJ4yuHJ+akuW8g1SEIOpTOvYs8hw==} @@ -6443,12 +6225,197 @@ packages: '@motionone/utils@10.18.0': resolution: {integrity: sha512-3XVF7sgyTSI2KWvTf6uLlBJ5iAgRgmvp3bpuOiQJvInd4nZ19ET8lX5unn30SlmRH7hXbBbH+Gxd0m0klJ3Xtw==} + '@napi-rs/canvas-android-arm64@0.1.88': + resolution: {integrity: sha512-KEaClPnZuVxJ8smUWjV1wWFkByBO/D+vy4lN+Dm5DFH514oqwukxKGeck9xcKJhaWJGjfruGmYGiwRe//+/zQQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + + '@napi-rs/canvas-darwin-arm64@0.1.88': + resolution: {integrity: sha512-Xgywz0dDxOKSgx3eZnK85WgGMmGrQEW7ZLA/E7raZdlEE+xXCozobgqz2ZvYigpB6DJFYkqnwHjqCOTSDGlFdg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@napi-rs/canvas-darwin-x64@0.1.88': + resolution: {integrity: sha512-Yz4wSCIQOUgNucgk+8NFtQxQxZV5NO8VKRl9ePKE6XoNyNVC8JDqtvhh3b3TPqKK8W5p2EQpAr1rjjm0mfBxdg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.88': + resolution: {integrity: sha512-9gQM2SlTo76hYhxHi2XxWTAqpTOb+JtxMPEIr+H5nAhHhyEtNmTSDRtz93SP7mGd2G3Ojf2oF5tP9OdgtgXyKg==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + + '@napi-rs/canvas-linux-arm64-gnu@0.1.88': + resolution: {integrity: sha512-7qgaOBMXuVRk9Fzztzr3BchQKXDxGbY+nwsovD3I/Sx81e+sX0ReEDYHTItNb0Je4NHbAl7D0MKyd4SvUc04sg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@napi-rs/canvas-linux-arm64-musl@0.1.88': + resolution: {integrity: sha512-kYyNrUsHLkoGHBc77u4Unh067GrfiCUMbGHC2+OTxbeWfZkPt2o32UOQkhnSswKd9Fko/wSqqGkY956bIUzruA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@napi-rs/canvas-linux-riscv64-gnu@0.1.88': + resolution: {integrity: sha512-HVuH7QgzB0yavYdNZDRyAsn/ejoXB0hn8twwFnOqUbCCdkV+REna7RXjSR7+PdfW0qMQ2YYWsLvVBT5iL/mGpw==} + engines: {node: '>= 10'} + cpu: [riscv64] + os: [linux] + + '@napi-rs/canvas-linux-x64-gnu@0.1.88': + resolution: {integrity: sha512-hvcvKIcPEQrvvJtJnwD35B3qk6umFJ8dFIr8bSymfrSMem0EQsfn1ztys8ETIFndTwdNWJKWluvxztA41ivsEw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@napi-rs/canvas-linux-x64-musl@0.1.88': + resolution: {integrity: sha512-eSMpGYY2xnZSQ6UxYJ6plDboxq4KeJ4zT5HaVkUnbObNN6DlbJe0Mclh3wifAmquXfrlgTZt6zhHsUgz++AK6g==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@napi-rs/canvas-win32-arm64-msvc@0.1.88': + resolution: {integrity: sha512-qcIFfEgHrchyYqRrxsCeTQgpJZ/GqHiqPcU/Fvw/ARVlQeDX1VyFH+X+0gCR2tca6UJrq96vnW+5o7buCq+erA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@napi-rs/canvas-win32-x64-msvc@0.1.88': + resolution: {integrity: sha512-ROVqbfS4QyZxYkqmaIBBpbz/BQvAR+05FXM5PAtTYVc0uyY8Y4BHJSMdGAaMf6TdIVRsQsiq+FG/dH9XhvWCFQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@napi-rs/canvas@0.1.88': + resolution: {integrity: sha512-/p08f93LEbsL5mDZFQ3DBxcPv/I4QG9EDYRRq1WNlCOXVfAHBTHMSVMwxlqG/AtnSfUr9+vgfN7MKiyDo0+Weg==} + engines: {node: '>= 10'} + + '@napi-rs/nice-android-arm-eabi@1.1.1': + resolution: {integrity: sha512-kjirL3N6TnRPv5iuHw36wnucNqXAO46dzK9oPb0wj076R5Xm8PfUVA9nAFB5ZNMmfJQJVKACAPd/Z2KYMppthw==} + engines: {node: '>= 10'} + cpu: [arm] + os: [android] + + '@napi-rs/nice-android-arm64@1.1.1': + resolution: {integrity: sha512-blG0i7dXgbInN5urONoUCNf+DUEAavRffrO7fZSeoRMJc5qD+BJeNcpr54msPF6qfDD6kzs9AQJogZvT2KD5nw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [android] + + '@napi-rs/nice-darwin-arm64@1.1.1': + resolution: {integrity: sha512-s/E7w45NaLqTGuOjC2p96pct4jRfo61xb9bU1unM/MJ/RFkKlJyJDx7OJI/O0ll/hrfpqKopuAFDV8yo0hfT7A==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + + '@napi-rs/nice-darwin-x64@1.1.1': + resolution: {integrity: sha512-dGoEBnVpsdcC+oHHmW1LRK5eiyzLwdgNQq3BmZIav+9/5WTZwBYX7r5ZkQC07Nxd3KHOCkgbHSh4wPkH1N1LiQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + + '@napi-rs/nice-freebsd-x64@1.1.1': + resolution: {integrity: sha512-kHv4kEHAylMYmlNwcQcDtXjklYp4FCf0b05E+0h6nDHsZ+F0bDe04U/tXNOqrx5CmIAth4vwfkjjUmp4c4JktQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [freebsd] + + '@napi-rs/nice-linux-arm-gnueabihf@1.1.1': + resolution: {integrity: sha512-E1t7K0efyKXZDoZg1LzCOLxgolxV58HCkaEkEvIYQx12ht2pa8hoBo+4OB3qh7e+QiBlp1SRf+voWUZFxyhyqg==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + + '@napi-rs/nice-linux-arm64-gnu@1.1.1': + resolution: {integrity: sha512-CIKLA12DTIZlmTaaKhQP88R3Xao+gyJxNWEn04wZwC2wmRapNnxCUZkVwggInMJvtVElA+D4ZzOU5sX4jV+SmQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@napi-rs/nice-linux-arm64-musl@1.1.1': + resolution: {integrity: sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + + '@napi-rs/nice-linux-ppc64-gnu@1.1.1': + resolution: {integrity: sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==} + engines: {node: '>= 10'} + cpu: [ppc64] + os: [linux] + + '@napi-rs/nice-linux-riscv64-gnu@1.1.1': + resolution: {integrity: sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==} + engines: {node: '>= 10'} + cpu: [riscv64] + os: [linux] + + '@napi-rs/nice-linux-s390x-gnu@1.1.1': + resolution: {integrity: sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==} + engines: {node: '>= 10'} + cpu: [s390x] + os: [linux] + + '@napi-rs/nice-linux-x64-gnu@1.1.1': + resolution: {integrity: sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@napi-rs/nice-linux-x64-musl@1.1.1': + resolution: {integrity: sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + + '@napi-rs/nice-openharmony-arm64@1.1.1': + resolution: {integrity: sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [openharmony] + + '@napi-rs/nice-win32-arm64-msvc@1.1.1': + resolution: {integrity: sha512-uoTb4eAvM5B2aj/z8j+Nv8OttPf2m+HVx3UjA5jcFxASvNhQriyCQF1OB1lHL43ZhW+VwZlgvjmP5qF3+59atA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + + '@napi-rs/nice-win32-ia32-msvc@1.1.1': + resolution: {integrity: sha512-CNQqlQT9MwuCsg1Vd/oKXiuH+TcsSPJmlAFc5frFyX/KkOh0UpBLEj7aoY656d5UKZQMQFP7vJNa1DNUNORvug==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + + '@napi-rs/nice-win32-x64-msvc@1.1.1': + resolution: {integrity: sha512-vB+4G/jBQCAh0jelMTY3+kgFy00Hlx2f2/1zjMoH821IbplbWZOkLiTYXQkygNTzQJTq5cvwBDgn2ppHD+bglQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + + '@napi-rs/nice@1.1.1': + resolution: {integrity: sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==} + engines: {node: '>= 10'} + + '@napi-rs/wasm-runtime@0.2.12': + resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} + '@napi-rs/wasm-runtime@0.2.4': resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} '@napi-rs/wasm-runtime@0.2.5': resolution: {integrity: sha512-kwUxR7J9WLutBbulqg1dfOrMTwhMdXLdcGUhcbCcGwnPLt3gz19uHVdwH1syKVDbE022ZS2vZxOWflFLS0YTjw==} + '@napi-rs/wasm-runtime@1.0.7': + resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} + + '@napi-rs/wasm-runtime@1.1.1': + resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} + '@next/bundle-analyzer@10.2.3': resolution: {integrity: sha512-vEfQhGWgJugZOlSUlj3DZWs/KsK0SO2SPKoHSZ7KkzpruKzc/e45G0oUh0rffzdhasMQZM1TuSBkxO+1UcnDNw==} @@ -6553,10 +6520,6 @@ packages: resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==} engines: {node: '>=12.4.0'} - '@npmcli/config@6.4.1': - resolution: {integrity: sha512-uSz+elSGzjCMANWa5IlbGczLYPkNI/LeR+cHrgaTqTrTSh9RHhOFA4daD2eRUz6lMtOW+Fnsb+qv7V2Zz8ML0g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - '@npmcli/config@8.3.4': resolution: {integrity: sha512-01rtHedemDNhUXdicU7s+QYz/3JyV5Naj84cvdXGH4mgCdL+agmSYaLF4LUG4vMCLzhBO8YtS0gPpH1FGvbgAw==} engines: {node: ^16.14.0 || >=18.0.0} @@ -6585,65 +6548,58 @@ packages: resolution: {integrity: sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==} engines: {node: ^16.14.0 || >=18.0.0} - '@nrwl/devkit@19.8.13': - resolution: {integrity: sha512-M7QhASAczxZWgVbHPdG5XLJ3Xg/frNNC3Op5BxThe3L4dBblFWpAAAgqxhwVLxbkgxdsfp+HDFnFzHRfAp1DCQ==} - - '@nrwl/js@19.8.13': - resolution: {integrity: sha512-K7siaowQaE1glvdEdeV0pz2l9GPEKhBwgRopMBARq4xCd/rd8aq7Bi9srx6yt4aVsuzRkSY2GdiFf3p4TtzVIg==} - - '@nrwl/rollup@19.8.13': - resolution: {integrity: sha512-8NPZd6KefBTIQUEyPUvUWS91/q4tBmQw8FfZTJd5XMoNwOusLklpWKwnW2V0r/FFKMHb8XqXNBj/NPrzSv3DGg==} - - '@nrwl/tao@19.8.13': - resolution: {integrity: sha512-IhVvo6GMyR1AjDETZxEL29ox75ARiXx8ao5tBxZKgQgGM1vpkkkYQkKJEP6jFYPBKYA7rEYnSkXi1tBrhwBbGQ==} - hasBin: true - - '@nrwl/workspace@19.8.13': - resolution: {integrity: sha512-NT9bnVx4GR1H7NyO7b043G2PeEa+9LKrZvjpHCop1nxuOeFiFv48Y/o6Msl2oFDFF4/sAo5XcqgEv6PE2EoncA==} - - '@number-flow/react@0.4.2': - resolution: {integrity: sha512-lCAkLuK/3+Nlhb/oy1tpRnadp1vvfc/cWTtWUL9hMksHsJOGh+1T5Y/dyeQhyCD0heaWTjNYWX2ndBKLJwuC0A==} + '@number-flow/react@0.5.10': + resolution: {integrity: sha512-a8Wh5eNITn7Km4xbddAH7QH8eNmnduR6k34ER1hkHSGO4H2yU1DDnuAWLQM99vciGInFODemSc0tdxrXkJEpbA==} peerDependencies: - react: ^18 || ^19.0.0-rc-915b914b3a-20240515 - react-dom: ^18 + react: ^18 || ^19 + react-dom: ^18 || ^19 - '@nx/cypress@20.0.6': - resolution: {integrity: sha512-b26Ucgf+dAdTRlBGhFi8Xjeqw1mbUrxn3nwAOYNwuivc+CZCeokba5/orldNAlBlJKvHe0QmSAI3wpDjdU05Ww==} + '@nx/cypress@20.8.3': + resolution: {integrity: sha512-38ZDe8c9QB4tzyEZY6k1vD6Vk9wRnS9xqQWpLAW57z9UUCURaPsNGBIuYbhjFt8nq7qYMh9Mr8iO0zorGdhyyA==} peerDependencies: - cypress: '>= 3 < 14' + cypress: '>= 3 < 15' peerDependenciesMeta: cypress: optional: true - '@nx/devkit@19.8.13': - resolution: {integrity: sha512-CoLDFhKGHmark+ZHBXauZLcFynA0JFg5e2+SPNWBZgmsba/KY2ffd7V6P7IGbG8sGgZLZtZliiaRpHVk7cge9g==} + '@nx/devkit@20.8.3': + resolution: {integrity: sha512-5lbfJ6ICFOiGeirldQOU5fQ/W/VQ8L3dfWnmHG4UgpWSLoK/YFdRf4lTB4rS0aDXsBL0gyWABz3sZGLPGNYnPA==} peerDependencies: nx: '>= 19 <= 21' - '@nx/devkit@20.0.6': - resolution: {integrity: sha512-vUjVVEJgfq/roCzDDZDXduwnhVXl1MM5No2UELUka2oNBK09pPigdFxzUNh8XvmOyFskCGDTLKH/dAO5yTD5Bg==} + '@nx/devkit@22.3.3': + resolution: {integrity: sha512-/hxcdhE+QDalsWEbJurHtZh9aY27taHeImbCVJnogwv85H3RbAE+0YuKXGInutfLszAs7phwzli71yq+d2P45Q==} peerDependencies: - nx: '>= 19 <= 21' + nx: '>= 21 <= 23 || ^22.0.0-0' - '@nx/esbuild@20.0.6': - resolution: {integrity: sha512-cx20e+T4/aYLACM5/Hu3qTe7KEO5xBFS2T75q6Fys3uDWH87Rs6ulD7jVL3YhXeI6JQ4PudlaSS85DkaIOBJww==} + '@nx/esbuild@20.8.3': + resolution: {integrity: sha512-w4fWfXF7qj+eJUcRjg8O3QxGRHtIC5KFa9gIaF/SQRBp6nW6vtEgaVbRwCJ6fQO0SmZ8FEcISbBfprpYLijbdA==} peerDependencies: - esbuild: ~0.19.2 + esbuild: ^0.19.2 peerDependenciesMeta: esbuild: optional: true - '@nx/eslint-plugin@20.0.6': - resolution: {integrity: sha512-wFWg9X4dhRVY5pIAuqXLKTQSL3FzWHbV5kpg7S+y2X3jFg3pezqa8EDBkAcerSk7rour1G2hlXAfHX/W3HCrBQ==} + '@nx/eslint-plugin@20.8.3': + resolution: {integrity: sha512-pl4iuEo7xVZ23h3UaFe+iQP6YoIs5lYoHStgjYJSlPrun4YWDQWiYnr4zHnVnuUpgdIkLMewGN6KoQ9lECfY/w==} peerDependencies: '@typescript-eslint/parser': ^6.13.2 || ^7.0.0 || ^8.0.0 - eslint-config-prettier: ^9.0.0 + eslint-config-prettier: ^10.0.0 peerDependenciesMeta: eslint-config-prettier: optional: true - '@nx/eslint@20.0.6': - resolution: {integrity: sha512-07Ign5GQXZif6zHDR2oB4wkf2amSvoGhYWJ17fmqDsMF/nWYOohL+DbjAaqDORXWXL1bnmRBaj/lAkDNsmW3QA==} + '@nx/eslint-plugin@22.3.3': + resolution: {integrity: sha512-UGAqvYUlKGupBUsO9ppEzYkai1VrrFrUkzHPOVUu5JM4zYGN30ruoO+j3K5OXu5jQLGCmOVfAQD3jzqT2balmw==} + peerDependencies: + '@typescript-eslint/parser': ^6.13.2 || ^7.0.0 || ^8.0.0 + eslint-config-prettier: ^10.0.0 + peerDependenciesMeta: + eslint-config-prettier: + optional: true + + '@nx/eslint@20.8.3': + resolution: {integrity: sha512-4lCLg79BcGjYx1K5JWToeCYCB8aEjQq0k1aWeCFk1SsWJBUELujH0qD4IdrHJ4oFeg5T34wmZMe9rJaiLOKtPw==} peerDependencies: '@zkochan/js-yaml': 0.0.7 eslint: ^8.0.0 || ^9.0.0 @@ -6651,52 +6607,54 @@ packages: '@zkochan/js-yaml': optional: true - '@nx/expo@20.0.6': - resolution: {integrity: sha512-lL/S3mM/pbEIXwHbXbopNotM/uaqVlbHI1l7SYrM1x24DIBu0sRUONEtYb1cNfFHxczipTTaYO6Zg0BWacJc0Q==} + '@nx/expo@20.8.3': + resolution: {integrity: sha512-Z1EkmDFc9tTjJfkwkmGTYywv2J5ohYXIoiTjQw6ZYnAsZavPlZqGY2hPoCB/0TlOMEd3Shz0hLSfbKC3j4jjog==} - '@nx/jest@20.0.6': - resolution: {integrity: sha512-/v9NavOOWcUpzgbjfYip0zipneJPhKUQd5rU3bTr0CqCJw0I+YQXotToUkzzMQYT6zmNrq7ySTMH1N8rXdy7NQ==} + '@nx/jest@20.8.3': + resolution: {integrity: sha512-IgGQC38V6bL6KRfddRJEFZKwDSQHpABvkiRgr1GI6bIYDaf00jp31APFrxnUEysHMYS5lpzczg1nJpJO+ZlhAQ==} - '@nx/js@19.8.13': - resolution: {integrity: sha512-8xQRKp8dBQp/2TPn35tbzAgDk7qqBIfqy0780G4x8TmgI41Iu6oUqYe4tvZRxWnLKwFnjPCG30bTJ4Ak0w+B+A==} + '@nx/js@20.8.3': + resolution: {integrity: sha512-WQVvC9wQSks36wKFnAlkXC1f9zLqxsQqZkZ5HpVssuhWxQY6/bgWHa1tfhsyooMCKhEOCjxZcLn8dVpnLE7qxw==} peerDependencies: - verdaccio: ^5.0.4 + verdaccio: ^6.0.5 peerDependenciesMeta: verdaccio: optional: true - '@nx/js@20.0.6': - resolution: {integrity: sha512-/bAMtcgKX1Te3yCzbbv+QQLnFwb6SxE0iCc6EzxiLepmGhnd0iOArUqepB1mVipfeaO37n00suFjFv1xsaqLHg==} + '@nx/js@22.3.3': + resolution: {integrity: sha512-L3MOb8cLc2TIg2R3hGC9FLlcuVqlqST/fztmOihw9wS3lo52E4v2gP/BpYGfRh/u9r6Ekm6LF03Or+VwYzPuzA==} peerDependencies: - verdaccio: ^5.0.4 + verdaccio: ^6.0.5 peerDependenciesMeta: verdaccio: optional: true - '@nx/next@20.0.6': - resolution: {integrity: sha512-keDU+16X2P32TgCzS3PX5EMtwgA+eJgcPBYyg+HHD3ioGlO0NopHXhAKiRBcmosyAdGUMAcCE+UYkxsiMboriw==} + '@nx/module-federation@20.8.3': + resolution: {integrity: sha512-Pfag0bH4HAKLTkD2Y74RACx+1rZDCXN/XMeeywgaJECUH+YgnU5b4uAawAETcHLp7sPePVcV2DamI6yiXL2l8w==} + + '@nx/next@20.8.3': + resolution: {integrity: sha512-dMtxEdfetN50WLOHN5cEKKf/doM5jvy1et6WuOjqPJwjXliK+yP1rl8Y+0+TYAWZrq+A6XhJ1HWEagwF0hr8Ng==} peerDependencies: next: '>=14.0.0' - '@nx/node@20.0.6': - resolution: {integrity: sha512-/6khofVKgpdglkSE6XDz9tk4kCeEXQaIPOH1PgWqY25hoim/VSXjZ1XMVmPvnvd7m2lsFLDrqZlwIGWTrT2cFw==} + '@nx/node@20.8.3': + resolution: {integrity: sha512-jIw+D4HdKsACFdS1g48hLNUy1sbwbOt/tPFbytDO6eMwe4C7uR6AbpqDXsxvq7SJomeRJ8hHzRRsNUulECi0Aw==} - '@nx/nx-darwin-arm64@19.8.13': - resolution: {integrity: sha512-3kfEkIxqug7q3vsGvqtR4Nz5TYF2T02BXtuD0ML9xbGDfbksNrRp2c0xjPbnyvJtOdgmtx0wcguwUrm+S3uiHw==} + '@nx/nx-darwin-arm64@20.0.6': + resolution: {integrity: sha512-SUVfEqzl/iy2NzTbpY2E9lHSxs8c9QERhTILp5OOt0Vgmhn9iTxVEIoSCjzz/MyX066eARarUymUyK4JCg3mqw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-arm64@20.0.6': - resolution: {integrity: sha512-SUVfEqzl/iy2NzTbpY2E9lHSxs8c9QERhTILp5OOt0Vgmhn9iTxVEIoSCjzz/MyX066eARarUymUyK4JCg3mqw==} + '@nx/nx-darwin-arm64@20.8.3': + resolution: {integrity: sha512-BeYnPAcnaerg6q+qR0bAb0nebwwrsvm4STSVqqVlaqLmmQpU3Bfpx44CEa5d6T9b0V11ZqVE/bkmRhMqhUcrhw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.8.13': - resolution: {integrity: sha512-BXiegV6ZV/9ma31R1Kgh8CBglr3C96aBcssOSX6w91bUO08XfirLLMPQ8BpRc9AF/IGt3Y1gYRLOdHcibi36QQ==} - engines: {node: '>= 10'} - cpu: [x64] + '@nx/nx-darwin-arm64@22.3.3': + resolution: {integrity: sha512-zBAGFGLal09CxhQkdMpOVwcwa9Y01aFm88jTTn35s/DdIWsfngmPzz0t4mG7u2D05q7TJfGQ31pIf5GkNUjo6g==} + cpu: [arm64] os: [darwin] '@nx/nx-darwin-x64@20.0.6': @@ -6705,11 +6663,16 @@ packages: cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.8.13': - resolution: {integrity: sha512-UUfMQyn59pl0gHV8iqn+dYPPlM0jC5SzTN0wsK83h5fzvi87iAAgnDlf9uwElj4Sjadg+gqAWi2foT9nxX+Tfg==} + '@nx/nx-darwin-x64@20.8.3': + resolution: {integrity: sha512-RIFg1VkQ4jhI+ErqEZuIeGBcJGD8t+u9J5CdQBDIASd8QRhtudBkiYLYCJb+qaQly09G7nVfxuyItlS2uRW3qA==} engines: {node: '>= 10'} cpu: [x64] - os: [freebsd] + os: [darwin] + + '@nx/nx-darwin-x64@22.3.3': + resolution: {integrity: sha512-6ZQ6rMqH8NY4Jz+Gc89D5bIH2NxZb5S/vaA4yJ9RrqAfl4QWchNFD5na+aRivSd+UdsYLPKKl6qohet5SE6vOg==} + cpu: [x64] + os: [darwin] '@nx/nx-freebsd-x64@20.0.6': resolution: {integrity: sha512-om9Sh5Pg5aRDlBWyHMAX/1swLSj2pCqk1grXN6RcJ8O3tXLI35fj4wz6sPDRASwC1xuHwET2DG/20Ec6n1Ko3A==} @@ -6717,11 +6680,16 @@ packages: cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.8.13': - resolution: {integrity: sha512-vXae2CHBInpWXdLrI/4HFQXoilOvUiQr7/b859V4tf6Zgg9GRIraxvTMR5TBH7xv9cPzEK9845gx46BQTiik/A==} + '@nx/nx-freebsd-x64@20.8.3': + resolution: {integrity: sha512-boQTgMUdnqpZhHMrV/xgnp/dTg5dfxw8I4d16NBwmW4j+Sez7zi/dydgsJpfZsj8TicOHvPu6KK4W5wzp82NPw==} engines: {node: '>= 10'} - cpu: [arm] - os: [linux] + cpu: [x64] + os: [freebsd] + + '@nx/nx-freebsd-x64@22.3.3': + resolution: {integrity: sha512-J/PP5pIOQtR7ZzrFwP6d6h0yfY7r9EravG2m940GsgzGbtZGYIDqnh5Wdt+4uBWPH8VpdNOwFqH0afELtJA3MA==} + cpu: [x64] + os: [freebsd] '@nx/nx-linux-arm-gnueabihf@20.0.6': resolution: {integrity: sha512-XIomXUqnH3w1aqRu0T+Wcn9roXT1bG1PjuX+bmGLkSiZ+ZyY/zYfhg6WKbox3TqQcdC1jNUkzEQlLGcfWaGc6w==} @@ -6729,10 +6697,15 @@ packages: cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.8.13': - resolution: {integrity: sha512-c86YY7oe/8jo1eOKe0x6zvLn9yERL+Pc2WnkGfvcIb48NGNfUbxuzgPss6ywCg4zNN1LCenmVvU0/NFV9b/YwQ==} + '@nx/nx-linux-arm-gnueabihf@20.8.3': + resolution: {integrity: sha512-wpiNyY1igx1rLN3EsTLum2lDtblFijdBZB9/9u/6UDub4z9CaQ4yaC4h9n5v7yFYILwfL44YTsQKzrE+iv0y1Q==} engines: {node: '>= 10'} - cpu: [arm64] + cpu: [arm] + os: [linux] + + '@nx/nx-linux-arm-gnueabihf@22.3.3': + resolution: {integrity: sha512-/zn0altzM15S7qAgXMaB41vHkEn18HyTVUvRrjmmwaVqk9WfmDmqOQlGWoJ6XCbpvKQ8bh14RyhR9LGw1JJkNA==} + cpu: [arm] os: [linux] '@nx/nx-linux-arm64-gnu@20.0.6': @@ -6741,22 +6714,32 @@ packages: cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.8.13': - resolution: {integrity: sha512-VQSY5nhtUc6bfTAl1jYPuB0CdwppSee84wxT1QtXxmPzg/6QCat7ulesZOES6UQzXVSsIKInJH4KKWQ0mFwM+A==} + '@nx/nx-linux-arm64-gnu@20.8.3': + resolution: {integrity: sha512-nbi/eZtJfWxuDwdUCiP+VJolFubtrz6XxVtB26eMAkODnREOKELHZtMOrlm8JBZCdtWCvTqibq9Az74XsqSfdA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@nx/nx-linux-arm64-gnu@22.3.3': + resolution: {integrity: sha512-NmPeCexWIZHW9RM3lDdFENN9C3WtlQ5L4RSNFESIjreS921rgePhulsszYdGnHdcnKPYlBBJnX/NxVsfioBbnQ==} + cpu: [arm64] + os: [linux] + '@nx/nx-linux-arm64-musl@20.0.6': resolution: {integrity: sha512-4lyBaLWSv7VNMOXWxtuDNiSOE4M5QGiVHimSvQ9PBwgnrvEuc6fCv/Nc8ecU0rINHRQJruYMTD/kKBCsahwJUQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.8.13': - resolution: {integrity: sha512-w8F7yGuUOA+VDIf5K05e4tIExKEIuhPNS/qTea+iagdWnnnmqEm+EJpiXrf9L6TSMUxu2GgDI03DVuBck7oUgw==} + '@nx/nx-linux-arm64-musl@20.8.3': + resolution: {integrity: sha512-LTTGzI8YVPlF1v0YlVf+exM+1q7rpsiUbjTTHJcfHFRU5t4BsiZD54K19Y1UBg1XFx5cwhEaIomSmJ88RwPPVQ==} engines: {node: '>= 10'} - cpu: [x64] + cpu: [arm64] + os: [linux] + + '@nx/nx-linux-arm64-musl@22.3.3': + resolution: {integrity: sha512-K02U88Q0dpvCfmSXXvY7KbYQSa1m+mkYeqDBRHp11yHk1GoIqaHp8oEWda7FV4gsriNExPSS5tX1/QGVoLZrCw==} + cpu: [arm64] os: [linux] '@nx/nx-linux-x64-gnu@20.0.6': @@ -6765,23 +6748,33 @@ packages: cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.8.13': - resolution: {integrity: sha512-PcZXN2acZ/KJLAnmVt1++qucOVamXXl4/tjVVhXD6X5mCRtyGBcO+JL7/pcaIRGuut50yEY/QHxWVA+n7Ii2Yg==} + '@nx/nx-linux-x64-gnu@20.8.3': + resolution: {integrity: sha512-SlA4GtXvQbSzSIWLgiIiLBOjdINPOUR/im+TUbaEMZ8wiGrOY8cnk0PVt95TIQJVBeXBCeb5HnoY0lHJpMOODg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@nx/nx-linux-x64-gnu@22.3.3': + resolution: {integrity: sha512-04TEbvgwRaB9ifr39YwJmWh3RuXb4Ry4m84SOJyjNXAfPrepcWgfIQn1VL2ul1Ybq+P023dLO9ME8uqFh6j1YQ==} + cpu: [x64] + os: [linux] + '@nx/nx-linux-x64-musl@20.0.6': resolution: {integrity: sha512-OwMq+ozzCOCtAViOouHbe/MXqep/q4EKg44YelUqVNIe/2XimcIfMlBQFk1DOcmibesxa3yWMKAdg2IGUnG+pQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.8.13': - resolution: {integrity: sha512-WAtlfBggfW0MTbsaBhTyfnm1Iap+auAKpEusiFoSIhXp5Xqnvs+Zfdz8Ep3Ilc0BKIhyfyaWABJaU7QhRjYGKg==} + '@nx/nx-linux-x64-musl@20.8.3': + resolution: {integrity: sha512-MNzkEwPktp5SQH9dJDH2wP9hgG9LsBDhKJXJfKw6sUI/6qz5+/aAjFziKy+zBnhU4AO1yXt5qEWzR8lDcIriVQ==} engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] + cpu: [x64] + os: [linux] + + '@nx/nx-linux-x64-musl@22.3.3': + resolution: {integrity: sha512-uxBXx5q+S5OGatbYDxnamsKXRKlYn+Eq1nrCAHaf8rIfRoHlDiRV2PqtWuF+O2pxR5FWKpvr+/sZtt9rAf7KMw==} + cpu: [x64] + os: [linux] '@nx/nx-win32-arm64-msvc@20.0.6': resolution: {integrity: sha512-2D8TIjyi5dJLy4cx8u7YKunW6+EG9FAuBUo75qMCozTBw1EPTK2lzwLE2d8C7WOxBA148O2wzD5uiX1vCt2Tzg==} @@ -6789,10 +6782,15 @@ packages: cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.8.13': - resolution: {integrity: sha512-CLWmTRUYl7EtIu22d9Y9qpMdPOVPdh4BFmYpCa5Q+E0pk9Edd+EcQYMR0pgz8KDgbOBmRFGCr7CETVOAeTKzCw==} + '@nx/nx-win32-arm64-msvc@20.8.3': + resolution: {integrity: sha512-qUV7CyXKwRCM/lkvyS6Xa1MqgAuK5da6w27RAehh7LATBUKn1I4/M7DGn6L7ERCxpZuh1TrDz9pUzEy0R+Ekkg==} engines: {node: '>= 10'} - cpu: [x64] + cpu: [arm64] + os: [win32] + + '@nx/nx-win32-arm64-msvc@22.3.3': + resolution: {integrity: sha512-aOwlfD6ZA1K6hjZtbhBSp7s1yi3sHbMpLCa4stXzfhCCpKUv46HU/EdiWdE1N8AsyNFemPZFq81k1VTowcACdg==} + cpu: [arm64] os: [win32] '@nx/nx-win32-x64-msvc@20.0.6': @@ -6801,205 +6799,212 @@ packages: cpu: [x64] os: [win32] - '@nx/plugin@20.0.6': - resolution: {integrity: sha512-1dJYYlcN4dl0rgvoOVTgyB77O/K8sYRImbksBkXOU+dRR1pnzzHbSrKcG+1r2PxwHNAkr01Z4f8rVyKQKVXpdA==} + '@nx/nx-win32-x64-msvc@20.8.3': + resolution: {integrity: sha512-gX1G8u6W6EPX6PO/wv07+B++UHyCHBXyVWXITA3Kv6HoSajOxIa2Kk1rv1iDQGmX1WWxBaj3bUyYJAFBDITe4w==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] - '@nx/react-native@20.0.6': - resolution: {integrity: sha512-loLEuiLpiM35V5cREbUzaq4o0Y+cd+g5+7DysVnHGgmvgAHutLw9U31wbtWKW5y6dQT2L3X/FwilzVBRB/t3BA==} + '@nx/nx-win32-x64-msvc@22.3.3': + resolution: {integrity: sha512-EDR8BtqeDvVNQ+kPwnfeSfmerYetitU3tDkxOMIybjKJDh69U2JwTB8n9ARwNaZQbNk7sCGNRUSZFTbAAUKvuQ==} + cpu: [x64] + os: [win32] - '@nx/react@20.0.6': - resolution: {integrity: sha512-9/uthkF9m4zooI6cKcdt3tAdzsEa+vwW8JeIwHQKHRpkOfMSIWbfvYAuzXQRGgAlGaufQ51zqCc6IPasM7Q15A==} + '@nx/plugin@20.8.3': + resolution: {integrity: sha512-2AMGu3kBqcaOuZ96mGhz3ppOsW+lXGTpPvF+WJl2uIx1V/IjNjfdMhfLSgD/lHpQUyDPgr2vnC3fRe6t549/VQ==} - '@nx/rollup@19.8.13': - resolution: {integrity: sha512-tUi2mECDNtyxQbVX4oFLVfsS/BgYGA/XtUgjFYvw2Dhd8so0TnAwdyG1UwplKKEaUHHluk5WcdU15AZU2H5+hw==} + '@nx/react-native@20.8.3': + resolution: {integrity: sha512-ZxnyuX09gFQl8TuS01/h3MA21+m0ligrYEZUrEjepKg6qn1L4FXFpX99r0T7frGiozvLSV0eyUI3ahMBTxf/lQ==} - '@nx/storybook@20.0.6': - resolution: {integrity: sha512-eqQKs67bRb9vutCt+dcR5CUhnSiQ2X82cYNryHEu/u8qE0LRfmCxxWh1DUNGxz1v1SYquo6RBo0qORm8oef3Pg==} + '@nx/react@20.8.3': + resolution: {integrity: sha512-pRWgsJ3vkCilODslQN7IwKHSa9j4d/WrmEhZ87De24QVjaCcAtOe1ghdijRI/B6wbPswMPT7obliUnlXc/Mtug==} - '@nx/vite@20.0.6': - resolution: {integrity: sha512-o5gWLi79iaQbzn/M3OBx/Oc7ERbbJwbdQjzxuiOSCy9lRwgpSDKBqlV+j7a6oJaGf9ekx68OR4OMWRBb4o+jyQ==} + '@nx/storybook@20.8.3': + resolution: {integrity: sha512-LExnFiYzFAM3D/bxz0829KSMd5ocYc8tUYqtIWzZ31JT6JT53DmSNU6XblU6KjE92179YMBu/mJHp8yeiSYfag==} + + '@nx/vite@20.8.3': + resolution: {integrity: sha512-73ClEnEt+GSQPcb3Knjd/dp8wjPxXGRO8TAaT4ewrvmGZH0Vj2tAtuSg+mkwbnwohcF2d5xbjpA+8zkn3e32/g==} peerDependencies: - vite: ^5.0.0 - vitest: ^1.3.1 || ^2.0.0 + vite: ^5.0.0 || ^6.0.0 + vitest: ^1.3.1 || ^2.0.0 || ^3.0.0 - '@nx/web@20.0.6': - resolution: {integrity: sha512-lYu9FddREZYbjbjS9YYnXu+uGQUB6MptNvPNSvYRRUcdq7c8Kh10P21YyK2Ox7FsEUeqly+XVvhlKNXeQF5anw==} + '@nx/web@20.8.3': + resolution: {integrity: sha512-bqzZVqKUbi17IzUL6nXHogiYyRqZ8dzzDL5F0DzfQB2tdSXPV+OmlHh5JlsfhbQBYAZIiL/RxSSHvT1Sv0m2Fg==} - '@nx/webpack@20.0.6': - resolution: {integrity: sha512-LvjkJ0yVXDCNgxxIKYLMtEJVVdvBVHcB9mgwPdBfl38STAf/HwTuB7XXTZVYu+m9iPusU1VpFpaUlbpQN79f8A==} + '@nx/webpack@20.8.3': + resolution: {integrity: sha512-AWgpKzmNRfzehI1eQkJS0j3xEWBnsj2MsyL/5bUkI6n4zLo0X5S8JU80FXoy7kbn1tjeD7z9tFGOuvMlq99H4Q==} - '@nx/workspace@19.8.13': - resolution: {integrity: sha512-sC6z7hDwFy8+g9EWOVgPlczqHkctQn/QVrwOtaxqGRfzAOvNoKE3qC24Lgk39vYZEnMERtR4D/4hYnb4KWicFw==} + '@nx/workspace@20.8.3': + resolution: {integrity: sha512-Sh6/53btkPNUzRlQCYl3EPwoH9KEcQnoYv1nERqZ4vi/yCVe1bOQc9Dhke/dn1fEgKNlYI96UdgxXeiInciqiQ==} - '@nx/workspace@20.0.6': - resolution: {integrity: sha512-A7lle47I4JggbhXoUVvkuvULqF0Xejy4LpE0txz9OIM5a9HxW1aIHYYQFuROBuVlMFxAJusPeYFJCCvb+qBxKw==} + '@nx/workspace@22.3.3': + resolution: {integrity: sha512-A7Qd1Yi/hp/VPvig6tV+JmlYVSA4WhckNkP1giYZoESpGLxRlpwINpd5ii3oafOlglUdEZ8AiS3X+RUg9QmCAQ==} '@oclif/core@3.27.0': resolution: {integrity: sha512-Fg93aNFvXzBq5L7ztVHFP2nYwWU1oTCq48G0TjF/qC1UN36KWa2H5Hsm72kERd5x/sjy2M2Tn4kDEorUlpXOlw==} engines: {node: '>=18.0.0'} - '@oclif/core@4.0.33': - resolution: {integrity: sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==} + '@oclif/core@4.8.0': + resolution: {integrity: sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==} engines: {node: '>=18.0.0'} - '@oclif/plugin-autocomplete@3.2.11': - resolution: {integrity: sha512-vIuMbR1Rf448paIx3C8BI8r8bJAQpZ3j4icUreo+3nAiyNhhIzgypOukVtjyeHwfOPpNLnq1zPP4RRYFY4643Q==} + '@oclif/plugin-autocomplete@3.2.39': + resolution: {integrity: sha512-OwAZNnSpuDjKyhAwoOJkFWxGswPFKBB4hpNIMsj6PUtbKwGBPmD+2wGGPgTsDioVwLmUELSb2bZ+1dxHfvXmvg==} engines: {node: '>=18.0.0'} - '@oclif/plugin-help@6.2.18': - resolution: {integrity: sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==} + '@oclif/plugin-help@6.2.36': + resolution: {integrity: sha512-NBQIg5hEMhvdbi4mSrdqRGl5XJ0bqTAHq6vDCCCDXUcfVtdk3ZJbSxtRVWyVvo9E28vwqu6MZyHOJylevqcHbA==} engines: {node: '>=18.0.0'} - '@oclif/plugin-not-found@3.2.29': - resolution: {integrity: sha512-TOS46arY8+YK30ks+mvLXwLq4YElMygXKsb8VPdYxUTvbn3yS9fpZ+4IjBo/IM4sZ88D51iXkNZFWt/nItT1Sg==} + '@oclif/plugin-not-found@3.2.73': + resolution: {integrity: sha512-2bQieTGI9XNFe9hKmXQjJmHV5rZw+yn7Rud1+C5uLEo8GaT89KZbiLTJgL35tGILahy/cB6+WAs812wjw7TK6w==} engines: {node: '>=18.0.0'} - '@oclif/plugin-plugins@5.4.19': - resolution: {integrity: sha512-JiYBFLe7861i56YwHDnTW4TtfjnLj6brG9nfP5ZE4f9MzKwcQPhCaDzGuxdzoU2CnaUFGXBX+nBGA86csyTWbg==} + '@oclif/plugin-plugins@5.4.54': + resolution: {integrity: sha512-yzdukEfvvyXx31AhN+YhxLhuQdx2SrZDcRtPl5CNkuqh/uNSB2BuA3xpurdv2qotpaw/Z9InRl+Sa9bLp/4aLA==} engines: {node: '>=18.0.0'} - '@oclif/plugin-search@1.2.16': - resolution: {integrity: sha512-6u/LWWsZ4Yco+1aqZ4F5Zijxc7rY7JNTmQF+4lnwMhDqEEFM21SEE6bArTNo4rSc6iDGNZAEBI+NuTVbjFGLXw==} + '@oclif/plugin-search@1.2.36': + resolution: {integrity: sha512-oDnSgGCsYMG5utAhaWQ/lbCn0ZoWyMkM2HI2qL5W9ZfLi6/6Bw//TAove8+T2tpibLlffHDG3wXac+5PTZ/ELQ==} engines: {node: '>=18.0.0'} - '@oclif/plugin-update@4.6.14': - resolution: {integrity: sha512-e0CtWI7TXCTEQHbH5Akxx+9bki3an613wB3DbcVdb2jvOv1ndxsQQUdbM3SB8kw/mLnbz2P8DmudUOQD9t0Yxg==} + '@oclif/plugin-update@4.7.16': + resolution: {integrity: sha512-/6qjxIccIv26s0BnsibRVCb5c/N46XFWOZAZPhOxG2SglQka7vsCOhEHzwIS9hqAD+WCqWRKUJnIV0rbhwjW6A==} engines: {node: '>=18.0.0'} - '@oclif/plugin-version@2.2.16': - resolution: {integrity: sha512-VRaKold1dUXq+cCD+vgE0QIT1HYU9duEYZjA0tB4krYuSyz6xS778JMF5EiqbbWEPH5Fwjj/MoHemkLuDgaGYw==} + '@oclif/plugin-version@2.2.36': + resolution: {integrity: sha512-KmO901zv4CiMbNLCEEFw5c3RsSUjT/VfpaFUCoiJKwF/Bh6Gzi2dV4++DmpgXsNvQ9bpTemp4ncNcCJVkkYrLQ==} engines: {node: '>=18.0.0'} - '@oclif/plugin-warn-if-update-available@3.1.24': - resolution: {integrity: sha512-VXlVCJO+Pmv5r4FM7ZA3fp8NkYpaySW1CO3DubQOehpPzjNhRuAFz9xngl9CI5Huh/4exUuwm2JmcJ6+EauKSg==} + '@oclif/plugin-warn-if-update-available@3.1.53': + resolution: {integrity: sha512-ALxKMNFFJQJV1Z2OMVTV+q7EbKHhnTAPcTgkgHeXCNdW5nFExoXuwusZLS4Zv2o83j9UoDx1R/CSX7QZVgEHTA==} engines: {node: '>=18.0.0'} - '@oclif/table@0.3.5': - resolution: {integrity: sha512-1IjoVz7WAdUdBW5vYIRc6wt9N7Ezwll6AtdmeqLQ8lUmB9gQJVyeb7dqXtUaUvIG7bZMvryfPe6Xibeo5FTCWA==} + '@oclif/table@0.5.1': + resolution: {integrity: sha512-k/68jl8SqJEGh+SgUYS93GK+G+EIWENuQQfJgdQBP+DP7G3evGRbe9ajdSVaL5ldMOfgZ4se4mfrEkiEVIiVvQ==} engines: {node: '>=18.0.0'} '@oclif/test@3.2.15': resolution: {integrity: sha512-XqG3RosozNqySkxSXInU12Xec2sPSOkqYHJDfdFZiWG3a8Cxu4dnPiAQvms+BJsOlLQmfEQlSHqiyVUKOMHhXA==} engines: {node: '>=18.0.0'} - '@octokit/app@15.1.1': - resolution: {integrity: sha512-fk8xrCSPTJGpyBdBNI+DcZ224dm0aApv4vi6X7/zTmANXlegKV2Td+dJ+fd7APPaPN7R+xttUsj2Fm+AFDSfMQ==} - engines: {node: '>= 18'} - - '@octokit/auth-app@7.1.3': - resolution: {integrity: sha512-GZdkOp2kZTIy5dG9oXqvzUAZiPvDx4C/lMlN6yQjtG9d/+hYa7W8WXTJoOrXE8UdfL9A/sZMl206dmtkl9lwVQ==} - engines: {node: '>= 18'} - - '@octokit/auth-oauth-app@8.1.1': - resolution: {integrity: sha512-5UtmxXAvU2wfcHIPPDWzVSAWXVJzG3NWsxb7zCFplCWEmMCArSZV0UQu5jw5goLQXbFyOr5onzEH37UJB3zQQg==} - engines: {node: '>= 18'} - - '@octokit/auth-oauth-device@7.1.1': - resolution: {integrity: sha512-HWl8lYueHonuyjrKKIup/1tiy0xcmQCdq5ikvMO1YwkNNkxb6DXfrPjrMYItNLyCP/o2H87WuijuE+SlBTT8eg==} - engines: {node: '>= 18'} + '@opentelemetry/api@0.14.0': + resolution: {integrity: sha512-L7RMuZr5LzMmZiQSQDy9O1jo0q+DaLy6XpYJfIGfYSfoJA5qzYwUP3sP1uMIQ549DvxAgM3ng85EaPTM/hUHwQ==} + engines: {node: '>=8.0.0'} - '@octokit/auth-oauth-user@5.1.1': - resolution: {integrity: sha512-rRkMz0ErOppdvEfnemHJXgZ9vTPhBuC6yASeFaB7I2yLMd7QpjfrL1mnvRPlyKo+M6eeLxrKanXJ9Qte29SRsw==} - engines: {node: '>= 18'} + '@opentelemetry/api@1.9.0': + resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} + engines: {node: '>=8.0.0'} - '@octokit/auth-token@5.1.1': - resolution: {integrity: sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==} - engines: {node: '>= 18'} + '@opentelemetry/context-base@0.14.0': + resolution: {integrity: sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw==} + engines: {node: '>=8.0.0'} - '@octokit/auth-unauthenticated@6.1.0': - resolution: {integrity: sha512-zPSmfrUAcspZH/lOFQnVnvjQZsIvmfApQH6GzJrkIunDooU1Su2qt2FfMTSVPRp7WLTQyC20Kd55lF+mIYaohQ==} - engines: {node: '>= 18'} + '@oxc-project/types@0.103.0': + resolution: {integrity: sha512-bkiYX5kaXWwUessFRSoXFkGIQTmc6dLGdxuRTrC+h8PSnIdZyuXHHlLAeTmOue5Br/a0/a7dHH0Gca6eXn9MKg==} - '@octokit/core@6.1.2': - resolution: {integrity: sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==} - engines: {node: '>= 18'} + '@oxc-project/types@0.106.0': + resolution: {integrity: sha512-QdsH3rZq480VnOHSHgPYOhjL8O8LBdcnSjM408BpPCCUc0JYYZPG9Gafl9i3OcGk/7137o+gweb4cCv3WAUykg==} - '@octokit/endpoint@10.1.1': - resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-android-arm-eabi@11.16.2': + resolution: {integrity: sha512-lVJbvydLQIDZHKUb6Zs9Rq80QVTQ9xdCQE30eC9/cjg4wsMoEOg65QZPymUAIVJotpUAWJD0XYcwE7ugfxx5kQ==} + cpu: [arm] + os: [android] - '@octokit/graphql@8.1.1': - resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-android-arm64@11.16.2': + resolution: {integrity: sha512-fEk+g/g2rJ6LnBVPqeLcx+/alWZ/Db1UlXG+ZVivip0NdrnOzRL48PAmnxTMGOrLwsH1UDJkwY3wOjrrQltCqg==} + cpu: [arm64] + os: [android] - '@octokit/oauth-app@7.1.3': - resolution: {integrity: sha512-EHXbOpBkSGVVGF1W+NLMmsnSsJRkcrnVmDKt0TQYRBb6xWfWzoi9sBD4DIqZ8jGhOWO/V8t4fqFyJ4vDQDn9bg==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-darwin-arm64@11.16.2': + resolution: {integrity: sha512-Pkbp1qi7kdUX6k3Fk1PvAg6p7ruwaWKg1AhOlDgrg2vLXjtv9ZHo7IAQN6kLj0W771dPJZWqNxoqTPacp2oYWA==} + cpu: [arm64] + os: [darwin] - '@octokit/oauth-authorization-url@7.1.1': - resolution: {integrity: sha512-ooXV8GBSabSWyhLUowlMIVd9l1s2nsOGQdlP2SQ4LnkEsGXzeCvbSbCPdZThXhEFzleGPwbapT0Sb+YhXRyjCA==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-darwin-x64@11.16.2': + resolution: {integrity: sha512-FYCGcU1iSoPkADGLfQbuj0HWzS+0ItjDCt9PKtu2Hzy6T0dxO4Y1enKeCOxCweOlmLEkSxUlW5UPT4wvT3LnAg==} + cpu: [x64] + os: [darwin] - '@octokit/oauth-methods@5.1.2': - resolution: {integrity: sha512-C5lglRD+sBlbrhCUTxgJAFjWgJlmTx5bQ7Ch0+2uqRjYv7Cfb5xpX4WuSC9UgQna3sqRGBL9EImX9PvTpMaQ7g==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-freebsd-x64@11.16.2': + resolution: {integrity: sha512-1zHCoK6fMcBjE54P2EG/z70rTjcRxvyKfvk4E/QVrWLxNahuGDFZIxoEoo4kGnnEcmPj41F0c2PkrQbqlpja5g==} + cpu: [x64] + os: [freebsd] - '@octokit/openapi-types@22.2.0': - resolution: {integrity: sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==} + '@oxc-resolver/binding-linux-arm-gnueabihf@11.16.2': + resolution: {integrity: sha512-+ucLYz8EO5FDp6kZ4o1uDmhoP+M98ysqiUW4hI3NmfiOJQWLrAzQjqaTdPfIOzlCXBU9IHp5Cgxu6wPjVb8dbA==} + cpu: [arm] + os: [linux] - '@octokit/openapi-webhooks-types@8.5.1': - resolution: {integrity: sha512-i3h1b5zpGSB39ffBbYdSGuAd0NhBAwPyA3QV3LYi/lx4lsbZiu7u2UHgXVUR6EpvOI8REOuVh1DZTRfHoJDvuQ==} + '@oxc-resolver/binding-linux-arm-musleabihf@11.16.2': + resolution: {integrity: sha512-qq+TpNXyw1odDgoONRpMLzH4hzhwnEw55398dL8rhKGvvYbio71WrJ00jE+hGlEi7H1Gkl11KoPJRaPlRAVGPw==} + cpu: [arm] + os: [linux] - '@octokit/plugin-paginate-graphql@5.2.4': - resolution: {integrity: sha512-pLZES1jWaOynXKHOqdnwZ5ULeVR6tVVCMm+AUbp0htdcyXDU95WbkYdU4R2ej1wKj5Tu94Mee2Ne0PjPO9cCyA==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@oxc-resolver/binding-linux-arm64-gnu@11.16.2': + resolution: {integrity: sha512-xlMh4gNtplNQEwuF5icm69udC7un0WyzT5ywOeHrPMEsghKnLjXok2wZgAA7ocTm9+JsI+nVXIQa5XO1x+HPQg==} + cpu: [arm64] + os: [linux] - '@octokit/plugin-paginate-rest@11.3.6': - resolution: {integrity: sha512-zcvqqf/+TicbTCa/Z+3w4eBJcAxCFymtc0UAIsR3dEVoNilWld4oXdscQ3laXamTszUZdusw97K8+DrbFiOwjw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@oxc-resolver/binding-linux-arm64-musl@11.16.2': + resolution: {integrity: sha512-OZs33QTMi0xmHv/4P0+RAKXJTBk7UcMH5tpTaCytWRXls/DGaJ48jOHmriQGK2YwUqXl+oneuNyPOUO0obJ+Hg==} + cpu: [arm64] + os: [linux] - '@octokit/plugin-rest-endpoint-methods@13.2.6': - resolution: {integrity: sha512-wMsdyHMjSfKjGINkdGKki06VEkgdEldIGstIEyGX0wbYHGByOwN/KiM+hAAlUwAtPkP3gvXtVQA9L3ITdV2tVw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@oxc-resolver/binding-linux-ppc64-gnu@11.16.2': + resolution: {integrity: sha512-UVyuhaV32dJGtF6fDofOcBstg9JwB2Jfnjfb8jGlu3xcG+TsubHRhuTwQ6JZ1sColNT1nMxBiu7zdKUEZi1kwg==} + cpu: [ppc64] + os: [linux] - '@octokit/plugin-retry@7.1.2': - resolution: {integrity: sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@oxc-resolver/binding-linux-riscv64-gnu@11.16.2': + resolution: {integrity: sha512-YZZS0yv2q5nE1uL/Fk4Y7m9018DSEmDNSG8oJzy1TJjA1jx5HL52hEPxi98XhU6OYhSO/vC1jdkJeE8TIHugug==} + cpu: [riscv64] + os: [linux] - '@octokit/plugin-throttling@9.3.2': - resolution: {integrity: sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': ^6.0.0 + '@oxc-resolver/binding-linux-riscv64-musl@11.16.2': + resolution: {integrity: sha512-9VYuypwtx4kt1lUcwJAH4dPmgJySh4/KxtAPdRoX2BTaZxVm/yEXHq0mnl/8SEarjzMvXKbf7Cm6UBgptm3DZw==} + cpu: [riscv64] + os: [linux] - '@octokit/request-error@6.1.5': - resolution: {integrity: sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-linux-s390x-gnu@11.16.2': + resolution: {integrity: sha512-3gbwQ+xlL5gpyzgSDdC8B4qIM4mZaPDLaFOi3c/GV7CqIdVJc5EZXW4V3T6xwtPBOpXPXfqQLbhTnUD4SqwJtA==} + cpu: [s390x] + os: [linux] - '@octokit/request@9.1.3': - resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-linux-x64-gnu@11.16.2': + resolution: {integrity: sha512-m0WcK0j54tSwWa+hQaJMScZdWneqE7xixp/vpFqlkbhuKW9dRHykPAFvSYg1YJ3MJgu9ZzVNpYHhPKJiEQq57Q==} + cpu: [x64] + os: [linux] - '@octokit/types@13.6.2': - resolution: {integrity: sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==} + '@oxc-resolver/binding-linux-x64-musl@11.16.2': + resolution: {integrity: sha512-ZjUm3w96P2t47nWywGwj1A2mAVBI/8IoS7XHhcogWCfXnEI3M6NPIRQPYAZW4s5/u3u6w1uPtgOwffj2XIOb/g==} + cpu: [x64] + os: [linux] - '@octokit/webhooks-methods@5.1.0': - resolution: {integrity: sha512-yFZa3UH11VIxYnnoOYCVoJ3q4ChuSOk2IVBBQ0O3xtKX4x9bmKb/1t+Mxixv2iUhzMdOl1qeWJqEhouXXzB3rQ==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-openharmony-arm64@11.16.2': + resolution: {integrity: sha512-OFVQ2x3VenTp13nIl6HcQ/7dmhFmM9dg2EjKfHcOtYfrVLQdNR6THFU7GkMdmc8DdY1zLUeilHwBIsyxv5hkwQ==} + cpu: [arm64] + os: [openharmony] - '@octokit/webhooks@13.4.1': - resolution: {integrity: sha512-I5YPUtfWidh+OzyrlDahJsUpkpGK0kCTmDRbuqGmlCUzOtxdEkX3R4d6Cd08ijQYwkVXQJanPdbKuZBeV2NMaA==} - engines: {node: '>= 18'} + '@oxc-resolver/binding-wasm32-wasi@11.16.2': + resolution: {integrity: sha512-+O1sY3RrGyA2AqDnd3yaDCsqZqCblSTEpY7TbbaOaw0X7iIbGjjRLdrQk9StG3QSiZuBy9FdFwotIiSXtwvbAQ==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] - '@opentelemetry/api@0.14.0': - resolution: {integrity: sha512-L7RMuZr5LzMmZiQSQDy9O1jo0q+DaLy6XpYJfIGfYSfoJA5qzYwUP3sP1uMIQ549DvxAgM3ng85EaPTM/hUHwQ==} - engines: {node: '>=8.0.0'} + '@oxc-resolver/binding-win32-arm64-msvc@11.16.2': + resolution: {integrity: sha512-jMrMJL+fkx6xoSMFPOeyQ1ctTFjavWPOSZEKUY5PebDwQmC9cqEr4LhdTnGsOtFrWYLXlEU4xWeMdBoc/XKkOA==} + cpu: [arm64] + os: [win32] - '@opentelemetry/api@1.9.0': - resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} - engines: {node: '>=8.0.0'} + '@oxc-resolver/binding-win32-ia32-msvc@11.16.2': + resolution: {integrity: sha512-tl0xDA5dcQplG2yg2ZhgVT578dhRFafaCfyqMEAXq8KNpor85nJ53C3PLpfxD2NKzPioFgWEexNsjqRi+kW2Mg==} + cpu: [ia32] + os: [win32] - '@opentelemetry/context-base@0.14.0': - resolution: {integrity: sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw==} - engines: {node: '>=8.0.0'} + '@oxc-resolver/binding-win32-x64-msvc@11.16.2': + resolution: {integrity: sha512-M7z0xjYQq1HdJk2DxTSLMvRMyBSI4wn4FXGcVQBsbAihgXevAReqwMdb593nmCK/OiFwSNcOaGIzUvzyzQ+95w==} + cpu: [x64] + os: [win32] '@parcel/watcher-android-arm64@2.5.0': resolution: {integrity: sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==} @@ -7061,12 +7066,6 @@ packages: cpu: [x64] os: [linux] - '@parcel/watcher-wasm@2.5.0': - resolution: {integrity: sha512-Z4ouuR8Pfggk1EYYbTaIoxc+Yv4o7cGQnH0Xy8+pQ+HbiW+ZnwhcD2LPf/prfq1nIWpAxjOkQ8uSMFWMtBLiVQ==} - engines: {node: '>= 10.0.0'} - bundledDependencies: - - napi-wasm - '@parcel/watcher-win32-arm64@2.5.0': resolution: {integrity: sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==} engines: {node: '>= 10.0.0'} @@ -7109,22 +7108,22 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@pkgr/core@0.1.1': - resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} + '@pkgr/core@0.2.9': + resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@pmmmwh/react-refresh-webpack-plugin@0.5.15': - resolution: {integrity: sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==} - engines: {node: '>= 10.13'} + '@pmmmwh/react-refresh-webpack-plugin@0.6.2': + resolution: {integrity: sha512-IhIAD5n4XvGHuL9nAgWfsBR0TdxtjrUWETYKCBHxauYXEv+b+ctEbs9neEgPC7Ecgzv4bpZTBwesAoGDeFymzA==} + engines: {node: '>=18.12'} peerDependencies: - '@types/webpack': 4.x || 5.x + '@types/webpack': 5.x react-refresh: '>=0.10.0 <1.0.0' sockjs-client: ^1.4.0 - type-fest: '>=0.17.0 <5.0.0' - webpack: '>=4.43.0 <6.0.0' - webpack-dev-server: 3.x || 4.x || 5.x + type-fest: '>=0.17.0 <6.0.0' + webpack: ^5.0.0 + webpack-dev-server: ^4.8.0 || 5.x webpack-hot-middleware: 2.x - webpack-plugin-serve: 0.x || 1.x + webpack-plugin-serve: 1.x peerDependenciesMeta: '@types/webpack': optional: true @@ -7154,9 +7153,17 @@ packages: '@polka/url@1.0.0-next.28': resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==} + '@prettier/plugin-xml@3.4.2': + resolution: {integrity: sha512-/UyNlHfkuLXG6Ed85KB0WBF283xn2yavR+UtRibBRUcvEJId2DSLdGXwJ/cDa1X++SWDPzq3+GSFniHjkNy7yg==} + peerDependencies: + prettier: ^3.0.0 + '@prisma/prisma-schema-wasm@4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584': resolution: {integrity: sha512-JFdsnSgBPN8reDTLOI9Vh/6ccCb2aD1LbY/LWQnkcIgNo6IdpzvuM+qRVbBuA6IZP2SdqQI8Lu6RL2P8EFBQUA==} + '@quansync/fs@1.0.0': + resolution: {integrity: sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==} + '@radix-ui/react-compose-refs@1.0.0': resolution: {integrity: sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==} peerDependencies: @@ -7249,25 +7256,25 @@ packages: resolution: {integrity: sha512-RGQlVUegBRxAUF9c1ss1ssaHZh6CO+7awgtI9sDeU0PzDZY/40ImoPD5m0o0SI6nXoVzbPtcMGzU+VO590pRfA==} engines: {node: '>=18'} - '@react-native/debugger-frontend@0.74.84': - resolution: {integrity: sha512-YUEA03UNFbiYzHpYxlcS2D9+3eNT5YLGkl5yRg3nOSN6KbCc/OttGnNZme+tuSOJwjMN/vcvtDKYkTqjJw8U0A==} + '@react-native/debugger-frontend@0.74.85': + resolution: {integrity: sha512-gUIhhpsYLUTYWlWw4vGztyHaX/kNlgVspSvKe2XaPA7o3jYKUoNLc3Ov7u70u/MBWfKdcEffWq44eSe3j3s5JQ==} engines: {node: '>=18'} - '@react-native/debugger-frontend@0.74.88': - resolution: {integrity: sha512-3xUR/uJza241ya0UFxxaxQiB/gkUx1gynMxhlgc6zFxz/zSrLG1/AcA6hpua2ZvmOMabpo09XOOR1Hqvf2qPEQ==} - engines: {node: '>=18'} + '@react-native/debugger-frontend@0.81.1': + resolution: {integrity: sha512-dwKv1EqKD+vONN4xsfyTXxn291CNl1LeBpaHhNGWASK1GO4qlyExMs4TtTjN57BnYHikR9PzqPWcUcfzpVRaLg==} + engines: {node: '>= 20.19.4'} '@react-native/dev-middleware@0.74.83': resolution: {integrity: sha512-UH8iriqnf7N4Hpi20D7M2FdvSANwTVStwFCSD7VMU9agJX88Yk0D1T6Meh2RMhUu4kY2bv8sTkNRm7LmxvZqgA==} engines: {node: '>=18'} - '@react-native/dev-middleware@0.74.84': - resolution: {integrity: sha512-veYw/WmyrAOQHUiIeULzn2duJQnXDPiKq2jZ/lcmDo6jsLirpp+Q73lx09TYgy/oVoPRuV0nfmU3x9B6EV/7qQ==} + '@react-native/dev-middleware@0.74.85': + resolution: {integrity: sha512-BRmgCK5vnMmHaKRO+h8PKJmHHH3E6JFuerrcfE3wG2eZ1bcSr+QTu8DAlpxsDWvJvHpCi8tRJGauxd+Ssj/c7w==} engines: {node: '>=18'} - '@react-native/dev-middleware@0.74.88': - resolution: {integrity: sha512-RYaQ72j9ggeGI712UlAfWtuY0rD4WllArlYtEybT0x1zmUtLgq5lgJcSkwg501yfG/g10XB69Q2MM8gCWK8NAw==} - engines: {node: '>=18'} + '@react-native/dev-middleware@0.81.1': + resolution: {integrity: sha512-hy3KlxNOfev3O5/IuyZSstixWo7E9FhljxKGHdvVtZVNjQdM+kPMh66mxeJbB2TjdJGAyBT4DjIwBaZnIFOGHQ==} + engines: {node: '>= 20.19.4'} '@react-native/gradle-plugin@0.74.83': resolution: {integrity: sha512-Pw2BWVyOHoBuJVKxGVYF6/GSZRf6+v1Ygc+ULGz5t20N8qzRWPa2fRZWqoxsN7TkNLPsECYY8gooOl7okOcPAQ==} @@ -7289,15 +7296,15 @@ packages: '@react-native/normalize-colors@0.74.83': resolution: {integrity: sha512-jhCY95gRDE44qYawWVvhTjTplW1g+JtKTKM3f8xYT1dJtJ8QWv+gqEtKcfmOHfDkSDaMKG0AGBaDTSK8GXLH8Q==} - '@react-native/normalize-colors@0.74.84': - resolution: {integrity: sha512-Y5W6x8cC5RuakUcTVUFNAIhUZ/tYpuqHZlRBoAuakrTwVuoNHXfQki8lj1KsYU7rW6e3VWgdEx33AfOQpdNp6A==} - '@react-native/normalize-colors@0.74.85': resolution: {integrity: sha512-pcE4i0X7y3hsAE0SpIl7t6dUc0B0NZLd1yv7ssm4FrLhWG+CGyIq4eFDXpmPU1XHmL5PPySxTAjEMiwv6tAmOw==} '@react-native/normalize-colors@0.74.88': resolution: {integrity: sha512-He5oTwPBxvXrxJ91dZzpxR7P+VYmc9IkJfhuH8zUiU50ckrt+xWNjtVugPdUv4LuVjmZ36Vk2EX8bl1gVn2dVA==} + '@react-native/normalize-colors@0.81.1': + resolution: {integrity: sha512-TsaeZlE8OYFy3PSWc+1VBmAzI2T3kInzqxmwXoGU4w1d4XFkQFg271Ja9GmDi9cqV3CnBfqoF9VPwRxVlc/l5g==} + '@react-native/virtualized-lists@0.74.83': resolution: {integrity: sha512-rmaLeE34rj7py4FxTod7iMTC7BAsm+HrGA8WxYmEJeyTV7WSaxAkosKoYBz8038mOiwnG9VwA/7FrB6bEQvn1A==} engines: {node: '>=18'} @@ -7364,11 +7371,11 @@ packages: peerDependencies: redux: ^3.1.0 || ^4.0.0 || ^5.0.0 - '@rehookify/datepicker@6.6.7': - resolution: {integrity: sha512-XPi3LdCvaHUSMGR3mEeG2fPp4IG5a6Oym5W1NauTgIsikHEUwdqFtFRtMg1QLgEaOo+TN4xubhqeFLwJ6Ij34w==} + '@rehookify/datepicker@6.6.8': + resolution: {integrity: sha512-s/KFkVZSLWTICeFOshlhgAGiRTzuSXSQOJHoXWcihqX8Nz8ZctgGaskd5+ybxSrcndSYGGts4XsL4A7P9kimBQ==} engines: {node: '>=16'} peerDependencies: - react: ^16.8.0 || ^17 || ^18 + react: ^16.8.0 || ^17 || ^18 || ^19 '@remix-run/node@2.15.0': resolution: {integrity: sha512-tWbR7pQ6gwj+MkGf6WVIYnjgfGfpdU8EOIa6xsCIRlrm0p3BtMz4jA3GvBWEpOuEnN5MV7CarVzhduaRzkZ0SQ==} @@ -7418,61 +7425,229 @@ packages: resolution: {integrity: sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg==} engines: {node: '>=14.15'} - '@rolldown/binding-darwin-arm64@0.10.4': - resolution: {integrity: sha512-OTgWwtWjSPngJ3oTxmUJsgWzmBEPZf5DS4zns8UiIc2yXeMQ+O7hcFGrmCGEp39RKA12Ae7ZePTvqYbx1CF/8g==} + '@rolldown/binding-android-arm64@1.0.0-beta.57': + resolution: {integrity: sha512-GoOVDy8bjw9z1K30Oo803nSzXJS/vWhFijFsW3kzvZCO8IZwFnNa6pGctmbbJstKl3Fv6UBwyjJQN6msejW0IQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + + '@rolldown/binding-android-arm64@1.0.0-beta.58': + resolution: {integrity: sha512-mWj5eE4Qc8TbPdGGaaLvBb9XfDPvE1EmZkJQgiGKwchkWH4oAJcRAKMTw7ZHnb1L+t7Ah41sBkAecaIsuUgsug==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + + '@rolldown/binding-darwin-arm64@1.0.0-beta.1': + resolution: {integrity: sha512-e4QpTp7eu61JilK958i21RK/HniwVLjZgfShqoQY1VM+KDYz90cNuopKQ3Z3oCkvyAN3xI8IaRhy02nlxdR/DA==} + cpu: [arm64] + os: [darwin] + + '@rolldown/binding-darwin-arm64@1.0.0-beta.57': + resolution: {integrity: sha512-9c4FOhRGpl+PX7zBK5p17c5efpF9aSpTPgyigv57hXf5NjQUaJOOiejPLAtFiKNBIfm5Uu6yFkvLKzOafNvlTw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + + '@rolldown/binding-darwin-arm64@1.0.0-beta.58': + resolution: {integrity: sha512-wFxUymI/5R8bH8qZFYDfAxAN9CyISEIYke+95oZPiv6EWo88aa5rskjVcCpKA532R+klFmdqjbbaD56GNmTF4Q==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@0.10.4': - resolution: {integrity: sha512-HrjNgFaZ5f8gzi95XGZfcIGX2V084YYEmbsChIH/MnkXCY2VoT8OIdUKHKn+uRbceQjb9+OYyTKPafW9tG4LOw==} + '@rolldown/binding-darwin-x64@1.0.0-beta.1': + resolution: {integrity: sha512-+WHRLrogJl99EQ6HtYhy7EwIZ1wicD0RSX2T5mjfOM6AmPwPTXQ0n6MKOs1abU6ZyCj5Izlo6rLsao0h9FMUDA==} + cpu: [x64] + os: [darwin] + + '@rolldown/binding-darwin-x64@1.0.0-beta.57': + resolution: {integrity: sha512-6RsB8Qy4LnGqNGJJC/8uWeLWGOvbRL/KG5aJ8XXpSEupg/KQtlBEiFaYU/Ma5Usj1s+bt3ItkqZYAI50kSplBA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + + '@rolldown/binding-darwin-x64@1.0.0-beta.58': + resolution: {integrity: sha512-ybp3MkPj23VDV9PhtRwdU5qrGhlViWRV5BjKwO6epaSlUD5lW0WyY+roN3ZAzbma/9RrMTgZ/a/gtQq8YXOcqw==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-linux-arm-gnueabihf@0.10.4': - resolution: {integrity: sha512-moSev8hJlkq6nSl7IyC5kJB8uo5WcQ8BMTztEpUoRssSSBQ4UTRcOvy9DVOrYmIM6kZnrfLysQuBoZW1iCZbRw==} + '@rolldown/binding-freebsd-x64@1.0.0-beta.1': + resolution: {integrity: sha512-ZP9Q1q4IfvJ8dfWTHOF3cquNpAKuQQ+kZJQTxo85fGnKqtqMWFNouaBVd79pqCxU3w4oIjuZ8o55qNDomMTbVA==} + cpu: [x64] + os: [freebsd] + + '@rolldown/binding-freebsd-x64@1.0.0-beta.57': + resolution: {integrity: sha512-uA9kG7+MYkHTbqwv67Tx+5GV5YcKd33HCJIi0311iYBd25yuwyIqvJfBdt1VVB8tdOlyTb9cPAgfCki8nhwTQg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + + '@rolldown/binding-freebsd-x64@1.0.0-beta.58': + resolution: {integrity: sha512-Evxj3yh7FWvyklUYZa0qTVT9N2zX9TPDqGF056hl8hlCZ9/ndQ2xMv6uw9PD1VlLpukbsqL+/C6M0qwipL0QMg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.1': + resolution: {integrity: sha512-B/R4Vt8f8z/WmW9Y9NMgA+t5bCfRLmgZohs5mWf8KoD5FRlpvJtCo/SnD7fEg9npHEP5A28+Cikiyd7aCcKPSA==} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@0.10.4': - resolution: {integrity: sha512-IV6XvCX2ATD8sLeWvupLuSBMhVSOaHITHw9deolTHZCax3twp+cLmJcJuebkpcH+0mFdwy7Dh7LEVL4wswpYyQ==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.57': + resolution: {integrity: sha512-3KkS0cHsllT2T+Te+VZMKHNw6FPQihYsQh+8J4jkzwgvAQpbsbXmrqhkw3YU/QGRrD8qgcOvBr6z5y6Jid+rmw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.58': + resolution: {integrity: sha512-tYeXprDOrEgVHUbPXH6MPso4cM/c6RTkmJNICMQlYdki4hGMh92aj3yU6CKs+4X5gfG0yj5kVUw/L4M685SYag==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.1': + resolution: {integrity: sha512-xkGD+YLH+vQZiqxKEsXe8xS/owQXkyARaNB9NfFrAacLoNIRZM5UEZGNKxXyRWd1kSEkYkJ3/WiqvGGCcqUg1A==} cpu: [arm64] os: [linux] - '@rolldown/binding-linux-arm64-musl@0.10.4': - resolution: {integrity: sha512-bMixD1JFDJdjq64/pRr3GxrGWGqx8Ujx7EEhVQYA993naLxYv2A890ouhstLkqsaGF3EfzTKneBcI2nz3MoYtw==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.57': + resolution: {integrity: sha512-A3/wu1RgsHhqP3rVH2+sM81bpk+Qd2XaHTl8LtX5/1LNR7QVBFBCpAoiXwjTdGnI5cMdBVi7Z1pi52euW760Fw==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - '@rolldown/binding-linux-x64-gnu@0.10.4': - resolution: {integrity: sha512-RcmEWjob1aWL0jCibeHc2iaaP591FpTnz6pJI8B5bWIPxV8D6uBxWCoSGbtbm+lz+qc2DDPRLB98DWyvbUhs9g==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.58': + resolution: {integrity: sha512-N78vmZzP6zG967Ohr+MasCjmKtis0geZ1SOVmxrA0/bklTQSzH5kHEjW5Qn+i1taFno6GEre1E40v0wuWsNOQw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.1': + resolution: {integrity: sha512-Ey2UxKFL74JuWpdNl9stpV0kxHZIgCWCEUnDnpQ1hcBwO9KwDM5qicLtXfsjozD6vt+xzbrL2D/uTrziYZ7IDQ==} + cpu: [arm64] + os: [linux] + + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.57': + resolution: {integrity: sha512-d0kIVezTQtazpyWjiJIn5to8JlwfKITDqwsFv0Xc6s31N16CD2PC/Pl2OtKgS7n8WLOJbfqgIp5ixYzTAxCqMg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.58': + resolution: {integrity: sha512-l+p4QVtG72C7wI2SIkNQw/KQtSjuYwS3rV6AKcWrRBF62ClsFUcif5vLaZIEbPrCXu5OFRXigXFJnxYsVVZqdQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.1': + resolution: {integrity: sha512-a8QP35x/3mggWqCpFtaF3/PbWl5P9QKpP/muk3iMPgzrXto8zPsEl3imsP3EBh4KwanBVHIf8pEkBQ+/7iMTgQ==} + cpu: [x64] + os: [linux] + + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.57': + resolution: {integrity: sha512-E199LPijo98yrLjPCmETx8EF43sZf9t3guSrLee/ej1rCCc3zDVTR4xFfN9BRAapGVl7/8hYqbbiQPTkv73kUg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.58': + resolution: {integrity: sha512-urzJX0HrXxIh0FfxwWRjfPCMeInU9qsImLQxHBgLp5ivji1EEUnOfux8KxPPnRQthJyneBrN2LeqUix9DYrNaQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + + '@rolldown/binding-linux-x64-musl@1.0.0-beta.1': + resolution: {integrity: sha512-uIqKwnkZjTY8FmqGMaSjwtWlCdV88LV9bjdkv+mb7I+BBw+9cJlIQy0P8YnGEOEcnDPis/SiraCpkJ/eHYaSZw==} + cpu: [x64] + os: [linux] + + '@rolldown/binding-linux-x64-musl@1.0.0-beta.57': + resolution: {integrity: sha512-++EQDpk/UJ33kY/BNsh7A7/P1sr/jbMuQ8cE554ZIy+tCUWCivo9zfyjDUoiMdnxqX6HLJEqqGnbGQOvzm2OMQ==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@rolldown/binding-linux-x64-musl@0.10.4': - resolution: {integrity: sha512-1kAqqA0Rf3prh/JdXqmTchY+fsKkq/9nOGJdV075hxDEFnTj4iVsSLHHVn+qmhwoJs9pSbDrE6CLL/u1yQhDJQ==} + '@rolldown/binding-linux-x64-musl@1.0.0-beta.58': + resolution: {integrity: sha512-7ijfVK3GISnXIwq/1FZo+KyAUJjL3kWPJ7rViAL6MWeEBhEgRzJ0yEd9I8N9aut8Y8ab+EKFJyRNMWZuUBwQ0A==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - '@rolldown/binding-wasm32-wasi@0.10.4': - resolution: {integrity: sha512-RU4uiWu68iZfs9GJfdG44km8aNbGD1lJN+80og/BjtBL0546hIGPRCjvb7FhktzdjSul8HQMTr4PRZGbUYGFcA==} + '@rolldown/binding-openharmony-arm64@1.0.0-beta.57': + resolution: {integrity: sha512-voDEBcNqxbUv/GeXKFtxXVWA+H45P/8Dec4Ii/SbyJyGvCqV1j+nNHfnFUIiRQ2Q40DwPe/djvgYBs9PpETiMA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + + '@rolldown/binding-openharmony-arm64@1.0.0-beta.58': + resolution: {integrity: sha512-/m7sKZCS+cUULbzyJTIlv8JbjNohxbpAOA6cM+lgWgqVzPee3U6jpwydrib328JFN/gF9A99IZEnuGYqEDJdww==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + + '@rolldown/binding-wasm32-wasi@1.0.0-beta.1': + resolution: {integrity: sha512-RB+gbhwZtTbKbvHzUcaRFva2ONCUTuxDEb/b3/rd3O82OTPUZzOY24mqreiXH1XG09p6WFXSE8dzUrN120Q29w==} + engines: {node: '>=14.21.3'} + cpu: [wasm32] + + '@rolldown/binding-wasm32-wasi@1.0.0-beta.57': + resolution: {integrity: sha512-bRhcF7NLlCnpkzLVlVhrDEd0KH22VbTPkPTbMjlYvqhSmarxNIq5vtlQS8qmV7LkPKHrNLWyJW/V/sOyFba26Q==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + + '@rolldown/binding-wasm32-wasi@1.0.0-beta.58': + resolution: {integrity: sha512-6SZk7zMgv+y3wFFQ9qE5P9NnRHcRsptL1ypmudD26PDY+PvFCvfHRkJNfclWnvacVGxjowr7JOL3a9fd1wWhUw==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@0.10.4': - resolution: {integrity: sha512-PKmNoO9WDwHax+7icvwNIWbqUx14/koTdpsNAOCSUDiq8dwpNzhQemSs9EWjzxDXM+J+kLi+1qzjPIvAcFjgiQ==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.1': + resolution: {integrity: sha512-NSccQD7+9vhEfDMc8HyODuUU1jLYEsEiICc1zwmbeg0FXx1pwpFpZZQby4bAMnK2obav7D9FfsruYWodhNdIqQ==} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-ia32-msvc@0.10.4': - resolution: {integrity: sha512-og3Lt6/9q30asmgNJ0ztdcSGV11i8e/fhY6nXKkkfYLsP5avKqDTi0T6BL80lPUVAyuBdpLEO4JJSm3t/grpBA==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.57': + resolution: {integrity: sha512-rnDVGRks2FQ2hgJ2g15pHtfxqkGFGjJQUDWzYznEkE8Ra2+Vag9OffxdbJMZqBWXHVM0iS4dv8qSiEn7bO+n1Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.58': + resolution: {integrity: sha512-sFqfYPnBZ6xBhMkadB7UD0yjEDRvs7ipR3nCggblN+N4ODCXY6qhg/bKL39+W+dgQybL7ErD4EGERVbW9DAWvg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.1': + resolution: {integrity: sha512-bUQOqqHfqgX9gHGZFGVYQRtc4+9diFDS/f85dKrzzUg7MF91ZU9mJUoemL4eyyj3B83N3FlHZtAPvDX3N2Zz8A==} cpu: [ia32] os: [win32] - '@rolldown/binding-win32-x64-msvc@0.10.4': - resolution: {integrity: sha512-0voi98pk+zn0GB4c99CxALnMCqgZgAoj6vx7003go8N3dwDcGvVzgNXJ55up3U/Bmxqigonc3YxtgHEqmpQ0yw==} + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.1': + resolution: {integrity: sha512-k8Ld05OlxkzR/+Ob8+IESaZ4uFcgLwbbwtUZLoryn3S6lCogkclcN/4m1wo/PyWtUAWF5mdz83SrkRL8dS4AqA==} cpu: [x64] os: [win32] + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.57': + resolution: {integrity: sha512-OqIUyNid1M4xTj6VRXp/Lht/qIP8fo25QyAZlCP+p6D2ATCEhyW4ZIFLnC9zAGN/HMbXoCzvwfa8Jjg/8J4YEg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.58': + resolution: {integrity: sha512-AnFWJdAqB8+IDPcGrATYs67Kik/6tnndNJV2jGRmwlbeNiQQ8GhRJU8ETRlINfII0pqi9k4WWLnb00p1QCxw/Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + + '@rolldown/pluginutils@1.0.0-beta.27': + resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==} + + '@rolldown/pluginutils@1.0.0-beta.57': + resolution: {integrity: sha512-aQNelgx14tGA+n2tNSa9x6/jeoCL9fkDeCei7nOKnHx0fEFRRMu5ReiITo+zZD5TzWDGGRjbSYCs93IfRIyTuQ==} + + '@rolldown/pluginutils@1.0.0-beta.58': + resolution: {integrity: sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==} + '@rollup/plugin-alias@5.1.1': resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} engines: {node: '>=14.0.0'} @@ -7482,37 +7657,15 @@ packages: rollup: optional: true - '@rollup/plugin-babel@6.0.4': - resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - '@types/babel__core': - optional: true - rollup: - optional: true - - '@rollup/plugin-commonjs@25.0.8': - resolution: {integrity: sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==} - engines: {node: '>=14.0.0'} + '@rollup/plugin-commonjs@28.0.9': + resolution: {integrity: sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==} + engines: {node: '>=16.0.0 || 14 >= 14.17'} peerDependencies: rollup: ^2.68.0||^3.0.0||^4.0.0 peerDependenciesMeta: rollup: optional: true - '@rollup/plugin-image@3.0.3': - resolution: {integrity: sha512-qXWQwsXpvD4trSb8PeFPFajp8JLpRtqqOeNYRUKnEQNHm7e5UP7fuSRcbjQAJ7wDZBbnJvSdY5ujNBQd9B1iFg==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - '@rollup/plugin-json@6.1.0': resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} engines: {node: '>=14.0.0'} @@ -7522,17 +7675,8 @@ packages: rollup: optional: true - '@rollup/plugin-node-resolve@15.2.3': - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - - '@rollup/plugin-node-resolve@15.3.0': - resolution: {integrity: sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==} + '@rollup/plugin-node-resolve@16.0.3': + resolution: {integrity: sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0||^4.0.0 @@ -7540,8 +7684,8 @@ packages: rollup: optional: true - '@rollup/plugin-replace@5.0.7': - resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==} + '@rollup/plugin-replace@6.0.3': + resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -7562,19 +7706,23 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.18.0': - resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==} - cpu: [arm] - os: [android] + '@rollup/pluginutils@5.3.0': + resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} + 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.0': resolution: {integrity: sha512-wLJuPLT6grGZsy34g4N1yRfYeouklTgPhH1gWXCYspenKYD0s3cR99ZevOGw5BexMNywkbV3UkjADisozBmpPQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.18.0': - resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==} - cpu: [arm64] + '@rollup/rollup-android-arm-eabi@4.54.0': + resolution: {integrity: sha512-OywsdRHrFvCdvsewAInDKCNyR3laPA2mc9bRYJ6LBp5IyvF3fvXbbNR0bSzHlZVFtn6E0xw2oZlyjg4rKCVcng==} + cpu: [arm] os: [android] '@rollup/rollup-android-arm64@4.28.0': @@ -7582,19 +7730,19 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.18.0': - resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==} + '@rollup/rollup-android-arm64@4.54.0': + resolution: {integrity: sha512-Skx39Uv+u7H224Af+bDgNinitlmHyQX1K/atIA32JP3JQw6hVODX5tkbi2zof/E69M1qH2UoN3Xdxgs90mmNYw==} cpu: [arm64] - os: [darwin] + os: [android] '@rollup/rollup-darwin-arm64@4.28.0': resolution: {integrity: sha512-lmKx9yHsppblnLQZOGxdO66gT77bvdBtr/0P+TPOseowE7D9AJoBw8ZDULRasXRWf1Z86/gcOdpBrV6VDUY36Q==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.18.0': - resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==} - cpu: [x64] + '@rollup/rollup-darwin-arm64@4.54.0': + resolution: {integrity: sha512-k43D4qta/+6Fq+nCDhhv9yP2HdeKeP56QrUUTW7E6PhZP1US6NDqpJj4MY0jBHlJivVJD5P8NxrjuobZBJTCRw==} + cpu: [arm64] os: [darwin] '@rollup/rollup-darwin-x64@4.28.0': @@ -7602,28 +7750,38 @@ packages: cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.54.0': + resolution: {integrity: sha512-cOo7biqwkpawslEfox5Vs8/qj83M/aZCSSNIWpVzfU2CYHa2G3P1UN5WF01RdTHSgCkri7XOlTdtk17BezlV3A==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.28.0': resolution: {integrity: sha512-lA1zZB3bFx5oxu9fYud4+g1mt+lYXCoch0M0V/xhqLoGatbzVse0wlSQ1UYOWKpuSu3gyN4qEc0Dxf/DII1bhQ==} cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.54.0': + resolution: {integrity: sha512-miSvuFkmvFbgJ1BevMa4CPCFt5MPGw094knM64W9I0giUIMMmRYcGW/JWZDriaw/k1kOBtsWh1z6nIFV1vPNtA==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.28.0': resolution: {integrity: sha512-aI2plavbUDjCQB/sRbeUZWX9qp12GfYkYSJOrdYTL/C5D53bsE2/nBPuoiJKoWp5SN78v2Vr8ZPnB+/VbQ2pFA==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.18.0': - resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==} - cpu: [arm] - os: [linux] + '@rollup/rollup-freebsd-x64@4.54.0': + resolution: {integrity: sha512-KGXIs55+b/ZfZsq9aR026tmr/+7tq6VG6MsnrvF4H8VhwflTIuYh+LFUlIsRdQSgrgmtM3fVATzEAj4hBQlaqQ==} + cpu: [x64] + os: [freebsd] '@rollup/rollup-linux-arm-gnueabihf@4.28.0': resolution: {integrity: sha512-WXveUPKtfqtaNvpf0iOb0M6xC64GzUX/OowbqfiCSXTdi/jLlOmH0Ba94/OkiY2yTGTwteo4/dsHRfh5bDCZ+w==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.18.0': - resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==} + '@rollup/rollup-linux-arm-gnueabihf@4.54.0': + resolution: {integrity: sha512-EHMUcDwhtdRGlXZsGSIuXSYwD5kOT9NVnx9sqzYiwAc91wfYOE1g1djOEDseZJKKqtHAHGwnGPQu3kytmfaXLQ==} cpu: [arm] os: [linux] @@ -7632,9 +7790,9 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.18.0': - resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==} - cpu: [arm64] + '@rollup/rollup-linux-arm-musleabihf@4.54.0': + resolution: {integrity: sha512-+pBrqEjaakN2ySv5RVrj/qLytYhPKEUwk+e3SFU5jTLHIcAtqh2rLrd/OkbNuHJpsBgxsD8ccJt5ga/SeG0JmA==} + cpu: [arm] os: [linux] '@rollup/rollup-linux-arm64-gnu@4.28.0': @@ -7642,8 +7800,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.18.0': - resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==} + '@rollup/rollup-linux-arm64-gnu@4.54.0': + resolution: {integrity: sha512-NSqc7rE9wuUaRBsBp5ckQ5CVz5aIRKCwsoa6WMF7G01sX3/qHUw/z4pv+D+ahL1EIKy6Enpcnz1RY8pf7bjwng==} cpu: [arm64] os: [linux] @@ -7652,9 +7810,14 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.18.0': - resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==} - cpu: [ppc64] + '@rollup/rollup-linux-arm64-musl@4.54.0': + resolution: {integrity: sha512-gr5vDbg3Bakga5kbdpqx81m2n9IX8M6gIMlQQIXiLTNeQW6CucvuInJ91EuCJ/JYvc+rcLLsDFcfAD1K7fMofg==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-loong64-gnu@4.54.0': + resolution: {integrity: sha512-gsrtB1NA3ZYj2vq0Rzkylo9ylCtW/PhpLEivlgWe0bpgtX5+9j9EZa0wtZiCjgu6zmSeZWyI/e2YRX1URozpIw==} + cpu: [loong64] os: [linux] '@rollup/rollup-linux-powerpc64le-gnu@4.28.0': @@ -7662,9 +7825,9 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.18.0': - resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==} - cpu: [riscv64] + '@rollup/rollup-linux-ppc64-gnu@4.54.0': + resolution: {integrity: sha512-y3qNOfTBStmFNq+t4s7Tmc9hW2ENtPg8FeUD/VShI7rKxNW7O4fFeaYbMsd3tpFlIg1Q8IapFgy7Q9i2BqeBvA==} + cpu: [ppc64] os: [linux] '@rollup/rollup-linux-riscv64-gnu@4.28.0': @@ -7672,9 +7835,14 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.18.0': - resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==} - cpu: [s390x] + '@rollup/rollup-linux-riscv64-gnu@4.54.0': + resolution: {integrity: sha512-89sepv7h2lIVPsFma8iwmccN7Yjjtgz0Rj/Ou6fEqg3HDhpCa+Et+YSufy27i6b0Wav69Qv4WBNl3Rs6pwhebQ==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-riscv64-musl@4.54.0': + resolution: {integrity: sha512-ZcU77ieh0M2Q8Ur7D5X7KvK+UxbXeDHwiOt/CPSBTI1fBmeDMivW0dPkdqkT4rOgDjrDDBUed9x4EgraIKoR2A==} + cpu: [riscv64] os: [linux] '@rollup/rollup-linux-s390x-gnu@4.28.0': @@ -7682,9 +7850,9 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.18.0': - resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==} - cpu: [x64] + '@rollup/rollup-linux-s390x-gnu@4.54.0': + resolution: {integrity: sha512-2AdWy5RdDF5+4YfG/YesGDDtbyJlC9LHmL6rZw6FurBJ5n4vFGupsOBGfwMRjBYH7qRQowT8D/U4LoSvVwOhSQ==} + cpu: [s390x] os: [linux] '@rollup/rollup-linux-x64-gnu@4.28.0': @@ -7692,8 +7860,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.18.0': - resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==} + '@rollup/rollup-linux-x64-gnu@4.54.0': + resolution: {integrity: sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==} cpu: [x64] os: [linux] @@ -7702,19 +7870,24 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.18.0': - resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==} + '@rollup/rollup-linux-x64-musl@4.54.0': + resolution: {integrity: sha512-JzQmb38ATzHjxlPHuTH6tE7ojnMKM2kYNzt44LO/jJi8BpceEC8QuXYA908n8r3CNuG/B3BV8VR3Hi1rYtmPiw==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-openharmony-arm64@4.54.0': + resolution: {integrity: sha512-huT3fd0iC7jigGh7n3q/+lfPcXxBi+om/Rs3yiFxjvSxbSB6aohDFXbWvlspaqjeOh+hx7DDHS+5Es5qRkWkZg==} cpu: [arm64] - os: [win32] + os: [openharmony] '@rollup/rollup-win32-arm64-msvc@4.28.0': resolution: {integrity: sha512-Vi+WR62xWGsE/Oj+mD0FNAPY2MEox3cfyG0zLpotZdehPFXwz6lypkGs5y38Jd/NVSbOD02aVad6q6QYF7i8Bg==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.18.0': - resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==} - cpu: [ia32] + '@rollup/rollup-win32-arm64-msvc@4.54.0': + resolution: {integrity: sha512-c2V0W1bsKIKfbLMBu/WGBz6Yci8nJ/ZJdheE0EwB73N3MvHYKiKGs3mVilX4Gs70eGeDaMqEob25Tw2Gb9Nqyw==} + cpu: [arm64] os: [win32] '@rollup/rollup-win32-ia32-msvc@4.28.0': @@ -7722,8 +7895,13 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.18.0': - resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==} + '@rollup/rollup-win32-ia32-msvc@4.54.0': + resolution: {integrity: sha512-woEHgqQqDCkAzrDhvDipnSirm5vxUXtSKDYTVpZG3nUdW/VVB5VdCYA2iReSj/u3yCZzXID4kuKG7OynPnB3WQ==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-gnu@4.54.0': + resolution: {integrity: sha512-dzAc53LOuFvHwbCEOS0rPbXp6SIhAf2txMP5p6mGyOXXw5mWY8NGGbPMPrs4P1WItkfApDathBj/NzMLUZ9rtQ==} cpu: [x64] os: [win32] @@ -7732,93 +7910,110 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.0.1-rc.4': - resolution: {integrity: sha512-JlouV5M+azv9YP6hD11rHeUns8Yk9sQN9QmMCKhutG75j1TCEKmrL0O7UmE89+uKlJTnL5Pyzy29TLO5ncIRjg==} - engines: {node: '>=16.7.0'} - hasBin: true - - '@rslib/core@0.0.5': - resolution: {integrity: sha512-tVI+tgVQiIxtFztOng5l+XoO1Yd1K21ef6k6x0lmGAUfinDPgKX2s9tn93c6/dsgmu2h9e1eXA9ekQMLrRzREQ==} - engines: {node: '>=16.0.0'} - hasBin: true - peerDependencies: - '@microsoft/api-extractor': ^7 - typescript: ^5 - peerDependenciesMeta: - '@microsoft/api-extractor': - optional: true - typescript: - optional: true + '@rollup/rollup-win32-x64-msvc@4.54.0': + resolution: {integrity: sha512-hYT5d3YNdSh3mbCU1gwQyPgQd3T2ne0A3KG8KSBdav5TiBg6eInVmV+TeR5uHufiIgSFg0XsOWGW5/RhNcSvPg==} + cpu: [x64] + os: [win32] - '@rspack/binding-darwin-arm64@1.0.14': - resolution: {integrity: sha512-dHvlF6T6ctThGDIdvkSdacroA1xlCxfteuppBj8BX/UxzLPr4xsaEtNilfJmFfd2/J02UQyTQauN/9EBuA+YkA==} + '@rspack/binding-darwin-arm64@1.7.0': + resolution: {integrity: sha512-HMYrhvVh3sMRBXl6cSI2JqsvlHJKQ42qX+Sw4qbj7LeZBN6Gv4GjfL3cXRLUTdO37FOC0uLEUYgxVXetx/Y4sA==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.14': - resolution: {integrity: sha512-q4Da1Bn/4xTLhhnOkT+fjP2STsSCfp4z03/J/h8tCVG/UYz56Ud3q1UEOK33c5Fxw1C4GlhEh5yYOlSAdxFQLQ==} + '@rspack/binding-darwin-x64@1.7.0': + resolution: {integrity: sha512-R/SoR04ySmHPqoIBGC+SjP9zRGjL1fS908mdwBvQ1RfFinKu7a/o/5rxH/vxUUsVQrHCyX+o7YXpfWq9xpvyQA==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.14': - resolution: {integrity: sha512-JogYtL3VQS9wJ3p3FNhDqinm7avrMsdwz4erP7YCjD7idob93GYAE7dPrHUzSNVnCBYXRaHJYZHDQs7lKVcYZw==} + '@rspack/binding-linux-arm64-gnu@1.7.0': + resolution: {integrity: sha512-jDCcso++qshu58+Iuo6oiL0XKuX04lDugL0qwrWHW8SS/EjZ2rc1J3yQx+XDW0PCQsfI2c9ji0IOW56PzW1hXQ==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.14': - resolution: {integrity: sha512-qgybhxI/nnoa8CUz7zKTC0Oh37NZt9uRxsSV7+ZYrfxqbrVCoNVuutPpY724uUHy1M6W34kVEm1uT1N4Ka5cZg==} + '@rspack/binding-linux-arm64-musl@1.7.0': + resolution: {integrity: sha512-0W49s0SQQhr3hZ8Zd7Auyf2pv4OTBr6wQhgWUQ6XeeMEjB16KpAVypSK5Jpn1ON0v9jAPLdod+a255rz8/f3kg==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.14': - resolution: {integrity: sha512-5vzaDRw3/sGKo3ax/1cU3/cxqNjajwlt2LU288vXNe1/n8oe/pcDfYcTugpOe/A1DqzadanudJszLpFcKsaFtQ==} + '@rspack/binding-linux-x64-gnu@1.7.0': + resolution: {integrity: sha512-oFjzjTD1MmG0ucAaP0Wyg9eobrsnFwZjEHa7LwyzWDRBeC3GWAF9T04Bqd6Ba6DgASGzU0BjEJcUpjvtXxO95Q==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.14': - resolution: {integrity: sha512-4U6QD9xVS1eGme52DuJr6Fg/KdcUfJ+iKwH49Up460dZ/fLvGylnVGA+V0mzPlKi8gfy7NwFuYXZdu3Pwi1YYg==} + '@rspack/binding-linux-x64-musl@1.7.0': + resolution: {integrity: sha512-MNGslPLOsurdwOcoo6r0u8mLpw1ADar3hkx67WzwwMqYnem/Ky0aANJC2JvQHPC22mu01gCOukHYyEaUFTxcuw==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.14': - resolution: {integrity: sha512-SjeYw7qqRHYZ5RPClu+ffKZsShQdU3amA1OwC3M0AS6dbfEcji8482St3Y8Z+QSzYRapCEZij9LMM/9ypEhISg==} + '@rspack/binding-wasm32-wasi@1.7.0': + resolution: {integrity: sha512-eaZzkGpxzVESmaX/UALMiQO+eNppe/i1VWQksGRfdoUu0rILqr/YDjsWFTcpbI9Dt3fg2kshHawBHxfwtxHcZQ==} + cpu: [wasm32] + + '@rspack/binding-win32-arm64-msvc@1.7.0': + resolution: {integrity: sha512-XFg4l7sOhupnpG0soOfzYLeF2cgpSJMenmjmdzd9y06CotTyVId0hNoS7y+A7hEP8XGf3YPbdiUL5UDp6+DRBA==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.14': - resolution: {integrity: sha512-m1gUiVyz3Z3VYIK/Ayo5CVHBjnEeRk9a+KIpKSsq1yhZItnMgjtr4bKabU9vjxalO4UoaSmVzODJI8lJBlnn5Q==} + '@rspack/binding-win32-ia32-msvc@1.7.0': + resolution: {integrity: sha512-eWt2XV6la/c0IlU/18RlhQsqwHGShSypwA3kt4s/dpfOK0YB1h4f0fYeUZuvj2X0MIoJQGhMofMrgA35/IcAcw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.14': - resolution: {integrity: sha512-Gbeg+bayMF9VP9xmlxySL/TC2XrS6/LZM/pqcNOTLHx6LMG/VXCcmKB0rOZo8MzLXEt8D/lQmQ/B6g7pSaAw0g==} + '@rspack/binding-win32-x64-msvc@1.7.0': + resolution: {integrity: sha512-LOL5G8rfbAwlmusx+t98r9QzuGRz+L9Bg+8s5s6K/Qe64iemcNIuxGr5QLVq1jLa0SGNTeog4N21pAzlkWh4jw==} cpu: [x64] os: [win32] - '@rspack/binding@1.0.14': - resolution: {integrity: sha512-0wWqFvr9hkF4LgNPgWfkTU0hhkZAMvOytoCs2p+wDX1Up1E/SgJ1U1JAsCxsl1XtUKm7mRvdWHzJmHbza3y89Q==} + '@rspack/binding@1.7.0': + resolution: {integrity: sha512-xO+pZKG2dvU9CuRTTi+DcCc4p+CZhBJlvuYikBja/0a62cTntQV2PWV+/xU1a6Vbo89yNz158LR05nvjtKVwTw==} - '@rspack/core@1.0.14': - resolution: {integrity: sha512-xHl23lxJZNjItGc5YuE9alz3yjb56y7EgJmAcBMPHMqgjtUt8rBu4xd/cSUjbr9/lLF9N4hdyoJiPJOFs9LEjw==} - engines: {node: '>=16.0.0'} + '@rspack/core@1.7.0': + resolution: {integrity: sha512-uDxPQsPh/+2DnOISuKnUiXZ9M0y2G1BOsI0IesxPJGp42ME2QW7axbJfUqD3bwp4bi3RN2zqh56NgxU/XETQvA==} + engines: {node: '>=18.12.0'} peerDependencies: '@swc/helpers': '>=0.5.1' peerDependenciesMeta: '@swc/helpers': optional: true - '@rspack/lite-tapable@1.0.1': - resolution: {integrity: sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==} - engines: {node: '>=16.0.0'} + '@rspack/lite-tapable@1.1.0': + resolution: {integrity: sha512-E2B0JhYFmVAwdDiG14+DW0Di4Ze4Jg10Pc4/lILUrd5DRCaklduz2OvJ5HYQ6G+hd+WTzqQb3QnDNfK4yvAFYw==} '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} - '@ryoppippi/unplugin-typia@1.0.6': - resolution: {integrity: sha512-jG6/uyYb1wl4qUxZaT+qkVVzDhBCIxZOCCqQS9NAECxy6CpOCuYqCvucDgIvYF51+zaQnPix6pCcr98Dl3oodA==} + '@rushstack/node-core-library@5.19.1': + resolution: {integrity: sha512-ESpb2Tajlatgbmzzukg6zyAhH+sICqJR2CNXNhXcEbz6UGCQfrKCtkxOpJTftWc8RGouroHG0Nud1SJAszvpmA==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/problem-matcher@0.1.1': + resolution: {integrity: sha512-Fm5XtS7+G8HLcJHCWpES5VmeMyjAKaWeyZU5qPzZC+22mPlJzAsOxymHiWIfuirtPckX3aptWws+K2d0BzniJA==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/rig-package@0.6.0': + resolution: {integrity: sha512-ZQmfzsLE2+Y91GF15c65L/slMRVhF6Hycq04D4TwtdGaUAbIXXg9c5pKA5KFU7M4QMaihoobp9JJYpYcaY3zOw==} - '@samchon/openapi@0.1.22': - resolution: {integrity: sha512-SXbXTKwS33agE+GiAskDc7v40wVLnTizxn6YPqD7iNStPckMagJZV1g/IlpqH/hhWOm/MrbEJGvgQ+Fr9TG7mQ==} + '@rushstack/terminal@0.19.5': + resolution: {integrity: sha512-6k5tpdB88G0K7QrH/3yfKO84HK9ggftfUZ51p7fePyCE7+RLLHkWZbID9OFWbXuna+eeCFE7AkKnRMHMxNbz7Q==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/ts-command-line@5.1.5': + resolution: {integrity: sha512-YmrFTFUdHXblYSa+Xc9OO9FsL/XFcckZy0ycQ6q7VSBsVs5P0uD9vcges5Q9vctGlVdu27w+Ct6IuJ458V0cTQ==} + + '@samchon/openapi@2.5.3': + resolution: {integrity: sha512-gLcGqPGsr/V43yNrhC+5E8ZR8y1JdLZDgkC6ULg+B03uvmdS2C7qIXpIWUe19MUPvXt5SCpjhvOykomEspinaw==} '@segment/loosely-validate-event@2.0.0': resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} @@ -7835,9 +8030,8 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/is@4.6.0': - resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} - engines: {node: '>=10'} + '@sinclair/typebox@0.34.46': + resolution: {integrity: sha512-kiW7CtS/NkdvTUjkjUJo7d5JsFfbJ14YjdhDk9KoEgK6nFjKNXZPrX0jfLA8ZlET4cFLHxOZ/0vFKOP+bOxIOQ==} '@sindresorhus/is@5.6.0': resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} @@ -7856,6 +8050,9 @@ packages: '@sinonjs/fake-timers@11.3.1': resolution: {integrity: sha512-EVJO7nW5M/F5Tur0Rf2z/QoMo+1Ia963RiMtapiQrEWvY0iBUvADo8Beegwjpnle5BHkyHuoxSTW3jF43H1XRA==} + '@sinonjs/fake-timers@13.0.5': + resolution: {integrity: sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==} + '@sinonjs/samsam@8.0.2': resolution: {integrity: sha512-v46t/fwnhejRSFTGqbpn9u+LQ9xJDse10gNnPgAcxgdoCDMXj/G2asWAC/8Qs+BAZDicX+MNZouXT1A7c83kVw==} @@ -7880,298 +8077,393 @@ packages: peerDependencies: size-limit: 11.1.4 - '@smithy/abort-controller@3.1.8': - resolution: {integrity: sha512-+3DOBcUn5/rVjlxGvUPKc416SExarAQ+Qe0bqk30YSUjbepwpS7QN0cyKUSifvLJhdMZ0WPzPP5ymut0oonrpQ==} - engines: {node: '>=16.0.0'} + '@smithy/abort-controller@4.2.7': + resolution: {integrity: sha512-rzMY6CaKx2qxrbYbqjXWS0plqEy7LOdKHS0bg4ixJ6aoGDPNUcLWk/FRNuCILh7GKLG9TFUXYYeQQldMBBwuyw==} + engines: {node: '>=18.0.0'} - '@smithy/chunked-blob-reader-native@3.0.1': - resolution: {integrity: sha512-VEYtPvh5rs/xlyqpm5NRnfYLZn+q0SRPELbvBV+C/G7IQ+ouTuo+NKKa3ShG5OaFR8NYVMXls9hPYLTvIKKDrQ==} + '@smithy/chunked-blob-reader-native@4.2.1': + resolution: {integrity: sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==} + engines: {node: '>=18.0.0'} - '@smithy/chunked-blob-reader@4.0.0': - resolution: {integrity: sha512-jSqRnZvkT4egkq/7b6/QRCNXmmYVcHwnJldqJ3IhVpQE2atObVJ137xmGeuGFhjFUr8gCEVAOKwSY79OvpbDaQ==} + '@smithy/chunked-blob-reader@5.2.0': + resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==} + engines: {node: '>=18.0.0'} - '@smithy/config-resolver@3.0.12': - resolution: {integrity: sha512-YAJP9UJFZRZ8N+UruTeq78zkdjUHmzsY62J4qKWZ4SXB4QXJ/+680EfXXgkYA2xj77ooMqtUY9m406zGNqwivQ==} - engines: {node: '>=16.0.0'} + '@smithy/config-resolver@4.4.5': + resolution: {integrity: sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg==} + engines: {node: '>=18.0.0'} - '@smithy/core@2.5.4': - resolution: {integrity: sha512-iFh2Ymn2sCziBRLPuOOxRPkuCx/2gBdXtBGuCUFLUe6bWYjKnhHyIPqGeNkLZ5Aco/5GjebRTBFiWID3sDbrKw==} - engines: {node: '>=16.0.0'} + '@smithy/core@3.20.0': + resolution: {integrity: sha512-WsSHCPq/neD5G/MkK4csLI5Y5Pkd9c1NMfpYEKeghSGaD4Ja1qLIohRQf2D5c1Uy5aXp76DeKHkzWZ9KAlHroQ==} + engines: {node: '>=18.0.0'} - '@smithy/credential-provider-imds@3.2.7': - resolution: {integrity: sha512-cEfbau+rrWF8ylkmmVAObOmjbTIzKyUC5TkBL58SbLywD0RCBC4JAUKbmtSm2w5KUJNRPGgpGFMvE2FKnuNlWQ==} - engines: {node: '>=16.0.0'} + '@smithy/credential-provider-imds@4.2.7': + resolution: {integrity: sha512-CmduWdCiILCRNbQWFR0OcZlUPVtyE49Sr8yYL0rZQ4D/wKxiNzBNS/YHemvnbkIWj623fplgkexUd/c9CAKdoA==} + engines: {node: '>=18.0.0'} - '@smithy/eventstream-codec@3.1.9': - resolution: {integrity: sha512-F574nX0hhlNOjBnP+noLtsPFqXnWh2L0+nZKCwcu7P7J8k+k+rdIDs+RMnrMwrzhUE4mwMgyN0cYnEn0G8yrnQ==} + '@smithy/eventstream-codec@4.2.7': + resolution: {integrity: sha512-DrpkEoM3j9cBBWhufqBwnbbn+3nf1N9FP6xuVJ+e220jbactKuQgaZwjwP5CP1t+O94brm2JgVMD2atMGX3xIQ==} + engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-browser@3.0.13': - resolution: {integrity: sha512-Nee9m+97o9Qj6/XeLz2g2vANS2SZgAxV4rDBMKGHvFJHU/xz88x2RwCkwsvEwYjSX4BV1NG1JXmxEaDUzZTAtw==} - engines: {node: '>=16.0.0'} + '@smithy/eventstream-serde-browser@4.2.7': + resolution: {integrity: sha512-ujzPk8seYoDBmABDE5YqlhQZAXLOrtxtJLrbhHMKjBoG5b4dK4i6/mEU+6/7yXIAkqOO8sJ6YxZl+h0QQ1IJ7g==} + engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-config-resolver@3.0.10': - resolution: {integrity: sha512-K1M0x7P7qbBUKB0UWIL5KOcyi6zqV5mPJoL0/o01HPJr0CSq3A9FYuJC6e11EX6hR8QTIR++DBiGrYveOu6trw==} - engines: {node: '>=16.0.0'} + '@smithy/eventstream-serde-config-resolver@4.3.7': + resolution: {integrity: sha512-x7BtAiIPSaNaWuzm24Q/mtSkv+BrISO/fmheiJ39PKRNH3RmH2Hph/bUKSOBOBC9unqfIYDhKTHwpyZycLGPVQ==} + engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-node@3.0.12': - resolution: {integrity: sha512-kiZymxXvZ4tnuYsPSMUHe+MMfc4FTeFWJIc0Q5wygJoUQM4rVHNghvd48y7ppuulNMbuYt95ah71pYc2+o4JOA==} - engines: {node: '>=16.0.0'} + '@smithy/eventstream-serde-node@4.2.7': + resolution: {integrity: sha512-roySCtHC5+pQq5lK4be1fZ/WR6s/AxnPaLfCODIPArtN2du8s5Ot4mKVK3pPtijL/L654ws592JHJ1PbZFF6+A==} + engines: {node: '>=18.0.0'} - '@smithy/eventstream-serde-universal@3.0.12': - resolution: {integrity: sha512-1i8ifhLJrOZ+pEifTlF0EfZzMLUGQggYQ6WmZ4d5g77zEKf7oZ0kvh1yKWHPjofvOwqrkwRDVuxuYC8wVd662A==} - engines: {node: '>=16.0.0'} + '@smithy/eventstream-serde-universal@4.2.7': + resolution: {integrity: sha512-QVD+g3+icFkThoy4r8wVFZMsIP08taHVKjE6Jpmz8h5CgX/kk6pTODq5cht0OMtcapUx+xrPzUTQdA+TmO0m1g==} + engines: {node: '>=18.0.0'} - '@smithy/fetch-http-handler@4.1.1': - resolution: {integrity: sha512-bH7QW0+JdX0bPBadXt8GwMof/jz0H28I84hU1Uet9ISpzUqXqRQ3fEZJ+ANPOhzSEczYvANNl3uDQDYArSFDtA==} + '@smithy/fetch-http-handler@5.3.8': + resolution: {integrity: sha512-h/Fi+o7mti4n8wx1SR6UHWLaakwHRx29sizvp8OOm7iqwKGFneT06GCSFhml6Bha5BT6ot5pj3CYZnCHhGC2Rg==} + engines: {node: '>=18.0.0'} - '@smithy/hash-blob-browser@3.1.9': - resolution: {integrity: sha512-wOu78omaUuW5DE+PVWXiRKWRZLecARyP3xcq5SmkXUw9+utgN8HnSnBfrjL2B/4ZxgqPjaAJQkC/+JHf1ITVaQ==} + '@smithy/hash-blob-browser@4.2.8': + resolution: {integrity: sha512-07InZontqsM1ggTCPSRgI7d8DirqRrnpL7nIACT4PW0AWrgDiHhjGZzbAE5UtRSiU0NISGUYe7/rri9ZeWyDpw==} + engines: {node: '>=18.0.0'} - '@smithy/hash-node@3.0.10': - resolution: {integrity: sha512-3zWGWCHI+FlJ5WJwx73Mw2llYR8aflVyZN5JhoqLxbdPZi6UyKSdCeXAWJw9ja22m6S6Tzz1KZ+kAaSwvydi0g==} - engines: {node: '>=16.0.0'} + '@smithy/hash-node@4.2.7': + resolution: {integrity: sha512-PU/JWLTBCV1c8FtB8tEFnY4eV1tSfBc7bDBADHfn1K+uRbPgSJ9jnJp0hyjiFN2PMdPzxsf1Fdu0eo9fJ760Xw==} + engines: {node: '>=18.0.0'} - '@smithy/hash-stream-node@3.1.9': - resolution: {integrity: sha512-3XfHBjSP3oDWxLmlxnt+F+FqXpL3WlXs+XXaB6bV9Wo8BBu87fK1dSEsyH7Z4ZHRmwZ4g9lFMdf08m9hoX1iRA==} - engines: {node: '>=16.0.0'} + '@smithy/hash-stream-node@4.2.7': + resolution: {integrity: sha512-ZQVoAwNYnFMIbd4DUc517HuwNelJUY6YOzwqrbcAgCnVn+79/OK7UjwA93SPpdTOpKDVkLIzavWm/Ck7SmnDPQ==} + engines: {node: '>=18.0.0'} - '@smithy/invalid-dependency@3.0.10': - resolution: {integrity: sha512-Lp2L65vFi+cj0vFMu2obpPW69DU+6O5g3086lmI4XcnRCG8PxvpWC7XyaVwJCxsZFzueHjXnrOH/E0pl0zikfA==} + '@smithy/invalid-dependency@4.2.7': + resolution: {integrity: sha512-ncvgCr9a15nPlkhIUx3CU4d7E7WEuVJOV7fS7nnK2hLtPK9tYRBkMHQbhXU1VvvKeBm/O0x26OEoBq+ngFpOEQ==} + engines: {node: '>=18.0.0'} '@smithy/is-array-buffer@2.2.0': resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} engines: {node: '>=14.0.0'} - '@smithy/is-array-buffer@3.0.0': - resolution: {integrity: sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==} - engines: {node: '>=16.0.0'} + '@smithy/is-array-buffer@4.2.0': + resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==} + engines: {node: '>=18.0.0'} - '@smithy/md5-js@3.0.10': - resolution: {integrity: sha512-m3bv6dApflt3fS2Y1PyWPUtRP7iuBlvikEOGwu0HsCZ0vE7zcIX+dBoh3e+31/rddagw8nj92j0kJg2TfV+SJA==} + '@smithy/md5-js@4.2.7': + resolution: {integrity: sha512-Wv6JcUxtOLTnxvNjDnAiATUsk8gvA6EeS8zzHig07dotpByYsLot+m0AaQEniUBjx97AC41MQR4hW0baraD1Xw==} + engines: {node: '>=18.0.0'} - '@smithy/middleware-content-length@3.0.12': - resolution: {integrity: sha512-1mDEXqzM20yywaMDuf5o9ue8OkJ373lSPbaSjyEvkWdqELhFMyNNgKGWL/rCSf4KME8B+HlHKuR8u9kRj8HzEQ==} - engines: {node: '>=16.0.0'} + '@smithy/middleware-content-length@4.2.7': + resolution: {integrity: sha512-GszfBfCcvt7kIbJ41LuNa5f0wvQCHhnGx/aDaZJCCT05Ld6x6U2s0xsc/0mBFONBZjQJp2U/0uSJ178OXOwbhg==} + engines: {node: '>=18.0.0'} - '@smithy/middleware-endpoint@3.2.4': - resolution: {integrity: sha512-TybiW2LA3kYVd3e+lWhINVu1o26KJbBwOpADnf0L4x/35vLVica77XVR5hvV9+kWeTGeSJ3IHTcYxbRxlbwhsg==} - engines: {node: '>=16.0.0'} + '@smithy/middleware-endpoint@4.4.1': + resolution: {integrity: sha512-gpLspUAoe6f1M6H0u4cVuFzxZBrsGZmjx2O9SigurTx4PbntYa4AJ+o0G0oGm1L2oSX6oBhcGHwrfJHup2JnJg==} + engines: {node: '>=18.0.0'} - '@smithy/middleware-retry@3.0.28': - resolution: {integrity: sha512-vK2eDfvIXG1U64FEUhYxoZ1JSj4XFbYWkK36iz02i3pFwWiDz1Q7jKhGTBCwx/7KqJNk4VS7d7cDLXFOvP7M+g==} - engines: {node: '>=16.0.0'} + '@smithy/middleware-retry@4.4.17': + resolution: {integrity: sha512-MqbXK6Y9uq17h+4r0ogu/sBT6V/rdV+5NvYL7ZV444BKfQygYe8wAhDrVXagVebN6w2RE0Fm245l69mOsPGZzg==} + engines: {node: '>=18.0.0'} - '@smithy/middleware-serde@3.0.10': - resolution: {integrity: sha512-MnAuhh+dD14F428ubSJuRnmRsfOpxSzvRhaGVTvd/lrUDE3kxzCCmH8lnVTvoNQnV2BbJ4c15QwZ3UdQBtFNZA==} - engines: {node: '>=16.0.0'} + '@smithy/middleware-serde@4.2.8': + resolution: {integrity: sha512-8rDGYen5m5+NV9eHv9ry0sqm2gI6W7mc1VSFMtn6Igo25S507/HaOX9LTHAS2/J32VXD0xSzrY0H5FJtOMS4/w==} + engines: {node: '>=18.0.0'} - '@smithy/middleware-stack@3.0.10': - resolution: {integrity: sha512-grCHyoiARDBBGPyw2BeicpjgpsDFWZZxptbVKb3CRd/ZA15F/T6rZjCCuBUjJwdck1nwUuIxYtsS4H9DDpbP5w==} - engines: {node: '>=16.0.0'} + '@smithy/middleware-stack@4.2.7': + resolution: {integrity: sha512-bsOT0rJ+HHlZd9crHoS37mt8qRRN/h9jRve1SXUhVbkRzu0QaNYZp1i1jha4n098tsvROjcwfLlfvcFuJSXEsw==} + engines: {node: '>=18.0.0'} - '@smithy/node-config-provider@3.1.11': - resolution: {integrity: sha512-URq3gT3RpDikh/8MBJUB+QGZzfS7Bm6TQTqoh4CqE8NBuyPkWa5eUXj0XFcFfeZVgg3WMh1u19iaXn8FvvXxZw==} - engines: {node: '>=16.0.0'} + '@smithy/node-config-provider@4.3.7': + resolution: {integrity: sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw==} + engines: {node: '>=18.0.0'} - '@smithy/node-http-handler@3.3.1': - resolution: {integrity: sha512-fr+UAOMGWh6bn4YSEezBCpJn9Ukp9oR4D32sCjCo7U81evE11YePOQ58ogzyfgmjIO79YeOdfXXqr0jyhPQeMg==} - engines: {node: '>=16.0.0'} + '@smithy/node-http-handler@4.4.7': + resolution: {integrity: sha512-NELpdmBOO6EpZtWgQiHjoShs1kmweaiNuETUpuup+cmm/xJYjT4eUjfhrXRP4jCOaAsS3c3yPsP3B+K+/fyPCQ==} + engines: {node: '>=18.0.0'} - '@smithy/property-provider@3.1.10': - resolution: {integrity: sha512-n1MJZGTorTH2DvyTVj+3wXnd4CzjJxyXeOgnTlgNVFxaaMeT4OteEp4QrzF8p9ee2yg42nvyVK6R/awLCakjeQ==} - engines: {node: '>=16.0.0'} + '@smithy/property-provider@4.2.7': + resolution: {integrity: sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA==} + engines: {node: '>=18.0.0'} - '@smithy/protocol-http@4.1.7': - resolution: {integrity: sha512-FP2LepWD0eJeOTm0SjssPcgqAlDFzOmRXqXmGhfIM52G7Lrox/pcpQf6RP4F21k0+O12zaqQt5fCDOeBtqY6Cg==} - engines: {node: '>=16.0.0'} + '@smithy/protocol-http@5.3.7': + resolution: {integrity: sha512-1r07pb994I20dD/c2seaZhoCuNYm0rWrvBxhCQ70brNh11M5Ml2ew6qJVo0lclB3jMIXirD4s2XRXRe7QEi0xA==} + engines: {node: '>=18.0.0'} - '@smithy/querystring-builder@3.0.10': - resolution: {integrity: sha512-nT9CQF3EIJtIUepXQuBFb8dxJi3WVZS3XfuDksxSCSn+/CzZowRLdhDn+2acbBv8R6eaJqPupoI/aRFIImNVPQ==} - engines: {node: '>=16.0.0'} + '@smithy/querystring-builder@4.2.7': + resolution: {integrity: sha512-eKONSywHZxK4tBxe2lXEysh8wbBdvDWiA+RIuaxZSgCMmA0zMgoDpGLJhnyj+c0leOQprVnXOmcB4m+W9Rw7sg==} + engines: {node: '>=18.0.0'} - '@smithy/querystring-parser@3.0.10': - resolution: {integrity: sha512-Oa0XDcpo9SmjhiDD9ua2UyM3uU01ZTuIrNdZvzwUTykW1PM8o2yJvMh1Do1rY5sUQg4NDV70dMi0JhDx4GyxuQ==} - engines: {node: '>=16.0.0'} + '@smithy/querystring-parser@4.2.7': + resolution: {integrity: sha512-3X5ZvzUHmlSTHAXFlswrS6EGt8fMSIxX/c3Rm1Pni3+wYWB6cjGocmRIoqcQF9nU5OgGmL0u7l9m44tSUpfj9w==} + engines: {node: '>=18.0.0'} - '@smithy/service-error-classification@3.0.10': - resolution: {integrity: sha512-zHe642KCqDxXLuhs6xmHVgRwy078RfqxP2wRDpIyiF8EmsWXptMwnMwbVa50lw+WOGNrYm9zbaEg0oDe3PTtvQ==} - engines: {node: '>=16.0.0'} + '@smithy/service-error-classification@4.2.7': + resolution: {integrity: sha512-YB7oCbukqEb2Dlh3340/8g8vNGbs/QsNNRms+gv3N2AtZz9/1vSBx6/6tpwQpZMEJFs7Uq8h4mmOn48ZZ72MkA==} + engines: {node: '>=18.0.0'} - '@smithy/shared-ini-file-loader@3.1.11': - resolution: {integrity: sha512-AUdrIZHFtUgmfSN4Gq9nHu3IkHMa1YDcN+s061Nfm+6pQ0mJy85YQDB0tZBCmls0Vuj22pLwDPmL92+Hvfwwlg==} - engines: {node: '>=16.0.0'} + '@smithy/shared-ini-file-loader@4.4.2': + resolution: {integrity: sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg==} + engines: {node: '>=18.0.0'} - '@smithy/signature-v4@4.2.3': - resolution: {integrity: sha512-pPSQQ2v2vu9vc8iew7sszLd0O09I5TRc5zhY71KA+Ao0xYazIG+uLeHbTJfIWGO3BGVLiXjUr3EEeCcEQLjpWQ==} - engines: {node: '>=16.0.0'} + '@smithy/signature-v4@5.3.7': + resolution: {integrity: sha512-9oNUlqBlFZFOSdxgImA6X5GFuzE7V2H7VG/7E70cdLhidFbdtvxxt81EHgykGK5vq5D3FafH//X+Oy31j3CKOg==} + engines: {node: '>=18.0.0'} - '@smithy/smithy-client@3.4.5': - resolution: {integrity: sha512-k0sybYT9zlP79sIKd1XGm4TmK0AS1nA2bzDHXx7m0nGi3RQ8dxxQUs4CPkSmQTKAo+KF9aINU3KzpGIpV7UoMw==} - engines: {node: '>=16.0.0'} + '@smithy/smithy-client@4.10.2': + resolution: {integrity: sha512-D5z79xQWpgrGpAHb054Fn2CCTQZpog7JELbVQ6XAvXs5MNKWf28U9gzSBlJkOyMl9LA1TZEjRtwvGXfP0Sl90g==} + engines: {node: '>=18.0.0'} - '@smithy/types@3.7.1': - resolution: {integrity: sha512-XKLcLXZY7sUQgvvWyeaL/qwNPp6V3dWcUjqrQKjSb+tzYiCy340R/c64LV5j+Tnb2GhmunEX0eou+L+m2hJNYA==} - engines: {node: '>=16.0.0'} + '@smithy/types@4.11.0': + resolution: {integrity: sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA==} + engines: {node: '>=18.0.0'} - '@smithy/url-parser@3.0.10': - resolution: {integrity: sha512-j90NUalTSBR2NaZTuruEgavSdh8MLirf58LoGSk4AtQfyIymogIhgnGUU2Mga2bkMkpSoC9gxb74xBXL5afKAQ==} + '@smithy/url-parser@4.2.7': + resolution: {integrity: sha512-/RLtVsRV4uY3qPWhBDsjwahAtt3x2IsMGnP5W1b2VZIe+qgCqkLxI1UOHDZp1Q1QSOrdOR32MF3Ph2JfWT1VHg==} + engines: {node: '>=18.0.0'} - '@smithy/util-base64@3.0.0': - resolution: {integrity: sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==} - engines: {node: '>=16.0.0'} + '@smithy/util-base64@4.3.0': + resolution: {integrity: sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==} + engines: {node: '>=18.0.0'} - '@smithy/util-body-length-browser@3.0.0': - resolution: {integrity: sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==} + '@smithy/util-body-length-browser@4.2.0': + resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==} + engines: {node: '>=18.0.0'} - '@smithy/util-body-length-node@3.0.0': - resolution: {integrity: sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==} - engines: {node: '>=16.0.0'} + '@smithy/util-body-length-node@4.2.1': + resolution: {integrity: sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==} + engines: {node: '>=18.0.0'} '@smithy/util-buffer-from@2.2.0': resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==} engines: {node: '>=14.0.0'} - '@smithy/util-buffer-from@3.0.0': - resolution: {integrity: sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==} - engines: {node: '>=16.0.0'} + '@smithy/util-buffer-from@4.2.0': + resolution: {integrity: sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==} + engines: {node: '>=18.0.0'} - '@smithy/util-config-provider@3.0.0': - resolution: {integrity: sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==} - engines: {node: '>=16.0.0'} + '@smithy/util-config-provider@4.2.0': + resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==} + engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-browser@3.0.28': - resolution: {integrity: sha512-6bzwAbZpHRFVJsOztmov5PGDmJYsbNSoIEfHSJJyFLzfBGCCChiO3od9k7E/TLgrCsIifdAbB9nqbVbyE7wRUw==} - engines: {node: '>= 10.0.0'} + '@smithy/util-defaults-mode-browser@4.3.16': + resolution: {integrity: sha512-/eiSP3mzY3TsvUOYMeL4EqUX6fgUOj2eUOU4rMMgVbq67TiRLyxT7Xsjxq0bW3OwuzK009qOwF0L2OgJqperAQ==} + engines: {node: '>=18.0.0'} - '@smithy/util-defaults-mode-node@3.0.28': - resolution: {integrity: sha512-78ENJDorV1CjOQselGmm3+z7Yqjj5HWCbjzh0Ixuq736dh1oEnD9sAttSBNSLlpZsX8VQnmERqA2fEFlmqWn8w==} - engines: {node: '>= 10.0.0'} + '@smithy/util-defaults-mode-node@4.2.19': + resolution: {integrity: sha512-3a4+4mhf6VycEJyHIQLypRbiwG6aJvbQAeRAVXydMmfweEPnLLabRbdyo/Pjw8Rew9vjsh5WCdhmDaHkQnhhhA==} + engines: {node: '>=18.0.0'} - '@smithy/util-endpoints@2.1.6': - resolution: {integrity: sha512-mFV1t3ndBh0yZOJgWxO9J/4cHZVn5UG1D8DeCc6/echfNkeEJWu9LD7mgGH5fHrEdR7LDoWw7PQO6QiGpHXhgA==} - engines: {node: '>=16.0.0'} + '@smithy/util-endpoints@3.2.7': + resolution: {integrity: sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg==} + engines: {node: '>=18.0.0'} - '@smithy/util-hex-encoding@3.0.0': - resolution: {integrity: sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==} - engines: {node: '>=16.0.0'} + '@smithy/util-hex-encoding@4.2.0': + resolution: {integrity: sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==} + engines: {node: '>=18.0.0'} - '@smithy/util-middleware@3.0.10': - resolution: {integrity: sha512-eJO+/+RsrG2RpmY68jZdwQtnfsxjmPxzMlQpnHKjFPwrYqvlcT+fHdT+ZVwcjlWSrByOhGr9Ff2GG17efc192A==} - engines: {node: '>=16.0.0'} + '@smithy/util-middleware@4.2.7': + resolution: {integrity: sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w==} + engines: {node: '>=18.0.0'} - '@smithy/util-retry@3.0.10': - resolution: {integrity: sha512-1l4qatFp4PiU6j7UsbasUHL2VU023NRB/gfaa1M0rDqVrRN4g3mCArLRyH3OuktApA4ye+yjWQHjdziunw2eWA==} - engines: {node: '>=16.0.0'} + '@smithy/util-retry@4.2.7': + resolution: {integrity: sha512-SvDdsQyF5CIASa4EYVT02LukPHVzAgUA4kMAuZ97QJc2BpAqZfA4PINB8/KOoCXEw9tsuv/jQjMeaHFvxdLNGg==} + engines: {node: '>=18.0.0'} - '@smithy/util-stream@3.3.1': - resolution: {integrity: sha512-Ff68R5lJh2zj+AUTvbAU/4yx+6QPRzg7+pI7M1FbtQHcRIp7xvguxVsQBKyB3fwiOwhAKu0lnNyYBaQfSW6TNw==} - engines: {node: '>=16.0.0'} + '@smithy/util-stream@4.5.8': + resolution: {integrity: sha512-ZnnBhTapjM0YPGUSmOs0Mcg/Gg87k503qG4zU2v/+Js2Gu+daKOJMeqcQns8ajepY8tgzzfYxl6kQyZKml6O2w==} + engines: {node: '>=18.0.0'} - '@smithy/util-uri-escape@3.0.0': - resolution: {integrity: sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==} - engines: {node: '>=16.0.0'} + '@smithy/util-uri-escape@4.2.0': + resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==} + engines: {node: '>=18.0.0'} '@smithy/util-utf8@2.3.0': resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==} engines: {node: '>=14.0.0'} - '@smithy/util-utf8@3.0.0': - resolution: {integrity: sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==} - engines: {node: '>=16.0.0'} + '@smithy/util-utf8@4.2.0': + resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==} + engines: {node: '>=18.0.0'} - '@smithy/util-waiter@3.1.9': - resolution: {integrity: sha512-/aMXPANhMOlMPjfPtSrDfPeVP8l56SJlz93xeiLmhLe5xvlXA5T3abZ2ilEsDEPeY9T/wnN/vNGn9wa1SbufWA==} - engines: {node: '>=16.0.0'} + '@smithy/util-waiter@4.2.7': + resolution: {integrity: sha512-vHJFXi9b7kUEpHWUCY3Twl+9NPOZvQ0SAi+Ewtn48mbiJk4JY9MZmKQjGB4SCvVb9WPiSphZJYY6RIbs+grrzw==} + engines: {node: '>=18.0.0'} - '@snyk/github-codeowners@1.1.0': - resolution: {integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==} - engines: {node: '>=8.10'} - hasBin: true + '@smithy/uuid@1.1.0': + resolution: {integrity: sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==} + engines: {node: '>=18.0.0'} '@solidity-parser/parser@0.17.0': resolution: {integrity: sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==} - '@storm-software/build-tools@0.104.0': - resolution: {integrity: sha512-8+CJks4vHFzACQqjlx6CQB36M9kkSa1/4Unf7pXPTBqzwKPy2DP3E4mWCxZph4xMd3c+vvU4dq9Fc+JsxSjOMA==} + '@standard-schema/spec@1.1.0': + resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} + + '@storm-software/build-tools@0.158.75': + resolution: {integrity: sha512-YSZ/SVoUZZqbvxit/jvoO3OGWsl6SBkpIodH5Np/sGf6WeGDSz8NCbKwtc7JcxGbFNFw5wd+XX8rBYxtrcHshw==} + peerDependencies: + '@nx/devkit': ^22.3.3 + '@nx/js': ^22.3.3 + nx: ^22.3.3 + typescript: ^5.9.2 + + '@storm-software/cloudflare-tools@0.71.36': + resolution: {integrity: sha512-tRK2/nnVGLy3/nEU1yEhW/3DC9LnVOCUuVG8jQxdPBydwlOjZjRnk8GNlE0gg8gmdWFNXEAtjtB/nOHCkAUZ3A==} + peerDependencies: + '@nx/devkit': ^22.3.3 + '@nx/js': ^22.3.3 + '@nx/node': ^22.3.3 + '@nx/web': ^22.3.3 + '@storm-software/config': 1.134.74 + '@storm-software/config-tools': 1.188.74 + '@storm-software/workspace-tools': 1.294.20 + nx: ^22.3.3 + tsup: 8.4.0 + wrangler: '>=3.58.0' + + '@storm-software/config-tools@1.188.75': + resolution: {integrity: sha512-PPAxEjhtxdeD3QZukdKCPhDDN/Nq2w9+Rp4PeyVlP4OM81InyP9ozthfPQP8f38bd19npgDRn1p4FX2fcC2DCA==} + hasBin: true + + '@storm-software/config@1.134.75': + resolution: {integrity: sha512-0ZhgCOETVs/8gRSyTk2zHlu1THICcuoDRdloJ/gPvnfPKMxnc6mecbTGxzA0acKL1E3fS9fksrxN0lSIlBDwxQ==} + + '@storm-software/esbuild@0.53.75': + resolution: {integrity: sha512-hjbBcbPmQJbyab1NN7zuwWPucy7bzYd2hSmbLA4gRhOqsvOLEhnKPVqlV2Q1ZF/XBYV2WgNiMM3ubZ6aPQikjQ==} + engines: {node: '>=22.4.0', pnpm: '>=10.3.0'} hasBin: true - peerDependencies: - '@microsoft/api-extractor': 7.46.2 - '@nx/devkit': ^20.0.6 - '@nx/js': ^20.0.6 - '@nx/workspace': ^20.0.6 - nx: ^20.0.6 - peerDependenciesMeta: - '@microsoft/api-extractor': - optional: true - '@storm-software/cloudflare-tools@0.41.0': - resolution: {integrity: sha512-vZ/XNbrfINrfmCcfXb2HmYryUWNAenk+lzkqyg94HQBR+kZGov0ZixFwLjtKMY875ZLleHpsBDwBjjnI+JakNw==} + '@storm-software/eslint@0.169.76': + resolution: {integrity: sha512-aCUsWVnB0Tt1pa9KW6wl35FOWQg9PFDLUfg+ua7B5dK7fzyzyBkvSxSfUtbkT6m+lfaYPuSCuymEFf197HYI5g==} + engines: {node: '>=22.4.0', pnpm: '>=10.3.0'} + peerDependencies: + '@eslint-react/eslint-plugin': ^1.19.0 + '@graphql-eslint/eslint-plugin': ^4.3.0 + '@next/eslint-plugin-next': ^15.2.0-canary.67 + '@nx/eslint': ^22.3.3 + '@prettier/plugin-xml': ^3.4.1 + '@storm-software/tsdoc': '*' + '@unocss/eslint-plugin': '>=0.50.0' + astro-eslint-parser: ^1.0.2 + eslint: ^9.39.2 + eslint-plugin-astro: ^1.2.0 + eslint-plugin-format: '>=0.1.0' + eslint-plugin-import-zod: ^1.2.0 + eslint-plugin-react-compiler: 19.0.0-beta-21e868a-20250216 + eslint-plugin-react-hooks: ^5.0.0 + eslint-plugin-react-native: ^5.0.0 + eslint-plugin-react-refresh: ^0.4.4 + eslint-plugin-relay: ^1.8.3 + eslint-plugin-storybook: ^0.11.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + prettier-plugin-astro: ^0.14.0 + + '@storm-software/git-tools@2.124.58': + resolution: {integrity: sha512-ZnLUlvJJ0gku+6yhsOgRyPXSPHIFIpvrSeLzbAjp1IIoxWqEsHHC5WNV9W9ESEBRgkIs+Of06JcGn/QGs4vQMA==} + engines: {node: '>=22.4.0', pnpm: '>=10.3.0'} + hasBin: true peerDependencies: - '@nx/devkit': ^20.0.6 - '@nx/node': '>=19.5.0' - '@nx/web': '>=19.5.0' - '@nx/webpack': '>=19.5.0' - nx: ^20.0.6 - wrangler: '>=3.58.0' + zod: '>=4.0.0' - '@storm-software/config-tools@1.114.0': - resolution: {integrity: sha512-g+Aw9ri+YAbN0GMoIEXjgbA8HNxrlg1Z36C0FVU95AVOcQkE2oq3AN5Vkj+PS3KaE0SY52lk5+JpizfkEQiDoQ==} + '@storm-software/linting-tools@1.132.75': + resolution: {integrity: sha512-7OAc+MH+mza/Bn/ST9PSwypgWw7LglM1vrqv8QWPjDnola2htk6u3S9uqb5YXkFe7U8nt1lmCpJ2DpCRIQhXCg==} + engines: {node: '>=22.4.0', pnpm: '>=10.3.0'} + hasBin: true + + '@storm-software/npm-tools@0.6.32': + resolution: {integrity: sha512-aR+tty+8L+GfjBBTeDX6eSBIxB15FzqKfn3GCpw3d4UHBur2y8JY4sPmA8bgP0EemH2lsRSyTdk08tgn5FtmCw==} - '@storm-software/config@1.73.0': - resolution: {integrity: sha512-mJdnEEcPiyvE2is9OcdslRoJqTmN9fFpeE5NRQY6j+Rffx1NgI+EBL/MFXUeexolG8/x7T4mirkMwtCd834Stg==} + '@storm-software/pnpm-tools@0.6.77': + resolution: {integrity: sha512-Yz4LsVzh3dwUkLUTJrw02pj8KkjgjYQulm9+Trboc17MezgHv4xSSy2clNt2IPqYMojMbbOx9ZBVTD/hYs/EOQ==} + hasBin: true - '@storm-software/eslint@0.97.0': - resolution: {integrity: sha512-pwVGO920Q72vSdOzF+bSaj5yCN2uy5JGvxF9MxmOjxEQbFSSGMa4gAsgTxO1sWOs060gad2JbSneZgcxWbeZPw==} + '@storm-software/prettier@0.57.74': + resolution: {integrity: sha512-zX/fee6MVBfxDqMfIthk0nR+GRENTm0fmwD9m8nd03PUVX3R/OgDctVCUVtIzhfmLLRamBZjCpQgQbJN0n3P2A==} peerDependencies: - '@nx/eslint': '>=20.0.6' - '@nx/eslint-plugin': '>=20.0.6' - eslint: 9.5.0 - graphql: '>=16.9.0' + prettier: ^3.7.4 + prettier-plugin-astro: ^0.14.1 + prettier-plugin-organize-imports: ^4.0.0 + prettier-plugin-pkg: ^0.18.1 + prettier-plugin-prisma: ^5.0.0 + prettier-plugin-sh: ^0.15.0 + prettier-plugin-solidity: 1.3.1 + prettier-plugin-tailwindcss: 0.6.5 + prettier-plugin-toml: ^2.0.4 peerDependenciesMeta: - '@nx/eslint': + prettier-plugin-astro: optional: true - '@nx/eslint-plugin': + prettier-plugin-solidity: optional: true - graphql: + prettier-plugin-tailwindcss: optional: true - '@storm-software/git-tools@2.70.0': - resolution: {integrity: sha512-nRPLO3ZtX/cXU6nmO6YLN/2pNCibqjAXYUhnPDUWEZKxnVIAUOTve+G4ezsUjEIenSLAbE4l0FQHf+nTK0QhOg==} - hasBin: true + '@storm-software/testing-tools@1.119.74': + resolution: {integrity: sha512-7FU/Ds19udMRlvWc0flpYMrxSDYkULer7AySTBBHOyAumDcpkg2gCfMpmJ58dhmxlwPJPO/HU69lJ8MjwQHp6g==} + peerDependencies: + '@nx/jest': ^22.3.3 + jest: 30.0.5 - '@storm-software/linting-tools@1.93.0': - resolution: {integrity: sha512-WFY+KWCuRrIhwghF12vVBVIwI0LbXS8x9K+V1AiXkhiYgWZuMb8nbdLpZPe9RAjItBLLUVt421EBtHkRnJbbAQ==} - hasBin: true + '@storm-software/tsconfig@0.47.74': + resolution: {integrity: sha512-OSR6fpmB4mDAFxF1pBPb1i26tZtQSzHf0kFDwbIpFaxa5jz7En2pc5PSZUBNdO/dH52VcLFnahDaz86yyRLfuw==} - '@storm-software/prettier@0.26.0': - resolution: {integrity: sha512-hHnDhPIgU5+R9fAOQ9q3aIsB1dnuGwii+ikZz80POZNVjQKWqN+xsAfOEVM+1EfzP0qmYO86CJ87EJxk6VRxgw==} + '@storm-software/tsdoc@0.13.74': + resolution: {integrity: sha512-KWJ4Deqp1uvDoOeb2tefpIPgVlJMSeRs+GvPigZis8NInCCXVV02CpWRbZSUszdn4JZKnihhTqGgU44dZLeLAw==} peerDependencies: - prettier: ^3.3.0 - prettier-plugin-tailwindcss: 0.6.5 + '@microsoft/api-extractor': '>=7.52.0' + '@microsoft/tsdoc': '>=0.15.0' + '@microsoft/tsdoc-config': '>=0.17.0' peerDependenciesMeta: - prettier-plugin-tailwindcss: + '@microsoft/api-extractor': + optional: true + '@microsoft/tsdoc': + optional: true + '@microsoft/tsdoc-config': optional: true - '@storm-software/testing-tools@1.85.0': - resolution: {integrity: sha512-gCZq6sx1Pm2gXR0oCxawfKlPEwVuUiKqR8b46ZFGlTBz2Ue77bw3963YcjyGXsIqSEToslu1IcAkqub1+fk+HA==} + '@storm-software/tsdown@0.45.75': + resolution: {integrity: sha512-oCzGz5DEbUZ5qHkO/0KNfFwUF4xC7u7XG6a46XXEK9S6GHsZm7idHV7Ki/UqxgePAMRJ0ZYbstKqUmIdEiBIRA==} + hasBin: true peerDependencies: - '@nx/jest': ^20.0.6 - jest: 29.7.0 + '@microsoft/api-extractor': '*' + spdx-exceptions: ^2.5.0 + spdx-license-ids: ^3.0.20 + tsdown: '>=0.15.4' + peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + spdx-exceptions: + optional: true + spdx-license-ids: + optional: true - '@storm-software/tsconfig@0.33.1': - resolution: {integrity: sha512-i3bm4RRSNGfnlH6kwgqrAmcFyGBDXyz/QIdv43n4IJjCeloaPg69cF3UE8FBYyMWf4SBWIDjKbBacXnJHKXm8g==} + '@storm-software/tsup@0.2.73': + resolution: {integrity: sha512-AXTSQIhWHHRpH5I94an50OD/gGvQBxRgxalPZMAFW/jP76zNhzH4yJZXBgCUTgW0bLO1KD4o0gHoBmKa/4jQYw==} - '@storm-software/workspace-tools@1.201.1': - resolution: {integrity: sha512-BJSBx9o5KU2lRlxyQwLdFyFBr8qdk/T7u20vuI2GfZmQrqq6mLRQQ6pw+Tn8qpddYr9trHAup0f9pTPgpFcfHA==} + '@storm-software/unbuild@0.57.75': + resolution: {integrity: sha512-MJVAu0GoLdCZUDtFFidH6/D2g0kgV3SLusjPvFU3v/Fy7tB/YHPWKECzxmRStnIqJYlHnOG6cmYwcF9ToWHJZA==} + hasBin: true peerDependencies: - '@microsoft/api-extractor': 7.46.2 - '@nx/devkit': ^20.0.6 - '@nx/esbuild': ^20.0.6 - '@nx/rollup': ^19.6.2 - nx: ^20.0.6 - typescript: '>=5.5.3' + '@nx/devkit': ^22.3.3 + '@nx/js': ^22.3.3 + '@swc/core': 1.7.26 + nx: ^22.3.3 + rollup: ^4.54.0 + typescript: ^5.9.2 peerDependenciesMeta: - '@microsoft/api-extractor': + '@swc/core': + optional: true + nx: + optional: true + + '@storm-software/workspace-tools@1.294.21': + resolution: {integrity: sha512-AagjzHNSOgaOpSzeq61NBD3O3v0hg+NS8Nl52kFANP5v9Jgj3q6KUiU9MKiPKN2whg2F9PVnED1PeWfiku3Drw==} + peerDependencies: + '@napi-rs/cli': ^3.4.1 + markdownlint-cli2: ^0.17.2 + nx: ^22.3.3 + prettier: ^3.7.4 + peerDependenciesMeta: + '@napi-rs/cli': optional: true '@storm-stack/date-time@1.46.0': @@ -8183,8 +8475,8 @@ packages: '@storm-stack/hashing@0.15.0': resolution: {integrity: sha512-pl7hsqBjhWNQH9/z7FTwsW45eUM5RtGxE/obUnwTdcGqaN+2x4Af9wfq9Zc1xKBN3QsmnOGIkgCbgGlq57WYDQ==} - '@storm-stack/hooks@0.25.0': - resolution: {integrity: sha512-szeS3tLmoSKDPF8RLoQLx0jaorCoNPhMbO1OSE1LR7BPwOd8JzlHsNS/xRP41x6Rsqjm4R5+UBPSWoedIlqfIA==} + '@storm-stack/hooks@0.25.1': + resolution: {integrity: sha512-qSFftkP+zJmo5WY6Reba5ZbOQdMmNvy5im8KbK1+2mKJh41dxQiCE8mDwzmaf3D3ptDPUtkhUwwYoD06tiSKRw==} peerDependencies: react: 19.0.0-rc-f6cce072-20240723 react-dom: 19.0.0-rc-f6cce072-20240723 @@ -8197,84 +8489,89 @@ packages: react-native: optional: true - '@storm-stack/serialization@1.44.0': - resolution: {integrity: sha512-zIc0cNIvhLqUOzfuFasqwNfuQKJgQdvjVtbpmAohBsUdLBsVeGXT259QRmB97ccJepL3xO+I4uzAH7fxAgquuQ==} + '@storm-stack/serialization@1.46.0': + resolution: {integrity: sha512-JwcTc693G1ABp9EPU8HpZwqViAlmL+N8/ewttDK+QZK4mazOKV23EvnfGqrQroML7hdWsoPGY5xYTvUgA2I2Ig==} '@storm-stack/string-fns@0.18.0': resolution: {integrity: sha512-TjD1+xpsZWiS0Fv/+Nt+hGoLiBtnKngn2AYiBOt/aLxFN4TdHp+zm/kRkCuo1SjpJRd1iIFA4AkPKGt9slxLug==} - '@storm-stack/types@0.33.0': - resolution: {integrity: sha512-qDCabZegTsoUxo5vDlahVpokCXvDz0aQKFCBjkqLp9McgN4Z5Wl2cfMiCpMnIoiT4BBKBbvGZNMtUw3X+JhyMg==} + '@storm-stack/types@0.19.0': + resolution: {integrity: sha512-rVMfyyUFJBbxjkptE16EdIJhNbloGfXzWE2d9zvVPXVJe5Tqk/0ACh8ZYDubDXB6rEQ2RVRzolW/jOGQzRP3uA==} '@storm-stack/unique-identifier@1.33.0': resolution: {integrity: sha512-YWts7PPCkViJWcjt3gzbFnEAfqf6TaDxCqiI1fFzpzDLuV8wSDD0isw5X6UMnyXQTayfRfFaDAYP5m/qXdphuw==} - '@storm-stack/utilities@1.38.1': - resolution: {integrity: sha512-xKzhYHwplMa6uij1I0AQqVwZeWVUg0b+CIce2dZ04sT6s/vgUrv/jwZsLMVhjKviY7eYijJpEgiDJefkMduYfg==} + '@storm-stack/utilities@1.39.0': + resolution: {integrity: sha512-zsx1QyCjM6bBWvZurM2Mgd8/H70on/17L/Zk2wkzl/sJIUf4YclJZNYprOXFlbL0LszMXEWtlz2t6HNkyYbVgw==} + + '@storybook/addon-actions@8.6.14': + resolution: {integrity: sha512-mDQxylxGGCQSK7tJPkD144J8jWh9IU9ziJMHfB84PKpI/V5ZgqMDnpr2bssTrUaGDqU5e1/z8KcRF+Melhs9pQ==} + peerDependencies: + storybook: ^8.6.14 - '@storybook/addon-actions@8.4.6': - resolution: {integrity: sha512-vbplwjMj7UXbdzoFhQkqFHLQAPJX8OVGTM9Q+yjuWDHViaKKUlgRWp0jclT7aIDNJQU2a6wJbTimHgJeF16Vhg==} + '@storybook/addon-actions@8.6.15': + resolution: {integrity: sha512-zc600PBJqP9hCyRY5escKgKf6Zt9kdNZfm+Jwb46k5/NMSO4tNVeOPGBFxW9kSsIYk8j55sNske+Yh60G+8bcw==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.15 - '@storybook/addon-backgrounds@8.4.6': - resolution: {integrity: sha512-RSjJ3iElxlQXebZrz1s5LeoLpAXr9LAGifX7w0abMzN5sg6QSwNeUHko2eT3V57M3k1Fa/5Eelso/QBQifFEog==} + '@storybook/addon-backgrounds@8.6.14': + resolution: {integrity: sha512-l9xS8qWe5n4tvMwth09QxH2PmJbCctEvBAc1tjjRasAfrd69f7/uFK4WhwJAstzBTNgTc8VXI4w8ZR97i1sFbg==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-controls@8.4.6': - resolution: {integrity: sha512-70pEGWh0C2g8s0DYsISElOzsMbQS6p/K9iU5EqfotDF+hvEqstjsV/bTbR5f3OK4vR/7Gxamk7j8RVd14Nql6A==} + '@storybook/addon-controls@8.6.14': + resolution: {integrity: sha512-IiQpkNJdiRyA4Mq9mzjZlvQugL/aE7hNgVxBBGPiIZG6wb6Ht9hNnBYpap5ZXXFKV9p2qVI0FZK445ONmAa+Cw==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-docs@8.4.6': - resolution: {integrity: sha512-olxz61W7PW/EsXrKhLrYbI3rn9GMBhY3KIOF/6tumbRkh0Siu/qe4EAImaV9NNwiC1R7+De/1OIVMY6o0EIZVw==} + '@storybook/addon-docs@8.6.14': + resolution: {integrity: sha512-Obpd0OhAF99JyU5pp5ci17YmpcQtMNgqW2pTXV8jAiiipWpwO++hNDeQmLmlSXB399XjtRDOcDVkoc7rc6JzdQ==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-essentials@8.4.6': - resolution: {integrity: sha512-TbFqyvWFUKw8LBpVcZuGQydzVB/3kSuHxDHi+Wj3Qas3cxBl7+w4/HjwomT2D2Tni1dZ1uPDOsAtNLmwp1POsg==} + '@storybook/addon-essentials@8.6.14': + resolution: {integrity: sha512-5ZZSHNaW9mXMOFkoPyc3QkoNGdJHETZydI62/OASR0lmPlJ1065TNigEo5dJddmZNn0/3bkE8eKMAzLnO5eIdA==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-highlight@8.4.6': - resolution: {integrity: sha512-m8wedbqDMbwkP99dNHkHAiAUkx5E7FEEEyLPX1zfkhZWOGtTkavXHH235SGp50zD75LQ6eC/BvgegrzxSQa9Wg==} + '@storybook/addon-highlight@8.6.14': + resolution: {integrity: sha512-4H19OJlapkofiE9tM6K/vsepf4ir9jMm9T+zw5L85blJZxhKZIbJ6FO0TCG9PDc4iPt3L6+aq5B0X29s9zicNQ==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-interactions@8.4.6': - resolution: {integrity: sha512-sR2oUSYIGUoAdrHT+fM1zgykhad98bsJ11c79r7HfBMXEPWc1yRcjIMmz8Xz06FMROMfebqduYDf60V++/I0Jw==} + '@storybook/addon-interactions@8.6.14': + resolution: {integrity: sha512-8VmElhm2XOjh22l/dO4UmXxNOolGhNiSpBcls2pqWSraVh4a670EyYBZsHpkXqfNHo2YgKyZN3C91+9zfH79qQ==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-links@8.4.6': - resolution: {integrity: sha512-1KoG9ytEWWwdF/dheu1O0dayQTMsHw++Qk8afqw7bwW1Cxz5LuAJH5ZscFWMiE5f4Xq1NgaJdeAUaIavyoOcdg==} + '@storybook/addon-links@8.6.15': + resolution: {integrity: sha512-abRWnDPBTwnj6sQYfAjUnYCNuUQbrVLLOyuormbDUqOcvZ+OqehNYo4BKXx0/lz61h0A2dOD1IuDo40uWyYVFQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.6.15 peerDependenciesMeta: react: optional: true - '@storybook/addon-measure@8.4.6': - resolution: {integrity: sha512-N2IRpr39g5KpexCAS1vIHJT+phc9Yilwm3PULds2rQ66VMTbkxobXJDdt0NS05g5n9/eDniroNQwdCeLg4tkpw==} + '@storybook/addon-measure@8.6.14': + resolution: {integrity: sha512-1Tlyb72NX8aAqm6I6OICsUuGOP6hgnXcuFlXucyhKomPa6j3Eu2vKu561t/f0oGtAK2nO93Z70kVaEh5X+vaGw==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-outline@8.4.6': - resolution: {integrity: sha512-EhcWx8OpK85HxQulLWzpWUHEwQpDYuAiKzsFj9ivAbfeljkIWNTG04mierfaH1xX016uL9RtLJL/zwBS5ChnFg==} + '@storybook/addon-outline@8.6.14': + resolution: {integrity: sha512-CW857JvN6OxGWElqjlzJO2S69DHf+xO3WsEfT5mT3ZtIjmsvRDukdWfDU9bIYUFyA2lFvYjncBGjbK+I91XR7w==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-react-native-web@0.0.24': - resolution: {integrity: sha512-jqTqPf4KFv9C+plIlfD1+hcTBv1ELSr01G7W36D3sZTl+EJEoa6MM1q0pNHl6+FoYWjJq3PgL/mw+zMbEsVxGQ==} + '@storybook/addon-react-native-web@0.0.29': + resolution: {integrity: sha512-fo9KOkK0XVZ4aognsyBfSYYoJ6vmJI9rF0Jgsnpg2OPDiRSlEcVUYuMroY2GgRJcKjwQpOeAHrDq5vWB9+FxJw==} peerDependencies: '@babel/preset-react': '*' '@react-native/babel-preset': '*' babel-plugin-react-native-web: '*' metro-react-native-babel-preset: '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@react-native/babel-preset': optional: true @@ -8285,46 +8582,41 @@ packages: react-dom: optional: true - '@storybook/addon-toolbars@8.4.6': - resolution: {integrity: sha512-+Xao/uGa8FnYsyUiREUkYXWNysm3Aba8tL/Bwd+HufHtdiKJGa9lrXaC7VLCqBUaEjwqM3aaPwqEWIROsthmPQ==} + '@storybook/addon-toolbars@8.6.14': + resolution: {integrity: sha512-W/wEXT8h3VyZTVfWK/84BAcjAxTdtRiAkT2KAN0nbSHxxB5KEM1MjKpKu2upyzzMa3EywITqbfy4dP6lpkVTwQ==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/addon-viewport@8.4.6': - resolution: {integrity: sha512-BuQll5YzOCpMS7p5Rsw9wcmi8hTnEKyg6+qAbkZNfiZ2JhXCa1GFUqX725fF1whpYVQULtkQxU8r+vahoRn7Yg==} + '@storybook/addon-viewport@8.6.14': + resolution: {integrity: sha512-gNzVQbMqRC+/4uQTPI2ZrWuRHGquTMZpdgB9DrD88VTEjNudP+J6r8myLfr2VvGksBbUMHkGHMXHuIhrBEnXYA==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/blocks@8.4.6': - resolution: {integrity: sha512-Gzbx8hM7ZQIHlQELcFIMbY1v+r1Po4mlinq0QVPtKS4lBcW4eZIsesbxOaL+uFNrxb583TLFzXo0DbRPzS46sg==} + '@storybook/blocks@8.6.14': + resolution: {integrity: sha512-rBMHAfA39AGHgkrDze4RmsnQTMw1ND5fGWobr9pDcJdnDKWQWNRD7Nrlxj0gFlN3n4D9lEZhWGdFrCbku7FVAQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^8.6.14 peerDependenciesMeta: react: optional: true react-dom: optional: true - '@storybook/builder-vite@8.4.6': - resolution: {integrity: sha512-PyJsaEPyuRFFEplpNUi+nbuJd7d1DC2dAZjpsaHTXyqg5iPIbkIgsbCJLUDeIXnUDqM/utjmMpN0sQKJuhIc6w==} + '@storybook/builder-vite@8.6.15': + resolution: {integrity: sha512-9Y05/ndZE6/eI7ZIUCD/QtH2htRIUs9j1gxE6oW0zRo9TJO1iqxfLNwgzd59KEkId7gdZxPei0l+LGTUGXYKRg==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.15 vite: ^4.0.0 || ^5.0.0 || ^6.0.0 - '@storybook/components@8.4.6': - resolution: {integrity: sha512-9tKSJJCyFT5RZMRGyozTBJkr9C9Yfk1nuOE9XbDEE1Z+3/IypKR9+iwc5mfNBStDNY+rxtYWNLKBb5GPR2yhzA==} + '@storybook/components@8.6.15': + resolution: {integrity: sha512-+9GVKXPEW8Kl9zvNSTm9+VrJtx/puMZiO7gxCML63nK4aTWJXHQr4t9YUoGammSBM3AV1JglsKm6dBgJEeCoiA==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/core-common@8.4.6': - resolution: {integrity: sha512-XIst96ikly+k4/NRXbGlt1hKFyCNsgFvQAWgUnDAg9ukIm7Oq4vz2gGUounhxi/U0CXOIpe7qnZoTse8An2GRQ==} - peerDependencies: - storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - - '@storybook/core-server@8.4.6': - resolution: {integrity: sha512-FQm9G4XSXKwDHTmoNadRoPloPPKqlluCwoukdNQw/Shdne77PXZDPCICkL2w25kaVoGwnh9AOh47WrggG83r5Q==} + '@storybook/core-server@8.6.14': + resolution: {integrity: sha512-kLFyabFAXnbW2NPBE+tIvSXKWydu6e7bnjcWAEGXdMA5bieoiHeU/9sGp69GhYz9S1Wt3/smZJ9tzsiJv1WXsA==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 @@ -8336,15 +8628,15 @@ packages: prettier: optional: true - '@storybook/csf-plugin@8.4.6': - resolution: {integrity: sha512-JDIT0czC4yMgKGNf39KTZr3zm5MusAZdn6LBrTfvWb7CrTCR4iVHa4lp2yb7EJk41vHsBec0QUYDDuiFH/vV0g==} + '@storybook/csf-plugin@8.6.14': + resolution: {integrity: sha512-dErtc9teAuN+eelN8FojzFE635xlq9cNGGGEu0WEmMUQ4iJ8pingvBO1N8X3scz4Ry7KnxX++NNf3J3gpxS8qQ==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.6.14 - '@storybook/csf-tools@8.4.6': - resolution: {integrity: sha512-hNcPQJ0BqXGYDvVF4hwMgO0ExZCNhqM+ogQuMlp2NJCCNDyJYRclQltfCo0+KnwcW6Hmb3xraDmAnxijWJUYeA==} + '@storybook/csf-plugin@8.6.15': + resolution: {integrity: sha512-ZLz/mtOoE1Jj2lE4pK3U7MmYrv5+lot3mGtwxGb832tcABMc97j9O+reCVxZYc7DeFbBuuEdMT9rBL/O3kXYmw==} peerDependencies: - storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 + storybook: ^8.6.15 '@storybook/csf@0.1.12': resolution: {integrity: sha512-9/exVhabisyIVL0VxTCxo01Tdm8wefIXKXfltAPTSr8cbLn5JAxGQ6QV3mjdecLGEOucfoVhAKtJfVHxEK1iqw==} @@ -8352,57 +8644,73 @@ packages: '@storybook/global@5.0.0': resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} - '@storybook/icons@1.2.12': - resolution: {integrity: sha512-UxgyK5W3/UV4VrI3dl6ajGfHM4aOqMAkFLWe2KibeQudLf6NJpDrDMSHwZj+3iKC4jFU7dkKbbtH2h/al4sW3Q==} + '@storybook/icons@1.6.0': + resolution: {integrity: sha512-hcFZIjW8yQz8O8//2WTIXylm5Xsgc+lW9ISLgUk1xGmptIJQRdlhVIXCpSyLrQaaRiyhQRaVg7l3BD9S216BHw==} engines: {node: '>=14.0.0'} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + + '@storybook/instrumenter@8.6.14': + resolution: {integrity: sha512-iG4MlWCcz1L7Yu8AwgsnfVAmMbvyRSk700Mfy2g4c8y5O+Cv1ejshE1LBBsCwHgkuqU0H4R0qu4g23+6UnUemQ==} + peerDependencies: + storybook: ^8.6.14 - '@storybook/instrumenter@8.4.4': - resolution: {integrity: sha512-mq/YVEZrB8jyyio2Of01rQixsQ72z8ssAhJS9ldIlK+cvERQi0VBCpH3pejPmjOB40yiKBJHNqH4HIANVhibgw==} + '@storybook/instrumenter@8.6.15': + resolution: {integrity: sha512-TvHR/+yyIAOp/1bLulFai2kkhIBtAlBw7J6Jd9DKyInoGhTWNE1G1Y61jD5GWXX29AlwaHfzGUaX5NL1K+FJpg==} peerDependencies: - storybook: ^8.4.4 + storybook: ^8.6.15 - '@storybook/instrumenter@8.4.6': - resolution: {integrity: sha512-snXjlgbp065A6KoK9zkjBYEIMCSlN5JefPKzt1FC0rbcbtahhD+iPpqISKhDSczwgOku/JVhVUDp/vU7AIf4mg==} + '@storybook/manager-api@8.6.14': + resolution: {integrity: sha512-ez0Zihuy17udLbfHZQXkGqwtep0mSGgHcNzGN7iZrMP1m+VmNo+7aGCJJdvXi7+iU3yq8weXSQFWg5DqWgLS7g==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/manager-api@8.4.6': - resolution: {integrity: sha512-TsXlQ5m5rTl2KNT9icPFyy822AqXrx1QplZBt/L7cFn7SpqQKDeSta21FH7MG0piAvzOweXebVSqKngJ6cCWWQ==} + '@storybook/manager-api@8.6.15': + resolution: {integrity: sha512-ZOFtH821vFcwzECbFYFTKtSVO96Cvwwg45dMh3M/9bZIdN7klsloX7YNKw8OKvwE6XLFLsi2OvsNNcmTW6g88w==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/preview-api@8.4.6': - resolution: {integrity: sha512-LbD+lR1FGvWaJBXteVx5xdgs1x1D7tyidBg2CsW2ex+cP0iJ176JgjPfutZxlWOfQnhfRYNnJ3WKoCIfxFOTKA==} + '@storybook/preview-api@8.6.15': + resolution: {integrity: sha512-oqsp8f7QekB9RzpDqOXZQcPPRXXd/mTsnZSdAAQB/pBVqUpC9h/y5hgovbYnJ6DWXcpODbMwH+wbJHZu5lvm+w==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/react-dom-shim@8.4.6': - resolution: {integrity: sha512-f7RM8GO++fqMxbjNdEzeGS1P821jXuwRnAraejk5hyjB5SqetauFxMwoFYEYfJXPaLX2qIubnIJ78hdJ/IBaEA==} + '@storybook/react-dom-shim@8.6.14': + resolution: {integrity: sha512-0hixr3dOy3f3M+HBofp3jtMQMS+sqzjKNgl7Arfuj3fvjmyXOks/yGjDImySR4imPtEllvPZfhiQNlejheaInw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + storybook: ^8.6.14 + + '@storybook/react-dom-shim@8.6.15': + resolution: {integrity: sha512-m2trBmmd4iom1qwrp1F109zjRDc0cPaHYhDQxZR4Qqdz8pYevYJTlipDbH/K4NVB6Rn687RT29OoOPfJh6vkFA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.6.15 - '@storybook/react-vite@8.4.6': - resolution: {integrity: sha512-bVoYj3uJRz0SknK2qN3vBVSoEXsvyARQLuHjP9eX0lWBd9XSxZinmVbexPdD0OeJYcJIdmbli2/Gw7/hu5CjFA==} + '@storybook/react-vite@8.6.15': + resolution: {integrity: sha512-9st+2NCemzzBwmindpDrRLEqYJmwwd2RnXMoj+Wt4Y1r4MGoRe1l837ciT2tmstaqekY2mVUSYd6879NzeeMYw==} engines: {node: '>=18.0.0'} peerDependencies: + '@storybook/test': 8.6.15 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.6.15 vite: ^4.0.0 || ^5.0.0 || ^6.0.0 + peerDependenciesMeta: + '@storybook/test': + optional: true - '@storybook/react@8.4.6': - resolution: {integrity: sha512-QAT23beoYNLhFGAXPimtuMErvpcI7eZbZ4AlLqW1fhiTZrRYw06cjC1bs9H3tODMcHH9LS5p3Wz9b29jtV2XGw==} + '@storybook/react@8.6.15': + resolution: {integrity: sha512-hdnhlJg+YkpPMOw2hvK7+mhdxAbguA+TFTIAzVV9CeUYoHDIZAsgeKVhRmgZGN20NGjRN5ZcwkplAMJnF9v+6w==} engines: {node: '>=18.0.0'} peerDependencies: - '@storybook/test': 8.4.6 + '@storybook/test': 8.6.15 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.4.6 + storybook: ^8.6.15 typescript: '>= 4.2.x' peerDependenciesMeta: '@storybook/test': @@ -8410,31 +8718,44 @@ packages: typescript: optional: true - '@storybook/test-runner@0.19.1': - resolution: {integrity: sha512-Nc4djXw3Lv3AAXg6TJ7yVTeuMryjMsTDd8GCbE/PStU602rpe8syEqElz78GPoJqB1VYWQ3T9pcu93MKyHT+xQ==} - engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} + '@storybook/test-runner@0.24.2': + resolution: {integrity: sha512-76DbflDTGAKq8Af6uHbWTGnKzKHhjLbJaZXRFhVnKqFocoXcej58C9DpM0BJ3addu7fSDJmPwfR97OINg16XFQ==} + engines: {node: '>=20.0.0'} hasBin: true + peerDependencies: + storybook: ^0.0.0-0 || ^10.0.0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 + + '@storybook/test@8.6.14': + resolution: {integrity: sha512-GkPNBbbZmz+XRdrhMtkxPotCLOQ1BaGNp/gFZYdGDk2KmUWBKmvc5JxxOhtoXM2703IzNFlQHSSNnhrDZYuLlw==} + peerDependencies: + storybook: ^8.6.14 - '@storybook/test@8.4.4': - resolution: {integrity: sha512-tmJd+lxl3MC0Xdu1KW/69V8tibv98OvdopxGqfVR0x5dkRHM3sFK/tv1ZJAUeronlvRyhGySOu1tHUrMjcNqyA==} + '@storybook/test@8.6.15': + resolution: {integrity: sha512-EwquDRUDVvWcZds3T2abmB5wSN/Vattal4YtZ6fpBlIUqONV4o/cOBX39cFfQSUCBrIXIjQ6RmapQCHK/PvBYw==} peerDependencies: - storybook: ^8.4.4 + storybook: ^8.6.15 - '@storybook/test@8.4.6': - resolution: {integrity: sha512-MeU1g65YgU66M2NtmEIL9gVeHk+en0k9Hp0wfxEO7NT/WLfaOD5RXLRDJVhbAlrH/6tLeWKIPNh/D26y27vO/g==} + '@storybook/theming@8.6.14': + resolution: {integrity: sha512-r4y+LsiB37V5hzpQo+BM10PaCsp7YlZ0YcZzQP1OCkPlYXmUAFy2VvDKaFRpD8IeNPKug2u4iFm/laDEbs03dg==} peerDependencies: - storybook: ^8.4.6 + storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/theming@8.4.6': - resolution: {integrity: sha512-q7vDPN/mgj7cXIVQ9R1/V75hrzNgKkm2G0LjMo57//9/djQ+7LxvBsR1iScbFIRSEqppvMiBFzkts+2uXidySA==} + '@storybook/theming@8.6.15': + resolution: {integrity: sha512-dAbL0XOekyT6XsF49R6Etj3WxQ/LpdJDIswUUeHgVJ6/yd2opZOGbPxnwA3zlmAh1c0tvpPyhSDXxSG79u8e4Q==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 - '@storybook/types@8.4.6': - resolution: {integrity: sha512-W5cxyzji35Q0N4oLyani/4184m2bb07PiHSB88bgLRZR1/2Pi8ICRBv/sFQG+76cGP6x01RxddDwQmulCxieNg==} + '@storybook/types@8.6.14': + resolution: {integrity: sha512-33kzHZa7h6/EygeLZDcm1PNRTlybokz8dzAh2JYjpETf77pG8jhPmEfrI2oHSAdgNeK7A3OMcGA/EwEN7EJdzw==} peerDependencies: storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 + '@stylistic/eslint-plugin@4.4.1': + resolution: {integrity: sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: '>=9.0.0' + '@svgr/babel-plugin-add-jsx-attribute@8.0.0': resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} engines: {node: '>=14'} @@ -8513,164 +8834,164 @@ packages: resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} engines: {node: '>=14'} - '@swc-node/core@1.13.3': - resolution: {integrity: sha512-OGsvXIid2Go21kiNqeTIn79jcaX4l0G93X2rAnas4LFoDyA9wAwVK7xZdm+QsKoMn5Mus2yFLCc4OtX2dD/PWA==} + '@swc-node/core@1.14.1': + resolution: {integrity: sha512-jrt5GUaZUU6cmMS+WTJEvGvaB6j1YNKPHPzC2PUi2BjaFbtxURHj6641Az6xN7b665hNniAIdvjxWcRml5yCnw==} engines: {node: '>= 10'} peerDependencies: - '@swc/core': '>= 1.4.13' + '@swc/core': '>= 1.13.3' '@swc/types': '>= 0.1' - '@swc-node/register@1.9.2': - resolution: {integrity: sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==} + '@swc-node/register@1.11.1': + resolution: {integrity: sha512-VQ0hJ5jX31TVv/fhZx4xJRzd8pwn6VvzYd2tGOHHr2TfXGCBixZoqdPDXTiEoJLCTS2MmvBf6zyQZZ0M8aGQCQ==} peerDependencies: '@swc/core': '>= 1.4.13' typescript: '>= 4.3' - '@swc-node/sourcemap-support@0.5.1': - resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==} + '@swc-node/sourcemap-support@0.6.1': + resolution: {integrity: sha512-ovltDVH5QpdHXZkW138vG4+dgcNsxfwxHVoV6BtmTbz2KKl1A8ZSlbdtxzzfNjCjbpayda8Us9eMtcHobm38dA==} - '@swc/cli@0.1.65': - resolution: {integrity: sha512-4NcgsvJVHhA7trDnMmkGLLvWMHu2kSy+qHx6QwRhhJhdiYdNUrhdp+ERxen73sYtaeEOYeLJcWrQ60nzKi6rpg==} - engines: {node: '>= 12.13'} + '@swc/cli@0.7.9': + resolution: {integrity: sha512-AFQu3ZZ9IcdClTknxbug08S9ed/q8F3aYkO5NoZ+6IjQ5UEo1s2HN1GRKNvUslYx2EoVYxd+6xGcp6C7wwtxyQ==} + engines: {node: '>= 16.14.0'} hasBin: true peerDependencies: '@swc/core': ^1.2.66 - chokidar: ^3.5.1 + chokidar: ^4.0.1 peerDependenciesMeta: chokidar: optional: true - '@swc/core-darwin-arm64@1.5.29': - resolution: {integrity: sha512-6F/sSxpHaq3nzg2ADv9FHLi4Fu2A8w8vP8Ich8gIl16D2htStlwnaPmCLjRswO+cFkzgVqy/l01gzNGWd4DFqA==} + '@swc/core-darwin-arm64@1.15.8': + resolution: {integrity: sha512-M9cK5GwyWWRkRGwwCbREuj6r8jKdES/haCZ3Xckgkl8MUQJZA3XB7IXXK1IXRNeLjg6m7cnoMICpXv1v1hlJOg==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-arm64@1.9.3': - resolution: {integrity: sha512-hGfl/KTic/QY4tB9DkTbNuxy5cV4IeejpPD4zo+Lzt4iLlDWIeANL4Fkg67FiVceNJboqg48CUX+APhDHO5G1w==} + '@swc/core-darwin-arm64@1.7.26': + resolution: {integrity: sha512-FF3CRYTg6a7ZVW4yT9mesxoVVZTrcSWtmZhxKCYJX9brH4CS/7PRPjAKNk6kzWgWuRoglP7hkjQcd6EpMcZEAw==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.5.29': - resolution: {integrity: sha512-rF/rXkvUOTdTIfoYbmszbSUGsCyvqACqy1VeP3nXONS+LxFl4bRmRcUTRrblL7IE5RTMCKUuPbqbQSE2hK7bqg==} + '@swc/core-darwin-x64@1.15.8': + resolution: {integrity: sha512-j47DasuOvXl80sKJHSi2X25l44CMc3VDhlJwA7oewC1nV1VsSzwX+KOwE5tLnfORvVJJyeiXgJORNYg4jeIjYQ==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-darwin-x64@1.9.3': - resolution: {integrity: sha512-IaRq05ZLdtgF5h9CzlcgaNHyg4VXuiStnOFpfNEMuI5fm5afP2S0FHq8WdakUz5WppsbddTdplL+vpeApt/WCQ==} + '@swc/core-darwin-x64@1.7.26': + resolution: {integrity: sha512-az3cibZdsay2HNKmc4bjf62QVukuiMRh5sfM5kHR/JMTrLyS6vSw7Ihs3UTkZjUxkLTT8ro54LI6sV6sUQUbLQ==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.5.29': - resolution: {integrity: sha512-2OAPL8iWBsmmwkjGXqvuUhbmmoLxS1xNXiMq87EsnCNMAKohGc7wJkdAOUL6J/YFpean/vwMWg64rJD4pycBeg==} + '@swc/core-linux-arm-gnueabihf@1.15.8': + resolution: {integrity: sha512-siAzDENu2rUbwr9+fayWa26r5A9fol1iORG53HWxQL1J8ym4k7xt9eME0dMPXlYZDytK5r9sW8zEA10F2U3Xwg==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm-gnueabihf@1.9.3': - resolution: {integrity: sha512-Pbwe7xYprj/nEnZrNBvZfjnTxlBIcfApAGdz2EROhjpPj+FBqBa3wOogqbsuGGBdCphf8S+KPprL1z+oDWkmSQ==} + '@swc/core-linux-arm-gnueabihf@1.7.26': + resolution: {integrity: sha512-VYPFVJDO5zT5U3RpCdHE5v1gz4mmR8BfHecUZTmD2v1JeFY6fv9KArJUpjrHEEsjK/ucXkQFmJ0jaiWXmpOV9Q==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.5.29': - resolution: {integrity: sha512-eH/Q9+8O5qhSxMestZnhuS1xqQMr6M7SolZYxiXJqxArXYILLCF+nq2R9SxuMl0CfjHSpb6+hHPk/HXy54eIRA==} + '@swc/core-linux-arm64-gnu@1.15.8': + resolution: {integrity: sha512-o+1y5u6k2FfPYbTRUPvurwzNt5qd0NTumCTFscCNuBksycloXY16J8L+SMW5QRX59n4Hp9EmFa3vpvNHRVv1+Q==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-gnu@1.9.3': - resolution: {integrity: sha512-AQ5JZiwNGVV/2K2TVulg0mw/3LYfqpjZO6jDPtR2evNbk9Yt57YsVzS+3vHSlUBQDRV9/jqMuZYVU3P13xrk+g==} + '@swc/core-linux-arm64-gnu@1.7.26': + resolution: {integrity: sha512-YKevOV7abpjcAzXrhsl+W48Z9mZvgoVs2eP5nY+uoMAdP2b3GxC0Df1Co0I90o2lkzO4jYBpTMcZlmUXLdXn+Q==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.5.29': - resolution: {integrity: sha512-TERh2OICAJz+SdDIK9+0GyTUwF6r4xDlFmpoiHKHrrD/Hh3u+6Zue0d7jQ/he/i80GDn4tJQkHlZys+RZL5UZg==} + '@swc/core-linux-arm64-musl@1.15.8': + resolution: {integrity: sha512-koiCqL09EwOP1S2RShCI7NbsQuG6r2brTqUYE7pV7kZm9O17wZ0LSz22m6gVibpwEnw8jI3IE1yYsQTVpluALw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.9.3': - resolution: {integrity: sha512-tzVH480RY6RbMl/QRgh5HK3zn1ZTFsThuxDGo6Iuk1MdwIbdFYUY034heWUTI4u3Db97ArKh0hNL0xhO3+PZdg==} + '@swc/core-linux-arm64-musl@1.7.26': + resolution: {integrity: sha512-3w8iZICMkQQON0uIcvz7+Q1MPOW6hJ4O5ETjA0LSP/tuKqx30hIniCGOgPDnv3UTMruLUnQbtBwVCZTBKR3Rkg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.5.29': - resolution: {integrity: sha512-WMDPqU7Ji9dJpA+Llek2p9t7pcy7Bob8ggPUvgsIlv3R/eesF9DIzSbrgl6j3EAEPB9LFdSafsgf6kT/qnvqFg==} + '@swc/core-linux-x64-gnu@1.15.8': + resolution: {integrity: sha512-4p6lOMU3bC+Vd5ARtKJ/FxpIC5G8v3XLoPEZ5s7mLR8h7411HWC/LmTXDHcrSXRC55zvAVia1eldy6zDLz8iFQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-gnu@1.9.3': - resolution: {integrity: sha512-ivXXBRDXDc9k4cdv10R21ccBmGebVOwKXT/UdH1PhxUn9m/h8erAWjz5pcELwjiMf27WokqPgaWVfaclDbgE+w==} + '@swc/core-linux-x64-gnu@1.7.26': + resolution: {integrity: sha512-c+pp9Zkk2lqb06bNGkR2Looxrs7FtGDMA4/aHjZcCqATgp348hOKH5WPvNLBl+yPrISuWjbKDVn3NgAvfvpH4w==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.5.29': - resolution: {integrity: sha512-DO14glwpdKY4POSN0201OnGg1+ziaSVr6/RFzuSLggshwXeeyVORiHv3baj7NENhJhWhUy3NZlDsXLnRFkmhHQ==} + '@swc/core-linux-x64-musl@1.15.8': + resolution: {integrity: sha512-z3XBnbrZAL+6xDGAhJoN4lOueIxC/8rGrJ9tg+fEaeqLEuAtHSW2QHDHxDwkxZMjuF/pZ6MUTjHjbp8wLbuRLA==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.9.3': - resolution: {integrity: sha512-ILsGMgfnOz1HwdDz+ZgEuomIwkP1PHT6maigZxaCIuC6OPEhKE8uYna22uU63XvYcLQvZYDzpR3ms47WQPuNEg==} + '@swc/core-linux-x64-musl@1.7.26': + resolution: {integrity: sha512-PgtyfHBF6xG87dUSSdTJHwZ3/8vWZfNIXQV2GlwEpslrOkGqy+WaiiyE7Of7z9AvDILfBBBcJvJ/r8u980wAfQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.5.29': - resolution: {integrity: sha512-V3Y1+a1zG1zpYXUMqPIHEMEOd+rHoVnIpO/KTyFwAmKVu8v+/xPEVx/AGoYE67x4vDAAvPQrKI3Aokilqa5yVg==} + '@swc/core-win32-arm64-msvc@1.15.8': + resolution: {integrity: sha512-djQPJ9Rh9vP8GTS/Df3hcc6XP6xnG5c8qsngWId/BLA9oX6C7UzCPAn74BG/wGb9a6j4w3RINuoaieJB3t+7iQ==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-arm64-msvc@1.9.3': - resolution: {integrity: sha512-e+XmltDVIHieUnNJHtspn6B+PCcFOMYXNJB1GqoCcyinkEIQNwC8KtWgMqUucUbEWJkPc35NHy9k8aCXRmw9Kg==} + '@swc/core-win32-arm64-msvc@1.7.26': + resolution: {integrity: sha512-9TNXPIJqFynlAOrRD6tUQjMq7KApSklK3R/tXgIxc7Qx+lWu8hlDQ/kVPLpU7PWvMMwC/3hKBW+p5f+Tms1hmA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.5.29': - resolution: {integrity: sha512-OrM6yfXw4wXhnVFosOJzarw0Fdz5Y0okgHfn9oFbTPJhoqxV5Rdmd6kXxWu2RiVKs6kGSJFZXHDeUq2w5rTIMg==} + '@swc/core-win32-ia32-msvc@1.15.8': + resolution: {integrity: sha512-/wfAgxORg2VBaUoFdytcVBVCgf1isWZIEXB9MZEUty4wwK93M/PxAkjifOho9RN3WrM3inPLabICRCEgdHpKKQ==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-ia32-msvc@1.9.3': - resolution: {integrity: sha512-rqpzNfpAooSL4UfQnHhkW8aL+oyjqJniDP0qwZfGnjDoJSbtPysHg2LpcOBEdSnEH+uIZq6J96qf0ZFD8AGfXA==} + '@swc/core-win32-ia32-msvc@1.7.26': + resolution: {integrity: sha512-9YngxNcG3177GYdsTum4V98Re+TlCeJEP4kEwEg9EagT5s3YejYdKwVAkAsJszzkXuyRDdnHUpYbTrPG6FiXrQ==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.5.29': - resolution: {integrity: sha512-eD/gnxqKyZQQR0hR7TMkIlJ+nCF9dzYmVVNbYZWuA1Xy94aBPUsEk3Uw3oG7q6R3ErrEUPP0FNf2ztEnv+I+dw==} + '@swc/core-win32-x64-msvc@1.15.8': + resolution: {integrity: sha512-GpMePrh9Sl4d61o4KAHOOv5is5+zt6BEXCOCgs/H0FLGeii7j9bWDE8ExvKFy2GRRZVNR1ugsnzaGWHKM6kuzA==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core-win32-x64-msvc@1.9.3': - resolution: {integrity: sha512-3YJJLQ5suIEHEKc1GHtqVq475guiyqisKSoUnoaRtxkDaW5g1yvPt9IoSLOe2mRs7+FFhGGU693RsBUSwOXSdQ==} + '@swc/core-win32-x64-msvc@1.7.26': + resolution: {integrity: sha512-VR+hzg9XqucgLjXxA13MtV5O3C0bK0ywtLIBw/+a+O+Oc6mxFWHtdUeXDbIi5AiPbn0fjgVJMqYnyjGyyX8u0w==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.5.29': - resolution: {integrity: sha512-nvTtHJI43DUSOAf3h9XsqYg8YXKc0/N4il9y4j0xAkO0ekgDNo+3+jbw6MInawjKJF9uulyr+f5bAutTsOKVlw==} + '@swc/core@1.15.8': + resolution: {integrity: sha512-T8keoJjXaSUoVBCIjgL6wAnhADIb09GOELzKg10CjNg+vLX48P93SME6jTfte9MZIm5m+Il57H3rTSk/0kzDUw==} engines: {node: '>=10'} peerDependencies: - '@swc/helpers': '*' + '@swc/helpers': '>=0.5.17' peerDependenciesMeta: '@swc/helpers': optional: true - '@swc/core@1.9.3': - resolution: {integrity: sha512-oRj0AFePUhtatX+BscVhnzaAmWjpfAeySpM1TCbxA1rtBDeH/JDhi5yYzAKneDYtVtBvA7ApfeuzhMC9ye4xSg==} + '@swc/core@1.7.26': + resolution: {integrity: sha512-f5uYFf+TmMQyYIoxkn/evWhNGuUzC730dFwAKGwBVHHVoPyak1/GvJUm6i1SKl+2Hrj9oN0i3WSoWWZ4pgI8lw==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -8681,14 +9002,14 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.15': - resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} + '@swc/helpers@0.5.18': + resolution: {integrity: sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==} '@swc/helpers@0.5.5': resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} - '@swc/jest@0.2.37': - resolution: {integrity: sha512-CR2BHhmXKGxTiFr21DYPRHQunLkX3mNIFGFkxBGji6r9uyIR5zftTOVYj1e0sFNMV2H7mf/+vpaglqaryBtqfQ==} + '@swc/jest@0.2.39': + resolution: {integrity: sha512-eyokjOwYd0Q8RnMHri+8/FS1HIrIUKK/sRrFp8c1dThUOfNeCWbLmBP1P5VsKdvmkd25JaH+OKYwEYiAYg9YAA==} engines: {npm: '>= 7.0.0'} peerDependencies: '@swc/core': '*' @@ -8696,9 +9017,8 @@ packages: '@swc/types@0.1.17': resolution: {integrity: sha512-V5gRru+aD8YVyCOMAjMpWR1Ui577DD5KSJsHP8RAxopAH22jFz6GZd/qxqjO6MJHQhcsjvjOFXyDhyLQUnMveQ==} - '@szmarczak/http-timer@4.0.6': - resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} - engines: {node: '>=10'} + '@swc/types@0.1.25': + resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} '@szmarczak/http-timer@5.0.1': resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} @@ -8709,35 +9029,69 @@ packages: peerDependencies: react: '*' + '@tamagui/accordion@1.142.0': + resolution: {integrity: sha512-o3kMKJvovyl7ROBfYwP64OhrZiTqw/XQWPX37ahy7y4manIxkvs81rcf5zNin71whr1LEYj8c3Tq+/ppgOc+ag==} + peerDependencies: + react: '*' + '@tamagui/adapt@1.117.2': resolution: {integrity: sha512-8wM3pEQ5MvcZD0/Re6VA/Ha7C2TlDIuSctGv0QU8Qoil/2tq3jmQAZL1Vxy2NWQ9AXtygZEBtD2eSvJ47uJ6Sg==} + '@tamagui/adapt@1.142.0': + resolution: {integrity: sha512-MO6X0nKxc+dvdLr7zx461UsLjSx7CA0ZXOzuW6bK/1iiPoN+YQsaGPVwA6khh/RD6KFa/cccjxg+NkAm8+TFGA==} + peerDependencies: + react: '*' + '@tamagui/alert-dialog@1.117.2': resolution: {integrity: sha512-Z5ZsD2+je6J7Zch08I+Bdqnm8g1DR2PoFAjVLC9aC3e025L8IHKlhTRF/tpRB1US1ENwTj8sfA5U9On8uxWmiA==} peerDependencies: react: '*' + '@tamagui/alert-dialog@1.142.0': + resolution: {integrity: sha512-W2ipjLnALbV7j9TSXMIa2UHgkv0JhjCPY3fdbveZgHw5/SIGybCuzO6nt92XoCC/S7TSDJxKFJdatTtDidiwDA==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/animate-presence@1.117.2': resolution: {integrity: sha512-joHxxGiyO+ZFUPBMfneDBUWrxn/XTNHguNMbHucwPxVwhpi1jcxPbKP5IdPBgWZfGEemFereMWmGfIy61cJVrQ==} + '@tamagui/animate-presence@1.142.0': + resolution: {integrity: sha512-nFkeyxzSNFgNh5B/VTIh7q3uayG6xUWsNPTOcVoXvWTPgh2ckQJ7sFJFAli2x+pXumCqf6XKUvDKfRqGcn9UEA==} + peerDependencies: + react: '*' + '@tamagui/animate@1.117.2': resolution: {integrity: sha512-k3qBT8cccmM8dAbTD2TI36kuOjQ+ZVcrfmd48O2GGo0oH76NVfqZea9j9ZX+3wwTNUapHu93KYQYmG6jzG+V0g==} - '@tamagui/animations-css@1.117.2': - resolution: {integrity: sha512-+AggAnK6aQkUTqnhklrfvjnOySTxrg9pEjsF+h6H9uCzmVIlfbb1cS4UKFXnK52TIO7qa7nnqUcrLuGm7csW2Q==} + '@tamagui/animate@1.142.0': + resolution: {integrity: sha512-dEmLJiRIAMhalnA8j6tkuifrgPCGjgEaqqq8qBD7MjSj4VdDKOj1vw2xHVRxBa2L9gfa1V/R9c4x5voqBc1wEA==} + peerDependencies: + react: '*' + + '@tamagui/animations-css@1.142.0': + resolution: {integrity: sha512-oV610a2Ez+nig3ZTW1y62DhaCyaIjgjIqlVDfIaqppY/u0YOXYroMfu5oigaCQeJXu9XxRL+mxdZv0wFWHy/8g==} peerDependencies: react: '*' + react-dom: '*' - '@tamagui/animations-moti@1.117.2': - resolution: {integrity: sha512-Di/dcV6VxJCQjBD81xdMbNZIeVWOQSDQ032o8LLwVv5ALFgZlcNEWqJlB1NY9h3Q8bzIvLJzJL3SJl/CUBWOIg==} + '@tamagui/animations-moti@1.142.0': + resolution: {integrity: sha512-+C3hm7axfttPHxulWRIzMP7/AzFNPsnYvZ2aRe89R0ulu/cBs+bq7prRfIpc5nizMGZS+XFXypxTUylAVwBDbQ==} peerDependencies: react: '*' + react-native: '*' '@tamagui/animations-react-native@1.117.2': resolution: {integrity: sha512-Q5Fe7ugmXoshIm/oixFEDLBqlDp61OvkTrm4zSwZePtRmSs2ffljSAk9JKTDRkTh4Z3jXYDgveytvk9nTDDhyQ==} peerDependencies: react: '*' + '@tamagui/animations-react-native@1.142.0': + resolution: {integrity: sha512-ubI9I7Z5dbS8SYqwcDcQkccmlVommXeeu2xIbWFMoKW2IGS2Ekue7f1oW0GpX7VJCrtNL+p479Nb+zofGEzbvQ==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/aria-hidden@1.117.2': resolution: {integrity: sha512-TWmQDMzn6oB+XS86xdvcoh68f5pODQ+LvCfuVa56Dk8ZlEP59L544tud71mZLZ+a9lkIZAhc7sSnaMoPYLqrRw==} peerDependencies: @@ -8748,24 +9102,22 @@ packages: peerDependencies: react: '*' - '@tamagui/babel-plugin-fully-specified@1.117.2': - resolution: {integrity: sha512-GrECBb8m55xFXXdZzngj3ouhYRK/NTYNUNYM8l6QBM5bjzoqE+gTKNKQ8uY4PwfWDvQe3PMfUmnodCOGKxOnnA==} - - '@tamagui/build@1.117.2': - resolution: {integrity: sha512-q+uHy3raxn6GjSW6l0aHjHI5y/VpAkalkxHwwpjrPHZLrJ7JrYHWlmgBW8YMfWevW0PMj0009j1dX/Dm1fxjKw==} - hasBin: true - - '@tamagui/build@1.96.0': - resolution: {integrity: sha512-DWVw6S6QTS0A9J9o04JttyGDVspZXZtbdrl2qQGNC+4eFqJmQBziz1r1IC8qmUg1gwW8sO6unZnhVVKeYMdQqQ==} - hasBin: true + '@tamagui/avatar@1.142.0': + resolution: {integrity: sha512-QBv2opgA+UTjicNFb4X4HfZ2k3F6g4zVhNPTaOj3OpHjGnldijrFE8toY0GxzFG5jP70pLe8wnUe6k2lBYOPIQ==} peerDependencies: - typescript: '*' + react: '*' + react-native: '*' '@tamagui/button@1.117.2': resolution: {integrity: sha512-ptmAOnzTA5Ihgr/JWu5Z5XQjDV7nmiDetruVakd5YHVgFpMFoi609V/pDxmRjll7fzTkshfLeDCvtaqoYTUwEQ==} peerDependencies: react: '*' + '@tamagui/button@1.142.0': + resolution: {integrity: sha512-YCuiLJCSebdAUsrgBkr1P4CHTWmcwqvivC+0tjX9kYt27+Y/3K5D4Inp8sgxm1zRMuRsJ1PlEgTMq44m9mz29w==} + peerDependencies: + react: '*' + '@tamagui/card@1.117.2': resolution: {integrity: sha512-zKo3DDm4s+5O8d+rs7RuoSvMD0Y/Bl4gurBlnZx5KfunfO0d9qzYW3v0ZgyKyZNN37oljyH9aczulVoMm5bEaw==} peerDependencies: @@ -8776,19 +9128,27 @@ packages: peerDependencies: react: '*' + '@tamagui/checkbox-headless@1.142.0': + resolution: {integrity: sha512-6N/DO4nZu+4jLlC3gLbiD5hi6mRzWIK/IwNluc9HOWXdwZ3PH1hixM7XGIWVZFkp7yRmOBEd51rgptXs6vaKew==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/checkbox@1.117.2': resolution: {integrity: sha512-lO3HiGuoBPlI+86HDX9eH/ogG1T4Ue5Hq/Hsfc+nRIBhp5Cc2K8DW7yJ25/NJaiP+US4+X5PFzASzPUVItkdmQ==} peerDependencies: react: '*' - '@tamagui/cli-color@1.117.2': - resolution: {integrity: sha512-8U7M2ozVGeRhZb5URa/CdG+c/zuDCCmtQqcLr0PahX3Ct9ntuc3pdO6RU15UQZHEh9x9jh/FU1wMoZ/fkoQ/tw==} + '@tamagui/checkbox@1.142.0': + resolution: {integrity: sha512-cczeMb6fdyYGOSINtb50QJwb3qf4GFlXbxe9S7Y8Dsv1DkCXg1z7GRH6j2IDgjJyYV2ool95eNGXTgxJzNMbpA==} + peerDependencies: + react: '*' - '@tamagui/cli-color@1.96.0': - resolution: {integrity: sha512-GROPPDpZzd85DQ3KYuGi+z3mqYR8ooM1y5izDjoZhXtw+rBto9nRE9l8/seTsp0L8KFAOa6LfVzDeIdAKB4M1w==} + '@tamagui/cli-color@1.142.0': + resolution: {integrity: sha512-PYlC5x4GX9EwCrdrnK5Jc5zBMJgh85vuWd/mW24UvXRDD5IqWKyMjEnmjathUh/+1Ssxz8xatT8zG5K1WtnAKA==} - '@tamagui/cli@1.117.2': - resolution: {integrity: sha512-rvEvLDLfZlbnqDKn78F65EdFeJpdR45Q1Vcg7KHmV6yVIxub9Y1HPA6VNFZWWu9SQRE01zbTc1CFi2uuaG03xg==} + '@tamagui/cli@1.142.0': + resolution: {integrity: sha512-/OuU/UBihsSjckfY4fqYtl5JFTw4Kz8Q0d7h0hPw1Mu0apDLAwtWiO4Qsq8buswnnMUzkhWeg28B9zYzWaPZdw==} hasBin: true '@tamagui/collapsible@1.117.2': @@ -8796,72 +9156,95 @@ packages: peerDependencies: react: '*' + '@tamagui/collapsible@1.142.0': + resolution: {integrity: sha512-jTVVjgocI5pbJ4tEYXqG+35c3XyxHE4AqLZwkCIK5xOk2zdHk0QLBaOf2NNAuzlJF5OlcPt7Te9I4qP/uTebpw==} + peerDependencies: + react: '*' + '@tamagui/collection@1.117.2': resolution: {integrity: sha512-92o4vdYIoMme7JZ2ChG1GO06g6vvo7H6v33qLm5Y/kY3lA9qufuBdbELKqo69m8baSrHhciyl9VWBNTI77LqWA==} peerDependencies: react: '*' - '@tamagui/colors@1.117.2': - resolution: {integrity: sha512-uWxN7oWMtGJg7LYhAgE2Qaje9pSquqt4ddKM9x5vd+tlNEPaP8w57BtrwcNaq7xrGrCjCpSYuVfGjn850JQjzA==} + '@tamagui/collection@1.142.0': + resolution: {integrity: sha512-nmWVADDoRreXTYQ/9xxtp55rYT2dkmUlbNEb4ZAbWcP+Jm0TEoXvCVRMatC+PHPcctUQjEZKFCL5VoWT/8Qy1g==} + peerDependencies: + react: '*' + + '@tamagui/colors@1.142.0': + resolution: {integrity: sha512-H3vu1VQYDs+rCz2o7vHKCvqdUAQiTNXiRXZ9ubPpq/TeBVS6B3EcHwOLqLmrtbgq4rlcvbsld0au0P0ItqvnLA==} '@tamagui/compose-refs@1.117.2': resolution: {integrity: sha512-MY4/+ZUWkdglYfzzswVtXo1pVh26KOHt1Uvbzyf11jq4jZ2qWGP0m5UtHvBwfj17TMABzqmYGUJMWcEBBRMCAA==} peerDependencies: react: '*' - '@tamagui/compose-refs@1.96.0': - resolution: {integrity: sha512-t4gY6+0VP/vq0J6r7bkVh8RUhE9ZXyjsxOA0kQa1wjTGbez1yE+OuRtoTU3XnDK8BymZl2YWzAA8sKxnUzSdCw==} + '@tamagui/compose-refs@1.142.0': + resolution: {integrity: sha512-rPUeB1x1W0zUV/eaWYWF8WiG5viLRxPV8IXiayaAX3MLd37EhQA4shX0VhMVThUJqCswYlzSSqpR/5XiGumNfg==} peerDependencies: react: '*' - '@tamagui/config-default@1.117.2': - resolution: {integrity: sha512-J3zpPaOyOhyfHITLVBWBGBBiQmYMVKmzAdSoHLppntHhMStx8dyRMQq53uuGMmsHIZTc5BRl3BH0WaVzBsu5PQ==} - - '@tamagui/config-default@1.96.0': - resolution: {integrity: sha512-+RZ86CQ9ICIuu9zvPGM6Lg9rFxvZuJKLAFrveqDs3sn4F7hBxkcEAUUDYk79QlCaRR67b0xGfrRhsaIyMgCYzw==} + '@tamagui/config-default@1.142.0': + resolution: {integrity: sha512-+E0/wrdY9HJoxC8gQ3pfI71TK/TiqnhPAD+TFMzoiOi2jyZBdBNbuWPQvKaiMf76SbBgnkGfTjp2MxxICJnu3w==} '@tamagui/constants@1.117.2': resolution: {integrity: sha512-9b4j6w4cPBn7suc4oxFtWbQxI7InNyJ9NnJycGSKcY+3f4JKLM33K7N2Uz3Ig8gwsRgukLY3Ao27UarawB+MfQ==} peerDependencies: react: '*' - '@tamagui/constants@1.96.0': - resolution: {integrity: sha512-wlDqX3GV7vTtY1mlrmwd/H/UThkFZ6J3frosw2q7MgKsvqOxQbFGUhEMgS1Jmt8S+Fzktuy1+N8v1sRrajEsKA==} + '@tamagui/constants@1.142.0': + resolution: {integrity: sha512-hy69BqTumXsCccMot9ZAf6Zx8abUv3cdpiPxfyXLK7GBhhvyc8UtlJDt3muDAymCe5QLg3gpDZeUJ73V1HcvEw==} peerDependencies: react: '*' + react-native: '*' '@tamagui/core@1.117.2': resolution: {integrity: sha512-oxz/4lGDNsNRJsGxSvGNyrHG03EAVLpKm14gB4NjZKTIjs5XNxel0pWZa1EJmWHUh2cne4wc1upoNLM3I2SuqQ==} - '@tamagui/core@1.96.0': - resolution: {integrity: sha512-QBtJpWibCFu6Y+9rTsXA31V5D3V5ctvyZCydRF8GYkQvScGDpQmFNWLezPHJ9Q/8lqlczxzpOyXGanIY14sEKQ==} + '@tamagui/core@1.142.0': + resolution: {integrity: sha512-xGfumJJdeLAU9K2sMNlVlXXI+ZGng4luNH/zR/lmqCro+T8+E0GmETVE9V1Nl+hwW9LLOJTPoimi/8h1TEo8Og==} peerDependencies: react: '*' + react-native: '*' '@tamagui/create-context@1.117.2': resolution: {integrity: sha512-2D1FVMmh7fZqaLRzO58w7vn6yHjM2PSSpvvLfPF7m0CI/tnj9NR9E/l3UH9Jj2vvPfC/SunawGQxqrOtwb4anA==} peerDependencies: react: '*' - '@tamagui/create-theme@1.117.2': - resolution: {integrity: sha512-QW+WX5MUU/jtlGKY4wfcZj0Y4D6/rsMbTN3bOiQYYaWQoqyLvtT5W6BL0O8bzQrCByGKqN4AGEVUNjCFl4Kb4w==} + '@tamagui/create-context@1.142.0': + resolution: {integrity: sha512-vjBEKu5ZYaO9VtQIAbIM949xcsjY0u/XB77Ox5Frc8xB+8N5auVvp1oNJbGfczKCozofN4L8V6rtt1LRyJwMlw==} + peerDependencies: + react: '*' - '@tamagui/create-theme@1.96.0': - resolution: {integrity: sha512-cJSXV9RTNVpkEM6z47fxJRPOsEg3J2ZXrCM+tabWdcuPCSn5b2Jq06QRo8H9P+UYqje+di7B/VBO4IhHy0OQBQ==} + '@tamagui/create-theme@1.142.0': + resolution: {integrity: sha512-gAbhLYttEFmo42BqTPRe3KN7tJl+CFlCTocjT0cM5iPGrM7u5L5vxu+8cr0LZZKFc9zT2R3/peG3Iem/Sz4y1Q==} - '@tamagui/cubic-bezier-animator@1.117.2': - resolution: {integrity: sha512-zXXLyjGa9vBF4YinwfZ5NnhdI1MBefwvT5uxLPBtyVRLPrvF/4UrTow5D67Gze6L9e5/tN2mP+jnE8NTOkqIgA==} + '@tamagui/cubic-bezier-animator@1.142.0': + resolution: {integrity: sha512-l64BAvhT0fH5C2tqjTHap19OXDkJ6pKvRzYHVuJj3YD7jKknRiiEr1jevkSgqKIoH4sCqa0VhezKvZvzCjK+bg==} '@tamagui/dialog@1.117.2': resolution: {integrity: sha512-0m+dx9LhGUd+CD24lRoPzLCbDlfNJnKjEg0ke3bl4KoqUBJpxFvdDyyK1uSiz+lb+88WSC3PGM+JGKoq6e27zw==} peerDependencies: react: '*' + '@tamagui/dialog@1.142.0': + resolution: {integrity: sha512-0n8Yxz8mVFP03CWra9xEgG01pBF3nUBVSYJUmicawuwX4yQuys34G0ow81wUEYIHTx25d3v2WUrmHPTd1fFTUw==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/dismissable@1.117.2': resolution: {integrity: sha512-RIRqZwPaCeel5dfKtaNPdI2yxmG1f9mz8NwqWsytzlGyczRjHo75daQVqyyfUuFY4eb8Mg2xsxlAJytWwoAcWA==} peerDependencies: react: '*' + '@tamagui/dismissable@1.142.0': + resolution: {integrity: sha512-0Whc6JWLUGml1pJ9Obr3OGxlPvilMKxsC1i7A1hejq1JgZnfq7ut9B911ltGZMnmnABhmBiUyuGgcyQ5yR00TQ==} + peerDependencies: + react: '*' + react-dom: '*' + '@tamagui/elements@1.117.2': resolution: {integrity: sha512-eIj9GytZot/4G27BOwkSkvExUKY524yQMZjmho3ZYaZA2p45ITsjX70s12/Wt99lF5uE/LVZl31peBIqm8EPUg==} peerDependencies: @@ -8870,176 +9253,291 @@ packages: '@tamagui/fake-react-native@1.117.2': resolution: {integrity: sha512-C91l9MfR6peqIa/lQpaz/Rkpe6Rk/Rnpfl4Yi+z9rR44iYsFk78mOXIT35kApf1U+HsvsivzAc60uqkYTpvNeQ==} - '@tamagui/fake-react-native@1.96.0': - resolution: {integrity: sha512-cExa9yp12cStVF+LBvJGpkFsppfIFAShaC/8+dqXHq1mU02fw6l9tC2xD6BJj/SxefHiS4PH2TumdoToA/En9g==} + '@tamagui/fake-react-native@1.142.0': + resolution: {integrity: sha512-Hc5sgyNrMOGXEUoYXF59NVLXuy+OCmMUjTS8GUcbVyz0obPX/cb48flXn0SA88i88N0Qkhl0fdRmwxVfOxhlyQ==} '@tamagui/floating@1.117.2': resolution: {integrity: sha512-dHFupcEur5z1MnmFgzm5SafqWSzhqLysJdsXvPo2P3/efMuNU/IHOwXKXcMJa8kuoUxjQ39mBHsMfUVQlpNjhQ==} peerDependencies: react: '*' + '@tamagui/floating@1.142.0': + resolution: {integrity: sha512-OukePVNWHbmdaEDgCr1jo13zafIMddxR8k9AIGV/yMNvdJu2zUOGMWGzcCIhdcppAsJCutyyQ4AWKeB4CJ10Zg==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/focus-scope@1.117.2': resolution: {integrity: sha512-26ckmXxNsZ4jIZZQv+bBfAgcnqjohcbXCFqThQD2Nxcmu1cb0kh6wkJT+lHzxU1R5wKlPHk9yPG+sXHc1e8odw==} peerDependencies: react: '*' + '@tamagui/focus-scope@1.142.0': + resolution: {integrity: sha512-h3xwLKHxVE1hxB+87NxoE5sIlHYKW/p8VlcGphfj6jkCkOcvkX6v5OK3geCNIt+Igvhirz435REG2akMF7hHfw==} + peerDependencies: + react: '*' + '@tamagui/focusable@1.117.2': resolution: {integrity: sha512-zA1EcCndmOH0/6JTKu6DxeKkmjF0jewideM+H+RQ3b7m2bPQUA0h3qH86E4g9m+qLXXNu0GBENqGI4JY26k4Fg==} peerDependencies: react: '*' + '@tamagui/focusable@1.142.0': + resolution: {integrity: sha512-aIJVheE+b3hQE4yItNv3PaobWp4yOjSn4QBXhKEH3KYfgo9bqXFnkZ6Pdb/1sllshHEJOSgwPDkl753s22FJmg==} + peerDependencies: + react: '*' + '@tamagui/font-size@1.117.2': resolution: {integrity: sha512-X6eoV4N3mdjceAKmecvusVP/CPMIIZBM2bASXCtbMlu2YNuFxrHgirTSMEwwgG3FvFrXEgEvN7ieAv/YJXcIMA==} peerDependencies: react: '*' + '@tamagui/font-size@1.142.0': + resolution: {integrity: sha512-QU1Dsl2WWKvDjcDZSenEzr0kJ99qgbapvf8JVn8UJJokpqzEGfT+Obww7izW48cujLVOuVqf6wn3zBTrcX4czA==} + peerDependencies: + react: '*' + '@tamagui/form@1.117.2': resolution: {integrity: sha512-N8WaHF1PgW6B3mSpywLqACBCeCqxMJ97R49Ve/5ddNGH9WLAppWtybWkKLkXY1H2ZQQ3nw2owrOE4Gs5Jb4NMg==} peerDependencies: react: '*' - '@tamagui/generate-themes@1.117.2': - resolution: {integrity: sha512-8cbWLSRUSIEwW/ogdmJWntaGTd6+S8PPYif3WsiZLaKEcQUWsr3vUHFT4iuuZrE8di8yc46zvAXL34txofcZ7g==} - - '@tamagui/generate-themes@1.96.0': - resolution: {integrity: sha512-xuBH5faN+YoC74EX8qOr+9P4ffuySFW5R8MtmV+swxTWIS4sqzWgy8L8Qv5IUld7W5NEi2fBo4+X9cmsyXprvQ==} + '@tamagui/generate-themes@1.142.0': + resolution: {integrity: sha512-yCTL356CRBGcO5Xx6DXPREWfosof4EYpJ3y6LyOgPLXaIR/VewmiYY9yTjnlpsHMKRfhTK5TYvfNFu0l41dFhA==} '@tamagui/get-button-sized@1.117.2': resolution: {integrity: sha512-lk3ul02+KHMBndtfcjaO+PBfd9jBM6jkXHwqzRkwqmT4sBfYjOhqziQ0AukFN/F6hx9fO/fiEcb4j83krsgtrA==} peerDependencies: react: '*' + '@tamagui/get-button-sized@1.142.0': + resolution: {integrity: sha512-K8LOnhbnQG8dT21CPoYAdSqT5gjNkK4ZIG5utSVLkFlJ3M9XRTmLVmG6ZcF+k4s0hDRYpD/CDaaGEWsZmFrb3g==} + peerDependencies: + react: '*' + '@tamagui/get-font-sized@1.117.2': resolution: {integrity: sha512-hpSJLe39WED5ZDazujINVRoyoB2ghzcTrwvLf0PgYhHIMUCAxkRF1zNCuxMVyFzl5i5XlL7NCmJHuU8qnb5dWw==} peerDependencies: react: '*' + '@tamagui/get-font-sized@1.142.0': + resolution: {integrity: sha512-s+GXpL89Z4DNGVOhyOYlLRY2VAE59Uvfv4PgeGSBlw87nSqKgo48sC23iYDk6WaDe7aj3jU6mHuwzNk059oz1Q==} + peerDependencies: + react: '*' + '@tamagui/get-token@1.117.2': resolution: {integrity: sha512-SYsUgo5Jgv/btv8+1yBVivy5Ujl7k7yBDTbWyVnlqqwYZjqEHebmHYAE+JIAe5w/Abu8cyuWGTxeqe7BbftjIg==} peerDependencies: react: '*' + '@tamagui/get-token@1.142.0': + resolution: {integrity: sha512-paTPm4sGgNZ4waw7GlFyUveVDpePfBhO3VIsgRbfzZhF9chQMEFuAEf7O/qLTRvy9W9im/Ilsw3Q4HQAueADJA==} + peerDependencies: + react: '*' + '@tamagui/group@1.117.2': resolution: {integrity: sha512-q48WdJP9SCcXhlUmh2ObNhKmSM7xHDXxfKMySe9QCYb0BJHlsKntDSrxIStO9qFroVCEQCea4tj0JPtTgvYGqA==} peerDependencies: react: '*' - '@tamagui/helpers-icon@1.117.2': - resolution: {integrity: sha512-PLZ/0FgtSfN0s/m26f99ThON0/W6hbSVs4LhjFXSPzyWQP51jxryw1ZMgee+uHV/IdxJO1jFwtvWKKk6W5Hc2g==} + '@tamagui/group@1.142.0': + resolution: {integrity: sha512-4Qjhh8TQvSxH3cMxOcRqVmFV1iJLdvQkJ8sT6HqJSyXyntGiob09zlFo7EUQ3k6tZ0eIlkgPXgJz1qEOAQ7X4A==} peerDependencies: react: '*' - react-native-svg: '>=12' + react-native: '*' - '@tamagui/helpers-node@1.117.2': - resolution: {integrity: sha512-niyyovaYxdXU/p1WPb8rM1qkR8MgBmV8o1MWcMOx8KZ+rWQqC81Wi5PGG2erkf1VWHcaY5IERP53/IQ/alXGCQ==} + '@tamagui/helpers-icon@1.142.0': + resolution: {integrity: sha512-SRyxCvDjUN5zM1eyrsuyNbll9FooJwNvwTvpi9C3YG9ckfLdc7LxgQhtYt4HH8pczXkOaHboeV/UKj7Vrza77g==} + peerDependencies: + react: '*' + react-native-svg: '>=12' - '@tamagui/helpers-node@1.96.0': - resolution: {integrity: sha512-eXROKgv5IOVDBgT+tDA77ZZMi+Q9Q1zFi7VCUkx0Mqi9ogFB5JqdhPvseRMb9ef2ntQPBRbF7jqPE8SC2PLrQA==} + '@tamagui/helpers-node@1.142.0': + resolution: {integrity: sha512-FR96RMfgq0zYsbq6l0Xq9G0oFiM+dw5YMnanJ0UbTPY9v0+8I6nA7JFmPfYlgTqOLTvnZeH+IZ1/Lxiw6/ulvg==} '@tamagui/helpers-tamagui@1.117.2': resolution: {integrity: sha512-WSqkcjz6dhgwYs3AIpHiNRSxbmXQalSkkTuUBz/zmOrZ4M8D3jA0hlQua3ePeeZVdQ74M8MqiUOb2bsOF6o37w==} peerDependencies: react: '*' + '@tamagui/helpers-tamagui@1.142.0': + resolution: {integrity: sha512-acwLn7flnW5um/lk9hdU29qXSHUziIsEZ2VvYl9z/Xz1FjCnxha6vqzzWb1WmZAeS+/recwK78fFmuhbB0AB+w==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/helpers@1.117.2': resolution: {integrity: sha512-H3C2cfdtsSuysFt0L3o2xyAiXNvffnYGLMwhHYWbP+txrAz+hoQCr8CCSjgAW0vGA0c3P9cTslQCymbndFm7qA==} - '@tamagui/helpers@1.96.0': - resolution: {integrity: sha512-8MCEG4v8y/yyqxuXHLUEKe9cT+rMlg+XDvbjhjwR4uYDvc420z26EJhHz9vZGrElBYzYp7uNuWptMib1ihdgcA==} + '@tamagui/helpers@1.142.0': + resolution: {integrity: sha512-m3NazahqzjSp4D2RqjpzR7FHhdU+h1YHwRMt2eF6LhUQKyuZVZc9ZfKPDZWofoRvL+AX1330JpE3M1j5dTlLmw==} + peerDependencies: + react: '*' '@tamagui/image@1.117.2': resolution: {integrity: sha512-mE2dANiIU2H7g5492F5z8McQBC1STj3msZRek3W1AgAeYuKVCbgbaxgOhmqWyc1PijKxt3beE7VwaRZDbFpnkw==} peerDependencies: react: '*' + '@tamagui/image@1.142.0': + resolution: {integrity: sha512-1rXtDKpCYqo1/COhCEI3+4x75cX07eDMfUJ4OXNiU2r0X9A0dCMN+GozYtHOrq66vf2vwIStZrc5KXYQb/8diQ==} + peerDependencies: + react: '*' + react-native: '*' + + '@tamagui/is-equal-shallow@1.142.0': + resolution: {integrity: sha512-BR9aGsTGUNqTIl5/gfrF+XKmy6sN4YFrsXzXutHbfwUNMPGJCmfwEJ41a0TcEZxsFzYS0BPqvAqNQNDW4RXUKw==} + peerDependencies: + react: '*' + '@tamagui/label@1.117.2': resolution: {integrity: sha512-IvE9ZiWry+xxEvPHt1DjjmglXqa786U8HHBxkO9F0RiqZNGKnrtkhpan9csEPgosPWAtK2qoh1jN+GgrHYuPlg==} peerDependencies: react: '*' react-native: '*' + '@tamagui/label@1.142.0': + resolution: {integrity: sha512-B+EYTv5vFSvqzdZ+x4AHnUxUBKUklXkUAov6o9M09Sfgg3CTqDtvRmiN8VDbs86tDtQkB1iTz35uxqbpIGmnOw==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/linear-gradient@1.117.2': resolution: {integrity: sha512-P69fcusW28wpEIh6l0ou6sFx8eQJq/bj313MGOt5k8in/LMKRwXTA3xSr6htk5flaSUe2SsroV/zG2ivNYg5VQ==} peerDependencies: react: '*' + '@tamagui/linear-gradient@1.142.0': + resolution: {integrity: sha512-LXpLqQryd81ur85uDqbqw6zjPWmsnToJRTXAx+zTUy7ezyTYCPYlZI93UjJ5mybVTNlxjUyGqFMC0BZCv5yjeg==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/list-item@1.117.2': resolution: {integrity: sha512-BaD4jIsky9sLvdQMs/MAhE/82iJWlnZCzyuPxCK9tfHpDqZfOtmfGEI3B7c6bj3S27Kt3XpkhvLmCx3pQ/NhZw==} peerDependencies: react: '*' - '@tamagui/lucide-icons@1.117.2': - resolution: {integrity: sha512-WQzmCpNbYKxCu2UpnEUgUEBSktEHwOcXAsL6ObrHlcNdAiuvjiniiPqnq/QSlIkpVyGDj80jH7ONgi/dxg6f0g==} + '@tamagui/list-item@1.142.0': + resolution: {integrity: sha512-0kiHDr6oU3r05Wueku3zNd4uFsIGC1RPk/QfPAyydB+smVXkFzJPUPaAnIPjw/oh907UctHbFb1Dh2m7Ztph4w==} + peerDependencies: + react: '*' + + '@tamagui/lucide-icons@1.142.0': + resolution: {integrity: sha512-ne4P8O/Y4hnt38Xf99TIZafVsOT2blAUGyqbCTO20msmK0Iu7NDEwc/vXCaoPmP5AMQK3a4qkkvJPfE6Z6YJ3Q==} peerDependencies: react: '*' react-native-svg: '>=12' - '@tamagui/next-plugin@1.117.2': - resolution: {integrity: sha512-cnKaFACXb8QpZuWTgZnSloKf+3o/1Am7s+7e8rceUJ6ZXxokDmDGB3CMPSJCwRHDuNv6yt09pMEKy6nFtVBWRg==} + '@tamagui/next-plugin@1.142.0': + resolution: {integrity: sha512-yBpZGLoAbzkbkYnsDVQDtSxVVxx6Cvztg+0otcL8RUFjIeVKU+sgJDq+zEDiMePk/wtMfWTqtF97isFhs0QmEA==} peerDependencies: next: '>=13' '@tamagui/normalize-css-color@1.117.2': resolution: {integrity: sha512-Ee9YAYo51ERktagoCatDIKiO331+dZFnu4zWkfV/a5KE1kRWdR65bDXTqy8xGvOaobJfI6h5valYA6cim39Jjw==} - '@tamagui/normalize-css-color@1.96.0': - resolution: {integrity: sha512-FWOLPBh8joDDxp2m1l8/tDmETF/9FySKEjTubFitvhgKCfWzM0x8GumA/8FpIp8YyEENIOy1kdKRtx8BUO5qlQ==} + '@tamagui/normalize-css-color@1.142.0': + resolution: {integrity: sha512-tTYGuQQw1j/Sb6VOXTKCdi8WhxvpD10SPvFTdHwv4gFdjqM+ZWYaVX2F7KitrdUMeBZNuslN9BrJvbmhQSnkVg==} '@tamagui/polyfill-dev@1.117.2': resolution: {integrity: sha512-Q4uV7EiBkdaQgLYvfAXEurwVpzPv+b2iGTumxfRvRrbzl93bk5HOqtOpXMWFaQ/lDGNOl9lNsNuxml3TRMq2LA==} + '@tamagui/polyfill-dev@1.142.0': + resolution: {integrity: sha512-LKDHCdup14GIVpkfgJNcaTZ1sIkSOyq6wO1FlflMltAL7dFLOzoNcsefh1GNC3Fmj0AJa8oU60mO37vTeyFaqg==} + '@tamagui/popover@1.117.2': resolution: {integrity: sha512-WB/f6jokbJrlxgrw/MeA16xRLgzGEOh4L07myQsTXXBcc+7Itq9dLzEd2fZa9hKhs2y3XdKJ+cCkPbL6pmC4wQ==} peerDependencies: react: '*' + '@tamagui/popover@1.142.0': + resolution: {integrity: sha512-T/e60mDSTQvnklLn0Iu8HR2aYi7OsnlHhDjoo5cwUPL8Z1x2F0KTaNp8wZG9e++0LKIxIuGU6Lr8il1c6jKS/A==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/popper@1.117.2': resolution: {integrity: sha512-EJk4dD9TYFZ3N3wBSHJfEp/H6pI1/Bf37R3ZnuAIJE303nIvTJOrkkKRlJ2ljz2THY/ekQVlCQe6uH+ehViXvQ==} peerDependencies: react: '*' + '@tamagui/popper@1.142.0': + resolution: {integrity: sha512-tpeq0oFEh1YPeGR9bnFiyz97w06qQHfICHJoXss/gcmCkSL22wuu834fk9dx2nFZEdO6p6rl9jJu/VsaVNajTg==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/portal@1.117.2': resolution: {integrity: sha512-DGgzH0PFMIe+neSiXEYQtG5Go8dxSHJErwNlVOL2rMyAWHPadYSZpQgBqm57P04VUTiEjJYg/P7ozYJAGPOeWA==} + '@tamagui/portal@1.142.0': + resolution: {integrity: sha512-602KrylPsi+yhah01uftD1lOkn9iGH5tv+P3cPXoSrUST1toPWHCfV790deqNQzrrTPhVwLklDyQSrRfWv/AZQ==} + peerDependencies: + react: '*' + react-dom: '*' + react-native: '*' + '@tamagui/progress@1.117.2': resolution: {integrity: sha512-nEOlKo8EJG0hLrk2aZjFMXVhmZ0gp0SGMtKLdwFQERR7yXYkBVEqFzHNYo1IzUlR56w4aNwSN/+eJqEu6+HHrA==} peerDependencies: react: '*' - '@tamagui/proxy-worm@1.117.2': - resolution: {integrity: sha512-XU79uBcE/L1WXjXD82cq49igwznqHEfZTPlgPavJ3JHDfsH9nsLxX9YYE77F1iKAhgDDtx1G+2X8/5zss8oKjg==} + '@tamagui/progress@1.142.0': + resolution: {integrity: sha512-F8yS4clgzziBDyL70U7vgDk//p1mWItXjnQnN6Rl0mXyNKG88bAWjWuNfSFYJJPeG+T19wlBzYrLR1yvolVLdw==} + peerDependencies: + react: '*' + react-native: '*' - '@tamagui/proxy-worm@1.96.0': - resolution: {integrity: sha512-0fKm5xMiZjigSyGxVVAIS9I+5l8dKvHOSkC+KkZy2oLnhB/vM2LaZZ6HbWgHCJrWpNdUnS7QM1efyOeHQj074g==} + '@tamagui/proxy-worm@1.142.0': + resolution: {integrity: sha512-zkSf7K6RIicrU3Oc9u+jgSIdn6EcQ9FeRSv9a0ca1z6O/WFtblmYxT6yRvTm+38dYbwNyvTzNIzdpC9PpcljHg==} '@tamagui/radio-group@1.117.2': resolution: {integrity: sha512-sgI13MI1Je/HAg/oD84tdTkxcqFsADqkcgcQwP1OCry8JvD1LssfNMyIzmgMAD+XrbwmWQSsZWGkMMIs0Be0qQ==} peerDependencies: react: '*' + '@tamagui/radio-group@1.142.0': + resolution: {integrity: sha512-7zVZSWJ9HIwiFFQGBeamrlZneKnOwivz3Q049S3xKdtizn+9CSjSgQ4rCTkGx6jiAxEs468bpBU4z9GPM3hfWQ==} + peerDependencies: + react: '*' + '@tamagui/radio-headless@1.117.2': resolution: {integrity: sha512-zW9McQ+hsMfoRHycHBrz0jzivlcfDjZJi6Cx12igDKMo1p4gRN2etkdUakDrM3gEHJ9nWFXRX9/oZrLrhLF5rQ==} peerDependencies: react: '*' + '@tamagui/radio-headless@1.142.0': + resolution: {integrity: sha512-p7kX/yOaFKu9ykPKwrCvnaEWNzQOhg8QzgsUyR3KWVFBYwYMsrcR7doAvGCLUWE5zXdCx3oVyqt6ryOurv2xQQ==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/react-native-media-driver@1.117.2': resolution: {integrity: sha512-FpBQYgx5SEZmxvzhhowcqV+FH0c+8mKXaaCjJWtGMKGvFnk13MXHknrd9t+tBDT8aLNAxm8IeWPHJvOqq7gcSQ==} peerDependencies: react-native: '*' - '@tamagui/react-native-svg@1.117.2': - resolution: {integrity: sha512-LSX8FG/xRdc2PEzhZa0W6g+woAzOvbkAiUAmKOf0IB06OpCyfdmIuUMDM0r1oRBw7HaeE2/ITgMKxQHoGvV2sw==} + '@tamagui/react-native-media-driver@1.142.0': + resolution: {integrity: sha512-4QsvxjrodVygg8oP66eTEYMm0Yh1B28jhGL+OCBpwaPjjbgg+XydGzGVdsvieszvCVWbjRbpZBCF3szxFY4jlQ==} + peerDependencies: + react-native: '*' - '@tamagui/react-native-svg@1.96.0': - resolution: {integrity: sha512-c+dwh6aZQEm6Ab8UaarNbUon5Ls3p9b4KarMzi+note9NUcafXFx8i1Oq+GguePNc77npUc4gJu8TS/EDE8wIw==} + '@tamagui/react-native-svg@1.142.0': + resolution: {integrity: sha512-rWACWAVKQiAYo0a6uBKcXJpx+zfkHQlyYsZbJBoZmQUZYHsgAlak8xTM8uPlSOvNV0gFYU18xKYQiSq+OXbOIQ==} + peerDependencies: + react-native-svg: '*' + peerDependenciesMeta: + react-native-svg: + optional: true '@tamagui/react-native-use-pressable@1.117.2': resolution: {integrity: sha512-FDQiiXsLn80oCvN7Tcicr9qAgBIbV13k90Rx96kyvIo8nq8IzWTbw4Ul4e7BjFxq/CMElgbY9hCCv1PKbQ9YmQ==} peerDependencies: react: '*' - '@tamagui/react-native-use-pressable@1.96.0': - resolution: {integrity: sha512-qM3/GjH1+QdaXPMFnO1bRR0PqSLlpoolg13vR9VkLJQ4FIzxP0HJJOAU0T94u/oVgpgwOWbRR27QR72ee3zTrg==} + '@tamagui/react-native-use-pressable@1.142.0': + resolution: {integrity: sha512-UvGAdnEVTAPVkYhYhsN0KpCEsiCf6XyX7yceblHv4I78PSDlkTLS0/TtLwC67Ryv3l+c8exEDwrkK5hagzijYA==} peerDependencies: react: '*' @@ -9048,65 +9546,105 @@ packages: peerDependencies: react: '*' - '@tamagui/react-native-use-responder-events@1.96.0': - resolution: {integrity: sha512-qwVseY70+MJ8WmM/Wy6sZjjBsDRCFsrrlguTF9feCKnKmLy2Ja21CokHDJUdK6LZmNxvEpNRPQJLE/mGC4FQ4g==} + '@tamagui/react-native-use-responder-events@1.142.0': + resolution: {integrity: sha512-uCBpxp/mo+b9YI11XB9nt65N5ONYoEPMvE0iS91XyUfFiPRaz/POCbtZYJjLhme5uZ9YM/1zfc+gLUuthl3lRQ==} peerDependencies: react: '*' - '@tamagui/react-native-web-internals@1.117.2': - resolution: {integrity: sha512-yHY9ryWiRCxR2O/99PX9sW0Xupw0O3pVThdWnZONaeVwpsNhoMteB8/Lj9D8rmNkzOknsCMW3jrhYbcpYahYyQ==} + '@tamagui/react-native-web-internals@1.142.0': + resolution: {integrity: sha512-QBEima2zVpamqB7JSuS8G5ZylmsWXrBhb1myJmwllz0z4H7lhBwKU5JTOqg41/Hl32BB2/vQP73PlP4S5XhP4w==} + peerDependencies: + react: '*' + react-dom: '*' - '@tamagui/react-native-web-lite@1.117.2': - resolution: {integrity: sha512-x0Dcq/RVvcg/Wgo75ketq25qHd4o+U7IVYr/all4HL6VoHVxQlR+w3ljc4cIqipqg7s84VLWnJdGGaBvpLGVTQ==} + '@tamagui/react-native-web-lite@1.142.0': + resolution: {integrity: sha512-4lcZgQ7Smyaiucs6Nfu3W68P8iZYtbeZdcY10FSTq1cM0hqhS2xl3umNu7Iav14KPvML5Kp+0AgQieN+uPtTNg==} peerDependencies: react: '*' + react-dom: '*' '@tamagui/remove-scroll@1.117.2': resolution: {integrity: sha512-mbr4f0041oYerwh5wjF6MhhRofszOteL6+GCwRhdpPcG73AxuYgLyTaPhgLCmMf0sOhjX9VitJynT2HvGEJ70A==} peerDependencies: react: '*' + '@tamagui/remove-scroll@1.142.0': + resolution: {integrity: sha512-Z464kIghZw2WpOPvE21F3ywEYWE444jhdQYvLmN6TZSuDBopNsZ2Ntq4Z8d+7UVTTiFkUIz/1rXQrg3PR8Nkww==} + peerDependencies: + react: '*' + '@tamagui/roving-focus@1.117.2': resolution: {integrity: sha512-PSu0MQF3b5pp/cSvbY1H7q/vilPmEkixlQ7ZAXIu52MYZ3O4qpjFRCRvIM4DhMHyhDZJv68XXARuHUQ4fDTWbQ==} peerDependencies: react: '*' + '@tamagui/roving-focus@1.142.0': + resolution: {integrity: sha512-Y5n+do8ZeuS5ZFOVdmOVJPEwOm2hsVIOJGfR2dHYz8QJzYDWhZFIBa0CC1RVqcyTXDAXkJcSjN7ISXkpguZfoA==} + peerDependencies: + react: '*' + '@tamagui/scroll-view@1.117.2': resolution: {integrity: sha512-kMuq6sSYVVjGOc4KSzqJa2gJJ+u+jaSr5lcq7SwZsE00REr/qDug32dGVKFdGcqgIGtZkVsgWIGW1kfeZU1L6A==} peerDependencies: react: '*' + '@tamagui/scroll-view@1.142.0': + resolution: {integrity: sha512-a+UCFkjy/wdWrVm2zvJGtP54wluHgPcmU6/tbiP7yqKSCosVsjAsuWAFD7l4UVWSTOk1AenycPHjhXd5TMx66Q==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/select@1.117.2': resolution: {integrity: sha512-cLyM8zDzx7eMC0Ql9bT4vVMZCimIJ056IztFlOs/DF+MDgqolHffgk1AehTlpuBLpphJ+nr7pOZplr+dU833mQ==} peerDependencies: react: '*' + '@tamagui/select@1.142.0': + resolution: {integrity: sha512-Vv6gpDTR/PYkqLhaZuWBBQ6fZXt+tXZv8noZMqhIyYKlf1BqIHMqyggXLb7x4FyPuH+7e0qFH2sl6YU2UVbCwQ==} + peerDependencies: + react: '*' + react-dom: '*' + react-native: '*' + '@tamagui/separator@1.117.2': resolution: {integrity: sha512-3PLXlDA94akfNp53IABvbmfhW6yWg1D3wLZGILHWKAFW5w2dbv4X1QjkeRJyOnlxoyTEToyS17HwvWUDdE2ggw==} peerDependencies: react: '*' + '@tamagui/separator@1.142.0': + resolution: {integrity: sha512-k1hwdWMzeF2LX/Y1lXHgbB+RBIBwhWnl6/sKv9v2hjB4SeTtXFTCb6Iob9QTVn/e4xQmcA3+Bdhl2C0k2O+yBg==} + peerDependencies: + react: '*' + '@tamagui/shapes@1.117.2': resolution: {integrity: sha512-RNsjzgYHsP/NjL9qOalnkGdeymjjM6MU/Y8I2gdt3aC4Ps/pMuiEK5GTxkypq8KfTK0kDMM6R/FHuve518Vlnw==} peerDependencies: react: '*' + '@tamagui/shapes@1.142.0': + resolution: {integrity: sha512-umC5CHTvF/ZEqlDO9w1Di4+EspO4dLtFMxgTEmkRqkS+cUxWv1U/qpOuhQbRzitRvJjJsFj9Kg14jr3fNSCDXA==} + peerDependencies: + react: '*' + '@tamagui/sheet@1.117.2': resolution: {integrity: sha512-xiY1SkNYy0zV9LbdwB8blAe92v6AFdz6NPdJmlqoEWbybbR/o8RBOjk1wvnFBlBjNB4/5fYY+Apj1ZlBxl/KQg==} peerDependencies: react: '*' - '@tamagui/shorthands@1.117.2': - resolution: {integrity: sha512-vw4AZdbu+C96BM/8nD1jwgwDHjhcdKPDdPxSTgDCWQ7drs0/K4QcoN9kSVPVAzq+Krgo5luMhXbPuSRpfN/77A==} + '@tamagui/sheet@1.142.0': + resolution: {integrity: sha512-rSWs0LvYttXmciBkTpKtD0O9tuG9GIT5pUuZFZu18v0jG7H03uPHMFBQAPoSTboIX+Csawha/e2PRHiMTqcIPg==} + peerDependencies: + react: '*' + react-native: '*' - '@tamagui/shorthands@1.96.0': - resolution: {integrity: sha512-ZkblCN7CONic1/M5nbntqMDe0t/KnVWIx94+x7RpBzX5WJmfRKn4GrD2mozWo7D11nPHg98X/zPrb2EaW7OYCA==} + '@tamagui/shorthands@1.142.0': + resolution: {integrity: sha512-h70StTSYKBrHn64/yjvyL+4hMQsTmIbHXecKxZVNA9dQXXx2CAlixzCe5MFfC6p05Rd6Pxe2lcxv+X7gJoDDDg==} '@tamagui/simple-hash@1.117.2': resolution: {integrity: sha512-CQnHFx2EAp6qvemfUcTrtKJgtTEq3FN99gQ3hYiWblOad1ihvtULYvtkKEhxTSp8iA5HR3d5hMZw2GOP4ds8qg==} - '@tamagui/simple-hash@1.96.0': - resolution: {integrity: sha512-NsVkfw+W05SWGQOJO/L7NuqERewzUeMjX+GKadH+gZqE5WG/SjY7x7fVH1i9JCbpkT+816xXh3YYcx3kfjFaDQ==} + '@tamagui/simple-hash@1.142.0': + resolution: {integrity: sha512-07R7VBK5EoLC7ugJrG4MmAnCjSh+FQ7/wy3UZMwzIJ9NgBb4p/n/D8XvFjVYZYk6GbDeYbp7ecNuU63oCrlqWw==} '@tamagui/slider@1.117.2': resolution: {integrity: sha512-KjeAZE8J/8EMGB1TcVockbx+80fPLeEce6VlSUPuPxtqZF+LLpIP/Gv2rcVgPLkPkxNzSeqF5GH9IhPi5T9eYA==} @@ -9118,39 +9656,73 @@ packages: peerDependencies: react: '*' + '@tamagui/stacks@1.142.0': + resolution: {integrity: sha512-sJfXEskQKrpBdL40G+4sraS4oJoK6SqukCnxYmzlZQ6V0bdXd/ob9wZblvEmrARtIUDI0SL1o3AVNYkKCp1V/A==} + peerDependencies: + react: '*' + '@tamagui/start-transition@1.117.2': resolution: {integrity: sha512-8h/atC/9A+7Ws9wuB5KTN0SPoJkkEHG52iTTm901tEsBYT4yexTztpoOtYsDKS1vQ7Z1kc+1vYOt3yAv3R1BUQ==} - '@tamagui/static@1.117.2': - resolution: {integrity: sha512-fB98V9zE2h9PrPqzd8+vaehH2elKqU5WuBRhvOLsR5HRli5m1dLkQ5fco0ISFmdNgrz3IwcU+HScBiA54pVPzw==} + '@tamagui/start-transition@1.142.0': + resolution: {integrity: sha512-cRz4aPgSjWbktNHE5/y717qTHwDwyS8yISWj2F2T/JYwrAqcJpHFCoVDxHZkq4nLjUZ0MQ/uxlXlLI/QYhX24w==} peerDependencies: react: '*' - '@tamagui/static@1.96.0': - resolution: {integrity: sha512-AINf+ydj7Krbj+EvyTgadzpGK1DMmWvE+vdmXeKvPKwWlH56MqVWSWjcr4uajU0zY1HvbjHNJmj3/p+kyfAtag==} + '@tamagui/static-worker@1.142.0': + resolution: {integrity: sha512-agMCs9ZwYwDkfQ5NeQrZj3bQRVXIZOAf2BhWjaozVTP9wa9kgibY5EmJHBA56JeAE85lUf1kLJIt9HDmHJzTJA==} + + '@tamagui/static@1.142.0': + resolution: {integrity: sha512-iR2OVthr6J7aG69KO5iJWfmdILwUxrjFxO7laErPlbtijkjwerYYeZ6SAaXk/3wNnArY2g6pu+TQ+3uApLE4Pw==} + peerDependencies: + react: '*' + react-native: '*' '@tamagui/switch-headless@1.117.2': resolution: {integrity: sha512-78riZhWr+sp03s4sST2iXQkhcIZz9XenC46dOxf/+jdUu71gKXpKmvoU4z7F/NKBLslucMMajQZNC+4f66SOvg==} peerDependencies: react: '*' + '@tamagui/switch-headless@1.142.0': + resolution: {integrity: sha512-9s/K4coZ+Slq0jTEM64HyhcC+3b5pFLW94CXcLJucEIef0tINrahOgJMVq4CHtLQxT7ZIhBvnaQZqETcV/AIQA==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/switch@1.117.2': resolution: {integrity: sha512-2VbGlS03xrIfhI48bLYBwg9+p3qlBkkfOrTaMmuHC53CG+5bzVJOElE4DcU/SA6zuefguGynLe9egQWHdNx81A==} peerDependencies: react: '*' + '@tamagui/switch@1.142.0': + resolution: {integrity: sha512-23FBxz4cqzpidrD/2i2iq7Tm+lY0EVd5XEa0eB4kgEMMtiJdajO+H+MOm5WjWFX/inKSMFq5MqepGFlJV8neUw==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/tabs@1.117.2': resolution: {integrity: sha512-CuEsS+vSEcSp6KyFtQKhkYuICmI2HPhlI+FWUBvPDraiUQbCOgkpMUkfljka4vkyCtMsUjS8Yg+Twdq5q7mZzQ==} peerDependencies: react: '*' + '@tamagui/tabs@1.142.0': + resolution: {integrity: sha512-h+FXgcZMtP5oBJOA/z9NdKSE8W9AMrnGvW96UCWYeXjn+qgwV8UPEQlBEk8bdSFoqyGmXsNUzP2cfXzg49RoXQ==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/text@1.117.2': resolution: {integrity: sha512-quodM9/2FRVMmm+zI9F5+2SO6wjDyOBL4lAWnqN25L+T1rm4QzLOjauZT00pXRTyftN0XwdUjonVqww8HBF/Hg==} peerDependencies: react: '*' - '@tamagui/theme-builder@1.117.2': - resolution: {integrity: sha512-iy/Zbj6t/kp/MznHVH1MGDRpTC1sPpDct/7VGnVkTS3a6TKD6xnav/HR2yCDnJOM98I8hvVpfFA3S/REq8kwjA==} + '@tamagui/text@1.142.0': + resolution: {integrity: sha512-1kQTA4gIjwSa8ugIeiIRdBRlTI+uJBsWRNcwakE1M8QrtA1aY94Yj9E4L8HbT5Jb1u+28cqZGIsE9+RejKhlww==} + peerDependencies: + react: '*' + + '@tamagui/theme-builder@1.142.0': + resolution: {integrity: sha512-CqitiB8/uZpjgLKDuxHgf6DNj9qFTlnTUgmapQMmW7KVEw408GgSiPB3CPyjtxYjpCyPmTpx6vzuN6ePgj4wRQ==} '@tamagui/theme@1.117.2': resolution: {integrity: sha512-gaYAPnES8hHyrAtwBD3ssQxsjApFgsovwc93rFJKryejdOKCnYkzddZOcck7tOgi09PsoHtgkS3ZnCsD0t5RdA==} @@ -9160,13 +9732,14 @@ packages: '@tamagui/timer@1.117.2': resolution: {integrity: sha512-yFFxNq3MoLz3gsI8Ph0ZKsORHu7kD+ZI7ATauOks+N+UBSZFvsfA9WjWSheFD2wuYQQAO6hEFAg+Zj7POOkqdA==} - '@tamagui/timer@1.96.0': - resolution: {integrity: sha512-5Xrz+XNxEWYZu7obRryQHWPvrPpi3H3W513wUztmOhLO/KZ+G3X+POnGvwFPDPvpoJcDsRM+nvHZ6mMGgy5GbA==} + '@tamagui/timer@1.142.0': + resolution: {integrity: sha512-kv9/0a+ySAKntqjKHCSor5ftR+j/Y0uK0uBu228iWUfSik4UgPsYzn8qYNeoj6nBFjRyBEzJKofmOFi5I2RLow==} - '@tamagui/toast@1.117.2': - resolution: {integrity: sha512-cVVCGwoJq2Qo1vsZmGcdcV5+KWOtdqjYfNbS+ayFlvUZKTjaDmtZjZ556E3BmqpauwR7sfDvMW9UwVpCj+cZ8w==} + '@tamagui/toast@1.142.0': + resolution: {integrity: sha512-yhXkb/JroN1wf+u9cHR8SYminqPOvQea0gL7a27y/WlrG0ytiqhHoN3WQBQehrmJKDDGOAsraVtqCPGhMgxBdA==} peerDependencies: react: '*' + react-native: '*' '@tamagui/toggle-group@1.117.2': resolution: {integrity: sha512-kCar9AG33xi/nuXFym1e8/X4H6vlRC9aHocb4fVECLFaAC8JLBJJ/pxcerkXL6N77D936AphUxjRJbN6hsOgXg==} @@ -9178,37 +9751,68 @@ packages: peerDependencies: react: '*' + '@tamagui/tooltip@1.142.0': + resolution: {integrity: sha512-t8fGCdJ02RrhYMPsmqysc12IyvG1PhfPVjdhdhPYtE+dPOctRyR17GOStvR6fqklOMli7gHDI/yq5KSg8ONBrQ==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/types@1.117.2': resolution: {integrity: sha512-Gfx5cCjSVn6fuVILfyi30adaqL4oLRaOoKqStf78cwUJmoPo9Uw/wk3JISrZLUAMZd4AAviMztMLJrL27DUuKQ==} - '@tamagui/types@1.96.0': - resolution: {integrity: sha512-8w6vu7SAVSOK2cXpn0KVi/iVfRQzcA5sO7I5x+E9RTCF/YFkxbciT9XRsgWO8ERPMbu1zUIfetJkNsvCPO+qFQ==} + '@tamagui/types@1.142.0': + resolution: {integrity: sha512-F3VfLJOvO2jQxisaQa3hxsDLOwXO34NHfYyjTldQRvzpLKjorYyurJfA6nujPeRKaSJtpjdwDLsWB8Z8QB99SA==} + + '@tamagui/use-async@1.142.0': + resolution: {integrity: sha512-CQymsq38di6ZshKxjt8GUfdBqXJqugpkB+DTD/B3UXa/m36mWdoFz3CRJHqFBVWg7u/tPwYfJkLA2MT8hRAIgA==} + peerDependencies: + react: '*' '@tamagui/use-callback-ref@1.117.2': resolution: {integrity: sha512-2gHQU1nvtmge/UJOp6Kri8lXO+p5ZW22YFvZQOlIZLYeLPrqElSjZsDjaShCP9Fy0i1iTv2calUMkAfXrPzzVg==} + '@tamagui/use-callback-ref@1.142.0': + resolution: {integrity: sha512-tpY37OsjieV3iQz1YTkCDU0sUayKV8CNRP+8KI6aZkjwyvimBU14TaBEx6haIrlvCasK+2zeInJOvDqGMVulWw==} + peerDependencies: + react: '*' + '@tamagui/use-constant@1.117.2': resolution: {integrity: sha512-ZUPrmIEIwOtY8qdujs1WBRCKEHLRYAR9LHQXhds+vRyaM6FvG8hPJuAUcSxA5BIIU3vZLDjkh8oz0LiY2iq7VQ==} peerDependencies: react: '*' + '@tamagui/use-constant@1.142.0': + resolution: {integrity: sha512-mGfu6QLr/nrnE5iUgcisRi89Wlvt5l8UC5JQW/9wqBDTOVaH6UgjRcPMLRLETmKhRnukMze2eyPsPAPq0Ezgug==} + peerDependencies: + react: '*' + '@tamagui/use-controllable-state@1.117.2': resolution: {integrity: sha512-XEJpkd3iVCAgg//JLzSq8nhDVtyoA4DOEY9Mv9TMaL6mW2c5e7B/o6LvdF+r+QoJtJDKeJot9xHme0ZYecvw8g==} peerDependencies: react: '*' + '@tamagui/use-controllable-state@1.142.0': + resolution: {integrity: sha512-8MuiE66vbzhuXEacK3X5MbqHL7PpHmb5KXn0zbFVnaLtCUSZLNdCGRUfTuKjMa8/hM4JGXT2H4WCmO0EsaJ+Ww==} + peerDependencies: + react: '*' + '@tamagui/use-debounce@1.117.2': resolution: {integrity: sha512-XmJMF43+s2AOwXCHl/lqbKpnbpDsaOXvrBP/Hn7QjETjHaRIa63rK93Vtkkp8xLKjCXMjEDO5VPO3kkRo7PPPA==} peerDependencies: react: '*' + '@tamagui/use-debounce@1.142.0': + resolution: {integrity: sha512-t0AaTT4RKmYojWpvgLXnonBFajnkcNbK730Auap3M5ikmtTt4LUIwPjTa37BjfGa0+PdJkhitxKB9YOUwvAqpQ==} + peerDependencies: + react: '*' + '@tamagui/use-did-finish-ssr@1.117.2': resolution: {integrity: sha512-5tkcwdkCV/QAu5o55T35qAITMZnFQ+wDsB3R63QMN0VxZKrS3iAkR4qs/KGXanXNfN3JpXYbU7MQeWFl1H+ukQ==} peerDependencies: react: '*' - '@tamagui/use-did-finish-ssr@1.96.0': - resolution: {integrity: sha512-ba/ujEXJYtdaWoNIJGzdBDZQpwuy4GH1hvxbTIAhYtlAXJUa0YCGE33+YRj3eSGsHDab0IS5NBCoL+cP0DmWjA==} + '@tamagui/use-did-finish-ssr@1.142.0': + resolution: {integrity: sha512-JMBWl+sXqURYLeXQpGo3/iQvVPTpZrvzILbo86GCr1PVNO1kauDGOrfv60hRwLr8yqsJ40J/42psfIanneDkEg==} peerDependencies: react: '*' @@ -9217,16 +9821,31 @@ packages: peerDependencies: react: '*' + '@tamagui/use-direction@1.142.0': + resolution: {integrity: sha512-Q6HZRDd4DhvmsOg/FldWiTAEm+u4Sc3h84b/Aka0ZAGmdThCmkUjnInK6le9EjyuwmFMC91seSUdc24/8Df8cQ==} + peerDependencies: + react: '*' + + '@tamagui/use-element-layout@1.142.0': + resolution: {integrity: sha512-IilURkFYYVvuvD4nn1klaqHpD2qLf5ygHykM0An7cwZ9Lo7QljrboilQstk2WDNYF9h2hJIBDETUNkH1hZB1wA==} + peerDependencies: + react: '*' + '@tamagui/use-escape-keydown@1.117.2': resolution: {integrity: sha512-wbUlQ2RlRchfpivoQRmVGwRl1Jtol65h2FudKvafWOhG+S8EWtfNjtqDagmhSus7p4l3EYkfBqVKvXOIFUwCJg==} + '@tamagui/use-escape-keydown@1.142.0': + resolution: {integrity: sha512-HDxvR9QhogIa7QBqfQutGF5LOpTG4IlMVTBkuboQ5aAWuwZWfc+klYF8igDjCOthh3knwmexEyfqMRgFAzYZ/w==} + peerDependencies: + react: '*' + '@tamagui/use-event@1.117.2': resolution: {integrity: sha512-WMzx7Hrtd2LP1aZKnj1vC0JhWraEGrAD1quJVImWg7yA/dYLvOQ5e464sV3UFzcCzFPXT6Er9ZMum+jGJhlZ+A==} peerDependencies: react: '*' - '@tamagui/use-event@1.96.0': - resolution: {integrity: sha512-kSx46K02x6WF+BYvsteJMuP5HNsraCXm+mf31Qb8efXvQYOxdL/UdebNDIPbRL9RKRcH/MUTqQH8kLIrRLwaLA==} + '@tamagui/use-event@1.142.0': + resolution: {integrity: sha512-2ZYFKZc4+Zk2x2TPQ8Z+pCyjEzFExKf6xzcpQH76jgIW3O7PhLGrpDroezCq3hQ+VdeXdFGKJElCUU0zrzvH9w==} peerDependencies: react: '*' @@ -9235,8 +9854,8 @@ packages: peerDependencies: react: '*' - '@tamagui/use-force-update@1.96.0': - resolution: {integrity: sha512-0CbD2DytTxF6QRP05HKMS5/ns/E9AYfHo7qxxpy9/kiMluR3I+fRx3L/c0XjhwXAiDcM36XJ0lLqw+zAROQc4Q==} + '@tamagui/use-force-update@1.142.0': + resolution: {integrity: sha512-eShVMual+BDZZSk2ia6tsTiTFBR6uQqOhbaJOtQPt/TU8sXyDVp+56/7GcofTgJOYKLvDdPznj8UwEIedaeMTA==} peerDependencies: react: '*' @@ -9245,14 +9864,30 @@ packages: peerDependencies: react: '*' + '@tamagui/use-keyboard-visible@1.142.0': + resolution: {integrity: sha512-zckipThNxKCMokgvg7NOgUQEE/wNXi2hYa9tLse+ovnwr8BrkGDsqmliDAXGZElxx7sxBOCiA6LgfbIf718hkw==} + peerDependencies: + react: '*' + react-native: '*' + '@tamagui/use-presence@1.117.2': resolution: {integrity: sha512-QkIj1jwVLH7xU8zGIDvAfO4kXP9NH1KyPRy7sQacuNoPwL9JsrKDmkHNxl3mrMLa6hw07XAjsmDQ+Vp/4ft5mw==} peerDependencies: react: '*' + '@tamagui/use-presence@1.142.0': + resolution: {integrity: sha512-gSdLNStdegZtvmZcvp/+ICLfgmfNst2rGQQMEfZNJiSzIPODGfPS0fnPEDlsmVihk2zfF66vD+nton+arzB2kw==} + peerDependencies: + react: '*' + '@tamagui/use-previous@1.117.2': resolution: {integrity: sha512-yHnp+B4b54lrCFtrOI0/a6/lPjoBoRpjBe1EQ1oPA4B+W5x1l/zfKer6VUxdYFpYB+z0PQxHr97grebe8A809g==} + '@tamagui/use-previous@1.142.0': + resolution: {integrity: sha512-wIB+IgIuw/JNebvBdVBIGt22fnJXoaWbc0mQl177XmdygQ0PLCoIsSn7Ams0L1dUEKgXAsy/GSed03dMK/eJzQ==} + peerDependencies: + react: '*' + '@tamagui/use-window-dimensions@1.117.2': resolution: {integrity: sha512-aID02GDJQBIOLpN/nOx7ERh6/yNTFMQP5hZqh3ylU29SdFDO9tdHAb5VPFxIwft/wDrRLyz54gd+yLbWAqSkzQ==} peerDependencies: @@ -9263,13 +9898,15 @@ packages: peerDependencies: react: '*' - '@tamagui/vite-plugin@1.117.2': - resolution: {integrity: sha512-Z1ws97NdUMo4BVmSTwkSKlHZlDOA1o9RTUbfbc0NKCNLfmZ5uvVKT/bHxSFbO+K7reDbQIwjMTcLX7GuDyeeOA==} + '@tamagui/visually-hidden@1.142.0': + resolution: {integrity: sha512-2Pm3LsaV0FreRzhRkNzopLya1vX3H8QHX6i5sPs7aC7/JOKWxvL1xTAnYMjF9DlxvhB+SgDmqQ63H0KCL6eL2A==} peerDependencies: - vite: '*' + react: '*' - '@tamagui/vite-plugin@1.96.0': - resolution: {integrity: sha512-i3TBp3QeuZtUFNFZ5Y0fG9unKNkRW+i5OJIc2agPrEx2SNtpcgrK+gHzN/UL26FJWzYBcKVhQjsWhsqyy4iRqA==} + '@tamagui/vite-plugin@1.142.0': + resolution: {integrity: sha512-VhLVmrzQClfe7PSSQJofJROpLjdeT5FCAvpeFMt31iIuz+AbDtFbVNV9LASedEfEix1qd/fqTzobVPIwn3rbGw==} + peerDependencies: + vite: '*' '@tamagui/web@1.117.2': resolution: {integrity: sha512-wdtvI2SN9Gcb/UsIN6WU7JzOPv3rX4n0NtWIfDE2N7odIdK/Ser4GTdBAy/KEoOjnxd/5e/i3ST7kRFvmJjxdg==} @@ -9277,26 +9914,39 @@ packages: react: '*' react-dom: '*' - '@tamagui/web@1.96.0': - resolution: {integrity: sha512-qFdfrXs2LbPU9lnBHjOfxziVDqvwX3YtVPPidEYOrmBB112GaiaGjLA5MpgM+CJpYMoFpu+MOxzW73/7ouqMCw==} + '@tamagui/web@1.142.0': + resolution: {integrity: sha512-1aaJv6jwdwTNcsGmmg2QK5n7rFeTJlAEKwSzSOiYeh4KnMaDQ0jnyOkfnAM4ZTiEvz87Y1TCoZ25j3AMvbU/9g==} peerDependencies: react: '*' + react-dom: '*' + react-native: '*' - '@tanstack/react-table@8.20.5': - resolution: {integrity: sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==} + '@tamagui/z-index-stack@1.142.0': + resolution: {integrity: sha512-O7lWyRGX6b95rKdt7Wo3con8hfySCsbFe57DQXfGewN7Ca0mnmsdUa1kyzqjVf28PTE3MxoOAydr1qdDGGdmWw==} + peerDependencies: + react: '*' + + '@tanstack/react-table@8.21.3': + resolution: {integrity: sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==} engines: {node: '>=12'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/table-core@8.20.5': - resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} + '@tanstack/table-core@8.21.3': + resolution: {integrity: sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==} engines: {node: '>=12'} '@taplo/cli@0.7.0': resolution: {integrity: sha512-Ck3zFhQhIhi02Hl6T4ZmJsXdnJE+wXcJz5f8klxd4keRYgenMnip3JDPMGDRLbnC/2iGd8P0sBIQqI3KxfVjBg==} hasBin: true + '@taplo/core@0.2.0': + resolution: {integrity: sha512-r8bl54Zj1In3QLkiW/ex694bVzpPJ9EhwqT9xkcUVODnVUGirdB1JTsmiIv0o1uwqZiwhi8xNnTOQBRQCpizrQ==} + + '@taplo/lib@0.5.0': + resolution: {integrity: sha512-+xIqpQXJco3T+VGaTTwmhxLa51qpkQxCjRwezjFZgr+l21ExlywJFcDfTrNmL6lG6tqb0h8GyJKO3UPGPtSCWg==} + '@testing-library/dom@10.4.0': resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} @@ -9311,11 +9961,15 @@ packages: peerDependencies: '@testing-library/dom': '>=7.21.4' - '@textlint/ast-node-types@14.3.0': - resolution: {integrity: sha512-baDgKcA8MeO55I2+LNc9FTAJ/aUKlxN6DgM5B511tT9kDwECXRk+iYi/H+oaP25z5Zq3FqrL6n7mmyfFWDUWkQ==} + '@textlint/ast-node-types@14.4.2': + resolution: {integrity: sha512-e8/drNznaZHS/qGDC83k6Ht1wDWNHzGQ0RHcXD+72YMFercEFvp6WVfW5XbCbxGbSITEO5NBCOCTyeccS9lxEA==} - '@textlint/markdown-to-ast@14.0.4': - resolution: {integrity: sha512-D9UUxnRJoNROVjOa9bhoQPDdRvlvS/xP3MJo0Kl6b/mJFi0dOlW31WUfpOFjZkp4uXkL+oo0ji7AMnmV6JORsQ==} + '@textlint/markdown-to-ast@14.4.2': + resolution: {integrity: sha512-hj2xR9hz5/Tu7Hlrn6VORJgdAfUhAd5j6cBkEVpnKAU4LaERkNyVCgK/da2JHK2w84YHmaDjER4D6zUUkllwag==} + + '@tokenizer/inflate@0.2.7': + resolution: {integrity: sha512-MADQgmZT1eKjp06jpI2yozxaU9uVs4GzzgSL+uEq7bVcJ9V1ZXQkeGNql1fsSI0gMy1vhvNTNbUqrx+pZfJVmg==} + engines: {node: '>=18'} '@tokenizer/token@0.3.0': resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==} @@ -9360,18 +10014,21 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} + '@tybys/wasm-util@0.10.1': + resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} + '@tybys/wasm-util@0.9.0': resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==} '@types/acorn@4.0.6': resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} + '@types/argparse@1.0.38': + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} - '@types/aws-lambda@8.10.146': - resolution: {integrity: sha512-3BaDXYTh0e6UCJYL/jwV/3+GRslSc08toAiZSmleYtkAUyV5rtvdPYxrG/88uqvTuT6sb27WE9OS90ZNTIuQ0g==} - '@types/babel__core@7.20.5': resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} @@ -9393,14 +10050,11 @@ packages: '@types/bonjour@3.5.13': resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} - '@types/cacheable-request@6.0.3': - resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} - '@types/chai@5.0.1': resolution: {integrity: sha512-5T8ajsg3M/FOncpLYW7sdOcD6yf4+722sze/tc4KQV0P8Z2rAr3SAuHCIkYmYpt8VbcQlnz8SxlOlPQYefe4cA==} - '@types/chroma-js@2.4.4': - resolution: {integrity: sha512-/DTccpHTaKomqussrn+ciEvfW4k6NAHzNzs/sts1TCqg333qNxOhy8TNIoQCmbGG3Tl8KdEhkGAssb1n3mTXiQ==} + '@types/chroma-js@2.4.5': + resolution: {integrity: sha512-6ISjhzJViaPCy2q2e6PgK+8HcHQDQ0V2LDiKmYAh+jJlLqDa6HbwDh0wOevHY0kHHUx0iZwjSRbVD47WOUx5EQ==} '@types/cli-progress@3.11.6': resolution: {integrity: sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==} @@ -9438,12 +10092,12 @@ packages: '@types/estree-jsx@1.0.5': resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} + '@types/express-serve-static-core@4.19.6': resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} @@ -9456,24 +10110,12 @@ packages: '@types/fs-extra@11.0.4': resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - '@types/fs-extra@8.1.5': - resolution: {integrity: sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==} - - '@types/fs-extra@9.0.13': - resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} - - '@types/glob@7.2.0': - resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} - '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} '@types/hammerjs@2.0.46': resolution: {integrity: sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==} - '@types/hast@2.3.10': - resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} - '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} @@ -9504,8 +10146,8 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jest@29.5.12': - resolution: {integrity: sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==} + '@types/jest@29.5.14': + resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} '@types/js-yaml@4.0.9': resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} @@ -9522,8 +10164,8 @@ packages: '@types/jsonfile@6.1.4': resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} - '@types/keyv@3.1.4': - resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} + '@types/katex@0.16.7': + resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==} '@types/lodash@4.17.13': resolution: {integrity: sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==} @@ -9540,9 +10182,6 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/minimatch@5.1.2': - resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} @@ -9555,21 +10194,21 @@ packages: '@types/mute-stream@0.0.4': resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} - '@types/nlcst@1.0.4': - resolution: {integrity: sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==} - - '@types/nlcst@2.0.3': - resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==} - '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} + '@types/node@15.14.9': + resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} + '@types/node@18.19.67': resolution: {integrity: sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==} '@types/node@20.17.9': resolution: {integrity: sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==} + '@types/node@22.19.3': + resolution: {integrity: sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==} + '@types/node@22.5.5': resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==} @@ -9594,6 +10233,9 @@ packages: '@types/react-transition-group@4.4.11': resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} + '@types/react@17.0.4': + resolution: {integrity: sha512-onz2BqScSFMoTRdJUZUDD/7xrusM8hBA2Fktk2qgaTYPCgPvWnDEgkrOs8hhPUf2jfcIXkJ5yK6VfYormJS3Jw==} + '@types/react@18.3.12': resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==} @@ -9603,14 +10245,11 @@ packages: '@types/resolve@1.20.6': resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} - '@types/responselike@1.0.3': - resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} - '@types/retry@0.12.2': resolution: {integrity: sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==} - '@types/semver@6.2.7': - resolution: {integrity: sha512-blctEWbzUFzQx799RZjzzIdBJOXmE37YYEyDtKkx5Dg+V7o/zyyAxLPiI98A2jdTtDgxZleMdfV+7p8WbRJ1OQ==} + '@types/scheduler@0.26.0': + resolution: {integrity: sha512-WFHp9YUJQ6CKshqoC37iOlHnQSmxNc795UhB26CyBBttrN9svdIrUjl/NjnNmfcwtncN0h/0PPAFWv9ovP8mLA==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -9654,9 +10293,6 @@ packages: '@types/wait-on@5.3.4': resolution: {integrity: sha512-EBsPjFMrFlMbbUFf9D1Fp+PAB2TwmUn7a3YtHyD9RLuTIk1jDd8SxXVAoez2Ciy+8Jsceo2MYEYZzJ/DvorOKw==} - '@types/web-bluetooth@0.0.20': - resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} - '@types/wrap-ansi@3.0.0': resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} @@ -9686,16 +10322,13 @@ packages: typescript: optional: true - '@typescript-eslint/eslint-plugin@8.10.0': - resolution: {integrity: sha512-phuB3hoP7FFKbRXxjl+DRlQDuJqhpOnm5MmtROXyWi3uS/Xg2ZXqiQfcG2BJHiN4QKyzdOJi3NEn/qTnjUlkmQ==} + '@typescript-eslint/eslint-plugin@8.51.0': + resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + '@typescript-eslint/parser': ^8.51.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <6.0.0' '@typescript-eslint/parser@6.21.0': resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} @@ -9707,15 +10340,18 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.10.0': - resolution: {integrity: sha512-E24l90SxuJhytWJ0pTQydFT46Nk0Z+bsLKo/L8rtQSL93rQ6byd1V/QbDpHUTdLPOMsBCcYXZweADNCfOCmOAg==} + '@typescript-eslint/parser@8.51.0': + resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <6.0.0' + + '@typescript-eslint/project-service@8.51.0': + resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' '@typescript-eslint/scope-manager@6.21.0': resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} @@ -9725,14 +10361,20 @@ packages: resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@8.10.0': - resolution: {integrity: sha512-AgCaEjhfql9MDKjMUxWvH7HjLeBqMCBfIaBbzzIcBbQPZE7CPh1m6FF+L75NUMJFMLYhCywJXIDEMa3//1A0dw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.16.0': resolution: {integrity: sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/scope-manager@8.51.0': + resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/tsconfig-utils@8.51.0': + resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/type-utils@6.21.0': resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} engines: {node: ^16.0.0 || >=18.0.0} @@ -9743,24 +10385,22 @@ packages: typescript: optional: true - '@typescript-eslint/type-utils@8.10.0': - resolution: {integrity: sha512-PCpUOpyQSpxBn230yIcK+LeCQaXuxrgCm2Zk1S+PTIRJsEfU6nJ0TtwyH8pIwPK/vJoA+7TZtzyAJSGBz+s/dg==} + '@typescript-eslint/type-utils@8.16.0': + resolution: {integrity: sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: + eslint: ^8.57.0 || ^9.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/type-utils@8.16.0': - resolution: {integrity: sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==} + '@typescript-eslint/type-utils@8.51.0': + resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <6.0.0' '@typescript-eslint/types@6.21.0': resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} @@ -9770,14 +10410,14 @@ packages: resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@8.10.0': - resolution: {integrity: sha512-k/E48uzsfJCRRbGLapdZgrX52csmWJ2rcowwPvOZ8lwPUv3xW6CcFeJAXgx4uJm+Ge4+a4tFOkdYvSpxhRhg1w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.16.0': resolution: {integrity: sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.51.0': + resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@6.21.0': resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} @@ -9796,8 +10436,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.10.0': - resolution: {integrity: sha512-3OE0nlcOHaMvQ8Xu5gAfME3/tWVDpb/HxtpUZ1WeOAksZ/h/gwrBzCklaGzwZT97/lBbbxJ16dMA98JMEngW4w==} + '@typescript-eslint/typescript-estree@8.16.0': + resolution: {integrity: sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -9805,14 +10445,11 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.16.0': - resolution: {integrity: sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==} + '@typescript-eslint/typescript-estree@8.51.0': + resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <6.0.0' '@typescript-eslint/utils@6.21.0': resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} @@ -9826,12 +10463,6 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/utils@8.10.0': - resolution: {integrity: sha512-Oq4uZ7JFr9d1ZunE/QKy5egcDRXT/FrS2z/nlxzPua2VHFtmMvFNDvpq1m/hq0ra+T52aUezfcjGRIB7vNJF9w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - '@typescript-eslint/utils@8.16.0': resolution: {integrity: sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -9842,6 +10473,13 @@ packages: typescript: optional: true + '@typescript-eslint/utils@8.51.0': + resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/visitor-keys@6.21.0': resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} engines: {node: ^16.0.0 || >=18.0.0} @@ -9850,24 +10488,145 @@ packages: resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@8.10.0': - resolution: {integrity: sha512-k8nekgqwr7FadWk548Lfph6V3r9OVqjzAIVskE7orMZR23cGJjAOVazsZSJW+ElyjfTM4wx/1g88Mi70DDtG9A==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.16.0': resolution: {integrity: sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.51.0': + resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@ungap/structured-clone@1.3.0': + resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + + '@unocss/config@66.5.12': + resolution: {integrity: sha512-rgV7Jj1nBZsLgk/FIFMDzKVLzIZlbKT5T0SB+odo9xZUsN5xwZZMl7I8TfZj5VxQaYqFEgSpS/Y4QCWlZ+7scQ==} + engines: {node: '>=14'} + + '@unocss/core@66.5.12': + resolution: {integrity: sha512-/m6su0OXcCYRwIMf8sobBjZTC25iBLUnQVcfyvHOJwLJzOMr8dtNmZbqTs7+Kouz40jlPF7pR+ufFrN+s5ZD7g==} + + '@unocss/eslint-plugin@66.5.12': + resolution: {integrity: sha512-dTJIiAetwq4YcxJo7O1L2DuBclrO6LcqnyGwcAregPFQ/EDUUhIIRtbQeHPIUKhiEpjURSSIXYJ6pkaR5XTm7A==} + engines: {node: '>=14'} + + '@unocss/rule-utils@66.5.12': + resolution: {integrity: sha512-2UQvdjS6nD3QHLEwcXlDhXFNiOUQDuOC+itX4tjqvnjP/hj5A99WEUHemb8WEHAlHAt7khe9591+BkHHo3BX/w==} + engines: {node: '>=14'} + + '@unrs/resolver-binding-android-arm-eabi@1.11.1': + resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==} + cpu: [arm] + os: [android] + + '@unrs/resolver-binding-android-arm64@1.11.1': + resolution: {integrity: sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==} + cpu: [arm64] + os: [android] + + '@unrs/resolver-binding-darwin-arm64@1.11.1': + resolution: {integrity: sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==} + cpu: [arm64] + os: [darwin] + + '@unrs/resolver-binding-darwin-x64@1.11.1': + resolution: {integrity: sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==} + cpu: [x64] + os: [darwin] + + '@unrs/resolver-binding-freebsd-x64@1.11.1': + resolution: {integrity: sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==} + cpu: [x64] + os: [freebsd] + + '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1': + resolution: {integrity: sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==} + cpu: [arm] + os: [linux] + + '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1': + resolution: {integrity: sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==} + cpu: [arm] + os: [linux] + + '@unrs/resolver-binding-linux-arm64-gnu@1.11.1': + resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==} + cpu: [arm64] + os: [linux] + + '@unrs/resolver-binding-linux-arm64-musl@1.11.1': + resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==} + cpu: [arm64] + os: [linux] + + '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': + resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==} + cpu: [ppc64] + os: [linux] + + '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': + resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': + resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': + resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==} + cpu: [s390x] + os: [linux] + + '@unrs/resolver-binding-linux-x64-gnu@1.11.1': + resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==} + cpu: [x64] + os: [linux] + + '@unrs/resolver-binding-linux-x64-musl@1.11.1': + resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==} + cpu: [x64] + os: [linux] + + '@unrs/resolver-binding-wasm32-wasi@1.11.1': + resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + + '@unrs/resolver-binding-win32-arm64-msvc@1.11.1': + resolution: {integrity: sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==} + cpu: [arm64] + os: [win32] + + '@unrs/resolver-binding-win32-ia32-msvc@1.11.1': + resolution: {integrity: sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==} + cpu: [ia32] + os: [win32] + + '@unrs/resolver-binding-win32-x64-msvc@1.11.1': + resolution: {integrity: sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==} + cpu: [x64] + os: [win32] + '@urql/core@2.3.6': resolution: {integrity: sha512-PUxhtBh7/8167HJK6WqBv6Z0piuiaZHQGYbhwpNL9aIQmLROPEdaUYkY4wh45wPQXcTpnd11l0q3Pw+TI11pdw==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@urql/core@5.2.0': + resolution: {integrity: sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A==} + '@urql/exchange-retry@0.3.0': resolution: {integrity: sha512-hHqer2mcdVC0eYnVNbWyi28AlGOPb2vjH3lP3/Bc8Lc8BjhMsDwFMm7WhoP5C1+cfbr/QJ6Er3H/L08wznXxfg==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + '@urql/exchange-retry@1.3.2': + resolution: {integrity: sha512-TQMCz2pFJMfpNxmSfX1VSfTjwUIFx/mL+p1bnfM1xjjdla7Z+KnGMW/EhFbpckp3LyWAH4PgOsMwOMnIN+MBFg==} + peerDependencies: + '@urql/core': ^5.0.0 + '@verdaccio/auth@8.0.0-next-8.1': resolution: {integrity: sha512-sPmHdnYuRSMgABCsTJEfz8tb/smONsWVg0g4KK2QycyYZ/A+RwZLV1JLiQb4wzu9zvS0HSloqWqkWlyNHW3mtw==} engines: {node: '>=18'} @@ -9947,10 +10706,23 @@ packages: resolution: {integrity: sha512-cyJdRrVa+8CS7UuIQb3K3IJFjMe64v38tYiBnohSmhRbX7dX9IT3jWbjrwkqWh4KeS1CS6BYENrGG1evJ2ggrQ==} engines: {node: '>=12'} - '@vitejs/plugin-react-swc@3.7.2': - resolution: {integrity: sha512-y0byko2b2tSVVf5Gpng1eEhX1OvPC7x8yns1Fx8jDzlJp4LS6CMkCPfLw47cjyoMrshQDoQw4qcgjsU9VvlCew==} + '@vitejs/plugin-react-swc@3.11.0': + resolution: {integrity: sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w==} peerDependencies: - vite: ^4 || ^5 || ^6 + vite: ^4 || ^5 || ^6 || ^7 + + '@vitest/eslint-plugin@1.6.5': + resolution: {integrity: sha512-+wKYGmvXQJjq58qBx/AwiZr5bFfMiWBdgHViSQoFW/+wl5MQhJeOGP/3HM7GO7W1+AoiW9Gcyy2Hdwcao4LnfQ==} + engines: {node: '>=18'} + peerDependencies: + eslint: '>=8.57.0' + typescript: '>=5.0.0' + vitest: '*' + peerDependenciesMeta: + typescript: + optional: true + vitest: + optional: true '@vitest/expect@2.0.5': resolution: {integrity: sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA==} @@ -10022,15 +10794,6 @@ packages: '@vue/shared@3.5.13': resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} - '@vueuse/core@10.11.1': - resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} - - '@vueuse/metadata@10.11.1': - resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==} - - '@vueuse/shared@10.11.1': - resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} - '@web3-storage/multipart-parser@1.0.0': resolution: {integrity: sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==} @@ -10079,42 +10842,57 @@ packages: '@webassemblyjs/wast-printer@1.14.1': resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==} - '@whatwg-node/disposablestack@0.0.5': - resolution: {integrity: sha512-9lXugdknoIequO4OYvIjhygvfSEgnO8oASLqLelnDhkRjgBZhc39shC3QSlZuyDO9bgYSIVa2cHAiN+St3ty4w==} - engines: {node: '>=18.0.0'} - '@whatwg-node/events@0.0.3': resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==} - '@whatwg-node/events@0.1.2': - resolution: {integrity: sha512-ApcWxkrs1WmEMS2CaLLFUEem/49erT3sxIVjpzU5f6zmVcnijtDSrhoK2zVobOIikZJdH63jdAXOrvjf6eOUNQ==} - engines: {node: '>=18.0.0'} - - '@whatwg-node/fetch@0.10.1': - resolution: {integrity: sha512-gmPOLrsjSZWEZlr9Oe5+wWFBq3CG6fN13rGlM91Jsj/vZ95G9CCvrORGBAxMXy0AJGiC83aYiHXn3JzTzXQmbA==} - engines: {node: '>=18.0.0'} - '@whatwg-node/fetch@0.8.8': resolution: {integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==} - '@whatwg-node/fetch@0.9.23': - resolution: {integrity: sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA==} - engines: {node: '>=18.0.0'} - '@whatwg-node/node-fetch@0.3.6': resolution: {integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==} - '@whatwg-node/node-fetch@0.6.0': - resolution: {integrity: sha512-tcZAhrpx6oVlkEsRngeTEEE7I5/QdLjeEz4IlekabGaESP7+Dkm/6a9KcF1KdCBB7mO9PXtBkwCuTCt8+UPg8Q==} - engines: {node: '>=18.0.0'} + '@xhmikosr/archive-type@7.1.0': + resolution: {integrity: sha512-xZEpnGplg1sNPyEgFh0zbHxqlw5dtYg6viplmWSxUj12+QjU9SKu3U/2G73a15pEjLaOqTefNSZ1fOPUOT4Xgg==} + engines: {node: '>=18'} - '@whatwg-node/node-fetch@0.7.4': - resolution: {integrity: sha512-rvUtU/xKKl/av5EIwyqfw7w0R+hx+tQrlhpIyFr27MwJRlUb+xcYv97kOmp7FE/WmQ8s+Tb6bcD6W8o/s2pGWw==} - engines: {node: '>=18.0.0'} + '@xhmikosr/bin-check@7.1.0': + resolution: {integrity: sha512-y1O95J4mnl+6MpVmKfMYXec17hMEwE/yeCglFNdx+QvLLtP0yN4rSYcbkXnth+lElBuKKek2NbvOfOGPpUXCvw==} + engines: {node: '>=18'} - '@whatwg-node/server@0.9.60': - resolution: {integrity: sha512-JH3eK3aGnBwTT2qQwFrmx6RPXxsjrk99kDWOM98H1aayFMV70nsHIltmyuKRnPmf/avuVRe53bkiu2wsc5Eykw==} - engines: {node: '>=18.0.0'} + '@xhmikosr/bin-wrapper@13.2.0': + resolution: {integrity: sha512-t9U9X0sDPRGDk5TGx4dv5xiOvniVJpXnfTuynVKwHgtib95NYEw4MkZdJqhoSiz820D9m0o6PCqOPMXz0N9fIw==} + engines: {node: '>=18'} + + '@xhmikosr/decompress-tar@8.1.0': + resolution: {integrity: sha512-m0q8x6lwxenh1CrsTby0Jrjq4vzW/QU1OLhTHMQLEdHpmjR1lgahGz++seZI0bXF3XcZw3U3xHfqZSz+JPP2Gg==} + engines: {node: '>=18'} + + '@xhmikosr/decompress-tarbz2@8.1.0': + resolution: {integrity: sha512-aCLfr3A/FWZnOu5eqnJfme1Z1aumai/WRw55pCvBP+hCGnTFrcpsuiaVN5zmWTR53a8umxncY2JuYsD42QQEbw==} + engines: {node: '>=18'} + + '@xhmikosr/decompress-targz@8.1.0': + resolution: {integrity: sha512-fhClQ2wTmzxzdz2OhSQNo9ExefrAagw93qaG1YggoIz/QpI7atSRa7eOHv4JZkpHWs91XNn8Hry3CwUlBQhfPA==} + engines: {node: '>=18'} + + '@xhmikosr/decompress-unzip@7.1.0': + resolution: {integrity: sha512-oqTYAcObqTlg8owulxFTqiaJkfv2SHsxxxz9Wg4krJAHVzGWlZsU8tAB30R6ow+aHrfv4Kub6WQ8u04NWVPUpA==} + engines: {node: '>=18'} + + '@xhmikosr/decompress@10.2.0': + resolution: {integrity: sha512-MmDBvu0+GmADyQWHolcZuIWffgfnuTo4xpr2I/Qw5Ox0gt+e1Be7oYqJM4te5ylL6mzlcoicnHVDvP27zft8tg==} + engines: {node: '>=18'} + + '@xhmikosr/downloader@15.2.0': + resolution: {integrity: sha512-lAqbig3uRGTt0sHNIM4vUG9HoM+mRl8K28WuYxyXLCUT6pyzl4Y4i0LZ3jMEsCYZ6zjPZbO9XkG91OSTd4si7g==} + engines: {node: '>=18'} + + '@xhmikosr/os-filter-obj@3.0.0': + resolution: {integrity: sha512-siPY6BD5dQ2SZPl3I0OZBHL27ZqZvLEosObsZRQ1NUB8qcxegwt0T9eKtV96JMFQpIz1elhkzqOg4c/Ri6Dp9A==} + engines: {node: ^14.14.0 || >=16.0.0} + + '@xml-tools/parser@1.0.11': + resolution: {integrity: sha512-aKqQ077XnR+oQtHJlrAflaZaL7qZsulWc/i/ZEooar5JiWj1eLt0+Wg28cpa+XLney107wXqneC+oG1IZvxkTA==} '@xmldom/xmldom@0.7.13': resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} @@ -10138,6 +10916,10 @@ packages: resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} engines: {node: '>=14.15.0'} + '@yarnpkg/parsers@3.0.2': + resolution: {integrity: sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==} + engines: {node: '>=18.12.0'} + '@zkochan/js-yaml@0.0.7': resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} hasBin: true @@ -10176,6 +10958,10 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + acorn-walk@8.3.2: + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} + engines: {node: '>=0.4.0'} + acorn-walk@8.3.4: resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} engines: {node: '>=0.4.0'} @@ -10185,6 +10971,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + engines: {node: '>=0.4.0'} + hasBin: true + address@1.2.2: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} @@ -10204,10 +10995,22 @@ packages: resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} + agent-base@7.1.4: + resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} + engines: {node: '>= 14'} + aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} + ajv-draft-04@1.0.0: + resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} + peerDependencies: + ajv: ^8.5.0 + peerDependenciesMeta: + ajv: + optional: true + ajv-formats@2.1.1: resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: @@ -10240,13 +11043,12 @@ packages: ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - alex@11.0.1: - resolution: {integrity: sha512-rKLBZxD/lvuykdC6XB8ma9YjDl46j9ayHROZUtC1yJ2jlGpoP7RZR1tBBSjtlr260ixIW6iCkqAnHzmti5Q6CQ==} - hasBin: true - anafanafo@2.0.0: resolution: {integrity: sha512-Nlfq7NC4AOkTJerWRIZcOAiMNtIDVIGWGvQ98O7Jl6Kr2Dk0dX5u4MqN778kSRTy5KRqchpLdF2RtLFEz9FVkQ==} @@ -10259,8 +11061,8 @@ packages: anser@1.4.9: resolution: {integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==} - ansi-align@3.0.1: - resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} + anser@2.3.5: + resolution: {integrity: sha512-vcZjxvvVoxTeR5XBNJB38oTu/7eDCZlwdz32N1eNgpyPF7j/Z7Idf+CUwQOkKKpJ7RJyjxgLHCM7vdIK0iCNMQ==} ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} @@ -10278,6 +11080,10 @@ packages: resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} engines: {node: '>=18'} + ansi-escapes@7.2.0: + resolution: {integrity: sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==} + engines: {node: '>=18'} + ansi-fragments@0.2.1: resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} @@ -10286,11 +11092,6 @@ packages: engines: {'0': node >= 0.8.0} hasBin: true - ansi-html@0.0.9: - resolution: {integrity: sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==} - engines: {'0': node >= 0.8.0} - hasBin: true - ansi-regex@4.1.1: resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} engines: {node: '>=6'} @@ -10322,9 +11123,13 @@ packages: ansicolors@0.3.2: resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==} - ansis@3.3.2: - resolution: {integrity: sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==} - engines: {node: '>=15'} + ansis@3.17.0: + resolution: {integrity: sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==} + engines: {node: '>=14'} + + ansis@4.2.0: + resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} + engines: {node: '>=14'} any-promise@1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} @@ -10353,12 +11158,16 @@ packages: aproba@2.0.0: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - arch@2.2.0: - resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} + arch@3.0.0: + resolution: {integrity: sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==} archy@1.0.0: resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==} + 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'} @@ -10401,12 +11210,6 @@ packages: resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} engines: {node: '>= 0.4'} - array-iterate@1.1.4: - resolution: {integrity: sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==} - - array-iterate@2.0.1: - resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} - array-timsort@1.0.3: resolution: {integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==} @@ -10418,10 +11221,6 @@ packages: resolution: {integrity: sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==} engines: {node: '>=12'} - array.prototype.findlast@1.2.5: - resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} - engines: {node: '>= 0.4'} - array.prototype.findlastindex@1.2.5: resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} engines: {node: '>= 0.4'} @@ -10434,10 +11233,6 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} - array.prototype.tosorted@1.1.4: - resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} - engines: {node: '>= 0.4'} - arraybuffer.prototype.slice@1.0.3: resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} engines: {node: '>= 0.4'} @@ -10482,6 +11277,10 @@ packages: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} + ast-kit@2.2.0: + resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==} + engines: {node: '>=20.19.0'} + ast-types-flow@0.0.8: resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} @@ -10509,6 +11308,16 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} + astro-eslint-parser@1.2.2: + resolution: {integrity: sha512-JepyLROIad6f44uyqMF6HKE2QbunNzp3mYKRcPoDGt0QkxXmH222FAFC64WTyQu2Kg8NNEXHTN/sWuUId9sSxw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + astrojs-compiler-sync@1.1.1: + resolution: {integrity: sha512-0mKvB9sDQRIZPsEJadw6OaFbGJ92cJPPR++ICca9XEyiUAZqgVuk25jNmzHPT0KF80rI94trSZrUR5iHFXGGOQ==} + engines: {node: ^18.18.0 || >=20.9.0} + peerDependencies: + '@astrojs/compiler': '>=0.27.0' + async-limiter@1.0.1: resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} @@ -10543,15 +11352,15 @@ packages: resolution: {integrity: sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - autoprefixer@10.4.19: - resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} + autoprefixer@10.4.20: + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} + autoprefixer@10.4.23: + resolution: {integrity: sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -10578,15 +11387,18 @@ packages: resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} engines: {node: '>=4'} - axios@0.28.1: - resolution: {integrity: sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==} + axios@0.30.2: + resolution: {integrity: sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==} - axios@1.7.2: - resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==} + axios@1.13.2: + resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==} axios@1.7.8: resolution: {integrity: sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==} + axios@1.8.2: + resolution: {integrity: sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==} + axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} @@ -10605,6 +11417,12 @@ packages: peerDependencies: '@babel/core': ^7.8.0 + babel-jest@30.2.0: + resolution: {integrity: sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + '@babel/core': ^7.11.0 || ^8.0.0-0 + babel-literal-to-ast@2.1.0: resolution: {integrity: sha512-CxfpQ0ysQ0bZOhlaPgcWjl79Em16Rhqc6++UAFn0A3duiXmuyhhj8yyl9PYbj0I0CyjrHovdDbp2QEKT7uIMxw==} peerDependencies: @@ -10622,11 +11440,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - babel-plugin-fully-specified@1.3.0: - resolution: {integrity: sha512-STW+rXLxwCB839gmwBizuipaDBb/iGZ5Vg0bmfynYLyXRTWgofXDrePuW5VvBJq2x8yB6xvT+3J7Z0U79uQYNw==} - peerDependencies: - '@babel/core': '*' - babel-plugin-import@1.13.8: resolution: {integrity: sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==} @@ -10634,12 +11447,21 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} + babel-plugin-istanbul@7.0.1: + resolution: {integrity: sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==} + engines: {node: '>=12'} + babel-plugin-jest-hoist@29.6.3: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - babel-plugin-macros@2.8.0: - resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} + babel-plugin-jest-hoist@30.2.0: + resolution: {integrity: sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + babel-plugin-macros@3.1.0: + resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} + engines: {node: '>=10', npm: '>=6'} babel-plugin-polyfill-corejs2@0.4.12: resolution: {integrity: sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==} @@ -10682,6 +11504,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + babel-preset-current-node-syntax@1.2.0: + resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==} + peerDependencies: + '@babel/core': ^7.0.0 || ^8.0.0-0 + babel-preset-expo@11.0.15: resolution: {integrity: sha512-rgiMTYwqIPULaO7iZdqyL7aAff9QLOX6OWUtLZBlOrOTreGY1yHah/5+l8MvI6NVc/8Zj5LY4Y5uMSnJIuzTLw==} @@ -10691,6 +11518,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + babel-preset-jest@30.2.0: + resolution: {integrity: sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + '@babel/core': ^7.11.0 || ^8.0.0-beta.1 + backo2@1.0.2: resolution: {integrity: sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==} @@ -10725,6 +11558,10 @@ packages: resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} engines: {node: ^4.5.0 || >= 5.9} + baseline-browser-mapping@2.9.11: + resolution: {integrity: sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==} + hasBin: true + basic-auth@2.0.1: resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} engines: {node: '>= 0.8'} @@ -10742,9 +11579,6 @@ packages: bcryptjs@2.4.3: resolution: {integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==} - before-after-hook@3.0.2: - resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==} - better-opn@3.0.2: resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} engines: {node: '>=12.0.0'} @@ -10756,10 +11590,6 @@ packages: big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - bin-check@4.1.0: - resolution: {integrity: sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==} - engines: {node: '>=4'} - bin-version-check@5.1.0: resolution: {integrity: sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==} engines: {node: '>=12'} @@ -10775,6 +11605,15 @@ packages: binary-search@1.3.6: resolution: {integrity: sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==} + binary-searching@2.0.5: + resolution: {integrity: sha512-v4N2l3RxL+m4zDxyxz3Ne2aTmiPn8ZUpKFpdPtO+ItW1NcTCXA7JeHG5GMBSvoKSkQZ9ycS+EouDVxYB9ufKWA==} + + birecord@0.1.1: + resolution: {integrity: sha512-VUpsf/qykW0heRlC8LooCq28Kxn3mAqKohhDG/49rrsQ1dT1CXyj/pgXS+5BSRzFTR/3DyIBOqQOrGyZOh71Aw==} + + birpc@4.0.0: + resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==} + bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} @@ -10800,16 +11639,9 @@ packages: boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} - bottleneck@2.19.5: - resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} - bowser@2.11.0: resolution: {integrity: sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==} - boxen@7.1.1: - resolution: {integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==} - engines: {node: '>=14.16'} - bplist-creator@0.0.7: resolution: {integrity: sha512-xp/tcaV3T5PCiaY04mXga7o/TE+t95gqeLmADeBI1CvZtdWTbgBt3uLpvh4UWtenKeBhCV6oVxGk38yZr2uYEA==} @@ -10873,6 +11705,11 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + browserslist@4.28.1: + resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + bs-logger@0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} engines: {node: '>= 6'} @@ -10885,20 +11722,18 @@ packages: engines: {node: '>= 0.4.0'} hasBin: true - bubble-stream-error@0.0.1: - resolution: {integrity: sha512-L9hlwJcJ+5p+Bx+FS2VdrOs61bDi9m1rLsZgx/CvUC0J/OPz71tLN/6/sP/X7i7KtQKzm6rzPhdjHdd+I8ZKkQ==} - engines: {node: '>= 0.4.0'} - - bubble-stream-error@1.0.0: - resolution: {integrity: sha512-Rqf0ly5H4HGt+ki/n3m7GxoR2uIGtNqezPlOLX8Vuo13j5/tfPuVvAr84eoGF7sYm6lKdbGnT/3q8qmzuT5Y9w==} - engines: {node: '>= 0.4.0'} - buffer-alloc-unsafe@1.1.0: resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} buffer-alloc@1.2.0: resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} + buffer-builder@0.2.0: + resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==} + + buffer-crc32@0.2.13: + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} @@ -10931,6 +11766,10 @@ packages: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} + builtin-modules@4.0.0: + resolution: {integrity: sha512-p1n8zyCkt1BVrKNFymOHjcDSAl7oq/gUvfgULv2EblgpPVQlQr9yHnWjg9IJ2MhfwPqiYqMMrr01OY7yQoK2yA==} + engines: {node: '>=18.20'} + builtin-status-codes@3.0.0: resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} @@ -10944,25 +11783,19 @@ packages: resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} engines: {node: '>=18'} - bundle-require@4.2.1: - resolution: {integrity: sha512-7Q/6vkyYAwOmQNRw75x+4yRtZCZJXUDmHHlFdkiV0wgv/reNjtJwpu1jPJ0w2kbEpIM0uoKI3S4/f39dU7AjSA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - peerDependencies: - esbuild: '>=0.17' - - bundle-require@5.0.0: - resolution: {integrity: sha512-GuziW3fSSmopcx4KRymQEJVbZUfqlCqcq7dvs6TYwKRZiegK/2buMxQTPs6MGlNv50wms1699qYO54R8XfRX4w==} + bundle-require@5.1.0: + resolution: {integrity: sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.18' - bundlewatch@0.4.0: - resolution: {integrity: sha512-w8w4K8RdrsHMZD9Ss4Ailfsrax/0zSIgh25GCaiudNHg45xXuh/u/xezzjbu+WCQJGjL9O1Fg9k9TEdS/XkZFA==} + bundlewatch@0.4.1: + resolution: {integrity: sha512-SIobIhMX8DhoGiNlZ+IqicXRBkp7NQTKGEoZP82Tu8FQhoykbTdTQlL4zYT7n6swjH9wahJ9RTefz0Xwva5FXA==} engines: {node: '>=16'} hasBin: true - bunshi@2.1.5: - resolution: {integrity: sha512-zO+qxwd2aBV+XUIf7LjL1G3lx5CtvbtXZD+WMkM9KD+RN0iFtitDVX2QDu/wzdQIj8hyXJlGDfVEfeoqhAVEfA==} + bunshi@2.2.0: + resolution: {integrity: sha512-s97ZI9apyF4AgvG5l/zql0X+RY5cZtBKbMKGeB5t+2JbXPdXpa1/XRn/ryMLHYHJ2FAhtK1bvOFcqsehi8UWZw==} engines: {node: '>=10'} peerDependencies: react: '>=16' @@ -10989,8 +11822,8 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - c12@2.0.0-beta.2: - resolution: {integrity: sha512-H9B34RbWju2YPSbJTvg9Lw7dSfLs48HyJMSkzOPorg3ci3ZJTy7KbZZU6r+OUgNi2Jt7U8Ri0Tm5gnLMzms8mA==} + c12@2.0.4: + resolution: {integrity: sha512-3DbbhnFt0fKJHxU4tEUPmD1ahWE4PWPMomqfYsTJdrhpmEnRKJi3qSC4rO5U6E6zN1+pjBY7+z8fUmNRMaVKLw==} peerDependencies: magicast: ^0.3.5 peerDependenciesMeta: @@ -11009,10 +11842,6 @@ packages: resolution: {integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==} engines: {node: '>= 6.0.0'} - cacheable-lookup@5.0.4: - resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==} - engines: {node: '>=10.6.0'} - cacheable-lookup@7.0.0: resolution: {integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==} engines: {node: '>=14.16'} @@ -11021,18 +11850,22 @@ packages: resolution: {integrity: sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==} engines: {node: '>=14.16'} - cacheable-request@7.0.4: - resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==} - engines: {node: '>=8'} - caching-transform@4.0.0: resolution: {integrity: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==} engines: {node: '>=8'} + call-bind-apply-helpers@1.0.2: + resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} + engines: {node: '>= 0.4'} + call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} + call-bound@1.0.4: + resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} + engines: {node: '>= 0.4'} + caller-callsite@2.0.0: resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} engines: {node: '>=4'} @@ -11056,10 +11889,6 @@ packages: resolution: {integrity: sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==} engines: {node: '>=12'} - camelcase-keys@8.0.2: - resolution: {integrity: sha512-qMKdlOfsjlezMqxkUGGMaWWs17i2HoL15tM+wtx8ld4nLrUwU58TFdvyGOz/piNP842KeO8yXvggVQSdQ828NA==} - engines: {node: '>=14.16'} - camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} @@ -11068,16 +11897,15 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - camelcase@7.0.1: - resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==} - engines: {node: '>=14.16'} - caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} caniuse-lite@1.0.30001684: resolution: {integrity: sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==} + caniuse-lite@1.0.30001762: + resolution: {integrity: sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==} + canvas@2.11.2: resolution: {integrity: sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==} engines: {node: '>=6'} @@ -11089,9 +11917,6 @@ packages: capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} - capnp-ts@0.7.0: - resolution: {integrity: sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g==} - cardinal@2.1.1: resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==} hasBin: true @@ -11137,6 +11962,10 @@ packages: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + chalk@5.6.2: + resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + change-case@4.1.2: resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} @@ -11147,10 +11976,6 @@ packages: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} - char-regex@2.0.2: - resolution: {integrity: sha512-cbGOjAptfM2LVmWhwRFHEKTPkLwNddVmuqYZQt895yXwAsWsXObCG+YN4DGQ/JBtT4GP1a1lPPdio2z413LmTg==} - engines: {node: '>=12.20'} - char-width-table-consumer@1.0.0: resolution: {integrity: sha512-Fz4UD0LBpxPgL9i29CJ5O4KANwaMnX/OhhbxzvNa332h+9+nRKyeuLw4wA51lt/ex67+/AdsoBQJF3kgX2feYQ==} @@ -11178,6 +12003,9 @@ packages: chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + chardet@2.1.1: + resolution: {integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==} + charenc@0.0.2: resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==} @@ -11197,6 +12025,9 @@ packages: resolution: {integrity: sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==} engines: {node: '>= 0.6'} + chevrotain@7.1.1: + resolution: {integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==} + chokidar@3.5.1: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} @@ -11209,6 +12040,10 @@ packages: resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} engines: {node: '>= 14.16.0'} + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} @@ -11216,6 +12051,10 @@ packages: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} + chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + chroma-js@2.6.0: resolution: {integrity: sha512-BLHvCB9s8Z1EV4ethr6xnkl/P2YRFOGqfgvuMG/MyCbZPrTA+NeiByY6XvgF0zP4/2deU2CXnWyMa3zu1LqQ3A==} @@ -11228,6 +12067,9 @@ packages: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} + chromium-edge-launcher@0.2.0: + resolution: {integrity: sha512-JfJjUnq25y9yg4FABRRVPmBGWPZZi+AQXT4mxupb67766/0UlhG8PAZCz6xzEMXTbW3CsSoE8PcCWA49n35mKg==} + ci-env@1.17.0: resolution: {integrity: sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==} @@ -11242,6 +12084,10 @@ packages: resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==} engines: {node: '>=8'} + ci-info@4.3.1: + resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==} + engines: {node: '>=8'} + cipher-base@1.0.6: resolution: {integrity: sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==} engines: {node: '>= 0.10'} @@ -11252,6 +12098,9 @@ packages: cjs-module-lexer@1.4.1: resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==} + cjs-module-lexer@2.2.0: + resolution: {integrity: sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==} + classnames@2.2.6: resolution: {integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==} @@ -11291,6 +12140,10 @@ packages: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + cli-cursor@5.0.0: + resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} + engines: {node: '>=18'} + cli-progress@3.12.0: resolution: {integrity: sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==} engines: {node: '>=4'} @@ -11327,10 +12180,6 @@ packages: peerDependencies: typanion: '*' - clipboardy@4.0.0: - resolution: {integrity: sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==} - engines: {node: '>=18'} - cliui@6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} @@ -11345,9 +12194,6 @@ packages: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} - clone-response@1.0.3: - resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} - clone@1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} @@ -11420,6 +12266,9 @@ packages: colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + colorjs.io@0.5.2: + resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==} + columnify@1.6.0: resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} engines: {node: '>=8.0.0'} @@ -11428,9 +12277,6 @@ packages: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} - comma-separated-tokens@2.0.3: - resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} - command-exists@1.2.9: resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} @@ -11438,10 +12284,18 @@ packages: resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} engines: {node: '>=14'} + commander@11.1.0: + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} + engines: {node: '>=16'} + commander@12.1.0: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} + commander@13.1.0: + resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} + engines: {node: '>=18'} + commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -11476,11 +12330,15 @@ packages: resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==} engines: {node: '>= 6'} + comment-parser@1.4.1: + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} + engines: {node: '>= 12.0.0'} + commist@1.1.0: resolution: {integrity: sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==} - commitlint@19.6.0: - resolution: {integrity: sha512-0gOMRBSpnCw3Su0rfVeDqCe4ck/fkhGGC9UxVDeSyyCemFXs4U3BDuwMWvYcw4qsEAkPuDjQNoU8KWyPtHBq/w==} + commitlint@19.8.1: + resolution: {integrity: sha512-j7jojdmHrVOZ16gnjK2nbQuzdwA9TpxS9iNb9Q9QS3ytgt3JZVIGmsNbCuhmnsJWGspotlQ34yH8n1HvIKImiQ==} engines: {node: '>=v18'} hasBin: true @@ -11493,6 +12351,9 @@ packages: compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + compare-versions@6.1.1: + resolution: {integrity: sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg==} + component-bind@1.0.0: resolution: {integrity: sha512-WZveuKPeKAG9qY+FkYDeADzdHyTYdIboXS59ixDeRJL5ZhxpqUnxSOwop4FQjMsiYm3/Or8cegVbpAHNA7pHxw==} @@ -11523,19 +12384,15 @@ packages: resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} engines: {'0': node >= 6.0} - concat-with-sourcemaps@1.1.0: - resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} - confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + confbox@0.2.2: + resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==} + config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} - configstore@6.0.0: - resolution: {integrity: sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==} - engines: {node: '>=12'} - confusing-browser-globals@1.0.11: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} @@ -11547,8 +12404,8 @@ packages: resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} engines: {node: '>= 0.10.0'} - consola@3.2.3: - resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} + consola@3.4.2: + resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} engines: {node: ^14.18.0 || >=16.10.0} console-browserify@1.2.0: @@ -11579,6 +12436,22 @@ packages: resolution: {integrity: sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==} engines: {node: '>=18'} + conventional-changelog-conventionalcommits@9.1.0: + resolution: {integrity: sha512-MnbEysR8wWa8dAEvbj5xcBgJKQlX/m0lhS8DsyAAWDHdfs2faDJxTgzRYlRYpXSe7UiKrIIlB4TrBKU9q9DgkA==} + engines: {node: '>=18'} + + conventional-changelog-storm-software@0.3.75: + resolution: {integrity: sha512-5yfhle2/Y1wEH/Y2JzmQNIF93asyW7ykCheBvPNBjOh+x0BMEwa0CfUhNPxHbyAeLqTtAxLLy8kD1yjSzJDTsA==} + + conventional-changelog-writer@8.2.0: + resolution: {integrity: sha512-Y2aW4596l9AEvFJRwFGJGiQjt2sBYTjPD18DdvxX9Vpz0Z7HQ+g1Z+6iYDAm1vR3QOJrDBkRHixHK/+FhkR6Pw==} + engines: {node: '>=18'} + hasBin: true + + conventional-commits-filter@5.0.0: + resolution: {integrity: sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==} + engines: {node: '>=18'} + conventional-commits-parser@5.0.0: resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} engines: {node: '>=16'} @@ -11597,9 +12470,6 @@ packages: resolution: {integrity: sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - cookie-es@1.2.2: - resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} - cookie-signature@1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} @@ -11651,15 +12521,15 @@ packages: core-js-compat@3.39.0: resolution: {integrity: sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==} + core-js-compat@3.47.0: + resolution: {integrity: sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==} + core-js-pure@3.39.0: resolution: {integrity: sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==} core-js@3.37.1: resolution: {integrity: sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==} - core-js@3.38.1: - resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==} - core-js@3.39.0: resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==} @@ -11677,22 +12547,18 @@ packages: resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==} engines: {node: '>= 0.4.0'} - cosmiconfig-typescript-loader@5.1.0: - resolution: {integrity: sha512-7PtBB+6FdsOvZyJtlF3hEPpACq7RQX6BVGsgC7/lfVXnKMvNCu/XY3ykreqG5w/rBNdu2z8LCIKoF3kpHHdHlA==} - engines: {node: '>=v16'} + cosmiconfig-typescript-loader@6.2.0: + resolution: {integrity: sha512-GEN39v7TgdxgIoNcdkRE3uiAzQt3UXLyHbRHD6YoL048XAeOomyxaP+Hh/+2C6C2wYjxJ2onhJcsQp+L4YEkVQ==} + engines: {node: '>=v18'} peerDependencies: '@types/node': '*' - cosmiconfig: '>=8.2' - typescript: '>=4' + cosmiconfig: '>=9' + typescript: '>=5' cosmiconfig@5.2.1: resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} engines: {node: '>=4'} - cosmiconfig@6.0.0: - resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} - engines: {node: '>=8'} - cosmiconfig@7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} @@ -11743,13 +12609,6 @@ packages: cross-fetch@3.1.8: resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==} - cross-inspect@1.0.1: - resolution: {integrity: sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==} - engines: {node: '>=16.0.0'} - - cross-spawn@5.1.0: - resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} - cross-spawn@6.0.6: resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} engines: {node: '>=4.8'} @@ -11758,9 +12617,6 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - crossws@0.3.1: - resolution: {integrity: sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==} - crypt@0.0.2: resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==} @@ -11778,87 +12634,38 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - crypto-random-string@4.0.0: - resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} - engines: {node: '>=12'} - - cspell-config-lib@8.13.1: - resolution: {integrity: sha512-sXUFOyxvk+qDkoQdFkVEqj1hfQWzMi+tbi6ksiotQaqpm7r+YitZLSgwJjN4xgDO/rTLyP70k9fagdZ67MVZbw==} + cspell-config-lib@8.19.4: + resolution: {integrity: sha512-LtFNZEWVrnpjiTNgEDsVN05UqhhJ1iA0HnTv4jsascPehlaUYVoyucgNbFeRs6UMaClJnqR0qT9lnPX+KO1OLg==} engines: {node: '>=18'} - cspell-config-lib@8.8.4: - resolution: {integrity: sha512-Xf+aL669Cm+MYZTZULVWRQXB7sRWx9qs0hPrgqxeaWabLUISK57/qwcI24TPVdYakUCoud9Nv+woGi5FcqV5ZQ==} + cspell-dictionary@8.19.4: + resolution: {integrity: sha512-lr8uIm7Wub8ToRXO9f6f7in429P1Egm3I+Ps3ZGfWpwLTCUBnHvJdNF/kQqF7PL0Lw6acXcjVWFYT7l2Wdst2g==} engines: {node: '>=18'} - cspell-dictionary@8.13.1: - resolution: {integrity: sha512-Z0T4J4ahOJaHmWq83w24KXGik1zeauO5WvDRyzDyaSgpbA5MN2hN98LvxaIx72g3I+trtRK77XFcKginuME9EA==} + cspell-glob@8.19.4: + resolution: {integrity: sha512-042uDU+RjAz882w+DXKuYxI2rrgVPfRQDYvIQvUrY1hexH4sHbne78+OMlFjjzOCEAgyjnm1ktWUCCmh08pQUw==} engines: {node: '>=18'} - cspell-dictionary@8.8.4: - resolution: {integrity: sha512-eDi61MDDZycS5EASz5FiYKJykLEyBT0mCvkYEUCsGVoqw8T9gWuWybwwqde3CMq9TOwns5pxGcFs2v9RYgtN5A==} - engines: {node: '>=18'} - - cspell-gitignore@8.8.4: - resolution: {integrity: sha512-rLdxpBh0kp0scwqNBZaWVnxEVmSK3UWyVSZmyEL4jmmjusHYM9IggfedOhO4EfGCIdQ32j21TevE0tTslyc4iA==} + cspell-grammar@8.19.4: + resolution: {integrity: sha512-lzWgZYTu/L7DNOHjxuKf8H7DCXvraHMKxtFObf8bAzgT+aBmey5fW2LviXUkZ2Lb2R0qQY+TJ5VIGoEjNf55ow==} engines: {node: '>=18'} hasBin: true - cspell-glob@8.13.1: - resolution: {integrity: sha512-rW1A3t7YvPXxcC4z1pp1m9coeWzUVUmRjUw3vMNGlEDC2zecB39KKbEqesziBqnBceNAY7O5itllIGFKr03vqA==} - engines: {node: '>=18'} - - cspell-glob@8.8.4: - resolution: {integrity: sha512-+tRrOfTSbF/44uNl4idMZVPNfNM6WTmra4ZL44nx23iw1ikNhqZ+m0PC1oCVSlURNBEn8faFXjC/oT2BfgxoUQ==} + cspell-io@8.19.4: + resolution: {integrity: sha512-W48egJqZ2saEhPWf5ftyighvm4mztxEOi45ILsKgFikXcWFs0H0/hLwqVFeDurgELSzprr12b6dXsr67dV8amg==} engines: {node: '>=18'} - cspell-grammar@8.13.1: - resolution: {integrity: sha512-HUkd24bulvBwee1UNBurxGlPUOiywb9pB34iXXoxFWuloHohZ/DuFlE8B/31ZtjW48ffEYIu3QZfWhcnD8e81w==} + cspell-lib@8.19.4: + resolution: {integrity: sha512-NwfdCCYtIBNQuZcoMlMmL3HSv2olXNErMi/aOTI9BBAjvCHjhgX5hbHySMZ0NFNynnN+Mlbu5kooJ5asZeB3KA==} engines: {node: '>=18'} - hasBin: true - cspell-grammar@8.8.4: - resolution: {integrity: sha512-UxDO517iW6vs/8l4OhLpdMR7Bp+tkquvtld1gWz8WYQiDwORyf0v5a3nMh4ILYZGoolOSnDuI9UjWOLI6L/vvQ==} + cspell-trie-lib@8.19.4: + resolution: {integrity: sha512-yIPlmGSP3tT3j8Nmu+7CNpkPh/gBO2ovdnqNmZV+LNtQmVxqFd2fH7XvR1TKjQyctSH1ip0P5uIdJmzY1uhaYg==} engines: {node: '>=18'} - hasBin: true - - cspell-io@8.13.1: - resolution: {integrity: sha512-t2sgZuWGBzPSOAStfvz/U3KoFEfDxEt1cXZj0Kd0Vs36v2uoLktm6ihMe7XNFu7zIdOFSajsYQ8Bi4RSLPGPxQ==} - engines: {node: '>=18'} - - cspell-io@8.8.4: - resolution: {integrity: sha512-aqB/QMx+xns46QSyPEqi05uguCSxvqRnh2S/ZOhhjPlKma/7hK9niPRcwKwJXJEtNzdiZZkkC1uZt9aJe/7FTA==} - engines: {node: '>=18'} - - cspell-lib@8.13.1: - resolution: {integrity: sha512-H1HHG1pmATSeAaY0KmQ0xnkbSqJLvh9QpXWARDLWKUBvtE+/l44H4yVhIp/No3rM7PKMmb82GuSJzMaoIhHFLQ==} - engines: {node: '>=18'} - - cspell-lib@8.8.4: - resolution: {integrity: sha512-hK8gYtdQ9Lh86c8cEHITt5SaoJbfvXoY/wtpR4k393YR+eAxKziyv8ihQyFE/Z/FwuqtNvDrSntP9NLwTivd3g==} - engines: {node: '>=18'} - - cspell-trie-lib@8.13.1: - resolution: {integrity: sha512-2moCsIYDmMT7hp5Non3CvWatfXptFWCuxjbXQGDNvWJ2Cj3oso/oBe4802GJv5GEenv9QBWmEtum/E7rFcx4JA==} - engines: {node: '>=18'} - - cspell-trie-lib@8.8.4: - resolution: {integrity: sha512-yCld4ZL+pFa5DL+Arfvmkv3cCQUOfdRlxElOzdkRZqWyO6h/UmO8xZb21ixVYHiqhJGZmwc3BG9Xuw4go+RLig==} - engines: {node: '>=18'} - - cspell@8.8.4: - resolution: {integrity: sha512-eRUHiXvh4iRapw3lqE1nGOEAyYVfa/0lgK/e34SpcM/ECm4QuvbfY7Yl0ozCbiYywecog0RVbeJJUEYJTN5/Mg==} - engines: {node: '>=18'} - hasBin: true css-color-converter@2.0.0: resolution: {integrity: sha512-oLIG2soZz3wcC3aAl/7Us5RS8Hvvc6I8G8LniF/qfMmrm7fIKQ8RIDDRZeKyGL2SrWfNqYspuLShbnjBMVWm8g==} - css-declaration-sorter@6.4.1: - resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==} - engines: {node: ^10 || ^12 || >=14} - peerDependencies: - postcss: ^8.0.9 - css-declaration-sorter@7.2.0: resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==} engines: {node: ^14 || ^16 || >=18} @@ -11926,6 +12733,10 @@ packages: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + css-tree@3.1.0: + resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + css-unit-converter@1.1.2: resolution: {integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==} @@ -11947,23 +12758,17 @@ packages: engines: {node: '>=4'} hasBin: true - cssnano-preset-default@5.2.14: - resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - cssnano-preset-default@6.1.2: resolution: {integrity: sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 - cssnano-preset-default@7.0.6: - resolution: {integrity: sha512-ZzrgYupYxEvdGGuqL+JKOY70s7+saoNlHSCK/OGn1vB2pQK8KSET8jvenzItcY+kA7NoWvfbb/YhlzuzNKjOhQ==} + cssnano-preset-default@7.0.10: + resolution: {integrity: sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.4.32 cssnano-preset-simple@2.0.0: resolution: {integrity: sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==} @@ -11975,29 +12780,17 @@ packages: peerDependencies: postcss: ^8.2.2 - cssnano-utils@3.1.0: - resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - cssnano-utils@4.0.2: resolution: {integrity: sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 - cssnano-utils@5.0.0: - resolution: {integrity: sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==} + cssnano-utils@5.0.1: + resolution: {integrity: sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - cssnano@5.1.15: - resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 cssnano@6.1.2: resolution: {integrity: sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==} @@ -12005,15 +12798,11 @@ packages: peerDependencies: postcss: ^8.4.31 - cssnano@7.0.6: - resolution: {integrity: sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==} + cssnano@7.1.2: + resolution: {integrity: sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - csso@4.2.0: - resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} - engines: {node: '>=8.0.0'} + postcss: ^8.4.32 csso@5.0.5: resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} @@ -12039,9 +12828,6 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cuss@2.2.0: - resolution: {integrity: sha512-3hlHOhMiZ6YdHY5LPUhfxlx1Pj14eGttv2l9ADB1Lkv7e/us5XD798wrVLJ9DHmDO8SzCDuA+ItByFZ3M1dIYg==} - cwd@0.10.0: resolution: {integrity: sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==} engines: {node: '>=0.8'} @@ -12155,6 +12941,15 @@ packages: supports-color: optional: true + debug@4.4.3: + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} @@ -12167,16 +12962,9 @@ packages: resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==} engines: {node: '>=10'} - decamelize@6.0.0: - resolution: {integrity: sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - decky@1.1.1: - resolution: {integrity: sha512-VMX6krHDqOgKByapwEar1w+P7aj8YIeH1DiRfOOrnLcgR7a0CEI0NvrvV2FSAzkhkHIsGBV59xwsgOook8TIxg==} - decode-named-character-reference@1.0.2: resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} @@ -12200,8 +12988,13 @@ packages: babel-plugin-macros: optional: true - deep-clone@4.0.0: - resolution: {integrity: sha512-bMvDVR8GiGCGHT4SgqXyXDD9Zmo3kv9YLq8aSO2xslP97A3mFkpNBg+t+fjXERvewzhmtk9efvL+V52iVkD0lg==} + dedent@1.7.1: + resolution: {integrity: sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==} + peerDependencies: + babel-plugin-macros: ^3.1.0 + peerDependenciesMeta: + babel-plugin-macros: + optional: true deep-eql@4.1.4: resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} @@ -12244,6 +13037,10 @@ packages: defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + defaults@2.0.2: + resolution: {integrity: sha512-cuIw0PImdp76AOfgkjbW4VhQODRmNNcKR73vdCH5cLd/ifj7aamfoXvYgfGkEAjNJZ3ozMIy9Gu2LutUkGEPbA==} + engines: {node: '>=16'} + defer-to-connect@2.0.1: resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} engines: {node: '>=10'} @@ -12307,10 +13104,6 @@ packages: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - detect-indent@6.1.0: - resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} - engines: {node: '>=8'} - detect-indent@7.0.1: resolution: {integrity: sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==} engines: {node: '>=12.20'} @@ -12349,6 +13142,10 @@ packages: diff-match-patch@1.0.5: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} + diff-sequences@27.5.1: + resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12361,6 +13158,10 @@ packages: resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} engines: {node: '>=0.3.1'} + diff@8.0.2: + resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==} + engines: {node: '>=0.3.1'} + diffable-html@4.1.0: resolution: {integrity: sha512-++kyNek+YBLH8cLXS+iTj/Hiy2s5qkRJEJ8kgu/WHbFrVY2vz9xPFUT+fii2zGF0m1CaojDlQJjkfrCt7YWM1g==} @@ -12449,6 +13250,9 @@ packages: domutils@3.1.0: resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + domutils@3.2.2: + resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} + dot-case@3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} @@ -12456,10 +13260,6 @@ packages: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} - dot-prop@6.0.1: - resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==} - engines: {node: '>=10'} - dotenv-expand@11.0.7: resolution: {integrity: sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==} engines: {node: '>=12'} @@ -12468,9 +13268,9 @@ packages: resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} engines: {node: '>=12'} - dpdm@3.14.0: - resolution: {integrity: sha512-YJzsFSyEtj88q5eTELg3UWU7TVZkG1dpbF4JDQ3t1b07xuzXmdoGeSz9TKOke1mUuOpWlk4q+pBh+aHzD6GBTg==} - hasBin: true + dotenv@16.6.1: + resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} + engines: {node: '>=12'} drange@1.1.1: resolution: {integrity: sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA==} @@ -12480,6 +13280,19 @@ packages: resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} engines: {node: '>=4'} + dts-resolver@2.1.3: + resolution: {integrity: sha512-bihc7jPC90VrosXNzK0LTE2cuLP6jr0Ro8jk+kMugHReJVLIpHz/xadeq3MhuwyO4TD4OA3L1Q8pBBFRc08Tsw==} + engines: {node: '>=20.19.0'} + peerDependencies: + oxc-resolver: '>=11.0.0' + peerDependenciesMeta: + oxc-resolver: + optional: true + + dunder-proto@1.0.1: + resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} + engines: {node: '>= 0.4'} + duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -12492,9 +13305,6 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - easy-table@1.2.0: - resolution: {integrity: sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==} - ecc-jsbn@0.1.2: resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} @@ -12507,14 +13317,17 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - effect@3.6.5: - resolution: {integrity: sha512-NhopZTAKljaAlR0CEroOAJJngdqg7bzlnWcDrCwh4d2WNVohVbBtUS4SGqLt8tUy7IFsTWATYiUtmhDG+YELjA==} + effect@3.19.14: + resolution: {integrity: sha512-3vwdq0zlvQOxXzXNKRIPKTqZNMyGCdaFUBfMPqpsyzZDre67kgC1EEHDV4EoQTovJ4w5fmJW756f86kkuz7WFA==} ejs@3.1.10: resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==} engines: {node: '>=0.10.0'} hasBin: true + electron-to-chromium@1.5.267: + resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} + electron-to-chromium@1.5.67: resolution: {integrity: sha512-nz88NNBsD7kQSAGGJyp8hS6xSPtWwqNogA0mjtc2nUYeEf3nURK9qpV18TuBdDmEDgVWotS8Wkzf+V52dSQ/LQ==} @@ -12545,6 +13358,10 @@ packages: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} engines: {node: '>= 4'} + empathic@2.0.0: + resolution: {integrity: sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==} + engines: {node: '>=14'} + encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} @@ -12584,9 +13401,6 @@ packages: entities@1.1.2: resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} - entities@2.0.3: - resolution: {integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==} - entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} @@ -12594,6 +13408,10 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + entities@6.0.1: + resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} + engines: {node: '>=0.12'} + env-editor@0.4.2: resolution: {integrity: sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==} engines: {node: '>=8'} @@ -12643,12 +13461,12 @@ packages: resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} engines: {node: '>= 0.4'} - es-errors@1.3.0: - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} engines: {node: '>= 0.4'} - es-iterator-helpers@1.2.0: - resolution: {integrity: sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==} + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} es-module-lexer@1.5.4: @@ -12658,10 +13476,18 @@ packages: resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} engines: {node: '>= 0.4'} + es-object-atoms@1.1.1: + resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} + engines: {node: '>= 0.4'} + es-set-tostringtag@2.0.3: 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==} @@ -12669,8 +13495,8 @@ packages: resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} engines: {node: '>= 0.4'} - es-toolkit@1.29.0: - resolution: {integrity: sha512-GjTll+E6APcfAQA09D89HdT8Qn2Yb+TeDSDBTMcxAo+V+w1amAtCI15LJu4YPH/UCPoSo/F47Gr1LIM0TE0lZA==} + es-toolkit@1.43.0: + resolution: {integrity: sha512-SKCT8AsWvYzBBuUqMk4NPwFlSdqLpJwmy6AP322ERn8W2YLIB6JBXnwMI2Qsh2gfphT3q7EKAxKb23cvFHFwKA==} es6-error@4.1.1: resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} @@ -12683,32 +13509,6 @@ packages: peerDependencies: webpack: ^4.40.0 || ^5.0.0 - esbuild-plugin-define@0.5.0: - resolution: {integrity: sha512-GNchZYjo8nQHLYbvTIi9w6MXj1lzi1yPEnfsHpeTRbTx2g0+g79ngoU0N5hS5EQwfpzTUzZKETx16UO8W8dW0g==} - engines: {node: '>=18.14.0'} - peerDependencies: - esbuild: '>=0.15' - - esbuild-plugin-environment@0.4.0: - resolution: {integrity: sha512-GtZCsiT/Fk9e7HWSwcE3HnpKD07yvpNh2jTJ0U0CsMc/I3wA3CSSO2eT1psxD3jgLCIWiSw4i1LY0BHH27VmBg==} - engines: {node: '>=18.14.0'} - peerDependencies: - esbuild: '>=0.15' - - esbuild-plugin-es5@2.1.1: - resolution: {integrity: sha512-GRcHLUwjmrjxz9bN24ooTedrBrAVx7+F8M1aD7FFB+7RTHkt7FY8tHAQ9znyzsV16+95ojbTyJLY+HPO0OI7zA==} - engines: {node: '>=12.0'} - peerDependencies: - esbuild: '*' - - esbuild-plugin-handlebars@1.0.3: - resolution: {integrity: sha512-vOqurrqU7s4f9xgwDiUG0I+9auJPf21GFf6xYxObRrQdi088N81P4ztCs0xVg0uSmWkIPcZuCLIwP+ttzKpezQ==} - - esbuild-plugin-pino@2.1.1: - resolution: {integrity: sha512-NdcTruRCq7tCv/vQENeGRmV0mK/54tvKWT5J2+tDaAdSX7TVUiykEbtZ0xDZA1rJfyzd5rx1G8TqwXv1zBlK5w==} - peerDependencies: - esbuild: ^0.17.1 || ^0.18.0 || ^0.19.0 || ^0.20.0 - esbuild-register@3.6.0: resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} peerDependencies: @@ -12724,11 +13524,6 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.19.12: - resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} engines: {node: '>=12'} @@ -12739,28 +13534,15 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.23.1: - resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} + esbuild@0.25.12: + resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} engines: {node: '>=18'} hasBin: true - esbuild@0.24.0: - resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} - engines: {node: '>=18'} - hasBin: true - - esbuild@0.8.57: - resolution: {integrity: sha512-j02SFrUwFTRUqiY0Kjplwjm1psuzO1d6AjaXKuOR9hrY0HuPsT6sV42B6myW34h1q4CRy+Y3g4RU/cGJeI/nNA==} - hasBin: true - escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} - escape-goat@4.0.0: - resolution: {integrity: sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==} - engines: {node: '>=12'} - escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} @@ -12791,16 +13573,34 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-config-oclif-typescript@3.1.12: - resolution: {integrity: sha512-hEXU/PEJyjeLiTrCmgcmx0+FHwVpqipkKSykesdMsk2v43Mqh5bq2j3cyxHXZBCOxpTACVlM6KG7d4LFaWoVHQ==} + eslint-compat-utils@0.6.5: + resolution: {integrity: sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==} + engines: {node: '>=12'} + peerDependencies: + eslint: '>=6.0.0' + + eslint-config-flat-gitignore@2.1.0: + resolution: {integrity: sha512-cJzNJ7L+psWp5mXM7jBX+fjHtBvvh06RBlcweMhKD8jWqQw0G78hOW5tpVALGHGFPsBV+ot2H+pdDGJy6CV8pA==} + peerDependencies: + eslint: ^9.5.0 + + eslint-config-oclif-typescript@3.1.14: + resolution: {integrity: sha512-YeBq5OiDRZFvfZ+wO0meF38fV06+zmEg15mnOLwkiAuUhjg2lH+UxvYA7uX2zUwR4p1WMUbfX+7CMfUwQ4TQ1A==} engines: {node: '>=18.0.0'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. eslint-config-oclif@5.2.2: resolution: {integrity: sha512-NNTyyolSmKJicgxtoWZ/hoy2Rw56WIoWCFxgnBkXqDgi9qPKMwZs2Nx2b6SHLJvCiWWhZhWr5V46CFPo3PSPag==} engines: {node: '>=18.0.0'} - eslint-config-prettier@9.1.0: - resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} + hasBin: true + peerDependencies: + eslint: '>=7.0.0' + + eslint-config-prettier@9.1.2: + resolution: {integrity: sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -12817,11 +13617,28 @@ packages: peerDependencies: eslint: '>=8.56.0' + eslint-flat-config-utils@2.1.4: + resolution: {integrity: sha512-bEnmU5gqzS+4O+id9vrbP43vByjF+8KOs+QuuV4OlqAuXmnRW2zfI/Rza1fQvdihQ5h4DUo0NqFAiViD4mSrzQ==} + + eslint-formatting-reporter@0.0.0: + resolution: {integrity: sha512-k9RdyTqxqN/wNYVaTk/ds5B5rA8lgoAmvceYN7bcZMBwU7TuXx5ntewJv81eF3pIL/CiJE+pJZm36llG8yhyyw==} + peerDependencies: + eslint: '>=8.40.0' + + eslint-import-context@0.1.9: + resolution: {integrity: sha512-K9Hb+yRaGAGUbwjhFNHvSmmkZs9+zbuoe3kFQ4V1wYjrepUFYM2dZAfNtjbbj3qsPfUfsA68Bx/ICWQMi+C8Eg==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + peerDependencies: + unrs-resolver: ^1.0.0 + peerDependenciesMeta: + unrs-resolver: + optional: true + eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} - eslint-import-resolver-typescript@3.6.3: - resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==} + eslint-import-resolver-typescript@3.10.1: + resolution: {integrity: sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -12833,11 +13650,31 @@ packages: eslint-plugin-import-x: optional: true - eslint-mdx@3.1.5: - resolution: {integrity: sha512-ynztX0k7CQ3iDL7fDEIeg3g0O/d6QPv7IBI9fdYLhXp5fAp0fi8X22xF/D3+Pk0f90R27uwqa1clHpay6t0l8Q==} + eslint-json-compat-utils@0.2.1: + resolution: {integrity: sha512-YzEodbDyW8DX8bImKhAcCeu/L31Dd/70Bidx2Qex9OFUtgzXLqtfWL4Hr5fM/aCCB8QUZLuJur0S9k6UfgFkfg==} + engines: {node: '>=12'} + peerDependencies: + '@eslint/json': '*' + eslint: '*' + jsonc-eslint-parser: ^2.4.0 + peerDependenciesMeta: + '@eslint/json': + optional: true + + eslint-mdx@3.6.2: + resolution: {integrity: sha512-5hczn5iSSEcwtNtVXFwCKIk6iLEDaZpwc3vjYDl/B779OzaAAK/ou16J2xVdO6ecOLEO1WZqp7MRCQ/WsKDUig==} engines: {node: '>=18.0.0'} peerDependencies: eslint: '>=8.0.0' + remark-lint-file-extension: '*' + peerDependenciesMeta: + remark-lint-file-extension: + optional: true + + eslint-merge-processors@2.0.0: + resolution: {integrity: sha512-sUuhSf3IrJdGooquEUB5TNpGNpBoQccbnaLHsb1XkBLUPPqCNivCpY05ZcpCOiV9uHwO2yxXEWVczVclzMxYlA==} + peerDependencies: + eslint: '*' eslint-module-utils@2.12.0: resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} @@ -12860,8 +13697,17 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-es-x@7.6.0: - resolution: {integrity: sha512-I0AmeNgevgaTR7y2lrVCJmGYF0rjoznpDvqV/kIkZSZbZ8Rw3eu4cGlvBBULScfkSOCzqKbff5LR4CNrV7mZHA==} + eslint-parser-plain@0.1.1: + resolution: {integrity: sha512-KRgd6wuxH4U8kczqPp+Oyk4irThIhHWxgFgLDtpgjUGVIS3wGrJntvZW/p6hHq1T4FOwnOtCNkvAI4Kr+mQ/Hw==} + + eslint-plugin-astro@1.5.0: + resolution: {integrity: sha512-IWy4kY3DKTJxd7g652zIWpBGFuxw7NIIt16kyqc8BlhnIKvI8yGJj+Maua0DiNYED3F/D8AmzoTTTA6A95WX9g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: '>=8.57.0' + + eslint-plugin-es-x@7.8.0: + resolution: {integrity: sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8' @@ -12872,6 +13718,31 @@ packages: peerDependencies: eslint: '>=4.19.1' + eslint-plugin-format@1.1.0: + resolution: {integrity: sha512-zjGPZcftddkO9GydBwvTKBV4ICN6a++XK0zIPi3HZHlU8W9EaftTA3XAanJvGAXQUYEqAADtgQi08SX+afbPrg==} + peerDependencies: + eslint: ^8.40.0 || ^9.0.0 + + eslint-plugin-import-x@4.16.1: + resolution: {integrity: sha512-vPZZsiOKaBAIATpFE2uMI4w5IRwdv/FpQ+qZZMR4E+PeOcM4OeoEbqxRMnywdxP19TyB/3h6QBB0EWon7letSQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/utils': ^8.0.0 + eslint: ^8.57.0 || ^9.0.0 + eslint-import-resolver-node: '*' + peerDependenciesMeta: + '@typescript-eslint/utils': + optional: true + eslint-import-resolver-node: + optional: true + + eslint-plugin-import-zod@1.2.1: + resolution: {integrity: sha512-L730PghjZLrg6nwAKPtQ7smOIOxE0A/KbnCN7ywIkIWy8HJ9CDdMQyxjyyMcX1tzFJtF6/raLR/pMJD3tx0yYA==} + engines: {node: '>=20'} + peerDependencies: + '@typescript-eslint/utils': ^8.35.1 + eslint: '>=9' + eslint-plugin-import@2.31.0: resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} engines: {node: '>=4'} @@ -12882,12 +13753,18 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-json@4.0.0: - resolution: {integrity: sha512-l/P3WTzl2HI8PbwsbDIrZ+6jvwQI4TGuz20ReJkG3Y+gZS5ZurTgx+gBmuLpOgiqMyDJWyJ7+GCjevWtNYQcUg==} + eslint-plugin-jsdoc@50.8.0: + resolution: {integrity: sha512-UyGb5755LMFWPrZTEqqvTJ3urLz1iqj+bYOHFNag+sw3NvaMWP9K2z+uIn37XfNALmQLQyrBlJ5mkiVPL7ADEg==} + engines: {node: '>=18'} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + + eslint-plugin-json@4.0.1: + resolution: {integrity: sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA==} engines: {node: '>=18.0'} - eslint-plugin-jsonc@2.16.0: - resolution: {integrity: sha512-Af/ZL5mgfb8FFNleH6KlO4/VdmDuTqmM+SPnWcdoWywTetv7kq+vQe99UyQb9XO3b0OWLVuTH7H0d/PXYCMdSg==} + eslint-plugin-jsonc@2.21.0: + resolution: {integrity: sha512-HttlxdNG5ly3YjP1cFMP62R4qKLxJURfBZo2gnMY+yQojZxkLyOpY1H1KRTKBmvQeSG9pIpSGEhDjE17vvYosg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -12898,15 +13775,10 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-markdown@3.0.1: - resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - eslint-plugin-markdown@5.1.0: resolution: {integrity: sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + deprecated: Please use @eslint/markdown instead peerDependencies: eslint: '>=8' @@ -12916,8 +13788,8 @@ packages: peerDependencies: eslint: '>=7.5.0' - eslint-plugin-mdx@3.1.5: - resolution: {integrity: sha512-lUE7tP7IrIRHU3gTtASDe5u4YM2SvQveYVJfuo82yn3MLh/B/v05FNySURCK4aIxIYF1QYo3IRemQG/lyQzpAg==} + eslint-plugin-mdx@3.6.2: + resolution: {integrity: sha512-RfMd5HYD/9+cqANhVWJbuBRg3huWUsAoGJNGmPsyiRD2X6BaG6bvt1omyk1ORlg81GK8ST7Ojt5fNAuwWhWU8A==} engines: {node: '>=18.0.0'} peerDependencies: eslint: '>=8.0.0' @@ -12934,12 +13806,25 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-n@17.8.1: - resolution: {integrity: sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA==} + eslint-plugin-n@17.23.1: + resolution: {integrity: sha512-68PealUpYoHOBh332JLLD9Sj7OQUDkFpmcfqt8R9sySfFSeuGJjMTJQvCRRB96zO3A/PELRLkPrzsHmzEFQQ5A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' + eslint-plugin-no-only-tests@3.3.0: + resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} + engines: {node: '>=5.0.0'} + + eslint-plugin-no-secrets@2.2.1: + resolution: {integrity: sha512-/7BduEiFeINJ7mlc8iRmqp0sDw2a2lAFahig/RGppn7qf1dKhldXopUuv4M92kc4PX90dcxfKwKtYrW159cuhA==} + engines: {node: '>=18', npm: '>=8'} + peerDependencies: + eslint: '>=5' + + eslint-plugin-paths@1.1.0: + resolution: {integrity: sha512-Ye633sqwSy/GE5dLUI4zpxXoekIyQOD8FyYi2H0YkBws3Q4xjX/ycIzpDWt7BDAlKhbXYGk2BgP9qmNFnEX03w==} + eslint-plugin-perfectionist@2.11.0: resolution: {integrity: sha512-XrtBtiu5rbQv88gl+1e2RQud9te9luYNvKIgM9emttQ2zutHPzY/AQUucwxscDKV4qlTkvLTxjOFvxqeDpPorw==} peerDependencies: @@ -12958,13 +13843,24 @@ packages: vue-eslint-parser: optional: true - eslint-plugin-prettier@5.2.1: - resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} + eslint-plugin-perfectionist@4.15.1: + resolution: {integrity: sha512-MHF0cBoOG0XyBf7G0EAFCuJJu4I18wy0zAoT1OHfx2o6EOx1EFTIzr2HGeuZa1kDcusoX0xJ9V7oZmaeFd773Q==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + eslint: '>=8.45.0' + + eslint-plugin-pnpm@0.3.0: + resolution: {integrity: sha512-MSmU6O6jC+LZYWX9Mfh7JznSz6GqUpVS0wXMSH3qG6Spr7tQc60CjJ5C6VVEGKtT3/7jLeNl4LSpIe/9KPdaTw==} + peerDependencies: + eslint: ^9.0.0 + + eslint-plugin-prettier@5.5.4: + resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: '@types/eslint': '>=8.0.0' eslint: '>=8.0.0' - eslint-config-prettier: '*' + eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0' prettier: '>=3.0.0' peerDependenciesMeta: '@types/eslint': @@ -12972,38 +13868,102 @@ packages: eslint-config-prettier: optional: true - eslint-plugin-promise@6.2.0: - resolution: {integrity: sha512-QmAqwizauvnKOlifxyDj2ObfULpHQawlg/zQdgEixur9vl0CvZGv/LCJV2rtj3210QCoeGBzVMfMXqGAOr/4fA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-react-compiler@0.0.0-experimental-b6997ec-20240909: resolution: {integrity: sha512-YTur5F/Q2JtIDCNrgURkWz0lYnHP7Yxw3Ja4EJSSKoVj4wZKL51Pw/K8LdXjfQouVTejCQg78jaifmcJAI2WPA==} engines: {node: ^14.17.0 || ^16.0.0 || >= 18.0.0} peerDependencies: eslint: '>=7' + eslint-plugin-react-debug@1.53.1: + resolution: {integrity: sha512-WNOiQ6jhodJE88VjBU/IVDM+2Zr9gKHlBFDUSA3fQ0dMB5RiBVj5wMtxbxRuipK/GqNJbteqHcZoYEod7nfddg==} + engines: {node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true + + eslint-plugin-react-dom@1.53.1: + resolution: {integrity: sha512-UYrWJ2cS4HpJ1A5XBuf1HfMpPoLdfGil+27g/ldXfGemb4IXqlxHt4ANLyC8l2CWcE3SXGJW7mTslL34MG0qTQ==} + engines: {node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true + + eslint-plugin-react-hooks-extra@1.53.1: + resolution: {integrity: sha512-fshTnMWNn9NjFLIuy7HzkRgGK29vKv4ZBO9UMr+kltVAfKLMeXXP6021qVKk66i/XhQjbktiS+vQsu1Rd3ZKvg==} + engines: {node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true + eslint-plugin-react-hooks@4.6.2: resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react@7.37.2: - resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==} - engines: {node: '>=4'} + eslint-plugin-react-naming-convention@1.53.1: + resolution: {integrity: sha512-rvZ/B/CSVF8d34HQ4qIt90LRuxotVx+KUf3i1OMXAyhsagEFMRe4gAlPJiRufZ+h9lnuu279bEdd+NINsXOteA==} + engines: {node: '>=18.18.0'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + eslint: ^8.57.0 || ^9.0.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true - eslint-plugin-relay@1.8.3: - resolution: {integrity: sha512-awyrwntUTZ7Z+lJUnniTCnJdZYr1dY2djQDARMx1P1y2BFMsBjtTljBK0lBEM7yiTHPBwVnE2OSnXxcD4yMb0A==} + eslint-plugin-react-native-globals@0.1.2: + resolution: {integrity: sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==} - eslint-plugin-sonarjs@1.0.3: - resolution: {integrity: sha512-6s41HLPYPyDrp+5+7Db5yFYbod6h9pC7yx+xfcNwHRcLe1EZwbbQT/tdOAkR7ekVUkNGEvN3GmYakIoQUX7dEg==} - engines: {node: '>=16'} + eslint-plugin-react-native@5.0.0: + resolution: {integrity: sha512-VyWlyCC/7FC/aONibOwLkzmyKg4j9oI8fzrk9WYNs4I8/m436JuOTAFwLvEn1CVvc7La4cPfbCyspP4OYpP52Q==} peerDependencies: - eslint: ^8.0.0 || ^9.0.0 + eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + + eslint-plugin-react-refresh@0.4.26: + resolution: {integrity: sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==} + peerDependencies: + eslint: '>=8.40' + + eslint-plugin-react-web-api@1.53.1: + resolution: {integrity: sha512-INVZ3Cbl9/b+sizyb43ChzEPXXYuDsBGU9BIg7OVTNPyDPloCXdI+dQFAcSlDocZhPrLxhPV3eT6+gXbygzYXg==} + engines: {node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + typescript: + optional: true + + eslint-plugin-react-x@1.53.1: + resolution: {integrity: sha512-MwMNnVwiPem0U6SlejDF/ddA4h/lmP6imL1RDZ2m3pUBrcdcOwOx0gyiRVTA3ENnhRlWfHljHf5y7m8qDSxMEg==} + engines: {node: '>=18.18.0'} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + ts-api-utils: ^2.1.0 + typescript: ^4.9.5 || ^5.3.3 + peerDependenciesMeta: + ts-api-utils: + optional: true + typescript: + optional: true + + eslint-plugin-regexp@2.10.0: + resolution: {integrity: sha512-ovzQT8ESVn5oOe5a7gIDPD5v9bCSjIFJu57sVPDqgPRXicQzOnYfFN21WoQBQF18vrhT5o7UMKFwJQVVjyJ0ng==} + engines: {node: ^18 || >=20} + peerDependencies: + eslint: '>=8.44.0' + + eslint-plugin-relay@1.8.3: + resolution: {integrity: sha512-awyrwntUTZ7Z+lJUnniTCnJdZYr1dY2djQDARMx1P1y2BFMsBjtTljBK0lBEM7yiTHPBwVnE2OSnXxcD4yMb0A==} eslint-plugin-storybook@0.10.1: resolution: {integrity: sha512-YpxkdqyiKpMIrRquuvBaCinsqmZJ86JvXRX/gtRa4Qctpk0ipFt2cWqEjkB1HHWWG0DVRXlUBKHjRogC2Ig1fg==} @@ -13011,8 +13971,14 @@ packages: peerDependencies: eslint: '>=6' - eslint-plugin-tsdoc@0.3.0: - resolution: {integrity: sha512-0MuFdBrrJVBjT/gyhkP2BqpD0np1NxNLfQ38xXDlSs/KVVpKI2A6vN7jx2Rve/CyUsvOsMGwp9KKrinv7q9g3A==} + eslint-plugin-toml@0.12.0: + resolution: {integrity: sha512-+/wVObA9DVhwZB1nG83D2OAQRrcQZXy+drqUnFJKymqnmbnbfg/UPmEMCKrJNcEboUGxUjYrJlgy+/Y930mURQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' + + eslint-plugin-tsdoc@0.4.0: + resolution: {integrity: sha512-MT/8b4aKLdDClnS8mP3R/JNjg29i0Oyqd/0ym6NnQf+gfKbJJ4ZcSh2Bs1H0YiUMTBwww5JwXGTWot/RwyJ7aQ==} eslint-plugin-unicorn@48.0.1: resolution: {integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==} @@ -13020,14 +13986,23 @@ packages: peerDependencies: eslint: '>=8.44.0' - eslint-plugin-unicorn@54.0.0: - resolution: {integrity: sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==} + eslint-plugin-unicorn@57.0.0: + resolution: {integrity: sha512-zUYYa6zfNdTeG9BISWDlcLmz16c+2Ck2o5ZDHh0UzXJz3DEP7xjmlVDTzbyV0W+XksgZ0q37WEWzN2D2Ze+g9Q==} engines: {node: '>=18.18'} peerDependencies: - eslint: '>=8.56.0' + eslint: '>=9.20.0' + + eslint-plugin-unused-imports@4.3.0: + resolution: {integrity: sha512-ZFBmXMGBYfHttdRtOG9nFFpmUvMtbHSjsKrS20vdWdbfiVYsO3yA2SGYy9i9XmZJDfMGBflZGBCm70SEnFQtOA==} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0 + eslint: ^9.0.0 || ^8.0.0 + peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true - eslint-plugin-yml@1.14.0: - resolution: {integrity: sha512-ESUpgYPOcAYQO9czugcX5OqRvn/ydDVwGCPXY4YjPqc09rHaUVUA6IE6HLQys4rXk/S+qx3EwTd1wHCwam/OWQ==} + eslint-plugin-yml@1.19.1: + resolution: {integrity: sha512-bYkOxyEiXh9WxUhVYPELdSHxGG5pOjCSeJOVkfdIyj6tuiHDxrES2WAW1dBxn3iaZQey57XflwLtCYRcNPOiOg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -13040,6 +14015,10 @@ packages: resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@8.4.0: + resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} @@ -13066,8 +14045,12 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.16.0: - resolution: {integrity: sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==} + eslint-visitor-keys@4.2.1: + resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint@9.39.2: + resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -13082,14 +14065,14 @@ packages: esm-resolve@1.0.11: resolution: {integrity: sha512-LxF0wfUQm3ldUDHkkV2MIbvvY0TgzIpJ420jHSV1Dm+IlplBEWiJTKWM61GtxUfvjV6iD4OtTYFGAGM2uuIUWg==} - esm@3.2.25: - resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==} - engines: {node: '>=6'} - espree@10.3.0: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@10.4.0: + resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -13115,15 +14098,9 @@ packages: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} - estree-util-is-identifier-name@2.1.0: - resolution: {integrity: sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==} - estree-util-is-identifier-name@3.0.0: resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==} - estree-util-visit@1.2.1: - resolution: {integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==} - estree-util-visit@2.0.0: resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==} @@ -13144,9 +14121,6 @@ packages: resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} engines: {node: '>= 0.6'} - event-stream@3.1.7: - resolution: {integrity: sha512-ddACn1VEffD+nvbofs8gs/0qJZC9gtEGLG+WykE//rinSpYLSaTsnN96eVQV+gHdUhV/nVtxUNKC3OjrApuEMw==} - event-target-shim@5.0.1: resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} engines: {node: '>=6'} @@ -13164,10 +14138,6 @@ packages: exec-async@2.2.0: resolution: {integrity: sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==} - execa@0.7.0: - resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==} - engines: {node: '>=4'} - execa@1.0.0: resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} engines: {node: '>=6'} @@ -13184,14 +14154,14 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} - executable@4.1.1: - resolution: {integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==} - engines: {node: '>=4'} - exit-hook@2.2.1: resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==} engines: {node: '>=6'} + exit-x@0.2.2: + resolution: {integrity: sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==} + engines: {node: '>= 0.8.0'} + exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} @@ -13210,6 +14180,7 @@ packages: expect-playwright@0.8.0: resolution: {integrity: sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==} + deprecated: ⚠️ The 'expect-playwright' package is deprecated. The Playwright core assertions (via @playwright/test) now cover the same functionality. Please migrate to built-in expect. See https://playwright.dev/docs/test-assertions for migration. expect-type@1.1.0: resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} @@ -13219,6 +14190,10 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + expect@30.2.0: + resolution: {integrity: sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + expo-asset@10.0.10: resolution: {integrity: sha512-0qoTIihB79k+wGus9wy0JMKq7DdenziVx3iUkGvMAy2azscSgWH6bd2gJ9CGnhC6JRd3qTMFBL0ou/fx7WZl7A==} peerDependencies: @@ -13259,8 +14234,8 @@ packages: peerDependencies: expo: '*' - expo-image-picker@15.0.7: - resolution: {integrity: sha512-u8qiPZNfDb+ap6PJ8pq2iTO7JKX+ikAUQ0K0c7gXGliKLxoXgDdDmXxz9/6QdICTshJBJlBvI0MwY5NWu7A/uw==} + expo-image-picker@15.1.0: + resolution: {integrity: sha512-6cE10S7d0qG7+pcHtsYukRKuFL44ssOM0/v+5JIBzRwxpIgGA6qokr8PxasFEpxOA9NpN0gwry33jmq1qLXJTg==} peerDependencies: expo: '*' @@ -13277,13 +14252,10 @@ packages: expo-linking@6.3.1: resolution: {integrity: sha512-xuZCntSBGWCD/95iZ+mTUGTwHdy8Sx+immCqbUBxdvZ2TN61P02kKg7SaLS8A4a/hLrSCwrg5tMMwu5wfKr35g==} - expo-modules-autolinking@1.11.1: - resolution: {integrity: sha512-2dy3lTz76adOl7QUvbreMCrXyzUiF8lygI7iFJLjgIQIVH+43KnFWE5zBumpPbkiaq0f0uaFpN9U0RGQbnKiMw==} + expo-modules-autolinking@1.11.3: + resolution: {integrity: sha512-oYh8EZEvYF5TYppxEKUTTJmbr8j7eRRnrIxzZtMvxLTXoujThVPMFS/cbnSnf2bFm1lq50TdDNABhmEi7z0ngQ==} hasBin: true - expo-modules-core@1.12.12: - resolution: {integrity: sha512-ls2Ido4Aduo4f9/LPQx66Hp3X2qddVOY5S7kP3/lp/G4ieqfPcUMueGYSeaz76fg/TYXRh2XLv/HGvu8zV6bbQ==} - expo-modules-core@1.12.26: resolution: {integrity: sha512-y8yDWjOi+rQRdO+HY+LnUlz8qzHerUaw/LUjKPU/mX8PRXP4UUPEEp5fjAwBU44xjNmYSHWZDwet4IBBE+yQUA==} @@ -13318,8 +14290,8 @@ packages: react: '*' react-native: '*' - expo@51.0.9: - resolution: {integrity: sha512-USckGusi4389X/mFy8X8tEA59vgsc5joOILQrTsDPdDJawkUidDAVqY4NIjJxOY7zEq1SfPv/LglJ4cOdtvfsg==} + expo@51.0.39: + resolution: {integrity: sha512-Cs/9xopyzJrpXWbyVUZnr37rprdFJorRgfSp6cdBfvbjxZeKnw2MEu7wJwV/s626i5lZTPGjZPHUF9uQvt51cg==} hasBin: true exponential-backoff@3.1.1: @@ -13336,6 +14308,13 @@ packages: resolution: {integrity: sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==} engines: {node: '>= 0.10.0'} + express@4.22.1: + resolution: {integrity: sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==} + engines: {node: '>= 0.10.0'} + + exsolve@1.0.8: + resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} + ext-list@2.2.2: resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==} engines: {node: '>=0.10.0'} @@ -13364,8 +14343,8 @@ packages: engines: {node: '>=18.0.0'} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - fast-check@3.21.0: - resolution: {integrity: sha512-QpmbiqRFRZ+SIlBJh6xi5d/PgXciUc/xWKc4Vi2RWEHHIRx6oM3f0fWNna++zP9VB5HUBTObUK9gTKQP3vVcrQ==} + fast-check@3.23.2: + resolution: {integrity: sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==} engines: {node: '>=8.0.0'} fast-decode-uri-component@1.0.1: @@ -13377,21 +14356,21 @@ packages: fast-diff@1.3.0: resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} - fast-equals@5.0.1: - resolution: {integrity: sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==} + fast-equals@5.4.0: + resolution: {integrity: sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==} engines: {node: '>=6.0.0'} fast-fifo@1.3.2: resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} - fast-glob@3.2.7: - resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} - engines: {node: '>=8'} - fast-glob@3.3.2: 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==} @@ -13401,9 +14380,6 @@ packages: fast-levenshtein@3.0.0: resolution: {integrity: sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==} - fast-loops@1.1.4: - resolution: {integrity: sha512-8dbd3XWoKCTms18ize6JmQF1SFnnfj5s0B7rRry22EofgMu7B6LKHVh+XfFqFGsqnbH54xgeO83PzpKI+ODhlg==} - fast-querystring@1.1.2: resolution: {integrity: sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==} @@ -13420,18 +14396,14 @@ packages: fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - fast-xml-parser@3.19.0: - resolution: {integrity: sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==} - hasBin: true - - fast-xml-parser@4.4.1: - resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==} - hasBin: true - fast-xml-parser@4.5.0: resolution: {integrity: sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==} hasBin: true + fast-xml-parser@5.2.5: + resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==} + hasBin: true + fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} @@ -13461,6 +14433,9 @@ packages: fbjs@3.0.5: resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} + fd-package-json@2.0.0: + resolution: {integrity: sha512-jKmm9YtsNXN789RS/0mSzOC1NUq9mkVd65vbSSVsKdjGvYXBuE4oWe2QOEoFeRmJg+lPuZxpmrfFclNhoRMneQ==} + fdir@6.4.2: resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} peerDependencies: @@ -13469,9 +14444,21 @@ packages: picomatch: optional: true + fdir@6.5.0: + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} + engines: {node: '>=12.0.0'} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + fetch-retry@4.1.1: resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==} + fflate@0.8.2: + resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} + figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} @@ -13494,9 +14481,9 @@ packages: resolution: {integrity: sha512-QgXo+mXTe8ljeqUFaX3QVHc5osSItJ/Km+xpocx0aSqWGMSCf6qYs/VnzZgS864Pjn5iceMRFigeAV7AfTlaig==} engines: {node: '>= 12'} - file-type@17.1.6: - resolution: {integrity: sha512-hlDw5Ev+9e883s0pwUsuuYNu4tD7GgpUnOvykjv1Gya0ZIjuKumthDRua90VUn6/nlRKAjcxLUnHNTIUWwWIiw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + file-type@20.5.0: + resolution: {integrity: sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==} + engines: {node: '>=18'} filelist@1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} @@ -13505,9 +14492,9 @@ packages: resolution: {integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - filenamify@5.1.1: - resolution: {integrity: sha512-M45CbrJLGACfrPOkrTp3j2EcO9OBkKUYME0eiqOCa7i2poaklU0jhlIaMlr8ijLorT0uLAzrn3qXOp5684CkfA==} - engines: {node: '>=12.20'} + filenamify@6.0.0: + resolution: {integrity: sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==} + engines: {node: '>=16'} filesize@6.4.0: resolution: {integrity: sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==} @@ -13545,10 +14532,6 @@ packages: resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} engines: {node: '>=14.16'} - find-cache-dir@5.0.0: - resolution: {integrity: sha512-OuWNfjfP05JcpAP3JPgAKUhWefjMRfI5iAoSsvE24ANYWJaepAtlSgWECSVEuRgSXpyNEc9DJwG/TZpgcOqyig==} - engines: {node: '>=16'} - find-file-up@0.1.3: resolution: {integrity: sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==} engines: {node: '>=0.10.0'} @@ -13576,6 +14559,10 @@ packages: resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==} engines: {node: '>=18'} + find-up-simple@1.0.1: + resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} + engines: {node: '>=18'} + find-up@3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} @@ -13606,6 +14593,9 @@ packages: find-yarn-workspace-root@2.0.0: resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} + fix-dts-default-cjs-exports@1.0.1: + resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==} + flat-cache@4.0.1: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} @@ -13652,6 +14642,10 @@ packages: resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} engines: {node: '>=14'} + foreground-child@3.3.1: + resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} + engines: {node: '>=14'} + forever-agent@0.6.1: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} @@ -13678,10 +14672,19 @@ packages: resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} engines: {node: '>= 6'} + form-data@4.0.5: + resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==} + engines: {node: '>= 6'} + format@0.2.2: resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} engines: {node: '>=0.4.x'} + formatly@0.3.0: + resolution: {integrity: sha512-9XNj/o4wrRFyhSMJOvsuyMwy8aUfBaZ1VrqHVfohyXf0Sw0e+yfKG+xZaY3arGCOMdwFsqObtzVOc1gU9KiT9w==} + engines: {node: '>=18.3.0'} + hasBin: true + forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} @@ -13689,12 +14692,15 @@ packages: fraction.js@4.3.7: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - framer-motion@11.12.0: - resolution: {integrity: sha512-gZaZeqFM6pX9kMVti60hYAa75jGpSsGYWAHbBfIkuHN7DkVHVkxSxeNYnrGmHuM0zPkWTzQx10ZT+fDjn7N4SA==} + fraction.js@5.3.4: + resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==} + + framer-motion@11.18.2: + resolution: {integrity: sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==} peerDependencies: '@emotion/is-prop-valid': '*' - react: ^18.0.0 - react-dom: ^18.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/is-prop-valid': optional: true @@ -13720,9 +14726,6 @@ packages: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} - from@0.1.7: - resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==} - fromentries@1.3.2: resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} @@ -13744,6 +14747,10 @@ packages: resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} engines: {node: '>=14.14'} + fs-extra@11.3.3: + resolution: {integrity: sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==} + engines: {node: '>=14.14'} + fs-extra@8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} @@ -13790,18 +14797,11 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - fuzzy@0.1.3: - resolution: {integrity: sha512-/gZffu4ykarLrCiP3Ygsa86UAo1E5vEVlvTrpkKywXSbP9Xhln3oSp9QSV57gEq3JFFpGJ4GZ+5zdEp3FcUh4w==} - engines: {node: '>= 0.6.0'} - gauge@3.0.2: resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} engines: {node: '>=10'} deprecated: This package is no longer supported. - generic-names@4.0.0: - resolution: {integrity: sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==} - gensequence@7.0.0: resolution: {integrity: sha512-47Frx13aZh01afHJTB3zTtKIlFI6vWY+MYCN9Qpew6i52rfKjnhCF/l1YlC8UmEMvvntZZ6z4PiCcmyuedR2aQ==} engines: {node: '>=18'} @@ -13825,6 +14825,10 @@ packages: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} + get-intrinsic@1.3.0: + resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} + engines: {node: '>= 0.4'} + get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} engines: {node: '>=6'} @@ -13836,9 +14840,6 @@ packages: resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} engines: {node: '>=8.0.0'} - get-port-please@3.1.2: - resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==} - get-port@3.2.0: resolution: {integrity: sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==} engines: {node: '>=4'} @@ -13847,6 +14848,10 @@ packages: resolution: {integrity: sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==} engines: {node: '>=16'} + get-proto@1.0.1: + resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} + engines: {node: '>= 0.4'} + get-source@2.0.12: resolution: {integrity: sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==} @@ -13854,10 +14859,6 @@ packages: resolution: {integrity: sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==} engines: {node: '>=12'} - get-stream@3.0.0: - resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==} - engines: {node: '>=4'} - get-stream@4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} engines: {node: '>=6'} @@ -13878,8 +14879,8 @@ packages: resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} - get-them-args@1.3.2: - resolution: {integrity: sha512-LRn8Jlk+DwZE4GTlDbT3Hikd1wSHgLMme/+7ddlqKd7ldwR6LjJgTVWzBnR01wnYGe4KgrXjg287RaI22UHmAw==} + get-tsconfig@4.13.0: + resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==} get-tsconfig@4.8.1: resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} @@ -13892,20 +14893,21 @@ packages: resolution: {integrity: sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg==} engines: {node: '>=6'} + getenv@2.0.0: + resolution: {integrity: sha512-VilgtJj/ALgGY77fiLam5iD336eSWi96Q15JSAG1zi8NRBysm3LXKdGnHb4m5cuyxvOLQQKWpBZAT6ni4FI2iQ==} + engines: {node: '>=6'} + getpass@0.1.7: resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} - giget@1.2.3: - resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==} + giget@1.2.5: + resolution: {integrity: sha512-r1ekGw/Bgpi3HLV3h1MRBIlSAdHoIMklpaQ3OQLFcRw9PwAj2rqigvIbg+dBUI51OxVI2jsEtDywDBjSiuf7Ug==} hasBin: true git-config-path@2.0.0: resolution: {integrity: sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==} engines: {node: '>=4'} - git-diff-tree@1.1.0: - resolution: {integrity: sha512-PdNkH2snpXsKIzho6OWMZKEl+KZG6Zm+1ghQIDi0tEq1sz/S1tDjvNuYrX2ZpomalHAB89OUQim8O6vN+jesNQ==} - git-hooks-list@3.1.0: resolution: {integrity: sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==} @@ -13914,9 +14916,6 @@ packages: engines: {node: '>=16'} hasBin: true - git-spawned-stream@1.0.1: - resolution: {integrity: sha512-W2Zo3sCiq5Hqv1/FLsNmGomkXdyimmkHncGzqjBHh7nWx+CbH5dkWGb6CiFdknooL7wfeZJ3gz14KrXl/gotCw==} - git-up@4.0.5: resolution: {integrity: sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==} @@ -13949,11 +14948,6 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true - glob@10.4.2: - resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==} - engines: {node: '>=16 || 14 >=14.18'} - hasBin: true - glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true @@ -13963,6 +14957,15 @@ packages: engines: {node: 20 || >=22} hasBin: true + glob@11.1.0: + resolution: {integrity: sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==} + engines: {node: 20 || >=22} + hasBin: true + + glob@13.0.0: + resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==} + engines: {node: 20 || >=22} + glob@6.0.4: resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==} deprecated: Glob versions prior to v9 are no longer supported @@ -13979,18 +14982,13 @@ packages: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Glob versions prior to v9 are no longer supported - glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} - deprecated: Glob versions prior to v9 are no longer supported - global-directory@4.0.1: resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} engines: {node: '>=18'} - global-dirs@3.0.1: - resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} - engines: {node: '>=10'} + global-dirs@0.1.1: + resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} + engines: {node: '>=4'} global-modules@0.2.3: resolution: {integrity: sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==} @@ -14024,14 +15022,18 @@ packages: resolution: {integrity: sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==} engines: {node: '>=18'} + globals@15.15.0: + resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} + engines: {node: '>=18'} + + globals@16.5.0: + resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} + engines: {node: '>=18'} + globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} - globby@10.0.1: - resolution: {integrity: sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==} - engines: {node: '>=8'} - globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} @@ -14048,17 +15050,20 @@ packages: resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} engines: {node: '>=18'} + globby@14.1.0: + resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} + engines: {node: '>=18'} + + globrex@0.1.2: + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} + gopd@1.1.0: resolution: {integrity: sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==} engines: {node: '>= 0.4'} - got@11.8.6: - resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} - engines: {node: '>=10.19.0'} - - got@12.6.1: - resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==} - engines: {node: '>=14.16'} + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} + engines: {node: '>= 0.4'} got@13.0.0: resolution: {integrity: sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==} @@ -14073,14 +15078,6 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - graphology-types@0.24.8: - resolution: {integrity: sha512-hDRKYXa8TsoZHjgEaysSRyPdT6uB78Ci8WnjgbStlQysz7xR52PInxNsmnB7IBOM1BhikxkNyCVEFgmPKnpx3Q==} - - graphology@0.24.1: - resolution: {integrity: sha512-6lNz1PNTAe9Q6ioHKrXu0Lp047sgvOoHa4qmP/8mnJWCGv2iIZPQkuHPUb2/OWDWCqHpw2hKgJLJ55X/66xmHg==} - peerDependencies: - graphology-types: '>=0.24.0' - graphql-config@4.5.0: resolution: {integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==} engines: {node: '>= 10.0.0'} @@ -14109,12 +15106,6 @@ packages: peerDependencies: graphql: '>=0.11 <=16' - graphql-yoga@4.0.5: - resolution: {integrity: sha512-vIbJU9QX5RP4PoxbMCHcfOlt/3EsC/0uLdAOlKaiUvlwJDTFCaIHo2X10vL4i/27Gw8g90ECIwm2YbmeLDwcqg==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^15.2.0 || ^16.0.0 - graphql@15.8.0: resolution: {integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==} engines: {node: '>= 10.x'} @@ -14123,10 +15114,6 @@ packages: resolution: {integrity: sha512-GCOQdvm7XxV1S4U4CGrsdlEN37245eC8P9zaYCMr6K1BG0IPGy5lUwmJsEOGyl1GD6HXjOtl2keCP9asRBwNvA==} engines: {node: '>= 10.x'} - graphql@16.9.0: - resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==} - engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - gunzip-maybe@1.4.2: resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==} hasBin: true @@ -14135,9 +15122,6 @@ packages: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} - h3@1.13.0: - resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==} - handle-thing@2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} @@ -14185,6 +15169,10 @@ packages: 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'} @@ -14192,10 +15180,6 @@ packages: has-unicode@2.0.1: resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} - has-yarn@3.0.0: - resolution: {integrity: sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - hash-base@3.0.5: resolution: {integrity: sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==} engines: {node: '>= 0.10'} @@ -14215,72 +15199,6 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} - hast-util-embedded@2.0.1: - resolution: {integrity: sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw==} - - hast-util-embedded@3.0.0: - resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} - - hast-util-from-html@2.0.3: - resolution: {integrity: sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==} - - hast-util-from-parse5@7.1.2: - resolution: {integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==} - - hast-util-from-parse5@8.0.2: - resolution: {integrity: sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A==} - - hast-util-has-property@2.0.1: - resolution: {integrity: sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==} - - hast-util-has-property@3.0.0: - resolution: {integrity: sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==} - - hast-util-is-body-ok-link@2.0.0: - resolution: {integrity: sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw==} - - hast-util-is-body-ok-link@3.0.1: - resolution: {integrity: sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==} - - hast-util-is-element@2.1.3: - resolution: {integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==} - - hast-util-is-element@3.0.0: - resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==} - - hast-util-parse-selector@3.1.1: - resolution: {integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==} - - hast-util-parse-selector@4.0.0: - resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} - - hast-util-phrasing@2.0.2: - resolution: {integrity: sha512-yGkCfPkkfCyiLfK6KEl/orMDr/zgCnq/NaO9HfULx6/Zga5fso5eqQA5Ov/JZVqACygvw9shRYWgXNcG2ilo7w==} - - hast-util-phrasing@3.0.1: - resolution: {integrity: sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==} - - hast-util-to-nlcst@2.2.0: - resolution: {integrity: sha512-BFBvuoEo9yCHklUSCz6+JG/FAkr+qCVaW1bE0/Y8+SBhuaz7s+suHDpkyQxH7FF2kqctYRhquLRCcmn+PS0IUQ==} - - hast-util-to-nlcst@4.0.0: - resolution: {integrity: sha512-+YxIJMLJe+2AEhJeJHXZu1VuhApzjD9dLlWOLTS9kUusHfxKsyqRSnSF/YEu4h0uvzwSC0wPqFwIb9GSnK/chQ==} - - hast-util-to-string@2.0.0: - resolution: {integrity: sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==} - - hast-util-whitespace@2.0.1: - resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==} - - hast-util-whitespace@3.0.0: - resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} - - hastscript@7.2.0: - resolution: {integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==} - - hastscript@9.0.0: - resolution: {integrity: sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==} - he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true @@ -14303,6 +15221,9 @@ packages: hermes-estree@0.25.1: resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==} + hermes-estree@0.29.1: + resolution: {integrity: sha512-jl+x31n4/w+wEqm0I2r4CMimukLbLQEYpisys5oCre611CI5fc9TxhqkBBCJ1edDG4Kza0f7CgNz8xVMLZQOmQ==} + hermes-parser@0.19.1: resolution: {integrity: sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==} @@ -14315,6 +15236,9 @@ packages: hermes-parser@0.25.1: resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} + hermes-parser@0.29.1: + resolution: {integrity: sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA==} + hermes-profile-transformer@0.0.6: resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} engines: {node: '>=8'} @@ -14342,6 +15266,9 @@ packages: hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} + hookable@6.0.1: + resolution: {integrity: sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==} + hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -14353,14 +15280,14 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} - hosted-git-info@5.2.1: - resolution: {integrity: sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - hosted-git-info@7.0.2: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} + hosted-git-info@8.1.0: + resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} + engines: {node: ^18.17.0 || >=20.5.0} + hpack.js@2.1.6: resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==} @@ -14391,15 +15318,15 @@ packages: webpack: optional: true + htmlparser2@10.0.0: + resolution: {integrity: sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==} + htmlparser2@3.10.1: resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} htmlparser2@6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} - htmlparser2@9.1.0: - resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} - http-assert@1.5.0: resolution: {integrity: sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==} engines: {node: '>= 0.8'} @@ -14441,8 +15368,8 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - http-proxy-middleware@2.0.7: - resolution: {integrity: sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==} + http-proxy-middleware@2.0.9: + resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==} engines: {node: '>=12.0.0'} peerDependencies: '@types/express': ^4.17.13 @@ -14463,10 +15390,6 @@ packages: engines: {node: '>=12'} hasBin: true - http-shutdown@1.2.2: - resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==} - engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - http-signature@1.4.0: resolution: {integrity: sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==} engines: {node: '>=0.10'} @@ -14477,10 +15400,6 @@ packages: http-status-codes@2.3.0: resolution: {integrity: sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==} - http2-wrapper@1.0.3: - resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==} - engines: {node: '>=10.19.0'} - http2-wrapper@2.2.1: resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==} engines: {node: '>=10.19.0'} @@ -14496,6 +15415,10 @@ packages: resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} engines: {node: '>= 14'} + https-proxy-agent@7.0.6: + resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} + engines: {node: '>= 14'} + human-signals@1.1.1: resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} engines: {node: '>=8.12.0'} @@ -14527,8 +15450,9 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - icss-replace-symbols@1.1.0: - resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} + iconv-lite@0.7.1: + resolution: {integrity: sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==} + engines: {node: '>=0.10.0'} icss-utils@5.1.0: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} @@ -14536,9 +15460,6 @@ packages: peerDependencies: postcss: ^8.1.0 - idb-keyval@6.2.1: - resolution: {integrity: sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg==} - identity-obj-proxy@3.0.0: resolution: {integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==} engines: {node: '>=4'} @@ -14554,6 +15475,10 @@ packages: resolution: {integrity: sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==} engines: {node: '>= 4'} + ignore@7.0.5: + resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} + engines: {node: '>= 4'} + image-size@0.5.5: resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} engines: {node: '>=0.10.0'} @@ -14570,10 +15495,6 @@ packages: immutable@5.0.3: resolution: {integrity: sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==} - import-cwd@3.0.0: - resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==} - engines: {node: '>=8'} - import-fresh@2.0.0: resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} engines: {node: '>=4'} @@ -14582,9 +15503,9 @@ packages: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} - import-from@3.0.0: - resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==} - engines: {node: '>=8'} + import-fresh@3.3.1: + resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} + engines: {node: '>=6'} import-lazy@4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} @@ -14595,12 +15516,13 @@ packages: engines: {node: '>=8'} hasBin: true - import-meta-resolve@2.2.2: - resolution: {integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==} - import-meta-resolve@4.1.0: resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} + import-without-cache@0.2.5: + resolution: {integrity: sha512-B6Lc2s6yApwnD2/pMzFh/d5AVjdsDXjgkeJ766FmFuJELIGHNycKRj+l3A39yZPM4CchqNCB4RITEAYB1KUM6A==} + engines: {node: '>=20.19.0'} + imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} @@ -14613,6 +15535,10 @@ packages: resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} engines: {node: '>=12'} + index-to-position@1.2.0: + resolution: {integrity: sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==} + engines: {node: '>=18'} + indexof@0.0.1: resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==} @@ -14629,10 +15555,6 @@ packages: ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - ini@2.0.0: - resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} - engines: {node: '>=10'} - ini@4.1.1: resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -14641,8 +15563,8 @@ packages: resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - ink@5.1.0: - resolution: {integrity: sha512-3vIO+CU4uSg167/dZrg4wHy75llUINYXxN4OsdaCkE40q4zyOTPwNc2VEpLnnWsIvIQeo6x6lilAhuaSt+rIsA==} + ink@5.0.1: + resolution: {integrity: sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==} engines: {node: '>=18'} peerDependencies: '@types/react': '>=18.0.0' @@ -14654,8 +15576,8 @@ packages: react-devtools-core: optional: true - inline-style-prefixer@6.0.4: - resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==} + inline-style-prefixer@7.0.1: + resolution: {integrity: sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw==} inquirer-autocomplete-standalone@0.8.1: resolution: {integrity: sha512-mlzwCTiXDX1Cw4yJL5PCq32k23XYLTK8K6BDFoL1a76iJeFB5ul6IoMU9spgdDagl2SM7P6ZaCNjj8VNXRDPOQ==} @@ -14669,9 +15591,8 @@ packages: resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} engines: {node: '>=12.0.0'} - inquirer@9.2.23: - resolution: {integrity: sha512-kod5s+FBPIDM2xiy9fu+6wdU/SkK5le5GS9lh4FEBjBHqiMgD9lLFbCbuqFNAjNL2ZOy9Wd9F694IOzN9pZHBA==} - engines: {node: '>=18'} + inspect-with-kind@1.0.5: + resolution: {integrity: sha512-MAQUJuIo7Xqk8EVNP+6d3CKq9c80hi4tjIbIAT6lmGW9W6WzlHiu9PS8uSuUYU+Do+j1baiFp3H25XEVxDIG2g==} internal-ip@4.3.0: resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} @@ -14700,9 +15621,6 @@ packages: resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} engines: {node: '>= 10'} - iron-webcrypto@1.2.1: - resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} - is-alphabetical@1.0.4: resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} @@ -14755,17 +15673,17 @@ packages: resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} engines: {node: '>=6'} - is-bun-module@1.3.0: - resolution: {integrity: sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==} + is-builtin-module@4.0.0: + resolution: {integrity: sha512-rWP3AMAalQSesXO8gleROyL2iKU73SX5Er66losQn9rWOWL4Gef0a/xOEOVqjWGMuR2vHG3FJ8UUmT700O8oFg==} + engines: {node: '>=18.20'} + + is-bun-module@2.0.0: + resolution: {integrity: sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==} is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - is-ci@3.0.1: - resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} - hasBin: true - is-core-module@2.15.1: resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} engines: {node: '>= 0.4'} @@ -14858,11 +15776,17 @@ packages: is-hexadecimal@2.0.1: resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} + is-immutable-type@5.0.1: + resolution: {integrity: sha512-LkHEOGVZZXxGl8vDs+10k3DvP++SEoYEAJLRk6buTFi6kD7QekThV7xHS0j6gpnUCQ0zpud/gMDGiV4dQneLTg==} + peerDependencies: + eslint: '*' + typescript: '>=4.7.4' + is-in-browser@1.1.3: resolution: {integrity: sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==} - is-in-ci@1.0.0: - resolution: {integrity: sha512-eUuAjybVTHMYWm/U+vBO1sY/JOCgoPCXRxzdju0K+K0BiGW0SChEL1MLC0PoCIR1OlPo5YAp8HuQoUlsWEICwg==} + is-in-ci@0.1.0: + resolution: {integrity: sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==} engines: {node: '>=18'} hasBin: true @@ -14871,10 +15795,6 @@ packages: engines: {node: '>=14.16'} hasBin: true - is-installed-globally@0.4.0: - resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} - engines: {node: '>=10'} - is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} @@ -14906,10 +15826,6 @@ packages: resolution: {integrity: sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==} engines: {node: '>=16'} - is-npm@6.0.0: - resolution: {integrity: sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} @@ -14950,10 +15866,6 @@ packages: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} - is-plain-object@3.0.1: - resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==} - engines: {node: '>=0.10.0'} - is-plain-object@5.0.0: resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} engines: {node: '>=0.10.0'} @@ -15075,14 +15987,6 @@ packages: resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} engines: {node: '>=16'} - is-yarn-global@0.4.1: - resolution: {integrity: sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==} - engines: {node: '>=12'} - - is64bit@2.0.0: - resolution: {integrity: sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==} - engines: {node: '>=18'} - isarray@0.0.1: resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} @@ -15106,10 +16010,6 @@ packages: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} - isomorphic-rslog@0.0.5: - resolution: {integrity: sha512-pkU3vvajRJ0LKLaMFy8Cj7ElbFUdkQKVhUk+DQsVCYsLW4uulU65C2s3l+Sm5OtiOwprzkYYcAIJa/COwCYHWA==} - engines: {node: '>=14.17.6'} - isomorphic-ws@4.0.1: resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} peerDependencies: @@ -15155,6 +16055,10 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} + istanbul-lib-source-maps@5.0.6: + resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} + engines: {node: '>=10'} + istanbul-reports@3.1.7: resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} @@ -15162,13 +16066,6 @@ packages: iterate-object@1.3.4: resolution: {integrity: sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==} - iterator.prototype@1.1.3: - resolution: {integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==} - engines: {node: '>= 0.4'} - - itty-time@1.0.6: - resolution: {integrity: sha512-+P8IZaLLBtFv8hCkIjcymZOp4UJ+xW6bSlQsXGqrkmJh7vSiMFSlNne0mCYagEE0N7HDNR5jJBRxwN0oYv61Rw==} - jackspeak@2.3.6: resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} engines: {node: '>=14'} @@ -15180,6 +16077,10 @@ packages: resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} engines: {node: 20 || >=22} + jackspeak@4.1.1: + resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==} + engines: {node: 20 || >=22} + jake@10.9.2: resolution: {integrity: sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==} engines: {node: '>=10'} @@ -15192,10 +16093,18 @@ packages: resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-changed-files@30.2.0: + resolution: {integrity: sha512-L8lR1ChrRnSdfeOvTrwZMlnWV8G/LLjQ0nG9MBclwWZidA2N5FviRki0Bvh20WRMOX31/JYvzdqTJrk5oBdydQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-circus@29.7.0: resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-circus@30.2.0: + resolution: {integrity: sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-cli@29.7.0: resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15206,6 +16115,16 @@ packages: node-notifier: optional: true + jest-cli@30.2.0: + resolution: {integrity: sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + jest-config@29.7.0: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15218,18 +16137,45 @@ packages: ts-node: optional: true + jest-config@30.2.0: + resolution: {integrity: sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + '@types/node': '*' + esbuild-register: '>=3.4.0' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + esbuild-register: + optional: true + ts-node: + optional: true + jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-diff@30.2.0: + resolution: {integrity: sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-docblock@29.7.0: resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-docblock@30.2.0: + resolution: {integrity: sha512-tR/FFgZKS1CXluOQzZvNH3+0z9jXr3ldGSD8bhyuxvlVUwbeLOGynkunvlTMxchC5urrKndYiwCFC0DLVjpOCA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-each@29.7.0: resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-each@30.2.0: + resolution: {integrity: sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-environment-jsdom@29.7.0: resolution: {integrity: sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15243,6 +16189,10 @@ packages: resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-environment-node@30.2.0: + resolution: {integrity: sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15251,6 +16201,10 @@ packages: resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-haste-map@30.2.0: + resolution: {integrity: sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-junit@16.0.0: resolution: {integrity: sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==} engines: {node: '>=10.12.0'} @@ -15259,25 +16213,33 @@ packages: resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-leak-detector@30.2.0: + resolution: {integrity: sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-matcher-utils@30.2.0: + resolution: {integrity: sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-message-util@29.7.0: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-message-util@30.2.0: + resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-mock@29.7.0: resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-playwright-preset@4.0.0: - resolution: {integrity: sha512-+dGZ1X2KqtwXaabVjTGxy0a3VzYfvYsWaRcuO8vMhyclHSOpGSI1+5cmlqzzCwQ3+fv0EjkTc7I5aV9lo08dYw==} - peerDependencies: - jest: ^29.3.1 - jest-circus: ^29.3.1 - jest-environment-node: ^29.3.1 - jest-runner: ^29.3.1 + jest-mock@30.2.0: + resolution: {integrity: sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-pnp-resolver@1.2.3: resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} @@ -15290,27 +16252,48 @@ packages: jest-process-manager@0.4.0: resolution: {integrity: sha512-80Y6snDyb0p8GG83pDxGI/kQzwVTkCxc7ep5FPe/F6JYdvRDhwr6RzRmPSP7SEwuLhxo80lBS/NqOdUIbHIfhw==} + deprecated: ⚠️ The 'jest-process-manager' package is deprecated. Please migrate to Playwright's built-in test runner (@playwright/test) which now includes full Jest-style features and parallel testing. See https://playwright.dev/docs/intro for details. jest-regex-util@29.6.3: resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-regex-util@30.0.1: + resolution: {integrity: sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-resolve-dependencies@29.7.0: resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-resolve-dependencies@30.2.0: + resolution: {integrity: sha512-xTOIGug/0RmIe3mmCqCT95yO0vj6JURrn1TKWlNbhiAefJRWINNPgwVkrVgt/YaerPzY3iItufd80v3lOrFJ2w==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-resolve@29.7.0: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-resolve@30.2.0: + resolution: {integrity: sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-runner@29.7.0: resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-runner@30.2.0: + resolution: {integrity: sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-runtime@29.7.0: resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-runtime@30.2.0: + resolution: {integrity: sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-serializer-html@7.1.0: resolution: {integrity: sha512-xYL2qC7kmoYHJo8MYqJkzrl/Fdlx+fat4U1AqYg+kafqwcKPiMkOcjWHPKhueuNEgr+uemhGc+jqXYiwCyRyLA==} @@ -15318,24 +16301,40 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-snapshot@30.2.0: + resolution: {integrity: sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-util@29.7.0: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-util@30.2.0: + resolution: {integrity: sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-validate@29.7.0: resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-watch-typeahead@2.2.2: - resolution: {integrity: sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==} - engines: {node: ^14.17.0 || ^16.10.0 || >=18.0.0} + jest-validate@30.2.0: + resolution: {integrity: sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + jest-watch-typeahead@3.0.1: + resolution: {integrity: sha512-SFmHcvdueTswZlVhPCWfLXMazvwZlA2UZTrcE7MC3NwEVeWvEcOx6HUe+igMbnmA6qowuBSW4in8iC6J2EYsgQ==} + engines: {node: '>=18.0.0'} peerDependencies: - jest: ^27.0.0 || ^28.0.0 || ^29.0.0 + jest: ^30.0.0 jest-watcher@29.7.0: resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-watcher@30.2.0: + resolution: {integrity: sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-worker@27.0.0-next.5: resolution: {integrity: sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -15348,6 +16347,10 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-worker@30.2.0: + resolution: {integrity: sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest@29.7.0: resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15358,6 +16361,16 @@ packages: node-notifier: optional: true + jest@30.2.0: + resolution: {integrity: sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + jimp-compact@0.16.1: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} @@ -15369,12 +16382,16 @@ packages: resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} hasBin: true - jiti@2.0.0-beta.3: - resolution: {integrity: sha512-pmfRbVRs/7khFrSAYnSiJ8C0D5GvzkE4Ey2pAvUcJsw1ly/p+7ut27jbJrjY79BpAJQJ4gXYFtK6d1Aub+9baQ==} + jiti@1.21.7: + resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} + hasBin: true + + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} hasBin: true - jiti@2.4.1: - resolution: {integrity: sha512-yPBThwecp1wS9DmoA4x4KR2h3QoslacnDR8ypuFM962kI4/456Iy1oHx2RAgh4jfZNdn0bctsdadceiBUgpU1g==} + jiti@2.6.1: + resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true jju@1.4.0: @@ -15386,10 +16403,11 @@ packages: join-component@1.1.0: resolution: {integrity: sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==} - jotai-devtools@0.10.1: - resolution: {integrity: sha512-l5AwNTC1tgcT5Pbjwcajlm+WC3we1qEMoTTe9qnItVIcOB8UIUAdphUrHKDWEIkG7lPgOAfnRgLE1mkvf+Jy3w==} + jotai-devtools@0.13.0: + resolution: {integrity: sha512-YI5cXCZA806H+7IEqU3Mw8LG2MeEdoI5eKKLmGFJLCFBI0J/M5u9v714xwWuCw7SM5CjAjRtd801zFOU3kyUTg==} engines: {node: '>=14.0.0'} peerDependencies: + jotai: '>=2.14.0' react: '>=17.0.0' jotai-optics@0.4.0: @@ -15398,13 +16416,19 @@ packages: jotai: '>=2.0.0' optics-ts: '>=2.0.0' - jotai@2.10.3: - resolution: {integrity: sha512-Nnf4IwrLhNfuz2JOQLI0V/AgwcpxvVy8Ec8PidIIDeRi4KCFpwTFIpHAAcU+yCgnw/oASYElq9UY0YdUUegsSA==} + jotai@2.16.1: + resolution: {integrity: sha512-vrHcAbo3P7Br37C8Bv6JshMtlKMPqqmx0DDREtTjT4nf3QChDrYdbH+4ik/9V0cXA57dK28RkJ5dctYvavcIlg==} engines: {node: '>=12.20.0'} peerDependencies: + '@babel/core': '>=7.0.0' + '@babel/template': '>=7.0.0' '@types/react': '>=17.0.0' react: '>=17.0.0' peerDependenciesMeta: + '@babel/core': + optional: true + '@babel/template': + optional: true '@types/react': optional: true react: @@ -15428,6 +16452,10 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true + js-yaml@4.1.1: + resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} + hasBin: true + jsbi@4.3.0: resolution: {integrity: sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==} @@ -15485,6 +16513,11 @@ packages: engines: {node: '>=6'} hasBin: true + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} @@ -15530,6 +16563,10 @@ packages: resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + jsonc-eslint-parser@2.4.2: + resolution: {integrity: sha512-1e4qoRgnn448pRuMvKGsFFymUCquZV0mpGgOyIKNgD3JVDTsVJyRBGH/Fm0tBb8WsWGgmB1mDe6/yJMQM37DUA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + jsonc-parser@3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} @@ -15543,7 +16580,6 @@ packages: resolution: {integrity: sha512-Quz3MvAwHxVYNXsOByL7xI5EB2WYOeFswqaHIA3qOK3isRWTxiplBEocmmru6XmxDB2L7jDNYtYA4FyimoAFEw==} engines: {node: '>=8.17.0'} hasBin: true - bundledDependencies: [] jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -15603,17 +16639,18 @@ packages: jws@3.2.2: resolution: {integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==} + katex@0.16.27: + resolution: {integrity: sha512-aeQoDkuRWSqQN6nSvVCEFvfXdqo1OQiCmmW1kc9xSdjutPv7BGO7pqY9sQRJpMOGrEdfDgF2TfRXe5eUAD2Waw==} + hasBin: true + keygrip@1.1.0: resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} engines: {node: '>= 0.6'} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - kill-port@2.0.1: - resolution: {integrity: sha512-e0SVOV5jFo0mx8r7bS29maVWp17qGqLBZ5ricNSajON6//kmb7qqqNnml4twNE8Dtj97UQD+gNFOaipS/q1zzQ==} - hasBin: true - kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} @@ -15630,13 +16667,16 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.25.2: - resolution: {integrity: sha512-ivo01AK3f6Afj00/8j+3Nfdv2md+a6/ASfuurY2Nun1ni2oYS1Y1t6f05q4CldigaMjOMC7oWbgANRIG+McxGQ==} - engines: {node: '>=18.6.0'} + knip@5.79.0: + resolution: {integrity: sha512-rcg+mNdqm6UiTuRVyy6UuuHw1n4ABMpNXDtrfGaCeUtJoRBAvAENIebr8YMtOz6XE7iVHZ8+rY7skgEtosczhQ==} + engines: {node: '>=18.18.0'} hasBin: true peerDependencies: '@types/node': '>=18' - typescript: '>=5.0.4' + typescript: '>=5.0.4 <7' + + knitwork@1.3.0: + resolution: {integrity: sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==} koa-compose@4.1.0: resolution: {integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==} @@ -15645,10 +16685,18 @@ packages: resolution: {integrity: sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==} engines: {node: '>= 10'} - koa@2.15.3: - resolution: {integrity: sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==} + koa@2.15.4: + resolution: {integrity: sha512-7fNBIdrU2PEgLljXoPWoyY4r1e+ToWCmzS/wwMPbUNs7X+5MMET1ObhJBlUkF5uZG9B6QhM2zS1TsH6adegkiQ==} engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} + koa@3.0.3: + resolution: {integrity: sha512-MeuwbCoN1daWS32/Ni5qkzmrOtQO2qrnfdxDHjrm6s4b59yG4nexAJ0pTEFyzjLp0pBVO80CZp0vW8Ze30Ebow==} + engines: {node: '>= 18'} + + lan-network@0.1.7: + resolution: {integrity: sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ==} + hasBin: true + language-subtag-registry@0.3.23: resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} @@ -15656,65 +16704,61 @@ packages: resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} engines: {node: '>=0.10'} - latest-version@7.0.0: - resolution: {integrity: sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==} - engines: {node: '>=14.16'} - launch-editor@2.9.1: resolution: {integrity: sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==} - lefthook-darwin-arm64@1.8.4: - resolution: {integrity: sha512-OS5MsU0gvd8LYSpuQCHtmDUqwNrJ/LjCO0LGC1wNepY4OkuVl9DfX+rQ506CVUQYZiGVcwy2/qPOOBjNzA5+wQ==} + lefthook-darwin-arm64@1.13.6: + resolution: {integrity: sha512-m6Lb77VGc84/Qo21Lhq576pEvcgFCnvloEiP02HbAHcIXD0RTLy9u2yAInrixqZeaz13HYtdDaI7OBYAAdVt8A==} cpu: [arm64] os: [darwin] - lefthook-darwin-x64@1.8.4: - resolution: {integrity: sha512-QLRsqK9aTMRcVW8qz4pzI2OWnGCEcaEPJlIiFjwstYsS+wfkooxOS0UkfVMjy+QoGgEcki+cxF/FoY7lE7DDtw==} + lefthook-darwin-x64@1.13.6: + resolution: {integrity: sha512-CoRpdzanu9RK3oXR1vbEJA5LN7iB+c7hP+sONeQJzoOXuq4PNKVtEaN84Gl1BrVtCNLHWFAvCQaZPPiiXSy8qg==} cpu: [x64] os: [darwin] - lefthook-freebsd-arm64@1.8.4: - resolution: {integrity: sha512-chnQ1m/Cmn9c0sLdk5HL2SToE5LBJv5uQMdH1IGRRcw+nEqWqrMnDXvM75caiJAyjmUGvPH3czKTJDzTFV1E+A==} + lefthook-freebsd-arm64@1.13.6: + resolution: {integrity: sha512-X4A7yfvAJ68CoHTqP+XvQzdKbyd935sYy0bQT6Ajz7FL1g7hFiro8dqHSdPdkwei9hs8hXeV7feyTXbYmfjKQQ==} cpu: [arm64] os: [freebsd] - lefthook-freebsd-x64@1.8.4: - resolution: {integrity: sha512-KQi+WBUdnGLnK0rHOR58kbMH5TDVN1ZjZLu66Pv9FCG7Y7shR1qtaTXu+wmxdRhMvaLeQIXRsUEPjNRC66yMmA==} + lefthook-freebsd-x64@1.13.6: + resolution: {integrity: sha512-ai2m+Sj2kGdY46USfBrCqLKe9GYhzeq01nuyDYCrdGISePeZ6udOlD1k3lQKJGQCHb0bRz4St0r5nKDSh1x/2A==} cpu: [x64] os: [freebsd] - lefthook-linux-arm64@1.8.4: - resolution: {integrity: sha512-CXNcqIskLwTwQARidGdFqmNxpvOU3jsWPK4KA7pq2+QmlWJ64w98ebMvNBoUmRUCXqzmUm7Udf/jpfz2fobewQ==} + lefthook-linux-arm64@1.13.6: + resolution: {integrity: sha512-cbo4Wtdq81GTABvikLORJsAWPKAJXE8Q5RXsICFUVznh5PHigS9dFW/4NXywo0+jfFPCT6SYds2zz4tCx6DA0Q==} cpu: [arm64] os: [linux] - lefthook-linux-x64@1.8.4: - resolution: {integrity: sha512-pVNITkFBxUCEtamWSM/res2Gd48+m9YKbNyIBndAuZVC5pKV5aGKZy2DNq6PWUPYiUDPx+7hoAtCJg/tlAiqhw==} + lefthook-linux-x64@1.13.6: + resolution: {integrity: sha512-uJl9vjCIIBTBvMZkemxCE+3zrZHlRO7Oc+nZJ+o9Oea3fu+W82jwX7a7clw8jqNfaeBS+8+ZEQgiMHWCloTsGw==} cpu: [x64] os: [linux] - lefthook-openbsd-arm64@1.8.4: - resolution: {integrity: sha512-l+i/Dg5X36kYzhpMGSPE3rMbWy1KSytbLB9lY1PmxYb6LRH6iQTYIoxvLabVUwSBPSq8HtIFa50+bvC5+scfVA==} + lefthook-openbsd-arm64@1.13.6: + resolution: {integrity: sha512-7r153dxrNRQ9ytRs2PmGKKkYdvZYFPre7My7XToSTiRu5jNCq++++eAKVkoyWPduk97dGIA+YWiEr5Noe0TK2A==} cpu: [arm64] os: [openbsd] - lefthook-openbsd-x64@1.8.4: - resolution: {integrity: sha512-CqhDDPPX8oHzMLgNi/Reba823DRzj+eMNWQ8axvSiIG+zmG1w20xZH5QSs/mD3tjrND90yfDd90mWMt181qPyA==} + lefthook-openbsd-x64@1.13.6: + resolution: {integrity: sha512-Z+UhLlcg1xrXOidK3aLLpgH7KrwNyWYE3yb7ITYnzJSEV8qXnePtVu8lvMBHs/myzemjBzeIr/U/+ipjclR06g==} cpu: [x64] os: [openbsd] - lefthook-windows-arm64@1.8.4: - resolution: {integrity: sha512-dvpvorICmVjmw29Aiczg7DcaSzkd86bEBomiGq4UsAEk3+7ExLrlWJDLFsI6xLjMKmTxy+F7eXb2uDtuFC1N4g==} + lefthook-windows-arm64@1.13.6: + resolution: {integrity: sha512-Uxef6qoDxCmUNQwk8eBvddYJKSBFglfwAY9Y9+NnnmiHpWTjjYiObE9gT2mvGVpEgZRJVAatBXc+Ha5oDD/OgQ==} cpu: [arm64] os: [win32] - lefthook-windows-x64@1.8.4: - resolution: {integrity: sha512-e+y8Jt4/7PnoplhOuK48twjGVJEsU4T3J5kxD4mWfl6Cbit0YSn4bme9nW41eqCqTUqOm+ky29XlfnPHFX5ZNA==} + lefthook-windows-x64@1.13.6: + resolution: {integrity: sha512-mOZoM3FQh3o08M8PQ/b3IYuL5oo36D9ehczIw1dAgp1Ly+Tr4fJ96A+4SEJrQuYeRD4mex9bR7Ps56I73sBSZA==} cpu: [x64] os: [win32] - lefthook@1.8.4: - resolution: {integrity: sha512-XNyMaTWNRuADOaocYiHidgNkNDz8SCekpdNJ7lqceFcBT2zjumnb28/o7IMaNROpLBZdQkLkJXSeaQWGqn3kog==} + lefthook@1.13.6: + resolution: {integrity: sha512-ojj4/4IJ29Xn4drd5emqVgilegAPN3Kf0FQM2p/9+lwSTpU+SZ1v4Ig++NF+9MOa99UKY8bElmVrLhnUUNFh5g==} hasBin: true less-loader@11.1.0: @@ -15762,63 +16806,123 @@ packages: cpu: [arm64] os: [darwin] + lightningcss-darwin-arm64@1.27.0: + resolution: {integrity: sha512-Gl/lqIXY+d+ySmMbgDf0pgaWSqrWYxVHoc88q+Vhf2YNzZ8DwoRzGt5NZDVqqIW5ScpSnmmjcgXP87Dn2ylSSQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + lightningcss-darwin-x64@1.19.0: resolution: {integrity: sha512-Lif1wD6P4poaw9c/4Uh2z+gmrWhw/HtXFoeZ3bEsv6Ia4tt8rOJBdkfVaUJ6VXmpKHALve+iTyP2+50xY1wKPw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] + lightningcss-darwin-x64@1.27.0: + resolution: {integrity: sha512-0+mZa54IlcNAoQS9E0+niovhyjjQWEMrwW0p2sSdLRhLDc8LMQ/b67z7+B5q4VmjYCMSfnFi3djAAQFIDuj/Tg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + + lightningcss-freebsd-x64@1.27.0: + resolution: {integrity: sha512-n1sEf85fePoU2aDN2PzYjoI8gbBqnmLGEhKq7q0DKLj0UTVmOTwDC7PtLcy/zFxzASTSBlVQYJUhwIStQMIpRA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + lightningcss-linux-arm-gnueabihf@1.19.0: resolution: {integrity: sha512-P15VXY5682mTXaiDtbnLYQflc8BYb774j2R84FgDLJTN6Qp0ZjWEFyN1SPqyfTj2B2TFjRHRUvQSSZ7qN4Weig==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] + lightningcss-linux-arm-gnueabihf@1.27.0: + resolution: {integrity: sha512-MUMRmtdRkOkd5z3h986HOuNBD1c2lq2BSQA1Jg88d9I7bmPGx08bwGcnB75dvr17CwxjxD6XPi3Qh8ArmKFqCA==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + lightningcss-linux-arm64-gnu@1.19.0: resolution: {integrity: sha512-zwXRjWqpev8wqO0sv0M1aM1PpjHz6RVIsBcxKszIG83Befuh4yNysjgHVplF9RTU7eozGe3Ts7r6we1+Qkqsww==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + lightningcss-linux-arm64-gnu@1.27.0: + resolution: {integrity: sha512-cPsxo1QEWq2sfKkSq2Bq5feQDHdUEwgtA9KaB27J5AX22+l4l0ptgjMZZtYtUnteBofjee+0oW1wQ1guv04a7A==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + lightningcss-linux-arm64-musl@1.19.0: resolution: {integrity: sha512-vSCKO7SDnZaFN9zEloKSZM5/kC5gbzUjoJQ43BvUpyTFUX7ACs/mDfl2Eq6fdz2+uWhUh7vf92c4EaaP4udEtA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + lightningcss-linux-arm64-musl@1.27.0: + resolution: {integrity: sha512-rCGBm2ax7kQ9pBSeITfCW9XSVF69VX+fm5DIpvDZQl4NnQoMQyRwhZQm9pd59m8leZ1IesRqWk2v/DntMo26lg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + lightningcss-linux-x64-gnu@1.19.0: resolution: {integrity: sha512-0AFQKvVzXf9byrXUq9z0anMGLdZJS+XSDqidyijI5njIwj6MdbvX2UZK/c4FfNmeRa2N/8ngTffoIuOUit5eIQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + lightningcss-linux-x64-gnu@1.27.0: + resolution: {integrity: sha512-Dk/jovSI7qqhJDiUibvaikNKI2x6kWPN79AQiD/E/KeQWMjdGe9kw51RAgoWFDi0coP4jinaH14Nrt/J8z3U4A==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + lightningcss-linux-x64-musl@1.19.0: resolution: {integrity: sha512-SJoM8CLPt6ECCgSuWe+g0qo8dqQYVcPiW2s19dxkmSI5+Uu1GIRzyKA0b7QqmEXolA+oSJhQqCmJpzjY4CuZAg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + lightningcss-linux-x64-musl@1.27.0: + resolution: {integrity: sha512-QKjTxXm8A9s6v9Tg3Fk0gscCQA1t/HMoF7Woy1u68wCk5kS4fR+q3vXa1p3++REW784cRAtkYKrPy6JKibrEZA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + + lightningcss-win32-arm64-msvc@1.27.0: + resolution: {integrity: sha512-/wXegPS1hnhkeG4OXQKEMQeJd48RDC3qdh+OA8pCuOPCyvnm/yEayrJdJVqzBsqpy1aJklRCVxscpFur80o6iQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + lightningcss-win32-x64-msvc@1.19.0: resolution: {integrity: sha512-C+VuUTeSUOAaBZZOPT7Etn/agx/MatzJzGRkeV+zEABmPuntv1zihncsi+AyGmjkkzq3wVedEy7h0/4S84mUtg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] + lightningcss-win32-x64-msvc@1.27.0: + resolution: {integrity: sha512-/OJLj94Zm/waZShL8nB5jsNj3CfNATLCTyFxZyouilfTmSoLDX7VlVAmhPHoZWVFp4vdmoiEbPEYC8HID3m6yw==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + lightningcss@1.19.0: resolution: {integrity: sha512-yV5UR7og+Og7lQC+70DA7a8ta1uiOPnWPJfxa0wnxylev5qfo4P+4iMpzWAdYWOca4jdNQZii+bDL/l+4hUXIA==} engines: {node: '>= 12.0.0'} - lilconfig@2.1.0: - resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} - engines: {node: '>=10'} + lightningcss@1.27.0: + resolution: {integrity: sha512-8f7aNmS1+etYSLHht0fQApPc2kNO8qGRutifN5rVIc6Xo6ABsEbqOr758UwI7ALVbTt4x1fllKt0PYgzD9S3yQ==} + engines: {node: '>= 12.0.0'} lilconfig@3.1.2: resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} engines: {node: '>=14'} - limit-spawn@0.0.3: - resolution: {integrity: sha512-2vJ6FDCit0ohq77qdbIdk5JqGs/98W1fGEgozoAMq/oybKPdgLuB8bHH/wWgvCdQzEJpm6Sxh0abG/PtxFr7XA==} - engines: {node: '>= 0.8.0'} + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} + engines: {node: '>=14'} lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -15831,24 +16935,14 @@ packages: resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - linkify-it@3.0.3: - resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==} - linkify-it@5.0.0: resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} - listhen@1.9.0: - resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==} - hasBin: true - livescript@1.6.0: resolution: {integrity: sha512-x5q+sx1/rOPmx6Fp04gjUqRr4XL5djqXPctu6FPBktm7d7gfRrKkYj9PhMeKT8OKE1bfL92njzAwaN8JCj8kRQ==} engines: {node: '>= 0.8.0'} hasBin: true - load-plugin@5.1.0: - resolution: {integrity: sha512-Lg1CZa1CFj2CbNaxijTL6PCbzd4qGTlZov+iH2p5Xwy/ApcZJh+i6jMN2cYePouTfjJfrNu3nXFdEw8LvbjPFQ==} - load-plugin@6.0.3: resolution: {integrity: sha512-kc0X2FEUZr145odl68frm+lMJuQ23+rTXYmR6TImqPtbpmXC4vVXbWKDQ9IzndA0HfyQamWfKLhzsqGSTxE63w==} @@ -15872,8 +16966,9 @@ packages: resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==} engines: {node: '>= 12.13.0'} - locate-character@3.0.0: - resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} + local-pkg@1.1.2: + resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==} + engines: {node: '>=14'} locate-path@3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} @@ -15911,6 +17006,7 @@ 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.includes@4.3.0: resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} @@ -15984,9 +17080,9 @@ packages: resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} engines: {node: '>=18'} - log4brains@1.0.1: - resolution: {integrity: sha512-An53wosvY1rjRX14XaI0432LMj1aRIdavDlOriVBk1d0SGnziQW5KAfBR9bmat7dh1R3evPjNYSqugwUCb9p3w==} - engines: {node: '>=10.23.0'} + log4brains@1.1.0: + resolution: {integrity: sha512-lVoB9LFgKCVWSBoOJ6a9AN5uJFnQEYub0rnh9n2Eg4RjcYpMymBkquySrMq+k3qK20jkav1D+gCcJEd5/lJmmg==} + engines: {node: '>=18'} hasBin: true log4js@6.9.1: @@ -16023,10 +17119,6 @@ packages: lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} - lowercase-keys@2.0.0: - resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} - engines: {node: '>=8'} - lowercase-keys@3.0.0: resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -16038,9 +17130,6 @@ packages: resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} engines: {node: 20 || >=22} - lru-cache@4.1.5: - resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} - lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -16078,6 +17167,9 @@ packages: magic-string@0.30.14: resolution: {integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-cancellable-promise@1.3.2: resolution: {integrity: sha512-GCXh3bq/WuMbS+Ky4JBPW1hYTOU+znU+Q5m9Pu+pI8EoUqIHk9+tviOKC6/qhHh8C4/As3tzJ69IF32kdz85ww==} @@ -16118,16 +17210,9 @@ packages: map-or-similar@1.5.0: resolution: {integrity: sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==} - map-stream@0.1.0: - resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==} - markdown-it-source-map@0.1.1: resolution: {integrity: sha512-q4+ij82K/0C6O8rw/NnWogcgp3AeQykZZ5954yyxY8pcX8Rago8uAS7e+4Ogd6rERf/tDAen73KwT+Sb7dP/6w==} - markdown-it@11.0.1: - resolution: {integrity: sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ==} - hasBin: true - markdown-it@14.1.0: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true @@ -16144,6 +17229,16 @@ packages: peerDependencies: react: '>= 0.14.0' + markdownlint-cli2-formatter-default@0.0.5: + resolution: {integrity: sha512-4XKTwQ5m1+Txo2kuQ3Jgpo/KmnG+X90dWt4acufg6HVGadTUG5hzHF/wssp9b5MBYOMCnZ9RMPaU//uHsszF8Q==} + peerDependencies: + markdownlint-cli2: '>=0.0.4' + + markdownlint-cli2@0.17.2: + resolution: {integrity: sha512-XH06ZOi8wCrtOSSj3p8y3yJzwgzYOSa7lglNyS3fP05JPRzRGyjauBb5UvlLUSCGysMmULS1moxdRHHudV+g/Q==} + engines: {node: '>=18'} + hasBin: true + markdownlint-micromark@0.1.9: resolution: {integrity: sha512-5hVs/DzAFa8XqYosbEAEg6ok6MF2smDj89ztn9pKkCtdKHVdPQuGMH7frFfYL9mLkvfFe4pTyAMffLbjf3/EyA==} engines: {node: '>=18'} @@ -16152,6 +17247,10 @@ packages: resolution: {integrity: sha512-qwGyuyKwjkEMOJ10XN6OTKNOVYvOIi35RNvDLNxTof5s8UmyGHlCdpngRHoRGNvQVGuxO3BJ7uNSgdeX166WXw==} engines: {node: '>=18'} + markdownlint@0.37.4: + resolution: {integrity: sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==} + engines: {node: '>=18'} + marked-terminal@5.2.0: resolution: {integrity: sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==} engines: {node: '>=14.13.1 || >=16.0.0'} @@ -16166,12 +17265,16 @@ packages: marky@1.2.5: resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} - maska@3.0.4: - resolution: {integrity: sha512-+lXmPLXRM8oDvAi91UoU8OBrBjFf9n9ZH+Wn3kCWRqAJQbxeeFTq3QC2SDfr/BpBo25+vrMpoFf/r338aISpNQ==} + maska@3.2.0: + resolution: {integrity: sha512-zSmSgs5/q9vMSmrdZT3rKOv9uLznNWR/niuuAdBZDTvB3SMKOX9vhMtDijFyExz+B4UClu2rvksylUh/ea1bLA==} match-sorter@8.0.0: resolution: {integrity: sha512-bGJ6Zb+OhzXe+ptP5d80OLVx7AkqfRbtGEh30vNSfjNwllu+hHI+tcbMIT/fbkx/FKN1PmKuDb65+Oofg+XUxw==} + math-intrinsics@1.1.0: + resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} + engines: {node: '>= 0.4'} + md5-file@3.2.3: resolution: {integrity: sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw==} engines: {node: '>=0.10'} @@ -16189,15 +17292,9 @@ packages: md5hex@1.0.0: resolution: {integrity: sha512-c2YOUbp33+6thdCUi34xIyOU/a7bvGKj/3DB1iaPMTuPHf/Q2d5s4sn1FaCOO43XkXggnb08y5W2PU8UNYNLKQ==} - mdast-comment-marker@2.1.2: - resolution: {integrity: sha512-HED3ezseRVkBzZ0uK4q6RJMdufr/2p3VfVZstE3H1N9K8bwtspztWo6Xd7rEatuGNoCXaBna8oEqMwUn0Ve1bw==} - mdast-util-find-and-replace@1.1.1: resolution: {integrity: sha512-9cKl33Y21lyckGzpSmEQnIDjEfeeWelN5s1kUW1LwdB0Fkuq2u+4GdqcGEygYxJE8GVqCl0741bYXHgamfWAZA==} - mdast-util-find-and-replace@2.2.2: - resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==} - mdast-util-find-and-replace@3.0.1: resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==} @@ -16207,123 +17304,72 @@ packages: mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} - mdast-util-from-markdown@1.3.1: - resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} - mdast-util-from-markdown@2.0.2: resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} mdast-util-frontmatter@0.2.0: resolution: {integrity: sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==} - mdast-util-frontmatter@1.0.1: - resolution: {integrity: sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==} - mdast-util-frontmatter@2.0.1: resolution: {integrity: sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==} mdast-util-gfm-autolink-literal@0.1.3: resolution: {integrity: sha512-GjmLjWrXg1wqMIO9+ZsRik/s7PLwTaeCHVB7vRxUwLntZc8mzmTsLVr6HW1yLokcnhfURsn5zmSVdi3/xWWu1A==} - mdast-util-gfm-autolink-literal@1.0.3: - resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==} - mdast-util-gfm-autolink-literal@2.0.1: resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==} - mdast-util-gfm-footnote@1.0.2: - resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==} - mdast-util-gfm-footnote@2.0.0: resolution: {integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==} mdast-util-gfm-strikethrough@0.2.3: resolution: {integrity: sha512-5OQLXpt6qdbttcDG/UxYY7Yjj3e8P7X16LzvpX8pIQPYJ/C2Z1qFGMmcw+1PZMUM3Z8wt8NRfYTvCni93mgsgA==} - mdast-util-gfm-strikethrough@1.0.3: - resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==} - mdast-util-gfm-strikethrough@2.0.0: resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==} mdast-util-gfm-table@0.1.6: resolution: {integrity: sha512-j4yDxQ66AJSBwGkbpFEp9uG/LS1tZV3P33fN1gkyRB2LoRL+RR3f76m0HPHaby6F4Z5xr9Fv1URmATlRRUIpRQ==} - mdast-util-gfm-table@1.0.7: - resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==} - mdast-util-gfm-table@2.0.0: resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==} mdast-util-gfm-task-list-item@0.1.6: resolution: {integrity: sha512-/d51FFIfPsSmCIRNp7E6pozM9z1GYPIkSy1urQ8s/o4TC22BZ7DqfHFWiqBD23bc7J3vV1Fc9O4QIHBlfuit8A==} - mdast-util-gfm-task-list-item@1.0.2: - resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==} - mdast-util-gfm-task-list-item@2.0.0: resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==} mdast-util-gfm@0.1.2: resolution: {integrity: sha512-NNkhDx/qYcuOWB7xHUGWZYVXvjPFFd6afg6/e2g+SV4r9q5XUcCbV4Wfa3DLYIiD+xAEZc6K4MGaE/m0KDcPwQ==} - mdast-util-gfm@2.0.2: - resolution: {integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==} - mdast-util-gfm@3.0.0: resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==} - mdast-util-mdx-expression@1.3.2: - resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==} - mdast-util-mdx-expression@2.0.1: resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==} - mdast-util-mdx-jsx@2.1.4: - resolution: {integrity: sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==} - mdast-util-mdx-jsx@3.1.3: resolution: {integrity: sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==} - mdast-util-mdx@2.0.1: - resolution: {integrity: sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==} - mdast-util-mdx@3.0.0: resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==} - mdast-util-mdxjs-esm@1.3.1: - resolution: {integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==} - mdast-util-mdxjs-esm@2.0.1: resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==} - mdast-util-phrasing@3.0.1: - resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} - mdast-util-phrasing@4.1.0: resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} mdast-util-to-markdown@0.6.5: resolution: {integrity: sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==} - mdast-util-to-markdown@1.5.0: - resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} - mdast-util-to-markdown@2.1.2: resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==} - mdast-util-to-nlcst@5.2.1: - resolution: {integrity: sha512-Xznpj85MsJnLQjBboajOovT2fAAvbbbmYutpFgzLi9pjZEOkgGzjq+t6fHcge8uzZ5uEkj5pigzw2QrnIVq/kw==} - - mdast-util-to-nlcst@7.0.1: - resolution: {integrity: sha512-iMucBmaHxOpreaPPR87U9NrfGqzyoKXFY1zdbtFVsckLWOi/iIshu6bFLsax0mIm9fQI+MpYpu8pBhyN7rkIGA==} - mdast-util-to-string@2.0.0: resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} - mdast-util-to-string@3.2.0: - resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} - mdast-util-to-string@4.0.0: resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} @@ -16336,8 +17382,8 @@ packages: mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - mdurl@1.0.1: - resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} + mdn-data@2.12.2: + resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} mdurl@2.0.0: resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} @@ -16346,6 +17392,10 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} + media-typer@1.1.0: + resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} + engines: {node: '>= 0.8'} + memfs@3.5.3: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} @@ -16370,14 +17420,14 @@ packages: resolution: {integrity: sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - meow@11.0.0: - resolution: {integrity: sha512-Cl0yeeIrko6d94KpUo1M+0X1sB14ikoaqlIGuTH1fW4I+E3+YljL54/hb/BWmVfrV9tTV9zU04+xjw08Fh2WkA==} - engines: {node: '>=14.16'} - meow@12.1.1: resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} engines: {node: '>=16.10'} + meow@13.2.0: + resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} + engines: {node: '>=18'} + merge-descriptors@1.0.3: resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} @@ -16413,307 +17463,259 @@ packages: resolution: {integrity: sha512-YZziRs0MgA3pzCkkvOoQRXjIoVjvrpi/yRlJnObyIvMP6lFdtyG4nUGIwGY9VXnBvxmXD6mPY2e+NSw6JAyiRg==} engines: {node: '>=18'} + metro-babel-transformer@0.83.1: + resolution: {integrity: sha512-r3xAD3964E8dwDBaZNSO2aIIvWXjIK80uO2xo0/pi3WI8XWT9h5SCjtGWtMtE5PRWw+t20TN0q1WMRsjvhC1rQ==} + engines: {node: '>=20.19.4'} + metro-cache-key@0.80.12: resolution: {integrity: sha512-o4BspKnugg/pE45ei0LGHVuBJXwRgruW7oSFAeSZvBKA/sGr0UhOGY3uycOgWInnS3v5yTTfiBA9lHlNRhsvGA==} engines: {node: '>=18'} + metro-cache-key@0.83.1: + resolution: {integrity: sha512-ZUs+GD5CNeDLxx5UUWmfg26IL+Dnbryd+TLqTlZnDEgehkIa11kUSvgF92OFfJhONeXzV4rZDRGNXoo6JT+8Gg==} + engines: {node: '>=20.19.4'} + metro-cache@0.80.12: resolution: {integrity: sha512-p5kNHh2KJ0pbQI/H7ZBPCEwkyNcSz7OUkslzsiIWBMPQGFJ/xArMwkV7I+GJcWh+b4m6zbLxE5fk6fqbVK1xGA==} engines: {node: '>=18'} + metro-cache@0.83.1: + resolution: {integrity: sha512-7N/Ad1PHa1YMWDNiyynTPq34Op2qIE68NWryGEQ4TSE3Zy6a8GpsYnEEZE4Qi6aHgsE+yZHKkRczeBgxhnFIxQ==} + engines: {node: '>=20.19.4'} + metro-config@0.80.12: resolution: {integrity: sha512-4rwOWwrhm62LjB12ytiuR5NgK1ZBNr24/He8mqCsC+HXZ+ATbrewLNztzbAZHtFsrxP4D4GLTGgh96pCpYLSAQ==} engines: {node: '>=18'} + metro-config@0.83.1: + resolution: {integrity: sha512-HJhpZx3wyOkux/jeF1o7akFJzZFdbn6Zf7UQqWrvp7gqFqNulQ8Mju09raBgPmmSxKDl4LbbNeigkX0/nKY1QA==} + engines: {node: '>=20.19.4'} + metro-core@0.80.12: resolution: {integrity: sha512-QqdJ/yAK+IpPs2HU/h5v2pKEdANBagSsc6DRSjnwSyJsCoHlmyJKCaCJ7KhWGx+N4OHxh37hoA8fc2CuZbx0Fw==} engines: {node: '>=18'} + metro-core@0.83.1: + resolution: {integrity: sha512-uVL1eAJcMFd2o2Q7dsbpg8COaxjZBBGaXqO2OHnivpCdfanraVL8dPmY6It9ZeqWLOihUKZ2yHW4b6soVCzH/Q==} + engines: {node: '>=20.19.4'} + metro-file-map@0.80.12: resolution: {integrity: sha512-sYdemWSlk66bWzW2wp79kcPMzwuG32x1ZF3otI0QZTmrnTaaTiGyhE66P1z6KR4n2Eu5QXiABa6EWbAQv0r8bw==} engines: {node: '>=18'} + metro-file-map@0.83.1: + resolution: {integrity: sha512-Yu429lnexKl44PttKw3nhqgmpBR+6UQ/tRaYcxPeEShtcza9DWakCn7cjqDTQZtWR2A8xSNv139izJMyQ4CG+w==} + engines: {node: '>=20.19.4'} + metro-minify-terser@0.80.12: resolution: {integrity: sha512-muWzUw3y5k+9083ZoX9VaJLWEV2Jcgi+Oan0Mmb/fBNMPqP9xVDuy4pOMn/HOiGndgfh/MK7s4bsjkyLJKMnXQ==} engines: {node: '>=18'} + metro-minify-terser@0.83.1: + resolution: {integrity: sha512-kmooOxXLvKVxkh80IVSYO4weBdJDhCpg5NSPkjzzAnPJP43u6+usGXobkTWxxrAlq900bhzqKek4pBsUchlX6A==} + engines: {node: '>=20.19.4'} + metro-resolver@0.80.12: resolution: {integrity: sha512-PR24gYRZnYHM3xT9pg6BdbrGbM/Cu1TcyIFBVlAk7qDAuHkUNQ1nMzWumWs+kwSvtd9eZGzHoucGJpTUEeLZAw==} engines: {node: '>=18'} + metro-resolver@0.83.1: + resolution: {integrity: sha512-t8j46kiILAqqFS5RNa+xpQyVjULxRxlvMidqUswPEk5nQVNdlJslqizDm/Et3v/JKwOtQGkYAQCHxP1zGStR/g==} + engines: {node: '>=20.19.4'} + metro-runtime@0.80.12: resolution: {integrity: sha512-LIx7+92p5rpI0i6iB4S4GBvvLxStNt6fF0oPMaUd1Weku7jZdfkCZzmrtDD9CSQ6EPb0T9NUZoyXIxlBa3wOCw==} engines: {node: '>=18'} + metro-runtime@0.83.1: + resolution: {integrity: sha512-3Ag8ZS4IwafL/JUKlaeM6/CbkooY+WcVeqdNlBG0m4S0Qz0om3rdFdy1y6fYBpl6AwXJwWeMuXrvZdMuByTcRA==} + engines: {node: '>=20.19.4'} + metro-source-map@0.80.12: resolution: {integrity: sha512-o+AXmE7hpvM8r8MKsx7TI21/eerYYy2DCDkWfoBkv+jNkl61khvDHlQn0cXZa6lrcNZiZkl9oHSMcwLLIrFmpw==} engines: {node: '>=18'} + metro-source-map@0.83.1: + resolution: {integrity: sha512-De7Vbeo96fFZ2cqmI0fWwVJbtHIwPZv++LYlWSwzTiCzxBDJORncN0LcT48Vi2UlQLzXJg+/CuTAcy7NBVh69A==} + engines: {node: '>=20.19.4'} + metro-symbolicate@0.80.12: resolution: {integrity: sha512-/dIpNdHksXkGHZXARZpL7doUzHqSNxgQ8+kQGxwpJuHnDhGkENxB5PS2QBaTDdEcmyTMjS53CN1rl9n1gR6fmw==} engines: {node: '>=18'} hasBin: true + metro-symbolicate@0.83.1: + resolution: {integrity: sha512-wPxYkONlq/Sv8Ji7vHEx5OzFouXAMQJjpcPW41ySKMLP/Ir18SsiJK2h4YkdKpYrTS1+0xf8oqF6nxCsT3uWtg==} + engines: {node: '>=20.19.4'} + hasBin: true + metro-transform-plugins@0.80.12: resolution: {integrity: sha512-WQWp00AcZvXuQdbjQbx1LzFR31IInlkCDYJNRs6gtEtAyhwpMMlL2KcHmdY+wjDO9RPcliZ+Xl1riOuBecVlPA==} engines: {node: '>=18'} + metro-transform-plugins@0.83.1: + resolution: {integrity: sha512-1Y+I8oozXwhuS0qwC+ezaHXBf0jXW4oeYn4X39XWbZt9X2HfjodqY9bH9r6RUTsoiK7S4j8Ni2C91bUC+sktJQ==} + engines: {node: '>=20.19.4'} + metro-transform-worker@0.80.12: resolution: {integrity: sha512-KAPFN1y3eVqEbKLx1I8WOarHPqDMUa8WelWxaJCNKO/yHCP26zELeqTJvhsQup+8uwB6EYi/sp0b6TGoh6lOEA==} engines: {node: '>=18'} + metro-transform-worker@0.83.1: + resolution: {integrity: sha512-owCrhPyUxdLgXEEEAL2b14GWTPZ2zYuab1VQXcfEy0sJE71iciD7fuMcrngoufh7e7UHDZ56q4ktXg8wgiYA1Q==} + engines: {node: '>=20.19.4'} + metro@0.80.12: resolution: {integrity: sha512-1UsH5FzJd9quUsD1qY+zUG4JY3jo3YEMxbMYH9jT6NK3j4iORhlwTK8fYTfAUBhDKjgLfKjAh7aoazNE23oIRA==} engines: {node: '>=18'} hasBin: true - micromark-core-commonmark@1.1.0: - resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} + metro@0.83.1: + resolution: {integrity: sha512-UGKepmTxoGD4HkQV8YWvpvwef7fUujNtTgG4Ygf7m/M0qjvb9VuDmAsEU+UdriRX7F61pnVK/opz89hjKlYTXA==} + engines: {node: '>=20.19.4'} + hasBin: true micromark-core-commonmark@2.0.2: resolution: {integrity: sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==} + micromark-extension-directive@3.0.2: + resolution: {integrity: sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==} + micromark-extension-footnote@0.3.2: resolution: {integrity: sha512-gr/BeIxbIWQoUm02cIfK7mdMZ/fbroRpLsck4kvFtjbzP4yi+OPVbnukTc/zy0i7spC2xYE/dbX1Sur8BEDJsQ==} micromark-extension-frontmatter@0.2.2: resolution: {integrity: sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==} - micromark-extension-frontmatter@1.1.1: - resolution: {integrity: sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==} - micromark-extension-frontmatter@2.0.0: resolution: {integrity: sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==} micromark-extension-gfm-autolink-literal@0.5.7: resolution: {integrity: sha512-ePiDGH0/lhcngCe8FtH4ARFoxKTUelMp4L7Gg2pujYD5CSMb9PbblnyL+AAMud/SNMyusbS2XDSiPIRcQoNFAw==} - micromark-extension-gfm-autolink-literal@1.0.5: - resolution: {integrity: sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==} - micromark-extension-gfm-autolink-literal@2.1.0: resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==} - micromark-extension-gfm-footnote@1.1.2: - resolution: {integrity: sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==} - micromark-extension-gfm-footnote@2.1.0: resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==} micromark-extension-gfm-strikethrough@0.6.5: resolution: {integrity: sha512-PpOKlgokpQRwUesRwWEp+fHjGGkZEejj83k9gU5iXCbDG+XBA92BqnRKYJdfqfkrRcZRgGuPuXb7DaK/DmxOhw==} - micromark-extension-gfm-strikethrough@1.0.7: - resolution: {integrity: sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==} - micromark-extension-gfm-strikethrough@2.1.0: resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==} micromark-extension-gfm-table@0.4.3: resolution: {integrity: sha512-hVGvESPq0fk6ALWtomcwmgLvH8ZSVpcPjzi0AjPclB9FsVRgMtGZkUcpE0zgjOCFAznKepF4z3hX8z6e3HODdA==} - micromark-extension-gfm-table@1.0.7: - resolution: {integrity: sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==} - micromark-extension-gfm-table@2.1.0: resolution: {integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==} micromark-extension-gfm-tagfilter@0.3.0: resolution: {integrity: sha512-9GU0xBatryXifL//FJH+tAZ6i240xQuFrSL7mYi8f4oZSbc+NvXjkrHemeYP0+L4ZUT+Ptz3b95zhUZnMtoi/Q==} - micromark-extension-gfm-tagfilter@1.0.2: - resolution: {integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==} - micromark-extension-gfm-tagfilter@2.0.0: resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==} micromark-extension-gfm-task-list-item@0.3.3: resolution: {integrity: sha512-0zvM5iSLKrc/NQl84pZSjGo66aTGd57C1idmlWmE87lkMcXrTxg1uXa/nXomxJytoje9trP0NDLvw4bZ/Z/XCQ==} - micromark-extension-gfm-task-list-item@1.0.5: - resolution: {integrity: sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==} - micromark-extension-gfm-task-list-item@2.1.0: resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==} micromark-extension-gfm@0.3.3: resolution: {integrity: sha512-oVN4zv5/tAIA+l3GbMi7lWeYpJ14oQyJ3uEim20ktYFAcfX1x3LNlFGGlmrZHt7u9YlKExmyJdDGaTt6cMSR/A==} - micromark-extension-gfm@2.0.3: - resolution: {integrity: sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==} - micromark-extension-gfm@3.0.0: resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} - micromark-extension-mdx-expression@1.0.8: - resolution: {integrity: sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==} + micromark-extension-math@3.1.0: + resolution: {integrity: sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==} micromark-extension-mdx-expression@3.0.0: resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==} - micromark-extension-mdx-jsx@1.0.5: - resolution: {integrity: sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==} - micromark-extension-mdx-jsx@3.0.1: resolution: {integrity: sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==} - micromark-extension-mdx-md@1.0.1: - resolution: {integrity: sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==} - micromark-extension-mdx-md@2.0.0: resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==} - micromark-extension-mdxjs-esm@1.0.5: - resolution: {integrity: sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==} - micromark-extension-mdxjs-esm@3.0.0: resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==} - micromark-extension-mdxjs@1.0.1: - resolution: {integrity: sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==} - micromark-extension-mdxjs@3.0.0: resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==} - micromark-factory-destination@1.1.0: - resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} - micromark-factory-destination@2.0.1: resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==} - micromark-factory-label@1.1.0: - resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} - micromark-factory-label@2.0.1: resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==} - micromark-factory-mdx-expression@1.0.9: - resolution: {integrity: sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==} - micromark-factory-mdx-expression@2.0.2: resolution: {integrity: sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==} - micromark-factory-space@1.1.0: - resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} - micromark-factory-space@2.0.1: resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==} - micromark-factory-title@1.1.0: - resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} - micromark-factory-title@2.0.1: resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==} - micromark-factory-whitespace@1.1.0: - resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} - micromark-factory-whitespace@2.0.1: resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==} - micromark-util-character@1.2.0: - resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} - micromark-util-character@2.1.1: resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==} - micromark-util-chunked@1.1.0: - resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} - micromark-util-chunked@2.0.1: resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==} - micromark-util-classify-character@1.1.0: - resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} - micromark-util-classify-character@2.0.1: resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==} - micromark-util-combine-extensions@1.1.0: - resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} - micromark-util-combine-extensions@2.0.1: resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==} - micromark-util-decode-numeric-character-reference@1.1.0: - resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} - micromark-util-decode-numeric-character-reference@2.0.2: resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==} - micromark-util-decode-string@1.1.0: - resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} - micromark-util-decode-string@2.0.1: resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==} - micromark-util-encode@1.1.0: - resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} - micromark-util-encode@2.0.1: resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==} - micromark-util-events-to-acorn@1.2.3: - resolution: {integrity: sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==} - micromark-util-events-to-acorn@2.0.2: resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==} - micromark-util-html-tag-name@1.2.0: - resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} - micromark-util-html-tag-name@2.0.1: resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==} - micromark-util-normalize-identifier@1.1.0: - resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} - micromark-util-normalize-identifier@2.0.1: resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==} - micromark-util-resolve-all@1.1.0: - resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} - micromark-util-resolve-all@2.0.1: resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==} - micromark-util-sanitize-uri@1.2.0: - resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} - micromark-util-sanitize-uri@2.0.1: resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==} - micromark-util-subtokenize@1.1.0: - resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} - micromark-util-subtokenize@2.0.3: resolution: {integrity: sha512-VXJJuNxYWSoYL6AJ6OQECCFGhIU2GGHMw8tahogePBrjkG8aCCas3ibkp7RnVOSTClg2is05/R7maAhF1XyQMg==} - micromark-util-symbol@1.1.0: - resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} - micromark-util-symbol@2.0.1: resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==} - micromark-util-types@1.1.0: - resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} - micromark-util-types@2.0.1: resolution: {integrity: sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==} micromark@2.11.4: resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} - micromark@3.2.0: - resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} - micromark@4.0.1: resolution: {integrity: sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==} - 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'} @@ -16730,10 +17732,18 @@ packages: resolution: {integrity: sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==} engines: {node: '>= 0.6'} + mime-db@1.54.0: + resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==} + engines: {node: '>= 0.6'} + mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} + mime-types@3.0.2: + resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==} + engines: {node: '>=18'} + mime@1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} @@ -16761,9 +17771,9 @@ packages: resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} engines: {node: '>=12'} - mimic-response@1.0.1: - resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} - engines: {node: '>=4'} + mimic-function@5.0.1: + resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} + engines: {node: '>=18'} mimic-response@2.1.0: resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==} @@ -16787,12 +17797,8 @@ packages: peerDependencies: webpack: ^5.0.0 - mini-svg-data-uri@1.4.4: - resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==} - hasBin: true - - miniflare@3.20241106.1: - resolution: {integrity: sha512-dM3RBlJE8rUFxnqlPCaFCq0E7qQqEQvKbYX7W/APGCK+rLcyLmEBzC4GQR/niXdNM/oV6gdg9AA50ghnn2ALuw==} + miniflare@3.20250718.3: + resolution: {integrity: sha512-JuPrDJhwLrNLEJiNLWO7ZzJrv/Vv9kZuwMYCfv0LskQDM6Eonw4OvywO3CH/wCGjgHzha/qyjUh8JQ068TjDgQ==} engines: {node: '>=16.13'} hasBin: true @@ -16806,6 +17812,14 @@ packages: resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} engines: {node: 20 || >=22} + minimatch@10.0.3: + resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==} + engines: {node: 20 || >=22} + + minimatch@10.1.1: + resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==} + engines: {node: 20 || >=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -16864,6 +17878,10 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} + minizlib@3.1.0: + resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} + engines: {node: '>= 18'} + mkdirp-classic@0.5.3: resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} @@ -16876,23 +17894,29 @@ packages: engines: {node: '>=10'} hasBin: true - mkdist@1.5.4: - resolution: {integrity: sha512-GEmKYJG5K1YGFIq3t0K3iihZ8FTgXphLf/4UjbmpXIAtBFn4lEjXk3pXNTSfy7EtcEXhp2Nn1vzw5pIus6RY3g==} + mkdist@2.4.1: + resolution: {integrity: sha512-Ezk0gi04GJBkqMfsksICU5Rjoemc4biIekwgrONWVPor2EO/N9nBgN6MZXAf7Yw4mDDhrNyKbdETaHNevfumKg==} hasBin: true peerDependencies: - sass: ^1.77.8 - typescript: '>=5.5.3' - vue-tsc: ^1.8.27 || ^2.0.21 + sass: ^1.92.1 + typescript: '>=5.9.2' + vue: ^3.5.21 + vue-sfc-transformer: ^0.1.1 + vue-tsc: ^1.8.27 || ^2.0.21 || ^3.0.0 peerDependenciesMeta: sass: optional: true typescript: optional: true + vue: + optional: true + vue-sfc-transformer: + optional: true vue-tsc: optional: true - mlly@1.7.3: - resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==} + mlly@1.8.0: + resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==} mock-stdin@1.0.0: resolution: {integrity: sha512-tukRdb9Beu27t6dN+XztSRHq9J0B/CoAOySGzHfn8UTfmqipA5yNT/sDUEyYdAV3Hpka6Wx6kOMxuObdOex60Q==} @@ -16903,17 +17927,23 @@ packages: moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} - moti@0.29.0: - resolution: {integrity: sha512-o/blVE3lm0i/6E5X0RLK59SVWEGxo7pQh8dTm+JykVCYY9bcz0lWyZFCO1s+MMNq+nMsSZBX8lkp4im/AZmhyw==} + moti@0.30.0: + resolution: {integrity: sha512-YN78mcefo8kvJaL+TZNyusq6YA2aMFvBPl8WiLPy4eb4wqgOFggJOjP9bUr2YO8PrAt0uusmRG8K4RPL4OhCsA==} peerDependencies: react-native-reanimated: '*' - motion@11.12.0: - resolution: {integrity: sha512-BFH9vwCs4dI9t1W1/1HonahOCnTxcKfzBR8D310wHFdx7oIwlP/51OqLNGO74lxOdCpTLf5BLe233k6yRqJo9Q==} + motion-dom@11.18.1: + resolution: {integrity: sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==} + + motion-utils@11.18.1: + resolution: {integrity: sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==} + + motion@11.18.2: + resolution: {integrity: sha512-JLjvFDuFr42NFtcVoMAyC2sEjnpA8xpy6qWPyzQvCloznAyQ8FIXioxWfHiLtgYhoVpfUqSWpn1h9++skj9+Wg==} peerDependencies: '@emotion/is-prop-valid': '*' - react: ^18.0.0 - react-dom: ^18.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@emotion/is-prop-valid': optional: true @@ -16938,10 +17968,6 @@ packages: resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} engines: {node: '>=10'} - mrmime@2.0.0: - resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} - engines: {node: '>=10'} - ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} @@ -16976,6 +18002,7 @@ packages: mvdan-sh@0.10.1: resolution: {integrity: sha512-kMbrH0EObaKmK3nVRKUIIya1dpASHIEusM13S4V1ViHFuxuNxCo+arxoa6j/dbV22YBGjl7UKJm9QQKJ2Crzhg==} + deprecated: See https://github.com/mvdan/sh/issues/1145 mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} @@ -16983,6 +18010,11 @@ packages: nan@2.22.0: resolution: {integrity: sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==} + nanoid@3.3.11: + resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} + 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} @@ -16999,6 +18031,11 @@ packages: napi-build-utils@1.0.2: resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} + napi-postinstall@0.3.4: + resolution: {integrity: sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + hasBin: true + native-url@0.3.4: resolution: {integrity: sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==} @@ -17015,6 +18052,10 @@ packages: resolution: {integrity: sha512-x7ZdOwBxZCEm9MM7+eQCjkrNLrW3rkBKNHVr78zbtqnMGVNlnDi6C/eUEYgxHNrcbu0ymvjzcwIL/6H1iHri9g==} engines: {node: '>=18'} + natural-orderby@5.0.0: + resolution: {integrity: sha512-kKHJhxwpR/Okycz4HhQKKlhWe4ASEfPgkSWNmKFHd7+ezuQlxkA5cM3+XkBPvm1gmHen3w53qsYAv+8GwRrBlg==} + engines: {node: '>=18'} + ncp@2.0.0: resolution: {integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==} hasBin: true @@ -17035,6 +18076,10 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + neotraverse@0.6.18: + resolution: {integrity: sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==} + engines: {node: '>= 10'} + nested-error-stacks@2.0.1: resolution: {integrity: sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==} @@ -17069,6 +18114,7 @@ packages: next@14.2.3: resolution: {integrity: sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==} engines: {node: '>=18.17.0'} + deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/security-update-2025-12-11 for more details. hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 @@ -17090,33 +18136,6 @@ packages: nise@5.1.9: resolution: {integrity: sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==} - nlcst-is-literal@2.1.1: - resolution: {integrity: sha512-/PyEKNHN+SrcrmnZRwszzZYbvZSN2AVD506+rfMUzyFHB0PtUmqZOdUuXmQxQeZXv6o29pT5chLjQJdC9weOCQ==} - - nlcst-is-literal@3.0.0: - resolution: {integrity: sha512-LRlEzrPojNGqS5J48J5spHwwhri2mPAdls8Tf1u3h6cx2XLmBKpW97gIYo+J/nPR3DyjgX3aKginSEK53OWTCA==} - - nlcst-normalize@3.1.1: - resolution: {integrity: sha512-Fz6DhC0dmsuqilkz0viOScT+u9UGjgUpSrzo6yOZlcQ24F/m2BuoVF72KUOKZ06dRUeWyPpCSMxI5ONop9Qptw==} - - nlcst-normalize@4.0.0: - resolution: {integrity: sha512-R7t5UaYyCB6vN/o9PKGM/kFf5exb8RDiS6cx5BC1r3wKSHFtUyAehEVwT5TXG19sAOrM6O2QxXdWM9/tPdQseA==} - - nlcst-search@3.1.1: - resolution: {integrity: sha512-0KsxSqFzSYWVDTo/SPde0RYf5LVmW1eAje8rbRJm+Lev1NzrWj2bIwtXfwGvfPbCi2ABsTV8bqmGAiF/EVqVWA==} - - nlcst-search@4.0.0: - resolution: {integrity: sha512-QYewpDKfNwWmIoX6NTMn75/V4KFLTI5y8Am8QfqHTLjI1yl//1WCOiTEycG6wO5qcsSQ7i13ULfOhmjVsKd7yA==} - - nlcst-to-string@2.0.4: - resolution: {integrity: sha512-3x3jwTd6UPG7vi5k4GEzvxJ5rDA7hVUIRNHPblKuMVP9Z3xmlsd9cgLcpAMkc5uPOBna82EeshROFhsPkbnTZg==} - - nlcst-to-string@3.1.1: - resolution: {integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==} - - nlcst-to-string@4.0.0: - resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==} - no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} @@ -17145,8 +18164,8 @@ packages: node-emoji@1.11.0: resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} - node-fetch-native@1.6.4: - resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} + node-fetch-native@1.6.7: + resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==} node-fetch@2.6.1: resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==} @@ -17204,6 +18223,9 @@ packages: node-releases@2.0.18: resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} + node-releases@2.0.27: + resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} + node-schedule@2.1.1: resolution: {integrity: sha512-OXdegQq03OmXEjt2hZP33W2YPs/E5BcFQks46+G2gAxs4gHOIVD1u7EqlYLYSKsaIpyKCK9Gbk0ta1/gjRSMRQ==} engines: {node: '>=6'} @@ -17232,10 +18254,6 @@ packages: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} engines: {node: '>=10'} - normalize-package-data@4.0.1: - resolution: {integrity: sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - normalize-package-data@6.0.2: resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==} engines: {node: ^16.14.0 || >=18.0.0} @@ -17276,6 +18294,10 @@ packages: resolution: {integrity: sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==} engines: {node: ^16.14.0 || >=18.0.0} + npm-package-arg@12.0.2: + resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} + engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@7.0.0: resolution: {integrity: sha512-xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g==} @@ -17295,8 +18317,8 @@ packages: resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - npm@10.9.1: - resolution: {integrity: sha512-yJUw03xLqjiv1D52oHeoS5qmOEC5hkJlhP1cWlSrCgshuxWVyFEEK3M3hLC0NwbTaklLTYrhoIanYsuNP5WUKg==} + npm@10.9.4: + resolution: {integrity: sha512-OnUG836FwboQIbqtefDNlyR0gTHzIfwRfE3DuiNewBvnMnWEpB0VEXwBlFVgqpNzIgYo/MHh3d2Hel/pszapAA==} engines: {node: ^18.17.0 || >=20.5.0} hasBin: true bundledDependencies: @@ -17385,14 +18407,14 @@ packages: number-allocator@1.0.14: resolution: {integrity: sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==} - number-flow@0.4.1: - resolution: {integrity: sha512-d39o1tWL7mMMBLuOfHswtQ8r0fj9eUcatb4G1Spdv0ZO/I30kg9DBdSzSPjNG6hrj1slQ6KA3TQXk1RmOq4qOA==} + number-flow@0.5.8: + resolution: {integrity: sha512-FPr1DumWyGi5Nucoug14bC6xEz70A1TnhgSHhKyfqjgji2SOTz+iLJxKtv37N5JyJbteGYCm6NQ9p1O4KZ7iiA==} nwsapi@2.2.16: resolution: {integrity: sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==} - nx@19.8.13: - resolution: {integrity: sha512-qAoL/Qpc+1l/5UshAXyB8m27yCY0Tzol/udJhc1kD7Dt6yg8Ngxgi1ZtTmJn6yaLDOsW+oteatQPMtqsk8Lkdg==} + nx@20.0.6: + resolution: {integrity: sha512-z8PMPEXxtADwxsNXamZdDbx65fcNcR4gTmX7N94GKmpZNrjwd3m7RcnoYgQp5vA8kFQkMR+320mtq5NkGJPZvg==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -17403,8 +18425,20 @@ packages: '@swc/core': optional: true - nx@20.0.6: - resolution: {integrity: sha512-z8PMPEXxtADwxsNXamZdDbx65fcNcR4gTmX7N94GKmpZNrjwd3m7RcnoYgQp5vA8kFQkMR+320mtq5NkGJPZvg==} + nx@20.8.3: + resolution: {integrity: sha512-8w815WSMWar3A/LFzwtmEY+E8cVW62lMiFuPDXje+C8O8hFndfvscP56QHNMn2Zdhz3q0+BZUe+se4Em1BKYdA==} + hasBin: true + peerDependencies: + '@swc-node/register': ^1.8.0 + '@swc/core': ^1.3.85 + peerDependenciesMeta: + '@swc-node/register': + optional: true + '@swc/core': + optional: true + + nx@22.3.3: + resolution: {integrity: sha512-pOxtKWUfvf0oD8Geqs8D89Q2xpstRTaSY+F6Ut/Wd0GnEjUjO32SS1ymAM6WggGPHDZN4qpNrd5cfIxQmAbRLg==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -17420,8 +18454,8 @@ packages: engines: {node: '>=8.9'} hasBin: true - nypm@0.3.12: - resolution: {integrity: sha512-D3pzNDWIvgA+7IORhD/IuWzEk4uXv6GsgOxiid4UU3h9oq5IqV1KtPDi63n4sZJ/xcWlr88c0QM2RgN5VbOhFA==} + nypm@0.5.4: + resolution: {integrity: sha512-X0SNNrZiGU8/e/zAB7sCTtdxWTMSIO73q+xuKgglm2Yvzwlo8UoC5FNySQFCvl84uPaeADkqHUZUkWy4aH4xOA==} engines: {node: ^14.16.0 || >=16.10.0} hasBin: true @@ -17429,6 +18463,10 @@ packages: resolution: {integrity: sha512-VMArClVT6LkhUGpnuEoBuyjG9rzUyEzg4PDkav6wK1cLhOK02gPCYFxoiB4mqVnrMhDpIzJcrGNAMVi9P+hXrw==} engines: {node: '>=18'} + ob1@0.83.1: + resolution: {integrity: sha512-ngwqewtdUzFyycomdbdIhFLjePPSOt1awKMUXQ0L7iLHgWEPF3DsCerblzjzfAUHaXuvE9ccJymWQ/4PNNqvnQ==} + engines: {node: '>=20.19.4'} + object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -17445,9 +18483,6 @@ packages: resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} engines: {node: '>= 0.4'} - object-keys@0.4.0: - resolution: {integrity: sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw==} - object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -17464,10 +18499,6 @@ packages: resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} - object.entries@1.1.8: - resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} - engines: {node: '>= 0.4'} - object.fromentries@2.0.8: resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} engines: {node: '>= 0.4'} @@ -17480,26 +18511,19 @@ packages: resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} - obliterator@2.0.4: - resolution: {integrity: sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==} - obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} - oclif@4.15.30: - resolution: {integrity: sha512-FL2vEfmglnNMLyOVNfemYG2KL534AlAi7cFBcD2TWtrQKoHTi7JHe4k9j8TPca6KCqDNvsuhuxP3AClZeHiCcg==} + obug@2.1.1: + resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} + + oclif@4.22.63: + resolution: {integrity: sha512-xhlXnMLlvnV376ofTKVW9KZk0lsvMSnLqUk6rJ3V18lzMj8grt3s4opWuEib9xgyig0rELCK46iYeZUgw04ibg==} engines: {node: '>=18.0.0'} hasBin: true - octokit@4.0.2: - resolution: {integrity: sha512-wbqF4uc1YbcldtiBFfkSnquHtECEIpYD78YUXI6ri1Im5OO2NLo6ZVpRdbJpdnpZ05zMrVPssNiEo6JQtea+Qg==} - engines: {node: '>= 18'} - - ofetch@1.4.1: - resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} - - ohash@1.1.4: - resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==} + ohash@2.0.11: + resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} on-exit-leak-free@0.2.0: resolution: {integrity: sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==} @@ -17535,6 +18559,10 @@ packages: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} + onetime@7.0.0: + resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} + engines: {node: '>=18'} + only@0.0.2: resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==} @@ -17581,17 +18609,13 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} - ora@8.0.1: - resolution: {integrity: sha512-ANIvzobt1rls2BDny5fWZ3ZVKyD6nscLvfFRpQgfWsythlcsVUC9kL0zq6j2Z5z9wwp1kd7wpsD/T9qNPVLCaQ==} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} engines: {node: '>=18'} os-browserify@0.3.0: resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} - os-filter-obj@2.0.0: - resolution: {integrity: sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==} - engines: {node: '>=4'} - os-homedir@1.0.2: resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} engines: {node: '>=0.10.0'} @@ -17607,9 +18631,8 @@ packages: outdent@0.8.0: resolution: {integrity: sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==} - p-cancelable@2.1.1: - resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==} - engines: {node: '>=8'} + oxc-resolver@11.16.2: + resolution: {integrity: sha512-Uy76u47vwhhF7VAmVY61Srn+ouiOobf45MU9vGct9GD2ARy6hKoqEElyHDB0L+4JOM6VLuZ431KiLwyjI/A21g==} p-cancelable@3.0.0: resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==} @@ -17631,10 +18654,6 @@ packages: resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-limit@5.0.0: - resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} - engines: {node: '>=18'} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -17659,24 +18678,16 @@ packages: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} - p-queue@6.6.2: - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} - engines: {node: '>=8'} - p-retry@6.2.1: resolution: {integrity: sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==} engines: {node: '>=16.17'} - p-timeout@3.2.0: - resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} - engines: {node: '>=8'} - p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - pac-proxy-agent@7.0.2: - resolution: {integrity: sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==} + pac-proxy-agent@7.2.0: + resolution: {integrity: sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==} engines: {node: '>= 14'} pac-resolver@7.0.1: @@ -17690,13 +18701,12 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-json@8.1.1: - resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==} - engines: {node: '>=14.16'} - package-manager-detector@0.2.6: resolution: {integrity: sha512-9vPH3qooBlYRJdmdYP00nvjZOulm40r5dhtal8st18ctf+6S1k7pi5yIHLvI4w5D70x0Y+xdVD9qITH0QO/A8A==} + package-manager-detector@1.6.0: + resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} + pako@0.2.9: resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==} @@ -17718,12 +18728,6 @@ packages: resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} engines: {node: '>= 0.10'} - parse-english@5.0.0: - resolution: {integrity: sha512-sMe/JmsY6g21aJCAm8KgCH90a9zCZ7aGSriSJ5B0CcGEsDN7YmiCk3+1iKPE1heDG6zYY4Xf++V8llWtCvNBSQ==} - - parse-english@7.0.0: - resolution: {integrity: sha512-mxxj3DyPdvOdiUl1okNub3wwoaaZI/Z++paDg3PH96RYvfVilS63WmQOnHlGm0S05y4g9GEjNP3pylyBsJrAwQ==} - parse-entities@2.0.0: resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} @@ -17734,10 +18738,12 @@ packages: resolution: {integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==} engines: {node: '>=8'} - parse-github-url@1.0.3: - resolution: {integrity: sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==} - engines: {node: '>= 0.10'} - hasBin: true + parse-gitignore@2.0.0: + resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==} + engines: {node: '>=14'} + + parse-imports-exports@0.2.4: + resolution: {integrity: sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==} parse-json@4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} @@ -17747,22 +18753,12 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} - parse-json@6.0.2: - resolution: {integrity: sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - parse-json@7.1.1: resolution: {integrity: sha512-SgOTCX/EZXtZxBE5eJ97P4yGM5n37BwRU+YMsH4vNzFqJV/oWFXXCmwFlgWUM4PrakybVOueJJ6pwHqSVhTFDw==} engines: {node: '>=16'} - parse-latin@5.0.1: - resolution: {integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==} - - parse-latin@7.0.0: - resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==} - - parse-ms@4.0.0: - resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} + parse-json@8.3.0: + resolution: {integrity: sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==} engines: {node: '>=18'} parse-node-version@1.0.1: @@ -17780,6 +18776,9 @@ packages: resolution: {integrity: sha512-Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ==} engines: {node: '>=10'} + parse-statements@1.0.11: + resolution: {integrity: sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==} + parse-url@6.0.5: resolution: {integrity: sha512-e35AeLTSIlkw/5GFq70IN7po8fmDUjpDPY1rIK+VubRfsUvBonjQ+PBZG+vWMACnQSmNlvl524IucoDmcioMxA==} @@ -17789,9 +18788,6 @@ packages: parse5@4.0.0: resolution: {integrity: sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==} - parse5@6.0.1: - resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - parse5@7.2.1: resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} @@ -17866,6 +18862,9 @@ packages: path-to-regexp@0.1.10: resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} + path-to-regexp@0.1.12: + resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} + path-to-regexp@6.3.0: resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} @@ -17877,6 +18876,10 @@ packages: resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} engines: {node: '>=12'} + path-type@6.0.0: + resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} + engines: {node: '>=18'} + path2d@0.2.2: resolution: {integrity: sha512-+vnG6S4dYcYxZd+CZxzXCNKdELYZSKfohrk98yajCo1PtRoDgCTrrwOvK1GT0UoAdVszagDVllQc0U1vaX4NUQ==} engines: {node: '>=6'} @@ -17884,6 +18887,9 @@ packages: pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + pathe@2.0.3: + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -17891,37 +18897,30 @@ packages: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} engines: {node: '>= 14.16'} - pause-stream@0.0.11: - resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} - pbkdf2@3.1.2: resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} engines: {node: '>=0.12'} - pdfjs-dist@4.4.168: - resolution: {integrity: sha512-MbkAjpwka/dMHaCfQ75RY1FXX3IewBVu6NGZOcxerRFlaBiIkZmUoR0jotX5VUzYZEXAGzSFtknWs5xRKliXPA==} - engines: {node: '>=18'} + pdfjs-dist@4.10.38: + resolution: {integrity: sha512-/Y3fcFrXEAsMjJXeL9J8+ZG9U01LbuWaYypvDW2ycW1jL269L3js3DVBjDJ0Up9Np1uqDXsDrRihHANhZOlwdQ==} + engines: {node: '>=20'} pdfjs-dist@4.8.69: resolution: {integrity: sha512-IHZsA4T7YElCKNNXtiLgqScw4zPd3pG9do8UrznC757gMd7UPeHSL2qwNNMJo4r79fl8oj1Xx+1nh2YkzdMpLQ==} engines: {node: '>=18'} - peek-readable@5.3.1: - resolution: {integrity: sha512-GVlENSDW6KHaXcd9zkZltB7tCLosKB/4Hg0fqBJkAoBgYG2Tn1xtMgXtSUuMU9AK/gCm/tTdT8mgAeF4YNeeqw==} - engines: {node: '>=14.16'} - peek-stream@1.1.3: resolution: {integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==} + pend@1.2.0: + resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} + perfect-debounce@1.0.0: resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} performance-now@2.1.0: resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} - picocolors@1.1.0: - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} - picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -17937,6 +18936,10 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + engines: {node: '>=12'} + pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} @@ -17949,10 +18952,6 @@ packages: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} - pify@5.0.0: - resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} - engines: {node: '>=10'} - pino-abstract-transport@0.5.0: resolution: {integrity: sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==} @@ -17981,6 +18980,13 @@ packages: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} + pirates@4.0.7: + resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} + engines: {node: '>= 6'} + + piscina@4.9.2: + resolution: {integrity: sha512-Fq0FERJWFEUpB4eSY59wSNwXD4RYqR+nR/WiEVcZW8IWfVBxJJafcgTEZDQo8k3w0sUarJ8RyVbbUF4GQ2LGbQ==} + pkg-dir@3.0.0: resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} engines: {node: '>=6'} @@ -17993,11 +18999,11 @@ packages: resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} engines: {node: '>=14.16'} - pkg-types@1.1.1: - resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==} + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} - pkg-types@1.2.1: - resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==} + pkg-types@2.3.0: + resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==} pkginfo@0.4.1: resolution: {integrity: sha512-8xCNE/aT/EXKenuMDZ+xTVwkT8gsoHN2z/Q29l80u0ppGEXVvsKRzNMbtKhg8LS8k1tJLAHHylf6p4VFmP6XUQ==} @@ -18032,6 +19038,9 @@ packages: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} + pnpm-workspace-yaml@0.3.0: + resolution: {integrity: sha512-akyhU8XeKUbVqOatMoiFWq9OCvYa8X9gHyZIB0dQEIHV73sXgbnUm7sOf2mpl3AoEFN4p4oFFxIJKQfsoAiuJg==} + polished@4.3.1: resolution: {integrity: sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA==} engines: {node: '>=10'} @@ -18050,46 +19059,29 @@ packages: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} - postcss-calc@10.0.2: - resolution: {integrity: sha512-DT/Wwm6fCKgpYVI7ZEWuPJ4az8hiEHtCUeYjZXqU7Ou4QqYh1Df2yCQ7Ca6N7xqKPFkxN3fhf+u9KSoOCJNAjg==} + postcss-calc@10.1.1: + resolution: {integrity: sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==} engines: {node: ^18.12 || ^20.9 || >=22.0} peerDependencies: postcss: ^8.4.38 - postcss-calc@8.2.4: - resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} - peerDependencies: - postcss: ^8.2.2 - postcss-calc@9.0.1: resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.2 - postcss-colormin@5.3.1: - resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - postcss-colormin@6.1.0: resolution: {integrity: sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 - postcss-colormin@7.0.2: - resolution: {integrity: sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==} + postcss-colormin@7.0.5: + resolution: {integrity: sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-convert-values@5.1.3: - resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-convert-values@6.1.0: resolution: {integrity: sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==} @@ -18097,17 +19089,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-convert-values@7.0.4: - resolution: {integrity: sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==} + postcss-convert-values@7.0.8: + resolution: {integrity: sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-discard-comments@5.1.2: - resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-discard-comments@6.0.2: resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==} @@ -18115,17 +19101,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-discard-comments@7.0.3: - resolution: {integrity: sha512-q6fjd4WU4afNhWOA2WltHgCbkRhZPgQe7cXF74fuVB/ge4QbM9HEaOIzGSiMvM+g/cOsNAUGdf2JDzqA2F8iLA==} + postcss-discard-comments@7.0.5: + resolution: {integrity: sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-discard-duplicates@5.1.0: - resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-discard-duplicates@6.0.3: resolution: {integrity: sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==} @@ -18133,17 +19113,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-discard-duplicates@7.0.1: - resolution: {integrity: sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==} + postcss-discard-duplicates@7.0.2: + resolution: {integrity: sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-discard-empty@5.1.1: - resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-discard-empty@6.0.3: resolution: {integrity: sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==} @@ -18151,17 +19125,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-discard-empty@7.0.0: - resolution: {integrity: sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==} + postcss-discard-empty@7.0.1: + resolution: {integrity: sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-discard-overridden@5.1.0: - resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-discard-overridden@6.0.2: resolution: {integrity: sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==} @@ -18169,11 +19137,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-discard-overridden@7.0.0: - resolution: {integrity: sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==} + postcss-discard-overridden@7.0.1: + resolution: {integrity: sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.4.32 postcss-import@14.1.0: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} @@ -18181,28 +19149,22 @@ packages: peerDependencies: postcss: ^8.0.0 - postcss-load-config@3.1.4: - resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} - engines: {node: '>= 10'} + postcss-load-config@6.0.1: + resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} + engines: {node: '>= 18'} peerDependencies: + jiti: '>=1.21.0' postcss: '>=8.0.9' - ts-node: '>=9.0.0' + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: - postcss: - optional: true - ts-node: + jiti: optional: true - - postcss-load-config@4.0.2: - resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} - engines: {node: '>= 14'} - peerDependencies: - postcss: '>=8.0.9' - ts-node: '>=9.0.0' - peerDependenciesMeta: postcss: optional: true - ts-node: + tsx: + optional: true + yaml: optional: true postcss-loader@6.2.1: @@ -18212,29 +19174,17 @@ packages: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 - postcss-merge-longhand@5.1.7: - resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - postcss-merge-longhand@6.0.5: resolution: {integrity: sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 - postcss-merge-longhand@7.0.4: - resolution: {integrity: sha512-zer1KoZA54Q8RVHKOY5vMke0cCdNxMP3KBfDerjH/BYHh4nCIh+1Yy0t1pAEQF18ac/4z3OFclO+ZVH8azjR4A==} + postcss-merge-longhand@7.0.5: + resolution: {integrity: sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-merge-rules@5.1.4: - resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-merge-rules@6.1.1: resolution: {integrity: sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==} @@ -18242,17 +19192,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-merge-rules@7.0.4: - resolution: {integrity: sha512-ZsaamiMVu7uBYsIdGtKJ64PkcQt6Pcpep/uO90EpLS3dxJi6OXamIobTYcImyXGoW0Wpugh7DSD3XzxZS9JCPg==} + postcss-merge-rules@7.0.7: + resolution: {integrity: sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-minify-font-values@5.1.0: - resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-minify-font-values@6.1.0: resolution: {integrity: sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==} @@ -18260,17 +19204,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-minify-font-values@7.0.0: - resolution: {integrity: sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==} + postcss-minify-font-values@7.0.1: + resolution: {integrity: sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-minify-gradients@5.1.1: - resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-minify-gradients@6.0.3: resolution: {integrity: sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==} @@ -18278,17 +19216,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-minify-gradients@7.0.0: - resolution: {integrity: sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==} + postcss-minify-gradients@7.0.1: + resolution: {integrity: sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-minify-params@5.1.4: - resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-minify-params@6.1.0: resolution: {integrity: sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==} @@ -18296,17 +19228,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-minify-params@7.0.2: - resolution: {integrity: sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==} + postcss-minify-params@7.0.5: + resolution: {integrity: sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-minify-selectors@5.2.1: - resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-minify-selectors@6.0.4: resolution: {integrity: sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==} @@ -18314,11 +19240,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-minify-selectors@7.0.4: - resolution: {integrity: sha512-JG55VADcNb4xFCf75hXkzc1rNeURhlo7ugf6JjiiKRfMsKlDzN9CXHZDyiG6x/zGchpjQS+UAgb1d4nqXqOpmA==} + postcss-minify-selectors@7.0.5: + resolution: {integrity: sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.4.32 postcss-modules-extract-imports@3.1.0: resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==} @@ -18344,40 +19270,23 @@ packages: peerDependencies: postcss: ^8.1.0 - postcss-modules@4.3.1: - resolution: {integrity: sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==} - peerDependencies: - postcss: ^8.0.0 - - postcss-nested@6.2.0: - resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} - engines: {node: '>=12.0'} + postcss-nested@7.0.2: + resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==} + engines: {node: '>=18.0'} peerDependencies: postcss: ^8.2.14 - postcss-normalize-charset@5.1.0: - resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - postcss-normalize-charset@6.0.2: resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 - postcss-normalize-charset@7.0.0: - resolution: {integrity: sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==} + postcss-normalize-charset@7.0.1: + resolution: {integrity: sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-display-values@5.1.0: - resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-display-values@6.0.2: resolution: {integrity: sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==} @@ -18385,17 +19294,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-display-values@7.0.0: - resolution: {integrity: sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==} + postcss-normalize-display-values@7.0.1: + resolution: {integrity: sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-positions@5.1.1: - resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-positions@6.0.2: resolution: {integrity: sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==} @@ -18403,17 +19306,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-positions@7.0.0: - resolution: {integrity: sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==} + postcss-normalize-positions@7.0.1: + resolution: {integrity: sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-repeat-style@5.1.1: - resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-repeat-style@6.0.2: resolution: {integrity: sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==} @@ -18421,17 +19318,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-repeat-style@7.0.0: - resolution: {integrity: sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==} + postcss-normalize-repeat-style@7.0.1: + resolution: {integrity: sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-string@5.1.0: - resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-string@6.0.2: resolution: {integrity: sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==} @@ -18439,17 +19330,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-string@7.0.0: - resolution: {integrity: sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==} + postcss-normalize-string@7.0.1: + resolution: {integrity: sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-timing-functions@5.1.0: - resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-timing-functions@6.0.2: resolution: {integrity: sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==} @@ -18457,17 +19342,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-timing-functions@7.0.0: - resolution: {integrity: sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==} + postcss-normalize-timing-functions@7.0.1: + resolution: {integrity: sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-unicode@5.1.1: - resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-unicode@6.1.0: resolution: {integrity: sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==} @@ -18475,17 +19354,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-unicode@7.0.2: - resolution: {integrity: sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==} + postcss-normalize-unicode@7.0.5: + resolution: {integrity: sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-url@5.1.0: - resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-url@6.0.2: resolution: {integrity: sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==} @@ -18493,17 +19366,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-url@7.0.0: - resolution: {integrity: sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==} + postcss-normalize-url@7.0.1: + resolution: {integrity: sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-normalize-whitespace@5.1.1: - resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-normalize-whitespace@6.0.2: resolution: {integrity: sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==} @@ -18511,17 +19378,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-normalize-whitespace@7.0.0: - resolution: {integrity: sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==} + postcss-normalize-whitespace@7.0.1: + resolution: {integrity: sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-ordered-values@5.1.3: - resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-ordered-values@6.0.2: resolution: {integrity: sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==} @@ -18529,17 +19390,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-ordered-values@7.0.1: - resolution: {integrity: sha512-irWScWRL6nRzYmBOXReIKch75RRhNS86UPUAxXdmW/l0FcAsg0lvAXQCby/1lymxn/o0gVa6Rv/0f03eJOwHxw==} + postcss-ordered-values@7.0.2: + resolution: {integrity: sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-reduce-initial@5.1.2: - resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-reduce-initial@6.1.0: resolution: {integrity: sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==} @@ -18547,17 +19402,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-reduce-initial@7.0.2: - resolution: {integrity: sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==} + postcss-reduce-initial@7.0.5: + resolution: {integrity: sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 - - postcss-reduce-transforms@5.1.0: - resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-reduce-transforms@6.0.2: resolution: {integrity: sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==} @@ -18565,11 +19414,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-reduce-transforms@7.0.0: - resolution: {integrity: sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==} + postcss-reduce-transforms@7.0.1: + resolution: {integrity: sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.4.32 postcss-selector-parser@6.1.2: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} @@ -18579,11 +19428,9 @@ packages: resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==} engines: {node: '>=4'} - postcss-svgo@5.1.0: - resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss-selector-parser@7.1.1: + resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} + engines: {node: '>=4'} postcss-svgo@6.0.3: resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} @@ -18591,17 +19438,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-svgo@7.0.1: - resolution: {integrity: sha512-0WBUlSL4lhD9rA5k1e5D8EN5wCEyZD6HJk0jIvRxl+FDVOMlJ7DePHYWGGVc5QRqrJ3/06FTXM0bxjmJpmTPSA==} + postcss-svgo@7.1.0: + resolution: {integrity: sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==} engines: {node: ^18.12.0 || ^20.9.0 || >= 18} peerDependencies: - postcss: ^8.4.31 - - postcss-unique-selectors@5.1.1: - resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.32 postcss-unique-selectors@6.0.4: resolution: {integrity: sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==} @@ -18609,11 +19450,11 @@ packages: peerDependencies: postcss: ^8.4.31 - postcss-unique-selectors@7.0.3: - resolution: {integrity: sha512-J+58u5Ic5T1QjP/LDV9g3Cx4CNOgB5vz+kM6+OxHHhFACdcDeKhBXjQmB7fnIZM12YSTvsL0Opwco83DmacW2g==} + postcss-unique-selectors@7.0.4: + resolution: {integrity: sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.4.32 postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -18630,6 +19471,10 @@ packages: resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.6: + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} + engines: {node: ^10 || ^12 || >=14} + prebuild-install@7.1.2: resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} engines: {node: '>=10'} @@ -18647,6 +19492,16 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} + prettier-plugin-astro@0.14.1: + resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} + engines: {node: ^14.15.0 || >=16.0.0} + + prettier-plugin-jsdoc@1.8.0: + resolution: {integrity: sha512-byW8EBZ1DSA3CPdDGBXfcdqqhh2eq0+HlIOPTGZ6rf9O2p/AwBmtS0e49ot5ZeOdcszj81FyzbyHr/VS0eYpCg==} + engines: {node: '>=14.13.1 || >=16.0.0'} + peerDependencies: + prettier: ^3.0.0 + prettier-plugin-organize-imports@4.0.0: resolution: {integrity: sha512-vnKSdgv9aOlqKeEFGhf9SCBsTyzDSyScy1k7E0R1Uo4L0cTcOV7c1XQaT7jfXIOc/p08WLBfN2QUQA9zDSZMxA==} peerDependencies: @@ -18660,14 +19515,6 @@ packages: vue-tsc: optional: true - prettier-plugin-packagejson@2.5.0: - resolution: {integrity: sha512-6XkH3rpin5QEQodBSVNg+rBo4r91g/1mCaRwS1YGdQJZ6jwqrg2UchBsIG9tpS1yK1kNBvOt84OILsX8uHzBGg==} - peerDependencies: - prettier: '>= 1.16.0' - peerDependenciesMeta: - prettier: - optional: true - prettier-plugin-pkg@0.18.1: resolution: {integrity: sha512-FuUxvsYZR/8rsLH8s/jbPQmgYvv0yxW8LoIHCy6+Q7p4FBjjdP3DNKx8fMTOsc0SlEB1skB4o1LcahRceIh87A==} engines: {node: ^14.18.0 || >=16.0.0} @@ -18692,13 +19539,14 @@ packages: peerDependencies: prettier: '>=2.3.0' - prettier@3.3.2: - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} - engines: {node: '>=14'} - hasBin: true + prettier-plugin-toml@2.0.6: + resolution: {integrity: sha512-12N/wBuHa9jd/KVy9pRP20NMKxQfQLMseQCt66lIbLaPLItvGUcSIryE1eZZMJ7loSws6Ig3M2Elc2EreNh76w==} + engines: {node: '>=16.0.0'} + peerDependencies: + prettier: ^3.0.3 - prettier@3.4.1: - resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} + prettier@3.7.4: + resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} engines: {node: '>=14'} hasBin: true @@ -18706,9 +19554,9 @@ packages: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} - pretty-bytes@6.1.1: - resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} - engines: {node: ^14.13.1 || >=16.0.0} + pretty-bytes@7.1.0: + resolution: {integrity: sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==} + engines: {node: '>=20'} pretty-error@4.0.0: resolution: {integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==} @@ -18729,9 +19577,9 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - pretty-ms@9.2.0: - resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==} - engines: {node: '>=18'} + pretty-format@30.2.0: + resolution: {integrity: sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} printable-characters@1.0.42: resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==} @@ -18744,8 +19592,9 @@ packages: resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - process-nextick-args@1.0.7: - resolution: {integrity: sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==} + proc-log@5.0.0: + resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} + engines: {node: ^18.17.0 || >=20.5.0} process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -18780,10 +19629,6 @@ packages: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} - promise.series@0.2.0: - resolution: {integrity: sha512-VWQJyU2bcDTgZw8kpfBpB/ejZASlCrzwz5f2hjb/zlujOEB4oeiAhHygAWq8ubsX2GVkD4kCU5V2dwOTaCY5EQ==} - engines: {node: '>=0.12'} - promise@7.3.1: resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} @@ -18808,9 +19653,6 @@ packages: resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} engines: {node: '>= 8'} - property-information@6.5.0: - resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} - proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} @@ -18824,8 +19666,8 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - proxy-agent@6.4.0: - resolution: {integrity: sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==} + proxy-agent@6.5.0: + resolution: {integrity: sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==} engines: {node: '>= 14'} proxy-from-env@1.1.0: @@ -18834,21 +19676,12 @@ packages: prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - pseudomap@1.0.2: - resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - psl@1.14.0: resolution: {integrity: sha512-Syk1bnf6fRZ9wQs03AtKJHcM12cKbOLo9L8JtCCdYj5/DTsHmTyXM4BK5ouWeG2P6kZ4nmFvuNTdtaqfobCOCg==} public-encrypt@4.0.3: resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} - pump-chain@1.0.0: - resolution: {integrity: sha512-Gqkf1pfKMsowLBtWkhEJNxL5eU9EN1zs/bmWC/mKKODH3j6Xtxe4NH3873UeNzVCjDYWvi/BEXAmbviqRhm6pw==} - - pump@1.0.3: - resolution: {integrity: sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==} - pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} @@ -18869,13 +19702,12 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - pupa@3.1.0: - resolution: {integrity: sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==} - engines: {node: '>=12.20'} - pure-rand@6.1.0: resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} + pure-rand@7.0.1: + resolution: {integrity: sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==} + pvtsutils@1.3.6: resolution: {integrity: sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==} @@ -18895,6 +19727,16 @@ packages: resolution: {integrity: sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==} engines: {node: '>=0.6'} + qs@6.14.1: + resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==} + engines: {node: '>=0.6'} + + quansync@0.2.11: + resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} + + quansync@1.0.0: + resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==} + query-string@6.14.1: resolution: {integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==} engines: {node: '>=6'} @@ -18931,19 +19773,9 @@ packages: resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} engines: {node: '>=10'} - quick-lru@6.1.2: - resolution: {integrity: sha512-AAFUA5O1d83pIHEhJwWCq/RQcRukCkn/NSm2QsTEMle5f2hP0ChI2+3Xb051PZCkLryI/Ir1MVKviT2FIloaTQ==} - engines: {node: '>=12'} - - quotation@2.0.3: - resolution: {integrity: sha512-yEc24TEgCFLXx7D4JHJJkK4JFVtatO8fziwUxY4nB/Jbea9o9CVS3gt22mA0W7rPYAGW2fWzYDSOtD94PwOyqA==} - r-json@1.3.0: resolution: {integrity: sha512-xesd+RHCpymPCYd9DvDvUr1w1IieSChkqYF1EpuAYrvCfLXji9NP36DvyYZJZZB5soVDvZ0WUtBoZaU1g5Yt9A==} - radix3@1.1.2: - resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} - raf@3.4.1: resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} @@ -19007,14 +19839,14 @@ packages: peerDependencies: react: ^18.3.1 - react-dropzone@14.3.5: - resolution: {integrity: sha512-9nDUaEEpqZLOz5v5SUcFA0CjM4vq8YbqO0WRls+EYT7+DvxUdzDPKNCPLqGfj3YL9MsniCLCD4RFA6M95V6KMQ==} + react-dropzone@14.3.8: + resolution: {integrity: sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug==} engines: {node: '>= 10.13'} peerDependencies: react: '>= 16.8 || 18.0.0' - react-error-boundary@4.1.2: - resolution: {integrity: sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==} + react-error-boundary@5.0.0: + resolution: {integrity: sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==} peerDependencies: react: '>=16.13.1' @@ -19058,45 +19890,42 @@ packages: peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 - react-native-reanimated@3.16.3: - resolution: {integrity: sha512-OWlA6e1oHhytTpc7WiSZ7Tmb8OYwLKYZz29Sz6d6WAg60Hm5GuAiKIWUG7Ako7FLcYhFkA0pEQ2xPMEYUo9vlw==} + react-native-is-edge-to-edge@1.1.7: + resolution: {integrity: sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==} peerDependencies: - '@babel/core': ^7.0.0-0 react: '*' react-native: '*' - react-native-safe-area-context@4.14.0: - resolution: {integrity: sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA==} + react-native-reanimated@3.19.5: + resolution: {integrity: sha512-bd4AwIkBAaY4BjrgpSoKjEaRG/tXD756F5nGuiH5IMBSKN8tRdUEA8hWZCyIo/R6/kha/tVSoCqodVUACh7ZWw==} peerDependencies: + '@babel/core': ^7.0.0-0 react: '*' react-native: '*' - react-native-screens@4.3.0: - resolution: {integrity: sha512-G0u8BPgu2vcRZoQTlRpBXKa0ElQSDvDBlRe6ncWwCeBmd5Uqa2I3tQ6Vn6trIE6+yneW/nD4p5wihEHlAWZPEw==} + react-native-safe-area-context@4.14.1: + resolution: {integrity: sha512-+tUhT5WBl8nh5+P+chYhAjR470iCByf9z5EYdCEbPaAK3Yfzw+o8VRPnUgmPAKlSccOgQBxx3NOl/Wzckn9ujg==} peerDependencies: react: '*' react-native: '*' - react-native-svg@15.9.0: - resolution: {integrity: sha512-pwo7hteAM0P8jNpPGQtiSd0SnbBhE8tNd94LT8AcZcbnH5AJdXBIcXU4+tWYYeGUjiNAH2E5d0T5XIfnvaz1gA==} + react-native-screens@4.3.0: + resolution: {integrity: sha512-G0u8BPgu2vcRZoQTlRpBXKa0ElQSDvDBlRe6ncWwCeBmd5Uqa2I3tQ6Vn6trIE6+yneW/nD4p5wihEHlAWZPEw==} peerDependencies: react: '*' react-native: '*' - react-native-web-internals@1.96.0: - resolution: {integrity: sha512-FssrkOsfOO7KVsmQ3865DJDxIYIUdpA39woM/8Wtm0U5h9I68NFThnMMr3eOPIQrjOAOmg9ABIP/dbZFJZ0fqg==} - - react-native-web-lite@1.96.0: - resolution: {integrity: sha512-iZJtzfo7VRyjZBVcXHxTCAbJJRrKe3BjFFmeovms1S0Gbcm7NlAPFrqa+YiBBZYfzPHTKx1k6QxhywzB9f3onw==} + react-native-svg@15.15.1: + resolution: {integrity: sha512-ZUD1xwc3Hwo4cOmOLumjJVoc7lEf9oQFlHnLmgccLC19fNm6LVEdtB+Cnip6gEi0PG3wfvVzskViEtrySQP8Fw==} peerDependencies: react: '*' - react-dom: '*' + react-native: '*' - react-native-web@0.19.12: - resolution: {integrity: sha512-o2T0oztoVDQjztt4YksO9S1XRjoH/AqcSvifgWLrPJgGVbMWsfhILgl6lfUdEamVZzZSVV/2gqDVMAk/qq7mZw==} + react-native-web@0.21.2: + resolution: {integrity: sha512-SO2t9/17zM4iEnFvlu2DA9jqNbzNhoUP+AItkoCOyFmDMOhUnBBznBDCYN92fGdfAkfQlWzPoez6+zLxFNsZEg==} peerDependencies: - react: ^18.0.0 - react-dom: ^18.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 react-native@0.74.1: resolution: {integrity: sha512-0H2XpmghwOtfPpM2LKqHIN7gxy+7G/r1hwJHKLV6uoyXGC/gCojRtoo5NqyKrWpFC8cqyT6wTYCLuG7CxEKilg==} @@ -19109,14 +19938,14 @@ packages: '@types/react': optional: true - react-number-format@5.4.2: - resolution: {integrity: sha512-cg//jVdS49PYDgmcYoBnMMHl4XNTMuV723ZnHD2aXYtWWWqbVF3hjQ8iB+UZEuXapLbeA8P8H+1o6ZB1lcw3vg==} + react-number-format@5.4.4: + resolution: {integrity: sha512-wOmoNZoOpvMminhifQYiYSTCLUDOiUbBunrMrMjA+dV52sY+vck1S4UhR6PkgnoCquvvMSeJjErXZ4qSaWCliA==} peerDependencies: - react: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 - react-dom: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 + react: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-pdf@9.1.1: - resolution: {integrity: sha512-Cn3RTJZMqVOOCgLMRXDamLk4LPGfyB2Np3OwQAUjmHIh47EpuGW1OpAA1Z1GVDLoHx4d5duEDo/YbUkDbr4QFQ==} + react-pdf@9.2.1: + resolution: {integrity: sha512-AJt0lAIkItWEZRA5d/mO+Om4nPCuTiQ0saA+qItO967DTjmGjnhmF+Bi2tL286mOTfBlF5CyLzJ35KTMaDoH+A==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -19131,14 +19960,14 @@ packages: peerDependencies: react: ^18.3.1 - react-refresh@0.10.0: - resolution: {integrity: sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==} - engines: {node: '>=0.10.0'} - react-refresh@0.14.2: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} + react-refresh@0.18.0: + resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==} + engines: {node: '>=0.10.0'} + react-refresh@0.8.3: resolution: {integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==} engines: {node: '>=0.10.0'} @@ -19153,6 +19982,16 @@ packages: '@types/react': optional: true + react-remove-scroll-bar@2.3.8: + resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + react-remove-scroll@2.6.0: resolution: {integrity: sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==} engines: {node: '>=10'} @@ -19163,11 +20002,21 @@ packages: '@types/react': optional: true - react-resizable-panels@2.0.10: - resolution: {integrity: sha512-1cQl5rp3VDWRL04XXX92lzM1hej2Fe5x+vpjYXcldfOjKwLV5JVrt5T6q0cTB5yfp4Wh+JIdYQ9A5EnZypO1DQ==} + react-remove-scroll@2.7.2: + resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + react-resizable-panels@2.1.7: + resolution: {integrity: sha512-JtT6gI+nURzhMYQYsx8DKkx6bSoOGFp7A3CwMrOb8y5jFHFyqwo9m68UhmXRw57fRVJksFn1TSlm3ywEQ9vMgA==} peerDependencies: - react: ^16.14.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 + react: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-shallow-renderer@16.15.0: resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} @@ -19184,11 +20033,21 @@ packages: '@types/react': optional: true - react-textarea-autosize@8.5.5: - resolution: {integrity: sha512-CVA94zmfp8m4bSHtWwmANaBR8EPsKy2aZ7KwqhoS4Ftib87F9Kvi7XQhOixypPLMc6kVYgOXvKFuuzZDpHGRPg==} + react-style-singleton@2.2.3: + resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==} engines: {node: '>=10'} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + react-textarea-autosize@8.5.9: + resolution: {integrity: sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==} + engines: {node: '>=10'} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-transition-group@4.4.5: resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} @@ -19211,6 +20070,10 @@ packages: resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + read-package-up@11.0.0: + resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} + engines: {node: '>=18'} + read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -19219,10 +20082,6 @@ packages: resolution: {integrity: sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==} engines: {node: '>=12'} - read-pkg-up@9.1.0: - resolution: {integrity: sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} @@ -19231,9 +20090,9 @@ packages: resolution: {integrity: sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==} engines: {node: '>=12'} - read-pkg@7.1.0: - resolution: {integrity: sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==} - engines: {node: '>=12.20'} + read-pkg@9.0.1: + resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==} + engines: {node: '>=18'} read-yaml-file@2.1.0: resolution: {integrity: sha512-UkRNRIwnhG+y7hpqnycCL/xbTk7+ia9VuVTC0S+zVbwd65DI9eUpRMfsWIGrCWxTU/mi+JW8cHQCrv+zfCbEPQ==} @@ -19242,9 +20101,6 @@ packages: readable-stream@1.0.34: resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} - readable-stream@2.0.6: - resolution: {integrity: sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==} - readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} @@ -19256,10 +20112,6 @@ packages: resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - readable-web-to-node-stream@3.0.2: - resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==} - engines: {node: '>=8'} - readdirp@3.5.0: resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} engines: {node: '>=8.10.0'} @@ -19305,6 +20157,10 @@ packages: redux@5.0.1: resolution: {integrity: sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==} + refa@0.12.1: + resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + reflect.getprototypeof@1.0.7: resolution: {integrity: sha512-bMvFGIUKlc/eSfXNX+aZ+EL95/EgZzuwA0OBPTbZZDEJw/0AkentjMuM1oiRfwHrshqk4RzdgiTg5CcDalXN5g==} engines: {node: '>= 0.4'} @@ -19325,6 +20181,13 @@ packages: regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + regexp-ast-analysis@0.7.1: + resolution: {integrity: sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + regexp-to-ast@0.5.0: + resolution: {integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==} + regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true @@ -19341,14 +20204,10 @@ packages: resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} engines: {node: '>=4'} - registry-auth-token@5.0.3: - resolution: {integrity: sha512-1bpc9IyC+e+CNFRaWyn77tk4xGG4PPUyfakSmA6F6cvUDjrm58dfyJ3II+9yb10EDkHoy1LaPSmHaWLOH3m6HA==} + registry-auth-token@5.1.0: + resolution: {integrity: sha512-GdekYuwLXLxMuFTwAPg5UKGLW/UXzQrZvH/Zj791BQif5T05T0RsaLfHc9q3ZOKi7n+BoprPD9mJ0O0k4xzUlw==} engines: {node: '>=14'} - registry-url@6.0.1: - resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==} - engines: {node: '>=12'} - regjsgen@0.8.0: resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==} @@ -19360,18 +20219,6 @@ packages: resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} hasBin: true - rehype-parse@8.0.5: - resolution: {integrity: sha512-Ds3RglaY/+clEX2U2mHflt7NlMA72KspZ0JLUJgBBLpRddBcEw3H8uYZQliQriku22NZpYMfjDdSgHcjxue24A==} - - rehype-parse@9.0.0: - resolution: {integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==} - - rehype-retext@3.0.2: - resolution: {integrity: sha512-9Q2JyXBBnXQfwVhrp4/YPGY2GMC2uiSgW0V3WANT3md1lJD5M2V+jlvvQVTu6tFhA1Ap4a2v0zZDZffkND0tAw==} - - rehype-retext@4.0.0: - resolution: {integrity: sha512-RZHs/mvsrff0AblHYkeR1fXx+CNLYll0JnzpTSGtHACveKpAcvb0HYjTS1tR3D2jC5moVhoOQYMtIyFp3AQ0DQ==} - reinterval@1.1.0: resolution: {integrity: sha512-QIRet3SYrGp0HUHO88jVskiG6seqUGC5iAG7AwI/BV4ypGcuqk9Du6YQBUOUqm9c8pw1eyLoIaONifRua1lsEQ==} @@ -19389,48 +20236,18 @@ packages: remark-frontmatter@3.0.0: resolution: {integrity: sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==} - remark-frontmatter@4.0.1: - resolution: {integrity: sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==} - - remark-frontmatter@5.0.0: - resolution: {integrity: sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==} - remark-gfm@1.0.0: resolution: {integrity: sha512-KfexHJCiqvrdBZVbQ6RopMZGwaXz6wFJEfByIuEwGf0arvITHjiKKZ1dpXujjH9KZdm1//XJQwgfnJ3lmXaDPA==} - remark-gfm@3.0.1: - resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} - - remark-gfm@4.0.0: - resolution: {integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==} - - remark-mdx@2.0.0: - resolution: {integrity: sha512-TDnjSv77Oynf+K1deGWZPKSwh3/9hykVAxVm9enAw6BmicCGklREET8s19KYnjGsNPms0pNDJLmp+bnHDVItAQ==} - - remark-mdx@3.0.1: - resolution: {integrity: sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==} - remark-mdx@3.1.0: resolution: {integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==} - remark-message-control@7.1.1: - resolution: {integrity: sha512-xKRWl1NTBOKed0oEtCd8BUfH5m4s8WXxFFSoo7uUwx6GW/qdCy4zov5LfPyw7emantDmhfWn5PdIZgcbVcWMDQ==} - - remark-parse@10.0.2: - resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} - remark-parse@11.0.0: resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} remark-parse@9.0.0: resolution: {integrity: sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==} - remark-retext@5.0.1: - resolution: {integrity: sha512-h3kOjKNy7oJfohqXlKp+W4YDigHD3rw01x91qvQP/cUkK5nJrDl6yEYwTujQCAXSLZrsBxywlK3ntzIX6c29aA==} - - remark-retext@6.0.0: - resolution: {integrity: sha512-VYs0p+3G4DKm/KtWx7LV8YPbyX4CjBf1SZcEk2usEv3QK6JK4g5EfurDAPUmGVZOx/NcqOiNbozfGqpl2HQfTA==} - remark-stringify@11.0.0: resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==} @@ -19498,20 +20315,24 @@ packages: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} + resolve-global@1.0.0: + resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==} + engines: {node: '>=8'} + resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} resolve-workspace-root@2.0.0: resolution: {integrity: sha512-IsaBUZETJD5WsI11Wt8PKHwaIe45or6pwNc8yflvLJ4DWtImK9kuLoH5kUva/2Mmx/RdIyr4aONNSa2v9LTJsw==} - resolve.exports@1.1.0: - resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} - engines: {node: '>=10'} - resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'} + resolve.exports@2.0.3: + resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} + engines: {node: '>=10'} + resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true @@ -19519,13 +20340,6 @@ packages: resolve@1.7.1: resolution: {integrity: sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==} - resolve@2.0.0-next.5: - resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} - hasBin: true - - responselike@2.0.1: - resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==} - responselike@3.0.0: resolution: {integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==} engines: {node: '>=14.16'} @@ -19542,28 +20356,14 @@ packages: resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + restore-cursor@5.1.0: + resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} + engines: {node: '>=18'} + ret@0.2.2: resolution: {integrity: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==} engines: {node: '>=4'} - retext-english@4.1.0: - resolution: {integrity: sha512-Pky2idjvgkzfodO0GH9X4IU8LX/d4ULTnLf7S1WsBRlSCh/JdTFPafXZstJqZehtQWNHrgoCqVOiGugsNFYvIQ==} - - retext-english@5.0.0: - resolution: {integrity: sha512-BS4Ycj2cMbxNMcXqnM+TL+aMHM0Fzalm08fHCiHaNbBs4jx1RBbpC4oeWOptBNUf8cBTi2Qrs81b9yn/KND65A==} - - retext-equality@6.6.0: - resolution: {integrity: sha512-il0Q8Dlxluc67UQnk49XmwISl3mzf1Lvuat0yZKzR2NuuluzTXI4EK44HA5JOobt/vmYkDaJaDsxHf0MmE4OMA==} - - retext-equality@7.1.0: - resolution: {integrity: sha512-YzrGxIfubNetpi5xEZXFaWKaQNdDHYal0JNaIllTRO+vkjO0FRuGgLoYixR1BYR3vx7k6p7c+MdVM1NxTlC+MQ==} - - retext-profanities@7.2.2: - resolution: {integrity: sha512-nwrR987v3m7+JQ8wyK8oE+adqS1aYUyHyf+k6omflI/8PL9Slbp/39YieTJJvrmR0udBe2iV7aURXW5/3Uj12w==} - - retext-profanities@8.0.0: - resolution: {integrity: sha512-fuKCUqpXnzSimirk5iBL3vwJJhxzypxMiEfI6FHJ3xafsD8KfPjdd7v0z65PHf+VuekGAIGv4wW34UAM1w9ihw==} - retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} engines: {node: '>= 4'} @@ -19601,28 +20401,51 @@ packages: ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} - rolldown@0.10.4: - resolution: {integrity: sha512-1x5QlE9zP9yWea5EZPvfA7QlOS7ajYYBWU1zlN5njYhQOlC0yAn9YW6Q/HMTZxXxlCrNtz3/V9QaxZ4eojs+gA==} + rolldown-plugin-dts@0.20.0: + resolution: {integrity: sha512-cLAY1kN2ilTYMfZcFlGWbXnu6Nb+8uwUBsi+Mjbh4uIx7IN8uMOmJ7RxrrRgPsO4H7eSz3E+JwGoL1gyugiyUA==} + engines: {node: '>=20.19.0'} + peerDependencies: + '@ts-macro/tsc': ^0.3.6 + '@typescript/native-preview': '>=7.0.0-dev.20250601.1' + rolldown: ^1.0.0-beta.57 + typescript: ^5.0.0 + vue-tsc: ~3.2.0 + peerDependenciesMeta: + '@ts-macro/tsc': + optional: true + '@typescript/native-preview': + optional: true + typescript: + optional: true + vue-tsc: + optional: true + + rolldown@1.0.0-beta.1: + resolution: {integrity: sha512-19B2HoY3zcR7Um+zVDOvV1gQ1d6acUIouCUMGxvlZ/0kTjcMSFr8tuLWmRRYIV7y1mrgPbJRd1cPFVd4p1l8nQ==} + hasBin: true + peerDependencies: + '@babel/runtime': '>=7' + peerDependenciesMeta: + '@babel/runtime': + optional: true + + rolldown@1.0.0-beta.57: + resolution: {integrity: sha512-lMMxcNN71GMsSko8RyeTaFoATHkCh4IWU7pYF73ziMYjhHZWfVesC6GQ+iaJCvZmVjvgSks9Ks1aaqEkBd8udg==} + engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - rollup-plugin-copy@3.5.0: - resolution: {integrity: sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==} - engines: {node: '>=8.3'} + rolldown@1.0.0-beta.58: + resolution: {integrity: sha512-v1FCjMZCan7f+xGAHBi+mqiE4MlH7I+SXEHSQSJoMOGNNB2UYtvMiejsq9YuUOiZjNeUeV/a21nSFbrUR+4ZCQ==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true - rollup-plugin-dts@6.1.1: - resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==} + rollup-plugin-dts@6.3.0: + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} engines: {node: '>=16'} peerDependencies: rollup: ^3.29.4 || ^4 typescript: ^4.5 || ^5.0 - rollup-plugin-esbuild@6.1.1: - resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} - engines: {node: '>=14.18.0'} - peerDependencies: - esbuild: '>=0.18.0' - rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 - rollup-plugin-inject@3.0.2: resolution: {integrity: sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. @@ -19630,17 +20453,6 @@ packages: rollup-plugin-node-polyfills@0.2.1: resolution: {integrity: sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==} - rollup-plugin-peer-deps-external@2.2.4: - resolution: {integrity: sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g==} - peerDependencies: - rollup: '*' - - rollup-plugin-postcss@4.0.2: - resolution: {integrity: sha512-05EaY6zvZdmvPUDi3uCcAQoESDcYnv8ogJJQRp6V5kZ6J6P7uAVJlrTZcaaA20wTH527YTnKfkAoPxWI/jPp4w==} - engines: {node: '>=10'} - peerDependencies: - postcss: 8.x - rollup-plugin-typescript2@0.36.0: resolution: {integrity: sha512-NB2CSQDxSe9+Oe2ahZbf+B4bh7pHwjV5L+RSYpCu7Q5ROuN94F9b6ioWwKfz3ueL3KTtmX4o2MUH2cgHDIEUsw==} peerDependencies: @@ -19650,37 +20462,19 @@ packages: rollup-pluginutils@2.8.2: resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} - rollup@3.29.5: - resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==} - engines: {node: '>=14.18.0', npm: '>=8.0.0'} - hasBin: true - - rollup@4.18.0: - resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==} + rollup@4.28.0: + resolution: {integrity: sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.28.0: - resolution: {integrity: sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==} + rollup@4.54.0: + resolution: {integrity: sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} - rsbuild-plugin-dts@0.0.5: - resolution: {integrity: sha512-YZvlc2LxmX+63DJd/HGlYyz3Pl6vBQxAWMax+Qk1gWUDZLRmOFZdo2OPmjW/xID9Jp0GeSdq95AzATH/7pAAyA==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@microsoft/api-extractor': ^7 - '@rsbuild/core': 1.x - typescript: ^5 - peerDependenciesMeta: - '@microsoft/api-extractor': - optional: true - typescript: - optional: true - run-applescript@7.0.0: resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} engines: {node: '>=18'} @@ -19703,6 +20497,9 @@ packages: rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + s.color@0.0.15: + resolution: {integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==} + sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} @@ -19717,9 +20514,6 @@ packages: safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - safe-identifier@0.4.2: - resolution: {integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==} - safe-regex-test@1.0.3: resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} engines: {node: '>= 0.4'} @@ -19731,17 +20525,129 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass-loader@12.6.0: - resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==} - engines: {node: '>= 12.13.0'} + sass-embedded-all-unknown@1.97.1: + resolution: {integrity: sha512-0au5gUNibfob7W/g+ycBx74O22CL8vwHiZdEDY6J0uzMkHPiSJk//h0iRf5AUnMArFHJjFd3urIiQIaoRKYa1Q==} + cpu: ['!arm', '!arm64', '!riscv64', '!x64'] + + sass-embedded-android-arm64@1.97.1: + resolution: {integrity: sha512-h62DmOiS2Jn87s8+8GhJcMerJnTKa1IsIa9iIKjLiqbAvBDKCGUs027RugZkM+Zx7I+vhPq86PUXBYZ9EkRxdw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [android] + + sass-embedded-android-arm@1.97.1: + resolution: {integrity: sha512-B5dlv4utJ+yC8ZpBeWTHwSZPVKRlqA8pcaD0FAzeNm/DelIFgQUQtt0UwgYoAI6wDIiie5uSVpMK9l2DaCbiBQ==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [android] + + sass-embedded-android-riscv64@1.97.1: + resolution: {integrity: sha512-tGup88vgaXPnUHEgDMujrt5rfYadvkiVjRb/45FJTx2hQFoGVbmUXz5XqUFjIIbEjQ3kAJqp86A2jy11s43UiQ==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [android] + + sass-embedded-android-x64@1.97.1: + resolution: {integrity: sha512-CAzKjjzu90LZduye2O9+UGX1oScMyF5/RVOa5CxACKALeIS+3XL3LVdV47kwKPoBv5B1aFUvGLscY0CR7jBAbg==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [android] + + sass-embedded-darwin-arm64@1.97.1: + resolution: {integrity: sha512-tyDzspzh5PbqdAFGtVKUXuf0up6Lff3c1U8J7+4Y7jW6AWRBnq95vTzIIxfnNifGCTI2fW5e7GAZpYygKpNwcw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [darwin] + + sass-embedded-darwin-x64@1.97.1: + resolution: {integrity: sha512-FMrRuSPI2ICt2M2SYaLbiG4yxn86D6ae+XtrRdrrBMhWprAcB7Iyu67bgRzZkipMZNIKKeTR7EUvJHgZzi5ixQ==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [darwin] + + sass-embedded-linux-arm64@1.97.1: + resolution: {integrity: sha512-im80gfDWRivw9Su3r3YaZmJaCATcJgu3CsCSLodPk1b1R2+X/E12zEQayvrl05EGT9PDwTtuiqKgS4ND4xjwVg==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + + sass-embedded-linux-arm@1.97.1: + resolution: {integrity: sha512-48VxaTUApLyx1NXFdZhKqI/7FYLmz8Ju3Ki2V/p+mhn5raHgAiYeFgn8O1WGxTOh+hBb9y3FdSR5a8MNTbmKMQ==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + + sass-embedded-linux-musl-arm64@1.97.1: + resolution: {integrity: sha512-kD35WSD9o0279Ptwid3Jnbovo1FYnuG2mayYk9z4ZI4mweXEK6vTu+tlvCE/MdF/zFKSj11qaxaH+uzXe2cO5A==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + + sass-embedded-linux-musl-arm@1.97.1: + resolution: {integrity: sha512-FUFs466t3PVViVOKY/60JgLLtl61Pf7OW+g5BeEfuqVcSvYUECVHeiYHtX1fT78PEVa0h9tHpM6XpWti+7WYFA==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + + sass-embedded-linux-musl-riscv64@1.97.1: + resolution: {integrity: sha512-ZgpYps5YHuhA2+KiLkPukRbS5298QObgUhPll/gm5i0LOZleKCwrFELpVPcbhsSBuxqji2uaag5OL+n3JRBVVg==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + + sass-embedded-linux-musl-x64@1.97.1: + resolution: {integrity: sha512-wcAigOyyvZ6o1zVypWV7QLZqpOEVnlBqJr9MbpnRIm74qFTSbAEmShoh8yMXBymzuVSmEbThxAwW01/TLf62tA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + + sass-embedded-linux-riscv64@1.97.1: + resolution: {integrity: sha512-9j1qE1ZrLMuGb+LUmBzw93Z4TNfqlRkkxjPVZy6u5vIggeSfvGbte7eRoYBNWX6SFew/yBCL90KXIirWFSGrlQ==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + + sass-embedded-linux-x64@1.97.1: + resolution: {integrity: sha512-7nrLFYMH/UgvEgXR5JxQJ6y9N4IJmnFnYoDxN0nw0jUp+CQWQL4EJ4RqAKTGelneueRbccvt2sEyPK+X0KJ9Jg==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + + sass-embedded-unknown-all@1.97.1: + resolution: {integrity: sha512-oPSeKc7vS2dx3ZJHiUhHKcyqNq0GWzAiR8zMVpPd/kVMl5ZfVyw+5HTCxxWDBGkX02lNpou27JkeBPCaneYGAQ==} + os: ['!android', '!darwin', '!linux', '!win32'] + + sass-embedded-win32-arm64@1.97.1: + resolution: {integrity: sha512-L5j7J6CbZgHGwcfVedMVpM3z5MYeighcyZE8GF2DVmjWzZI3JtPKNY11wNTD/P9o1Uql10YPOKhGH0iWIXOT7Q==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [win32] + + sass-embedded-win32-x64@1.97.1: + resolution: {integrity: sha512-rfaZAKXU8cW3E7gvdafyD6YtgbEcsDeT99OEiHXRT0UGFuXT8qCOjpAwIKaOA3XXr2d8S42xx6cXcaZ1a+1fgw==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [win32] + + sass-embedded@1.97.1: + resolution: {integrity: sha512-wH3CbOThHYGX0bUyqFf7laLKyhVWIFc2lHynitkqMIUCtX2ixH9mQh0bN7+hkUu5BFt/SXvEMjFbkEbBMpQiSQ==} + engines: {node: '>=16.0.0'} + hasBin: true + + sass-formatter@0.7.9: + resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==} + + sass-loader@16.0.6: + resolution: {integrity: sha512-sglGzId5gmlfxNs4gK2U3h7HlVRfx278YK6Ono5lwzuvi1jxig80YiuHkaDBVsYIKFhx8wN7XSCI0M2IDS/3qA==} + engines: {node: '>= 18.12.0'} peerDependencies: - fibers: '>= 3.1.0' - node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + '@rspack/core': 0.x || 1.x + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 sass: ^1.3.0 sass-embedded: '*' webpack: ^5.0.0 peerDependenciesMeta: - fibers: + '@rspack/core': optional: true node-sass: optional: true @@ -19749,20 +20655,14 @@ packages: optional: true sass-embedded: optional: true + webpack: + optional: true - sass@1.77.6: - resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==} - engines: {node: '>=14.0.0'} - hasBin: true - - sass@1.81.0: - resolution: {integrity: sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==} + sass@1.97.1: + resolution: {integrity: sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==} engines: {node: '>=14.0.0'} hasBin: true - sax@1.2.4: - resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} - sax@1.4.1: resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} @@ -19787,12 +20687,24 @@ packages: resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} engines: {node: '>= 12.13.0'} + schema-utils@4.3.3: + resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==} + engines: {node: '>= 10.13.0'} + + scslre@0.3.0: + resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==} + engines: {node: ^14.0.0 || >=16.0.0} + scule@1.3.0: resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==} secure-compare@3.0.1: resolution: {integrity: sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==} + seek-bzip@2.0.0: + resolution: {integrity: sha512-SMguiTnYrhpLdk3PwfzHeotrcwi8bNV4iemL9tx9poR/yeaMYwB9VzR1w7b57DuWpuqR8n6oZboi0hj3AxZxQg==} + hasBin: true + select-hose@2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} @@ -19800,13 +20712,6 @@ packages: resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==} engines: {node: '>=10'} - sembear@0.5.2: - resolution: {integrity: sha512-Ij1vCAdFgWABd7zTg50Xw1/p0JgESNxuLlneEAsmBrKishA06ulTTL/SHGmNy2Zud7+rKrHTKNI6moJsn1ppAQ==} - - semver-diff@4.0.0: - resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==} - engines: {node: '>=12'} - semver-regex@4.0.5: resolution: {integrity: sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==} engines: {node: '>=12'} @@ -19828,6 +20733,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + semver@7.6.2: resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} engines: {node: '>=10'} @@ -19838,6 +20748,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.7.3: + resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} + engines: {node: '>=10'} + hasBin: true + send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -19909,6 +20824,10 @@ packages: shallowequal@1.1.0: resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} + sharp@0.33.5: + resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -19925,9 +20844,6 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-exec@1.0.2: - resolution: {integrity: sha512-jyVd+kU2X+mWKMmGhx4fpWbPsjvD53k9ivqetutVW/BQ+WIZoDoP4d8vUMGezV6saZsiNoW2f9GIhg9Dondohg==} - shell-quote@1.7.2: resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==} @@ -19935,44 +20851,60 @@ packages: resolution: {integrity: sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==} engines: {node: '>= 0.4'} - sherif-darwin-arm64@0.10.0: - resolution: {integrity: sha512-4o1EIHsLfCmvT0tryeoLTerPxb47pYdwuWzpeV1+KSaE1hvlorAbBVgc2YBrkdwbgqZrWYzAdeWGmS/Ob3sIMw==} + sherif-darwin-arm64@0.11.0: + resolution: {integrity: sha512-wLFHYuTg0wibBXZ2QxnwFRhvORrQLwVWgv22aw/FLsTIldbquf7rjIDpcAUDA0qjtMJaol19ZbJDnm+EdY78Dg==} cpu: [arm64] os: [darwin] - sherif-darwin-x64@0.10.0: - resolution: {integrity: sha512-MhaPxhGmn66J/aLjpIbf93B4XWlu2sKo+rzXohCbCYU2ajsgswMIw8gDi3JGPHLuilhWZB8kS9I/rEczAD3CQA==} + sherif-darwin-x64@0.11.0: + resolution: {integrity: sha512-BlcA4++fyIY2dF1gCoSgp8tLHmeRi98HIRfbVqI1ErA2TfM8BfHALP2SNitotda5S9EtGfZvKS9racz6jT/+wA==} cpu: [x64] os: [darwin] - sherif-linux-arm64@0.10.0: - resolution: {integrity: sha512-INTPHGvxdRxIEOAemWfltIyJatL8O9IPxwPkZX499Fn6vK9yj5ZHSlZ+SUgXpp1aX2Yo35gFuHshDRQ1Kuh9UA==} + sherif-linux-arm64@0.11.0: + resolution: {integrity: sha512-2JxPkpOrNuknB7NsOHifnJro/gsOuD/lwFMbPToBwMDnp8OtH2Hv8rKXcY+fGcmFgRtS5Au+I7vn/1kYyIFzPw==} cpu: [arm64] os: [linux] - sherif-linux-x64@0.10.0: - resolution: {integrity: sha512-NYUDzTdUnCxbDFjpS8VLoUF9aTsZ+3L7q4H5s5m8sHO8e3Swf2jgK7LixNhyGLhLcXtBAP5Veit4zy4yQ3WP1Q==} + sherif-linux-x64@0.11.0: + resolution: {integrity: sha512-eE/nNbhUrpB6UkwvabVFEpMGJtoP7dhtYL8TwNjfGx/K6LJX7EkCQYt3tFntiglqHBwHhaILD/u6p+vCDJnPXw==} cpu: [x64] os: [linux] - sherif-windows-arm64@0.10.0: - resolution: {integrity: sha512-iKni78rIcN0PTzI+V8+o81R0G7RA391wCxroU6tBS/tkBTBsPNzzO5KpOw3tgyZt3nETbL5hBZbHxV3MuE/+Ag==} + sherif-windows-arm64@0.11.0: + resolution: {integrity: sha512-ptnQWgJ7BiCvW0xGl3kWvTXSnXdSWh6Fe/UbD77Yw53gNkq4HdxGlHvXPhlQEqylPi/uEdPWunmWh8B9Vp3sxQ==} cpu: [arm64] os: [win32] - sherif-windows-x64@0.10.0: - resolution: {integrity: sha512-ylERbSsYmjHL6nX+NfX8jcnODKQQPrVT6wyp9INmvY+eoiovE1Ck7HOgyWGXpOEAYnr2/UOooTczKVQJDrXqhA==} + sherif-windows-x64@0.11.0: + resolution: {integrity: sha512-HhqZqCL7N+tbMeZlw2WwxH3yuxb3CUJri+j/pmSfaz/QbyEhCzME+A2xX7DXFqo0gH1fkBMs/atCgopK8iZ9YQ==} cpu: [x64] os: [win32] - sherif@0.10.0: - resolution: {integrity: sha512-KAKYAnhgJaz2F7EFowXU3xrukrRWkNsC8OhmTD9TW84mu0Pb6jI2GabFd9U/umMTVshDjS9l43D1JAGx/e0JdQ==} + sherif@0.11.0: + resolution: {integrity: sha512-R6aHBquTiQlD4NzJHTaaJDAwsMzVuZa0RR8y3UpqH4muPX2694HvVtcKAIYpnuxQSrvx2CRdyGGa9+577eJxUQ==} hasBin: true + 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==} @@ -20008,10 +20940,6 @@ packages: resolution: {integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==} engines: {node: '>= 10'} - sirv@2.0.4: - resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} - engines: {node: '>= 10'} - sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} @@ -20048,9 +20976,6 @@ packages: resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} engines: {node: '>=18'} - sliced@1.0.1: - resolution: {integrity: sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==} - slugify@1.6.6: resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} engines: {node: '>=8.0.0'} @@ -20059,8 +20984,8 @@ packages: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} - smol-toml@1.3.1: - resolution: {integrity: sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==} + smol-toml@1.6.0: + resolution: {integrity: sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==} engines: {node: '>= 18'} snake-case@3.0.4: @@ -20085,8 +21010,8 @@ packages: sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} - socks-proxy-agent@8.0.4: - resolution: {integrity: sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==} + socks-proxy-agent@8.0.5: + resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} engines: {node: '>= 14'} socks@2.8.3: @@ -20096,8 +21021,8 @@ packages: solidity-comments-extractor@0.0.8: resolution: {integrity: sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==} - solito@4.3.0: - resolution: {integrity: sha512-vxCSTAJfTadlHVPlu2EUJSO00/abzQh7cUHSb0VP+pWsaIFCZShsh2P7taHCaMqUvqOp46MCYnoXrSjTxa91QA==} + solito@4.4.1: + resolution: {integrity: sha512-5+XtaaOjRPV+q6uV9DruD2VRwtPpoLkZevQW3INGgRpsJNjulbd6JKlHoNeFRAvEJLJNU+nKbtv6Tq2pTxu2Aw==} sonic-boom@2.8.0: resolution: {integrity: sha512-kuonw1YOYYNOve5iHdSahXPOK49GqwA+LZhI6Wz/l0rP57iKyXXIHaRagOBHAPmGwJC6od2Z9zgvZ5loSgMlVg==} @@ -20119,12 +21044,8 @@ packages: sort-object-keys@1.1.3: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} - sort-package-json@2.10.0: - resolution: {integrity: sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==} - hasBin: true - - sort-package-json@2.12.0: - resolution: {integrity: sha512-/HrPQAeeLaa+vbAH/znjuhwUluuiM/zL5XX9kop8UpDgjtyWKt43hGDk2vd/TBdDpzIyzIHVUgmYofzYrAQjew==} + sort-package-json@2.15.1: + resolution: {integrity: sha512-9x9+o8krTT2saA9liI4BljNjwAbvUnWf11Wq+i/iZt8nl2UGYnf3TH5uBydE7VALmP7AGwlfszuEeL8BDyb0YA==} hasBin: true sorted-array-functions@1.3.0: @@ -20174,18 +21095,12 @@ packages: source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} + deprecated: The work that was done in this beta branch won't be included in future versions sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead - space-separated-tokens@2.0.2: - resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} - - spawn-to-readstream@0.1.3: - resolution: {integrity: sha512-Xxiqu2wU4nkLv8G+fiv9jT6HRTrz9D8Fajli9HQtqWlrgTwQ3DSs4ZztQbhN/HsVxJX5S7ynzmJ2lQiYDQSYmg==} - engines: {node: '>= 0.8.0'} - spawn-wrap@2.0.0: resolution: {integrity: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==} engines: {node: '>=8'} @@ -20193,9 +21108,6 @@ packages: spawnd@5.0.0: resolution: {integrity: sha512-28+AJr82moMVWolQvlAIv3JcYDkjkFTEmfDc503wxrF5l2rQ3dFz6DpbXp3kD4zmgGGldfM4xM4v1sFj/ZaIOA==} - spawndamnit@2.0.0: - resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==} - spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -20205,6 +21117,9 @@ packages: spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + spdx-expression-parse@4.0.0: + resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} + spdx-license-ids@3.0.20: resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==} @@ -20219,9 +21134,6 @@ packages: resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==} engines: {node: '>=6'} - split-transform-stream@0.1.1: - resolution: {integrity: sha512-nV8lOb9BKS3BqODBjmzELm0Kl878nWoTjdfn6z/v6d/zW8YS/EQ76fP11a/D6Fm6QTsbLdsFJBIpz6t17zHJnQ==} - split2@3.2.2: resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} @@ -20229,9 +21141,6 @@ packages: resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} engines: {node: '>= 10.x'} - split@0.2.10: - resolution: {integrity: sha512-e0pKq+UUH2Xq/sXbYpZBZc3BawsfDZ7dgv+JtRTUPNcvF5CMR4Y9cvJqkMY0MoxWzTHvZuz1beg6pNEKlszPiQ==} - split@1.0.1: resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} @@ -20241,6 +21150,9 @@ packages: sprintf-js@1.1.3: resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + sqlite@5.1.1: + resolution: {integrity: sha512-oBkezXa2hnkfuJwUo44Hl9hS3er+YFtueifoajrgidvqsJRQFpc5fKoAkAor1O5ZnLoa28GBScfHXs8j0K358Q==} + sshpk@1.18.0: resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==} engines: {node: '>=0.10.0'} @@ -20250,9 +21162,12 @@ packages: resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - stable@0.1.8: - resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} - deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' + stable-hash-x@0.2.0: + resolution: {integrity: sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==} + engines: {node: '>=12.0.0'} + + stable-hash@0.0.5: + resolution: {integrity: sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==} stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} @@ -20316,9 +21231,6 @@ packages: resolution: {integrity: sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==} engines: {node: '>= 0.10.0'} - stream-combiner@0.0.4: - resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==} - stream-http@2.8.3: resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} @@ -20349,6 +21261,10 @@ packages: resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} engines: {node: '>=4'} + string-argv@0.3.2: + resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + engines: {node: '>=0.6.19'} + string-env-interpolation@1.0.1: resolution: {integrity: sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg==} @@ -20359,9 +21275,12 @@ packages: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} - string-length@5.0.1: - resolution: {integrity: sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==} - engines: {node: '>=12.20'} + string-length@6.0.0: + resolution: {integrity: sha512-1U361pxZHEQ+FeSjzqRpV+cu2vTzYeWeafXFLykiFlv4Vc0n3njgU8HrMbyik5uwm77naWMuVG8fhEF+Ovb1Kg==} + engines: {node: '>=16'} + + string-ts@2.3.1: + resolution: {integrity: sha512-xSJq+BS52SaFFAVxuStmx6n5aYZU571uYUnUrPXkPFCfdHyZMMlbP2v2Wx5sNBnAVzq/2+0+mcBLBa3Xa5ubYw==} string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} @@ -20383,13 +21302,6 @@ packages: resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==} engines: {node: '>= 0.4'} - string.prototype.matchall@4.0.11: - resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} - 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.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -20429,6 +21341,10 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} + strip-ansi@7.1.2: + resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} + engines: {node: '>=12'} + strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -20437,6 +21353,9 @@ packages: resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} engines: {node: '>=8'} + strip-dirs@3.0.0: + resolution: {integrity: sha512-I0sdgcFTfKQlUPZyAqPJmSG3HLO9rWDFnxonnIbskYNM3DwFOeTNB5KzVq3dA1GdRAc/25b5Y7UO2TQfKWw4aQ==} + strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} @@ -20465,32 +21384,23 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strip-json-comments@5.0.1: - resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} + strip-json-comments@5.0.3: + resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==} engines: {node: '>=14.16'} - strip-outer@2.0.0: - resolution: {integrity: sha512-A21Xsm1XzUkK0qK1ZrytDUvqsQWict2Cykhvi0fBQntGG5JSprESasEyV1EZ/4CiR5WB5KjzLTrP/bO37B0wPg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - strnum@1.0.5: resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} - strong-log-transformer@2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} - hasBin: true + strnum@2.1.2: + resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==} - strtok3@7.1.1: - resolution: {integrity: sha512-mKX8HA/cdBqMKUr0MMZAFssCkIGoZeSCMXgnt79yKxNFguMLVFgRe6wB+fsL0NmoHDbeyZXczy7vEPSoo3rkzg==} - engines: {node: '>=16'} + strtok3@10.3.4: + resolution: {integrity: sha512-KIy5nylvC5le1OdaaoCJ07L+8iQzJHGH6pWDuzS+d07Cu7n1MZ2x26P8ZKIWfbK02+XIL8Mp4RkWeqdUCrDMfg==} + engines: {node: '>=18'} structured-headers@0.4.1: resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==} - style-inject@0.3.0: - resolution: {integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==} - style-loader@3.3.4: resolution: {integrity: sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==} engines: {node: '>= 12.13.0'} @@ -20518,23 +21428,17 @@ packages: babel-plugin-macros: optional: true - stylehacks@5.1.1: - resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - stylehacks@6.1.1: resolution: {integrity: sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.4.31 - stylehacks@7.0.4: - resolution: {integrity: sha512-i4zfNrGMt9SB4xRK9L83rlsFCgdGANfeDAYacO1pkqcE7cRHPdWHwnKZVz7WY17Veq/FvyYsRAU++Ga+qDFIww==} + stylehacks@7.0.7: + resolution: {integrity: sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==} engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} peerDependencies: - postcss: ^8.4.31 + postcss: ^8.4.32 styleq@0.1.3: resolution: {integrity: sha512-3ZUifmCDCQanjeej1f6kyl/BeP/Vae5EYkQ9iJfUm/QwZvlgnZzyflqAsAWYURdtea8Vkvswu2GrC57h3qffcA==} @@ -20554,8 +21458,9 @@ packages: stylus: '>=0.52.4' webpack: ^5.0.0 - stylus@0.59.0: - resolution: {integrity: sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==} + stylus@0.64.0: + resolution: {integrity: sha512-ZIdT8eUv8tegmqy1tTIdJv9We2DumkNZFdCF5mz/Kpq3OcTaxSuCAYZge6HKK2CmNC02G1eJig2RV7XTw5hQrA==} + engines: {node: '>=16'} hasBin: true sucrase@3.34.0: @@ -20568,17 +21473,25 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true + sucrase@3.35.1: + resolution: {integrity: sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + sudo-prompt@8.2.5: resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. sudo-prompt@9.1.1: resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - summary@2.1.0: - resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} + suf-log@2.5.3: + resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} superjson@2.2.1: resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==} @@ -20611,40 +21524,40 @@ packages: svg-parser@2.0.4: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} - svgo@2.8.0: - resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==} - engines: {node: '>=10.13.0'} - hasBin: true - svgo@3.3.2: resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==} engines: {node: '>=14.0.0'} hasBin: true + svgo@4.0.0: + resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==} + engines: {node: '>=16'} + hasBin: true + symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - synckit@0.6.2: - resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==} - engines: {node: '>=12.20'} + sync-child-process@1.0.2: + resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==} + engines: {node: '>=16.0.0'} - synckit@0.9.0: - resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==} - engines: {node: ^14.18.0 || >=16.0.0} + sync-message-port@1.1.3: + resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} + engines: {node: '>=16.0.0'} - synckit@0.9.2: - resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==} + synckit@0.11.11: + resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==} engines: {node: ^14.18.0 || >=16.0.0} - syncpack@13.0.0: - resolution: {integrity: sha512-0PIoEWMP2+YkllkcZXw8N9d2sFqpmr8ULBdvms3gc1vG5tnccEMqc6flxHYnF/N+NTTcUnf0J+4xAD5hwH6XGQ==} + synckit@0.6.2: + resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==} + engines: {node: '>=12.20'} + + syncpack@13.0.4: + resolution: {integrity: sha512-kJ9VlRxNCsBD5pJAE29oXeBYbPLhEySQmK4HdpsLv81I6fcDDW17xeJqMwiU3H7/woAVsbgq25DJNS8BeiN5+w==} engines: {node: '>=18.18.0'} hasBin: true - system-architecture@0.1.0: - resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} - engines: {node: '>=18'} - tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} @@ -20652,8 +21565,8 @@ packages: resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} engines: {node: '>=10.0.0'} - tamagui-loader@1.117.2: - resolution: {integrity: sha512-PS0tT8S5JCRr2z5B2TjcAssSqzbamblihdQBlGTun3CreM5MP6R9Xu1sehtOAQTGcIxc+2ktTGoTSZzTBs3qoA==} + tamagui-loader@1.142.0: + resolution: {integrity: sha512-Rkp11A6scQB/qxML4YLI74qc3qEr7J9vKLmrjrAbT/4uNQg2rLO/NRRMDIGmzpdXW6QCymlgnA1zm9VlrLTwXg==} tamagui@1.117.2: resolution: {integrity: sha512-fCForyPIbeDEDDR9i6tXqnIHISo9mq8BTrkfeOs3yKMQXcc9pf27Zg9cTDqo3s0Tzhwb1SEy43kE6/7lVo15eg==} @@ -20667,6 +21580,9 @@ packages: tar-fs@2.1.1: resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} + tar-fs@2.1.4: + resolution: {integrity: sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==} + tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} @@ -20678,6 +21594,10 @@ packages: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} + tar@7.5.2: + resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} + engines: {node: '>=18'} + temp-dir@1.0.0: resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} engines: {node: '>=4'} @@ -20718,10 +21638,21 @@ packages: uglify-js: optional: true - terser@5.31.1: - resolution: {integrity: sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==} - engines: {node: '>=10'} - hasBin: true + terser-webpack-plugin@5.3.16: + resolution: {integrity: sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true terser@5.36.0: resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==} @@ -20764,12 +21695,6 @@ packages: throat@5.0.0: resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} - through2@0.4.2: - resolution: {integrity: sha512-45Llu+EwHKtAZYTPPVn3XZHBgakWMN3rokhEv5hu596XP+cNgplMg+Gj+1nmAvj+L0K7+N49zBKx5rah5u0QIQ==} - - through2@2.0.0: - resolution: {integrity: sha512-3LhMYlSFQltedwvYhWeUfxaR1cpZb8f9niMsM5T3a5weZKBYu4dfR6Vg6QkK5+SWbK3txeOUCrHtc+KQuVbnDw==} - through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} @@ -20790,8 +21715,8 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} - tiny-jsonc@1.0.1: - resolution: {integrity: sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==} + tiny-jsonc@1.0.2: + resolution: {integrity: sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==} tiny-warning@1.0.3: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} @@ -20802,10 +21727,21 @@ 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==} + + tinyexec@1.0.2: + resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} + engines: {node: '>=18'} + tinyglobby@0.2.10: resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: + resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} + engines: {node: '>=12.0.0'} + tinypool@1.0.2: resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -20850,13 +21786,6 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - to-vfile@7.2.4: - resolution: {integrity: sha512-2eQ+rJ2qGbyw3senPI0qjuM7aut8IYXK6AEoOWb+fJx/mQYzviTckm1wDjq91QYHAPBTYzmdJXxMFA6Mk14mdw==} - - toad-cache@3.7.0: - resolution: {integrity: sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==} - engines: {node: '>=12'} - toidentifier@1.0.0: resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} engines: {node: '>=0.6'} @@ -20865,18 +21794,18 @@ packages: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} - token-types@5.0.1: - resolution: {integrity: sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==} + token-types@6.1.2: + resolution: {integrity: sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==} engines: {node: '>=14.16'} + toml-eslint-parser@0.10.1: + resolution: {integrity: sha512-9mjy3frhioGIVGcwamlVlUyJ9x+WHw/TXiz9R4YOlmsIuBN43r9Dp8HZ35SF9EKjHrn3BUZj04CF+YqZ2oJ+7w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + totalist@1.1.0: resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} engines: {node: '>=6'} - totalist@3.0.1: - resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} - engines: {node: '>=6'} - tough-cookie@4.1.4: resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} engines: {node: '>=6'} @@ -20917,10 +21846,6 @@ packages: resolution: {integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==} engines: {node: '>=12'} - trim-repeated@2.0.0: - resolution: {integrity: sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==} - engines: {node: '>=12'} - trim-right@1.0.1: resolution: {integrity: sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==} engines: {node: '>=0.10.0'} @@ -20937,6 +21862,17 @@ packages: peerDependencies: typescript: '>=4.2.0' + ts-api-utils@2.4.0: + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} + engines: {node: '>=18.12'} + peerDependencies: + typescript: '>=4.8.4' + + ts-declaration-location@1.0.7: + resolution: {integrity: sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==} + peerDependencies: + typescript: '>=4.0.0' + ts-dedent@2.2.0: resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} engines: {node: '>=6.10'} @@ -20944,17 +21880,18 @@ packages: ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - ts-jest@29.2.5: - resolution: {integrity: sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==} + ts-jest@29.4.6: + resolution: {integrity: sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA==} engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' - '@jest/transform': ^29.0.0 - '@jest/types': ^29.0.0 - babel-jest: ^29.0.0 + '@jest/transform': ^29.0.0 || ^30.0.0 + '@jest/types': ^29.0.0 || ^30.0.0 + babel-jest: ^29.0.0 || ^30.0.0 esbuild: '*' - jest: ^29.0.0 + jest: ^29.0.0 || ^30.0.0 + jest-util: ^29.0.0 || ^30.0.0 typescript: '>=4.3 <6' peerDependenciesMeta: '@babel/core': @@ -20967,6 +21904,8 @@ packages: optional: true esbuild: optional: true + jest-util: + optional: true ts-loader@9.5.1: resolution: {integrity: sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==} @@ -20978,20 +21917,6 @@ packages: ts-morph@15.1.0: resolution: {integrity: sha512-RBsGE2sDzUXFTnv8Ba22QfeuKbgvAGJFuTN7HfmIRUkgT/NaVLfDM/8OFm2NlFkGlWEXdpW5OaFIp1jvqdDuOg==} - ts-node@10.9.1: - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - ts-node@10.9.2: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true @@ -21006,6 +21931,9 @@ packages: '@swc/wasm': optional: true + ts-pattern@5.9.0: + resolution: {integrity: sha512-6s5V71mX8qBUmlgbrfL33xDUwO0fq48rxAu2LBE11WBeGdpCPOsXksQbZJHvHwhrd3QjUusd3mAOM5Gg0mFBLg==} + ts-pnp@1.2.0: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} @@ -21018,16 +21946,6 @@ packages: ts-toolbelt@9.6.0: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} - tsconfck@3.1.1: - resolution: {integrity: sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==} - engines: {node: ^18 || >=20} - hasBin: true - peerDependencies: - typescript: ^5.0.0 - peerDependenciesMeta: - typescript: - optional: true - tsconfig-paths-webpack-plugin@4.0.0: resolution: {integrity: sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==} engines: {node: '>=10.13.0'} @@ -21039,6 +21957,31 @@ packages: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} engines: {node: '>=6'} + tsdown@0.18.4: + resolution: {integrity: sha512-J/tRS6hsZTkvqmt4+xdELUCkQYDuUCXgBv0fw3ImV09WPGbEKfsPD65E+WUjSu3E7Z6tji9XZ1iWs8rbGqB/ZA==} + engines: {node: '>=20.19.0'} + hasBin: true + peerDependencies: + '@arethetypeswrong/core': ^0.18.1 + '@vitejs/devtools': '*' + publint: ^0.3.0 + typescript: ^5.0.0 + unplugin-lightningcss: ^0.4.0 + unplugin-unused: ^0.5.0 + peerDependenciesMeta: + '@arethetypeswrong/core': + optional: true + '@vitejs/devtools': + optional: true + publint: + optional: true + typescript: + optional: true + unplugin-lightningcss: + optional: true + unplugin-unused: + optional: true + tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} @@ -21049,8 +21992,8 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsup@8.0.0: - resolution: {integrity: sha512-9rOGn8LsFn2iAg2pCB1jnH7ygVuGjlzIomjw0jKXUxAii3iL5cXgm0jZMPKfFH1bSAjQovJ1DUVPSw+oDuIu8A==} + tsup@8.4.0: + resolution: {integrity: sha512-b+eZbPCjz10fRryaAA7C8xlIHnf8VnsaRqydheLIqwG/Mcpfk8Z5zp3HayX7GaTygkigHl5cBUs+IhcySiIexQ==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -21146,10 +22089,18 @@ packages: resolution: {integrity: sha512-RPYt6dKyemXJe7I6oNstcH24myUGSReicxcHTvCLgzm4e0n8y05dGvcGB15/SoPRBmhlMthWQ9pvKyL81ko8nQ==} engines: {node: '>=16'} + type-fest@4.41.0: + resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} + engines: {node: '>=16'} + type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} + type-is@2.0.1: + resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==} + engines: {node: '>= 0.6'} + typed-array-buffer@1.0.2: resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} engines: {node: '>= 0.4'} @@ -21179,78 +22130,78 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript-eslint@8.10.0: - resolution: {integrity: sha512-YIu230PeN7z9zpu/EtqCIuRVHPs4iSlqW6TEvjbyDAE3MZsSl2RXBo+5ag+lbABCG8sFM1WVKEXhlQ8Ml8A3Fw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} - engines: {node: '>=14.17'} + typescript@4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} + engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + typescript@5.7.2: + resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} engines: {node: '>=14.17'} hasBin: true - typescript@5.7.2: - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} + typescript@5.8.2: + resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==} engines: {node: '>=14.17'} hasBin: true - typia@6.0.6: - resolution: {integrity: sha512-7SNGNmV7E/gEc5YZ32Hz1Tzd8mIGUOGcJyZlD34KUXX584RPvmcuHZzDRtxp8HgTvpqAMY9oAasH5QJM82jc3A==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + engines: {node: '>=14.17'} hasBin: true - peerDependencies: - typescript: '>=4.8.0 <5.6.0' - typia@6.12.2: - resolution: {integrity: sha512-SAH/yd3bbB20kbzzkinBcwT1KZTa/tKJykPMqMkjMZWCAGWJ6nde+zfL31ntmCGVz2r/UvTHN1b75kCwlhkyxA==} + typia@7.6.4: + resolution: {integrity: sha512-Z3AcvGBjS7Dc7+iAG2VhsT0NIv3HMoXVTJ3F7Pgth8z7rhQu1JnyS8GGqqWdKk5ROvOgALEVEWmWv3Lym2eBIg==} hasBin: true peerDependencies: - '@samchon/openapi': '>=1.2.4 <2.0.0' - typescript: '>=4.8.0 <5.7.0' + '@samchon/openapi': '>=2.4.2 <3.0.0' + typescript: '>=4.8.0 <5.8.0' ua-parser-js@1.0.39: resolution: {integrity: sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==} hasBin: true - uc.micro@1.0.6: - resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} - uc.micro@2.1.0: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + ufo@1.6.1: + resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} + uglify-js@3.19.3: resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} engines: {node: '>=0.8.0'} hasBin: true + uint8array-extras@1.5.0: + resolution: {integrity: sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==} + engines: {node: '>=18'} + unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - unbuild@2.0.0: - resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==} + unbuild@3.6.1: + resolution: {integrity: sha512-+U5CdtrdjfWkZhuO4N9l5UhyiccoeMEXIc2Lbs30Haxb+tRwB3VwB8AoZRxlAzORXunenSo+j6lh45jx+xkKgg==} hasBin: true peerDependencies: - typescript: ^5.1.6 + typescript: ^5.9.2 peerDependenciesMeta: typescript: optional: true - uncrypto@0.1.3: - resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} + unbzip2-stream@1.4.3: + resolution: {integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==} + + unconfig-core@7.4.2: + resolution: {integrity: sha512-VgPCvLWugINbXvMQDf8Jh0mlbvNjNC6eSUziHsBCMpxR05OPrNrvDnyatdMjRgcHaaNsCqz+wjNXxNw1kRLHUg==} - underscore@1.13.6: - resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==} + unconfig@7.4.2: + resolution: {integrity: sha512-nrMlWRQ1xdTjSnSUqvYqJzbTBFugoqHobQj58B2bc8qxHKBBHMNNsWQFP3Cd3/JZK907voM2geYPWqD4VK3MPQ==} + + underscore@1.13.7: + resolution: {integrity: sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==} undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} @@ -21258,22 +22209,19 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - undici@5.28.4: - resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + + undici@5.29.0: + resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} engines: {node: '>=14.0'} undici@6.21.0: resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==} engines: {node: '>=18.17'} - unenv-nightly@2.0.0-20241121-161142-806b5c0: - resolution: {integrity: sha512-RnFOasE/O0Q55gBkNB1b84OgKttgLEijGO0JCWpbn+O4XxpyCQg89NmcqQ5RGUiy4y+rMIrKzePTquQcLQF5pQ==} - - unenv@1.10.0: - resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==} - - unherit@3.0.1: - resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==} + unenv@2.0.0-rc.14: + resolution: {integrity: sha512-od496pShMen7nOy5VmVJCnq8rptd45vh6Nx/r2iPbrba6pa6p+tS2ywuIHRZ/OBvSbQZB0kWvpO9XBNVFXHD3Q==} unicode-canonical-property-names-ecmascript@2.0.1: resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==} @@ -21295,24 +22243,13 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - unified-diff@4.0.1: - resolution: {integrity: sha512-qiI0GaHi/50NVrChnmZOBeB0aNhHRMG6VnjKEAikaQD/I3gxjTsDp8gycCOUxyVCJrV/Rv3y6zEWMZczO+o3Lw==} - - unified-engine@10.1.0: - resolution: {integrity: sha512-5+JDIs4hqKfHnJcVCxTid1yBoI/++FfF/1PFdSMpaftZZZY+qg2JFruRbf7PaIwa9KgLotXQV3gSjtY0IdcFGQ==} - - unified-engine@11.2.1: - resolution: {integrity: sha512-xBAdZ8UY2X4R9Hm6X6kMne4Nz0PlpOc1oE6DPeqJnewr5Imkb8uT5Eyvy1h7xNekPL3PSWh3ZJyNrMW6jnNQBg==} + unicorn-magic@0.3.0: + resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} + engines: {node: '>=18'} unified-engine@11.2.2: resolution: {integrity: sha512-15g/gWE7qQl9tQ3nAEbMd5h9HV1EACtFs6N9xaRBZICoCwnNGbal1kOs++ICf4aiTdItZxU2s/kYWhW7htlqJg==} - unified-message-control@4.0.0: - resolution: {integrity: sha512-1b92N+VkPHftOsvXNOtkJm4wHlr+UDmTBF2dUzepn40oy9NxanJ9xS1RwUBTjXJwqr2K0kMbEyv1Krdsho7+Iw==} - - unified@10.1.2: - resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} - unified@11.0.5: resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} @@ -21339,94 +22276,33 @@ packages: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} - unique-string@3.0.0: - resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} - engines: {node: '>=12'} - - unist-util-inspect@7.0.2: - resolution: {integrity: sha512-Op0XnmHUl6C2zo/yJCwhXQSm/SmW22eDZdWP2qdf4WpGrgO1ZxFodq+5zFyeRGasFjJotAnLgfuD1jkcKqiH1Q==} - unist-util-inspect@8.1.0: resolution: {integrity: sha512-mOlg8Mp33pR0eeFpo5d2902ojqFFOKMMG2hF8bmH7ZlhnmjFgh0NI3/ZDwdaBJNbvrS7LZFVrBVtIE9KZ9s7vQ==} unist-util-is@4.1.0: resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==} - unist-util-is@5.2.1: - resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} - unist-util-is@6.0.0: resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} - unist-util-modify-children@2.0.0: - resolution: {integrity: sha512-HGrj7JQo9DwZt8XFsX8UD4gGqOsIlCih9opG6Y+N11XqkBGKzHo8cvDi+MfQQgiZ7zXRUiQREYHhjOBHERTMdg==} - - unist-util-modify-children@3.1.1: - resolution: {integrity: sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==} - - unist-util-modify-children@4.0.0: - resolution: {integrity: sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==} - - unist-util-position-from-estree@1.1.2: - resolution: {integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==} - unist-util-position-from-estree@2.0.0: resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==} - unist-util-position@4.0.4: - resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} - - unist-util-position@5.0.0: - resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} - - unist-util-remove-position@4.0.2: - resolution: {integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==} - unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} - unist-util-stringify-position@3.0.3: - resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} - unist-util-stringify-position@4.0.0: resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} - unist-util-visit-children@1.1.4: - resolution: {integrity: sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==} - - unist-util-visit-children@2.0.2: - resolution: {integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==} - - unist-util-visit-children@3.0.0: - resolution: {integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==} - unist-util-visit-parents@3.1.1: resolution: {integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==} - unist-util-visit-parents@4.1.1: - resolution: {integrity: sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==} - - unist-util-visit-parents@5.1.3: - resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} - unist-util-visit-parents@6.0.1: resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} - unist-util-visit@3.1.0: - resolution: {integrity: sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==} - - unist-util-visit@4.1.2: - resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} - unist-util-visit@5.0.0: resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} - universal-github-app-jwt@2.2.0: - resolution: {integrity: sha512-G5o6f95b5BggDGuUfKDApKaCgNYy2x7OdHY0zSMF081O0EJobw+1130VONhrA7ezGSV2FNOGyM+KQpQZAr9bIQ==} - - universal-user-agent@7.0.2: - resolution: {integrity: sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==} - universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -21458,60 +22334,25 @@ packages: resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==} engines: {node: '>=14.0.0'} - unstorage@1.13.1: - resolution: {integrity: sha512-ELexQHUrG05QVIM/iUeQNdl9FXDZhqLJ4yP59fnmn2jGUh0TEulwOgov1ubOb3Gt2ZGK/VMchJwPDNVEGWQpRg==} - peerDependencies: - '@azure/app-configuration': ^1.7.0 - '@azure/cosmos': ^4.1.1 - '@azure/data-tables': ^13.2.2 - '@azure/identity': ^4.5.0 - '@azure/keyvault-secrets': ^4.9.0 - '@azure/storage-blob': ^12.25.0 - '@capacitor/preferences': ^6.0.2 - '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 - '@planetscale/database': ^1.19.0 - '@upstash/redis': ^1.34.3 - '@vercel/kv': ^1.0.1 - idb-keyval: ^6.2.1 - ioredis: ^5.4.1 + unrs-resolver@1.11.1: + resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} + + unrun@0.2.22: + resolution: {integrity: sha512-vlQce4gTLNyCZxGylEQXGG+fSrrEFWiM/L8aghtp+t6j8xXh+lmsBtQJknG7ZSvv7P+/MRgbQtHWHBWk981uTg==} + engines: {node: '>=20.19.0'} + hasBin: true + peerDependencies: + synckit: ^0.11.11 peerDependenciesMeta: - '@azure/app-configuration': - optional: true - '@azure/cosmos': - optional: true - '@azure/data-tables': - optional: true - '@azure/identity': - optional: true - '@azure/keyvault-secrets': - optional: true - '@azure/storage-blob': - optional: true - '@capacitor/preferences': - optional: true - '@netlify/blobs': - optional: true - '@planetscale/database': - optional: true - '@upstash/redis': - optional: true - '@vercel/kv': - optional: true - idb-keyval: - optional: true - ioredis: + synckit: optional: true untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} - untun@0.1.3: - resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==} - hasBin: true - - untyped@1.5.1: - resolution: {integrity: sha512-reBOnkJBFfBZ8pCKaeHgfZLcehXtM6UTxc+vqs1JvCps0c4amLNp3fhdGBZwYp+VLyoY9n3X5KOP7lCyWBUX9A==} + untyped@2.0.0: + resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==} hasBin: true upath@2.0.1: @@ -21524,9 +22365,11 @@ packages: peerDependencies: browserslist: '>= 4.21.0' - update-notifier@6.0.2: - resolution: {integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==} - engines: {node: '>=14.16'} + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' update-section@0.3.3: resolution: {integrity: sha512-BpRZMZpgXLuTiKeiu7kK0nIPwGdyrqrs6EDSaXtjD/aQ2T+qVo9a5hRC3HN3iJjCMxNT/VxoLGQ7E/OzE5ucnw==} @@ -21537,9 +22380,6 @@ packages: upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} - uqr@0.1.2: - resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==} - uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -21566,9 +22406,6 @@ packages: resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==} engines: {node: '>= 0.4'} - urlpattern-polyfill@10.0.0: - resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} - urlpattern-polyfill@8.0.2: resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} @@ -21582,6 +22419,16 @@ packages: '@types/react': optional: true + use-callback-ref@1.3.3: + resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + use-composed-ref@1.3.0: resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==} peerDependencies: @@ -21620,6 +22467,16 @@ packages: '@types/react': optional: true + use-sidecar@1.1.3: + resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + use-subscription@1.5.1: resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==} peerDependencies: @@ -21696,6 +22553,10 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + validate-npm-package-name@6.0.2: + resolution: {integrity: sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==} + engines: {node: ^18.17.0 || >=20.5.0} + validator@13.12.0: resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} engines: {node: '>= 0.10'} @@ -21704,6 +22565,9 @@ packages: resolution: {integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==} engines: {node: '>=12'} + varint@6.0.0: + resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} + vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -21719,54 +22583,31 @@ packages: verdaccio@5.33.0: resolution: {integrity: sha512-mZWTt/k3KyprhS9IriUEHfKSV4lqB9P1aTVhw5GcNgu4533GSsJRwlBwrFijnoBbWDVarjZoIf+t8wq0iv+5jg==} engines: {node: '>=14'} + deprecated: this version is deprecated, please migrate to 6.x versions hasBin: true verror@1.10.0: resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} engines: {'0': node >=0.6.0} - vfile-find-up@6.1.0: - resolution: {integrity: sha512-plN64Ff/wLPvKC8ucTzyB97cgV7SdIcFL74HLCSmI/79FqOI1WACbNM4noKrJa+dZRgN6Gwp4BQElm/yBDqC3w==} - - vfile-location@4.1.0: - resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==} - - vfile-location@5.0.3: - resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} - vfile-message@2.0.4: resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==} - vfile-message@3.1.4: - resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} - vfile-message@4.0.2: resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} - vfile-reporter@7.0.5: - resolution: {integrity: sha512-NdWWXkv6gcd7AZMvDomlQbK3MqFWL1RlGzMn++/O2TI+68+nqxCPTvLugdOtfSzXmjh+xUyhp07HhlrbJjT+mw==} - vfile-reporter@8.1.1: resolution: {integrity: sha512-qxRZcnFSQt6pWKn3PAk81yLK2rO2i7CDXpy8v8ZquiEOMLSnPw6BMSi9Y1sUCwGGl7a9b3CJT1CKpnRF7pp66g==} - vfile-sort@3.0.1: - resolution: {integrity: sha512-1os1733XY6y0D5x0ugqSeaVJm9lYgj0j5qdcZQFyxlZOSy1jYarL77lLyb5gK4Wqr1d5OxmuyflSO3zKyFnTFw==} - vfile-sort@4.0.0: resolution: {integrity: sha512-lffPI1JrbHDTToJwcq0rl6rBmkjQmMuXkAxsZPRS9DXbaJQvc642eCg6EGxcX2i1L+esbuhq+2l9tBll5v8AeQ==} - vfile-statistics@2.0.1: - resolution: {integrity: sha512-W6dkECZmP32EG/l+dp2jCLdYzmnDBIw6jwiLZSER81oR5AHRcVqL+k3Z+pfH1R73le6ayDkJRMk0sutj1bMVeg==} - vfile-statistics@3.0.0: resolution: {integrity: sha512-/qlwqwWBWFOmpXujL/20P+Iuydil0rZZNglR+VNm6J0gpLHwuVM5s7g2TfVoswbXjZ4HuIhLMySEyIw5i7/D8w==} vfile@4.2.1: resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==} - vfile@5.3.7: - resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} - vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} @@ -21775,20 +22616,8 @@ packages: engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true - vite-plugin-entry-shaking-debugger@1.0.3: - resolution: {integrity: sha512-yIlsuqa3x6kdSof58JXG7PGjn//613LoeJJCLPRk/TJC8oPbibFZYjpQSEseJ3ZSvTo0RqYGTguyunFILrL5Xw==} - peerDependencies: - vite: '>=5.1.0' - vite-plugin-entry-shaking: 0.4.3 - - vite-plugin-entry-shaking@0.4.3: - resolution: {integrity: sha512-N57cvRnjy0MhYw+o8Zqe3W93SJDSeQVlAEjIhYukX2VQSB+PYpkxLglpz6v/tlRTv9xVl4TYrR0ljvcImMTUhw==} - engines: {node: ^14.18.0 || >=16.0.0} - peerDependencies: - vite: '>=5.1.0' - - vite-plugin-react-native-web@1.1.2: - resolution: {integrity: sha512-EkxXHoWz/jUTLRRSSo3bEGcsZsu27JIWnhxIJ0GwdTFvhSu37chg22BP7qtytP2rmJgHcrtequsRELaXRoHn3w==} + vite-plugin-react-native-web@1.2.0: + resolution: {integrity: sha512-mHe6XIv3wEQIvUlHJp8Nx5M2G+sGPQE9knkVfYn13xePXx+r0ie8TCuoMPZzdC01s4H1QtlhvPtojaa29+T3Jg==} engines: {node: '>=14.0.0'} vite@5.4.11: @@ -21902,16 +22731,8 @@ packages: vscode-uri@3.0.8: resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} - vue-demi@0.14.10: - resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} - engines: {node: '>=12'} - hasBin: true - peerDependencies: - '@vue/composition-api': ^1.0.0-rc.1 - vue: ^3.0.0-0 || ^2.6.0 - peerDependenciesMeta: - '@vue/composition-api': - optional: true + vscode-uri@3.1.0: + resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} vue@3.5.13: resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} @@ -21941,6 +22762,10 @@ packages: walk-up-path@3.0.1: resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==} + walk-up-path@4.0.0: + resolution: {integrity: sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==} + engines: {node: 20 || >=22} + walker@1.0.8: resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} @@ -21967,9 +22792,6 @@ packages: web-encoding@1.1.5: resolution: {integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==} - web-namespaces@2.0.1: - resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} - web-streams-polyfill@3.3.3: resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} @@ -22005,8 +22827,8 @@ packages: webpack: optional: true - webpack-dev-server@5.1.0: - resolution: {integrity: sha512-aQpaN81X6tXie1FoOB7xlMfCsN19pSvRAeYUHOdFWOlhpQ/LlbfTqYwwmEDFV0h8GGuqmCmKmT+pxcUV/Nt2gQ==} + webpack-dev-server@5.2.2: + resolution: {integrity: sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==} engines: {node: '>= 18.12.0'} hasBin: true peerDependencies: @@ -22056,6 +22878,16 @@ packages: webpack-cli: optional: true + webpack@5.98.0: + resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -22067,6 +22899,7 @@ packages: whatwg-encoding@2.0.0: resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} engines: {node: '>=12'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-fetch@3.6.20: resolution: {integrity: sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==} @@ -22137,10 +22970,6 @@ packages: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} - widest-line@4.0.1: - resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==} - engines: {node: '>=12'} - widest-line@5.0.0: resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} engines: {node: '>=18'} @@ -22151,6 +22980,9 @@ packages: wonka@4.0.15: resolution: {integrity: sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==} + wonka@6.3.5: + resolution: {integrity: sha512-SSil+ecw6B4/Dm7Pf2sAshKQ5hWFvfyGlfPbEd6A14dOH6VDjrmbY86u6nZvy9omGwwIPFR8V41+of1EezgoUw==} + word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} @@ -22158,17 +22990,17 @@ packages: wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - workerd@1.20241106.1: - resolution: {integrity: sha512-1GdKl0kDw8rrirr/ThcK66Kbl4/jd4h8uHx5g7YHBrnenY5SX1UPuop2cnCzYUxlg55kPjzIqqYslz1muRFgFw==} + workerd@1.20250718.0: + resolution: {integrity: sha512-kqkIJP/eOfDlUyBzU7joBg+tl8aB25gEAGqDap+nFWb+WHhnooxjGHgxPBy3ipw2hnShPFNOQt5lFRxbwALirg==} engines: {node: '>=16'} hasBin: true - wrangler@3.91.0: - resolution: {integrity: sha512-Hdzn6wbY9cz5kL85ZUvWLwLIH7nPaEVRblfms40jhRf4qQO/Zf74aFlku8rQFbe8/2aVZFaxJVfBd6JQMeMSBQ==} + wrangler@3.114.16: + resolution: {integrity: sha512-ve/ULRjrquu5BHNJ+1T0ipJJlJ6pD7qLmhwRkk0BsUIxatNe4HP4odX/R4Mq/RHG6LOnVAFs7SMeSHlz/1mNlQ==} engines: {node: '>=16.17.0'} hasBin: true peerDependencies: - '@cloudflare/workers-types': ^4.20241106.0 + '@cloudflare/workers-types': ^4.20250408.0 peerDependenciesMeta: '@cloudflare/workers-types': optional: true @@ -22185,8 +23017,8 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} - wrap-ansi@9.0.0: - resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} + wrap-ansi@9.0.2: + resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} engines: {node: '>=18'} wrappy@1.0.2: @@ -22202,6 +23034,10 @@ packages: resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + write-file-atomic@5.0.1: + resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ws@6.2.3: resolution: {integrity: sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==} peerDependencies: @@ -22237,18 +23073,6 @@ packages: utf-8-validate: optional: true - ws@8.17.1: - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - ws@8.18.0: resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} @@ -22299,17 +23123,10 @@ packages: resolution: {integrity: sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==} engines: {node: '>=0.4.0'} - xtend@2.1.2: - resolution: {integrity: sha512-vMNKzr2rHP9Dp/e1NQFnLQlwlhp9L/LfvnsVdHxN1f+uggyVI3i08uD14GPvCToPkdsRfyPqIyYGmIk58V98ZQ==} - engines: {node: '>=0.4'} - xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} - xxhash-wasm@1.1.0: - resolution: {integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==} - y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} @@ -22317,17 +23134,18 @@ packages: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} - yallist@2.1.2: - resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} - yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - yaml-eslint-parser@1.2.3: - resolution: {integrity: sha512-4wZWvE398hCP7O8n3nXKu/vdq1HcH01ixYlCREaJL5NUMwQ0g3MaGFUBNSlmBtKmhbtVG/Cm6lyYmSVTEVil8A==} + yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + + yaml-eslint-parser@1.3.2: + resolution: {integrity: sha512-odxVsHAkZYYglR30aPYRY4nUGJnoJ2y1ww2HDvZALo0BDETv9kWbi16J52eHs+PWRNmF4ub6nZqfVOeesOvntg==} engines: {node: ^14.17.0 || >=16.0.0} yaml@1.10.2: @@ -22339,6 +23157,11 @@ packages: engines: {node: '>= 14'} hasBin: true + yaml@2.8.2: + resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -22368,6 +23191,10 @@ packages: engines: {node: '>=4.0.0'} hasBin: true + yauzl@3.2.0: + resolution: {integrity: sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==} + engines: {node: '>=12'} + yeast@0.1.2: resolution: {integrity: sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg==} @@ -22391,17 +23218,16 @@ packages: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} + yoctocolors-cjs@2.1.3: + resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} + engines: {node: '>=18'} + yoga-wasm-web@0.3.3: resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==} youch@3.3.4: resolution: {integrity: sha512-UeVBXie8cA35DS6+nBkls68xaBBXCye0CNznrhszZjTbRVnJKQuNsyLKBTTL4ln1o1rh2PKtv35twV7irj5SEg==} - zod-to-json-schema@3.23.1: - resolution: {integrity: sha512-oT9INvydob1XV0v1d2IadrR74rLtDInLvDFfAa1CG0Pmg/vxATk7I2gSelfj271mbzeM4Da0uuDQE/Nkj3DWNw==} - peerDependencies: - zod: ^3.23.3 - zod-validation-error@2.1.0: resolution: {integrity: sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==} engines: {node: '>=18.0.0'} @@ -22414,8 +23240,14 @@ packages: peerDependencies: zod: ^3.18.0 - zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + zod@3.22.3: + resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==} + + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + + zod@4.3.5: + resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} zwitch@1.0.5: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} @@ -22425,6 +23257,12 @@ packages: snapshots: + '@0no-co/graphql.web@1.2.0(graphql@15.8.0)': + optionalDependencies: + graphql: 15.8.0 + + '@adobe/css-tools@4.3.3': {} + '@adobe/css-tools@4.4.1': {} '@alcalzone/ansi-tokenize@0.1.3': @@ -22437,22 +23275,14 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@anatine/esbuild-decorators@0.2.19(esbuild@0.19.12)': - dependencies: - esbuild: 0.19.12 - - '@anatine/esbuild-decorators@0.2.19(esbuild@0.20.2)': - dependencies: - esbuild: 0.20.2 - - '@angular-devkit/architect@0.1802.4(chokidar@3.6.0)': + '@angular-devkit/architect@0.1900.6(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 18.2.4(chokidar@3.6.0) + '@angular-devkit/core': 19.0.6(chokidar@4.0.3) rxjs: 7.8.1 transitivePeerDependencies: - chokidar - '@angular-devkit/core@18.2.4(chokidar@3.6.0)': + '@angular-devkit/core@19.0.6(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) @@ -22461,7 +23291,12 @@ snapshots: rxjs: 7.8.1 source-map: 0.7.4 optionalDependencies: - chokidar: 3.6.0 + chokidar: 4.0.3 + + '@antfu/install-pkg@1.1.0': + dependencies: + package-manager-detector: 1.6.0 + tinyexec: 1.0.2 '@ardatan/sync-fetch@0.0.1(encoding@0.1.13)': dependencies: @@ -22469,1131 +23304,540 @@ snapshots: transitivePeerDependencies: - encoding - '@aws-crypto/crc32@2.0.0': - dependencies: - '@aws-crypto/util': 2.0.2 - '@aws-sdk/types': 3.696.0 - tslib: 1.14.1 + '@astrojs/compiler@2.13.0': {} '@aws-crypto/crc32@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.696.0 + '@aws-sdk/types': 3.957.0 tslib: 2.8.1 '@aws-crypto/crc32c@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.696.0 + '@aws-sdk/types': 3.957.0 tslib: 2.8.1 - '@aws-crypto/ie11-detection@2.0.2': - dependencies: - tslib: 1.14.1 - '@aws-crypto/sha1-browser@5.2.0': dependencies: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.696.0 + '@aws-sdk/types': 3.957.0 '@aws-sdk/util-locate-window': 3.693.0 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-crypto/sha256-browser@2.0.0': - dependencies: - '@aws-crypto/ie11-detection': 2.0.2 - '@aws-crypto/sha256-js': 2.0.0 - '@aws-crypto/supports-web-crypto': 2.0.2 - '@aws-crypto/util': 2.0.2 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-locate-window': 3.693.0 - '@aws-sdk/util-utf8-browser': 3.259.0 - tslib: 1.14.1 - '@aws-crypto/sha256-browser@5.2.0': dependencies: '@aws-crypto/sha256-js': 5.2.0 '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.696.0 + '@aws-sdk/types': 3.957.0 '@aws-sdk/util-locate-window': 3.693.0 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-crypto/sha256-js@2.0.0': - dependencies: - '@aws-crypto/util': 2.0.2 - '@aws-sdk/types': 3.696.0 - tslib: 1.14.1 - '@aws-crypto/sha256-js@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.696.0 + '@aws-sdk/types': 3.957.0 tslib: 2.8.1 - '@aws-crypto/supports-web-crypto@2.0.2': - dependencies: - tslib: 1.14.1 - '@aws-crypto/supports-web-crypto@5.2.0': dependencies: tslib: 2.8.1 - '@aws-crypto/util@2.0.2': - dependencies: - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-utf8-browser': 3.259.0 - tslib: 1.14.1 - '@aws-crypto/util@5.2.0': dependencies: - '@aws-sdk/types': 3.696.0 + '@aws-sdk/types': 3.957.0 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-sdk/abort-controller@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/chunked-blob-reader-native@3.47.0': - dependencies: - '@aws-sdk/util-base64-browser': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/chunked-blob-reader@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/client-cloudfront@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@aws-sdk/client-cloudfront@3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/client-sts': 3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/credential-provider-node': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/middleware-host-header': 3.696.0 - '@aws-sdk/middleware-logger': 3.696.0 - '@aws-sdk/middleware-recursion-detection': 3.696.0 - '@aws-sdk/middleware-user-agent': 3.696.0 - '@aws-sdk/region-config-resolver': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-endpoints': 3.696.0 - '@aws-sdk/util-user-agent-browser': 3.696.0 - '@aws-sdk/util-user-agent-node': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/xml-builder': 3.696.0 - '@smithy/config-resolver': 3.0.12 - '@smithy/core': 2.5.4 - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/hash-node': 3.0.10 - '@smithy/invalid-dependency': 3.0.10 - '@smithy/middleware-content-length': 3.0.12 - '@smithy/middleware-endpoint': 3.2.4 - '@smithy/middleware-retry': 3.0.28 - '@smithy/middleware-serde': 3.0.10 - '@smithy/middleware-stack': 3.0.10 - '@smithy/node-config-provider': 3.1.11 - '@smithy/node-http-handler': 3.3.1 - '@smithy/protocol-http': 4.1.7 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 - '@smithy/util-base64': 3.0.0 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.28 - '@smithy/util-defaults-mode-node': 3.0.28 - '@smithy/util-endpoints': 2.1.6 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-retry': 3.0.10 - '@smithy/util-stream': 3.3.1 - '@smithy/util-utf8': 3.0.0 - '@smithy/util-waiter': 3.1.9 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/credential-provider-node': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 + '@smithy/util-waiter': 4.2.7 tslib: 2.8.1 transitivePeerDependencies: - aws-crt - '@aws-sdk/client-s3@3.47.0(@aws-sdk/signature-v4-crt@3.696.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': - dependencies: - '@aws-crypto/sha256-browser': 2.0.0 - '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/client-sts': 3.47.0 - '@aws-sdk/config-resolver': 3.47.0 - '@aws-sdk/credential-provider-node': 3.47.0 - '@aws-sdk/eventstream-serde-browser': 3.47.0 - '@aws-sdk/eventstream-serde-config-resolver': 3.47.0 - '@aws-sdk/eventstream-serde-node': 3.47.0 - '@aws-sdk/fetch-http-handler': 3.47.0 - '@aws-sdk/hash-blob-browser': 3.47.0 - '@aws-sdk/hash-node': 3.47.0 - '@aws-sdk/hash-stream-node': 3.47.0 - '@aws-sdk/invalid-dependency': 3.47.0 - '@aws-sdk/md5-js': 3.47.0 - '@aws-sdk/middleware-apply-body-checksum': 3.47.0 - '@aws-sdk/middleware-bucket-endpoint': 3.47.0 - '@aws-sdk/middleware-content-length': 3.47.0 - '@aws-sdk/middleware-expect-continue': 3.47.0 - '@aws-sdk/middleware-host-header': 3.47.0 - '@aws-sdk/middleware-location-constraint': 3.47.0 - '@aws-sdk/middleware-logger': 3.47.0 - '@aws-sdk/middleware-retry': 3.47.0 - '@aws-sdk/middleware-sdk-s3': 3.47.0(@aws-sdk/signature-v4-crt@3.696.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/middleware-serde': 3.47.0 - '@aws-sdk/middleware-signing': 3.47.0 - '@aws-sdk/middleware-ssec': 3.47.0 - '@aws-sdk/middleware-stack': 3.47.0 - '@aws-sdk/middleware-user-agent': 3.47.0 - '@aws-sdk/node-config-provider': 3.47.0 - '@aws-sdk/node-http-handler': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/smithy-client': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/url-parser': 3.47.0 - '@aws-sdk/util-base64-browser': 3.47.0 - '@aws-sdk/util-base64-node': 3.47.0 - '@aws-sdk/util-body-length-browser': 3.47.0 - '@aws-sdk/util-body-length-node': 3.47.0 - '@aws-sdk/util-defaults-mode-browser': 3.47.0 - '@aws-sdk/util-defaults-mode-node': 3.47.0 - '@aws-sdk/util-user-agent-browser': 3.47.0 - '@aws-sdk/util-user-agent-node': 3.47.0 - '@aws-sdk/util-utf8-browser': 3.47.0 - '@aws-sdk/util-utf8-node': 3.47.0 - '@aws-sdk/util-waiter': 3.47.0 - '@aws-sdk/xml-builder': 3.47.0 - entities: 2.2.0 - fast-xml-parser: 3.19.0 - tslib: 2.8.1 - transitivePeerDependencies: - - '@aws-sdk/signature-v4-crt' - - '@aws-sdk/client-s3@3.701.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@aws-sdk/client-s3@3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@aws-crypto/sha1-browser': 5.2.0 '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/client-sts': 3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/credential-provider-node': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/middleware-bucket-endpoint': 3.696.0 - '@aws-sdk/middleware-expect-continue': 3.696.0 - '@aws-sdk/middleware-flexible-checksums': 3.701.0 - '@aws-sdk/middleware-host-header': 3.696.0 - '@aws-sdk/middleware-location-constraint': 3.696.0 - '@aws-sdk/middleware-logger': 3.696.0 - '@aws-sdk/middleware-recursion-detection': 3.696.0 - '@aws-sdk/middleware-sdk-s3': 3.696.0 - '@aws-sdk/middleware-ssec': 3.696.0 - '@aws-sdk/middleware-user-agent': 3.696.0 - '@aws-sdk/region-config-resolver': 3.696.0 - '@aws-sdk/signature-v4-multi-region': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-endpoints': 3.696.0 - '@aws-sdk/util-user-agent-browser': 3.696.0 - '@aws-sdk/util-user-agent-node': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/xml-builder': 3.696.0 - '@smithy/config-resolver': 3.0.12 - '@smithy/core': 2.5.4 - '@smithy/eventstream-serde-browser': 3.0.13 - '@smithy/eventstream-serde-config-resolver': 3.0.10 - '@smithy/eventstream-serde-node': 3.0.12 - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/hash-blob-browser': 3.1.9 - '@smithy/hash-node': 3.0.10 - '@smithy/hash-stream-node': 3.1.9 - '@smithy/invalid-dependency': 3.0.10 - '@smithy/md5-js': 3.0.10 - '@smithy/middleware-content-length': 3.0.12 - '@smithy/middleware-endpoint': 3.2.4 - '@smithy/middleware-retry': 3.0.28 - '@smithy/middleware-serde': 3.0.10 - '@smithy/middleware-stack': 3.0.10 - '@smithy/node-config-provider': 3.1.11 - '@smithy/node-http-handler': 3.3.1 - '@smithy/protocol-http': 4.1.7 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 - '@smithy/util-base64': 3.0.0 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.28 - '@smithy/util-defaults-mode-node': 3.0.28 - '@smithy/util-endpoints': 2.1.6 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-retry': 3.0.10 - '@smithy/util-stream': 3.3.1 - '@smithy/util-utf8': 3.0.0 - '@smithy/util-waiter': 3.1.9 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sts': 3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/credential-provider-node': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/middleware-host-header': 3.696.0 - '@aws-sdk/middleware-logger': 3.696.0 - '@aws-sdk/middleware-recursion-detection': 3.696.0 - '@aws-sdk/middleware-user-agent': 3.696.0 - '@aws-sdk/region-config-resolver': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-endpoints': 3.696.0 - '@aws-sdk/util-user-agent-browser': 3.696.0 - '@aws-sdk/util-user-agent-node': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@smithy/config-resolver': 3.0.12 - '@smithy/core': 2.5.4 - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/hash-node': 3.0.10 - '@smithy/invalid-dependency': 3.0.10 - '@smithy/middleware-content-length': 3.0.12 - '@smithy/middleware-endpoint': 3.2.4 - '@smithy/middleware-retry': 3.0.28 - '@smithy/middleware-serde': 3.0.10 - '@smithy/middleware-stack': 3.0.10 - '@smithy/node-config-provider': 3.1.11 - '@smithy/node-http-handler': 3.3.1 - '@smithy/protocol-http': 4.1.7 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 - '@smithy/util-base64': 3.0.0 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.28 - '@smithy/util-defaults-mode-node': 3.0.28 - '@smithy/util-endpoints': 2.1.6 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-retry': 3.0.10 - '@smithy/util-utf8': 3.0.0 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/client-sso@3.47.0': - dependencies: - '@aws-crypto/sha256-browser': 2.0.0 - '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.47.0 - '@aws-sdk/fetch-http-handler': 3.47.0 - '@aws-sdk/hash-node': 3.47.0 - '@aws-sdk/invalid-dependency': 3.47.0 - '@aws-sdk/middleware-content-length': 3.47.0 - '@aws-sdk/middleware-host-header': 3.47.0 - '@aws-sdk/middleware-logger': 3.47.0 - '@aws-sdk/middleware-retry': 3.47.0 - '@aws-sdk/middleware-serde': 3.47.0 - '@aws-sdk/middleware-stack': 3.47.0 - '@aws-sdk/middleware-user-agent': 3.47.0 - '@aws-sdk/node-config-provider': 3.47.0 - '@aws-sdk/node-http-handler': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/smithy-client': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/url-parser': 3.47.0 - '@aws-sdk/util-base64-browser': 3.47.0 - '@aws-sdk/util-base64-node': 3.47.0 - '@aws-sdk/util-body-length-browser': 3.47.0 - '@aws-sdk/util-body-length-node': 3.47.0 - '@aws-sdk/util-defaults-mode-browser': 3.47.0 - '@aws-sdk/util-defaults-mode-node': 3.47.0 - '@aws-sdk/util-user-agent-browser': 3.47.0 - '@aws-sdk/util-user-agent-node': 3.47.0 - '@aws-sdk/util-utf8-browser': 3.47.0 - '@aws-sdk/util-utf8-node': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/client-sso@3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.696.0 - '@aws-sdk/middleware-host-header': 3.696.0 - '@aws-sdk/middleware-logger': 3.696.0 - '@aws-sdk/middleware-recursion-detection': 3.696.0 - '@aws-sdk/middleware-user-agent': 3.696.0 - '@aws-sdk/region-config-resolver': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-endpoints': 3.696.0 - '@aws-sdk/util-user-agent-browser': 3.696.0 - '@aws-sdk/util-user-agent-node': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@smithy/config-resolver': 3.0.12 - '@smithy/core': 2.5.4 - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/hash-node': 3.0.10 - '@smithy/invalid-dependency': 3.0.10 - '@smithy/middleware-content-length': 3.0.12 - '@smithy/middleware-endpoint': 3.2.4 - '@smithy/middleware-retry': 3.0.28 - '@smithy/middleware-serde': 3.0.10 - '@smithy/middleware-stack': 3.0.10 - '@smithy/node-config-provider': 3.1.11 - '@smithy/node-http-handler': 3.3.1 - '@smithy/protocol-http': 4.1.7 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 - '@smithy/util-base64': 3.0.0 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.28 - '@smithy/util-defaults-mode-node': 3.0.28 - '@smithy/util-endpoints': 2.1.6 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-retry': 3.0.10 - '@smithy/util-utf8': 3.0.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/credential-provider-node': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/middleware-bucket-endpoint': 3.957.0 + '@aws-sdk/middleware-expect-continue': 3.957.0 + '@aws-sdk/middleware-flexible-checksums': 3.957.0 + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-location-constraint': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-sdk-s3': 3.957.0 + '@aws-sdk/middleware-ssec': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/signature-v4-multi-region': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/eventstream-serde-browser': 4.2.7 + '@smithy/eventstream-serde-config-resolver': 4.3.7 + '@smithy/eventstream-serde-node': 4.2.7 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-blob-browser': 4.2.8 + '@smithy/hash-node': 4.2.7 + '@smithy/hash-stream-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/md5-js': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 + '@smithy/util-waiter': 4.2.7 tslib: 2.8.1 transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sts@3.47.0': - dependencies: - '@aws-crypto/sha256-browser': 2.0.0 - '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.47.0 - '@aws-sdk/credential-provider-node': 3.47.0 - '@aws-sdk/fetch-http-handler': 3.47.0 - '@aws-sdk/hash-node': 3.47.0 - '@aws-sdk/invalid-dependency': 3.47.0 - '@aws-sdk/middleware-content-length': 3.47.0 - '@aws-sdk/middleware-host-header': 3.47.0 - '@aws-sdk/middleware-logger': 3.47.0 - '@aws-sdk/middleware-retry': 3.47.0 - '@aws-sdk/middleware-sdk-sts': 3.47.0 - '@aws-sdk/middleware-serde': 3.47.0 - '@aws-sdk/middleware-signing': 3.47.0 - '@aws-sdk/middleware-stack': 3.47.0 - '@aws-sdk/middleware-user-agent': 3.47.0 - '@aws-sdk/node-config-provider': 3.47.0 - '@aws-sdk/node-http-handler': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/smithy-client': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/url-parser': 3.47.0 - '@aws-sdk/util-base64-browser': 3.47.0 - '@aws-sdk/util-base64-node': 3.47.0 - '@aws-sdk/util-body-length-browser': 3.47.0 - '@aws-sdk/util-body-length-node': 3.47.0 - '@aws-sdk/util-defaults-mode-browser': 3.47.0 - '@aws-sdk/util-defaults-mode-node': 3.47.0 - '@aws-sdk/util-user-agent-browser': 3.47.0 - '@aws-sdk/util-user-agent-node': 3.47.0 - '@aws-sdk/util-utf8-browser': 3.47.0 - '@aws-sdk/util-utf8-node': 3.47.0 - entities: 2.2.0 - fast-xml-parser: 3.19.0 - tslib: 2.8.1 - - '@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@aws-sdk/client-sso@3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/credential-provider-node': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/middleware-host-header': 3.696.0 - '@aws-sdk/middleware-logger': 3.696.0 - '@aws-sdk/middleware-recursion-detection': 3.696.0 - '@aws-sdk/middleware-user-agent': 3.696.0 - '@aws-sdk/region-config-resolver': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-endpoints': 3.696.0 - '@aws-sdk/util-user-agent-browser': 3.696.0 - '@aws-sdk/util-user-agent-node': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@smithy/config-resolver': 3.0.12 - '@smithy/core': 2.5.4 - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/hash-node': 3.0.10 - '@smithy/invalid-dependency': 3.0.10 - '@smithy/middleware-content-length': 3.0.12 - '@smithy/middleware-endpoint': 3.2.4 - '@smithy/middleware-retry': 3.0.28 - '@smithy/middleware-serde': 3.0.10 - '@smithy/middleware-stack': 3.0.10 - '@smithy/node-config-provider': 3.1.11 - '@smithy/node-http-handler': 3.3.1 - '@smithy/protocol-http': 4.1.7 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 - '@smithy/util-base64': 3.0.0 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.28 - '@smithy/util-defaults-mode-node': 3.0.28 - '@smithy/util-endpoints': 2.1.6 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-retry': 3.0.10 - '@smithy/util-utf8': 3.0.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 transitivePeerDependencies: - aws-crt - '@aws-sdk/config-resolver@3.47.0': + '@aws-sdk/core@3.957.0': dependencies: - '@aws-sdk/signature-v4': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-config-provider': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/core@3.696.0': - dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/core': 2.5.4 - '@smithy/node-config-provider': 3.1.11 - '@smithy/property-provider': 3.1.10 - '@smithy/protocol-http': 4.1.7 - '@smithy/signature-v4': 4.2.3 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/util-middleware': 3.0.10 - fast-xml-parser: 4.4.1 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/xml-builder': 3.957.0 + '@smithy/core': 3.20.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/property-provider': 4.2.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/util-base64': 4.3.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-env@3.47.0': + '@aws-sdk/crc64-nvme@3.957.0': dependencies: - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-env@3.696.0': + '@aws-sdk/credential-provider-env@3.957.0': dependencies: - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/property-provider': 3.1.10 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-http@3.696.0': - dependencies: - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/node-http-handler': 3.3.1 - '@smithy/property-provider': 3.1.10 - '@smithy/protocol-http': 4.1.7 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/util-stream': 3.3.1 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/property-provider': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-imds@3.47.0': + '@aws-sdk/credential-provider-http@3.957.0': dependencies: - '@aws-sdk/node-config-provider': 3.47.0 - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/url-parser': 3.47.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/node-http-handler': 4.4.7 + '@smithy/property-provider': 4.2.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/util-stream': 4.5.8 tslib: 2.8.1 - '@aws-sdk/credential-provider-ini@3.47.0': + '@aws-sdk/credential-provider-ini@3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/credential-provider-env': 3.47.0 - '@aws-sdk/credential-provider-imds': 3.47.0 - '@aws-sdk/credential-provider-sso': 3.47.0 - '@aws-sdk/credential-provider-web-identity': 3.47.0 - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/shared-ini-file-loader': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-credentials': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-ini@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': - dependencies: - '@aws-sdk/client-sts': 3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/credential-provider-env': 3.696.0 - '@aws-sdk/credential-provider-http': 3.696.0 - '@aws-sdk/credential-provider-process': 3.696.0 - '@aws-sdk/credential-provider-sso': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/credential-provider-web-identity': 3.696.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))) - '@aws-sdk/types': 3.696.0 - '@smithy/credential-provider-imds': 3.2.7 - '@smithy/property-provider': 3.1.10 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/credential-provider-env': 3.957.0 + '@aws-sdk/credential-provider-http': 3.957.0 + '@aws-sdk/credential-provider-login': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/credential-provider-process': 3.957.0 + '@aws-sdk/credential-provider-sso': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/credential-provider-web-identity': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/nested-clients': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/types': 3.957.0 + '@smithy/credential-provider-imds': 4.2.7 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 transitivePeerDependencies: - - '@aws-sdk/client-sso-oidc' - aws-crt - '@aws-sdk/credential-provider-node@3.47.0': - dependencies: - '@aws-sdk/credential-provider-env': 3.47.0 - '@aws-sdk/credential-provider-imds': 3.47.0 - '@aws-sdk/credential-provider-ini': 3.47.0 - '@aws-sdk/credential-provider-process': 3.47.0 - '@aws-sdk/credential-provider-sso': 3.47.0 - '@aws-sdk/credential-provider-web-identity': 3.47.0 - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/shared-ini-file-loader': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-credentials': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-node@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': - dependencies: - '@aws-sdk/credential-provider-env': 3.696.0 - '@aws-sdk/credential-provider-http': 3.696.0 - '@aws-sdk/credential-provider-ini': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/credential-provider-process': 3.696.0 - '@aws-sdk/credential-provider-sso': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/credential-provider-web-identity': 3.696.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))) - '@aws-sdk/types': 3.696.0 - '@smithy/credential-provider-imds': 3.2.7 - '@smithy/property-provider': 3.1.10 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 + '@aws-sdk/credential-provider-login@3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + dependencies: + '@aws-sdk/core': 3.957.0 + '@aws-sdk/nested-clients': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/types': 3.957.0 + '@smithy/property-provider': 4.2.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 transitivePeerDependencies: - - '@aws-sdk/client-sso-oidc' - - '@aws-sdk/client-sts' - aws-crt - '@aws-sdk/credential-provider-process@3.47.0': - dependencies: - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/shared-ini-file-loader': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-credentials': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-process@3.696.0': - dependencies: - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/property-provider': 3.1.10 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-sso@3.47.0': - dependencies: - '@aws-sdk/client-sso': 3.47.0 - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/shared-ini-file-loader': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-credentials': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-sso@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@aws-sdk/credential-provider-node@3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/client-sso': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/token-providers': 3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))) - '@aws-sdk/types': 3.696.0 - '@smithy/property-provider': 3.1.10 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 + '@aws-sdk/credential-provider-env': 3.957.0 + '@aws-sdk/credential-provider-http': 3.957.0 + '@aws-sdk/credential-provider-ini': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/credential-provider-process': 3.957.0 + '@aws-sdk/credential-provider-sso': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/credential-provider-web-identity': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/types': 3.957.0 + '@smithy/credential-provider-imds': 4.2.7 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 transitivePeerDependencies: - - '@aws-sdk/client-sso-oidc' - aws-crt - '@aws-sdk/credential-provider-web-identity@3.47.0': - dependencies: - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/credential-provider-web-identity@3.696.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))': - dependencies: - '@aws-sdk/client-sts': 3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/property-provider': 3.1.10 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/eventstream-marshaller@3.47.0': - dependencies: - '@aws-crypto/crc32': 2.0.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-hex-encoding': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/eventstream-serde-browser@3.47.0': - dependencies: - '@aws-sdk/eventstream-marshaller': 3.47.0 - '@aws-sdk/eventstream-serde-universal': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/eventstream-serde-config-resolver@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/eventstream-serde-node@3.47.0': - dependencies: - '@aws-sdk/eventstream-marshaller': 3.47.0 - '@aws-sdk/eventstream-serde-universal': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/eventstream-serde-universal@3.47.0': - dependencies: - '@aws-sdk/eventstream-marshaller': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/fetch-http-handler@3.47.0': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/querystring-builder': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-base64-browser': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/hash-blob-browser@3.47.0': - dependencies: - '@aws-sdk/chunked-blob-reader': 3.47.0 - '@aws-sdk/chunked-blob-reader-native': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/hash-node@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-buffer-from': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/hash-stream-node@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/invalid-dependency@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/is-array-buffer@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/md5-js@3.47.0': + '@aws-sdk/credential-provider-process@3.957.0': dependencies: - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-utf8-browser': 3.47.0 - '@aws-sdk/util-utf8-node': 3.47.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/middleware-apply-body-checksum@3.47.0': + '@aws-sdk/credential-provider-sso@3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/is-array-buffer': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-bucket-endpoint@3.47.0': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-arn-parser': 3.47.0 - '@aws-sdk/util-config-provider': 3.47.0 + '@aws-sdk/client-sso': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/core': 3.957.0 + '@aws-sdk/token-providers': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/types': 3.957.0 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt - '@aws-sdk/middleware-bucket-endpoint@3.696.0': + '@aws-sdk/credential-provider-web-identity@3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-arn-parser': 3.693.0 - '@smithy/node-config-provider': 3.1.11 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - '@smithy/util-config-provider': 3.0.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/nested-clients': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/types': 3.957.0 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt - '@aws-sdk/middleware-content-length@3.47.0': + '@aws-sdk/lib-storage@3.962.0(@aws-sdk/client-s3@3.962.0)': dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@aws-sdk/client-s3': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@smithy/abort-controller': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/smithy-client': 4.10.2 + buffer: 5.6.0 + events: 3.3.0 + stream-browserify: 3.0.0 tslib: 2.8.1 - '@aws-sdk/middleware-expect-continue@3.47.0': + '@aws-sdk/middleware-bucket-endpoint@3.957.0': dependencies: - '@aws-sdk/middleware-header-default': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-arn-parser': 3.957.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-config-provider': 4.2.0 tslib: 2.8.1 - '@aws-sdk/middleware-expect-continue@3.696.0': + '@aws-sdk/middleware-expect-continue@3.957.0': dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 + '@aws-sdk/types': 3.957.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/middleware-flexible-checksums@3.701.0': + '@aws-sdk/middleware-flexible-checksums@3.957.0': dependencies: '@aws-crypto/crc32': 5.2.0 '@aws-crypto/crc32c': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/is-array-buffer': 3.0.0 - '@smithy/node-config-provider': 3.1.11 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-stream': 3.3.1 - '@smithy/util-utf8': 3.0.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-header-default@3.47.0': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-host-header@3.47.0': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-host-header@3.696.0': - dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-location-constraint@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-location-constraint@3.696.0': - dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-logger@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-logger@3.696.0': - dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-recursion-detection@3.696.0': - dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-retry@3.47.0': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/service-error-classification': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - uuid: 8.3.2 - - '@aws-sdk/middleware-sdk-s3@3.47.0(@aws-sdk/signature-v4-crt@3.696.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/signature-v4': 3.47.0 - '@aws-sdk/signature-v4-crt': 3.696.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-arn-parser': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-sdk-s3@3.696.0': - dependencies: - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-arn-parser': 3.693.0 - '@smithy/core': 2.5.4 - '@smithy/node-config-provider': 3.1.11 - '@smithy/protocol-http': 4.1.7 - '@smithy/signature-v4': 4.2.3 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-stream': 3.3.1 - '@smithy/util-utf8': 3.0.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-sdk-sts@3.47.0': - dependencies: - '@aws-sdk/middleware-signing': 3.47.0 - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/signature-v4': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-serde@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-signing@3.47.0': - dependencies: - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/signature-v4': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-ssec@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/middleware-ssec@3.696.0': - dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-stack@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/middleware-user-agent@3.47.0': - dependencies: - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/crc64-nvme': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/is-array-buffer': 4.2.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@aws-sdk/middleware-user-agent@3.696.0': + '@aws-sdk/middleware-host-header@3.957.0': dependencies: - '@aws-sdk/core': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-endpoints': 3.696.0 - '@smithy/core': 2.5.4 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 + '@aws-sdk/types': 3.957.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/node-config-provider@3.47.0': + '@aws-sdk/middleware-location-constraint@3.957.0': dependencies: - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/shared-ini-file-loader': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/node-http-handler@3.47.0': + '@aws-sdk/middleware-logger@3.957.0': dependencies: - '@aws-sdk/abort-controller': 3.47.0 - '@aws-sdk/protocol-http': 3.47.0 - '@aws-sdk/querystring-builder': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/property-provider@3.47.0': + '@aws-sdk/middleware-recursion-detection@3.957.0': dependencies: - '@aws-sdk/types': 3.47.0 + '@aws-sdk/types': 3.957.0 + '@aws/lambda-invoke-store': 0.2.2 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/protocol-http@3.47.0': + '@aws-sdk/middleware-sdk-s3@3.957.0': dependencies: - '@aws-sdk/types': 3.47.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-arn-parser': 3.957.0 + '@smithy/core': 3.20.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/util-config-provider': 4.2.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@aws-sdk/querystring-builder@3.47.0': + '@aws-sdk/middleware-ssec@3.957.0': dependencies: - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-uri-escape': 3.47.0 + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/querystring-parser@3.47.0': + '@aws-sdk/middleware-user-agent@3.957.0': dependencies: - '@aws-sdk/types': 3.47.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@smithy/core': 3.20.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/region-config-resolver@3.696.0': + '@aws-sdk/nested-clients@3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/node-config-provider': 3.1.11 - '@smithy/types': 3.7.1 - '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.10 - tslib: 2.8.1 - - '@aws-sdk/service-error-classification@3.47.0': {} - - '@aws-sdk/shared-ini-file-loader@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/signature-v4-crt@3.696.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': - dependencies: - '@aws-sdk/signature-v4-multi-region': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@aws-sdk/util-user-agent-node': 3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@smithy/querystring-parser': 3.0.10 - '@smithy/signature-v4': 4.2.3 - '@smithy/types': 3.7.1 - '@smithy/util-middleware': 3.0.10 - aws-crt: 1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/middleware-host-header': 3.957.0 + '@aws-sdk/middleware-logger': 3.957.0 + '@aws-sdk/middleware-recursion-detection': 3.957.0 + '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/region-config-resolver': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@aws-sdk/util-endpoints': 3.957.0 + '@aws-sdk/util-user-agent-browser': 3.957.0 + '@aws-sdk/util-user-agent-node': 3.957.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@smithy/config-resolver': 4.4.5 + '@smithy/core': 3.20.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/hash-node': 4.2.7 + '@smithy/invalid-dependency': 4.2.7 + '@smithy/middleware-content-length': 4.2.7 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-retry': 4.4.17 + '@smithy/middleware-serde': 4.2.8 + '@smithy/middleware-stack': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/node-http-handler': 4.4.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-body-length-node': 4.2.1 + '@smithy/util-defaults-mode-browser': 4.3.16 + '@smithy/util-defaults-mode-node': 4.2.19 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 transitivePeerDependencies: - - bufferutil - - debug - - supports-color - - utf-8-validate - - '@aws-sdk/signature-v4-multi-region@3.696.0': - dependencies: - '@aws-sdk/middleware-sdk-s3': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/protocol-http': 4.1.7 - '@smithy/signature-v4': 4.2.3 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/signature-v4@3.47.0': - dependencies: - '@aws-sdk/is-array-buffer': 3.47.0 - '@aws-sdk/types': 3.47.0 - '@aws-sdk/util-hex-encoding': 3.47.0 - '@aws-sdk/util-uri-escape': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/smithy-client@3.47.0': - dependencies: - '@aws-sdk/middleware-stack': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/token-providers@3.699.0(@aws-sdk/client-sso-oidc@3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))': - dependencies: - '@aws-sdk/client-sso-oidc': 3.699.0(@aws-sdk/client-sts@3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)))(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/types': 3.696.0 - '@smithy/property-provider': 3.1.10 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/types@3.47.0': {} - - '@aws-sdk/types@3.696.0': - dependencies: - '@smithy/types': 3.7.1 - tslib: 2.8.1 - - '@aws-sdk/url-parser@3.47.0': - dependencies: - '@aws-sdk/querystring-parser': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/util-arn-parser@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-arn-parser@3.693.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-base64-browser@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-base64-node@3.47.0': - dependencies: - '@aws-sdk/util-buffer-from': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/util-body-length-browser@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-body-length-node@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-buffer-from@3.47.0': - dependencies: - '@aws-sdk/is-array-buffer': 3.47.0 - tslib: 2.8.1 + - aws-crt - '@aws-sdk/util-config-provider@3.47.0': + '@aws-sdk/region-config-resolver@3.957.0': dependencies: + '@aws-sdk/types': 3.957.0 + '@smithy/config-resolver': 4.4.5 + '@smithy/node-config-provider': 4.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/util-credentials@3.47.0': + '@aws-sdk/signature-v4-multi-region@3.957.0': dependencies: - '@aws-sdk/shared-ini-file-loader': 3.47.0 + '@aws-sdk/middleware-sdk-s3': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/signature-v4': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/util-defaults-mode-browser@3.47.0': + '@aws-sdk/token-providers@3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/types': 3.47.0 - bowser: 2.11.0 + '@aws-sdk/core': 3.957.0 + '@aws-sdk/nested-clients': 3.958.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/types': 3.957.0 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 + transitivePeerDependencies: + - aws-crt - '@aws-sdk/util-defaults-mode-node@3.47.0': + '@aws-sdk/types@3.957.0': dependencies: - '@aws-sdk/config-resolver': 3.47.0 - '@aws-sdk/credential-provider-imds': 3.47.0 - '@aws-sdk/node-config-provider': 3.47.0 - '@aws-sdk/property-provider': 3.47.0 - '@aws-sdk/types': 3.47.0 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@aws-sdk/util-endpoints@3.696.0': + '@aws-sdk/util-arn-parser@3.957.0': dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/types': 3.7.1 - '@smithy/util-endpoints': 2.1.6 tslib: 2.8.1 - '@aws-sdk/util-hex-encoding@3.47.0': + '@aws-sdk/util-endpoints@3.957.0': dependencies: + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-endpoints': 3.2.7 tslib: 2.8.1 '@aws-sdk/util-locate-window@3.693.0': dependencies: tslib: 2.8.1 - '@aws-sdk/util-uri-escape@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-user-agent-browser@3.47.0': - dependencies: - '@aws-sdk/types': 3.47.0 - bowser: 2.11.0 - tslib: 2.8.1 - - '@aws-sdk/util-user-agent-browser@3.696.0': + '@aws-sdk/util-user-agent-browser@3.957.0': dependencies: - '@aws-sdk/types': 3.696.0 - '@smithy/types': 3.7.1 + '@aws-sdk/types': 3.957.0 + '@smithy/types': 4.11.0 bowser: 2.11.0 tslib: 2.8.1 - '@aws-sdk/util-user-agent-node@3.47.0': - dependencies: - '@aws-sdk/node-config-provider': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/util-user-agent-node@3.696.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': + '@aws-sdk/util-user-agent-node@3.957.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10))': dependencies: - '@aws-sdk/middleware-user-agent': 3.696.0 - '@aws-sdk/types': 3.696.0 - '@smithy/node-config-provider': 3.1.11 - '@smithy/types': 3.7.1 + '@aws-sdk/middleware-user-agent': 3.957.0 + '@aws-sdk/types': 3.957.0 + '@smithy/node-config-provider': 4.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 optionalDependencies: aws-crt: 1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -23601,30 +23845,15 @@ snapshots: '@aws-sdk/util-utf8-browser@3.259.0': dependencies: tslib: 2.8.1 + optional: true - '@aws-sdk/util-utf8-browser@3.47.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-utf8-node@3.47.0': - dependencies: - '@aws-sdk/util-buffer-from': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/util-waiter@3.47.0': - dependencies: - '@aws-sdk/abort-controller': 3.47.0 - '@aws-sdk/types': 3.47.0 - tslib: 2.8.1 - - '@aws-sdk/xml-builder@3.47.0': + '@aws-sdk/xml-builder@3.957.0': dependencies: + '@smithy/types': 4.11.0 + fast-xml-parser: 5.2.5 tslib: 2.8.1 - '@aws-sdk/xml-builder@3.696.0': - dependencies: - '@smithy/types': 3.7.1 - tslib: 2.8.1 + '@aws/lambda-invoke-store@0.2.2': {} '@babel/code-frame@7.10.4': dependencies: @@ -23640,8 +23869,16 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/code-frame@7.27.1': + dependencies: + '@babel/helper-validator-identifier': 7.28.5 + js-tokens: 4.0.0 + picocolors: 1.1.1 + '@babel/compat-data@7.26.2': {} + '@babel/compat-data@7.28.5': {} + '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 @@ -23662,6 +23899,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.28.5': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.5 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) + '@babel/helpers': 7.28.4 + '@babel/parser': 7.28.5 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.5 + '@babel/types': 7.28.5 + '@jridgewell/remapping': 2.3.5 + convert-source-map: 2.0.0 + debug: 4.3.7(supports-color@8.1.1) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.2.0': dependencies: '@babel/types': 7.26.0 @@ -23678,6 +23935,14 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.0.2 + '@babel/generator@7.28.5': + dependencies: + '@babel/parser': 7.28.5 + '@babel/types': 7.28.5 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + jsesc: 3.0.2 + '@babel/helper-annotate-as-pure@7.25.9': dependencies: '@babel/types': 7.26.0 @@ -23697,6 +23962,14 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-compilation-targets@7.27.2': + dependencies: + '@babel/compat-data': 7.28.5 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.24.2 + lru-cache: 5.1.1 + semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23710,6 +23983,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.28.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/traverse': 7.25.9 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23717,6 +24003,13 @@ snapshots: regexpu-core: 6.2.0 semver: 6.3.1 + '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + regexpu-core: 6.2.0 + semver: 6.3.1 + '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23728,10 +24021,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-define-polyfill-provider@0.6.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + debug: 4.3.7(supports-color@8.1.1) + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + '@babel/helper-environment-visitor@7.24.7': dependencies: '@babel/types': 7.26.0 + '@babel/helper-globals@7.28.0': {} + '@babel/helper-member-expression-to-functions@7.25.9': dependencies: '@babel/traverse': 7.25.9 @@ -23746,6 +24052,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-imports@7.27.1': + dependencies: + '@babel/traverse': 7.28.5 + '@babel/types': 7.28.5 + transitivePeerDependencies: + - supports-color + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23755,12 +24068,32 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.26.0(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.28.5 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.25.9': dependencies: '@babel/types': 7.26.0 '@babel/helper-plugin-utils@7.25.9': {} + '@babel/helper-plugin-utils@7.27.1': {} + '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23770,6 +24103,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-wrap-function': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/helper-replace-supers@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23779,6 +24121,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-replace-supers@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/helper-simple-access@7.25.9': dependencies: '@babel/traverse': 7.25.9 @@ -23795,10 +24146,16 @@ snapshots: '@babel/helper-string-parser@7.25.9': {} + '@babel/helper-string-parser@7.27.1': {} + '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-option@7.25.9': {} + '@babel/helper-validator-option@7.27.1': {} + '@babel/helper-wrap-function@7.25.9': dependencies: '@babel/template': 7.25.9 @@ -23812,6 +24169,11 @@ snapshots: '@babel/template': 7.25.9 '@babel/types': 7.26.0 + '@babel/helpers@7.28.4': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.28.5 + '@babel/highlight@7.25.9': dependencies: '@babel/helper-validator-identifier': 7.25.9 @@ -23823,6 +24185,10 @@ snapshots: dependencies: '@babel/types': 7.26.0 + '@babel/parser@7.28.5': + dependencies: + '@babel/types': 7.28.5 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23831,16 +24197,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23850,6 +24234,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23858,6 +24251,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23868,6 +24269,16 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23876,6 +24287,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23885,29 +24304,61 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.5) + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.5) + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.26.0)': dependencies: '@babel/compat-data': 7.26.2 @@ -23917,12 +24368,27 @@ snapshots: '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0) '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.28.5)': + dependencies: + '@babel/compat-data': 7.26.2 + '@babel/core': 7.28.5 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -23932,10 +24398,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.0)': + '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) '@babel/helper-plugin-utils': 7.25.9 transitivePeerDependencies: - supports-color @@ -23944,127 +24419,262 @@ snapshots: dependencies: '@babel/core': 7.26.0 + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.0)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0)': + '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': + '@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)': + '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.27.1 + + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24074,6 +24684,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.28.5) + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24083,16 +24702,35 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24101,6 +24739,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24109,6 +24755,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24121,39 +24775,84 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-classes@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.28.5) + '@babel/traverse': 7.25.9 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/template': 7.25.9 + '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/template': 7.25.9 + '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24162,17 +24861,36 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24181,6 +24899,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24190,26 +24916,55 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-literals@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24218,6 +24973,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24227,6 +24990,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-simple-access': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24237,6 +25009,16 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24245,27 +25027,56 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24273,6 +25084,13 @@ snapshots: '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24281,11 +25099,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-replace-supers': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24294,11 +25125,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24307,6 +25151,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24316,11 +25168,25 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-constant-elements@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24331,6 +25197,11 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24338,16 +25209,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24359,29 +25247,63 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.5) + '@babel/types': 7.26.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 regenerator-transform: 0.15.2 + '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + regenerator-transform: 0.15.2 + '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-regexp-modifiers@7.26.0(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-runtime@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24394,11 +25316,28 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-runtime@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + babel-plugin-polyfill-corejs2: 0.4.12(@babel/core@7.28.5) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.28.5) + babel-plugin-polyfill-regenerator: 0.6.3(@babel/core@7.28.5) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24407,21 +25346,44 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-spread@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24433,29 +25395,63 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.25.9 + '@babel/preset-env@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/compat-data': 7.26.2 @@ -24531,6 +25527,81 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-env@7.26.0(@babel/core@7.28.5)': + dependencies: + '@babel/compat-data': 7.26.2 + '@babel/core': 7.28.5 + '@babel/helper-compilation-targets': 7.25.9 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-option': 7.25.9 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5) + '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-regexp-modifiers': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.28.5) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5) + babel-plugin-polyfill-corejs2: 0.4.12(@babel/core@7.28.5) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.28.5) + babel-plugin-polyfill-regenerator: 0.6.3(@babel/core@7.28.5) + core-js-compat: 3.39.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/preset-flow@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24545,6 +25616,13 @@ snapshots: '@babel/types': 7.26.0 esutils: 2.0.3 + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/types': 7.26.0 + esutils: 2.0.3 + '@babel/preset-react@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24557,6 +25635,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-react@7.25.9(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-option': 7.25.9 + '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/preset-typescript@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24568,6 +25658,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-typescript@7.26.0(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/helper-validator-option': 7.25.9 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/register@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -24585,14 +25686,18 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 - '@babel/standalone@7.26.2': {} - '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 '@babel/parser': 7.26.2 '@babel/types': 7.26.0 + '@babel/template@7.27.2': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.28.5 + '@babel/types': 7.28.5 + '@babel/traverse@7.25.9': dependencies: '@babel/code-frame': 7.26.2 @@ -24605,11 +25710,28 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.28.5': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.5 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.5 + '@babel/template': 7.27.2 + '@babel/types': 7.28.5 + debug: 4.3.7(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color + '@babel/types@7.26.0': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 + '@babel/types@7.28.5': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/types@7.8.3': dependencies: esutils: 2.0.3 @@ -24618,14 +25740,29 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@clack/core@0.3.5': + '@borewit/text-codec@0.2.1': {} + + '@bufbuild/protobuf@2.10.2': {} + + '@clack/core@0.4.2': + dependencies: + picocolors: 1.1.1 + sisteransi: 1.0.5 + + '@clack/core@0.5.0': + dependencies: + picocolors: 1.1.1 + sisteransi: 1.0.5 + + '@clack/prompts@0.10.1': dependencies: + '@clack/core': 0.4.2 picocolors: 1.1.1 sisteransi: 1.0.5 - '@clack/prompts@0.7.0': + '@clack/prompts@0.11.0': dependencies: - '@clack/core': 0.3.5 + '@clack/core': 0.5.0 picocolors: 1.1.1 sisteransi: 1.0.5 @@ -24633,86 +25770,87 @@ snapshots: dependencies: mime: 3.0.0 - '@cloudflare/workerd-darwin-64@1.20241106.1': - optional: true + '@cloudflare/unenv-preset@2.0.2(unenv@2.0.0-rc.14)(workerd@1.20250718.0)': + dependencies: + unenv: 2.0.0-rc.14 + optionalDependencies: + workerd: 1.20250718.0 - '@cloudflare/workerd-darwin-arm64@1.20241106.1': + '@cloudflare/workerd-darwin-64@1.20250718.0': optional: true - '@cloudflare/workerd-linux-64@1.20241106.1': + '@cloudflare/workerd-darwin-arm64@1.20250718.0': optional: true - '@cloudflare/workerd-linux-arm64@1.20241106.1': + '@cloudflare/workerd-linux-64@1.20250718.0': optional: true - '@cloudflare/workerd-windows-64@1.20241106.1': + '@cloudflare/workerd-linux-arm64@1.20250718.0': optional: true - '@cloudflare/workers-shared@0.9.0': - dependencies: - mime: 3.0.0 - zod: 3.23.8 + '@cloudflare/workerd-windows-64@1.20250718.0': + optional: true - '@cloudflare/workers-types@4.20241127.0': {} + '@cloudflare/workers-types@4.20260103.0': {} '@colors/colors@1.5.0': optional: true - '@commitlint/cli@19.6.0(@types/node@22.5.5)(typescript@5.7.2)': + '@commitlint/cli@19.8.1(@types/node@22.19.3)(typescript@5.7.2)': dependencies: - '@commitlint/format': 19.5.0 - '@commitlint/lint': 19.6.0 - '@commitlint/load': 19.5.0(@types/node@22.5.5)(typescript@5.7.2) - '@commitlint/read': 19.5.0 - '@commitlint/types': 19.5.0 - tinyexec: 0.3.1 + '@commitlint/format': 19.8.1 + '@commitlint/lint': 19.8.1 + '@commitlint/load': 19.8.1(@types/node@22.19.3)(typescript@5.7.2) + '@commitlint/read': 19.8.1 + '@commitlint/types': 19.8.1 + tinyexec: 1.0.2 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - typescript - '@commitlint/config-validator@19.5.0': + '@commitlint/config-validator@19.8.1': dependencies: - '@commitlint/types': 19.5.0 + '@commitlint/types': 19.8.1 ajv: 8.17.1 - '@commitlint/ensure@19.5.0': + '@commitlint/ensure@19.8.1': dependencies: - '@commitlint/types': 19.5.0 + '@commitlint/types': 19.8.1 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 lodash.startcase: 4.4.0 lodash.upperfirst: 4.3.1 - '@commitlint/execute-rule@19.5.0': {} + '@commitlint/execute-rule@19.8.1': {} - '@commitlint/format@19.5.0': + '@commitlint/format@19.8.1': dependencies: - '@commitlint/types': 19.5.0 + '@commitlint/types': 19.8.1 chalk: 5.3.0 - '@commitlint/is-ignored@19.6.0': + '@commitlint/is-ignored@19.8.1': dependencies: - '@commitlint/types': 19.5.0 + '@commitlint/types': 19.8.1 semver: 7.6.3 - '@commitlint/lint@19.6.0': + '@commitlint/lint@19.8.1': dependencies: - '@commitlint/is-ignored': 19.6.0 - '@commitlint/parse': 19.5.0 - '@commitlint/rules': 19.6.0 - '@commitlint/types': 19.5.0 + '@commitlint/is-ignored': 19.8.1 + '@commitlint/parse': 19.8.1 + '@commitlint/rules': 19.8.1 + '@commitlint/types': 19.8.1 - '@commitlint/load@19.5.0(@types/node@22.5.5)(typescript@5.7.2)': + '@commitlint/load@19.8.1(@types/node@22.19.3)(typescript@5.7.2)': dependencies: - '@commitlint/config-validator': 19.5.0 - '@commitlint/execute-rule': 19.5.0 - '@commitlint/resolve-extends': 19.5.0 - '@commitlint/types': 19.5.0 + '@commitlint/config-validator': 19.8.1 + '@commitlint/execute-rule': 19.8.1 + '@commitlint/resolve-extends': 19.8.1 + '@commitlint/types': 19.8.1 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.7.2) - cosmiconfig-typescript-loader: 5.1.0(@types/node@22.5.5)(cosmiconfig@9.0.0(typescript@5.7.2))(typescript@5.7.2) + cosmiconfig-typescript-loader: 6.2.0(@types/node@22.19.3)(cosmiconfig@9.0.0(typescript@5.7.2))(typescript@5.7.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -24720,417 +25858,263 @@ snapshots: - '@types/node' - typescript - '@commitlint/message@19.5.0': {} + '@commitlint/message@19.8.1': {} - '@commitlint/parse@19.5.0': + '@commitlint/parse@19.8.1': dependencies: - '@commitlint/types': 19.5.0 + '@commitlint/types': 19.8.1 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 - '@commitlint/read@19.5.0': + '@commitlint/read@19.8.1': dependencies: - '@commitlint/top-level': 19.5.0 - '@commitlint/types': 19.5.0 + '@commitlint/top-level': 19.8.1 + '@commitlint/types': 19.8.1 git-raw-commits: 4.0.0 minimist: 1.2.8 - tinyexec: 0.3.1 + tinyexec: 1.0.2 - '@commitlint/resolve-extends@19.5.0': + '@commitlint/resolve-extends@19.8.1': dependencies: - '@commitlint/config-validator': 19.5.0 - '@commitlint/types': 19.5.0 + '@commitlint/config-validator': 19.8.1 + '@commitlint/types': 19.8.1 global-directory: 4.0.1 import-meta-resolve: 4.1.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 - '@commitlint/rules@19.6.0': + '@commitlint/rules@19.8.1': dependencies: - '@commitlint/ensure': 19.5.0 - '@commitlint/message': 19.5.0 - '@commitlint/to-lines': 19.5.0 - '@commitlint/types': 19.5.0 + '@commitlint/ensure': 19.8.1 + '@commitlint/message': 19.8.1 + '@commitlint/to-lines': 19.8.1 + '@commitlint/types': 19.8.1 - '@commitlint/to-lines@19.5.0': {} + '@commitlint/to-lines@19.8.1': {} - '@commitlint/top-level@19.5.0': + '@commitlint/top-level@19.8.1': dependencies: find-up: 7.0.0 - '@commitlint/types@19.0.3': - dependencies: - '@types/conventional-commits-parser': 5.0.1 - chalk: 5.3.0 - - '@commitlint/types@19.5.0': + '@commitlint/types@19.8.1': dependencies: '@types/conventional-commits-parser': 5.0.1 chalk: 5.3.0 - '@cspell/cspell-bundled-dicts@8.13.1': - dependencies: - '@cspell/dict-ada': 4.0.5 - '@cspell/dict-aws': 4.0.7 - '@cspell/dict-bash': 4.1.8 - '@cspell/dict-companies': 3.1.7 - '@cspell/dict-cpp': 5.1.23 - '@cspell/dict-cryptocurrencies': 5.0.3 - '@cspell/dict-csharp': 4.0.5 - '@cspell/dict-css': 4.0.16 - '@cspell/dict-dart': 2.2.4 - '@cspell/dict-django': 4.1.3 - '@cspell/dict-docker': 1.1.11 - '@cspell/dict-dotnet': 5.0.8 - '@cspell/dict-elixir': 4.0.6 - '@cspell/dict-en-common-misspellings': 2.0.7 - '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 4.3.28 - '@cspell/dict-filetypes': 3.0.8 - '@cspell/dict-fonts': 4.0.3 - '@cspell/dict-fsharp': 1.0.4 - '@cspell/dict-fullstack': 3.2.3 - '@cspell/dict-gaming-terms': 1.0.8 - '@cspell/dict-git': 3.0.3 - '@cspell/dict-golang': 6.0.17 - '@cspell/dict-google': 1.0.4 - '@cspell/dict-haskell': 4.0.4 - '@cspell/dict-html': 4.0.10 - '@cspell/dict-html-symbol-entities': 4.0.3 - '@cspell/dict-java': 5.0.10 - '@cspell/dict-julia': 1.0.4 - '@cspell/dict-k8s': 1.0.9 - '@cspell/dict-latex': 4.0.3 - '@cspell/dict-lorem-ipsum': 4.0.3 - '@cspell/dict-lua': 4.0.6 - '@cspell/dict-makefile': 1.0.3 - '@cspell/dict-monkeyc': 1.0.9 - '@cspell/dict-node': 5.0.5 - '@cspell/dict-npm': 5.1.14 - '@cspell/dict-php': 4.0.13 - '@cspell/dict-powershell': 5.0.13 - '@cspell/dict-public-licenses': 2.0.11 - '@cspell/dict-python': 4.2.12 - '@cspell/dict-r': 2.0.4 - '@cspell/dict-ruby': 5.0.7 - '@cspell/dict-rust': 4.0.10 - '@cspell/dict-scala': 5.0.6 - '@cspell/dict-software-terms': 4.1.17 - '@cspell/dict-sql': 2.1.8 - '@cspell/dict-svelte': 1.0.5 - '@cspell/dict-swift': 2.0.4 - '@cspell/dict-terraform': 1.0.6 - '@cspell/dict-typescript': 3.1.11 - '@cspell/dict-vue': 3.0.3 - - '@cspell/cspell-bundled-dicts@8.8.4': - dependencies: - '@cspell/dict-ada': 4.0.5 - '@cspell/dict-aws': 4.0.7 - '@cspell/dict-bash': 4.1.8 - '@cspell/dict-companies': 3.1.7 - '@cspell/dict-cpp': 5.1.23 - '@cspell/dict-cryptocurrencies': 5.0.3 - '@cspell/dict-csharp': 4.0.5 - '@cspell/dict-css': 4.0.16 - '@cspell/dict-dart': 2.2.4 - '@cspell/dict-django': 4.1.3 - '@cspell/dict-docker': 1.1.11 - '@cspell/dict-dotnet': 5.0.8 - '@cspell/dict-elixir': 4.0.6 - '@cspell/dict-en-common-misspellings': 2.0.7 + '@cspell/cspell-bundled-dicts@8.19.4': + dependencies: + '@cspell/dict-ada': 4.1.1 + '@cspell/dict-al': 1.1.1 + '@cspell/dict-aws': 4.0.17 + '@cspell/dict-bash': 4.2.2 + '@cspell/dict-companies': 3.2.10 + '@cspell/dict-cpp': 6.0.15 + '@cspell/dict-cryptocurrencies': 5.0.5 + '@cspell/dict-csharp': 4.0.8 + '@cspell/dict-css': 4.0.19 + '@cspell/dict-dart': 2.3.2 + '@cspell/dict-data-science': 2.0.13 + '@cspell/dict-django': 4.1.6 + '@cspell/dict-docker': 1.1.17 + '@cspell/dict-dotnet': 5.0.11 + '@cspell/dict-elixir': 4.0.8 + '@cspell/dict-en-common-misspellings': 2.1.11 '@cspell/dict-en-gb': 1.1.33 - '@cspell/dict-en_us': 4.3.28 - '@cspell/dict-filetypes': 3.0.8 - '@cspell/dict-fonts': 4.0.3 - '@cspell/dict-fsharp': 1.0.4 - '@cspell/dict-fullstack': 3.2.3 - '@cspell/dict-gaming-terms': 1.0.8 - '@cspell/dict-git': 3.0.3 - '@cspell/dict-golang': 6.0.17 - '@cspell/dict-google': 1.0.4 - '@cspell/dict-haskell': 4.0.4 - '@cspell/dict-html': 4.0.10 + '@cspell/dict-en_us': 4.4.27 + '@cspell/dict-filetypes': 3.0.15 + '@cspell/dict-flutter': 1.1.1 + '@cspell/dict-fonts': 4.0.5 + '@cspell/dict-fsharp': 1.1.1 + '@cspell/dict-fullstack': 3.2.7 + '@cspell/dict-gaming-terms': 1.1.2 + '@cspell/dict-git': 3.0.7 + '@cspell/dict-golang': 6.0.26 + '@cspell/dict-google': 1.0.9 + '@cspell/dict-haskell': 4.0.6 + '@cspell/dict-html': 4.0.14 '@cspell/dict-html-symbol-entities': 4.0.3 - '@cspell/dict-java': 5.0.10 - '@cspell/dict-julia': 1.0.4 - '@cspell/dict-k8s': 1.0.9 + '@cspell/dict-java': 5.0.12 + '@cspell/dict-julia': 1.1.1 + '@cspell/dict-k8s': 1.0.12 + '@cspell/dict-kotlin': 1.1.1 '@cspell/dict-latex': 4.0.3 - '@cspell/dict-lorem-ipsum': 4.0.3 - '@cspell/dict-lua': 4.0.6 - '@cspell/dict-makefile': 1.0.3 - '@cspell/dict-monkeyc': 1.0.9 - '@cspell/dict-node': 5.0.5 - '@cspell/dict-npm': 5.1.14 - '@cspell/dict-php': 4.0.13 - '@cspell/dict-powershell': 5.0.13 - '@cspell/dict-public-licenses': 2.0.11 - '@cspell/dict-python': 4.2.12 - '@cspell/dict-r': 2.0.4 - '@cspell/dict-ruby': 5.0.7 - '@cspell/dict-rust': 4.0.10 - '@cspell/dict-scala': 5.0.6 - '@cspell/dict-software-terms': 3.4.8 - '@cspell/dict-sql': 2.1.8 - '@cspell/dict-svelte': 1.0.5 - '@cspell/dict-swift': 2.0.4 - '@cspell/dict-terraform': 1.0.6 - '@cspell/dict-typescript': 3.1.11 - '@cspell/dict-vue': 3.0.3 - - '@cspell/cspell-json-reporter@8.8.4': - dependencies: - '@cspell/cspell-types': 8.8.4 - - '@cspell/cspell-pipe@8.13.1': {} - - '@cspell/cspell-pipe@8.8.4': {} - - '@cspell/cspell-resolver@8.13.1': - dependencies: - global-directory: 4.0.1 - - '@cspell/cspell-resolver@8.8.4': + '@cspell/dict-lorem-ipsum': 4.0.5 + '@cspell/dict-lua': 4.0.8 + '@cspell/dict-makefile': 1.0.5 + '@cspell/dict-markdown': 2.0.14(@cspell/dict-css@4.0.19)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.14)(@cspell/dict-typescript@3.2.3) + '@cspell/dict-monkeyc': 1.0.12 + '@cspell/dict-node': 5.0.8 + '@cspell/dict-npm': 5.2.28 + '@cspell/dict-php': 4.1.1 + '@cspell/dict-powershell': 5.0.15 + '@cspell/dict-public-licenses': 2.0.15 + '@cspell/dict-python': 4.2.25 + '@cspell/dict-r': 2.1.1 + '@cspell/dict-ruby': 5.1.0 + '@cspell/dict-rust': 4.1.0 + '@cspell/dict-scala': 5.0.9 + '@cspell/dict-shell': 1.1.2 + '@cspell/dict-software-terms': 5.1.19 + '@cspell/dict-sql': 2.2.1 + '@cspell/dict-svelte': 1.0.7 + '@cspell/dict-swift': 2.0.6 + '@cspell/dict-terraform': 1.1.3 + '@cspell/dict-typescript': 3.2.3 + '@cspell/dict-vue': 3.0.5 + + '@cspell/cspell-pipe@8.19.4': {} + + '@cspell/cspell-resolver@8.19.4': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@8.13.1': {} - - '@cspell/cspell-service-bus@8.8.4': {} - - '@cspell/cspell-types@8.13.1': {} - - '@cspell/cspell-types@8.8.4': {} - - '@cspell/dict-ada@4.0.2': {} - - '@cspell/dict-ada@4.0.5': {} - - '@cspell/dict-aws@4.0.2': {} - - '@cspell/dict-aws@4.0.7': {} + '@cspell/cspell-service-bus@8.19.4': {} - '@cspell/dict-bash@4.1.3': {} + '@cspell/cspell-types@8.19.4': {} - '@cspell/dict-bash@4.1.8': {} + '@cspell/dict-ada@4.1.1': {} - '@cspell/dict-companies@3.1.2': {} + '@cspell/dict-al@1.1.1': {} - '@cspell/dict-companies@3.1.7': {} + '@cspell/dict-aws@4.0.17': {} - '@cspell/dict-cpp@5.1.10': {} - - '@cspell/dict-cpp@5.1.23': {} - - '@cspell/dict-cryptocurrencies@5.0.0': {} - - '@cspell/dict-cryptocurrencies@5.0.3': {} - - '@cspell/dict-csharp@4.0.2': {} - - '@cspell/dict-csharp@4.0.5': {} - - '@cspell/dict-css@4.0.12': {} - - '@cspell/dict-css@4.0.16': {} - - '@cspell/dict-dart@2.0.3': {} - - '@cspell/dict-dart@2.2.4': {} + '@cspell/dict-bash@4.2.2': + dependencies: + '@cspell/dict-shell': 1.1.2 - '@cspell/dict-data-science@1.0.11': {} + '@cspell/dict-companies@3.2.10': {} - '@cspell/dict-data-science@2.0.5': {} + '@cspell/dict-cpp@6.0.15': {} - '@cspell/dict-django@4.1.0': {} + '@cspell/dict-cryptocurrencies@5.0.5': {} - '@cspell/dict-django@4.1.3': {} + '@cspell/dict-csharp@4.0.8': {} - '@cspell/dict-docker@1.1.11': {} + '@cspell/dict-css@4.0.19': {} - '@cspell/dict-docker@1.1.7': {} + '@cspell/dict-dart@2.3.2': {} - '@cspell/dict-dotnet@5.0.2': {} + '@cspell/dict-data-science@2.0.13': {} - '@cspell/dict-dotnet@5.0.8': {} + '@cspell/dict-django@4.1.6': {} - '@cspell/dict-elixir@4.0.3': {} + '@cspell/dict-docker@1.1.17': {} - '@cspell/dict-elixir@4.0.6': {} + '@cspell/dict-dotnet@5.0.11': {} - '@cspell/dict-en-common-misspellings@2.0.3': {} + '@cspell/dict-elixir@4.0.8': {} - '@cspell/dict-en-common-misspellings@2.0.7': {} + '@cspell/dict-en-common-misspellings@2.1.11': {} '@cspell/dict-en-gb@1.1.33': {} - '@cspell/dict-en-gb@4.1.44': {} - - '@cspell/dict-en_us@4.3.23': {} - - '@cspell/dict-en_us@4.3.28': {} - - '@cspell/dict-filetypes@3.0.4': {} - - '@cspell/dict-filetypes@3.0.8': {} - - '@cspell/dict-fonts@4.0.0': {} - - '@cspell/dict-fonts@4.0.3': {} + '@cspell/dict-en_us@4.4.27': {} - '@cspell/dict-fsharp@1.0.1': {} + '@cspell/dict-filetypes@3.0.15': {} - '@cspell/dict-fsharp@1.0.4': {} + '@cspell/dict-flutter@1.1.1': {} - '@cspell/dict-fullstack@3.1.8': {} + '@cspell/dict-fonts@4.0.5': {} - '@cspell/dict-fullstack@3.2.3': {} + '@cspell/dict-fsharp@1.1.1': {} - '@cspell/dict-gaming-terms@1.0.5': {} + '@cspell/dict-fullstack@3.2.7': {} - '@cspell/dict-gaming-terms@1.0.8': {} + '@cspell/dict-gaming-terms@1.1.2': {} - '@cspell/dict-git@3.0.0': {} + '@cspell/dict-git@3.0.7': {} - '@cspell/dict-git@3.0.3': {} + '@cspell/dict-golang@6.0.26': {} - '@cspell/dict-golang@6.0.17': {} + '@cspell/dict-google@1.0.9': {} - '@cspell/dict-golang@6.0.9': {} - - '@cspell/dict-google@1.0.4': {} - - '@cspell/dict-haskell@4.0.1': {} - - '@cspell/dict-haskell@4.0.4': {} - - '@cspell/dict-html-symbol-entities@4.0.0': {} + '@cspell/dict-haskell@4.0.6': {} '@cspell/dict-html-symbol-entities@4.0.3': {} - '@cspell/dict-html@4.0.10': {} + '@cspell/dict-html@4.0.14': {} - '@cspell/dict-html@4.0.5': {} + '@cspell/dict-java@5.0.12': {} - '@cspell/dict-java@5.0.10': {} + '@cspell/dict-julia@1.1.1': {} - '@cspell/dict-java@5.0.7': {} + '@cspell/dict-k8s@1.0.12': {} - '@cspell/dict-julia@1.0.4': {} - - '@cspell/dict-k8s@1.0.5': {} - - '@cspell/dict-k8s@1.0.9': {} - - '@cspell/dict-latex@4.0.0': {} + '@cspell/dict-kotlin@1.1.1': {} '@cspell/dict-latex@4.0.3': {} - '@cspell/dict-lorem-ipsum@4.0.0': {} - - '@cspell/dict-lorem-ipsum@4.0.3': {} - - '@cspell/dict-lua@4.0.3': {} - - '@cspell/dict-lua@4.0.6': {} - - '@cspell/dict-makefile@1.0.0': {} - - '@cspell/dict-makefile@1.0.3': {} - - '@cspell/dict-monkeyc@1.0.9': {} - - '@cspell/dict-node@5.0.1': {} - - '@cspell/dict-node@5.0.5': {} - - '@cspell/dict-npm@5.0.16': {} + '@cspell/dict-lorem-ipsum@4.0.5': {} - '@cspell/dict-npm@5.1.14': {} + '@cspell/dict-lua@4.0.8': {} - '@cspell/dict-php@4.0.13': {} + '@cspell/dict-makefile@1.0.5': {} - '@cspell/dict-php@4.0.8': {} - - '@cspell/dict-powershell@5.0.13': {} - - '@cspell/dict-powershell@5.0.4': {} - - '@cspell/dict-public-licenses@2.0.11': {} - - '@cspell/dict-public-licenses@2.0.7': {} - - '@cspell/dict-python@4.1.11': - dependencies: - '@cspell/dict-data-science': 1.0.11 - - '@cspell/dict-python@4.2.12': + '@cspell/dict-markdown@2.0.14(@cspell/dict-css@4.0.19)(@cspell/dict-html-symbol-entities@4.0.3)(@cspell/dict-html@4.0.14)(@cspell/dict-typescript@3.2.3)': dependencies: - '@cspell/dict-data-science': 2.0.5 - - '@cspell/dict-r@2.0.1': {} - - '@cspell/dict-r@2.0.4': {} - - '@cspell/dict-ruby@5.0.2': {} + '@cspell/dict-css': 4.0.19 + '@cspell/dict-html': 4.0.14 + '@cspell/dict-html-symbol-entities': 4.0.3 + '@cspell/dict-typescript': 3.2.3 - '@cspell/dict-ruby@5.0.7': {} + '@cspell/dict-monkeyc@1.0.12': {} - '@cspell/dict-rust@4.0.10': {} + '@cspell/dict-node@5.0.8': {} - '@cspell/dict-rust@4.0.4': {} + '@cspell/dict-npm@5.2.28': {} - '@cspell/dict-scala@5.0.2': {} + '@cspell/dict-php@4.1.1': {} - '@cspell/dict-scala@5.0.6': {} + '@cspell/dict-powershell@5.0.15': {} - '@cspell/dict-software-terms@3.4.8': {} + '@cspell/dict-public-licenses@2.0.15': {} - '@cspell/dict-software-terms@4.1.17': {} + '@cspell/dict-python@4.2.25': + dependencies: + '@cspell/dict-data-science': 2.0.13 - '@cspell/dict-sql@2.1.3': {} + '@cspell/dict-r@2.1.1': {} - '@cspell/dict-sql@2.1.8': {} + '@cspell/dict-ruby@5.1.0': {} - '@cspell/dict-svelte@1.0.2': {} + '@cspell/dict-rust@4.1.0': {} - '@cspell/dict-svelte@1.0.5': {} + '@cspell/dict-scala@5.0.9': {} - '@cspell/dict-swift@2.0.1': {} + '@cspell/dict-shell@1.1.2': {} - '@cspell/dict-swift@2.0.4': {} + '@cspell/dict-software-terms@5.1.19': {} - '@cspell/dict-terraform@1.0.6': {} + '@cspell/dict-sql@2.2.1': {} - '@cspell/dict-typescript@3.1.11': {} + '@cspell/dict-svelte@1.0.7': {} - '@cspell/dict-typescript@3.1.5': {} + '@cspell/dict-swift@2.0.6': {} - '@cspell/dict-vue@3.0.0': {} + '@cspell/dict-terraform@1.1.3': {} - '@cspell/dict-vue@3.0.3': {} + '@cspell/dict-typescript@3.2.3': {} - '@cspell/dynamic-import@8.13.1': - dependencies: - import-meta-resolve: 4.1.0 + '@cspell/dict-vue@3.0.5': {} - '@cspell/dynamic-import@8.8.4': + '@cspell/dynamic-import@8.19.4': dependencies: + '@cspell/url': 8.19.4 import-meta-resolve: 4.1.0 - '@cspell/eslint-plugin@8.13.1(eslint@9.16.0(jiti@2.4.1))': + '@cspell/eslint-plugin@8.19.4(eslint@9.39.2(jiti@2.6.1))': dependencies: - '@cspell/cspell-types': 8.13.1 - '@cspell/url': 8.13.1 - cspell-lib: 8.13.1 - eslint: 9.16.0(jiti@2.4.1) - synckit: 0.9.2 + '@cspell/cspell-types': 8.19.4 + '@cspell/url': 8.19.4 + cspell-lib: 8.19.4 + eslint: 9.39.2(jiti@2.6.1) + synckit: 0.11.11 - '@cspell/strong-weak-map@8.13.1': {} + '@cspell/filetypes@8.19.4': {} - '@cspell/strong-weak-map@8.8.4': {} + '@cspell/strong-weak-map@8.19.4': {} - '@cspell/url@8.13.1': {} + '@cspell/url@8.19.4': {} '@cspotcode/source-map-support@0.8.1': dependencies: @@ -25157,10 +26141,11 @@ snapshots: tunnel-agent: 0.6.0 uuid: 8.3.2 - '@effect/schema@0.71.1(effect@3.6.5)': - dependencies: - effect: 3.6.5 - fast-check: 3.21.0 + '@dprint/formatter@0.3.0': {} + + '@dprint/markdown@0.17.8': {} + + '@dprint/toml@0.6.4': {} '@egjs/hammerjs@2.0.17': dependencies: @@ -25171,14 +26156,30 @@ snapshots: '@emnapi/wasi-threads': 1.0.1 tslib: 2.8.1 + '@emnapi/core@1.8.1': + dependencies: + '@emnapi/wasi-threads': 1.1.0 + tslib: 2.8.1 + optional: true + '@emnapi/runtime@1.3.1': dependencies: tslib: 2.8.1 + '@emnapi/runtime@1.8.1': + dependencies: + tslib: 2.8.1 + optional: true + '@emnapi/wasi-threads@1.0.1': dependencies: tslib: 2.8.1 + '@emnapi/wasi-threads@1.1.0': + dependencies: + tslib: 2.8.1 + optional: true + '@emotion/hash@0.8.0': {} '@emotion/is-prop-valid@0.8.8': @@ -25189,14 +26190,13 @@ snapshots: '@emotion/memoize@0.7.4': optional: true - '@envelop/core@4.0.3': - dependencies: - '@envelop/types': 4.0.1 - tslib: 2.8.1 - - '@envelop/types@4.0.1': + '@es-joy/jsdoccomment@0.50.2': dependencies: - tslib: 2.8.1 + '@types/estree': 1.0.6 + '@typescript-eslint/types': 8.16.0 + comment-parser: 1.4.1 + esquery: 1.6.0 + jsdoc-type-pratt-parser: 4.1.0 '@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.17.19)': dependencies: @@ -25208,179 +26208,112 @@ snapshots: escape-string-regexp: 4.0.0 rollup-plugin-node-polyfills: 0.2.1 - '@esbuild-plugins/tsconfig-paths@0.1.2(esbuild@0.24.0)(typescript@5.7.2)': - dependencies: - debug: 4.3.7(supports-color@8.1.1) - esbuild: 0.24.0 - find-up: 5.0.0 - strip-json-comments: 3.1.1 - typescript: 5.7.2 - transitivePeerDependencies: - - supports-color - - '@esbuild/aix-ppc64@0.19.12': - optional: true - '@esbuild/aix-ppc64@0.20.2': optional: true '@esbuild/aix-ppc64@0.21.5': optional: true - '@esbuild/aix-ppc64@0.23.1': - optional: true - - '@esbuild/aix-ppc64@0.24.0': + '@esbuild/aix-ppc64@0.25.12': optional: true '@esbuild/android-arm64@0.17.19': optional: true - '@esbuild/android-arm64@0.19.12': - optional: true - '@esbuild/android-arm64@0.20.2': optional: true '@esbuild/android-arm64@0.21.5': optional: true - '@esbuild/android-arm64@0.23.1': - optional: true - - '@esbuild/android-arm64@0.24.0': + '@esbuild/android-arm64@0.25.12': optional: true '@esbuild/android-arm@0.17.19': optional: true - '@esbuild/android-arm@0.19.12': - optional: true - '@esbuild/android-arm@0.20.2': optional: true '@esbuild/android-arm@0.21.5': optional: true - '@esbuild/android-arm@0.23.1': - optional: true - - '@esbuild/android-arm@0.24.0': + '@esbuild/android-arm@0.25.12': optional: true '@esbuild/android-x64@0.17.19': optional: true - '@esbuild/android-x64@0.19.12': - optional: true - '@esbuild/android-x64@0.20.2': optional: true '@esbuild/android-x64@0.21.5': optional: true - '@esbuild/android-x64@0.23.1': - optional: true - - '@esbuild/android-x64@0.24.0': + '@esbuild/android-x64@0.25.12': optional: true '@esbuild/darwin-arm64@0.17.19': optional: true - '@esbuild/darwin-arm64@0.19.12': - optional: true - '@esbuild/darwin-arm64@0.20.2': optional: true '@esbuild/darwin-arm64@0.21.5': optional: true - '@esbuild/darwin-arm64@0.23.1': - optional: true - - '@esbuild/darwin-arm64@0.24.0': + '@esbuild/darwin-arm64@0.25.12': optional: true '@esbuild/darwin-x64@0.17.19': optional: true - '@esbuild/darwin-x64@0.19.12': - optional: true - '@esbuild/darwin-x64@0.20.2': optional: true '@esbuild/darwin-x64@0.21.5': optional: true - '@esbuild/darwin-x64@0.23.1': - optional: true - - '@esbuild/darwin-x64@0.24.0': + '@esbuild/darwin-x64@0.25.12': optional: true '@esbuild/freebsd-arm64@0.17.19': optional: true - '@esbuild/freebsd-arm64@0.19.12': - optional: true - '@esbuild/freebsd-arm64@0.20.2': optional: true '@esbuild/freebsd-arm64@0.21.5': optional: true - '@esbuild/freebsd-arm64@0.23.1': - optional: true - - '@esbuild/freebsd-arm64@0.24.0': + '@esbuild/freebsd-arm64@0.25.12': optional: true '@esbuild/freebsd-x64@0.17.19': optional: true - '@esbuild/freebsd-x64@0.19.12': - optional: true - '@esbuild/freebsd-x64@0.20.2': optional: true '@esbuild/freebsd-x64@0.21.5': optional: true - '@esbuild/freebsd-x64@0.23.1': - optional: true - - '@esbuild/freebsd-x64@0.24.0': + '@esbuild/freebsd-x64@0.25.12': optional: true '@esbuild/linux-arm64@0.17.19': optional: true - '@esbuild/linux-arm64@0.19.12': - optional: true - '@esbuild/linux-arm64@0.20.2': optional: true '@esbuild/linux-arm64@0.21.5': optional: true - '@esbuild/linux-arm64@0.23.1': + '@esbuild/linux-arm64@0.25.12': optional: true - '@esbuild/linux-arm64@0.24.0': - optional: true - - '@esbuild/linux-arm@0.17.19': - optional: true - - '@esbuild/linux-arm@0.19.12': + '@esbuild/linux-arm@0.17.19': optional: true '@esbuild/linux-arm@0.20.2': @@ -25389,270 +26322,309 @@ snapshots: '@esbuild/linux-arm@0.21.5': optional: true - '@esbuild/linux-arm@0.23.1': - optional: true - - '@esbuild/linux-arm@0.24.0': + '@esbuild/linux-arm@0.25.12': optional: true '@esbuild/linux-ia32@0.17.19': optional: true - '@esbuild/linux-ia32@0.19.12': - optional: true - '@esbuild/linux-ia32@0.20.2': optional: true '@esbuild/linux-ia32@0.21.5': optional: true - '@esbuild/linux-ia32@0.23.1': - optional: true - - '@esbuild/linux-ia32@0.24.0': + '@esbuild/linux-ia32@0.25.12': optional: true '@esbuild/linux-loong64@0.17.19': optional: true - '@esbuild/linux-loong64@0.19.12': - optional: true - '@esbuild/linux-loong64@0.20.2': optional: true '@esbuild/linux-loong64@0.21.5': optional: true - '@esbuild/linux-loong64@0.23.1': - optional: true - - '@esbuild/linux-loong64@0.24.0': + '@esbuild/linux-loong64@0.25.12': optional: true '@esbuild/linux-mips64el@0.17.19': optional: true - '@esbuild/linux-mips64el@0.19.12': - optional: true - '@esbuild/linux-mips64el@0.20.2': optional: true '@esbuild/linux-mips64el@0.21.5': optional: true - '@esbuild/linux-mips64el@0.23.1': - optional: true - - '@esbuild/linux-mips64el@0.24.0': + '@esbuild/linux-mips64el@0.25.12': optional: true '@esbuild/linux-ppc64@0.17.19': optional: true - '@esbuild/linux-ppc64@0.19.12': - optional: true - '@esbuild/linux-ppc64@0.20.2': optional: true '@esbuild/linux-ppc64@0.21.5': optional: true - '@esbuild/linux-ppc64@0.23.1': - optional: true - - '@esbuild/linux-ppc64@0.24.0': + '@esbuild/linux-ppc64@0.25.12': optional: true '@esbuild/linux-riscv64@0.17.19': optional: true - '@esbuild/linux-riscv64@0.19.12': - optional: true - '@esbuild/linux-riscv64@0.20.2': optional: true '@esbuild/linux-riscv64@0.21.5': optional: true - '@esbuild/linux-riscv64@0.23.1': - optional: true - - '@esbuild/linux-riscv64@0.24.0': + '@esbuild/linux-riscv64@0.25.12': optional: true '@esbuild/linux-s390x@0.17.19': optional: true - '@esbuild/linux-s390x@0.19.12': - optional: true - '@esbuild/linux-s390x@0.20.2': optional: true '@esbuild/linux-s390x@0.21.5': optional: true - '@esbuild/linux-s390x@0.23.1': - optional: true - - '@esbuild/linux-s390x@0.24.0': + '@esbuild/linux-s390x@0.25.12': optional: true '@esbuild/linux-x64@0.17.19': optional: true - '@esbuild/linux-x64@0.19.12': - optional: true - '@esbuild/linux-x64@0.20.2': optional: true '@esbuild/linux-x64@0.21.5': optional: true - '@esbuild/linux-x64@0.23.1': + '@esbuild/linux-x64@0.25.12': optional: true - '@esbuild/linux-x64@0.24.0': + '@esbuild/netbsd-arm64@0.25.12': optional: true '@esbuild/netbsd-x64@0.17.19': optional: true - '@esbuild/netbsd-x64@0.19.12': - optional: true - '@esbuild/netbsd-x64@0.20.2': optional: true '@esbuild/netbsd-x64@0.21.5': optional: true - '@esbuild/netbsd-x64@0.23.1': - optional: true - - '@esbuild/netbsd-x64@0.24.0': - optional: true - - '@esbuild/openbsd-arm64@0.23.1': + '@esbuild/netbsd-x64@0.25.12': optional: true - '@esbuild/openbsd-arm64@0.24.0': + '@esbuild/openbsd-arm64@0.25.12': optional: true '@esbuild/openbsd-x64@0.17.19': optional: true - '@esbuild/openbsd-x64@0.19.12': - optional: true - '@esbuild/openbsd-x64@0.20.2': optional: true '@esbuild/openbsd-x64@0.21.5': optional: true - '@esbuild/openbsd-x64@0.23.1': + '@esbuild/openbsd-x64@0.25.12': optional: true - '@esbuild/openbsd-x64@0.24.0': + '@esbuild/openharmony-arm64@0.25.12': optional: true '@esbuild/sunos-x64@0.17.19': optional: true - '@esbuild/sunos-x64@0.19.12': - optional: true - '@esbuild/sunos-x64@0.20.2': optional: true '@esbuild/sunos-x64@0.21.5': optional: true - '@esbuild/sunos-x64@0.23.1': - optional: true - - '@esbuild/sunos-x64@0.24.0': + '@esbuild/sunos-x64@0.25.12': optional: true '@esbuild/win32-arm64@0.17.19': optional: true - '@esbuild/win32-arm64@0.19.12': - optional: true - '@esbuild/win32-arm64@0.20.2': optional: true '@esbuild/win32-arm64@0.21.5': optional: true - '@esbuild/win32-arm64@0.23.1': - optional: true - - '@esbuild/win32-arm64@0.24.0': + '@esbuild/win32-arm64@0.25.12': optional: true '@esbuild/win32-ia32@0.17.19': optional: true - '@esbuild/win32-ia32@0.19.12': - optional: true - '@esbuild/win32-ia32@0.20.2': optional: true '@esbuild/win32-ia32@0.21.5': optional: true - '@esbuild/win32-ia32@0.23.1': - optional: true - - '@esbuild/win32-ia32@0.24.0': + '@esbuild/win32-ia32@0.25.12': optional: true '@esbuild/win32-x64@0.17.19': optional: true - '@esbuild/win32-x64@0.19.12': - optional: true - '@esbuild/win32-x64@0.20.2': optional: true '@esbuild/win32-x64@0.21.5': optional: true - '@esbuild/win32-x64@0.23.1': + '@esbuild/win32-x64@0.25.12': optional: true - '@esbuild/win32-x64@0.24.0': - optional: true + '@eslint-community/eslint-utils@4.4.1(eslint@9.39.2(jiti@2.6.1))': + dependencies: + eslint: 9.39.2(jiti@2.6.1) + eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.4.1(eslint@9.16.0(jiti@2.4.1))': + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))': dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/config-array@0.19.0': + '@eslint-react/ast@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@eslint-react/eff': 1.53.1 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + transitivePeerDependencies: + - eslint + - supports-color + - typescript + + '@eslint-react/core@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + birecord: 0.1.1 + ts-pattern: 5.9.0 + transitivePeerDependencies: + - eslint + - supports-color + - typescript + + '@eslint-react/eff@1.53.1': {} + + '@eslint-react/eslint-plugin@1.53.1(eslint@9.39.2(jiti@2.6.1))(ts-api-utils@2.4.0(typescript@5.7.2))(typescript@5.7.2)': + dependencies: + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + eslint-plugin-react-debug: 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-react-dom: 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-react-hooks-extra: 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-react-naming-convention: 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-react-web-api: 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-react-x: 1.53.1(eslint@9.39.2(jiti@2.6.1))(ts-api-utils@2.4.0(typescript@5.7.2))(typescript@5.7.2) + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + - ts-api-utils + + '@eslint-react/kit@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@eslint-react/eff': 1.53.1 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + ts-pattern: 5.9.0 + zod: 4.3.5 + transitivePeerDependencies: + - eslint + - supports-color + - typescript + + '@eslint-react/shared@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + ts-pattern: 5.9.0 + zod: 4.3.5 + transitivePeerDependencies: + - eslint + - supports-color + - typescript + + '@eslint-react/var@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + transitivePeerDependencies: + - eslint + - supports-color + - typescript + + '@eslint/compat@1.4.1(eslint@9.39.2(jiti@2.6.1))': + dependencies: + '@eslint/core': 0.17.0 + optionalDependencies: + eslint: 9.39.2(jiti@2.6.1) + + '@eslint/config-array@0.21.1': dependencies: - '@eslint/object-schema': 2.1.4 + '@eslint/object-schema': 2.1.7 debug: 4.3.7(supports-color@8.1.1) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@eslint/core@0.9.0': {} + '@eslint/config-helpers@0.4.2': + dependencies: + '@eslint/core': 0.17.0 + + '@eslint/core@0.14.0': + dependencies: + '@types/json-schema': 7.0.15 + + '@eslint/core@0.15.2': + dependencies: + '@types/json-schema': 7.0.15 - '@eslint/eslintrc@3.2.0': + '@eslint/core@0.17.0': + dependencies: + '@types/json-schema': 7.0.15 + + '@eslint/eslintrc@3.3.3': dependencies: ajv: 6.12.6 debug: 4.3.7(supports-color@8.1.1) @@ -25660,25 +26632,44 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.0 - js-yaml: 4.1.0 + js-yaml: 4.1.1 minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - '@eslint/js@9.16.0': {} + '@eslint/js@9.39.2': {} + + '@eslint/markdown@6.6.0': + dependencies: + '@eslint/core': 0.14.0 + '@eslint/plugin-kit': 0.3.5 + github-slugger: 2.0.0 + mdast-util-from-markdown: 2.0.2 + mdast-util-frontmatter: 2.0.1 + mdast-util-gfm: 3.0.0 + micromark-extension-frontmatter: 2.0.0 + micromark-extension-gfm: 3.0.0 + transitivePeerDependencies: + - supports-color + + '@eslint/object-schema@2.1.7': {} - '@eslint/object-schema@2.1.4': {} + '@eslint/plugin-kit@0.3.5': + dependencies: + '@eslint/core': 0.15.2 + levn: 0.4.1 - '@eslint/plugin-kit@0.2.3': + '@eslint/plugin-kit@0.4.1': dependencies: + '@eslint/core': 0.17.0 levn: 0.4.1 '@expo/bunyan@4.0.1': dependencies: uuid: 8.3.2 - '@expo/cli@0.18.14(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.1)(utf-8-validate@5.0.10)': + '@expo/cli@0.18.31(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.3)(utf-8-validate@5.0.10)': dependencies: '@babel/runtime': 7.26.0 '@expo/code-signing-certificates': 0.0.5 @@ -25692,16 +26683,17 @@ snapshots: '@expo/osascript': 2.1.4 '@expo/package-manager': 1.6.1 '@expo/plist': 0.1.3 - '@expo/prebuild-config': 7.0.3(encoding@0.1.13)(expo-modules-autolinking@1.11.1) + '@expo/prebuild-config': 7.0.9(encoding@0.1.13)(expo-modules-autolinking@1.11.3) '@expo/rudder-sdk-node': 1.1.1(encoding@0.1.13) '@expo/spawn-async': 1.7.2 '@expo/xcpretty': 4.3.1 - '@react-native/dev-middleware': 0.74.88(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@react-native/dev-middleware': 0.74.85(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) '@urql/core': 2.3.6(graphql@15.8.0) '@urql/exchange-retry': 0.3.0(graphql@15.8.0) accepts: 1.3.8 arg: 5.0.2 better-opn: 3.0.2 + bplist-creator: 0.0.7 bplist-parser: 0.3.2 cacache: 18.0.4 chalk: 4.1.2 @@ -25763,63 +26755,53 @@ snapshots: - supports-color - utf-8-validate - '@expo/cli@0.18.19(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.1)(utf-8-validate@5.0.10)': + '@expo/cli@0.26.9(bufferutil@4.0.8)(expo-router@3.5.24(zhluy2b765xhtvfpzx7m2vxwka))(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10))(graphql@15.8.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(utf-8-validate@5.0.10)': dependencies: - '@babel/runtime': 7.26.0 + '@0no-co/graphql.web': 1.2.0(graphql@15.8.0) '@expo/code-signing-certificates': 0.0.5 - '@expo/config': 9.0.4 - '@expo/config-plugins': 8.0.11 + '@expo/config': 12.0.13 + '@expo/config-plugins': 11.0.7 '@expo/devcert': 1.1.4 - '@expo/env': 0.3.0 - '@expo/image-utils': 0.5.1(encoding@0.1.13) - '@expo/json-file': 8.3.3 - '@expo/metro-config': 0.18.11 - '@expo/osascript': 2.1.4 - '@expo/package-manager': 1.6.1 - '@expo/plist': 0.1.3 - '@expo/prebuild-config': 7.0.6(encoding@0.1.13)(expo-modules-autolinking@1.11.1) - '@expo/rudder-sdk-node': 1.1.1(encoding@0.1.13) + '@expo/env': 2.0.8 + '@expo/image-utils': 0.8.8 + '@expo/json-file': 10.0.8 + '@expo/metro': 0.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@expo/metro-config': 0.21.11(bufferutil@4.0.8)(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10))(utf-8-validate@5.0.10) + '@expo/osascript': 2.3.8 + '@expo/package-manager': 1.9.9 + '@expo/plist': 0.4.8 + '@expo/prebuild-config': 10.0.8(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + '@expo/schema-utils': 0.1.8 + '@expo/server': 0.7.5 '@expo/spawn-async': 1.7.2 + '@expo/ws-tunnel': 1.0.6 '@expo/xcpretty': 4.3.1 - '@react-native/dev-middleware': 0.74.84(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - '@urql/core': 2.3.6(graphql@15.8.0) - '@urql/exchange-retry': 0.3.0(graphql@15.8.0) + '@react-native/dev-middleware': 0.81.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@urql/core': 5.2.0(graphql@15.8.0) + '@urql/exchange-retry': 1.3.2(@urql/core@5.2.0(graphql@15.8.0)) accepts: 1.3.8 arg: 5.0.2 better-opn: 3.0.2 - bplist-creator: 0.0.7 + bplist-creator: 0.1.0 bplist-parser: 0.3.2 - cacache: 18.0.4 chalk: 4.1.2 ci-info: 3.9.0 + compression: 1.7.5 connect: 3.7.0 debug: 4.3.7(supports-color@8.1.1) env-editor: 0.4.2 - fast-glob: 3.3.2 - find-yarn-workspace-root: 2.0.0 - form-data: 3.0.2 + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) freeport-async: 2.0.0 - fs-extra: 8.1.0 - getenv: 1.0.0 - glob: 7.2.3 - graphql: 15.8.0 - graphql-tag: 2.12.6(graphql@15.8.0) - https-proxy-agent: 5.0.1 - internal-ip: 4.3.0 - is-docker: 2.2.1 - is-wsl: 2.2.0 - js-yaml: 3.14.1 - json-schema-deref-sync: 0.13.0 - lodash.debounce: 4.0.8 - md5hex: 1.0.0 - minimatch: 3.1.2 - node-fetch: 2.7.0(encoding@0.1.13) + getenv: 2.0.0 + glob: 10.4.5 + lan-network: 0.1.7 + minimatch: 9.0.5 node-forge: 1.3.1 - npm-package-arg: 7.0.0 - open: 8.4.2 + npm-package-arg: 11.0.3 ora: 3.4.0 picomatch: 3.0.1 pretty-bytes: 5.6.0 + pretty-format: 29.7.0 progress: 2.0.3 prompts: 2.4.2 qrcode-terminal: 0.11.0 @@ -25827,25 +26809,24 @@ snapshots: requireg: 0.2.2 resolve: 1.22.8 resolve-from: 5.0.0 - resolve.exports: 2.0.2 + resolve.exports: 2.0.3 semver: 7.6.3 - send: 0.18.0 + send: 0.19.0 slugify: 1.6.6 source-map-support: 0.5.21 stacktrace-parser: 0.1.10 structured-headers: 0.4.1 - tar: 6.2.1 - temp-dir: 2.0.0 - tempy: 0.7.1 + tar: 7.5.2 terminal-link: 2.1.1 - text-table: 0.2.0 - url-join: 4.0.0 + undici: 6.21.0 wrap-ansi: 7.0.0 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + optionalDependencies: + expo-router: 3.5.24(zhluy2b765xhtvfpzx7m2vxwka) + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - - encoding - - expo-modules-autolinking + - graphql - supports-color - utf-8-validate @@ -25854,19 +26835,16 @@ snapshots: node-forge: 1.3.1 nullthrows: 1.1.1 - '@expo/config-plugins@7.9.2': + '@expo/config-plugins@11.0.7': dependencies: - '@expo/config-types': 50.0.1 - '@expo/fingerprint': 0.6.1 - '@expo/json-file': 8.3.3 - '@expo/plist': 0.1.3 + '@expo/config-types': 54.0.10 + '@expo/json-file': 10.0.8 + '@expo/plist': 0.4.8 '@expo/sdk-runtime-versions': 1.0.0 - '@react-native/normalize-color': 2.1.0 chalk: 4.1.2 debug: 4.3.7(supports-color@8.1.1) - find-up: 5.0.0 - getenv: 1.0.0 - glob: 7.1.6 + getenv: 2.0.0 + glob: 10.4.5 resolve-from: 5.0.0 semver: 7.6.3 slash: 3.0.0 @@ -25876,12 +26854,33 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/config-plugins@8.0.11': + '@expo/config-plugins@54.0.4': dependencies: - '@expo/config-types': 51.0.3 + '@expo/config-types': 54.0.10 + '@expo/json-file': 10.0.8 + '@expo/plist': 0.4.8 + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.3.7(supports-color@8.1.1) + getenv: 2.0.0 + glob: 13.0.0 + resolve-from: 5.0.0 + semver: 7.6.3 + slash: 3.0.0 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + + '@expo/config-plugins@7.9.2': + dependencies: + '@expo/config-types': 50.0.1 + '@expo/fingerprint': 0.6.1 '@expo/json-file': 8.3.3 '@expo/plist': 0.1.3 '@expo/sdk-runtime-versions': 1.0.0 + '@react-native/normalize-color': 2.1.0 chalk: 4.1.2 debug: 4.3.7(supports-color@8.1.1) find-up: 5.0.0 @@ -25896,7 +26895,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/config-plugins@8.0.4': + '@expo/config-plugins@8.0.11': dependencies: '@expo/config-types': 51.0.3 '@expo/json-file': 8.3.3 @@ -25920,33 +26919,37 @@ snapshots: '@expo/config-types@51.0.3': {} - '@expo/config@8.5.6': + '@expo/config-types@54.0.10': {} + + '@expo/config@12.0.13': dependencies: '@babel/code-frame': 7.10.4 - '@expo/config-plugins': 7.9.2 - '@expo/config-types': 50.0.1 - '@expo/json-file': 8.3.3 - getenv: 1.0.0 - glob: 7.1.6 + '@expo/config-plugins': 54.0.4 + '@expo/config-types': 54.0.10 + '@expo/json-file': 10.0.8 + deepmerge: 4.3.1 + getenv: 2.0.0 + glob: 13.0.0 require-from-string: 2.0.2 resolve-from: 5.0.0 - semver: 7.5.3 + resolve-workspace-root: 2.0.0 + semver: 7.6.3 slugify: 1.6.6 - sucrase: 3.34.0 + sucrase: 3.35.1 transitivePeerDependencies: - supports-color - '@expo/config@9.0.1': + '@expo/config@8.5.6': dependencies: '@babel/code-frame': 7.10.4 - '@expo/config-plugins': 8.0.11 - '@expo/config-types': 51.0.3 + '@expo/config-plugins': 7.9.2 + '@expo/config-types': 50.0.1 '@expo/json-file': 8.3.3 getenv: 1.0.0 glob: 7.1.6 require-from-string: 2.0.2 resolve-from: 5.0.0 - semver: 7.6.3 + semver: 7.5.3 slugify: 1.6.6 sucrase: 3.34.0 transitivePeerDependencies: @@ -25995,6 +26998,16 @@ snapshots: transitivePeerDependencies: - supports-color + '@expo/env@2.0.8': + dependencies: + chalk: 4.1.2 + debug: 4.3.7(supports-color@8.1.1) + dotenv: 16.4.5 + dotenv-expand: 11.0.7 + getenv: 2.0.0 + transitivePeerDependencies: + - supports-color + '@expo/fingerprint@0.6.1': dependencies: '@expo/spawn-async': 1.7.2 @@ -26022,6 +27035,24 @@ snapshots: transitivePeerDependencies: - encoding + '@expo/image-utils@0.8.8': + dependencies: + '@expo/spawn-async': 1.7.2 + chalk: 4.1.2 + getenv: 2.0.0 + jimp-compact: 0.16.1 + parse-png: 2.1.0 + resolve-from: 5.0.0 + resolve-global: 1.0.0 + semver: 7.6.3 + temp-dir: 2.0.0 + unique-string: 2.0.0 + + '@expo/json-file@10.0.8': + dependencies: + '@babel/code-frame': 7.10.4 + json5: 2.2.3 + '@expo/json-file@8.3.3': dependencies: '@babel/code-frame': 7.10.4 @@ -26057,38 +27088,69 @@ snapshots: transitivePeerDependencies: - supports-color - '@expo/metro-config@0.18.3': + '@expo/metro-config@0.21.11(bufferutil@4.0.8)(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10))(utf-8-validate@5.0.10)': dependencies: + '@babel/code-frame': 7.26.2 '@babel/core': 7.26.0 '@babel/generator': 7.26.2 - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 - '@expo/config': 9.0.4 - '@expo/env': 0.3.0 - '@expo/json-file': 8.3.3 + '@expo/config': 12.0.13 + '@expo/env': 2.0.8 + '@expo/json-file': 10.0.8 + '@expo/metro': 0.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@expo/spawn-async': 1.7.2 + browserslist: 4.28.1 chalk: 4.1.2 debug: 4.3.7(supports-color@8.1.1) - find-yarn-workspace-root: 2.0.0 - fs-extra: 9.1.0 - getenv: 1.0.0 - glob: 7.2.3 + dotenv: 16.4.5 + dotenv-expand: 11.0.7 + getenv: 2.0.0 + glob: 10.4.5 + hermes-parser: 0.29.1 jsc-safe-url: 0.2.4 - lightningcss: 1.19.0 + lightningcss: 1.27.0 + minimatch: 9.0.5 postcss: 8.4.49 resolve-from: 5.0.0 + optionalDependencies: + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) transitivePeerDependencies: + - bufferutil - supports-color + - utf-8-validate '@expo/metro-runtime@3.2.3(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))': dependencies: react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + '@expo/metro@0.1.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + dependencies: + metro: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-babel-transformer: 0.83.1 + metro-cache: 0.83.1 + metro-cache-key: 0.83.1 + metro-config: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-core: 0.83.1 + metro-file-map: 0.83.1 + metro-resolver: 0.83.1 + metro-runtime: 0.83.1 + metro-source-map: 0.83.1 + metro-transform-plugins: 0.83.1 + metro-transform-worker: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@expo/osascript@2.1.4': dependencies: '@expo/spawn-async': 1.7.2 exec-async: 2.2.0 + '@expo/osascript@2.3.8': + dependencies: + '@expo/spawn-async': 1.7.2 + exec-async: 2.2.0 + '@expo/package-manager@1.6.1': dependencies: '@expo/json-file': 9.0.0 @@ -26104,49 +27166,44 @@ snapshots: split: 1.0.1 sudo-prompt: 9.1.1 + '@expo/package-manager@1.9.9': + dependencies: + '@expo/json-file': 10.0.8 + '@expo/spawn-async': 1.7.2 + chalk: 4.1.2 + npm-package-arg: 11.0.3 + ora: 3.4.0 + resolve-workspace-root: 2.0.0 + '@expo/plist@0.1.3': dependencies: '@xmldom/xmldom': 0.7.13 base64-js: 1.5.1 xmlbuilder: 14.0.0 - '@expo/prebuild-config@7.0.3(encoding@0.1.13)(expo-modules-autolinking@1.11.1)': + '@expo/plist@0.4.8': dependencies: - '@expo/config': 9.0.4 - '@expo/config-plugins': 8.0.11 - '@expo/config-types': 51.0.3 - '@expo/image-utils': 0.5.1(encoding@0.1.13) - '@expo/json-file': 8.3.3 - '@react-native/normalize-colors': 0.74.88 - debug: 4.3.7(supports-color@8.1.1) - expo-modules-autolinking: 1.11.1 - fs-extra: 9.1.0 - resolve-from: 5.0.0 - semver: 7.6.3 - xml2js: 0.6.0 - transitivePeerDependencies: - - encoding - - supports-color + '@xmldom/xmldom': 0.8.10 + base64-js: 1.5.1 + xmlbuilder: 15.1.1 - '@expo/prebuild-config@7.0.6(encoding@0.1.13)(expo-modules-autolinking@1.11.1)': + '@expo/prebuild-config@10.0.8(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10))': dependencies: - '@expo/config': 9.0.4 - '@expo/config-plugins': 8.0.11 - '@expo/config-types': 51.0.3 - '@expo/image-utils': 0.5.1(encoding@0.1.13) - '@expo/json-file': 8.3.3 - '@react-native/normalize-colors': 0.74.84 + '@expo/config': 12.0.13 + '@expo/config-plugins': 11.0.7 + '@expo/config-types': 54.0.10 + '@expo/image-utils': 0.8.8 + '@expo/json-file': 10.0.8 + '@react-native/normalize-colors': 0.81.1 debug: 4.3.7(supports-color@8.1.1) - expo-modules-autolinking: 1.11.1 - fs-extra: 9.1.0 + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) resolve-from: 5.0.0 semver: 7.6.3 xml2js: 0.6.0 transitivePeerDependencies: - - encoding - supports-color - '@expo/prebuild-config@7.0.9(encoding@0.1.13)(expo-modules-autolinking@1.11.1)': + '@expo/prebuild-config@7.0.9(encoding@0.1.13)(expo-modules-autolinking@1.11.3)': dependencies: '@expo/config': 9.0.4 '@expo/config-plugins': 8.0.11 @@ -26155,7 +27212,7 @@ snapshots: '@expo/json-file': 8.3.3 '@react-native/normalize-colors': 0.74.85 debug: 4.3.7(supports-color@8.1.1) - expo-modules-autolinking: 1.11.1 + expo-modules-autolinking: 1.11.3 fs-extra: 9.1.0 resolve-from: 5.0.0 semver: 7.6.3 @@ -26176,6 +27233,8 @@ snapshots: transitivePeerDependencies: - encoding + '@expo/schema-utils@0.1.8': {} + '@expo/sdk-runtime-versions@1.0.0': {} '@expo/server@0.4.4(typescript@5.7.2)': @@ -26188,6 +27247,13 @@ snapshots: - supports-color - typescript + '@expo/server@0.7.5': + dependencies: + abort-controller: 3.0.0 + debug: 4.3.7(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color + '@expo/spawn-async@1.7.2': dependencies: cross-spawn: 7.0.6 @@ -26196,6 +27262,8 @@ snapshots: dependencies: prop-types: 15.8.1 + '@expo/ws-tunnel@1.0.6': {} + '@expo/xcpretty@4.3.1': dependencies: '@babel/code-frame': 7.10.4 @@ -26209,23 +27277,44 @@ snapshots: dependencies: '@floating-ui/utils': 0.2.8 + '@floating-ui/core@1.7.3': + dependencies: + '@floating-ui/utils': 0.2.10 + '@floating-ui/dom@1.6.12': dependencies: '@floating-ui/core': 1.6.8 '@floating-ui/utils': 0.2.8 + '@floating-ui/dom@1.7.4': + dependencies: + '@floating-ui/core': 1.7.3 + '@floating-ui/utils': 0.2.10 + '@floating-ui/react-dom@2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/dom': 1.6.12 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + '@floating-ui/react-dom@2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@floating-ui/dom': 1.7.4 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + '@floating-ui/react-native@0.10.7(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@floating-ui/core': 1.6.8 react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + '@floating-ui/react-native@0.10.7(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@floating-ui/core': 1.6.8 + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + '@floating-ui/react@0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react-dom': 2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -26234,11 +27323,21 @@ snapshots: react-dom: 18.3.1(react@18.3.1) tabbable: 6.2.0 + '@floating-ui/react@0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@floating-ui/react-dom': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/utils': 0.2.10 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + tabbable: 6.2.0 + + '@floating-ui/utils@0.2.10': {} + '@floating-ui/utils@0.2.8': {} '@formkit/tempo@0.1.2': {} - '@graphql-eslint/eslint-plugin@3.20.1(@babel/core@7.26.0)(@types/node@22.5.5)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10)': + '@graphql-eslint/eslint-plugin@3.20.1(@babel/core@7.26.0)(@types/node@22.19.3)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10)': dependencies: '@babel/code-frame': 7.26.2 '@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.26.0)(graphql@15.8.0) @@ -26248,7 +27347,7 @@ snapshots: debug: 4.3.7(supports-color@8.1.1) fast-glob: 3.3.2 graphql: 15.8.0 - graphql-config: 4.5.0(@types/node@22.5.5)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10) + graphql-config: 4.5.0(@types/node@22.19.3)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10) graphql-depth-limit: 1.1.0(graphql@15.8.0) lodash.lowercase: 4.3.0 tslib: 2.8.1 @@ -26306,7 +27405,7 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@0.1.10(@types/node@22.5.5)(graphql@15.8.0)': + '@graphql-tools/executor-http@0.1.10(@types/node@22.19.3)(graphql@15.8.0)': dependencies: '@graphql-tools/utils': 9.2.1(graphql@15.8.0) '@repeaterjs/repeater': 3.0.6 @@ -26314,7 +27413,7 @@ snapshots: dset: 3.1.4 extract-files: 11.0.0 graphql: 15.8.0 - meros: 1.3.0(@types/node@22.5.5) + meros: 1.3.0(@types/node@22.19.3) tslib: 2.8.1 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -26341,15 +27440,6 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - '@graphql-tools/executor@1.3.5(graphql@16.9.0)': - dependencies: - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) - '@repeaterjs/repeater': 3.0.6 - graphql: 16.9.0 - tslib: 2.8.1 - value-or-promise: 1.0.12 - '@graphql-tools/graphql-file-loader@7.5.17(graphql@15.8.0)': dependencies: '@graphql-tools/import': 6.7.18(graphql@15.8.0) @@ -26401,20 +27491,6 @@ snapshots: graphql: 15.8.0 tslib: 2.8.1 - '@graphql-tools/merge@9.0.11(graphql@16.9.0)': - dependencies: - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) - graphql: 16.9.0 - tslib: 2.8.1 - - '@graphql-tools/schema@10.0.10(graphql@16.9.0)': - dependencies: - '@graphql-tools/merge': 9.0.11(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) - graphql: 16.9.0 - tslib: 2.8.1 - value-or-promise: 1.0.12 - '@graphql-tools/schema@9.0.19(graphql@15.8.0)': dependencies: '@graphql-tools/merge': 8.4.2(graphql@15.8.0) @@ -26423,12 +27499,12 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - '@graphql-tools/url-loader@7.17.18(@types/node@22.5.5)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10)': + '@graphql-tools/url-loader@7.17.18(@types/node@22.19.3)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10)': dependencies: '@ardatan/sync-fetch': 0.0.1(encoding@0.1.13) '@graphql-tools/delegate': 9.0.35(graphql@15.8.0) '@graphql-tools/executor-graphql-ws': 0.0.14(bufferutil@4.0.8)(graphql@15.8.0)(utf-8-validate@5.0.10) - '@graphql-tools/executor-http': 0.1.10(@types/node@22.5.5)(graphql@15.8.0) + '@graphql-tools/executor-http': 0.1.10(@types/node@22.19.3)(graphql@15.8.0) '@graphql-tools/executor-legacy-ws': 0.0.11(bufferutil@4.0.8)(graphql@15.8.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 9.2.1(graphql@15.8.0) '@graphql-tools/wrap': 9.4.2(graphql@15.8.0) @@ -26445,14 +27521,6 @@ snapshots: - encoding - utf-8-validate - '@graphql-tools/utils@10.6.1(graphql@16.9.0)': - dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) - cross-inspect: 1.0.1 - dset: 3.1.4 - graphql: 16.9.0 - tslib: 2.8.1 - '@graphql-tools/utils@9.2.1(graphql@15.8.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@15.8.0) @@ -26472,26 +27540,6 @@ snapshots: dependencies: graphql: 15.8.0 - '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': - dependencies: - graphql: 16.9.0 - - '@graphql-yoga/logger@1.0.0': - dependencies: - tslib: 2.8.1 - - '@graphql-yoga/subscription@4.0.0': - dependencies: - '@graphql-yoga/typed-event-target': 2.0.0 - '@repeaterjs/repeater': 3.0.6 - '@whatwg-node/events': 0.1.2 - tslib: 2.8.1 - - '@graphql-yoga/typed-event-target@2.0.0': - dependencies: - '@repeaterjs/repeater': 3.0.6 - tslib: 2.8.1 - '@hapi/accept@5.0.2': dependencies: '@hapi/boom': 9.1.4 @@ -26520,6 +27568,7 @@ snapshots: transitivePeerDependencies: - bufferutil - utf-8-validate + optional: true '@humanfs/core@0.19.1': {} @@ -26532,41 +27581,119 @@ snapshots: '@humanwhocodes/retry@0.3.1': {} - '@humanwhocodes/retry@0.4.1': {} + '@humanwhocodes/retry@0.4.3': {} + + '@img/sharp-darwin-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-arm64': 1.0.4 + optional: true + + '@img/sharp-darwin-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-darwin-x64': 1.0.4 + optional: true + + '@img/sharp-libvips-darwin-arm64@1.0.4': + optional: true + + '@img/sharp-libvips-darwin-x64@1.0.4': + optional: true + + '@img/sharp-libvips-linux-arm64@1.0.4': + optional: true + + '@img/sharp-libvips-linux-arm@1.0.5': + optional: true + + '@img/sharp-libvips-linux-s390x@1.0.4': + optional: true + + '@img/sharp-libvips-linux-x64@1.0.4': + optional: true + + '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + optional: true + + '@img/sharp-libvips-linuxmusl-x64@1.0.4': + optional: true - '@inquirer/checkbox@4.0.2(@types/node@22.5.5)': + '@img/sharp-linux-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm64': 1.0.4 + optional: true + + '@img/sharp-linux-arm@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm': 1.0.5 + optional: true + + '@img/sharp-linux-s390x@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-s390x': 1.0.4 + optional: true + + '@img/sharp-linux-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linux-x64': 1.0.4 + optional: true + + '@img/sharp-linuxmusl-arm64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + optional: true + + '@img/sharp-linuxmusl-x64@0.33.5': + optionalDependencies: + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + optional: true + + '@img/sharp-wasm32@0.33.5': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/figures': 1.0.8 - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 + '@emnapi/runtime': 1.3.1 + optional: true + + '@img/sharp-win32-ia32@0.33.5': + optional: true + + '@img/sharp-win32-x64@0.33.5': + optional: true + + '@inquirer/ansi@1.0.2': {} + + '@inquirer/checkbox@4.3.2(@types/node@22.19.3)': + dependencies: + '@inquirer/ansi': 1.0.2 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@22.19.3) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 22.19.3 '@inquirer/confirm@3.2.0': dependencies: '@inquirer/core': 9.2.1 '@inquirer/type': 1.5.5 - '@inquirer/confirm@5.0.2(@types/node@22.5.5)': + '@inquirer/confirm@5.1.21(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + optionalDependencies: + '@types/node': 22.19.3 - '@inquirer/core@10.1.0(@types/node@22.5.5)': + '@inquirer/core@10.3.2(@types/node@22.19.3)': dependencies: - '@inquirer/figures': 1.0.8 - '@inquirer/type': 3.0.1(@types/node@22.5.5) - ansi-escapes: 4.3.2 + '@inquirer/ansi': 1.0.2 + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@22.19.3) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 - strip-ansi: 6.0.1 wrap-ansi: 6.2.0 - yoctocolors-cjs: 2.1.2 - transitivePeerDependencies: - - '@types/node' + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 22.19.3 '@inquirer/core@3.1.2': dependencies: @@ -26589,7 +27716,7 @@ snapshots: '@inquirer/figures': 1.0.8 '@inquirer/type': 2.0.0 '@types/mute-stream': 0.0.4 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 cli-width: 4.1.0 @@ -26599,19 +27726,30 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 - '@inquirer/editor@4.1.0(@types/node@22.5.5)': + '@inquirer/editor@4.2.23(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - external-editor: 3.1.0 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/external-editor': 1.0.3(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + optionalDependencies: + '@types/node': 22.19.3 - '@inquirer/expand@4.0.2(@types/node@22.5.5)': + '@inquirer/expand@4.0.23(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 22.19.3 + + '@inquirer/external-editor@1.0.3(@types/node@22.19.3)': + dependencies: + chardet: 2.1.1 + iconv-lite: 0.7.1 + optionalDependencies: + '@types/node': 22.19.3 + + '@inquirer/figures@1.0.15': {} '@inquirer/figures@1.0.8': {} @@ -26620,53 +27758,73 @@ snapshots: '@inquirer/core': 9.2.1 '@inquirer/type': 1.5.5 - '@inquirer/input@4.0.2(@types/node@22.5.5)': - dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - - '@inquirer/number@3.0.2(@types/node@22.5.5)': + '@inquirer/input@4.3.1(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + optionalDependencies: + '@types/node': 22.19.3 - '@inquirer/password@4.0.2(@types/node@22.5.5)': + '@inquirer/number@3.0.23(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - ansi-escapes: 4.3.2 - - '@inquirer/prompts@7.1.0(@types/node@22.5.5)': - dependencies: - '@inquirer/checkbox': 4.0.2(@types/node@22.5.5) - '@inquirer/confirm': 5.0.2(@types/node@22.5.5) - '@inquirer/editor': 4.1.0(@types/node@22.5.5) - '@inquirer/expand': 4.0.2(@types/node@22.5.5) - '@inquirer/input': 4.0.2(@types/node@22.5.5) - '@inquirer/number': 3.0.2(@types/node@22.5.5) - '@inquirer/password': 4.0.2(@types/node@22.5.5) - '@inquirer/rawlist': 4.0.2(@types/node@22.5.5) - '@inquirer/search': 3.0.2(@types/node@22.5.5) - '@inquirer/select': 4.0.2(@types/node@22.5.5) - '@types/node': 22.5.5 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + optionalDependencies: + '@types/node': 22.19.3 - '@inquirer/rawlist@4.0.2(@types/node@22.5.5)': + '@inquirer/password@4.0.23(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 1.0.2 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + optionalDependencies: + '@types/node': 22.19.3 + + '@inquirer/prompts@7.10.1(@types/node@22.19.3)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@22.19.3) + '@inquirer/confirm': 5.1.21(@types/node@22.19.3) + '@inquirer/editor': 4.2.23(@types/node@22.19.3) + '@inquirer/expand': 4.0.23(@types/node@22.19.3) + '@inquirer/input': 4.3.1(@types/node@22.19.3) + '@inquirer/number': 3.0.23(@types/node@22.19.3) + '@inquirer/password': 4.0.23(@types/node@22.19.3) + '@inquirer/rawlist': 4.1.11(@types/node@22.19.3) + '@inquirer/search': 3.2.2(@types/node@22.19.3) + '@inquirer/select': 4.4.2(@types/node@22.19.3) + optionalDependencies: + '@types/node': 22.19.3 + + '@inquirer/prompts@7.2.1(@types/node@22.19.3)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@22.19.3) + '@inquirer/confirm': 5.1.21(@types/node@22.19.3) + '@inquirer/editor': 4.2.23(@types/node@22.19.3) + '@inquirer/expand': 4.0.23(@types/node@22.19.3) + '@inquirer/input': 4.3.1(@types/node@22.19.3) + '@inquirer/number': 3.0.23(@types/node@22.19.3) + '@inquirer/password': 4.0.23(@types/node@22.19.3) + '@inquirer/rawlist': 4.1.11(@types/node@22.19.3) + '@inquirer/search': 3.2.2(@types/node@22.19.3) + '@inquirer/select': 4.4.2(@types/node@22.19.3) + '@types/node': 22.19.3 + + '@inquirer/rawlist@4.1.11(@types/node@22.19.3)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/type': 3.0.10(@types/node@22.19.3) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 22.19.3 - '@inquirer/search@3.0.2(@types/node@22.5.5)': + '@inquirer/search@3.2.2(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/figures': 1.0.8 - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@22.19.3) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 22.19.3 '@inquirer/select@2.5.0': dependencies: @@ -26676,14 +27834,15 @@ snapshots: ansi-escapes: 4.3.2 yoctocolors-cjs: 2.1.2 - '@inquirer/select@4.0.2(@types/node@22.5.5)': + '@inquirer/select@4.4.2(@types/node@22.19.3)': dependencies: - '@inquirer/core': 10.1.0(@types/node@22.5.5) - '@inquirer/figures': 1.0.8 - '@inquirer/type': 3.0.1(@types/node@22.5.5) - '@types/node': 22.5.5 - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 1.0.2 + '@inquirer/core': 10.3.2(@types/node@22.19.3) + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@22.19.3) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 22.19.3 '@inquirer/type@1.5.5': dependencies: @@ -26693,9 +27852,15 @@ snapshots: dependencies: mute-stream: 1.0.0 - '@inquirer/type@3.0.1(@types/node@22.5.5)': + '@inquirer/type@3.0.10(@types/node@22.19.3)': + optionalDependencies: + '@types/node': 22.19.3 + + '@isaacs/balanced-match@4.0.1': {} + + '@isaacs/brace-expansion@5.0.0': dependencies: - '@types/node': 22.5.5 + '@isaacs/balanced-match': 4.0.1 '@isaacs/cliui@8.0.2': dependencies: @@ -26706,6 +27871,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 + '@isaacs/ttlcache@1.4.1': {} '@istanbuljs/load-nyc-config@1.1.0': @@ -26721,27 +27890,36 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))': + '@jest/console@30.2.0': + dependencies: + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + chalk: 4.1.2 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + slash: 3.0.0 + + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -26762,38 +27940,75 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))': dependencies: - '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0 - '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.9.0 - exit: 0.1.2 + ci-info: 4.3.1 + exit-x: 0.2.2 graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 + jest-changed-files: 30.2.0 + jest-config: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 micromatch: 4.0.8 - pretty-format: 29.7.0 + pretty-format: 30.2.0 + slash: 3.0.0 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + ci-info: 4.3.1 + exit-x: 0.2.2 + graceful-fs: 4.2.11 + jest-changed-files: 30.2.0 + jest-config: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 slash: 3.0.0 - strip-ansi: 6.0.1 transitivePeerDependencies: - babel-plugin-macros + - esbuild-register - supports-color - ts-node @@ -26801,17 +28016,34 @@ snapshots: dependencies: '@jest/types': 29.6.3 + '@jest/create-cache-key-function@30.2.0': + dependencies: + '@jest/types': 30.2.0 + + '@jest/diff-sequences@30.0.1': {} + '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 jest-mock: 29.7.0 + '@jest/environment@30.2.0': + dependencies: + '@jest/fake-timers': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + jest-mock: 30.2.0 + '@jest/expect-utils@29.7.0': dependencies: jest-get-type: 29.6.3 + '@jest/expect-utils@30.2.0': + dependencies: + '@jest/get-type': 30.1.0 + '@jest/expect@29.7.0': dependencies: expect: 29.7.0 @@ -26819,15 +28051,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/expect@30.2.0': + dependencies: + expect: 30.2.0 + jest-snapshot: 30.2.0 + transitivePeerDependencies: + - supports-color + '@jest/fake-timers@29.7.0': dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 22.5.5 + '@types/node': 22.19.3 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 + '@jest/fake-timers@30.2.0': + dependencies: + '@jest/types': 30.2.0 + '@sinonjs/fake-timers': 13.0.5 + '@types/node': 22.19.3 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 + + '@jest/get-type@30.1.0': {} + '@jest/globals@29.7.0': dependencies: '@jest/environment': 29.7.0 @@ -26837,6 +28087,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/globals@30.2.0': + dependencies: + '@jest/environment': 30.2.0 + '@jest/expect': 30.2.0 + '@jest/types': 30.2.0 + jest-mock: 30.2.0 + transitivePeerDependencies: + - supports-color + + '@jest/pattern@30.0.1': + dependencies: + '@types/node': 22.19.3 + jest-regex-util: 30.0.1 + '@jest/reporters@29.7.0': dependencies: '@bcoe/v8-coverage': 0.2.3 @@ -26845,7 +28109,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 22.5.5 + '@types/node': 22.19.3 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -26866,16 +28130,61 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/reporters@30.2.0': + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@jridgewell/trace-mapping': 0.3.25 + '@types/node': 22.19.3 + chalk: 4.1.2 + collect-v8-coverage: 1.0.2 + exit-x: 0.2.2 + glob: 10.4.5 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.2 + istanbul-lib-instrument: 6.0.3 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 5.0.6 + istanbul-reports: 3.1.7 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + jest-worker: 30.2.0 + slash: 3.0.0 + string-length: 4.0.2 + v8-to-istanbul: 9.3.0 + transitivePeerDependencies: + - supports-color + '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 + '@jest/schemas@30.0.5': + dependencies: + '@sinclair/typebox': 0.34.46 + + '@jest/snapshot-utils@30.2.0': + dependencies: + '@jest/types': 30.2.0 + chalk: 4.1.2 + graceful-fs: 4.2.11 + natural-compare: 1.4.0 + '@jest/source-map@29.6.3': dependencies: '@jridgewell/trace-mapping': 0.3.25 callsites: 3.1.0 graceful-fs: 4.2.11 + '@jest/source-map@30.0.1': + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + callsites: 3.1.0 + graceful-fs: 4.2.11 + '@jest/test-result@29.7.0': dependencies: '@jest/console': 29.7.0 @@ -26883,6 +28192,13 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 collect-v8-coverage: 1.0.2 + '@jest/test-result@30.2.0': + dependencies: + '@jest/console': 30.2.0 + '@jest/types': 30.2.0 + '@types/istanbul-lib-coverage': 2.0.6 + collect-v8-coverage: 1.0.2 + '@jest/test-sequencer@29.7.0': dependencies: '@jest/test-result': 29.7.0 @@ -26890,6 +28206,13 @@ snapshots: jest-haste-map: 29.7.0 slash: 3.0.0 + '@jest/test-sequencer@30.2.0': + dependencies: + '@jest/test-result': 30.2.0 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + slash: 3.0.0 + '@jest/transform@29.7.0': dependencies: '@babel/core': 7.26.0 @@ -26910,6 +28233,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/transform@30.2.0': + dependencies: + '@babel/core': 7.28.5 + '@jest/types': 30.2.0 + '@jridgewell/trace-mapping': 0.3.25 + babel-plugin-istanbul: 7.0.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + jest-regex-util: 30.0.1 + jest-util: 30.2.0 + micromatch: 4.0.8 + pirates: 4.0.7 + slash: 3.0.0 + write-file-atomic: 5.0.1 + transitivePeerDependencies: + - supports-color + '@jest/types@24.9.0': dependencies: '@types/istanbul-lib-coverage': 2.0.6 @@ -26920,7 +28263,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/yargs': 15.0.19 chalk: 4.1.2 @@ -26929,24 +28272,45 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.5.5 + '@types/node': 22.19.3 + '@types/yargs': 17.0.33 + chalk: 4.1.2 + + '@jest/types@30.2.0': + dependencies: + '@jest/pattern': 30.0.1 + '@jest/schemas': 30.0.5 + '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-reports': 3.0.4 + '@types/node': 22.19.3 '@types/yargs': 17.0.33 chalk: 4.1.2 - '@joshwooding/vite-plugin-react-docgen-typescript@0.4.2(typescript@5.7.2)(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@joshwooding/vite-plugin-react-docgen-typescript@0.5.0(typescript@5.7.2)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: + glob: 10.4.5 magic-string: 0.27.0 react-docgen-typescript: 2.2.2(typescript@5.7.2) - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) optionalDependencies: typescript: 5.7.2 + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.31 + '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/remapping@2.3.5': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} @@ -26958,11 +28322,18 @@ snapshots: '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.31': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -26989,8 +28360,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@kamilkisiela/fast-url-parser@1.1.4': {} - '@kwsites/file-exists@1.1.1': dependencies: debug: 4.3.7(supports-color@8.1.1) @@ -27001,28 +28370,24 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@ljharb/through@2.3.13': - dependencies: - call-bind: 1.0.7 - - '@log4brains/cli-common@1.0.0': + '@log4brains/cli-common@1.1.0': dependencies: chalk: 4.1.2 cli-table3: 0.6.5 inquirer: 7.3.3 ora: 5.4.1 - '@log4brains/cli@1.0.0': + '@log4brains/cli@1.1.0': dependencies: - '@log4brains/cli-common': 1.0.0 - '@log4brains/core': 1.0.0 + '@log4brains/cli-common': 1.1.0 + '@log4brains/core': 1.1.0 commander: 6.2.1 execa: 5.1.1 terminal-link: 2.1.1 transitivePeerDependencies: - supports-color - '@log4brains/core@1.0.0': + '@log4brains/core@1.1.0': dependencies: awilix: 4.3.4 cheerio: 1.0.0-rc.3 @@ -27032,7 +28397,7 @@ snapshots: joi: 17.13.3 launch-editor: 2.9.1 lodash: 4.17.21 - markdown-it: 11.0.1 + markdown-it: 14.1.0 markdown-it-source-map: 0.1.1 moment: 2.30.1 moment-timezone: 0.5.46 @@ -27045,9 +28410,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@log4brains/init@1.0.0': + '@log4brains/init@1.1.0': dependencies: - '@log4brains/cli-common': 1.0.0 + '@log4brains/cli-common': 1.1.0 chalk: 4.1.2 commander: 6.2.1 execa: 4.1.0 @@ -27056,17 +28421,18 @@ snapshots: terminal-link: 2.1.1 yaml: 1.10.2 - '@log4brains/web@1.0.1(@types/react@18.3.12)(sass@1.81.0)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@log4brains/web@1.1.0(bufferutil@4.0.8)(sass@1.97.1)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: - '@log4brains/cli-common': 1.0.0 - '@log4brains/core': 1.0.0 - '@material-ui/core': 4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@material-ui/icons': 4.11.3(@material-ui/core@4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@material-ui/lab': 4.0.0-alpha.61(@material-ui/core@4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@log4brains/cli-common': 1.1.0 + '@log4brains/core': 1.1.0 + '@material-ui/core': 4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@material-ui/icons': 4.11.3(@material-ui/core@4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@material-ui/lab': 4.0.0-alpha.61(@material-ui/core@4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@next/bundle-analyzer': 10.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@types/node': 15.14.9 + '@types/react': 17.0.4 babel-plugin-import: 1.13.8 badge-maker: 3.3.1 - bufferutil: 4.0.8 chalk: 4.1.2 clsx: 1.2.1 commander: 6.2.1 @@ -27076,7 +28442,7 @@ snapshots: markdown-to-jsx: 7.7.0(react@17.0.2) mkdirp: 1.0.4 moment: 2.30.1 - next: 10.2.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(sass@1.81.0)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + next: 10.2.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(sass@1.97.1)(typescript@4.9.5)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) open: 7.4.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -27084,78 +28450,47 @@ snapshots: slugify: 1.6.6 socket.io: 2.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) socket.io-client: 2.5.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) - utf-8-validate: 5.0.10 + typescript: 4.9.5 transitivePeerDependencies: - - '@types/react' + - bufferutil - fibers - node-sass - sass - supports-color - - typescript + - utf-8-validate - webpack - '@ls-lint/ls-lint@2.2.3': {} + '@ls-lint/ls-lint@2.3.1': {} '@ltd/j-toml@1.38.0': {} - '@mantine/code-highlight@7.14.3(@mantine/core@7.14.3(@mantine/hooks@7.14.3(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.14.3(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mantine/code-highlight@7.17.8(@mantine/core@7.17.8(@mantine/hooks@7.17.8(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.17.8(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@mantine/core': 7.14.3(@mantine/hooks@7.14.3(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mantine/hooks': 7.14.3(react@18.3.1) + '@mantine/core': 7.17.8(@mantine/hooks@7.17.8(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mantine/hooks': 7.17.8(react@18.3.1) clsx: 2.1.1 highlight.js: 11.10.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@mantine/core@7.14.3(@mantine/hooks@7.14.3(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mantine/core@7.17.8(@mantine/hooks@7.17.8(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react': 0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mantine/hooks': 7.14.3(react@18.3.1) + '@mantine/hooks': 7.17.8(react@18.3.1) clsx: 2.1.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-number-format: 5.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-remove-scroll: 2.6.0(@types/react@18.3.12)(react@18.3.1) - react-textarea-autosize: 8.5.5(@types/react@18.3.12)(react@18.3.1) + react-number-format: 5.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-remove-scroll: 2.7.2(@types/react@18.3.12)(react@18.3.1) + react-textarea-autosize: 8.5.9(@types/react@18.3.12)(react@18.3.1) type-fest: 4.29.0 transitivePeerDependencies: - '@types/react' - '@mantine/hooks@7.14.3(react@18.3.1)': + '@mantine/hooks@7.17.8(react@18.3.1)': dependencies: react: 18.3.1 - '@manypkg/cli@0.21.4': - dependencies: - '@manypkg/get-packages': 2.2.1 - chalk: 2.4.2 - detect-indent: 6.1.0 - find-up: 4.1.0 - fs-extra: 8.1.0 - normalize-path: 3.0.0 - p-limit: 2.3.0 - package-json: 8.1.1 - parse-github-url: 1.0.3 - sembear: 0.5.2 - semver: 6.3.1 - spawndamnit: 2.0.0 - validate-npm-package-name: 3.0.0 - - '@manypkg/find-root@2.2.3': - dependencies: - '@manypkg/tools': 1.1.2 - - '@manypkg/get-packages@2.2.1': - dependencies: - '@manypkg/find-root': 2.2.3 - '@manypkg/tools': 1.1.2 - - '@manypkg/tools@1.1.2': - dependencies: - fast-glob: 3.3.2 - jju: 1.4.0 - js-yaml: 4.1.0 - '@mapbox/node-pre-gyp@1.0.11(encoding@0.1.13)': dependencies: detect-libc: 2.0.3 @@ -27172,24 +28507,24 @@ snapshots: - supports-color optional: true - '@maskito/core@3.2.0': {} + '@maskito/core@3.11.1': {} - '@maskito/kit@3.2.0(@maskito/core@3.2.0)': + '@maskito/kit@3.11.1(@maskito/core@3.11.1)': dependencies: - '@maskito/core': 3.2.0 + '@maskito/core': 3.11.1 - '@maskito/react@3.2.0(@maskito/core@3.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@maskito/react@3.11.1(@maskito/core@3.11.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@maskito/core': 3.2.0 + '@maskito/core': 3.11.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@material-ui/core@4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@material-ui/core@4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@babel/runtime': 7.26.0 - '@material-ui/styles': 4.11.5(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@material-ui/system': 4.12.2(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@material-ui/types': 5.1.0(@types/react@18.3.12) + '@material-ui/styles': 4.11.5(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@material-ui/system': 4.12.2(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@material-ui/types': 5.1.0(@types/react@17.0.4) '@material-ui/utils': 4.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@types/react-transition-group': 4.4.11 clsx: 1.2.1 @@ -27201,21 +28536,21 @@ snapshots: react-is: 17.0.2 react-transition-group: 4.4.5(react-dom@17.0.2(react@17.0.2))(react@17.0.2) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 17.0.4 - '@material-ui/icons@4.11.3(@material-ui/core@4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@material-ui/icons@4.11.3(@material-ui/core@4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@babel/runtime': 7.26.0 - '@material-ui/core': 4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@material-ui/core': 4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 17.0.4 - '@material-ui/lab@4.0.0-alpha.61(@material-ui/core@4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@material-ui/lab@4.0.0-alpha.61(@material-ui/core@4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@babel/runtime': 7.26.0 - '@material-ui/core': 4.12.4(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@material-ui/core': 4.12.4(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@material-ui/utils': 4.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) clsx: 1.2.1 prop-types: 15.8.1 @@ -27223,13 +28558,13 @@ snapshots: react-dom: 17.0.2(react@17.0.2) react-is: 17.0.2 optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 17.0.4 - '@material-ui/styles@4.11.5(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@material-ui/styles@4.11.5(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@babel/runtime': 7.26.0 '@emotion/hash': 0.8.0 - '@material-ui/types': 5.1.0(@types/react@18.3.12) + '@material-ui/types': 5.1.0(@types/react@17.0.4) '@material-ui/utils': 4.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) clsx: 1.2.1 csstype: 2.6.21 @@ -27246,9 +28581,9 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 17.0.4 - '@material-ui/system@4.12.2(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@material-ui/system@4.12.2(@types/react@17.0.4)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@babel/runtime': 7.26.0 '@material-ui/utils': 4.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) @@ -27257,11 +28592,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 17.0.4 - '@material-ui/types@5.1.0(@types/react@18.3.12)': + '@material-ui/types@5.1.0(@types/react@17.0.4)': optionalDependencies: - '@types/react': 18.3.12 + '@types/react': 17.0.4 '@material-ui/utils@4.11.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: @@ -27277,56 +28612,107 @@ snapshots: '@types/react': 18.3.12 react: 18.3.1 - '@microsoft/tsdoc-config@0.17.0': + '@microsoft/api-extractor-model@7.32.2(@types/node@22.19.3)': + dependencies: + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.0 + '@rushstack/node-core-library': 5.19.1(@types/node@22.19.3) + transitivePeerDependencies: + - '@types/node' + + '@microsoft/api-extractor@7.55.2(@types/node@22.19.3)': + dependencies: + '@microsoft/api-extractor-model': 7.32.2(@types/node@22.19.3) + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.0 + '@rushstack/node-core-library': 5.19.1(@types/node@22.19.3) + '@rushstack/rig-package': 0.6.0 + '@rushstack/terminal': 0.19.5(@types/node@22.19.3) + '@rushstack/ts-command-line': 5.1.5(@types/node@22.19.3) + diff: 8.0.2 + lodash: 4.17.21 + minimatch: 10.0.3 + resolve: 1.22.8 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.8.2 + transitivePeerDependencies: + - '@types/node' + + '@microsoft/tsdoc-config@0.17.1': + dependencies: + '@microsoft/tsdoc': 0.15.1 + ajv: 8.12.0 + jju: 1.4.0 + resolve: 1.22.8 + + '@microsoft/tsdoc-config@0.18.0': dependencies: - '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc': 0.16.0 ajv: 8.12.0 jju: 1.4.0 resolve: 1.22.8 - '@microsoft/tsdoc@0.15.0': {} + '@microsoft/tsdoc@0.15.1': {} - '@module-federation/bridge-react-webpack-plugin@0.6.16': + '@microsoft/tsdoc@0.16.0': {} + + '@module-federation/bridge-react-webpack-plugin@0.22.0': dependencies: - '@module-federation/sdk': 0.6.16 + '@module-federation/sdk': 0.22.0 '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/bridge-react-webpack-plugin@0.6.6': + '@module-federation/bridge-react-webpack-plugin@0.9.1': dependencies: - '@module-federation/sdk': 0.6.6 + '@module-federation/sdk': 0.9.1 '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/data-prefetch@0.6.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@module-federation/cli@0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/runtime': 0.6.16 - '@module-federation/sdk': 0.6.16 + '@module-federation/dts-plugin': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/sdk': 0.22.0 + chalk: 3.0.0 + commander: 11.1.0 + jiti: 2.4.2 + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - typescript + - utf-8-validate + - vue-tsc + + '@module-federation/data-prefetch@0.22.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@module-federation/runtime': 0.22.0 + '@module-federation/sdk': 0.22.0 fs-extra: 9.1.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@module-federation/data-prefetch@0.6.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@module-federation/data-prefetch@0.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@module-federation/runtime': 0.6.6 - '@module-federation/sdk': 0.6.6 + '@module-federation/runtime': 0.9.1 + '@module-federation/sdk': 0.9.1 fs-extra: 9.1.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@module-federation/dts-plugin@0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@module-federation/dts-plugin@0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/error-codes': 0.6.14 - '@module-federation/managers': 0.6.16 - '@module-federation/sdk': 0.6.16 - '@module-federation/third-party-dts-extractor': 0.6.16 + '@module-federation/error-codes': 0.22.0 + '@module-federation/managers': 0.22.0 + '@module-federation/sdk': 0.22.0 + '@module-federation/third-party-dts-extractor': 0.22.0 adm-zip: 0.5.16 ansi-colors: 4.1.3 - axios: 1.7.8 + axios: 1.13.2 chalk: 3.0.0 fs-extra: 9.1.0 isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - koa: 2.15.3 + koa: 3.0.3 lodash.clonedeepwith: 4.5.0 log4js: 6.9.1 node-schedule: 2.1.1 @@ -27339,46 +28725,52 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/dts-plugin@0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@module-federation/dts-plugin@0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/managers': 0.6.6 - '@module-federation/sdk': 0.6.6 - '@module-federation/third-party-dts-extractor': 0.6.6 + '@module-federation/error-codes': 0.9.1 + '@module-federation/managers': 0.9.1 + '@module-federation/sdk': 0.9.1 + '@module-federation/third-party-dts-extractor': 0.9.1 adm-zip: 0.5.16 ansi-colors: 4.1.3 axios: 1.7.8 chalk: 3.0.0 fs-extra: 9.1.0 - isomorphic-ws: 5.0.0(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - koa: 2.15.3 + isomorphic-ws: 5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + koa: 2.15.4 lodash.clonedeepwith: 4.5.0 log4js: 6.9.1 node-schedule: 2.1.1 rambda: 9.4.0 typescript: 5.7.2 - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/enhanced@0.6.16(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': - dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.6.16 - '@module-federation/data-prefetch': 0.6.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@module-federation/dts-plugin': 0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/managers': 0.6.16 - '@module-federation/manifest': 0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/rspack': 0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/runtime-tools': 0.6.16 - '@module-federation/sdk': 0.6.16 + '@module-federation/enhanced@0.22.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': + dependencies: + '@module-federation/bridge-react-webpack-plugin': 0.22.0 + '@module-federation/cli': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/data-prefetch': 0.22.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@module-federation/dts-plugin': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/error-codes': 0.22.0 + '@module-federation/inject-external-runtime-core-plugin': 0.22.0(@module-federation/runtime-tools@0.22.0) + '@module-federation/managers': 0.22.0 + '@module-federation/manifest': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/rspack': 0.22.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/runtime-tools': 0.22.0 + '@module-federation/sdk': 0.22.0 btoa: 1.2.1 + schema-utils: 4.3.3 upath: 2.0.1 optionalDependencies: typescript: 5.7.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) transitivePeerDependencies: + - '@rspack/core' - bufferutil - debug - react @@ -27386,22 +28778,25 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/enhanced@0.6.6(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': - dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.6.6 - '@module-federation/data-prefetch': 0.6.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@module-federation/dts-plugin': 0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/managers': 0.6.6 - '@module-federation/manifest': 0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/rspack': 0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/runtime-tools': 0.6.6 - '@module-federation/sdk': 0.6.6 + '@module-federation/enhanced@0.9.1(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': + dependencies: + '@module-federation/bridge-react-webpack-plugin': 0.9.1 + '@module-federation/data-prefetch': 0.9.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@module-federation/dts-plugin': 0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/error-codes': 0.9.1 + '@module-federation/inject-external-runtime-core-plugin': 0.9.1(@module-federation/runtime-tools@0.9.1) + '@module-federation/managers': 0.9.1 + '@module-federation/manifest': 0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/rspack': 0.9.1(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/runtime-tools': 0.9.1 + '@module-federation/sdk': 0.9.1 btoa: 1.2.1 upath: 2.0.1 optionalDependencies: typescript: 5.7.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) transitivePeerDependencies: + - '@rspack/core' - bufferutil - debug - react @@ -27409,25 +28804,35 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/error-codes@0.6.14': {} + '@module-federation/error-codes@0.22.0': {} + + '@module-federation/error-codes@0.9.1': {} - '@module-federation/managers@0.6.16': + '@module-federation/inject-external-runtime-core-plugin@0.22.0(@module-federation/runtime-tools@0.22.0)': dependencies: - '@module-federation/sdk': 0.6.16 + '@module-federation/runtime-tools': 0.22.0 + + '@module-federation/inject-external-runtime-core-plugin@0.9.1(@module-federation/runtime-tools@0.9.1)': + dependencies: + '@module-federation/runtime-tools': 0.9.1 + + '@module-federation/managers@0.22.0': + dependencies: + '@module-federation/sdk': 0.22.0 find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/managers@0.6.6': + '@module-federation/managers@0.9.1': dependencies: - '@module-federation/sdk': 0.6.6 + '@module-federation/sdk': 0.9.1 find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@module-federation/manifest@0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/dts-plugin': 0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/managers': 0.6.16 - '@module-federation/sdk': 0.6.16 + '@module-federation/dts-plugin': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/managers': 0.22.0 + '@module-federation/sdk': 0.22.0 chalk: 3.0.0 find-pkg: 2.0.0 transitivePeerDependencies: @@ -27438,11 +28843,11 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/manifest@0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@module-federation/manifest@0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/dts-plugin': 0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/managers': 0.6.6 - '@module-federation/sdk': 0.6.6 + '@module-federation/dts-plugin': 0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/managers': 0.9.1 + '@module-federation/sdk': 0.9.1 chalk: 3.0.0 find-pkg: 2.0.0 transitivePeerDependencies: @@ -27453,30 +28858,39 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rspack@0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@module-federation/node@2.7.26(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.6.16 - '@module-federation/dts-plugin': 0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/managers': 0.6.16 - '@module-federation/manifest': 0.6.16(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/runtime-tools': 0.6.16 - '@module-federation/sdk': 0.6.16 + '@module-federation/enhanced': 0.22.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + '@module-federation/runtime': 0.22.0 + '@module-federation/sdk': 0.22.0 + btoa: 1.2.1 + encoding: 0.1.13 + node-fetch: 2.7.0(encoding@0.1.13) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) optionalDependencies: - typescript: 5.7.2 + next: 14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: + - '@rspack/core' - bufferutil - debug - supports-color + - typescript - utf-8-validate + - vue-tsc - '@module-federation/rspack@0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@module-federation/rspack@0.22.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/bridge-react-webpack-plugin': 0.6.6 - '@module-federation/dts-plugin': 0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/managers': 0.6.6 - '@module-federation/manifest': 0.6.6(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) - '@module-federation/runtime-tools': 0.6.6 - '@module-federation/sdk': 0.6.6 + '@module-federation/bridge-react-webpack-plugin': 0.22.0 + '@module-federation/dts-plugin': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/inject-external-runtime-core-plugin': 0.22.0(@module-federation/runtime-tools@0.22.0) + '@module-federation/managers': 0.22.0 + '@module-federation/manifest': 0.22.0(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/runtime-tools': 0.22.0 + '@module-federation/sdk': 0.22.0 + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + btoa: 1.2.1 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -27485,79 +28899,81 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/runtime-tools@0.5.1': + '@module-federation/rspack@0.9.1(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: - '@module-federation/runtime': 0.5.1 - '@module-federation/webpack-bundler-runtime': 0.5.1 + '@module-federation/bridge-react-webpack-plugin': 0.9.1 + '@module-federation/dts-plugin': 0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/inject-external-runtime-core-plugin': 0.9.1(@module-federation/runtime-tools@0.9.1) + '@module-federation/managers': 0.9.1 + '@module-federation/manifest': 0.9.1(bufferutil@4.0.8)(typescript@5.7.2)(utf-8-validate@5.0.10) + '@module-federation/runtime-tools': 0.9.1 + '@module-federation/sdk': 0.9.1 + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - utf-8-validate - '@module-federation/runtime-tools@0.6.16': + '@module-federation/runtime-core@0.22.0': dependencies: - '@module-federation/runtime': 0.6.16 - '@module-federation/webpack-bundler-runtime': 0.6.16 + '@module-federation/error-codes': 0.22.0 + '@module-federation/sdk': 0.22.0 - '@module-federation/runtime-tools@0.6.6': + '@module-federation/runtime-core@0.9.1': dependencies: - '@module-federation/runtime': 0.6.6 - '@module-federation/webpack-bundler-runtime': 0.6.6 + '@module-federation/error-codes': 0.9.1 + '@module-federation/sdk': 0.9.1 - '@module-federation/runtime@0.5.1': + '@module-federation/runtime-tools@0.22.0': dependencies: - '@module-federation/sdk': 0.5.1 + '@module-federation/runtime': 0.22.0 + '@module-federation/webpack-bundler-runtime': 0.22.0 - '@module-federation/runtime@0.6.16': + '@module-federation/runtime-tools@0.9.1': dependencies: - '@module-federation/error-codes': 0.6.14 - '@module-federation/sdk': 0.6.16 + '@module-federation/runtime': 0.9.1 + '@module-federation/webpack-bundler-runtime': 0.9.1 - '@module-federation/runtime@0.6.6': + '@module-federation/runtime@0.22.0': dependencies: - '@module-federation/sdk': 0.6.6 + '@module-federation/error-codes': 0.22.0 + '@module-federation/runtime-core': 0.22.0 + '@module-federation/sdk': 0.22.0 - '@module-federation/sdk@0.5.1': {} - - '@module-federation/sdk@0.6.16': + '@module-federation/runtime@0.9.1': dependencies: - isomorphic-rslog: 0.0.5 + '@module-federation/error-codes': 0.9.1 + '@module-federation/runtime-core': 0.9.1 + '@module-federation/sdk': 0.9.1 + + '@module-federation/sdk@0.22.0': {} - '@module-federation/sdk@0.6.6': {} + '@module-federation/sdk@0.9.1': {} - '@module-federation/third-party-dts-extractor@0.6.16': + '@module-federation/third-party-dts-extractor@0.22.0': dependencies: find-pkg: 2.0.0 fs-extra: 9.1.0 resolve: 1.22.8 - '@module-federation/third-party-dts-extractor@0.6.6': + '@module-federation/third-party-dts-extractor@0.9.1': dependencies: find-pkg: 2.0.0 fs-extra: 9.1.0 resolve: 1.22.8 - '@module-federation/webpack-bundler-runtime@0.5.1': - dependencies: - '@module-federation/runtime': 0.5.1 - '@module-federation/sdk': 0.5.1 - - '@module-federation/webpack-bundler-runtime@0.6.16': + '@module-federation/webpack-bundler-runtime@0.22.0': dependencies: - '@module-federation/runtime': 0.6.16 - '@module-federation/sdk': 0.6.16 + '@module-federation/runtime': 0.22.0 + '@module-federation/sdk': 0.22.0 - '@module-federation/webpack-bundler-runtime@0.6.6': + '@module-federation/webpack-bundler-runtime@0.9.1': dependencies: - '@module-federation/runtime': 0.6.6 - '@module-federation/sdk': 0.6.6 - - '@mole-inc/bin-wrapper@8.0.1': - dependencies: - bin-check: 4.1.0 - bin-version-check: 5.1.0 - content-disposition: 0.5.4 - ext-name: 5.0.0 - file-type: 17.1.6 - filenamify: 5.1.1 - got: 11.8.6 - os-filter-obj: 2.0.0 + '@module-federation/runtime': 0.9.1 + '@module-federation/sdk': 0.9.1 '@motionone/animation@10.18.0': dependencies: @@ -27594,6 +29010,133 @@ snapshots: hey-listen: 1.0.8 tslib: 2.8.1 + '@napi-rs/canvas-android-arm64@0.1.88': + optional: true + + '@napi-rs/canvas-darwin-arm64@0.1.88': + optional: true + + '@napi-rs/canvas-darwin-x64@0.1.88': + optional: true + + '@napi-rs/canvas-linux-arm-gnueabihf@0.1.88': + optional: true + + '@napi-rs/canvas-linux-arm64-gnu@0.1.88': + optional: true + + '@napi-rs/canvas-linux-arm64-musl@0.1.88': + optional: true + + '@napi-rs/canvas-linux-riscv64-gnu@0.1.88': + optional: true + + '@napi-rs/canvas-linux-x64-gnu@0.1.88': + optional: true + + '@napi-rs/canvas-linux-x64-musl@0.1.88': + optional: true + + '@napi-rs/canvas-win32-arm64-msvc@0.1.88': + optional: true + + '@napi-rs/canvas-win32-x64-msvc@0.1.88': + optional: true + + '@napi-rs/canvas@0.1.88': + optionalDependencies: + '@napi-rs/canvas-android-arm64': 0.1.88 + '@napi-rs/canvas-darwin-arm64': 0.1.88 + '@napi-rs/canvas-darwin-x64': 0.1.88 + '@napi-rs/canvas-linux-arm-gnueabihf': 0.1.88 + '@napi-rs/canvas-linux-arm64-gnu': 0.1.88 + '@napi-rs/canvas-linux-arm64-musl': 0.1.88 + '@napi-rs/canvas-linux-riscv64-gnu': 0.1.88 + '@napi-rs/canvas-linux-x64-gnu': 0.1.88 + '@napi-rs/canvas-linux-x64-musl': 0.1.88 + '@napi-rs/canvas-win32-arm64-msvc': 0.1.88 + '@napi-rs/canvas-win32-x64-msvc': 0.1.88 + optional: true + + '@napi-rs/nice-android-arm-eabi@1.1.1': + optional: true + + '@napi-rs/nice-android-arm64@1.1.1': + optional: true + + '@napi-rs/nice-darwin-arm64@1.1.1': + optional: true + + '@napi-rs/nice-darwin-x64@1.1.1': + optional: true + + '@napi-rs/nice-freebsd-x64@1.1.1': + optional: true + + '@napi-rs/nice-linux-arm-gnueabihf@1.1.1': + optional: true + + '@napi-rs/nice-linux-arm64-gnu@1.1.1': + optional: true + + '@napi-rs/nice-linux-arm64-musl@1.1.1': + optional: true + + '@napi-rs/nice-linux-ppc64-gnu@1.1.1': + optional: true + + '@napi-rs/nice-linux-riscv64-gnu@1.1.1': + optional: true + + '@napi-rs/nice-linux-s390x-gnu@1.1.1': + optional: true + + '@napi-rs/nice-linux-x64-gnu@1.1.1': + optional: true + + '@napi-rs/nice-linux-x64-musl@1.1.1': + optional: true + + '@napi-rs/nice-openharmony-arm64@1.1.1': + optional: true + + '@napi-rs/nice-win32-arm64-msvc@1.1.1': + optional: true + + '@napi-rs/nice-win32-ia32-msvc@1.1.1': + optional: true + + '@napi-rs/nice-win32-x64-msvc@1.1.1': + optional: true + + '@napi-rs/nice@1.1.1': + optionalDependencies: + '@napi-rs/nice-android-arm-eabi': 1.1.1 + '@napi-rs/nice-android-arm64': 1.1.1 + '@napi-rs/nice-darwin-arm64': 1.1.1 + '@napi-rs/nice-darwin-x64': 1.1.1 + '@napi-rs/nice-freebsd-x64': 1.1.1 + '@napi-rs/nice-linux-arm-gnueabihf': 1.1.1 + '@napi-rs/nice-linux-arm64-gnu': 1.1.1 + '@napi-rs/nice-linux-arm64-musl': 1.1.1 + '@napi-rs/nice-linux-ppc64-gnu': 1.1.1 + '@napi-rs/nice-linux-riscv64-gnu': 1.1.1 + '@napi-rs/nice-linux-s390x-gnu': 1.1.1 + '@napi-rs/nice-linux-x64-gnu': 1.1.1 + '@napi-rs/nice-linux-x64-musl': 1.1.1 + '@napi-rs/nice-openharmony-arm64': 1.1.1 + '@napi-rs/nice-win32-arm64-msvc': 1.1.1 + '@napi-rs/nice-win32-ia32-msvc': 1.1.1 + '@napi-rs/nice-win32-x64-msvc': 1.1.1 + optional: true + + '@napi-rs/wasm-runtime@0.2.12': + dependencies: + '@emnapi/core': 1.8.1 + '@emnapi/runtime': 1.8.1 + '@tybys/wasm-util': 0.10.1 + optional: true + '@napi-rs/wasm-runtime@0.2.4': dependencies: '@emnapi/core': 1.3.1 @@ -27607,6 +29150,20 @@ snapshots: '@tybys/wasm-util': 0.9.0 optional: true + '@napi-rs/wasm-runtime@1.0.7': + dependencies: + '@emnapi/core': 1.8.1 + '@emnapi/runtime': 1.8.1 + '@tybys/wasm-util': 0.10.1 + optional: true + + '@napi-rs/wasm-runtime@1.1.1': + dependencies: + '@emnapi/core': 1.8.1 + '@emnapi/runtime': 1.8.1 + '@tybys/wasm-util': 0.10.1 + optional: true + '@next/bundle-analyzer@10.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: webpack-bundle-analyzer: 4.3.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -27640,11 +29197,11 @@ snapshots: stacktrace-parser: 0.1.10 strip-ansi: 6.0.0 - '@next/react-refresh-utils@10.2.3(react-refresh@0.8.3)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@next/react-refresh-utils@10.2.3(react-refresh@0.8.3)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: react-refresh: 0.8.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) '@next/swc-darwin-arm64@14.2.3': optional: true @@ -27689,17 +29246,6 @@ snapshots: '@nolyfill/is-core-module@1.0.39': {} - '@npmcli/config@6.4.1': - dependencies: - '@npmcli/map-workspaces': 3.0.6 - ci-info: 4.1.0 - ini: 4.1.3 - nopt: 7.2.1 - proc-log: 3.0.0 - read-package-json-fast: 3.0.2 - semver: 7.6.3 - walk-up-path: 3.0.1 - '@npmcli/config@8.3.4': dependencies: '@npmcli/map-workspaces': 3.0.6 @@ -27756,151 +29302,26 @@ snapshots: dependencies: which: 4.0.0 - '@nrwl/devkit@19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))': - dependencies: - '@nx/devkit': 19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - transitivePeerDependencies: - - nx - - '@nrwl/devkit@19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))': - dependencies: - '@nx/devkit': 19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - transitivePeerDependencies: - - nx - - '@nrwl/devkit@19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))': - dependencies: - '@nx/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - transitivePeerDependencies: - - nx - - '@nrwl/devkit@19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))': - dependencies: - '@nx/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - transitivePeerDependencies: - - nx - - '@nrwl/js@19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': - dependencies: - '@nx/js': 19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - transitivePeerDependencies: - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - debug - - nx - - supports-color - - typescript - - verdaccio - - '@nrwl/js@19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': - dependencies: - '@nx/js': 19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - transitivePeerDependencies: - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - debug - - nx - - supports-color - - typescript - - verdaccio - - '@nrwl/rollup@19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': - dependencies: - '@nx/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - transitivePeerDependencies: - - '@babel/core' - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/babel__core' - - '@types/node' - - debug - - nx - - supports-color - - ts-node - - typescript - - verdaccio - - '@nrwl/rollup@19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': - dependencies: - '@nx/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - transitivePeerDependencies: - - '@babel/core' - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/babel__core' - - '@types/node' - - debug - - nx - - supports-color - - ts-node - - typescript - - verdaccio - - '@nrwl/tao@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))': - dependencies: - nx: 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - tslib: 2.8.1 - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - - '@nrwl/tao@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))': - dependencies: - nx: 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - tslib: 2.8.1 - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - - '@nrwl/workspace@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))': - dependencies: - '@nx/workspace': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - - '@nrwl/workspace@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))': - dependencies: - '@nx/workspace': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - - '@number-flow/react@0.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@number-flow/react@0.5.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: esm-env: 1.2.1 - number-flow: 0.4.1 + number-flow: 0.5.8 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@nx/cypress@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/cypress@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) detect-port: 1.6.1 + semver: 7.6.3 tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - '@zkochan/js-yaml' - debug - eslint @@ -27909,88 +29330,128 @@ snapshots: - typescript - verdaccio - '@nx/devkit@19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))': + '@nx/devkit@20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': dependencies: - '@nrwl/devkit': 19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/devkit@19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))': + '@nx/devkit@20.8.3(nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': dependencies: - '@nrwl/devkit': 19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + nx: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/devkit@19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))': + '@nx/devkit@20.8.3(nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': dependencies: - '@nrwl/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + nx: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/devkit@19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))': + '@nx/devkit@20.8.3(nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))': dependencies: - '@nrwl/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + nx: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/devkit@20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))': + '@nx/devkit@20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': dependencies: ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/devkit@20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))': + '@nx/devkit@20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))': dependencies: ejs: 3.1.10 enquirer: 2.3.6 ignore: 5.3.2 minimatch: 9.0.3 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) semver: 7.6.3 tmp: 0.2.3 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/esbuild@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(esbuild@0.20.2)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - fast-glob: 3.2.7 + '@zkochan/js-yaml': 0.0.7 + ejs: 3.1.10 + enquirer: 2.3.6 + minimatch: 9.0.3 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + semver: 7.6.3 + tslib: 2.8.1 + yargs-parser: 21.1.1 + + '@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': + dependencies: + '@zkochan/js-yaml': 0.0.7 + ejs: 3.1.10 + enquirer: 2.3.6 + minimatch: 9.0.3 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + semver: 7.6.3 + tslib: 2.8.1 + yargs-parser: 21.1.1 + + '@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))': + dependencies: + '@zkochan/js-yaml': 0.0.7 + ejs: 3.1.10 + enquirer: 2.3.6 + minimatch: 9.0.3 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + semver: 7.6.3 + tslib: 2.8.1 + yargs-parser: 21.1.1 + + '@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))': + dependencies: + '@zkochan/js-yaml': 0.0.7 + ejs: 3.1.10 + enquirer: 2.3.6 + minimatch: 9.0.3 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + semver: 7.6.3 + tslib: 2.8.1 + yargs-parser: 21.1.1 + + '@nx/esbuild@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) picocolors: 1.1.1 + tinyglobby: 0.2.15 tsconfig-paths: 4.2.0 tslib: 2.8.1 optionalDependencies: @@ -27999,57 +29460,57 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - verdaccio - '@nx/esbuild@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(esbuild@0.19.12)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/eslint-plugin@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint-config-prettier@9.1.2(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - fast-glob: 3.2.7 - picocolors: 1.1.1 - tsconfig-paths: 4.2.0 + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + chalk: 4.1.2 + confusing-browser-globals: 1.0.11 + globals: 15.12.0 + jsonc-eslint-parser: 2.4.0 + semver: 7.6.3 tslib: 2.8.1 optionalDependencies: - esbuild: 0.19.12 + eslint-config-prettier: 9.1.2(eslint@9.39.2(jiti@2.6.1)) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug + - eslint - nx - supports-color - typescript - verdaccio - '@nx/eslint-plugin@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-config-prettier@9.1.0(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/eslint-plugin@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@typescript-eslint/parser': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/type-utils': 8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/utils': 8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) chalk: 4.1.2 confusing-browser-globals: 1.0.11 globals: 15.12.0 - jsonc-eslint-parser: 2.4.0 + jsonc-eslint-parser: 2.4.2 semver: 7.6.3 tslib: 2.8.1 optionalDependencies: - eslint-config-prettier: 9.1.0(eslint@9.16.0(jiti@2.4.1)) + eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1)) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - eslint - nx @@ -28057,40 +29518,37 @@ snapshots: - typescript - verdaccio - '@nx/eslint@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/eslint@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.4.5)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - eslint: 9.16.0(jiti@2.4.1) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + eslint: 9.39.2(jiti@2.6.1) semver: 7.6.3 tslib: 2.8.1 - typescript: 5.4.5 + typescript: 5.7.2 optionalDependencies: '@zkochan/js-yaml': 0.0.7 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - verdaccio - '@nx/expo@20.0.6(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(encoding@0.1.13)(esbuild@0.20.2)(eslint@9.16.0(jiti@2.4.1))(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@nx/expo@20.8.3(7ivto6plkepgiqx5mcuvi4lsxe)': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/jest': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/react': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - '@nx/web': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/webpack': 20.0.6(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/jest': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/react': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + '@nx/web': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/webpack': 20.8.3(@babel/traverse@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(lightningcss@1.27.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) enhanced-resolve: 5.17.1 metro-config: 0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10) metro-resolver: 0.80.12 - node-fetch: 2.7.0(encoding@0.1.13) picocolors: 1.1.1 tsconfig-paths: 4.2.0 tslib: 2.8.1 @@ -28101,7 +29559,7 @@ snapshots: - '@swc-node/register' - '@swc/core' - '@swc/css' - - '@swc/wasm' + - '@swc/helpers' - '@types/node' - '@zkochan/js-yaml' - babel-plugin-macros @@ -28109,18 +29567,16 @@ snapshots: - clean-css - csso - debug - - encoding - esbuild - eslint - - fibers - html-webpack-plugin - lightningcss + - next - node-notifier - node-sass - nx - react - react-dom - - sass-embedded - supports-color - ts-node - typescript @@ -28132,20 +29588,20 @@ snapshots: - webpack - webpack-cli - '@nx/jest@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/jest@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) - chalk: 4.1.2 identity-obj-proxy: 3.0.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) jest-resolve: 29.7.0 jest-util: 29.7.0 minimatch: 9.0.3 - resolve.exports: 1.1.0 + picocolors: 1.1.1 + resolve.exports: 2.0.3 semver: 7.6.3 tslib: 2.8.1 yargs-parser: 21.1.1 @@ -28153,7 +29609,6 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - '@types/node' - babel-plugin-macros - debug @@ -28164,20 +29619,20 @@ snapshots: - typescript - verdaccio - '@nx/jest@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/jest@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) - chalk: 4.1.2 + '@nx/devkit': 20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.9.3) identity-obj-proxy: 3.0.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) jest-resolve: 29.7.0 jest-util: 29.7.0 minimatch: 9.0.3 - resolve.exports: 1.1.0 + picocolors: 1.1.1 + resolve.exports: 2.0.3 semver: 7.6.3 tslib: 2.8.1 yargs-parser: 21.1.1 @@ -28185,7 +29640,6 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - '@types/node' - babel-plugin-macros - debug @@ -28196,7 +29650,7 @@ snapshots: - typescript - verdaccio - '@nx/js@19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -28205,28 +29659,27 @@ snapshots: '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/runtime': 7.26.0 - '@nrwl/js': 19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/workspace': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) - babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.25.9) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.6.1 enquirer: 2.3.6 - fast-glob: 3.2.7 ignore: 5.3.2 js-tokens: 4.0.0 jsonc-parser: 3.2.0 - minimatch: 9.0.3 npm-package-arg: 11.0.1 npm-run-path: 4.0.1 ora: 5.3.0 + picocolors: 1.1.1 + picomatch: 4.0.2 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) - tsconfig-paths: 4.2.0 + tinyglobby: 0.2.15 tslib: 2.8.1 optionalDependencies: verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) @@ -28234,14 +29687,11 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - '@nx/js@19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -28250,28 +29700,27 @@ snapshots: '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/runtime': 7.26.0 - '@nrwl/js': 19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/workspace': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + '@nx/devkit': 20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) - babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.25.9) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.6.1 enquirer: 2.3.6 - fast-glob: 3.2.7 ignore: 5.3.2 js-tokens: 4.0.0 jsonc-parser: 3.2.0 - minimatch: 9.0.3 npm-package-arg: 11.0.1 npm-run-path: 4.0.1 ora: 5.3.0 + picocolors: 1.1.1 + picomatch: 4.0.2 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) - tsconfig-paths: 4.2.0 + tinyglobby: 0.2.15 tslib: 2.8.1 optionalDependencies: verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) @@ -28279,14 +29728,11 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - '@nx/js@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.4.5)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -28295,28 +29741,27 @@ snapshots: '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/runtime': 7.26.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/workspace': 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) - babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.25.9) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.6.1 enquirer: 2.3.6 - fast-glob: 3.2.7 ignore: 5.3.2 js-tokens: 4.0.0 jsonc-parser: 3.2.0 - minimatch: 9.0.3 npm-package-arg: 11.0.1 npm-run-path: 4.0.1 ora: 5.3.0 + picocolors: 1.1.1 + picomatch: 4.0.2 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.4.5) - tsconfig-paths: 4.2.0 + tinyglobby: 0.2.15 tslib: 2.8.1 optionalDependencies: verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) @@ -28324,14 +29769,11 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - '@nx/js@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -28340,28 +29782,27 @@ snapshots: '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/runtime': 7.26.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/workspace': 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + '@nx/devkit': 20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/workspace': 20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) - babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.25.9) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.6.1 enquirer: 2.3.6 - fast-glob: 3.2.7 ignore: 5.3.2 js-tokens: 4.0.0 jsonc-parser: 3.2.0 - minimatch: 9.0.3 npm-package-arg: 11.0.1 npm-run-path: 4.0.1 ora: 5.3.0 + picocolors: 1.1.1 + picomatch: 4.0.2 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) - tsconfig-paths: 4.2.0 + tinyglobby: 0.2.15 tslib: 2.8.1 optionalDependencies: verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) @@ -28369,14 +29810,11 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - '@nx/js@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -28385,28 +29823,24 @@ snapshots: '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/runtime': 7.26.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/workspace': 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) - babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.25.9) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.6.1 - enquirer: 2.3.6 - fast-glob: 3.2.7 ignore: 5.3.2 js-tokens: 4.0.0 jsonc-parser: 3.2.0 - minimatch: 9.0.3 - npm-package-arg: 11.0.1 npm-run-path: 4.0.1 - ora: 5.3.0 + picocolors: 1.1.1 + picomatch: 4.0.2 semver: 7.6.3 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) - tsconfig-paths: 4.2.0 + tinyglobby: 0.2.15 tslib: 2.8.1 optionalDependencies: verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) @@ -28414,29 +29848,211 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color + + '@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@babel/core': 7.26.0 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/runtime': 7.26.0 + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + '@zkochan/js-yaml': 0.0.7 + babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) + chalk: 4.1.2 + columnify: 1.6.0 + detect-port: 1.6.1 + ignore: 5.3.2 + js-tokens: 4.0.0 + jsonc-parser: 3.2.0 + npm-run-path: 4.0.1 + picocolors: 1.1.1 + picomatch: 4.0.2 + semver: 7.6.3 + source-map-support: 0.5.19 + tinyglobby: 0.2.15 + tslib: 2.8.1 + optionalDependencies: + verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - debug + - nx + - supports-color + + '@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@babel/core': 7.26.0 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/runtime': 7.26.0 + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + '@zkochan/js-yaml': 0.0.7 + babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) + chalk: 4.1.2 + columnify: 1.6.0 + detect-port: 1.6.1 + ignore: 5.3.2 + js-tokens: 4.0.0 + jsonc-parser: 3.2.0 + npm-run-path: 4.0.1 + picocolors: 1.1.1 + picomatch: 4.0.2 + semver: 7.6.3 + source-map-support: 0.5.19 + tinyglobby: 0.2.15 + tslib: 2.8.1 + optionalDependencies: + verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - debug + - nx + - supports-color + + '@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@babel/core': 7.26.0 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/runtime': 7.26.0 + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/workspace': 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + '@zkochan/js-yaml': 0.0.7 + babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) + chalk: 4.1.2 + columnify: 1.6.0 + detect-port: 1.6.1 + ignore: 5.3.2 + js-tokens: 4.0.0 + jsonc-parser: 3.2.0 + npm-run-path: 4.0.1 + picocolors: 1.1.1 + picomatch: 4.0.2 + semver: 7.6.3 + source-map-support: 0.5.19 + tinyglobby: 0.2.15 + tslib: 2.8.1 + optionalDependencies: + verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - debug + - nx + - supports-color + + '@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@babel/core': 7.26.0 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.26.0) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/runtime': 7.26.0 + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/workspace': 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + '@zkochan/js-yaml': 0.0.7 + babel-plugin-const-enum: 1.2.0(@babel/core@7.26.0) + babel-plugin-macros: 3.1.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5) + chalk: 4.1.2 + columnify: 1.6.0 + detect-port: 1.6.1 + ignore: 5.3.2 + js-tokens: 4.0.0 + jsonc-parser: 3.2.0 + npm-run-path: 4.0.1 + picocolors: 1.1.1 + picomatch: 4.0.2 + semver: 7.6.3 + source-map-support: 0.5.19 + tinyglobby: 0.2.15 + tslib: 2.8.1 + optionalDependencies: + verdaccio: 5.33.0(encoding@0.1.13)(typanion@3.14.0) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - debug + - nx + - supports-color + + '@nx/module-federation@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(bufferutil@4.0.8)(esbuild@0.20.2)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@module-federation/enhanced': 0.9.1(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + '@module-federation/node': 2.7.26(@rspack/core@1.7.0(@swc/helpers@0.5.18))(bufferutil@4.0.8)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + '@module-federation/sdk': 0.9.1 + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/web': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + express: 4.22.1 + http-proxy-middleware: 3.0.3 + picocolors: 1.1.1 + tslib: 2.8.1 + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - bufferutil + - debug + - esbuild + - next + - nx + - react + - react-dom + - supports-color - typescript + - uglify-js + - utf-8-validate + - verdaccio + - vue-tsc + - webpack-cli - '@nx/next@20.0.6(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.16.0(jiti@2.4.1))(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@nx/next@20.8.3(@babel/core@7.26.0)(@babel/traverse@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(lightningcss@1.27.0)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/react': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - '@nx/web': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/webpack': 20.0.6(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/react': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + '@nx/web': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/webpack': 20.8.3(@babel/traverse@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(lightningcss@1.27.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) '@svgr/webpack': 8.1.0(typescript@5.7.2) - copy-webpack-plugin: 10.2.4(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - file-loader: 6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + copy-webpack-plugin: 10.2.4(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + file-loader: 6.2.0(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) ignore: 5.3.2 - next: 14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) - picocolors: 1.1.1 + next: 14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1) semver: 7.6.3 tslib: 2.8.1 webpack-merge: 5.10.0 @@ -28448,8 +30064,7 @@ snapshots: - '@swc-node/register' - '@swc/core' - '@swc/css' - - '@swc/wasm' - - '@types/node' + - '@swc/helpers' - '@zkochan/js-yaml' - bufferutil - clean-css @@ -28457,14 +30072,12 @@ snapshots: - debug - esbuild - eslint - - fibers - html-webpack-plugin - lightningcss - node-sass - nx - react - react-dom - - sass-embedded - supports-color - typescript - uglify-js @@ -28475,18 +30088,17 @@ snapshots: - webpack - webpack-cli - '@nx/node@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/node@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/jest': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/jest': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - '@types/node' - '@zkochan/js-yaml' - babel-plugin-macros @@ -28499,78 +30111,107 @@ snapshots: - typescript - verdaccio - '@nx/nx-darwin-arm64@19.8.13': + '@nx/nx-darwin-arm64@20.0.6': optional: true - '@nx/nx-darwin-arm64@20.0.6': + '@nx/nx-darwin-arm64@20.8.3': optional: true - '@nx/nx-darwin-x64@19.8.13': + '@nx/nx-darwin-arm64@22.3.3': optional: true '@nx/nx-darwin-x64@20.0.6': optional: true - '@nx/nx-freebsd-x64@19.8.13': + '@nx/nx-darwin-x64@20.8.3': + optional: true + + '@nx/nx-darwin-x64@22.3.3': optional: true '@nx/nx-freebsd-x64@20.0.6': optional: true - '@nx/nx-linux-arm-gnueabihf@19.8.13': + '@nx/nx-freebsd-x64@20.8.3': + optional: true + + '@nx/nx-freebsd-x64@22.3.3': optional: true '@nx/nx-linux-arm-gnueabihf@20.0.6': optional: true - '@nx/nx-linux-arm64-gnu@19.8.13': + '@nx/nx-linux-arm-gnueabihf@20.8.3': + optional: true + + '@nx/nx-linux-arm-gnueabihf@22.3.3': optional: true '@nx/nx-linux-arm64-gnu@20.0.6': optional: true - '@nx/nx-linux-arm64-musl@19.8.13': + '@nx/nx-linux-arm64-gnu@20.8.3': + optional: true + + '@nx/nx-linux-arm64-gnu@22.3.3': optional: true '@nx/nx-linux-arm64-musl@20.0.6': optional: true - '@nx/nx-linux-x64-gnu@19.8.13': + '@nx/nx-linux-arm64-musl@20.8.3': + optional: true + + '@nx/nx-linux-arm64-musl@22.3.3': optional: true '@nx/nx-linux-x64-gnu@20.0.6': optional: true - '@nx/nx-linux-x64-musl@19.8.13': + '@nx/nx-linux-x64-gnu@20.8.3': + optional: true + + '@nx/nx-linux-x64-gnu@22.3.3': optional: true '@nx/nx-linux-x64-musl@20.0.6': optional: true - '@nx/nx-win32-arm64-msvc@19.8.13': + '@nx/nx-linux-x64-musl@20.8.3': + optional: true + + '@nx/nx-linux-x64-musl@22.3.3': optional: true '@nx/nx-win32-arm64-msvc@20.0.6': optional: true - '@nx/nx-win32-x64-msvc@19.8.13': + '@nx/nx-win32-arm64-msvc@20.8.3': + optional: true + + '@nx/nx-win32-arm64-msvc@22.3.3': optional: true '@nx/nx-win32-x64-msvc@20.0.6': optional: true - '@nx/plugin@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/nx-win32-x64-msvc@20.8.3': + optional: true + + '@nx/nx-win32-x64-msvc@22.3.3': + optional: true + + '@nx/plugin@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/jest': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/jest': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - '@types/node' - '@zkochan/js-yaml' - babel-plugin-macros @@ -28583,36 +30224,36 @@ snapshots: - typescript - verdaccio - '@nx/react-native@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(encoding@0.1.13)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@nx/react-native@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/jest': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/react': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - '@nx/workspace': 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/jest': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/react': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + '@nx/workspace': 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) ajv: 8.17.1 - chalk: 4.1.2 enhanced-resolve: 5.17.1 glob: 7.1.4 ignore: 5.3.2 metro-config: 0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10) metro-resolver: 0.80.12 - node-fetch: 2.7.0(encoding@0.1.13) + picocolors: 1.1.1 tsconfig-paths: 4.2.0 tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' + - '@swc/helpers' - '@types/node' - '@zkochan/js-yaml' - babel-plugin-macros - bufferutil - debug - - encoding + - esbuild - eslint + - next - node-notifier - nx - react @@ -28620,120 +30261,58 @@ snapshots: - supports-color - ts-node - typescript + - uglify-js - utf-8-validate - verdaccio - vue-tsc - webpack + - webpack-cli - '@nx/react@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@nx/react@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@zkochan/js-yaml@0.0.7)(bufferutil@4.0.8)(esbuild@0.20.2)(eslint@9.39.2(jiti@2.6.1))(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: - '@module-federation/enhanced': 0.6.6(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/web': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/module-federation': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(bufferutil@4.0.8)(esbuild@0.20.2)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/web': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) '@svgr/webpack': 8.1.0(typescript@5.7.2) - express: 4.21.1 - file-loader: 6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + express: 4.22.1 + file-loader: 6.2.0(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) http-proxy-middleware: 3.0.3 minimatch: 9.0.3 picocolors: 1.1.1 + semver: 7.6.3 tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' + - '@swc/helpers' - '@zkochan/js-yaml' - bufferutil - debug + - esbuild - eslint + - next - nx - react - react-dom - supports-color - typescript + - uglify-js - utf-8-validate - verdaccio - vue-tsc - webpack + - webpack-cli - '@nx/rollup@19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': - dependencies: - '@nrwl/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.0) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.28.0) - '@rollup/plugin-image': 3.0.3(rollup@4.28.0) - '@rollup/plugin-json': 6.1.0(rollup@4.28.0) - '@rollup/plugin-node-resolve': 15.3.0(rollup@4.28.0) - autoprefixer: 10.4.20(postcss@8.4.49) - minimatch: 9.0.3 - picocolors: 1.1.1 - postcss: 8.4.49 - rollup: 4.28.0 - rollup-plugin-copy: 3.5.0 - rollup-plugin-postcss: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - rollup-plugin-typescript2: 0.36.0(rollup@4.28.0)(typescript@5.7.2) - tslib: 2.8.1 - transitivePeerDependencies: - - '@babel/core' - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/babel__core' - - '@types/node' - - debug - - nx - - supports-color - - ts-node - - typescript - - verdaccio - - '@nx/rollup@19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': - dependencies: - '@nrwl/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/devkit': 19.8.13(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/js': 19.8.13(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.0) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.28.0) - '@rollup/plugin-image': 3.0.3(rollup@4.28.0) - '@rollup/plugin-json': 6.1.0(rollup@4.28.0) - '@rollup/plugin-node-resolve': 15.3.0(rollup@4.28.0) - autoprefixer: 10.4.20(postcss@8.4.49) - minimatch: 9.0.3 - picocolors: 1.1.1 - postcss: 8.4.49 - rollup: 4.28.0 - rollup-plugin-copy: 3.5.0 - rollup-plugin-postcss: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - rollup-plugin-typescript2: 0.36.0(rollup@4.28.0)(typescript@5.7.2) - tslib: 2.8.1 - transitivePeerDependencies: - - '@babel/core' - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/babel__core' - - '@types/node' - - debug - - nx - - supports-color - - ts-node - - typescript - - verdaccio - - '@nx/storybook@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/storybook@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/cypress': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/cypress': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) semver: 7.6.3 tslib: 2.8.1 @@ -28741,8 +30320,6 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - '@zkochan/js-yaml' - cypress - debug @@ -28752,33 +30329,32 @@ snapshots: - typescript - verdaccio - '@nx/vite@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.5.5)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@nx/vite@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))(vitest@2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) - '@swc/helpers': 0.5.15 + '@swc/helpers': 0.5.18 enquirer: 2.3.6 minimatch: 9.0.3 + semver: 7.6.3 tsconfig-paths: 4.2.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) - vitest: 2.1.6(@types/node@22.5.5)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) + vitest: 2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - typescript - verdaccio - '@nx/web@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/web@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) detect-port: 1.6.1 http-server: 14.1.1 picocolors: 1.1.1 @@ -28787,57 +30363,51 @@ snapshots: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - verdaccio - '@nx/webpack@20.0.6(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + '@nx/webpack@20.8.3(@babel/traverse@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(lightningcss@1.27.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: '@babel/core': 7.26.0 - '@module-federation/enhanced': 0.6.16(bufferutil@4.0.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - '@module-federation/sdk': 0.6.16 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.7.2) ajv: 8.17.1 autoprefixer: 10.4.20(postcss@8.4.49) - babel-loader: 9.2.1(@babel/core@7.26.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + babel-loader: 9.2.1(@babel/core@7.26.0)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) browserslist: 4.24.2 - chalk: 4.1.2 - copy-webpack-plugin: 10.2.4(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - css-loader: 6.11.0(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - css-minimizer-webpack-plugin: 5.0.1(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - express: 4.21.1 - fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - http-proxy-middleware: 3.0.3 + copy-webpack-plugin: 10.2.4(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + css-loader: 6.11.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + css-minimizer-webpack-plugin: 5.0.1(esbuild@0.20.2)(lightningcss@1.27.0)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.7.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) less: 4.1.3 - less-loader: 11.1.0(less@4.1.3)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - license-webpack-plugin: 4.0.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + less-loader: 11.1.0(less@4.1.3)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) loader-utils: 2.0.4 - mini-css-extract-plugin: 2.4.7(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + mini-css-extract-plugin: 2.4.7(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) parse5: 4.0.0 + picocolors: 1.1.1 postcss: 8.4.49 postcss-import: 14.1.0(postcss@8.4.49) - postcss-loader: 6.2.1(postcss@8.4.49)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + postcss-loader: 6.2.1(postcss@8.4.49)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) rxjs: 7.8.1 - sass: 1.81.0 - sass-loader: 12.6.0(sass@1.81.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - source-map-loader: 5.0.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - style-loader: 3.3.4(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - stylus: 0.59.0 - stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - terser-webpack-plugin: 5.3.10(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - ts-loader: 9.5.1(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + sass: 1.97.1 + sass-embedded: 1.97.1 + sass-loader: 16.0.6(@rspack/core@1.7.0(@swc/helpers@0.5.18))(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + style-loader: 3.3.4(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + stylus: 0.64.0 + stylus-loader: 7.1.3(stylus@0.64.0)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + terser-webpack-plugin: 5.3.10(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + ts-loader: 9.5.1(typescript@5.7.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) tsconfig-paths-webpack-plugin: 4.0.0 tslib: 2.8.1 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) - webpack-dev-server: 5.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + webpack-dev-server: 5.2.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) webpack-node-externals: 3.0.0 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' @@ -28845,37 +30415,31 @@ snapshots: - '@swc-node/register' - '@swc/core' - '@swc/css' - - '@swc/wasm' - - '@types/node' - bufferutil - clean-css - csso - debug - esbuild - - fibers - html-webpack-plugin - lightningcss - node-sass - nx - - react - - react-dom - - sass-embedded - supports-color - typescript - uglify-js - utf-8-validate - verdaccio - vue-template-compiler - - vue-tsc - webpack-cli - '@nx/workspace@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))': + '@nx/workspace@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))': dependencies: - '@nrwl/workspace': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - '@nx/devkit': 19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) + '@nx/devkit': 20.8.3(nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + nx: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + picomatch: 4.0.2 tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -28883,13 +30447,14 @@ snapshots: - '@swc/core' - debug - '@nx/workspace@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))': + '@nx/workspace@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))': dependencies: - '@nrwl/workspace': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - '@nx/devkit': 19.8.13(nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) + '@nx/devkit': 20.8.3(nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + nx: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + picomatch: 4.0.2 tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -28897,12 +30462,14 @@ snapshots: - '@swc/core' - debug - '@nx/workspace@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))': + '@nx/workspace@20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) + '@nx/devkit': 20.8.3(nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) + nx: 20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + picomatch: 4.0.2 tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -28910,12 +30477,47 @@ snapshots: - '@swc/core' - debug - '@nx/workspace@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))': + '@nx/workspace@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))': dependencies: - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + picomatch: 4.0.2 + semver: 7.6.3 + tslib: 2.8.1 + yargs-parser: 21.1.1 + transitivePeerDependencies: + - '@swc-node/register' + - '@swc/core' + - debug + + '@nx/workspace@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))': + dependencies: + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@zkochan/js-yaml': 0.0.7 + chalk: 4.1.2 + enquirer: 2.3.6 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + picomatch: 4.0.2 + semver: 7.6.3 + tslib: 2.8.1 + yargs-parser: 21.1.1 + transitivePeerDependencies: + - '@swc-node/register' + - '@swc/core' + - debug + + '@nx/workspace@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))': + dependencies: + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@zkochan/js-yaml': 0.0.7 + chalk: 4.1.2 + enquirer: 2.3.6 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + picomatch: 4.0.2 + semver: 7.6.3 tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -28954,117 +30556,116 @@ snapshots: wordwrap: 1.0.0 wrap-ansi: 7.0.0 - '@oclif/core@4.0.33': + '@oclif/core@4.8.0': dependencies: ansi-escapes: 4.3.2 - ansis: 3.3.2 + ansis: 3.17.0 clean-stack: 3.0.1 cli-spinners: 2.9.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.3(supports-color@8.1.1) ejs: 3.1.10 get-package-type: 0.1.0 - globby: 11.1.0 indent-string: 4.0.0 is-wsl: 2.2.0 - lilconfig: 3.1.2 + lilconfig: 3.1.3 minimatch: 9.0.5 - semver: 7.6.3 + semver: 7.7.3 string-width: 4.2.3 supports-color: 8.1.1 + tinyglobby: 0.2.15 widest-line: 3.1.0 wordwrap: 1.0.0 wrap-ansi: 7.0.0 - '@oclif/plugin-autocomplete@3.2.11': + '@oclif/plugin-autocomplete@3.2.39': dependencies: - '@oclif/core': 4.0.33 - ansis: 3.3.2 - debug: 4.3.7(supports-color@8.1.1) + '@oclif/core': 4.8.0 + ansis: 3.17.0 + debug: 4.4.3(supports-color@8.1.1) ejs: 3.1.10 transitivePeerDependencies: - supports-color - '@oclif/plugin-help@6.2.18': + '@oclif/plugin-help@6.2.36': dependencies: - '@oclif/core': 4.0.33 + '@oclif/core': 4.8.0 - '@oclif/plugin-not-found@3.2.29(@types/node@22.5.5)': + '@oclif/plugin-not-found@3.2.73(@types/node@22.19.3)': dependencies: - '@inquirer/prompts': 7.1.0(@types/node@22.5.5) - '@oclif/core': 4.0.33 - ansis: 3.3.2 + '@inquirer/prompts': 7.10.1(@types/node@22.19.3) + '@oclif/core': 4.8.0 + ansis: 3.17.0 fast-levenshtein: 3.0.0 transitivePeerDependencies: - '@types/node' - '@oclif/plugin-plugins@5.4.19': + '@oclif/plugin-plugins@5.4.54': dependencies: - '@oclif/core': 4.0.33 - ansis: 3.3.2 - debug: 4.3.7(supports-color@8.1.1) - npm: 10.9.1 + '@oclif/core': 4.8.0 + ansis: 3.17.0 + debug: 4.4.3(supports-color@8.1.1) + npm: 10.9.4 npm-package-arg: 11.0.3 npm-run-path: 5.3.0 object-treeify: 4.0.1 - semver: 7.6.3 + semver: 7.7.3 validate-npm-package-name: 5.0.1 which: 4.0.0 yarn: 1.22.22 transitivePeerDependencies: - supports-color - '@oclif/plugin-search@1.2.16': + '@oclif/plugin-search@1.2.36': dependencies: - '@oclif/core': 4.0.33 - ansi-escapes: 7.0.0 + '@oclif/core': 4.8.0 + ansi-escapes: 7.2.0 inquirer-autocomplete-standalone: 0.8.1 - '@oclif/plugin-update@4.6.14(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@oclif/plugin-update@4.7.16(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@inquirer/select': 2.5.0 - '@oclif/core': 4.0.33 - '@oclif/table': 0.3.5(bufferutil@4.0.8)(utf-8-validate@5.0.10) - ansis: 3.3.2 - debug: 4.3.7(supports-color@8.1.1) + '@oclif/core': 4.8.0 + '@oclif/table': 0.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ansis: 3.17.0 + debug: 4.4.3(supports-color@8.1.1) filesize: 6.4.0 got: 13.0.0 - proxy-agent: 6.4.0 - semver: 7.6.3 - tar-fs: 2.1.1 + proxy-agent: 6.5.0 + semver: 7.7.3 + tar-fs: 2.1.4 transitivePeerDependencies: - bufferutil - react-devtools-core - supports-color - utf-8-validate - '@oclif/plugin-version@2.2.16': + '@oclif/plugin-version@2.2.36': dependencies: - '@oclif/core': 4.0.33 - ansis: 3.3.2 + '@oclif/core': 4.8.0 + ansis: 3.17.0 - '@oclif/plugin-warn-if-update-available@3.1.24': + '@oclif/plugin-warn-if-update-available@3.1.53': dependencies: - '@oclif/core': 4.0.33 - ansis: 3.3.2 - debug: 4.3.7(supports-color@8.1.1) + '@oclif/core': 4.8.0 + ansis: 3.17.0 + debug: 4.4.3(supports-color@8.1.1) http-call: 5.3.0 lodash: 4.17.21 - registry-auth-token: 5.0.3 + registry-auth-token: 5.1.0 transitivePeerDependencies: - supports-color - '@oclif/table@0.3.5(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@oclif/table@0.5.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@oclif/core': 4.0.33 '@types/react': 18.3.12 change-case: 5.4.4 cli-truncate: 4.0.0 - ink: 5.1.0(@types/react@18.3.12)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@5.0.10) + ink: 5.0.1(@types/react@18.3.12)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@5.0.10) natural-orderby: 3.0.2 object-hash: 3.0.0 react: 18.3.1 - strip-ansi: 7.1.0 - wrap-ansi: 9.0.0 + strip-ansi: 7.1.2 + wrap-ansi: 9.0.2 transitivePeerDependencies: - bufferutil - react-devtools-core @@ -29078,159 +30679,79 @@ snapshots: transitivePeerDependencies: - supports-color - '@octokit/app@15.1.1': - dependencies: - '@octokit/auth-app': 7.1.3 - '@octokit/auth-unauthenticated': 6.1.0 - '@octokit/core': 6.1.2 - '@octokit/oauth-app': 7.1.3 - '@octokit/plugin-paginate-rest': 11.3.6(@octokit/core@6.1.2) - '@octokit/types': 13.6.2 - '@octokit/webhooks': 13.4.1 - - '@octokit/auth-app@7.1.3': - dependencies: - '@octokit/auth-oauth-app': 8.1.1 - '@octokit/auth-oauth-user': 5.1.1 - '@octokit/request': 9.1.3 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 - toad-cache: 3.7.0 - universal-github-app-jwt: 2.2.0 - universal-user-agent: 7.0.2 - - '@octokit/auth-oauth-app@8.1.1': - dependencies: - '@octokit/auth-oauth-device': 7.1.1 - '@octokit/auth-oauth-user': 5.1.1 - '@octokit/request': 9.1.3 - '@octokit/types': 13.6.2 - universal-user-agent: 7.0.2 - - '@octokit/auth-oauth-device@7.1.1': + '@opentelemetry/api@0.14.0': dependencies: - '@octokit/oauth-methods': 5.1.2 - '@octokit/request': 9.1.3 - '@octokit/types': 13.6.2 - universal-user-agent: 7.0.2 + '@opentelemetry/context-base': 0.14.0 - '@octokit/auth-oauth-user@5.1.1': - dependencies: - '@octokit/auth-oauth-device': 7.1.1 - '@octokit/oauth-methods': 5.1.2 - '@octokit/request': 9.1.3 - '@octokit/types': 13.6.2 - universal-user-agent: 7.0.2 + '@opentelemetry/api@1.9.0': {} - '@octokit/auth-token@5.1.1': {} + '@opentelemetry/context-base@0.14.0': {} - '@octokit/auth-unauthenticated@6.1.0': - dependencies: - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 + '@oxc-project/types@0.103.0': {} - '@octokit/core@6.1.2': - dependencies: - '@octokit/auth-token': 5.1.1 - '@octokit/graphql': 8.1.1 - '@octokit/request': 9.1.3 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 - before-after-hook: 3.0.2 - universal-user-agent: 7.0.2 + '@oxc-project/types@0.106.0': {} - '@octokit/endpoint@10.1.1': - dependencies: - '@octokit/types': 13.6.2 - universal-user-agent: 7.0.2 + '@oxc-resolver/binding-android-arm-eabi@11.16.2': + optional: true - '@octokit/graphql@8.1.1': - dependencies: - '@octokit/request': 9.1.3 - '@octokit/types': 13.6.2 - universal-user-agent: 7.0.2 + '@oxc-resolver/binding-android-arm64@11.16.2': + optional: true - '@octokit/oauth-app@7.1.3': - dependencies: - '@octokit/auth-oauth-app': 8.1.1 - '@octokit/auth-oauth-user': 5.1.1 - '@octokit/auth-unauthenticated': 6.1.0 - '@octokit/core': 6.1.2 - '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/oauth-methods': 5.1.2 - '@types/aws-lambda': 8.10.146 - universal-user-agent: 7.0.2 + '@oxc-resolver/binding-darwin-arm64@11.16.2': + optional: true - '@octokit/oauth-authorization-url@7.1.1': {} + '@oxc-resolver/binding-darwin-x64@11.16.2': + optional: true - '@octokit/oauth-methods@5.1.2': - dependencies: - '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/request': 9.1.3 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 + '@oxc-resolver/binding-freebsd-x64@11.16.2': + optional: true - '@octokit/openapi-types@22.2.0': {} + '@oxc-resolver/binding-linux-arm-gnueabihf@11.16.2': + optional: true - '@octokit/openapi-webhooks-types@8.5.1': {} + '@oxc-resolver/binding-linux-arm-musleabihf@11.16.2': + optional: true - '@octokit/plugin-paginate-graphql@5.2.4(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 + '@oxc-resolver/binding-linux-arm64-gnu@11.16.2': + optional: true - '@octokit/plugin-paginate-rest@11.3.6(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.6.2 + '@oxc-resolver/binding-linux-arm64-musl@11.16.2': + optional: true - '@octokit/plugin-rest-endpoint-methods@13.2.6(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.6.2 + '@oxc-resolver/binding-linux-ppc64-gnu@11.16.2': + optional: true - '@octokit/plugin-retry@7.1.2(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 - bottleneck: 2.19.5 + '@oxc-resolver/binding-linux-riscv64-gnu@11.16.2': + optional: true - '@octokit/plugin-throttling@9.3.2(@octokit/core@6.1.2)': - dependencies: - '@octokit/core': 6.1.2 - '@octokit/types': 13.6.2 - bottleneck: 2.19.5 + '@oxc-resolver/binding-linux-riscv64-musl@11.16.2': + optional: true - '@octokit/request-error@6.1.5': - dependencies: - '@octokit/types': 13.6.2 + '@oxc-resolver/binding-linux-s390x-gnu@11.16.2': + optional: true - '@octokit/request@9.1.3': - dependencies: - '@octokit/endpoint': 10.1.1 - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 - universal-user-agent: 7.0.2 + '@oxc-resolver/binding-linux-x64-gnu@11.16.2': + optional: true - '@octokit/types@13.6.2': - dependencies: - '@octokit/openapi-types': 22.2.0 + '@oxc-resolver/binding-linux-x64-musl@11.16.2': + optional: true - '@octokit/webhooks-methods@5.1.0': {} + '@oxc-resolver/binding-openharmony-arm64@11.16.2': + optional: true - '@octokit/webhooks@13.4.1': + '@oxc-resolver/binding-wasm32-wasi@11.16.2': dependencies: - '@octokit/openapi-webhooks-types': 8.5.1 - '@octokit/request-error': 6.1.5 - '@octokit/webhooks-methods': 5.1.0 + '@napi-rs/wasm-runtime': 1.1.1 + optional: true - '@opentelemetry/api@0.14.0': - dependencies: - '@opentelemetry/context-base': 0.14.0 + '@oxc-resolver/binding-win32-arm64-msvc@11.16.2': + optional: true - '@opentelemetry/api@1.9.0': {} + '@oxc-resolver/binding-win32-ia32-msvc@11.16.2': + optional: true - '@opentelemetry/context-base@0.14.0': {} + '@oxc-resolver/binding-win32-x64-msvc@11.16.2': + optional: true '@parcel/watcher-android-arm64@2.5.0': optional: true @@ -29262,12 +30783,6 @@ snapshots: '@parcel/watcher-linux-x64-musl@2.5.0': optional: true - '@parcel/watcher-wasm@2.5.0': - dependencies: - is-glob: 4.0.3 - micromatch: 4.0.8 - optional: true - '@parcel/watcher-win32-arm64@2.5.0': optional: true @@ -29322,25 +30837,29 @@ snapshots: esquery: 1.6.0 typescript: 5.7.2 + '@phenomnomnominal/tsquery@5.0.1(typescript@5.9.3)': + dependencies: + esquery: 1.6.0 + typescript: 5.9.3 + '@pkgjs/parseargs@0.11.0': optional: true - '@pkgr/core@0.1.1': {} + '@pkgr/core@0.2.9': {} - '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.10.0)(type-fest@4.29.0)(webpack-dev-server@5.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@pmmmwh/react-refresh-webpack-plugin@0.6.2(react-refresh@0.18.0)(type-fest@4.41.0)(webpack-dev-server@5.2.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: - ansi-html: 0.0.9 + anser: 2.3.5 core-js-pure: 3.39.0 error-stack-parser: 2.1.4 html-entities: 2.5.2 - loader-utils: 2.0.4 - react-refresh: 0.10.0 + react-refresh: 0.18.0 schema-utils: 4.2.0 source-map: 0.7.4 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) optionalDependencies: - type-fest: 4.29.0 - webpack-dev-server: 5.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + type-fest: 4.41.0 + webpack-dev-server: 5.2.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) '@pnpm/config.env-replace@1.1.0': {} @@ -29356,8 +30875,17 @@ snapshots: '@polka/url@1.0.0-next.28': {} + '@prettier/plugin-xml@3.4.2(prettier@3.7.4)': + dependencies: + '@xml-tools/parser': 1.0.11 + prettier: 3.7.4 + '@prisma/prisma-schema-wasm@4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584': {} + '@quansync/fs@1.0.0': + dependencies: + quansync: 1.0.0 + '@radix-ui/react-compose-refs@1.0.0(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 @@ -29525,6 +31053,13 @@ snapshots: - '@babel/preset-env' - supports-color + '@react-native/babel-plugin-codegen@0.74.83(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@react-native/codegen': 0.74.83(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + '@react-native/babel-plugin-codegen@0.74.87(@babel/preset-env@7.26.0(@babel/core@7.26.0))': dependencies: '@react-native/codegen': 0.74.87(@babel/preset-env@7.26.0(@babel/core@7.26.0)) @@ -29532,6 +31067,13 @@ snapshots: - '@babel/preset-env' - supports-color + '@react-native/babel-plugin-codegen@0.74.87(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@react-native/codegen': 0.74.87(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + '@react-native/babel-preset@0.74.83(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': dependencies: '@babel/core': 7.26.0 @@ -29581,6 +31123,55 @@ snapshots: - '@babel/preset-env' - supports-color + '@react-native/babel-preset@0.74.83(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@babel/core': 7.28.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.28.5) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.28.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.28.5) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.28.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.28.5) + '@babel/template': 7.25.9 + '@react-native/babel-plugin-codegen': 0.74.83(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.28.5) + react-refresh: 0.14.2 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + '@react-native/babel-preset@0.74.87(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))': dependencies: '@babel/core': 7.26.0 @@ -29630,6 +31221,55 @@ snapshots: - '@babel/preset-env' - supports-color + '@react-native/babel-preset@0.74.87(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@babel/core': 7.28.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.28.5) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-export-default-from': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.28.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.28.5) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.28.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.28.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.28.5) + '@babel/template': 7.25.9 + '@react-native/babel-plugin-codegen': 0.74.87(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.28.5) + react-refresh: 0.14.2 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + '@react-native/codegen@0.74.83(@babel/preset-env@7.26.0(@babel/core@7.26.0))': dependencies: '@babel/parser': 7.26.2 @@ -29643,6 +31283,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@react-native/codegen@0.74.83(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@babel/parser': 7.26.2 + '@babel/preset-env': 7.26.0(@babel/core@7.28.5) + glob: 7.2.3 + hermes-parser: 0.19.1 + invariant: 2.2.4 + jscodeshift: 0.14.0(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + mkdirp: 0.5.6 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + '@react-native/codegen@0.74.87(@babel/preset-env@7.26.0(@babel/core@7.26.0))': dependencies: '@babel/parser': 7.26.2 @@ -29656,6 +31309,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@react-native/codegen@0.74.87(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@babel/parser': 7.26.2 + '@babel/preset-env': 7.26.0(@babel/core@7.28.5) + glob: 7.2.3 + hermes-parser: 0.19.1 + invariant: 2.2.4 + jscodeshift: 0.14.0(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + mkdirp: 0.5.6 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + '@react-native/community-cli-plugin@0.74.83(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: '@react-native-community/cli-server-api': 13.6.6(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) @@ -29678,11 +31344,33 @@ snapshots: - supports-color - utf-8-validate + '@react-native/community-cli-plugin@0.74.83(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': + dependencies: + '@react-native-community/cli-server-api': 13.6.6(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@react-native-community/cli-tools': 13.6.6(encoding@0.1.13) + '@react-native/dev-middleware': 0.74.83(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@react-native/metro-babel-transformer': 0.74.83(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + chalk: 4.1.2 + execa: 5.1.1 + metro: 0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-config: 0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-core: 0.80.12 + node-fetch: 2.7.0(encoding@0.1.13) + querystring: 0.2.1 + readline: 1.3.0 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + '@react-native/debugger-frontend@0.74.83': {} - '@react-native/debugger-frontend@0.74.84': {} + '@react-native/debugger-frontend@0.74.85': {} - '@react-native/debugger-frontend@0.74.88': {} + '@react-native/debugger-frontend@0.81.1': {} '@react-native/dev-middleware@0.74.83(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: @@ -29705,10 +31393,10 @@ snapshots: - supports-color - utf-8-validate - '@react-native/dev-middleware@0.74.84(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': + '@react-native/dev-middleware@0.74.85(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': dependencies: '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.74.84 + '@react-native/debugger-frontend': 0.74.85 '@rnx-kit/chromium-edge-launcher': 1.0.0 chrome-launcher: 0.15.2 connect: 3.7.0 @@ -29726,24 +31414,21 @@ snapshots: - supports-color - utf-8-validate - '@react-native/dev-middleware@0.74.88(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)': + '@react-native/dev-middleware@0.81.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@isaacs/ttlcache': 1.4.1 - '@react-native/debugger-frontend': 0.74.88 - '@rnx-kit/chromium-edge-launcher': 1.0.0 + '@react-native/debugger-frontend': 0.81.1 chrome-launcher: 0.15.2 + chromium-edge-launcher: 0.2.0 connect: 3.7.0 - debug: 2.6.9 - node-fetch: 2.7.0(encoding@0.1.13) + debug: 4.4.3(supports-color@8.1.1) + invariant: 2.2.4 nullthrows: 1.1.1 open: 7.4.2 - selfsigned: 2.4.1 serve-static: 1.16.2 - temp-dir: 2.0.0 ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate @@ -29761,16 +31446,26 @@ snapshots: - '@babel/preset-env' - supports-color + '@react-native/metro-babel-transformer@0.74.83(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))': + dependencies: + '@babel/core': 7.28.5 + '@react-native/babel-preset': 0.74.83(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + hermes-parser: 0.19.1 + nullthrows: 1.1.1 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + '@react-native/normalize-color@2.1.0': {} '@react-native/normalize-colors@0.74.83': {} - '@react-native/normalize-colors@0.74.84': {} - '@react-native/normalize-colors@0.74.85': {} '@react-native/normalize-colors@0.74.88': {} + '@react-native/normalize-colors@0.81.1': {} + '@react-native/virtualized-lists@0.74.83(@types/react@18.3.12)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: invariant: 2.2.4 @@ -29780,14 +31475,23 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 - '@react-navigation/bottom-tabs@6.5.20(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + '@react-native/virtualized-lists@0.74.83(@types/react@18.3.12)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + invariant: 2.2.4 + nullthrows: 1.1.1 + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + optionalDependencies: + '@types/react': 18.3.12 + + '@react-navigation/bottom-tabs@6.5.20(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/native': 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) color: 4.2.3 react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - react-native-safe-area-context: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-safe-area-context: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-screens: 4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) warn-once: 0.1.1 @@ -29801,20 +31505,20 @@ snapshots: react-is: 16.13.1 use-latest-callback: 0.2.3(react@18.3.1) - '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + '@react-navigation/elements@1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@react-navigation/native': 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - react-native-safe-area-context: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-safe-area-context: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - '@react-navigation/native-stack@6.9.26(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + '@react-navigation/native-stack@6.9.26(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/native': 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - react-native-safe-area-context: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-safe-area-context: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-screens: 4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) warn-once: 0.1.1 @@ -29831,15 +31535,15 @@ snapshots: dependencies: nanoid: 3.3.8 - '@react-navigation/stack@6.4.1(mrt4ih7zpnocr7cnjmq4ndzeki)': + '@react-navigation/stack@6.4.1(mh6y3jhlhd355qgplblzzpy6k4)': dependencies: - '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-navigation/elements': 1.3.31(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/native': 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) color: 4.2.3 react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) react-native-gesture-handler: 2.21.2(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - react-native-safe-area-context: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-safe-area-context: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-screens: 4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) warn-once: 0.1.1 @@ -29849,7 +31553,7 @@ snapshots: immutable: 4.3.7 redux: 5.0.1 - '@rehookify/datepicker@6.6.7(react@18.3.1)': + '@rehookify/datepicker@6.6.8(react@18.3.1)': dependencies: react: 18.3.1 @@ -29922,452 +31626,409 @@ snapshots: transitivePeerDependencies: - supports-color - '@rolldown/binding-darwin-arm64@0.10.4': + '@rolldown/binding-android-arm64@1.0.0-beta.57': optional: true - '@rolldown/binding-darwin-x64@0.10.4': + '@rolldown/binding-android-arm64@1.0.0-beta.58': optional: true - '@rolldown/binding-linux-arm-gnueabihf@0.10.4': + '@rolldown/binding-darwin-arm64@1.0.0-beta.1': optional: true - '@rolldown/binding-linux-arm64-gnu@0.10.4': + '@rolldown/binding-darwin-arm64@1.0.0-beta.57': optional: true - '@rolldown/binding-linux-arm64-musl@0.10.4': + '@rolldown/binding-darwin-arm64@1.0.0-beta.58': optional: true - '@rolldown/binding-linux-x64-gnu@0.10.4': + '@rolldown/binding-darwin-x64@1.0.0-beta.1': optional: true - '@rolldown/binding-linux-x64-musl@0.10.4': + '@rolldown/binding-darwin-x64@1.0.0-beta.57': optional: true - '@rolldown/binding-wasm32-wasi@0.10.4': - dependencies: - '@napi-rs/wasm-runtime': 0.2.5 + '@rolldown/binding-darwin-x64@1.0.0-beta.58': optional: true - '@rolldown/binding-win32-arm64-msvc@0.10.4': + '@rolldown/binding-freebsd-x64@1.0.0-beta.1': optional: true - '@rolldown/binding-win32-ia32-msvc@0.10.4': + '@rolldown/binding-freebsd-x64@1.0.0-beta.57': optional: true - '@rolldown/binding-win32-x64-msvc@0.10.4': + '@rolldown/binding-freebsd-x64@1.0.0-beta.58': optional: true - '@rollup/plugin-alias@5.1.1(rollup@3.29.5)': - optionalDependencies: - rollup: 3.29.5 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.1': + optional: true - '@rollup/plugin-babel@6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.18.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - optionalDependencies: - '@types/babel__core': 7.20.5 - rollup: 4.18.0 - transitivePeerDependencies: - - supports-color + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.57': + optional: true - '@rollup/plugin-babel@6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - optionalDependencies: - '@types/babel__core': 7.20.5 - rollup: 4.28.0 - transitivePeerDependencies: - - supports-color + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.58': + optional: true - '@rollup/plugin-commonjs@25.0.8(rollup@3.29.5)': - dependencies: - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.30.14 - optionalDependencies: - rollup: 3.29.5 + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.1': + optional: true - '@rollup/plugin-commonjs@25.0.8(rollup@4.18.0)': - dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.30.14 - optionalDependencies: - rollup: 4.18.0 + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.57': + optional: true - '@rollup/plugin-commonjs@25.0.8(rollup@4.28.0)': - dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.30.14 - optionalDependencies: - rollup: 4.28.0 + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.58': + optional: true - '@rollup/plugin-image@3.0.3(rollup@4.18.0)': - dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - mini-svg-data-uri: 1.4.4 - optionalDependencies: - rollup: 4.18.0 + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.1': + optional: true - '@rollup/plugin-image@3.0.3(rollup@4.28.0)': - dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - mini-svg-data-uri: 1.4.4 - optionalDependencies: - rollup: 4.28.0 + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.57': + optional: true + + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.58': + optional: true - '@rollup/plugin-json@6.1.0(rollup@3.29.5)': + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.1': + optional: true + + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.57': + optional: true + + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.58': + optional: true + + '@rolldown/binding-linux-x64-musl@1.0.0-beta.1': + optional: true + + '@rolldown/binding-linux-x64-musl@1.0.0-beta.57': + optional: true + + '@rolldown/binding-linux-x64-musl@1.0.0-beta.58': + optional: true + + '@rolldown/binding-openharmony-arm64@1.0.0-beta.57': + optional: true + + '@rolldown/binding-openharmony-arm64@1.0.0-beta.58': + optional: true + + '@rolldown/binding-wasm32-wasi@1.0.0-beta.1': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - optionalDependencies: - rollup: 3.29.5 + '@napi-rs/wasm-runtime': 0.2.5 + optional: true - '@rollup/plugin-json@6.1.0(rollup@4.18.0)': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.57': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - optionalDependencies: - rollup: 4.18.0 + '@napi-rs/wasm-runtime': 1.1.1 + optional: true - '@rollup/plugin-json@6.1.0(rollup@4.28.0)': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.58': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@napi-rs/wasm-runtime': 1.1.1 + optional: true + + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.1': + optional: true + + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.57': + optional: true + + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.58': + optional: true + + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.1': + optional: true + + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.1': + optional: true + + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.57': + optional: true + + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.58': + optional: true + + '@rolldown/pluginutils@1.0.0-beta.27': {} + + '@rolldown/pluginutils@1.0.0-beta.57': {} + + '@rolldown/pluginutils@1.0.0-beta.58': {} + + '@rollup/plugin-alias@5.1.1(rollup@4.54.0)': optionalDependencies: - rollup: 4.28.0 + rollup: 4.54.0 - '@rollup/plugin-node-resolve@15.2.3(rollup@4.18.0)': + '@rollup/plugin-commonjs@28.0.9(rollup@4.54.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-builtin-module: 3.2.1 - is-module: 1.0.0 - resolve: 1.22.8 + '@rollup/pluginutils': 5.3.0(rollup@4.54.0) + commondir: 1.0.1 + estree-walker: 2.0.2 + fdir: 6.4.2(picomatch@4.0.2) + is-reference: 1.2.1 + magic-string: 0.30.21 + picomatch: 4.0.2 optionalDependencies: - rollup: 4.18.0 + rollup: 4.54.0 - '@rollup/plugin-node-resolve@15.3.0(rollup@3.29.5)': + '@rollup/plugin-json@6.1.0(rollup@4.54.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-module: 1.0.0 - resolve: 1.22.8 + '@rollup/pluginutils': 5.3.0(rollup@4.54.0) optionalDependencies: - rollup: 3.29.5 + rollup: 4.54.0 - '@rollup/plugin-node-resolve@15.3.0(rollup@4.28.0)': + '@rollup/plugin-node-resolve@16.0.3(rollup@4.54.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) + '@rollup/pluginutils': 5.3.0(rollup@4.54.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.8 optionalDependencies: - rollup: 4.28.0 + rollup: 4.54.0 - '@rollup/plugin-replace@5.0.7(rollup@3.29.5)': + '@rollup/plugin-replace@6.0.3(rollup@4.54.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - magic-string: 0.30.14 + '@rollup/pluginutils': 5.3.0(rollup@4.54.0) + magic-string: 0.30.21 optionalDependencies: - rollup: 3.29.5 + rollup: 4.54.0 '@rollup/pluginutils@4.2.1': dependencies: estree-walker: 2.0.2 picomatch: 2.3.1 - '@rollup/pluginutils@5.1.3(rollup@3.29.5)': + '@rollup/pluginutils@5.1.3(rollup@4.54.0)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 3.29.5 + rollup: 4.54.0 - '@rollup/pluginutils@5.1.3(rollup@4.18.0)': + '@rollup/pluginutils@5.3.0(rollup@4.54.0)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.18.0 - - '@rollup/pluginutils@5.1.3(rollup@4.28.0)': - dependencies: - '@types/estree': 1.0.6 - estree-walker: 2.0.2 - picomatch: 4.0.2 - optionalDependencies: - rollup: 4.28.0 - - '@rollup/rollup-android-arm-eabi@4.18.0': - optional: true + rollup: 4.54.0 '@rollup/rollup-android-arm-eabi@4.28.0': optional: true - '@rollup/rollup-android-arm64@4.18.0': + '@rollup/rollup-android-arm-eabi@4.54.0': optional: true '@rollup/rollup-android-arm64@4.28.0': optional: true - '@rollup/rollup-darwin-arm64@4.18.0': + '@rollup/rollup-android-arm64@4.54.0': optional: true '@rollup/rollup-darwin-arm64@4.28.0': optional: true - '@rollup/rollup-darwin-x64@4.18.0': + '@rollup/rollup-darwin-arm64@4.54.0': optional: true '@rollup/rollup-darwin-x64@4.28.0': optional: true + '@rollup/rollup-darwin-x64@4.54.0': + optional: true + '@rollup/rollup-freebsd-arm64@4.28.0': optional: true + '@rollup/rollup-freebsd-arm64@4.54.0': + optional: true + '@rollup/rollup-freebsd-x64@4.28.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.18.0': + '@rollup/rollup-freebsd-x64@4.54.0': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.28.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.18.0': + '@rollup/rollup-linux-arm-gnueabihf@4.54.0': optional: true '@rollup/rollup-linux-arm-musleabihf@4.28.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.18.0': + '@rollup/rollup-linux-arm-musleabihf@4.54.0': optional: true '@rollup/rollup-linux-arm64-gnu@4.28.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.18.0': + '@rollup/rollup-linux-arm64-gnu@4.54.0': optional: true '@rollup/rollup-linux-arm64-musl@4.28.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.18.0': + '@rollup/rollup-linux-arm64-musl@4.54.0': + optional: true + + '@rollup/rollup-linux-loong64-gnu@4.54.0': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.28.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.18.0': + '@rollup/rollup-linux-ppc64-gnu@4.54.0': optional: true '@rollup/rollup-linux-riscv64-gnu@4.28.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.18.0': + '@rollup/rollup-linux-riscv64-gnu@4.54.0': + optional: true + + '@rollup/rollup-linux-riscv64-musl@4.54.0': optional: true '@rollup/rollup-linux-s390x-gnu@4.28.0': optional: true - '@rollup/rollup-linux-x64-gnu@4.18.0': + '@rollup/rollup-linux-s390x-gnu@4.54.0': optional: true '@rollup/rollup-linux-x64-gnu@4.28.0': optional: true - '@rollup/rollup-linux-x64-musl@4.18.0': + '@rollup/rollup-linux-x64-gnu@4.54.0': optional: true '@rollup/rollup-linux-x64-musl@4.28.0': optional: true - '@rollup/rollup-win32-arm64-msvc@4.18.0': + '@rollup/rollup-linux-x64-musl@4.54.0': + optional: true + + '@rollup/rollup-openharmony-arm64@4.54.0': optional: true '@rollup/rollup-win32-arm64-msvc@4.28.0': optional: true - '@rollup/rollup-win32-ia32-msvc@4.18.0': + '@rollup/rollup-win32-arm64-msvc@4.54.0': optional: true '@rollup/rollup-win32-ia32-msvc@4.28.0': optional: true - '@rollup/rollup-win32-x64-msvc@4.18.0': + '@rollup/rollup-win32-ia32-msvc@4.54.0': + optional: true + + '@rollup/rollup-win32-x64-gnu@4.54.0': optional: true '@rollup/rollup-win32-x64-msvc@4.28.0': optional: true - '@rsbuild/core@1.0.1-rc.4': - dependencies: - '@rspack/core': 1.0.14(@swc/helpers@0.5.15) - '@rspack/lite-tapable': 1.0.1 - '@swc/helpers': 0.5.15 - caniuse-lite: 1.0.30001684 - core-js: 3.38.1 - optionalDependencies: - fsevents: 2.3.3 + '@rollup/rollup-win32-x64-msvc@4.54.0': + optional: true - '@rslib/core@0.0.5(typescript@5.7.2)': - dependencies: - '@rsbuild/core': 1.0.1-rc.4 - rsbuild-plugin-dts: 0.0.5(@rsbuild/core@1.0.1-rc.4)(typescript@5.7.2) - optionalDependencies: - typescript: 5.7.2 + '@rspack/binding-darwin-arm64@1.7.0': + optional: true - '@rspack/binding-darwin-arm64@1.0.14': + '@rspack/binding-darwin-x64@1.7.0': optional: true - '@rspack/binding-darwin-x64@1.0.14': + '@rspack/binding-linux-arm64-gnu@1.7.0': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.14': + '@rspack/binding-linux-arm64-musl@1.7.0': optional: true - '@rspack/binding-linux-arm64-musl@1.0.14': + '@rspack/binding-linux-x64-gnu@1.7.0': optional: true - '@rspack/binding-linux-x64-gnu@1.0.14': + '@rspack/binding-linux-x64-musl@1.7.0': optional: true - '@rspack/binding-linux-x64-musl@1.0.14': + '@rspack/binding-wasm32-wasi@1.7.0': + dependencies: + '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rspack/binding-win32-arm64-msvc@1.0.14': + '@rspack/binding-win32-arm64-msvc@1.7.0': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.14': + '@rspack/binding-win32-ia32-msvc@1.7.0': optional: true - '@rspack/binding-win32-x64-msvc@1.0.14': + '@rspack/binding-win32-x64-msvc@1.7.0': optional: true - '@rspack/binding@1.0.14': + '@rspack/binding@1.7.0': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.14 - '@rspack/binding-darwin-x64': 1.0.14 - '@rspack/binding-linux-arm64-gnu': 1.0.14 - '@rspack/binding-linux-arm64-musl': 1.0.14 - '@rspack/binding-linux-x64-gnu': 1.0.14 - '@rspack/binding-linux-x64-musl': 1.0.14 - '@rspack/binding-win32-arm64-msvc': 1.0.14 - '@rspack/binding-win32-ia32-msvc': 1.0.14 - '@rspack/binding-win32-x64-msvc': 1.0.14 - - '@rspack/core@1.0.14(@swc/helpers@0.5.15)': - dependencies: - '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.14 - '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001684 + '@rspack/binding-darwin-arm64': 1.7.0 + '@rspack/binding-darwin-x64': 1.7.0 + '@rspack/binding-linux-arm64-gnu': 1.7.0 + '@rspack/binding-linux-arm64-musl': 1.7.0 + '@rspack/binding-linux-x64-gnu': 1.7.0 + '@rspack/binding-linux-x64-musl': 1.7.0 + '@rspack/binding-wasm32-wasi': 1.7.0 + '@rspack/binding-win32-arm64-msvc': 1.7.0 + '@rspack/binding-win32-ia32-msvc': 1.7.0 + '@rspack/binding-win32-x64-msvc': 1.7.0 + + '@rspack/core@1.7.0(@swc/helpers@0.5.18)': + dependencies: + '@module-federation/runtime-tools': 0.22.0 + '@rspack/binding': 1.7.0 + '@rspack/lite-tapable': 1.1.0 optionalDependencies: - '@swc/helpers': 0.5.15 + '@swc/helpers': 0.5.18 - '@rspack/lite-tapable@1.0.1': {} + '@rspack/lite-tapable@1.1.0': {} '@rtsao/scc@1.1.0': {} - '@ryoppippi/unplugin-typia@1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.77.6)(stylus@0.59.0)(terser@5.31.1)': + '@rushstack/node-core-library@5.19.1(@types/node@22.19.3)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - consola: 3.2.3 - defu: 6.1.4 - diff-match-patch: 1.0.5 - find-cache-dir: 5.0.0 - magic-string: 0.30.14 - pathe: 1.1.2 - pkg-types: 1.2.1 - type-fest: 4.29.0 - typescript: 5.5.4 - typia: 6.12.2(@samchon/openapi@0.1.22)(typescript@5.5.4) - unplugin: 1.16.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.77.6)(stylus@0.59.0)(terser@5.31.1) - transitivePeerDependencies: - - '@samchon/openapi' - - '@types/node' - - less - - lightningcss - - rollup - - sass - - sass-embedded - - stylus - - sugarss - - terser + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 11.3.3 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.8 + semver: 7.5.4 + optionalDependencies: + '@types/node': 22.19.3 + + '@rushstack/problem-matcher@0.1.1(@types/node@22.19.3)': + optionalDependencies: + '@types/node': 22.19.3 - '@ryoppippi/unplugin-typia@1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.77.6)(stylus@0.59.0)(terser@5.36.0)': + '@rushstack/rig-package@0.6.0': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - consola: 3.2.3 - defu: 6.1.4 - diff-match-patch: 1.0.5 - find-cache-dir: 5.0.0 - magic-string: 0.30.14 - pathe: 1.1.2 - pkg-types: 1.2.1 - type-fest: 4.29.0 - typescript: 5.5.4 - typia: 6.12.2(@samchon/openapi@0.1.22)(typescript@5.5.4) - unplugin: 1.16.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.77.6)(stylus@0.59.0)(terser@5.36.0) - transitivePeerDependencies: - - '@samchon/openapi' - - '@types/node' - - less - - lightningcss - - rollup - - sass - - sass-embedded - - stylus - - sugarss - - terser + resolve: 1.22.8 + strip-json-comments: 3.1.1 - '@ryoppippi/unplugin-typia@1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.81.0)(stylus@0.59.0)(terser@5.31.1)': + '@rushstack/terminal@0.19.5(@types/node@22.19.3)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - consola: 3.2.3 - defu: 6.1.4 - diff-match-patch: 1.0.5 - find-cache-dir: 5.0.0 - magic-string: 0.30.14 - pathe: 1.1.2 - pkg-types: 1.2.1 - type-fest: 4.29.0 - typescript: 5.5.4 - typia: 6.12.2(@samchon/openapi@0.1.22)(typescript@5.5.4) - unplugin: 1.16.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.31.1) + '@rushstack/node-core-library': 5.19.1(@types/node@22.19.3) + '@rushstack/problem-matcher': 0.1.1(@types/node@22.19.3) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 22.19.3 + + '@rushstack/ts-command-line@5.1.5(@types/node@22.19.3)': + dependencies: + '@rushstack/terminal': 0.19.5(@types/node@22.19.3) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 transitivePeerDependencies: - - '@samchon/openapi' - '@types/node' - - less - - lightningcss - - rollup - - sass - - sass-embedded - - stylus - - sugarss - - terser - '@samchon/openapi@0.1.22': {} + '@samchon/openapi@2.5.3': {} '@segment/loosely-validate-event@2.0.0': dependencies: @@ -30384,7 +32045,7 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/is@4.6.0': {} + '@sinclair/typebox@0.34.46': {} '@sindresorhus/is@5.6.0': {} @@ -30402,6 +32063,10 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 + '@sinonjs/fake-timers@13.0.5': + dependencies: + '@sinonjs/commons': 3.0.1 + '@sinonjs/samsam@8.0.2': dependencies: '@sinonjs/commons': 3.0.1 @@ -30426,250 +32091,254 @@ snapshots: dependencies: size-limit: 11.1.4 - '@smithy/abort-controller@3.1.8': + '@smithy/abort-controller@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/chunked-blob-reader-native@3.0.1': + '@smithy/chunked-blob-reader-native@4.2.1': dependencies: - '@smithy/util-base64': 3.0.0 + '@smithy/util-base64': 4.3.0 tslib: 2.8.1 - '@smithy/chunked-blob-reader@4.0.0': + '@smithy/chunked-blob-reader@5.2.0': dependencies: tslib: 2.8.1 - '@smithy/config-resolver@3.0.12': + '@smithy/config-resolver@4.4.5': dependencies: - '@smithy/node-config-provider': 3.1.11 - '@smithy/types': 3.7.1 - '@smithy/util-config-provider': 3.0.0 - '@smithy/util-middleware': 3.0.10 + '@smithy/node-config-provider': 4.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-config-provider': 4.2.0 + '@smithy/util-endpoints': 3.2.7 + '@smithy/util-middleware': 4.2.7 tslib: 2.8.1 - '@smithy/core@2.5.4': + '@smithy/core@3.20.0': dependencies: - '@smithy/middleware-serde': 3.0.10 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - '@smithy/util-body-length-browser': 3.0.0 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-stream': 3.3.1 - '@smithy/util-utf8': 3.0.0 + '@smithy/middleware-serde': 4.2.8 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-base64': 4.3.0 + '@smithy/util-body-length-browser': 4.2.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-stream': 4.5.8 + '@smithy/util-utf8': 4.2.0 + '@smithy/uuid': 1.1.0 tslib: 2.8.1 - '@smithy/credential-provider-imds@3.2.7': + '@smithy/credential-provider-imds@4.2.7': dependencies: - '@smithy/node-config-provider': 3.1.11 - '@smithy/property-provider': 3.1.10 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 + '@smithy/node-config-provider': 4.3.7 + '@smithy/property-provider': 4.2.7 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 tslib: 2.8.1 - '@smithy/eventstream-codec@3.1.9': + '@smithy/eventstream-codec@4.2.7': dependencies: '@aws-crypto/crc32': 5.2.0 - '@smithy/types': 3.7.1 - '@smithy/util-hex-encoding': 3.0.0 + '@smithy/types': 4.11.0 + '@smithy/util-hex-encoding': 4.2.0 tslib: 2.8.1 - '@smithy/eventstream-serde-browser@3.0.13': + '@smithy/eventstream-serde-browser@4.2.7': dependencies: - '@smithy/eventstream-serde-universal': 3.0.12 - '@smithy/types': 3.7.1 + '@smithy/eventstream-serde-universal': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/eventstream-serde-config-resolver@3.0.10': + '@smithy/eventstream-serde-config-resolver@4.3.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/eventstream-serde-node@3.0.12': + '@smithy/eventstream-serde-node@4.2.7': dependencies: - '@smithy/eventstream-serde-universal': 3.0.12 - '@smithy/types': 3.7.1 + '@smithy/eventstream-serde-universal': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/eventstream-serde-universal@3.0.12': + '@smithy/eventstream-serde-universal@4.2.7': dependencies: - '@smithy/eventstream-codec': 3.1.9 - '@smithy/types': 3.7.1 + '@smithy/eventstream-codec': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/fetch-http-handler@4.1.1': + '@smithy/fetch-http-handler@5.3.8': dependencies: - '@smithy/protocol-http': 4.1.7 - '@smithy/querystring-builder': 3.0.10 - '@smithy/types': 3.7.1 - '@smithy/util-base64': 3.0.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/querystring-builder': 4.2.7 + '@smithy/types': 4.11.0 + '@smithy/util-base64': 4.3.0 tslib: 2.8.1 - '@smithy/hash-blob-browser@3.1.9': + '@smithy/hash-blob-browser@4.2.8': dependencies: - '@smithy/chunked-blob-reader': 4.0.0 - '@smithy/chunked-blob-reader-native': 3.0.1 - '@smithy/types': 3.7.1 + '@smithy/chunked-blob-reader': 5.2.0 + '@smithy/chunked-blob-reader-native': 4.2.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/hash-node@3.0.10': + '@smithy/hash-node@4.2.7': dependencies: - '@smithy/types': 3.7.1 - '@smithy/util-buffer-from': 3.0.0 - '@smithy/util-utf8': 3.0.0 + '@smithy/types': 4.11.0 + '@smithy/util-buffer-from': 4.2.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/hash-stream-node@3.1.9': + '@smithy/hash-stream-node@4.2.7': dependencies: - '@smithy/types': 3.7.1 - '@smithy/util-utf8': 3.0.0 + '@smithy/types': 4.11.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/invalid-dependency@3.0.10': + '@smithy/invalid-dependency@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 '@smithy/is-array-buffer@2.2.0': dependencies: tslib: 2.8.1 - '@smithy/is-array-buffer@3.0.0': + '@smithy/is-array-buffer@4.2.0': dependencies: tslib: 2.8.1 - '@smithy/md5-js@3.0.10': + '@smithy/md5-js@4.2.7': dependencies: - '@smithy/types': 3.7.1 - '@smithy/util-utf8': 3.0.0 + '@smithy/types': 4.11.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/middleware-content-length@3.0.12': + '@smithy/middleware-content-length@4.2.7': dependencies: - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/middleware-endpoint@3.2.4': + '@smithy/middleware-endpoint@4.4.1': dependencies: - '@smithy/core': 2.5.4 - '@smithy/middleware-serde': 3.0.10 - '@smithy/node-config-provider': 3.1.11 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 - '@smithy/url-parser': 3.0.10 - '@smithy/util-middleware': 3.0.10 + '@smithy/core': 3.20.0 + '@smithy/middleware-serde': 4.2.8 + '@smithy/node-config-provider': 4.3.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 + '@smithy/url-parser': 4.2.7 + '@smithy/util-middleware': 4.2.7 tslib: 2.8.1 - '@smithy/middleware-retry@3.0.28': + '@smithy/middleware-retry@4.4.17': dependencies: - '@smithy/node-config-provider': 3.1.11 - '@smithy/protocol-http': 4.1.7 - '@smithy/service-error-classification': 3.0.10 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-retry': 3.0.10 + '@smithy/node-config-provider': 4.3.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/service-error-classification': 4.2.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-retry': 4.2.7 + '@smithy/uuid': 1.1.0 tslib: 2.8.1 - uuid: 9.0.1 - '@smithy/middleware-serde@3.0.10': + '@smithy/middleware-serde@4.2.8': dependencies: - '@smithy/types': 3.7.1 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/middleware-stack@3.0.10': + '@smithy/middleware-stack@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/node-config-provider@3.1.11': + '@smithy/node-config-provider@4.3.7': dependencies: - '@smithy/property-provider': 3.1.10 - '@smithy/shared-ini-file-loader': 3.1.11 - '@smithy/types': 3.7.1 + '@smithy/property-provider': 4.2.7 + '@smithy/shared-ini-file-loader': 4.4.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/node-http-handler@3.3.1': + '@smithy/node-http-handler@4.4.7': dependencies: - '@smithy/abort-controller': 3.1.8 - '@smithy/protocol-http': 4.1.7 - '@smithy/querystring-builder': 3.0.10 - '@smithy/types': 3.7.1 + '@smithy/abort-controller': 4.2.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/querystring-builder': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/property-provider@3.1.10': + '@smithy/property-provider@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/protocol-http@4.1.7': + '@smithy/protocol-http@5.3.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/querystring-builder@3.0.10': + '@smithy/querystring-builder@4.2.7': dependencies: - '@smithy/types': 3.7.1 - '@smithy/util-uri-escape': 3.0.0 + '@smithy/types': 4.11.0 + '@smithy/util-uri-escape': 4.2.0 tslib: 2.8.1 - '@smithy/querystring-parser@3.0.10': + '@smithy/querystring-parser@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/service-error-classification@3.0.10': + '@smithy/service-error-classification@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 - '@smithy/shared-ini-file-loader@3.1.11': + '@smithy/shared-ini-file-loader@4.4.2': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/signature-v4@4.2.3': + '@smithy/signature-v4@5.3.7': dependencies: - '@smithy/is-array-buffer': 3.0.0 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - '@smithy/util-hex-encoding': 3.0.0 - '@smithy/util-middleware': 3.0.10 - '@smithy/util-uri-escape': 3.0.0 - '@smithy/util-utf8': 3.0.0 + '@smithy/is-array-buffer': 4.2.0 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-hex-encoding': 4.2.0 + '@smithy/util-middleware': 4.2.7 + '@smithy/util-uri-escape': 4.2.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/smithy-client@3.4.5': + '@smithy/smithy-client@4.10.2': dependencies: - '@smithy/core': 2.5.4 - '@smithy/middleware-endpoint': 3.2.4 - '@smithy/middleware-stack': 3.0.10 - '@smithy/protocol-http': 4.1.7 - '@smithy/types': 3.7.1 - '@smithy/util-stream': 3.3.1 + '@smithy/core': 3.20.0 + '@smithy/middleware-endpoint': 4.4.1 + '@smithy/middleware-stack': 4.2.7 + '@smithy/protocol-http': 5.3.7 + '@smithy/types': 4.11.0 + '@smithy/util-stream': 4.5.8 tslib: 2.8.1 - '@smithy/types@3.7.1': + '@smithy/types@4.11.0': dependencies: tslib: 2.8.1 - '@smithy/url-parser@3.0.10': + '@smithy/url-parser@4.2.7': dependencies: - '@smithy/querystring-parser': 3.0.10 - '@smithy/types': 3.7.1 + '@smithy/querystring-parser': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-base64@3.0.0': + '@smithy/util-base64@4.3.0': dependencies: - '@smithy/util-buffer-from': 3.0.0 - '@smithy/util-utf8': 3.0.0 + '@smithy/util-buffer-from': 4.2.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/util-body-length-browser@3.0.0': + '@smithy/util-body-length-browser@4.2.0': dependencies: tslib: 2.8.1 - '@smithy/util-body-length-node@3.0.0': + '@smithy/util-body-length-node@4.2.1': dependencies: tslib: 2.8.1 @@ -30678,66 +32347,65 @@ snapshots: '@smithy/is-array-buffer': 2.2.0 tslib: 2.8.1 - '@smithy/util-buffer-from@3.0.0': + '@smithy/util-buffer-from@4.2.0': dependencies: - '@smithy/is-array-buffer': 3.0.0 + '@smithy/is-array-buffer': 4.2.0 tslib: 2.8.1 - '@smithy/util-config-provider@3.0.0': + '@smithy/util-config-provider@4.2.0': dependencies: tslib: 2.8.1 - '@smithy/util-defaults-mode-browser@3.0.28': + '@smithy/util-defaults-mode-browser@4.3.16': dependencies: - '@smithy/property-provider': 3.1.10 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 - bowser: 2.11.0 + '@smithy/property-provider': 4.2.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-defaults-mode-node@3.0.28': + '@smithy/util-defaults-mode-node@4.2.19': dependencies: - '@smithy/config-resolver': 3.0.12 - '@smithy/credential-provider-imds': 3.2.7 - '@smithy/node-config-provider': 3.1.11 - '@smithy/property-provider': 3.1.10 - '@smithy/smithy-client': 3.4.5 - '@smithy/types': 3.7.1 + '@smithy/config-resolver': 4.4.5 + '@smithy/credential-provider-imds': 4.2.7 + '@smithy/node-config-provider': 4.3.7 + '@smithy/property-provider': 4.2.7 + '@smithy/smithy-client': 4.10.2 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-endpoints@2.1.6': + '@smithy/util-endpoints@3.2.7': dependencies: - '@smithy/node-config-provider': 3.1.11 - '@smithy/types': 3.7.1 + '@smithy/node-config-provider': 4.3.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-hex-encoding@3.0.0': + '@smithy/util-hex-encoding@4.2.0': dependencies: tslib: 2.8.1 - '@smithy/util-middleware@3.0.10': + '@smithy/util-middleware@4.2.7': dependencies: - '@smithy/types': 3.7.1 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-retry@3.0.10': + '@smithy/util-retry@4.2.7': dependencies: - '@smithy/service-error-classification': 3.0.10 - '@smithy/types': 3.7.1 + '@smithy/service-error-classification': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@smithy/util-stream@3.3.1': + '@smithy/util-stream@4.5.8': dependencies: - '@smithy/fetch-http-handler': 4.1.1 - '@smithy/node-http-handler': 3.3.1 - '@smithy/types': 3.7.1 - '@smithy/util-base64': 3.0.0 - '@smithy/util-buffer-from': 3.0.0 - '@smithy/util-hex-encoding': 3.0.0 - '@smithy/util-utf8': 3.0.0 + '@smithy/fetch-http-handler': 5.3.8 + '@smithy/node-http-handler': 4.4.7 + '@smithy/types': 4.11.0 + '@smithy/util-base64': 4.3.0 + '@smithy/util-buffer-from': 4.2.0 + '@smithy/util-hex-encoding': 4.2.0 + '@smithy/util-utf8': 4.2.0 tslib: 2.8.1 - '@smithy/util-uri-escape@3.0.0': + '@smithy/util-uri-escape@4.2.0': dependencies: tslib: 2.8.1 @@ -30746,581 +32414,1105 @@ snapshots: '@smithy/util-buffer-from': 2.2.0 tslib: 2.8.1 - '@smithy/util-utf8@3.0.0': + '@smithy/util-utf8@4.2.0': dependencies: - '@smithy/util-buffer-from': 3.0.0 + '@smithy/util-buffer-from': 4.2.0 tslib: 2.8.1 - '@smithy/util-waiter@3.1.9': + '@smithy/util-waiter@4.2.7': dependencies: - '@smithy/abort-controller': 3.1.8 - '@smithy/types': 3.7.1 + '@smithy/abort-controller': 4.2.7 + '@smithy/types': 4.11.0 tslib: 2.8.1 - '@snyk/github-codeowners@1.1.0': + '@smithy/uuid@1.1.0': dependencies: - commander: 4.1.1 - ignore: 5.3.2 - p-map: 4.0.0 + tslib: 2.8.1 - '@solidity-parser/parser@0.17.0': {} - - '@storm-software/build-tools@0.104.0(j7pdv4wglstnvqcfkc2y2xwafy)': - dependencies: - '@anatine/esbuild-decorators': 0.2.19(esbuild@0.20.2) - '@angular-devkit/architect': 0.1802.4(chokidar@3.6.0) - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/workspace': 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.18.0) - '@rollup/plugin-image': 3.0.3(rollup@4.18.0) - '@rollup/plugin-json': 6.1.0(rollup@4.18.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0) - '@ryoppippi/unplugin-typia': 1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.77.6)(stylus@0.59.0)(terser@5.36.0) - autoprefixer: 10.4.19(postcss@8.2.13) - chalk: 5.3.0 - commander: 12.1.0 - deep-clone: 4.0.0 - deepmerge: 4.3.1 - esbuild-plugin-environment: 0.4.0(esbuild@0.20.2) - fs-extra: 11.2.0 - glob: 10.4.2 - mkdist: 1.5.4(sass@1.77.6)(typescript@5.7.2) - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - pkg-types: 1.1.1 + '@solidity-parser/parser@0.17.0': + optional: true + + '@standard-schema/spec@1.1.0': {} + + '@storm-software/build-tools@0.158.75(@nx/devkit@20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)': + dependencies: + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) resolve: 1.22.8 resolve-from: 5.0.0 - rolldown: 0.10.4 - rollup: 4.18.0 - rollup-plugin-dts: 6.1.1(rollup@4.18.0)(typescript@5.7.2) - rollup-plugin-esbuild: 6.1.1(esbuild@0.20.2)(rollup@4.18.0) - rollup-plugin-peer-deps-external: 2.2.4(rollup@4.18.0) - rollup-plugin-postcss: 4.0.2(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - rollup-plugin-typescript2: 0.36.0(rollup@4.18.0)(typescript@5.7.2) - sass: 1.77.6 - tsconfck: 3.1.1(typescript@5.7.2) - tsup: 8.0.0(@swc/core@1.5.29(@swc/helpers@0.5.15))(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2) + rollup: 4.54.0 typescript: 5.7.2 - unbuild: 2.0.0(sass@1.77.6)(typescript@5.7.2) transitivePeerDependencies: - - '@samchon/openapi' - - '@swc/core' - - '@types/node' - - chokidar - - esbuild - - less - - lightningcss - - postcss - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - ts-node - - vue-tsc + - '@swc/helpers' - '@storm-software/build-tools@0.104.0(sflkfortxmqy7tp5bfe4ccjxry)': - dependencies: - '@anatine/esbuild-decorators': 0.2.19(esbuild@0.19.12) - '@angular-devkit/architect': 0.1802.4(chokidar@3.6.0) - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/js': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/workspace': 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.18.0) - '@rollup/plugin-image': 3.0.3(rollup@4.18.0) - '@rollup/plugin-json': 6.1.0(rollup@4.18.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0) - '@ryoppippi/unplugin-typia': 1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.77.6)(stylus@0.59.0)(terser@5.36.0) - autoprefixer: 10.4.19(postcss@8.4.49) - chalk: 5.3.0 - commander: 12.1.0 - deep-clone: 4.0.0 - deepmerge: 4.3.1 - esbuild-plugin-environment: 0.4.0(esbuild@0.19.12) - fs-extra: 11.2.0 - glob: 10.4.2 - mkdist: 1.5.4(sass@1.77.6)(typescript@5.7.2) - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - pkg-types: 1.1.1 + '@storm-software/build-tools@0.158.75(@nx/devkit@20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@nx/devkit': 20.8.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.7.2 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) resolve: 1.22.8 resolve-from: 5.0.0 - rolldown: 0.10.4 - rollup: 4.18.0 - rollup-plugin-dts: 6.1.1(rollup@4.18.0)(typescript@5.7.2) - rollup-plugin-esbuild: 6.1.1(esbuild@0.19.12)(rollup@4.18.0) - rollup-plugin-peer-deps-external: 2.2.4(rollup@4.18.0) - rollup-plugin-postcss: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - rollup-plugin-typescript2: 0.36.0(rollup@4.18.0)(typescript@5.7.2) - sass: 1.77.6 - tsconfck: 3.1.1(typescript@5.7.2) - tsup: 8.0.0(@swc/core@1.9.3(@swc/helpers@0.5.15))(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2) + rollup: 4.54.0 typescript: 5.7.2 - unbuild: 2.0.0(sass@1.77.6)(typescript@5.7.2) transitivePeerDependencies: - - '@samchon/openapi' + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/build-tools@0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + glob: 11.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + resolve: 1.22.8 + resolve-from: 5.0.0 + rollup: 4.54.0 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/helpers' + + '@storm-software/cloudflare-tools@0.71.36(wmdnjclipbxcjoj4eo3awjyd3m)': + dependencies: + '@aws-sdk/client-s3': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/lib-storage': 3.962.0(@aws-sdk/client-s3@3.962.0) + '@nx/devkit': 20.8.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/node': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(@zkochan/js-yaml@0.0.7)(babel-plugin-macros@3.1.0)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/web': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@smithy/node-http-handler': 4.4.7 + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/workspace-tools': 1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.2.13)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2) + defu: 6.1.4 + glob: 11.1.0 + mime-types: 3.0.2 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + pretty-bytes: 7.1.0 + tsup: 8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(jiti@2.6.1)(postcss@8.2.13)(typescript@5.7.2)(yaml@2.8.2) + wrangler: 3.114.16(@cloudflare/workers-types@4.20260103.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - aws-crt + + '@storm-software/config-tools@1.188.75': + dependencies: + '@ltd/j-toml': 1.38.0 + '@storm-software/config': 1.134.75 + c12: 2.0.4 + chalk: 4.1.2 + commander: 12.1.0 + date-fns: 4.1.0 + defu: 6.1.4 + giget: 1.2.5 + jiti: 2.4.2 + sqlite: 5.1.1 + zod: 4.3.5 + transitivePeerDependencies: + - magicast + + '@storm-software/config@1.134.75': + dependencies: + zod: 4.3.5 + + '@storm-software/esbuild@0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/tsup': 0.2.73(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2) + chokidar: 4.0.3 + commander: 12.1.0 + defu: 6.1.4 + es-toolkit: 1.43.0 + esbuild: 0.25.12 + globby: 14.1.0 + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' - '@swc/core' - - '@types/node' - - chokidar - - esbuild - - less - - lightningcss - - postcss - - sass-embedded - - stylus - - sugarss + - '@swc/helpers' + - debug + - magicast + - nx - supports-color - - terser - - ts-node - - vue-tsc + - typescript + - verdaccio - '@storm-software/cloudflare-tools@0.41.0(toumgjsdgtiyfaxeto2cq437nm)': + '@storm-software/esbuild@0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - '@aws-sdk/client-s3': 3.47.0(@aws-sdk/signature-v4-crt@3.696.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/node': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/web': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/webpack': 20.0.6(@babel/traverse@7.25.9)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(bufferutil@4.0.8)(esbuild@0.20.2)(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - c12: 2.0.0-beta.2 - glob: 10.4.2 - jest-resolve: 29.7.0 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - wrangler: 3.91.0(@cloudflare/workers-types@4.20241127.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/tsup': 0.2.73(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + chokidar: 4.0.3 + commander: 12.1.0 + defu: 6.1.4 + es-toolkit: 1.43.0 + esbuild: 0.25.12 + globby: 14.1.0 transitivePeerDependencies: - - '@aws-sdk/signature-v4-crt' + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug - magicast + - nx + - supports-color + - typescript + - verdaccio - '@storm-software/config-tools@1.114.0(typescript@5.7.2)': + '@storm-software/esbuild@0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - c12: 2.0.0-beta.2 - chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.7.2) - deepmerge: 4.3.1 - zod: 3.23.8 + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/tsup': 0.2.73(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + chokidar: 4.0.3 + commander: 12.1.0 + defu: 6.1.4 + es-toolkit: 1.43.0 + esbuild: 0.25.12 + globby: 14.1.0 transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug - magicast + - nx + - supports-color - typescript + - verdaccio - '@storm-software/config@1.73.0': + '@storm-software/esbuild@0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))': dependencies: - zod: 3.23.8 + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/tsup': 0.2.73(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) + chokidar: 4.0.3 + commander: 12.1.0 + defu: 6.1.4 + es-toolkit: 1.43.0 + esbuild: 0.25.12 + globby: 14.1.0 + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug + - magicast + - nx + - supports-color + - typescript + - verdaccio - '@storm-software/eslint@0.97.0(q53yf33icbopucylru4wkksxna)': + '@storm-software/eslint@0.169.76(dz6mtco4dxan6ujzib4ig3prie)': dependencies: - '@cspell/eslint-plugin': 8.13.1(eslint@9.16.0(jiti@2.4.1)) - '@graphql-eslint/eslint-plugin': 3.20.1(@babel/core@7.26.0)(@types/node@22.5.5)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10) + '@antfu/install-pkg': 1.1.0 + '@clack/prompts': 0.10.1 + '@cspell/eslint-plugin': 8.19.4(eslint@9.39.2(jiti@2.6.1)) + '@eslint-react/eslint-plugin': 1.53.1(eslint@9.39.2(jiti@2.6.1))(ts-api-utils@2.4.0(typescript@5.7.2))(typescript@5.7.2) + '@eslint/eslintrc': 3.3.3 + '@eslint/markdown': 6.6.0 + '@graphql-eslint/eslint-plugin': 3.20.1(@babel/core@7.26.0)(@types/node@22.19.3)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10) '@next/eslint-plugin-next': 14.2.4 + '@nx/eslint': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@zkochan/js-yaml@0.0.7)(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@nx/eslint-plugin': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@prettier/plugin-xml': 3.4.2(prettier@3.7.4) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/tsdoc': 0.13.74(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@microsoft/tsdoc-config@0.18.0)(@microsoft/tsdoc@0.16.0) + '@stylistic/eslint-plugin': 4.4.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@unocss/eslint-plugin': 66.5.12(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@vitest/eslint-plugin': 1.6.5(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)(vitest@2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) + astro-eslint-parser: 1.2.2 + chalk: 4.1.2 defu: 6.1.4 - eslint: 9.16.0(jiti@2.4.1) - eslint-plugin-es-x: 7.6.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-json: 4.0.0 - eslint-plugin-jsonc: 2.16.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-markdown: 5.1.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-markdownlint: 0.6.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-mdx: 3.1.5(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-n: 17.8.1(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1))(prettier@3.4.1) - eslint-plugin-promise: 6.2.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-react: 7.37.2(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-react-compiler: 0.0.0-experimental-b6997ec-20240909(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-react-hooks: 4.6.2(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-config-flat-gitignore: 2.1.0(eslint@9.39.2(jiti@2.6.1)) + eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1)) + eslint-flat-config-utils: 2.1.4 + eslint-merge-processors: 2.0.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-astro: 1.5.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-format: 1.1.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-import-zod: 1.2.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jsdoc: 50.8.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-json: 4.0.1 + eslint-plugin-jsonc: 2.21.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-markdown: 5.1.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-markdownlint: 0.6.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-mdx: 3.6.2(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-n: 17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-no-only-tests: 3.3.0 + eslint-plugin-no-secrets: 2.2.1(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-paths: 1.1.0 + eslint-plugin-perfectionist: 4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-pnpm: 0.3.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-prettier: 5.5.4(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.7.4) + eslint-plugin-react-compiler: 0.0.0-experimental-b6997ec-20240909(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-react-hooks: 4.6.2(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-react-native: 5.0.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-react-refresh: 0.4.26(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-regexp: 2.10.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-relay: 1.8.3 - eslint-plugin-sonarjs: 1.0.3(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-storybook: 0.10.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint-plugin-tsdoc: 0.3.0 - eslint-plugin-unicorn: 54.0.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-yml: 1.14.0(eslint@9.16.0(jiti@2.4.1)) - globals: 15.12.0 - jsonc-eslint-parser: 2.4.0 - synckit: 0.9.0 - typescript-eslint: 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - yaml-eslint-parser: 1.2.3 - optionalDependencies: - '@nx/eslint': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@zkochan/js-yaml@0.0.7)(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/eslint-plugin': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-config-prettier@9.1.0(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1))(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + eslint-plugin-storybook: 0.10.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint-plugin-toml: 0.12.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-tsdoc: 0.4.0 + eslint-plugin-unicorn: 57.0.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-unused-imports: 4.3.0(@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-yml: 1.19.1(eslint@9.39.2(jiti@2.6.1)) + globals: 16.5.0 graphql: 15.8.0 + jsonc-eslint-parser: 2.4.2 + local-pkg: 1.1.2 + parse-gitignore: 2.0.0 + prettier-plugin-astro: 0.14.1 + toml-eslint-parser: 0.10.1 + yaml-eslint-parser: 1.3.2 + zod: 4.3.5 transitivePeerDependencies: - - '@babel/core' + - '@babel/traverse' + - '@eslint/json' + - '@swc-node/register' + - '@swc/core' - '@types/eslint' - - '@types/node' - - '@typescript-eslint/parser' - bluebird - - bufferutil - - cosmiconfig-toml-loader - - encoding - - eslint-config-prettier - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack + - debug + - eslint-import-resolver-node + - magicast + - nx - prettier + - remark-lint-file-extension - supports-color - typescript - - utf-8-validate - - '@storm-software/git-tools@2.70.0(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))': - dependencies: - '@commitlint/types': 19.0.3 - '@textlint/markdown-to-ast': 14.0.4 + - verdaccio + - vitest + + '@storm-software/git-tools@2.124.58(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(zod@3.25.76)': + dependencies: + '@commitlint/ensure': 19.8.1 + '@commitlint/rules': 19.8.1 + '@inquirer/prompts': 7.2.1(@types/node@22.19.3) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@textlint/ast-node-types': 14.4.2 + '@textlint/markdown-to-ast': 14.4.2 anchor-markdown-header: 0.7.0 any-shell-escape: 0.1.1 - axios: 1.7.2 - commander: 12.1.0 - fs-extra: 11.2.0 - fuzzy: 0.1.3 - htmlparser2: 9.1.0 - inquirer: 9.2.23 + axios: 1.8.2 + chalk: 4.1.2 + chalk-template: 1.1.0 + conventional-changelog-conventionalcommits: 9.1.0 + conventional-changelog-storm-software: 0.3.75 + htmlparser2: 10.0.0 jsonc-parser: 3.2.1 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - prettier: 3.3.2 - semver: 7.6.2 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + prettier: 3.7.4 tsconfig-paths: 4.2.0 - underscore: 1.13.6 + underscore: 1.13.7 update-section: 0.3.3 word-wrap: 1.2.5 + yaml: 2.8.2 + zod: 3.25.76 transitivePeerDependencies: + - '@babel/traverse' - '@swc-node/register' - '@swc/core' + - '@types/node' - debug + - magicast - supports-color + - verdaccio - '@storm-software/linting-tools@1.93.0': - dependencies: - '@cspell/dict-ada': 4.0.2 - '@cspell/dict-aws': 4.0.2 - '@cspell/dict-bash': 4.1.3 - '@cspell/dict-companies': 3.1.2 - '@cspell/dict-cpp': 5.1.10 - '@cspell/dict-cryptocurrencies': 5.0.0 - '@cspell/dict-csharp': 4.0.2 - '@cspell/dict-css': 4.0.12 - '@cspell/dict-dart': 2.0.3 - '@cspell/dict-django': 4.1.0 - '@cspell/dict-docker': 1.1.7 - '@cspell/dict-dotnet': 5.0.2 - '@cspell/dict-elixir': 4.0.3 - '@cspell/dict-en-common-misspellings': 2.0.3 - '@cspell/dict-en-gb': 4.1.44 - '@cspell/dict-en_us': 4.3.23 - '@cspell/dict-filetypes': 3.0.4 - '@cspell/dict-fonts': 4.0.0 - '@cspell/dict-fsharp': 1.0.1 - '@cspell/dict-fullstack': 3.1.8 - '@cspell/dict-gaming-terms': 1.0.5 - '@cspell/dict-git': 3.0.0 - '@cspell/dict-golang': 6.0.9 - '@cspell/dict-haskell': 4.0.1 - '@cspell/dict-html': 4.0.5 - '@cspell/dict-html-symbol-entities': 4.0.0 - '@cspell/dict-java': 5.0.7 - '@cspell/dict-k8s': 1.0.5 - '@cspell/dict-latex': 4.0.0 - '@cspell/dict-lorem-ipsum': 4.0.0 - '@cspell/dict-lua': 4.0.3 - '@cspell/dict-makefile': 1.0.0 - '@cspell/dict-node': 5.0.1 - '@cspell/dict-npm': 5.0.16 - '@cspell/dict-php': 4.0.8 - '@cspell/dict-powershell': 5.0.4 - '@cspell/dict-public-licenses': 2.0.7 - '@cspell/dict-python': 4.1.11 - '@cspell/dict-r': 2.0.1 - '@cspell/dict-ruby': 5.0.2 - '@cspell/dict-rust': 4.0.4 - '@cspell/dict-scala': 5.0.2 - '@cspell/dict-software-terms': 3.4.8 - '@cspell/dict-sql': 2.1.3 - '@cspell/dict-svelte': 1.0.2 - '@cspell/dict-swift': 2.0.1 - '@cspell/dict-typescript': 3.1.5 - '@cspell/dict-vue': 3.0.0 - '@manypkg/cli': 0.21.4 - '@manypkg/get-packages': 2.2.1 - alex: 11.0.1 - check-dependency-version-consistency: 4.1.0 + '@storm-software/linting-tools@1.132.75(chokidar@4.0.3)': + dependencies: + '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) + jiti: 2.4.2 + transitivePeerDependencies: + - chokidar + + '@storm-software/npm-tools@0.6.32': + dependencies: + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + transitivePeerDependencies: + - magicast + + '@storm-software/pnpm-tools@0.6.77': + dependencies: + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + '@storm-software/npm-tools': 0.6.32 commander: 12.1.0 - cspell: 8.8.4 - dpdm: 3.14.0 - fast-glob: 3.3.2 - fs-extra: 11.2.0 - octokit: 4.0.2 - p-limit: 5.0.0 - rehype-parse: 9.0.0 - rehype-retext: 4.0.0 - remark-frontmatter: 5.0.0 - remark-gfm: 4.0.0 - remark-mdx: 3.0.1 - remark-parse: 11.0.0 - remark-retext: 6.0.0 - retext-english: 5.0.0 - retext-equality: 7.1.0 - retext-profanities: 8.0.0 - spawndamnit: 2.0.0 - tsconfig-paths: 4.2.0 - unified: 11.0.5 - unified-engine: 11.2.1 - vfile-reporter: 8.1.1 + defu: 6.1.4 + prettier: 3.7.4 + prettier-plugin-pkg: 0.18.1(prettier@3.7.4) + semver: 7.6.2 + yaml: 2.8.2 + transitivePeerDependencies: + - magicast + + '@storm-software/prettier@0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)': + dependencies: + prettier: 3.7.4 + prettier-plugin-jsdoc: 1.8.0(prettier@3.7.4) + prettier-plugin-organize-imports: 4.0.0(prettier@3.7.4)(typescript@5.7.2) + prettier-plugin-pkg: 0.18.1(prettier@3.7.4) + prettier-plugin-prisma: 5.0.0(prettier@3.7.4) + prettier-plugin-sh: 0.14.0(prettier@3.7.4) + prettier-plugin-toml: 2.0.6(prettier@3.7.4) + optionalDependencies: + prettier-plugin-astro: 0.14.1 + prettier-plugin-solidity: 1.3.1(prettier@3.7.4) transitivePeerDependencies: - - bluebird - supports-color - '@storm-software/prettier@0.26.0(prettier@3.4.1)(typescript@5.7.2)': + '@storm-software/prettier@0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)': dependencies: - prettier: 3.4.1 - prettier-plugin-organize-imports: 4.0.0(prettier@3.4.1)(typescript@5.7.2) - prettier-plugin-pkg: 0.18.1(prettier@3.4.1) - prettier-plugin-prisma: 5.0.0(prettier@3.4.1) - prettier-plugin-sh: 0.14.0(prettier@3.4.1) - prettier-plugin-solidity: 1.3.1(prettier@3.4.1) + prettier: 3.7.4 + prettier-plugin-jsdoc: 1.8.0(prettier@3.7.4) + prettier-plugin-organize-imports: 4.0.0(prettier@3.7.4)(typescript@5.9.3) + prettier-plugin-pkg: 0.18.1(prettier@3.7.4) + prettier-plugin-prisma: 5.0.0(prettier@3.7.4) + prettier-plugin-sh: 0.14.0(prettier@3.7.4) + prettier-plugin-toml: 2.0.6(prettier@3.7.4) + optionalDependencies: + prettier-plugin-astro: 0.14.1 + prettier-plugin-solidity: 1.3.1(prettier@3.7.4) transitivePeerDependencies: - - '@vue/language-plugin-pug' - - typescript - - vue-tsc + - supports-color - '@storm-software/testing-tools@1.85.0(@nx/jest@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)))': + '@storm-software/testing-tools@1.119.74(@nx/jest@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)))': dependencies: - '@nx/jest': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + '@nx/jest': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + defu: 6.1.4 + jest: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + mlly: 1.8.0 - '@storm-software/testing-tools@1.85.0(@nx/jest@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)))': + '@storm-software/testing-tools@1.119.74(@nx/jest@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)))': dependencies: - '@nx/jest': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + '@nx/jest': 20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + defu: 6.1.4 + jest: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) + mlly: 1.8.0 - '@storm-software/tsconfig@0.33.1': + '@storm-software/tsconfig@0.47.74': dependencies: '@total-typescript/ts-reset': 0.5.1 - '@storm-software/workspace-tools@1.201.1(cxmzgsgd3pxkw5mhvtyiilhfqu)': + '@storm-software/tsdoc@0.13.74(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@microsoft/tsdoc-config@0.18.0)(@microsoft/tsdoc@0.16.0)': + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.0 + + '@storm-software/tsdown@0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.2.13)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.7.2)(yaml@2.8.2)': dependencies: - '@anatine/esbuild-decorators': 0.2.19(esbuild@0.20.2) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + chokidar: 4.0.3 + commander: 12.1.0 + es-toolkit: 1.43.0 + globby: 14.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + rolldown: 1.0.0-beta.1(@babel/runtime@7.26.0) + source-map: 0.7.4 + tsdown: 0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2) + tsup: 8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.2.13)(typescript@5.7.2)(yaml@2.8.2) + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.20 + transitivePeerDependencies: + - '@babel/runtime' + - '@nx/devkit' + - '@nx/js' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug + - jiti + - magicast + - postcss + - supports-color + - tsx + - typescript + - yaml + + '@storm-software/tsdown@0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.5.6)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.8.2)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + chokidar: 4.0.3 + commander: 12.1.0 + es-toolkit: 1.43.0 + globby: 14.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + rolldown: 1.0.0-beta.1(@babel/runtime@7.26.0) + source-map: 0.7.4 + tsdown: 0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3) + tsup: 8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.5.6)(typescript@5.9.3)(yaml@2.8.2) + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.20 + transitivePeerDependencies: + - '@babel/runtime' + - '@nx/devkit' + - '@nx/js' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug + - jiti + - magicast + - postcss + - supports-color + - tsx + - typescript + - yaml + + '@storm-software/tsdown@0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.2.13)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.9.3)(yaml@2.8.2)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + chokidar: 4.0.3 + commander: 12.1.0 + es-toolkit: 1.43.0 + globby: 14.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + rolldown: 1.0.0-beta.1(@babel/runtime@7.26.0) + source-map: 0.7.4 + tsdown: 0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2) + tsup: 8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.2.13)(typescript@5.9.3)(yaml@2.8.2) + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.20 + transitivePeerDependencies: + - '@babel/runtime' + - '@nx/devkit' + - '@nx/js' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug + - jiti + - magicast + - postcss + - supports-color + - tsx + - typescript + - yaml + + '@storm-software/tsdown@0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.5.6)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.8.2)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + chokidar: 4.0.3 + commander: 12.1.0 + es-toolkit: 1.43.0 + globby: 14.1.0 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + rolldown: 1.0.0-beta.1(@babel/runtime@7.26.0) + source-map: 0.7.4 + tsdown: 0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3) + tsup: 8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.5.6)(typescript@5.9.3)(yaml@2.8.2) + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.20 + transitivePeerDependencies: + - '@babel/runtime' + - '@nx/devkit' + - '@nx/js' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - debug + - jiti + - magicast + - postcss + - supports-color + - tsx + - typescript + - yaml + + '@storm-software/tsup@0.2.73(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2) + '@storm-software/config-tools': 1.188.75 + transitivePeerDependencies: + - '@nx/devkit' + - '@nx/js' + - '@swc/helpers' + - magicast + - nx + - typescript + + '@storm-software/tsup@0.2.73(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config-tools': 1.188.75 + transitivePeerDependencies: + - '@nx/devkit' + - '@nx/js' + - '@swc/helpers' + - magicast + - nx + - typescript + + '@storm-software/tsup@0.2.73(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config-tools': 1.188.75 + transitivePeerDependencies: + - '@nx/devkit' + - '@nx/js' + - '@swc/helpers' + - magicast + - nx + - typescript + + '@storm-software/tsup@0.2.73(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3)': + dependencies: + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config-tools': 1.188.75 + transitivePeerDependencies: + - '@nx/devkit' + - '@nx/js' + - '@swc/helpers' + - magicast + - nx + - typescript + + '@storm-software/unbuild@0.57.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.7.2)': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + commander: 12.1.0 + defu: 6.1.4 + esbuild: 0.25.12 + glob: 11.1.0 + jiti: 2.4.2 + mkdist: 2.4.1(sass@1.97.1)(typescript@5.7.2) + pkg-types: 1.3.1 + rollup: 4.54.0 + rollup-plugin-typescript2: 0.36.0(rollup@4.54.0)(typescript@5.7.2) + typescript: 5.7.2 + unbuild: 3.6.1(sass@1.97.1)(typescript@5.7.2) + optionalDependencies: + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + transitivePeerDependencies: + - '@swc/helpers' + - magicast + - sass + - vue + - vue-sfc-transformer + - vue-tsc + + '@storm-software/unbuild@0.57.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + commander: 12.1.0 + defu: 6.1.4 + esbuild: 0.25.12 + glob: 11.1.0 + jiti: 2.4.2 + mkdist: 2.4.1(sass@1.97.1)(typescript@5.9.3) + pkg-types: 1.3.1 + rollup: 4.54.0 + rollup-plugin-typescript2: 0.36.0(rollup@4.54.0)(typescript@5.9.3) + typescript: 5.9.3 + unbuild: 3.6.1(sass@1.97.1)(typescript@5.9.3) + optionalDependencies: + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + transitivePeerDependencies: + - '@swc/helpers' + - magicast + - sass + - vue + - vue-sfc-transformer + - vue-tsc + + '@storm-software/unbuild@0.57.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + commander: 12.1.0 + defu: 6.1.4 + esbuild: 0.25.12 + glob: 11.1.0 + jiti: 2.4.2 + mkdist: 2.4.1(sass@1.97.1)(typescript@5.9.3) + pkg-types: 1.3.1 + rollup: 4.54.0 + rollup-plugin-typescript2: 0.36.0(rollup@4.54.0)(typescript@5.9.3) + typescript: 5.9.3 + unbuild: 3.6.1(sass@1.97.1)(typescript@5.9.3) + optionalDependencies: + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + transitivePeerDependencies: + - '@swc/helpers' + - magicast + - sass + - vue + - vue-sfc-transformer + - vue-tsc + + '@storm-software/unbuild@0.57.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.9.3)': + dependencies: + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/build-tools': 0.158.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3) + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + commander: 12.1.0 + defu: 6.1.4 + esbuild: 0.25.12 + glob: 11.1.0 + jiti: 2.4.2 + mkdist: 2.4.1(sass@1.97.1)(typescript@5.9.3) + pkg-types: 1.3.1 + rollup: 4.54.0 + rollup-plugin-typescript2: 0.36.0(rollup@4.54.0)(typescript@5.9.3) + typescript: 5.9.3 + unbuild: 3.6.1(sass@1.97.1)(typescript@5.9.3) + optionalDependencies: + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + transitivePeerDependencies: + - '@swc/helpers' + - magicast + - sass + - vue + - vue-sfc-transformer + - vue-tsc + + ? '@storm-software/workspace-tools@1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.2.13)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2)' + : dependencies: '@ltd/j-toml': 1.38.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))) - '@nx/esbuild': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(esbuild@0.20.2)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.18.0) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.18.0) - '@rollup/plugin-image': 3.0.3(rollup@4.18.0) - '@rollup/plugin-json': 6.1.0(rollup@4.18.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0) - '@rslib/core': 0.0.5(typescript@5.7.2) - '@ryoppippi/unplugin-typia': 1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.81.0)(stylus@0.59.0)(terser@5.31.1) + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@samchon/openapi': 2.5.3 '@size-limit/esbuild': 11.1.4(size-limit@11.1.4) '@size-limit/esbuild-why': 11.1.4(size-limit@11.1.4) '@size-limit/file': 11.1.4(size-limit@11.1.4) - bundle-require: 5.0.0(esbuild@0.20.2) - c12: 2.0.0-beta.2 - decky: 1.1.1 - deep-clone: 4.0.0 - esbuild-plugin-environment: 0.4.0(esbuild@0.20.2) - esbuild-plugin-handlebars: 1.0.3 - esbuild-plugin-pino: 2.1.1(esbuild@0.20.2) + '@storm-software/config-tools': 1.188.75 + '@storm-software/esbuild': 0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/npm-tools': 0.6.32 + '@storm-software/pnpm-tools': 0.6.77 + '@storm-software/prettier': 0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4) + '@storm-software/tsdown': 0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.2.13)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.7.2)(yaml@2.8.2) + '@storm-software/unbuild': 0.57.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.7.2) fs-extra: 11.2.0 - glob: 10.4.2 - micromatch: 4.0.7 - npm-run-path: 5.3.0 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) - pkg-types: 1.1.1 - prettier: 3.3.2 - prettier-plugin-packagejson: 2.5.0(prettier@3.3.2) - rollup: 4.18.0 - rollup-plugin-copy: 3.5.0 - rollup-plugin-dts: 6.1.1(rollup@4.18.0)(typescript@5.7.2) - rollup-plugin-typescript2: 0.36.0(rollup@4.18.0)(typescript@5.7.2) + glob: 11.1.0 + jiti: 2.4.2 + markdownlint-cli2: 0.17.2 + micromatch: 4.0.8 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + prettier: 3.7.4 semver: 7.6.2 size-limit: 11.1.4 - terser: 5.31.1 - tsup: 8.0.0(@swc/core@1.5.29(@swc/helpers@0.5.15))(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2) - typescript: 5.7.2 - typia: 6.0.6(typescript@5.7.2) - zod: 3.23.8 - zod-to-json-schema: 3.23.1(zod@3.23.8) + typia: 7.6.4(@samchon/openapi@2.5.3)(typescript@5.7.2) + untyped: 2.0.0 + zod: 4.3.5 transitivePeerDependencies: - - '@babel/core' - - '@samchon/openapi' + - '@babel/runtime' + - '@babel/traverse' + - '@swc-node/register' - '@swc/core' - - '@types/babel__core' + - '@swc/helpers' - '@types/node' - - esbuild - - less - - lightningcss + - debug - magicast - postcss + - prettier-plugin-astro + - prettier-plugin-organize-imports + - prettier-plugin-pkg + - prettier-plugin-prisma + - prettier-plugin-sh + - prettier-plugin-solidity + - prettier-plugin-tailwindcss + - prettier-plugin-toml + - rollup - sass - - sass-embedded - - stylus - - sugarss + - spdx-exceptions + - spdx-license-ids - supports-color - - ts-node + - tsdown + - tsx + - typescript + - verdaccio + - vue + - vue-sfc-transformer + - vue-tsc + - yaml - '@storm-software/workspace-tools@1.201.1(iipfidt5hgpudlg744ew4o7nre)': - dependencies: - '@anatine/esbuild-decorators': 0.2.19(esbuild@0.19.12) + ? '@storm-software/workspace-tools@1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.2.13)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2)' + : dependencies: '@ltd/j-toml': 1.38.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/esbuild': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(esbuild@0.19.12)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.18.0) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.18.0) - '@rollup/plugin-image': 3.0.3(rollup@4.18.0) - '@rollup/plugin-json': 6.1.0(rollup@4.18.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0) - '@rslib/core': 0.0.5(typescript@5.7.2) - '@ryoppippi/unplugin-typia': 1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.81.0)(stylus@0.59.0)(terser@5.31.1) + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@samchon/openapi': 2.5.3 '@size-limit/esbuild': 11.1.4(size-limit@11.1.4) '@size-limit/esbuild-why': 11.1.4(size-limit@11.1.4) '@size-limit/file': 11.1.4(size-limit@11.1.4) - bundle-require: 5.0.0(esbuild@0.19.12) - c12: 2.0.0-beta.2 - decky: 1.1.1 - deep-clone: 4.0.0 - esbuild-plugin-environment: 0.4.0(esbuild@0.19.12) - esbuild-plugin-handlebars: 1.0.3 - esbuild-plugin-pino: 2.1.1(esbuild@0.19.12) + '@storm-software/config-tools': 1.188.75 + '@storm-software/esbuild': 0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/npm-tools': 0.6.32 + '@storm-software/pnpm-tools': 0.6.77 + '@storm-software/prettier': 0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4) + '@storm-software/tsdown': 0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.2.13)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.9.3)(yaml@2.8.2) + '@storm-software/unbuild': 0.57.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.9.3) fs-extra: 11.2.0 - glob: 10.4.2 - micromatch: 4.0.7 - npm-run-path: 5.3.0 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - pkg-types: 1.1.1 - prettier: 3.3.2 - prettier-plugin-packagejson: 2.5.0(prettier@3.3.2) - rollup: 4.18.0 - rollup-plugin-copy: 3.5.0 - rollup-plugin-dts: 6.1.1(rollup@4.18.0)(typescript@5.7.2) - rollup-plugin-typescript2: 0.36.0(rollup@4.18.0)(typescript@5.7.2) + glob: 11.1.0 + jiti: 2.4.2 + markdownlint-cli2: 0.17.2 + micromatch: 4.0.8 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + prettier: 3.7.4 semver: 7.6.2 size-limit: 11.1.4 - terser: 5.31.1 - tsup: 8.0.0(@swc/core@1.9.3(@swc/helpers@0.5.15))(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2) - typescript: 5.7.2 - typia: 6.0.6(typescript@5.7.2) - zod: 3.23.8 - zod-to-json-schema: 3.23.1(zod@3.23.8) + typia: 7.6.4(@samchon/openapi@2.5.3)(typescript@5.9.3) + untyped: 2.0.0 + zod: 4.3.5 transitivePeerDependencies: - - '@babel/core' - - '@samchon/openapi' + - '@babel/runtime' + - '@babel/traverse' + - '@swc-node/register' - '@swc/core' - - '@types/babel__core' + - '@swc/helpers' - '@types/node' - - esbuild - - less - - lightningcss + - debug - magicast - postcss + - prettier-plugin-astro + - prettier-plugin-organize-imports + - prettier-plugin-pkg + - prettier-plugin-prisma + - prettier-plugin-sh + - prettier-plugin-solidity + - prettier-plugin-tailwindcss + - prettier-plugin-toml + - rollup - sass - - sass-embedded - - stylus - - sugarss + - spdx-exceptions + - spdx-license-ids - supports-color - - ts-node + - tsdown + - tsx + - typescript + - verdaccio + - vue + - vue-sfc-transformer + - vue-tsc + - yaml - '@storm-software/workspace-tools@1.201.1(kzcfrndzxckydsegacjwdlbhqa)': - dependencies: - '@anatine/esbuild-decorators': 0.2.19(esbuild@0.19.12) + ? '@storm-software/workspace-tools@1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.5.6)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2)' + : dependencies: '@ltd/j-toml': 1.38.0 - '@nx/devkit': 20.0.6(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))) - '@nx/esbuild': 20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(esbuild@0.19.12)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@nx/rollup': 19.8.13(@babel/core@7.26.0)(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/babel__core@7.20.5)(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.18.0) - '@rollup/plugin-commonjs': 25.0.8(rollup@4.18.0) - '@rollup/plugin-image': 3.0.3(rollup@4.18.0) - '@rollup/plugin-json': 6.1.0(rollup@4.18.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.18.0) - '@rslib/core': 0.0.5(typescript@5.7.2) - '@ryoppippi/unplugin-typia': 1.0.6(@samchon/openapi@0.1.22)(@types/node@22.5.5)(less@4.1.3)(rollup@4.18.0)(sass@1.77.6)(stylus@0.59.0)(terser@5.31.1) + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@nx/devkit': 22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@samchon/openapi': 2.5.3 '@size-limit/esbuild': 11.1.4(size-limit@11.1.4) '@size-limit/esbuild-why': 11.1.4(size-limit@11.1.4) '@size-limit/file': 11.1.4(size-limit@11.1.4) - bundle-require: 5.0.0(esbuild@0.19.12) - c12: 2.0.0-beta.2 - decky: 1.1.1 - deep-clone: 4.0.0 - esbuild-plugin-environment: 0.4.0(esbuild@0.19.12) - esbuild-plugin-handlebars: 1.0.3 - esbuild-plugin-pino: 2.1.1(esbuild@0.19.12) + '@storm-software/config-tools': 1.188.75 + '@storm-software/esbuild': 0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/npm-tools': 0.6.32 + '@storm-software/pnpm-tools': 0.6.77 + '@storm-software/prettier': 0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4) + '@storm-software/tsdown': 0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.5.6)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.8.2) + '@storm-software/unbuild': 0.57.75(@nx/devkit@22.3.3(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.9.3) fs-extra: 11.2.0 - glob: 10.4.2 - micromatch: 4.0.7 - npm-run-path: 5.3.0 - nx: 20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) - pkg-types: 1.1.1 - prettier: 3.3.2 - prettier-plugin-packagejson: 2.5.0(prettier@3.3.2) - rollup: 4.18.0 - rollup-plugin-copy: 3.5.0 - rollup-plugin-dts: 6.1.1(rollup@4.18.0)(typescript@5.7.2) - rollup-plugin-typescript2: 0.36.0(rollup@4.18.0)(typescript@5.7.2) + glob: 11.1.0 + jiti: 2.4.2 + markdownlint-cli2: 0.17.2 + micromatch: 4.0.8 + nx: 20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)) + prettier: 3.7.4 semver: 7.6.2 size-limit: 11.1.4 - terser: 5.31.1 - tsup: 8.0.0(@swc/core@1.9.3(@swc/helpers@0.5.15))(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2) - typescript: 5.7.2 - typia: 6.0.6(typescript@5.7.2) - zod: 3.23.8 - zod-to-json-schema: 3.23.1(zod@3.23.8) + typia: 7.6.4(@samchon/openapi@2.5.3)(typescript@5.9.3) + untyped: 2.0.0 + zod: 4.3.5 transitivePeerDependencies: - - '@babel/core' - - '@samchon/openapi' + - '@babel/runtime' + - '@babel/traverse' + - '@swc-node/register' - '@swc/core' - - '@types/babel__core' + - '@swc/helpers' - '@types/node' - - esbuild - - less - - lightningcss + - debug - magicast - postcss + - prettier-plugin-astro + - prettier-plugin-organize-imports + - prettier-plugin-pkg + - prettier-plugin-prisma + - prettier-plugin-sh + - prettier-plugin-solidity + - prettier-plugin-tailwindcss + - prettier-plugin-toml + - rollup - sass - - sass-embedded - - stylus - - sugarss + - spdx-exceptions + - spdx-license-ids - supports-color - - ts-node + - tsdown + - tsx + - typescript + - verdaccio + - vue + - vue-sfc-transformer + - vue-tsc + - yaml + + ? '@storm-software/workspace-tools@1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(postcss@8.5.6)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2)' + : dependencies: + '@ltd/j-toml': 1.38.0 + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@nx/devkit': 22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))) + '@nx/js': 22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@samchon/openapi': 2.5.3 + '@size-limit/esbuild': 11.1.4(size-limit@11.1.4) + '@size-limit/esbuild-why': 11.1.4(size-limit@11.1.4) + '@size-limit/file': 11.1.4(size-limit@11.1.4) + '@storm-software/config-tools': 1.188.75 + '@storm-software/esbuild': 0.53.75(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)) + '@storm-software/npm-tools': 0.6.32 + '@storm-software/pnpm-tools': 0.6.77 + '@storm-software/prettier': 0.57.74(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4) + '@storm-software/tsdown': 0.45.75(@babel/runtime@7.26.0)(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(jiti@2.4.2)(postcss@8.5.6)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3))(typescript@5.9.3)(yaml@2.8.2) + '@storm-software/unbuild': 0.57.75(@nx/devkit@22.3.3(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))))(@nx/js@22.3.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)))(rollup@4.54.0)(sass@1.97.1)(typescript@5.9.3) + fs-extra: 11.2.0 + glob: 11.1.0 + jiti: 2.4.2 + markdownlint-cli2: 0.17.2 + micromatch: 4.0.8 + nx: 22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)) + prettier: 3.7.4 + semver: 7.6.2 + size-limit: 11.1.4 + typia: 7.6.4(@samchon/openapi@2.5.3)(typescript@5.9.3) + untyped: 2.0.0 + zod: 4.3.5 + transitivePeerDependencies: + - '@babel/runtime' + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/helpers' + - '@types/node' + - debug + - magicast + - postcss + - prettier-plugin-astro + - prettier-plugin-organize-imports + - prettier-plugin-pkg + - prettier-plugin-prisma + - prettier-plugin-sh + - prettier-plugin-solidity + - prettier-plugin-tailwindcss + - prettier-plugin-toml + - rollup + - sass + - spdx-exceptions + - spdx-license-ids + - supports-color + - tsdown + - tsx + - typescript + - verdaccio + - vue + - vue-sfc-transformer + - vue-tsc + - yaml '@storm-stack/date-time@1.46.0': dependencies: '@formkit/tempo': 0.1.2 '@js-temporal/polyfill': 0.4.4 - '@storm-stack/errors@1.40.0(3pibm6y6dx2e5yt64xark7ydb4)': + '@storm-stack/errors@1.40.0(qp445zfqjscvhhs7knwms3pl64)': dependencies: - '@storm-software/testing-tools': 1.85.0(@nx/jest@20.0.6(@babel/traverse@7.25.9)(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)))(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))) - '@storm-software/workspace-tools': 1.201.1(iipfidt5hgpudlg744ew4o7nre) + '@storm-software/testing-tools': 1.119.74(@nx/jest@20.8.3(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0)))(jest@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3))) + '@storm-software/workspace-tools': 1.294.21(@babel/runtime@7.26.0)(@babel/traverse@7.28.5)(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/helpers@0.5.18)(@types/node@22.19.3)(markdownlint-cli2@0.17.2)(nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)))(postcss@8.2.13)(prettier-plugin-astro@0.14.1)(prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2))(prettier-plugin-pkg@0.18.1(prettier@3.7.4))(prettier-plugin-prisma@5.0.0(prettier@3.7.4))(prettier-plugin-sh@0.14.0(prettier@3.7.4))(prettier-plugin-solidity@1.3.1(prettier@3.7.4))(prettier-plugin-toml@2.0.6(prettier@3.7.4))(prettier@3.7.4)(rollup@4.54.0)(sass@1.97.1)(spdx-exceptions@2.5.0)(spdx-license-ids@3.0.20)(tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2))(typescript@5.9.3)(verdaccio@5.33.0(encoding@0.1.13)(typanion@3.14.0))(yaml@2.8.2) transitivePeerDependencies: - - '@babel/core' - - '@microsoft/api-extractor' - - '@nx/devkit' - - '@nx/esbuild' + - '@babel/runtime' + - '@babel/traverse' + - '@napi-rs/cli' - '@nx/jest' - - '@nx/rollup' - - '@samchon/openapi' + - '@swc-node/register' - '@swc/core' - - '@types/babel__core' + - '@swc/helpers' - '@types/node' - - esbuild + - debug - jest - - less - - lightningcss - magicast + - markdownlint-cli2 - nx - postcss + - prettier + - prettier-plugin-astro + - prettier-plugin-organize-imports + - prettier-plugin-pkg + - prettier-plugin-prisma + - prettier-plugin-sh + - prettier-plugin-solidity + - prettier-plugin-tailwindcss + - prettier-plugin-toml + - rollup - sass - - sass-embedded - - stylus - - sugarss + - spdx-exceptions + - spdx-license-ids - supports-color - - ts-node + - tsdown + - tsx - typescript + - verdaccio + - vue + - vue-sfc-transformer + - vue-tsc + - yaml '@storm-stack/hashing@0.15.0': {} - '@storm-stack/hooks@0.25.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + '@storm-stack/hooks@0.25.1(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': optionalDependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - '@storm-stack/serialization@1.44.0': + '@storm-stack/serialization@1.46.0': dependencies: buffer: 6.0.3 superjson: 2.2.1 @@ -31328,104 +33520,112 @@ snapshots: '@storm-stack/string-fns@0.18.0': {} - '@storm-stack/types@0.33.0': {} + '@storm-stack/types@0.19.0': {} '@storm-stack/unique-identifier@1.33.0': dependencies: '@noble/hashes': 1.5.0 - '@storm-stack/utilities@1.38.1': + '@storm-stack/utilities@1.39.0': dependencies: match-sorter: 8.0.0 - '@storybook/addon-actions@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-actions@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) uuid: 9.0.1 - '@storybook/addon-backgrounds@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-actions@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': + dependencies: + '@storybook/global': 5.0.0 + '@types/uuid': 9.0.8 + dequal: 2.0.3 + polished: 4.3.1 + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + uuid: 9.0.1 + + '@storybook/addon-backgrounds@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 - '@storybook/addon-controls@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-controls@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 dequal: 2.0.3 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 - '@storybook/addon-docs@8.4.6(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-docs@8.6.14(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@mdx-js/react': 3.1.0(@types/react@18.3.12)(react@18.3.1) - '@storybook/blocks': 8.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/csf-plugin': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/react-dom-shim': 8.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/blocks': 8.6.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/csf-plugin': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/react-dom-shim': 8.6.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-essentials@8.4.6(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': - dependencies: - '@storybook/addon-actions': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-backgrounds': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-controls': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-docs': 8.4.6(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-highlight': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-measure': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-outline': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-toolbars': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/addon-viewport': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + '@storybook/addon-essentials@8.6.14(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': + dependencies: + '@storybook/addon-actions': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-backgrounds': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-controls': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-docs': 8.6.14(@types/react@18.3.12)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-highlight': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-measure': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-outline': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-toolbars': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/addon-viewport': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-highlight@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-highlight@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/addon-interactions@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-interactions@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/test': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/instrumenter': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/test': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) polished: 4.3.1 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 - '@storybook/addon-links@8.4.6(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-links@8.6.15(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - '@storybook/csf': 0.1.12 '@storybook/global': 5.0.0 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 - '@storybook/addon-measure@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-measure@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) tiny-invariant: 1.3.3 - '@storybook/addon-outline@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-outline@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 - '@storybook/addon-react-native-web@0.0.24(@babel/preset-react@7.25.9(@babel/core@7.26.0))(@react-native/babel-preset@0.74.87(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)))(babel-plugin-react-native-web@0.19.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@storybook/addon-react-native-web@0.0.29(@babel/preset-react@7.25.9(@babel/core@7.26.0))(@react-native/babel-preset@0.74.87(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)))(babel-plugin-react-native-web@0.19.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/preset-react': 7.25.9(@babel/core@7.26.0) babel-plugin-react-native-web: 0.19.13 @@ -31434,46 +33634,41 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/addon-toolbars@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-toolbars@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/addon-viewport@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/addon-viewport@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: memoizerific: 1.11.3 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/blocks@8.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/blocks@8.6.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - '@storybook/csf': 0.1.12 - '@storybook/icons': 1.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + '@storybook/icons': 1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/builder-vite@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@storybook/builder-vite@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: - '@storybook/csf-plugin': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/csf-plugin': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) browser-assert: 1.2.1 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) ts-dedent: 2.2.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) - '@storybook/components@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/components@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/core-common@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/core-server@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/core-server@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': - dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) - - '@storybook/core@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)': + '@storybook/core@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)': dependencies: '@storybook/csf': 0.1.12 better-opn: 3.0.2 @@ -31487,20 +33682,21 @@ snapshots: util: 0.12.5 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) optionalDependencies: - prettier: 3.4.1 + prettier: 3.7.4 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@storybook/csf-plugin@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/csf-plugin@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) unplugin: 1.16.0 - '@storybook/csf-tools@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/csf-plugin@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + unplugin: 1.16.0 '@storybook/csf@0.1.12': dependencies: @@ -31508,138 +33704,163 @@ snapshots: '@storybook/global@5.0.0': {} - '@storybook/icons@1.2.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@storybook/icons@1.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/instrumenter@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/instrumenter@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 2.1.6 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/instrumenter@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/instrumenter@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 2.1.6 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/manager-api@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/manager-api@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/preview-api@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/manager-api@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/react-dom-shim@8.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/preview-api@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': + dependencies: + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + + '@storybook/react-dom-shim@8.6.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/react-vite@8.4.6(@storybook/test@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.28.0)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(typescript@5.7.2)(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@storybook/react-dom-shim@8.6.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.4.2(typescript@5.7.2)(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) - '@rollup/pluginutils': 5.1.3(rollup@4.28.0) - '@storybook/builder-vite': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) - '@storybook/react': 8.4.6(@storybook/test@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(typescript@5.7.2) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + + '@storybook/react-vite@8.6.15(@storybook/test@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.54.0)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(typescript@5.7.2)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': + dependencies: + '@joshwooding/vite-plugin-react-docgen-typescript': 0.5.0(typescript@5.7.2)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) + '@rollup/pluginutils': 5.1.3(rollup@4.54.0) + '@storybook/builder-vite': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) + '@storybook/react': 8.6.15(@storybook/test@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(typescript@5.7.2) find-up: 5.0.0 magic-string: 0.30.14 react: 18.3.1 react-docgen: 7.1.0 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) tsconfig-paths: 4.2.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) + optionalDependencies: + '@storybook/test': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) transitivePeerDependencies: - - '@storybook/test' - rollup - supports-color - typescript - '@storybook/react@8.4.6(@storybook/test@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(typescript@5.7.2)': + '@storybook/react@8.6.15(@storybook/test@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(typescript@5.7.2)': dependencies: - '@storybook/components': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/components': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/preview-api': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/react-dom-shim': 8.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/theming': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/manager-api': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/preview-api': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/react-dom-shim': 8.6.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) + '@storybook/theming': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) optionalDependencies: - '@storybook/test': 8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/test': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) typescript: 5.7.2 - '@storybook/test-runner@0.19.1(@swc/helpers@0.5.15)(@types/node@22.5.5)(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))': + '@storybook/test-runner@0.24.2(@swc/helpers@0.5.18)(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.26.2 '@babel/template': 7.25.9 '@babel/types': 7.26.0 - '@jest/types': 29.6.3 - '@storybook/core-common': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/csf': 0.1.12 - '@storybook/csf-tools': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@storybook/preview-api': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - '@swc/jest': 0.2.37(@swc/core@1.5.29(@swc/helpers@0.5.15)) + '@jest/types': 30.2.0 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + '@swc/jest': 0.2.39(@swc/core@1.15.8(@swc/helpers@0.5.18)) expect-playwright: 0.8.0 - jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 + jest: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-environment-node: 30.2.0 jest-junit: 16.0.0 - jest-playwright-preset: 4.0.0(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))) - jest-runner: 29.7.0 + jest-process-manager: 0.4.0 + jest-runner: 30.2.0 jest-serializer-html: 7.1.0 - jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))) + jest-watch-typeahead: 3.0.1(jest@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))) nyc: 15.1.0 playwright: 1.49.0 + playwright-core: 1.49.0 + rimraf: 3.0.2 + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + uuid: 8.3.2 transitivePeerDependencies: - '@swc/helpers' - '@types/node' - babel-plugin-macros - debug + - esbuild-register - node-notifier - - storybook - supports-color - ts-node - '@storybook/test@8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/test@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - '@storybook/csf': 0.1.12 '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.4(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/instrumenter': 8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@testing-library/dom': 10.4.0 '@testing-library/jest-dom': 6.5.0 '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5 '@vitest/spy': 2.0.5 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/test@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/test@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - '@storybook/csf': 0.1.12 '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10)) + '@storybook/instrumenter': 8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10)) '@testing-library/dom': 10.4.0 '@testing-library/jest-dom': 6.5.0 '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) '@vitest/expect': 2.0.5 '@vitest/spy': 2.0.5 - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/theming@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/theming@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) - '@storybook/types@8.4.6(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10))': + '@storybook/theming@8.6.15(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': dependencies: - storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + + '@storybook/types@8.6.14(storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10))': + dependencies: + storybook: 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) + + '@stylistic/eslint-plugin@4.4.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 + estraverse: 5.3.0 + picomatch: 4.0.2 + transitivePeerDependencies: + - supports-color + - typescript '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.26.0)': dependencies: @@ -31734,161 +33955,183 @@ snapshots: - supports-color - typescript - '@swc-node/core@1.13.3(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)': + '@swc-node/core@1.14.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)': dependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - '@swc/types': 0.1.17 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + '@swc/types': 0.1.25 - '@swc-node/core@1.13.3(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)': + '@swc-node/core@1.14.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)': dependencies: - '@swc/core': 1.9.3(@swc/helpers@0.5.15) - '@swc/types': 0.1.17 + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + '@swc/types': 0.1.25 optional: true - '@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2)': + '@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2)': dependencies: - '@swc-node/core': 1.13.3(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17) - '@swc-node/sourcemap-support': 0.5.1 - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@swc-node/core': 1.14.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25) + '@swc-node/sourcemap-support': 0.6.1 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) colorette: 2.0.20 - debug: 4.3.7(supports-color@8.1.1) - pirates: 4.0.6 + debug: 4.4.3(supports-color@8.1.1) + oxc-resolver: 11.16.2 + pirates: 4.0.7 tslib: 2.8.1 typescript: 5.7.2 transitivePeerDependencies: - '@swc/types' - supports-color - '@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2)': + '@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3)': dependencies: - '@swc-node/core': 1.13.3(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17) - '@swc-node/sourcemap-support': 0.5.1 - '@swc/core': 1.9.3(@swc/helpers@0.5.15) + '@swc-node/core': 1.14.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25) + '@swc-node/sourcemap-support': 0.6.1 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) colorette: 2.0.20 - debug: 4.3.7(supports-color@8.1.1) - pirates: 4.0.6 + debug: 4.4.3(supports-color@8.1.1) + oxc-resolver: 11.16.2 + pirates: 4.0.7 tslib: 2.8.1 - typescript: 5.7.2 + typescript: 5.9.3 transitivePeerDependencies: - '@swc/types' - supports-color optional: true - '@swc-node/sourcemap-support@0.5.1': + '@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3)': + dependencies: + '@swc-node/core': 1.14.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25) + '@swc-node/sourcemap-support': 0.6.1 + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + colorette: 2.0.20 + debug: 4.4.3(supports-color@8.1.1) + oxc-resolver: 11.16.2 + pirates: 4.0.7 + tslib: 2.8.1 + typescript: 5.9.3 + transitivePeerDependencies: + - '@swc/types' + - supports-color + optional: true + + '@swc-node/sourcemap-support@0.6.1': dependencies: source-map-support: 0.5.21 tslib: 2.8.1 - '@swc/cli@0.1.65(@swc/core@1.5.29(@swc/helpers@0.5.15))(chokidar@3.6.0)': + '@swc/cli@0.7.9(@swc/core@1.15.8(@swc/helpers@0.5.18))(chokidar@4.0.3)': dependencies: - '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - commander: 7.2.0 - fast-glob: 3.3.2 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + '@swc/counter': 0.1.3 + '@xhmikosr/bin-wrapper': 13.2.0 + commander: 8.3.0 minimatch: 9.0.5 + piscina: 4.9.2 semver: 7.6.3 slash: 3.0.0 source-map: 0.7.4 + tinyglobby: 0.2.15 optionalDependencies: - chokidar: 3.6.0 + chokidar: 4.0.3 + transitivePeerDependencies: + - supports-color - '@swc/core-darwin-arm64@1.5.29': + '@swc/core-darwin-arm64@1.15.8': optional: true - '@swc/core-darwin-arm64@1.9.3': + '@swc/core-darwin-arm64@1.7.26': optional: true - '@swc/core-darwin-x64@1.5.29': + '@swc/core-darwin-x64@1.15.8': optional: true - '@swc/core-darwin-x64@1.9.3': + '@swc/core-darwin-x64@1.7.26': optional: true - '@swc/core-linux-arm-gnueabihf@1.5.29': + '@swc/core-linux-arm-gnueabihf@1.15.8': optional: true - '@swc/core-linux-arm-gnueabihf@1.9.3': + '@swc/core-linux-arm-gnueabihf@1.7.26': optional: true - '@swc/core-linux-arm64-gnu@1.5.29': + '@swc/core-linux-arm64-gnu@1.15.8': optional: true - '@swc/core-linux-arm64-gnu@1.9.3': + '@swc/core-linux-arm64-gnu@1.7.26': optional: true - '@swc/core-linux-arm64-musl@1.5.29': + '@swc/core-linux-arm64-musl@1.15.8': optional: true - '@swc/core-linux-arm64-musl@1.9.3': + '@swc/core-linux-arm64-musl@1.7.26': optional: true - '@swc/core-linux-x64-gnu@1.5.29': + '@swc/core-linux-x64-gnu@1.15.8': optional: true - '@swc/core-linux-x64-gnu@1.9.3': + '@swc/core-linux-x64-gnu@1.7.26': optional: true - '@swc/core-linux-x64-musl@1.5.29': + '@swc/core-linux-x64-musl@1.15.8': optional: true - '@swc/core-linux-x64-musl@1.9.3': + '@swc/core-linux-x64-musl@1.7.26': optional: true - '@swc/core-win32-arm64-msvc@1.5.29': + '@swc/core-win32-arm64-msvc@1.15.8': optional: true - '@swc/core-win32-arm64-msvc@1.9.3': + '@swc/core-win32-arm64-msvc@1.7.26': optional: true - '@swc/core-win32-ia32-msvc@1.5.29': + '@swc/core-win32-ia32-msvc@1.15.8': optional: true - '@swc/core-win32-ia32-msvc@1.9.3': + '@swc/core-win32-ia32-msvc@1.7.26': optional: true - '@swc/core-win32-x64-msvc@1.5.29': + '@swc/core-win32-x64-msvc@1.15.8': optional: true - '@swc/core-win32-x64-msvc@1.9.3': + '@swc/core-win32-x64-msvc@1.7.26': optional: true - '@swc/core@1.5.29(@swc/helpers@0.5.15)': + '@swc/core@1.15.8(@swc/helpers@0.5.18)': dependencies: '@swc/counter': 0.1.3 - '@swc/types': 0.1.17 + '@swc/types': 0.1.25 optionalDependencies: - '@swc/core-darwin-arm64': 1.5.29 - '@swc/core-darwin-x64': 1.5.29 - '@swc/core-linux-arm-gnueabihf': 1.5.29 - '@swc/core-linux-arm64-gnu': 1.5.29 - '@swc/core-linux-arm64-musl': 1.5.29 - '@swc/core-linux-x64-gnu': 1.5.29 - '@swc/core-linux-x64-musl': 1.5.29 - '@swc/core-win32-arm64-msvc': 1.5.29 - '@swc/core-win32-ia32-msvc': 1.5.29 - '@swc/core-win32-x64-msvc': 1.5.29 - '@swc/helpers': 0.5.15 - - '@swc/core@1.9.3(@swc/helpers@0.5.15)': + '@swc/core-darwin-arm64': 1.15.8 + '@swc/core-darwin-x64': 1.15.8 + '@swc/core-linux-arm-gnueabihf': 1.15.8 + '@swc/core-linux-arm64-gnu': 1.15.8 + '@swc/core-linux-arm64-musl': 1.15.8 + '@swc/core-linux-x64-gnu': 1.15.8 + '@swc/core-linux-x64-musl': 1.15.8 + '@swc/core-win32-arm64-msvc': 1.15.8 + '@swc/core-win32-ia32-msvc': 1.15.8 + '@swc/core-win32-x64-msvc': 1.15.8 + '@swc/helpers': 0.5.18 + + '@swc/core@1.7.26(@swc/helpers@0.5.18)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.17 optionalDependencies: - '@swc/core-darwin-arm64': 1.9.3 - '@swc/core-darwin-x64': 1.9.3 - '@swc/core-linux-arm-gnueabihf': 1.9.3 - '@swc/core-linux-arm64-gnu': 1.9.3 - '@swc/core-linux-arm64-musl': 1.9.3 - '@swc/core-linux-x64-gnu': 1.9.3 - '@swc/core-linux-x64-musl': 1.9.3 - '@swc/core-win32-arm64-msvc': 1.9.3 - '@swc/core-win32-ia32-msvc': 1.9.3 - '@swc/core-win32-x64-msvc': 1.9.3 - '@swc/helpers': 0.5.15 + '@swc/core-darwin-arm64': 1.7.26 + '@swc/core-darwin-x64': 1.7.26 + '@swc/core-linux-arm-gnueabihf': 1.7.26 + '@swc/core-linux-arm64-gnu': 1.7.26 + '@swc/core-linux-arm64-musl': 1.7.26 + '@swc/core-linux-x64-gnu': 1.7.26 + '@swc/core-linux-x64-musl': 1.7.26 + '@swc/core-win32-arm64-msvc': 1.7.26 + '@swc/core-win32-ia32-msvc': 1.7.26 + '@swc/core-win32-x64-msvc': 1.7.26 + '@swc/helpers': 0.5.18 '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.15': + '@swc/helpers@0.5.18': dependencies: tslib: 2.8.1 @@ -31897,10 +34140,10 @@ snapshots: '@swc/counter': 0.1.3 tslib: 2.8.1 - '@swc/jest@0.2.37(@swc/core@1.5.29(@swc/helpers@0.5.15))': + '@swc/jest@0.2.39(@swc/core@1.15.8(@swc/helpers@0.5.18))': dependencies: - '@jest/create-cache-key-function': 29.7.0 - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@jest/create-cache-key-function': 30.2.0 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) '@swc/counter': 0.1.3 jsonc-parser: 3.3.1 @@ -31908,9 +34151,9 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@szmarczak/http-timer@4.0.6': + '@swc/types@0.1.25': dependencies: - defer-to-connect: 2.0.1 + '@swc/counter': 0.1.3 '@szmarczak/http-timer@5.0.1': dependencies: @@ -31931,6 +34174,25 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/accordion@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/collapsible': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/collection': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-direction': 1.142.0(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/adapt@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) @@ -31938,8 +34200,20 @@ snapshots: '@tamagui/helpers': 1.117.2(react@18.3.1) '@tamagui/portal': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - - react + - react + - react-dom + + '@tamagui/adapt@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/z-index-stack': 1.142.0(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: - react-dom + - react-native '@tamagui/alert-dialog@1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: @@ -31966,6 +34240,29 @@ snapshots: - react-dom - react-native + '@tamagui/alert-dialog@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/dialog': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/dismissable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/focus-scope': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/popper': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/remove-scroll': 1.142.0(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/animate-presence@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/helpers': 1.117.2(react@18.3.1) @@ -31977,6 +34274,32 @@ snapshots: - react - react-dom + '@tamagui/animate-presence@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-constant': 1.142.0(react@18.3.1) + '@tamagui/use-force-update': 1.142.0(react@18.3.1) + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/animate-presence@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-constant': 1.142.0(react@18.3.1) + '@tamagui/use-force-update': 1.142.0(react@18.3.1) + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/animate@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/animate-presence': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -31984,22 +34307,54 @@ snapshots: - react - react-dom - '@tamagui/animations-css@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/animate@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/constants': 1.117.2(react@18.3.1) - '@tamagui/cubic-bezier-animator': 1.117.2 - '@tamagui/use-presence': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 transitivePeerDependencies: - react-dom + - react-native - '@tamagui/animations-moti@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1)': + '@tamagui/animations-css@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/use-presence': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - moti: 0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/cubic-bezier-animator': 1.142.0 + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - react-native + + '@tamagui/animations-css@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/cubic-bezier-animator': 1.142.0 + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - react-native + + '@tamagui/animations-moti@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + moti: 0.30.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + - react-native-reanimated + + '@tamagui/animations-moti@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + moti: 0.30.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - react-dom - react-native-reanimated @@ -32013,6 +34368,26 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/animations-react-native@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + + '@tamagui/animations-react-native@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/aria-hidden@1.117.2(react@18.3.1)': dependencies: aria-hidden: 1.2.4 @@ -32029,48 +34404,19 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/babel-plugin-fully-specified@1.117.2': - dependencies: - '@babel/core': 7.26.0 - transitivePeerDependencies: - - supports-color - - '@tamagui/build@1.117.2(@swc/helpers@0.5.15)': - dependencies: - '@babel/core': 7.26.0 - '@swc/core': 1.9.3(@swc/helpers@0.5.15) - '@tamagui/babel-plugin-fully-specified': 1.117.2 - '@types/fs-extra': 9.0.13 - chokidar: 3.6.0 - esbuild: 0.24.0 - esbuild-plugin-es5: 2.1.1(esbuild@0.24.0) - esbuild-register: 3.6.0(esbuild@0.24.0) - execa: 5.1.1 - fast-glob: 3.3.2 - fs-extra: 11.2.0 - lodash.debounce: 4.0.8 - typescript: 5.7.2 - transitivePeerDependencies: - - '@swc/helpers' - - supports-color - - '@tamagui/build@1.96.0(typescript@5.7.2)': + '@tamagui/avatar@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@babel/core': 7.26.0 - '@types/fs-extra': 9.0.13 - babel-plugin-fully-specified: 1.3.0(@babel/core@7.26.0) - chokidar: 3.6.0 - esbuild: 0.20.2 - esbuild-plugin-es5: 2.1.1(esbuild@0.20.2) - esbuild-register: 3.6.0(esbuild@0.20.2) - execa: 5.1.1 - fast-glob: 3.3.2 - fs-extra: 11.2.0 - get-tsconfig: 4.8.1 - lodash.debounce: 4.0.8 - typescript: 5.7.2 + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/image': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/shapes': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - - supports-color + - react-dom '@tamagui/button@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32085,6 +34431,22 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/button@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/config-default': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/font-size': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-button-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-tamagui': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/card@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/create-context': 1.117.2(react@18.3.1) @@ -32110,6 +34472,22 @@ snapshots: - react-dom - react-native + '@tamagui/checkbox-headless@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/label': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/checkbox@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@tamagui/checkbox-headless': 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) @@ -32131,72 +34509,60 @@ snapshots: - react-dom - react-native - '@tamagui/cli-color@1.117.2': {} + '@tamagui/checkbox@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/checkbox-headless': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/font-size': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-tamagui': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/label': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native - '@tamagui/cli-color@1.96.0': {} + '@tamagui/cli-color@1.142.0': {} - '@tamagui/cli@1.117.2(@swc/helpers@0.5.15)(@types/express@4.17.21)(@types/node@22.5.5)(encoding@0.1.13)(graphology-types@0.24.8)(less@4.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)(vue@3.5.13(typescript@5.7.2))': + '@tamagui/cli@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(vite@6.0.0-beta.1(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: - '@tamagui/create-theme': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/generate-themes': 1.117.2(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/static': 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) - '@tamagui/types': 1.117.2 - '@tamagui/vite-plugin': 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) + '@tamagui/create-theme': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/generate-themes': 1.142.0(esbuild@0.25.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/static': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + '@tamagui/vite-plugin': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(vite@6.0.0-beta.1(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) arg: 5.0.2 chalk: 4.1.2 change-case: 4.1.2 chokidar: 3.6.0 - esbuild: 0.24.0 - execa: 5.1.1 + esbuild: 0.25.12 express: 4.21.1 - fs-extra: 11.2.0 + fs-extra: 11.3.3 get-port: 7.1.0 - graphology: 0.24.1(graphology-types@0.24.8) - graphql: 16.9.0 - graphql-yoga: 4.0.5(graphql@16.9.0) - http-proxy-middleware: 2.0.7(@types/express@4.17.21) - kill-port: 2.0.1 marked: 14.1.4 marked-terminal: 5.2.0(marked@14.1.4) micromatch: 4.0.8 opener: 1.5.2 prompts: 2.1.0 ts-morph: 15.1.0 - typescript: 5.7.2 + typescript: 5.9.3 url: 0.11.4 - vite: 6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) - vite-plugin-entry-shaking: 0.4.3(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)) - transitivePeerDependencies: - - '@azure/app-configuration' - - '@azure/cosmos' - - '@azure/data-tables' - - '@azure/identity' - - '@azure/keyvault-secrets' - - '@azure/storage-blob' - - '@capacitor/preferences' - - '@netlify/blobs' - - '@planetscale/database' - - '@swc/helpers' - - '@types/express' - - '@types/node' - - '@upstash/redis' - - '@vercel/kv' - - '@vue/composition-api' - - debug + transitivePeerDependencies: - encoding - - graphology-types - - ioredis - - less - - lightningcss - react - react-dom - - sass - - sass-embedded - - stylus - - sugarss + - react-native + - react-native-svg - supports-color - - terser - - vue + - vite '@tamagui/collapsible@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32212,6 +34578,22 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/collapsible@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/collection@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32225,39 +34607,81 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/colors@1.117.2': {} + '@tamagui/collection@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/collection@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/colors@1.142.0': {} '@tamagui/compose-refs@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/compose-refs@1.96.0(react@18.3.1)': + '@tamagui/compose-refs@1.142.0(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/config-default@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/config-default@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/animations-css': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/shorthands': 1.117.2 + '@tamagui/animations-css': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animations-react-native': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/shorthands': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - react - react-dom + - react-native - '@tamagui/config-default@1.96.0(react@18.3.1)': + '@tamagui/config-default@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/core': 1.96.0(react@18.3.1) - '@tamagui/shorthands': 1.96.0 + '@tamagui/animations-css': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animations-react-native': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/shorthands': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - react + - react-dom + - react-native '@tamagui/constants@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/constants@1.96.0(react@18.3.1)': + '@tamagui/constants@1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + + '@tamagui/constants@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) '@tamagui/core@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32269,32 +34693,59 @@ snapshots: - react - react-dom - '@tamagui/core@1.96.0(react@18.3.1)': + '@tamagui/core@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/react-native-media-driver': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/react-native-use-pressable': 1.142.0(react@18.3.1) + '@tamagui/react-native-use-responder-events': 1.142.0(react@18.3.1) + '@tamagui/use-element-layout': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + + '@tamagui/core@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/react-native-use-pressable': 1.96.0(react@18.3.1) - '@tamagui/react-native-use-responder-events': 1.96.0(react@18.3.1) - '@tamagui/use-event': 1.96.0(react@18.3.1) - '@tamagui/web': 1.96.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/react-native-media-driver': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/react-native-use-pressable': 1.142.0(react@18.3.1) + '@tamagui/react-native-use-responder-events': 1.142.0(react@18.3.1) + '@tamagui/use-element-layout': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom '@tamagui/create-context@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/create-theme@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/create-context@1.142.0(react@18.3.1)': dependencies: - '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + + '@tamagui/create-theme@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - react - react-dom + - react-native - '@tamagui/create-theme@1.96.0(react@18.3.1)': + '@tamagui/create-theme@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/web': 1.96.0(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - react + - react-dom + - react-native - '@tamagui/cubic-bezier-animator@1.117.2': {} + '@tamagui/cubic-bezier-animator@1.142.0': {} '@tamagui/dialog@1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: @@ -32322,6 +34773,31 @@ snapshots: - react-dom - react-native + '@tamagui/dialog@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/adapt': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/dismissable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/focus-scope': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/popper': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/remove-scroll': 1.142.0(react@18.3.1) + '@tamagui/sheet': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/z-index-stack': 1.142.0(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/dismissable@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32333,6 +34809,30 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/dismissable@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-escape-keydown': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - react-native + + '@tamagui/dismissable@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-escape-keydown': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - react-native + '@tamagui/elements@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32342,7 +34842,7 @@ snapshots: '@tamagui/fake-react-native@1.117.2': {} - '@tamagui/fake-react-native@1.96.0': {} + '@tamagui/fake-react-native@1.142.0': {} '@tamagui/floating@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: @@ -32353,6 +34853,15 @@ snapshots: - react-dom - react-native + '@tamagui/floating@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@floating-ui/react-dom': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/react-native': 0.10.7(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/focus-scope@1.117.2(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32360,6 +34869,17 @@ snapshots: '@tamagui/use-event': 1.117.2(react@18.3.1) react: 18.3.1 + '@tamagui/focus-scope@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/use-async': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-native + '@tamagui/focusable@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32368,6 +34888,15 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/focusable@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/font-size@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32375,6 +34904,14 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/font-size@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/form@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32389,28 +34926,32 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/generate-themes@1.117.2(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/generate-themes@1.142.0(esbuild@0.25.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/create-theme': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/theme-builder': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/types': 1.117.2 - esbuild-register: 3.6.0(esbuild@0.24.0) - fs-extra: 11.2.0 + '@tamagui/create-theme': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/theme-builder': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + esbuild-register: 3.6.0(esbuild@0.25.12) + fs-extra: 11.3.3 transitivePeerDependencies: - esbuild - react - react-dom + - react-native - supports-color - '@tamagui/generate-themes@1.96.0(esbuild@0.20.2)(react@18.3.1)': + '@tamagui/generate-themes@1.142.0(esbuild@0.25.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/create-theme': 1.96.0(react@18.3.1) - '@tamagui/types': 1.96.0 - esbuild-register: 3.6.0(esbuild@0.20.2) - fs-extra: 11.2.0 + '@tamagui/create-theme': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/theme-builder': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + esbuild-register: 3.6.0(esbuild@0.25.12) + fs-extra: 11.3.3 transitivePeerDependencies: - esbuild - react + - react-dom + - react-native - supports-color '@tamagui/get-button-sized@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -32421,6 +34962,24 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/get-button-sized@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/get-button-sized@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/get-font-sized@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) @@ -32429,6 +34988,24 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/get-font-sized@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/get-font-sized@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/get-token@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32436,6 +35013,22 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/get-token@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/get-token@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/group@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32447,21 +35040,30 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/helpers-icon@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1)': + '@tamagui/group@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 - react-native-svg: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - react-dom - '@tamagui/helpers-node@1.117.2': + '@tamagui/helpers-icon@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/types': 1.117.2 + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native-svg: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + transitivePeerDependencies: + - react-dom + - react-native - '@tamagui/helpers-node@1.96.0': + '@tamagui/helpers-node@1.142.0': dependencies: - '@tamagui/types': 1.96.0 + '@tamagui/types': 1.142.0 '@tamagui/helpers-tamagui@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32471,6 +35073,24 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/helpers-tamagui@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + + '@tamagui/helpers-tamagui@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/helpers@1.117.2(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) @@ -32478,12 +35098,21 @@ snapshots: transitivePeerDependencies: - react - '@tamagui/helpers@1.96.0(react@18.3.1)': + '@tamagui/helpers@1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/constants': 1.96.0(react@18.3.1) - '@tamagui/simple-hash': 1.96.0 + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/simple-hash': 1.142.0 + react: 18.3.1 transitivePeerDependencies: - - react + - react-native + + '@tamagui/helpers@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/simple-hash': 1.142.0 + react: 18.3.1 + transitivePeerDependencies: + - react-native '@tamagui/image@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32493,6 +35122,19 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/image@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + + '@tamagui/is-equal-shallow@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@tamagui/label@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32508,6 +35150,21 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/label@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-button-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-font-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/linear-gradient@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32516,6 +35173,15 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/linear-gradient@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/list-item@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/font-size': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32530,51 +35196,69 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/lucide-icons@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1)': + '@tamagui/list-item@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/helpers-icon': 1.117.2(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1) + '@tamagui/font-size': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-font-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-tamagui': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/lucide-icons@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-icon': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 - react-native-svg: 15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-svg: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - react-dom + - react-native - '@tamagui/next-plugin@1.117.2(@babel/core@7.26.0)(@rspack/core@1.0.14(@swc/helpers@0.5.15))(@swc/helpers@0.5.15)(encoding@0.1.13)(next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2))': + '@tamagui/next-plugin@1.142.0(@babel/core@7.28.5)(@rspack/core@1.7.0(@swc/helpers@0.5.18))(encoding@0.1.13)(next@14.2.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1))(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2))': dependencies: - '@babel/preset-react': 7.25.9(@babel/core@7.26.0) - '@tamagui/proxy-worm': 1.117.2 - '@tamagui/react-native-svg': 1.117.2 - '@tamagui/static': 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) - babel-loader: 9.2.1(@babel/core@7.26.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + '@babel/preset-react': 7.25.9(@babel/core@7.28.5) + '@tamagui/proxy-worm': 1.142.0 + '@tamagui/react-native-svg': 1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)) + '@tamagui/static': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + babel-loader: 9.2.1(@babel/core@7.28.5)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) browserslist: 4.24.2 - css-loader: 6.11.0(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - esbuild-loader: 4.2.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - file-loader: 6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - html-webpack-plugin: 5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - next: 14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0) - tamagui-loader: 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + css-loader: 6.11.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + esbuild-loader: 4.2.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + html-webpack-plugin: 5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + next: 14.2.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1) + tamagui-loader: 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) transitivePeerDependencies: - '@babel/core' - '@rspack/core' - - '@swc/helpers' - encoding - react - react-dom + - react-native + - react-native-svg - supports-color - - typescript - webpack '@tamagui/normalize-css-color@1.117.2': dependencies: '@react-native/normalize-color': 2.1.0 - '@tamagui/normalize-css-color@1.96.0': + '@tamagui/normalize-css-color@1.142.0': dependencies: '@react-native/normalize-color': 2.1.0 '@tamagui/polyfill-dev@1.117.2': {} + '@tamagui/polyfill-dev@1.142.0': {} + '@tamagui/popover@1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@floating-ui/react': 0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32603,6 +35287,34 @@ snapshots: - react-dom - react-native + '@tamagui/popover@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@floating-ui/react': 0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/adapt': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animate': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/dismissable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/floating': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/focus-scope': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/popper': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/remove-scroll': 1.142.0(react@18.3.1) + '@tamagui/scroll-view': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/sheet': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/z-index-stack': 1.142.0(react@18.3.1) + react: 18.3.1 + react-freeze: 1.0.4(react@18.3.1) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/popper@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32618,6 +35330,21 @@ snapshots: - react-dom - react-native + '@tamagui/popper@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/floating': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/portal@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) @@ -32630,6 +35357,30 @@ snapshots: - react - react-dom + '@tamagui/portal@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/z-index-stack': 1.142.0(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + + '@tamagui/portal@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/z-index-stack': 1.142.0(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + '@tamagui/progress@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32642,9 +35393,20 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/proxy-worm@1.117.2': {} + '@tamagui/progress@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom - '@tamagui/proxy-worm@1.96.0': {} + '@tamagui/proxy-worm@1.142.0': {} '@tamagui/radio-group@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: @@ -32666,6 +35428,26 @@ snapshots: - react-dom - react-native + '@tamagui/radio-group@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/label': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/radio-headless': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/roving-focus': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/radio-headless@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32681,6 +35463,22 @@ snapshots: - react-dom - react-native + '@tamagui/radio-headless@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/label': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/react-native-media-driver@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32689,15 +35487,35 @@ snapshots: - react - react-dom - '@tamagui/react-native-svg@1.117.2': {} + '@tamagui/react-native-media-driver@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react + - react-dom + + '@tamagui/react-native-media-driver@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react + - react-dom + + '@tamagui/react-native-svg@1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))': + optionalDependencies: + react-native-svg: 15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - '@tamagui/react-native-svg@1.96.0': {} + '@tamagui/react-native-svg@1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))': + optionalDependencies: + react-native-svg: 15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@tamagui/react-native-use-pressable@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/react-native-use-pressable@1.96.0(react@18.3.1)': + '@tamagui/react-native-use-pressable@1.142.0(react@18.3.1)': dependencies: react: 18.3.1 @@ -32705,31 +35523,63 @@ snapshots: dependencies: react: 18.3.1 - '@tamagui/react-native-use-responder-events@1.96.0(react@18.3.1)': + '@tamagui/react-native-use-responder-events@1.142.0(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/react-native-web-internals@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/react-native-web-internals@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/normalize-css-color': 1.117.2 - '@tamagui/react-native-use-pressable': 1.117.2(react@18.3.1) - '@tamagui/react-native-use-responder-events': 1.117.2(react@18.3.1) - '@tamagui/simple-hash': 1.117.2 - '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/normalize-css-color': 1.142.0 + '@tamagui/react-native-use-pressable': 1.142.0(react@18.3.1) + '@tamagui/react-native-use-responder-events': 1.142.0(react@18.3.1) + '@tamagui/simple-hash': 1.142.0 + '@tamagui/use-element-layout': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - - react - - react-dom + - react-native - '@tamagui/react-native-web-lite@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/react-native-web-internals@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/normalize-css-color': 1.117.2 - '@tamagui/react-native-use-pressable': 1.117.2(react@18.3.1) - '@tamagui/react-native-use-responder-events': 1.117.2(react@18.3.1) - '@tamagui/react-native-web-internals': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/normalize-css-color': 1.142.0 + '@tamagui/react-native-use-pressable': 1.142.0(react@18.3.1) + '@tamagui/react-native-use-responder-events': 1.142.0(react@18.3.1) + '@tamagui/simple-hash': 1.142.0 + '@tamagui/use-element-layout': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - react-native + + '@tamagui/react-native-web-lite@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/normalize-css-color': 1.142.0 + '@tamagui/react-native-use-pressable': 1.142.0(react@18.3.1) + '@tamagui/react-native-use-responder-events': 1.142.0(react@18.3.1) + '@tamagui/react-native-web-internals': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) invariant: 2.2.4 + memoize-one: 6.0.0 react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - - react-dom + - react-native + + '@tamagui/react-native-web-lite@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/normalize-css-color': 1.142.0 + '@tamagui/react-native-use-pressable': 1.142.0(react@18.3.1) + '@tamagui/react-native-use-responder-events': 1.142.0(react@18.3.1) + '@tamagui/react-native-web-internals': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + invariant: 2.2.4 + memoize-one: 6.0.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - react-native '@tamagui/remove-scroll@1.117.2(@types/react@18.3.12)(react@18.3.1)': dependencies: @@ -32738,6 +35588,10 @@ snapshots: transitivePeerDependencies: - '@types/react' + '@tamagui/remove-scroll@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@tamagui/roving-focus@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/collection': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32753,6 +35607,22 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/roving-focus@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/collection': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-direction': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/scroll-view@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/stacks': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32761,6 +35631,15 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/scroll-view@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/select@1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@floating-ui/react': 0.26.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32793,6 +35672,37 @@ snapshots: - react-dom - react-native + '@tamagui/select@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@floating-ui/react': 0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/react-dom': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/react-native': 0.10.7(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/adapt': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/dismissable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/focus-scope': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/list-item': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/remove-scroll': 1.142.0(react@18.3.1) + '@tamagui/separator': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/sheet': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-debounce': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + '@tamagui/separator@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) @@ -32801,6 +35711,15 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/separator@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/shapes@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/stacks': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32809,6 +35728,15 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/shapes@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/sheet@1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/adapt': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -32832,13 +35760,49 @@ snapshots: - '@types/react' - react-dom - '@tamagui/shorthands@1.117.2': {} + '@tamagui/sheet@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/adapt': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/animations-react-native': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/remove-scroll': 1.142.0(react@18.3.1) + '@tamagui/scroll-view': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-constant': 1.142.0(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-did-finish-ssr': 1.142.0(react@18.3.1) + '@tamagui/use-keyboard-visible': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/z-index-stack': 1.142.0(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + + '@tamagui/shorthands@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + transitivePeerDependencies: + - react + - react-dom + - react-native - '@tamagui/shorthands@1.96.0': {} + '@tamagui/shorthands@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + transitivePeerDependencies: + - react + - react-dom + - react-native '@tamagui/simple-hash@1.117.2': {} - '@tamagui/simple-hash@1.96.0': {} + '@tamagui/simple-hash@1.142.0': {} '@tamagui/slider@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -32863,9 +35827,55 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/stacks@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-button-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/stacks@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-button-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/start-transition@1.117.2': {} - '@tamagui/static@1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + '@tamagui/start-transition@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + + '@tamagui/static-worker@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/static': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + piscina: 4.9.2 + transitivePeerDependencies: + - encoding + - react + - react-dom + - react-native + - supports-color + + '@tamagui/static-worker@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/static': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + piscina: 4.9.2 + transitivePeerDependencies: + - encoding + - react + - react-dom + - react-native + - supports-color + + '@tamagui/static@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.26.2 @@ -32873,44 +35883,42 @@ snapshots: '@babel/parser': 7.26.2 '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) '@babel/runtime': 7.26.0 + '@babel/template': 7.25.9 '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 - '@esbuild-plugins/tsconfig-paths': 0.1.2(esbuild@0.24.0)(typescript@5.7.2) - '@tamagui/build': 1.117.2(@swc/helpers@0.5.15) - '@tamagui/cli-color': 1.117.2 - '@tamagui/config-default': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/fake-react-native': 1.117.2 - '@tamagui/generate-themes': 1.117.2(esbuild@0.24.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/helpers': 1.117.2(react@18.3.1) - '@tamagui/helpers-node': 1.117.2 - '@tamagui/proxy-worm': 1.117.2 - '@tamagui/react-native-web-internals': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/react-native-web-lite': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/shorthands': 1.117.2 - '@tamagui/types': 1.117.2 + '@tamagui/cli-color': 1.142.0 + '@tamagui/config-default': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/fake-react-native': 1.142.0 + '@tamagui/generate-themes': 1.142.0(esbuild@0.25.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-node': 1.142.0 + '@tamagui/proxy-worm': 1.142.0 + '@tamagui/react-native-web-internals': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/react-native-web-lite': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/shorthands': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) babel-literal-to-ast: 2.1.0(@babel/core@7.26.0) browserslist: 4.24.2 check-dependency-version-consistency: 4.1.0 - esbuild: 0.24.0 - esbuild-register: 3.6.0(esbuild@0.24.0) + esbuild: 0.25.12 + esbuild-register: 3.6.0(esbuild@0.25.12) fast-glob: 3.3.2 find-cache-dir: 3.3.2 find-root: 1.1.0 - fs-extra: 11.2.0 + fs-extra: 11.3.3 invariant: 2.2.4 js-yaml: 4.1.0 - lodash: 4.17.21 react: 18.3.1 - react-native-web: 0.19.12(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native-web: 0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - - '@swc/helpers' - encoding - react-dom - supports-color - - typescript - '@tamagui/static@1.96.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + '@tamagui/static@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.26.2 @@ -32918,38 +35926,40 @@ snapshots: '@babel/parser': 7.26.2 '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) '@babel/runtime': 7.26.0 + '@babel/template': 7.25.9 '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 - '@tamagui/build': 1.96.0(typescript@5.7.2) - '@tamagui/cli-color': 1.96.0 - '@tamagui/config-default': 1.96.0(react@18.3.1) - '@tamagui/core': 1.96.0(react@18.3.1) - '@tamagui/fake-react-native': 1.96.0 - '@tamagui/generate-themes': 1.96.0(esbuild@0.20.2)(react@18.3.1) - '@tamagui/helpers': 1.96.0(react@18.3.1) - '@tamagui/helpers-node': 1.96.0 - '@tamagui/proxy-worm': 1.96.0 - '@tamagui/shorthands': 1.96.0 - '@tamagui/types': 1.96.0 + '@tamagui/cli-color': 1.142.0 + '@tamagui/config-default': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/fake-react-native': 1.142.0 + '@tamagui/generate-themes': 1.142.0(esbuild@0.25.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-node': 1.142.0 + '@tamagui/proxy-worm': 1.142.0 + '@tamagui/react-native-web-internals': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/react-native-web-lite': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/shorthands': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) babel-literal-to-ast: 2.1.0(@babel/core@7.26.0) browserslist: 4.24.2 check-dependency-version-consistency: 4.1.0 - esbuild: 0.20.2 - esbuild-register: 3.6.0(esbuild@0.20.2) + esbuild: 0.25.12 + esbuild-register: 3.6.0(esbuild@0.25.12) + fast-glob: 3.3.2 find-cache-dir: 3.3.2 find-root: 1.1.0 - fs-extra: 11.2.0 + fs-extra: 11.3.3 invariant: 2.2.4 - lodash: 4.17.21 - react-native-web: 0.19.12(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-native-web-internals: 1.96.0 - react-native-web-lite: 1.96.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + js-yaml: 4.1.0 + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native-web: 0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - encoding - - react - react-dom - supports-color - - typescript '@tamagui/switch-headless@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: @@ -32963,6 +35973,18 @@ snapshots: - react-dom - react-native + '@tamagui/switch-headless@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/label': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/switch@1.117.2(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32981,6 +36003,24 @@ snapshots: - react-dom - react-native + '@tamagui/switch@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/focusable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/label': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/switch-headless': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-previous': 1.142.0(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/tabs@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/compose-refs': 1.117.2(react@18.3.1) @@ -32998,6 +36038,25 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/tabs@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/get-button-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/group': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/roving-focus': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-direction': 1.142.0(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/text@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/get-font-sized': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -33007,13 +36066,45 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/theme-builder@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tamagui/text@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/get-font-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-tamagui': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/text@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/get-font-sized': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers-tamagui': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/theme-builder@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/create-theme': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + color2k: 2.0.3 + transitivePeerDependencies: + - react + - react-dom + - react-native + + '@tamagui/theme-builder@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/create-theme': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/create-theme': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) color2k: 2.0.3 transitivePeerDependencies: - react - react-dom + - react-native '@tamagui/theme@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -33025,25 +36116,49 @@ snapshots: '@tamagui/timer@1.117.2': {} - '@tamagui/timer@1.96.0': {} + '@tamagui/timer@1.142.0': {} + + '@tamagui/toast@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/collection': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/dismissable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/visually-hidden': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom - '@tamagui/toast@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tamagui/animate-presence': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/compose-refs': 1.117.2(react@18.3.1) - '@tamagui/constants': 1.117.2(react@18.3.1) - '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/create-context': 1.117.2(react@18.3.1) - '@tamagui/dismissable': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/helpers': 1.117.2(react@18.3.1) - '@tamagui/polyfill-dev': 1.117.2 - '@tamagui/portal': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/stacks': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/start-transition': 1.117.2 - '@tamagui/text': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/use-controllable-state': 1.117.2(react@18.3.1) - '@tamagui/visually-hidden': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/toast@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/animate-presence': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/collection': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/dismissable': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/portal': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/visually-hidden': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) transitivePeerDependencies: - react-dom @@ -33087,58 +36202,143 @@ snapshots: - react-dom - react-native + '@tamagui/tooltip@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@floating-ui/react': 0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/create-context': 1.142.0(react@18.3.1) + '@tamagui/floating': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/get-token': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/polyfill-dev': 1.142.0 + '@tamagui/popover': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/popper': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/stacks': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/text': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-controllable-state': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - react-dom + '@tamagui/types@1.117.2': {} - '@tamagui/types@1.96.0': {} + '@tamagui/types@1.142.0': {} + + '@tamagui/use-async@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 '@tamagui/use-callback-ref@1.117.2': {} + '@tamagui/use-callback-ref@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@tamagui/use-constant@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 + '@tamagui/use-constant@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@tamagui/use-controllable-state@1.117.2(react@18.3.1)': dependencies: '@tamagui/start-transition': 1.117.2 '@tamagui/use-event': 1.117.2(react@18.3.1) react: 18.3.1 + '@tamagui/use-controllable-state@1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-native + + '@tamagui/use-controllable-state@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/start-transition': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-native + '@tamagui/use-debounce@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 + '@tamagui/use-debounce@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@tamagui/use-did-finish-ssr@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/use-did-finish-ssr@1.96.0(react@18.3.1)': + '@tamagui/use-did-finish-ssr@1.142.0(react@18.3.1)': dependencies: - '@tamagui/constants': 1.96.0(react@18.3.1) react: 18.3.1 '@tamagui/use-direction@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 + '@tamagui/use-direction@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + + '@tamagui/use-element-layout@1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/is-equal-shallow': 1.142.0(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-native + + '@tamagui/use-element-layout@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/is-equal-shallow': 1.142.0(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-native + '@tamagui/use-escape-keydown@1.117.2': dependencies: '@tamagui/use-callback-ref': 1.117.2 + '@tamagui/use-escape-keydown@1.142.0(react@18.3.1)': + dependencies: + '@tamagui/use-callback-ref': 1.142.0(react@18.3.1) + react: 18.3.1 + '@tamagui/use-event@1.117.2(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) react: 18.3.1 - '@tamagui/use-event@1.96.0(react@18.3.1)': + '@tamagui/use-event@1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-native + + '@tamagui/use-event@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/constants': 1.96.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react: 18.3.1 + transitivePeerDependencies: + - react-native '@tamagui/use-force-update@1.117.2(react@18.3.1)': dependencies: react: 18.3.1 - '@tamagui/use-force-update@1.96.0(react@18.3.1)': + '@tamagui/use-force-update@1.142.0(react@18.3.1)': dependencies: react: 18.3.1 @@ -33146,6 +36346,11 @@ snapshots: dependencies: react: 18.3.1 + '@tamagui/use-keyboard-visible@1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + '@tamagui/use-presence@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -33153,8 +36358,28 @@ snapshots: transitivePeerDependencies: - react-dom + '@tamagui/use-presence@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/use-presence@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + '@tamagui/use-previous@1.117.2': {} + '@tamagui/use-previous@1.142.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@tamagui/use-window-dimensions@1.117.2(react@18.3.1)': dependencies: '@tamagui/constants': 1.117.2(react@18.3.1) @@ -33167,41 +36392,63 @@ snapshots: transitivePeerDependencies: - react-dom - '@tamagui/vite-plugin@1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@tamagui/visually-hidden@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': dependencies: - '@tamagui/fake-react-native': 1.117.2 - '@tamagui/proxy-worm': 1.117.2 - '@tamagui/react-native-svg': 1.117.2 - '@tamagui/react-native-web-lite': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/static': 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/visually-hidden@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react: 18.3.1 + transitivePeerDependencies: + - react-dom + - react-native + + '@tamagui/vite-plugin@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': + dependencies: + '@tamagui/fake-react-native': 1.142.0 + '@tamagui/proxy-worm': 1.142.0 + '@tamagui/react-native-svg': 1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)) + '@tamagui/react-native-web-lite': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/static-worker': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 esm-resolve: 1.0.11 - fs-extra: 11.2.0 + fs-extra: 11.3.3 outdent: 0.8.0 - react-native-web: 0.19.12(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - vite: 6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + react-native-web: 0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) transitivePeerDependencies: - - '@swc/helpers' - encoding - react - react-dom + - react-native + - react-native-svg - supports-color - - typescript - '@tamagui/vite-plugin@1.96.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + '@tamagui/vite-plugin@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(vite@6.0.0-beta.1(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: - '@tamagui/fake-react-native': 1.96.0 - '@tamagui/proxy-worm': 1.96.0 - '@tamagui/react-native-svg': 1.96.0 - '@tamagui/static': 1.96.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@tamagui/fake-react-native': 1.142.0 + '@tamagui/proxy-worm': 1.142.0 + '@tamagui/react-native-svg': 1.142.0(react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)) + '@tamagui/react-native-web-lite': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/static-worker': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 esm-resolve: 1.0.11 - fs-extra: 11.2.0 + fs-extra: 11.3.3 outdent: 0.8.0 + react-native-web: 0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + vite: 6.0.0-beta.1(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) transitivePeerDependencies: - encoding - react - react-dom + - react-native + - react-native-svg - supports-color - - typescript '@tamagui/web@1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -33217,29 +36464,58 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tamagui/web@1.96.0(react@18.3.1)': + '@tamagui/web@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/is-equal-shallow': 1.142.0(react@18.3.1) + '@tamagui/normalize-css-color': 1.142.0 + '@tamagui/timer': 1.142.0 + '@tamagui/types': 1.142.0 + '@tamagui/use-did-finish-ssr': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-force-update': 1.142.0(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + + '@tamagui/web@1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)': + dependencies: + '@tamagui/compose-refs': 1.142.0(react@18.3.1) + '@tamagui/constants': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/helpers': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/is-equal-shallow': 1.142.0(react@18.3.1) + '@tamagui/normalize-css-color': 1.142.0 + '@tamagui/timer': 1.142.0 + '@tamagui/types': 1.142.0 + '@tamagui/use-did-finish-ssr': 1.142.0(react@18.3.1) + '@tamagui/use-event': 1.142.0(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/use-force-update': 1.142.0(react@18.3.1) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + + '@tamagui/z-index-stack@1.142.0(react@18.3.1)': dependencies: - '@tamagui/compose-refs': 1.96.0(react@18.3.1) - '@tamagui/constants': 1.96.0(react@18.3.1) - '@tamagui/helpers': 1.96.0(react@18.3.1) - '@tamagui/normalize-css-color': 1.96.0 - '@tamagui/timer': 1.96.0 - '@tamagui/types': 1.96.0 - '@tamagui/use-did-finish-ssr': 1.96.0(react@18.3.1) - '@tamagui/use-event': 1.96.0(react@18.3.1) - '@tamagui/use-force-update': 1.96.0(react@18.3.1) react: 18.3.1 - '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-table@8.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tanstack/table-core': 8.20.5 + '@tanstack/table-core': 8.21.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/table-core@8.20.5': {} + '@tanstack/table-core@8.21.3': {} '@taplo/cli@0.7.0': {} + '@taplo/core@0.2.0': {} + + '@taplo/lib@0.5.0': + dependencies: + '@taplo/core': 0.2.0 + '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.26.2 @@ -33265,22 +36541,30 @@ snapshots: dependencies: '@testing-library/dom': 10.4.0 - '@textlint/ast-node-types@14.3.0': {} + '@textlint/ast-node-types@14.4.2': {} - '@textlint/markdown-to-ast@14.0.4': + '@textlint/markdown-to-ast@14.4.2': dependencies: - '@textlint/ast-node-types': 14.3.0 - debug: 4.3.7(supports-color@8.1.1) + '@textlint/ast-node-types': 14.4.2 + debug: 4.4.3(supports-color@8.1.1) mdast-util-gfm-autolink-literal: 0.1.3 + neotraverse: 0.6.18 remark-footnotes: 3.0.0 remark-frontmatter: 3.0.0 remark-gfm: 1.0.0 remark-parse: 9.0.0 - traverse: 0.6.10 unified: 9.2.2 transitivePeerDependencies: - supports-color + '@tokenizer/inflate@0.2.7': + dependencies: + debug: 4.4.3(supports-color@8.1.1) + fflate: 0.8.2 + token-types: 6.1.2 + transitivePeerDependencies: + - supports-color + '@tokenizer/token@0.3.0': {} '@tootallnate/once@2.0.0': {} @@ -33289,14 +36573,14 @@ snapshots: '@total-typescript/ts-reset@0.5.1': {} - '@trpc/client@11.0.0-rc.648(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(typescript@5.7.2)': + '@trpc/client@11.0.0-rc.648(@trpc/server@11.0.0-rc.648(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@trpc/server': 11.0.0-rc.648(typescript@5.7.2) - typescript: 5.7.2 + '@trpc/server': 11.0.0-rc.648(typescript@5.9.3) + typescript: 5.9.3 - '@trpc/server@11.0.0-rc.648(typescript@5.7.2)': + '@trpc/server@11.0.0-rc.648(typescript@5.9.3)': dependencies: - typescript: 5.7.2 + typescript: 5.9.3 '@trysound/sax@0.2.0': {} @@ -33315,6 +36599,11 @@ snapshots: '@tsconfig/node16@1.0.4': {} + '@tybys/wasm-util@0.10.1': + dependencies: + tslib: 2.8.1 + optional: true + '@tybys/wasm-util@0.9.0': dependencies: tslib: 2.8.1 @@ -33323,9 +36612,9 @@ snapshots: dependencies: '@types/estree': 1.0.6 - '@types/aria-query@5.0.4': {} + '@types/argparse@1.0.38': {} - '@types/aws-lambda@8.10.146': {} + '@types/aria-query@5.0.4': {} '@types/babel__core@7.20.5': dependencies: @@ -33353,45 +36642,38 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/bonjour@3.5.13': dependencies: - '@types/node': 22.5.5 - - '@types/cacheable-request@6.0.3': - dependencies: - '@types/http-cache-semantics': 4.0.4 - '@types/keyv': 3.1.4 - '@types/node': 22.5.5 - '@types/responselike': 1.0.3 + '@types/node': 22.19.3 '@types/chai@5.0.1': dependencies: '@types/deep-eql': 4.0.2 - '@types/chroma-js@2.4.4': {} + '@types/chroma-js@2.4.5': {} '@types/cli-progress@3.11.6': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/concat-stream@2.0.3': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.2 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/connect@3.4.38': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/conventional-commits-parser@5.0.1': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/cookie@0.6.0': {} @@ -33417,20 +36699,20 @@ snapshots: dependencies: '@types/estree': 1.0.6 - '@types/estree@1.0.5': {} - '@types/estree@1.0.6': {} + '@types/estree@1.0.8': {} + '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.2': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -33447,29 +36729,12 @@ snapshots: '@types/jsonfile': 6.1.4 '@types/node': 22.5.5 - '@types/fs-extra@8.1.5': - dependencies: - '@types/node': 22.5.5 - - '@types/fs-extra@9.0.13': - dependencies: - '@types/node': 22.5.5 - - '@types/glob@7.2.0': - dependencies: - '@types/minimatch': 5.1.2 - '@types/node': 22.5.5 - '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/hammerjs@2.0.46': {} - '@types/hast@2.3.10': - dependencies: - '@types/unist': 2.0.11 - '@types/hast@3.0.4': dependencies: '@types/unist': 3.0.3 @@ -33482,7 +36747,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/is-empty@1.2.3': {} @@ -33501,7 +36766,7 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jest@29.5.12': + '@types/jest@29.5.14': dependencies: expect: 29.7.0 pretty-format: 29.7.0 @@ -33510,7 +36775,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -33520,11 +36785,9 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 - '@types/keyv@3.1.4': - dependencies: - '@types/node': 22.5.5 + '@types/katex@0.16.7': {} '@types/lodash@4.17.13': {} @@ -33540,31 +36803,23 @@ snapshots: '@types/mime@1.3.5': {} - '@types/minimatch@5.1.2': {} - '@types/minimist@1.2.5': {} '@types/ms@0.7.34': {} '@types/mute-stream@0.0.1': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/mute-stream@0.0.4': dependencies: - '@types/node': 22.5.5 - - '@types/nlcst@1.0.4': - dependencies: - '@types/unist': 2.0.11 - - '@types/nlcst@2.0.3': - dependencies: - '@types/unist': 3.0.3 + '@types/node': 22.19.3 '@types/node-forge@1.3.11': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 + + '@types/node@15.14.9': {} '@types/node@18.19.67': dependencies: @@ -33574,6 +36829,10 @@ snapshots: dependencies: undici-types: 6.19.8 + '@types/node@22.19.3': + dependencies: + undici-types: 6.21.0 + '@types/node@22.5.5': dependencies: undici-types: 6.19.8 @@ -33596,6 +36855,12 @@ snapshots: dependencies: '@types/react': 18.3.12 + '@types/react@17.0.4': + dependencies: + '@types/prop-types': 15.7.13 + '@types/scheduler': 0.26.0 + csstype: 3.1.3 + '@types/react@18.3.12': dependencies: '@types/prop-types': 15.7.13 @@ -33605,20 +36870,16 @@ snapshots: '@types/resolve@1.20.6': {} - '@types/responselike@1.0.3': - dependencies: - '@types/node': 22.5.5 - '@types/retry@0.12.2': {} - '@types/semver@6.2.7': {} + '@types/scheduler@0.26.0': {} '@types/semver@7.5.8': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/serve-index@1.9.4': dependencies: @@ -33627,7 +36888,7 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/send': 0.17.4 '@types/sinon@17.0.3': @@ -33638,7 +36899,7 @@ snapshots: '@types/sockjs@0.3.36': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/stack-utils@2.0.3': {} @@ -33654,16 +36915,13 @@ snapshots: '@types/wait-on@5.3.4': dependencies: - '@types/node': 22.5.5 - - '@types/web-bluetooth@0.0.20': - optional: true + '@types/node': 22.19.3 '@types/wrap-ansi@3.0.0': {} '@types/ws@8.5.13': dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/yargs-parser@21.0.3': {} @@ -33679,70 +36937,86 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/parser': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/utils': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/type-utils': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.7(supports-color@8.1.1) - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 semver: 7.6.3 - ts-api-utils: 1.4.3(typescript@5.7.2) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/scope-manager': 8.10.0 - '@typescript-eslint/type-utils': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/utils': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.10.0 - eslint: 9.16.0(jiti@2.4.1) - graphemer: 1.4.0 - ignore: 5.3.2 + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.51.0 + eslint: 9.39.2(jiti@2.6.1) + ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 1.4.3(typescript@5.7.2) - optionalDependencies: + ts-api-utils: 2.4.0(typescript@5.7.2) typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.7(supports-color@8.1.1) - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.7.2) + '@typescript-eslint/visitor-keys': 8.51.0 + debug: 4.3.7(supports-color@8.1.1) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/project-service@8.51.0(typescript@5.7.2)': dependencies: - '@typescript-eslint/scope-manager': 8.10.0 - '@typescript-eslint/types': 8.10.0 - '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.7.2) - '@typescript-eslint/visitor-keys': 8.10.0 + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 debug: 4.3.7(supports-color@8.1.1) - eslint: 9.16.0(jiti@2.4.1) - optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color + '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/types': 8.51.0 + debug: 4.3.7(supports-color@8.1.1) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + optional: true + '@typescript-eslint/scope-manager@6.21.0': dependencies: '@typescript-eslint/types': 6.21.0 @@ -33753,48 +37027,57 @@ snapshots: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - '@typescript-eslint/scope-manager@8.10.0': - dependencies: - '@typescript-eslint/types': 8.10.0 - '@typescript-eslint/visitor-keys': 8.10.0 - '@typescript-eslint/scope-manager@8.16.0': dependencies: '@typescript-eslint/types': 8.16.0 '@typescript-eslint/visitor-keys': 8.16.0 - '@typescript-eslint/type-utils@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/scope-manager@8.51.0': + dependencies: + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/visitor-keys': 8.51.0 + + '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.2) - '@typescript-eslint/utils': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + typescript: 5.7.2 + + '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': + dependencies: + typescript: 5.9.3 + optional: true + + '@typescript-eslint/type-utils@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + dependencies: + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) + '@typescript-eslint/utils': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) debug: 4.3.7(supports-color@8.1.1) - eslint: 9.16.0(jiti@2.4.1) - ts-api-utils: 1.4.3(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.7.2) - '@typescript-eslint/utils': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.7.2) + '@typescript-eslint/utils': 8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) debug: 4.3.7(supports-color@8.1.1) + eslint: 9.39.2(jiti@2.6.1) ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - - eslint - supports-color - '@typescript-eslint/type-utils@8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.7.2) - '@typescript-eslint/utils': 8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) debug: 4.3.7(supports-color@8.1.1) - eslint: 9.16.0(jiti@2.4.1) - ts-api-utils: 1.4.3(typescript@5.7.2) - optionalDependencies: + eslint: 9.39.2(jiti@2.6.1) + ts-api-utils: 2.4.0(typescript@5.7.2) typescript: 5.7.2 transitivePeerDependencies: - supports-color @@ -33803,11 +37086,11 @@ snapshots: '@typescript-eslint/types@7.18.0': {} - '@typescript-eslint/types@8.10.0': {} - '@typescript-eslint/types@8.16.0': {} - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.7.2)': + '@typescript-eslint/types@8.51.0': {} + + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 @@ -33816,13 +37099,13 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.3 - ts-api-utils: 1.4.3(typescript@5.7.2) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.18.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 @@ -33831,16 +37114,16 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.4.3(typescript@5.7.2) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: - typescript: 5.7.2 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.10.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.16.0(typescript@5.7.2)': dependencies: - '@typescript-eslint/types': 8.10.0 - '@typescript-eslint/visitor-keys': 8.10.0 + '@typescript-eslint/types': 8.16.0 + '@typescript-eslint/visitor-keys': 8.16.0 debug: 4.3.7(supports-color@8.1.1) fast-glob: 3.3.2 is-glob: 4.0.3 @@ -33852,69 +37135,97 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.16.0(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.51.0(typescript@5.7.2)': dependencies: - '@typescript-eslint/types': 8.16.0 - '@typescript-eslint/visitor-keys': 8.16.0 + '@typescript-eslint/project-service': 8.51.0(typescript@5.7.2) + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/visitor-keys': 8.51.0 debug: 4.3.7(supports-color@8.1.1) - fast-glob: 3.3.2 - is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.4.3(typescript@5.7.2) - optionalDependencies: + tinyglobby: 0.2.15 + ts-api-utils: 2.4.0(typescript@5.7.2) typescript: 5.7.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': + dependencies: + '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/visitor-keys': 8.51.0 + debug: 4.3.7(supports-color@8.1.1) + minimatch: 9.0.5 + semver: 7.6.3 + tinyglobby: 0.2.15 + ts-api-utils: 2.4.0(typescript@5.9.3) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + optional: true + + '@typescript-eslint/utils@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/utils@7.18.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 7.18.0 '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) - transitivePeerDependencies: - - supports-color - - typescript - - '@typescript-eslint/utils@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': - dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) - '@typescript-eslint/scope-manager': 8.10.0 - '@typescript-eslint/types': 8.10.0 - '@typescript-eslint/typescript-estree': 8.10.0(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/utils@8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.16.0 '@typescript-eslint/types': 8.16.0 '@typescript-eslint/typescript-estree': 8.16.0(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - supports-color + '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + optional: true + '@typescript-eslint/visitor-keys@6.21.0': dependencies: '@typescript-eslint/types': 6.21.0 @@ -33925,28 +37236,126 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.10.0': - dependencies: - '@typescript-eslint/types': 8.10.0 - eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.16.0': dependencies: '@typescript-eslint/types': 8.16.0 eslint-visitor-keys: 4.2.0 + '@typescript-eslint/visitor-keys@8.51.0': + dependencies: + '@typescript-eslint/types': 8.51.0 + eslint-visitor-keys: 4.2.1 + + '@ungap/structured-clone@1.3.0': {} + + '@unocss/config@66.5.12': + dependencies: + '@unocss/core': 66.5.12 + unconfig: 7.4.2 + + '@unocss/core@66.5.12': {} + + '@unocss/eslint-plugin@66.5.12(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)': + dependencies: + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@unocss/config': 66.5.12 + '@unocss/core': 66.5.12 + '@unocss/rule-utils': 66.5.12 + magic-string: 0.30.21 + synckit: 0.11.11 + transitivePeerDependencies: + - eslint + - supports-color + - typescript + + '@unocss/rule-utils@66.5.12': + dependencies: + '@unocss/core': 66.5.12 + magic-string: 0.30.21 + + '@unrs/resolver-binding-android-arm-eabi@1.11.1': + optional: true + + '@unrs/resolver-binding-android-arm64@1.11.1': + optional: true + + '@unrs/resolver-binding-darwin-arm64@1.11.1': + optional: true + + '@unrs/resolver-binding-darwin-x64@1.11.1': + optional: true + + '@unrs/resolver-binding-freebsd-x64@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm64-musl@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-x64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-x64-musl@1.11.1': + optional: true + + '@unrs/resolver-binding-wasm32-wasi@1.11.1': + dependencies: + '@napi-rs/wasm-runtime': 0.2.12 + optional: true + + '@unrs/resolver-binding-win32-arm64-msvc@1.11.1': + optional: true + + '@unrs/resolver-binding-win32-ia32-msvc@1.11.1': + optional: true + + '@unrs/resolver-binding-win32-x64-msvc@1.11.1': + optional: true + '@urql/core@2.3.6(graphql@15.8.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@15.8.0) graphql: 15.8.0 wonka: 4.0.15 + '@urql/core@5.2.0(graphql@15.8.0)': + dependencies: + '@0no-co/graphql.web': 1.2.0(graphql@15.8.0) + wonka: 6.3.5 + transitivePeerDependencies: + - graphql + '@urql/exchange-retry@0.3.0(graphql@15.8.0)': dependencies: '@urql/core': 2.3.6(graphql@15.8.0) graphql: 15.8.0 wonka: 4.0.15 + '@urql/exchange-retry@1.3.2(@urql/core@5.2.0(graphql@15.8.0))': + dependencies: + '@urql/core': 5.2.0(graphql@15.8.0) + wonka: 6.3.5 + '@verdaccio/auth@8.0.0-next-8.1': dependencies: '@verdaccio/config': 8.0.0-next-8.1 @@ -34102,13 +37511,25 @@ snapshots: minimatch: 7.4.6 semver: 7.6.3 - '@vitejs/plugin-react-swc@3.7.2(@swc/helpers@0.5.15)(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@vitejs/plugin-react-swc@3.11.0(@swc/helpers@0.5.18)(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: - '@swc/core': 1.9.3(@swc/helpers@0.5.15) - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + '@rolldown/pluginutils': 1.0.0-beta.27 + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) transitivePeerDependencies: - '@swc/helpers' + '@vitest/eslint-plugin@1.6.5(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2)(vitest@2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': + dependencies: + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + optionalDependencies: + typescript: 5.7.2 + vitest: 2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) + transitivePeerDependencies: + - supports-color + '@vitest/expect@2.0.5': dependencies: '@vitest/spy': 2.0.5 @@ -34123,13 +37544,13 @@ snapshots: chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.6(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))': + '@vitest/mocker@2.1.6(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0))': dependencies: '@vitest/spy': 2.1.6 estree-walker: 3.0.3 magic-string: 0.30.14 optionalDependencies: - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) '@vitest/pretty-format@2.0.5': dependencies: @@ -34224,38 +37645,16 @@ snapshots: csstype: 3.1.3 optional: true - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.7.2))': + '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.9.3))': dependencies: '@vue/compiler-ssr': 3.5.13 '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.7.2) + vue: 3.5.13(typescript@5.9.3) optional: true '@vue/shared@3.5.13': optional: true - '@vueuse/core@10.11.1(vue@3.5.13(typescript@5.7.2))': - dependencies: - '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 10.11.1 - '@vueuse/shared': 10.11.1(vue@3.5.13(typescript@5.7.2)) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.7.2)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - optional: true - - '@vueuse/metadata@10.11.1': - optional: true - - '@vueuse/shared@10.11.1(vue@3.5.13(typescript@5.7.2))': - dependencies: - vue-demi: 0.14.10(vue@3.5.13(typescript@5.7.2)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - optional: true - '@web3-storage/multipart-parser@1.0.0': {} '@webassemblyjs/ast@1.14.1': @@ -34334,21 +37733,8 @@ snapshots: '@webassemblyjs/ast': 1.14.1 '@xtuc/long': 4.2.2 - '@whatwg-node/disposablestack@0.0.5': - dependencies: - tslib: 2.8.1 - '@whatwg-node/events@0.0.3': {} - '@whatwg-node/events@0.1.2': - dependencies: - tslib: 2.8.1 - - '@whatwg-node/fetch@0.10.1': - dependencies: - '@whatwg-node/node-fetch': 0.7.4 - urlpattern-polyfill: 10.0.0 - '@whatwg-node/fetch@0.8.8': dependencies: '@peculiar/webcrypto': 1.5.0 @@ -34357,11 +37743,6 @@ snapshots: urlpattern-polyfill: 8.0.2 web-streams-polyfill: 3.3.3 - '@whatwg-node/fetch@0.9.23': - dependencies: - '@whatwg-node/node-fetch': 0.6.0 - urlpattern-polyfill: 10.0.0 - '@whatwg-node/node-fetch@0.3.6': dependencies: '@whatwg-node/events': 0.0.3 @@ -34370,26 +37751,92 @@ snapshots: fast-url-parser: 1.1.3 tslib: 2.8.1 - '@whatwg-node/node-fetch@0.6.0': + '@xhmikosr/archive-type@7.1.0': dependencies: - '@kamilkisiela/fast-url-parser': 1.1.4 - busboy: 1.6.0 - fast-querystring: 1.1.2 - tslib: 2.8.1 + file-type: 20.5.0 + transitivePeerDependencies: + - supports-color - '@whatwg-node/node-fetch@0.7.4': + '@xhmikosr/bin-check@7.1.0': dependencies: - '@kamilkisiela/fast-url-parser': 1.1.4 - '@whatwg-node/disposablestack': 0.0.5 - busboy: 1.6.0 - fast-querystring: 1.1.2 - tslib: 2.8.1 + execa: 5.1.1 + isexe: 2.0.0 - '@whatwg-node/server@0.9.60': + '@xhmikosr/bin-wrapper@13.2.0': dependencies: - '@whatwg-node/disposablestack': 0.0.5 - '@whatwg-node/fetch': 0.10.1 - tslib: 2.8.1 + '@xhmikosr/bin-check': 7.1.0 + '@xhmikosr/downloader': 15.2.0 + '@xhmikosr/os-filter-obj': 3.0.0 + bin-version-check: 5.1.0 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/decompress-tar@8.1.0': + dependencies: + file-type: 20.5.0 + is-stream: 2.0.1 + tar-stream: 3.1.7 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/decompress-tarbz2@8.1.0': + dependencies: + '@xhmikosr/decompress-tar': 8.1.0 + file-type: 20.5.0 + is-stream: 2.0.1 + seek-bzip: 2.0.0 + unbzip2-stream: 1.4.3 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/decompress-targz@8.1.0': + dependencies: + '@xhmikosr/decompress-tar': 8.1.0 + file-type: 20.5.0 + is-stream: 2.0.1 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/decompress-unzip@7.1.0': + dependencies: + file-type: 20.5.0 + get-stream: 6.0.1 + yauzl: 3.2.0 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/decompress@10.2.0': + dependencies: + '@xhmikosr/decompress-tar': 8.1.0 + '@xhmikosr/decompress-tarbz2': 8.1.0 + '@xhmikosr/decompress-targz': 8.1.0 + '@xhmikosr/decompress-unzip': 7.1.0 + graceful-fs: 4.2.11 + strip-dirs: 3.0.0 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/downloader@15.2.0': + dependencies: + '@xhmikosr/archive-type': 7.1.0 + '@xhmikosr/decompress': 10.2.0 + content-disposition: 0.5.4 + defaults: 2.0.2 + ext-name: 5.0.0 + file-type: 20.5.0 + filenamify: 6.0.0 + get-stream: 6.0.1 + got: 13.0.0 + transitivePeerDependencies: + - supports-color + + '@xhmikosr/os-filter-obj@3.0.0': + dependencies: + arch: 3.0.0 + + '@xml-tools/parser@1.0.11': + dependencies: + chevrotain: 7.1.1 '@xmldom/xmldom@0.7.13': {} @@ -34406,6 +37853,11 @@ snapshots: js-yaml: 3.14.1 tslib: 2.8.1 + '@yarnpkg/parsers@3.0.2': + dependencies: + js-yaml: 3.14.1 + tslib: 2.8.1 + '@zkochan/js-yaml@0.0.7': dependencies: argparse: 2.0.1 @@ -34443,12 +37895,20 @@ snapshots: dependencies: acorn: 8.14.0 + acorn-jsx@5.3.2(acorn@8.15.0): + dependencies: + acorn: 8.15.0 + + acorn-walk@8.3.2: {} + acorn-walk@8.3.4: dependencies: acorn: 8.14.0 acorn@8.14.0: {} + acorn@8.15.0: {} + address@1.2.2: {} adm-zip@0.5.16: {} @@ -34467,15 +37927,25 @@ snapshots: transitivePeerDependencies: - supports-color + agent-base@7.1.4: {} + aggregate-error@3.1.0: dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 + ajv-draft-04@1.0.0(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + ajv-formats@2.1.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 + ajv-formats@3.0.1(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + ajv-formats@3.0.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 @@ -34503,38 +37973,19 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 - ajv@8.17.1: + ajv@8.13.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + uri-js: 4.4.1 - alex@11.0.1: + ajv@8.17.1: dependencies: - '@types/mdast': 3.0.15 - '@types/nlcst': 1.0.4 - meow: 11.0.0 - rehype-parse: 8.0.5 - rehype-retext: 3.0.2 - remark-frontmatter: 4.0.1 - remark-gfm: 3.0.1 - remark-mdx: 2.0.0 - remark-message-control: 7.1.1 - remark-parse: 10.0.2 - remark-retext: 5.0.1 - retext-english: 4.1.0 - retext-equality: 6.6.0 - retext-profanities: 7.2.2 - unified: 10.1.2 - unified-diff: 4.0.1 - unified-engine: 10.1.0 - update-notifier: 6.0.2 - vfile: 5.3.7 - vfile-reporter: 7.0.5 - vfile-sort: 3.0.1 - transitivePeerDependencies: - - supports-color + fast-deep-equal: 3.1.3 + fast-uri: 3.0.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 anafanafo@2.0.0: dependencies: @@ -34549,9 +38000,7 @@ snapshots: anser@1.4.9: {} - ansi-align@3.0.1: - dependencies: - string-width: 4.2.3 + anser@2.3.5: {} ansi-colors@4.1.3: {} @@ -34565,6 +38014,10 @@ snapshots: dependencies: environment: 1.1.0 + ansi-escapes@7.2.0: + dependencies: + environment: 1.1.0 + ansi-fragments@0.2.1: dependencies: colorette: 1.4.0 @@ -34573,8 +38026,6 @@ snapshots: ansi-html-community@0.0.8: {} - ansi-html@0.0.9: {} - ansi-regex@4.1.1: {} ansi-regex@5.0.1: {} @@ -34595,7 +38046,9 @@ snapshots: ansicolors@0.3.2: {} - ansis@3.3.2: {} + ansis@3.17.0: {} + + ansis@4.2.0: {} any-promise@1.3.0: {} @@ -34619,10 +38072,12 @@ snapshots: aproba@2.0.0: optional: true - arch@2.2.0: {} + arch@3.0.0: {} archy@1.0.0: {} + are-docs-informative@0.0.2: {} + are-we-there-yet@2.0.0: dependencies: delegates: 1.0.0 @@ -34667,25 +38122,12 @@ snapshots: get-intrinsic: 1.2.4 is-string: 1.0.7 - array-iterate@1.1.4: {} - - array-iterate@2.0.1: {} - array-timsort@1.0.3: {} array-union@2.1.0: {} array-union@3.0.1: {} - array.prototype.findlast@1.2.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 - array.prototype.findlastindex@1.2.5: dependencies: call-bind: 1.0.7 @@ -34709,14 +38151,6 @@ snapshots: es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 - array.prototype.tosorted@1.1.4: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-errors: 1.3.0 - es-shim-unscopables: 1.0.2 - arraybuffer.prototype.slice@1.0.3: dependencies: array-buffer-byte-length: 1.0.1 @@ -34772,6 +38206,11 @@ snapshots: assertion-error@2.0.1: {} + ast-kit@2.2.0: + dependencies: + '@babel/parser': 7.28.5 + pathe: 2.0.3 + ast-types-flow@0.0.8: {} ast-types@0.13.2: {} @@ -34792,6 +38231,28 @@ snapshots: astral-regex@2.0.0: {} + astro-eslint-parser@1.2.2: + dependencies: + '@astrojs/compiler': 2.13.0 + '@typescript-eslint/scope-manager': 8.16.0 + '@typescript-eslint/types': 8.16.0 + astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) + debug: 4.3.7(supports-color@8.1.1) + entities: 6.0.1 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 + fast-glob: 3.3.3 + is-glob: 4.0.3 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + + astrojs-compiler-sync@1.1.1(@astrojs/compiler@2.13.0): + dependencies: + '@astrojs/compiler': 2.13.0 + synckit: 0.11.11 + async-limiter@1.0.1: {} async-retry@1.3.3: @@ -34816,17 +38277,7 @@ snapshots: auto-bind@5.0.1: {} - autoprefixer@10.4.19(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - caniuse-lite: 1.0.30001684 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - autoprefixer@10.4.19(postcss@8.4.49): + autoprefixer@10.4.20(postcss@8.4.49): dependencies: browserslist: 4.24.2 caniuse-lite: 1.0.30001684 @@ -34836,14 +38287,13 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - autoprefixer@10.4.20(postcss@8.4.49): + autoprefixer@10.4.23(postcss@8.5.6): dependencies: - browserslist: 4.24.2 - caniuse-lite: 1.0.30001684 - fraction.js: 4.3.7 - normalize-range: 0.1.2 + browserslist: 4.28.1 + caniuse-lite: 1.0.30001762 + fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -34869,6 +38319,7 @@ snapshots: - debug - supports-color - utf-8-validate + optional: true aws-sign2@0.7.0: {} @@ -34876,18 +38327,18 @@ snapshots: axe-core@4.10.2: {} - axios@0.28.1: + axios@0.30.2: dependencies: follow-redirects: 1.15.9(debug@4.3.7) - form-data: 4.0.1 + form-data: 4.0.5 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug - axios@1.7.2: + axios@1.13.2: dependencies: follow-redirects: 1.15.9(debug@4.3.7) - form-data: 4.0.1 + form-data: 4.0.5 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug @@ -34900,6 +38351,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.8.2: + dependencies: + follow-redirects: 1.15.9(debug@4.3.7) + form-data: 4.0.1 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + axobject-query@4.1.0: {} b4a@1.6.7: {} @@ -34921,6 +38380,33 @@ snapshots: transitivePeerDependencies: - supports-color + babel-jest@30.2.0(@babel/core@7.26.0): + dependencies: + '@babel/core': 7.26.0 + '@jest/transform': 30.2.0 + '@types/babel__core': 7.20.5 + babel-plugin-istanbul: 7.0.1 + babel-preset-jest: 30.2.0(@babel/core@7.26.0) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + optional: true + + babel-jest@30.2.0(@babel/core@7.28.5): + dependencies: + '@babel/core': 7.28.5 + '@jest/transform': 30.2.0 + '@types/babel__core': 7.20.5 + babel-plugin-istanbul: 7.0.1 + babel-preset-jest: 30.2.0(@babel/core@7.28.5) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + babel-literal-to-ast@2.1.0(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 @@ -34930,12 +38416,19 @@ snapshots: transitivePeerDependencies: - supports-color - babel-loader@9.2.1(@babel/core@7.26.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + babel-loader@9.2.1(@babel/core@7.26.0)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@babel/core': 7.26.0 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + + babel-loader@9.2.1(@babel/core@7.28.5)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + '@babel/core': 7.28.5 + find-cache-dir: 4.0.0 + schema-utils: 4.2.0 + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) babel-plugin-const-enum@1.2.0(@babel/core@7.26.0): dependencies: @@ -34946,10 +38439,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-fully-specified@1.3.0(@babel/core@7.26.0): - dependencies: - '@babel/core': 7.26.0 - babel-plugin-import@1.13.8: dependencies: '@babel/helper-module-imports': 7.25.9 @@ -34966,6 +38455,16 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-istanbul@7.0.1: + dependencies: + '@babel/helper-plugin-utils': 7.25.9 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-instrument: 6.0.3 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color + babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.25.9 @@ -34973,10 +38472,14 @@ snapshots: '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 - babel-plugin-macros@2.8.0: + babel-plugin-jest-hoist@30.2.0: + dependencies: + '@types/babel__core': 7.20.5 + + babel-plugin-macros@3.1.0: dependencies: '@babel/runtime': 7.26.0 - cosmiconfig: 6.0.0 + cosmiconfig: 7.1.0 resolve: 1.22.8 babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.26.0): @@ -34988,6 +38491,15 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs2@0.4.12(@babel/core@7.28.5): + dependencies: + '@babel/compat-data': 7.26.2 + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.28.5) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 @@ -34996,6 +38508,14 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.28.5): + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.28.5) + core-js-compat: 3.39.0 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-regenerator@0.6.3(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 @@ -35003,6 +38523,13 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-regenerator@0.6.3(@babel/core@7.28.5): + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.3(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + babel-plugin-react-compiler@0.0.0-experimental-592953e-20240517: dependencies: '@babel/generator': 7.2.0 @@ -35010,8 +38537,8 @@ snapshots: chalk: 4.1.2 invariant: 2.2.4 pretty-format: 24.9.0 - zod: 3.23.8 - zod-validation-error: 2.1.0(zod@3.23.8) + zod: 3.25.76 + zod-validation-error: 2.1.0(zod@3.25.76) babel-plugin-react-native-web@0.19.13: {} @@ -35023,12 +38550,18 @@ snapshots: transitivePeerDependencies: - '@babel/core' - babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.26.0)(@babel/traverse@7.25.9): + babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.28.5): + dependencies: + '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.5) + transitivePeerDependencies: + - '@babel/core' + + babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.26.0)(@babel/traverse@7.28.5): dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 optionalDependencies: - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.28.5 babel-preset-current-node-syntax@1.1.0(@babel/core@7.26.0): dependencies: @@ -35049,6 +38582,45 @@ snapshots: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) + babel-preset-current-node-syntax@1.2.0(@babel/core@7.26.0): + dependencies: + '@babel/core': 7.26.0 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.0) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.0) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) + optional: true + + babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.5): + dependencies: + '@babel/core': 7.28.5 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.5) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.5) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.28.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.5) + babel-preset-expo@11.0.15(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)): dependencies: '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) @@ -35066,12 +38638,42 @@ snapshots: - '@babel/preset-env' - supports-color + babel-preset-expo@11.0.15(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5)): + dependencies: + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.28.5) + '@babel/preset-react': 7.25.9(@babel/core@7.28.5) + '@babel/preset-typescript': 7.26.0(@babel/core@7.28.5) + '@react-native/babel-preset': 0.74.87(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + babel-plugin-react-compiler: 0.0.0-experimental-592953e-20240517 + babel-plugin-react-native-web: 0.19.13 + react-refresh: 0.14.2 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - supports-color + babel-preset-jest@29.6.3(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.0) + babel-preset-jest@30.2.0(@babel/core@7.26.0): + dependencies: + '@babel/core': 7.26.0 + babel-plugin-jest-hoist: 30.2.0 + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.26.0) + optional: true + + babel-preset-jest@30.2.0(@babel/core@7.28.5): + dependencies: + '@babel/core': 7.28.5 + babel-plugin-jest-hoist: 30.2.0 + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.5) + backo2@1.0.2: {} badge-maker@3.3.1: @@ -35096,6 +38698,8 @@ snapshots: base64id@2.0.0: {} + baseline-browser-mapping@2.9.11: {} + basic-auth@2.0.1: dependencies: safe-buffer: 5.1.2 @@ -35110,8 +38714,6 @@ snapshots: bcryptjs@2.4.3: {} - before-after-hook@3.0.2: {} - better-opn@3.0.2: dependencies: open: 8.4.2 @@ -35120,11 +38722,6 @@ snapshots: big.js@5.2.2: {} - bin-check@4.1.0: - dependencies: - execa: 0.7.0 - executable: 4.1.1 - bin-version-check@5.1.0: dependencies: bin-version: 6.0.0 @@ -35140,6 +38737,12 @@ snapshots: binary-search@1.3.6: {} + binary-searching@2.0.5: {} + + birecord@0.1.1: {} + + birpc@4.0.0: {} + bl@4.1.0: dependencies: buffer: 5.7.1 @@ -35178,21 +38781,8 @@ snapshots: boolbase@1.0.0: {} - bottleneck@2.19.5: {} - bowser@2.11.0: {} - boxen@7.1.1: - dependencies: - ansi-align: 3.0.1 - camelcase: 7.0.1 - chalk: 5.3.0 - cli-boxes: 3.0.0 - string-width: 5.1.2 - type-fest: 2.19.0 - widest-line: 4.0.1 - wrap-ansi: 8.1.0 - bplist-creator@0.0.7: dependencies: stream-buffers: 2.2.0 @@ -35290,6 +38880,14 @@ snapshots: node-releases: 2.0.18 update-browserslist-db: 1.1.1(browserslist@4.24.2) + browserslist@4.28.1: + dependencies: + baseline-browser-mapping: 2.9.11 + caniuse-lite: 1.0.30001762 + electron-to-chromium: 1.5.267 + node-releases: 2.0.27 + update-browserslist-db: 1.2.3(browserslist@4.28.1) + bs-logger@0.2.6: dependencies: fast-json-stable-stringify: 2.1.0 @@ -35300,13 +38898,6 @@ snapshots: btoa@1.2.1: {} - bubble-stream-error@0.0.1: {} - - bubble-stream-error@1.0.0: - dependencies: - once: 1.4.0 - sliced: 1.0.1 - buffer-alloc-unsafe@1.1.0: {} buffer-alloc@1.2.0: @@ -35314,6 +38905,10 @@ snapshots: buffer-alloc-unsafe: 1.1.0 buffer-fill: 1.0.0 + buffer-builder@0.2.0: {} + + buffer-crc32@0.2.13: {} + buffer-equal-constant-time@1.0.1: {} buffer-fill@1.0.0: {} @@ -35346,9 +38941,12 @@ snapshots: bufferutil@4.0.8: dependencies: node-gyp-build: 4.8.4 + optional: true builtin-modules@3.3.0: {} + builtin-modules@4.0.0: {} + builtin-status-codes@3.0.0: {} builtins@1.0.3: {} @@ -35361,24 +38959,14 @@ snapshots: dependencies: run-applescript: 7.0.0 - bundle-require@4.2.1(esbuild@0.19.12): - dependencies: - esbuild: 0.19.12 - load-tsconfig: 0.2.5 - - bundle-require@5.0.0(esbuild@0.19.12): + bundle-require@5.1.0(esbuild@0.25.12): dependencies: - esbuild: 0.19.12 - load-tsconfig: 0.2.5 - - bundle-require@5.0.0(esbuild@0.20.2): - dependencies: - esbuild: 0.20.2 + esbuild: 0.25.12 load-tsconfig: 0.2.5 - bundlewatch@0.4.0: + bundlewatch@0.4.1: dependencies: - axios: 0.28.1 + axios: 0.30.2 bytes: 3.1.2 chalk: 4.1.2 ci-env: 1.17.0 @@ -35391,10 +38979,10 @@ snapshots: transitivePeerDependencies: - debug - bunshi@2.1.5(react@18.3.1)(vue@3.5.13(typescript@5.7.2)): + bunshi@2.2.0(react@18.3.1)(vue@3.5.13(typescript@5.9.3)): optionalDependencies: react: 18.3.1 - vue: 3.5.13(typescript@5.7.2) + vue: 3.5.13(typescript@5.9.3) busboy@1.6.0: dependencies: @@ -35406,19 +38994,19 @@ snapshots: bytes@3.1.2: {} - c12@2.0.0-beta.2: + c12@2.0.4: dependencies: - chokidar: 3.6.0 + chokidar: 4.0.3 confbox: 0.1.8 defu: 6.1.4 - dotenv: 16.4.5 - giget: 1.2.3 - jiti: 2.0.0-beta.3 - mlly: 1.7.3 - ohash: 1.1.4 - pathe: 1.1.2 + dotenv: 16.6.1 + giget: 1.2.5 + jiti: 2.4.2 + mlly: 1.8.0 + ohash: 2.0.11 + pathe: 2.0.3 perfect-debounce: 1.0.0 - pkg-types: 1.2.1 + pkg-types: 1.3.1 rc9: 2.1.2 cac@6.7.14: {} @@ -35443,8 +39031,6 @@ snapshots: mime-types: 2.1.35 ylru: 1.4.0 - cacheable-lookup@5.0.4: {} - cacheable-lookup@7.0.0: {} cacheable-request@10.2.14: @@ -35457,16 +39043,6 @@ snapshots: normalize-url: 8.0.1 responselike: 3.0.0 - cacheable-request@7.0.4: - dependencies: - clone-response: 1.0.3 - get-stream: 5.2.0 - http-cache-semantics: 4.1.1 - keyv: 4.5.4 - lowercase-keys: 2.0.0 - normalize-url: 6.1.0 - responselike: 2.0.1 - caching-transform@4.0.0: dependencies: hasha: 5.2.2 @@ -35474,6 +39050,11 @@ snapshots: package-hash: 4.0.0 write-file-atomic: 3.0.3 + call-bind-apply-helpers@1.0.2: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -35482,6 +39063,11 @@ snapshots: get-intrinsic: 1.2.4 set-function-length: 1.2.2 + call-bound@1.0.4: + dependencies: + call-bind-apply-helpers: 1.0.2 + get-intrinsic: 1.3.0 + caller-callsite@2.0.0: dependencies: callsites: 2.0.0 @@ -35506,28 +39092,21 @@ snapshots: quick-lru: 5.1.1 type-fest: 1.4.0 - camelcase-keys@8.0.2: - dependencies: - camelcase: 7.0.1 - map-obj: 4.3.0 - quick-lru: 6.1.2 - type-fest: 2.19.0 - camelcase@5.3.1: {} camelcase@6.3.0: {} - camelcase@7.0.1: {} - caniuse-api@3.0.0: dependencies: - browserslist: 4.24.2 + browserslist: 4.28.1 caniuse-lite: 1.0.30001684 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 caniuse-lite@1.0.30001684: {} + caniuse-lite@1.0.30001762: {} + canvas@2.11.2(encoding@0.1.13): dependencies: '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) @@ -35551,13 +39130,6 @@ snapshots: tslib: 2.8.1 upper-case-first: 2.0.2 - capnp-ts@0.7.0: - dependencies: - debug: 4.3.7(supports-color@8.1.1) - tslib: 2.8.1 - transitivePeerDependencies: - - supports-color - cardinal@2.1.1: dependencies: ansicolors: 0.3.2 @@ -35614,6 +39186,8 @@ snapshots: chalk@5.3.0: {} + chalk@5.6.2: {} + change-case@4.1.2: dependencies: camel-case: 4.1.2 @@ -35633,8 +39207,6 @@ snapshots: char-regex@1.0.2: {} - char-regex@2.0.2: {} - char-width-table-consumer@1.0.0: dependencies: binary-search: 1.3.6 @@ -35655,6 +39227,8 @@ snapshots: chardet@0.7.0: {} + chardet@2.1.1: {} + charenc@0.0.2: {} check-dependency-version-consistency@4.1.0: @@ -35684,6 +39258,10 @@ snapshots: lodash: 4.17.21 parse5: 3.0.3 + chevrotain@7.1.1: + dependencies: + regexp-to-ast: 0.5.0 + chokidar@3.5.1: dependencies: anymatch: 3.1.3 @@ -35712,15 +39290,21 @@ snapshots: dependencies: readdirp: 4.0.2 + chokidar@4.0.3: + dependencies: + readdirp: 4.0.2 + chownr@1.1.4: {} chownr@2.0.0: {} + chownr@3.0.0: {} + chroma-js@2.6.0: {} chrome-launcher@0.15.2: dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -35729,6 +39313,17 @@ snapshots: chrome-trace-event@1.0.4: {} + chromium-edge-launcher@0.2.0: + dependencies: + '@types/node': 22.19.3 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + mkdirp: 1.0.4 + rimraf: 3.0.2 + transitivePeerDependencies: + - supports-color + ci-env@1.17.0: {} ci-info@2.0.0: {} @@ -35737,6 +39332,8 @@ snapshots: ci-info@4.1.0: {} + ci-info@4.3.1: {} + cipher-base@1.0.6: dependencies: inherits: 2.0.4 @@ -35744,10 +39341,12 @@ snapshots: citty@0.1.6: dependencies: - consola: 3.2.3 + consola: 3.4.2 cjs-module-lexer@1.4.1: {} + cjs-module-lexer@2.2.0: {} + classnames@2.2.6: {} clean-css@5.3.3: @@ -35783,6 +39382,10 @@ snapshots: dependencies: restore-cursor: 4.0.0 + cli-cursor@5.0.0: + dependencies: + restore-cursor: 5.1.0 + cli-progress@3.12.0: dependencies: string-width: 4.2.3 @@ -35812,13 +39415,6 @@ snapshots: dependencies: typanion: 3.14.0 - clipboardy@4.0.0: - dependencies: - execa: 8.0.1 - is-wsl: 3.1.0 - is64bit: 2.0.0 - optional: true - cliui@6.0.0: dependencies: string-width: 4.2.3 @@ -35843,10 +39439,6 @@ snapshots: kind-of: 6.0.3 shallow-clone: 3.0.1 - clone-response@1.0.3: - dependencies: - mimic-response: 1.0.1 - clone@1.0.4: {} clone@2.1.2: {} @@ -35905,6 +39497,8 @@ snapshots: colorette@2.0.20: {} + colorjs.io@0.5.2: {} + columnify@1.6.0: dependencies: strip-ansi: 6.0.1 @@ -35914,14 +39508,16 @@ snapshots: dependencies: delayed-stream: 1.0.0 - comma-separated-tokens@2.0.3: {} - command-exists@1.2.9: {} commander@10.0.1: {} + commander@11.1.0: {} + commander@12.1.0: {} + commander@13.1.0: {} + commander@2.20.3: {} commander@3.0.2: {} @@ -35946,15 +39542,18 @@ snapshots: has-own-prop: 2.0.0 repeat-string: 1.6.1 + comment-parser@1.4.1: {} + commist@1.1.0: dependencies: leven: 2.1.0 minimist: 1.2.8 + optional: true - commitlint@19.6.0(@types/node@22.5.5)(typescript@5.7.2): + commitlint@19.8.1(@types/node@22.19.3)(typescript@5.7.2): dependencies: - '@commitlint/cli': 19.6.0(@types/node@22.5.5)(typescript@5.7.2) - '@commitlint/types': 19.5.0 + '@commitlint/cli': 19.8.1(@types/node@22.19.3)(typescript@5.7.2) + '@commitlint/types': 19.8.1 transitivePeerDependencies: - '@types/node' - typescript @@ -35968,6 +39567,8 @@ snapshots: array-ify: 1.0.0 dot-prop: 5.3.0 + compare-versions@6.1.1: {} + component-bind@1.0.0: {} component-emitter@1.2.1: {} @@ -36003,25 +39604,15 @@ snapshots: readable-stream: 3.6.2 typedarray: 0.0.6 - concat-with-sourcemaps@1.1.0: - dependencies: - source-map: 0.6.1 - confbox@0.1.8: {} + confbox@0.2.2: {} + config-chain@1.1.13: dependencies: ini: 1.3.8 proto-list: 1.2.4 - configstore@6.0.0: - dependencies: - dot-prop: 6.0.1 - graceful-fs: 4.2.11 - unique-string: 3.0.0 - write-file-atomic: 3.0.3 - xdg-basedir: 5.1.0 - confusing-browser-globals@1.0.11: {} connect-history-api-fallback@2.0.0: {} @@ -36035,7 +39626,7 @@ snapshots: transitivePeerDependencies: - supports-color - consola@3.2.3: {} + consola@3.4.2: {} console-browserify@1.2.0: {} @@ -36064,6 +39655,30 @@ snapshots: dependencies: compare-func: 2.0.0 + conventional-changelog-conventionalcommits@9.1.0: + dependencies: + compare-func: 2.0.0 + + conventional-changelog-storm-software@0.3.75: + dependencies: + '@storm-software/config': 1.134.75 + '@storm-software/config-tools': 1.188.75 + compare-func: 2.0.0 + conventional-changelog-conventionalcommits: 9.1.0 + conventional-changelog-writer: 8.2.0 + defu: 6.1.4 + transitivePeerDependencies: + - magicast + + conventional-changelog-writer@8.2.0: + dependencies: + conventional-commits-filter: 5.0.0 + handlebars: 4.7.8 + meow: 13.2.0 + semver: 7.6.3 + + conventional-commits-filter@5.0.0: {} + conventional-commits-parser@5.0.0: dependencies: JSONStream: 1.3.5 @@ -36081,9 +39696,6 @@ snapshots: convert-to-spaces@2.0.1: {} - cookie-es@1.2.2: - optional: true - cookie-signature@1.0.6: {} cookie-signature@1.2.2: {} @@ -36111,7 +39723,17 @@ snapshots: copy-text-to-clipboard@2.2.0: {} - copy-webpack-plugin@10.2.4(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + copy-webpack-plugin@10.2.4(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + fast-glob: 3.3.2 + glob-parent: 6.0.2 + globby: 12.2.0 + normalize-path: 3.0.0 + schema-utils: 4.2.0 + serialize-javascript: 6.0.2 + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + + copy-webpack-plugin@10.2.4(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: fast-glob: 3.3.2 glob-parent: 6.0.2 @@ -36119,7 +39741,7 @@ snapshots: normalize-path: 3.0.0 schema-utils: 4.2.0 serialize-javascript: 6.0.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) copyfiles@2.4.1: dependencies: @@ -36135,12 +39757,14 @@ snapshots: dependencies: browserslist: 4.24.2 + core-js-compat@3.47.0: + dependencies: + browserslist: 4.28.1 + core-js-pure@3.39.0: {} core-js@3.37.1: {} - core-js@3.38.1: {} - core-js@3.39.0: {} core-util-is@1.0.2: {} @@ -36154,11 +39778,11 @@ snapshots: corser@2.0.1: {} - cosmiconfig-typescript-loader@5.1.0(@types/node@22.5.5)(cosmiconfig@9.0.0(typescript@5.7.2))(typescript@5.7.2): + cosmiconfig-typescript-loader@6.2.0(@types/node@22.19.3)(cosmiconfig@9.0.0(typescript@5.7.2))(typescript@5.7.2): dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 cosmiconfig: 9.0.0(typescript@5.7.2) - jiti: 1.21.6 + jiti: 2.6.1 typescript: 5.7.2 cosmiconfig@5.2.1: @@ -36168,14 +39792,6 @@ snapshots: js-yaml: 3.14.1 parse-json: 4.0.0 - cosmiconfig@6.0.0: - dependencies: - '@types/parse-json': 4.0.2 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - cosmiconfig@7.1.0: dependencies: '@types/parse-json': 4.0.2 @@ -36231,28 +39847,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - create-jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + create-jest@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -36273,16 +39874,6 @@ snapshots: transitivePeerDependencies: - encoding - cross-inspect@1.0.1: - dependencies: - tslib: 2.8.1 - - cross-spawn@5.1.0: - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - cross-spawn@6.0.6: dependencies: nice-try: 1.0.5 @@ -36297,11 +39888,6 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - crossws@0.3.1: - dependencies: - uncrypto: 0.1.3 - optional: true - crypt@0.0.2: {} crypto-browserify@3.12.0: @@ -36318,183 +39904,93 @@ snapshots: randombytes: 2.1.0 randomfill: 1.0.4 - crypto-js@4.2.0: {} + crypto-js@4.2.0: + optional: true crypto-random-string@1.0.0: {} crypto-random-string@2.0.0: {} - crypto-random-string@4.0.0: - dependencies: - type-fest: 1.4.0 - - cspell-config-lib@8.13.1: - dependencies: - '@cspell/cspell-types': 8.13.1 - comment-json: 4.2.5 - yaml: 2.6.1 - - cspell-config-lib@8.8.4: + cspell-config-lib@8.19.4: dependencies: - '@cspell/cspell-types': 8.8.4 + '@cspell/cspell-types': 8.19.4 comment-json: 4.2.5 - yaml: 2.6.1 + yaml: 2.8.2 - cspell-dictionary@8.13.1: + cspell-dictionary@8.19.4: dependencies: - '@cspell/cspell-pipe': 8.13.1 - '@cspell/cspell-types': 8.13.1 - cspell-trie-lib: 8.13.1 - fast-equals: 5.0.1 + '@cspell/cspell-pipe': 8.19.4 + '@cspell/cspell-types': 8.19.4 + cspell-trie-lib: 8.19.4 + fast-equals: 5.4.0 - cspell-dictionary@8.8.4: + cspell-glob@8.19.4: dependencies: - '@cspell/cspell-pipe': 8.8.4 - '@cspell/cspell-types': 8.8.4 - cspell-trie-lib: 8.8.4 - fast-equals: 5.0.1 - gensequence: 7.0.0 - - cspell-gitignore@8.8.4: - dependencies: - cspell-glob: 8.8.4 - find-up-simple: 1.0.0 - - cspell-glob@8.13.1: - dependencies: - '@cspell/url': 8.13.1 - micromatch: 4.0.8 - - cspell-glob@8.8.4: - dependencies: - micromatch: 4.0.8 - - cspell-grammar@8.13.1: - dependencies: - '@cspell/cspell-pipe': 8.13.1 - '@cspell/cspell-types': 8.13.1 - - cspell-grammar@8.8.4: - dependencies: - '@cspell/cspell-pipe': 8.8.4 - '@cspell/cspell-types': 8.8.4 - - cspell-io@8.13.1: - dependencies: - '@cspell/cspell-service-bus': 8.13.1 - '@cspell/url': 8.13.1 + '@cspell/url': 8.19.4 + picomatch: 4.0.2 - cspell-io@8.8.4: + cspell-grammar@8.19.4: dependencies: - '@cspell/cspell-service-bus': 8.8.4 + '@cspell/cspell-pipe': 8.19.4 + '@cspell/cspell-types': 8.19.4 - cspell-lib@8.13.1: + cspell-io@8.19.4: dependencies: - '@cspell/cspell-bundled-dicts': 8.13.1 - '@cspell/cspell-pipe': 8.13.1 - '@cspell/cspell-resolver': 8.13.1 - '@cspell/cspell-types': 8.13.1 - '@cspell/dynamic-import': 8.13.1 - '@cspell/strong-weak-map': 8.13.1 - '@cspell/url': 8.13.1 - clear-module: 4.1.2 - comment-json: 4.2.5 - cspell-config-lib: 8.13.1 - cspell-dictionary: 8.13.1 - cspell-glob: 8.13.1 - cspell-grammar: 8.13.1 - cspell-io: 8.13.1 - cspell-trie-lib: 8.13.1 - env-paths: 3.0.0 - fast-equals: 5.0.1 - gensequence: 7.0.0 - import-fresh: 3.3.0 - resolve-from: 5.0.0 - vscode-languageserver-textdocument: 1.0.12 - vscode-uri: 3.0.8 - xdg-basedir: 5.1.0 + '@cspell/cspell-service-bus': 8.19.4 + '@cspell/url': 8.19.4 - cspell-lib@8.8.4: + cspell-lib@8.19.4: dependencies: - '@cspell/cspell-bundled-dicts': 8.8.4 - '@cspell/cspell-pipe': 8.8.4 - '@cspell/cspell-resolver': 8.8.4 - '@cspell/cspell-types': 8.8.4 - '@cspell/dynamic-import': 8.8.4 - '@cspell/strong-weak-map': 8.8.4 + '@cspell/cspell-bundled-dicts': 8.19.4 + '@cspell/cspell-pipe': 8.19.4 + '@cspell/cspell-resolver': 8.19.4 + '@cspell/cspell-types': 8.19.4 + '@cspell/dynamic-import': 8.19.4 + '@cspell/filetypes': 8.19.4 + '@cspell/strong-weak-map': 8.19.4 + '@cspell/url': 8.19.4 clear-module: 4.1.2 comment-json: 4.2.5 - cspell-config-lib: 8.8.4 - cspell-dictionary: 8.8.4 - cspell-glob: 8.8.4 - cspell-grammar: 8.8.4 - cspell-io: 8.8.4 - cspell-trie-lib: 8.8.4 + cspell-config-lib: 8.19.4 + cspell-dictionary: 8.19.4 + cspell-glob: 8.19.4 + cspell-grammar: 8.19.4 + cspell-io: 8.19.4 + cspell-trie-lib: 8.19.4 env-paths: 3.0.0 - fast-equals: 5.0.1 + fast-equals: 5.4.0 gensequence: 7.0.0 - import-fresh: 3.3.0 + import-fresh: 3.3.1 resolve-from: 5.0.0 vscode-languageserver-textdocument: 1.0.12 - vscode-uri: 3.0.8 + vscode-uri: 3.1.0 xdg-basedir: 5.1.0 - cspell-trie-lib@8.13.1: - dependencies: - '@cspell/cspell-pipe': 8.13.1 - '@cspell/cspell-types': 8.13.1 - gensequence: 7.0.0 - - cspell-trie-lib@8.8.4: + cspell-trie-lib@8.19.4: dependencies: - '@cspell/cspell-pipe': 8.8.4 - '@cspell/cspell-types': 8.8.4 + '@cspell/cspell-pipe': 8.19.4 + '@cspell/cspell-types': 8.19.4 gensequence: 7.0.0 - cspell@8.8.4: - dependencies: - '@cspell/cspell-json-reporter': 8.8.4 - '@cspell/cspell-pipe': 8.8.4 - '@cspell/cspell-types': 8.8.4 - '@cspell/dynamic-import': 8.8.4 - chalk: 5.3.0 - chalk-template: 1.1.0 - commander: 12.1.0 - cspell-gitignore: 8.8.4 - cspell-glob: 8.8.4 - cspell-io: 8.8.4 - cspell-lib: 8.8.4 - fast-glob: 3.3.2 - fast-json-stable-stringify: 2.1.0 - file-entry-cache: 8.0.0 - get-stdin: 9.0.0 - semver: 7.6.3 - strip-ansi: 7.1.0 - vscode-uri: 3.0.8 - css-color-converter@2.0.0: dependencies: color-convert: 0.5.3 color-name: 1.1.4 css-unit-converter: 1.1.2 - css-declaration-sorter@6.4.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - css-declaration-sorter@6.4.1(postcss@8.4.49): + css-declaration-sorter@7.2.0(postcss@8.4.49): dependencies: postcss: 8.4.49 - css-declaration-sorter@7.2.0(postcss@8.4.49): + css-declaration-sorter@7.2.0(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 css-in-js-utils@3.1.0: dependencies: hyphenate-style-name: 1.1.0 - css-loader@6.11.0(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + css-loader@6.11.0(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 @@ -36505,10 +40001,10 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - '@rspack/core': 1.0.14(@swc/helpers@0.5.15) - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) - css-minimizer-webpack-plugin@5.0.1(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + css-minimizer-webpack-plugin@5.0.1(esbuild@0.20.2)(lightningcss@1.27.0)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@jridgewell/trace-mapping': 0.3.25 cssnano: 6.1.2(postcss@8.4.49) @@ -36516,9 +40012,10 @@ snapshots: postcss: 8.4.49 schema-utils: 4.2.0 serialize-javascript: 6.0.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) optionalDependencies: esbuild: 0.20.2 + lightningcss: 1.27.0 css-select@1.2.0: dependencies: @@ -36558,6 +40055,11 @@ snapshots: mdn-data: 2.0.30 source-map-js: 1.2.1 + css-tree@3.1.0: + dependencies: + mdn-data: 2.12.2 + source-map-js: 1.2.1 + css-unit-converter@1.1.2: {} css-vendor@2.0.8: @@ -36573,72 +40075,6 @@ snapshots: cssesc@3.0.0: {} - cssnano-preset-default@5.2.14(postcss@8.2.13): - dependencies: - css-declaration-sorter: 6.4.1(postcss@8.2.13) - cssnano-utils: 3.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-calc: 8.2.4(postcss@8.2.13) - postcss-colormin: 5.3.1(postcss@8.2.13) - postcss-convert-values: 5.1.3(postcss@8.2.13) - postcss-discard-comments: 5.1.2(postcss@8.2.13) - postcss-discard-duplicates: 5.1.0(postcss@8.2.13) - postcss-discard-empty: 5.1.1(postcss@8.2.13) - postcss-discard-overridden: 5.1.0(postcss@8.2.13) - postcss-merge-longhand: 5.1.7(postcss@8.2.13) - postcss-merge-rules: 5.1.4(postcss@8.2.13) - postcss-minify-font-values: 5.1.0(postcss@8.2.13) - postcss-minify-gradients: 5.1.1(postcss@8.2.13) - postcss-minify-params: 5.1.4(postcss@8.2.13) - postcss-minify-selectors: 5.2.1(postcss@8.2.13) - postcss-normalize-charset: 5.1.0(postcss@8.2.13) - postcss-normalize-display-values: 5.1.0(postcss@8.2.13) - postcss-normalize-positions: 5.1.1(postcss@8.2.13) - postcss-normalize-repeat-style: 5.1.1(postcss@8.2.13) - postcss-normalize-string: 5.1.0(postcss@8.2.13) - postcss-normalize-timing-functions: 5.1.0(postcss@8.2.13) - postcss-normalize-unicode: 5.1.1(postcss@8.2.13) - postcss-normalize-url: 5.1.0(postcss@8.2.13) - postcss-normalize-whitespace: 5.1.1(postcss@8.2.13) - postcss-ordered-values: 5.1.3(postcss@8.2.13) - postcss-reduce-initial: 5.1.2(postcss@8.2.13) - postcss-reduce-transforms: 5.1.0(postcss@8.2.13) - postcss-svgo: 5.1.0(postcss@8.2.13) - postcss-unique-selectors: 5.1.1(postcss@8.2.13) - - cssnano-preset-default@5.2.14(postcss@8.4.49): - dependencies: - css-declaration-sorter: 6.4.1(postcss@8.4.49) - cssnano-utils: 3.1.0(postcss@8.4.49) - postcss: 8.4.49 - postcss-calc: 8.2.4(postcss@8.4.49) - postcss-colormin: 5.3.1(postcss@8.4.49) - postcss-convert-values: 5.1.3(postcss@8.4.49) - postcss-discard-comments: 5.1.2(postcss@8.4.49) - postcss-discard-duplicates: 5.1.0(postcss@8.4.49) - postcss-discard-empty: 5.1.1(postcss@8.4.49) - postcss-discard-overridden: 5.1.0(postcss@8.4.49) - postcss-merge-longhand: 5.1.7(postcss@8.4.49) - postcss-merge-rules: 5.1.4(postcss@8.4.49) - postcss-minify-font-values: 5.1.0(postcss@8.4.49) - postcss-minify-gradients: 5.1.1(postcss@8.4.49) - postcss-minify-params: 5.1.4(postcss@8.4.49) - postcss-minify-selectors: 5.2.1(postcss@8.4.49) - postcss-normalize-charset: 5.1.0(postcss@8.4.49) - postcss-normalize-display-values: 5.1.0(postcss@8.4.49) - postcss-normalize-positions: 5.1.1(postcss@8.4.49) - postcss-normalize-repeat-style: 5.1.1(postcss@8.4.49) - postcss-normalize-string: 5.1.0(postcss@8.4.49) - postcss-normalize-timing-functions: 5.1.0(postcss@8.4.49) - postcss-normalize-unicode: 5.1.1(postcss@8.4.49) - postcss-normalize-url: 5.1.0(postcss@8.4.49) - postcss-normalize-whitespace: 5.1.1(postcss@8.4.49) - postcss-ordered-values: 5.1.3(postcss@8.4.49) - postcss-reduce-initial: 5.1.2(postcss@8.4.49) - postcss-reduce-transforms: 5.1.0(postcss@8.4.49) - postcss-svgo: 5.1.0(postcss@8.4.49) - postcss-unique-selectors: 5.1.1(postcss@8.4.49) - cssnano-preset-default@6.1.2(postcss@8.4.49): dependencies: browserslist: 4.24.2 @@ -36673,39 +40109,39 @@ snapshots: postcss-svgo: 6.0.3(postcss@8.4.49) postcss-unique-selectors: 6.0.4(postcss@8.4.49) - cssnano-preset-default@7.0.6(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - css-declaration-sorter: 7.2.0(postcss@8.4.49) - cssnano-utils: 5.0.0(postcss@8.4.49) - postcss: 8.4.49 - postcss-calc: 10.0.2(postcss@8.4.49) - postcss-colormin: 7.0.2(postcss@8.4.49) - postcss-convert-values: 7.0.4(postcss@8.4.49) - postcss-discard-comments: 7.0.3(postcss@8.4.49) - postcss-discard-duplicates: 7.0.1(postcss@8.4.49) - postcss-discard-empty: 7.0.0(postcss@8.4.49) - postcss-discard-overridden: 7.0.0(postcss@8.4.49) - postcss-merge-longhand: 7.0.4(postcss@8.4.49) - postcss-merge-rules: 7.0.4(postcss@8.4.49) - postcss-minify-font-values: 7.0.0(postcss@8.4.49) - postcss-minify-gradients: 7.0.0(postcss@8.4.49) - postcss-minify-params: 7.0.2(postcss@8.4.49) - postcss-minify-selectors: 7.0.4(postcss@8.4.49) - postcss-normalize-charset: 7.0.0(postcss@8.4.49) - postcss-normalize-display-values: 7.0.0(postcss@8.4.49) - postcss-normalize-positions: 7.0.0(postcss@8.4.49) - postcss-normalize-repeat-style: 7.0.0(postcss@8.4.49) - postcss-normalize-string: 7.0.0(postcss@8.4.49) - postcss-normalize-timing-functions: 7.0.0(postcss@8.4.49) - postcss-normalize-unicode: 7.0.2(postcss@8.4.49) - postcss-normalize-url: 7.0.0(postcss@8.4.49) - postcss-normalize-whitespace: 7.0.0(postcss@8.4.49) - postcss-ordered-values: 7.0.1(postcss@8.4.49) - postcss-reduce-initial: 7.0.2(postcss@8.4.49) - postcss-reduce-transforms: 7.0.0(postcss@8.4.49) - postcss-svgo: 7.0.1(postcss@8.4.49) - postcss-unique-selectors: 7.0.3(postcss@8.4.49) + cssnano-preset-default@7.0.10(postcss@8.5.6): + dependencies: + browserslist: 4.28.1 + css-declaration-sorter: 7.2.0(postcss@8.5.6) + cssnano-utils: 5.0.1(postcss@8.5.6) + postcss: 8.5.6 + postcss-calc: 10.1.1(postcss@8.5.6) + postcss-colormin: 7.0.5(postcss@8.5.6) + postcss-convert-values: 7.0.8(postcss@8.5.6) + postcss-discard-comments: 7.0.5(postcss@8.5.6) + postcss-discard-duplicates: 7.0.2(postcss@8.5.6) + postcss-discard-empty: 7.0.1(postcss@8.5.6) + postcss-discard-overridden: 7.0.1(postcss@8.5.6) + postcss-merge-longhand: 7.0.5(postcss@8.5.6) + postcss-merge-rules: 7.0.7(postcss@8.5.6) + postcss-minify-font-values: 7.0.1(postcss@8.5.6) + postcss-minify-gradients: 7.0.1(postcss@8.5.6) + postcss-minify-params: 7.0.5(postcss@8.5.6) + postcss-minify-selectors: 7.0.5(postcss@8.5.6) + postcss-normalize-charset: 7.0.1(postcss@8.5.6) + postcss-normalize-display-values: 7.0.1(postcss@8.5.6) + postcss-normalize-positions: 7.0.1(postcss@8.5.6) + postcss-normalize-repeat-style: 7.0.1(postcss@8.5.6) + postcss-normalize-string: 7.0.1(postcss@8.5.6) + postcss-normalize-timing-functions: 7.0.1(postcss@8.5.6) + postcss-normalize-unicode: 7.0.5(postcss@8.5.6) + postcss-normalize-url: 7.0.1(postcss@8.5.6) + postcss-normalize-whitespace: 7.0.1(postcss@8.5.6) + postcss-ordered-values: 7.0.2(postcss@8.5.6) + postcss-reduce-initial: 7.0.5(postcss@8.5.6) + postcss-reduce-transforms: 7.0.1(postcss@8.5.6) + postcss-svgo: 7.1.0(postcss@8.5.6) + postcss-unique-selectors: 7.0.4(postcss@8.5.6) cssnano-preset-simple@2.0.0(postcss@8.2.13): dependencies: @@ -36717,35 +40153,13 @@ snapshots: cssnano-preset-simple: 2.0.0(postcss@8.2.13) postcss: 8.2.13 - cssnano-utils@3.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - cssnano-utils@3.1.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - cssnano-utils@4.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 - cssnano-utils@5.0.0(postcss@8.4.49): + cssnano-utils@5.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 - - cssnano@5.1.15(postcss@8.2.13): - dependencies: - cssnano-preset-default: 5.2.14(postcss@8.2.13) - lilconfig: 2.1.0 - postcss: 8.2.13 - yaml: 1.10.2 - - cssnano@5.1.15(postcss@8.4.49): - dependencies: - cssnano-preset-default: 5.2.14(postcss@8.4.49) - lilconfig: 2.1.0 - postcss: 8.4.49 - yaml: 1.10.2 + postcss: 8.5.6 cssnano@6.1.2(postcss@8.4.49): dependencies: @@ -36753,15 +40167,11 @@ snapshots: lilconfig: 3.1.2 postcss: 8.4.49 - cssnano@7.0.6(postcss@8.4.49): - dependencies: - cssnano-preset-default: 7.0.6(postcss@8.4.49) - lilconfig: 3.1.2 - postcss: 8.4.49 - - csso@4.2.0: + cssnano@7.1.2(postcss@8.5.6): dependencies: - css-tree: 1.1.3 + cssnano-preset-default: 7.0.10(postcss@8.5.6) + lilconfig: 3.1.3 + postcss: 8.5.6 csso@5.0.5: dependencies: @@ -36783,8 +40193,6 @@ snapshots: csstype@3.1.3: {} - cuss@2.2.0: {} - cwd@0.10.0: dependencies: find-pkg: 0.1.2 @@ -36870,6 +40278,12 @@ snapshots: optionalDependencies: supports-color: 8.1.1 + debug@4.4.3(supports-color@8.1.1): + dependencies: + ms: 2.1.3 + optionalDependencies: + supports-color: 8.1.1 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -36879,17 +40293,8 @@ snapshots: decamelize@5.0.1: {} - decamelize@6.0.0: {} - decimal.js@10.4.3: {} - decky@1.1.1: - dependencies: - chalk: 4.1.2 - fast-glob: 3.3.2 - optionalDependencies: - esbuild: 0.8.57 - decode-named-character-reference@1.0.2: dependencies: character-entities: 2.0.2 @@ -36905,9 +40310,13 @@ snapshots: dependencies: mimic-response: 3.1.0 - dedent@1.5.3: {} + dedent@1.5.3(babel-plugin-macros@3.1.0): + optionalDependencies: + babel-plugin-macros: 3.1.0 - deep-clone@4.0.0: {} + dedent@1.7.1(babel-plugin-macros@3.1.0): + optionalDependencies: + babel-plugin-macros: 3.1.0 deep-eql@4.1.4: dependencies: @@ -36943,6 +40352,8 @@ snapshots: dependencies: clone: 1.0.4 + defaults@2.0.2: {} + defer-to-connect@2.0.1: {} define-data-property@1.1.4: @@ -37001,8 +40412,6 @@ snapshots: destroy@1.2.0: {} - detect-indent@6.1.0: {} - detect-indent@7.0.1: {} detect-libc@1.0.3: {} @@ -37031,12 +40440,16 @@ snapshots: diff-match-patch@1.0.5: {} + diff-sequences@27.5.1: {} + diff-sequences@29.6.3: {} diff@4.0.2: {} diff@5.2.0: {} + diff@8.0.2: {} + diffable-html@4.1.0: dependencies: htmlparser2: 3.10.1 @@ -37144,6 +40557,12 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 + domutils@3.2.2: + dependencies: + dom-serializer: 2.0.0 + domelementtype: 2.3.0 + domhandler: 5.0.3 + dot-case@3.0.4: dependencies: no-case: 3.0.4 @@ -37153,30 +40572,28 @@ snapshots: dependencies: is-obj: 2.0.0 - dot-prop@6.0.1: - dependencies: - is-obj: 2.0.0 - dotenv-expand@11.0.7: dependencies: dotenv: 16.4.5 dotenv@16.4.5: {} - dpdm@3.14.0: - dependencies: - chalk: 4.1.2 - fs-extra: 11.2.0 - glob: 10.4.5 - ora: 5.4.1 - tslib: 2.8.1 - typescript: 5.7.2 - yargs: 17.7.2 + dotenv@16.6.1: {} drange@1.1.1: {} dset@3.1.4: {} + dts-resolver@2.1.3(oxc-resolver@11.16.2): + optionalDependencies: + oxc-resolver: 11.16.2 + + dunder-proto@1.0.1: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-errors: 1.3.0 + gopd: 1.2.0 + duplexer@0.1.2: {} duplexify@3.7.1: @@ -37195,12 +40612,6 @@ snapshots: eastasianwidth@0.2.0: {} - easy-table@1.2.0: - dependencies: - ansi-regex: 5.0.1 - optionalDependencies: - wcwidth: 1.0.1 - ecc-jsbn@0.1.2: dependencies: jsbn: 0.1.1 @@ -37220,12 +40631,17 @@ snapshots: ee-first@1.1.1: {} - effect@3.6.5: {} + effect@3.19.14: + dependencies: + '@standard-schema/spec': 1.1.0 + fast-check: 3.23.2 ejs@3.1.10: dependencies: jake: 10.9.2 + electron-to-chromium@1.5.267: {} + electron-to-chromium@1.5.67: {} elliptic@6.6.1: @@ -37252,6 +40668,8 @@ snapshots: emojis-list@3.0.0: {} + empathic@2.0.0: {} + encodeurl@1.0.2: {} encodeurl@2.0.0: {} @@ -37319,12 +40737,12 @@ snapshots: entities@1.1.2: {} - entities@2.0.3: {} - entities@2.2.0: {} entities@4.5.0: {} + entities@6.0.1: {} + env-editor@0.4.2: {} env-paths@2.2.1: {} @@ -37410,25 +40828,9 @@ snapshots: dependencies: get-intrinsic: 1.2.4 - es-errors@1.3.0: {} + es-define-property@1.0.1: {} - es-iterator-helpers@1.2.0: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-errors: 1.3.0 - es-set-tostringtag: 2.0.3 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 - globalthis: 1.0.4 - gopd: 1.1.0 - has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - iterator.prototype: 1.1.3 - safe-array-concat: 1.1.2 + es-errors@1.3.0: {} es-module-lexer@1.5.4: {} @@ -37436,12 +40838,23 @@ snapshots: dependencies: es-errors: 1.3.0 + es-object-atoms@1.1.1: + dependencies: + es-errors: 1.3.0 + es-set-tostringtag@2.0.3: dependencies: get-intrinsic: 1.2.4 has-tostringtag: 1.0.2 hasown: 2.0.2 + es-set-tostringtag@2.1.0: + dependencies: + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + es-shim-unscopables@1.0.2: dependencies: hasown: 2.0.2 @@ -37452,64 +40865,20 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 - es-toolkit@1.29.0: {} + es-toolkit@1.43.0: {} es6-error@4.1.1: {} es6-object-assign@1.1.0: {} - esbuild-loader@4.2.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + esbuild-loader@4.2.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: esbuild: 0.21.5 get-tsconfig: 4.8.1 loader-utils: 2.0.4 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) webpack-sources: 1.4.3 - esbuild-plugin-define@0.5.0(esbuild@0.19.12): - dependencies: - esbuild: 0.19.12 - - esbuild-plugin-define@0.5.0(esbuild@0.20.2): - dependencies: - esbuild: 0.20.2 - - esbuild-plugin-environment@0.4.0(esbuild@0.19.12): - dependencies: - esbuild: 0.19.12 - esbuild-plugin-define: 0.5.0(esbuild@0.19.12) - - esbuild-plugin-environment@0.4.0(esbuild@0.20.2): - dependencies: - esbuild: 0.20.2 - esbuild-plugin-define: 0.5.0(esbuild@0.20.2) - - esbuild-plugin-es5@2.1.1(esbuild@0.20.2): - dependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - '@swc/helpers': 0.5.15 - deepmerge: 4.3.1 - esbuild: 0.20.2 - - esbuild-plugin-es5@2.1.1(esbuild@0.24.0): - dependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - '@swc/helpers': 0.5.15 - deepmerge: 4.3.1 - esbuild: 0.24.0 - - esbuild-plugin-handlebars@1.0.3: - dependencies: - handlebars: 4.7.8 - - esbuild-plugin-pino@2.1.1(esbuild@0.19.12): - dependencies: - esbuild: 0.19.12 - - esbuild-plugin-pino@2.1.1(esbuild@0.20.2): - dependencies: - esbuild: 0.20.2 - esbuild-register@3.6.0(esbuild@0.20.2): dependencies: debug: 4.3.7(supports-color@8.1.1) @@ -37517,10 +40886,10 @@ snapshots: transitivePeerDependencies: - supports-color - esbuild-register@3.6.0(esbuild@0.24.0): + esbuild-register@3.6.0(esbuild@0.25.12): dependencies: debug: 4.3.7(supports-color@8.1.1) - esbuild: 0.24.0 + esbuild: 0.25.12 transitivePeerDependencies: - supports-color @@ -37555,32 +40924,6 @@ snapshots: '@esbuild/win32-ia32': 0.17.19 '@esbuild/win32-x64': 0.17.19 - esbuild@0.19.12: - optionalDependencies: - '@esbuild/aix-ppc64': 0.19.12 - '@esbuild/android-arm': 0.19.12 - '@esbuild/android-arm64': 0.19.12 - '@esbuild/android-x64': 0.19.12 - '@esbuild/darwin-arm64': 0.19.12 - '@esbuild/darwin-x64': 0.19.12 - '@esbuild/freebsd-arm64': 0.19.12 - '@esbuild/freebsd-x64': 0.19.12 - '@esbuild/linux-arm': 0.19.12 - '@esbuild/linux-arm64': 0.19.12 - '@esbuild/linux-ia32': 0.19.12 - '@esbuild/linux-loong64': 0.19.12 - '@esbuild/linux-mips64el': 0.19.12 - '@esbuild/linux-ppc64': 0.19.12 - '@esbuild/linux-riscv64': 0.19.12 - '@esbuild/linux-s390x': 0.19.12 - '@esbuild/linux-x64': 0.19.12 - '@esbuild/netbsd-x64': 0.19.12 - '@esbuild/openbsd-x64': 0.19.12 - '@esbuild/sunos-x64': 0.19.12 - '@esbuild/win32-arm64': 0.19.12 - '@esbuild/win32-ia32': 0.19.12 - '@esbuild/win32-x64': 0.19.12 - esbuild@0.20.2: optionalDependencies: '@esbuild/aix-ppc64': 0.20.2 @@ -37633,67 +40976,37 @@ snapshots: '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 - esbuild@0.23.1: - optionalDependencies: - '@esbuild/aix-ppc64': 0.23.1 - '@esbuild/android-arm': 0.23.1 - '@esbuild/android-arm64': 0.23.1 - '@esbuild/android-x64': 0.23.1 - '@esbuild/darwin-arm64': 0.23.1 - '@esbuild/darwin-x64': 0.23.1 - '@esbuild/freebsd-arm64': 0.23.1 - '@esbuild/freebsd-x64': 0.23.1 - '@esbuild/linux-arm': 0.23.1 - '@esbuild/linux-arm64': 0.23.1 - '@esbuild/linux-ia32': 0.23.1 - '@esbuild/linux-loong64': 0.23.1 - '@esbuild/linux-mips64el': 0.23.1 - '@esbuild/linux-ppc64': 0.23.1 - '@esbuild/linux-riscv64': 0.23.1 - '@esbuild/linux-s390x': 0.23.1 - '@esbuild/linux-x64': 0.23.1 - '@esbuild/netbsd-x64': 0.23.1 - '@esbuild/openbsd-arm64': 0.23.1 - '@esbuild/openbsd-x64': 0.23.1 - '@esbuild/sunos-x64': 0.23.1 - '@esbuild/win32-arm64': 0.23.1 - '@esbuild/win32-ia32': 0.23.1 - '@esbuild/win32-x64': 0.23.1 - - esbuild@0.24.0: - optionalDependencies: - '@esbuild/aix-ppc64': 0.24.0 - '@esbuild/android-arm': 0.24.0 - '@esbuild/android-arm64': 0.24.0 - '@esbuild/android-x64': 0.24.0 - '@esbuild/darwin-arm64': 0.24.0 - '@esbuild/darwin-x64': 0.24.0 - '@esbuild/freebsd-arm64': 0.24.0 - '@esbuild/freebsd-x64': 0.24.0 - '@esbuild/linux-arm': 0.24.0 - '@esbuild/linux-arm64': 0.24.0 - '@esbuild/linux-ia32': 0.24.0 - '@esbuild/linux-loong64': 0.24.0 - '@esbuild/linux-mips64el': 0.24.0 - '@esbuild/linux-ppc64': 0.24.0 - '@esbuild/linux-riscv64': 0.24.0 - '@esbuild/linux-s390x': 0.24.0 - '@esbuild/linux-x64': 0.24.0 - '@esbuild/netbsd-x64': 0.24.0 - '@esbuild/openbsd-arm64': 0.24.0 - '@esbuild/openbsd-x64': 0.24.0 - '@esbuild/sunos-x64': 0.24.0 - '@esbuild/win32-arm64': 0.24.0 - '@esbuild/win32-ia32': 0.24.0 - '@esbuild/win32-x64': 0.24.0 - - esbuild@0.8.57: - optional: true + esbuild@0.25.12: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.12 + '@esbuild/android-arm': 0.25.12 + '@esbuild/android-arm64': 0.25.12 + '@esbuild/android-x64': 0.25.12 + '@esbuild/darwin-arm64': 0.25.12 + '@esbuild/darwin-x64': 0.25.12 + '@esbuild/freebsd-arm64': 0.25.12 + '@esbuild/freebsd-x64': 0.25.12 + '@esbuild/linux-arm': 0.25.12 + '@esbuild/linux-arm64': 0.25.12 + '@esbuild/linux-ia32': 0.25.12 + '@esbuild/linux-loong64': 0.25.12 + '@esbuild/linux-mips64el': 0.25.12 + '@esbuild/linux-ppc64': 0.25.12 + '@esbuild/linux-riscv64': 0.25.12 + '@esbuild/linux-s390x': 0.25.12 + '@esbuild/linux-x64': 0.25.12 + '@esbuild/netbsd-arm64': 0.25.12 + '@esbuild/netbsd-x64': 0.25.12 + '@esbuild/openbsd-arm64': 0.25.12 + '@esbuild/openbsd-x64': 0.25.12 + '@esbuild/openharmony-arm64': 0.25.12 + '@esbuild/sunos-x64': 0.25.12 + '@esbuild/win32-arm64': 0.25.12 + '@esbuild/win32-ia32': 0.25.12 + '@esbuild/win32-x64': 0.25.12 escalade@3.2.0: {} - escape-goat@4.0.0: {} - escape-html@1.0.3: {} escape-string-regexp@1.0.5: {} @@ -37712,25 +41025,34 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.5.1(eslint@9.16.0(jiti@2.4.1)): + eslint-compat-utils@0.5.1(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + semver: 7.6.3 + + eslint-compat-utils@0.6.5(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) semver: 7.6.3 - eslint-config-oclif-typescript@3.1.12(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2): + eslint-config-flat-gitignore@2.1.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/parser': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint-config-xo-space: 0.35.0(eslint@9.16.0(jiti@2.4.1)) - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-mocha: 10.5.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-n: 15.7.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-perfectionist: 2.11.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@eslint/compat': 1.4.1(eslint@9.39.2(jiti@2.6.1)) + eslint: 9.39.2(jiti@2.6.1) + + eslint-config-oclif-typescript@3.1.14(astro-eslint-parser@1.2.2)(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): + dependencies: + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint-config-xo-space: 0.35.0(eslint@9.39.2(jiti@2.6.1)) + eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)))(eslint-plugin-import@2.31.0)(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-mocha: 10.5.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-n: 15.7.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-perfectionist: 2.11.0(astro-eslint-parser@1.2.2)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) transitivePeerDependencies: - astro-eslint-parser - eslint - - eslint-import-resolver-node - eslint-import-resolver-webpack - eslint-plugin-import-x - supports-color @@ -37739,28 +41061,48 @@ snapshots: - typescript - vue-eslint-parser - eslint-config-oclif@5.2.2(eslint@9.16.0(jiti@2.4.1)): + eslint-config-oclif@5.2.2(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint-config-xo-space: 0.35.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-mocha: 10.5.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-n: 15.7.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-unicorn: 48.0.1(eslint@9.16.0(jiti@2.4.1)) + eslint-config-xo-space: 0.35.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-mocha: 10.5.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-n: 15.7.0(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-unicorn: 48.0.1(eslint@9.39.2(jiti@2.6.1)) transitivePeerDependencies: - eslint - eslint-config-prettier@9.1.0(eslint@9.16.0(jiti@2.4.1)): + eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + + eslint-config-prettier@9.1.2(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) - eslint-config-xo-space@0.35.0(eslint@9.16.0(jiti@2.4.1)): + eslint-config-xo-space@0.35.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) - eslint-config-xo: 0.44.0(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-config-xo: 0.44.0(eslint@9.39.2(jiti@2.6.1)) - eslint-config-xo@0.44.0(eslint@9.16.0(jiti@2.4.1)): + eslint-config-xo@0.44.0(eslint@9.39.2(jiti@2.6.1)): dependencies: confusing-browser-globals: 1.0.11 - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) + + eslint-flat-config-utils@2.1.4: + dependencies: + pathe: 2.0.3 + + eslint-formatting-reporter@0.0.0(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + prettier-linter-helpers: 1.0.0 + + eslint-import-context@0.1.9(unrs-resolver@1.11.1): + dependencies: + get-tsconfig: 4.13.0 + stable-hash-x: 0.2.0 + optionalDependencies: + unrs-resolver: 1.11.1 eslint-import-resolver-node@0.3.9: dependencies: @@ -37770,37 +41112,39 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)): + eslint-import-resolver-typescript@3.10.1(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)))(eslint-plugin-import@2.31.0)(eslint@9.39.2(jiti@2.6.1)): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.3.7(supports-color@8.1.1) - enhanced-resolve: 5.17.1 - eslint: 9.16.0(jiti@2.4.1) - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1)) - fast-glob: 3.3.2 - get-tsconfig: 4.8.1 - is-bun-module: 1.3.0 - is-glob: 4.0.3 + debug: 4.4.3(supports-color@8.1.1) + eslint: 9.39.2(jiti@2.6.1) + get-tsconfig: 4.13.0 + is-bun-module: 2.0.0 + stable-hash: 0.0.5 + tinyglobby: 0.2.15 + unrs-resolver: 1.11.1 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0(jiti@2.4.1)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)) transitivePeerDependencies: - - '@typescript-eslint/parser' - - eslint-import-resolver-node - - eslint-import-resolver-webpack - supports-color - eslint-mdx@3.1.5(eslint@9.16.0(jiti@2.4.1)): + eslint-json-compat-utils@0.2.1(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@2.4.2): dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) + esquery: 1.6.0 + jsonc-eslint-parser: 2.4.2 + + eslint-mdx@3.6.2(eslint@9.39.2(jiti@2.6.1)): + dependencies: + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) + eslint: 9.39.2(jiti@2.6.1) espree: 9.6.1 estree-util-visit: 2.0.0 remark-mdx: 3.1.0 remark-parse: 11.0.0 remark-stringify: 11.0.0 - synckit: 0.9.2 - tslib: 2.8.1 + synckit: 0.11.11 unified: 11.0.5 unified-engine: 11.2.2 unist-util-visit: 5.0.0 @@ -37810,70 +41154,104 @@ snapshots: - bluebird - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1)): + eslint-merge-processors@2.0.0(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + + eslint-module-utils@2.12.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) + '@typescript-eslint/parser': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)) + eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)))(eslint-plugin-import@2.31.0)(eslint@9.39.2(jiti@2.6.1)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint@9.16.0(jiti@2.4.1)): + eslint-parser-plain@0.1.1: {} + + eslint-plugin-astro@1.5.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - debug: 3.2.7 - optionalDependencies: - '@typescript-eslint/parser': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) - eslint-import-resolver-node: 0.3.9 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) + '@jridgewell/sourcemap-codec': 1.5.0 + '@typescript-eslint/types': 8.16.0 + astro-eslint-parser: 1.2.2 + eslint: 9.39.2(jiti@2.6.1) + eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) + globals: 16.5.0 + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-es-x@7.6.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-es-x@7.8.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) '@eslint-community/regexpp': 4.12.1 - eslint: 9.16.0(jiti@2.4.1) - eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-compat-utils: 0.5.1(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-es@4.1.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-es@4.1.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) eslint-utils: 2.1.0 regexpp: 3.2.0 - eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-format@1.1.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@rtsao/scc': 1.1.0 - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 - debug: 3.2.7 - doctrine: 2.1.0 - eslint: 9.16.0(jiti@2.4.1) + '@dprint/formatter': 0.3.0 + '@dprint/markdown': 0.17.8 + '@dprint/toml': 0.6.4 + eslint: 9.39.2(jiti@2.6.1) + eslint-formatting-reporter: 0.0.0(eslint@9.39.2(jiti@2.6.1)) + eslint-parser-plain: 0.1.1 + prettier: 3.7.4 + synckit: 0.11.11 + + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)): + dependencies: + '@typescript-eslint/types': 8.51.0 + comment-parser: 1.4.1 + debug: 4.4.3(supports-color@8.1.1) + eslint: 9.39.2(jiti@2.6.1) + eslint-import-context: 0.1.9(unrs-resolver@1.11.1) + is-glob: 4.0.3 + minimatch: 10.0.1 + semver: 7.7.3 + stable-hash-x: 0.2.0 + unrs-resolver: 1.11.1 + optionalDependencies: + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1)) - hasown: 2.0.2 - is-core-module: 2.15.1 + transitivePeerDependencies: + - supports-color + + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)): + dependencies: + '@typescript-eslint/types': 8.51.0 + comment-parser: 1.4.1 + debug: 4.4.3(supports-color@8.1.1) + eslint: 9.39.2(jiti@2.6.1) + eslint-import-context: 0.1.9(unrs-resolver@1.11.1) is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.0 - semver: 6.3.1 - string.prototype.trimend: 1.0.8 - tsconfig-paths: 3.15.0 + minimatch: 10.0.1 + semver: 7.7.3 + stable-hash-x: 0.2.0 + unrs-resolver: 1.11.1 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - supports-color + optional: true - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-import-zod@1.2.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1)): + dependencies: + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + + eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -37882,9 +41260,9 @@ snapshots: array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint@9.16.0(jiti@2.4.1)) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -37896,29 +41274,49 @@ snapshots: string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/parser': 6.21.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-json@4.0.0: + eslint-plugin-jsdoc@50.8.0(eslint@9.39.2(jiti@2.6.1)): + dependencies: + '@es-joy/jsdoccomment': 0.50.2 + are-docs-informative: 0.0.2 + comment-parser: 1.4.1 + debug: 4.4.3(supports-color@8.1.1) + escape-string-regexp: 4.0.0 + eslint: 9.39.2(jiti@2.6.1) + espree: 10.3.0 + esquery: 1.6.0 + parse-imports-exports: 0.2.4 + semver: 7.7.3 + spdx-expression-parse: 4.0.0 + transitivePeerDependencies: + - supports-color + + eslint-plugin-json@4.0.1: dependencies: lodash: 4.17.21 vscode-json-languageservice: 4.2.1 - eslint-plugin-jsonc@2.16.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-jsonc@2.21.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) - eslint: 9.16.0(jiti@2.4.1) - eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.1)) - espree: 9.6.1 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) + diff-sequences: 27.5.1 + eslint: 9.39.2(jiti@2.6.1) + eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) + eslint-json-compat-utils: 0.2.1(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@2.4.2) + espree: 10.3.0 graphemer: 1.4.0 - jsonc-eslint-parser: 2.4.0 + jsonc-eslint-parser: 2.4.2 natural-compare: 1.4.0 synckit: 0.6.2 + transitivePeerDependencies: + - '@eslint/json' - eslint-plugin-jsx-a11y@6.10.2(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.2(jiti@2.6.1)): dependencies: aria-query: 5.3.2 array-includes: 3.1.8 @@ -37928,7 +41326,7 @@ snapshots: axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -37937,163 +41335,318 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.1 - eslint-plugin-markdown@3.0.1(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-markdown@5.1.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color - eslint-plugin-markdown@5.1.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-markdownlint@0.6.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) - mdast-util-from-markdown: 0.8.5 - transitivePeerDependencies: - - supports-color - - eslint-plugin-markdownlint@0.6.0(eslint@9.16.0(jiti@2.4.1)): - dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) markdownlint: 0.34.0 - eslint-plugin-mdx@3.1.5(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-mdx@3.6.2(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) - eslint-mdx: 3.1.5(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-markdown: 3.0.1(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-mdx: 3.6.2(eslint@9.39.2(jiti@2.6.1)) + mdast-util-from-markdown: 2.0.2 + mdast-util-mdx: 3.0.0 + micromark-extension-mdxjs: 3.0.0 remark-mdx: 3.1.0 remark-parse: 11.0.0 remark-stringify: 11.0.0 - tslib: 2.8.1 + synckit: 0.11.11 unified: 11.0.5 vfile: 6.0.3 transitivePeerDependencies: - bluebird + - remark-lint-file-extension - supports-color - eslint-plugin-mocha@10.5.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-mocha@10.5.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) - eslint-utils: 3.0.0(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-utils: 3.0.0(eslint@9.39.2(jiti@2.6.1)) globals: 13.24.0 rambda: 7.5.0 - eslint-plugin-n@15.7.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-n@15.7.0(eslint@9.39.2(jiti@2.6.1)): dependencies: builtins: 5.1.0 - eslint: 9.16.0(jiti@2.4.1) - eslint-plugin-es: 4.1.0(eslint@9.16.0(jiti@2.4.1)) - eslint-utils: 3.0.0(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-plugin-es: 4.1.0(eslint@9.39.2(jiti@2.6.1)) + eslint-utils: 3.0.0(eslint@9.39.2(jiti@2.6.1)) ignore: 5.3.2 is-core-module: 2.15.1 minimatch: 3.1.2 resolve: 1.22.8 semver: 7.6.3 - eslint-plugin-n@17.8.1(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-n@17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) enhanced-resolve: 5.17.1 - eslint: 9.16.0(jiti@2.4.1) - eslint-plugin-es-x: 7.6.0(eslint@9.16.0(jiti@2.4.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-plugin-es-x: 7.8.0(eslint@9.39.2(jiti@2.6.1)) get-tsconfig: 4.8.1 globals: 15.12.0 + globrex: 0.1.2 ignore: 5.3.2 - minimatch: 9.0.5 semver: 7.6.3 + ts-declaration-location: 1.0.7(typescript@5.7.2) + transitivePeerDependencies: + - typescript + + eslint-plugin-no-only-tests@3.3.0: {} + + eslint-plugin-no-secrets@2.2.1(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + + eslint-plugin-paths@1.1.0: + dependencies: + comment-json: 4.2.5 - eslint-plugin-perfectionist@2.11.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2): + eslint-plugin-perfectionist@2.11.0(astro-eslint-parser@1.2.2)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/utils': 7.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) + '@typescript-eslint/utils': 7.18.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) minimatch: 9.0.5 natural-compare-lite: 1.4.0 + optionalDependencies: + astro-eslint-parser: 1.2.2 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1))(prettier@3.4.1): + eslint-plugin-perfectionist@4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): + dependencies: + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + natural-orderby: 5.0.0 + transitivePeerDependencies: + - supports-color + - typescript + + eslint-plugin-pnpm@0.3.0(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + find-up-simple: 1.0.1 + jsonc-eslint-parser: 2.4.2 + pathe: 2.0.3 + pnpm-workspace-yaml: 0.3.0 + tinyglobby: 0.2.15 + yaml-eslint-parser: 1.3.2 + + eslint-plugin-prettier@5.5.4(@types/eslint@9.6.1)(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.7.4): dependencies: - eslint: 9.16.0(jiti@2.4.1) - prettier: 3.4.1 + eslint: 9.39.2(jiti@2.6.1) + prettier: 3.7.4 prettier-linter-helpers: 1.0.0 - synckit: 0.9.2 + synckit: 0.11.11 optionalDependencies: '@types/eslint': 9.6.1 - eslint-config-prettier: 9.1.0(eslint@9.16.0(jiti@2.4.1)) + eslint-config-prettier: 10.1.8(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-promise@6.2.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-react-compiler@0.0.0-experimental-b6997ec-20240909(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) - - eslint-plugin-react-compiler@0.0.0-experimental-b6997ec-20240909(eslint@9.16.0(jiti@2.4.1)): - dependencies: - '@babel/core': 7.26.0 + '@babel/core': 7.28.5 '@babel/parser': 7.26.2 - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0) - eslint: 9.16.0(jiti@2.4.1) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.28.5) + eslint: 9.39.2(jiti@2.6.1) hermes-parser: 0.20.1 - zod: 3.23.8 - zod-validation-error: 3.4.0(zod@3.23.8) + zod: 3.25.76 + zod-validation-error: 3.4.0(zod@3.25.76) + transitivePeerDependencies: + - supports-color + + eslint-plugin-react-debug@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): + dependencies: + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/core': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + optionalDependencies: + typescript: 5.7.2 transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks@4.6.2(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-react-dom@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): dependencies: - eslint: 9.16.0(jiti@2.4.1) + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/core': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + compare-versions: 6.1.1 + eslint: 9.39.2(jiti@2.6.1) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color - eslint-plugin-react@7.37.2(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-react-hooks-extra@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): dependencies: - array-includes: 3.1.8 - array.prototype.findlast: 1.2.5 - array.prototype.flatmap: 1.3.2 - array.prototype.tosorted: 1.1.4 - doctrine: 2.1.0 - es-iterator-helpers: 1.2.0 - eslint: 9.16.0(jiti@2.4.1) - 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 - prop-types: 15.8.1 - resolve: 2.0.0-next.5 - semver: 6.3.1 - string.prototype.matchall: 4.0.11 - string.prototype.repeat: 1.0.0 + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/core': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color - eslint-plugin-relay@1.8.3: + eslint-plugin-react-hooks@4.6.2(eslint@9.39.2(jiti@2.6.1)): dependencies: - graphql: 15.9.0 + eslint: 9.39.2(jiti@2.6.1) + + eslint-plugin-react-naming-convention@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): + dependencies: + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/core': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + + eslint-plugin-react-native-globals@0.1.2: {} + + eslint-plugin-react-native@5.0.0(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + eslint-plugin-react-native-globals: 0.1.2 + + eslint-plugin-react-refresh@0.4.26(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + + eslint-plugin-react-web-api@1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): + dependencies: + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/core': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + + eslint-plugin-react-x@1.53.1(eslint@9.39.2(jiti@2.6.1))(ts-api-utils@2.4.0(typescript@5.7.2))(typescript@5.7.2): + dependencies: + '@eslint-react/ast': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/core': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/eff': 1.53.1 + '@eslint-react/kit': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/shared': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@eslint-react/var': 1.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + compare-versions: 6.1.1 + eslint: 9.39.2(jiti@2.6.1) + is-immutable-type: 5.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + string-ts: 2.3.1 + ts-pattern: 5.9.0 + optionalDependencies: + ts-api-utils: 2.4.0(typescript@5.7.2) + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + + eslint-plugin-regexp@2.10.0(eslint@9.39.2(jiti@2.6.1)): + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) + '@eslint-community/regexpp': 4.12.1 + comment-parser: 1.4.1 + eslint: 9.39.2(jiti@2.6.1) + jsdoc-type-pratt-parser: 4.1.0 + refa: 0.12.1 + regexp-ast-analysis: 0.7.1 + scslre: 0.3.0 - eslint-plugin-sonarjs@1.0.3(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-relay@1.8.3: dependencies: - eslint: 9.16.0(jiti@2.4.1) + graphql: 15.9.0 - eslint-plugin-storybook@0.10.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2): + eslint-plugin-storybook@0.10.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): dependencies: '@storybook/csf': 0.1.12 - '@typescript-eslint/utils': 8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) + '@typescript-eslint/utils': 8.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-tsdoc@0.3.0: + eslint-plugin-toml@0.12.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@microsoft/tsdoc': 0.15.0 - '@microsoft/tsdoc-config': 0.17.0 + debug: 4.3.7(supports-color@8.1.1) + eslint: 9.39.2(jiti@2.6.1) + eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) + lodash: 4.17.21 + toml-eslint-parser: 0.10.1 + transitivePeerDependencies: + - supports-color + + eslint-plugin-tsdoc@0.4.0: + dependencies: + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 - eslint-plugin-unicorn@48.0.1(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-unicorn@48.0.1(eslint@9.39.2(jiti@2.6.1)): dependencies: '@babel/helper-validator-identifier': 7.25.9 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) ci-info: 3.9.0 clean-regexp: 1.0.0 - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) esquery: 1.6.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 @@ -38106,36 +41659,41 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unicorn@54.0.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-unicorn@57.0.0(eslint@9.39.2(jiti@2.6.1)): dependencies: '@babel/helper-validator-identifier': 7.25.9 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) - '@eslint/eslintrc': 3.2.0 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.39.2(jiti@2.6.1)) ci-info: 4.1.0 clean-regexp: 1.0.0 - core-js-compat: 3.39.0 - eslint: 9.16.0(jiti@2.4.1) + core-js-compat: 3.47.0 + eslint: 9.39.2(jiti@2.6.1) esquery: 1.6.0 - indent-string: 4.0.0 - is-builtin-module: 3.2.1 - jsesc: 3.0.2 + globals: 15.15.0 + indent-string: 5.0.0 + is-builtin-module: 4.0.0 + jsesc: 3.1.0 pluralize: 8.0.0 - read-pkg-up: 7.0.1 + read-package-up: 11.0.0 regexp-tree: 0.1.27 - regjsparser: 0.10.0 - semver: 7.6.3 - strip-indent: 3.0.0 - transitivePeerDependencies: - - supports-color + regjsparser: 0.12.0 + semver: 7.7.3 + strip-indent: 4.0.0 - eslint-plugin-yml@1.14.0(eslint@9.16.0(jiti@2.4.1)): + eslint-plugin-unused-imports@4.3.0(@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1)): + dependencies: + eslint: 9.39.2(jiti@2.6.1) + optionalDependencies: + '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2))(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + + eslint-plugin-yml@1.19.1(eslint@9.39.2(jiti@2.6.1)): dependencies: debug: 4.3.7(supports-color@8.1.1) - eslint: 9.16.0(jiti@2.4.1) - eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.1)) - lodash: 4.17.21 + diff-sequences: 27.5.1 + escape-string-regexp: 4.0.0 + eslint: 9.39.2(jiti@2.6.1) + eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) natural-compare: 1.4.0 - yaml-eslint-parser: 1.2.3 + yaml-eslint-parser: 1.3.2 transitivePeerDependencies: - supports-color @@ -38149,13 +41707,18 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@8.4.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-utils@2.1.0: dependencies: eslint-visitor-keys: 1.3.0 - eslint-utils@3.0.0(eslint@9.16.0(jiti@2.4.1)): + eslint-utils@3.0.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.16.0(jiti@2.4.1) + eslint: 9.39.2(jiti@2.6.1) eslint-visitor-keys: 2.1.0 eslint-visitor-keys@1.3.0: {} @@ -38166,28 +41729,30 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.16.0(jiti@2.4.1): + eslint-visitor-keys@4.2.1: {} + + eslint@9.39.2(jiti@2.6.1): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.19.0 - '@eslint/core': 0.9.0 - '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.16.0 - '@eslint/plugin-kit': 0.2.3 + '@eslint/config-array': 0.21.1 + '@eslint/config-helpers': 0.4.2 + '@eslint/core': 0.17.0 + '@eslint/eslintrc': 3.3.3 + '@eslint/js': 9.39.2 + '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.1 + '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.6 - '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 debug: 4.3.7(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint-scope: 8.2.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -38203,7 +41768,7 @@ snapshots: natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: - jiti: 2.4.1 + jiti: 2.6.1 transitivePeerDependencies: - supports-color @@ -38211,14 +41776,18 @@ snapshots: esm-resolve@1.0.11: {} - esm@3.2.25: {} - espree@10.3.0: dependencies: acorn: 8.14.0 acorn-jsx: 5.3.2(acorn@8.14.0) eslint-visitor-keys: 4.2.0 + espree@10.4.0: + dependencies: + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) + eslint-visitor-keys: 4.2.1 + espree@9.6.1: dependencies: acorn: 8.14.0 @@ -38239,15 +41808,8 @@ snapshots: estraverse@5.3.0: {} - estree-util-is-identifier-name@2.1.0: {} - estree-util-is-identifier-name@3.0.0: {} - estree-util-visit@1.2.1: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/unist': 2.0.11 - estree-util-visit@2.0.0: dependencies: '@types/estree-jsx': 1.0.5 @@ -38265,16 +41827,6 @@ snapshots: etag@1.8.1: {} - event-stream@3.1.7: - dependencies: - duplexer: 0.1.2 - from: 0.1.7 - map-stream: 0.1.0 - pause-stream: 0.0.11 - split: 0.2.10 - stream-combiner: 0.0.4 - through: 2.3.8 - event-target-shim@5.0.1: {} eventemitter3@4.0.7: {} @@ -38288,16 +41840,6 @@ snapshots: exec-async@2.2.0: {} - execa@0.7.0: - dependencies: - cross-spawn: 5.1.0 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.7 - strip-eof: 1.0.0 - execa@1.0.0: dependencies: cross-spawn: 6.0.6 @@ -38344,12 +41886,10 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 - executable@4.1.1: - dependencies: - pify: 2.3.0 - exit-hook@2.2.1: {} + exit-x@0.2.2: {} + exit@0.1.2: {} expand-template@2.0.3: @@ -38375,107 +41915,175 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expo-asset@10.0.10(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expect@30.2.0: + dependencies: + '@jest/expect-utils': 30.2.0 + '@jest/get-type': 30.1.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 + + expo-asset@10.0.10(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-constants: 16.0.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo-constants: 16.0.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) invariant: 2.2.4 md5-file: 3.2.3 transitivePeerDependencies: - supports-color - expo-av@13.10.6(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-asset@10.0.10(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo-constants: 16.0.2(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + invariant: 2.2.4 + md5-file: 3.2.3 + transitivePeerDependencies: + - supports-color + + expo-av@13.10.6(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + dependencies: + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-constants@15.4.6(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-constants@15.4.6(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: '@expo/config': 8.5.6 - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - supports-color + + expo-constants@16.0.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + dependencies: + '@expo/config': 9.0.4 + '@expo/env': 0.3.0 + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - expo-constants@16.0.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-constants@16.0.2(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: '@expo/config': 9.0.4 '@expo/env': 0.3.0 - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) transitivePeerDependencies: - supports-color - expo-document-picker@11.10.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-document-picker@11.10.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + dependencies: + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + + expo-document-picker@11.10.1(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-file-system@17.0.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-file-system@17.0.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-font@12.0.10(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-file-system@17.0.1(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + + expo-font@12.0.10(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + dependencies: + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) fontfaceobserver: 2.3.0 - expo-image-loader@4.7.0(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-font@12.0.10(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + fontfaceobserver: 2.3.0 - expo-image-picker@15.0.7(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-image-loader@4.7.0(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-image-loader: 4.7.0(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-keep-awake@13.0.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-image-picker@15.1.0(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo-image-loader: 4.7.0(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-linear-gradient@12.7.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-keep-awake@13.0.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-linking@6.3.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-keep-awake@13.0.2(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - expo-constants: 16.0.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo: 51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + + expo-linear-gradient@12.7.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + dependencies: + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + + expo-linking@6.3.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + dependencies: + expo-constants: 16.0.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) invariant: 2.2.4 transitivePeerDependencies: - expo - supports-color - expo-modules-autolinking@1.11.1: + expo-modules-autolinking@1.11.3: dependencies: chalk: 4.1.2 commander: 7.2.0 fast-glob: 3.3.2 find-up: 5.0.0 fs-extra: 9.1.0 + require-from-string: 2.0.2 + resolve-from: 5.0.0 - expo-modules-core@1.12.12: + expo-modules-core@1.12.26: dependencies: invariant: 2.2.4 - expo-modules-core@1.12.26: + expo-router@3.5.24(fi452i7gh2afhh45siqb7dgsjq): dependencies: - invariant: 2.2.4 + '@expo/metro-runtime': 3.2.3(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) + '@expo/server': 0.4.4(typescript@5.7.2) + '@radix-ui/react-slot': 1.0.1(react@18.3.1) + '@react-navigation/bottom-tabs': 6.5.20(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-navigation/native': 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-navigation/native-stack': 6.9.26(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo-constants: 16.0.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-linking: 6.3.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-splash-screen: 0.27.7(encoding@0.1.13)(expo-modules-autolinking@1.11.3)(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-status-bar: 2.0.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-helmet-async: 2.0.4(react@18.3.1) + react-native-safe-area-context: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-screens: 4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + schema-utils: 4.2.0 + optionalDependencies: + react-native-reanimated: 3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + transitivePeerDependencies: + - encoding + - expo-modules-autolinking + - react + - react-native + - supports-color + - typescript - expo-router@3.5.24(7mfa6rzrcueimdwhne43gvingi): + expo-router@3.5.24(zhluy2b765xhtvfpzx7m2vxwka): dependencies: '@expo/metro-runtime': 3.2.3(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)) '@expo/server': 0.4.4(typescript@5.7.2) '@radix-ui/react-slot': 1.0.1(react@18.3.1) - '@react-navigation/bottom-tabs': 6.5.20(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@react-navigation/bottom-tabs': 6.5.20(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) '@react-navigation/native': 6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - '@react-navigation/native-stack': 6.9.26(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) - expo-constants: 16.0.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-linking: 6.3.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-splash-screen: 0.27.7(encoding@0.1.13)(expo-modules-autolinking@1.11.1)(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + '@react-navigation/native-stack': 6.9.26(@react-navigation/native@6.1.18(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + expo-constants: 15.4.6(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-linking: 6.3.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-splash-screen: 0.27.7(encoding@0.1.13)(expo-modules-autolinking@1.11.3)(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) expo-status-bar: 2.0.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-helmet-async: 2.0.4(react@18.3.1) - react-native-safe-area-context: 4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-safe-area-context: 4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) react-native-screens: 4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) schema-utils: 4.2.0 optionalDependencies: - react-native-reanimated: 3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-reanimated: 3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - encoding - expo-modules-autolinking @@ -38483,11 +42091,12 @@ snapshots: - react-native - supports-color - typescript + optional: true - expo-splash-screen@0.27.7(encoding@0.1.13)(expo-modules-autolinking@1.11.1)(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): + expo-splash-screen@0.27.7(encoding@0.1.13)(expo-modules-autolinking@1.11.3)(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)): dependencies: - '@expo/prebuild-config': 7.0.9(encoding@0.1.13)(expo-modules-autolinking@1.11.1) - expo: 51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@expo/prebuild-config': 7.0.9(encoding@0.1.13)(expo-modules-autolinking@1.11.3) + expo: 51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) transitivePeerDependencies: - encoding - expo-modules-autolinking @@ -38498,21 +42107,46 @@ snapshots: react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) - expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): + expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): dependencies: '@babel/runtime': 7.26.0 - '@expo/cli': 0.18.14(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.1)(utf-8-validate@5.0.10) - '@expo/config': 9.0.1 - '@expo/config-plugins': 8.0.4 - '@expo/metro-config': 0.18.3 + '@expo/cli': 0.18.31(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.3)(utf-8-validate@5.0.10) + '@expo/config': 9.0.4 + '@expo/config-plugins': 8.0.11 + '@expo/metro-config': 0.18.11 '@expo/vector-icons': 14.0.4 babel-preset-expo: 11.0.15(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0)) - expo-asset: 10.0.10(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-file-system: 17.0.1(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-font: 12.0.10(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-keep-awake: 13.0.2(expo@51.0.9(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) - expo-modules-autolinking: 1.11.1 - expo-modules-core: 1.12.12 + expo-asset: 10.0.10(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-file-system: 17.0.1(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-font: 12.0.10(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-keep-awake: 13.0.2(expo@51.0.39(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-modules-autolinking: 1.11.3 + expo-modules-core: 1.12.26 + fbemitter: 3.0.0(encoding@0.1.13) + whatwg-url-without-unicode: 8.0.0-3 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + + expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10): + dependencies: + '@babel/runtime': 7.26.0 + '@expo/cli': 0.18.31(bufferutil@4.0.8)(encoding@0.1.13)(expo-modules-autolinking@1.11.3)(utf-8-validate@5.0.10) + '@expo/config': 9.0.4 + '@expo/config-plugins': 8.0.11 + '@expo/metro-config': 0.18.11 + '@expo/vector-icons': 14.0.4 + babel-preset-expo: 11.0.15(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + expo-asset: 10.0.10(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-file-system: 17.0.1(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-font: 12.0.10(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-keep-awake: 13.0.2(expo@51.0.39(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10)) + expo-modules-autolinking: 1.11.3 + expo-modules-core: 1.12.26 fbemitter: 3.0.0(encoding@0.1.13) whatwg-url-without-unicode: 8.0.0-3 transitivePeerDependencies: @@ -38599,6 +42233,44 @@ snapshots: transitivePeerDependencies: - supports-color + express@4.22.1: + dependencies: + accepts: 1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.3 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookie: 0.7.2 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: 2.0.0 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.3.1 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.3 + methods: 1.1.2 + on-finished: 2.4.1 + parseurl: 1.3.3 + path-to-regexp: 0.1.12 + proxy-addr: 2.0.7 + qs: 6.14.1 + range-parser: 1.2.1 + safe-buffer: 5.2.1 + send: 0.19.0 + serve-static: 1.16.2 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + + exsolve@1.0.8: {} + ext-list@2.2.2: dependencies: mime-db: 1.53.0 @@ -38624,7 +42296,7 @@ snapshots: dependencies: '@types/chai': 5.0.1 '@types/lodash': 4.17.13 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/sinon': 17.0.3 lodash: 4.17.21 mock-stdin: 1.0.0 @@ -38634,7 +42306,7 @@ snapshots: transitivePeerDependencies: - supports-color - fast-check@3.21.0: + fast-check@3.23.2: dependencies: pure-rand: 6.1.0 @@ -38644,11 +42316,11 @@ snapshots: fast-diff@1.3.0: {} - fast-equals@5.0.1: {} + fast-equals@5.4.0: {} fast-fifo@1.3.2: {} - fast-glob@3.2.7: + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 @@ -38656,7 +42328,7 @@ snapshots: merge2: 1.4.1 micromatch: 4.0.8 - fast-glob@3.3.2: + fast-glob@3.3.3: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 @@ -38672,8 +42344,6 @@ snapshots: dependencies: fastest-levenshtein: 1.0.16 - fast-loops@1.1.4: {} - fast-querystring@1.1.2: dependencies: fast-decode-uri-component: 1.0.1 @@ -38688,15 +42358,13 @@ snapshots: dependencies: punycode: 1.4.1 - fast-xml-parser@3.19.0: {} - - fast-xml-parser@4.4.1: + fast-xml-parser@4.5.0: dependencies: strnum: 1.0.5 - fast-xml-parser@4.5.0: + fast-xml-parser@5.2.5: dependencies: - strnum: 1.0.5 + strnum: 2.1.2 fastest-levenshtein@1.0.16: {} @@ -38740,12 +42408,22 @@ snapshots: transitivePeerDependencies: - encoding + fd-package-json@2.0.0: + dependencies: + walk-up-path: 4.0.0 + fdir@6.4.2(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 + fdir@6.5.0(picomatch@4.0.3): + optionalDependencies: + picomatch: 4.0.3 + fetch-retry@4.1.1: {} + fflate@0.8.2: {} + figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 @@ -38759,21 +42437,30 @@ snapshots: dependencies: flat-cache: 4.0.1 - file-loader@6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + file-loader@6.2.0(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + + file-loader@6.2.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + loader-utils: 2.0.4 + schema-utils: 3.3.0 + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) file-selector@2.1.2: dependencies: tslib: 2.8.1 - file-type@17.1.6: + file-type@20.5.0: dependencies: - readable-web-to-node-stream: 3.0.2 - strtok3: 7.1.1 - token-types: 5.0.1 + '@tokenizer/inflate': 0.2.7 + strtok3: 10.3.4 + token-types: 6.1.2 + uint8array-extras: 1.5.0 + transitivePeerDependencies: + - supports-color filelist@1.0.4: dependencies: @@ -38781,11 +42468,9 @@ snapshots: filename-reserved-regex@3.0.0: {} - filenamify@5.1.1: + filenamify@6.0.0: dependencies: filename-reserved-regex: 3.0.0 - strip-outer: 2.0.0 - trim-repeated: 2.0.0 filesize@6.4.0: {} @@ -38842,11 +42527,6 @@ snapshots: common-path-prefix: 3.0.0 pkg-dir: 7.0.0 - find-cache-dir@5.0.0: - dependencies: - common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 - find-file-up@0.1.3: dependencies: fs-exists-sync: 0.1.0 @@ -38876,6 +42556,8 @@ snapshots: find-up-simple@1.0.0: {} + find-up-simple@1.0.1: {} + find-up@3.0.0: dependencies: locate-path: 3.0.0 @@ -38911,6 +42593,12 @@ snapshots: dependencies: micromatch: 4.0.8 + fix-dts-default-cjs-exports@1.0.1: + dependencies: + magic-string: 0.30.21 + mlly: 1.8.0 + rollup: 4.54.0 + flat-cache@4.0.1: dependencies: flatted: 3.3.2 @@ -38950,9 +42638,14 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 + foreground-child@3.3.1: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + forever-agent@0.6.1: {} - fork-ts-checker-webpack-plugin@7.2.13(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + fork-ts-checker-webpack-plugin@7.2.13(typescript@5.7.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@babel/code-frame': 7.26.2 chalk: 4.1.2 @@ -38967,7 +42660,7 @@ snapshots: semver: 7.6.3 tapable: 2.2.1 typescript: 5.7.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) form-data-encoder@2.1.4: {} @@ -38983,14 +42676,30 @@ snapshots: combined-stream: 1.0.8 mime-types: 2.1.35 + form-data@4.0.5: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.2 + mime-types: 2.1.35 + format@0.2.2: {} + formatly@0.3.0: + dependencies: + fd-package-json: 2.0.0 + forwarded@0.2.0: {} fraction.js@4.3.7: {} - framer-motion@11.12.0(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + fraction.js@5.3.4: {} + + framer-motion@11.18.2(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: + motion-dom: 11.18.1 + motion-utils: 11.18.1 tslib: 2.8.1 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 @@ -39018,8 +42727,6 @@ snapshots: fresh@0.5.2: {} - from@0.1.7: {} - fromentries@1.3.2: {} front-matter@4.0.2: @@ -39042,6 +42749,12 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.1 + fs-extra@11.3.3: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + fs-extra@8.1.0: dependencies: graceful-fs: 4.2.11 @@ -39091,8 +42804,6 @@ snapshots: functions-have-names@1.2.3: {} - fuzzy@0.1.3: {} - gauge@3.0.2: dependencies: aproba: 2.0.0 @@ -39106,10 +42817,6 @@ snapshots: wide-align: 1.1.5 optional: true - generic-names@4.0.0: - dependencies: - loader-utils: 3.3.1 - gensequence@7.0.0: {} gensync@1.0.0-beta.2: {} @@ -39128,6 +42835,19 @@ snapshots: has-symbols: 1.0.3 hasown: 2.0.2 + get-intrinsic@1.3.0: + dependencies: + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + 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-nonce@1.0.1: {} get-orientation@1.1.2: @@ -39138,13 +42858,15 @@ snapshots: get-package-type@0.1.0: {} - get-port-please@3.1.2: - optional: true - get-port@3.2.0: {} get-port@7.1.0: {} + get-proto@1.0.1: + dependencies: + dunder-proto: 1.0.1 + es-object-atoms: 1.1.1 + get-source@2.0.12: dependencies: data-uri-to-buffer: 2.0.2 @@ -39152,8 +42874,6 @@ snapshots: get-stdin@9.0.0: {} - get-stream@3.0.0: {} - get-stream@4.1.0: dependencies: pump: 3.0.2 @@ -39172,7 +42892,9 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.2.4 - get-them-args@1.3.2: {} + get-tsconfig@4.13.0: + dependencies: + resolve-pkg-maps: 1.0.0 get-tsconfig@4.8.1: dependencies: @@ -39182,39 +42904,31 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.3.7(supports-color@8.1.1) - fs-extra: 11.2.0 + debug: 4.4.3(supports-color@8.1.1) + fs-extra: 11.3.3 transitivePeerDependencies: - supports-color getenv@1.0.0: {} + getenv@2.0.0: {} + getpass@0.1.7: dependencies: assert-plus: 1.0.0 - giget@1.2.3: + giget@1.2.5: dependencies: citty: 0.1.6 - consola: 3.2.3 + consola: 3.4.2 defu: 6.1.4 - node-fetch-native: 1.6.4 - nypm: 0.3.12 - ohash: 1.1.4 - pathe: 1.1.2 + node-fetch-native: 1.6.7 + nypm: 0.5.4 + pathe: 2.0.3 tar: 6.2.1 git-config-path@2.0.0: {} - git-diff-tree@1.1.0: - dependencies: - git-spawned-stream: 1.0.1 - pump-chain: 1.0.0 - split-transform-stream: 0.1.1 - through2: 2.0.0 - transitivePeerDependencies: - - supports-color - git-hooks-list@3.1.0: {} git-raw-commits@4.0.0: @@ -39223,13 +42937,6 @@ snapshots: meow: 12.1.1 split2: 4.2.0 - git-spawned-stream@1.0.1: - dependencies: - debug: 4.3.7(supports-color@8.1.1) - spawn-to-readstream: 0.1.3 - transitivePeerDependencies: - - supports-color - git-up@4.0.5: dependencies: is-ssh: 1.4.0 @@ -39267,15 +42974,6 @@ snapshots: minipass: 7.1.2 path-scurry: 1.11.1 - glob@10.4.2: - dependencies: - foreground-child: 3.3.0 - jackspeak: 3.4.3 - minimatch: 9.0.5 - minipass: 7.1.2 - package-json-from-dist: 1.0.1 - path-scurry: 1.11.1 - glob@10.4.5: dependencies: foreground-child: 3.3.0 @@ -39294,6 +42992,21 @@ snapshots: package-json-from-dist: 1.0.1 path-scurry: 2.0.0 + glob@11.1.0: + dependencies: + foreground-child: 3.3.1 + jackspeak: 4.1.1 + minimatch: 10.1.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 2.0.0 + + glob@13.0.0: + dependencies: + minimatch: 10.1.1 + minipass: 7.1.2 + path-scurry: 2.0.0 + glob@6.0.4: dependencies: inflight: 1.0.6 @@ -39329,21 +43042,13 @@ snapshots: once: 1.4.0 path-is-absolute: 1.0.1 - glob@8.1.0: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 5.1.6 - once: 1.4.0 - global-directory@4.0.1: dependencies: ini: 4.1.1 - global-dirs@3.0.1: + global-dirs@0.1.1: dependencies: - ini: 2.0.0 + ini: 1.3.8 global-modules@0.2.3: dependencies: @@ -39381,22 +43086,15 @@ snapshots: globals@15.12.0: {} + globals@15.15.0: {} + + globals@16.5.0: {} + globalthis@1.0.4: dependencies: define-properties: 1.2.1 gopd: 1.1.0 - globby@10.0.1: - dependencies: - '@types/glob': 7.2.0 - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.3.2 - glob: 7.2.3 - ignore: 5.3.2 - merge2: 1.4.1 - slash: 3.0.0 - globby@11.1.0: dependencies: array-union: 2.1.0 @@ -39432,37 +43130,22 @@ snapshots: slash: 5.1.0 unicorn-magic: 0.1.0 - gopd@1.1.0: + globby@14.1.0: dependencies: - get-intrinsic: 1.2.4 + '@sindresorhus/merge-streams': 2.3.0 + fast-glob: 3.3.3 + ignore: 7.0.5 + path-type: 6.0.0 + slash: 5.1.0 + unicorn-magic: 0.3.0 - got@11.8.6: - dependencies: - '@sindresorhus/is': 4.6.0 - '@szmarczak/http-timer': 4.0.6 - '@types/cacheable-request': 6.0.3 - '@types/responselike': 1.0.3 - cacheable-lookup: 5.0.4 - cacheable-request: 7.0.4 - decompress-response: 6.0.0 - http2-wrapper: 1.0.3 - lowercase-keys: 2.0.0 - p-cancelable: 2.1.1 - responselike: 2.0.1 + globrex@0.1.2: {} - got@12.6.1: + gopd@1.1.0: dependencies: - '@sindresorhus/is': 5.6.0 - '@szmarczak/http-timer': 5.0.1 - cacheable-lookup: 7.0.0 - cacheable-request: 10.2.14 - decompress-response: 6.0.0 - form-data-encoder: 2.1.4 - get-stream: 6.0.1 - http2-wrapper: 2.2.1 - lowercase-keys: 3.0.0 - p-cancelable: 3.0.0 - responselike: 3.0.0 + get-intrinsic: 1.2.4 + + gopd@1.2.0: {} got@13.0.0: dependencies: @@ -39484,21 +43167,13 @@ snapshots: graphemer@1.4.0: {} - graphology-types@0.24.8: {} - - graphology@0.24.1(graphology-types@0.24.8): - dependencies: - events: 3.3.0 - graphology-types: 0.24.8 - obliterator: 2.0.4 - - graphql-config@4.5.0(@types/node@22.5.5)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10): + graphql-config@4.5.0(@types/node@22.19.3)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10): dependencies: '@graphql-tools/graphql-file-loader': 7.5.17(graphql@15.8.0) '@graphql-tools/json-file-loader': 7.4.18(graphql@15.8.0) '@graphql-tools/load': 7.8.14(graphql@15.8.0) '@graphql-tools/merge': 8.4.2(graphql@15.8.0) - '@graphql-tools/url-loader': 7.17.18(@types/node@22.5.5)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 7.17.18(@types/node@22.19.3)(bufferutil@4.0.8)(encoding@0.1.13)(graphql@15.8.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 9.2.1(graphql@15.8.0) cosmiconfig: 8.0.0 graphql: 15.8.0 @@ -39526,27 +43201,10 @@ snapshots: dependencies: graphql: 15.8.0 - graphql-yoga@4.0.5(graphql@16.9.0): - dependencies: - '@envelop/core': 4.0.3 - '@graphql-tools/executor': 1.3.5(graphql@16.9.0) - '@graphql-tools/schema': 10.0.10(graphql@16.9.0) - '@graphql-tools/utils': 10.6.1(graphql@16.9.0) - '@graphql-yoga/logger': 1.0.0 - '@graphql-yoga/subscription': 4.0.0 - '@whatwg-node/fetch': 0.9.23 - '@whatwg-node/server': 0.9.60 - dset: 3.1.4 - graphql: 16.9.0 - lru-cache: 10.4.3 - tslib: 2.8.1 - graphql@15.8.0: {} graphql@15.9.0: {} - graphql@16.9.0: {} - gunzip-maybe@1.4.2: dependencies: browserify-zlib: 0.1.4 @@ -39560,20 +43218,6 @@ snapshots: dependencies: duplexer: 0.1.2 - h3@1.13.0: - dependencies: - cookie-es: 1.2.2 - crossws: 0.3.1 - defu: 6.1.4 - destr: 2.0.3 - iron-webcrypto: 1.2.1 - ohash: 1.1.4 - radix3: 1.1.2 - ufo: 1.5.4 - uncrypto: 0.1.3 - unenv: 1.10.0 - optional: true - handle-thing@2.0.1: {} handlebars@4.7.8: @@ -39611,6 +43255,8 @@ snapshots: has-symbols@1.0.3: {} + has-symbols@1.1.0: {} + has-tostringtag@1.0.2: dependencies: has-symbols: 1.0.3 @@ -39618,8 +43264,6 @@ snapshots: has-unicode@2.0.1: optional: true - has-yarn@3.0.0: {} - hash-base@3.0.5: dependencies: inherits: 2.0.4 @@ -39645,150 +43289,6 @@ snapshots: dependencies: function-bind: 1.1.2 - hast-util-embedded@2.0.1: - dependencies: - hast-util-is-element: 2.1.3 - - hast-util-embedded@3.0.0: - dependencies: - '@types/hast': 3.0.4 - hast-util-is-element: 3.0.0 - - hast-util-from-html@2.0.3: - dependencies: - '@types/hast': 3.0.4 - devlop: 1.1.0 - hast-util-from-parse5: 8.0.2 - parse5: 7.2.1 - vfile: 6.0.3 - vfile-message: 4.0.2 - - hast-util-from-parse5@7.1.2: - dependencies: - '@types/hast': 2.3.10 - '@types/unist': 2.0.11 - hastscript: 7.2.0 - property-information: 6.5.0 - vfile: 5.3.7 - vfile-location: 4.1.0 - web-namespaces: 2.0.1 - - hast-util-from-parse5@8.0.2: - dependencies: - '@types/hast': 3.0.4 - '@types/unist': 3.0.3 - devlop: 1.1.0 - hastscript: 9.0.0 - property-information: 6.5.0 - vfile: 6.0.3 - vfile-location: 5.0.3 - web-namespaces: 2.0.1 - - hast-util-has-property@2.0.1: {} - - hast-util-has-property@3.0.0: - dependencies: - '@types/hast': 3.0.4 - - hast-util-is-body-ok-link@2.0.0: - dependencies: - '@types/hast': 2.3.10 - hast-util-has-property: 2.0.1 - hast-util-is-element: 2.1.3 - - hast-util-is-body-ok-link@3.0.1: - dependencies: - '@types/hast': 3.0.4 - - hast-util-is-element@2.1.3: - dependencies: - '@types/hast': 2.3.10 - '@types/unist': 2.0.11 - - hast-util-is-element@3.0.0: - dependencies: - '@types/hast': 3.0.4 - - hast-util-parse-selector@3.1.1: - dependencies: - '@types/hast': 2.3.10 - - hast-util-parse-selector@4.0.0: - dependencies: - '@types/hast': 3.0.4 - - hast-util-phrasing@2.0.2: - dependencies: - '@types/hast': 2.3.10 - hast-util-embedded: 2.0.1 - hast-util-has-property: 2.0.1 - hast-util-is-body-ok-link: 2.0.0 - hast-util-is-element: 2.1.3 - - hast-util-phrasing@3.0.1: - dependencies: - '@types/hast': 3.0.4 - hast-util-embedded: 3.0.0 - hast-util-has-property: 3.0.0 - hast-util-is-body-ok-link: 3.0.1 - hast-util-is-element: 3.0.0 - - hast-util-to-nlcst@2.2.0: - dependencies: - '@types/hast': 2.3.10 - '@types/nlcst': 1.0.4 - '@types/unist': 2.0.11 - hast-util-embedded: 2.0.1 - hast-util-is-element: 2.1.3 - hast-util-phrasing: 2.0.2 - hast-util-to-string: 2.0.0 - hast-util-whitespace: 2.0.1 - nlcst-to-string: 3.1.1 - unist-util-position: 4.0.4 - vfile: 5.3.7 - vfile-location: 4.1.0 - - hast-util-to-nlcst@4.0.0: - dependencies: - '@types/hast': 3.0.4 - '@types/nlcst': 2.0.3 - '@types/unist': 3.0.3 - hast-util-embedded: 3.0.0 - hast-util-is-element: 3.0.0 - hast-util-phrasing: 3.0.1 - hast-util-to-string: 2.0.0 - hast-util-whitespace: 3.0.0 - nlcst-to-string: 4.0.0 - unist-util-position: 5.0.0 - vfile: 6.0.3 - vfile-location: 5.0.3 - - hast-util-to-string@2.0.0: - dependencies: - '@types/hast': 2.3.10 - - hast-util-whitespace@2.0.1: {} - - hast-util-whitespace@3.0.0: - dependencies: - '@types/hast': 3.0.4 - - hastscript@7.2.0: - dependencies: - '@types/hast': 2.3.10 - comma-separated-tokens: 2.0.3 - hast-util-parse-selector: 3.1.1 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - - hastscript@9.0.0: - dependencies: - '@types/hast': 3.0.4 - comma-separated-tokens: 2.0.3 - hast-util-parse-selector: 4.0.0 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - he@1.2.0: {} header-case@2.0.4: @@ -39800,6 +43300,7 @@ snapshots: dependencies: glob: 7.2.3 readable-stream: 3.6.2 + optional: true hermes-estree@0.19.1: {} @@ -39809,6 +43310,8 @@ snapshots: hermes-estree@0.25.1: {} + hermes-estree@0.29.1: {} + hermes-parser@0.19.1: dependencies: hermes-estree: 0.19.1 @@ -39825,6 +43328,10 @@ snapshots: dependencies: hermes-estree: 0.25.1 + hermes-parser@0.29.1: + dependencies: + hermes-estree: 0.29.1 + hermes-profile-transformer@0.0.6: dependencies: source-map: 0.7.4 @@ -39851,6 +43358,8 @@ snapshots: hookable@5.5.3: {} + hookable@6.0.1: {} + hosted-git-info@2.8.9: {} hosted-git-info@3.0.8: @@ -39861,11 +43370,11 @@ snapshots: dependencies: lru-cache: 6.0.0 - hosted-git-info@5.2.1: + hosted-git-info@7.0.2: dependencies: - lru-cache: 7.18.3 + lru-cache: 10.4.3 - hosted-git-info@7.0.2: + hosted-git-info@8.1.0: dependencies: lru-cache: 10.4.3 @@ -39894,7 +43403,19 @@ snapshots: relateurl: 0.2.7 terser: 5.36.0 - html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + '@types/html-minifier-terser': 6.1.0 + html-minifier-terser: 6.1.0 + lodash: 4.17.21 + pretty-error: 4.0.0 + tapable: 2.2.1 + optionalDependencies: + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + optional: true + + html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -39902,8 +43423,15 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - '@rspack/core': 1.0.14(@swc/helpers@0.5.15) - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + + htmlparser2@10.0.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.2.2 + entities: 6.0.1 htmlparser2@3.10.1: dependencies: @@ -39921,13 +43449,6 @@ snapshots: domutils: 2.8.0 entities: 2.2.0 - htmlparser2@9.1.0: - dependencies: - domelementtype: 2.3.0 - domhandler: 5.0.3 - domutils: 3.1.0 - entities: 4.5.0 - http-assert@1.5.0: dependencies: deep-equal: 1.0.1 @@ -39938,7 +43459,7 @@ snapshots: http-call@5.3.0: dependencies: content-type: 1.0.5 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.3(supports-color@8.1.1) is-retry-allowed: 1.2.0 is-stream: 2.0.1 parse-json: 4.0.0 @@ -39991,12 +43512,12 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + agent-base: 7.1.4 + debug: 4.4.3(supports-color@8.1.1) transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.7(@types/express@4.17.21): + http-proxy-middleware@2.0.9(@types/express@4.17.21): dependencies: '@types/http-proxy': 1.17.15 http-proxy: 1.18.1(debug@4.3.7) @@ -40046,9 +43567,6 @@ snapshots: - debug - supports-color - http-shutdown@1.2.2: - optional: true - http-signature@1.4.0: dependencies: assert-plus: 1.0.0 @@ -40059,11 +43577,6 @@ snapshots: http-status-codes@2.3.0: {} - http2-wrapper@1.0.3: - dependencies: - quick-lru: 5.1.1 - resolve-alpn: 1.2.1 - http2-wrapper@2.2.1: dependencies: quick-lru: 5.1.1 @@ -40085,6 +43598,13 @@ snapshots: transitivePeerDependencies: - supports-color + https-proxy-agent@7.0.6: + dependencies: + agent-base: 7.1.4 + debug: 4.4.3(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color + human-signals@1.1.1: {} human-signals@2.1.0: {} @@ -40105,19 +43625,14 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-replace-symbols@1.1.0: {} - - icss-utils@5.1.0(postcss@8.2.13): + iconv-lite@0.7.1: dependencies: - postcss: 8.2.13 + safer-buffer: 2.1.2 icss-utils@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 - idb-keyval@6.2.1: - optional: true - identity-obj-proxy@3.0.0: dependencies: harmony-reflect: 1.6.2 @@ -40128,6 +43643,8 @@ snapshots: ignore@6.0.2: {} + ignore@7.0.5: {} + image-size@0.5.5: optional: true @@ -40139,10 +43656,6 @@ snapshots: immutable@5.0.3: {} - import-cwd@3.0.0: - dependencies: - import-from: 3.0.0 - import-fresh@2.0.0: dependencies: caller-path: 2.0.0 @@ -40153,9 +43666,10 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 - import-from@3.0.0: + import-fresh@3.3.1: dependencies: - resolve-from: 5.0.0 + parent-module: 1.0.1 + resolve-from: 4.0.0 import-lazy@4.0.0: {} @@ -40164,16 +43678,18 @@ snapshots: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - import-meta-resolve@2.2.2: {} - import-meta-resolve@4.1.0: {} + import-without-cache@0.2.5: {} + imurmurhash@0.1.4: {} indent-string@4.0.0: {} indent-string@5.0.0: {} + index-to-position@1.2.0: {} + indexof@0.0.1: {} inflight@1.0.6: @@ -40187,13 +43703,11 @@ snapshots: ini@1.3.8: {} - ini@2.0.0: {} - ini@4.1.1: {} ini@4.1.3: {} - ink@5.1.0(@types/react@18.3.12)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@5.0.10): + ink@5.0.1(@types/react@18.3.12)(bufferutil@4.0.8)(react@18.3.1)(utf-8-validate@5.0.10): dependencies: '@alcalzone/ansi-tokenize': 0.1.3 ansi-escapes: 7.0.0 @@ -40204,9 +43718,9 @@ snapshots: cli-cursor: 4.0.0 cli-truncate: 4.0.0 code-excerpt: 4.0.0 - es-toolkit: 1.29.0 indent-string: 5.0.0 - is-in-ci: 1.0.0 + is-in-ci: 0.1.0 + lodash: 4.17.21 patch-console: 2.0.0 react: 18.3.1 react-reconciler: 0.29.2(react@18.3.1) @@ -40217,7 +43731,7 @@ snapshots: string-width: 7.2.0 type-fest: 4.29.0 widest-line: 5.0.0 - wrap-ansi: 9.0.0 + wrap-ansi: 9.0.2 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) yoga-wasm-web: 0.3.3 optionalDependencies: @@ -40226,10 +43740,9 @@ snapshots: - bufferutil - utf-8-validate - inline-style-prefixer@6.0.4: + inline-style-prefixer@7.0.1: dependencies: css-in-js-utils: 3.1.0 - fast-loops: 1.1.4 inquirer-autocomplete-standalone@0.8.1: dependencies: @@ -40272,23 +43785,9 @@ snapshots: through: 2.3.8 wrap-ansi: 6.2.0 - inquirer@9.2.23: + inspect-with-kind@1.0.5: dependencies: - '@inquirer/figures': 1.0.8 - '@ljharb/through': 2.3.13 - ansi-escapes: 4.3.2 - chalk: 5.3.0 - cli-cursor: 3.1.0 - cli-width: 4.1.0 - external-editor: 3.1.0 - lodash: 4.17.21 - mute-stream: 1.0.0 - ora: 5.4.1 - run-async: 3.0.0 - rxjs: 7.8.1 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 6.2.0 + kind-of: 6.0.3 internal-ip@4.3.0: dependencies: @@ -40316,9 +43815,6 @@ snapshots: ipaddr.js@2.2.0: {} - iron-webcrypto@1.2.1: - optional: true - is-alphabetical@1.0.4: {} is-alphabetical@2.0.1: {} @@ -40372,15 +43868,15 @@ snapshots: dependencies: builtin-modules: 3.3.0 - is-bun-module@1.3.0: + is-builtin-module@4.0.0: dependencies: - semver: 7.6.3 + builtin-modules: 4.0.0 - is-callable@1.2.7: {} - - is-ci@3.0.1: + is-bun-module@2.0.0: dependencies: - ci-info: 3.9.0 + semver: 7.7.3 + + is-callable@1.2.7: {} is-core-module@2.15.1: dependencies: @@ -40446,19 +43942,24 @@ snapshots: is-hexadecimal@2.0.1: {} + is-immutable-type@5.0.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2): + dependencies: + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.7.2) + eslint: 9.39.2(jiti@2.6.1) + ts-api-utils: 2.4.0(typescript@5.7.2) + ts-declaration-location: 1.0.7(typescript@5.7.2) + typescript: 5.7.2 + transitivePeerDependencies: + - supports-color + is-in-browser@1.1.3: {} - is-in-ci@1.0.0: {} + is-in-ci@0.1.0: {} is-inside-container@1.0.0: dependencies: is-docker: 3.0.0 - is-installed-globally@0.4.0: - dependencies: - global-dirs: 3.0.1 - is-path-inside: 3.0.3 - is-interactive@1.0.0: {} is-interactive@2.0.0: {} @@ -40480,8 +43981,6 @@ snapshots: is-network-error@1.1.0: {} - is-npm@6.0.0: {} - is-number-object@1.0.7: dependencies: has-tostringtag: 1.0.2 @@ -40506,8 +44005,6 @@ snapshots: dependencies: isobject: 3.0.1 - is-plain-object@3.0.1: {} - is-plain-object@5.0.0: {} is-potential-custom-element-name@1.0.1: {} @@ -40602,13 +44099,6 @@ snapshots: dependencies: is-inside-container: 1.0.0 - is-yarn-global@0.4.1: {} - - is64bit@2.0.0: - dependencies: - system-architecture: 0.1.0 - optional: true - isarray@0.0.1: {} isarray@1.0.0: {} @@ -40623,20 +44113,15 @@ snapshots: isobject@3.0.1: {} - isomorphic-rslog@0.0.5: {} - isomorphic-ws@4.0.1(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + optional: true isomorphic-ws@5.0.0(ws@8.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: ws: 8.13.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) - isomorphic-ws@5.0.0(ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10)): - dependencies: - ws: 8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - isomorphic-ws@5.0.0(ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -40701,6 +44186,14 @@ snapshots: transitivePeerDependencies: - supports-color + istanbul-lib-source-maps@5.0.6: + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + debug: 4.3.7(supports-color@8.1.1) + istanbul-lib-coverage: 3.2.2 + transitivePeerDependencies: + - supports-color + istanbul-reports@3.1.7: dependencies: html-escaper: 2.0.2 @@ -40708,16 +44201,6 @@ snapshots: iterate-object@1.3.4: {} - iterator.prototype@1.1.3: - dependencies: - define-properties: 1.2.1 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.7 - set-function-name: 2.0.2 - - itty-time@1.0.6: {} - jackspeak@2.3.6: dependencies: '@isaacs/cliui': 8.0.2 @@ -40734,6 +44217,10 @@ snapshots: dependencies: '@isaacs/cliui': 8.0.2 + jackspeak@4.1.1: + dependencies: + '@isaacs/cliui': 8.0.2 + jake@10.9.2: dependencies: async: 3.2.6 @@ -40749,16 +44236,22 @@ snapshots: jest-util: 29.7.0 p-limit: 3.1.0 - jest-circus@29.7.0: + jest-changed-files@30.2.0: + dependencies: + execa: 5.1.1 + jest-util: 30.2.0 + p-limit: 3.1.0 + + jest-circus@29.7.0(babel-plugin-macros@3.1.0): dependencies: '@jest/environment': 29.7.0 '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 chalk: 4.1.2 co: 4.6.0 - dedent: 1.5.3 + dedent: 1.5.3(babel-plugin-macros@3.1.0) is-generator-fn: 2.1.0 jest-each: 29.7.0 jest-matcher-utils: 29.7.0 @@ -40775,16 +44268,42 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + jest-circus@30.2.0(babel-plugin-macros@3.1.0): + dependencies: + '@jest/environment': 30.2.0 + '@jest/expect': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + chalk: 4.1.2 + co: 4.6.0 + dedent: 1.7.1(babel-plugin-macros@3.1.0) + is-generator-fn: 2.1.0 + jest-each: 30.2.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + p-limit: 3.1.0 + pretty-format: 30.2.0 + pure-rand: 7.0.1 + slash: 3.0.0 + stack-utils: 2.0.6 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-cli@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + create-jest: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-config: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -40794,26 +44313,45 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + jest-cli@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - exit: 0.1.2 + exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-config: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + jest-util: 30.2.0 + jest-validate: 30.2.0 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node - jest-config@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + jest-cli@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 + chalk: 4.1.2 + exit-x: 0.2.2 + import-local: 3.2.0 + jest-config: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) + jest-util: 30.2.0 + jest-validate: 30.2.0 + yargs: 17.7.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest-config@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -40824,7 +44362,7 @@ snapshots: deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 29.7.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) jest-environment-node: 29.7.0 jest-get-type: 29.6.3 jest-regex-util: 29.6.3 @@ -40838,13 +44376,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 22.5.5 - ts-node: 10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + '@types/node': 22.19.3 + ts-node: 10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + jest-config@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)): dependencies: '@babel/core': 7.26.0 '@jest/test-sequencer': 29.7.0 @@ -40855,7 +44393,7 @@ snapshots: deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 29.7.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) jest-environment-node: 29.7.0 jest-get-type: 29.6.3 jest-regex-util: 29.6.3 @@ -40869,8 +44407,76 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 22.5.5 - ts-node: 10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + '@types/node': 22.19.3 + ts-node: 10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): + dependencies: + '@babel/core': 7.28.5 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.28.5) + chalk: 4.1.2 + ci-info: 4.3.1 + deepmerge: 4.3.1 + glob: 10.4.5 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 22.19.3 + esbuild-register: 3.6.0(esbuild@0.25.12) + ts-node: 10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)): + dependencies: + '@babel/core': 7.28.5 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.28.5) + chalk: 4.1.2 + ci-info: 4.3.1 + deepmerge: 4.3.1 + glob: 10.4.5 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 22.19.3 + esbuild-register: 3.6.0(esbuild@0.25.12) + ts-node: 10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -40882,10 +44488,21 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 + jest-diff@30.2.0: + dependencies: + '@jest/diff-sequences': 30.0.1 + '@jest/get-type': 30.1.0 + chalk: 4.1.2 + pretty-format: 30.2.0 + jest-docblock@29.7.0: dependencies: detect-newline: 3.1.0 + jest-docblock@30.2.0: + dependencies: + detect-newline: 3.1.0 + jest-each@29.7.0: dependencies: '@jest/types': 29.6.3 @@ -40894,13 +44511,21 @@ snapshots: jest-util: 29.7.0 pretty-format: 29.7.0 + jest-each@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + '@jest/types': 30.2.0 + chalk: 4.1.2 + jest-util: 30.2.0 + pretty-format: 30.2.0 + jest-environment-jsdom@29.7.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10): dependencies: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 22.5.5 + '@types/node': 22.19.3 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10) @@ -40916,17 +44541,27 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 jest-mock: 29.7.0 jest-util: 29.7.0 + jest-environment-node@30.2.0: + dependencies: + '@jest/environment': 30.2.0 + '@jest/fake-timers': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + jest-mock: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-get-type@29.6.3: {} jest-haste-map@29.7.0: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 22.5.5 + '@types/node': 22.19.3 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -40938,6 +44573,21 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + jest-haste-map@30.2.0: + dependencies: + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + jest-regex-util: 30.0.1 + jest-util: 30.2.0 + jest-worker: 30.2.0 + micromatch: 4.0.8 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.3 + jest-junit@16.0.0: dependencies: mkdirp: 1.0.4 @@ -40950,6 +44600,11 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 + jest-leak-detector@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + pretty-format: 30.2.0 + jest-matcher-utils@29.7.0: dependencies: chalk: 4.1.2 @@ -40957,6 +44612,13 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 + jest-matcher-utils@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + chalk: 4.1.2 + jest-diff: 30.2.0 + pretty-format: 30.2.0 + jest-message-util@29.7.0: dependencies: '@babel/code-frame': 7.26.2 @@ -40969,32 +44631,38 @@ snapshots: slash: 3.0.0 stack-utils: 2.0.6 + jest-message-util@30.2.0: + dependencies: + '@babel/code-frame': 7.27.1 + '@jest/types': 30.2.0 + '@types/stack-utils': 2.0.3 + chalk: 4.1.2 + graceful-fs: 4.2.11 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + stack-utils: 2.0.6 + jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 jest-util: 29.7.0 - jest-playwright-preset@4.0.0(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))): + jest-mock@30.2.0: dependencies: - expect-playwright: 0.8.0 - jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 - jest-process-manager: 0.4.0 - jest-runner: 29.7.0 - nyc: 15.1.0 - playwright-core: 1.49.0 - rimraf: 3.0.2 - uuid: 8.3.2 - transitivePeerDependencies: - - debug - - supports-color + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): optionalDependencies: jest-resolve: 29.7.0 + jest-pnp-resolver@1.2.3(jest-resolve@30.2.0): + optionalDependencies: + jest-resolve: 30.2.0 + jest-process-manager@0.4.0: dependencies: '@types/wait-on': 5.3.4 @@ -41013,6 +44681,8 @@ snapshots: jest-regex-util@29.6.3: {} + jest-regex-util@30.0.1: {} + jest-resolve-dependencies@29.7.0: dependencies: jest-regex-util: 29.6.3 @@ -41020,6 +44690,13 @@ snapshots: transitivePeerDependencies: - supports-color + jest-resolve-dependencies@30.2.0: + dependencies: + jest-regex-util: 30.0.1 + jest-snapshot: 30.2.0 + transitivePeerDependencies: + - supports-color + jest-resolve@29.7.0: dependencies: chalk: 4.1.2 @@ -41029,8 +44706,19 @@ snapshots: jest-util: 29.7.0 jest-validate: 29.7.0 resolve: 1.22.8 - resolve.exports: 2.0.2 + resolve.exports: 2.0.3 + slash: 3.0.0 + + jest-resolve@30.2.0: + dependencies: + chalk: 4.1.2 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + jest-pnp-resolver: 1.2.3(jest-resolve@30.2.0) + jest-util: 30.2.0 + jest-validate: 30.2.0 slash: 3.0.0 + unrs-resolver: 1.11.1 jest-runner@29.7.0: dependencies: @@ -41039,7 +44727,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -41058,6 +44746,33 @@ snapshots: transitivePeerDependencies: - supports-color + jest-runner@30.2.0: + dependencies: + '@jest/console': 30.2.0 + '@jest/environment': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + chalk: 4.1.2 + emittery: 0.13.1 + exit-x: 0.2.2 + graceful-fs: 4.2.11 + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-haste-map: 30.2.0 + jest-leak-detector: 30.2.0 + jest-message-util: 30.2.0 + jest-resolve: 30.2.0 + jest-runtime: 30.2.0 + jest-util: 30.2.0 + jest-watcher: 30.2.0 + jest-worker: 30.2.0 + p-limit: 3.1.0 + source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color + jest-runtime@29.7.0: dependencies: '@jest/environment': 29.7.0 @@ -41067,7 +44782,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -41085,6 +44800,33 @@ snapshots: transitivePeerDependencies: - supports-color + jest-runtime@30.2.0: + dependencies: + '@jest/environment': 30.2.0 + '@jest/fake-timers': 30.2.0 + '@jest/globals': 30.2.0 + '@jest/source-map': 30.0.1 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + chalk: 4.1.2 + cjs-module-lexer: 2.2.0 + collect-v8-coverage: 1.0.2 + glob: 10.4.5 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + slash: 3.0.0 + strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color + jest-serializer-html@7.1.0: dependencies: diffable-html: 4.1.0 @@ -41114,15 +44856,50 @@ snapshots: transitivePeerDependencies: - supports-color + jest-snapshot@30.2.0: + dependencies: + '@babel/core': 7.28.5 + '@babel/generator': 7.28.5 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) + '@babel/types': 7.28.5 + '@jest/expect-utils': 30.2.0 + '@jest/get-type': 30.1.0 + '@jest/snapshot-utils': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.5) + chalk: 4.1.2 + expect: 30.2.0 + graceful-fs: 4.2.11 + jest-diff: 30.2.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + pretty-format: 30.2.0 + semver: 7.7.3 + synckit: 0.11.11 + transitivePeerDependencies: + - supports-color + jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 + jest-util@30.2.0: + dependencies: + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + chalk: 4.1.2 + ci-info: 4.3.1 + graceful-fs: 4.2.11 + picomatch: 4.0.2 + jest-validate@29.7.0: dependencies: '@jest/types': 29.6.3 @@ -41132,68 +44909,110 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))): + jest-validate@30.2.0: dependencies: - ansi-escapes: 6.2.1 + '@jest/get-type': 30.1.0 + '@jest/types': 30.2.0 + camelcase: 6.3.0 + chalk: 4.1.2 + leven: 3.1.0 + pretty-format: 30.2.0 + + jest-watch-typeahead@3.0.1(jest@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2))): + dependencies: + ansi-escapes: 7.0.0 chalk: 5.3.0 - jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-regex-util: 29.6.3 - jest-watcher: 29.7.0 + jest: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + jest-regex-util: 30.0.1 + jest-watcher: 30.2.0 slash: 5.1.0 - string-length: 5.0.1 + string-length: 6.0.0 strip-ansi: 7.1.0 jest-watcher@29.7.0: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 jest-util: 29.7.0 string-length: 4.0.2 + jest-watcher@30.2.0: + dependencies: + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 22.19.3 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + emittery: 0.13.1 + jest-util: 30.2.0 + string-length: 4.0.2 + jest-worker@27.0.0-next.5: dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@27.5.1: dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + jest-worker@30.2.0: dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + '@types/node': 22.19.3 + '@ungap/structured-clone': 1.3.0 + jest-util: 30.2.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + + jest@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): + dependencies: + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-cli: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros - supports-color - ts-node - jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + jest@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) + '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + jest-cli: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest@30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.12))(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.3)) + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register - supports-color - ts-node @@ -41203,9 +45022,11 @@ snapshots: jiti@1.21.6: {} - jiti@2.0.0-beta.3: {} + jiti@1.21.7: {} + + jiti@2.4.2: {} - jiti@2.4.1: {} + jiti@2.6.1: {} jju@1.4.0: {} @@ -41219,38 +45040,49 @@ snapshots: join-component@1.1.0: {} - jotai-devtools@0.10.1(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@5.0.1): + jotai-devtools@0.13.0(@types/react@18.3.12)(jotai@2.16.1(@babel/core@7.26.0)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@5.0.1): dependencies: - '@mantine/code-highlight': 7.14.3(@mantine/core@7.14.3(@mantine/hooks@7.14.3(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.14.3(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mantine/core': 7.14.3(@mantine/hooks@7.14.3(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mantine/hooks': 7.14.3(react@18.3.1) + '@mantine/code-highlight': 7.17.8(@mantine/core@7.17.8(@mantine/hooks@7.17.8(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.17.8(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mantine/core': 7.17.8(@mantine/hooks@7.17.8(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mantine/hooks': 7.17.8(react@18.3.1) '@redux-devtools/extension': 3.3.0(redux@5.0.1) clsx: 2.1.1 javascript-stringify: 2.1.0 + jotai: 2.16.1(@babel/core@7.26.0)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) jsondiffpatch: 0.5.0 react: 18.3.1 react-base16-styling: 0.9.1 - react-error-boundary: 4.1.2(react@18.3.1) + react-error-boundary: 5.0.0(react@18.3.1) react-json-tree: 0.18.0(@types/react@18.3.12)(react@18.3.1) - react-resizable-panels: 2.0.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-resizable-panels: 2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@types/react' - react-dom - redux - jotai-optics@0.4.0(jotai@2.10.3(@types/react@18.3.12)(react@18.3.1))(optics-ts@2.4.1): + jotai-optics@0.4.0(jotai@2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1))(optics-ts@2.4.1): dependencies: - jotai: 2.10.3(@types/react@18.3.12)(react@18.3.1) + jotai: 2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1) optics-ts: 2.4.1 - jotai@2.10.3(@types/react@18.3.12)(react@18.3.1): + jotai@2.16.1(@babel/core@7.26.0)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1): optionalDependencies: + '@babel/core': 7.26.0 + '@babel/template': 7.27.2 + '@types/react': 18.3.12 + react: 18.3.1 + + jotai@2.16.1(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.12)(react@18.3.1): + optionalDependencies: + '@babel/core': 7.28.5 + '@babel/template': 7.27.2 '@types/react': 18.3.12 react: 18.3.1 joycon@3.1.1: {} - js-sdsl@4.3.0: {} + js-sdsl@4.3.0: + optional: true js-tokens@4.0.0: {} @@ -41263,6 +45095,10 @@ snapshots: dependencies: argparse: 2.0.1 + js-yaml@4.1.1: + dependencies: + argparse: 2.0.1 + jsbi@4.3.0: {} jsbn@0.1.1: {} @@ -41298,6 +45134,31 @@ snapshots: transitivePeerDependencies: - supports-color + jscodeshift@0.14.0(@babel/preset-env@7.26.0(@babel/core@7.28.5)): + dependencies: + '@babel/core': 7.26.0 + '@babel/parser': 7.26.2 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.26.0) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.26.0) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.26.0) + '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.28.5) + '@babel/preset-flow': 7.25.9(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/register': 7.25.9(@babel/core@7.26.0) + babel-core: 7.0.0-bridge.0(@babel/core@7.26.0) + chalk: 4.1.2 + flow-parser: 0.255.0 + graceful-fs: 4.2.11 + micromatch: 4.0.8 + neo-async: 2.6.2 + node-dir: 0.1.17 + recast: 0.21.5 + temp: 0.8.4 + write-file-atomic: 2.4.3 + transitivePeerDependencies: + - supports-color + jsdoc-type-pratt-parser@4.1.0: {} jsdom@20.0.3(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10): @@ -41373,6 +45234,8 @@ snapshots: jsesc@3.0.2: {} + jsesc@3.1.0: {} + json-buffer@3.0.1: {} json-parse-better-errors@1.0.2: {} @@ -41415,6 +45278,13 @@ snapshots: espree: 9.6.1 semver: 7.6.3 + jsonc-eslint-parser@2.4.2: + dependencies: + acorn: 8.14.0 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + semver: 7.6.3 + jsonc-parser@3.2.0: {} jsonc-parser@3.2.1: {} @@ -41526,6 +45396,10 @@ snapshots: jwa: 1.4.1 safe-buffer: 5.2.1 + katex@0.16.27: + dependencies: + commander: 8.3.0 + keygrip@1.1.0: dependencies: tsscmp: 1.0.6 @@ -41534,11 +45408,6 @@ snapshots: dependencies: json-buffer: 3.0.1 - kill-port@2.0.1: - dependencies: - get-them-args: 1.3.2 - shell-exec: 1.0.2 - kind-of@6.0.3: {} kleur@3.0.3: {} @@ -41547,27 +45416,24 @@ snapshots: klona@2.0.6: {} - knip@5.25.2(@types/node@22.5.5)(typescript@5.7.2): + knip@5.79.0(@types/node@22.19.3)(typescript@5.7.2): dependencies: '@nodelib/fs.walk': 1.2.8 - '@snyk/github-codeowners': 1.1.0 - '@types/node': 22.5.5 - easy-table: 1.2.0 - fast-glob: 3.3.2 - jiti: 1.21.6 - js-yaml: 4.1.0 + '@types/node': 22.19.3 + fast-glob: 3.3.3 + formatly: 0.3.0 + jiti: 2.6.1 + js-yaml: 4.1.1 minimist: 1.2.8 + oxc-resolver: 11.16.2 picocolors: 1.1.1 picomatch: 4.0.2 - pretty-ms: 9.2.0 - resolve: 1.22.8 - smol-toml: 1.3.1 - strip-json-comments: 5.0.1 - summary: 2.1.0 - tsconfig-paths: 4.2.0 + smol-toml: 1.6.0 + strip-json-comments: 5.0.3 typescript: 5.7.2 - zod: 3.23.8 - zod-validation-error: 3.4.0(zod@3.23.8) + zod: 4.3.5 + + knitwork@1.3.0: {} koa-compose@4.1.0: {} @@ -41576,7 +45442,7 @@ snapshots: co: 4.6.0 koa-compose: 4.1.0 - koa@2.15.3: + koa@2.15.4: dependencies: accepts: 1.3.8 cache-content-type: 1.0.1 @@ -41604,69 +45470,88 @@ snapshots: transitivePeerDependencies: - supports-color + koa@3.0.3: + dependencies: + accepts: 1.3.8 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookies: 0.9.1 + delegates: 1.0.0 + destroy: 1.2.0 + encodeurl: 2.0.0 + escape-html: 1.0.3 + fresh: 0.5.2 + http-assert: 1.5.0 + http-errors: 2.0.0 + koa-compose: 4.1.0 + mime-types: 3.0.2 + on-finished: 2.4.1 + parseurl: 1.3.3 + statuses: 2.0.1 + type-is: 2.0.1 + vary: 1.1.2 + + lan-network@0.1.7: {} + language-subtag-registry@0.3.23: {} language-tags@1.0.9: dependencies: language-subtag-registry: 0.3.23 - latest-version@7.0.0: - dependencies: - package-json: 8.1.1 - launch-editor@2.9.1: dependencies: picocolors: 1.1.1 shell-quote: 1.8.2 - lefthook-darwin-arm64@1.8.4: + lefthook-darwin-arm64@1.13.6: optional: true - lefthook-darwin-x64@1.8.4: + lefthook-darwin-x64@1.13.6: optional: true - lefthook-freebsd-arm64@1.8.4: + lefthook-freebsd-arm64@1.13.6: optional: true - lefthook-freebsd-x64@1.8.4: + lefthook-freebsd-x64@1.13.6: optional: true - lefthook-linux-arm64@1.8.4: + lefthook-linux-arm64@1.13.6: optional: true - lefthook-linux-x64@1.8.4: + lefthook-linux-x64@1.13.6: optional: true - lefthook-openbsd-arm64@1.8.4: + lefthook-openbsd-arm64@1.13.6: optional: true - lefthook-openbsd-x64@1.8.4: + lefthook-openbsd-x64@1.13.6: optional: true - lefthook-windows-arm64@1.8.4: + lefthook-windows-arm64@1.13.6: optional: true - lefthook-windows-x64@1.8.4: + lefthook-windows-x64@1.13.6: optional: true - lefthook@1.8.4: + lefthook@1.13.6: optionalDependencies: - lefthook-darwin-arm64: 1.8.4 - lefthook-darwin-x64: 1.8.4 - lefthook-freebsd-arm64: 1.8.4 - lefthook-freebsd-x64: 1.8.4 - lefthook-linux-arm64: 1.8.4 - lefthook-linux-x64: 1.8.4 - lefthook-openbsd-arm64: 1.8.4 - lefthook-openbsd-x64: 1.8.4 - lefthook-windows-arm64: 1.8.4 - lefthook-windows-x64: 1.8.4 - - less-loader@11.1.0(less@4.1.3)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + lefthook-darwin-arm64: 1.13.6 + lefthook-darwin-x64: 1.13.6 + lefthook-freebsd-arm64: 1.13.6 + lefthook-freebsd-x64: 1.13.6 + lefthook-linux-arm64: 1.13.6 + lefthook-linux-x64: 1.13.6 + lefthook-openbsd-arm64: 1.13.6 + lefthook-openbsd-x64: 1.13.6 + lefthook-windows-arm64: 1.13.6 + lefthook-windows-x64: 1.13.6 + + less-loader@11.1.0(less@4.1.3)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: klona: 2.0.6 less: 4.1.3 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) less@4.1.3: dependencies: @@ -41682,7 +45567,8 @@ snapshots: needle: 3.3.1 source-map: 0.6.1 - leven@2.1.0: {} + leven@2.1.0: + optional: true leven@3.1.0: {} @@ -41696,11 +45582,11 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: webpack-sources: 3.2.3 optionalDependencies: - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) lighthouse-logger@1.4.2: dependencies: @@ -41712,27 +45598,57 @@ snapshots: lightningcss-darwin-arm64@1.19.0: optional: true + lightningcss-darwin-arm64@1.27.0: + optional: true + lightningcss-darwin-x64@1.19.0: optional: true + lightningcss-darwin-x64@1.27.0: + optional: true + + lightningcss-freebsd-x64@1.27.0: + optional: true + lightningcss-linux-arm-gnueabihf@1.19.0: optional: true + lightningcss-linux-arm-gnueabihf@1.27.0: + optional: true + lightningcss-linux-arm64-gnu@1.19.0: optional: true + lightningcss-linux-arm64-gnu@1.27.0: + optional: true + lightningcss-linux-arm64-musl@1.19.0: optional: true + lightningcss-linux-arm64-musl@1.27.0: + optional: true + lightningcss-linux-x64-gnu@1.19.0: optional: true + lightningcss-linux-x64-gnu@1.27.0: + optional: true + lightningcss-linux-x64-musl@1.19.0: optional: true + lightningcss-linux-x64-musl@1.27.0: + optional: true + + lightningcss-win32-arm64-msvc@1.27.0: + optional: true + lightningcss-win32-x64-msvc@1.19.0: optional: true + lightningcss-win32-x64-msvc@1.27.0: + optional: true + lightningcss@1.19.0: dependencies: detect-libc: 1.0.3 @@ -41746,11 +45662,24 @@ snapshots: lightningcss-linux-x64-musl: 1.19.0 lightningcss-win32-x64-msvc: 1.19.0 - lilconfig@2.1.0: {} + lightningcss@1.27.0: + dependencies: + detect-libc: 1.0.3 + optionalDependencies: + lightningcss-darwin-arm64: 1.27.0 + lightningcss-darwin-x64: 1.27.0 + lightningcss-freebsd-x64: 1.27.0 + lightningcss-linux-arm-gnueabihf: 1.27.0 + lightningcss-linux-arm64-gnu: 1.27.0 + lightningcss-linux-arm64-musl: 1.27.0 + lightningcss-linux-x64-gnu: 1.27.0 + lightningcss-linux-x64-musl: 1.27.0 + lightningcss-win32-arm64-msvc: 1.27.0 + lightningcss-win32-x64-msvc: 1.27.0 lilconfig@3.1.2: {} - limit-spawn@0.0.3: {} + lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -41758,36 +45687,10 @@ snapshots: lines-and-columns@2.0.4: {} - linkify-it@3.0.3: - dependencies: - uc.micro: 1.0.6 - linkify-it@5.0.0: dependencies: uc.micro: 2.1.0 - listhen@1.9.0: - dependencies: - '@parcel/watcher': 2.5.0 - '@parcel/watcher-wasm': 2.5.0 - citty: 0.1.6 - clipboardy: 4.0.0 - consola: 3.2.3 - crossws: 0.3.1 - defu: 6.1.4 - get-port-please: 3.1.2 - h3: 1.13.0 - http-shutdown: 1.2.2 - jiti: 2.4.1 - mlly: 1.7.3 - node-forge: 1.3.1 - pathe: 1.1.2 - std-env: 3.8.0 - ufo: 1.5.4 - untun: 0.1.3 - uqr: 0.1.2 - optional: true - livescript@1.6.0: dependencies: optionator: 0.8.3 @@ -41795,11 +45698,6 @@ snapshots: source-map: 0.6.1 source-map-support: 0.5.6 - load-plugin@5.1.0: - dependencies: - '@npmcli/config': 6.4.1 - import-meta-resolve: 2.2.2 - load-plugin@6.0.3: dependencies: '@npmcli/config': 8.3.4 @@ -41825,7 +45723,11 @@ snapshots: loader-utils@3.3.1: {} - locate-character@3.0.0: {} + local-pkg@1.1.2: + dependencies: + mlly: 1.8.0 + pkg-types: 2.3.0 + quansync: 0.2.11 locate-path@3.0.0: dependencies: @@ -41911,25 +45813,25 @@ snapshots: log-symbols@6.0.0: dependencies: - chalk: 5.3.0 + chalk: 5.6.2 is-unicode-supported: 1.3.0 - log4brains@1.0.1(@types/react@18.3.12)(sass@1.81.0)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + log4brains@1.1.0(bufferutil@4.0.8)(sass@1.97.1)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: - '@log4brains/cli': 1.0.0 - '@log4brains/cli-common': 1.0.0 - '@log4brains/init': 1.0.0 - '@log4brains/web': 1.0.1(@types/react@18.3.12)(sass@1.81.0)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + '@log4brains/cli': 1.1.0 + '@log4brains/cli-common': 1.1.0 + '@log4brains/core': 1.1.0 + '@log4brains/init': 1.1.0 + '@log4brains/web': 1.1.0(bufferutil@4.0.8)(sass@1.97.1)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) chalk: 4.1.2 commander: 6.2.1 - esm: 3.2.25 transitivePeerDependencies: - - '@types/react' + - bufferutil - fibers - node-sass - sass - supports-color - - typescript + - utf-8-validate - webpack log4js@6.9.1: @@ -41976,19 +45878,12 @@ snapshots: dependencies: tslib: 2.8.1 - lowercase-keys@2.0.0: {} - lowercase-keys@3.0.0: {} lru-cache@10.4.3: {} lru-cache@11.0.2: {} - lru-cache@4.1.5: - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - lru-cache@5.1.1: dependencies: yallist: 3.1.1 @@ -42024,6 +45919,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-cancellable-promise@1.3.2: {} make-dir-cli@3.1.0: @@ -42058,18 +45957,8 @@ snapshots: map-or-similar@1.5.0: {} - map-stream@0.1.0: {} - markdown-it-source-map@0.1.1: {} - markdown-it@11.0.1: - dependencies: - argparse: 1.0.10 - entities: 2.0.3 - linkify-it: 3.0.3 - mdurl: 1.0.1 - uc.micro: 1.0.6 - markdown-it@14.1.0: dependencies: argparse: 2.0.1 @@ -42089,6 +45978,21 @@ snapshots: dependencies: react: 17.0.2 + markdownlint-cli2-formatter-default@0.0.5(markdownlint-cli2@0.17.2): + dependencies: + markdownlint-cli2: 0.17.2 + + markdownlint-cli2@0.17.2: + dependencies: + globby: 14.0.2 + js-yaml: 4.1.0 + jsonc-parser: 3.3.1 + markdownlint: 0.37.4 + markdownlint-cli2-formatter-default: 0.0.5(markdownlint-cli2@0.17.2) + micromatch: 4.0.8 + transitivePeerDependencies: + - supports-color + markdownlint-micromark@0.1.9: {} markdownlint@0.34.0: @@ -42096,6 +46000,20 @@ snapshots: markdown-it: 14.1.0 markdownlint-micromark: 0.1.9 + markdownlint@0.37.4: + dependencies: + markdown-it: 14.1.0 + micromark: 4.0.1 + micromark-core-commonmark: 2.0.2 + micromark-extension-directive: 3.0.2 + micromark-extension-gfm-autolink-literal: 2.1.0 + micromark-extension-gfm-footnote: 2.1.0 + micromark-extension-gfm-table: 2.1.0 + micromark-extension-math: 3.1.0 + micromark-util-types: 2.0.1 + transitivePeerDependencies: + - supports-color + marked-terminal@5.2.0(marked@14.1.4): dependencies: ansi-escapes: 6.2.1 @@ -42110,13 +46028,15 @@ snapshots: marky@1.2.5: {} - maska@3.0.4: {} + maska@3.2.0: {} match-sorter@8.0.0: dependencies: '@babel/runtime': 7.26.0 remove-accents: 0.5.0 + math-intrinsics@1.1.0: {} + md5-file@3.2.3: dependencies: buffer-alloc: 1.2.0 @@ -42141,26 +46061,12 @@ snapshots: md5hex@1.0.0: {} - mdast-comment-marker@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-mdx-expression: 1.3.2 - transitivePeerDependencies: - - supports-color - mdast-util-find-and-replace@1.1.1: dependencies: escape-string-regexp: 4.0.0 unist-util-is: 4.1.0 unist-util-visit-parents: 3.1.1 - mdast-util-find-and-replace@2.2.2: - dependencies: - '@types/mdast': 3.0.15 - escape-string-regexp: 5.0.0 - unist-util-is: 5.2.1 - unist-util-visit-parents: 5.1.3 - mdast-util-find-and-replace@3.0.1: dependencies: '@types/mdast': 4.0.4 @@ -42185,23 +46091,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-from-markdown@1.3.1: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.11 - decode-named-character-reference: 1.0.2 - mdast-util-to-string: 3.2.0 - micromark: 3.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-decode-string: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-stringify-position: 3.0.3 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - mdast-util-from-markdown@2.0.2: dependencies: '@types/mdast': 4.0.4 @@ -42223,12 +46112,6 @@ snapshots: dependencies: micromark-extension-frontmatter: 0.2.2 - mdast-util-frontmatter@1.0.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 - micromark-extension-frontmatter: 1.1.1 - mdast-util-frontmatter@2.0.1: dependencies: '@types/mdast': 4.0.4 @@ -42248,13 +46131,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-gfm-autolink-literal@1.0.3: - dependencies: - '@types/mdast': 3.0.15 - ccount: 2.0.1 - mdast-util-find-and-replace: 2.2.2 - micromark-util-character: 1.2.0 - mdast-util-gfm-autolink-literal@2.0.1: dependencies: '@types/mdast': 4.0.4 @@ -42263,12 +46139,6 @@ snapshots: mdast-util-find-and-replace: 3.0.1 micromark-util-character: 2.1.1 - mdast-util-gfm-footnote@1.0.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 - micromark-util-normalize-identifier: 1.1.0 - mdast-util-gfm-footnote@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -42283,11 +46153,6 @@ snapshots: dependencies: mdast-util-to-markdown: 0.6.5 - mdast-util-gfm-strikethrough@1.0.3: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 - mdast-util-gfm-strikethrough@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -42301,15 +46166,6 @@ snapshots: markdown-table: 2.0.0 mdast-util-to-markdown: 0.6.5 - mdast-util-gfm-table@1.0.7: - dependencies: - '@types/mdast': 3.0.15 - markdown-table: 3.0.4 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - mdast-util-gfm-table@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -42324,11 +46180,6 @@ snapshots: dependencies: mdast-util-to-markdown: 0.6.5 - mdast-util-gfm-task-list-item@1.0.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 - mdast-util-gfm-task-list-item@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -42348,18 +46199,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-gfm@2.0.2: - dependencies: - mdast-util-from-markdown: 1.3.1 - mdast-util-gfm-autolink-literal: 1.0.3 - mdast-util-gfm-footnote: 1.0.2 - mdast-util-gfm-strikethrough: 1.0.3 - mdast-util-gfm-table: 1.0.7 - mdast-util-gfm-task-list-item: 1.0.2 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - mdast-util-gfm@3.0.0: dependencies: mdast-util-from-markdown: 2.0.2 @@ -42372,16 +46211,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-mdx-expression@1.3.2: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - mdast-util-mdx-expression@2.0.1: dependencies: '@types/estree-jsx': 1.0.5 @@ -42393,23 +46222,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-mdx-jsx@2.1.4: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - '@types/unist': 2.0.11 - ccount: 2.0.1 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - parse-entities: 4.0.1 - stringify-entities: 4.0.4 - unist-util-remove-position: 4.0.2 - unist-util-stringify-position: 3.0.3 - vfile-message: 3.1.4 - transitivePeerDependencies: - - supports-color - mdast-util-mdx-jsx@3.1.3: dependencies: '@types/estree-jsx': 1.0.5 @@ -42427,16 +46239,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-mdx@2.0.1: - dependencies: - mdast-util-from-markdown: 1.3.1 - mdast-util-mdx-expression: 1.3.2 - mdast-util-mdx-jsx: 2.1.4 - mdast-util-mdxjs-esm: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - mdast-util-mdx@3.0.0: dependencies: mdast-util-from-markdown: 2.0.2 @@ -42447,16 +46249,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-mdxjs-esm@1.3.1: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - mdast-util-mdxjs-esm@2.0.1: dependencies: '@types/estree-jsx': 1.0.5 @@ -42468,11 +46260,6 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-phrasing@3.0.1: - dependencies: - '@types/mdast': 3.0.15 - unist-util-is: 5.2.1 - mdast-util-phrasing@4.1.0: dependencies: '@types/mdast': 4.0.4 @@ -42487,17 +46274,6 @@ snapshots: repeat-string: 1.6.1 zwitch: 1.0.5 - mdast-util-to-markdown@1.5.0: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.11 - longest-streak: 3.1.0 - mdast-util-phrasing: 3.0.1 - mdast-util-to-string: 3.2.0 - micromark-util-decode-string: 1.1.0 - unist-util-visit: 4.1.2 - zwitch: 2.0.4 - mdast-util-to-markdown@2.1.2: dependencies: '@types/mdast': 4.0.4 @@ -42510,32 +46286,8 @@ snapshots: unist-util-visit: 5.0.0 zwitch: 2.0.4 - mdast-util-to-nlcst@5.2.1: - dependencies: - '@types/mdast': 3.0.15 - '@types/nlcst': 1.0.4 - '@types/unist': 2.0.11 - nlcst-to-string: 3.1.1 - unist-util-position: 4.0.4 - vfile: 5.3.7 - vfile-location: 4.1.0 - - mdast-util-to-nlcst@7.0.1: - dependencies: - '@types/mdast': 4.0.4 - '@types/nlcst': 2.0.3 - '@types/unist': 3.0.3 - nlcst-to-string: 4.0.0 - unist-util-position: 5.0.0 - vfile: 6.0.3 - vfile-location: 5.0.3 - mdast-util-to-string@2.0.0: {} - mdast-util-to-string@3.2.0: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string@4.0.0: dependencies: '@types/mdast': 4.0.4 @@ -42546,12 +46298,14 @@ snapshots: mdn-data@2.0.30: {} - mdurl@1.0.1: {} + mdn-data@2.12.2: {} mdurl@2.0.0: {} media-typer@0.3.0: {} + media-typer@1.1.0: {} + memfs@3.5.3: dependencies: fs-monkey: 1.0.6 @@ -42588,23 +46342,10 @@ snapshots: type-fest: 1.4.0 yargs-parser: 20.2.9 - meow@11.0.0: - dependencies: - '@types/minimist': 1.2.5 - camelcase-keys: 8.0.2 - decamelize: 6.0.0 - decamelize-keys: 1.1.1 - hard-rejection: 2.1.0 - minimist-options: 4.1.0 - normalize-package-data: 4.0.1 - read-pkg-up: 9.1.0 - redent: 4.0.0 - trim-newlines: 4.1.1 - type-fest: 3.13.1 - yargs-parser: 21.1.1 - meow@12.1.1: {} + meow@13.2.0: {} + merge-descriptors@1.0.3: {} merge-refs@1.3.0(@types/react@18.3.12): @@ -42615,9 +46356,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@22.5.5): + meros@1.3.0(@types/node@22.19.3): optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 methods@1.1.2: {} @@ -42630,16 +46371,38 @@ snapshots: transitivePeerDependencies: - supports-color + metro-babel-transformer@0.83.1: + dependencies: + '@babel/core': 7.26.0 + flow-enums-runtime: 0.0.6 + hermes-parser: 0.29.1 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + metro-cache-key@0.80.12: dependencies: flow-enums-runtime: 0.0.6 + metro-cache-key@0.83.1: + dependencies: + flow-enums-runtime: 0.0.6 + metro-cache@0.80.12: dependencies: exponential-backoff: 3.1.1 flow-enums-runtime: 0.0.6 metro-core: 0.80.12 + metro-cache@0.83.1: + dependencies: + exponential-backoff: 3.1.1 + flow-enums-runtime: 0.0.6 + https-proxy-agent: 7.0.5 + metro-core: 0.83.1 + transitivePeerDependencies: + - supports-color + metro-config@0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: connect: 3.7.0 @@ -42655,12 +46418,33 @@ snapshots: - supports-color - utf-8-validate + metro-config@0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + dependencies: + connect: 3.7.0 + cosmiconfig: 5.2.1 + flow-enums-runtime: 0.0.6 + jest-validate: 29.7.0 + metro: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-cache: 0.83.1 + metro-core: 0.83.1 + metro-runtime: 0.83.1 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + metro-core@0.80.12: dependencies: flow-enums-runtime: 0.0.6 lodash.throttle: 4.1.1 metro-resolver: 0.80.12 + metro-core@0.83.1: + dependencies: + flow-enums-runtime: 0.0.6 + lodash.throttle: 4.1.1 + metro-resolver: 0.83.1 + metro-file-map@0.80.12: dependencies: anymatch: 3.1.3 @@ -42679,20 +46463,48 @@ snapshots: transitivePeerDependencies: - supports-color + metro-file-map@0.83.1: + dependencies: + debug: 4.4.3(supports-color@8.1.1) + fb-watchman: 2.0.2 + flow-enums-runtime: 0.0.6 + graceful-fs: 4.2.11 + invariant: 2.2.4 + jest-worker: 29.7.0 + micromatch: 4.0.8 + nullthrows: 1.1.1 + walker: 1.0.8 + transitivePeerDependencies: + - supports-color + metro-minify-terser@0.80.12: dependencies: flow-enums-runtime: 0.0.6 terser: 5.36.0 + metro-minify-terser@0.83.1: + dependencies: + flow-enums-runtime: 0.0.6 + terser: 5.36.0 + metro-resolver@0.80.12: dependencies: flow-enums-runtime: 0.0.6 + metro-resolver@0.83.1: + dependencies: + flow-enums-runtime: 0.0.6 + metro-runtime@0.80.12: dependencies: '@babel/runtime': 7.26.0 flow-enums-runtime: 0.0.6 + metro-runtime@0.83.1: + dependencies: + '@babel/runtime': 7.26.0 + flow-enums-runtime: 0.0.6 + metro-source-map@0.80.12: dependencies: '@babel/traverse': 7.25.9 @@ -42707,6 +46519,21 @@ snapshots: transitivePeerDependencies: - supports-color + metro-source-map@0.83.1: + dependencies: + '@babel/traverse': 7.25.9 + '@babel/traverse--for-generate-function-map': '@babel/traverse@7.25.9' + '@babel/types': 7.26.0 + flow-enums-runtime: 0.0.6 + invariant: 2.2.4 + metro-symbolicate: 0.83.1 + nullthrows: 1.1.1 + ob1: 0.83.1 + source-map: 0.5.7 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + metro-symbolicate@0.80.12: dependencies: flow-enums-runtime: 0.0.6 @@ -42719,6 +46546,17 @@ snapshots: transitivePeerDependencies: - supports-color + metro-symbolicate@0.83.1: + dependencies: + flow-enums-runtime: 0.0.6 + invariant: 2.2.4 + metro-source-map: 0.83.1 + nullthrows: 1.1.1 + source-map: 0.5.7 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + metro-transform-plugins@0.80.12: dependencies: '@babel/core': 7.26.0 @@ -42730,6 +46568,17 @@ snapshots: transitivePeerDependencies: - supports-color + metro-transform-plugins@0.83.1: + dependencies: + '@babel/core': 7.26.0 + '@babel/generator': 7.26.2 + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + flow-enums-runtime: 0.0.6 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + metro-transform-worker@0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@babel/core': 7.26.0 @@ -42750,6 +46599,26 @@ snapshots: - supports-color - utf-8-validate + metro-transform-worker@0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + dependencies: + '@babel/core': 7.26.0 + '@babel/generator': 7.26.2 + '@babel/parser': 7.26.2 + '@babel/types': 7.26.0 + flow-enums-runtime: 0.0.6 + metro: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-babel-transformer: 0.83.1 + metro-cache: 0.83.1 + metro-cache-key: 0.83.1 + metro-minify-terser: 0.83.1 + metro-source-map: 0.83.1 + metro-transform-plugins: 0.83.1 + nullthrows: 1.1.1 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + metro@0.80.12(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@babel/code-frame': 7.26.2 @@ -42799,24 +46668,52 @@ snapshots: - supports-color - utf-8-validate - micromark-core-commonmark@1.1.0: + metro@0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: - decode-named-character-reference: 1.0.2 - micromark-factory-destination: 1.1.0 - micromark-factory-label: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-factory-title: 1.1.0 - micromark-factory-whitespace: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-html-tag-name: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 + '@babel/code-frame': 7.26.2 + '@babel/core': 7.26.0 + '@babel/generator': 7.26.2 + '@babel/parser': 7.26.2 + '@babel/template': 7.25.9 + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 + accepts: 1.3.8 + chalk: 4.1.2 + ci-info: 2.0.0 + connect: 3.7.0 + debug: 4.4.3(supports-color@8.1.1) + error-stack-parser: 2.1.4 + flow-enums-runtime: 0.0.6 + graceful-fs: 4.2.11 + hermes-parser: 0.29.1 + image-size: 1.1.1 + invariant: 2.2.4 + jest-worker: 29.7.0 + jsc-safe-url: 0.2.4 + lodash.throttle: 4.1.1 + metro-babel-transformer: 0.83.1 + metro-cache: 0.83.1 + metro-cache-key: 0.83.1 + metro-config: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + metro-core: 0.83.1 + metro-file-map: 0.83.1 + metro-resolver: 0.83.1 + metro-runtime: 0.83.1 + metro-source-map: 0.83.1 + metro-symbolicate: 0.83.1 + metro-transform-plugins: 0.83.1 + metro-transform-worker: 0.83.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) + mime-types: 2.1.35 + nullthrows: 1.1.1 + serialize-error: 2.1.0 + source-map: 0.5.7 + throat: 5.0.0 + ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + yargs: 17.7.2 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate micromark-core-commonmark@2.0.2: dependencies: @@ -42837,6 +46734,16 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 + micromark-extension-directive@3.0.2: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.1 + micromark-factory-whitespace: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 + parse-entities: 4.0.1 + micromark-extension-footnote@0.3.2: dependencies: micromark: 2.11.4 @@ -42847,13 +46754,6 @@ snapshots: dependencies: fault: 1.0.4 - micromark-extension-frontmatter@1.1.1: - dependencies: - fault: 2.0.1 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-extension-frontmatter@2.0.0: dependencies: fault: 2.0.1 @@ -42867,13 +46767,6 @@ snapshots: transitivePeerDependencies: - supports-color - micromark-extension-gfm-autolink-literal@1.0.5: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-extension-gfm-autolink-literal@2.1.0: dependencies: micromark-util-character: 2.1.1 @@ -42881,17 +46774,6 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-extension-gfm-footnote@1.1.2: - dependencies: - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-extension-gfm-footnote@2.1.0: dependencies: devlop: 1.1.0 @@ -42909,15 +46791,6 @@ snapshots: transitivePeerDependencies: - supports-color - micromark-extension-gfm-strikethrough@1.0.7: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-extension-gfm-strikethrough@2.1.0: dependencies: devlop: 1.1.0 @@ -42933,14 +46806,6 @@ snapshots: transitivePeerDependencies: - supports-color - micromark-extension-gfm-table@1.0.7: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-extension-gfm-table@2.1.0: dependencies: devlop: 1.1.0 @@ -42951,10 +46816,6 @@ snapshots: micromark-extension-gfm-tagfilter@0.3.0: {} - micromark-extension-gfm-tagfilter@1.0.2: - dependencies: - micromark-util-types: 1.1.0 - micromark-extension-gfm-tagfilter@2.0.0: dependencies: micromark-util-types: 2.0.1 @@ -42965,14 +46826,6 @@ snapshots: transitivePeerDependencies: - supports-color - micromark-extension-gfm-task-list-item@1.0.5: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-extension-gfm-task-list-item@2.1.0: dependencies: devlop: 1.1.0 @@ -42992,17 +46845,6 @@ snapshots: transitivePeerDependencies: - supports-color - micromark-extension-gfm@2.0.3: - dependencies: - micromark-extension-gfm-autolink-literal: 1.0.5 - micromark-extension-gfm-footnote: 1.1.2 - micromark-extension-gfm-strikethrough: 1.0.7 - micromark-extension-gfm-table: 1.0.7 - micromark-extension-gfm-tagfilter: 1.0.2 - micromark-extension-gfm-task-list-item: 1.0.5 - micromark-util-combine-extensions: 1.1.0 - micromark-util-types: 1.1.0 - micromark-extension-gfm@3.0.0: dependencies: micromark-extension-gfm-autolink-literal: 2.1.0 @@ -43014,16 +46856,15 @@ snapshots: micromark-util-combine-extensions: 2.0.1 micromark-util-types: 2.0.1 - micromark-extension-mdx-expression@1.0.8: + micromark-extension-math@3.1.0: dependencies: - '@types/estree': 1.0.6 - micromark-factory-mdx-expression: 1.0.9 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-events-to-acorn: 1.2.3 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 + '@types/katex': 0.16.7 + devlop: 1.1.0 + katex: 0.16.27 + micromark-factory-space: 2.0.1 + micromark-util-character: 2.1.1 + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 micromark-extension-mdx-expression@3.0.0: dependencies: @@ -43036,19 +46877,6 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-extension-mdx-jsx@1.0.5: - dependencies: - '@types/acorn': 4.0.6 - '@types/estree': 1.0.6 - estree-util-is-identifier-name: 2.1.0 - micromark-factory-mdx-expression: 1.0.9 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - vfile-message: 3.1.4 - micromark-extension-mdx-jsx@3.0.1: dependencies: '@types/acorn': 4.0.6 @@ -43063,26 +46891,10 @@ snapshots: micromark-util-types: 2.0.1 vfile-message: 4.0.2 - micromark-extension-mdx-md@1.0.1: - dependencies: - micromark-util-types: 1.1.0 - micromark-extension-mdx-md@2.0.0: dependencies: micromark-util-types: 2.0.1 - micromark-extension-mdxjs-esm@1.0.5: - dependencies: - '@types/estree': 1.0.6 - micromark-core-commonmark: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-events-to-acorn: 1.2.3 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-position-from-estree: 1.1.2 - uvu: 0.5.6 - vfile-message: 3.1.4 - micromark-extension-mdxjs-esm@3.0.0: dependencies: '@types/estree': 1.0.6 @@ -43095,17 +46907,6 @@ snapshots: unist-util-position-from-estree: 2.0.0 vfile-message: 4.0.2 - micromark-extension-mdxjs@1.0.1: - dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) - micromark-extension-mdx-expression: 1.0.8 - micromark-extension-mdx-jsx: 1.0.5 - micromark-extension-mdx-md: 1.0.1 - micromark-extension-mdxjs-esm: 1.0.5 - micromark-util-combine-extensions: 1.1.0 - micromark-util-types: 1.1.0 - micromark-extension-mdxjs@3.0.0: dependencies: acorn: 8.14.0 @@ -43117,25 +46918,12 @@ snapshots: micromark-util-combine-extensions: 2.0.1 micromark-util-types: 2.0.1 - micromark-factory-destination@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-factory-destination@2.0.1: dependencies: micromark-util-character: 2.1.1 micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-factory-label@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-factory-label@2.0.1: dependencies: devlop: 1.1.0 @@ -43143,17 +46931,6 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-factory-mdx-expression@1.0.9: - dependencies: - '@types/estree': 1.0.6 - micromark-util-character: 1.2.0 - micromark-util-events-to-acorn: 1.2.3 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-position-from-estree: 1.1.2 - uvu: 0.5.6 - vfile-message: 3.1.4 - micromark-factory-mdx-expression@2.0.2: dependencies: '@types/estree': 1.0.6 @@ -43166,23 +46943,11 @@ snapshots: unist-util-position-from-estree: 2.0.0 vfile-message: 4.0.2 - micromark-factory-space@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-types: 1.1.0 - micromark-factory-space@2.0.1: dependencies: micromark-util-character: 2.1.1 micromark-util-types: 2.0.1 - micromark-factory-title@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-factory-title@2.0.1: dependencies: micromark-factory-space: 2.0.1 @@ -43190,13 +46955,6 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-factory-whitespace@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-factory-whitespace@2.0.1: dependencies: micromark-factory-space: 2.0.1 @@ -43204,61 +46962,30 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-util-character@1.2.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-util-character@2.1.1: dependencies: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-util-chunked@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-chunked@2.0.1: dependencies: micromark-util-symbol: 2.0.1 - micromark-util-classify-character@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-util-classify-character@2.0.1: dependencies: micromark-util-character: 2.1.1 micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-util-combine-extensions@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-types: 1.1.0 - micromark-util-combine-extensions@2.0.1: dependencies: micromark-util-chunked: 2.0.1 micromark-util-types: 2.0.1 - micromark-util-decode-numeric-character-reference@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-decode-numeric-character-reference@2.0.2: dependencies: micromark-util-symbol: 2.0.1 - micromark-util-decode-string@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-util-character: 1.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-decode-string@2.0.1: dependencies: decode-named-character-reference: 1.0.2 @@ -43266,21 +46993,8 @@ snapshots: micromark-util-decode-numeric-character-reference: 2.0.2 micromark-util-symbol: 2.0.1 - micromark-util-encode@1.1.0: {} - micromark-util-encode@2.0.1: {} - micromark-util-events-to-acorn@1.2.3: - dependencies: - '@types/acorn': 4.0.6 - '@types/estree': 1.0.6 - '@types/unist': 2.0.11 - estree-util-visit: 1.2.1 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - vfile-message: 3.1.4 - micromark-util-events-to-acorn@2.0.2: dependencies: '@types/acorn': 4.0.6 @@ -43292,45 +47006,22 @@ snapshots: micromark-util-types: 2.0.1 vfile-message: 4.0.2 - micromark-util-html-tag-name@1.2.0: {} - micromark-util-html-tag-name@2.0.1: {} - micromark-util-normalize-identifier@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-normalize-identifier@2.0.1: dependencies: micromark-util-symbol: 2.0.1 - micromark-util-resolve-all@1.1.0: - dependencies: - micromark-util-types: 1.1.0 - micromark-util-resolve-all@2.0.1: dependencies: micromark-util-types: 2.0.1 - micromark-util-sanitize-uri@1.2.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-encode: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-sanitize-uri@2.0.1: dependencies: micromark-util-character: 2.1.1 micromark-util-encode: 2.0.1 micromark-util-symbol: 2.0.1 - micromark-util-subtokenize@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-util-subtokenize@2.0.3: dependencies: devlop: 1.1.0 @@ -43338,43 +47029,17 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-util-symbol@1.1.0: {} - micromark-util-symbol@2.0.1: {} - micromark-util-types@1.1.0: {} - micromark-util-types@2.0.1: {} micromark@2.11.4: dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.3(supports-color@8.1.1) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color - micromark@3.2.0: - dependencies: - '@types/debug': 4.1.12 - debug: 4.3.7(supports-color@8.1.1) - decode-named-character-reference: 1.0.2 - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-combine-extensions: 1.1.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-encode: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - micromark@4.0.1: dependencies: '@types/debug': 4.1.12 @@ -43397,11 +47062,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 @@ -43416,10 +47076,16 @@ snapshots: mime-db@1.53.0: {} + mime-db@1.54.0: {} + mime-types@2.1.35: dependencies: mime-db: 1.52.0 + mime-types@3.0.2: + dependencies: + mime-db: 1.54.0 + mime@1.6.0: {} mime@2.6.0: {} @@ -43432,7 +47098,7 @@ snapshots: mimic-fn@4.0.0: {} - mimic-response@1.0.1: {} + mimic-function@5.0.1: {} mimic-response@2.1.0: optional: true @@ -43443,30 +47109,26 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.4.7(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + mini-css-extract-plugin@2.4.7(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: schema-utils: 4.2.0 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) - mini-svg-data-uri@1.4.4: {} - - miniflare@3.20241106.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): + miniflare@3.20250718.3(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@cspotcode/source-map-support': 0.8.1 acorn: 8.14.0 - acorn-walk: 8.3.4 - capnp-ts: 0.7.0 + acorn-walk: 8.3.2 exit-hook: 2.2.1 glob-to-regexp: 0.4.1 stoppable: 1.1.0 - undici: 5.28.4 - workerd: 1.20241106.1 + undici: 5.29.0 + workerd: 1.20250718.0 ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) youch: 3.3.4 - zod: 3.23.8 + zod: 3.22.3 transitivePeerDependencies: - bufferutil - - supports-color - utf-8-validate minimalistic-assert@1.0.1: {} @@ -43477,6 +47139,14 @@ snapshots: dependencies: brace-expansion: 2.0.1 + minimatch@10.0.3: + dependencies: + '@isaacs/brace-expansion': 5.0.0 + + minimatch@10.1.1: + dependencies: + '@isaacs/brace-expansion': 5.0.0 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -43534,6 +47204,10 @@ snapshots: minipass: 3.3.6 yallist: 4.0.0 + minizlib@3.1.0: + dependencies: + minipass: 7.1.2 + mkdirp-classic@0.5.3: {} mkdirp@0.5.6: @@ -43542,31 +47216,50 @@ snapshots: mkdirp@1.0.4: {} - mkdist@1.5.4(sass@1.77.6)(typescript@5.7.2): + mkdist@2.4.1(sass@1.97.1)(typescript@5.7.2): dependencies: - autoprefixer: 10.4.20(postcss@8.4.49) + autoprefixer: 10.4.23(postcss@8.5.6) citty: 0.1.6 - cssnano: 7.0.6(postcss@8.4.49) + cssnano: 7.1.2(postcss@8.5.6) defu: 6.1.4 - esbuild: 0.23.1 - fast-glob: 3.3.2 - jiti: 1.21.6 - mlly: 1.7.3 - pathe: 1.1.2 - pkg-types: 1.2.1 - postcss: 8.4.49 - postcss-nested: 6.2.0(postcss@8.4.49) - semver: 7.6.3 + esbuild: 0.25.12 + jiti: 1.21.7 + mlly: 1.8.0 + pathe: 2.0.3 + pkg-types: 2.3.0 + postcss: 8.5.6 + postcss-nested: 7.0.2(postcss@8.5.6) + semver: 7.7.3 + tinyglobby: 0.2.15 optionalDependencies: - sass: 1.77.6 + sass: 1.97.1 typescript: 5.7.2 - mlly@1.7.3: + mkdist@2.4.1(sass@1.97.1)(typescript@5.9.3): dependencies: - acorn: 8.14.0 - pathe: 1.1.2 - pkg-types: 1.2.1 - ufo: 1.5.4 + autoprefixer: 10.4.23(postcss@8.5.6) + citty: 0.1.6 + cssnano: 7.1.2(postcss@8.5.6) + defu: 6.1.4 + esbuild: 0.25.12 + jiti: 1.21.7 + mlly: 1.8.0 + pathe: 2.0.3 + pkg-types: 2.3.0 + postcss: 8.5.6 + postcss-nested: 7.0.2(postcss@8.5.6) + semver: 7.7.3 + tinyglobby: 0.2.15 + optionalDependencies: + sass: 1.97.1 + typescript: 5.9.3 + + mlly@1.8.0: + dependencies: + acorn: 8.15.0 + pathe: 2.0.3 + pkg-types: 1.3.1 + ufo: 1.6.1 mock-stdin@1.0.0: {} @@ -43576,17 +47269,31 @@ snapshots: moment@2.30.1: {} - moti@0.29.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1): + moti@0.30.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1): + dependencies: + framer-motion: 6.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-native-reanimated: 3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + transitivePeerDependencies: + - react + - react-dom + + moti@0.30.0(react-dom@18.3.1(react@18.3.1))(react-native-reanimated@3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1))(react@18.3.1): dependencies: framer-motion: 6.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-native-reanimated: 3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + react-native-reanimated: 3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - react - react-dom - motion@11.12.0(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + motion-dom@11.18.1: dependencies: - framer-motion: 11.12.0(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + motion-utils: 11.18.1 + + motion-utils@11.18.1: {} + + motion@11.18.2(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + dependencies: + framer-motion: 11.18.2(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tslib: 2.8.1 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 @@ -43600,6 +47307,7 @@ snapshots: process-nextick-args: 2.0.1 transitivePeerDependencies: - supports-color + optional: true mqtt@4.3.8(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: @@ -43624,14 +47332,12 @@ snapshots: - bufferutil - supports-color - utf-8-validate + optional: true mri@1.2.0: {} mrmime@1.0.1: {} - mrmime@2.0.0: - optional: true - ms@2.0.0: {} ms@2.1.2: {} @@ -43668,6 +47374,8 @@ snapshots: nan@2.22.0: optional: true + nanoid@3.3.11: {} + nanoid@3.3.8: {} nanoid@5.0.9: {} @@ -43679,6 +47387,8 @@ snapshots: napi-build-utils@1.0.2: optional: true + napi-postinstall@0.3.4: {} + native-url@0.3.4: dependencies: querystring: 0.2.1 @@ -43691,6 +47401,8 @@ snapshots: natural-orderby@3.0.2: {} + natural-orderby@5.0.0: {} + ncp@2.0.0: {} needle@3.3.1: @@ -43705,6 +47417,8 @@ snapshots: neo-async@2.6.2: {} + neotraverse@0.6.18: {} + nested-error-stacks@2.0.1: {} netmask@2.0.2: {} @@ -43715,14 +47429,14 @@ snapshots: dependencies: enhanced-resolve: 5.17.1 - next@10.2.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(sass@1.81.0)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + next@10.2.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(sass@1.97.1)(typescript@4.9.5)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@babel/runtime': 7.12.5 '@hapi/accept': 5.0.2 '@next/env': 10.2.3 '@next/polyfill-module': 10.2.3 '@next/react-dev-overlay': 10.2.3(react-dom@17.0.2(react@17.0.2))(react@17.0.2) - '@next/react-refresh-utils': 10.2.3(react-refresh@0.8.3)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + '@next/react-refresh-utils': 10.2.3(react-refresh@0.8.3)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) '@opentelemetry/api': 0.14.0 assert: 2.0.0 ast-types: 0.13.2 @@ -43749,7 +47463,7 @@ snapshots: os-browserify: 0.3.0 p-limit: 3.1.0 path-browserify: 1.0.1 - pnp-webpack-plugin: 1.6.4(typescript@5.7.2) + pnp-webpack-plugin: 1.6.4(typescript@4.9.5) postcss: 8.2.13 process: 0.11.10 prop-types: 15.7.2 @@ -43770,13 +47484,40 @@ snapshots: vm-browserify: 1.1.2 watchpack: 2.1.1 optionalDependencies: - sass: 1.81.0 + sass: 1.97.1 transitivePeerDependencies: - supports-color - typescript - webpack - next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0): + next@14.2.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1): + dependencies: + '@next/env': 14.2.3 + '@swc/helpers': 0.5.5 + busboy: 1.6.0 + caniuse-lite: 1.0.30001684 + graceful-fs: 4.2.11 + postcss: 8.4.31 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.26.0)(babel-plugin-macros@3.1.0)(react@18.3.1) + optionalDependencies: + '@next/swc-darwin-arm64': 14.2.3 + '@next/swc-darwin-x64': 14.2.3 + '@next/swc-linux-arm64-gnu': 14.2.3 + '@next/swc-linux-arm64-musl': 14.2.3 + '@next/swc-linux-x64-gnu': 14.2.3 + '@next/swc-linux-x64-musl': 14.2.3 + '@next/swc-win32-arm64-msvc': 14.2.3 + '@next/swc-win32-ia32-msvc': 14.2.3 + '@next/swc-win32-x64-msvc': 14.2.3 + '@opentelemetry/api': 1.9.0 + sass: 1.97.1 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + + next@14.2.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.97.1): dependencies: '@next/env': 14.2.3 '@swc/helpers': 0.5.5 @@ -43786,7 +47527,7 @@ snapshots: postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.26.0)(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.28.5)(babel-plugin-macros@3.1.0)(react@18.3.1) optionalDependencies: '@next/swc-darwin-arm64': 14.2.3 '@next/swc-darwin-x64': 14.2.3 @@ -43798,7 +47539,7 @@ snapshots: '@next/swc-win32-ia32-msvc': 14.2.3 '@next/swc-win32-x64-msvc': 14.2.3 '@opentelemetry/api': 1.9.0 - sass: 1.81.0 + sass: 1.97.1 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -43813,53 +47554,6 @@ snapshots: just-extend: 6.2.0 path-to-regexp: 6.3.0 - nlcst-is-literal@2.1.1: - dependencies: - '@types/nlcst': 1.0.4 - '@types/unist': 2.0.11 - nlcst-to-string: 3.1.1 - - nlcst-is-literal@3.0.0: - dependencies: - '@types/nlcst': 2.0.3 - '@types/unist': 3.0.3 - nlcst-to-string: 4.0.0 - - nlcst-normalize@3.1.1: - dependencies: - '@types/nlcst': 1.0.4 - nlcst-to-string: 3.1.1 - - nlcst-normalize@4.0.0: - dependencies: - '@types/nlcst': 2.0.3 - nlcst-to-string: 4.0.0 - - nlcst-search@3.1.1: - dependencies: - '@types/nlcst': 1.0.4 - '@types/unist': 2.0.11 - nlcst-is-literal: 2.1.1 - nlcst-normalize: 3.1.1 - unist-util-visit: 4.1.2 - - nlcst-search@4.0.0: - dependencies: - '@types/nlcst': 2.0.3 - nlcst-is-literal: 3.0.0 - nlcst-normalize: 4.0.0 - unist-util-visit: 5.0.0 - - nlcst-to-string@2.0.4: {} - - nlcst-to-string@3.1.1: - dependencies: - '@types/nlcst': 1.0.4 - - nlcst-to-string@4.0.0: - dependencies: - '@types/nlcst': 2.0.3 - no-case@3.0.4: dependencies: lower-case: 2.0.2 @@ -43893,7 +47587,7 @@ snapshots: dependencies: lodash: 4.17.21 - node-fetch-native@1.6.4: {} + node-fetch-native@1.6.7: {} node-fetch@2.6.1: {} @@ -43911,7 +47605,8 @@ snapshots: node-forge@1.3.1: {} - node-gyp-build@4.8.4: {} + node-gyp-build@4.8.4: + optional: true node-html-parser@1.4.9: dependencies: @@ -43957,6 +47652,8 @@ snapshots: node-releases@2.0.18: {} + node-releases@2.0.27: {} + node-schedule@2.1.1: dependencies: cron-parser: 4.9.0 @@ -43993,17 +47690,10 @@ snapshots: semver: 7.6.3 validate-npm-package-license: 3.0.4 - normalize-package-data@4.0.1: - dependencies: - hosted-git-info: 5.2.1 - is-core-module: 2.15.1 - semver: 7.6.3 - validate-npm-package-license: 3.0.4 - normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.6.3 + semver: 7.7.3 validate-npm-package-license: 3.0.4 normalize-path@2.1.1: @@ -44035,9 +47725,16 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.6.3 + semver: 7.7.3 validate-npm-package-name: 5.0.1 + npm-package-arg@12.0.2: + dependencies: + hosted-git-info: 8.1.0 + proc-log: 5.0.0 + semver: 7.7.3 + validate-npm-package-name: 6.0.2 + npm-package-arg@7.0.0: dependencies: hosted-git-info: 3.0.8 @@ -44064,7 +47761,7 @@ snapshots: dependencies: path-key: 4.0.0 - npm@10.9.1: {} + npm@10.9.4: {} npmlog@5.0.1: dependencies: @@ -44090,17 +47787,17 @@ snapshots: js-sdsl: 4.3.0 transitivePeerDependencies: - supports-color + optional: true - number-flow@0.4.1: + number-flow@0.5.8: dependencies: esm-env: 1.2.1 nwsapi@2.2.16: {} - nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)): + nx@20.0.6(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -44126,7 +47823,6 @@ snapshots: ora: 5.3.0 semver: 7.6.3 string-width: 4.2.3 - strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 @@ -44134,29 +47830,28 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.8.13 - '@nx/nx-darwin-x64': 19.8.13 - '@nx/nx-freebsd-x64': 19.8.13 - '@nx/nx-linux-arm-gnueabihf': 19.8.13 - '@nx/nx-linux-arm64-gnu': 19.8.13 - '@nx/nx-linux-arm64-musl': 19.8.13 - '@nx/nx-linux-x64-gnu': 19.8.13 - '@nx/nx-linux-x64-musl': 19.8.13 - '@nx/nx-win32-arm64-msvc': 19.8.13 - '@nx/nx-win32-x64-msvc': 19.8.13 - '@swc-node/register': 1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2) - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@nx/nx-darwin-arm64': 20.0.6 + '@nx/nx-darwin-x64': 20.0.6 + '@nx/nx-freebsd-x64': 20.0.6 + '@nx/nx-linux-arm-gnueabihf': 20.0.6 + '@nx/nx-linux-arm64-gnu': 20.0.6 + '@nx/nx-linux-arm64-musl': 20.0.6 + '@nx/nx-linux-x64-gnu': 20.0.6 + '@nx/nx-linux-x64-musl': 20.0.6 + '@nx/nx-win32-arm64-msvc': 20.0.6 + '@nx/nx-win32-x64-msvc': 20.0.6 + '@swc-node/register': 1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) transitivePeerDependencies: - debug - nx@19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)): + nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.8.13(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)) '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 + '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.7.8 + axios: 1.13.2 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -44176,38 +47871,39 @@ snapshots: npm-run-path: 4.0.1 open: 8.4.2 ora: 5.3.0 + resolve.exports: 2.0.3 semver: 7.6.3 string-width: 4.2.3 - strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 tslib: 2.8.1 + yaml: 2.6.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.8.13 - '@nx/nx-darwin-x64': 19.8.13 - '@nx/nx-freebsd-x64': 19.8.13 - '@nx/nx-linux-arm-gnueabihf': 19.8.13 - '@nx/nx-linux-arm64-gnu': 19.8.13 - '@nx/nx-linux-arm64-musl': 19.8.13 - '@nx/nx-linux-x64-gnu': 19.8.13 - '@nx/nx-linux-x64-musl': 19.8.13 - '@nx/nx-win32-arm64-msvc': 19.8.13 - '@nx/nx-win32-x64-msvc': 19.8.13 - '@swc-node/register': 1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2) - '@swc/core': 1.9.3(@swc/helpers@0.5.15) + '@nx/nx-darwin-arm64': 20.8.3 + '@nx/nx-darwin-x64': 20.8.3 + '@nx/nx-freebsd-x64': 20.8.3 + '@nx/nx-linux-arm-gnueabihf': 20.8.3 + '@nx/nx-linux-arm64-gnu': 20.8.3 + '@nx/nx-linux-arm64-musl': 20.8.3 + '@nx/nx-linux-x64-gnu': 20.8.3 + '@nx/nx-linux-x64-musl': 20.8.3 + '@nx/nx-win32-arm64-msvc': 20.8.3 + '@nx/nx-win32-x64-msvc': 20.8.3 + '@swc-node/register': 1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) transitivePeerDependencies: - debug - nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.5.29(@swc/helpers@0.5.15)): + nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 + '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.7.8 + axios: 1.13.2 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -44227,37 +47923,39 @@ snapshots: npm-run-path: 4.0.1 open: 8.4.2 ora: 5.3.0 + resolve.exports: 2.0.3 semver: 7.6.3 string-width: 4.2.3 tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 tslib: 2.8.1 + yaml: 2.6.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.0.6 - '@nx/nx-darwin-x64': 20.0.6 - '@nx/nx-freebsd-x64': 20.0.6 - '@nx/nx-linux-arm-gnueabihf': 20.0.6 - '@nx/nx-linux-arm64-gnu': 20.0.6 - '@nx/nx-linux-arm64-musl': 20.0.6 - '@nx/nx-linux-x64-gnu': 20.0.6 - '@nx/nx-linux-x64-musl': 20.0.6 - '@nx/nx-win32-arm64-msvc': 20.0.6 - '@nx/nx-win32-x64-msvc': 20.0.6 - '@swc-node/register': 1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2) - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@nx/nx-darwin-arm64': 20.8.3 + '@nx/nx-darwin-x64': 20.8.3 + '@nx/nx-freebsd-x64': 20.8.3 + '@nx/nx-linux-arm-gnueabihf': 20.8.3 + '@nx/nx-linux-arm64-gnu': 20.8.3 + '@nx/nx-linux-arm64-musl': 20.8.3 + '@nx/nx-linux-x64-gnu': 20.8.3 + '@nx/nx-linux-x64-musl': 20.8.3 + '@nx/nx-win32-arm64-msvc': 20.8.3 + '@nx/nx-win32-x64-msvc': 20.8.3 + '@swc-node/register': 1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) transitivePeerDependencies: - debug - nx@20.0.6(@swc-node/register@1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2))(@swc/core@1.9.3(@swc/helpers@0.5.15)): + nx@20.8.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 + '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.7.8 + axios: 1.13.2 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -44277,27 +47975,188 @@ snapshots: npm-run-path: 4.0.1 open: 8.4.2 ora: 5.3.0 + resolve.exports: 2.0.3 semver: 7.6.3 string-width: 4.2.3 tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 tslib: 2.8.1 + yaml: 2.6.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.0.6 - '@nx/nx-darwin-x64': 20.0.6 - '@nx/nx-freebsd-x64': 20.0.6 - '@nx/nx-linux-arm-gnueabihf': 20.0.6 - '@nx/nx-linux-arm64-gnu': 20.0.6 - '@nx/nx-linux-arm64-musl': 20.0.6 - '@nx/nx-linux-x64-gnu': 20.0.6 - '@nx/nx-linux-x64-musl': 20.0.6 - '@nx/nx-win32-arm64-msvc': 20.0.6 - '@nx/nx-win32-x64-msvc': 20.0.6 - '@swc-node/register': 1.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@swc/types@0.1.17)(typescript@5.7.2) - '@swc/core': 1.9.3(@swc/helpers@0.5.15) + '@nx/nx-darwin-arm64': 20.8.3 + '@nx/nx-darwin-x64': 20.8.3 + '@nx/nx-freebsd-x64': 20.8.3 + '@nx/nx-linux-arm-gnueabihf': 20.8.3 + '@nx/nx-linux-arm64-gnu': 20.8.3 + '@nx/nx-linux-arm64-musl': 20.8.3 + '@nx/nx-linux-x64-gnu': 20.8.3 + '@nx/nx-linux-x64-musl': 20.8.3 + '@nx/nx-win32-arm64-msvc': 20.8.3 + '@nx/nx-win32-x64-msvc': 20.8.3 + '@swc-node/register': 1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + transitivePeerDependencies: + - debug + + nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2))(@swc/core@1.15.8(@swc/helpers@0.5.18)): + dependencies: + '@napi-rs/wasm-runtime': 0.2.4 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.2 + '@zkochan/js-yaml': 0.0.7 + axios: 1.13.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.6.1 + cliui: 8.0.1 + dotenv: 16.4.5 + dotenv-expand: 11.0.7 + enquirer: 2.3.6 + figures: 3.2.0 + flat: 5.0.2 + front-matter: 4.0.2 + ignore: 7.0.5 + jest-diff: 30.2.0 + jsonc-parser: 3.2.0 + lines-and-columns: 2.0.3 + minimatch: 9.0.3 + node-machine-id: 1.1.12 + npm-run-path: 4.0.1 + open: 8.4.2 + ora: 5.3.0 + resolve.exports: 2.0.3 + semver: 7.6.3 + string-width: 4.2.3 + tar-stream: 2.2.0 + tmp: 0.2.3 + tree-kill: 1.2.2 + tsconfig-paths: 4.2.0 + tslib: 2.8.1 + yaml: 2.8.2 + yargs: 17.7.2 + yargs-parser: 21.1.1 + optionalDependencies: + '@nx/nx-darwin-arm64': 22.3.3 + '@nx/nx-darwin-x64': 22.3.3 + '@nx/nx-freebsd-x64': 22.3.3 + '@nx/nx-linux-arm-gnueabihf': 22.3.3 + '@nx/nx-linux-arm64-gnu': 22.3.3 + '@nx/nx-linux-arm64-musl': 22.3.3 + '@nx/nx-linux-x64-gnu': 22.3.3 + '@nx/nx-linux-x64-musl': 22.3.3 + '@nx/nx-win32-arm64-msvc': 22.3.3 + '@nx/nx-win32-x64-msvc': 22.3.3 + '@swc-node/register': 1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.7.2) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + transitivePeerDependencies: + - debug + + nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.15.8(@swc/helpers@0.5.18)): + dependencies: + '@napi-rs/wasm-runtime': 0.2.4 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.2 + '@zkochan/js-yaml': 0.0.7 + axios: 1.13.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.6.1 + cliui: 8.0.1 + dotenv: 16.4.5 + dotenv-expand: 11.0.7 + enquirer: 2.3.6 + figures: 3.2.0 + flat: 5.0.2 + front-matter: 4.0.2 + ignore: 7.0.5 + jest-diff: 30.2.0 + jsonc-parser: 3.2.0 + lines-and-columns: 2.0.3 + minimatch: 9.0.3 + node-machine-id: 1.1.12 + npm-run-path: 4.0.1 + open: 8.4.2 + ora: 5.3.0 + resolve.exports: 2.0.3 + semver: 7.6.3 + string-width: 4.2.3 + tar-stream: 2.2.0 + tmp: 0.2.3 + tree-kill: 1.2.2 + tsconfig-paths: 4.2.0 + tslib: 2.8.1 + yaml: 2.8.2 + yargs: 17.7.2 + yargs-parser: 21.1.1 + optionalDependencies: + '@nx/nx-darwin-arm64': 22.3.3 + '@nx/nx-darwin-x64': 22.3.3 + '@nx/nx-freebsd-x64': 22.3.3 + '@nx/nx-linux-arm-gnueabihf': 22.3.3 + '@nx/nx-linux-arm64-gnu': 22.3.3 + '@nx/nx-linux-arm64-musl': 22.3.3 + '@nx/nx-linux-x64-gnu': 22.3.3 + '@nx/nx-linux-x64-musl': 22.3.3 + '@nx/nx-win32-arm64-msvc': 22.3.3 + '@nx/nx-win32-x64-msvc': 22.3.3 + '@swc-node/register': 1.11.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + transitivePeerDependencies: + - debug + + nx@22.3.3(@swc-node/register@1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3))(@swc/core@1.7.26(@swc/helpers@0.5.18)): + dependencies: + '@napi-rs/wasm-runtime': 0.2.4 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.2 + '@zkochan/js-yaml': 0.0.7 + axios: 1.13.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.6.1 + cliui: 8.0.1 + dotenv: 16.4.5 + dotenv-expand: 11.0.7 + enquirer: 2.3.6 + figures: 3.2.0 + flat: 5.0.2 + front-matter: 4.0.2 + ignore: 7.0.5 + jest-diff: 30.2.0 + jsonc-parser: 3.2.0 + lines-and-columns: 2.0.3 + minimatch: 9.0.3 + node-machine-id: 1.1.12 + npm-run-path: 4.0.1 + open: 8.4.2 + ora: 5.3.0 + resolve.exports: 2.0.3 + semver: 7.6.3 + string-width: 4.2.3 + tar-stream: 2.2.0 + tmp: 0.2.3 + tree-kill: 1.2.2 + tsconfig-paths: 4.2.0 + tslib: 2.8.1 + yaml: 2.8.2 + yargs: 17.7.2 + yargs-parser: 21.1.1 + optionalDependencies: + '@nx/nx-darwin-arm64': 22.3.3 + '@nx/nx-darwin-x64': 22.3.3 + '@nx/nx-freebsd-x64': 22.3.3 + '@nx/nx-linux-arm-gnueabihf': 22.3.3 + '@nx/nx-linux-arm64-gnu': 22.3.3 + '@nx/nx-linux-arm64-musl': 22.3.3 + '@nx/nx-linux-x64-gnu': 22.3.3 + '@nx/nx-linux-x64-musl': 22.3.3 + '@nx/nx-win32-arm64-msvc': 22.3.3 + '@nx/nx-win32-x64-msvc': 22.3.3 + '@swc-node/register': 1.11.1(@swc/core@1.7.26(@swc/helpers@0.5.18))(@swc/types@0.1.25)(typescript@5.9.3) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) transitivePeerDependencies: - debug @@ -44333,19 +48192,23 @@ snapshots: transitivePeerDependencies: - supports-color - nypm@0.3.12: + nypm@0.5.4: dependencies: citty: 0.1.6 - consola: 3.2.3 - execa: 8.0.1 - pathe: 1.1.2 - pkg-types: 1.2.1 + consola: 3.4.2 + pathe: 2.0.3 + pkg-types: 1.3.1 + tinyexec: 0.3.2 ufo: 1.5.4 ob1@0.80.12: dependencies: flow-enums-runtime: 0.0.6 + ob1@0.83.1: + dependencies: + flow-enums-runtime: 0.0.6 + object-assign@4.1.1: {} object-hash@3.0.0: {} @@ -44357,8 +48220,6 @@ snapshots: call-bind: 1.0.7 define-properties: 1.2.1 - object-keys@0.4.0: {} - object-keys@1.1.1: {} object-treeify@1.1.33: {} @@ -44372,12 +48233,6 @@ snapshots: has-symbols: 1.0.3 object-keys: 1.1.1 - object.entries@1.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 - object.fromentries@2.0.8: dependencies: call-bind: 1.0.7 @@ -44397,25 +48252,25 @@ snapshots: define-properties: 1.2.1 es-object-atoms: 1.0.0 - obliterator@2.0.4: {} - obuf@1.1.2: {} - oclif@4.15.30(@types/node@22.5.5)(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): + obug@2.1.1: {} + + oclif@4.22.63(@types/node@22.19.3)(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)): dependencies: - '@aws-sdk/client-cloudfront': 3.699.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) - '@aws-sdk/client-s3': 3.701.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/client-cloudfront': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) + '@aws-sdk/client-s3': 3.962.0(aws-crt@1.24.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)) '@inquirer/confirm': 3.2.0 '@inquirer/input': 2.3.0 '@inquirer/select': 2.5.0 - '@oclif/core': 4.0.33 - '@oclif/plugin-help': 6.2.18 - '@oclif/plugin-not-found': 3.2.29(@types/node@22.5.5) - '@oclif/plugin-warn-if-update-available': 3.1.24 + '@oclif/core': 4.8.0 + '@oclif/plugin-help': 6.2.36 + '@oclif/plugin-not-found': 3.2.73(@types/node@22.19.3) + '@oclif/plugin-warn-if-update-available': 3.1.53 + ansis: 3.17.0 async-retry: 1.3.3 - chalk: 4.1.2 change-case: 4.1.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.3(supports-color@8.1.1) ejs: 3.1.10 find-yarn-workspace-root: 2.0.0 fs-extra: 8.1.0 @@ -44423,36 +48278,16 @@ snapshots: got: 13.0.0 lodash: 4.17.21 normalize-package-data: 6.0.2 - semver: 7.6.3 - sort-package-json: 2.12.0 - tiny-jsonc: 1.0.1 + semver: 7.7.3 + sort-package-json: 2.15.1 + tiny-jsonc: 1.0.2 validate-npm-package-name: 5.0.1 transitivePeerDependencies: - '@types/node' - aws-crt - supports-color - octokit@4.0.2: - dependencies: - '@octokit/app': 15.1.1 - '@octokit/core': 6.1.2 - '@octokit/oauth-app': 7.1.3 - '@octokit/plugin-paginate-graphql': 5.2.4(@octokit/core@6.1.2) - '@octokit/plugin-paginate-rest': 11.3.6(@octokit/core@6.1.2) - '@octokit/plugin-rest-endpoint-methods': 13.2.6(@octokit/core@6.1.2) - '@octokit/plugin-retry': 7.1.2(@octokit/core@6.1.2) - '@octokit/plugin-throttling': 9.3.2(@octokit/core@6.1.2) - '@octokit/request-error': 6.1.5 - '@octokit/types': 13.6.2 - - ofetch@1.4.1: - dependencies: - destr: 2.0.3 - node-fetch-native: 1.6.4 - ufo: 1.5.4 - optional: true - - ohash@1.1.4: {} + ohash@2.0.11: {} on-exit-leak-free@0.2.0: {} @@ -44484,6 +48319,10 @@ snapshots: dependencies: mimic-fn: 4.0.0 + onetime@7.0.0: + dependencies: + mimic-function: 5.0.1 + only@0.0.2: {} open@10.1.0: @@ -44562,10 +48401,10 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 - ora@8.0.1: + ora@8.2.0: dependencies: - chalk: 5.3.0 - cli-cursor: 4.0.0 + chalk: 5.6.2 + cli-cursor: 5.0.0 cli-spinners: 2.9.2 is-interactive: 2.0.0 is-unicode-supported: 2.1.0 @@ -44576,10 +48415,6 @@ snapshots: os-browserify@0.3.0: {} - os-filter-obj@2.0.0: - dependencies: - arch: 2.2.0 - os-homedir@1.0.2: {} os-tmpdir@1.0.2: {} @@ -44591,7 +48426,28 @@ snapshots: outdent@0.8.0: {} - p-cancelable@2.1.1: {} + oxc-resolver@11.16.2: + optionalDependencies: + '@oxc-resolver/binding-android-arm-eabi': 11.16.2 + '@oxc-resolver/binding-android-arm64': 11.16.2 + '@oxc-resolver/binding-darwin-arm64': 11.16.2 + '@oxc-resolver/binding-darwin-x64': 11.16.2 + '@oxc-resolver/binding-freebsd-x64': 11.16.2 + '@oxc-resolver/binding-linux-arm-gnueabihf': 11.16.2 + '@oxc-resolver/binding-linux-arm-musleabihf': 11.16.2 + '@oxc-resolver/binding-linux-arm64-gnu': 11.16.2 + '@oxc-resolver/binding-linux-arm64-musl': 11.16.2 + '@oxc-resolver/binding-linux-ppc64-gnu': 11.16.2 + '@oxc-resolver/binding-linux-riscv64-gnu': 11.16.2 + '@oxc-resolver/binding-linux-riscv64-musl': 11.16.2 + '@oxc-resolver/binding-linux-s390x-gnu': 11.16.2 + '@oxc-resolver/binding-linux-x64-gnu': 11.16.2 + '@oxc-resolver/binding-linux-x64-musl': 11.16.2 + '@oxc-resolver/binding-openharmony-arm64': 11.16.2 + '@oxc-resolver/binding-wasm32-wasi': 11.16.2 + '@oxc-resolver/binding-win32-arm64-msvc': 11.16.2 + '@oxc-resolver/binding-win32-ia32-msvc': 11.16.2 + '@oxc-resolver/binding-win32-x64-msvc': 11.16.2 p-cancelable@3.0.0: {} @@ -44609,10 +48465,6 @@ snapshots: dependencies: yocto-queue: 1.1.1 - p-limit@5.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -44637,33 +48489,24 @@ snapshots: dependencies: aggregate-error: 3.1.0 - p-queue@6.6.2: - dependencies: - eventemitter3: 4.0.7 - p-timeout: 3.2.0 - p-retry@6.2.1: dependencies: '@types/retry': 0.12.2 is-network-error: 1.1.0 retry: 0.13.1 - p-timeout@3.2.0: - dependencies: - p-finally: 1.0.0 - p-try@2.2.0: {} - pac-proxy-agent@7.0.2: + pac-proxy-agent@7.2.0: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 - agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + agent-base: 7.1.4 + debug: 4.4.3(supports-color@8.1.1) get-uri: 6.0.3 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.5 + https-proxy-agent: 7.0.6 pac-resolver: 7.0.1 - socks-proxy-agent: 8.0.4 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color @@ -44681,15 +48524,10 @@ snapshots: package-json-from-dist@1.0.1: {} - package-json@8.1.1: - dependencies: - got: 12.6.1 - registry-auth-token: 5.0.3 - registry-url: 6.0.1 - semver: 7.6.3 - package-manager-detector@0.2.6: {} + package-manager-detector@1.6.0: {} + pako@0.2.9: {} pako@1.0.11: {} @@ -44716,21 +48554,6 @@ snapshots: pbkdf2: 3.1.2 safe-buffer: 5.2.1 - parse-english@5.0.0: - dependencies: - nlcst-to-string: 2.0.4 - parse-latin: 5.0.1 - unist-util-modify-children: 2.0.0 - unist-util-visit-children: 1.1.4 - - parse-english@7.0.0: - dependencies: - '@types/nlcst': 2.0.3 - nlcst-to-string: 4.0.0 - parse-latin: 7.0.0 - unist-util-modify-children: 4.0.0 - unist-util-visit-children: 3.0.0 - parse-entities@2.0.0: dependencies: character-entities: 1.2.4 @@ -44756,7 +48579,11 @@ snapshots: git-config-path: 2.0.0 ini: 1.3.8 - parse-github-url@1.0.3: {} + parse-gitignore@2.0.0: {} + + parse-imports-exports@0.2.4: + dependencies: + parse-statements: 1.0.11 parse-json@4.0.0: dependencies: @@ -44770,13 +48597,6 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - parse-json@6.0.2: - dependencies: - '@babel/code-frame': 7.26.2 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 2.0.4 - parse-json@7.1.1: dependencies: '@babel/code-frame': 7.26.2 @@ -44785,22 +48605,11 @@ snapshots: lines-and-columns: 2.0.4 type-fest: 3.13.1 - parse-latin@5.0.1: + parse-json@8.3.0: dependencies: - nlcst-to-string: 3.1.1 - unist-util-modify-children: 3.1.1 - unist-util-visit-children: 2.0.2 - - parse-latin@7.0.0: - dependencies: - '@types/nlcst': 2.0.3 - '@types/unist': 3.0.3 - nlcst-to-string: 4.0.0 - unist-util-modify-children: 4.0.0 - unist-util-visit-children: 3.0.0 - vfile: 6.0.3 - - parse-ms@4.0.0: {} + '@babel/code-frame': 7.26.2 + index-to-position: 1.2.0 + type-fest: 4.41.0 parse-node-version@1.0.1: {} @@ -44817,6 +48626,8 @@ snapshots: dependencies: pngjs: 3.4.0 + parse-statements@1.0.11: {} + parse-url@6.0.5: dependencies: is-ssh: 1.4.0 @@ -44826,12 +48637,10 @@ snapshots: parse5@3.0.3: dependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 parse5@4.0.0: {} - parse5@6.0.1: {} - parse5@7.2.1: dependencies: entities: 4.5.0 @@ -44891,25 +48700,27 @@ snapshots: path-to-regexp@0.1.10: {} + path-to-regexp@0.1.12: {} + path-to-regexp@6.3.0: {} path-type@4.0.0: {} path-type@5.0.0: {} + path-type@6.0.0: {} + path2d@0.2.2: optional: true pathe@1.1.2: {} + pathe@2.0.3: {} + pathval@1.1.1: {} pathval@2.0.0: {} - pause-stream@0.0.11: - dependencies: - through: 2.3.8 - pbkdf2@3.1.2: dependencies: create-hash: 1.2.0 @@ -44918,33 +48729,27 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - pdfjs-dist@4.4.168(encoding@0.1.13): + pdfjs-dist@4.10.38: optionalDependencies: - canvas: 2.11.2(encoding@0.1.13) - path2d: 0.2.2 - transitivePeerDependencies: - - encoding - - supports-color + '@napi-rs/canvas': 0.1.88 pdfjs-dist@4.8.69: optionalDependencies: canvas: 3.0.0-rc2 path2d: 0.2.2 - peek-readable@5.3.1: {} - peek-stream@1.1.3: dependencies: buffer-from: 1.1.2 duplexify: 3.7.1 through2: 2.0.5 + pend@1.2.0: {} + perfect-debounce@1.0.0: {} performance-now@2.1.0: {} - picocolors@1.1.0: {} - picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -44953,14 +48758,14 @@ snapshots: picomatch@4.0.2: {} + picomatch@4.0.3: {} + pify@2.3.0: {} pify@3.0.0: {} pify@4.0.1: {} - pify@5.0.0: {} - pino-abstract-transport@0.5.0: dependencies: duplexify: 4.1.3 @@ -45009,6 +48814,12 @@ snapshots: pirates@4.0.6: {} + pirates@4.0.7: {} + + piscina@4.9.2: + optionalDependencies: + '@napi-rs/nice': 1.1.1 + pkg-dir@3.0.0: dependencies: find-up: 3.0.0 @@ -45021,17 +48832,17 @@ snapshots: dependencies: find-up: 6.3.0 - pkg-types@1.1.1: + pkg-types@1.3.1: dependencies: confbox: 0.1.8 - mlly: 1.7.3 - pathe: 1.1.2 + mlly: 1.8.0 + pathe: 2.0.3 - pkg-types@1.2.1: + pkg-types@2.3.0: dependencies: - confbox: 0.1.8 - mlly: 1.7.3 - pathe: 1.1.2 + confbox: 0.2.2 + exsolve: 1.0.8 + pathe: 2.0.3 pkginfo@0.4.1: {} @@ -45055,12 +48866,16 @@ snapshots: pngjs@3.4.0: {} - pnp-webpack-plugin@1.6.4(typescript@5.7.2): + pnp-webpack-plugin@1.6.4(typescript@4.9.5): dependencies: - ts-pnp: 1.2.0(typescript@5.7.2) + ts-pnp: 1.2.0(typescript@4.9.5) transitivePeerDependencies: - typescript + pnpm-workspace-yaml@0.3.0: + dependencies: + yaml: 2.8.2 + polished@4.3.1: dependencies: '@babel/runtime': 7.26.0 @@ -45084,22 +48899,10 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-calc@10.0.2(postcss@8.4.49): + postcss-calc@10.1.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 - postcss-value-parser: 4.2.0 - - postcss-calc@8.2.4(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-selector-parser: 6.1.2 - postcss-value-parser: 4.2.0 - - postcss-calc@8.2.4(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 + postcss: 8.5.6 + postcss-selector-parser: 7.0.0 postcss-value-parser: 4.2.0 postcss-calc@9.0.1(postcss@8.4.49): @@ -45108,22 +48911,6 @@ snapshots: postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-colormin@5.3.1(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - caniuse-api: 3.0.0 - colord: 2.9.3 - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-colormin@5.3.1(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - caniuse-api: 3.0.0 - colord: 2.9.3 - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - postcss-colormin@6.1.0(postcss@8.4.49): dependencies: browserslist: 4.24.2 @@ -45132,24 +48919,12 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-colormin@7.0.2(postcss@8.4.49): + postcss-colormin@7.0.5(postcss@8.5.6): dependencies: - browserslist: 4.24.2 + browserslist: 4.28.1 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-convert-values@5.1.3(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-convert-values@5.1.3(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-convert-values@6.1.0(postcss@8.4.49): @@ -45158,76 +48933,44 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-convert-values@7.0.4(postcss@8.4.49): + postcss-convert-values@7.0.8(postcss@8.5.6): dependencies: - browserslist: 4.24.2 - postcss: 8.4.49 + browserslist: 4.28.1 + postcss: 8.5.6 postcss-value-parser: 4.2.0 - postcss-discard-comments@5.1.2(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - postcss-discard-comments@5.1.2(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-discard-comments@6.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 - postcss-discard-comments@7.0.3(postcss@8.4.49): + postcss-discard-comments@7.0.5(postcss@8.5.6): dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 - - postcss-discard-duplicates@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - postcss-discard-duplicates@5.1.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 + postcss: 8.5.6 + postcss-selector-parser: 7.1.1 postcss-discard-duplicates@6.0.3(postcss@8.4.49): dependencies: postcss: 8.4.49 - postcss-discard-duplicates@7.0.1(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - - postcss-discard-empty@5.1.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - postcss-discard-empty@5.1.1(postcss@8.4.49): + postcss-discard-duplicates@7.0.2(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-discard-empty@6.0.3(postcss@8.4.49): dependencies: postcss: 8.4.49 - postcss-discard-empty@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - - postcss-discard-overridden@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - postcss-discard-overridden@5.1.0(postcss@8.4.49): + postcss-discard-empty@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-discard-overridden@6.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 - postcss-discard-overridden@7.0.0(postcss@8.4.49): + postcss-discard-overridden@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-import@14.1.0(postcss@8.4.49): dependencies: @@ -45236,65 +48979,37 @@ snapshots: read-cache: 1.0.0 resolve: 1.22.8 - postcss-load-config@3.1.4(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.2.13)(yaml@2.8.2): dependencies: - lilconfig: 2.1.0 - yaml: 1.10.2 + lilconfig: 3.1.2 optionalDependencies: + jiti: 2.4.2 postcss: 8.2.13 - ts-node: 10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) - - postcss-load-config@3.1.4(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): - dependencies: - lilconfig: 2.1.0 - yaml: 1.10.2 - optionalDependencies: - postcss: 8.4.49 - ts-node: 10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) - - postcss-load-config@3.1.4(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): - dependencies: - lilconfig: 2.1.0 - yaml: 1.10.2 - optionalDependencies: - postcss: 8.4.49 - ts-node: 10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + yaml: 2.8.2 - postcss-load-config@4.0.2(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.6)(yaml@2.8.2): dependencies: lilconfig: 3.1.2 - yaml: 2.6.1 optionalDependencies: - postcss: 8.2.13 - ts-node: 10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + jiti: 2.4.2 + postcss: 8.5.6 + yaml: 2.8.2 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.2.13)(yaml@2.8.2): dependencies: lilconfig: 3.1.2 - yaml: 2.6.1 optionalDependencies: - postcss: 8.4.49 - ts-node: 10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2) + jiti: 2.6.1 + postcss: 8.2.13 + yaml: 2.8.2 - postcss-loader@6.2.1(postcss@8.4.49)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + postcss-loader@6.2.1(postcss@8.4.49)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.49 semver: 7.6.3 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) - - postcss-merge-longhand@5.1.7(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - stylehacks: 5.1.1(postcss@8.2.13) - - postcss-merge-longhand@5.1.7(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - stylehacks: 5.1.1(postcss@8.4.49) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) postcss-merge-longhand@6.0.5(postcss@8.4.49): dependencies: @@ -45302,27 +49017,11 @@ snapshots: postcss-value-parser: 4.2.0 stylehacks: 6.1.1(postcss@8.4.49) - postcss-merge-longhand@7.0.4(postcss@8.4.49): + postcss-merge-longhand@7.0.5(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 - stylehacks: 7.0.4(postcss@8.4.49) - - postcss-merge-rules@5.1.4(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - caniuse-api: 3.0.0 - cssnano-utils: 3.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-selector-parser: 6.1.2 - - postcss-merge-rules@5.1.4(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - caniuse-api: 3.0.0 - cssnano-utils: 3.1.0(postcss@8.4.49) - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 + stylehacks: 7.0.7(postcss@8.5.6) postcss-merge-rules@6.1.1(postcss@8.4.49): dependencies: @@ -45332,46 +49031,22 @@ snapshots: postcss: 8.4.49 postcss-selector-parser: 6.1.2 - postcss-merge-rules@7.0.4(postcss@8.4.49): + postcss-merge-rules@7.0.7(postcss@8.5.6): dependencies: - browserslist: 4.24.2 + browserslist: 4.28.1 caniuse-api: 3.0.0 - cssnano-utils: 5.0.0(postcss@8.4.49) - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 - - postcss-minify-font-values@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-minify-font-values@5.1.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 + cssnano-utils: 5.0.1(postcss@8.5.6) + postcss: 8.5.6 + postcss-selector-parser: 7.1.1 postcss-minify-font-values@6.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-minify-font-values@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-minify-gradients@5.1.1(postcss@8.2.13): - dependencies: - colord: 2.9.3 - cssnano-utils: 3.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-minify-gradients@5.1.1(postcss@8.4.49): + postcss-minify-font-values@7.0.1(postcss@8.5.6): dependencies: - colord: 2.9.3 - cssnano-utils: 3.1.0(postcss@8.4.49) - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-minify-gradients@6.0.3(postcss@8.4.49): @@ -45381,25 +49056,11 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-minify-gradients@7.0.0(postcss@8.4.49): + postcss-minify-gradients@7.0.1(postcss@8.5.6): dependencies: colord: 2.9.3 - cssnano-utils: 5.0.0(postcss@8.4.49) - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-minify-params@5.1.4(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - cssnano-utils: 3.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-minify-params@5.1.4(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - cssnano-utils: 3.1.0(postcss@8.4.49) - postcss: 8.4.49 + cssnano-utils: 5.0.1(postcss@8.5.6) + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-minify-params@6.1.0(postcss@8.4.49): @@ -45409,49 +49070,28 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-minify-params@7.0.2(postcss@8.4.49): + postcss-minify-params@7.0.5(postcss@8.5.6): dependencies: - browserslist: 4.24.2 - cssnano-utils: 5.0.0(postcss@8.4.49) - postcss: 8.4.49 + browserslist: 4.28.1 + cssnano-utils: 5.0.1(postcss@8.5.6) + postcss: 8.5.6 postcss-value-parser: 4.2.0 - postcss-minify-selectors@5.2.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-selector-parser: 6.1.2 - - postcss-minify-selectors@5.2.1(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 - postcss-minify-selectors@6.0.4(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 6.1.2 - postcss-minify-selectors@7.0.4(postcss@8.4.49): + postcss-minify-selectors@7.0.5(postcss@8.5.6): dependencies: cssesc: 3.0.0 - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 - - postcss-modules-extract-imports@3.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 + postcss: 8.5.6 + postcss-selector-parser: 7.1.1 postcss-modules-extract-imports@3.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 - postcss-modules-local-by-default@4.1.0(postcss@8.2.13): - dependencies: - icss-utils: 5.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-selector-parser: 7.0.0 - postcss-value-parser: 4.2.0 - postcss-modules-local-by-default@4.1.0(postcss@8.4.49): dependencies: icss-utils: 5.1.0(postcss@8.4.49) @@ -45459,99 +49099,37 @@ snapshots: postcss-selector-parser: 7.0.0 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-selector-parser: 7.0.0 - postcss-modules-scope@3.2.1(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 7.0.0 - postcss-modules-values@4.0.0(postcss@8.2.13): - dependencies: - icss-utils: 5.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-modules-values@4.0.0(postcss@8.4.49): dependencies: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 - postcss-modules@4.3.1(postcss@8.2.13): - dependencies: - generic-names: 4.0.0 - icss-replace-symbols: 1.1.0 - lodash.camelcase: 4.3.0 - postcss: 8.2.13 - postcss-modules-extract-imports: 3.1.0(postcss@8.2.13) - postcss-modules-local-by-default: 4.1.0(postcss@8.2.13) - postcss-modules-scope: 3.2.1(postcss@8.2.13) - postcss-modules-values: 4.0.0(postcss@8.2.13) - string-hash: 1.1.3 - - postcss-modules@4.3.1(postcss@8.4.49): - dependencies: - generic-names: 4.0.0 - icss-replace-symbols: 1.1.0 - lodash.camelcase: 4.3.0 - postcss: 8.4.49 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.49) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.49) - postcss-modules-scope: 3.2.1(postcss@8.4.49) - postcss-modules-values: 4.0.0(postcss@8.4.49) - string-hash: 1.1.3 - - postcss-nested@6.2.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 - - postcss-normalize-charset@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - - postcss-normalize-charset@5.1.0(postcss@8.4.49): + postcss-nested@7.0.2(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 + postcss-selector-parser: 7.0.0 postcss-normalize-charset@6.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 - postcss-normalize-charset@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - - postcss-normalize-display-values@5.1.0(postcss@8.2.13): + postcss-normalize-charset@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-display-values@5.1.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 + postcss: 8.5.6 postcss-normalize-display-values@6.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-display-values@7.0.0(postcss@8.4.49): + postcss-normalize-display-values@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-positions@5.1.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-positions@5.1.1(postcss@8.4.49): - dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-positions@6.0.2(postcss@8.4.49): @@ -45559,19 +49137,9 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-positions@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-repeat-style@5.1.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-repeat-style@5.1.1(postcss@8.4.49): + postcss-normalize-positions@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-repeat-style@6.0.2(postcss@8.4.49): @@ -45579,19 +49147,9 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-repeat-style@7.0.0(postcss@8.4.49): + postcss-normalize-repeat-style@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-string@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-string@5.1.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-string@6.0.2(postcss@8.4.49): @@ -45599,19 +49157,9 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-string@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-timing-functions@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-timing-functions@5.1.0(postcss@8.4.49): + postcss-normalize-string@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-timing-functions@6.0.2(postcss@8.4.49): @@ -45619,21 +49167,9 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-timing-functions@7.0.0(postcss@8.4.49): + postcss-normalize-timing-functions@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-unicode@5.1.1(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-unicode@5.1.1(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-unicode@6.1.0(postcss@8.4.49): @@ -45642,22 +49178,10 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-unicode@7.0.2(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-url@5.1.0(postcss@8.2.13): - dependencies: - normalize-url: 6.1.0 - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-url@5.1.0(postcss@8.4.49): + postcss-normalize-unicode@7.0.5(postcss@8.5.6): dependencies: - normalize-url: 6.1.0 - postcss: 8.4.49 + browserslist: 4.28.1 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-url@6.0.2(postcss@8.4.49): @@ -45665,19 +49189,9 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-url@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-normalize-whitespace@5.1.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-normalize-whitespace@5.1.1(postcss@8.4.49): + postcss-normalize-url@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-normalize-whitespace@6.0.2(postcss@8.4.49): @@ -45685,21 +49199,9 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-normalize-whitespace@7.0.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - - postcss-ordered-values@5.1.3(postcss@8.2.13): + postcss-normalize-whitespace@7.0.1(postcss@8.5.6): dependencies: - cssnano-utils: 3.1.0(postcss@8.2.13) - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-ordered-values@5.1.3(postcss@8.4.49): - dependencies: - cssnano-utils: 3.1.0(postcss@8.4.49) - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-ordered-values@6.0.2(postcss@8.4.49): @@ -45708,54 +49210,32 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-ordered-values@7.0.1(postcss@8.4.49): + postcss-ordered-values@7.0.2(postcss@8.5.6): dependencies: - cssnano-utils: 5.0.0(postcss@8.4.49) - postcss: 8.4.49 + cssnano-utils: 5.0.1(postcss@8.5.6) + postcss: 8.5.6 postcss-value-parser: 4.2.0 - postcss-reduce-initial@5.1.2(postcss@8.2.13): - dependencies: - browserslist: 4.24.2 - caniuse-api: 3.0.0 - postcss: 8.2.13 - - postcss-reduce-initial@5.1.2(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - caniuse-api: 3.0.0 - postcss: 8.4.49 - postcss-reduce-initial@6.1.0(postcss@8.4.49): dependencies: browserslist: 4.24.2 caniuse-api: 3.0.0 postcss: 8.4.49 - postcss-reduce-initial@7.0.2(postcss@8.4.49): + postcss-reduce-initial@7.0.5(postcss@8.5.6): dependencies: - browserslist: 4.24.2 + browserslist: 4.28.1 caniuse-api: 3.0.0 - postcss: 8.4.49 - - postcss-reduce-transforms@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - - postcss-reduce-transforms@5.1.0(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 + postcss: 8.5.6 postcss-reduce-transforms@6.0.2(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 - postcss-reduce-transforms@7.0.0(postcss@8.4.49): + postcss-reduce-transforms@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 postcss-selector-parser@6.1.2: @@ -45768,17 +49248,10 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-svgo@5.1.0(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-value-parser: 4.2.0 - svgo: 2.8.0 - - postcss-svgo@5.1.0(postcss@8.4.49): + postcss-selector-parser@7.1.1: dependencies: - postcss: 8.4.49 - postcss-value-parser: 4.2.0 - svgo: 2.8.0 + cssesc: 3.0.0 + util-deprecate: 1.0.2 postcss-svgo@6.0.3(postcss@8.4.49): dependencies: @@ -45786,31 +49259,21 @@ snapshots: postcss-value-parser: 4.2.0 svgo: 3.3.2 - postcss-svgo@7.0.1(postcss@8.4.49): + postcss-svgo@7.1.0(postcss@8.5.6): dependencies: - postcss: 8.4.49 + postcss: 8.5.6 postcss-value-parser: 4.2.0 - svgo: 3.3.2 - - postcss-unique-selectors@5.1.1(postcss@8.2.13): - dependencies: - postcss: 8.2.13 - postcss-selector-parser: 6.1.2 - - postcss-unique-selectors@5.1.1(postcss@8.4.49): - dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 + svgo: 4.0.0 postcss-unique-selectors@6.0.4(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 6.1.2 - postcss-unique-selectors@7.0.3(postcss@8.4.49): + postcss-unique-selectors@7.0.4(postcss@8.5.6): dependencies: - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 + postcss: 8.5.6 + postcss-selector-parser: 7.1.1 postcss-value-parser@4.2.0: {} @@ -45832,6 +49295,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.6: + dependencies: + nanoid: 3.3.11 + picocolors: 1.1.1 + source-map-js: 1.2.1 + prebuild-install@7.1.2: dependencies: detect-libc: 2.0.3 @@ -45856,47 +49325,64 @@ snapshots: dependencies: fast-diff: 1.3.0 - prettier-plugin-organize-imports@4.0.0(prettier@3.4.1)(typescript@5.7.2): + prettier-plugin-astro@0.14.1: + dependencies: + '@astrojs/compiler': 2.13.0 + prettier: 3.7.4 + sass-formatter: 0.7.9 + + prettier-plugin-jsdoc@1.8.0(prettier@3.7.4): + dependencies: + binary-searching: 2.0.5 + comment-parser: 1.4.1 + mdast-util-from-markdown: 2.0.2 + prettier: 3.7.4 + transitivePeerDependencies: + - supports-color + + prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.7.2): dependencies: - prettier: 3.4.1 + prettier: 3.7.4 typescript: 5.7.2 - prettier-plugin-packagejson@2.5.0(prettier@3.3.2): + prettier-plugin-organize-imports@4.0.0(prettier@3.7.4)(typescript@5.9.3): dependencies: - sort-package-json: 2.10.0 - synckit: 0.9.0 - optionalDependencies: - prettier: 3.3.2 + prettier: 3.7.4 + typescript: 5.9.3 - prettier-plugin-pkg@0.18.1(prettier@3.4.1): + prettier-plugin-pkg@0.18.1(prettier@3.7.4): dependencies: - prettier: 3.4.1 + prettier: 3.7.4 - prettier-plugin-prisma@5.0.0(prettier@3.4.1): + prettier-plugin-prisma@5.0.0(prettier@3.7.4): dependencies: '@prisma/prisma-schema-wasm': 4.17.0-26.6b0aef69b7cdfc787f822ecd7cdc76d5f1991584 - prettier: 3.4.1 + prettier: 3.7.4 - prettier-plugin-sh@0.14.0(prettier@3.4.1): + prettier-plugin-sh@0.14.0(prettier@3.7.4): dependencies: mvdan-sh: 0.10.1 - prettier: 3.4.1 + prettier: 3.7.4 sh-syntax: 0.4.2 - prettier-plugin-solidity@1.3.1(prettier@3.4.1): + prettier-plugin-solidity@1.3.1(prettier@3.7.4): dependencies: '@solidity-parser/parser': 0.17.0 - prettier: 3.4.1 + prettier: 3.7.4 semver: 7.6.3 solidity-comments-extractor: 0.0.8 + optional: true - prettier@3.3.2: {} + prettier-plugin-toml@2.0.6(prettier@3.7.4): + dependencies: + '@taplo/lib': 0.5.0 + prettier: 3.7.4 - prettier@3.4.1: {} + prettier@3.7.4: {} pretty-bytes@5.6.0: {} - pretty-bytes@6.1.1: {} + pretty-bytes@7.1.0: {} pretty-error@4.0.0: dependencies: @@ -45929,9 +49415,11 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 - pretty-ms@9.2.0: + pretty-format@30.2.0: dependencies: - parse-ms: 4.0.0 + '@jest/schemas': 30.0.5 + ansi-styles: 5.2.0 + react-is: 18.3.1 printable-characters@1.0.42: {} @@ -45939,7 +49427,7 @@ snapshots: proc-log@4.2.0: {} - process-nextick-args@1.0.7: {} + proc-log@5.0.0: {} process-nextick-args@2.0.1: {} @@ -45962,8 +49450,6 @@ snapshots: err-code: 2.0.3 retry: 0.12.0 - promise.series@0.2.0: {} - promise@7.3.1: dependencies: asap: 2.0.6 @@ -45996,8 +49482,6 @@ snapshots: propagate@2.0.1: {} - property-information@6.5.0: {} - proto-list@1.2.4: {} protocols@1.4.8: {} @@ -46009,16 +49493,16 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - proxy-agent@6.4.0: + proxy-agent@6.5.0: dependencies: - agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + agent-base: 7.1.4 + debug: 4.4.3(supports-color@8.1.1) http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.5 + https-proxy-agent: 7.0.6 lru-cache: 7.18.3 - pac-proxy-agent: 7.0.2 + pac-proxy-agent: 7.2.0 proxy-from-env: 1.1.0 - socks-proxy-agent: 8.0.4 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color @@ -46027,8 +49511,6 @@ snapshots: prr@1.0.1: optional: true - pseudomap@1.0.2: {} - psl@1.14.0: dependencies: punycode: 2.3.1 @@ -46042,17 +49524,6 @@ snapshots: randombytes: 2.1.0 safe-buffer: 5.2.1 - pump-chain@1.0.0: - dependencies: - bubble-stream-error: 1.0.0 - pump: 1.0.3 - sliced: 1.0.1 - - pump@1.0.3: - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - pump@2.0.1: dependencies: end-of-stream: 1.4.4 @@ -46075,12 +49546,10 @@ snapshots: punycode@2.3.1: {} - pupa@3.1.0: - dependencies: - escape-goat: 4.0.0 - pure-rand@6.1.0: {} + pure-rand@7.0.1: {} + pvtsutils@1.3.6: dependencies: tslib: 2.8.1 @@ -46097,6 +49566,14 @@ snapshots: dependencies: side-channel: 1.0.6 + qs@6.14.1: + dependencies: + side-channel: 1.1.0 + + quansync@0.2.11: {} + + quansync@1.0.0: {} + query-string@6.14.1: dependencies: decode-uri-component: 0.2.2 @@ -46129,17 +49606,10 @@ snapshots: quick-lru@5.1.1: {} - quick-lru@6.1.2: {} - - quotation@2.0.3: {} - r-json@1.3.0: dependencies: w-json: 1.3.10 - radix3@1.1.2: - optional: true - raf@3.4.1: dependencies: performance-now: 2.1.0 @@ -46240,14 +49710,14 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-dropzone@14.3.5(react@18.3.1): + react-dropzone@14.3.8(react@18.3.1): dependencies: attr-accept: 2.2.5 file-selector: 2.1.2 prop-types: 15.8.1 react: 18.3.1 - react-error-boundary@4.1.2(react@18.3.1): + react-error-boundary@5.0.0(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 react: 18.3.1 @@ -46293,7 +49763,17 @@ snapshots: react-fast-compare: 3.2.2 shallowequal: 1.1.0 - react-native-reanimated@3.16.3(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + react-native-is-edge-to-edge@1.1.7(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + dependencies: + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + + react-native-is-edge-to-edge@1.1.7(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + dependencies: + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + + react-native-reanimated@3.19.5(@babel/core@7.26.0)(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.26.0) @@ -46309,14 +49789,40 @@ snapshots: invariant: 2.2.4 react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native-is-edge-to-edge: 1.1.7(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + transitivePeerDependencies: + - supports-color + + react-native-reanimated@3.19.5(@babel/core@7.28.5)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + dependencies: + '@babel/core': 7.28.5 + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.28.5) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.28.5) + '@babel/preset-typescript': 7.26.0(@babel/core@7.28.5) + convert-source-map: 2.0.0 + invariant: 2.2.4 + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native-is-edge-to-edge: 1.1.7(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) transitivePeerDependencies: - supports-color - react-native-safe-area-context@4.14.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native-safe-area-context@4.14.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + dependencies: + react: 18.3.1 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + react-native-screens@4.3.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: react: 18.3.1 @@ -46324,38 +49830,29 @@ snapshots: react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) warn-once: 0.1.1 - react-native-svg@15.9.0(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): + react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: css-select: 5.1.0 css-tree: 1.1.3 react: 18.3.1 react-native: 0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) warn-once: 0.1.1 + optional: true - react-native-web-internals@1.96.0: - dependencies: - '@tamagui/normalize-css-color': 1.96.0 - '@tamagui/react-native-use-pressable': 1.96.0(react@18.3.1) - '@tamagui/react-native-use-responder-events': 1.96.0(react@18.3.1) - '@tamagui/simple-hash': 1.96.0 - react: 18.3.1 - styleq: 0.1.3 - - react-native-web-lite@1.96.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-native-svg@15.15.1(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): dependencies: - '@tamagui/normalize-css-color': 1.96.0 - invariant: 2.2.4 + css-select: 5.1.0 + css-tree: 1.1.3 react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-native-web-internals: 1.96.0 - styleq: 0.1.3 + react-native: 0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10) + warn-once: 0.1.1 - react-native-web@0.19.12(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-native-web@0.21.2(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 '@react-native/normalize-colors': 0.74.88 fbjs: 3.0.5(encoding@0.1.13) - inline-style-prefixer: 6.0.4 + inline-style-prefixer: 7.0.1 memoize-one: 6.0.0 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 @@ -46415,28 +49912,75 @@ snapshots: - supports-color - utf-8-validate - react-number-format@5.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10): + dependencies: + '@jest/create-cache-key-function': 29.7.0 + '@react-native-community/cli': 13.6.6(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@react-native-community/cli-platform-android': 13.6.6(encoding@0.1.13) + '@react-native-community/cli-platform-ios': 13.6.6(encoding@0.1.13) + '@react-native/assets-registry': 0.74.83 + '@react-native/codegen': 0.74.83(@babel/preset-env@7.26.0(@babel/core@7.28.5)) + '@react-native/community-cli-plugin': 0.74.83(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(bufferutil@4.0.8)(encoding@0.1.13)(utf-8-validate@5.0.10) + '@react-native/gradle-plugin': 0.74.83 + '@react-native/js-polyfills': 0.74.83 + '@react-native/normalize-colors': 0.74.83 + '@react-native/virtualized-lists': 0.74.83(@types/react@18.3.12)(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + abort-controller: 3.0.0 + anser: 1.4.10 + ansi-regex: 5.0.1 + base64-js: 1.5.1 + chalk: 4.1.2 + event-target-shim: 5.0.1 + flow-enums-runtime: 0.0.6 + invariant: 2.2.4 + jest-environment-node: 29.7.0 + jsc-android: 250231.0.0 + memoize-one: 5.2.1 + metro-runtime: 0.80.12 + metro-source-map: 0.80.12 + mkdirp: 0.5.6 + nullthrows: 1.1.1 + pretty-format: 26.6.2 + promise: 8.3.0 + react: 18.3.1 + react-devtools-core: 5.3.2(bufferutil@4.0.8)(utf-8-validate@5.0.10) + react-refresh: 0.14.2 + react-shallow-renderer: 16.15.0(react@18.3.1) + regenerator-runtime: 0.13.11 + scheduler: 0.24.0-canary-efb381bbf-20230505 + stacktrace-parser: 0.1.10 + whatwg-fetch: 3.6.20 + ws: 6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) + yargs: 17.7.2 + optionalDependencies: + '@types/react': 18.3.12 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + + react-number-format@5.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-pdf@9.1.1(@types/react@18.3.12)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-pdf@9.2.1(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: clsx: 2.1.1 dequal: 2.0.3 make-cancellable-promise: 1.3.2 make-event-props: 1.6.2 merge-refs: 1.3.0(@types/react@18.3.12) - pdfjs-dist: 4.4.168(encoding@0.1.13) + pdfjs-dist: 4.8.69 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tiny-invariant: 1.3.3 warning: 4.0.3 optionalDependencies: '@types/react': 18.3.12 - transitivePeerDependencies: - - encoding - - supports-color react-reconciler@0.29.2(react@18.3.1): dependencies: @@ -46444,10 +49988,10 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-refresh@0.10.0: {} - react-refresh@0.14.2: {} + react-refresh@0.18.0: {} + react-refresh@0.8.3: {} react-remove-scroll-bar@2.3.6(@types/react@18.3.12)(react@18.3.1): @@ -46458,6 +50002,14 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 + react-remove-scroll-bar@2.3.8(@types/react@18.3.12)(react@18.3.1): + dependencies: + react: 18.3.1 + react-style-singleton: 2.2.3(@types/react@18.3.12)(react@18.3.1) + tslib: 2.8.1 + optionalDependencies: + '@types/react': 18.3.12 + react-remove-scroll@2.6.0(@types/react@18.3.12)(react@18.3.1): dependencies: react: 18.3.1 @@ -46469,7 +50021,18 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 - react-resizable-panels@2.0.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-remove-scroll@2.7.2(@types/react@18.3.12)(react@18.3.1): + dependencies: + react: 18.3.1 + react-remove-scroll-bar: 2.3.8(@types/react@18.3.12)(react@18.3.1) + react-style-singleton: 2.2.3(@types/react@18.3.12)(react@18.3.1) + tslib: 2.8.1 + use-callback-ref: 1.3.3(@types/react@18.3.12)(react@18.3.1) + use-sidecar: 1.1.3(@types/react@18.3.12)(react@18.3.1) + optionalDependencies: + '@types/react': 18.3.12 + + react-resizable-panels@2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -46489,7 +50052,15 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 - react-textarea-autosize@8.5.5(@types/react@18.3.12)(react@18.3.1): + react-style-singleton@2.2.3(@types/react@18.3.12)(react@18.3.1): + dependencies: + get-nonce: 1.0.1 + react: 18.3.1 + tslib: 2.8.1 + optionalDependencies: + '@types/react': 18.3.12 + + react-textarea-autosize@8.5.9(@types/react@18.3.12)(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 react: 18.3.1 @@ -46525,6 +50096,12 @@ snapshots: json-parse-even-better-errors: 3.0.2 npm-normalize-package-bin: 3.0.1 + read-package-up@11.0.0: + dependencies: + find-up-simple: 1.0.0 + read-pkg: 9.0.1 + type-fest: 4.29.0 + read-pkg-up@7.0.1: dependencies: find-up: 4.1.0 @@ -46537,12 +50114,6 @@ snapshots: read-pkg: 6.0.0 type-fest: 1.4.0 - read-pkg-up@9.1.0: - dependencies: - find-up: 6.3.0 - read-pkg: 7.1.0 - type-fest: 2.19.0 - read-pkg@5.2.0: dependencies: '@types/normalize-package-data': 2.4.4 @@ -46557,12 +50128,13 @@ snapshots: parse-json: 5.2.0 type-fest: 1.4.0 - read-pkg@7.1.0: + read-pkg@9.0.1: dependencies: '@types/normalize-package-data': 2.4.4 - normalize-package-data: 3.0.3 - parse-json: 5.2.0 - type-fest: 2.19.0 + normalize-package-data: 6.0.2 + parse-json: 8.3.0 + type-fest: 4.29.0 + unicorn-magic: 0.1.0 read-yaml-file@2.1.0: dependencies: @@ -46576,15 +50148,6 @@ snapshots: isarray: 0.0.1 string_decoder: 0.10.31 - readable-stream@2.0.6: - dependencies: - core-util-is: 1.0.3 - inherits: 2.0.4 - isarray: 1.0.0 - process-nextick-args: 1.0.7 - string_decoder: 0.10.31 - util-deprecate: 1.0.2 - readable-stream@2.3.8: dependencies: core-util-is: 1.0.3 @@ -46609,10 +50172,6 @@ snapshots: process: 0.11.10 string_decoder: 1.3.0 - readable-web-to-node-stream@3.0.2: - dependencies: - readable-stream: 3.6.2 - readdirp@3.5.0: dependencies: picomatch: 2.3.1 @@ -46660,6 +50219,10 @@ snapshots: redux@5.0.1: {} + refa@0.12.1: + dependencies: + '@eslint-community/regexpp': 4.12.1 + reflect.getprototypeof@1.0.7: dependencies: call-bind: 1.0.7 @@ -46684,6 +50247,13 @@ snapshots: dependencies: '@babel/runtime': 7.26.0 + regexp-ast-analysis@0.7.1: + dependencies: + '@eslint-community/regexpp': 4.12.1 + refa: 0.12.1 + + regexp-to-ast@0.5.0: {} + regexp-tree@0.1.27: {} regexp.prototype.flags@1.5.3: @@ -46704,14 +50274,10 @@ snapshots: unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.2.0 - registry-auth-token@5.0.3: + registry-auth-token@5.1.0: dependencies: '@pnpm/npm-conf': 2.3.1 - registry-url@6.0.1: - dependencies: - rc: 1.2.8 - regjsgen@0.8.0: {} regjsparser@0.10.0: @@ -46722,35 +50288,8 @@ snapshots: dependencies: jsesc: 3.0.2 - rehype-parse@8.0.5: - dependencies: - '@types/hast': 2.3.10 - hast-util-from-parse5: 7.1.2 - parse5: 6.0.1 - unified: 10.1.2 - - rehype-parse@9.0.0: - dependencies: - '@types/hast': 3.0.4 - hast-util-from-html: 2.0.3 - unified: 11.0.5 - - rehype-retext@3.0.2: - dependencies: - '@types/hast': 2.3.10 - '@types/unist': 2.0.11 - hast-util-to-nlcst: 2.2.0 - unified: 10.1.2 - - rehype-retext@4.0.0: - dependencies: - '@types/hast': 3.0.4 - '@types/nlcst': 2.0.3 - hast-util-to-nlcst: 4.0.0 - unified: 11.0.5 - vfile: 6.0.3 - - reinterval@1.1.0: {} + reinterval@1.1.0: + optional: true relateurl@0.2.7: {} @@ -46770,22 +50309,6 @@ snapshots: mdast-util-frontmatter: 0.2.0 micromark-extension-frontmatter: 0.2.2 - remark-frontmatter@4.0.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-frontmatter: 1.0.1 - micromark-extension-frontmatter: 1.1.1 - unified: 10.1.2 - - remark-frontmatter@5.0.0: - dependencies: - '@types/mdast': 4.0.4 - mdast-util-frontmatter: 2.0.1 - micromark-extension-frontmatter: 2.0.0 - unified: 11.0.5 - transitivePeerDependencies: - - supports-color - remark-gfm@1.0.0: dependencies: mdast-util-gfm: 0.1.2 @@ -46793,40 +50316,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-gfm@3.0.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-gfm: 2.0.2 - micromark-extension-gfm: 2.0.3 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - - remark-gfm@4.0.0: - dependencies: - '@types/mdast': 4.0.4 - mdast-util-gfm: 3.0.0 - micromark-extension-gfm: 3.0.0 - remark-parse: 11.0.0 - remark-stringify: 11.0.0 - unified: 11.0.5 - transitivePeerDependencies: - - supports-color - - remark-mdx@2.0.0: - dependencies: - mdast-util-mdx: 2.0.1 - micromark-extension-mdxjs: 1.0.1 - transitivePeerDependencies: - - supports-color - - remark-mdx@3.0.1: - dependencies: - mdast-util-mdx: 3.0.0 - micromark-extension-mdxjs: 3.0.0 - transitivePeerDependencies: - - supports-color - remark-mdx@3.1.0: dependencies: mdast-util-mdx: 3.0.0 @@ -46834,24 +50323,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-message-control@7.1.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-comment-marker: 2.1.2 - unified: 10.1.2 - unified-message-control: 4.0.0 - vfile: 5.3.7 - transitivePeerDependencies: - - supports-color - - remark-parse@10.0.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - remark-parse@11.0.0: dependencies: '@types/mdast': 4.0.4 @@ -46867,22 +50338,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-retext@5.0.1: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.11 - mdast-util-to-nlcst: 5.2.1 - unified: 10.1.2 - - remark-retext@6.0.0: - dependencies: - '@types/mdast': 4.0.4 - '@types/nlcst': 2.0.3 - mdast-util-to-nlcst: 7.0.1 - parse-latin: 7.0.0 - unified: 11.0.5 - vfile: 6.0.3 - remark-stringify@11.0.0: dependencies: '@types/mdast': 4.0.4 @@ -46943,14 +50398,18 @@ snapshots: resolve-from@5.0.0: {} + resolve-global@1.0.0: + dependencies: + global-dirs: 0.1.1 + resolve-pkg-maps@1.0.0: {} resolve-workspace-root@2.0.0: {} - resolve.exports@1.1.0: {} - resolve.exports@2.0.2: {} + resolve.exports@2.0.3: {} + resolve@1.22.8: dependencies: is-core-module: 2.15.1 @@ -46961,16 +50420,6 @@ snapshots: dependencies: path-parse: 1.0.7 - resolve@2.0.0-next.5: - dependencies: - is-core-module: 2.15.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - - responselike@2.0.1: - dependencies: - lowercase-keys: 2.0.0 - responselike@3.0.0: dependencies: lowercase-keys: 3.0.0 @@ -46990,67 +50439,12 @@ snapshots: onetime: 5.1.2 signal-exit: 3.0.7 - ret@0.2.2: {} - - retext-english@4.1.0: - dependencies: - '@types/nlcst': 1.0.4 - parse-english: 5.0.0 - unherit: 3.0.1 - unified: 10.1.2 - - retext-english@5.0.0: + restore-cursor@5.1.0: dependencies: - '@types/nlcst': 2.0.3 - parse-english: 7.0.0 - unified: 11.0.5 - - retext-equality@6.6.0: - dependencies: - '@types/nlcst': 1.0.4 - '@types/unist': 2.0.11 - nlcst-normalize: 3.1.1 - nlcst-search: 3.1.1 - nlcst-to-string: 3.1.1 - quotation: 2.0.3 - unified: 10.1.2 - unist-util-is: 5.2.1 - unist-util-visit: 4.1.2 - vfile: 5.3.7 - - retext-equality@7.1.0: - dependencies: - '@types/nlcst': 2.0.3 - devlop: 1.1.0 - nlcst-normalize: 4.0.0 - nlcst-search: 4.0.0 - nlcst-to-string: 4.0.0 - quotation: 2.0.3 - unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 - vfile: 6.0.3 - - retext-profanities@7.2.2: - dependencies: - '@types/nlcst': 1.0.4 - cuss: 2.2.0 - nlcst-search: 3.1.1 - nlcst-to-string: 3.1.1 - pluralize: 8.0.0 - quotation: 2.0.3 - unified: 10.1.2 - unist-util-position: 4.0.4 + onetime: 7.0.0 + signal-exit: 4.1.0 - retext-profanities@8.0.0: - dependencies: - '@types/nlcst': 2.0.3 - cuss: 2.2.0 - nlcst-search: 4.0.0 - nlcst-to-string: 4.0.0 - pluralize: 8.0.0 - quotation: 2.0.3 - unist-util-position: 5.0.0 - vfile: 6.0.3 + ret@0.2.2: {} retry@0.12.0: {} @@ -47081,72 +50475,109 @@ snapshots: hash-base: 3.1.0 inherits: 2.0.4 - rolldown@0.10.4: - dependencies: - citty: 0.1.6 - colorette: 2.0.20 - consola: 3.2.3 - locate-character: 3.0.0 - mri: 1.2.0 - zod: 3.23.8 - optionalDependencies: - '@rolldown/binding-darwin-arm64': 0.10.4 - '@rolldown/binding-darwin-x64': 0.10.4 - '@rolldown/binding-linux-arm-gnueabihf': 0.10.4 - '@rolldown/binding-linux-arm64-gnu': 0.10.4 - '@rolldown/binding-linux-arm64-musl': 0.10.4 - '@rolldown/binding-linux-x64-gnu': 0.10.4 - '@rolldown/binding-linux-x64-musl': 0.10.4 - '@rolldown/binding-wasm32-wasi': 0.10.4 - '@rolldown/binding-win32-arm64-msvc': 0.10.4 - '@rolldown/binding-win32-ia32-msvc': 0.10.4 - '@rolldown/binding-win32-x64-msvc': 0.10.4 - - rollup-plugin-copy@3.5.0: - dependencies: - '@types/fs-extra': 8.1.5 - colorette: 1.4.0 - fs-extra: 8.1.0 - globby: 10.0.1 - is-plain-object: 3.0.1 + rolldown-plugin-dts@0.20.0(oxc-resolver@11.16.2)(rolldown@1.0.0-beta.57)(typescript@5.7.2): + dependencies: + '@babel/generator': 7.28.5 + '@babel/parser': 7.28.5 + '@babel/types': 7.28.5 + ast-kit: 2.2.0 + birpc: 4.0.0 + dts-resolver: 2.1.3(oxc-resolver@11.16.2) + get-tsconfig: 4.13.0 + obug: 2.1.1 + rolldown: 1.0.0-beta.57 + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - oxc-resolver - rollup-plugin-dts@6.1.1(rollup@3.29.5)(typescript@5.7.2): + rolldown-plugin-dts@0.20.0(oxc-resolver@11.16.2)(rolldown@1.0.0-beta.57)(typescript@5.9.3): dependencies: - magic-string: 0.30.14 - rollup: 3.29.5 - typescript: 5.7.2 + '@babel/generator': 7.28.5 + '@babel/parser': 7.28.5 + '@babel/types': 7.28.5 + ast-kit: 2.2.0 + birpc: 4.0.0 + dts-resolver: 2.1.3(oxc-resolver@11.16.2) + get-tsconfig: 4.13.0 + obug: 2.1.1 + rolldown: 1.0.0-beta.57 optionalDependencies: - '@babel/code-frame': 7.26.2 + typescript: 5.9.3 + transitivePeerDependencies: + - oxc-resolver - rollup-plugin-dts@6.1.1(rollup@4.18.0)(typescript@5.7.2): + rolldown@1.0.0-beta.1(@babel/runtime@7.26.0): dependencies: - magic-string: 0.30.14 - rollup: 4.18.0 + zod: 3.25.76 + optionalDependencies: + '@babel/runtime': 7.26.0 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.1 + '@rolldown/binding-darwin-x64': 1.0.0-beta.1 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.1 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.1 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.1 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.1 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.1 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.1 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.1 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.1 + '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.1 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.1 + + rolldown@1.0.0-beta.57: + dependencies: + '@oxc-project/types': 0.103.0 + '@rolldown/pluginutils': 1.0.0-beta.57 + optionalDependencies: + '@rolldown/binding-android-arm64': 1.0.0-beta.57 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.57 + '@rolldown/binding-darwin-x64': 1.0.0-beta.57 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.57 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.57 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.57 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.57 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.57 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.57 + '@rolldown/binding-openharmony-arm64': 1.0.0-beta.57 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.57 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.57 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.57 + + rolldown@1.0.0-beta.58: + dependencies: + '@oxc-project/types': 0.106.0 + '@rolldown/pluginutils': 1.0.0-beta.58 + optionalDependencies: + '@rolldown/binding-android-arm64': 1.0.0-beta.58 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.58 + '@rolldown/binding-darwin-x64': 1.0.0-beta.58 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.58 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.58 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.58 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.58 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.58 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.58 + '@rolldown/binding-openharmony-arm64': 1.0.0-beta.58 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.58 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.58 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.58 + + rollup-plugin-dts@6.3.0(rollup@4.54.0)(typescript@5.7.2): + dependencies: + magic-string: 0.30.21 + rollup: 4.54.0 typescript: 5.7.2 optionalDependencies: - '@babel/code-frame': 7.26.2 + '@babel/code-frame': 7.27.1 - rollup-plugin-esbuild@6.1.1(esbuild@0.19.12)(rollup@4.18.0): + rollup-plugin-dts@6.3.0(rollup@4.54.0)(typescript@5.9.3): dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - debug: 4.3.7(supports-color@8.1.1) - es-module-lexer: 1.5.4 - esbuild: 0.19.12 - get-tsconfig: 4.8.1 - rollup: 4.18.0 - transitivePeerDependencies: - - supports-color - - rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.18.0): - dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.18.0) - debug: 4.3.7(supports-color@8.1.1) - es-module-lexer: 1.5.4 - esbuild: 0.20.2 - get-tsconfig: 4.8.1 - rollup: 4.18.0 - transitivePeerDependencies: - - supports-color + magic-string: 0.30.21 + rollup: 4.54.0 + typescript: 5.9.3 + optionalDependencies: + '@babel/code-frame': 7.27.1 rollup-plugin-inject@3.0.2: dependencies: @@ -47158,117 +50589,30 @@ snapshots: dependencies: rollup-plugin-inject: 3.0.2 - rollup-plugin-peer-deps-external@2.2.4(rollup@4.18.0): - dependencies: - rollup: 4.18.0 - - rollup-plugin-postcss@4.0.2(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): - dependencies: - chalk: 4.1.2 - concat-with-sourcemaps: 1.1.0 - cssnano: 5.1.15(postcss@8.2.13) - import-cwd: 3.0.0 - p-queue: 6.6.2 - pify: 5.0.0 - postcss: 8.2.13 - postcss-load-config: 3.1.4(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - postcss-modules: 4.3.1(postcss@8.2.13) - promise.series: 0.2.0 - resolve: 1.22.8 - rollup-pluginutils: 2.8.2 - safe-identifier: 0.4.2 - style-inject: 0.3.0 - transitivePeerDependencies: - - ts-node - - rollup-plugin-postcss@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): - dependencies: - chalk: 4.1.2 - concat-with-sourcemaps: 1.1.0 - cssnano: 5.1.15(postcss@8.4.49) - import-cwd: 3.0.0 - p-queue: 6.6.2 - pify: 5.0.0 - postcss: 8.4.49 - postcss-load-config: 3.1.4(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - postcss-modules: 4.3.1(postcss@8.4.49) - promise.series: 0.2.0 - resolve: 1.22.8 - rollup-pluginutils: 2.8.2 - safe-identifier: 0.4.2 - style-inject: 0.3.0 - transitivePeerDependencies: - - ts-node - - rollup-plugin-postcss@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)): - dependencies: - chalk: 4.1.2 - concat-with-sourcemaps: 1.1.0 - cssnano: 5.1.15(postcss@8.4.49) - import-cwd: 3.0.0 - p-queue: 6.6.2 - pify: 5.0.0 - postcss: 8.4.49 - postcss-load-config: 3.1.4(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - postcss-modules: 4.3.1(postcss@8.4.49) - promise.series: 0.2.0 - resolve: 1.22.8 - rollup-pluginutils: 2.8.2 - safe-identifier: 0.4.2 - style-inject: 0.3.0 - transitivePeerDependencies: - - ts-node - - rollup-plugin-typescript2@0.36.0(rollup@4.18.0)(typescript@5.7.2): + rollup-plugin-typescript2@0.36.0(rollup@4.54.0)(typescript@5.7.2): dependencies: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 4.18.0 + rollup: 4.54.0 semver: 7.6.3 tslib: 2.8.1 typescript: 5.7.2 - rollup-plugin-typescript2@0.36.0(rollup@4.28.0)(typescript@5.7.2): + rollup-plugin-typescript2@0.36.0(rollup@4.54.0)(typescript@5.9.3): dependencies: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 4.28.0 + rollup: 4.54.0 semver: 7.6.3 tslib: 2.8.1 - typescript: 5.7.2 + typescript: 5.9.3 rollup-pluginutils@2.8.2: dependencies: estree-walker: 0.6.1 - rollup@3.29.5: - optionalDependencies: - fsevents: 2.3.3 - - rollup@4.18.0: - dependencies: - '@types/estree': 1.0.5 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.18.0 - '@rollup/rollup-android-arm64': 4.18.0 - '@rollup/rollup-darwin-arm64': 4.18.0 - '@rollup/rollup-darwin-x64': 4.18.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.18.0 - '@rollup/rollup-linux-arm-musleabihf': 4.18.0 - '@rollup/rollup-linux-arm64-gnu': 4.18.0 - '@rollup/rollup-linux-arm64-musl': 4.18.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0 - '@rollup/rollup-linux-riscv64-gnu': 4.18.0 - '@rollup/rollup-linux-s390x-gnu': 4.18.0 - '@rollup/rollup-linux-x64-gnu': 4.18.0 - '@rollup/rollup-linux-x64-musl': 4.18.0 - '@rollup/rollup-win32-arm64-msvc': 4.18.0 - '@rollup/rollup-win32-ia32-msvc': 4.18.0 - '@rollup/rollup-win32-x64-msvc': 4.18.0 - fsevents: 2.3.3 - rollup@4.28.0: dependencies: '@types/estree': 1.0.6 @@ -47293,16 +50637,35 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.28.0 fsevents: 2.3.3 - rrweb-cssom@0.6.0: {} - - rsbuild-plugin-dts@0.0.5(@rsbuild/core@1.0.1-rc.4)(typescript@5.7.2): + rollup@4.54.0: dependencies: - '@rsbuild/core': 1.0.1-rc.4 - fast-glob: 3.3.2 - magic-string: 0.30.14 - picocolors: 1.1.0 + '@types/estree': 1.0.8 optionalDependencies: - typescript: 5.7.2 + '@rollup/rollup-android-arm-eabi': 4.54.0 + '@rollup/rollup-android-arm64': 4.54.0 + '@rollup/rollup-darwin-arm64': 4.54.0 + '@rollup/rollup-darwin-x64': 4.54.0 + '@rollup/rollup-freebsd-arm64': 4.54.0 + '@rollup/rollup-freebsd-x64': 4.54.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.54.0 + '@rollup/rollup-linux-arm-musleabihf': 4.54.0 + '@rollup/rollup-linux-arm64-gnu': 4.54.0 + '@rollup/rollup-linux-arm64-musl': 4.54.0 + '@rollup/rollup-linux-loong64-gnu': 4.54.0 + '@rollup/rollup-linux-ppc64-gnu': 4.54.0 + '@rollup/rollup-linux-riscv64-gnu': 4.54.0 + '@rollup/rollup-linux-riscv64-musl': 4.54.0 + '@rollup/rollup-linux-s390x-gnu': 4.54.0 + '@rollup/rollup-linux-x64-gnu': 4.54.0 + '@rollup/rollup-linux-x64-musl': 4.54.0 + '@rollup/rollup-openharmony-arm64': 4.54.0 + '@rollup/rollup-win32-arm64-msvc': 4.54.0 + '@rollup/rollup-win32-ia32-msvc': 4.54.0 + '@rollup/rollup-win32-x64-gnu': 4.54.0 + '@rollup/rollup-win32-x64-msvc': 4.54.0 + fsevents: 2.3.3 + + rrweb-cssom@0.6.0: {} run-applescript@7.0.0: {} @@ -47322,6 +50685,8 @@ snapshots: dependencies: tslib: 2.8.1 + s.color@0.0.15: {} + sade@1.8.1: dependencies: mri: 1.2.0 @@ -47337,8 +50702,6 @@ snapshots: safe-buffer@5.2.1: {} - safe-identifier@0.4.2: {} - safe-regex-test@1.0.3: dependencies: call-bind: 1.0.7 @@ -47349,21 +50712,108 @@ snapshots: safer-buffer@2.1.2: {} - sass-loader@12.6.0(sass@1.81.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + sass-embedded-all-unknown@1.97.1: dependencies: - klona: 2.0.6 - neo-async: 2.6.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) - optionalDependencies: - sass: 1.81.0 + sass: 1.97.1 + optional: true + + sass-embedded-android-arm64@1.97.1: + optional: true + + sass-embedded-android-arm@1.97.1: + optional: true + + sass-embedded-android-riscv64@1.97.1: + optional: true + + sass-embedded-android-x64@1.97.1: + optional: true + + sass-embedded-darwin-arm64@1.97.1: + optional: true + + sass-embedded-darwin-x64@1.97.1: + optional: true + + sass-embedded-linux-arm64@1.97.1: + optional: true + + sass-embedded-linux-arm@1.97.1: + optional: true + + sass-embedded-linux-musl-arm64@1.97.1: + optional: true + + sass-embedded-linux-musl-arm@1.97.1: + optional: true - sass@1.77.6: + sass-embedded-linux-musl-riscv64@1.97.1: + optional: true + + sass-embedded-linux-musl-x64@1.97.1: + optional: true + + sass-embedded-linux-riscv64@1.97.1: + optional: true + + sass-embedded-linux-x64@1.97.1: + optional: true + + sass-embedded-unknown-all@1.97.1: dependencies: - chokidar: 3.6.0 - immutable: 4.3.7 - source-map-js: 1.2.1 + sass: 1.97.1 + optional: true + + sass-embedded-win32-arm64@1.97.1: + optional: true + + sass-embedded-win32-x64@1.97.1: + optional: true + + sass-embedded@1.97.1: + dependencies: + '@bufbuild/protobuf': 2.10.2 + buffer-builder: 0.2.0 + colorjs.io: 0.5.2 + immutable: 5.0.3 + rxjs: 7.8.1 + supports-color: 8.1.1 + sync-child-process: 1.0.2 + varint: 6.0.0 + optionalDependencies: + sass-embedded-all-unknown: 1.97.1 + sass-embedded-android-arm: 1.97.1 + sass-embedded-android-arm64: 1.97.1 + sass-embedded-android-riscv64: 1.97.1 + sass-embedded-android-x64: 1.97.1 + sass-embedded-darwin-arm64: 1.97.1 + sass-embedded-darwin-x64: 1.97.1 + sass-embedded-linux-arm: 1.97.1 + sass-embedded-linux-arm64: 1.97.1 + sass-embedded-linux-musl-arm: 1.97.1 + sass-embedded-linux-musl-arm64: 1.97.1 + sass-embedded-linux-musl-riscv64: 1.97.1 + sass-embedded-linux-musl-x64: 1.97.1 + sass-embedded-linux-riscv64: 1.97.1 + sass-embedded-linux-x64: 1.97.1 + sass-embedded-unknown-all: 1.97.1 + sass-embedded-win32-arm64: 1.97.1 + sass-embedded-win32-x64: 1.97.1 + + sass-formatter@0.7.9: + dependencies: + suf-log: 2.5.3 + + sass-loader@16.0.6(@rspack/core@1.7.0(@swc/helpers@0.5.18))(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + neo-async: 2.6.2 + optionalDependencies: + '@rspack/core': 1.7.0(@swc/helpers@0.5.18) + sass: 1.97.1 + sass-embedded: 1.97.1 + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) - sass@1.81.0: + sass@1.97.1: dependencies: chokidar: 4.0.1 immutable: 5.0.3 @@ -47371,8 +50821,6 @@ snapshots: optionalDependencies: '@parcel/watcher': 2.5.0 - sax@1.2.4: {} - sax@1.4.1: {} saxes@6.0.0: @@ -47405,10 +50853,27 @@ snapshots: ajv-formats: 2.1.1(ajv@8.17.1) ajv-keywords: 5.1.0(ajv@8.17.1) + schema-utils@4.3.3: + dependencies: + '@types/json-schema': 7.0.15 + ajv: 8.17.1 + ajv-formats: 2.1.1(ajv@8.17.1) + ajv-keywords: 5.1.0(ajv@8.17.1) + + scslre@0.3.0: + dependencies: + '@eslint-community/regexpp': 4.12.1 + refa: 0.12.1 + regexp-ast-analysis: 0.7.1 + scule@1.3.0: {} secure-compare@3.0.1: {} + seek-bzip@2.0.0: + dependencies: + commander: 6.2.1 + select-hose@2.0.0: {} selfsigned@2.4.1: @@ -47416,15 +50881,6 @@ snapshots: '@types/node-forge': 1.3.11 node-forge: 1.3.1 - sembear@0.5.2: - dependencies: - '@types/semver': 6.2.7 - semver: 6.3.1 - - semver-diff@4.0.0: - dependencies: - semver: 7.6.3 - semver-regex@4.0.5: {} semver-truncate@3.0.0: @@ -47439,10 +50895,16 @@ snapshots: dependencies: lru-cache: 6.0.0 + semver@7.5.4: + dependencies: + lru-cache: 6.0.0 + semver@7.6.2: {} semver@7.6.3: {} + semver@7.7.3: {} + send@0.18.0: dependencies: debug: 2.6.9 @@ -47560,6 +51022,33 @@ snapshots: shallowequal@1.1.0: {} + sharp@0.33.5: + dependencies: + color: 4.2.3 + detect-libc: 2.0.3 + semver: 7.6.3 + optionalDependencies: + '@img/sharp-darwin-arm64': 0.33.5 + '@img/sharp-darwin-x64': 0.33.5 + '@img/sharp-libvips-darwin-arm64': 1.0.4 + '@img/sharp-libvips-darwin-x64': 1.0.4 + '@img/sharp-libvips-linux-arm': 1.0.5 + '@img/sharp-libvips-linux-arm64': 1.0.4 + '@img/sharp-libvips-linux-s390x': 1.0.4 + '@img/sharp-libvips-linux-x64': 1.0.4 + '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + '@img/sharp-linux-arm': 0.33.5 + '@img/sharp-linux-arm64': 0.33.5 + '@img/sharp-linux-s390x': 0.33.5 + '@img/sharp-linux-x64': 0.33.5 + '@img/sharp-linuxmusl-arm64': 0.33.5 + '@img/sharp-linuxmusl-x64': 0.33.5 + '@img/sharp-wasm32': 0.33.5 + '@img/sharp-win32-ia32': 0.33.5 + '@img/sharp-win32-x64': 0.33.5 + optional: true + shebang-command@1.2.0: dependencies: shebang-regex: 1.0.0 @@ -47572,38 +51061,56 @@ snapshots: shebang-regex@3.0.0: {} - shell-exec@1.0.2: {} - shell-quote@1.7.2: {} shell-quote@1.8.2: {} - sherif-darwin-arm64@0.10.0: + sherif-darwin-arm64@0.11.0: optional: true - sherif-darwin-x64@0.10.0: + sherif-darwin-x64@0.11.0: optional: true - sherif-linux-arm64@0.10.0: + sherif-linux-arm64@0.11.0: optional: true - sherif-linux-x64@0.10.0: + sherif-linux-x64@0.11.0: optional: true - sherif-windows-arm64@0.10.0: + sherif-windows-arm64@0.11.0: optional: true - sherif-windows-x64@0.10.0: + sherif-windows-x64@0.11.0: optional: true - sherif@0.10.0: + sherif@0.11.0: optionalDependencies: - sherif-darwin-arm64: 0.10.0 - sherif-darwin-x64: 0.10.0 - sherif-linux-arm64: 0.10.0 - sherif-linux-x64: 0.10.0 - sherif-windows-arm64: 0.10.0 - sherif-windows-x64: 0.10.0 + sherif-darwin-arm64: 0.11.0 + sherif-darwin-x64: 0.11.0 + sherif-linux-arm64: 0.11.0 + sherif-linux-x64: 0.11.0 + sherif-windows-arm64: 0.11.0 + sherif-windows-x64: 0.11.0 + + 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.4 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + object-inspect: 1.13.3 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + object-inspect: 1.13.3 + side-channel-map: 1.0.1 side-channel@1.0.6: dependencies: @@ -47612,6 +51119,14 @@ snapshots: get-intrinsic: 1.2.4 object-inspect: 1.13.3 + 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: {} @@ -47668,13 +51183,6 @@ snapshots: mrmime: 1.0.1 totalist: 1.1.0 - sirv@2.0.4: - dependencies: - '@polka/url': 1.0.0-next.28 - mrmime: 2.0.0 - totalist: 3.0.1 - optional: true - sisteransi@1.0.5: {} size-limit@11.1.4: @@ -47715,13 +51223,11 @@ snapshots: ansi-styles: 6.2.1 is-fullwidth-code-point: 5.0.0 - sliced@1.0.1: {} - slugify@1.6.6: {} smart-buffer@4.2.0: {} - smol-toml@1.3.1: {} + smol-toml@1.6.0: {} snake-case@3.0.4: dependencies: @@ -47783,10 +51289,10 @@ snapshots: uuid: 8.3.2 websocket-driver: 0.7.4 - socks-proxy-agent@8.0.4: + socks-proxy-agent@8.0.5: dependencies: - agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + agent-base: 7.1.4 + debug: 4.4.3(supports-color@8.1.1) socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -47796,9 +51302,10 @@ snapshots: ip-address: 9.0.5 smart-buffer: 4.2.0 - solidity-comments-extractor@0.0.8: {} + solidity-comments-extractor@0.0.8: + optional: true - solito@4.3.0: + solito@4.4.1: dependencies: typescript: 5.7.2 @@ -47824,25 +51331,14 @@ snapshots: sort-object-keys@1.1.3: {} - sort-package-json@2.10.0: - dependencies: - detect-indent: 7.0.1 - detect-newline: 4.0.1 - get-stdin: 9.0.0 - git-hooks-list: 3.1.0 - globby: 13.2.2 - is-plain-obj: 4.1.0 - semver: 7.6.3 - sort-object-keys: 1.1.3 - - sort-package-json@2.12.0: + sort-package-json@2.15.1: dependencies: detect-indent: 7.0.1 detect-newline: 4.0.1 get-stdin: 9.0.0 git-hooks-list: 3.1.0 is-plain-obj: 4.1.0 - semver: 7.6.3 + semver: 7.7.3 sort-object-keys: 1.1.3 tinyglobby: 0.2.10 @@ -47852,11 +51348,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) source-map-support@0.5.13: dependencies: @@ -47892,13 +51388,6 @@ snapshots: sourcemap-codec@1.4.8: {} - space-separated-tokens@2.0.2: {} - - spawn-to-readstream@0.1.3: - dependencies: - limit-spawn: 0.0.3 - through2: 0.4.2 - spawn-wrap@2.0.0: dependencies: foreground-child: 2.0.0 @@ -47917,11 +51406,6 @@ snapshots: transitivePeerDependencies: - supports-color - spawndamnit@2.0.0: - dependencies: - cross-spawn: 5.1.0 - signal-exit: 3.0.7 - spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 @@ -47934,6 +51418,11 @@ snapshots: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.20 + spdx-expression-parse@4.0.0: + dependencies: + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.20 + spdx-license-ids@3.0.20: {} spdy-transport@3.0.0: @@ -47959,22 +51448,13 @@ snapshots: split-on-first@1.1.0: {} - split-transform-stream@0.1.1: - dependencies: - bubble-stream-error: 0.0.1 - event-stream: 3.1.7 - through2: 0.4.2 - split2@3.2.2: dependencies: readable-stream: 3.6.2 + optional: true split2@4.2.0: {} - split@0.2.10: - dependencies: - through: 2.3.8 - split@1.0.1: dependencies: through: 2.3.8 @@ -47983,6 +51463,8 @@ snapshots: sprintf-js@1.1.3: {} + sqlite@5.1.1: {} + sshpk@1.18.0: dependencies: asn1: 0.2.6 @@ -47999,7 +51481,9 @@ snapshots: dependencies: minipass: 7.1.2 - stable@0.1.8: {} + stable-hash-x@0.2.0: {} + + stable-hash@0.0.5: {} stack-utils@2.0.6: dependencies: @@ -48039,11 +51523,11 @@ snapshots: stoppable@1.1.0: {} - storybook@8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10): + storybook@8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10): dependencies: - '@storybook/core': 8.4.6(bufferutil@4.0.8)(prettier@3.4.1)(utf-8-validate@5.0.10) + '@storybook/core': 8.4.6(bufferutil@4.0.8)(prettier@3.7.4)(utf-8-validate@5.0.10) optionalDependencies: - prettier: 3.4.1 + prettier: 3.7.4 transitivePeerDependencies: - bufferutil - supports-color @@ -48061,10 +51545,6 @@ snapshots: stream-buffers@2.2.0: {} - stream-combiner@0.0.4: - dependencies: - duplexer: 0.1.2 - stream-http@2.8.3: dependencies: builtin-status-codes: 3.0.0 @@ -48110,6 +51590,8 @@ snapshots: strict-uri-encode@2.0.0: {} + string-argv@0.3.2: {} + string-env-interpolation@1.0.1: {} string-hash@1.1.3: {} @@ -48119,11 +51601,12 @@ snapshots: char-regex: 1.0.2 strip-ansi: 6.0.1 - string-length@5.0.1: + string-length@6.0.0: dependencies: - char-regex: 2.0.2 strip-ansi: 7.1.0 + string-ts@2.3.1: {} + string-width@4.2.3: dependencies: emoji-regex: 8.0.0 @@ -48154,26 +51637,6 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.5 - string.prototype.matchall@4.0.11: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - gopd: 1.1.0 - has-symbols: 1.0.3 - internal-slot: 1.0.7 - regexp.prototype.flags: 1.5.3 - set-function-name: 2.0.2 - side-channel: 1.0.6 - - string.prototype.repeat@1.0.0: - dependencies: - define-properties: 1.2.1 - es-abstract: 1.23.5 - string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -48224,10 +51687,19 @@ snapshots: dependencies: ansi-regex: 6.1.0 + strip-ansi@7.1.2: + dependencies: + ansi-regex: 6.1.0 + strip-bom@3.0.0: {} strip-bom@4.0.0: {} + strip-dirs@3.0.0: + dependencies: + inspect-with-kind: 1.0.5 + is-plain-obj: 1.1.0 + strip-eof@1.0.0: {} strip-final-newline@2.0.0: {} @@ -48246,30 +51718,21 @@ snapshots: strip-json-comments@3.1.1: {} - strip-json-comments@5.0.1: {} - - strip-outer@2.0.0: {} + strip-json-comments@5.0.3: {} strnum@1.0.5: {} - strong-log-transformer@2.1.0: - dependencies: - duplexer: 0.1.2 - minimist: 1.2.8 - through: 2.3.8 + strnum@2.1.2: {} - strtok3@7.1.1: + strtok3@10.3.4: dependencies: '@tokenizer/token': 0.3.0 - peek-readable: 5.3.1 structured-headers@0.4.1: {} - style-inject@0.3.0: {} - - style-loader@3.3.4(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + style-loader@3.3.4(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) style-value-types@5.0.0: dependencies: @@ -48288,24 +51751,21 @@ snapshots: stylis: 3.5.4 stylis-rule-sheet: 0.0.10(stylis@3.5.4) - styled-jsx@5.1.1(@babel/core@7.26.0)(react@18.3.1): + styled-jsx@5.1.1(@babel/core@7.26.0)(babel-plugin-macros@3.1.0)(react@18.3.1): dependencies: client-only: 0.0.1 react: 18.3.1 optionalDependencies: '@babel/core': 7.26.0 + babel-plugin-macros: 3.1.0 - stylehacks@5.1.1(postcss@8.2.13): + styled-jsx@5.1.1(@babel/core@7.28.5)(babel-plugin-macros@3.1.0)(react@18.3.1): dependencies: - browserslist: 4.24.2 - postcss: 8.2.13 - postcss-selector-parser: 6.1.2 - - stylehacks@5.1.1(postcss@8.4.49): - dependencies: - browserslist: 4.24.2 - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 + client-only: 0.0.1 + react: 18.3.1 + optionalDependencies: + '@babel/core': 7.28.5 + babel-plugin-macros: 3.1.0 stylehacks@6.1.1(postcss@8.4.49): dependencies: @@ -48313,11 +51773,11 @@ snapshots: postcss: 8.4.49 postcss-selector-parser: 6.1.2 - stylehacks@7.0.4(postcss@8.4.49): + stylehacks@7.0.7(postcss@8.5.6): dependencies: - browserslist: 4.24.2 - postcss: 8.4.49 - postcss-selector-parser: 6.1.2 + browserslist: 4.28.1 + postcss: 8.5.6 + postcss-selector-parser: 7.1.1 styleq@0.1.3: {} @@ -48327,19 +51787,19 @@ snapshots: stylis@3.5.4: {} - stylus-loader@7.1.3(stylus@0.59.0)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + stylus-loader@7.1.3(stylus@0.64.0)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: fast-glob: 3.3.2 normalize-path: 3.0.0 - stylus: 0.59.0 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + stylus: 0.64.0 + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) - stylus@0.59.0: + stylus@0.64.0: dependencies: - '@adobe/css-tools': 4.4.1 + '@adobe/css-tools': 4.3.3 debug: 4.3.7(supports-color@8.1.1) - glob: 7.2.3 - sax: 1.2.4 + glob: 10.4.5 + sax: 1.4.1 source-map: 0.7.4 transitivePeerDependencies: - supports-color @@ -48364,13 +51824,25 @@ snapshots: pirates: 4.0.6 ts-interface-checker: 0.1.13 + sucrase@3.35.1: + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + tinyglobby: 0.2.15 + ts-interface-checker: 0.1.13 + sudo-prompt@8.2.5: {} sudo-prompt@9.1.1: {} sudo-prompt@9.2.1: {} - summary@2.1.0: {} + suf-log@2.5.3: + dependencies: + s.color: 0.0.15 superjson@2.2.1: dependencies: @@ -48399,68 +51871,64 @@ snapshots: svg-parser@2.0.4: {} - svgo@2.8.0: + svgo@3.3.2: dependencies: '@trysound/sax': 0.2.0 commander: 7.2.0 - css-select: 4.3.0 - css-tree: 1.1.3 - csso: 4.2.0 + css-select: 5.1.0 + css-tree: 2.3.1 + css-what: 6.1.0 + csso: 5.0.5 picocolors: 1.1.1 - stable: 0.1.8 - svgo@3.3.2: + svgo@4.0.0: dependencies: - '@trysound/sax': 0.2.0 - commander: 7.2.0 + commander: 11.1.0 css-select: 5.1.0 - css-tree: 2.3.1 + css-tree: 3.1.0 css-what: 6.1.0 csso: 5.0.5 picocolors: 1.1.1 + sax: 1.4.1 symbol-tree@3.2.4: {} - synckit@0.6.2: + sync-child-process@1.0.2: dependencies: - tslib: 2.8.1 + sync-message-port: 1.1.3 + + sync-message-port@1.1.3: {} - synckit@0.9.0: + synckit@0.11.11: dependencies: - '@pkgr/core': 0.1.1 - tslib: 2.8.1 + '@pkgr/core': 0.2.9 - synckit@0.9.2: + synckit@0.6.2: dependencies: - '@pkgr/core': 0.1.1 tslib: 2.8.1 - syncpack@13.0.0(typescript@5.7.2): + syncpack@13.0.4(typescript@5.7.2): dependencies: - '@effect/schema': 0.71.1(effect@3.6.5) - chalk: 5.3.0 + chalk: 5.6.2 chalk-template: 1.1.0 - commander: 12.1.0 + commander: 13.1.0 cosmiconfig: 9.0.0(typescript@5.7.2) - effect: 3.6.5 + effect: 3.19.14 enquirer: 2.4.1 - fast-check: 3.21.0 - globby: 14.0.2 + fast-check: 3.23.2 + globby: 14.1.0 jsonc-parser: 3.3.1 minimatch: 9.0.5 - npm-package-arg: 11.0.3 - ora: 8.0.1 + npm-package-arg: 12.0.2 + ora: 8.2.0 prompts: 2.4.2 read-yaml-file: 2.1.0 - semver: 7.6.3 + semver: 7.7.3 tightrope: 0.2.0 ts-toolbelt: 9.6.0 transitivePeerDependencies: - typescript - system-architecture@0.1.0: - optional: true - tabbable@6.2.0: {} table@6.8.2: @@ -48471,24 +51939,24 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tamagui-loader@1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + tamagui-loader@1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: - '@tamagui/cli-color': 1.117.2 - '@tamagui/core': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tamagui/static': 1.117.2(@swc/helpers@0.5.15)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) - '@tamagui/web': 1.117.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - esbuild-loader: 4.2.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + '@tamagui/cli-color': 1.142.0 + '@tamagui/core': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/static': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/static-worker': 1.142.0(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + '@tamagui/types': 1.142.0 + '@tamagui/web': 1.142.0(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.28.5)(@babel/preset-env@7.26.0(@babel/core@7.28.5))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1) + esbuild-loader: 4.2.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) esm-resolve: 1.0.11 - fs-extra: 11.2.0 + fs-extra: 11.3.3 loader-utils: 3.3.1 - lodash: 4.17.21 transitivePeerDependencies: - - '@swc/helpers' - encoding - react - react-dom + - react-native - supports-color - - typescript - webpack tamagui@1.117.2(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react-native@0.74.1(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@types/react@18.3.12)(bufferutil@4.0.8)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1): @@ -48559,6 +52027,14 @@ snapshots: mkdirp-classic: 0.5.3 pump: 3.0.2 tar-stream: 2.2.0 + optional: true + + tar-fs@2.1.4: + dependencies: + chownr: 1.1.4 + mkdirp-classic: 0.5.3 + pump: 3.0.2 + tar-stream: 2.2.0 tar-stream@2.2.0: dependencies: @@ -48583,6 +52059,14 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 + tar@7.5.2: + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.1.0 + yallist: 5.0.0 + temp-dir@1.0.0: {} temp-dir@2.0.0: {} @@ -48610,24 +52094,41 @@ snapshots: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - terser-webpack-plugin@5.3.10(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + terser-webpack-plugin@5.3.10(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.36.0 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) optionalDependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) esbuild: 0.20.2 - terser@5.31.1: + terser-webpack-plugin@5.3.10(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: - '@jridgewell/source-map': 0.3.6 - acorn: 8.14.0 - commander: 2.20.3 - source-map-support: 0.5.21 + '@jridgewell/trace-mapping': 0.3.25 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.2 + terser: 5.36.0 + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + optionalDependencies: + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + esbuild: 0.20.2 + + terser-webpack-plugin@5.3.16(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + jest-worker: 27.5.1 + schema-utils: 4.3.3 + serialize-javascript: 6.0.2 + terser: 5.36.0 + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + optionalDependencies: + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + esbuild: 0.20.2 terser@5.36.0: dependencies: @@ -48670,16 +52171,6 @@ snapshots: throat@5.0.0: {} - through2@0.4.2: - dependencies: - readable-stream: 1.0.34 - xtend: 2.1.2 - - through2@2.0.0: - dependencies: - readable-stream: 2.0.6 - xtend: 4.0.2 - through2@2.0.5: dependencies: readable-stream: 2.3.8 @@ -48697,7 +52188,7 @@ snapshots: tiny-invariant@1.3.3: {} - tiny-jsonc@1.0.1: {} + tiny-jsonc@1.0.2: {} tiny-warning@1.0.3: {} @@ -48705,11 +52196,20 @@ snapshots: tinyexec@0.3.1: {} + tinyexec@0.3.2: {} + + tinyexec@1.0.2: {} + tinyglobby@0.2.10: dependencies: fdir: 6.4.2(picomatch@4.0.2) picomatch: 4.0.2 + tinyglobby@0.2.15: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinypool@1.0.2: {} tinyrainbow@1.2.0: {} @@ -48740,26 +52240,21 @@ snapshots: dependencies: is-number: 7.0.0 - to-vfile@7.2.4: - dependencies: - is-buffer: 2.0.5 - vfile: 5.3.7 - - toad-cache@3.7.0: {} - toidentifier@1.0.0: {} toidentifier@1.0.1: {} - token-types@5.0.1: + token-types@6.1.2: dependencies: + '@borewit/text-codec': 0.2.1 '@tokenizer/token': 0.3.0 ieee754: 1.2.1 - totalist@1.1.0: {} + toml-eslint-parser@0.10.1: + dependencies: + eslint-visitor-keys: 3.4.3 - totalist@3.0.1: - optional: true + totalist@1.1.0: {} tough-cookie@4.1.4: dependencies: @@ -48800,10 +52295,6 @@ snapshots: trim-newlines@4.1.1: {} - trim-repeated@2.0.0: - dependencies: - escape-string-regexp: 5.0.0 - trim-right@1.0.1: {} trough@1.0.5: {} @@ -48814,31 +52305,50 @@ snapshots: dependencies: typescript: 5.7.2 + ts-api-utils@1.4.3(typescript@5.9.3): + dependencies: + typescript: 5.9.3 + + ts-api-utils@2.4.0(typescript@5.7.2): + dependencies: + typescript: 5.7.2 + + ts-api-utils@2.4.0(typescript@5.9.3): + dependencies: + typescript: 5.9.3 + optional: true + + ts-declaration-location@1.0.7(typescript@5.7.2): + dependencies: + picomatch: 4.0.2 + typescript: 5.7.2 + ts-dedent@2.2.0: {} ts-interface-checker@0.1.13: {} - ts-jest@29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(esbuild@0.20.2)(jest@29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)))(typescript@5.7.2): + ts-jest@29.4.6(@babel/core@7.26.0)(@jest/transform@30.2.0)(@jest/types@30.2.0)(babel-jest@30.2.0(@babel/core@7.26.0))(esbuild@0.20.2)(jest-util@30.2.0)(jest@29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)))(typescript@5.7.2): dependencies: bs-logger: 0.2.6 - ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@22.5.5)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) - jest-util: 29.7.0 + handlebars: 4.7.8 + jest: 29.7.0(@types/node@22.19.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.2)) json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.6.3 + semver: 7.7.3 + type-fest: 4.41.0 typescript: 5.7.2 yargs-parser: 21.1.1 optionalDependencies: '@babel/core': 7.26.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.26.0) + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.26.0) esbuild: 0.20.2 + jest-util: 30.2.0 - ts-loader@9.5.1(typescript@5.7.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + ts-loader@9.5.1(typescript@5.7.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: chalk: 4.1.2 enhanced-resolve: 5.17.1 @@ -48846,61 +52356,21 @@ snapshots: semver: 7.6.3 source-map: 0.7.4 typescript: 5.7.2 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) ts-morph@15.1.0: dependencies: '@ts-morph/common': 0.16.0 code-block-writer: 11.0.3 - ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.4.5): - 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.5.5 - acorn: 8.14.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.4.5 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - - ts-node@10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.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.5.5 - acorn: 8.14.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.7.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) - - ts-node@10.9.1(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2): + ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.7.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.5.5 + '@types/node': 22.19.3 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -48911,58 +52381,36 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.9.3(@swc/helpers@0.5.15) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) - ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2): + ts-node@10.9.2(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@22.19.3)(typescript@5.9.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.5.5 + '@types/node': 22.19.3 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.7.2 + typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) - ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.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.5.5 - acorn: 8.14.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.7.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.9.3(@swc/helpers@0.5.15) + ts-pattern@5.9.0: {} - ts-pnp@1.2.0(typescript@5.7.2): + ts-pnp@1.2.0(typescript@4.9.5): optionalDependencies: - typescript: 5.7.2 + typescript: 4.9.5 ts-toolbelt@9.6.0: {} - tsconfck@3.1.1(typescript@5.7.2): - optionalDependencies: - typescript: 5.7.2 - tsconfig-paths-webpack-plugin@4.0.0: dependencies: chalk: 4.1.2 @@ -48982,59 +52430,181 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 + tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.7.2): + dependencies: + ansis: 4.2.0 + cac: 6.7.14 + defu: 6.1.4 + empathic: 2.0.0 + hookable: 6.0.1 + import-without-cache: 0.2.5 + obug: 2.1.1 + picomatch: 4.0.3 + rolldown: 1.0.0-beta.57 + rolldown-plugin-dts: 0.20.0(oxc-resolver@11.16.2)(rolldown@1.0.0-beta.57)(typescript@5.7.2) + semver: 7.7.3 + tinyexec: 1.0.2 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + unconfig-core: 7.4.2 + unrun: 0.2.22(synckit@0.11.11) + optionalDependencies: + typescript: 5.7.2 + transitivePeerDependencies: + - '@ts-macro/tsc' + - '@typescript/native-preview' + - oxc-resolver + - synckit + - vue-tsc + + tsdown@0.18.4(oxc-resolver@11.16.2)(synckit@0.11.11)(typescript@5.9.3): + dependencies: + ansis: 4.2.0 + cac: 6.7.14 + defu: 6.1.4 + empathic: 2.0.0 + hookable: 6.0.1 + import-without-cache: 0.2.5 + obug: 2.1.1 + picomatch: 4.0.3 + rolldown: 1.0.0-beta.57 + rolldown-plugin-dts: 0.20.0(oxc-resolver@11.16.2)(rolldown@1.0.0-beta.57)(typescript@5.9.3) + semver: 7.7.3 + tinyexec: 1.0.2 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + unconfig-core: 7.4.2 + unrun: 0.2.22(synckit@0.11.11) + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - '@ts-macro/tsc' + - '@typescript/native-preview' + - oxc-resolver + - synckit + - vue-tsc + tslib@1.14.1: {} tslib@2.8.1: {} tsscmp@1.0.6: {} - tsup@8.0.0(@swc/core@1.5.29(@swc/helpers@0.5.15))(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2): + tsup@8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.2.13)(typescript@5.7.2)(yaml@2.8.2): dependencies: - bundle-require: 4.2.1(esbuild@0.19.12) + bundle-require: 5.1.0(esbuild@0.25.12) cac: 6.7.14 - chokidar: 3.6.0 - debug: 4.3.7(supports-color@8.1.1) - esbuild: 0.19.12 - execa: 5.1.1 - globby: 11.1.0 + chokidar: 4.0.3 + consola: 3.4.2 + debug: 4.4.3(supports-color@8.1.1) + esbuild: 0.25.12 joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.2.13)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + picocolors: 1.1.1 + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.2.13)(yaml@2.8.2) resolve-from: 5.0.0 - rollup: 4.28.0 + rollup: 4.54.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.15 tree-kill: 1.2.2 optionalDependencies: - '@swc/core': 1.5.29(@swc/helpers@0.5.15) + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) postcss: 8.2.13 typescript: 5.7.2 transitivePeerDependencies: + - jiti - supports-color - - ts-node + - tsx + - yaml - tsup@8.0.0(@swc/core@1.9.3(@swc/helpers@0.5.15))(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2))(typescript@5.7.2): + tsup@8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.2.13)(typescript@5.9.3)(yaml@2.8.2): dependencies: - bundle-require: 4.2.1(esbuild@0.19.12) + bundle-require: 5.1.0(esbuild@0.25.12) cac: 6.7.14 - chokidar: 3.6.0 - debug: 4.3.7(supports-color@8.1.1) - esbuild: 0.19.12 - execa: 5.1.1 - globby: 11.1.0 + chokidar: 4.0.3 + consola: 3.4.2 + debug: 4.4.3(supports-color@8.1.1) + esbuild: 0.25.12 joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@swc/core@1.9.3(@swc/helpers@0.5.15))(@types/node@22.5.5)(typescript@5.7.2)) + picocolors: 1.1.1 + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.2.13)(yaml@2.8.2) resolve-from: 5.0.0 - rollup: 4.28.0 + rollup: 4.54.0 source-map: 0.8.0-beta.0 sucrase: 3.35.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.15 tree-kill: 1.2.2 optionalDependencies: - '@swc/core': 1.9.3(@swc/helpers@0.5.15) - postcss: 8.4.49 + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + postcss: 8.2.13 + typescript: 5.9.3 + transitivePeerDependencies: + - jiti + - supports-color + - tsx + - yaml + + tsup@8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.15.8(@swc/helpers@0.5.18))(jiti@2.6.1)(postcss@8.2.13)(typescript@5.7.2)(yaml@2.8.2): + dependencies: + bundle-require: 5.1.0(esbuild@0.25.12) + cac: 6.7.14 + chokidar: 4.0.3 + consola: 3.4.2 + debug: 4.4.3(supports-color@8.1.1) + esbuild: 0.25.12 + joycon: 3.1.1 + picocolors: 1.1.1 + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.2.13)(yaml@2.8.2) + resolve-from: 5.0.0 + rollup: 4.54.0 + source-map: 0.8.0-beta.0 + sucrase: 3.35.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@swc/core': 1.15.8(@swc/helpers@0.5.18) + postcss: 8.2.13 typescript: 5.7.2 transitivePeerDependencies: + - jiti - supports-color - - ts-node + - tsx + - yaml + + tsup@8.4.0(@microsoft/api-extractor@7.55.2(@types/node@22.19.3))(@swc/core@1.7.26(@swc/helpers@0.5.18))(jiti@2.4.2)(postcss@8.5.6)(typescript@5.9.3)(yaml@2.8.2): + dependencies: + bundle-require: 5.1.0(esbuild@0.25.12) + cac: 6.7.14 + chokidar: 4.0.3 + consola: 3.4.2 + debug: 4.4.3(supports-color@8.1.1) + esbuild: 0.25.12 + joycon: 3.1.1 + picocolors: 1.1.1 + postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.5.6)(yaml@2.8.2) + resolve-from: 5.0.0 + rollup: 4.54.0 + source-map: 0.8.0-beta.0 + sucrase: 3.35.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + optionalDependencies: + '@microsoft/api-extractor': 7.55.2(@types/node@22.19.3) + '@swc/core': 1.7.26(@swc/helpers@0.5.18) + postcss: 8.5.6 + typescript: 5.9.3 + transitivePeerDependencies: + - jiti + - supports-color + - tsx + - yaml tty-browserify@0.0.0: {} @@ -49084,11 +52654,19 @@ snapshots: type-fest@4.29.0: {} + type-fest@4.41.0: {} + type-is@1.6.18: dependencies: media-typer: 0.3.0 mime-types: 2.1.35 + type-is@2.0.1: + dependencies: + content-type: 1.0.5 + media-typer: 1.1.0 + mime-types: 3.0.2 + typed-array-buffer@1.0.2: dependencies: call-bind: 1.0.7 @@ -49139,53 +52717,47 @@ snapshots: typedarray@0.0.6: {} - typescript-eslint@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2): - dependencies: - '@typescript-eslint/eslint-plugin': 8.10.0(@typescript-eslint/parser@8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/parser': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/utils': 8.10.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - optionalDependencies: - typescript: 5.7.2 - transitivePeerDependencies: - - eslint - - supports-color + typescript@4.9.5: {} - typescript@5.4.5: {} + typescript@5.7.2: {} - typescript@5.5.4: {} + typescript@5.8.2: {} - typescript@5.7.2: {} + typescript@5.9.3: {} - typia@6.0.6(typescript@5.7.2): + typia@7.6.4(@samchon/openapi@2.5.3)(typescript@5.7.2): dependencies: - '@samchon/openapi': 0.1.22 + '@samchon/openapi': 2.5.3 commander: 10.0.1 comment-json: 4.2.5 inquirer: 8.2.6 + package-manager-detector: 0.2.6 randexp: 0.5.3 typescript: 5.7.2 - typia@6.12.2(@samchon/openapi@0.1.22)(typescript@5.5.4): + typia@7.6.4(@samchon/openapi@2.5.3)(typescript@5.9.3): dependencies: - '@samchon/openapi': 0.1.22 + '@samchon/openapi': 2.5.3 commander: 10.0.1 comment-json: 4.2.5 inquirer: 8.2.6 package-manager-detector: 0.2.6 randexp: 0.5.3 - typescript: 5.5.4 + typescript: 5.9.3 ua-parser-js@1.0.39: {} - uc.micro@1.0.6: {} - uc.micro@2.1.0: {} ufo@1.5.4: {} + ufo@1.6.1: {} + uglify-js@3.19.3: optional: true + uint8array-extras@1.5.0: {} + unbox-primitive@1.0.2: dependencies: call-bind: 1.0.7 @@ -49193,72 +52765,114 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - unbuild@2.0.0(sass@1.77.6)(typescript@5.7.2): + unbuild@3.6.1(sass@1.97.1)(typescript@5.7.2): dependencies: - '@rollup/plugin-alias': 5.1.1(rollup@3.29.5) - '@rollup/plugin-commonjs': 25.0.8(rollup@3.29.5) - '@rollup/plugin-json': 6.1.0(rollup@3.29.5) - '@rollup/plugin-node-resolve': 15.3.0(rollup@3.29.5) - '@rollup/plugin-replace': 5.0.7(rollup@3.29.5) - '@rollup/pluginutils': 5.1.3(rollup@3.29.5) - chalk: 5.3.0 + '@rollup/plugin-alias': 5.1.1(rollup@4.54.0) + '@rollup/plugin-commonjs': 28.0.9(rollup@4.54.0) + '@rollup/plugin-json': 6.1.0(rollup@4.54.0) + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.54.0) + '@rollup/plugin-replace': 6.0.3(rollup@4.54.0) + '@rollup/pluginutils': 5.3.0(rollup@4.54.0) citty: 0.1.6 - consola: 3.2.3 + consola: 3.4.2 defu: 6.1.4 - esbuild: 0.19.12 - globby: 13.2.2 + esbuild: 0.25.12 + fix-dts-default-cjs-exports: 1.0.1 hookable: 5.5.3 - jiti: 1.21.6 - magic-string: 0.30.14 - mkdist: 1.5.4(sass@1.77.6)(typescript@5.7.2) - mlly: 1.7.3 - pathe: 1.1.2 - pkg-types: 1.2.1 - pretty-bytes: 6.1.1 - rollup: 3.29.5 - rollup-plugin-dts: 6.1.1(rollup@3.29.5)(typescript@5.7.2) + jiti: 2.6.1 + magic-string: 0.30.21 + mkdist: 2.4.1(sass@1.97.1)(typescript@5.7.2) + mlly: 1.8.0 + pathe: 2.0.3 + pkg-types: 2.3.0 + pretty-bytes: 7.1.0 + rollup: 4.54.0 + rollup-plugin-dts: 6.3.0(rollup@4.54.0)(typescript@5.7.2) scule: 1.3.0 - untyped: 1.5.1 + tinyglobby: 0.2.15 + untyped: 2.0.0 optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: - sass - - supports-color + - vue + - vue-sfc-transformer - vue-tsc - uncrypto@0.1.3: - optional: true + unbuild@3.6.1(sass@1.97.1)(typescript@5.9.3): + dependencies: + '@rollup/plugin-alias': 5.1.1(rollup@4.54.0) + '@rollup/plugin-commonjs': 28.0.9(rollup@4.54.0) + '@rollup/plugin-json': 6.1.0(rollup@4.54.0) + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.54.0) + '@rollup/plugin-replace': 6.0.3(rollup@4.54.0) + '@rollup/pluginutils': 5.3.0(rollup@4.54.0) + citty: 0.1.6 + consola: 3.4.2 + defu: 6.1.4 + esbuild: 0.25.12 + fix-dts-default-cjs-exports: 1.0.1 + hookable: 5.5.3 + jiti: 2.6.1 + magic-string: 0.30.21 + mkdist: 2.4.1(sass@1.97.1)(typescript@5.9.3) + mlly: 1.8.0 + pathe: 2.0.3 + pkg-types: 2.3.0 + pretty-bytes: 7.1.0 + rollup: 4.54.0 + rollup-plugin-dts: 6.3.0(rollup@4.54.0)(typescript@5.9.3) + scule: 1.3.0 + tinyglobby: 0.2.15 + untyped: 2.0.0 + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - sass + - vue + - vue-sfc-transformer + - vue-tsc + + unbzip2-stream@1.4.3: + dependencies: + buffer: 5.7.1 + through: 2.3.8 - underscore@1.13.6: {} + unconfig-core@7.4.2: + dependencies: + '@quansync/fs': 1.0.0 + quansync: 1.0.0 + + unconfig@7.4.2: + dependencies: + '@quansync/fs': 1.0.0 + defu: 6.1.4 + jiti: 2.6.1 + quansync: 1.0.0 + unconfig-core: 7.4.2 + + underscore@1.13.7: {} undici-types@5.26.5: {} undici-types@6.19.8: {} - undici@5.28.4: + undici-types@6.21.0: {} + + undici@5.29.0: dependencies: '@fastify/busboy': 2.1.1 undici@6.21.0: {} - unenv-nightly@2.0.0-20241121-161142-806b5c0: + unenv@2.0.0-rc.14: dependencies: defu: 6.1.4 - ohash: 1.1.4 - pathe: 1.1.2 + exsolve: 1.0.8 + ohash: 2.0.11 + pathe: 2.0.3 ufo: 1.5.4 - unenv@1.10.0: - dependencies: - consola: 3.2.3 - defu: 6.1.4 - mime: 3.0.0 - node-fetch-native: 1.6.4 - pathe: 1.1.2 - optional: true - - unherit@3.0.1: {} - unicode-canonical-property-names-ecmascript@2.0.1: {} unicode-match-property-ecmascript@2.0.0: @@ -49272,73 +52886,14 @@ snapshots: unicorn-magic@0.1.0: {} - unified-diff@4.0.1: - dependencies: - git-diff-tree: 1.1.0 - vfile-find-up: 6.1.0 - transitivePeerDependencies: - - supports-color - - unified-engine@10.1.0: - dependencies: - '@types/concat-stream': 2.0.3 - '@types/debug': 4.1.12 - '@types/is-empty': 1.2.3 - '@types/node': 18.19.67 - '@types/unist': 2.0.11 - concat-stream: 2.0.0 - debug: 4.3.7(supports-color@8.1.1) - fault: 2.0.1 - glob: 8.1.0 - ignore: 5.3.2 - is-buffer: 2.0.5 - is-empty: 1.2.0 - is-plain-obj: 4.1.0 - load-plugin: 5.1.0 - parse-json: 6.0.2 - to-vfile: 7.2.4 - trough: 2.2.0 - unist-util-inspect: 7.0.2 - vfile-message: 3.1.4 - vfile-reporter: 7.0.5 - vfile-statistics: 2.0.1 - yaml: 2.6.1 - transitivePeerDependencies: - - supports-color - - unified-engine@11.2.1: - dependencies: - '@types/concat-stream': 2.0.3 - '@types/debug': 4.1.12 - '@types/is-empty': 1.2.3 - '@types/node': 20.17.9 - '@types/unist': 3.0.3 - concat-stream: 2.0.0 - debug: 4.3.7(supports-color@8.1.1) - extend: 3.0.2 - glob: 10.4.5 - ignore: 5.3.2 - is-empty: 1.2.0 - is-plain-obj: 4.1.0 - load-plugin: 6.0.3 - parse-json: 7.1.1 - trough: 2.2.0 - unist-util-inspect: 8.1.0 - vfile: 6.0.3 - vfile-message: 4.0.2 - vfile-reporter: 8.1.1 - vfile-statistics: 3.0.0 - yaml: 2.6.1 - transitivePeerDependencies: - - bluebird - - supports-color + unicorn-magic@0.3.0: {} unified-engine@11.2.2: dependencies: '@types/concat-stream': 2.0.3 '@types/debug': 4.1.12 '@types/is-empty': 1.2.3 - '@types/node': 22.5.5 + '@types/node': 22.19.3 '@types/unist': 3.0.3 concat-stream: 2.0.0 debug: 4.3.7(supports-color@8.1.1) @@ -49360,25 +52915,6 @@ snapshots: - bluebird - supports-color - unified-message-control@4.0.0: - dependencies: - '@types/unist': 2.0.11 - unist-util-is: 5.2.1 - unist-util-visit: 3.1.0 - vfile: 5.3.7 - vfile-location: 4.1.0 - vfile-message: 3.1.4 - - unified@10.1.2: - dependencies: - '@types/unist': 2.0.11 - bail: 2.0.2 - extend: 3.0.2 - is-buffer: 2.0.5 - is-plain-obj: 4.1.0 - trough: 2.2.0 - vfile: 5.3.7 - unified@11.0.5: dependencies: '@types/unist': 3.0.3 @@ -49419,127 +52955,44 @@ snapshots: dependencies: crypto-random-string: 2.0.0 - unique-string@3.0.0: - dependencies: - crypto-random-string: 4.0.0 - - unist-util-inspect@7.0.2: - dependencies: - '@types/unist': 2.0.11 - unist-util-inspect@8.1.0: dependencies: '@types/unist': 3.0.3 unist-util-is@4.1.0: {} - unist-util-is@5.2.1: - dependencies: - '@types/unist': 2.0.11 - unist-util-is@6.0.0: dependencies: '@types/unist': 3.0.3 - unist-util-modify-children@2.0.0: - dependencies: - array-iterate: 1.1.4 - - unist-util-modify-children@3.1.1: - dependencies: - '@types/unist': 2.0.11 - array-iterate: 2.0.1 - - unist-util-modify-children@4.0.0: - dependencies: - '@types/unist': 3.0.3 - array-iterate: 2.0.1 - - unist-util-position-from-estree@1.1.2: - dependencies: - '@types/unist': 2.0.11 - unist-util-position-from-estree@2.0.0: dependencies: '@types/unist': 3.0.3 - unist-util-position@4.0.4: - dependencies: - '@types/unist': 2.0.11 - - unist-util-position@5.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-remove-position@4.0.2: - dependencies: - '@types/unist': 2.0.11 - unist-util-visit: 4.1.2 - unist-util-stringify-position@2.0.3: dependencies: '@types/unist': 2.0.11 - unist-util-stringify-position@3.0.3: - dependencies: - '@types/unist': 2.0.11 - unist-util-stringify-position@4.0.0: dependencies: '@types/unist': 3.0.3 - unist-util-visit-children@1.1.4: {} - - unist-util-visit-children@2.0.2: - dependencies: - '@types/unist': 2.0.11 - - unist-util-visit-children@3.0.0: - dependencies: - '@types/unist': 3.0.3 - unist-util-visit-parents@3.1.1: dependencies: '@types/unist': 2.0.11 unist-util-is: 4.1.0 - unist-util-visit-parents@4.1.1: - dependencies: - '@types/unist': 2.0.11 - unist-util-is: 5.2.1 - - unist-util-visit-parents@5.1.3: - dependencies: - '@types/unist': 2.0.11 - unist-util-is: 5.2.1 - unist-util-visit-parents@6.0.1: dependencies: '@types/unist': 3.0.3 unist-util-is: 6.0.0 - unist-util-visit@3.1.0: - dependencies: - '@types/unist': 2.0.11 - unist-util-is: 5.2.1 - unist-util-visit-parents: 4.1.1 - - unist-util-visit@4.1.2: - dependencies: - '@types/unist': 2.0.11 - unist-util-is: 5.2.1 - unist-util-visit-parents: 5.1.3 - unist-util-visit@5.0.0: dependencies: '@types/unist': 3.0.3 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - universal-github-app-jwt@2.2.0: {} - - universal-user-agent@7.0.2: {} - universalify@0.1.2: {} universalify@0.2.0: {} @@ -49561,42 +53014,45 @@ snapshots: acorn: 8.14.0 webpack-virtual-modules: 0.6.2 - unstorage@1.13.1(idb-keyval@6.2.1): + unrs-resolver@1.11.1: dependencies: - anymatch: 3.1.3 - chokidar: 3.6.0 - citty: 0.1.6 - destr: 2.0.3 - h3: 1.13.0 - listhen: 1.9.0 - lru-cache: 10.4.3 - node-fetch-native: 1.6.4 - ofetch: 1.4.1 - ufo: 1.5.4 + napi-postinstall: 0.3.4 optionalDependencies: - idb-keyval: 6.2.1 - optional: true + '@unrs/resolver-binding-android-arm-eabi': 1.11.1 + '@unrs/resolver-binding-android-arm64': 1.11.1 + '@unrs/resolver-binding-darwin-arm64': 1.11.1 + '@unrs/resolver-binding-darwin-x64': 1.11.1 + '@unrs/resolver-binding-freebsd-x64': 1.11.1 + '@unrs/resolver-binding-linux-arm-gnueabihf': 1.11.1 + '@unrs/resolver-binding-linux-arm-musleabihf': 1.11.1 + '@unrs/resolver-binding-linux-arm64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-arm64-musl': 1.11.1 + '@unrs/resolver-binding-linux-ppc64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-riscv64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-riscv64-musl': 1.11.1 + '@unrs/resolver-binding-linux-s390x-gnu': 1.11.1 + '@unrs/resolver-binding-linux-x64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-x64-musl': 1.11.1 + '@unrs/resolver-binding-wasm32-wasi': 1.11.1 + '@unrs/resolver-binding-win32-arm64-msvc': 1.11.1 + '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 + '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 + + unrun@0.2.22(synckit@0.11.11): + dependencies: + rolldown: 1.0.0-beta.58 + optionalDependencies: + synckit: 0.11.11 untildify@4.0.0: {} - untun@0.1.3: + untyped@2.0.0: dependencies: citty: 0.1.6 - consola: 3.2.3 - pathe: 1.1.2 - optional: true - - untyped@1.5.1: - dependencies: - '@babel/core': 7.26.0 - '@babel/standalone': 7.26.2 - '@babel/types': 7.26.0 defu: 6.1.4 - jiti: 2.4.1 - mri: 1.2.0 + jiti: 2.4.2 + knitwork: 1.3.0 scule: 1.3.0 - transitivePeerDependencies: - - supports-color upath@2.0.1: {} @@ -49606,22 +53062,11 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - update-notifier@6.0.2: + update-browserslist-db@1.2.3(browserslist@4.28.1): dependencies: - boxen: 7.1.1 - chalk: 5.3.0 - configstore: 6.0.0 - has-yarn: 3.0.0 - import-lazy: 4.0.0 - is-ci: 3.0.1 - is-installed-globally: 0.4.0 - is-npm: 6.0.0 - is-yarn-global: 0.4.1 - latest-version: 7.0.0 - pupa: 3.1.0 - semver: 7.6.3 - semver-diff: 4.0.0 - xdg-basedir: 5.1.0 + browserslist: 4.28.1 + escalade: 3.2.0 + picocolors: 1.1.1 update-section@0.3.3: {} @@ -49633,9 +53078,6 @@ snapshots: dependencies: tslib: 2.8.1 - uqr@0.1.2: - optional: true - uri-js@4.4.1: dependencies: punycode: 2.3.1 @@ -49644,14 +53086,14 @@ snapshots: url-join@4.0.1: {} - url-loader@4.1.1(file-loader@6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + url-loader@4.1.1(file-loader@6.2.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) optionalDependencies: - file-loader: 6.2.0(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + file-loader: 6.2.0(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) url-parse@1.5.10: dependencies: @@ -49663,8 +53105,6 @@ snapshots: punycode: 1.4.1 qs: 6.13.1 - urlpattern-polyfill@10.0.0: {} - urlpattern-polyfill@8.0.2: {} use-callback-ref@1.3.2(@types/react@18.3.12)(react@18.3.1): @@ -49674,6 +53114,13 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 + use-callback-ref@1.3.3(@types/react@18.3.12)(react@18.3.1): + dependencies: + react: 18.3.1 + tslib: 2.8.1 + optionalDependencies: + '@types/react': 18.3.12 + use-composed-ref@1.3.0(react@18.3.1): dependencies: react: 18.3.1 @@ -49703,6 +53150,14 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 + use-sidecar@1.1.3(@types/react@18.3.12)(react@18.3.1): + dependencies: + detect-node-es: 1.1.0 + react: 18.3.1 + tslib: 2.8.1 + optionalDependencies: + '@types/react': 18.3.12 + use-subscription@1.5.1(react@17.0.2): dependencies: object-assign: 4.1.1 @@ -49711,6 +53166,7 @@ snapshots: utf-8-validate@5.0.10: dependencies: node-gyp-build: 4.8.4 + optional: true util-deprecate@1.0.2: {} @@ -49764,9 +53220,9 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - valibot@0.42.1(typescript@5.7.2): + valibot@0.42.1(typescript@5.9.3): optionalDependencies: - typescript: 5.7.2 + typescript: 5.9.3 valid-url@1.0.9: {} @@ -49781,10 +53237,14 @@ snapshots: validate-npm-package-name@5.0.1: {} + validate-npm-package-name@6.0.2: {} + validator@13.12.0: {} value-or-promise@1.0.12: {} + varint@6.0.0: {} + vary@1.1.2: {} verdaccio-audit@13.0.0-next-8.1(encoding@0.1.13): @@ -49862,47 +53322,16 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vfile-find-up@6.1.0: - dependencies: - to-vfile: 7.2.4 - vfile: 5.3.7 - - vfile-location@4.1.0: - dependencies: - '@types/unist': 2.0.11 - vfile: 5.3.7 - - vfile-location@5.0.3: - dependencies: - '@types/unist': 3.0.3 - vfile: 6.0.3 - vfile-message@2.0.4: dependencies: '@types/unist': 2.0.11 unist-util-stringify-position: 2.0.3 - vfile-message@3.1.4: - dependencies: - '@types/unist': 2.0.11 - unist-util-stringify-position: 3.0.3 - vfile-message@4.0.2: dependencies: '@types/unist': 3.0.3 unist-util-stringify-position: 4.0.0 - vfile-reporter@7.0.5: - dependencies: - '@types/supports-color': 8.1.3 - string-width: 5.1.2 - supports-color: 9.4.0 - unist-util-stringify-position: 3.0.3 - vfile: 5.3.7 - vfile-message: 3.1.4 - vfile-sort: 3.0.1 - vfile-statistics: 2.0.1 - vfile-reporter@8.1.1: dependencies: '@types/supports-color': 8.1.3 @@ -49914,21 +53343,11 @@ snapshots: vfile-sort: 4.0.0 vfile-statistics: 3.0.0 - vfile-sort@3.0.1: - dependencies: - vfile: 5.3.7 - vfile-message: 3.1.4 - vfile-sort@4.0.0: dependencies: vfile: 6.0.3 vfile-message: 4.0.2 - vfile-statistics@2.0.1: - dependencies: - vfile: 5.3.7 - vfile-message: 3.1.4 - vfile-statistics@3.0.0: dependencies: vfile: 6.0.3 @@ -49941,25 +53360,18 @@ snapshots: unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 - vfile@5.3.7: - dependencies: - '@types/unist': 2.0.11 - is-buffer: 2.0.5 - unist-util-stringify-position: 3.0.3 - vfile-message: 3.1.4 - vfile@6.0.3: dependencies: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@2.1.6(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0): + vite-node@2.1.6(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0): dependencies: cac: 6.7.14 debug: 4.3.7(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) transitivePeerDependencies: - '@types/node' - less @@ -49971,130 +53383,44 @@ snapshots: - supports-color - terser - vite-plugin-entry-shaking-debugger@1.0.3(vite-plugin-entry-shaking@0.4.3(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)))(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)): - dependencies: - '@vueuse/core': 10.11.1(vue@3.5.13(typescript@5.7.2)) - diff-match-patch: 1.0.5 - idb-keyval: 6.2.1 - open: 10.1.0 - sirv: 2.0.4 - unstorage: 1.13.1(idb-keyval@6.2.1) - vite: 6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) - vite-plugin-entry-shaking: 0.4.3(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)) - transitivePeerDependencies: - - '@azure/app-configuration' - - '@azure/cosmos' - - '@azure/data-tables' - - '@azure/identity' - - '@azure/keyvault-secrets' - - '@azure/storage-blob' - - '@capacitor/preferences' - - '@netlify/blobs' - - '@planetscale/database' - - '@upstash/redis' - - '@vercel/kv' - - '@vue/composition-api' - - ioredis - - vue - optional: true - - vite-plugin-entry-shaking@0.4.3(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)): - dependencies: - es-module-lexer: 1.5.4 - magic-string: 0.30.14 - vite: 6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) - optionalDependencies: - fast-glob: 3.3.2 - vite-plugin-entry-shaking-debugger: 1.0.3(vite-plugin-entry-shaking@0.4.3(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)))(vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0))(vue@3.5.13(typescript@5.7.2)) - transitivePeerDependencies: - - '@azure/app-configuration' - - '@azure/cosmos' - - '@azure/data-tables' - - '@azure/identity' - - '@azure/keyvault-secrets' - - '@azure/storage-blob' - - '@capacitor/preferences' - - '@netlify/blobs' - - '@planetscale/database' - - '@upstash/redis' - - '@vercel/kv' - - '@vue/composition-api' - - ioredis - - vue - - vite-plugin-react-native-web@1.1.2: + vite-plugin-react-native-web@1.2.0: dependencies: flow-remove-types: 2.255.0 - vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.77.6)(stylus@0.59.0)(terser@5.31.1): - dependencies: - esbuild: 0.21.5 - postcss: 8.4.49 - rollup: 4.28.0 - optionalDependencies: - '@types/node': 22.5.5 - fsevents: 2.3.3 - less: 4.1.3 - sass: 1.77.6 - stylus: 0.59.0 - terser: 5.31.1 - - vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.77.6)(stylus@0.59.0)(terser@5.36.0): + vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.28.0 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 fsevents: 2.3.3 less: 4.1.3 - sass: 1.77.6 - stylus: 0.59.0 + lightningcss: 1.27.0 + sass: 1.97.1 + sass-embedded: 1.97.1 + stylus: 0.64.0 terser: 5.36.0 - vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.31.1): - dependencies: - esbuild: 0.21.5 - postcss: 8.4.49 - rollup: 4.28.0 - optionalDependencies: - '@types/node': 22.5.5 - fsevents: 2.3.3 - less: 4.1.3 - sass: 1.81.0 - stylus: 0.59.0 - terser: 5.31.1 - - vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0): + vite@6.0.0-beta.1(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.28.0 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 fsevents: 2.3.3 less: 4.1.3 - sass: 1.81.0 - stylus: 0.59.0 + lightningcss: 1.27.0 + sass: 1.97.1 + sass-embedded: 1.97.1 + stylus: 0.64.0 terser: 5.36.0 - vite@6.0.0-beta.1(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0): - dependencies: - esbuild: 0.21.5 - postcss: 8.4.49 - rollup: 4.28.0 - optionalDependencies: - '@types/node': 22.5.5 - fsevents: 2.3.3 - less: 4.1.3 - sass: 1.81.0 - stylus: 0.59.0 - terser: 5.36.0 - - vitest@2.1.6(@types/node@22.5.5)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0): + vitest@2.1.6(@types/node@22.19.3)(jsdom@22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10))(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0): dependencies: '@vitest/expect': 2.1.6 - '@vitest/mocker': 2.1.6(vite@5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0)) + '@vitest/mocker': 2.1.6(vite@5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0)) '@vitest/pretty-format': 2.1.6 '@vitest/runner': 2.1.6 '@vitest/snapshot': 2.1.6 @@ -50110,11 +53436,11 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.11(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) - vite-node: 2.1.6(@types/node@22.5.5)(less@4.1.3)(sass@1.81.0)(stylus@0.59.0)(terser@5.36.0) + vite: 5.4.11(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) + vite-node: 2.1.6(@types/node@22.19.3)(less@4.1.3)(lightningcss@1.27.0)(sass-embedded@1.97.1)(sass@1.97.1)(stylus@0.64.0)(terser@5.36.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.5.5 + '@types/node': 22.19.3 jsdom: 22.1.0(bufferutil@4.0.8)(canvas@2.11.2(encoding@0.1.13))(utf-8-validate@5.0.10) transitivePeerDependencies: - less @@ -50149,20 +53475,17 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.10(vue@3.5.13(typescript@5.7.2)): - dependencies: - vue: 3.5.13(typescript@5.7.2) - optional: true + vscode-uri@3.1.0: {} - vue@3.5.13(typescript@5.7.2): + vue@3.5.13(typescript@5.9.3): dependencies: '@vue/compiler-dom': 3.5.13 '@vue/compiler-sfc': 3.5.13 '@vue/runtime-dom': 3.5.13 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.7.2)) + '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.9.3)) '@vue/shared': 3.5.13 optionalDependencies: - typescript: 5.7.2 + typescript: 5.9.3 optional: true w-json@1.3.10: {} @@ -50191,6 +53514,8 @@ snapshots: walk-up-path@3.0.1: {} + walk-up-path@4.0.0: {} + walker@1.0.8: dependencies: makeerror: 1.0.12 @@ -50225,8 +53550,6 @@ snapshots: optionalDependencies: '@zxing/text-encoding': 0.9.0 - web-namespaces@2.0.1: {} - web-streams-polyfill@3.3.3: {} webcrypto-core@1.8.1: @@ -50260,7 +53583,7 @@ snapshots: - bufferutil - utf-8-validate - webpack-dev-middleware@7.4.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + webpack-dev-middleware@7.4.2(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: colorette: 2.0.20 memfs: 4.14.0 @@ -50269,13 +53592,26 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.2.0 optionalDependencies: - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + optional: true - webpack-dev-server@5.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + colorette: 2.0.20 + memfs: 4.14.0 + mime-types: 2.1.35 + on-finished: 2.4.1 + range-parser: 1.2.1 + schema-utils: 4.2.0 + optionalDependencies: + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + + webpack-dev-server@5.2.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.21 + '@types/express-serve-static-core': 4.19.6 '@types/serve-index': 1.9.4 '@types/serve-static': 1.15.7 '@types/sockjs': 0.3.36 @@ -50286,10 +53622,48 @@ snapshots: colorette: 2.0.20 compression: 1.7.5 connect-history-api-fallback: 2.0.0 - express: 4.21.1 + express: 4.22.1 graceful-fs: 4.2.11 - html-entities: 2.5.2 - http-proxy-middleware: 2.0.7(@types/express@4.17.21) + http-proxy-middleware: 2.0.9(@types/express@4.17.21) + ipaddr.js: 2.2.0 + launch-editor: 2.9.1 + open: 10.1.0 + p-retry: 6.2.1 + schema-utils: 4.2.0 + selfsigned: 2.4.1 + serve-index: 1.9.1 + sockjs: 0.3.24 + spdy: 4.0.2 + webpack-dev-middleware: 7.4.2(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) + optionalDependencies: + webpack: 5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - utf-8-validate + optional: true + + webpack-dev-server@5.2.2(bufferutil@4.0.8)(utf-8-validate@5.0.10)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): + dependencies: + '@types/bonjour': 3.5.13 + '@types/connect-history-api-fallback': 1.5.4 + '@types/express': 4.17.21 + '@types/express-serve-static-core': 4.19.6 + '@types/serve-index': 1.9.4 + '@types/serve-static': 1.15.7 + '@types/sockjs': 0.3.36 + '@types/ws': 8.5.13 + ansi-html-community: 0.0.8 + bonjour-service: 1.3.0 + chokidar: 3.6.0 + colorette: 2.0.20 + compression: 1.7.5 + connect-history-api-fallback: 2.0.0 + express: 4.22.1 + graceful-fs: 4.2.11 + http-proxy-middleware: 2.0.9(@types/express@4.17.21) ipaddr.js: 2.2.0 launch-editor: 2.9.1 open: 10.1.0 @@ -50299,10 +53673,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) optionalDependencies: - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) transitivePeerDependencies: - bufferutil - debug @@ -50324,16 +53698,16 @@ snapshots: webpack-sources@3.2.3: {} - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)))(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)): dependencies: typed-assert: 1.0.9 - webpack: 5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2) + webpack: 5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2) optionalDependencies: - html-webpack-plugin: 5.6.3(@rspack/core@1.0.14(@swc/helpers@0.5.15))(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + html-webpack-plugin: 5.6.3(@rspack/core@1.7.0(@swc/helpers@0.5.18))(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) webpack-virtual-modules@0.6.2: {} - webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2): + webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.6 @@ -50355,7 +53729,37 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.5.29(@swc/helpers@0.5.15))(esbuild@0.20.2)) + terser-webpack-plugin: 5.3.10(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(webpack@5.96.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) + watchpack: 2.4.2 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + + webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2): + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.6 + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/wasm-edit': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + acorn: 8.14.0 + browserslist: 4.24.2 + chrome-trace-event: 1.0.4 + enhanced-resolve: 5.17.1 + es-module-lexer: 1.5.4 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 4.3.3 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.16(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)(webpack@5.98.0(@swc/core@1.15.8(@swc/helpers@0.5.18))(esbuild@0.20.2)) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -50473,10 +53877,6 @@ snapshots: dependencies: string-width: 4.2.3 - widest-line@4.0.1: - dependencies: - string-width: 5.1.2 - widest-line@5.0.0: dependencies: string-width: 7.2.0 @@ -50485,45 +53885,38 @@ snapshots: wonka@4.0.15: {} + wonka@6.3.5: {} + word-wrap@1.2.5: {} wordwrap@1.0.0: {} - workerd@1.20241106.1: + workerd@1.20250718.0: optionalDependencies: - '@cloudflare/workerd-darwin-64': 1.20241106.1 - '@cloudflare/workerd-darwin-arm64': 1.20241106.1 - '@cloudflare/workerd-linux-64': 1.20241106.1 - '@cloudflare/workerd-linux-arm64': 1.20241106.1 - '@cloudflare/workerd-windows-64': 1.20241106.1 + '@cloudflare/workerd-darwin-64': 1.20250718.0 + '@cloudflare/workerd-darwin-arm64': 1.20250718.0 + '@cloudflare/workerd-linux-64': 1.20250718.0 + '@cloudflare/workerd-linux-arm64': 1.20250718.0 + '@cloudflare/workerd-windows-64': 1.20250718.0 - wrangler@3.91.0(@cloudflare/workers-types@4.20241127.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10): + wrangler@3.114.16(@cloudflare/workers-types@4.20260103.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: '@cloudflare/kv-asset-handler': 0.3.4 - '@cloudflare/workers-shared': 0.9.0 + '@cloudflare/unenv-preset': 2.0.2(unenv@2.0.0-rc.14)(workerd@1.20250718.0) '@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19) '@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19) blake3-wasm: 2.1.5 - chokidar: 4.0.1 - date-fns: 4.1.0 esbuild: 0.17.19 - itty-time: 1.0.6 - miniflare: 3.20241106.1(bufferutil@4.0.8)(utf-8-validate@5.0.10) - nanoid: 3.3.8 + miniflare: 3.20250718.3(bufferutil@4.0.8)(utf-8-validate@5.0.10) path-to-regexp: 6.3.0 - resolve: 1.22.8 - resolve.exports: 2.0.2 - selfsigned: 2.4.1 - source-map: 0.6.1 - unenv: unenv-nightly@2.0.0-20241121-161142-806b5c0 - workerd: 1.20241106.1 - xxhash-wasm: 1.1.0 + unenv: 2.0.0-rc.14 + workerd: 1.20250718.0 optionalDependencies: - '@cloudflare/workers-types': 4.20241127.0 + '@cloudflare/workers-types': 4.20260103.0 fsevents: 2.3.3 + sharp: 0.33.5 transitivePeerDependencies: - bufferutil - - supports-color - utf-8-validate wrap-ansi@6.2.0: @@ -50544,11 +53937,11 @@ snapshots: string-width: 5.1.2 strip-ansi: 7.1.0 - wrap-ansi@9.0.0: + wrap-ansi@9.0.2: dependencies: ansi-styles: 6.2.1 string-width: 7.2.0 - strip-ansi: 7.1.0 + strip-ansi: 7.1.2 wrappy@1.0.2: {} @@ -50570,6 +53963,11 @@ snapshots: imurmurhash: 0.1.4 signal-exit: 3.0.7 + write-file-atomic@5.0.1: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 4.1.0 + ws@6.2.3(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: async-limiter: 1.0.1 @@ -50587,11 +53985,6 @@ snapshots: bufferutil: 4.0.8 utf-8-validate: 5.0.10 - ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@5.0.10): - optionalDependencies: - bufferutil: 4.0.8 - utf-8-validate: 5.0.10 - ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.8 @@ -50623,34 +54016,29 @@ snapshots: xmlhttprequest-ssl@1.6.3: {} - xtend@2.1.2: - dependencies: - object-keys: 0.4.0 - xtend@4.0.2: {} - xxhash-wasm@1.1.0: {} - y18n@4.0.3: {} y18n@5.0.8: {} - yallist@2.1.2: {} - yallist@3.1.1: {} yallist@4.0.0: {} - yaml-eslint-parser@1.2.3: + yallist@5.0.0: {} + + yaml-eslint-parser@1.3.2: dependencies: eslint-visitor-keys: 3.4.3 - lodash: 4.17.21 yaml: 2.6.1 yaml@1.10.2: {} yaml@2.6.1: {} + yaml@2.8.2: {} + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1 @@ -50696,6 +54084,11 @@ snapshots: yarn@1.22.22: {} + yauzl@3.2.0: + dependencies: + buffer-crc32: 0.2.13 + pend: 1.2.0 + yeast@0.1.2: {} ylru@1.4.0: {} @@ -50708,6 +54101,8 @@ snapshots: yoctocolors-cjs@2.1.2: {} + yoctocolors-cjs@2.1.3: {} + yoga-wasm-web@0.3.3: {} youch@3.3.4: @@ -50716,19 +54111,19 @@ snapshots: mustache: 4.2.0 stacktracey: 2.1.8 - zod-to-json-schema@3.23.1(zod@3.23.8): + zod-validation-error@2.1.0(zod@3.25.76): dependencies: - zod: 3.23.8 + zod: 3.25.76 - zod-validation-error@2.1.0(zod@3.23.8): + zod-validation-error@3.4.0(zod@3.25.76): dependencies: - zod: 3.23.8 + zod: 3.25.76 - zod-validation-error@3.4.0(zod@3.23.8): - dependencies: - zod: 3.23.8 + zod@3.22.3: {} + + zod@3.25.76: {} - zod@3.23.8: {} + zod@4.3.5: {} zwitch@1.0.5: {} diff --git a/tools/nx/package.json b/tools/nx/package.json index d0ef4857..d8b379fd 100644 --- a/tools/nx/package.json +++ b/tools/nx/package.json @@ -41,16 +41,16 @@ "monorepo" ], "dependencies": { - "@aws-sdk/client-s3": "^3.651.1", - "@nx/devkit": "20.0.6", - "@nx/js": "20.0.6", + "@aws-sdk/client-s3": "^3.962.0", + "@nx/devkit": "20.8.3", + "@nx/js": "20.8.3", "@storm-software/build-tools": "latest", "@storm-software/config": "latest", "@storm-software/config-tools": "latest", "@storm-software/workspace-tools": "latest", - "@storybook/types": "^8.4.0", + "@storybook/types": "^8.6.14", "glob": "^11.0.0", - "tslib": "^2.6.2" + "tslib": "^2.8.1" }, "executors": "./executors.json" }