diff --git a/astro.sidebar.ts b/astro.sidebar.ts
index 3247e09a..4a384bcb 100644
--- a/astro.sidebar.ts
+++ b/astro.sidebar.ts
@@ -227,6 +227,11 @@ export const sidebar = [
"build/sdks/wallet-adapter/x-chain-accounts",
],
}),
+ {
+ label: "Forklift",
+ link: "build/sdks/forklift",
+ badge: { text: "NEW", variant: "tip" },
+ },
// Community SDKs
group("build.group.sdks.community-sdks", {
collapsed: true,
diff --git a/package.json b/package.json
index e8e14a85..52b5e1ec 100644
--- a/package.json
+++ b/package.json
@@ -34,16 +34,16 @@
"packageManager": "pnpm@10.2.0",
"dependencies": {
"@aptos-labs/ai-chatbot-client": "^0.1.4",
- "@astrojs/node": "^9.5.1",
+ "@astrojs/node": "^9.5.2",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.2",
- "@astrojs/sitemap": "^3.6.0",
- "@astrojs/starlight": "^0.37.1",
+ "@astrojs/sitemap": "^3.7.0",
+ "@astrojs/starlight": "^0.37.3",
"@astrojs/starlight-docsearch": "^0.6.1",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/tailwind": "^6.0.2",
- "@astrojs/vercel": "^9.0.2",
- "@iconify/json": "^2.2.425",
+ "@astrojs/vercel": "^9.0.4",
+ "@iconify/json": "^2.2.430",
"@nanostores/react": "^1.0.0",
"@octokit/graphql": "^9.0.3",
"@radix-ui/react-dialog": "^1.1.15",
@@ -52,10 +52,10 @@
"@vercel/edge": "^1.2.2",
"@vercel/og": "^0.8.6",
"@vercel/speed-insights": "^1.3.1",
- "astro": "^5.16.6",
- "astro-mermaid": "^1.2.0",
+ "astro": "^5.16.11",
+ "astro-mermaid": "^1.3.1",
"class-variance-authority": "^0.7.1",
- "firebase": "^12.7.0",
+ "firebase": "^12.8.0",
"jose": "^6.1.3",
"lucide-react": "^0.562.0",
"mermaid": "^11.12.2",
@@ -72,28 +72,28 @@
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/markdown-remark": "^6.3.10",
- "@crowdin/cli": "^4.12.0",
+ "@crowdin/cli": "^4.13.0",
"@eslint/js": "^9.39.2",
- "@expressive-code/plugin-collapsible-sections": "^0.41.5",
+ "@expressive-code/plugin-collapsible-sections": "^0.41.6",
"@graphiql/toolkit": "^0.11.3",
"@iconify-json/ph": "^1.2.2",
- "@readme/openapi-parser": "^5.4.0",
- "@scalar/api-client": "^2.17.1",
- "@scalar/snippetz": "^0.6.1",
- "@swc/core": "^1.15.8",
+ "@readme/openapi-parser": "^5.5.0",
+ "@scalar/api-client": "^2.18.4",
+ "@scalar/snippetz": "^0.6.5",
+ "@swc/core": "^1.15.10",
"@tailwindcss/vite": "^4.1.18",
"@types/gtag.js": "^0.0.20",
- "@types/node": "^25.0.3",
- "@types/react": "^19.2.7",
+ "@types/node": "^25.0.9",
+ "@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
- "@vercel/node": "^5.5.16",
+ "@vercel/node": "^5.5.25",
"astro-embed": "^0.10.0",
"astro-eslint-parser": "^1.2.2",
"astro-favicons": "^3.1.5",
"astro-icon": "^1.1.5",
"astro-seo-schema": "^5.1.0",
- "baseline-browser-mapping": "^2.9.11",
+ "baseline-browser-mapping": "^2.9.16",
"eslint": "^9.39.2",
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-config-prettier": "^10.1.8",
@@ -111,7 +111,7 @@
"mdast-util-to-string": "^4.0.0",
"nano-staged": "^0.9.0",
"openapi-types": "^12.1.3",
- "prettier": "^3.7.4",
+ "prettier": "^3.8.0",
"prettier-plugin-astro": "^0.14.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
@@ -123,17 +123,17 @@
"satori-html": "^0.3.2",
"schema-dts": "^1.1.5",
"sharp": "^0.34.5",
- "shiki": "^3.20.0",
+ "shiki": "^3.21.0",
"simple-git-hooks": "^2.13.1",
"starlight-llms-txt": "^0.7.0",
"starlight-openapi": "^0.21.1",
"starlight-package-managers": "^0.11.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
- "typescript-eslint": "^8.52.0",
+ "typescript-eslint": "^8.53.1",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0",
- "vite": "^7.3.0",
+ "vite": "^7.3.1",
"vite-plugin-monaco-editor": "^1.1.0"
},
"pnpm": {
@@ -144,6 +144,7 @@
"vite-plugin-monaco-editor@1.1.0": "patches/vite-plugin-monaco-editor@1.1.0.patch"
},
"overrides": {
+ "diff": ">=8.0.3",
"@anthropic-ai/claude-code": ">=2.0.31",
"vite": "^7.3.0",
"esbuild": ">=0.25.0",
@@ -156,7 +157,8 @@
"tar": ">=7.5.2",
"js-yaml": ">=4.1.1",
"mdast-util-to-hast": ">=13.2.1",
- "sharp": ">=0.34.0"
+ "sharp": ">=0.34.0",
+ "preact": ">=10.28.2"
}
},
"simple-git-hooks": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 36d10ec6..1d958349 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -5,6 +5,7 @@ settings:
excludeLinksFromLockfile: false
overrides:
+ diff: '>=8.0.3'
'@anthropic-ai/claude-code': '>=2.0.31'
vite: ^7.3.0
esbuild: '>=0.25.0'
@@ -18,6 +19,7 @@ overrides:
js-yaml: '>=4.1.1'
mdast-util-to-hast: '>=13.2.1'
sharp: '>=0.34.0'
+ preact: '>=10.28.2'
patchedDependencies:
'@astrojs/vercel':
@@ -41,35 +43,35 @@ importers:
specifier: ^0.1.4
version: 0.1.4(react@19.2.3)
'@astrojs/node':
- specifier: ^9.5.1
- version: 9.5.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ specifier: ^9.5.2
+ version: 9.5.2(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@astrojs/partytown':
specifier: ^2.1.4
version: 2.1.4
'@astrojs/react':
specifier: ^4.4.2
- version: 4.4.2(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(tsx@4.21.0)(yaml@2.8.2)
+ version: 4.4.2(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(tsx@4.21.0)(yaml@2.8.2)
'@astrojs/sitemap':
- specifier: ^3.6.0
- version: 3.6.0
+ specifier: ^3.7.0
+ version: 3.7.0
'@astrojs/starlight':
- specifier: ^0.37.1
- version: 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ specifier: ^0.37.3
+ version: 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@astrojs/starlight-docsearch':
specifier: ^0.6.1
- version: 0.6.1(@algolia/client-search@5.46.2)(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)
+ version: 0.6.1(@algolia/client-search@5.47.0)(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)
'@astrojs/starlight-tailwind':
specifier: ^4.0.2
- version: 4.0.2(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(tailwindcss@4.1.18)
+ version: 4.0.2(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(tailwindcss@4.1.18)
'@astrojs/tailwind':
specifier: ^6.0.2
- version: 6.0.2(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@4.1.18)(ts-node@10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@25.0.3)(typescript@5.9.3))
+ version: 6.0.2(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@4.1.18)(ts-node@10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@25.0.9)(typescript@5.9.3))
'@astrojs/vercel':
- specifier: ^9.0.2
- version: 9.0.2(patch_hash=1da962e6d07ae633b3193351f8aebc9172860429b2a0dbba63868eaf575dca04)(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(react@19.2.3)(rollup@4.55.1)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))
+ specifier: ^9.0.4
+ version: 9.0.4(patch_hash=1da962e6d07ae633b3193351f8aebc9172860429b2a0dbba63868eaf575dca04)(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(react@19.2.3)(rollup@4.55.2)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))
'@iconify/json':
- specifier: ^2.2.425
- version: 2.2.425
+ specifier: ^2.2.430
+ version: 2.2.430
'@nanostores/react':
specifier: ^1.0.0
version: 1.0.0(nanostores@1.1.0)(react@19.2.3)
@@ -78,13 +80,13 @@ importers:
version: 9.0.3
'@radix-ui/react-dialog':
specifier: ^1.1.15
- version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@radix-ui/react-scroll-area':
specifier: ^1.2.10
- version: 1.2.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ version: 1.2.10(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@vercel/analytics':
specifier: ^1.6.1
- version: 1.6.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))
+ version: 1.6.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))
'@vercel/edge':
specifier: ^1.2.2
version: 1.2.2
@@ -93,19 +95,19 @@ importers:
version: 0.8.6
'@vercel/speed-insights':
specifier: ^1.3.1
- version: 1.3.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))
+ version: 1.3.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))
astro:
- specifier: ^5.16.6
- version: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ specifier: ^5.16.11
+ version: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
astro-mermaid:
- specifier: ^1.2.0
- version: 1.2.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(mermaid@11.12.2)
+ specifier: ^1.3.1
+ version: 1.3.1(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(mermaid@11.12.2)
class-variance-authority:
specifier: ^0.7.1
version: 0.7.1
firebase:
- specifier: ^12.7.0
- version: 12.7.0
+ specifier: ^12.8.0
+ version: 12.8.0
jose:
specifier: ^6.1.3
version: 6.1.3
@@ -129,92 +131,92 @@ importers:
version: 19.2.3(react@19.2.3)
react-markdown:
specifier: ^10.1.0
- version: 10.1.0(@types/react@19.2.7)(react@19.2.3)
+ version: 10.1.0(@types/react@19.2.9)(react@19.2.3)
react-syntax-highlighter:
specifier: ^16.1.0
version: 16.1.0(react@19.2.3)
starlight-image-zoom:
specifier: ^0.13.2
- version: 0.13.2(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))
+ version: 0.13.2(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))
starlight-links-validator:
specifier: ^0.19.2
- version: 0.19.2(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ version: 0.19.2(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
tailwindcss:
specifier: ^4.1.18
version: 4.1.18
devDependencies:
'@astrojs/check':
specifier: ^0.9.6
- version: 0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.7.4)(typescript@5.9.3)
+ version: 0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.8.0)(typescript@5.9.3)
'@astrojs/markdown-remark':
specifier: ^6.3.10
version: 6.3.10
'@crowdin/cli':
- specifier: ^4.12.0
- version: 4.12.0
+ specifier: ^4.13.0
+ version: 4.13.0
'@eslint/js':
specifier: ^9.39.2
version: 9.39.2
'@expressive-code/plugin-collapsible-sections':
- specifier: ^0.41.5
- version: 0.41.5
+ specifier: ^0.41.6
+ version: 0.41.6
'@graphiql/toolkit':
specifier: ^0.11.3
- version: 0.11.3(@types/node@25.0.3)(graphql@16.10.0)
+ version: 0.11.3(@types/node@25.0.9)(graphql@16.10.0)
'@iconify-json/ph':
specifier: ^1.2.2
version: 1.2.2
'@readme/openapi-parser':
- specifier: ^5.4.0
- version: 5.4.0(openapi-types@12.1.3)
+ specifier: ^5.5.0
+ version: 5.5.0(openapi-types@12.1.3)
'@scalar/api-client':
- specifier: ^2.17.1
- version: 2.17.1(axios@1.12.2)(tailwindcss@4.1.18)(typescript@5.9.3)
+ specifier: ^2.18.4
+ version: 2.18.4(axios@1.12.2)(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(tailwindcss@4.1.18)(typescript@5.9.3)
'@scalar/snippetz':
- specifier: ^0.6.1
- version: 0.6.1
+ specifier: ^0.6.5
+ version: 0.6.5
'@swc/core':
- specifier: ^1.15.8
- version: 1.15.8(@swc/helpers@0.5.18)
+ specifier: ^1.15.10
+ version: 1.15.10(@swc/helpers@0.5.18)
'@tailwindcss/vite':
specifier: ^4.1.18
- version: 4.1.18(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
+ version: 4.1.18(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
'@types/gtag.js':
specifier: ^0.0.20
version: 0.0.20
'@types/node':
- specifier: ^25.0.3
- version: 25.0.3
+ specifier: ^25.0.9
+ version: 25.0.9
'@types/react':
- specifier: ^19.2.7
- version: 19.2.7
+ specifier: ^19.2.9
+ version: 19.2.9
'@types/react-dom':
specifier: ^19.2.3
- version: 19.2.3(@types/react@19.2.7)
+ version: 19.2.3(@types/react@19.2.9)
'@types/react-syntax-highlighter':
specifier: ^15.5.13
version: 15.5.13
'@vercel/node':
- specifier: ^5.5.16
- version: 5.5.16(@swc/core@1.15.8(@swc/helpers@0.5.18))(rollup@4.55.1)
+ specifier: ^5.5.25
+ version: 5.5.25(@swc/core@1.15.10(@swc/helpers@0.5.18))(rollup@4.55.2)
astro-embed:
specifier: ^0.10.0
- version: 0.10.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ version: 0.10.0(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
astro-eslint-parser:
specifier: ^1.2.2
version: 1.2.2
astro-favicons:
specifier: ^3.1.5
- version: 3.1.5(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ version: 3.1.5(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
astro-icon:
specifier: ^1.1.5
version: 1.1.5
astro-seo-schema:
specifier: ^5.1.0
- version: 5.1.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(schema-dts@1.1.5)
+ version: 5.1.0(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(schema-dts@1.1.5)
baseline-browser-mapping:
- specifier: ^2.9.11
- version: 2.9.11
+ specifier: ^2.9.16
+ version: 2.9.16
eslint:
specifier: ^9.39.2
version: 9.39.2(jiti@2.6.1)
@@ -226,13 +228,13 @@ importers:
version: 10.1.8(eslint@9.39.2(jiti@2.6.1))
eslint-import-resolver-typescript:
specifier: ^4.4.4
- version: 4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.52.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))
+ version: 4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.53.1(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))
eslint-plugin-astro:
specifier: ^1.5.0
version: 1.5.0(eslint@9.39.2(jiti@2.6.1))
eslint-plugin-import-x:
specifier: ^4.16.1
- version: 4.16.1(@typescript-eslint/utils@8.52.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))
+ version: 4.16.1(@typescript-eslint/utils@8.53.1(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-jsx-a11y:
specifier: ^6.10.2
version: 6.10.2(eslint@9.39.2(jiti@2.6.1))
@@ -247,7 +249,7 @@ importers:
version: 17.0.0
graphiql:
specifier: ^5.2.2
- version: 5.2.2(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ version: 5.2.2(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
gray-matter:
specifier: ^4.0.3
version: 4.0.3
@@ -267,8 +269,8 @@ importers:
specifier: ^12.1.3
version: 12.1.3
prettier:
- specifier: ^3.7.4
- version: 3.7.4
+ specifier: ^3.8.0
+ version: 3.8.0
prettier-plugin-astro:
specifier: ^0.14.1
version: 0.14.1
@@ -303,20 +305,20 @@ importers:
specifier: '>=0.34.0'
version: 0.34.5
shiki:
- specifier: ^3.20.0
- version: 3.20.0
+ specifier: ^3.21.0
+ version: 3.21.0
simple-git-hooks:
specifier: ^2.13.1
version: 2.13.1
starlight-llms-txt:
specifier: ^0.7.0
- version: 0.7.0(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ version: 0.7.0(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
starlight-openapi:
specifier: ^0.21.1
- version: 0.21.1(patch_hash=41bd3e60bc731bfd807f6ec06e6074376fabc3f395c5959e04aecf682230fc27)(@astrojs/markdown-remark@6.3.10)(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(openapi-types@12.1.3)
+ version: 0.21.1(patch_hash=41bd3e60bc731bfd807f6ec06e6074376fabc3f395c5959e04aecf682230fc27)(@astrojs/markdown-remark@6.3.10)(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(openapi-types@12.1.3)
starlight-package-managers:
specifier: ^0.11.1
- version: 0.11.1(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))
+ version: 0.11.1(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))
tsx:
specifier: ^4.21.0
version: 4.21.0
@@ -324,8 +326,8 @@ importers:
specifier: ^5.9.3
version: 5.9.3
typescript-eslint:
- specifier: ^8.52.0
- version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ specifier: ^8.53.1
+ version: 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
unist-util-remove:
specifier: ^4.0.0
version: 4.0.0
@@ -334,15 +336,18 @@ importers:
version: 5.0.0
vite:
specifier: ^7.3.0
- version: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
+ version: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
vite-plugin-monaco-editor:
specifier: ^1.1.0
version: 1.1.0(patch_hash=78bcfd876ec9dcb4b3100060e043c7d9f9f3242b269a1a0fd8f283bf74f97dc6)(monaco-editor@0.52.2)
packages:
- '@algolia/abtesting@1.12.2':
- resolution: {integrity: sha512-oWknd6wpfNrmRcH0vzed3UPX0i17o4kYLM5OMITyMVM2xLgaRbIafoxL0e8mcrNNb0iORCJA0evnNDKRYth5WQ==}
+ '@adobe/css-tools@4.4.4':
+ resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==}
+
+ '@algolia/abtesting@1.13.0':
+ resolution: {integrity: sha512-Zrqam12iorp3FjiKMXSTpedGYznZ3hTEOAr2oCxI8tbF8bS1kQHClyDYNq/eV0ewMNLyFkgZVWjaS+8spsOYiQ==}
engines: {node: '>= 14.0.0'}
'@algolia/autocomplete-core@1.17.9':
@@ -365,56 +370,56 @@ packages:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/client-abtesting@5.46.2':
- resolution: {integrity: sha512-oRSUHbylGIuxrlzdPA8FPJuwrLLRavOhAmFGgdAvMcX47XsyM+IOGa9tc7/K5SPvBqn4nhppOCEz7BrzOPWc4A==}
+ '@algolia/client-abtesting@5.47.0':
+ resolution: {integrity: sha512-aOpsdlgS9xTEvz47+nXmw8m0NtUiQbvGWNuSEb7fA46iPL5FxOmOUZkh8PREBJpZ0/H8fclSc7BMJCVr+Dn72w==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-analytics@5.46.2':
- resolution: {integrity: sha512-EPBN2Oruw0maWOF4OgGPfioTvd+gmiNwx0HmD9IgmlS+l75DatcBkKOPNJN+0z3wBQWUO5oq602ATxIfmTQ8bA==}
+ '@algolia/client-analytics@5.47.0':
+ resolution: {integrity: sha512-EcF4w7IvIk1sowrO7Pdy4Ako7x/S8+nuCgdk6En+u5jsaNQM4rTT09zjBPA+WQphXkA2mLrsMwge96rf6i7Mow==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-common@5.46.2':
- resolution: {integrity: sha512-Hj8gswSJNKZ0oyd0wWissqyasm+wTz1oIsv5ZmLarzOZAp3vFEda8bpDQ8PUhO+DfkbiLyVnAxsPe4cGzWtqkg==}
+ '@algolia/client-common@5.47.0':
+ resolution: {integrity: sha512-Wzg5Me2FqgRDj0lFuPWFK05UOWccSMsIBL2YqmTmaOzxVlLZ+oUqvKbsUSOE5ud8Fo1JU7JyiLmEXBtgDKzTwg==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-insights@5.46.2':
- resolution: {integrity: sha512-6dBZko2jt8FmQcHCbmNLB0kCV079Mx/DJcySTL3wirgDBUH7xhY1pOuUTLMiGkqM5D8moVZTvTdRKZUJRkrwBA==}
+ '@algolia/client-insights@5.47.0':
+ resolution: {integrity: sha512-Ci+cn/FDIsDxSKMRBEiyKrqybblbk8xugo6ujDN1GSTv9RIZxwxqZYuHfdLnLEwLlX7GB8pqVyqrUSlRnR+sJA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-personalization@5.46.2':
- resolution: {integrity: sha512-1waE2Uqh/PHNeDXGn/PM/WrmYOBiUGSVxAWqiJIj73jqPqvfzZgzdakHscIVaDl6Cp+j5dwjsZ5LCgaUr6DtmA==}
+ '@algolia/client-personalization@5.47.0':
+ resolution: {integrity: sha512-gsLnHPZmWcX0T3IigkDL2imCNtsQ7dR5xfnwiFsb+uTHCuYQt+IwSNjsd8tok6HLGLzZrliSaXtB5mfGBtYZvQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-query-suggestions@5.46.2':
- resolution: {integrity: sha512-EgOzTZkyDcNL6DV0V/24+oBJ+hKo0wNgyrOX/mePBM9bc9huHxIY2352sXmoZ648JXXY2x//V1kropF/Spx83w==}
+ '@algolia/client-query-suggestions@5.47.0':
+ resolution: {integrity: sha512-PDOw0s8WSlR2fWFjPQldEpmm/gAoUgLigvC3k/jCSi/DzigdGX6RdC0Gh1RR1P8Cbk5KOWYDuL3TNzdYwkfDyA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-search@5.46.2':
- resolution: {integrity: sha512-ZsOJqu4HOG5BlvIFnMU0YKjQ9ZI6r3C31dg2jk5kMWPSdhJpYL9xa5hEe7aieE+707dXeMI4ej3diy6mXdZpgA==}
+ '@algolia/client-search@5.47.0':
+ resolution: {integrity: sha512-b5hlU69CuhnS2Rqgsz7uSW0t4VqrLMLTPbUpEl0QVz56rsSwr1Sugyogrjb493sWDA+XU1FU5m9eB8uH7MoI0g==}
engines: {node: '>= 14.0.0'}
- '@algolia/ingestion@1.46.2':
- resolution: {integrity: sha512-1Uw2OslTWiOFDtt83y0bGiErJYy5MizadV0nHnOoHFWMoDqWW0kQoMFI65pXqRSkVvit5zjXSLik2xMiyQJDWQ==}
+ '@algolia/ingestion@1.47.0':
+ resolution: {integrity: sha512-WvwwXp5+LqIGISK3zHRApLT1xkuEk320/EGeD7uYy+K8WwDd5OjXnhjuXRhYr1685KnkvWkq1rQ/ihCJjOfHpQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/monitoring@1.46.2':
- resolution: {integrity: sha512-xk9f+DPtNcddWN6E7n1hyNNsATBCHIqAvVGG2EAGHJc4AFYL18uM/kMTiOKXE/LKDPyy1JhIerrh9oYb7RBrgw==}
+ '@algolia/monitoring@1.47.0':
+ resolution: {integrity: sha512-j2EUFKAlzM0TE4GRfkDE3IDfkVeJdcbBANWzK16Tb3RHz87WuDfQ9oeEW6XiRE1/bEkq2xf4MvZesvSeQrZRDA==}
engines: {node: '>= 14.0.0'}
- '@algolia/recommend@5.46.2':
- resolution: {integrity: sha512-NApbTPj9LxGzNw4dYnZmj2BoXiAc8NmbbH6qBNzQgXklGklt/xldTvu+FACN6ltFsTzoNU6j2mWNlHQTKGC5+Q==}
+ '@algolia/recommend@5.47.0':
+ resolution: {integrity: sha512-+kTSE4aQ1ARj2feXyN+DMq0CIDHJwZw1kpxIunedkmpWUg8k3TzFwWsMCzJVkF2nu1UcFbl7xsIURz3Q3XwOXA==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@5.46.2':
- resolution: {integrity: sha512-ekotpCwpSp033DIIrsTpYlGUCF6momkgupRV/FA3m62SreTSZUKjgK6VTNyG7TtYfq9YFm/pnh65bATP/ZWJEg==}
+ '@algolia/requester-browser-xhr@5.47.0':
+ resolution: {integrity: sha512-Ja+zPoeSA2SDowPwCNRbm5Q2mzDvVV8oqxCQ4m6SNmbKmPlCfe30zPfrt9ho3kBHnsg37pGucwOedRIOIklCHw==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-fetch@5.46.2':
- resolution: {integrity: sha512-gKE+ZFi/6y7saTr34wS0SqYFDcjHW4Wminv8PDZEi0/mE99+hSrbKgJWxo2ztb5eqGirQTgIh1AMVacGGWM1iw==}
+ '@algolia/requester-fetch@5.47.0':
+ resolution: {integrity: sha512-N6nOvLbaR4Ge+oVm7T4W/ea1PqcSbsHR4O58FJ31XtZjFPtOyxmnhgCmGCzP9hsJI6+x0yxJjkW5BMK/XI8OvA==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@5.46.2':
- resolution: {integrity: sha512-ciPihkletp7ttweJ8Zt+GukSVLp2ANJHU+9ttiSxsJZThXc4Y2yJ8HGVWesW5jN1zrsZsezN71KrMx/iZsOYpg==}
+ '@algolia/requester-node-http@5.47.0':
+ resolution: {integrity: sha512-z1oyLq5/UVkohVXNDEY70mJbT/sv/t6HYtCvCwNrOri6pxBJDomP9R83KOlwcat+xqBQEdJHjbrPh36f1avmZA==}
engines: {node: '>= 14.0.0'}
'@antfu/install-pkg@1.1.0':
@@ -423,11 +428,6 @@ packages:
'@antfu/utils@8.1.1':
resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==}
- '@anthropic-ai/claude-code@2.0.76':
- resolution: {integrity: sha512-BVwPez7Pst729gxHZNb7iUdjrn4UAzO49zC+Bxlyf0fMe3SsutxEhKTT16VMs2qInE9xhEBCxajCCa888mFPBg==}
- engines: {node: '>=18.0.0'}
- hasBin: true
-
'@apidevtools/json-schema-ref-parser@13.0.5':
resolution: {integrity: sha512-xfh4xVJD62gG6spIc7lwxoWT+l16nZu1ELyU8FkjaP/oD2yP09EvLAU6KhtudN9aML2Khhs9pY6Slr7KGTES3w==}
engines: {node: '>= 16'}
@@ -481,8 +481,8 @@ packages:
'@astrojs/internal-helpers@0.7.5':
resolution: {integrity: sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==}
- '@astrojs/language-server@2.16.2':
- resolution: {integrity: sha512-J3hVx/mFi3FwEzKf8ExYXQNERogD6RXswtbU+TyrxoXRBiQoBO5ooo7/lRWJ+rlUKUd7+rziMPI9jYB7TRlh0w==}
+ '@astrojs/language-server@2.16.3':
+ resolution: {integrity: sha512-yO5K7RYCMXUfeDlnU6UnmtnoXzpuQc0yhlaCNZ67k1C/MiwwwvMZz+LGa+H35c49w5QBfvtr4w4Zcf5PcH8uYA==}
hasBin: true
peerDependencies:
prettier: ^3.0.0
@@ -502,8 +502,8 @@ packages:
peerDependencies:
astro: ^5.0.0
- '@astrojs/node@9.5.1':
- resolution: {integrity: sha512-7k+SU877OUQylPr0mFcWrGvNuC78Lp9w+GInY8Rwc+LkHyDP9xls+nZAioK0WDWd+fyeQnlHbpDGURO3ZHuDVg==}
+ '@astrojs/node@9.5.2':
+ resolution: {integrity: sha512-85/x+FRwbNGDip1TzSGMiak31/6LvBhA8auqd9lLoHaM5XElk+uIfIr3KjJqucDojE0PtiLk1lMSwD9gd3YlGg==}
peerDependencies:
astro: ^5.14.3
@@ -523,8 +523,8 @@ packages:
react: ^17.0.2 || ^18.0.0 || ^19.0.0
react-dom: ^17.0.2 || ^18.0.0 || ^19.0.0
- '@astrojs/sitemap@3.6.0':
- resolution: {integrity: sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==}
+ '@astrojs/sitemap@3.7.0':
+ resolution: {integrity: sha512-+qxjUrz6Jcgh+D5VE1gKUJTA3pSthuPHe6Ao5JCxok794Lewx8hBFaWHtOnN0ntb2lfOf7gvOi9TefUswQ/ZVA==}
'@astrojs/starlight-docsearch@0.6.1':
resolution: {integrity: sha512-ezgE5bGAuSU5/+W7j3AAika/NL15ox3RKDSzq4sGroKlEPGo8PuJyn/3Q1RcoWYhRhkKSOGBFa5tQwuPiXk6Qw==}
@@ -537,8 +537,8 @@ packages:
'@astrojs/starlight': '>=0.34.0'
tailwindcss: ^4.0.0
- '@astrojs/starlight@0.37.1':
- resolution: {integrity: sha512-STNsR5PaDoiW4IgcX17Fp42FfyqwuweWPts/EWEMcFPAeg9Nvpu3UvVCorasYrgfJgaJTeydsOV++0ACA1KYDA==}
+ '@astrojs/starlight@0.37.3':
+ resolution: {integrity: sha512-p7cqbAkBYkBTiK1NIomxAEoF9Wko+mTV503qDm5Wgh+0MGGJnSsIzCSSJ+rWm8toFk9mnzNwNbxcnjwzIBEU3w==}
peerDependencies:
astro: ^5.5.0
@@ -552,8 +552,8 @@ packages:
resolution: {integrity: sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==}
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0}
- '@astrojs/vercel@9.0.2':
- resolution: {integrity: sha512-L/pQal/5fity/rLmQ5KsqYaVphhNI+Eui+WnLbuqZ7Vf9ocmwX6v0pSDqSejgTQMoMQJq4FPWR8XAtsxMB4Yfw==}
+ '@astrojs/vercel@9.0.4':
+ resolution: {integrity: sha512-Nn5c0CODcx69FnNUhAcAhlDQ/Je2lLrlPmbMMI77ZvLMfyZI5NZyKD7MiKEeaYK/VTnx6fNI5rFHm6seqEPRtQ==}
peerDependencies:
astro: ^5.0.0
@@ -563,14 +563,14 @@ packages:
'@atproto/api@0.13.35':
resolution: {integrity: sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g==}
- '@atproto/common-web@0.4.9':
- resolution: {integrity: sha512-RGt1rUjVC8FEUlF5JQyN3xYlqZJbFTN0XSBBxl+HozjZGhhVtAVFGa+F+TR6BCVs7q7TcitOv/y/YWz4jJWn9g==}
+ '@atproto/common-web@0.4.12':
+ resolution: {integrity: sha512-3aCJemqM/fkHQrVPbTCHCdiVstKFI+2LkFLvUhO6XZP0EqUZa/rg/CIZBKTFUWu9I5iYiaEiXL9VwcDRpEevSw==}
- '@atproto/lex-data@0.0.5':
- resolution: {integrity: sha512-nasD4eo2wKLyhHozC0vy7Jhp/fBwCKnYhQQogYtraUlT9il6lK1drhT8CNpWlglOhb0T73jLG5WpfNsPp6Pr/w==}
+ '@atproto/lex-data@0.0.8':
+ resolution: {integrity: sha512-1Y5tz7BkS7380QuLNXaE8GW8Xba+mRWugt8BKM4BUFYjjUZdmirU8lr72iM4XlEBrzRu8Cfvj+MbsbYaZv+IgA==}
- '@atproto/lex-json@0.0.5':
- resolution: {integrity: sha512-wgmET7fIWi77jxqHnrr0RvpAGhiFqIqjdO9Py3JK2whHMITyYgFRU0HfEtIeWSzx0Vb9z0S7F/fQW3P3gqb+yA==}
+ '@atproto/lex-json@0.0.8':
+ resolution: {integrity: sha512-w1Qmkae1QhmNz+i1Zm3xr3jp0UPPRENmdlpU0qIrdxWDo9W4Mzkeyc3eSoa+Zs+zN8xkRSQw7RLZte/B7Ipdwg==}
'@atproto/lexicon@0.4.14':
resolution: {integrity: sha512-jiKpmH1QER3Gvc7JVY5brwrfo+etFoe57tKPQX/SmPwjvUsFnJAow5xLIryuBaJgFAhnTZViXKs41t//pahGHQ==}
@@ -584,42 +584,42 @@ packages:
'@atproto/xrpc@0.6.12':
resolution: {integrity: sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==}
- '@babel/code-frame@7.27.1':
- resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
+ '@babel/code-frame@7.28.6':
+ resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.28.5':
- resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
+ '@babel/compat-data@7.28.6':
+ resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.28.5':
- resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
+ '@babel/core@7.28.6':
+ resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.28.5':
- resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
+ '@babel/generator@7.28.6':
+ resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.27.2':
- resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
+ '@babel/helper-compilation-targets@7.28.6':
+ resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
engines: {node: '>=6.9.0'}
'@babel/helper-globals@7.28.0':
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.27.1':
- resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
+ '@babel/helper-module-imports@7.28.6':
+ resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.28.3':
- resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
+ '@babel/helper-module-transforms@7.28.6':
+ resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-plugin-utils@7.27.1':
- resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
+ '@babel/helper-plugin-utils@7.28.6':
+ resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
engines: {node: '>=6.9.0'}
'@babel/helper-string-parser@7.27.1':
@@ -634,12 +634,12 @@ packages:
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.28.4':
- resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==}
+ '@babel/helpers@7.28.6':
+ resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.28.5':
- resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
+ '@babel/parser@7.28.6':
+ resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -655,27 +655,27 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/runtime@7.28.4':
- resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
+ '@babel/runtime@7.28.6':
+ resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.27.2':
- resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
+ '@babel/template@7.28.6':
+ resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.28.5':
- resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
+ '@babel/traverse@7.28.6':
+ resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.28.5':
- resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
+ '@babel/types@7.28.6':
+ resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
engines: {node: '>=6.9.0'}
'@braintree/sanitize-url@7.1.1':
resolution: {integrity: sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==}
- '@capsizecss/unpack@3.0.1':
- resolution: {integrity: sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==}
+ '@capsizecss/unpack@4.0.0':
+ resolution: {integrity: sha512-VERIM64vtTP1C4mxQ5thVT9fK0apjPFobqybMtA1UdUujWka24ERHbRHFGmpbbhp73MhV+KSsHQH9C6uOTdEQA==}
engines: {node: '>=18'}
'@chevrotain/cst-dts-gen@11.0.3':
@@ -723,14 +723,14 @@ packages:
'@codemirror/lint@6.9.2':
resolution: {integrity: sha512-sv3DylBiIyi+xKwRCJAAsBZZZWo82shJ/RTMymLabAdtbkV5cSKwWDeCgtUq3v8flTaXS2y1kKkICuRYtUswyQ==}
- '@codemirror/state@6.5.3':
- resolution: {integrity: sha512-MerMzJzlXogk2fxWFU1nKp36bY5orBG59HnPiz0G9nLRebWa0zXuv2siH6PLIHBvv5TH8CkQRqjBs0MlxCZu+A==}
+ '@codemirror/state@6.5.4':
+ resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==}
- '@codemirror/view@6.39.8':
- resolution: {integrity: sha512-1rASYd9Z/mE3tkbC9wInRlCNyCkSn+nLsiQKZhEDUUJiUfs/5FHDpCUDaQpoTIaNGeDc6/bhaEAyLmeEucEFPw==}
+ '@codemirror/view@6.39.11':
+ resolution: {integrity: sha512-bWdeR8gWM87l4DB/kYSF9A+dVackzDb/V56Tq7QVrQ7rn86W0rgZFtlL3g3pem6AeGcb9NQNoy3ao4WpW4h5tQ==}
- '@crowdin/cli@4.12.0':
- resolution: {integrity: sha512-NwqkH1v8Cpg6e0a2ONGdJIZXNuUJi9+SKfDIkONZy0J7lE9nk2ZPFaVmbvOpC7VhArpqo1zAsnQlm7dqEkp3VQ==}
+ '@crowdin/cli@4.13.0':
+ resolution: {integrity: sha512-2EJN0VCTVMpSjF9hTsOau9gYT2cMRvQUXH+gQP67Ha85s5f68gkjFzC2gEGNoeDtRWdw+b9MlUNkTlELmpZBcQ==}
hasBin: true
'@cspotcode/source-map-support@0.8.1':
@@ -1023,23 +1023,23 @@ packages:
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@expressive-code/core@0.41.5':
- resolution: {integrity: sha512-II5TEy5eOoXiqPwqtpSqwamUd7lZS3YH3ofxR1ZyQMmygqORZn8/7SzgfF8G0kB7uKCBzFZT6RgKgCuHcJuPpA==}
+ '@expressive-code/core@0.41.6':
+ resolution: {integrity: sha512-FvJQP+hG0jWi/FLBSmvHInDqWR7jNANp9PUDjdMqSshHb0y7sxx3vHuoOr6SgXjWw+MGLqorZyPQ0aAlHEok6g==}
- '@expressive-code/plugin-collapsible-sections@0.41.5':
- resolution: {integrity: sha512-n1a+9K+vfBgBEh4f8IVHX1Jkx3sIdmiPbNehxS9oewU+0YGPzRE4KGQmMvis92mTPcFh5dZ/A/CU+0ImDN5QXg==}
+ '@expressive-code/plugin-collapsible-sections@0.41.6':
+ resolution: {integrity: sha512-LxSa49aziWKgpGoOoZlTbXW1V1/mEPyxKb+J9JFgUtTizXNKX363uiCHcKQYzSLmIN7HII5WxF+uArGHwb+X+w==}
- '@expressive-code/plugin-frames@0.41.5':
- resolution: {integrity: sha512-qU0cvAQGfRLX7XwGf3/+hqIVmAc/mNNTlqVLR0iBfJF6EKvtP3R7/uAlPrAxnxQxn0meTazCz8D+PsPyOpHKrQ==}
+ '@expressive-code/plugin-frames@0.41.6':
+ resolution: {integrity: sha512-d+hkSYXIQot6fmYnOmWAM+7TNWRv/dhfjMsNq+mIZz8Tb4mPHOcgcfZeEM5dV9TDL0ioQNvtcqQNuzA1sRPjxg==}
- '@expressive-code/plugin-shiki@0.41.5':
- resolution: {integrity: sha512-gw6OWvnmDmvcKJ5AZSzl2VkuixJMQ/zWSwPLFNzitqCa8aPfIFunb0K8IIOsE43LELgOWkie9lRFspOxwDVwrg==}
+ '@expressive-code/plugin-shiki@0.41.6':
+ resolution: {integrity: sha512-Y6zmKBmsIUtWTzdefqlzm/h9Zz0Rc4gNdt2GTIH7fhHH2I9+lDYCa27BDwuBhjqcos6uK81Aca9dLUC4wzN+ng==}
- '@expressive-code/plugin-text-markers@0.41.5':
- resolution: {integrity: sha512-0DSiTsjWFEz6/iuLOGNNy2GaeCW41OwnVJMKx1tS+XKeQxAL89UkZP3egWNzxjWNHNMzEv3ZWWWYqbonEQlv/Q==}
+ '@expressive-code/plugin-text-markers@0.41.6':
+ resolution: {integrity: sha512-PBFa1wGyYzRExMDzBmAWC6/kdfG1oLn4pLpBeTfIRrALPjcGA/59HP3e7q9J0Smk4pC7U+lWkA2LHR8FYV8U7Q==}
- '@firebase/ai@2.6.1':
- resolution: {integrity: sha512-qJd9bpABqsanFnwdbjZEDbKKr1jRtuUZ+cHyNBLWsxobH4pd73QncvuO3XlMq4eKBLlg1f5jNdFpJ3G3ABu2Tg==}
+ '@firebase/ai@2.7.0':
+ resolution: {integrity: sha512-PwpCz+TtAMWICM7uQNO0mkSPpUKwrMV4NSwHkbVKDvPKoaQmSlO96vIz+Suw2Ao1EaUUsxYb5LGImHWt/fSnRQ==}
engines: {node: '>=20.0.0'}
peerDependencies:
'@firebase/app': 0.x
@@ -1108,8 +1108,8 @@ packages:
'@firebase/app-compat@0.2.43':
resolution: {integrity: sha512-HM96ZyIblXjAC7TzE8wIk2QhHlSvksYkQ4Ukh1GmEenzkucSNUmUX4QvoKrqeWsLEQ8hdcojABeCV8ybVyZmeg==}
- '@firebase/app-compat@0.5.6':
- resolution: {integrity: sha512-YYGARbutghQY4zZUWMYia0ib0Y/rb52y72/N0z3vglRHL7ii/AaK9SA7S/dzScVOlCdnbHXz+sc5Dq+r8fwFAg==}
+ '@firebase/app-compat@0.5.7':
+ resolution: {integrity: sha512-MO+jfap8IBZQ+K8L2QCiHObyMgpYHrxo4Hc7iJgfb9hjGRW/z1y6LWVdT9wBBK+VJ7cRP2DjAiWQP+thu53hHA==}
engines: {node: '>=20.0.0'}
'@firebase/app-types@0.9.2':
@@ -1121,8 +1121,8 @@ packages:
'@firebase/app@0.10.13':
resolution: {integrity: sha512-OZiDAEK/lDB6xy/XzYAyJJkaDqmQ+BCtOEPLqFvxWKUz5JbBmej7IiiRHdtiIOD/twW7O5AxVsfaaGA/V1bNsA==}
- '@firebase/app@0.14.6':
- resolution: {integrity: sha512-4uyt8BOrBsSq6i4yiOV/gG6BnnrvTeyymlNcaN/dKvyU1GoolxAafvIvaNP1RCGPlNab3OuE4MKUQuv2lH+PLQ==}
+ '@firebase/app@0.14.7':
+ resolution: {integrity: sha512-o3ZfnOx0AWBD5n/36p2zPoB0rDDxQP8H/A60zDLvvfRLtW8b3LfCyV97GKpJaAVV1JMMl/BC89EDzMyzxFZxTw==}
engines: {node: '>=20.0.0'}
'@firebase/auth-compat@0.5.14':
@@ -1215,8 +1215,8 @@ packages:
peerDependencies:
'@firebase/app-compat': 0.x
- '@firebase/firestore-compat@0.4.3':
- resolution: {integrity: sha512-1ylF/njF68Pmb6p0erP0U78XQv1w77Wap4bUmqZ7ZVkmN1oMgplyu0TyirWtCBoKFRV2+SUZfWXvIij/z39LYg==}
+ '@firebase/firestore-compat@0.4.4':
+ resolution: {integrity: sha512-JvxxIgi+D5v9BecjLA1YomdyF7LA6CXhJuVK10b4GtRrB3m2O2hT1jJWbKYZYHUAjTaajkvnos+4U5VNxqkI2w==}
engines: {node: '>=20.0.0'}
peerDependencies:
'@firebase/app-compat': 0.x
@@ -1233,15 +1233,15 @@ packages:
'@firebase/app-types': 0.x
'@firebase/util': 1.x
- '@firebase/firestore@4.7.3':
- resolution: {integrity: sha512-NwVU+JPZ/3bhvNSJMCSzfcBZZg8SUGyzZ2T0EW3/bkUeefCyzMISSt/TTIfEHc8cdyXGlMqfGe3/62u9s74UEg==}
- engines: {node: '>=10.10.0'}
+ '@firebase/firestore@4.10.0':
+ resolution: {integrity: sha512-fgF6EbpoagGWh5Vwfu/7/jYgBFwUCwTlPNVF/aSjHcoEDRXpRsIqVfAFTp1LD+dWAUcAKEK3h+osk8spMJXtxA==}
+ engines: {node: '>=20.0.0'}
peerDependencies:
'@firebase/app': 0.x
- '@firebase/firestore@4.9.3':
- resolution: {integrity: sha512-RVuvhcQzs1sD5Osr2naQS71H0bQMbSnib16uOWAKk3GaKb/WBPyCYSr2Ry7MqlxDP/YhwknUxECL07lw9Rq1nA==}
- engines: {node: '>=20.0.0'}
+ '@firebase/firestore@4.7.3':
+ resolution: {integrity: sha512-NwVU+JPZ/3bhvNSJMCSzfcBZZg8SUGyzZ2T0EW3/bkUeefCyzMISSt/TTIfEHc8cdyXGlMqfGe3/62u9s74UEg==}
+ engines: {node: '>=10.10.0'}
peerDependencies:
'@firebase/app': 0.x
@@ -1362,8 +1362,8 @@ packages:
peerDependencies:
'@firebase/app': 0.x
- '@firebase/remote-config-compat@0.2.20':
- resolution: {integrity: sha512-P/ULS9vU35EL9maG7xp66uljkZgcPMQOxLj3Zx2F289baTKSInE6+YIkgHEi1TwHoddC/AFePXPpshPlEFkbgg==}
+ '@firebase/remote-config-compat@0.2.21':
+ resolution: {integrity: sha512-9+lm0eUycxbu8GO25JfJe4s6R2xlDqlVt0CR6CvN9E6B4AFArEV4qfLoDVRgIEB7nHKwvH2nYRocPWfmjRQTnw==}
peerDependencies:
'@firebase/app-compat': 0.x
@@ -1383,8 +1383,8 @@ packages:
peerDependencies:
'@firebase/app': 0.x
- '@firebase/remote-config@0.7.0':
- resolution: {integrity: sha512-dX95X6WlW7QlgNd7aaGdjAIZUiQkgWgNS+aKNu4Wv92H1T8Ue/NDUjZHd9xb8fHxLXIHNZeco9/qbZzr500MjQ==}
+ '@firebase/remote-config@0.8.0':
+ resolution: {integrity: sha512-sJz7C2VACeE257Z/3kY9Ap2WXbFsgsDLfaGfZmmToKAK39ipXxFan+vzB9CSbF6mP7bzjyzEnqPcMXhAnYE6fQ==}
peerDependencies:
'@firebase/app': 0.x
@@ -1551,8 +1551,8 @@ packages:
'@iconify-json/ph@1.2.2':
resolution: {integrity: sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==}
- '@iconify/json@2.2.425':
- resolution: {integrity: sha512-RJcJeoLFAmKPr7e7bP7gw33ASBSONuFsiCg35cEvrf/s8DDG5+C9eSqOvIiggNwZwwjYeGNKIJ7RduJTWgN0IQ==}
+ '@iconify/json@2.2.430':
+ resolution: {integrity: sha512-h6ZF1tqaY8qw+NzQSAxvZgrXkp0FvlVZbhaf4LIcwcia2ZpqqZWuwhrBlregXdpPUAqcn76Z0l1H0udGMycdsw==}
'@iconify/tools@4.2.0':
resolution: {integrity: sha512-WRxPva/ipxYkqZd1+CkEAQmd86dQmrwH0vwK89gmp2Kh2WyyVw57XbPng0NehP3x4V1LzLsXUneP1uMfTMZmUA==}
@@ -1570,65 +1570,33 @@ packages:
resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==}
engines: {node: '>=18'}
- '@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-arm64@0.34.5':
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
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-darwin-x64@0.34.5':
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
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-arm64@1.2.4':
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
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-darwin-x64@1.2.4':
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
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-arm64@1.2.4':
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
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-arm@1.2.4':
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
cpu: [arm]
@@ -1649,54 +1617,27 @@ packages:
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-linux-x64@1.2.4':
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
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-arm64@1.2.4':
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
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-libvips-linuxmusl-x64@1.2.4':
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
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-arm64@0.34.5':
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
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-arm@0.34.5':
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1721,36 +1662,18 @@ packages:
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-linux-x64@0.34.5':
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
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-arm64@0.34.5':
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
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-linuxmusl-x64@0.34.5':
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1774,12 +1697,6 @@ packages:
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]
-
'@img/sharp-win32-x64@0.34.5':
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1841,8 +1758,8 @@ packages:
'@lezer/json@1.0.3':
resolution: {integrity: sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==}
- '@lezer/lr@1.4.6':
- resolution: {integrity: sha512-u42yGuGBsHgodm86lwi0HAtUTNSs23yl9RoaI5em90B+OGm9/XuWkNiJ46sKkCgp8Tp4zgoBQbepcshfKLhFdw==}
+ '@lezer/lr@1.4.7':
+ resolution: {integrity: sha512-wNIFWdSUfX9Jc6ePMzxSPVgTVB4EOfDIwLQLWASyiUdHKaMsiilj9bYiGkGQCKVodd0x6bgQCV207PILGFCF9Q==}
'@lezer/xml@1.0.6':
resolution: {integrity: sha512-CdDwirL0OEaStFue/66ZmFSeppuL6Dwjlk8qk153mSQwiSH/Dlri4GNymrNWnUmPl2Um7QfV1FO9KFUyX3Twww==}
@@ -2509,8 +2426,8 @@ packages:
peerDependencies:
openapi-types: '>=7'
- '@readme/openapi-parser@5.4.0':
- resolution: {integrity: sha512-B02OhOTyNE62CadM06jaeXdDe2ujXNfeZVp66jS5ZWDB0kQbBYN9RtyxlLBZxgIc7nnw+DmVOaCiu/hoO5xYUw==}
+ '@readme/openapi-parser@5.5.0':
+ resolution: {integrity: sha512-uY9+3ouf6NWd/ck5PzlhcRwvRFLDd9ajRsMzZPp/iqdReGgPR7m8xEXtCYbLTGXJZcrDgYyNsHUL7e87Wsh+ew==}
engines: {node: '>=20'}
peerDependencies:
openapi-types: '>=7'
@@ -2542,128 +2459,128 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.55.1':
- resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==}
+ '@rollup/rollup-android-arm-eabi@4.55.2':
+ resolution: {integrity: sha512-21J6xzayjy3O6NdnlO6aXi/urvSRjm6nCI6+nF6ra2YofKruGixN9kfT+dt55HVNwfDmpDHJcaS3JuP/boNnlA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.55.1':
- resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==}
+ '@rollup/rollup-android-arm64@4.55.2':
+ resolution: {integrity: sha512-eXBg7ibkNUZ+sTwbFiDKou0BAckeV6kIigK7y5Ko4mB/5A1KLhuzEKovsmfvsL8mQorkoincMFGnQuIT92SKqA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.55.1':
- resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==}
+ '@rollup/rollup-darwin-arm64@4.55.2':
+ resolution: {integrity: sha512-UCbaTklREjrc5U47ypLulAgg4njaqfOVLU18VrCrI+6E5MQjuG0lSWaqLlAJwsD7NpFV249XgB0Bi37Zh5Sz4g==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.55.1':
- resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==}
+ '@rollup/rollup-darwin-x64@4.55.2':
+ resolution: {integrity: sha512-dP67MA0cCMHFT2g5XyjtpVOtp7y4UyUxN3dhLdt11at5cPKnSm4lY+EhwNvDXIMzAMIo2KU+mc9wxaAQJTn7sQ==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.55.1':
- resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==}
+ '@rollup/rollup-freebsd-arm64@4.55.2':
+ resolution: {integrity: sha512-WDUPLUwfYV9G1yxNRJdXcvISW15mpvod1Wv3ok+Ws93w1HjIVmCIFxsG2DquO+3usMNCpJQ0wqO+3GhFdl6Fow==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.55.1':
- resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==}
+ '@rollup/rollup-freebsd-x64@4.55.2':
+ resolution: {integrity: sha512-Ng95wtHVEulRwn7R0tMrlUuiLVL/HXA8Lt/MYVpy88+s5ikpntzZba1qEulTuPnPIZuOPcW9wNEiqvZxZmgmqQ==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.55.1':
- resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.55.2':
+ resolution: {integrity: sha512-AEXMESUDWWGqD6LwO/HkqCZgUE1VCJ1OhbvYGsfqX2Y6w5quSXuyoy/Fg3nRqiwro+cJYFxiw5v4kB2ZDLhxrw==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.55.1':
- resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==}
+ '@rollup/rollup-linux-arm-musleabihf@4.55.2':
+ resolution: {integrity: sha512-ZV7EljjBDwBBBSv570VWj0hiNTdHt9uGznDtznBB4Caj3ch5rgD4I2K1GQrtbvJ/QiB+663lLgOdcADMNVC29Q==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.55.1':
- resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==}
+ '@rollup/rollup-linux-arm64-gnu@4.55.2':
+ resolution: {integrity: sha512-uvjwc8NtQVPAJtq4Tt7Q49FOodjfbf6NpqXyW/rjXoV+iZ3EJAHLNAnKT5UJBc6ffQVgmXTUL2ifYiLABlGFqA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.55.1':
- resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==}
+ '@rollup/rollup-linux-arm64-musl@4.55.2':
+ resolution: {integrity: sha512-s3KoWVNnye9mm/2WpOZ3JeUiediUVw6AvY/H7jNA6qgKA2V2aM25lMkVarTDfiicn/DLq3O0a81jncXszoyCFA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loong64-gnu@4.55.1':
- resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==}
+ '@rollup/rollup-linux-loong64-gnu@4.55.2':
+ resolution: {integrity: sha512-gi21faacK+J8aVSyAUptML9VQN26JRxe484IbF+h3hpG+sNVoMXPduhREz2CcYr5my0NE3MjVvQ5bMKX71pfVA==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-loong64-musl@4.55.1':
- resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==}
+ '@rollup/rollup-linux-loong64-musl@4.55.2':
+ resolution: {integrity: sha512-qSlWiXnVaS/ceqXNfnoFZh4IiCA0EwvCivivTGbEu1qv2o+WTHpn1zNmCTAoOG5QaVr2/yhCoLScQtc/7RxshA==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-ppc64-gnu@4.55.1':
- resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==}
+ '@rollup/rollup-linux-ppc64-gnu@4.55.2':
+ resolution: {integrity: sha512-rPyuLFNoF1B0+wolH277E780NUKf+KoEDb3OyoLbAO18BbeKi++YN6gC/zuJoPPDlQRL3fIxHxCxVEWiem2yXw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-ppc64-musl@4.55.1':
- resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==}
+ '@rollup/rollup-linux-ppc64-musl@4.55.2':
+ resolution: {integrity: sha512-g+0ZLMook31iWV4PvqKU0i9E78gaZgYpSrYPed/4Bu+nGTgfOPtfs1h11tSSRPXSjC5EzLTjV/1A7L2Vr8pJoQ==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.55.1':
- resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==}
+ '@rollup/rollup-linux-riscv64-gnu@4.55.2':
+ resolution: {integrity: sha512-i+sGeRGsjKZcQRh3BRfpLsM3LX3bi4AoEVqmGDyc50L6KfYsN45wVCSz70iQMwPWr3E5opSiLOwsC9WB4/1pqg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-riscv64-musl@4.55.1':
- resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==}
+ '@rollup/rollup-linux-riscv64-musl@4.55.2':
+ resolution: {integrity: sha512-C1vLcKc4MfFV6I0aWsC7B2Y9QcsiEcvKkfxprwkPfLaN8hQf0/fKHwSF2lcYzA9g4imqnhic729VB9Fo70HO3Q==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.55.1':
- resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==}
+ '@rollup/rollup-linux-s390x-gnu@4.55.2':
+ resolution: {integrity: sha512-68gHUK/howpQjh7g7hlD9DvTTt4sNLp1Bb+Yzw2Ki0xvscm2cOdCLZNJNhd2jW8lsTPrHAHuF751BygifW4bkQ==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.55.1':
- resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==}
+ '@rollup/rollup-linux-x64-gnu@4.55.2':
+ resolution: {integrity: sha512-1e30XAuaBP1MAizaOBApsgeGZge2/Byd6wV4a8oa6jPdHELbRHBiw7wvo4dp7Ie2PE8TZT4pj9RLGZv9N4qwlw==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.55.1':
- resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==}
+ '@rollup/rollup-linux-x64-musl@4.55.2':
+ resolution: {integrity: sha512-4BJucJBGbuGnH6q7kpPqGJGzZnYrpAzRd60HQSt3OpX/6/YVgSsJnNzR8Ot74io50SeVT4CtCWe/RYIAymFPwA==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-openbsd-x64@4.55.1':
- resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==}
+ '@rollup/rollup-openbsd-x64@4.55.2':
+ resolution: {integrity: sha512-cT2MmXySMo58ENv8p6/O6wI/h/gLnD3D6JoajwXFZH6X9jz4hARqUhWpGuQhOgLNXscfZYRQMJvZDtWNzMAIDw==}
cpu: [x64]
os: [openbsd]
- '@rollup/rollup-openharmony-arm64@4.55.1':
- resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==}
+ '@rollup/rollup-openharmony-arm64@4.55.2':
+ resolution: {integrity: sha512-sZnyUgGkuzIXaK3jNMPmUIyJrxu/PjmATQrocpGA1WbCPX8H5tfGgRSuYtqBYAvLuIGp8SPRb1O4d1Fkb5fXaQ==}
cpu: [arm64]
os: [openharmony]
- '@rollup/rollup-win32-arm64-msvc@4.55.1':
- resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==}
+ '@rollup/rollup-win32-arm64-msvc@4.55.2':
+ resolution: {integrity: sha512-sDpFbenhmWjNcEbBcoTV0PWvW5rPJFvu+P7XoTY0YLGRupgLbFY0XPfwIbJOObzO7QgkRDANh65RjhPmgSaAjQ==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.55.1':
- resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==}
+ '@rollup/rollup-win32-ia32-msvc@4.55.2':
+ resolution: {integrity: sha512-GvJ03TqqaweWCigtKQVBErw2bEhu1tyfNQbarwr94wCGnczA9HF8wqEe3U/Lfu6EdeNP0p6R+APeHVwEqVxpUQ==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-gnu@4.55.1':
- resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==}
+ '@rollup/rollup-win32-x64-gnu@4.55.2':
+ resolution: {integrity: sha512-KvXsBvp13oZz9JGe5NYS7FNizLe99Ny+W8ETsuCyjXiKdiGrcz2/J/N8qxZ/RSwivqjQguug07NLHqrIHrqfYw==}
cpu: [x64]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.55.1':
- resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==}
+ '@rollup/rollup-win32-x64-msvc@4.55.2':
+ resolution: {integrity: sha512-xNO+fksQhsAckRtDSPWaMeT1uIM+JrDRXlerpnWNXhn1TdB3YZ6uKBMBTKP0eX9XtYEP978hHk1f8332i2AW8Q==}
cpu: [x64]
os: [win32]
@@ -2671,114 +2588,114 @@ packages:
resolution: {integrity: sha512-ai4DJuxsNLUEgJIlYDE3n8/oF47M31Rgjz3LxbefzejxE8LiidUud/fcEzMYtdxqJYi3ketzhSbTWK0o6gg4mQ==}
engines: {node: '>=20'}
- '@scalar/api-client@2.17.1':
- resolution: {integrity: sha512-KSH7L9ixzIlX12ZiUtMsFgGnWcdKMJVdR/cjFkajWIGoAtMGcltTHXPYejwy+6mvuNZ3p9lrHsTvUDwFPeO9bA==}
+ '@scalar/api-client@2.18.4':
+ resolution: {integrity: sha512-sFjDH07XK8U88NYPP0WHAFqpMo1CODJ5aXgU4Ut+p9vkSpGryZlJTppR45FT/Xf3eRpc5SFPne7kqsLs73cbOg==}
engines: {node: '>=20'}
'@scalar/code-highlight@0.2.2':
resolution: {integrity: sha512-sr2nV0ngVEw3hUPWISj6t0VRztUIbFqNxZNY8ZwpvYj6YoU99c1cng9+4njxi3d7F7YgbNMPL2PQ2bWQLQEknQ==}
engines: {node: '>=20'}
- '@scalar/components@0.16.12':
- resolution: {integrity: sha512-eU27Bq1dqr9Eh30Km+NHYyixLNt3u8YjcQlRLvuIu2RhFoFKx0RY0SsIJcuCQBCCHI2F/G96/D1bW55y/HKsfg==}
+ '@scalar/components@0.16.23':
+ resolution: {integrity: sha512-dQ3n4QcsKg8F2OvwLWjUwgPu08iE/sGp/WjOwd4+Gh3vksMnJAO/Y7agL0QzofrDcrwlNttgdi/9oeZBswEZAw==}
engines: {node: '>=20'}
'@scalar/draggable@0.3.0':
resolution: {integrity: sha512-T/79XY5HGNo9Lte7wlnrH393zjiulom4HuwW4u8RtaafWxIdtXykD2+TgiO0KTreyzCrWyWrESqiqKKJMe2nKg==}
engines: {node: '>=20'}
- '@scalar/helpers@0.2.4':
- resolution: {integrity: sha512-G7oGybO2QXM+MIxa4OZLXaYsS9mxKygFgOcY4UOXO6xpVoY5+8rahdak9cPk7HNj8RZSt4m/BveoT8g5BtnXxg==}
+ '@scalar/helpers@0.2.8':
+ resolution: {integrity: sha512-aXXRF4sCaiGZIRpZ1MUcnl8y0Q9pPG1VXqQMWacVWDh6zQN9cuayTC/TbODzWeldp50sgJ1E8MpHvpeV7CEF9g==}
engines: {node: '>=20'}
'@scalar/icons@0.5.2':
resolution: {integrity: sha512-jN0qXmaR1zGW9vZ5HUkhD1StM+52t+GONYstbo199h7tDYSsY+oWxtkuYqdWESiNg1VtNyJ9PruMmTi/PVyq/A==}
engines: {node: '>=20'}
- '@scalar/import@0.4.41':
- resolution: {integrity: sha512-zAhqQM3L92PTu+/mnfWDJkKwVXxU02raO52a9ljrsTxG4frItUUBcaNKl9sBSL8Tz2x8tXyMfUtHOJ0ZRStxCg==}
+ '@scalar/import@0.4.45':
+ resolution: {integrity: sha512-ShLsuX99SrCUCqkYPSEWKUuNhZdYtek09C4DZt300p71KtZ3x0lneyVk82f6FZu5PDqEWkFH2hAbCAxsYXKDZQ==}
engines: {node: '>=20'}
- '@scalar/json-magic@0.8.8':
- resolution: {integrity: sha512-BUyBfXrbwRrpjqPXHbUTYQD06KRtonoWIVTxCylQmS4kbp91k9G7SUCnJe9txX1GrpD6CwkBvyQ/Q9oNy1HTaw==}
+ '@scalar/json-magic@0.9.1':
+ resolution: {integrity: sha512-57CHpIAjS2+SFl5phlDKJNPj3eNQh8U0iu6MKknVaW+qIQ55tTnYy2qIjdm3joUoPIu41iHdjW5PupwXK6Zneg==}
engines: {node: '>=20'}
- '@scalar/oas-utils@0.6.11':
- resolution: {integrity: sha512-D67hWzjqcd0p5imqptxRJqferZklLx3uGpSm4FBiAekYt39KI5E+WK+O37sI1FNE57Vgpm/j6VrUFqi2evlpAA==}
+ '@scalar/oas-utils@0.6.20':
+ resolution: {integrity: sha512-Q38a6ej7Kyg+US9RyxO8wQeh9ytHD0M/cWnqGo1Toswe0UqKdJA4BOkqp+vVALBSGgdWXKU3q1mmVQ+k9Mmx+g==}
engines: {node: '>=20'}
- '@scalar/object-utils@1.2.18':
- resolution: {integrity: sha512-GJXHh5ijVESR/ohgH4dSulzV+cCIMz0tOrnnj48k50TKsKcczJNucN4AEzb5zx3xbPCEImHKOYi39bCuXMVCpw==}
+ '@scalar/object-utils@1.2.22':
+ resolution: {integrity: sha512-YHC1JzDvix1hQHeSx5c9V/E3+3d5TzXA6etKcnTofdMEwrEeOGYFs+FCK2ODtjObZqN+kea6geoytCadDqWjxg==}
engines: {node: '>=20'}
- '@scalar/openapi-parser@0.23.9':
- resolution: {integrity: sha512-0fMsZtTKKEXy9q4TDJnJa3DYXe450FcpZilaIYMJmjjEBVW78op8GnHJjuxvaYIw1gkj2Stz71qzvnoz1VomBg==}
+ '@scalar/openapi-parser@0.24.1':
+ resolution: {integrity: sha512-SyjqI5yhAhg8a6LHJvSjO57cOJQOkeoh8MvsaE0ccIa1MgQK48dVN4aNckCSKpALBXKnBuLCywEC9Sbi9nSG2g==}
engines: {node: '>=20'}
'@scalar/openapi-types@0.5.3':
resolution: {integrity: sha512-m4n/Su3K01d15dmdWO1LlqecdSPKuNjuokrJLdiQ485kW/hRHbXW1QP6tJL75myhw/XhX5YhYAR+jrwnGjXiMw==}
engines: {node: '>=20'}
- '@scalar/openapi-upgrader@0.1.6':
- resolution: {integrity: sha512-XdrNZUr0ASLfR89OS2zP6enbq9f7UGQQxov+a3WF1Wz9DClniAL2ChJ2fbGOrqL5F2kjbV6Fw/iO3bsBTMyLZA==}
+ '@scalar/openapi-upgrader@0.1.7':
+ resolution: {integrity: sha512-065froUtqvaHjyeJtyitf8tb+k7oh7nU0OinAHYbj1Bqgwb1s2+uKMqHYHEES5CNpp+2xtL4lxup6Aq29yW+sQ==}
engines: {node: '>=20'}
- '@scalar/postman-to-openapi@0.3.52':
- resolution: {integrity: sha512-SADQqe8XeVui50IdxqX3Kq9WVdN2Fv2Hl88G6tqmQ54l/03IwtuWHKzi8TZacui2IEEEZhag5z8ZQeT1ijIERg==}
+ '@scalar/postman-to-openapi@0.3.60':
+ resolution: {integrity: sha512-wl22GEKRHrJGy3aYAVDGxyMXEVRGOpVWx+uM6rppgssCOyadKJ9rtqVGBu4SLcjpekyVWqVn/13+VLn5AwtLrg==}
engines: {node: '>=20'}
- '@scalar/sidebar@0.7.2':
- resolution: {integrity: sha512-jiiRw1dW5M6Urhs1zadogMKtXomcpGbTAXoJoS4m3oWcpWh8FPWn/I9Bu+yzqVLCGYov+50tPL1mq6w+KHTCgA==}
+ '@scalar/sidebar@0.7.13':
+ resolution: {integrity: sha512-qnw1yXOfIm/cEO3oXCNxJXVtJAu12MP5gAVyyqibEOcOeA7dYnNcj3cQqn3sUdEakedIDTIZ5h4OYO9jK/34cw==}
engines: {node: '>=20'}
- '@scalar/snippetz@0.6.1':
- resolution: {integrity: sha512-vMk3FIoZQIgg/V2pjyn2VQI8/7TPWHTJ8U/q9L25MptZGtOVggcCyzMyL8JPRCv/rEChJQftUYSf4RabMtmKQQ==}
+ '@scalar/snippetz@0.6.5':
+ resolution: {integrity: sha512-I3AlpCMUyQzukVvl48pSmWi0sUIqsaKXDHhs6izVBoqnLnBo/6x92JUNW4sZ5sMATvoMoOJpulgMyYCwtLCj8Q==}
engines: {node: '>=20'}
'@scalar/themes@0.13.26':
resolution: {integrity: sha512-uS4gek85aDYH663DAiXaXmEMz/NuzBDL6oIGvb+Z8KNYGb7GSSTbFJky+l13ru7juyuDqZIwJ9isk1SnGzm1Zg==}
engines: {node: '>=20'}
- '@scalar/typebox@0.1.1':
- resolution: {integrity: sha512-Mhhubu4zj1PiXhtgvNbz34zniedtO6PYdD80haMkIjOJwV9aWejxXILr2elHGBMsLfdhH3s9qxux6TL6X8Q6/Q==}
+ '@scalar/typebox@0.1.3':
+ resolution: {integrity: sha512-lU055AUccECZMIfGA0z/C1StYmboAYIPJLDFBzOO81yXBi35Pxdq+I4fWX6iUZ8qcoHneiLGk9jAUM1rA93iEg==}
- '@scalar/types@0.5.4':
- resolution: {integrity: sha512-5FNQH/zx3tnERzxfpErscPHfRxLCuhncmhFYiaSz196Xi2iG1YI08BtxTV2slfT6of52epJ/MrKerarplKf9eg==}
+ '@scalar/types@0.5.8':
+ resolution: {integrity: sha512-eL8zojDI9QB+kNRkuM80auTKHnzNrlOLC8ZLUJVnY0Jj5ZtoInKMDGodgQXK1wOSDTcfVfgLALOY1zb6cFFlCg==}
engines: {node: '>=20'}
- '@scalar/use-codemirror@0.13.6':
- resolution: {integrity: sha512-sjQBvpQY7zYnPchmuhi6Ruk9E9A75zFYpNlTVAbKL+i9lvWh4ynScGV8kVSBgQjLr7pNKOL1KvnVqz6/Elu4lg==}
+ '@scalar/use-codemirror@0.13.17':
+ resolution: {integrity: sha512-t5I5soskgCYnmBzGj3yzSKICrdu161r3EpVJE/wtdFGJ7ey/VY4mZQqks50cN8+QEGyI/lZpyaHWoFyxNgEVQQ==}
engines: {node: '>=20'}
- '@scalar/use-hooks@0.3.3':
- resolution: {integrity: sha512-JjGICXVXFVhNfnu9phefS5xvJ/9hkOU2jQhv3ftPiongLDIpqFA4gPc8L62PlZN8y7Ct3iUsJIW9GIG7y8pEAA==}
+ '@scalar/use-hooks@0.3.6':
+ resolution: {integrity: sha512-VX/kAmnxDjXi+Gcjm5OP0fV9+t+4UTy9SoK6Z0SXEKoFbAIW2jsq52sfnIeNzdEotxaUulwUIOlX0yj2HaedyQ==}
engines: {node: '>=20'}
'@scalar/use-toasts@0.9.1':
resolution: {integrity: sha512-t8QoQO4ZWekiSdJ2O7C+PbXfv7x2fmhv3C7t/iITdNpOyLv4jAhlELGpxQHkWsU0ZwRrLU8e+rV0jJcKWE6vYA==}
engines: {node: '>=20'}
- '@scalar/workspace-store@0.24.1':
- resolution: {integrity: sha512-Dpp20iKzD2rp1zQix1ZFhrh/ZuSpKT0HvA9xMlhZVdyQV2CFwDMChfeL2C4IaGuQKJhTMYs0q3cNnCfO4gJhbA==}
+ '@scalar/workspace-store@0.24.10':
+ resolution: {integrity: sha512-ZooFJLP2dZH2kN3dR8nExt+4kcZlufvxkp54u4DgJi5aG8h08fzJAcV6bERWeRxDH/VT5nWB5A1f/SaQeZ52zw==}
engines: {node: '>=18'}
- '@shikijs/core@3.20.0':
- resolution: {integrity: sha512-f2ED7HYV4JEk827mtMDwe/yQ25pRiXZmtHjWF8uzZKuKiEsJR7Ce1nuQ+HhV9FzDcbIo4ObBCD9GPTzNuy9S1g==}
+ '@shikijs/core@3.21.0':
+ resolution: {integrity: sha512-AXSQu/2n1UIQekY8euBJlvFYZIw0PHY63jUzGbrOma4wPxzznJXTXkri+QcHeBNaFxiiOljKxxJkVSoB3PjbyA==}
- '@shikijs/engine-javascript@3.20.0':
- resolution: {integrity: sha512-OFx8fHAZuk7I42Z9YAdZ95To6jDePQ9Rnfbw9uSRTSbBhYBp1kEOKv/3jOimcj3VRUKusDYM6DswLauwfhboLg==}
+ '@shikijs/engine-javascript@3.21.0':
+ resolution: {integrity: sha512-ATwv86xlbmfD9n9gKRiwuPpWgPENAWCLwYCGz9ugTJlsO2kOzhOkvoyV/UD+tJ0uT7YRyD530x6ugNSffmvIiQ==}
- '@shikijs/engine-oniguruma@3.20.0':
- resolution: {integrity: sha512-Yx3gy7xLzM0ZOjqoxciHjA7dAt5tyzJE3L4uQoM83agahy+PlW244XJSrmJRSBvGYELDhYXPacD4R/cauV5bzQ==}
+ '@shikijs/engine-oniguruma@3.21.0':
+ resolution: {integrity: sha512-OYknTCct6qiwpQDqDdf3iedRdzj6hFlOPv5hMvI+hkWfCKs5mlJ4TXziBG9nyabLwGulrUjHiCq3xCspSzErYQ==}
- '@shikijs/langs@3.20.0':
- resolution: {integrity: sha512-le+bssCxcSHrygCWuOrYJHvjus6zhQ2K7q/0mgjiffRbkhM4o1EWu2m+29l0yEsHDbWaWPNnDUTRVVBvBBeKaA==}
+ '@shikijs/langs@3.21.0':
+ resolution: {integrity: sha512-g6mn5m+Y6GBJ4wxmBYqalK9Sp0CFkUqfNzUy2pJglUginz6ZpWbaWjDB4fbQ/8SHzFjYbtU6Ddlp1pc+PPNDVA==}
- '@shikijs/themes@3.20.0':
- resolution: {integrity: sha512-U1NSU7Sl26Q7ErRvJUouArxfM2euWqq1xaSrbqMu2iqa+tSp0D1Yah8216sDYbdDHw4C8b75UpE65eWorm2erQ==}
+ '@shikijs/themes@3.21.0':
+ resolution: {integrity: sha512-BAE4cr9EDiZyYzwIHEk7JTBJ9CzlPuM4PchfcA5ao1dWXb25nv6hYsoDiBq2aZK9E3dlt3WB78uI96UESD+8Mw==}
- '@shikijs/types@3.20.0':
- resolution: {integrity: sha512-lhYAATn10nkZcBQ0BlzSbJA3wcmL5MXUUF8d2Zzon6saZDlToKaiRX60n2+ZaHJCmXEcZRWNzn+k9vplr8Jhsw==}
+ '@shikijs/types@3.21.0':
+ resolution: {integrity: sha512-zGrWOxZ0/+0ovPY7PvBU2gIS9tmhSUUt30jAcNV0Bq0gb2S98gwfjIs1vxlmH5zM7/4YxLamT6ChlqqAJmPPjA==}
'@shikijs/vscode-textmate@10.0.2':
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
@@ -2788,68 +2705,77 @@ packages:
engines: {node: '>= 8.0.0'}
hasBin: true
- '@swc/core-darwin-arm64@1.15.8':
- resolution: {integrity: sha512-M9cK5GwyWWRkRGwwCbREuj6r8jKdES/haCZ3Xckgkl8MUQJZA3XB7IXXK1IXRNeLjg6m7cnoMICpXv1v1hlJOg==}
+ '@storybook/global@5.0.0':
+ resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==}
+
+ '@storybook/icons@2.0.1':
+ resolution: {integrity: sha512-/smVjw88yK3CKsiuR71vNgWQ9+NuY2L+e8X7IMrFjexjm6ZR8ULrV2DRkTA61aV6ryefslzHEGDInGpnNeIocg==}
+ peerDependencies:
+ 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
+
+ '@swc/core-darwin-arm64@1.15.10':
+ resolution: {integrity: sha512-U72pGqmJYbjrLhMndIemZ7u9Q9owcJczGxwtfJlz/WwMaGYAV/g4nkGiUVk/+QSX8sFCAjanovcU1IUsP2YulA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.15.8':
- resolution: {integrity: sha512-j47DasuOvXl80sKJHSi2X25l44CMc3VDhlJwA7oewC1nV1VsSzwX+KOwE5tLnfORvVJJyeiXgJORNYg4jeIjYQ==}
+ '@swc/core-darwin-x64@1.15.10':
+ resolution: {integrity: sha512-NZpDXtwHH083L40xdyj1sY31MIwLgOxKfZEAGCI8xHXdHa+GWvEiVdGiu4qhkJctoHFzAEc7ZX3GN5phuJcPuQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
- '@swc/core-linux-arm-gnueabihf@1.15.8':
- resolution: {integrity: sha512-siAzDENu2rUbwr9+fayWa26r5A9fol1iORG53HWxQL1J8ym4k7xt9eME0dMPXlYZDytK5r9sW8zEA10F2U3Xwg==}
+ '@swc/core-linux-arm-gnueabihf@1.15.10':
+ resolution: {integrity: sha512-ioieF5iuRziUF1HkH1gg1r93e055dAdeBAPGAk40VjqpL5/igPJ/WxFHGvc6WMLhUubSJI4S0AiZAAhEAp1jDg==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.15.8':
- resolution: {integrity: sha512-o+1y5u6k2FfPYbTRUPvurwzNt5qd0NTumCTFscCNuBksycloXY16J8L+SMW5QRX59n4Hp9EmFa3vpvNHRVv1+Q==}
+ '@swc/core-linux-arm64-gnu@1.15.10':
+ resolution: {integrity: sha512-tD6BClOrxSsNus9cJL7Gxdv7z7Y2hlyvZd9l0NQz+YXzmTWqnfzLpg16ovEI7gknH2AgDBB5ywOsqu8hUgSeEQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-arm64-musl@1.15.8':
- resolution: {integrity: sha512-koiCqL09EwOP1S2RShCI7NbsQuG6r2brTqUYE7pV7kZm9O17wZ0LSz22m6gVibpwEnw8jI3IE1yYsQTVpluALw==}
+ '@swc/core-linux-arm64-musl@1.15.10':
+ resolution: {integrity: sha512-4uAHO3nbfbrTcmO/9YcVweTQdx5fN3l7ewwl5AEK4yoC4wXmoBTEPHAVdKNe4r9+xrTgd4BgyPsy0409OjjlMw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
- '@swc/core-linux-x64-gnu@1.15.8':
- resolution: {integrity: sha512-4p6lOMU3bC+Vd5ARtKJ/FxpIC5G8v3XLoPEZ5s7mLR8h7411HWC/LmTXDHcrSXRC55zvAVia1eldy6zDLz8iFQ==}
+ '@swc/core-linux-x64-gnu@1.15.10':
+ resolution: {integrity: sha512-W0h9ONNw1pVIA0cN7wtboOSTl4Jk3tHq+w2cMPQudu9/+3xoCxpFb9ZdehwCAk29IsvdWzGzY6P7dDVTyFwoqg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-linux-x64-musl@1.15.8':
- resolution: {integrity: sha512-z3XBnbrZAL+6xDGAhJoN4lOueIxC/8rGrJ9tg+fEaeqLEuAtHSW2QHDHxDwkxZMjuF/pZ6MUTjHjbp8wLbuRLA==}
+ '@swc/core-linux-x64-musl@1.15.10':
+ resolution: {integrity: sha512-XQNZlLZB62S8nAbw7pqoqwy91Ldy2RpaMRqdRN3T+tAg6Xg6FywXRKCsLh6IQOadr4p1+lGnqM/Wn35z5a/0Vw==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
- '@swc/core-win32-arm64-msvc@1.15.8':
- resolution: {integrity: sha512-djQPJ9Rh9vP8GTS/Df3hcc6XP6xnG5c8qsngWId/BLA9oX6C7UzCPAn74BG/wGb9a6j4w3RINuoaieJB3t+7iQ==}
+ '@swc/core-win32-arm64-msvc@1.15.10':
+ resolution: {integrity: sha512-qnAGrRv5Nj/DATxAmCnJQRXXQqnJwR0trxLndhoHoxGci9MuguNIjWahS0gw8YZFjgTinbTxOwzatkoySihnmw==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.15.8':
- resolution: {integrity: sha512-/wfAgxORg2VBaUoFdytcVBVCgf1isWZIEXB9MZEUty4wwK93M/PxAkjifOho9RN3WrM3inPLabICRCEgdHpKKQ==}
+ '@swc/core-win32-ia32-msvc@1.15.10':
+ resolution: {integrity: sha512-i4X/q8QSvzVlaRtv1xfnfl+hVKpCfiJ+9th484rh937fiEZKxZGf51C+uO0lfKDP1FfnT6C1yBYwHy7FLBVXFw==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.15.8':
- resolution: {integrity: sha512-GpMePrh9Sl4d61o4KAHOOv5is5+zt6BEXCOCgs/H0FLGeii7j9bWDE8ExvKFy2GRRZVNR1ugsnzaGWHKM6kuzA==}
+ '@swc/core-win32-x64-msvc@1.15.10':
+ resolution: {integrity: sha512-HvY8XUFuoTXn6lSccDLYFlXv1SU/PzYi4PyUqGT++WfTnbw/68N/7BdUZqglGRwiSqr0qhYt/EhmBpULj0J9rA==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@swc/core@1.15.8':
- resolution: {integrity: sha512-T8keoJjXaSUoVBCIjgL6wAnhADIb09GOELzKg10CjNg+vLX48P93SME6jTfte9MZIm5m+Il57H3rTSk/0kzDUw==}
+ '@swc/core@1.15.10':
+ resolution: {integrity: sha512-udNofxftduMUEv7nqahl2nvodCiCDQ4Ge0ebzsEm6P8s0RC2tBM0Hqx0nNF5J/6t9uagFJyWIDjXy3IIWMHDJw==}
engines: {node: '>=10'}
peerDependencies:
'@swc/helpers': '>=0.5.17'
@@ -2956,20 +2882,34 @@ packages:
peerDependencies:
vite: ^7.3.0
- '@tanstack/react-virtual@3.13.17':
- resolution: {integrity: sha512-gtjQr4CIb86rq03AL4WJnlTaaTU5UU4Xt8tbG1HU3OWVsO4z5OrRKTRDKoWRbkLEPpbPIjPgCoxmV70jTJtWZQ==}
+ '@tanstack/react-virtual@3.13.18':
+ resolution: {integrity: sha512-dZkhyfahpvlaV0rIKnvQiVoWPyURppl6w4m9IwMDpuIjcJ1sD9YGWrt0wISvgU7ewACXx2Ct46WPgI6qAD4v6A==}
peerDependencies:
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
- '@tanstack/virtual-core@3.13.17':
- resolution: {integrity: sha512-m5mRfGNcL5GUzluWNom0Rmg8P8Dg3h6PnJtJBmJcBiJvkV+vufmUfLnVzKSPGQtmvzMW/ZuUdvL+SyjIUvHV3A==}
+ '@tanstack/virtual-core@3.13.18':
+ resolution: {integrity: sha512-Mx86Hqu1k39icq2Zusq+Ey2J6dDWTjDvEv43PJtRCoEYTLyfaPnxIQ6iy7YAOK0NV/qOEmZQ/uCufrppZxTgcg==}
- '@tanstack/vue-virtual@3.13.17':
- resolution: {integrity: sha512-w+Btl94IkuL7c2hSVSD0t8tXfhLRnKppOlGKlzBGjw0SrlIgKbiOJv/FcSTCO3SeyI9h0sx2gF/cO/PONtkidw==}
+ '@tanstack/vue-virtual@3.13.18':
+ resolution: {integrity: sha512-6pT8HdHtTU5Z+t906cGdCroUNA5wHjFXsNss9gwk7QAr1VNZtz9IQCs2Nhx0gABK48c+OocHl2As+TMg8+Hy4A==}
peerDependencies:
vue: ^2.7.0 || ^3.0.0
+ '@testing-library/dom@10.4.1':
+ resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
+ engines: {node: '>=18'}
+
+ '@testing-library/jest-dom@6.9.1':
+ resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==}
+ engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
+
+ '@testing-library/user-event@14.6.1':
+ resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==}
+ engines: {node: '>=12', npm: '>=6'}
+ peerDependencies:
+ '@testing-library/dom': '>=7.21.4'
+
'@trysound/sax@0.2.0':
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
@@ -2992,8 +2932,11 @@ packages:
'@tybys/wasm-util@0.10.1':
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
- '@types/aws-lambda@8.10.159':
- resolution: {integrity: sha512-SAP22WSGNN12OQ8PlCzGzRCZ7QDCwI85dQZbmpz7+mAk+L7j+wI7qnvmdKh+o7A5LaOp6QnOZ2NJphAZQTTHQg==}
+ '@types/aria-query@5.0.4':
+ resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
+
+ '@types/aws-lambda@8.10.160':
+ resolution: {integrity: sha512-uoO4QVQNWFPJMh26pXtmtrRfGshPUSpMZGUyUQY20FhfHEElEBOPKgVmFs1z+kbpyBsRs2JnoOPT7++Z4GA9pA==}
'@types/babel__core@7.20.5':
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
@@ -3010,6 +2953,9 @@ packages:
'@types/braces@3.0.5':
resolution: {integrity: sha512-SQFof9H+LXeWNz8wDe7oN5zu7ket0qwMu5vZubW4GCJ8Kkeh6nBWUz87+KTz/G3Kqsrp0j/W253XJb3KMEeg3w==}
+ '@types/chai@5.2.3':
+ resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
+
'@types/concat-stream@2.0.3':
resolution: {integrity: sha512-3qe4oQAPNwVNwK4C9c8u+VJqv9kez+2MR4qJpoPFfXtgxxif1QbFusvXzK0/Wra2VX07smostI2VMmJNSpZjuQ==}
@@ -3085,8 +3031,8 @@ packages:
'@types/d3-selection@3.0.11':
resolution: {integrity: sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==}
- '@types/d3-shape@3.1.7':
- resolution: {integrity: sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==}
+ '@types/d3-shape@3.1.8':
+ resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
'@types/d3-time-format@4.0.3':
resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==}
@@ -3109,15 +3055,15 @@ packages:
'@types/debug@4.1.12':
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
+ '@types/deep-eql@4.0.2':
+ resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
+
'@types/estree-jsx@1.0.5':
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
'@types/estree@1.0.8':
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
- '@types/fontkit@2.0.8':
- resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==}
-
'@types/geojson@7946.0.16':
resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==}
@@ -3139,8 +3085,8 @@ packages:
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
- '@types/katex@0.16.7':
- resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==}
+ '@types/katex@0.16.8':
+ resolution: {integrity: sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
@@ -3160,14 +3106,14 @@ packages:
'@types/node@16.18.11':
resolution: {integrity: sha512-3oJbGBUWuS6ahSnEq1eN2XrCyf4YsWI8OyCvo7c64zQJNplk3mO84t53o8lfTk+2ji59g5ycfc6qQ3fdHliHuA==}
- '@types/node@22.19.3':
- resolution: {integrity: sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==}
+ '@types/node@22.19.7':
+ resolution: {integrity: sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==}
- '@types/node@24.10.4':
- resolution: {integrity: sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==}
+ '@types/node@24.10.9':
+ resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==}
- '@types/node@25.0.3':
- resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==}
+ '@types/node@25.0.9':
+ resolution: {integrity: sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==}
'@types/picomatch@3.0.2':
resolution: {integrity: sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==}
@@ -3183,8 +3129,8 @@ packages:
'@types/react-syntax-highlighter@15.5.13':
resolution: {integrity: sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==}
- '@types/react@19.2.7':
- resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==}
+ '@types/react@19.2.9':
+ resolution: {integrity: sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==}
'@types/sax@1.2.7':
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
@@ -3213,63 +3159,63 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@8.52.0':
- resolution: {integrity: sha512-okqtOgqu2qmZJ5iN4TWlgfF171dZmx2FzdOv2K/ixL2LZWDStL8+JgQerI2sa8eAEfoydG9+0V96m7V+P8yE1Q==}
+ '@typescript-eslint/eslint-plugin@8.53.1':
+ resolution: {integrity: sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.52.0
+ '@typescript-eslint/parser': ^8.53.1
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/parser@8.52.0':
- resolution: {integrity: sha512-iIACsx8pxRnguSYhHiMn2PvhvfpopO9FXHyn1mG5txZIsAaB6F0KwbFnUQN3KCiG3Jcuad/Cao2FAs1Wp7vAyg==}
+ '@typescript-eslint/parser@8.53.1':
+ resolution: {integrity: sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==}
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/project-service@8.52.0':
- resolution: {integrity: sha512-xD0MfdSdEmeFa3OmVqonHi+Cciab96ls1UhIF/qX/O/gPu5KXD0bY9lu33jj04fjzrXHcuvjBcBC+D3SNSadaw==}
+ '@typescript-eslint/project-service@8.53.1':
+ resolution: {integrity: sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/scope-manager@8.52.0':
- resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==}
+ '@typescript-eslint/scope-manager@8.53.1':
+ resolution: {integrity: sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.52.0':
- resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==}
+ '@typescript-eslint/tsconfig-utils@8.53.1':
+ resolution: {integrity: sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.52.0':
- resolution: {integrity: sha512-JD3wKBRWglYRQkAtsyGz1AewDu3mTc7NtRjR/ceTyGoPqmdS5oCdx/oZMWD5Zuqmo6/MpsYs0wp6axNt88/2EQ==}
+ '@typescript-eslint/type-utils@8.53.1':
+ resolution: {integrity: sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==}
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/types@8.52.0':
- resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==}
+ '@typescript-eslint/types@8.53.1':
+ resolution: {integrity: sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.52.0':
- resolution: {integrity: sha512-XP3LClsCc0FsTK5/frGjolyADTh3QmsLp6nKd476xNI9CsSsLnmn4f0jrzNoAulmxlmNIpeXuHYeEQv61Q6qeQ==}
+ '@typescript-eslint/typescript-estree@8.53.1':
+ resolution: {integrity: sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/utils@8.52.0':
- resolution: {integrity: sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==}
+ '@typescript-eslint/utils@8.53.1':
+ resolution: {integrity: sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==}
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@8.52.0':
- resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==}
+ '@typescript-eslint/visitor-keys@8.53.1':
+ resolution: {integrity: sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.3.0':
@@ -3396,8 +3342,8 @@ packages:
vue-router:
optional: true
- '@vercel/build-utils@13.2.4':
- resolution: {integrity: sha512-12m+8Z+wsxJUoWZ+JQqRk8v1O0ioJhGYWz+yStW8abuzfNz75QW2rRcbn0hSHuF8c7b3D2papmMdh94kSSYQEw==}
+ '@vercel/build-utils@13.2.13':
+ resolution: {integrity: sha512-LbxlIeLwFWKhwC7VK2Ggnd1wjt9yHrhKJsJ5iOhFsRFhFpU5wd3wQBXyLWKwEBFNJuBjqVskXEFOLBj+gXFHTQ==}
'@vercel/edge@1.2.2':
resolution: {integrity: sha512-1+y+f6rk0Yc9ss9bRDgz/gdpLimwoRteKHhrcgHvEpjbP1nyT3ByqEMWm2BTcpIO5UtDmIFXc8zdq4LR190PDA==}
@@ -3424,8 +3370,8 @@ packages:
engines: {node: '>=20'}
hasBin: true
- '@vercel/node@5.5.16':
- resolution: {integrity: sha512-OoW99cfID3u45wbfOsy/Aibw55s0pzl4b4Wy77Weh690JhECFaiKeHL1GW6w8WGrObhKYDtsvYyoRJeKCm8kqA==}
+ '@vercel/node@5.5.25':
+ resolution: {integrity: sha512-L9Ayx8OJ2xy/NMIKtYfIjaNr80eEgG8UTiat7OhwIup+rlxRan6YF25FgkrIcHFs/YC9FwxHXzV6mR2SdPeIIw==}
'@vercel/og@0.8.6':
resolution: {integrity: sha512-hBcWIOppZV14bi+eAmCZj8Elj8hVSUZJTpf1lgGBhVD85pervzQ1poM/qYfFUlPraYSZYP+ASg6To5BwYmUSGQ==}
@@ -3435,8 +3381,8 @@ packages:
resolution: {integrity: sha512-59PBFx3T+k5hLTEWa3ggiMpGRz1OVvl9eN8SUai+A43IsqiOuAe7qPBf+cray/Fj6mkgnxm/D7IAtjc8zSHi7g==}
engines: {node: '>= 18'}
- '@vercel/routing-utils@5.3.1':
- resolution: {integrity: sha512-HlqFRdB6Dm20xgEWtEatchf9X28NifweXPdDoEGyj5ItngaiqpywtkgkuiAk3xK9eAu2oXM36wEJbDDTxMblUg==}
+ '@vercel/routing-utils@5.3.2':
+ resolution: {integrity: sha512-OKKhHKAON4vcwuPQvtxFRv7Ney0IGlp9CTsScKGbUsYYutRValK2GVdj7y4RRqm7RgzhuUMT/fSoK0ENKwrx9A==}
'@vercel/speed-insights@1.3.1':
resolution: {integrity: sha512-PbEr7FrMkUrGYvlcLHGkXdCkxnylCWePx7lPxxq36DNdfo9mcUjLOmqOyPDHAOgnfqgGGdmE3XI9L/4+5fr+vQ==}
@@ -3470,6 +3416,18 @@ packages:
peerDependencies:
vite: ^7.3.0
+ '@vitest/expect@3.2.4':
+ resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
+
+ '@vitest/pretty-format@3.2.4':
+ resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
+
+ '@vitest/spy@3.2.4':
+ resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
+
+ '@vitest/utils@3.2.4':
+ resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
+
'@volar/kit@2.4.27':
resolution: {integrity: sha512-ilZoQDMLzqmSsImJRWx4YiZ4FcvvPrPnFVmL6hSsIWB6Bn3qc7k88J9yP32dagrs5Y8EXIlvvD/mAFaiuEOACQ==}
peerDependencies:
@@ -3496,37 +3454,43 @@ packages:
'@vscode/l10n@0.0.18':
resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==}
- '@vue/compiler-core@3.5.26':
- resolution: {integrity: sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==}
+ '@vue/compiler-core@3.5.27':
+ resolution: {integrity: sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==}
- '@vue/compiler-dom@3.5.26':
- resolution: {integrity: sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==}
+ '@vue/compiler-dom@3.5.27':
+ resolution: {integrity: sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==}
- '@vue/compiler-sfc@3.5.26':
- resolution: {integrity: sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==}
+ '@vue/compiler-sfc@3.5.27':
+ resolution: {integrity: sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==}
- '@vue/compiler-ssr@3.5.26':
- resolution: {integrity: sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==}
+ '@vue/compiler-ssr@3.5.27':
+ resolution: {integrity: sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==}
'@vue/devtools-api@6.6.4':
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
- '@vue/reactivity@3.5.26':
- resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==}
+ '@vue/reactivity@3.5.27':
+ resolution: {integrity: sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==}
- '@vue/runtime-core@3.5.26':
- resolution: {integrity: sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==}
+ '@vue/runtime-core@3.5.27':
+ resolution: {integrity: sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==}
- '@vue/runtime-dom@3.5.26':
- resolution: {integrity: sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==}
+ '@vue/runtime-dom@3.5.27':
+ resolution: {integrity: sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==}
- '@vue/server-renderer@3.5.26':
- resolution: {integrity: sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==}
+ '@vue/server-renderer@3.5.27':
+ resolution: {integrity: sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==}
peerDependencies:
- vue: 3.5.26
+ vue: 3.5.27
- '@vue/shared@3.5.26':
- resolution: {integrity: sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==}
+ '@vue/shared@3.5.27':
+ resolution: {integrity: sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==}
+
+ '@vueless/storybook-dark-mode@10.0.6':
+ resolution: {integrity: sha512-n8Lfk1x25Gc7Q4Ip46S+GV3kgKo4i7K0dVxB6MwvINWc3BWRqcxj+n8rDRxnb6BsyriPRNi5m6QKOGukyLisiA==}
+ engines: {node: '>=20'}
+ peerDependencies:
+ storybook: ^10.0.0
'@vueuse/core@10.11.1':
resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
@@ -3648,8 +3612,8 @@ packages:
ajv@8.6.3:
resolution: {integrity: sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==}
- algoliasearch@5.46.2:
- resolution: {integrity: sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==}
+ algoliasearch@5.47.0:
+ resolution: {integrity: sha512-AGtz2U7zOV4DlsuYV84tLp2tBbA7RPtLA44jbVH4TTpDcc1dIWmULjHSsunlhscbzDydnjuFlNhflR3nV4VJaQ==}
engines: {node: '>= 14.0.0'}
ansi-align@3.0.1:
@@ -3671,6 +3635,10 @@ packages:
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
engines: {node: '>=8'}
+ ansi-styles@5.2.0:
+ resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
+ engines: {node: '>=10'}
+
ansi-styles@6.2.3:
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
engines: {node: '>=12'}
@@ -3692,6 +3660,9 @@ packages:
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
engines: {node: '>=10'}
+ aria-query@5.3.0:
+ resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
+
aria-query@5.3.2:
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
engines: {node: '>= 0.4'}
@@ -3719,9 +3690,17 @@ packages:
resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==}
engines: {node: '>= 0.4'}
+ assertion-error@2.0.1:
+ resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
+ engines: {node: '>=12'}
+
ast-types-flow@0.0.8:
resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==}
+ ast-types@0.16.1:
+ resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
+ engines: {node: '>=4'}
+
astring@1.9.0:
resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==}
hasBin: true
@@ -3741,10 +3720,10 @@ packages:
resolution: {integrity: sha512-JepyLROIad6f44uyqMF6HKE2QbunNzp3mYKRcPoDGt0QkxXmH222FAFC64WTyQu2Kg8NNEXHTN/sWuUId9sSxw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- astro-expressive-code@0.41.5:
- resolution: {integrity: sha512-6jfABbPO0fkRD1ROAPBQtJR2p7gjbmk/GjfblOpo5Z7F+gwhL7+s8bEhLz9GdW10yfbn+gJvwEf7f9Lu2clh2A==}
+ astro-expressive-code@0.41.6:
+ resolution: {integrity: sha512-l47tb1uhmVIebHUkw+HEPtU/av0G4O8Q34g2cbkPvC7/e9ZhANcjUUciKt9Hp6gSVDdIuXBBLwJQn2LkeGMOAw==}
peerDependencies:
- astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0
+ astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta
astro-favicons@3.1.5:
resolution: {integrity: sha512-XFEW0Yk0sSfFu7WAT5wJ61atbT16YpO3y5n/ooxtys1/Uuv0v2XmMFw8OUrxnykmstUKoa+XjqUw22ph9cFn7A==}
@@ -3754,8 +3733,8 @@ packages:
astro-icon@1.1.5:
resolution: {integrity: sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==}
- astro-mermaid@1.2.0:
- resolution: {integrity: sha512-zELK0l0QUJaHBul9uijTr7SP+MN4LherN4sAC4xE7nx8I/TQoEtB36pnyEDMROZY3T3s4Eojw5CC/ezEBKi9RQ==}
+ astro-mermaid@1.3.1:
+ resolution: {integrity: sha512-1+FjwayMSZLtFd+ofdu1+v8a902nN5wmPmjY2qb8tLiO96YlL65LbskiuUcyH6q9h0CdZCrkc5FimlaHZsMJsg==}
peerDependencies:
'@mermaid-js/layout-elk': ^0.2.0
astro: ^4.0.0 || ^5.0.0
@@ -3770,8 +3749,8 @@ packages:
astro: ^5.0.0
schema-dts: ^1.1.0
- astro@5.16.6:
- resolution: {integrity: sha512-6mF/YrvwwRxLTu+aMEa5pwzKUNl5ZetWbTyZCs9Um0F12HUmxUiF5UHiZPy4rifzU3gtpM3xP2DfdmkNX9eZRg==}
+ astro@5.16.11:
+ resolution: {integrity: sha512-Z7kvkTTT5n6Hn5lCm6T3WU6pkxx84Hn25dtQ6dR7ATrBGq9eVa8EuB/h1S8xvaoVyCMZnIESu99Z9RJfdLRLDA==}
engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
hasBin: true
@@ -3813,8 +3792,8 @@ packages:
await-lock@2.2.2:
resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==}
- axe-core@4.11.0:
- resolution: {integrity: sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==}
+ axe-core@4.11.1:
+ resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==}
engines: {node: '>=4'}
axios@1.12.2:
@@ -3837,11 +3816,8 @@ packages:
resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==}
engines: {node: '>= 0.4'}
- base64-js@1.5.1:
- resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
-
- baseline-browser-mapping@2.9.11:
- resolution: {integrity: sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==}
+ baseline-browser-mapping@2.9.16:
+ resolution: {integrity: sha512-KeUZdBuxngy825i8xvzaK1Ncnkx0tBmb3k8DkEuqjKRkmtvNTjey2ZsNeh8Dw4lfKvbCOu9oeNx2TKm2vHqcRw==}
hasBin: true
bcp-47-match@2.0.3:
@@ -3880,9 +3856,6 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- brotli@1.3.3:
- resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==}
-
browserslist@4.28.1:
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
@@ -3894,6 +3867,10 @@ packages:
buffer-from@1.1.2:
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
+ bundle-name@4.1.0:
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
+ engines: {node: '>=18'}
+
call-bind-apply-helpers@1.0.2:
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
engines: {node: '>= 0.4'}
@@ -3917,12 +3894,16 @@ packages:
camelize@1.0.1:
resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
- caniuse-lite@1.0.30001762:
- resolution: {integrity: sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==}
+ caniuse-lite@1.0.30001765:
+ resolution: {integrity: sha512-LWcNtSyZrakjECqmpP4qdg0MMGdN368D7X8XvvAqOcqMv0RxnlqVKZl2V6/mBR68oYMxOZPLw/gO7DuisMHUvQ==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
+ chai@5.3.3:
+ resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
+ engines: {node: '>=18'}
+
chalk@4.1.2:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
engines: {node: '>=10'}
@@ -3943,6 +3924,10 @@ packages:
character-reference-invalid@2.0.1:
resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
+ check-error@2.1.3:
+ resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
+ engines: {node: '>= 16'}
+
cheerio-select@2.1.0:
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
@@ -3966,6 +3951,10 @@ packages:
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
engines: {node: '>= 14.16.0'}
+ chokidar@5.0.0:
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
+ engines: {node: '>= 20.19.0'}
+
chownr@3.0.0:
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
engines: {node: '>=18'}
@@ -3988,10 +3977,6 @@ packages:
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
engines: {node: '>=12'}
- clone@2.1.2:
- resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==}
- engines: {node: '>=0.8'}
-
clsx@1.2.1:
resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==}
engines: {node: '>=6'}
@@ -4036,8 +4021,8 @@ packages:
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
engines: {node: '>= 12'}
- comment-parser@1.4.1:
- resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==}
+ comment-parser@1.4.4:
+ resolution: {integrity: sha512-0D6qSQ5IkeRrGJFHRClzaMOenMeT0gErz3zIw3AprKMqhRN6LNU2jQOdkPG/FZ+8bCgXE1VidrgSzlBBDZRr8A==}
engines: {node: '>= 12.0.0'}
common-ancestor-path@1.0.1:
@@ -4135,6 +4120,9 @@ packages:
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
engines: {node: '>= 6'}
+ css.escape@1.5.1:
+ resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
+
cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
engines: {node: '>=4'}
@@ -4225,8 +4213,8 @@ packages:
resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==}
engines: {node: '>=12'}
- d3-format@3.1.0:
- resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==}
+ d3-format@3.1.2:
+ resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
engines: {node: '>=12'}
d3-geo@3.1.1:
@@ -4349,16 +4337,32 @@ packages:
supports-color:
optional: true
- decode-named-character-reference@1.2.0:
- resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==}
+ decode-named-character-reference@1.3.0:
+ resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
+
+ deep-eql@5.0.2:
+ resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
+ engines: {node: '>=6'}
deep-is@0.1.4:
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
+ default-browser-id@5.0.1:
+ resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
+ engines: {node: '>=18'}
+
+ default-browser@5.4.0:
+ resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==}
+ engines: {node: '>=18'}
+
define-data-property@1.1.4:
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
engines: {node: '>= 0.4'}
+ define-lazy-prop@3.0.0:
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
+ engines: {node: '>=12'}
+
define-properties@1.2.1:
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines: {node: '>= 0.4'}
@@ -4395,21 +4399,14 @@ packages:
resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==}
engines: {node: '>=18'}
- devalue@5.6.1:
- resolution: {integrity: sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==}
+ devalue@5.6.2:
+ resolution: {integrity: sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==}
devlop@1.1.0:
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
- dfa@1.2.0:
- resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==}
-
- diff@4.0.2:
- resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==}
- engines: {node: '>=0.3.1'}
-
- diff@5.2.0:
- resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==}
+ diff@8.0.3:
+ resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==}
engines: {node: '>=0.3.1'}
direction@2.0.1:
@@ -4419,6 +4416,12 @@ packages:
dlv@1.1.3:
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
+ dom-accessibility-api@0.5.16:
+ resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
+
+ dom-accessibility-api@0.6.3:
+ resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
+
dom-serializer@2.0.0:
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
@@ -4666,6 +4669,11 @@ packages:
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ esprima@4.0.1:
+ resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
+ engines: {node: '>=4'}
+ hasBin: true
+
esquery@1.7.0:
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
engines: {node: '>=0.10'}
@@ -4710,15 +4718,15 @@ packages:
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
engines: {node: '>= 0.6'}
- eventemitter3@5.0.1:
- resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
+ eventemitter3@5.0.4:
+ resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
execa@5.1.1:
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
engines: {node: '>=10'}
- expressive-code@0.41.5:
- resolution: {integrity: sha512-iXl9BgDogQgzgE/WRSrcyU8upOcRZrXPMiu6tegEHML57YLQ65S0E3/sjAXmMZy0GXoPs60s9jbwoMo/mdEQOg==}
+ expressive-code@0.41.6:
+ resolution: {integrity: sha512-W/5+IQbrpCIM5KGLjO35wlp1NCwDOOVQb+PAvzEoGkW1xjGM807ZGfBKptNWH6UECvt6qgmLyWolCMYKh7eQmA==}
exsolve@1.0.8:
resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
@@ -4804,8 +4812,8 @@ packages:
firebase@10.14.1:
resolution: {integrity: sha512-0KZxU+Ela9rUCULqFsUUOYYkjh7OM1EWdIfG6///MtXd0t2/uUIf0iNV5i0KariMhRQ5jve/OY985nrAXFaZeQ==}
- firebase@12.7.0:
- resolution: {integrity: sha512-ZBZg9jFo8uH4Emd7caOqtalKJfDGHnHQSrCPiqRAdTFQd0wL3ERilUBfhnhBLnlernugkN/o7nJa0p+sE71Izg==}
+ firebase@12.8.0:
+ resolution: {integrity: sha512-S1tCIR3ENecee0tY2cfTHfMkXqkitHfbsvqpCtvsT0Zi9vDB7A4CodAjHfHCjVvu/XtGy1LHLjOasVcF10rCVw==}
flat-cache@4.0.1:
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
@@ -4818,8 +4826,8 @@ packages:
resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==}
engines: {node: '>=8'}
- focus-trap@7.7.1:
- resolution: {integrity: sha512-Pkp8m55GjxBLnhBoT6OXdMvfRr4TjMAKLvFM566zlIryq5plbhaTmLAJWTGR0EkRwLjEte1lCOG9MxF1ipJrOg==}
+ focus-trap@7.8.0:
+ resolution: {integrity: sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==}
follow-redirects@1.15.11:
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
@@ -4830,11 +4838,12 @@ packages:
debug:
optional: true
- fontace@0.3.1:
- resolution: {integrity: sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==}
+ fontace@0.4.0:
+ resolution: {integrity: sha512-moThBCItUe2bjZip5PF/iZClpKHGLwMvR79Kp8XpGRBrvoRSnySN4VcILdv3/MJzbhvUA5WeiUXF5o538m5fvg==}
- fontkit@2.0.4:
- resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==}
+ fontkitten@1.0.2:
+ resolution: {integrity: sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==}
+ engines: {node: '>=20'}
for-each@0.3.5:
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
@@ -4851,8 +4860,8 @@ packages:
fraction.js@5.3.4:
resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
- framer-motion@12.24.7:
- resolution: {integrity: sha512-EolFLm7NdEMhWO/VTMZ0LlR4fLHGDiJItTx3i8dlyQooOOBoYAaysK4paGD4PrwqnoDdeDOS+TxnSBIAnNHs3w==}
+ framer-motion@12.27.5:
+ resolution: {integrity: sha512-yUFof7Y2Y2qDJxLKeA91qMazuA6QBOoLOZ0No2J5VIQuhJLWMmGwT/5qyCfpa9mNNS3C7lOR6NhlC3mLZjLw4g==}
peerDependencies:
'@emotion/is-prop-valid': '*'
react: ^18.0.0 || ^19.0.0
@@ -5002,8 +5011,8 @@ packages:
resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
engines: {node: '>=6.0'}
- h3@1.15.4:
- resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==}
+ h3@1.15.5:
+ resolution: {integrity: sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==}
hachure-fill@0.5.2:
resolution: {integrity: sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==}
@@ -5198,6 +5207,10 @@ packages:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
+ indent-string@4.0.0:
+ resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
+ engines: {node: '>=8'}
+
inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
@@ -5654,6 +5667,9 @@ packages:
longest-streak@3.1.0:
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
+ loupe@3.2.1:
+ resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
+
lowlight@1.20.0:
resolution: {integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==}
@@ -5675,6 +5691,10 @@ packages:
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ lz-string@1.5.0:
+ resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
+ hasBin: true
+
magic-string@0.30.21:
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
@@ -5936,6 +5956,10 @@ packages:
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
engines: {node: '>=6'}
+ min-indent@1.0.1:
+ resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
+ engines: {node: '>=4'}
+
minimatch@10.1.1:
resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
engines: {node: 20 || >=22}
@@ -5976,11 +6000,11 @@ packages:
monaco-editor: '>= 0.20.0 < 0.53'
prettier: ^2.8.0 || ^3.0.0
- motion-dom@12.24.3:
- resolution: {integrity: sha512-ZjMZCwhTglim0LM64kC1iFdm4o+2P9IKk3rl/Nb4RKsb5p4O9HJ1C2LWZXOFdsRtp6twpqWRXaFKOduF30ntow==}
+ motion-dom@12.27.5:
+ resolution: {integrity: sha512-UwBv2AUOkA7/TCHr67NGjg3aRT7nbsanmmenRoR7T6IJXZp34OZB+pooGnKjMd8CqqCsF/+qwT657EkukjgmiQ==}
- motion-utils@12.23.28:
- resolution: {integrity: sha512-0W6cWd5Okoyf8jmessVK3spOmbyE0yTdNKujHctHH9XdAE4QDuZ1/LjSXC68rrhsJU+TkzXURC5OdSWh9ibOwQ==}
+ motion-utils@12.27.2:
+ resolution: {integrity: sha512-B55gcoL85Mcdt2IEStY5EEAsrMSVE2sI14xQ/uAdPL+mfQxhKKFaEag9JmfxedJOR4vZpBGoPeC/Gm13I/4g5Q==}
mri@1.2.0:
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
@@ -6014,6 +6038,11 @@ packages:
engines: {node: ^18 || >=20}
hasBin: true
+ nanoid@5.1.6:
+ resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
+ engines: {node: ^18 || >=20}
+ hasBin: true
+
nanostores@1.1.0:
resolution: {integrity: sha512-yJBmDJr18xy47dbNVlHcgdPrulSn1nhSE6Ns9vTG+Nx9VPT6iV1MD6aQFp/t52zpf82FhLLTXAXr30NuCnxvwA==}
engines: {node: ^20.0.0 || >=22.0.0}
@@ -6155,6 +6184,10 @@ packages:
oniguruma-to-es@4.3.4:
resolution: {integrity: sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==}
+ open@10.2.0:
+ resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
+ engines: {node: '>=18'}
+
openapi-types@12.1.3:
resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==}
@@ -6263,6 +6296,10 @@ packages:
pathe@2.0.3:
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
+ pathval@2.0.1:
+ resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
+ engines: {node: '>= 14.16'}
+
pend@1.2.0:
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
@@ -6336,8 +6373,8 @@ packages:
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
engines: {node: ^10 || ^12 || >=14}
- preact@10.28.1:
- resolution: {integrity: sha512-u1/ixq/lVQI0CakKNvLDEcW5zfCjUQfZdK9qqWuIJtsezuyG6pk9TWj75GMuI/EzRSZB/VAE43sNWWZfiy8psw==}
+ preact@10.28.2:
+ resolution: {integrity: sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==}
prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
@@ -6347,8 +6384,8 @@ packages:
resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==}
engines: {node: ^14.15.0 || >=16.0.0}
- prettier@3.7.4:
- resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
+ prettier@3.8.0:
+ resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==}
engines: {node: '>=14'}
hasBin: true
@@ -6356,6 +6393,10 @@ packages:
resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==}
engines: {node: ^14.13.1 || >=16.0.0}
+ pretty-format@27.5.1:
+ resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+
pretty-ms@7.0.1:
resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==}
engines: {node: '>=10'}
@@ -6437,6 +6478,9 @@ packages:
peerDependencies:
react: ^19.2.3
+ react-is@17.0.2:
+ resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
+
react-markdown@10.1.0:
resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==}
peerDependencies:
@@ -6503,6 +6547,14 @@ packages:
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
engines: {node: '>= 14.18.0'}
+ readdirp@5.0.0:
+ resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
+ engines: {node: '>= 20.19.0'}
+
+ recast@0.23.11:
+ resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==}
+ engines: {node: '>= 4'}
+
recma-build-jsx@1.0.0:
resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==}
@@ -6517,6 +6569,10 @@ packages:
recma-stringify@1.0.0:
resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==}
+ redent@3.0.0:
+ resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
+ engines: {node: '>=8'}
+
reflect.getprototypeof@1.0.10:
resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
engines: {node: '>= 0.4'}
@@ -6537,8 +6593,8 @@ packages:
resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==}
engines: {node: '>= 0.4'}
- rehype-expressive-code@0.41.5:
- resolution: {integrity: sha512-SzKJyu7heDpkt+XE/AqeWsYMSMocE/5mpJXD6CMgstqJHSE9bxGNcLp3zL9Wne3M5iBsS4GJyOD2syV77kRveA==}
+ rehype-expressive-code@0.41.6:
+ resolution: {integrity: sha512-aBMX8kxPtjmDSFUdZlAWJkMvsQ4ZMASfee90JWIAV8tweltXLzkWC3q++43ToTelI8ac5iC0B3/S/Cl4Ql1y2g==}
rehype-external-links@3.0.0:
resolution: {integrity: sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==}
@@ -6638,9 +6694,6 @@ packages:
engines: {node: '>= 0.4'}
hasBin: true
- restructure@3.0.2:
- resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==}
-
retext-latin@4.0.0:
resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==}
@@ -6664,14 +6717,18 @@ packages:
robust-predicates@3.0.2:
resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==}
- rollup@4.55.1:
- resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==}
+ rollup@4.55.2:
+ resolution: {integrity: sha512-PggGy4dhwx5qaW+CKBilA/98Ql9keyfnb7lh4SR6shQ91QQQi1ORJ1v4UinkdP2i87OBs9AQFooQylcrrRfIcg==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
roughjs@4.6.6:
resolution: {integrity: sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==}
+ run-applescript@7.1.0:
+ resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==}
+ engines: {node: '>=18'}
+
run-parallel@1.2.0:
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
@@ -6709,8 +6766,9 @@ packages:
resolution: {integrity: sha512-ZvHN3ygzZ8FuxjSNB+mKBiF/NIoqHzlBGbD0MJiT+MvSsFOvotnWOhdTjxKzhHRT2wPC1QbhLzx2q/Y83VhfYQ==}
engines: {node: '>=16'}
- sax@1.4.3:
- resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==}
+ sax@1.4.4:
+ resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==}
+ engines: {node: '>=11.0.0'}
scheduler@0.27.0:
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
@@ -6780,8 +6838,8 @@ packages:
resolution: {integrity: sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==}
engines: {node: '>=18'}
- shiki@3.20.0:
- resolution: {integrity: sha512-kgCOlsnyWb+p0WU+01RjkCH+eBVsjL1jOwUYWv0YDWkM2/A46+LDKVs5yZCUXjJG6bj4ndFoAg5iLIIue6dulg==}
+ shiki@3.21.0:
+ resolution: {integrity: sha512-N65B/3bqL/TI2crrXr+4UivctrAGEjmsib5rPMMPpFp1xAx/w03v8WZ9RDDFYteXoEgY7qZ4HGgl5KBIu1153w==}
side-channel-list@1.0.0:
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
@@ -6826,6 +6884,10 @@ packages:
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
+ source-map@0.6.1:
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
+ engines: {node: '>=0.10.0'}
+
source-map@0.7.6:
resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
engines: {node: '>= 12'}
@@ -6891,6 +6953,15 @@ packages:
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
engines: {node: '>= 0.4'}
+ storybook@10.1.11:
+ resolution: {integrity: sha512-pKP5jXJYM4OjvNklGuHKO53wOCAwfx79KvZyOWHoi9zXUH5WVMFUe/ZfWyxXG/GTcj0maRgHGUjq/0I43r0dDQ==}
+ hasBin: true
+ peerDependencies:
+ prettier: ^2 || ^3
+ peerDependenciesMeta:
+ prettier:
+ optional: true
+
stream-replace-string@2.0.0:
resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==}
@@ -6951,6 +7022,10 @@ packages:
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
engines: {node: '>=6'}
+ strip-indent@3.0.0:
+ resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
+ engines: {node: '>=8'}
+
strip-json-comments@3.1.1:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
@@ -7000,8 +7075,8 @@ packages:
engines: {node: '>=16'}
hasBin: true
- synckit@0.11.11:
- resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==}
+ synckit@0.11.12:
+ resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==}
engines: {node: ^14.18.0 || >=16.0.0}
tabbable@6.4.0:
@@ -7021,8 +7096,8 @@ packages:
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
engines: {node: '>=6'}
- tar@7.5.2:
- resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==}
+ tar@7.5.4:
+ resolution: {integrity: sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==}
engines: {node: '>=18'}
terminal-link@5.0.0:
@@ -7039,6 +7114,9 @@ packages:
tiny-inflate@1.0.3:
resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
+ tiny-invariant@1.3.3:
+ resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
+
tinyexec@1.0.2:
resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==}
engines: {node: '>=18'}
@@ -7047,6 +7125,14 @@ packages:
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
engines: {node: '>=12.0.0'}
+ tinyrainbow@2.0.0:
+ resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
+ engines: {node: '>=14.0.0'}
+
+ tinyspy@4.0.4:
+ resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==}
+ engines: {node: '>=14.0.0'}
+
tlds@1.261.0:
resolution: {integrity: sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==}
hasBin: true
@@ -7139,8 +7225,8 @@ packages:
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
engines: {node: '>=16'}
- type-fest@5.0.0:
- resolution: {integrity: sha512-GeJop7+u7BYlQ6yQCAY1nBQiRSHR+6OdCEtd8Bwp9a3NK3+fWAVjOaPKJDteB9f6cIJ0wt4IfnScjLG450EpXA==}
+ type-fest@5.4.1:
+ resolution: {integrity: sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ==}
engines: {node: '>=20'}
typed-array-buffer@1.0.3:
@@ -7168,8 +7254,8 @@ packages:
typescript-auto-import-cache@0.3.6:
resolution: {integrity: sha512-RpuHXrknHdVdK7wv/8ug3Fr0WNsNi5l5aB8MYYuXhq2UH5lnEB1htJ1smhtD5VeCsGr2p8mUDtd83LCQDFVgjQ==}
- typescript-eslint@8.52.0:
- resolution: {integrity: sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==}
+ typescript-eslint@8.53.1:
+ resolution: {integrity: sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -7188,8 +7274,8 @@ packages:
uc.micro@2.1.0:
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
- ufo@1.6.2:
- resolution: {integrity: sha512-heMioaxBcG9+Znsda5Q8sQbWnLJSl98AFDXTO80wELWEzX3hordXsTdxrIfMQoO9IY1MEnoGoPjpoKpMj+Yx0Q==}
+ ufo@1.6.3:
+ resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
uint8arrays@3.0.0:
resolution: {integrity: sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==}
@@ -7210,13 +7296,10 @@ packages:
undici-types@7.16.0:
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
- undici@7.18.1:
- resolution: {integrity: sha512-0L1RtVqD2twa4hYKeNitqG8zvwe+4cT7L2FDP+64QC8mxjA4TlKjSqPLyOjaRdnUnWYQyxKyhDkqOHLKXw+lkA==}
+ undici@7.18.2:
+ resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
engines: {node: '>=20.18.1'}
- unicode-properties@1.4.1:
- resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==}
-
unicode-segmenter@0.14.5:
resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==}
@@ -7232,8 +7315,8 @@ packages:
unified@11.0.5:
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
- unifont@0.6.0:
- resolution: {integrity: sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==}
+ unifont@0.7.3:
+ resolution: {integrity: sha512-b0GtQzKCyuSHGsfj5vyN8st7muZ6VCI4XD4vFlr7Uy1rlWVYxC3npnfk8MyreHxJYrz1ooLDqDzFe9XqQTlAhA==}
unist-util-find-after@5.0.0:
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
@@ -7283,8 +7366,8 @@ packages:
unrs-resolver@1.11.1:
resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==}
- unstorage@1.17.3:
- resolution: {integrity: sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==}
+ unstorage@1.17.4:
+ resolution: {integrity: sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==}
peerDependencies:
'@azure/app-configuration': ^1.8.0
'@azure/cosmos': ^4.2.0
@@ -7292,14 +7375,14 @@ packages:
'@azure/identity': ^4.6.0
'@azure/keyvault-secrets': ^4.9.0
'@azure/storage-blob': ^12.26.0
- '@capacitor/preferences': ^6.0.3 || ^7.0.0
+ '@capacitor/preferences': ^6 || ^7 || ^8
'@deno/kv': '>=0.9.0'
'@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0
'@planetscale/database': ^1.19.0
'@upstash/redis': ^1.34.3
'@vercel/blob': '>=0.27.1'
'@vercel/functions': ^2.2.12 || ^3.0.0
- '@vercel/kv': ^1.0.1
+ '@vercel/kv': ^1 || ^2 || ^3
aws4fetch: ^1.0.20
db0: '>=0.2.1'
idb-keyval: ^6.2.1
@@ -7427,8 +7510,8 @@ packages:
peerDependencies:
monaco-editor: '>=0.33.0'
- vite@7.3.0:
- resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==}
+ vite@7.3.1:
+ resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -7475,32 +7558,32 @@ packages:
vite:
optional: true
- volar-service-css@0.0.67:
- resolution: {integrity: sha512-zV7C6enn9T9tuvQ6iSUyYEs34iPXR69Pf9YYWpbFYPWzVs22w96BtE8p04XYXbmjU6unt5oFt+iLL77bMB5fhA==}
+ volar-service-css@0.0.68:
+ resolution: {integrity: sha512-lJSMh6f3QzZ1tdLOZOzovLX0xzAadPhx8EKwraDLPxBndLCYfoTvnNuiFFV8FARrpAlW5C0WkH+TstPaCxr00Q==}
peerDependencies:
'@volar/language-service': ~2.4.0
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-emmet@0.0.67:
- resolution: {integrity: sha512-UDBL5x7KptmuJZNCCXMlCndMhFult/tj+9jXq3FH1ZGS1E4M/1U5hC06pg1c6e4kn+vnR6bqmvX0vIhL4f98+A==}
+ volar-service-emmet@0.0.68:
+ resolution: {integrity: sha512-nHvixrRQ83EzkQ4G/jFxu9Y4eSsXS/X2cltEPDM+K9qZmIv+Ey1w0tg1+6caSe8TU5Hgw4oSTwNMf/6cQb3LzQ==}
peerDependencies:
'@volar/language-service': ~2.4.0
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-html@0.0.67:
- resolution: {integrity: sha512-ljREMF79JbcjNvObiv69HK2HCl5UT7WTD10zi6CRFUHMbPfiF2UZ42HGLsEGSzaHGZz6H4IFjSS/qfENRLUviQ==}
+ volar-service-html@0.0.68:
+ resolution: {integrity: sha512-fru9gsLJxy33xAltXOh4TEdi312HP80hpuKhpYQD4O5hDnkNPEBdcQkpB+gcX0oK0VxRv1UOzcGQEUzWCVHLfA==}
peerDependencies:
'@volar/language-service': ~2.4.0
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-prettier@0.0.67:
- resolution: {integrity: sha512-B4KnPJPNWFTkEDa6Fn08i5PpO6T1CecmLLTFZoXz2eI4Fxwba/3nDaaVSsEP7e/vEe+U5YqV9fBzayJT71G5xg==}
+ volar-service-prettier@0.0.68:
+ resolution: {integrity: sha512-grUmWHkHlebMOd6V8vXs2eNQUw/bJGJMjekh/EPf/p2ZNTK0Uyz7hoBRngcvGfJHMsSXZH8w/dZTForIW/4ihw==}
peerDependencies:
'@volar/language-service': ~2.4.0
prettier: ^2.2 || ^3.0
@@ -7510,24 +7593,24 @@ packages:
prettier:
optional: true
- volar-service-typescript-twoslash-queries@0.0.67:
- resolution: {integrity: sha512-LD2R7WivDYp1SPgZrxx/0222xVTitDjm36oKo5+bfYG5kEgnw+BOPVHdwmvpJKg/RfssfxDI1ouwD4XkEDEfbA==}
+ volar-service-typescript-twoslash-queries@0.0.68:
+ resolution: {integrity: sha512-NugzXcM0iwuZFLCJg47vI93su5YhTIweQuLmZxvz5ZPTaman16JCvmDZexx2rd5T/75SNuvvZmrTOTNYUsfe5w==}
peerDependencies:
'@volar/language-service': ~2.4.0
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-typescript@0.0.67:
- resolution: {integrity: sha512-rfQBy36Rm1PU9vLWHk8BYJ4r2j/CI024vocJcH4Nb6K2RTc2Irmw6UOVY5DdGiPRV5r+e10wLMK5njj/EcL8sA==}
+ volar-service-typescript@0.0.68:
+ resolution: {integrity: sha512-z7B/7CnJ0+TWWFp/gh2r5/QwMObHNDiQiv4C9pTBNI2Wxuwymd4bjEORzrJ/hJ5Yd5+OzeYK+nFCKevoGEEeKw==}
peerDependencies:
'@volar/language-service': ~2.4.0
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-yaml@0.0.67:
- resolution: {integrity: sha512-jkdP/RF6wPIXEE3Ktnd81oJPn7aAvnVSiaqQHThC2Hrvo6xd9pEcqtbBUI+YfqVgvcMtXAkbtNO61K2GPhAiuA==}
+ volar-service-yaml@0.0.68:
+ resolution: {integrity: sha512-84XgE02LV0OvTcwfqhcSwVg4of3MLNUWPMArO6Aj8YXqyEVnPu8xTEMY2btKSq37mVAPuaEVASI4e3ptObmqcA==}
peerDependencies:
'@volar/language-service': ~2.4.0
peerDependenciesMeta:
@@ -7597,8 +7680,8 @@ packages:
vue-sonner@1.3.2:
resolution: {integrity: sha512-UbZ48E9VIya3ToiRHAZUbodKute/z/M1iT8/3fU8zEbwBRE11AKuHikssv18LMk2gTTr6eMQT4qf6JoLHWuj/A==}
- vue@3.5.26:
- resolution: {integrity: sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==}
+ vue@3.5.27:
+ resolution: {integrity: sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -7656,8 +7739,8 @@ packages:
resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==}
engines: {node: '>=4'}
- which-typed-array@1.1.19:
- resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==}
+ which-typed-array@1.1.20:
+ resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==}
engines: {node: '>= 0.4'}
which@2.0.2:
@@ -7689,6 +7772,22 @@ packages:
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
+ ws@8.19.0:
+ resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
+ 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
+
+ wsl-utils@0.1.0:
+ resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
+ engines: {node: '>=18'}
+
xml2js@0.6.2:
resolution: {integrity: sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==}
engines: {node: '>=4.0.0'}
@@ -7780,8 +7879,8 @@ packages:
zod@4.3.5:
resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==}
- zustand@5.0.9:
- resolution: {integrity: sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==}
+ zustand@5.0.10:
+ resolution: {integrity: sha512-U1AiltS1O9hSy3rul+Ub82ut2fqIAefiSuwECWt6jlMVUGejvf+5omLcRBSzqbRagSM3hQZbtzdeRc6QVScXTg==}
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': '>=18.0.0'
@@ -7803,117 +7902,119 @@ packages:
snapshots:
- '@algolia/abtesting@1.12.2':
+ '@adobe/css-tools@4.4.4': {}
+
+ '@algolia/abtesting@1.13.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)(search-insights@2.17.3)':
+ '@algolia/autocomplete-core@1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)(search-insights@2.17.3)
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)(search-insights@2.17.3)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
search-insights: 2.17.3
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)':
+ '@algolia/autocomplete-preset-algolia@1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)
- '@algolia/client-search': 5.46.2
- algoliasearch: 5.46.2
+ '@algolia/autocomplete-shared': 1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
+ '@algolia/client-search': 5.47.0
+ algoliasearch: 5.47.0
- '@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)':
+ '@algolia/autocomplete-shared@1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)':
dependencies:
- '@algolia/client-search': 5.46.2
- algoliasearch: 5.46.2
+ '@algolia/client-search': 5.47.0
+ algoliasearch: 5.47.0
- '@algolia/client-abtesting@5.46.2':
+ '@algolia/client-abtesting@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/client-analytics@5.46.2':
+ '@algolia/client-analytics@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/client-common@5.46.2': {}
+ '@algolia/client-common@5.47.0': {}
- '@algolia/client-insights@5.46.2':
+ '@algolia/client-insights@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/client-personalization@5.46.2':
+ '@algolia/client-personalization@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/client-query-suggestions@5.46.2':
+ '@algolia/client-query-suggestions@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/client-search@5.46.2':
+ '@algolia/client-search@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/ingestion@1.46.2':
+ '@algolia/ingestion@1.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/monitoring@1.46.2':
+ '@algolia/monitoring@1.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/recommend@5.46.2':
+ '@algolia/recommend@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ '@algolia/client-common': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
- '@algolia/requester-browser-xhr@5.46.2':
+ '@algolia/requester-browser-xhr@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
+ '@algolia/client-common': 5.47.0
- '@algolia/requester-fetch@5.46.2':
+ '@algolia/requester-fetch@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
+ '@algolia/client-common': 5.47.0
- '@algolia/requester-node-http@5.46.2':
+ '@algolia/requester-node-http@5.47.0':
dependencies:
- '@algolia/client-common': 5.46.2
+ '@algolia/client-common': 5.47.0
'@antfu/install-pkg@1.1.0':
dependencies:
@@ -7922,17 +8023,6 @@ snapshots:
'@antfu/utils@8.1.1': {}
- '@anthropic-ai/claude-code@2.0.76':
- optionalDependencies:
- '@img/sharp-darwin-arm64': 0.33.5
- '@img/sharp-darwin-x64': 0.33.5
- '@img/sharp-linux-arm': 0.33.5
- '@img/sharp-linux-arm64': 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-win32-x64': 0.33.5
-
'@apidevtools/json-schema-ref-parser@13.0.5':
dependencies:
'@types/json-schema': 7.0.15
@@ -7959,7 +8049,7 @@ snapshots:
dependencies:
'@atproto/api': 0.13.35
- '@astro-community/astro-embed-integration@0.9.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
+ '@astro-community/astro-embed-integration@0.9.0(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
dependencies:
'@astro-community/astro-embed-bluesky': 0.1.6
'@astro-community/astro-embed-link-preview': 0.3.1
@@ -7967,8 +8057,8 @@ snapshots:
'@astro-community/astro-embed-vimeo': 0.3.12
'@astro-community/astro-embed-youtube': 0.5.10
'@types/unist': 2.0.11
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
- astro-auto-import: 0.4.6(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro-auto-import: 0.4.6(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
unist-util-select: 4.0.3
'@astro-community/astro-embed-link-preview@0.3.1':
@@ -7991,9 +8081,9 @@ snapshots:
dependencies:
lite-youtube-embed: 0.3.4
- '@astrojs/check@0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.7.4)(typescript@5.9.3)':
+ '@astrojs/check@0.9.6(prettier-plugin-astro@0.14.1)(prettier@3.8.0)(typescript@5.9.3)':
dependencies:
- '@astrojs/language-server': 2.16.2(prettier-plugin-astro@0.14.1)(prettier@3.7.4)(typescript@5.9.3)
+ '@astrojs/language-server': 2.16.3(prettier-plugin-astro@0.14.1)(prettier@3.8.0)(typescript@5.9.3)
chokidar: 4.0.3
kleur: 4.1.5
typescript: 5.9.3
@@ -8006,7 +8096,7 @@ snapshots:
'@astrojs/internal-helpers@0.7.5': {}
- '@astrojs/language-server@2.16.2(prettier-plugin-astro@0.14.1)(prettier@3.7.4)(typescript@5.9.3)':
+ '@astrojs/language-server@2.16.3(prettier-plugin-astro@0.14.1)(prettier@3.8.0)(typescript@5.9.3)':
dependencies:
'@astrojs/compiler': 2.13.0
'@astrojs/yaml2ts': 0.2.2
@@ -8015,19 +8105,19 @@ snapshots:
'@volar/language-core': 2.4.27
'@volar/language-server': 2.4.27
'@volar/language-service': 2.4.27
- fast-glob: 3.3.3
muggle-string: 0.4.1
- volar-service-css: 0.0.67(@volar/language-service@2.4.27)
- volar-service-emmet: 0.0.67(@volar/language-service@2.4.27)
- volar-service-html: 0.0.67(@volar/language-service@2.4.27)
- volar-service-prettier: 0.0.67(@volar/language-service@2.4.27)(prettier@3.7.4)
- volar-service-typescript: 0.0.67(@volar/language-service@2.4.27)
- volar-service-typescript-twoslash-queries: 0.0.67(@volar/language-service@2.4.27)
- volar-service-yaml: 0.0.67(@volar/language-service@2.4.27)
+ tinyglobby: 0.2.15
+ volar-service-css: 0.0.68(@volar/language-service@2.4.27)
+ volar-service-emmet: 0.0.68(@volar/language-service@2.4.27)
+ volar-service-html: 0.0.68(@volar/language-service@2.4.27)
+ volar-service-prettier: 0.0.68(@volar/language-service@2.4.27)(prettier@3.8.0)
+ volar-service-typescript: 0.0.68(@volar/language-service@2.4.27)
+ volar-service-typescript-twoslash-queries: 0.0.68(@volar/language-service@2.4.27)
+ volar-service-yaml: 0.0.68(@volar/language-service@2.4.27)
vscode-html-languageservice: 5.6.1
vscode-uri: 3.1.0
optionalDependencies:
- prettier: 3.7.4
+ prettier: 3.8.0
prettier-plugin-astro: 0.14.1
transitivePeerDependencies:
- typescript
@@ -8048,7 +8138,7 @@ snapshots:
remark-parse: 11.0.0
remark-rehype: 11.1.2
remark-smartypants: 3.0.2
- shiki: 3.20.0
+ shiki: 3.21.0
smol-toml: 1.6.0
unified: 11.0.5
unist-util-remove-position: 5.0.0
@@ -8058,12 +8148,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@astrojs/mdx@4.3.13(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
+ '@astrojs/mdx@4.3.13(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
dependencies:
'@astrojs/markdown-remark': 6.3.10
'@mdx-js/mdx': 3.1.1
acorn: 8.15.0
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
es-module-lexer: 1.7.0
estree-util-visit: 2.0.0
hast-util-to-html: 9.0.5
@@ -8077,10 +8167,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@astrojs/node@9.5.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
+ '@astrojs/node@9.5.2(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
dependencies:
'@astrojs/internal-helpers': 0.7.5
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
send: 1.2.1
server-destroy: 1.0.1
transitivePeerDependencies:
@@ -8095,15 +8185,15 @@ snapshots:
dependencies:
prismjs: 1.30.0
- '@astrojs/react@4.4.2(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(tsx@4.21.0)(yaml@2.8.2)':
+ '@astrojs/react@4.4.2(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(tsx@4.21.0)(yaml@2.8.2)':
dependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
- '@vitejs/plugin-react': 4.7.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
+ '@vitejs/plugin-react': 4.7.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
ultrahtml: 1.6.0
- vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -8118,17 +8208,17 @@ snapshots:
- tsx
- yaml
- '@astrojs/sitemap@3.6.0':
+ '@astrojs/sitemap@3.7.0':
dependencies:
sitemap: 9.0.0
stream-replace-string: 2.0.0
zod: 3.25.76
- '@astrojs/starlight-docsearch@0.6.1(@algolia/client-search@5.46.2)(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)':
+ '@astrojs/starlight-docsearch@0.6.1(@algolia/client-search@5.47.0)(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)':
dependencies:
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@docsearch/css': 3.9.0
- '@docsearch/js': 3.9.0(@algolia/client-search@5.46.2)(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)
+ '@docsearch/js': 3.9.0(@algolia/client-search@5.47.0)(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/react'
@@ -8136,22 +8226,22 @@ snapshots:
- react-dom
- search-insights
- '@astrojs/starlight-tailwind@4.0.2(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(tailwindcss@4.1.18)':
+ '@astrojs/starlight-tailwind@4.0.2(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(tailwindcss@4.1.18)':
dependencies:
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
tailwindcss: 4.1.18
- '@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
+ '@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))':
dependencies:
'@astrojs/markdown-remark': 6.3.10
- '@astrojs/mdx': 4.3.13(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
- '@astrojs/sitemap': 3.6.0
+ '@astrojs/mdx': 4.3.13(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/sitemap': 3.7.0
'@pagefind/default-ui': 1.4.0
'@types/hast': 3.0.4
'@types/js-yaml': 4.0.9
'@types/mdast': 4.0.4
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
- astro-expressive-code: 0.41.5(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro-expressive-code: 0.41.6(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
bcp-47: 2.1.0
hast-util-from-html: 2.0.3
hast-util-select: 6.0.4
@@ -8175,12 +8265,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@astrojs/tailwind@6.0.2(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@4.1.18)(ts-node@10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@25.0.3)(typescript@5.9.3))':
+ '@astrojs/tailwind@6.0.2(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@4.1.18)(ts-node@10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@25.0.9)(typescript@5.9.3))':
dependencies:
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
autoprefixer: 10.4.23(postcss@8.5.6)
postcss: 8.5.6
- postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@25.0.3)(typescript@5.9.3))
+ postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@25.0.9)(typescript@5.9.3))
tailwindcss: 4.1.18
transitivePeerDependencies:
- ts-node
@@ -8197,14 +8287,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@astrojs/vercel@9.0.2(patch_hash=1da962e6d07ae633b3193351f8aebc9172860429b2a0dbba63868eaf575dca04)(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(react@19.2.3)(rollup@4.55.1)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))':
+ '@astrojs/vercel@9.0.4(patch_hash=1da962e6d07ae633b3193351f8aebc9172860429b2a0dbba63868eaf575dca04)(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(react@19.2.3)(rollup@4.55.2)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))':
dependencies:
'@astrojs/internal-helpers': 0.7.5
- '@vercel/analytics': 1.6.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))
+ '@vercel/analytics': 1.6.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))
'@vercel/functions': 2.2.13
- '@vercel/nft': 0.30.4(rollup@4.55.1)
- '@vercel/routing-utils': 5.3.1
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ '@vercel/nft': 0.30.4(rollup@4.55.2)
+ '@vercel/routing-utils': 5.3.2
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
esbuild: 0.27.2
tinyglobby: 0.2.15
transitivePeerDependencies:
@@ -8226,7 +8316,7 @@ snapshots:
'@atproto/api@0.13.35':
dependencies:
- '@atproto/common-web': 0.4.9
+ '@atproto/common-web': 0.4.12
'@atproto/lexicon': 0.4.14
'@atproto/syntax': 0.3.4
'@atproto/xrpc': 0.6.12
@@ -8235,13 +8325,13 @@ snapshots:
tlds: 1.261.0
zod: 3.25.76
- '@atproto/common-web@0.4.9':
+ '@atproto/common-web@0.4.12':
dependencies:
- '@atproto/lex-data': 0.0.5
- '@atproto/lex-json': 0.0.5
+ '@atproto/lex-data': 0.0.8
+ '@atproto/lex-json': 0.0.8
zod: 3.25.76
- '@atproto/lex-data@0.0.5':
+ '@atproto/lex-data@0.0.8':
dependencies:
'@atproto/syntax': 0.4.2
multiformats: 9.9.0
@@ -8249,14 +8339,14 @@ snapshots:
uint8arrays: 3.0.0
unicode-segmenter: 0.14.5
- '@atproto/lex-json@0.0.5':
+ '@atproto/lex-json@0.0.8':
dependencies:
- '@atproto/lex-data': 0.0.5
+ '@atproto/lex-data': 0.0.8
tslib: 2.8.1
'@atproto/lexicon@0.4.14':
dependencies:
- '@atproto/common-web': 0.4.9
+ '@atproto/common-web': 0.4.12
'@atproto/syntax': 0.4.2
iso-datestring-validator: 2.2.2
multiformats: 9.9.0
@@ -8271,25 +8361,25 @@ snapshots:
'@atproto/lexicon': 0.4.14
zod: 3.25.76
- '@babel/code-frame@7.27.1':
+ '@babel/code-frame@7.28.6':
dependencies:
'@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0
picocolors: 1.1.1
- '@babel/compat-data@7.28.5': {}
+ '@babel/compat-data@7.28.6': {}
- '@babel/core@7.28.5':
+ '@babel/core@7.28.6':
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
+ '@babel/code-frame': 7.28.6
+ '@babel/generator': 7.28.6
+ '@babel/helper-compilation-targets': 7.28.6
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
+ '@babel/helpers': 7.28.6
+ '@babel/parser': 7.28.6
+ '@babel/template': 7.28.6
+ '@babel/traverse': 7.28.6
+ '@babel/types': 7.28.6
'@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0
debug: 4.4.3
@@ -8299,17 +8389,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.28.5':
+ '@babel/generator@7.28.6':
dependencies:
- '@babel/parser': 7.28.5
- '@babel/types': 7.28.5
+ '@babel/parser': 7.28.6
+ '@babel/types': 7.28.6
'@jridgewell/gen-mapping': 0.3.13
'@jridgewell/trace-mapping': 0.3.31
jsesc: 3.1.0
- '@babel/helper-compilation-targets@7.27.2':
+ '@babel/helper-compilation-targets@7.28.6':
dependencies:
- '@babel/compat-data': 7.28.5
+ '@babel/compat-data': 7.28.6
'@babel/helper-validator-option': 7.27.1
browserslist: 4.28.1
lru-cache: 5.1.1
@@ -8317,23 +8407,23 @@ snapshots:
'@babel/helper-globals@7.28.0': {}
- '@babel/helper-module-imports@7.27.1':
+ '@babel/helper-module-imports@7.28.6':
dependencies:
- '@babel/traverse': 7.28.5
- '@babel/types': 7.28.5
+ '@babel/traverse': 7.28.6
+ '@babel/types': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
+ '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)':
dependencies:
- '@babel/core': 7.28.5
- '@babel/helper-module-imports': 7.27.1
+ '@babel/core': 7.28.6
+ '@babel/helper-module-imports': 7.28.6
'@babel/helper-validator-identifier': 7.28.5
- '@babel/traverse': 7.28.5
+ '@babel/traverse': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/helper-plugin-utils@7.27.1': {}
+ '@babel/helper-plugin-utils@7.28.6': {}
'@babel/helper-string-parser@7.27.1': {}
@@ -8341,55 +8431,55 @@ snapshots:
'@babel/helper-validator-option@7.27.1': {}
- '@babel/helpers@7.28.4':
+ '@babel/helpers@7.28.6':
dependencies:
- '@babel/template': 7.27.2
- '@babel/types': 7.28.5
+ '@babel/template': 7.28.6
+ '@babel/types': 7.28.6
- '@babel/parser@7.28.5':
+ '@babel/parser@7.28.6':
dependencies:
- '@babel/types': 7.28.5
+ '@babel/types': 7.28.6
- '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.5)':
+ '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.6)':
dependencies:
- '@babel/core': 7.28.5
- '@babel/helper-plugin-utils': 7.27.1
+ '@babel/core': 7.28.6
+ '@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.5)':
+ '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.6)':
dependencies:
- '@babel/core': 7.28.5
- '@babel/helper-plugin-utils': 7.27.1
+ '@babel/core': 7.28.6
+ '@babel/helper-plugin-utils': 7.28.6
- '@babel/runtime@7.28.4': {}
+ '@babel/runtime@7.28.6': {}
- '@babel/template@7.27.2':
+ '@babel/template@7.28.6':
dependencies:
- '@babel/code-frame': 7.27.1
- '@babel/parser': 7.28.5
- '@babel/types': 7.28.5
+ '@babel/code-frame': 7.28.6
+ '@babel/parser': 7.28.6
+ '@babel/types': 7.28.6
- '@babel/traverse@7.28.5':
+ '@babel/traverse@7.28.6':
dependencies:
- '@babel/code-frame': 7.27.1
- '@babel/generator': 7.28.5
+ '@babel/code-frame': 7.28.6
+ '@babel/generator': 7.28.6
'@babel/helper-globals': 7.28.0
- '@babel/parser': 7.28.5
- '@babel/template': 7.27.2
- '@babel/types': 7.28.5
+ '@babel/parser': 7.28.6
+ '@babel/template': 7.28.6
+ '@babel/types': 7.28.6
debug: 4.4.3
transitivePeerDependencies:
- supports-color
- '@babel/types@7.28.5':
+ '@babel/types@7.28.6':
dependencies:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.28.5
'@braintree/sanitize-url@7.1.1': {}
- '@capsizecss/unpack@3.0.1':
+ '@capsizecss/unpack@4.0.0':
dependencies:
- fontkit: 2.0.4
+ fontkitten: 1.0.2
'@chevrotain/cst-dts-gen@11.0.3':
dependencies:
@@ -8411,22 +8501,22 @@ snapshots:
'@codemirror/autocomplete@6.20.0':
dependencies:
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@codemirror/commands@6.10.1':
dependencies:
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@codemirror/lang-css@6.3.1':
dependencies:
'@codemirror/autocomplete': 6.20.0
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
+ '@codemirror/state': 6.5.4
'@lezer/common': 1.5.0
'@lezer/css': 1.3.0
@@ -8436,8 +8526,8 @@ snapshots:
'@codemirror/lang-css': 6.3.1
'@codemirror/lang-javascript': 6.2.4
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@lezer/css': 1.3.0
'@lezer/html': 1.3.13
@@ -8447,8 +8537,8 @@ snapshots:
'@codemirror/autocomplete': 6.20.0
'@codemirror/language': 6.12.1
'@codemirror/lint': 6.9.2
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@lezer/javascript': 1.5.4
@@ -8461,8 +8551,8 @@ snapshots:
dependencies:
'@codemirror/autocomplete': 6.20.0
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@lezer/xml': 1.0.6
@@ -8470,44 +8560,44 @@ snapshots:
dependencies:
'@codemirror/autocomplete': 6.20.0
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
+ '@codemirror/state': 6.5.4
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
'@lezer/yaml': 1.0.3
'@codemirror/language@6.12.1':
dependencies:
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
style-mod: 4.1.3
'@codemirror/lint@6.9.2':
dependencies:
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
crelt: 1.0.6
- '@codemirror/state@6.5.3':
+ '@codemirror/state@6.5.4':
dependencies:
'@marijn/find-cluster-break': 1.0.2
- '@codemirror/view@6.39.8':
+ '@codemirror/view@6.39.11':
dependencies:
- '@codemirror/state': 6.5.3
+ '@codemirror/state': 6.5.4
crelt: 1.0.6
style-mod: 4.1.3
w3c-keyname: 2.2.8
- '@crowdin/cli@4.12.0':
+ '@crowdin/cli@4.13.0':
dependencies:
command-exists-promise: 2.0.2
node-fetch: 2.7.0
shelljs: 0.10.0
- tar: 7.5.2
+ tar: 7.5.4
yauzl: 3.2.0
transitivePeerDependencies:
- encoding
@@ -8520,10 +8610,10 @@ snapshots:
'@docsearch/css@3.9.0': {}
- '@docsearch/js@3.9.0(@algolia/client-search@5.46.2)(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)':
+ '@docsearch/js@3.9.0(@algolia/client-search@5.47.0)(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)':
dependencies:
- '@docsearch/react': 3.9.0(@algolia/client-search@5.46.2)(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)
- preact: 10.28.1
+ '@docsearch/react': 3.9.0(@algolia/client-search@5.47.0)(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)
+ preact: 10.28.2
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/react'
@@ -8531,14 +8621,14 @@ snapshots:
- react-dom
- search-insights
- '@docsearch/react@3.9.0(@algolia/client-search@5.46.2)(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)':
+ '@docsearch/react@3.9.0(@algolia/client-search@5.47.0)(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)(search-insights@2.17.3)
- '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.46.2)(algoliasearch@5.46.2)
+ '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)
+ '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
'@docsearch/css': 3.9.0
- algoliasearch: 5.46.2
+ algoliasearch: 5.47.0
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
search-insights: 2.17.3
@@ -8734,7 +8824,7 @@ snapshots:
'@eslint/core': 0.17.0
levn: 0.4.1
- '@expressive-code/core@0.41.5':
+ '@expressive-code/core@0.41.6':
dependencies:
'@ctrl/tinycolor': 4.2.0
hast-util-select: 6.0.4
@@ -8746,26 +8836,26 @@ snapshots:
unist-util-visit: 5.0.0
unist-util-visit-parents: 6.0.2
- '@expressive-code/plugin-collapsible-sections@0.41.5':
+ '@expressive-code/plugin-collapsible-sections@0.41.6':
dependencies:
- '@expressive-code/core': 0.41.5
+ '@expressive-code/core': 0.41.6
- '@expressive-code/plugin-frames@0.41.5':
+ '@expressive-code/plugin-frames@0.41.6':
dependencies:
- '@expressive-code/core': 0.41.5
+ '@expressive-code/core': 0.41.6
- '@expressive-code/plugin-shiki@0.41.5':
+ '@expressive-code/plugin-shiki@0.41.6':
dependencies:
- '@expressive-code/core': 0.41.5
- shiki: 3.20.0
+ '@expressive-code/core': 0.41.6
+ shiki: 3.21.0
- '@expressive-code/plugin-text-markers@0.41.5':
+ '@expressive-code/plugin-text-markers@0.41.6':
dependencies:
- '@expressive-code/core': 0.41.5
+ '@expressive-code/core': 0.41.6
- '@firebase/ai@2.6.1(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)':
+ '@firebase/ai@2.7.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/app-check-interop-types': 0.3.3
'@firebase/app-types': 0.9.3
'@firebase/component': 0.7.0
@@ -8784,11 +8874,11 @@ snapshots:
transitivePeerDependencies:
- '@firebase/app'
- '@firebase/analytics-compat@0.2.25(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)':
+ '@firebase/analytics-compat@0.2.25(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/analytics': 0.10.19(@firebase/app@0.14.6)
+ '@firebase/analytics': 0.10.19(@firebase/app@0.14.7)
'@firebase/analytics-types': 0.8.3
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -8799,11 +8889,11 @@ snapshots:
'@firebase/analytics-types@0.8.3': {}
- '@firebase/analytics@0.10.19(@firebase/app@0.14.6)':
+ '@firebase/analytics@0.10.19(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
- '@firebase/installations': 0.6.19(@firebase/app@0.14.6)
+ '@firebase/installations': 0.6.19(@firebase/app@0.14.7)
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -8829,11 +8919,11 @@ snapshots:
transitivePeerDependencies:
- '@firebase/app'
- '@firebase/app-check-compat@0.4.0(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)':
+ '@firebase/app-check-compat@0.4.0(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-check': 0.11.0(@firebase/app@0.14.6)
+ '@firebase/app-check': 0.11.0(@firebase/app@0.14.7)
'@firebase/app-check-types': 0.5.3
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
@@ -8849,9 +8939,9 @@ snapshots:
'@firebase/app-check-types@0.5.3': {}
- '@firebase/app-check@0.11.0(@firebase/app@0.14.6)':
+ '@firebase/app-check@0.11.0(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
@@ -8873,9 +8963,9 @@ snapshots:
'@firebase/util': 1.10.0
tslib: 2.8.1
- '@firebase/app-compat@0.5.6':
+ '@firebase/app-compat@0.5.7':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
@@ -8893,7 +8983,7 @@ snapshots:
idb: 7.1.1
tslib: 2.8.1
- '@firebase/app@0.14.6':
+ '@firebase/app@0.14.7':
dependencies:
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
@@ -8909,16 +8999,16 @@ snapshots:
'@firebase/component': 0.6.9
'@firebase/util': 1.10.0
tslib: 2.8.1
- undici: 7.18.1
+ undici: 7.18.2
transitivePeerDependencies:
- '@firebase/app'
- '@firebase/app-types'
- '@react-native-async-storage/async-storage'
- '@firebase/auth-compat@0.6.2(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)':
+ '@firebase/auth-compat@0.6.2(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
- '@firebase/auth': 1.12.0(@firebase/app@0.14.6)
+ '@firebase/app-compat': 0.5.7
+ '@firebase/auth': 1.12.0(@firebase/app@0.14.7)
'@firebase/auth-types': 0.13.0(@firebase/app-types@0.9.3)(@firebase/util@1.13.0)
'@firebase/component': 0.7.0
'@firebase/util': 1.13.0
@@ -8942,9 +9032,9 @@ snapshots:
'@firebase/app-types': 0.9.3
'@firebase/util': 1.13.0
- '@firebase/auth@1.12.0(@firebase/app@0.14.6)':
+ '@firebase/auth@1.12.0(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
@@ -8957,7 +9047,7 @@ snapshots:
'@firebase/logger': 0.4.2
'@firebase/util': 1.10.0
tslib: 2.8.1
- undici: 7.18.1
+ undici: 7.18.2
'@firebase/component@0.6.9':
dependencies:
@@ -8978,9 +9068,9 @@ snapshots:
'@firebase/util': 1.10.0
tslib: 2.8.1
- '@firebase/data-connect@0.3.12(@firebase/app@0.14.6)':
+ '@firebase/data-connect@0.3.12(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/auth-interop-types': 0.2.4
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
@@ -9047,11 +9137,11 @@ snapshots:
- '@firebase/app'
- '@firebase/app-types'
- '@firebase/firestore-compat@0.4.3(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)':
+ '@firebase/firestore-compat@0.4.4(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
- '@firebase/firestore': 4.9.3(@firebase/app@0.14.6)
+ '@firebase/firestore': 4.10.0(@firebase/app@0.14.7)
'@firebase/firestore-types': 3.0.3(@firebase/app-types@0.9.3)(@firebase/util@1.13.0)
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9069,6 +9159,17 @@ snapshots:
'@firebase/app-types': 0.9.3
'@firebase/util': 1.13.0
+ '@firebase/firestore@4.10.0(@firebase/app@0.14.7)':
+ dependencies:
+ '@firebase/app': 0.14.7
+ '@firebase/component': 0.7.0
+ '@firebase/logger': 0.5.0
+ '@firebase/util': 1.13.0
+ '@firebase/webchannel-wrapper': 1.0.5
+ '@grpc/grpc-js': 1.9.15
+ '@grpc/proto-loader': 0.7.15
+ tslib: 2.8.1
+
'@firebase/firestore@4.7.3(@firebase/app@0.10.13)':
dependencies:
'@firebase/app': 0.10.13
@@ -9079,18 +9180,7 @@ snapshots:
'@grpc/grpc-js': 1.9.15
'@grpc/proto-loader': 0.7.15
tslib: 2.8.1
- undici: 7.18.1
-
- '@firebase/firestore@4.9.3(@firebase/app@0.14.6)':
- dependencies:
- '@firebase/app': 0.14.6
- '@firebase/component': 0.7.0
- '@firebase/logger': 0.5.0
- '@firebase/util': 1.13.0
- '@firebase/webchannel-wrapper': 1.0.5
- '@grpc/grpc-js': 1.9.15
- '@grpc/proto-loader': 0.7.15
- tslib: 2.8.1
+ undici: 7.18.2
'@firebase/functions-compat@0.3.14(@firebase/app-compat@0.2.43)(@firebase/app@0.10.13)':
dependencies:
@@ -9103,11 +9193,11 @@ snapshots:
transitivePeerDependencies:
- '@firebase/app'
- '@firebase/functions-compat@0.4.1(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)':
+ '@firebase/functions-compat@0.4.1(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
- '@firebase/functions': 0.13.1(@firebase/app@0.14.6)
+ '@firebase/functions': 0.13.1(@firebase/app@0.14.7)
'@firebase/functions-types': 0.6.3
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9127,11 +9217,11 @@ snapshots:
'@firebase/messaging-interop-types': 0.2.2
'@firebase/util': 1.10.0
tslib: 2.8.1
- undici: 7.18.1
+ undici: 7.18.2
- '@firebase/functions@0.13.1(@firebase/app@0.14.6)':
+ '@firebase/functions@0.13.1(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/app-check-interop-types': 0.3.3
'@firebase/auth-interop-types': 0.2.4
'@firebase/component': 0.7.0
@@ -9139,11 +9229,11 @@ snapshots:
'@firebase/util': 1.13.0
tslib: 2.8.1
- '@firebase/installations-compat@0.2.19(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)':
+ '@firebase/installations-compat@0.2.19(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
- '@firebase/installations': 0.6.19(@firebase/app@0.14.6)
+ '@firebase/installations': 0.6.19(@firebase/app@0.14.7)
'@firebase/installations-types': 0.5.3(@firebase/app-types@0.9.3)
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9171,9 +9261,9 @@ snapshots:
dependencies:
'@firebase/app-types': 0.9.3
- '@firebase/installations@0.6.19(@firebase/app@0.14.6)':
+ '@firebase/installations@0.6.19(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
'@firebase/util': 1.13.0
idb: 7.1.1
@@ -9205,11 +9295,11 @@ snapshots:
transitivePeerDependencies:
- '@firebase/app'
- '@firebase/messaging-compat@0.2.23(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)':
+ '@firebase/messaging-compat@0.2.23(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
- '@firebase/messaging': 0.12.23(@firebase/app@0.14.6)
+ '@firebase/messaging': 0.12.23(@firebase/app@0.14.7)
'@firebase/util': 1.13.0
tslib: 2.8.1
transitivePeerDependencies:
@@ -9229,22 +9319,22 @@ snapshots:
idb: 7.1.1
tslib: 2.8.1
- '@firebase/messaging@0.12.23(@firebase/app@0.14.6)':
+ '@firebase/messaging@0.12.23(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
- '@firebase/installations': 0.6.19(@firebase/app@0.14.6)
+ '@firebase/installations': 0.6.19(@firebase/app@0.14.7)
'@firebase/messaging-interop-types': 0.2.3
'@firebase/util': 1.13.0
idb: 7.1.1
tslib: 2.8.1
- '@firebase/performance-compat@0.2.22(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)':
+ '@firebase/performance-compat@0.2.22(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
- '@firebase/performance': 0.7.9(@firebase/app@0.14.6)
+ '@firebase/performance': 0.7.9(@firebase/app@0.14.7)
'@firebase/performance-types': 0.2.3
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9276,22 +9366,22 @@ snapshots:
'@firebase/util': 1.10.0
tslib: 2.8.1
- '@firebase/performance@0.7.9(@firebase/app@0.14.6)':
+ '@firebase/performance@0.7.9(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
- '@firebase/installations': 0.6.19(@firebase/app@0.14.6)
+ '@firebase/installations': 0.6.19(@firebase/app@0.14.7)
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
tslib: 2.8.1
web-vitals: 4.2.4
- '@firebase/remote-config-compat@0.2.20(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)':
+ '@firebase/remote-config-compat@0.2.21(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
'@firebase/logger': 0.5.0
- '@firebase/remote-config': 0.7.0(@firebase/app@0.14.6)
+ '@firebase/remote-config': 0.8.0(@firebase/app@0.14.7)
'@firebase/remote-config-types': 0.5.0
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9323,11 +9413,11 @@ snapshots:
'@firebase/util': 1.10.0
tslib: 2.8.1
- '@firebase/remote-config@0.7.0(@firebase/app@0.14.6)':
+ '@firebase/remote-config@0.8.0(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
- '@firebase/installations': 0.6.19(@firebase/app@0.14.6)
+ '@firebase/installations': 0.6.19(@firebase/app@0.14.7)
'@firebase/logger': 0.5.0
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9344,11 +9434,11 @@ snapshots:
- '@firebase/app'
- '@firebase/app-types'
- '@firebase/storage-compat@0.4.0(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)':
+ '@firebase/storage-compat@0.4.0(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app-compat': 0.5.6
+ '@firebase/app-compat': 0.5.7
'@firebase/component': 0.7.0
- '@firebase/storage': 0.14.0(@firebase/app@0.14.6)
+ '@firebase/storage': 0.14.0(@firebase/app@0.14.7)
'@firebase/storage-types': 0.8.3(@firebase/app-types@0.9.3)(@firebase/util@1.13.0)
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9372,11 +9462,11 @@ snapshots:
'@firebase/component': 0.6.9
'@firebase/util': 1.10.0
tslib: 2.8.1
- undici: 7.18.1
+ undici: 7.18.2
- '@firebase/storage@0.14.0(@firebase/app@0.14.6)':
+ '@firebase/storage@0.14.0(@firebase/app@0.14.7)':
dependencies:
- '@firebase/app': 0.14.6
+ '@firebase/app': 0.14.7
'@firebase/component': 0.7.0
'@firebase/util': 1.13.0
tslib: 2.8.1
@@ -9428,37 +9518,37 @@ snapshots:
'@floating-ui/utils@0.2.10': {}
- '@floating-ui/vue@1.1.9(vue@3.5.26(typescript@5.9.3))':
+ '@floating-ui/vue@1.1.9(vue@3.5.27(typescript@5.9.3))':
dependencies:
'@floating-ui/dom': 1.7.4
'@floating-ui/utils': 0.2.10
- vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
+ vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@graphiql/plugin-doc-explorer@0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))':
+ '@graphiql/plugin-doc-explorer@0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))':
dependencies:
- '@graphiql/react': 0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ '@graphiql/react': 0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
'@headlessui/react': 2.2.9(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
graphql: 16.10.0
react: 19.2.3
react-compiler-runtime: 19.1.0-rc.1(react@19.2.3)
react-dom: 19.2.3(react@19.2.3)
- zustand: 5.0.9(@types/react@19.2.7)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ zustand: 5.0.10(@types/react@19.2.9)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
transitivePeerDependencies:
- '@types/react'
- immer
- use-sync-external-store
- '@graphiql/plugin-history@0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/node@25.0.3)(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))':
+ '@graphiql/plugin-history@0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/node@25.0.9)(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))':
dependencies:
- '@graphiql/react': 0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
- '@graphiql/toolkit': 0.11.3(@types/node@25.0.3)(graphql@16.10.0)
+ '@graphiql/react': 0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ '@graphiql/toolkit': 0.11.3(@types/node@25.0.9)(graphql@16.10.0)
react: 19.2.3
react-compiler-runtime: 19.1.0-rc.1(react@19.2.3)
react-dom: 19.2.3(react@19.2.3)
- zustand: 5.0.9(@types/react@19.2.7)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ zustand: 5.0.10(@types/react@19.2.9)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
transitivePeerDependencies:
- '@types/node'
- '@types/react'
@@ -9467,28 +9557,28 @@ snapshots:
- immer
- use-sync-external-store
- '@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))':
+ '@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))':
dependencies:
- '@graphiql/toolkit': 0.11.3(@types/node@25.0.3)(graphql@16.10.0)
- '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-visually-hidden': 1.2.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@graphiql/toolkit': 0.11.3(@types/node@25.0.9)(graphql@16.10.0)
+ '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-visually-hidden': 1.2.4(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
clsx: 1.2.1
- framer-motion: 12.24.7(@emotion/is-prop-valid@0.8.8)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ framer-motion: 12.27.5(@emotion/is-prop-valid@0.8.8)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
get-value: 3.0.1
graphql: 16.10.0
graphql-language-service: 5.5.0(graphql@16.10.0)
jsonc-parser: 3.3.1
markdown-it: 14.1.0
monaco-editor: 0.52.2
- monaco-graphql: 1.7.3(graphql@16.10.0)(monaco-editor@0.52.2)(prettier@3.7.4)
- prettier: 3.7.4
+ monaco-graphql: 1.7.3(graphql@16.10.0)(monaco-editor@0.52.2)(prettier@3.8.0)
+ prettier: 3.8.0
react: 19.2.3
react-compiler-runtime: 19.1.0-rc.1(react@19.2.3)
react-dom: 19.2.3(react@19.2.3)
set-value: 4.1.0
- zustand: 5.0.9(@types/react@19.2.7)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ zustand: 5.0.10(@types/react@19.2.9)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- '@types/node'
@@ -9498,18 +9588,18 @@ snapshots:
- immer
- use-sync-external-store
- '@graphiql/toolkit@0.11.3(@types/node@25.0.3)(graphql@16.10.0)':
+ '@graphiql/toolkit@0.11.3(@types/node@25.0.9)(graphql@16.10.0)':
dependencies:
'@n1ru4l/push-pull-async-iterable-iterator': 3.2.0
graphql: 16.10.0
- meros: 1.3.2(@types/node@25.0.3)
+ meros: 1.3.2(@types/node@25.0.9)
transitivePeerDependencies:
- '@types/node'
'@grpc/grpc-js@1.9.15':
dependencies:
'@grpc/proto-loader': 0.7.15
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
'@grpc/proto-loader@0.7.15':
dependencies:
@@ -9523,7 +9613,7 @@ snapshots:
'@floating-ui/react': 0.26.28(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@react-aria/focus': 3.21.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@react-aria/interactions': 3.26.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@tanstack/react-virtual': 3.13.17(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@tanstack/react-virtual': 3.13.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
use-sync-external-store: 1.6.0(react@19.2.3)
@@ -9532,10 +9622,10 @@ snapshots:
dependencies:
tailwindcss: 4.1.18
- '@headlessui/vue@1.7.23(vue@3.5.26(typescript@5.9.3))':
+ '@headlessui/vue@1.7.23(vue@3.5.27(typescript@5.9.3))':
dependencies:
- '@tanstack/vue-virtual': 3.13.17(vue@3.5.26(typescript@5.9.3))
- vue: 3.5.26(typescript@5.9.3)
+ '@tanstack/vue-virtual': 3.13.18(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.27(typescript@5.9.3)
'@humanfs/core@0.19.1': {}
@@ -9554,7 +9644,7 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify/json@2.2.425':
+ '@iconify/json@2.2.430':
dependencies:
'@iconify/types': 2.0.0
pathe: 2.0.3
@@ -9569,7 +9659,7 @@ snapshots:
local-pkg: 1.1.2
pathe: 2.0.3
svgo: 3.3.2
- tar: 7.5.2
+ tar: 7.5.4
transitivePeerDependencies:
- supports-color
@@ -9596,47 +9686,25 @@ snapshots:
'@img/colour@1.0.0': {}
- '@img/sharp-darwin-arm64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-darwin-arm64': 1.0.4
- optional: true
-
'@img/sharp-darwin-arm64@0.34.5':
optionalDependencies:
'@img/sharp-libvips-darwin-arm64': 1.2.4
optional: true
- '@img/sharp-darwin-x64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-darwin-x64': 1.0.4
- optional: true
-
'@img/sharp-darwin-x64@0.34.5':
optionalDependencies:
'@img/sharp-libvips-darwin-x64': 1.2.4
optional: true
- '@img/sharp-libvips-darwin-arm64@1.0.4':
- optional: true
-
'@img/sharp-libvips-darwin-arm64@1.2.4':
optional: true
- '@img/sharp-libvips-darwin-x64@1.0.4':
- optional: true
-
'@img/sharp-libvips-darwin-x64@1.2.4':
optional: true
- '@img/sharp-libvips-linux-arm64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linux-arm64@1.2.4':
optional: true
- '@img/sharp-libvips-linux-arm@1.0.5':
- optional: true
-
'@img/sharp-libvips-linux-arm@1.2.4':
optional: true
@@ -9649,39 +9717,20 @@ snapshots:
'@img/sharp-libvips-linux-s390x@1.2.4':
optional: true
- '@img/sharp-libvips-linux-x64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linux-x64@1.2.4':
optional: true
- '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
optional: true
- '@img/sharp-libvips-linuxmusl-x64@1.0.4':
- optional: true
-
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
optional: true
- '@img/sharp-linux-arm64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-arm64': 1.0.4
- optional: true
-
'@img/sharp-linux-arm64@0.34.5':
optionalDependencies:
'@img/sharp-libvips-linux-arm64': 1.2.4
optional: true
- '@img/sharp-linux-arm@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-arm': 1.0.5
- optional: true
-
'@img/sharp-linux-arm@0.34.5':
optionalDependencies:
'@img/sharp-libvips-linux-arm': 1.2.4
@@ -9702,31 +9751,16 @@ snapshots:
'@img/sharp-libvips-linux-s390x': 1.2.4
optional: true
- '@img/sharp-linux-x64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linux-x64': 1.0.4
- optional: true
-
'@img/sharp-linux-x64@0.34.5':
optionalDependencies:
'@img/sharp-libvips-linux-x64': 1.2.4
optional: true
- '@img/sharp-linuxmusl-arm64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
- optional: true
-
'@img/sharp-linuxmusl-arm64@0.34.5':
optionalDependencies:
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
optional: true
- '@img/sharp-linuxmusl-x64@0.33.5':
- optionalDependencies:
- '@img/sharp-libvips-linuxmusl-x64': 1.0.4
- optional: true
-
'@img/sharp-linuxmusl-x64@0.34.5':
optionalDependencies:
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
@@ -9743,9 +9777,6 @@ snapshots:
'@img/sharp-win32-ia32@0.34.5':
optional: true
- '@img/sharp-win32-x64@0.33.5':
- optional: true
-
'@img/sharp-win32-x64@0.34.5':
optional: true
@@ -9797,7 +9828,7 @@ snapshots:
dependencies:
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
'@lezer/highlight@1.2.3':
dependencies:
@@ -9807,21 +9838,21 @@ snapshots:
dependencies:
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
'@lezer/javascript@1.5.4':
dependencies:
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
'@lezer/json@1.0.3':
dependencies:
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
- '@lezer/lr@1.4.6':
+ '@lezer/lr@1.4.7':
dependencies:
'@lezer/common': 1.5.0
@@ -9829,13 +9860,13 @@ snapshots:
dependencies:
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
'@lezer/yaml@1.0.3':
dependencies:
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.6
+ '@lezer/lr': 1.4.7
'@mapbox/node-pre-gyp@2.0.3':
dependencies:
@@ -9845,7 +9876,7 @@ snapshots:
node-fetch: 2.6.9
nopt: 8.1.0
semver: 7.7.3
- tar: 7.5.2
+ tar: 7.5.4
transitivePeerDependencies:
- encoding
- supports-color
@@ -10044,7 +10075,7 @@ snapshots:
'@octokit/core': 7.0.6
'@octokit/oauth-authorization-url': 8.0.0
'@octokit/oauth-methods': 6.0.2
- '@types/aws-lambda': 8.10.159
+ '@types/aws-lambda': 8.10.160
universal-user-agent: 7.0.3
'@octokit/oauth-authorization-url@8.0.0': {}
@@ -10172,334 +10203,334 @@ snapshots:
'@radix-ui/primitive@1.1.3': {}
- '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-context@1.1.2(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-context@1.1.2(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.9)(react@19.2.3)
aria-hidden: 1.2.6
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
- react-remove-scroll: 2.7.2(@types/react@19.2.7)(react@19.2.3)
+ react-remove-scroll: 2.7.2(@types/react@19.2.9)(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-direction@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-direction@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-id@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-id@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
aria-hidden: 1.2.6
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
- react-remove-scroll: 2.7.2(@types/react@19.2.7)(react@19.2.3)
+ react-remove-scroll: 2.7.2(@types/react@19.2.9)(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@floating-ui/react-dom': 2.1.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.9)(react@19.2.3)
'@radix-ui/rect': 1.1.1
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-slot': 1.2.4(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-slot': 1.2.4(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-scroll-area@1.2.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-scroll-area@1.2.10(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/number': 1.1.1
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-direction': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-slot@1.2.3(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-slot@1.2.3(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-slot@1.2.4(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@radix-ui/primitive': 1.1.3
- '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
- '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-context': 1.1.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-id': 1.1.1(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-slot': 1.2.3(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.7)(react@19.2.3)
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.9)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
'@radix-ui/rect': 1.1.1
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-use-size@1.1.1(@types/react@19.2.7)(react@19.2.3)':
+ '@radix-ui/react-use-size@1.1.1(@types/react@19.2.9)(react@19.2.3)':
dependencies:
- '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.2.3)
+ '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.9)(react@19.2.3)
react: 19.2.3
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
- '@radix-ui/react-visually-hidden@1.2.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@radix-ui/react-visually-hidden@1.2.4(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
- '@types/react-dom': 19.2.3(@types/react@19.2.7)
+ '@types/react': 19.2.9
+ '@types/react-dom': 19.2.3(@types/react@19.2.9)
'@radix-ui/rect@1.1.1': {}
@@ -10554,8 +10585,8 @@ snapshots:
'@readme/better-ajv-errors@2.4.0(ajv@8.17.1)':
dependencies:
- '@babel/code-frame': 7.27.1
- '@babel/runtime': 7.28.4
+ '@babel/code-frame': 7.28.6
+ '@babel/runtime': 7.28.6
'@humanwhocodes/momoa': 2.0.4
ajv: 8.17.1
jsonpointer: 5.0.1
@@ -10572,7 +10603,7 @@ snapshots:
ajv-draft-04: 1.0.0(ajv@8.17.1)
openapi-types: 12.1.3
- '@readme/openapi-parser@5.4.0(openapi-types@12.1.3)':
+ '@readme/openapi-parser@5.5.0(openapi-types@12.1.3)':
dependencies:
'@apidevtools/json-schema-ref-parser': 14.2.1(@types/json-schema@7.0.15)
'@readme/better-ajv-errors': 2.4.0(ajv@8.17.1)
@@ -10584,141 +10615,141 @@ snapshots:
'@readme/openapi-schemas@3.1.0': {}
- '@replit/codemirror-css-color-picker@6.3.0(@codemirror/language@6.12.1)(@codemirror/state@6.5.3)(@codemirror/view@6.39.8)':
+ '@replit/codemirror-css-color-picker@6.3.0(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.11)':
dependencies:
'@codemirror/language': 6.12.1
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@resvg/resvg-wasm@2.4.0': {}
'@rolldown/pluginutils@1.0.0-beta.27': {}
- '@rollup/pluginutils@5.3.0(rollup@4.55.1)':
+ '@rollup/pluginutils@5.3.0(rollup@4.55.2)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.55.1
+ rollup: 4.55.2
- '@rollup/rollup-android-arm-eabi@4.55.1':
+ '@rollup/rollup-android-arm-eabi@4.55.2':
optional: true
- '@rollup/rollup-android-arm64@4.55.1':
+ '@rollup/rollup-android-arm64@4.55.2':
optional: true
- '@rollup/rollup-darwin-arm64@4.55.1':
+ '@rollup/rollup-darwin-arm64@4.55.2':
optional: true
- '@rollup/rollup-darwin-x64@4.55.1':
+ '@rollup/rollup-darwin-x64@4.55.2':
optional: true
- '@rollup/rollup-freebsd-arm64@4.55.1':
+ '@rollup/rollup-freebsd-arm64@4.55.2':
optional: true
- '@rollup/rollup-freebsd-x64@4.55.1':
+ '@rollup/rollup-freebsd-x64@4.55.2':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.55.1':
+ '@rollup/rollup-linux-arm-gnueabihf@4.55.2':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.55.1':
+ '@rollup/rollup-linux-arm-musleabihf@4.55.2':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.55.1':
+ '@rollup/rollup-linux-arm64-gnu@4.55.2':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.55.1':
+ '@rollup/rollup-linux-arm64-musl@4.55.2':
optional: true
- '@rollup/rollup-linux-loong64-gnu@4.55.1':
+ '@rollup/rollup-linux-loong64-gnu@4.55.2':
optional: true
- '@rollup/rollup-linux-loong64-musl@4.55.1':
+ '@rollup/rollup-linux-loong64-musl@4.55.2':
optional: true
- '@rollup/rollup-linux-ppc64-gnu@4.55.1':
+ '@rollup/rollup-linux-ppc64-gnu@4.55.2':
optional: true
- '@rollup/rollup-linux-ppc64-musl@4.55.1':
+ '@rollup/rollup-linux-ppc64-musl@4.55.2':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.55.1':
+ '@rollup/rollup-linux-riscv64-gnu@4.55.2':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.55.1':
+ '@rollup/rollup-linux-riscv64-musl@4.55.2':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.55.1':
+ '@rollup/rollup-linux-s390x-gnu@4.55.2':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.55.1':
+ '@rollup/rollup-linux-x64-gnu@4.55.2':
optional: true
- '@rollup/rollup-linux-x64-musl@4.55.1':
+ '@rollup/rollup-linux-x64-musl@4.55.2':
optional: true
- '@rollup/rollup-openbsd-x64@4.55.1':
+ '@rollup/rollup-openbsd-x64@4.55.2':
optional: true
- '@rollup/rollup-openharmony-arm64@4.55.1':
+ '@rollup/rollup-openharmony-arm64@4.55.2':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.55.1':
+ '@rollup/rollup-win32-arm64-msvc@4.55.2':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.55.1':
+ '@rollup/rollup-win32-ia32-msvc@4.55.2':
optional: true
- '@rollup/rollup-win32-x64-gnu@4.55.1':
+ '@rollup/rollup-win32-x64-gnu@4.55.2':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.55.1':
+ '@rollup/rollup-win32-x64-msvc@4.55.2':
optional: true
'@scalar/analytics-client@1.0.1':
dependencies:
zod: 4.3.5
- '@scalar/api-client@2.17.1(axios@1.12.2)(tailwindcss@4.1.18)(typescript@5.9.3)':
+ '@scalar/api-client@2.18.4(axios@1.12.2)(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(tailwindcss@4.1.18)(typescript@5.9.3)':
dependencies:
'@headlessui/tailwindcss': 0.2.2(tailwindcss@4.1.18)
- '@headlessui/vue': 1.7.23(vue@3.5.26(typescript@5.9.3))
+ '@headlessui/vue': 1.7.23(vue@3.5.27(typescript@5.9.3))
'@scalar/analytics-client': 1.0.1
- '@scalar/components': 0.16.12(typescript@5.9.3)
+ '@scalar/components': 0.16.23(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)
'@scalar/draggable': 0.3.0(typescript@5.9.3)
- '@scalar/helpers': 0.2.4
+ '@scalar/helpers': 0.2.8
'@scalar/icons': 0.5.2(typescript@5.9.3)
- '@scalar/import': 0.4.41
- '@scalar/json-magic': 0.8.8
- '@scalar/oas-utils': 0.6.11(typescript@5.9.3)
- '@scalar/object-utils': 1.2.18
- '@scalar/openapi-parser': 0.23.9
+ '@scalar/import': 0.4.45
+ '@scalar/json-magic': 0.9.1
+ '@scalar/oas-utils': 0.6.20(typescript@5.9.3)
+ '@scalar/object-utils': 1.2.22
+ '@scalar/openapi-parser': 0.24.1
'@scalar/openapi-types': 0.5.3
- '@scalar/postman-to-openapi': 0.3.52(typescript@5.9.3)
- '@scalar/sidebar': 0.7.2(typescript@5.9.3)
- '@scalar/snippetz': 0.6.1
+ '@scalar/postman-to-openapi': 0.3.60
+ '@scalar/sidebar': 0.7.13(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)
+ '@scalar/snippetz': 0.6.5
'@scalar/themes': 0.13.26
- '@scalar/types': 0.5.4
- '@scalar/use-codemirror': 0.13.6(typescript@5.9.3)
- '@scalar/use-hooks': 0.3.3(typescript@5.9.3)
+ '@scalar/types': 0.5.8
+ '@scalar/use-codemirror': 0.13.17(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)
+ '@scalar/use-hooks': 0.3.6(typescript@5.9.3)
'@scalar/use-toasts': 0.9.1(typescript@5.9.3)
- '@scalar/workspace-store': 0.24.1(typescript@5.9.3)
+ '@scalar/workspace-store': 0.24.10(typescript@5.9.3)
'@types/har-format': 1.2.16
- '@vueuse/core': 13.9.0(vue@3.5.26(typescript@5.9.3))
- '@vueuse/integrations': 13.9.0(axios@1.12.2)(focus-trap@7.7.1)(fuse.js@7.1.0)(vue@3.5.26(typescript@5.9.3))
- focus-trap: 7.7.1
+ '@vueuse/core': 13.9.0(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/integrations': 13.9.0(axios@1.12.2)(focus-trap@7.8.0)(fuse.js@7.1.0)(vue@3.5.27(typescript@5.9.3))
+ focus-trap: 7.8.0
fuse.js: 7.1.0
js-base64: 3.7.8
microdiff: 1.5.0
- nanoid: 5.1.5
+ nanoid: 5.1.6
pretty-bytes: 6.1.1
pretty-ms: 8.0.0
shell-quote: 1.8.3
- type-fest: 5.0.0
- vue: 3.5.26(typescript@5.9.3)
- vue-router: 4.6.2(vue@3.5.26(typescript@5.9.3))
+ type-fest: 5.4.1
+ vue: 3.5.27(typescript@5.9.3)
+ vue-router: 4.6.2(vue@3.5.27(typescript@5.9.3))
whatwg-mimetype: 4.0.0
yaml: 2.8.2
zod: 4.3.5
@@ -10733,6 +10764,7 @@ snapshots:
- nprogress
- qrcode
- sortablejs
+ - storybook
- supports-color
- tailwindcss
- typescript
@@ -10759,86 +10791,87 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@scalar/components@0.16.12(typescript@5.9.3)':
+ '@scalar/components@0.16.23(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)':
dependencies:
'@floating-ui/utils': 0.2.10
- '@floating-ui/vue': 1.1.9(vue@3.5.26(typescript@5.9.3))
- '@headlessui/vue': 1.7.23(vue@3.5.26(typescript@5.9.3))
+ '@floating-ui/vue': 1.1.9(vue@3.5.27(typescript@5.9.3))
+ '@headlessui/vue': 1.7.23(vue@3.5.27(typescript@5.9.3))
'@scalar/code-highlight': 0.2.2
- '@scalar/helpers': 0.2.4
+ '@scalar/helpers': 0.2.8
'@scalar/icons': 0.5.2(typescript@5.9.3)
- '@scalar/oas-utils': 0.6.11(typescript@5.9.3)
+ '@scalar/oas-utils': 0.6.20(typescript@5.9.3)
'@scalar/themes': 0.13.26
- '@scalar/use-hooks': 0.3.3(typescript@5.9.3)
- '@scalar/use-toasts': 0.9.1(typescript@5.9.3)
- '@vueuse/core': 13.9.0(vue@3.5.26(typescript@5.9.3))
+ '@scalar/use-hooks': 0.3.6(typescript@5.9.3)
+ '@vueless/storybook-dark-mode': 10.0.6(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))
+ '@vueuse/core': 13.9.0(vue@3.5.27(typescript@5.9.3))
cva: 1.0.0-beta.2(typescript@5.9.3)
- nanoid: 5.1.5
+ nanoid: 5.1.6
pretty-bytes: 6.1.1
- radix-vue: 1.9.17(vue@3.5.26(typescript@5.9.3))
- vue: 3.5.26(typescript@5.9.3)
+ radix-vue: 1.9.17(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.27(typescript@5.9.3)
vue-component-type-helpers: 3.2.2
transitivePeerDependencies:
- '@vue/composition-api'
+ - storybook
- supports-color
- typescript
'@scalar/draggable@0.3.0(typescript@5.9.3)':
dependencies:
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
transitivePeerDependencies:
- typescript
- '@scalar/helpers@0.2.4': {}
+ '@scalar/helpers@0.2.8': {}
'@scalar/icons@0.5.2(typescript@5.9.3)':
dependencies:
'@phosphor-icons/core': 2.1.1
- '@types/node': 22.19.3
+ '@types/node': 22.19.7
chalk: 5.6.2
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
transitivePeerDependencies:
- typescript
- '@scalar/import@0.4.41':
+ '@scalar/import@0.4.45':
dependencies:
- '@scalar/helpers': 0.2.4
+ '@scalar/helpers': 0.2.8
yaml: 2.8.2
- '@scalar/json-magic@0.8.8':
+ '@scalar/json-magic@0.9.1':
dependencies:
- '@scalar/helpers': 0.2.4
+ '@scalar/helpers': 0.2.8
yaml: 2.8.2
- '@scalar/oas-utils@0.6.11(typescript@5.9.3)':
+ '@scalar/oas-utils@0.6.20(typescript@5.9.3)':
dependencies:
- '@scalar/helpers': 0.2.4
- '@scalar/json-magic': 0.8.8
- '@scalar/object-utils': 1.2.18
+ '@scalar/helpers': 0.2.8
+ '@scalar/json-magic': 0.9.1
+ '@scalar/object-utils': 1.2.22
'@scalar/openapi-types': 0.5.3
'@scalar/themes': 0.13.26
- '@scalar/types': 0.5.4
- '@scalar/workspace-store': 0.24.1(typescript@5.9.3)
+ '@scalar/types': 0.5.8
+ '@scalar/workspace-store': 0.24.10(typescript@5.9.3)
flatted: 3.3.3
- type-fest: 5.0.0
+ type-fest: 5.4.1
yaml: 2.8.2
zod: 4.3.5
transitivePeerDependencies:
- supports-color
- typescript
- '@scalar/object-utils@1.2.18':
+ '@scalar/object-utils@1.2.22':
dependencies:
- '@scalar/helpers': 0.2.4
+ '@scalar/helpers': 0.2.8
flatted: 3.3.3
just-clone: 6.2.0
ts-deepmerge: 7.0.3
- '@scalar/openapi-parser@0.23.9':
+ '@scalar/openapi-parser@0.24.1':
dependencies:
- '@scalar/json-magic': 0.8.8
+ '@scalar/json-magic': 0.9.1
'@scalar/openapi-types': 0.5.3
- '@scalar/openapi-upgrader': 0.1.6
+ '@scalar/openapi-upgrader': 0.1.7
ajv: 8.17.1
ajv-draft-04: 1.0.0(ajv@8.17.1)
ajv-formats: 3.0.1(ajv@8.17.1)
@@ -10850,36 +10883,33 @@ snapshots:
dependencies:
zod: 4.3.5
- '@scalar/openapi-upgrader@0.1.6':
+ '@scalar/openapi-upgrader@0.1.7':
dependencies:
'@scalar/openapi-types': 0.5.3
- '@scalar/postman-to-openapi@0.3.52(typescript@5.9.3)':
+ '@scalar/postman-to-openapi@0.3.60':
dependencies:
- '@scalar/helpers': 0.2.4
- '@scalar/oas-utils': 0.6.11(typescript@5.9.3)
+ '@scalar/helpers': 0.2.8
'@scalar/openapi-types': 0.5.3
- transitivePeerDependencies:
- - supports-color
- - typescript
- '@scalar/sidebar@0.7.2(typescript@5.9.3)':
+ '@scalar/sidebar@0.7.13(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)':
dependencies:
- '@scalar/components': 0.16.12(typescript@5.9.3)
- '@scalar/helpers': 0.2.4
+ '@scalar/components': 0.16.23(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)
+ '@scalar/helpers': 0.2.8
'@scalar/icons': 0.5.2(typescript@5.9.3)
'@scalar/themes': 0.13.26
- '@scalar/use-hooks': 0.3.3(typescript@5.9.3)
- '@scalar/workspace-store': 0.24.1(typescript@5.9.3)
- vue: 3.5.26(typescript@5.9.3)
+ '@scalar/use-hooks': 0.3.6(typescript@5.9.3)
+ '@scalar/workspace-store': 0.24.10(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
transitivePeerDependencies:
- '@vue/composition-api'
+ - storybook
- supports-color
- typescript
- '@scalar/snippetz@0.6.1':
+ '@scalar/snippetz@0.6.5':
dependencies:
- '@scalar/types': 0.5.4
+ '@scalar/types': 0.5.8
js-base64: 3.7.8
stringify-object: 5.0.0
@@ -10887,16 +10917,16 @@ snapshots:
dependencies:
nanoid: 5.1.5
- '@scalar/typebox@0.1.1': {}
+ '@scalar/typebox@0.1.3': {}
- '@scalar/types@0.5.4':
+ '@scalar/types@0.5.8':
dependencies:
- '@scalar/helpers': 0.2.4
- nanoid: 5.1.5
- type-fest: 5.0.0
+ '@scalar/helpers': 0.2.8
+ nanoid: 5.1.6
+ type-fest: 5.4.1
zod: 4.3.5
- '@scalar/use-codemirror@0.13.6(typescript@5.9.3)':
+ '@scalar/use-codemirror@0.13.17(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)':
dependencies:
'@codemirror/autocomplete': 6.20.0
'@codemirror/commands': 6.10.1
@@ -10907,82 +10937,83 @@ snapshots:
'@codemirror/lang-yaml': 6.1.2
'@codemirror/language': 6.12.1
'@codemirror/lint': 6.9.2
- '@codemirror/state': 6.5.3
- '@codemirror/view': 6.39.8
+ '@codemirror/state': 6.5.4
+ '@codemirror/view': 6.39.11
'@lezer/common': 1.5.0
'@lezer/highlight': 1.2.3
- '@replit/codemirror-css-color-picker': 6.3.0(@codemirror/language@6.12.1)(@codemirror/state@6.5.3)(@codemirror/view@6.39.8)
- '@scalar/components': 0.16.12(typescript@5.9.3)
- vue: 3.5.26(typescript@5.9.3)
+ '@replit/codemirror-css-color-picker': 6.3.0(@codemirror/language@6.12.1)(@codemirror/state@6.5.4)(@codemirror/view@6.39.11)
+ '@scalar/components': 0.16.23(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
transitivePeerDependencies:
- '@vue/composition-api'
+ - storybook
- supports-color
- typescript
- '@scalar/use-hooks@0.3.3(typescript@5.9.3)':
+ '@scalar/use-hooks@0.3.6(typescript@5.9.3)':
dependencies:
'@scalar/use-toasts': 0.9.1(typescript@5.9.3)
- '@vueuse/core': 13.9.0(vue@3.5.26(typescript@5.9.3))
+ '@vueuse/core': 13.9.0(vue@3.5.27(typescript@5.9.3))
cva: 1.0.0-beta.2(typescript@5.9.3)
tailwind-merge: 2.6.0
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
zod: 4.3.5
transitivePeerDependencies:
- typescript
'@scalar/use-toasts@0.9.1(typescript@5.9.3)':
dependencies:
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
vue-sonner: 1.3.2
transitivePeerDependencies:
- typescript
- '@scalar/workspace-store@0.24.1(typescript@5.9.3)':
+ '@scalar/workspace-store@0.24.10(typescript@5.9.3)':
dependencies:
'@scalar/code-highlight': 0.2.2
- '@scalar/helpers': 0.2.4
- '@scalar/json-magic': 0.8.8
- '@scalar/object-utils': 1.2.18
- '@scalar/openapi-upgrader': 0.1.6
- '@scalar/snippetz': 0.6.1
+ '@scalar/helpers': 0.2.8
+ '@scalar/json-magic': 0.9.1
+ '@scalar/object-utils': 1.2.22
+ '@scalar/openapi-upgrader': 0.1.7
+ '@scalar/snippetz': 0.6.5
'@scalar/themes': 0.13.26
- '@scalar/typebox': 0.1.1
- '@scalar/types': 0.5.4
+ '@scalar/typebox': 0.1.3
+ '@scalar/types': 0.5.8
github-slugger: 2.0.0
- type-fest: 5.0.0
- vue: 3.5.26(typescript@5.9.3)
+ type-fest: 5.4.1
+ vue: 3.5.27(typescript@5.9.3)
yaml: 2.8.2
transitivePeerDependencies:
- supports-color
- typescript
- '@shikijs/core@3.20.0':
+ '@shikijs/core@3.21.0':
dependencies:
- '@shikijs/types': 3.20.0
+ '@shikijs/types': 3.21.0
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
hast-util-to-html: 9.0.5
- '@shikijs/engine-javascript@3.20.0':
+ '@shikijs/engine-javascript@3.21.0':
dependencies:
- '@shikijs/types': 3.20.0
+ '@shikijs/types': 3.21.0
'@shikijs/vscode-textmate': 10.0.2
oniguruma-to-es: 4.3.4
- '@shikijs/engine-oniguruma@3.20.0':
+ '@shikijs/engine-oniguruma@3.21.0':
dependencies:
- '@shikijs/types': 3.20.0
+ '@shikijs/types': 3.21.0
'@shikijs/vscode-textmate': 10.0.2
- '@shikijs/langs@3.20.0':
+ '@shikijs/langs@3.21.0':
dependencies:
- '@shikijs/types': 3.20.0
+ '@shikijs/types': 3.21.0
- '@shikijs/themes@3.20.0':
+ '@shikijs/themes@3.21.0':
dependencies:
- '@shikijs/types': 3.20.0
+ '@shikijs/types': 3.21.0
- '@shikijs/types@3.20.0':
+ '@shikijs/types@3.21.0':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
@@ -10994,51 +11025,58 @@ snapshots:
fflate: 0.7.4
string.prototype.codepointat: 0.2.1
- '@swc/core-darwin-arm64@1.15.8':
+ '@storybook/global@5.0.0': {}
+
+ '@storybook/icons@2.0.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ dependencies:
+ react: 19.2.3
+ react-dom: 19.2.3(react@19.2.3)
+
+ '@swc/core-darwin-arm64@1.15.10':
optional: true
- '@swc/core-darwin-x64@1.15.8':
+ '@swc/core-darwin-x64@1.15.10':
optional: true
- '@swc/core-linux-arm-gnueabihf@1.15.8':
+ '@swc/core-linux-arm-gnueabihf@1.15.10':
optional: true
- '@swc/core-linux-arm64-gnu@1.15.8':
+ '@swc/core-linux-arm64-gnu@1.15.10':
optional: true
- '@swc/core-linux-arm64-musl@1.15.8':
+ '@swc/core-linux-arm64-musl@1.15.10':
optional: true
- '@swc/core-linux-x64-gnu@1.15.8':
+ '@swc/core-linux-x64-gnu@1.15.10':
optional: true
- '@swc/core-linux-x64-musl@1.15.8':
+ '@swc/core-linux-x64-musl@1.15.10':
optional: true
- '@swc/core-win32-arm64-msvc@1.15.8':
+ '@swc/core-win32-arm64-msvc@1.15.10':
optional: true
- '@swc/core-win32-ia32-msvc@1.15.8':
+ '@swc/core-win32-ia32-msvc@1.15.10':
optional: true
- '@swc/core-win32-x64-msvc@1.15.8':
+ '@swc/core-win32-x64-msvc@1.15.10':
optional: true
- '@swc/core@1.15.8(@swc/helpers@0.5.18)':
+ '@swc/core@1.15.10(@swc/helpers@0.5.18)':
dependencies:
'@swc/counter': 0.1.3
'@swc/types': 0.1.25
optionalDependencies:
- '@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/core-darwin-arm64': 1.15.10
+ '@swc/core-darwin-x64': 1.15.10
+ '@swc/core-linux-arm-gnueabihf': 1.15.10
+ '@swc/core-linux-arm64-gnu': 1.15.10
+ '@swc/core-linux-arm64-musl': 1.15.10
+ '@swc/core-linux-x64-gnu': 1.15.10
+ '@swc/core-linux-x64-musl': 1.15.10
+ '@swc/core-win32-arm64-msvc': 1.15.10
+ '@swc/core-win32-ia32-msvc': 1.15.10
+ '@swc/core-win32-x64-msvc': 1.15.10
'@swc/helpers': 0.5.18
'@swc/counter@0.1.3': {}
@@ -11112,25 +11150,49 @@ snapshots:
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.18
'@tailwindcss/oxide-win32-x64-msvc': 4.1.18
- '@tailwindcss/vite@4.1.18(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
+ '@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
dependencies:
'@tailwindcss/node': 4.1.18
'@tailwindcss/oxide': 4.1.18
tailwindcss: 4.1.18
- vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
- '@tanstack/react-virtual@3.13.17(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
+ '@tanstack/react-virtual@3.13.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
- '@tanstack/virtual-core': 3.13.17
+ '@tanstack/virtual-core': 3.13.18
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
- '@tanstack/virtual-core@3.13.17': {}
+ '@tanstack/virtual-core@3.13.18': {}
+
+ '@tanstack/vue-virtual@3.13.18(vue@3.5.27(typescript@5.9.3))':
+ dependencies:
+ '@tanstack/virtual-core': 3.13.18
+ vue: 3.5.27(typescript@5.9.3)
+
+ '@testing-library/dom@10.4.1':
+ dependencies:
+ '@babel/code-frame': 7.28.6
+ '@babel/runtime': 7.28.6
+ '@types/aria-query': 5.0.4
+ aria-query: 5.3.0
+ dom-accessibility-api: 0.5.16
+ lz-string: 1.5.0
+ picocolors: 1.1.1
+ pretty-format: 27.5.1
+
+ '@testing-library/jest-dom@6.9.1':
+ dependencies:
+ '@adobe/css-tools': 4.4.4
+ aria-query: 5.3.2
+ css.escape: 1.5.1
+ dom-accessibility-api: 0.6.3
+ picocolors: 1.1.1
+ redent: 3.0.0
- '@tanstack/vue-virtual@3.13.17(vue@3.5.26(typescript@5.9.3))':
+ '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
dependencies:
- '@tanstack/virtual-core': 3.13.17
- vue: 3.5.26(typescript@5.9.3)
+ '@testing-library/dom': 10.4.1
'@trysound/sax@0.2.0': {}
@@ -11154,34 +11216,41 @@ snapshots:
tslib: 2.8.1
optional: true
- '@types/aws-lambda@8.10.159': {}
+ '@types/aria-query@5.0.4': {}
+
+ '@types/aws-lambda@8.10.160': {}
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.28.5
- '@babel/types': 7.28.5
+ '@babel/parser': 7.28.6
+ '@babel/types': 7.28.6
'@types/babel__generator': 7.27.0
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.28.0
'@types/babel__generator@7.27.0':
dependencies:
- '@babel/types': 7.28.5
+ '@babel/types': 7.28.6
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.28.5
- '@babel/types': 7.28.5
+ '@babel/parser': 7.28.6
+ '@babel/types': 7.28.6
'@types/babel__traverse@7.28.0':
dependencies:
- '@babel/types': 7.28.5
+ '@babel/types': 7.28.6
'@types/braces@3.0.5': {}
+ '@types/chai@5.2.3':
+ dependencies:
+ '@types/deep-eql': 4.0.2
+ assertion-error: 2.0.1
+
'@types/concat-stream@2.0.3':
dependencies:
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
'@types/d3-array@3.2.2': {}
@@ -11248,7 +11317,7 @@ snapshots:
'@types/d3-selection@3.0.11': {}
- '@types/d3-shape@3.1.7':
+ '@types/d3-shape@3.1.8':
dependencies:
'@types/d3-path': 3.1.1
@@ -11293,7 +11362,7 @@ snapshots:
'@types/d3-scale': 4.0.9
'@types/d3-scale-chromatic': 3.1.0
'@types/d3-selection': 3.0.11
- '@types/d3-shape': 3.1.7
+ '@types/d3-shape': 3.1.8
'@types/d3-time': 3.0.4
'@types/d3-time-format': 4.0.3
'@types/d3-timer': 3.0.2
@@ -11304,16 +11373,14 @@ snapshots:
dependencies:
'@types/ms': 2.1.0
+ '@types/deep-eql@4.0.2': {}
+
'@types/estree-jsx@1.0.5':
dependencies:
'@types/estree': 1.0.8
'@types/estree@1.0.8': {}
- '@types/fontkit@2.0.8':
- dependencies:
- '@types/node': 25.0.3
-
'@types/geojson@7946.0.16': {}
'@types/gtag.js@0.0.20': {}
@@ -11330,7 +11397,7 @@ snapshots:
'@types/json-schema@7.0.15': {}
- '@types/katex@0.16.7': {}
+ '@types/katex@0.16.8': {}
'@types/mdast@4.0.4':
dependencies:
@@ -11350,15 +11417,15 @@ snapshots:
'@types/node@16.18.11': {}
- '@types/node@22.19.3':
+ '@types/node@22.19.7':
dependencies:
undici-types: 6.21.0
- '@types/node@24.10.4':
+ '@types/node@24.10.9':
dependencies:
undici-types: 7.16.0
- '@types/node@25.0.3':
+ '@types/node@25.0.9':
dependencies:
undici-types: 7.16.0
@@ -11366,21 +11433,21 @@ snapshots:
'@types/prismjs@1.26.5': {}
- '@types/react-dom@19.2.3(@types/react@19.2.7)':
+ '@types/react-dom@19.2.3(@types/react@19.2.9)':
dependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
'@types/react-syntax-highlighter@15.5.13':
dependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- '@types/react@19.2.7':
+ '@types/react@19.2.9':
dependencies:
csstype: 3.2.3
'@types/sax@1.2.7':
dependencies:
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
'@types/supports-color@8.1.3': {}
@@ -11399,17 +11466,17 @@ snapshots:
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
optional: true
- '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(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.2
- '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/scope-manager': 8.52.0
- '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.52.0
+ '@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.53.1
+ '@typescript-eslint/type-utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.53.1
eslint: 9.39.2(jiti@2.6.1)
ignore: 7.0.5
natural-compare: 1.4.0
@@ -11418,41 +11485,41 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.52.0
- '@typescript-eslint/types': 8.52.0
- '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.52.0
+ '@typescript-eslint/scope-manager': 8.53.1
+ '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.53.1
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.52.0(typescript@5.9.3)':
+ '@typescript-eslint/project-service@8.53.1(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3)
- '@typescript-eslint/types': 8.52.0
+ '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/types': 8.53.1
debug: 4.4.3
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.52.0':
+ '@typescript-eslint/scope-manager@8.53.1':
dependencies:
- '@typescript-eslint/types': 8.52.0
- '@typescript-eslint/visitor-keys': 8.52.0
+ '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/visitor-keys': 8.53.1
- '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)':
+ '@typescript-eslint/tsconfig-utils@8.53.1(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/type-utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/types': 8.52.0
- '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
- '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
ts-api-utils: 2.4.0(typescript@5.9.3)
@@ -11460,14 +11527,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.52.0': {}
+ '@typescript-eslint/types@8.53.1': {}
- '@typescript-eslint/typescript-estree@8.52.0(typescript@5.9.3)':
+ '@typescript-eslint/typescript-estree@8.53.1(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/project-service': 8.52.0(typescript@5.9.3)
- '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3)
- '@typescript-eslint/types': 8.52.0
- '@typescript-eslint/visitor-keys': 8.52.0
+ '@typescript-eslint/project-service': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/visitor-keys': 8.53.1
debug: 4.4.3
minimatch: 9.0.5
semver: 7.7.3
@@ -11477,20 +11544,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.53.1(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.52.0
- '@typescript-eslint/types': 8.52.0
- '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.53.1
+ '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.52.0':
+ '@typescript-eslint/visitor-keys@8.53.1':
dependencies:
- '@typescript-eslint/types': 8.52.0
+ '@typescript-eslint/types': 8.53.1
eslint-visitor-keys: 4.2.1
'@ungap/structured-clone@1.3.0': {}
@@ -11554,13 +11621,13 @@ snapshots:
'@unrs/resolver-binding-win32-x64-msvc@1.11.1':
optional: true
- '@vercel/analytics@1.6.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))':
+ '@vercel/analytics@1.6.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))':
optionalDependencies:
react: 19.2.3
- vue: 3.5.26(typescript@5.9.3)
- vue-router: 4.6.3(vue@3.5.26(typescript@5.9.3))
+ vue: 3.5.27(typescript@5.9.3)
+ vue-router: 4.6.3(vue@3.5.27(typescript@5.9.3))
- '@vercel/build-utils@13.2.4': {}
+ '@vercel/build-utils@13.2.13': {}
'@vercel/edge@1.2.2': {}
@@ -11570,10 +11637,10 @@ snapshots:
dependencies:
'@vercel/oidc': 2.0.2
- '@vercel/nft@0.30.4(rollup@4.55.1)':
+ '@vercel/nft@0.30.4(rollup@4.55.2)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.3
- '@rollup/pluginutils': 5.3.0(rollup@4.55.1)
+ '@rollup/pluginutils': 5.3.0(rollup@4.55.2)
acorn: 8.15.0
acorn-import-attributes: 1.9.5(acorn@8.15.0)
async-sema: 3.1.1
@@ -11589,10 +11656,10 @@ snapshots:
- rollup
- supports-color
- '@vercel/nft@1.1.1(rollup@4.55.1)':
+ '@vercel/nft@1.1.1(rollup@4.55.2)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.3
- '@rollup/pluginutils': 5.3.0(rollup@4.55.1)
+ '@rollup/pluginutils': 5.3.0(rollup@4.55.2)
acorn: 8.15.0
acorn-import-attributes: 1.9.5(acorn@8.15.0)
async-sema: 3.1.1
@@ -11608,15 +11675,15 @@ snapshots:
- rollup
- supports-color
- '@vercel/node@5.5.16(@swc/core@1.15.8(@swc/helpers@0.5.18))(rollup@4.55.1)':
+ '@vercel/node@5.5.25(@swc/core@1.15.10(@swc/helpers@0.5.18))(rollup@4.55.2)':
dependencies:
'@edge-runtime/node-utils': 2.3.0
'@edge-runtime/primitives': 4.1.0
'@edge-runtime/vm': 3.2.0
'@types/node': 16.18.11
- '@vercel/build-utils': 13.2.4
+ '@vercel/build-utils': 13.2.13
'@vercel/error-utils': 2.0.3
- '@vercel/nft': 1.1.1(rollup@4.55.1)
+ '@vercel/nft': 1.1.1(rollup@4.55.2)
'@vercel/static-config': 3.1.2
async-listen: 3.0.0
cjs-module-lexer: 1.2.3
@@ -11629,10 +11696,10 @@ snapshots:
path-to-regexp: 8.3.0
path-to-regexp-updated: path-to-regexp@6.3.0
ts-morph: 12.0.0
- ts-node: 10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@16.18.11)(typescript@4.9.5)
+ ts-node: 10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@16.18.11)(typescript@4.9.5)
typescript: 4.9.5
typescript5: typescript@5.9.3
- undici: 7.18.1
+ undici: 7.18.2
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
@@ -11650,18 +11717,18 @@ snapshots:
'@types/ms': 2.1.0
ms: 2.1.3
- '@vercel/routing-utils@5.3.1':
+ '@vercel/routing-utils@5.3.2':
dependencies:
path-to-regexp: 8.3.0
path-to-regexp-updated: path-to-regexp@6.3.0
optionalDependencies:
ajv: 6.12.6
- '@vercel/speed-insights@1.3.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3))':
+ '@vercel/speed-insights@1.3.1(react@19.2.3)(vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))':
optionalDependencies:
react: 19.2.3
- vue: 3.5.26(typescript@5.9.3)
- vue-router: 4.6.3(vue@3.5.26(typescript@5.9.3))
+ vue: 3.5.27(typescript@5.9.3)
+ vue-router: 4.6.3(vue@3.5.27(typescript@5.9.3))
'@vercel/static-config@3.1.2':
dependencies:
@@ -11669,18 +11736,40 @@ snapshots:
json-schema-to-ts: 1.6.4
ts-morph: 12.0.0
- '@vitejs/plugin-react@4.7.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
+ '@vitejs/plugin-react@4.7.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))':
dependencies:
- '@babel/core': 7.28.5
- '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5)
- '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5)
+ '@babel/core': 7.28.6
+ '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.6)
+ '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.6)
'@rolldown/pluginutils': 1.0.0-beta.27
'@types/babel__core': 7.20.5
react-refresh: 0.17.0
- vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
transitivePeerDependencies:
- supports-color
+ '@vitest/expect@3.2.4':
+ dependencies:
+ '@types/chai': 5.2.3
+ '@vitest/spy': 3.2.4
+ '@vitest/utils': 3.2.4
+ chai: 5.3.3
+ tinyrainbow: 2.0.0
+
+ '@vitest/pretty-format@3.2.4':
+ dependencies:
+ tinyrainbow: 2.0.0
+
+ '@vitest/spy@3.2.4':
+ dependencies:
+ tinyspy: 4.0.4
+
+ '@vitest/utils@3.2.4':
+ dependencies:
+ '@vitest/pretty-format': 3.2.4
+ loupe: 3.2.1
+ tinyrainbow: 2.0.0
+
'@volar/kit@2.4.27(typescript@5.9.3)':
dependencies:
'@volar/language-service': 2.4.27
@@ -11731,103 +11820,109 @@ snapshots:
'@vscode/l10n@0.0.18': {}
- '@vue/compiler-core@3.5.26':
+ '@vue/compiler-core@3.5.27':
dependencies:
- '@babel/parser': 7.28.5
- '@vue/shared': 3.5.26
+ '@babel/parser': 7.28.6
+ '@vue/shared': 3.5.27
entities: 7.0.0
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.26':
+ '@vue/compiler-dom@3.5.27':
dependencies:
- '@vue/compiler-core': 3.5.26
- '@vue/shared': 3.5.26
+ '@vue/compiler-core': 3.5.27
+ '@vue/shared': 3.5.27
- '@vue/compiler-sfc@3.5.26':
+ '@vue/compiler-sfc@3.5.27':
dependencies:
- '@babel/parser': 7.28.5
- '@vue/compiler-core': 3.5.26
- '@vue/compiler-dom': 3.5.26
- '@vue/compiler-ssr': 3.5.26
- '@vue/shared': 3.5.26
+ '@babel/parser': 7.28.6
+ '@vue/compiler-core': 3.5.27
+ '@vue/compiler-dom': 3.5.27
+ '@vue/compiler-ssr': 3.5.27
+ '@vue/shared': 3.5.27
estree-walker: 2.0.2
magic-string: 0.30.21
postcss: 8.5.6
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.26':
+ '@vue/compiler-ssr@3.5.27':
dependencies:
- '@vue/compiler-dom': 3.5.26
- '@vue/shared': 3.5.26
+ '@vue/compiler-dom': 3.5.27
+ '@vue/shared': 3.5.27
'@vue/devtools-api@6.6.4': {}
- '@vue/reactivity@3.5.26':
+ '@vue/reactivity@3.5.27':
dependencies:
- '@vue/shared': 3.5.26
+ '@vue/shared': 3.5.27
- '@vue/runtime-core@3.5.26':
+ '@vue/runtime-core@3.5.27':
dependencies:
- '@vue/reactivity': 3.5.26
- '@vue/shared': 3.5.26
+ '@vue/reactivity': 3.5.27
+ '@vue/shared': 3.5.27
- '@vue/runtime-dom@3.5.26':
+ '@vue/runtime-dom@3.5.27':
dependencies:
- '@vue/reactivity': 3.5.26
- '@vue/runtime-core': 3.5.26
- '@vue/shared': 3.5.26
+ '@vue/reactivity': 3.5.27
+ '@vue/runtime-core': 3.5.27
+ '@vue/shared': 3.5.27
csstype: 3.2.3
- '@vue/server-renderer@3.5.26(vue@3.5.26(typescript@5.9.3))':
+ '@vue/server-renderer@3.5.27(vue@3.5.27(typescript@5.9.3))':
dependencies:
- '@vue/compiler-ssr': 3.5.26
- '@vue/shared': 3.5.26
- vue: 3.5.26(typescript@5.9.3)
+ '@vue/compiler-ssr': 3.5.27
+ '@vue/shared': 3.5.27
+ vue: 3.5.27(typescript@5.9.3)
- '@vue/shared@3.5.26': {}
+ '@vue/shared@3.5.27': {}
- '@vueuse/core@10.11.1(vue@3.5.26(typescript@5.9.3))':
+ '@vueless/storybook-dark-mode@10.0.6(storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3))':
+ dependencies:
+ '@storybook/global': 5.0.0
+ lodash-es: 4.17.22
+ storybook: 10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+
+ '@vueuse/core@10.11.1(vue@3.5.27(typescript@5.9.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.11.1
- '@vueuse/shared': 10.11.1(vue@3.5.26(typescript@5.9.3))
- vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
+ '@vueuse/shared': 10.11.1(vue@3.5.27(typescript@5.9.3))
+ vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@13.9.0(vue@3.5.26(typescript@5.9.3))':
+ '@vueuse/core@13.9.0(vue@3.5.27(typescript@5.9.3))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.9.0
- '@vueuse/shared': 13.9.0(vue@3.5.26(typescript@5.9.3))
- vue: 3.5.26(typescript@5.9.3)
+ '@vueuse/shared': 13.9.0(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.27(typescript@5.9.3)
- '@vueuse/integrations@13.9.0(axios@1.12.2)(focus-trap@7.7.1)(fuse.js@7.1.0)(vue@3.5.26(typescript@5.9.3))':
+ '@vueuse/integrations@13.9.0(axios@1.12.2)(focus-trap@7.8.0)(fuse.js@7.1.0)(vue@3.5.27(typescript@5.9.3))':
dependencies:
- '@vueuse/core': 13.9.0(vue@3.5.26(typescript@5.9.3))
- '@vueuse/shared': 13.9.0(vue@3.5.26(typescript@5.9.3))
- vue: 3.5.26(typescript@5.9.3)
+ '@vueuse/core': 13.9.0(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/shared': 13.9.0(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.27(typescript@5.9.3)
optionalDependencies:
axios: 1.12.2
- focus-trap: 7.7.1
+ focus-trap: 7.8.0
fuse.js: 7.1.0
'@vueuse/metadata@10.11.1': {}
'@vueuse/metadata@13.9.0': {}
- '@vueuse/shared@10.11.1(vue@3.5.26(typescript@5.9.3))':
+ '@vueuse/shared@10.11.1(vue@3.5.27(typescript@5.9.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.26(typescript@5.9.3))
+ vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@13.9.0(vue@3.5.26(typescript@5.9.3))':
+ '@vueuse/shared@13.9.0(vue@3.5.27(typescript@5.9.3))':
dependencies:
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
abbrev@2.0.0: {}
@@ -11878,22 +11973,22 @@ snapshots:
require-from-string: 2.0.2
uri-js: 4.4.1
- algoliasearch@5.46.2:
- dependencies:
- '@algolia/abtesting': 1.12.2
- '@algolia/client-abtesting': 5.46.2
- '@algolia/client-analytics': 5.46.2
- '@algolia/client-common': 5.46.2
- '@algolia/client-insights': 5.46.2
- '@algolia/client-personalization': 5.46.2
- '@algolia/client-query-suggestions': 5.46.2
- '@algolia/client-search': 5.46.2
- '@algolia/ingestion': 1.46.2
- '@algolia/monitoring': 1.46.2
- '@algolia/recommend': 5.46.2
- '@algolia/requester-browser-xhr': 5.46.2
- '@algolia/requester-fetch': 5.46.2
- '@algolia/requester-node-http': 5.46.2
+ algoliasearch@5.47.0:
+ dependencies:
+ '@algolia/abtesting': 1.13.0
+ '@algolia/client-abtesting': 5.47.0
+ '@algolia/client-analytics': 5.47.0
+ '@algolia/client-common': 5.47.0
+ '@algolia/client-insights': 5.47.0
+ '@algolia/client-personalization': 5.47.0
+ '@algolia/client-query-suggestions': 5.47.0
+ '@algolia/client-search': 5.47.0
+ '@algolia/ingestion': 1.47.0
+ '@algolia/monitoring': 1.47.0
+ '@algolia/recommend': 5.47.0
+ '@algolia/requester-browser-xhr': 5.47.0
+ '@algolia/requester-fetch': 5.47.0
+ '@algolia/requester-node-http': 5.47.0
ansi-align@3.0.1:
dependencies:
@@ -11911,6 +12006,8 @@ snapshots:
dependencies:
color-convert: 2.0.1
+ ansi-styles@5.2.0: {}
+
ansi-styles@6.2.3: {}
anymatch@3.1.3:
@@ -11928,6 +12025,10 @@ snapshots:
dependencies:
tslib: 2.8.1
+ aria-query@5.3.0:
+ dependencies:
+ dequal: 2.0.3
+
aria-query@5.3.2: {}
array-buffer-byte-length@1.0.2:
@@ -11972,31 +12073,37 @@ snapshots:
get-intrinsic: 1.3.0
is-array-buffer: 3.0.5
+ assertion-error@2.0.1: {}
+
ast-types-flow@0.0.8: {}
+ ast-types@0.16.1:
+ dependencies:
+ tslib: 2.8.1
+
astring@1.9.0: {}
- astro-auto-import@0.4.6(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
+ astro-auto-import@0.4.6(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
dependencies:
acorn: 8.15.0
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
- astro-embed@0.10.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
+ astro-embed@0.10.0(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
dependencies:
'@astro-community/astro-embed-baseline-status': 0.2.2
'@astro-community/astro-embed-bluesky': 0.1.6
- '@astro-community/astro-embed-integration': 0.9.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astro-community/astro-embed-integration': 0.9.0(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@astro-community/astro-embed-link-preview': 0.3.1
'@astro-community/astro-embed-twitter': 0.5.11
'@astro-community/astro-embed-vimeo': 0.3.12
'@astro-community/astro-embed-youtube': 0.5.10
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
astro-eslint-parser@1.2.2:
dependencies:
'@astrojs/compiler': 2.13.0
- '@typescript-eslint/scope-manager': 8.52.0
- '@typescript-eslint/types': 8.52.0
+ '@typescript-eslint/scope-manager': 8.53.1
+ '@typescript-eslint/types': 8.53.1
astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0)
debug: 4.4.3
entities: 6.0.1
@@ -12009,14 +12116,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- astro-expressive-code@0.41.5(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
+ astro-expressive-code@0.41.6(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
dependencies:
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
- rehype-expressive-code: 0.41.5
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ rehype-expressive-code: 0.41.6
- astro-favicons@3.1.5(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
+ astro-favicons@3.1.5(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
dependencies:
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
favilib: 1.0.5
ultrahtml: 1.6.0
@@ -12028,29 +12135,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
- astro-mermaid@1.2.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(mermaid@11.12.2):
+ astro-mermaid@1.3.1(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(mermaid@11.12.2):
dependencies:
- '@anthropic-ai/claude-code': 2.0.76
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
import-meta-resolve: 4.2.0
mdast-util-to-string: 4.0.0
mermaid: 11.12.2
unist-util-visit: 5.0.0
- astro-seo-schema@5.1.0(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(schema-dts@1.1.5):
+ astro-seo-schema@5.1.0(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(schema-dts@1.1.5):
dependencies:
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
schema-dts: 1.1.5
- astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2):
+ astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2):
dependencies:
'@astrojs/compiler': 2.13.0
'@astrojs/internal-helpers': 0.7.5
'@astrojs/markdown-remark': 6.3.10
'@astrojs/telemetry': 3.3.0
- '@capsizecss/unpack': 3.0.1
+ '@capsizecss/unpack': 4.0.0
'@oslojs/encoding': 1.1.0
- '@rollup/pluginutils': 5.3.0(rollup@4.55.1)
+ '@rollup/pluginutils': 5.3.0(rollup@4.55.2)
acorn: 8.15.0
aria-query: 5.3.2
axobject-query: 4.1.0
@@ -12062,15 +12168,15 @@ snapshots:
cssesc: 3.0.0
debug: 4.4.3
deterministic-object-hash: 2.0.2
- devalue: 5.6.1
- diff: 5.2.0
+ devalue: 5.6.2
+ diff: 8.0.3
dlv: 1.1.3
dset: 3.1.4
es-module-lexer: 1.7.0
esbuild: 0.27.2
estree-walker: 3.0.3
flattie: 1.1.1
- fontace: 0.3.1
+ fontace: 0.4.0
github-slugger: 2.0.0
html-escaper: 3.0.3
http-cache-semantics: 4.2.0
@@ -12088,19 +12194,19 @@ snapshots:
prompts: 2.4.2
rehype: 13.0.2
semver: 7.7.3
- shiki: 3.20.0
+ shiki: 3.21.0
smol-toml: 1.6.0
svgo: 4.0.0
tinyexec: 1.0.2
tinyglobby: 0.2.15
tsconfck: 3.1.6(typescript@5.9.3)
ultrahtml: 1.6.0
- unifont: 0.6.0
+ unifont: 0.7.3
unist-util-visit: 5.0.0
- unstorage: 1.17.3(@vercel/functions@2.2.13)
+ unstorage: 1.17.4(@vercel/functions@2.2.13)
vfile: 6.0.3
- vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
- vitefu: 1.1.1(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
+ vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
+ vitefu: 1.1.1(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))
xxhash-wasm: 1.1.0
yargs-parser: 21.1.1
yocto-spinner: 0.2.3
@@ -12147,7 +12253,7 @@ snapshots:
astrojs-compiler-sync@1.1.1(@astrojs/compiler@2.13.0):
dependencies:
'@astrojs/compiler': 2.13.0
- synckit: 0.11.11
+ synckit: 0.11.12
async-function@1.0.0: {}
@@ -12163,7 +12269,7 @@ snapshots:
autoprefixer@10.4.23(postcss@8.5.6):
dependencies:
browserslist: 4.28.1
- caniuse-lite: 1.0.30001762
+ caniuse-lite: 1.0.30001765
fraction.js: 5.3.4
picocolors: 1.1.1
postcss: 8.5.6
@@ -12175,7 +12281,7 @@ snapshots:
await-lock@2.2.2: {}
- axe-core@4.11.0: {}
+ axe-core@4.11.1: {}
axios@1.12.2:
dependencies:
@@ -12196,9 +12302,7 @@ snapshots:
base64-js@0.0.8: {}
- base64-js@1.5.1: {}
-
- baseline-browser-mapping@2.9.11: {}
+ baseline-browser-mapping@2.9.16: {}
bcp-47-match@2.0.3: {}
@@ -12244,14 +12348,10 @@ snapshots:
dependencies:
fill-range: 7.1.1
- brotli@1.3.3:
- dependencies:
- base64-js: 1.5.1
-
browserslist@4.28.1:
dependencies:
- baseline-browser-mapping: 2.9.11
- caniuse-lite: 1.0.30001762
+ baseline-browser-mapping: 2.9.16
+ caniuse-lite: 1.0.30001765
electron-to-chromium: 1.5.267
node-releases: 2.0.27
update-browserslist-db: 1.2.3(browserslist@4.28.1)
@@ -12260,6 +12360,10 @@ snapshots:
buffer-from@1.1.2: {}
+ bundle-name@4.1.0:
+ dependencies:
+ run-applescript: 7.1.0
+
call-bind-apply-helpers@1.0.2:
dependencies:
es-errors: 1.3.0
@@ -12283,10 +12387,18 @@ snapshots:
camelize@1.0.1: {}
- caniuse-lite@1.0.30001762: {}
+ caniuse-lite@1.0.30001765: {}
ccount@2.0.1: {}
+ chai@5.3.3:
+ dependencies:
+ assertion-error: 2.0.1
+ check-error: 2.1.3
+ deep-eql: 5.0.2
+ loupe: 3.2.1
+ pathval: 2.0.1
+
chalk@4.1.2:
dependencies:
ansi-styles: 4.3.0
@@ -12302,6 +12414,8 @@ snapshots:
character-reference-invalid@2.0.1: {}
+ check-error@2.1.3: {}
+
cheerio-select@2.1.0:
dependencies:
boolbase: 1.0.0
@@ -12322,7 +12436,7 @@ snapshots:
parse5: 7.3.0
parse5-htmlparser2-tree-adapter: 7.1.0
parse5-parser-stream: 7.1.2
- undici: 7.18.1
+ undici: 7.18.2
whatwg-mimetype: 4.0.0
chevrotain-allstar@0.3.1(chevrotain@11.0.3):
@@ -12355,6 +12469,10 @@ snapshots:
dependencies:
readdirp: 4.1.2
+ chokidar@5.0.0:
+ dependencies:
+ readdirp: 5.0.0
+
chownr@3.0.0: {}
ci-info@4.3.1: {}
@@ -12373,8 +12491,6 @@ snapshots:
strip-ansi: 6.0.1
wrap-ansi: 7.0.0
- clone@2.1.2: {}
-
clsx@1.2.1: {}
clsx@2.1.1: {}
@@ -12404,7 +12520,7 @@ snapshots:
commander@8.3.0: {}
- comment-parser@1.4.1: {}
+ comment-parser@1.4.4: {}
common-ancestor-path@1.0.1: {}
@@ -12496,6 +12612,8 @@ snapshots:
css-what@6.2.2: {}
+ css.escape@1.5.1: {}
+
cssesc@3.0.0: {}
csso@5.0.5:
@@ -12579,7 +12697,7 @@ snapshots:
d3-quadtree: 3.0.1
d3-timer: 3.0.1
- d3-format@3.1.0: {}
+ d3-format@3.1.2: {}
d3-geo@3.1.1:
dependencies:
@@ -12614,7 +12732,7 @@ snapshots:
d3-scale@4.0.2:
dependencies:
d3-array: 3.2.4
- d3-format: 3.1.0
+ d3-format: 3.1.2
d3-interpolate: 3.0.1
d3-time: 3.1.0
d3-time-format: 4.1.0
@@ -12671,7 +12789,7 @@ snapshots:
d3-ease: 3.0.1
d3-fetch: 3.0.1
d3-force: 3.0.0
- d3-format: 3.1.0
+ d3-format: 3.1.2
d3-geo: 3.1.1
d3-hierarchy: 3.1.2
d3-interpolate: 3.0.1
@@ -12727,18 +12845,29 @@ snapshots:
dependencies:
ms: 2.1.3
- decode-named-character-reference@1.2.0:
+ decode-named-character-reference@1.3.0:
dependencies:
character-entities: 2.0.2
+ deep-eql@5.0.2: {}
+
deep-is@0.1.4: {}
+ default-browser-id@5.0.1: {}
+
+ default-browser@5.4.0:
+ dependencies:
+ bundle-name: 4.1.0
+ default-browser-id: 5.0.1
+
define-data-property@1.1.4:
dependencies:
es-define-property: 1.0.1
es-errors: 1.3.0
gopd: 1.2.0
+ define-lazy-prop@3.0.0: {}
+
define-properties@1.2.1:
dependencies:
define-data-property: 1.1.4
@@ -12768,22 +12897,22 @@ snapshots:
dependencies:
base-64: 1.0.0
- devalue@5.6.1: {}
+ devalue@5.6.2: {}
devlop@1.1.0:
dependencies:
dequal: 2.0.3
- dfa@1.2.0: {}
-
- diff@4.0.2: {}
-
- diff@5.2.0: {}
+ diff@8.0.3: {}
direction@2.0.1: {}
dlv@1.1.3: {}
+ dom-accessibility-api@0.5.16: {}
+
+ dom-accessibility-api@0.6.3: {}
+
dom-serializer@2.0.0:
dependencies:
domelementtype: 2.3.0
@@ -12932,7 +13061,7 @@ snapshots:
typed-array-byte-offset: 1.0.4
typed-array-length: 1.0.7
unbox-primitive: 1.1.0
- which-typed-array: 1.1.19
+ which-typed-array: 1.1.20
es-define-property@1.0.1: {}
@@ -13044,7 +13173,7 @@ snapshots:
- supports-color
optional: true
- eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.52.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)):
+ eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.53.1(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)):
dependencies:
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
@@ -13055,7 +13184,7 @@ snapshots:
tinyglobby: 0.2.15
unrs-resolver: 1.11.1
optionalDependencies:
- eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.52.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-x: 4.16.1(@typescript-eslint/utils@8.53.1(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:
- supports-color
@@ -13063,7 +13192,7 @@ snapshots:
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
'@jridgewell/sourcemap-codec': 1.5.5
- '@typescript-eslint/types': 8.52.0
+ '@typescript-eslint/types': 8.53.1
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))
@@ -13073,10 +13202,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.52.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-x@4.16.1(@typescript-eslint/utils@8.53.1(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.52.0
- comment-parser: 1.4.1
+ '@typescript-eslint/types': 8.53.1
+ comment-parser: 1.4.4
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
@@ -13086,7 +13215,7 @@ snapshots:
stable-hash-x: 0.2.0
unrs-resolver: 1.11.1
optionalDependencies:
- '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
@@ -13097,7 +13226,7 @@ snapshots:
array-includes: 3.1.9
array.prototype.flatmap: 1.3.3
ast-types-flow: 0.0.8
- axe-core: 4.11.0
+ axe-core: 4.11.1
axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
@@ -13166,6 +13295,8 @@ snapshots:
acorn-jsx: 5.3.2(acorn@8.15.0)
eslint-visitor-keys: 4.2.1
+ esprima@4.0.1: {}
+
esquery@1.7.0:
dependencies:
estraverse: 5.3.0
@@ -13215,7 +13346,7 @@ snapshots:
etag@1.8.1: {}
- eventemitter3@5.0.1: {}
+ eventemitter3@5.0.4: {}
execa@5.1.1:
dependencies:
@@ -13229,12 +13360,12 @@ snapshots:
signal-exit: 3.0.7
strip-final-newline: 2.0.0
- expressive-code@0.41.5:
+ expressive-code@0.41.6:
dependencies:
- '@expressive-code/core': 0.41.5
- '@expressive-code/plugin-frames': 0.41.5
- '@expressive-code/plugin-shiki': 0.41.5
- '@expressive-code/plugin-text-markers': 0.41.5
+ '@expressive-code/core': 0.41.6
+ '@expressive-code/plugin-frames': 0.41.6
+ '@expressive-code/plugin-shiki': 0.41.6
+ '@expressive-code/plugin-text-markers': 0.41.6
exsolve@1.0.8: {}
@@ -13352,35 +13483,35 @@ snapshots:
transitivePeerDependencies:
- '@react-native-async-storage/async-storage'
- firebase@12.7.0:
+ firebase@12.8.0:
dependencies:
- '@firebase/ai': 2.6.1(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)
- '@firebase/analytics': 0.10.19(@firebase/app@0.14.6)
- '@firebase/analytics-compat': 0.2.25(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)
- '@firebase/app': 0.14.6
- '@firebase/app-check': 0.11.0(@firebase/app@0.14.6)
- '@firebase/app-check-compat': 0.4.0(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)
- '@firebase/app-compat': 0.5.6
+ '@firebase/ai': 2.7.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)
+ '@firebase/analytics': 0.10.19(@firebase/app@0.14.7)
+ '@firebase/analytics-compat': 0.2.25(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)
+ '@firebase/app': 0.14.7
+ '@firebase/app-check': 0.11.0(@firebase/app@0.14.7)
+ '@firebase/app-check-compat': 0.4.0(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)
+ '@firebase/app-compat': 0.5.7
'@firebase/app-types': 0.9.3
- '@firebase/auth': 1.12.0(@firebase/app@0.14.6)
- '@firebase/auth-compat': 0.6.2(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)
- '@firebase/data-connect': 0.3.12(@firebase/app@0.14.6)
+ '@firebase/auth': 1.12.0(@firebase/app@0.14.7)
+ '@firebase/auth-compat': 0.6.2(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)
+ '@firebase/data-connect': 0.3.12(@firebase/app@0.14.7)
'@firebase/database': 1.1.0
'@firebase/database-compat': 2.1.0
- '@firebase/firestore': 4.9.3(@firebase/app@0.14.6)
- '@firebase/firestore-compat': 0.4.3(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)
- '@firebase/functions': 0.13.1(@firebase/app@0.14.6)
- '@firebase/functions-compat': 0.4.1(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)
- '@firebase/installations': 0.6.19(@firebase/app@0.14.6)
- '@firebase/installations-compat': 0.2.19(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)
- '@firebase/messaging': 0.12.23(@firebase/app@0.14.6)
- '@firebase/messaging-compat': 0.2.23(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)
- '@firebase/performance': 0.7.9(@firebase/app@0.14.6)
- '@firebase/performance-compat': 0.2.22(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)
- '@firebase/remote-config': 0.7.0(@firebase/app@0.14.6)
- '@firebase/remote-config-compat': 0.2.20(@firebase/app-compat@0.5.6)(@firebase/app@0.14.6)
- '@firebase/storage': 0.14.0(@firebase/app@0.14.6)
- '@firebase/storage-compat': 0.4.0(@firebase/app-compat@0.5.6)(@firebase/app-types@0.9.3)(@firebase/app@0.14.6)
+ '@firebase/firestore': 4.10.0(@firebase/app@0.14.7)
+ '@firebase/firestore-compat': 0.4.4(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)
+ '@firebase/functions': 0.13.1(@firebase/app@0.14.7)
+ '@firebase/functions-compat': 0.4.1(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)
+ '@firebase/installations': 0.6.19(@firebase/app@0.14.7)
+ '@firebase/installations-compat': 0.2.19(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)
+ '@firebase/messaging': 0.12.23(@firebase/app@0.14.7)
+ '@firebase/messaging-compat': 0.2.23(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)
+ '@firebase/performance': 0.7.9(@firebase/app@0.14.7)
+ '@firebase/performance-compat': 0.2.22(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)
+ '@firebase/remote-config': 0.8.0(@firebase/app@0.14.7)
+ '@firebase/remote-config-compat': 0.2.21(@firebase/app-compat@0.5.7)(@firebase/app@0.14.7)
+ '@firebase/storage': 0.14.0(@firebase/app@0.14.7)
+ '@firebase/storage-compat': 0.4.0(@firebase/app-compat@0.5.7)(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)
'@firebase/util': 1.13.0
transitivePeerDependencies:
- '@react-native-async-storage/async-storage'
@@ -13394,29 +13525,20 @@ snapshots:
flattie@1.1.1: {}
- focus-trap@7.7.1:
+ focus-trap@7.8.0:
dependencies:
tabbable: 6.4.0
follow-redirects@1.15.11:
optional: true
- fontace@0.3.1:
+ fontace@0.4.0:
dependencies:
- '@types/fontkit': 2.0.8
- fontkit: 2.0.4
+ fontkitten: 1.0.2
- fontkit@2.0.4:
+ fontkitten@1.0.2:
dependencies:
- '@swc/helpers': 0.5.18
- brotli: 1.3.3
- clone: 2.1.2
- dfa: 1.2.0
- fast-deep-equal: 3.1.3
- restructure: 3.0.2
tiny-inflate: 1.0.3
- unicode-properties: 1.4.1
- unicode-trie: 2.0.0
for-each@0.3.5:
dependencies:
@@ -13435,10 +13557,10 @@ snapshots:
fraction.js@5.3.4: {}
- framer-motion@12.24.7(@emotion/is-prop-valid@0.8.8)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
+ framer-motion@12.27.5(@emotion/is-prop-valid@0.8.8)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
dependencies:
- motion-dom: 12.24.3
- motion-utils: 12.23.28
+ motion-dom: 12.27.5
+ motion-utils: 12.27.2
tslib: 2.8.1
optionalDependencies:
'@emotion/is-prop-valid': 0.8.8
@@ -13548,11 +13670,11 @@ snapshots:
graceful-fs@4.2.11: {}
- graphiql@5.2.2(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)):
+ graphiql@5.2.2(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)):
dependencies:
- '@graphiql/plugin-doc-explorer': 0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
- '@graphiql/plugin-history': 0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/node@25.0.3)(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
- '@graphiql/react': 0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.3)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ '@graphiql/plugin-doc-explorer': 0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ '@graphiql/plugin-history': 0.4.1(@graphiql/react@0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)))(@types/node@25.0.9)(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
+ '@graphiql/react': 0.37.3(@emotion/is-prop-valid@0.8.8)(@types/node@25.0.9)(@types/react-dom@19.2.3(@types/react@19.2.9))(@types/react@19.2.9)(graphql@16.10.0)(react-compiler-runtime@19.1.0-rc.1(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3))
graphql: 16.10.0
react: 19.2.3
react-compiler-runtime: 19.1.0-rc.1(react@19.2.3)
@@ -13582,7 +13704,7 @@ snapshots:
section-matter: 1.0.0
strip-bom-string: 1.0.0
- h3@1.15.4:
+ h3@1.15.5:
dependencies:
cookie-es: 1.2.2
crossws: 0.3.5
@@ -13591,7 +13713,7 @@ snapshots:
iron-webcrypto: 1.2.1
node-mock-http: 1.0.4
radix3: 1.1.2
- ufo: 1.6.2
+ ufo: 1.6.3
uncrypto: 0.1.3
hachure-fill@0.5.2: {}
@@ -13897,7 +14019,7 @@ snapshots:
i18next@23.16.8:
dependencies:
- '@babel/runtime': 7.28.4
+ '@babel/runtime': 7.28.6
iconv-lite@0.6.3:
dependencies:
@@ -13920,6 +14042,8 @@ snapshots:
imurmurhash@0.1.4: {}
+ indent-string@4.0.0: {}
+
inherits@2.0.4: {}
ini@4.1.3: {}
@@ -14083,7 +14207,7 @@ snapshots:
is-typed-array@1.1.15:
dependencies:
- which-typed-array: 1.1.19
+ which-typed-array: 1.1.20
is-weakmap@2.0.2: {}
@@ -14298,6 +14422,8 @@ snapshots:
longest-streak@3.1.0: {}
+ loupe@3.2.1: {}
+
lowlight@1.20.0:
dependencies:
fault: 1.0.4
@@ -14321,14 +14447,16 @@ snapshots:
dependencies:
react: 19.2.3
+ lz-string@1.5.0: {}
+
magic-string@0.30.21:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
magicast@0.5.1:
dependencies:
- '@babel/parser': 7.28.5
- '@babel/types': 7.28.5
+ '@babel/parser': 7.28.6
+ '@babel/types': 7.28.6
source-map-js: 1.2.1
make-error@1.3.6: {}
@@ -14381,7 +14509,7 @@ snapshots:
dependencies:
'@types/mdast': 4.0.4
'@types/unist': 3.0.3
- decode-named-character-reference: 1.2.0
+ decode-named-character-reference: 1.3.0
devlop: 1.1.0
mdast-util-to-string: 4.0.0
micromark: 4.0.2
@@ -14591,15 +14719,15 @@ snapshots:
ts-dedent: 2.2.0
uuid: 11.1.0
- meros@1.3.2(@types/node@25.0.3):
+ meros@1.3.2(@types/node@25.0.9):
optionalDependencies:
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
microdiff@1.5.0: {}
micromark-core-commonmark@2.0.3:
dependencies:
- decode-named-character-reference: 1.2.0
+ decode-named-character-reference: 1.3.0
devlop: 1.1.0
micromark-factory-destination: 2.0.1
micromark-factory-label: 2.0.1
@@ -14693,7 +14821,7 @@ snapshots:
micromark-extension-math@3.1.0:
dependencies:
- '@types/katex': 0.16.7
+ '@types/katex': 0.16.8
devlop: 1.1.0
katex: 0.16.27
micromark-factory-space: 2.0.1
@@ -14822,7 +14950,7 @@ snapshots:
micromark-util-decode-string@2.0.1:
dependencies:
- decode-named-character-reference: 1.2.0
+ decode-named-character-reference: 1.3.0
micromark-util-character: 2.1.1
micromark-util-decode-numeric-character-reference: 2.0.2
micromark-util-symbol: 2.0.1
@@ -14870,7 +14998,7 @@ snapshots:
dependencies:
'@types/debug': 4.1.12
debug: 4.4.3
- decode-named-character-reference: 1.2.0
+ decode-named-character-reference: 1.3.0
devlop: 1.1.0
micromark-core-commonmark: 2.0.3
micromark-factory-space: 2.0.1
@@ -14907,6 +15035,8 @@ snapshots:
mimic-fn@2.1.0: {}
+ min-indent@1.0.1: {}
+
minimatch@10.1.1:
dependencies:
'@isaacs/brace-expansion': 5.0.0
@@ -14934,23 +15064,23 @@ snapshots:
acorn: 8.15.0
pathe: 2.0.3
pkg-types: 1.3.1
- ufo: 1.6.2
+ ufo: 1.6.3
monaco-editor@0.52.2: {}
- monaco-graphql@1.7.3(graphql@16.10.0)(monaco-editor@0.52.2)(prettier@3.7.4):
+ monaco-graphql@1.7.3(graphql@16.10.0)(monaco-editor@0.52.2)(prettier@3.8.0):
dependencies:
graphql: 16.10.0
graphql-language-service: 5.5.0(graphql@16.10.0)
monaco-editor: 0.52.2
picomatch-browser: 2.2.6
- prettier: 3.7.4
+ prettier: 3.8.0
- motion-dom@12.24.3:
+ motion-dom@12.27.5:
dependencies:
- motion-utils: 12.23.28
+ motion-utils: 12.27.2
- motion-utils@12.23.28: {}
+ motion-utils@12.27.2: {}
mri@1.2.0: {}
@@ -14970,6 +15100,8 @@ snapshots:
nanoid@5.1.5: {}
+ nanoid@5.1.6: {}
+
nanostores@1.1.0: {}
napi-postinstall@0.3.4: {}
@@ -15089,7 +15221,7 @@ snapshots:
dependencies:
destr: 2.0.5
node-fetch-native: 1.6.7
- ufo: 1.6.2
+ ufo: 1.6.3
ohash@2.0.11: {}
@@ -15113,6 +15245,13 @@ snapshots:
regex: 6.1.0
regex-recursion: 6.0.2
+ open@10.2.0:
+ dependencies:
+ default-browser: 5.4.0
+ define-lazy-prop: 3.0.0
+ is-inside-container: 1.0.0
+ wsl-utils: 0.1.0
+
openapi-types@12.1.3: {}
optionator@0.9.4:
@@ -15144,7 +15283,7 @@ snapshots:
p-queue@8.1.1:
dependencies:
- eventemitter3: 5.0.1
+ eventemitter3: 5.0.4
p-timeout: 6.1.4
p-timeout@6.1.4: {}
@@ -15176,14 +15315,14 @@ snapshots:
'@types/unist': 2.0.11
character-entities-legacy: 3.0.0
character-reference-invalid: 2.0.1
- decode-named-character-reference: 1.2.0
+ decode-named-character-reference: 1.3.0
is-alphanumerical: 2.0.1
is-decimal: 2.0.1
is-hexadecimal: 2.0.1
parse-json@7.1.1:
dependencies:
- '@babel/code-frame': 7.27.1
+ '@babel/code-frame': 7.28.6
error-ex: 1.3.4
json-parse-even-better-errors: 3.0.2
lines-and-columns: 2.0.4
@@ -15241,6 +15380,8 @@ snapshots:
pathe@2.0.3: {}
+ pathval@2.0.1: {}
+
pend@1.2.0: {}
piccolore@0.1.3: {}
@@ -15276,13 +15417,13 @@ snapshots:
possible-typed-array-names@1.1.0: {}
- postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@25.0.3)(typescript@5.9.3)):
+ postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@25.0.9)(typescript@5.9.3)):
dependencies:
lilconfig: 3.1.3
yaml: 2.8.2
optionalDependencies:
postcss: 8.5.6
- ts-node: 10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@25.0.3)(typescript@5.9.3)
+ ts-node: 10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@25.0.9)(typescript@5.9.3)
postcss-nested@6.2.0(postcss@8.5.6):
dependencies:
@@ -15307,20 +15448,26 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
- preact@10.28.1: {}
+ preact@10.28.2: {}
prelude-ls@1.2.1: {}
prettier-plugin-astro@0.14.1:
dependencies:
'@astrojs/compiler': 2.13.0
- prettier: 3.7.4
+ prettier: 3.8.0
sass-formatter: 0.7.9
- prettier@3.7.4: {}
+ prettier@3.8.0: {}
pretty-bytes@6.1.1: {}
+ pretty-format@27.5.1:
+ dependencies:
+ ansi-regex: 5.0.1
+ ansi-styles: 5.2.0
+ react-is: 17.0.2
+
pretty-ms@7.0.1:
dependencies:
parse-ms: 2.1.0
@@ -15359,7 +15506,7 @@ snapshots:
'@protobufjs/path': 1.1.2
'@protobufjs/pool': 1.1.0
'@protobufjs/utf8': 1.1.0
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
long: 5.3.2
proxy-from-env@1.1.0:
@@ -15378,20 +15525,20 @@ snapshots:
queue-microtask@1.2.3: {}
- radix-vue@1.9.17(vue@3.5.26(typescript@5.9.3)):
+ radix-vue@1.9.17(vue@3.5.27(typescript@5.9.3)):
dependencies:
'@floating-ui/dom': 1.7.4
- '@floating-ui/vue': 1.1.9(vue@3.5.26(typescript@5.9.3))
+ '@floating-ui/vue': 1.1.9(vue@3.5.27(typescript@5.9.3))
'@internationalized/date': 3.10.1
'@internationalized/number': 3.6.5
- '@tanstack/vue-virtual': 3.13.17(vue@3.5.26(typescript@5.9.3))
- '@vueuse/core': 10.11.1(vue@3.5.26(typescript@5.9.3))
- '@vueuse/shared': 10.11.1(vue@3.5.26(typescript@5.9.3))
+ '@tanstack/vue-virtual': 3.13.18(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/core': 10.11.1(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/shared': 10.11.1(vue@3.5.27(typescript@5.9.3))
aria-hidden: 1.2.6
defu: 6.1.4
fast-deep-equal: 3.1.3
- nanoid: 5.1.5
- vue: 3.5.26(typescript@5.9.3)
+ nanoid: 5.1.6
+ vue: 3.5.27(typescript@5.9.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -15408,11 +15555,13 @@ snapshots:
react: 19.2.3
scheduler: 0.27.0
- react-markdown@10.1.0(@types/react@19.2.7)(react@19.2.3):
+ react-is@17.0.2: {}
+
+ react-markdown@10.1.0(@types/react@19.2.9)(react@19.2.3):
dependencies:
'@types/hast': 3.0.4
'@types/mdast': 4.0.4
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
devlop: 1.1.0
hast-util-to-jsx-runtime: 2.3.6
html-url-attributes: 3.0.1
@@ -15428,36 +15577,36 @@ snapshots:
react-refresh@0.17.0: {}
- react-remove-scroll-bar@2.3.8(@types/react@19.2.7)(react@19.2.3):
+ react-remove-scroll-bar@2.3.8(@types/react@19.2.9)(react@19.2.3):
dependencies:
react: 19.2.3
- react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.2.3)
+ react-style-singleton: 2.2.3(@types/react@19.2.9)(react@19.2.3)
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- react-remove-scroll@2.7.2(@types/react@19.2.7)(react@19.2.3):
+ react-remove-scroll@2.7.2(@types/react@19.2.9)(react@19.2.3):
dependencies:
react: 19.2.3
- react-remove-scroll-bar: 2.3.8(@types/react@19.2.7)(react@19.2.3)
- react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.2.3)
+ react-remove-scroll-bar: 2.3.8(@types/react@19.2.9)(react@19.2.3)
+ react-style-singleton: 2.2.3(@types/react@19.2.9)(react@19.2.3)
tslib: 2.8.1
- use-callback-ref: 1.3.3(@types/react@19.2.7)(react@19.2.3)
- use-sidecar: 1.1.3(@types/react@19.2.7)(react@19.2.3)
+ use-callback-ref: 1.3.3(@types/react@19.2.9)(react@19.2.3)
+ use-sidecar: 1.1.3(@types/react@19.2.9)(react@19.2.3)
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- react-style-singleton@2.2.3(@types/react@19.2.7)(react@19.2.3):
+ react-style-singleton@2.2.3(@types/react@19.2.9)(react@19.2.3):
dependencies:
get-nonce: 1.0.1
react: 19.2.3
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
react-syntax-highlighter@16.1.0(react@19.2.3):
dependencies:
- '@babel/runtime': 7.28.4
+ '@babel/runtime': 7.28.6
highlight.js: 10.7.3
highlightjs-vue: 1.0.0
lowlight: 1.20.0
@@ -15484,6 +15633,16 @@ snapshots:
readdirp@4.1.2: {}
+ readdirp@5.0.0: {}
+
+ recast@0.23.11:
+ dependencies:
+ ast-types: 0.16.1
+ esprima: 4.0.1
+ source-map: 0.6.1
+ tiny-invariant: 1.3.3
+ tslib: 2.8.1
+
recma-build-jsx@1.0.0:
dependencies:
'@types/estree': 1.0.8
@@ -15513,6 +15672,11 @@ snapshots:
unified: 11.0.5
vfile: 6.0.3
+ redent@3.0.0:
+ dependencies:
+ indent-string: 4.0.0
+ strip-indent: 3.0.0
+
reflect.getprototypeof@1.0.10:
dependencies:
call-bind: 1.0.8
@@ -15550,9 +15714,9 @@ snapshots:
gopd: 1.2.0
set-function-name: 2.0.2
- rehype-expressive-code@0.41.5:
+ rehype-expressive-code@0.41.6:
dependencies:
- expressive-code: 0.41.5
+ expressive-code: 0.41.6
rehype-external-links@3.0.0:
dependencies:
@@ -15571,7 +15735,7 @@ snapshots:
rehype-katex@7.0.1:
dependencies:
'@types/hast': 3.0.4
- '@types/katex': 0.16.7
+ '@types/katex': 0.16.8
hast-util-from-html-isomorphic: 2.0.0
hast-util-to-text: 4.0.2
katex: 0.16.27
@@ -15744,8 +15908,6 @@ snapshots:
supports-preserve-symlinks-flag: 1.0.0
optional: true
- restructure@3.0.2: {}
-
retext-latin@4.0.0:
dependencies:
'@types/nlcst': 2.0.3
@@ -15777,35 +15939,35 @@ snapshots:
robust-predicates@3.0.2: {}
- rollup@4.55.1:
+ rollup@4.55.2:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.55.1
- '@rollup/rollup-android-arm64': 4.55.1
- '@rollup/rollup-darwin-arm64': 4.55.1
- '@rollup/rollup-darwin-x64': 4.55.1
- '@rollup/rollup-freebsd-arm64': 4.55.1
- '@rollup/rollup-freebsd-x64': 4.55.1
- '@rollup/rollup-linux-arm-gnueabihf': 4.55.1
- '@rollup/rollup-linux-arm-musleabihf': 4.55.1
- '@rollup/rollup-linux-arm64-gnu': 4.55.1
- '@rollup/rollup-linux-arm64-musl': 4.55.1
- '@rollup/rollup-linux-loong64-gnu': 4.55.1
- '@rollup/rollup-linux-loong64-musl': 4.55.1
- '@rollup/rollup-linux-ppc64-gnu': 4.55.1
- '@rollup/rollup-linux-ppc64-musl': 4.55.1
- '@rollup/rollup-linux-riscv64-gnu': 4.55.1
- '@rollup/rollup-linux-riscv64-musl': 4.55.1
- '@rollup/rollup-linux-s390x-gnu': 4.55.1
- '@rollup/rollup-linux-x64-gnu': 4.55.1
- '@rollup/rollup-linux-x64-musl': 4.55.1
- '@rollup/rollup-openbsd-x64': 4.55.1
- '@rollup/rollup-openharmony-arm64': 4.55.1
- '@rollup/rollup-win32-arm64-msvc': 4.55.1
- '@rollup/rollup-win32-ia32-msvc': 4.55.1
- '@rollup/rollup-win32-x64-gnu': 4.55.1
- '@rollup/rollup-win32-x64-msvc': 4.55.1
+ '@rollup/rollup-android-arm-eabi': 4.55.2
+ '@rollup/rollup-android-arm64': 4.55.2
+ '@rollup/rollup-darwin-arm64': 4.55.2
+ '@rollup/rollup-darwin-x64': 4.55.2
+ '@rollup/rollup-freebsd-arm64': 4.55.2
+ '@rollup/rollup-freebsd-x64': 4.55.2
+ '@rollup/rollup-linux-arm-gnueabihf': 4.55.2
+ '@rollup/rollup-linux-arm-musleabihf': 4.55.2
+ '@rollup/rollup-linux-arm64-gnu': 4.55.2
+ '@rollup/rollup-linux-arm64-musl': 4.55.2
+ '@rollup/rollup-linux-loong64-gnu': 4.55.2
+ '@rollup/rollup-linux-loong64-musl': 4.55.2
+ '@rollup/rollup-linux-ppc64-gnu': 4.55.2
+ '@rollup/rollup-linux-ppc64-musl': 4.55.2
+ '@rollup/rollup-linux-riscv64-gnu': 4.55.2
+ '@rollup/rollup-linux-riscv64-musl': 4.55.2
+ '@rollup/rollup-linux-s390x-gnu': 4.55.2
+ '@rollup/rollup-linux-x64-gnu': 4.55.2
+ '@rollup/rollup-linux-x64-musl': 4.55.2
+ '@rollup/rollup-openbsd-x64': 4.55.2
+ '@rollup/rollup-openharmony-arm64': 4.55.2
+ '@rollup/rollup-win32-arm64-msvc': 4.55.2
+ '@rollup/rollup-win32-ia32-msvc': 4.55.2
+ '@rollup/rollup-win32-x64-gnu': 4.55.2
+ '@rollup/rollup-win32-x64-msvc': 4.55.2
fsevents: 2.3.3
roughjs@4.6.6:
@@ -15815,6 +15977,8 @@ snapshots:
points-on-curve: 0.2.0
points-on-path: 0.2.1
+ run-applescript@7.1.0: {}
+
run-parallel@1.2.0:
dependencies:
queue-microtask: 1.2.3
@@ -15868,7 +16032,7 @@ snapshots:
postcss-value-parser: 4.2.0
yoga-layout: 3.2.1
- sax@1.4.3: {}
+ sax@1.4.4: {}
scheduler@0.27.0: {}
@@ -15976,14 +16140,14 @@ snapshots:
execa: 5.1.1
fast-glob: 3.3.3
- shiki@3.20.0:
+ shiki@3.21.0:
dependencies:
- '@shikijs/core': 3.20.0
- '@shikijs/engine-javascript': 3.20.0
- '@shikijs/engine-oniguruma': 3.20.0
- '@shikijs/langs': 3.20.0
- '@shikijs/themes': 3.20.0
- '@shikijs/types': 3.20.0
+ '@shikijs/core': 3.21.0
+ '@shikijs/engine-javascript': 3.21.0
+ '@shikijs/engine-oniguruma': 3.21.0
+ '@shikijs/langs': 3.21.0
+ '@shikijs/themes': 3.21.0
+ '@shikijs/types': 3.21.0
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
@@ -16025,15 +16189,17 @@ snapshots:
sitemap@9.0.0:
dependencies:
- '@types/node': 24.10.4
+ '@types/node': 24.10.9
'@types/sax': 1.2.7
arg: 5.0.2
- sax: 1.4.3
+ sax: 1.4.4
smol-toml@1.6.0: {}
source-map-js@1.2.1: {}
+ source-map@0.6.1: {}
+
source-map@0.7.6: {}
space-separated-tokens@2.0.2: {}
@@ -16054,9 +16220,9 @@ snapshots:
stable-hash-x@0.2.0: {}
- starlight-image-zoom@0.13.2(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))):
+ starlight-image-zoom@0.13.2(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))):
dependencies:
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
mdast-util-mdx-jsx: 3.2.0
rehype-raw: 7.0.0
unist-util-visit: 5.0.0
@@ -16064,11 +16230,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- starlight-links-validator@0.19.2(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
+ starlight-links-validator@0.19.2(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
dependencies:
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@types/picomatch': 3.0.2
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
github-slugger: 2.0.0
hast-util-from-html: 2.0.3
hast-util-has-property: 3.0.0
@@ -16082,13 +16248,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- starlight-llms-txt@0.7.0(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
+ starlight-llms-txt@0.7.0(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)):
dependencies:
- '@astrojs/mdx': 4.3.13(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/mdx': 4.3.13(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@types/hast': 3.0.4
'@types/micromatch': 4.0.10
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
github-slugger: 2.0.0
hast-util-select: 6.0.4
micromatch: 4.0.8
@@ -16101,20 +16267,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- starlight-openapi@0.21.1(patch_hash=41bd3e60bc731bfd807f6ec06e6074376fabc3f395c5959e04aecf682230fc27)(@astrojs/markdown-remark@6.3.10)(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(openapi-types@12.1.3):
+ starlight-openapi@0.21.1(patch_hash=41bd3e60bc731bfd807f6ec06e6074376fabc3f395c5959e04aecf682230fc27)(@astrojs/markdown-remark@6.3.10)(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)))(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(openapi-types@12.1.3):
dependencies:
'@astrojs/markdown-remark': 6.3.10
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
'@readme/openapi-parser': 4.1.2(openapi-types@12.1.3)
- astro: 5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
+ astro: 5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)
github-slugger: 2.0.0
url-template: 3.1.1
transitivePeerDependencies:
- openapi-types
- starlight-package-managers@0.11.1(@astrojs/starlight@0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))):
+ starlight-package-managers@0.11.1(@astrojs/starlight@0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))):
dependencies:
- '@astrojs/starlight': 0.37.1(astro@5.16.6(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.3)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
+ '@astrojs/starlight': 0.37.3(astro@5.16.11(patch_hash=386a5b6c1c031ad8b1c2c74a36bf3db1d6bd6cdc4adab389147f24792c7a752e)(@types/node@25.0.9)(@vercel/functions@2.2.13)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.55.2)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))
statuses@2.0.2: {}
@@ -16123,6 +16289,29 @@ snapshots:
es-errors: 1.3.0
internal-slot: 1.1.0
+ storybook@10.1.11(@testing-library/dom@10.4.1)(prettier@3.8.0)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
+ dependencies:
+ '@storybook/global': 5.0.0
+ '@storybook/icons': 2.0.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
+ '@testing-library/jest-dom': 6.9.1
+ '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1)
+ '@vitest/expect': 3.2.4
+ '@vitest/spy': 3.2.4
+ esbuild: 0.27.2
+ open: 10.2.0
+ recast: 0.23.11
+ semver: 7.7.3
+ use-sync-external-store: 1.6.0(react@19.2.3)
+ ws: 8.19.0
+ optionalDependencies:
+ prettier: 3.8.0
+ transitivePeerDependencies:
+ - '@testing-library/dom'
+ - bufferutil
+ - react
+ - react-dom
+ - utf-8-validate
+
stream-replace-string@2.0.0: {}
string-width@4.2.3:
@@ -16201,6 +16390,10 @@ snapshots:
strip-final-newline@2.0.0: {}
+ strip-indent@3.0.0:
+ dependencies:
+ min-indent: 1.0.1
+
strip-json-comments@3.1.1: {}
style-mod@4.1.3: {}
@@ -16253,9 +16446,9 @@ snapshots:
css-what: 6.2.2
csso: 5.0.5
picocolors: 1.1.1
- sax: 1.4.3
+ sax: 1.4.4
- synckit@0.11.11:
+ synckit@0.11.12:
dependencies:
'@pkgr/core': 0.2.9
@@ -16269,7 +16462,7 @@ snapshots:
tapable@2.3.0: {}
- tar@7.5.2:
+ tar@7.5.4:
dependencies:
'@isaacs/fs-minipass': 4.0.1
chownr: 3.0.0
@@ -16290,6 +16483,8 @@ snapshots:
tiny-inflate@1.0.3: {}
+ tiny-invariant@1.3.3: {}
+
tinyexec@1.0.2: {}
tinyglobby@0.2.15:
@@ -16297,6 +16492,10 @@ snapshots:
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
+ tinyrainbow@2.0.0: {}
+
+ tinyspy@4.0.4: {}
+
tlds@1.261.0: {}
to-regex-range@5.0.1:
@@ -16328,7 +16527,7 @@ snapshots:
'@ts-morph/common': 0.11.1
code-block-writer: 10.1.1
- ts-node@10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@16.18.11)(typescript@4.9.5):
+ ts-node@10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@16.18.11)(typescript@4.9.5):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.12
@@ -16340,33 +16539,33 @@ snapshots:
acorn-walk: 8.3.4
arg: 4.1.3
create-require: 1.1.1
- diff: 4.0.2
+ diff: 8.0.3
make-error: 1.3.6
typescript: 4.9.5
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
optionalDependencies:
- '@swc/core': 1.15.8(@swc/helpers@0.5.18)
+ '@swc/core': 1.15.10(@swc/helpers@0.5.18)
- ts-node@10.9.1(@swc/core@1.15.8(@swc/helpers@0.5.18))(@types/node@25.0.3)(typescript@5.9.3):
+ ts-node@10.9.1(@swc/core@1.15.10(@swc/helpers@0.5.18))(@types/node@25.0.9)(typescript@5.9.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.12
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
acorn: 8.15.0
acorn-walk: 8.3.4
arg: 4.1.3
create-require: 1.1.1
- diff: 4.0.2
+ diff: 8.0.3
make-error: 1.3.6
typescript: 5.9.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
optionalDependencies:
- '@swc/core': 1.15.8(@swc/helpers@0.5.18)
+ '@swc/core': 1.15.10(@swc/helpers@0.5.18)
optional: true
ts-toolbelt@6.15.5: {}
@@ -16392,7 +16591,7 @@ snapshots:
type-fest@4.41.0: {}
- type-fest@5.0.0:
+ type-fest@5.4.1:
dependencies:
tagged-tag: 1.0.0
@@ -16437,12 +16636,12 @@ snapshots:
dependencies:
semver: 7.7.3
- typescript-eslint@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
+ typescript-eslint@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.9.3)
- '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/eslint-plugin': 8.53.1(@typescript-eslint/parser@8.53.1(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': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
@@ -16454,7 +16653,7 @@ snapshots:
uc.micro@2.1.0: {}
- ufo@1.6.2: {}
+ ufo@1.6.3: {}
uint8arrays@3.0.0:
dependencies:
@@ -16475,12 +16674,7 @@ snapshots:
undici-types@7.16.0: {}
- undici@7.18.1: {}
-
- unicode-properties@1.4.1:
- dependencies:
- base64-js: 1.5.1
- unicode-trie: 2.0.0
+ undici@7.18.2: {}
unicode-segmenter@0.14.5: {}
@@ -16509,7 +16703,7 @@ snapshots:
'@types/concat-stream': 2.0.3
'@types/debug': 4.1.12
'@types/is-empty': 1.2.3
- '@types/node': 22.19.3
+ '@types/node': 22.19.7
'@types/unist': 3.0.3
concat-stream: 2.0.0
debug: 4.4.3
@@ -16541,7 +16735,7 @@ snapshots:
trough: 2.2.0
vfile: 6.0.3
- unifont@0.6.0:
+ unifont@0.7.3:
dependencies:
css-tree: 3.1.0
ofetch: 1.5.1
@@ -16638,16 +16832,16 @@ snapshots:
'@unrs/resolver-binding-win32-ia32-msvc': 1.11.1
'@unrs/resolver-binding-win32-x64-msvc': 1.11.1
- unstorage@1.17.3(@vercel/functions@2.2.13):
+ unstorage@1.17.4(@vercel/functions@2.2.13):
dependencies:
anymatch: 3.1.3
- chokidar: 4.0.3
+ chokidar: 5.0.0
destr: 2.0.5
- h3: 1.15.4
- lru-cache: 10.4.3
+ h3: 1.15.5
+ lru-cache: 11.2.4
node-fetch-native: 1.6.7
ofetch: 1.5.1
- ufo: 1.6.2
+ ufo: 1.6.3
optionalDependencies:
'@vercel/functions': 2.2.13
@@ -16663,20 +16857,20 @@ snapshots:
url-template@3.1.1: {}
- use-callback-ref@1.3.3(@types/react@19.2.7)(react@19.2.3):
+ use-callback-ref@1.3.3(@types/react@19.2.9)(react@19.2.3):
dependencies:
react: 19.2.3
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
- use-sidecar@1.1.3(@types/react@19.2.7)(react@19.2.3):
+ use-sidecar@1.1.3(@types/react@19.2.9)(react@19.2.3):
dependencies:
detect-node-es: 1.1.0
react: 19.2.3
tslib: 2.8.1
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
use-sync-external-store@1.6.0(react@19.2.3):
dependencies:
@@ -16737,27 +16931,27 @@ snapshots:
dependencies:
monaco-editor: 0.52.2
- vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2):
+ vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2):
dependencies:
esbuild: 0.27.2
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
postcss: 8.5.6
- rollup: 4.55.1
+ rollup: 4.55.2
tinyglobby: 0.2.15
optionalDependencies:
- '@types/node': 25.0.3
+ '@types/node': 25.0.9
fsevents: 2.3.3
jiti: 2.6.1
lightningcss: 1.30.2
tsx: 4.21.0
yaml: 2.8.2
- vitefu@1.1.1(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)):
+ vitefu@1.1.1(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)):
optionalDependencies:
- vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)
- volar-service-css@0.0.67(@volar/language-service@2.4.27):
+ volar-service-css@0.0.68(@volar/language-service@2.4.27):
dependencies:
vscode-css-languageservice: 6.3.9
vscode-languageserver-textdocument: 1.0.12
@@ -16765,7 +16959,7 @@ snapshots:
optionalDependencies:
'@volar/language-service': 2.4.27
- volar-service-emmet@0.0.67(@volar/language-service@2.4.27):
+ volar-service-emmet@0.0.68(@volar/language-service@2.4.27):
dependencies:
'@emmetio/css-parser': 0.4.1
'@emmetio/html-matcher': 1.3.0
@@ -16774,7 +16968,7 @@ snapshots:
optionalDependencies:
'@volar/language-service': 2.4.27
- volar-service-html@0.0.67(@volar/language-service@2.4.27):
+ volar-service-html@0.0.68(@volar/language-service@2.4.27):
dependencies:
vscode-html-languageservice: 5.6.1
vscode-languageserver-textdocument: 1.0.12
@@ -16782,20 +16976,20 @@ snapshots:
optionalDependencies:
'@volar/language-service': 2.4.27
- volar-service-prettier@0.0.67(@volar/language-service@2.4.27)(prettier@3.7.4):
+ volar-service-prettier@0.0.68(@volar/language-service@2.4.27)(prettier@3.8.0):
dependencies:
vscode-uri: 3.1.0
optionalDependencies:
'@volar/language-service': 2.4.27
- prettier: 3.7.4
+ prettier: 3.8.0
- volar-service-typescript-twoslash-queries@0.0.67(@volar/language-service@2.4.27):
+ volar-service-typescript-twoslash-queries@0.0.68(@volar/language-service@2.4.27):
dependencies:
vscode-uri: 3.1.0
optionalDependencies:
'@volar/language-service': 2.4.27
- volar-service-typescript@0.0.67(@volar/language-service@2.4.27):
+ volar-service-typescript@0.0.68(@volar/language-service@2.4.27):
dependencies:
path-browserify: 1.0.1
semver: 7.7.3
@@ -16806,7 +17000,7 @@ snapshots:
optionalDependencies:
'@volar/language-service': 2.4.27
- volar-service-yaml@0.0.67(@volar/language-service@2.4.27):
+ volar-service-yaml@0.0.68(@volar/language-service@2.4.27):
dependencies:
vscode-uri: 3.1.0
yaml-language-server: 1.19.2
@@ -16858,30 +17052,30 @@ snapshots:
vue-component-type-helpers@3.2.2: {}
- vue-demi@0.14.10(vue@3.5.26(typescript@5.9.3)):
+ vue-demi@0.14.10(vue@3.5.27(typescript@5.9.3)):
dependencies:
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
- vue-router@4.6.2(vue@3.5.26(typescript@5.9.3)):
+ vue-router@4.6.2(vue@3.5.27(typescript@5.9.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
- vue-router@4.6.3(vue@3.5.26(typescript@5.9.3)):
+ vue-router@4.6.3(vue@3.5.27(typescript@5.9.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.26(typescript@5.9.3)
+ vue: 3.5.27(typescript@5.9.3)
optional: true
vue-sonner@1.3.2: {}
- vue@3.5.26(typescript@5.9.3):
+ vue@3.5.27(typescript@5.9.3):
dependencies:
- '@vue/compiler-dom': 3.5.26
- '@vue/compiler-sfc': 3.5.26
- '@vue/runtime-dom': 3.5.26
- '@vue/server-renderer': 3.5.26(vue@3.5.26(typescript@5.9.3))
- '@vue/shared': 3.5.26
+ '@vue/compiler-dom': 3.5.27
+ '@vue/compiler-sfc': 3.5.27
+ '@vue/runtime-dom': 3.5.27
+ '@vue/server-renderer': 3.5.27(vue@3.5.27(typescript@5.9.3))
+ '@vue/shared': 3.5.27
optionalDependencies:
typescript: 5.9.3
@@ -16936,7 +17130,7 @@ snapshots:
isarray: 2.0.5
which-boxed-primitive: 1.1.1
which-collection: 1.0.2
- which-typed-array: 1.1.19
+ which-typed-array: 1.1.20
which-collection@1.0.2:
dependencies:
@@ -16947,7 +17141,7 @@ snapshots:
which-pm-runs@1.1.0: {}
- which-typed-array@1.1.19:
+ which-typed-array@1.1.20:
dependencies:
available-typed-arrays: 1.0.7
call-bind: 1.0.8
@@ -16985,9 +17179,15 @@ snapshots:
wrappy@1.0.2: {}
+ ws@8.19.0: {}
+
+ wsl-utils@0.1.0:
+ dependencies:
+ is-wsl: 3.1.0
+
xml2js@0.6.2:
dependencies:
- sax: 1.4.3
+ sax: 1.4.4
xmlbuilder: 11.0.1
xmlbuilder@11.0.1: {}
@@ -17006,7 +17206,7 @@ snapshots:
ajv: 8.17.1
ajv-draft-04: 1.0.0(ajv@8.17.1)
lodash: 4.17.21
- prettier: 3.7.4
+ prettier: 3.8.0
request-light: 0.5.8
vscode-json-languageservice: 4.1.8
vscode-languageserver: 9.0.1
@@ -17068,9 +17268,9 @@ snapshots:
zod@4.3.5: {}
- zustand@5.0.9(@types/react@19.2.7)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)):
+ zustand@5.0.10(@types/react@19.2.9)(react@19.2.3)(use-sync-external-store@1.6.0(react@19.2.3)):
optionalDependencies:
- '@types/react': 19.2.7
+ '@types/react': 19.2.9
react: 19.2.3
use-sync-external-store: 1.6.0(react@19.2.3)
diff --git a/src/components/MoveReferenceDisabled.astro b/src/components/MoveReferenceDisabled.astro
index bd5f70f9..8a91838b 100644
--- a/src/components/MoveReferenceDisabled.astro
+++ b/src/components/MoveReferenceDisabled.astro
@@ -18,14 +18,14 @@ import { Aside, CardGrid, LinkCard } from "@astrojs/starlight/components";
@@ -11,23 +12,319 @@ const getEnvVar = (key: string, value: string | undefined): string => {
return value;
};
+/**
+ * Common documentation terms for intelligent word splitting.
+ * When users type concatenated words like "indexertable", we can split
+ * them into meaningful terms that Algolia can match.
+ */
+const DOCUMENTATION_TERMS = new Set([
+ // Core concepts
+ "indexer",
+ "table",
+ "reference",
+ "transaction",
+ "account",
+ "module",
+ "function",
+ "validator",
+ "node",
+ "network",
+ "blockchain",
+ "smart",
+ "contract",
+ "contracts",
+ "wallet",
+ "token",
+ "coin",
+ "fungible",
+ "asset",
+ "assets",
+ "nft",
+ "aggregator",
+ // Technical terms
+ "api",
+ "sdk",
+ "cli",
+ "rest",
+ "graphql",
+ "query",
+ "queries",
+ "mutation",
+ "subscription",
+ // Move-specific
+ "move",
+ "aptos",
+ "resource",
+ "resources",
+ "struct",
+ "entry",
+ "view",
+ "script",
+ // Common suffixes/prefixes
+ "get",
+ "set",
+ "create",
+ "delete",
+ "update",
+ "list",
+ "filter",
+ "filtering",
+ "stream",
+ "event",
+ "events",
+ // Documentation sections
+ "guide",
+ "guides",
+ "tutorial",
+ "tutorials",
+ "example",
+ "examples",
+ "quickstart",
+ "overview",
+ "introduction",
+ "getting",
+ "started",
+ "build",
+ "deploy",
+ "test",
+ "debug",
+ // Infrastructure
+ "fullnode",
+ "full",
+ "devnet",
+ "testnet",
+ "mainnet",
+ "local",
+ "docker",
+ "source",
+ // Misc common terms
+ "type",
+ "types",
+ "key",
+ "keys",
+ "address",
+ "hash",
+ "signature",
+ "signer",
+ "payload",
+ "gas",
+ "fee",
+ "fees",
+ "sequence",
+ "number",
+ "version",
+ "state",
+ "data",
+ "object",
+ "objects",
+ "collection",
+ "collections",
+ "digital",
+ "legacy",
+ "custom",
+ "processor",
+ "processors",
+]);
+
+/**
+ * Attempts to split a concatenated word into known documentation terms.
+ * Uses a greedy algorithm that tries to match the longest terms first.
+ *
+ * @example
+ * splitConcatenatedWord("indexertable") => "indexer table"
+ * splitConcatenatedWord("transactionstream") => "transaction stream"
+ * splitConcatenatedWord("unknownword") => "unknownword" (unchanged)
+ */
+function splitConcatenatedWord(word: string): string {
+ const lowerWord = word.toLowerCase();
+
+ // Don't process very short words or words that are already known terms
+ if (lowerWord.length < 4 || DOCUMENTATION_TERMS.has(lowerWord)) {
+ return word;
+ }
+
+ // Try to find splits using dynamic programming approach
+ const n = lowerWord.length;
+ // Initialize dp array with null values, except dp[0] which is an empty array
+ const dp: (string[] | null)[] = [];
+ for (let k = 0; k <= n; k++) {
+ dp.push(k === 0 ? [] : null);
+ }
+
+ for (let i = 1; i <= n; i++) {
+ // Try all possible previous positions
+ for (let j = 0; j < i; j++) {
+ const prevSplit = dp[j];
+ if (prevSplit === null || prevSplit === undefined) continue;
+
+ const substring = lowerWord.slice(j, i);
+ // Only accept substrings that are known terms (minimum 2 chars for flexibility)
+ if (substring.length >= 2 && DOCUMENTATION_TERMS.has(substring)) {
+ const currentSplit = dp[i];
+ // Prefer splits with fewer, longer words
+ if (
+ currentSplit === null ||
+ currentSplit === undefined ||
+ prevSplit.length + 1 < currentSplit.length
+ ) {
+ dp[i] = [...prevSplit, substring];
+ }
+ }
+ }
+ }
+
+ // If we found a valid split, return it
+ const finalSplit = dp[n];
+ if (finalSplit !== null && finalSplit !== undefined && finalSplit.length > 1) {
+ return finalSplit.join(" ");
+ }
+
+ return word;
+}
+
+/**
+ * Splits camelCase and PascalCase words into separate terms.
+ *
+ * @example
+ * splitCamelCase("IndexerTable") => "Indexer Table"
+ * splitCamelCase("getAccountResources") => "get Account Resources"
+ */
+function splitCamelCase(text: string): string {
+ return text.replace(/([a-z])([A-Z])/g, "$1 $2").replace(/([A-Z]+)([A-Z][a-z])/g, "$1 $2");
+}
+
+/**
+ * Preprocesses a search query to improve relevance:
+ * 1. Splits camelCase/PascalCase words
+ * 2. Attempts to split concatenated lowercase words using known terms
+ * 3. Preserves the original query terms alongside expanded ones
+ *
+ * @param query - The original search query
+ * @returns Preprocessed query with better word separation
+ */
+function preprocessQuery(query: string): string {
+ // First, split camelCase
+ const processed = splitCamelCase(query);
+
+ // Then process each word to split concatenated terms
+ const words = processed.split(/\s+/);
+ const processedWords = words.map((word) => {
+ // Skip if word contains non-alphanumeric chars (except common punctuation)
+ if (!/^[a-zA-Z0-9]+$/.test(word)) {
+ return word;
+ }
+
+ const split = splitConcatenatedWord(word);
+ // If we successfully split, include both original and split version
+ // to maximize chances of matching
+ if (split !== word && split.includes(" ")) {
+ return split;
+ }
+ return word;
+ });
+
+ return processedWords.join(" ");
+}
+
export default Object.freeze({
+ // Environment variables from astro:env/client - validated at runtime by getEnvVar
+ /* eslint-disable @typescript-eslint/no-unsafe-argument */
appId: getEnvVar("ALGOLIA_APP_ID", ALGOLIA_APP_ID),
apiKey: getEnvVar("ALGOLIA_SEARCH_API_KEY", ALGOLIA_SEARCH_API_KEY),
indexName: getEnvVar("ALGOLIA_INDEX_NAME", ALGOLIA_INDEX_NAME),
+ /* eslint-enable @typescript-eslint/no-unsafe-argument */
searchParameters: {
get facetFilters() {
return getFacetFilters();
},
+ // Improve typo tolerance for better fuzzy matching
+ typoTolerance: true,
+ // Allow more typos for longer words
+ minWordSizefor1Typo: 3,
+ minWordSizefor2Typos: 6,
+ // Make all words optional if no results, improving partial matches
+ removeWordsIfNoResults: "allOptional" as const,
+ // Use prefix search for all words (not just the last one)
+ queryType: "prefixAll" as const,
+ // Boost shallower pages (landing pages) by giving them higher ranking
+ // This uses Algolia's distinct feature to prefer top-level results
+ distinct: true,
+ // Enable getting ranking info for debugging
+ getRankingInfo: true,
},
insights: true,
+ /**
+ * Transforms the search client to preprocess queries before sending to Algolia.
+ * This improves search relevance by:
+ * - Splitting concatenated words (e.g., "indexertable" → "indexer table")
+ * - Splitting camelCase words (e.g., "IndexerTable" → "Indexer Table")
+ * - Adding optionalFilters to boost landing pages matching the query
+ */
+ transformSearchClient(searchClient) {
+ return {
+ ...searchClient,
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ search(requests: any) {
+ // Handle both array and object-style requests (Algolia API variations)
+ const requestsArray = Array.isArray(requests) ? requests : [requests];
+
+ // Preprocess queries to split concatenated words
+ const transformedRequests = requestsArray.map(
+ (request: { params?: { query?: string; optionalFilters?: string[] } }) => {
+ if (request.params?.query) {
+ const originalQuery = request.params.query;
+ const processedQuery = preprocessQuery(originalQuery);
+
+ // Build optionalFilters to boost URLs containing the search term
+ // This prioritizes landing pages (e.g., /build/cli for "CLI" search)
+ const queryTerms = originalQuery
+ .toLowerCase()
+ .split(/\s+/)
+ .filter((t) => t.length >= 2);
+
+ const optionalFilters: string[] = [];
+ for (const term of queryTerms) {
+ // Boost pages where the URL ends with the term (landing pages)
+ // Using hierarchy.lvl1 which typically contains the page path
+ optionalFilters.push(`hierarchy.lvl1:${term}`);
+ optionalFilters.push(`hierarchy.lvl0:${term}`);
+ }
+
+ console.log("[DocSearch] Query:", originalQuery, "optionalFilters:", optionalFilters);
+
+ return {
+ ...request,
+ params: {
+ ...request.params,
+ query: processedQuery,
+ // Add optional filters to boost matching pages
+ optionalFilters: [...(request.params.optionalFilters ?? []), ...optionalFilters],
+ },
+ };
+ }
+ return request;
+ },
+ );
+
+ // Return in the same format as received
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
+ return searchClient.search(
+ (Array.isArray(requests) ? transformedRequests : transformedRequests[0]) as Parameters<
+ typeof searchClient.search
+ >[0],
+ );
+ },
+ };
+ },
// Replace URL with the current origin so search
// can be used in local development and previews.
/**
- * Transforms search result URLs to use the current origin.
- * This enables search functionality in local development and preview environments.
+ * Transforms search result URLs and boosts entry-point pages.
+ * - Replaces URLs with current origin for local dev/preview
+ * - Boosts overview, setup, and getting-started pages for short queries
+ *
* @param items - Array of search result items from Algolia
- * @returns Transformed items with updated URLs
+ * @returns Transformed and potentially reordered items
*/
transformItems(items) {
if (!Array.isArray(items)) {
@@ -35,9 +332,12 @@ export default Object.freeze({
return [];
}
+ // Transform URLs to use current origin (for local dev/preview)
+ // Note: We can't reorder results here because DocSearch calls this
+ // function once per item, not for the entire result set.
+ // Boosting is done at query time via optionalFilters instead.
return items.map((item) => {
if (!item.url) {
- console.warn("Search result item missing URL");
return item;
}
@@ -51,7 +351,6 @@ export default Object.freeze({
url: url.href,
};
} catch {
- console.warn("Failed to parse URL:", item.url);
return item;
}
});
diff --git a/src/content/docs/build/sdks.mdx b/src/content/docs/build/sdks.mdx
index 7c5e548e..26a03fa9 100644
--- a/src/content/docs/build/sdks.mdx
+++ b/src/content/docs/build/sdks.mdx
@@ -27,6 +27,8 @@ Use these Aptos software development kits (SDKs), in combination with the [Aptos
+
+
## [Community SDKs](/build/sdks/community-sdks)
diff --git a/src/content/docs/build/sdks/forklift.mdx b/src/content/docs/build/sdks/forklift.mdx
new file mode 100644
index 00000000..f31ff6b7
--- /dev/null
+++ b/src/content/docs/build/sdks/forklift.mdx
@@ -0,0 +1,78 @@
+---
+title: "Forklift"
+description: "A TypeScript framework for developing, testing, and scripting Aptos Move smart contracts with local simulation, network forking, and live execution"
+sidebar:
+ label: "Forklift"
+---
+
+import { CardGrid, LinkCard } from '@astrojs/starlight/components';
+
+[Forklift](https://github.com/aptos-labs/forklift) is a TypeScript framework for developing, testing, and scripting Aptos Move smart contracts.
+
+Forklift complements the [TypeScript SDK](/build/sdks/ts-sdk):
+- Use the SDK to build client-side applications that interact with the blockchain
+- Use Forklift for the contract development workflow — writing tests, scripting deployments, and verifying your code works before going live.
+
+If you're coming from Ethereum, think of Forklift as Hardhat/Foundry for Aptos.
+
+## Features
+
+- **Three Execution Modes**: Local simulation, network forking, and live execution — same code works across all three.
+- **TypeScript Native**: Write tests and scripts in standard TypeScript with full Node.js capabilities.
+- **Easy Setup**: No need to manually spawn or manage a local validator node. Forklift handles the simulation lifecycle automatically.
+- **Isolation & Repeatability**: Each session runs in isolation with deterministic results — perfect for automated testing/CI.
+
+## The Harness
+
+Forklift provides a unified `Harness` class that works across three execution modes:
+
+| Mode | What It Does | Use For |
+|------|--------------|---------|
+| **Local Simulation** | Runs entirely in memory, instant execution | Development, unit tests, CI |
+| **Network Forking** | Fetches real chain state, simulates locally | Testing against mainnet/testnet without spending gas |
+| **Live Execution** | Executes real transactions | Deploying and interacting for real |
+
+**Network Forking is the killer feature** — test your contracts against real deployed protocols and dry-run deployment scripts against production state, all without spending gas or affecting the network.
+
+The same code works in all three modes. Write your workflow once, run it locally for fast iteration, fork mainnet to verify against real state, then execute live when ready.
+
+```typescript
+import { Harness } from "@aptos-labs/forklift";
+
+const harness = Harness.createLocal(); // or createNetworkFork(), createLive()
+
+harness.init_cli_profile("alice");
+harness.fundAccount("alice", 100_000_000);
+
+const result = harness.deployCodeObject({
+ sender: "alice",
+ packageDir: "./move/my_contract",
+ packageAddressName: "my_contract",
+});
+
+harness.runMoveFunction({
+ sender: "alice",
+ functionId: `${result.Result.deployed_object_address}::my_module::my_function`,
+ args: ["u64:42"],
+});
+
+harness.cleanup();
+```
+
+## Get Started
+
+
+
+
+
+
diff --git a/src/starlight-overrides/PageFrame.astro b/src/starlight-overrides/PageFrame.astro
index 4276197f..26c48160 100644
--- a/src/starlight-overrides/PageFrame.astro
+++ b/src/starlight-overrides/PageFrame.astro
@@ -24,8 +24,8 @@ const { hasSidebar } = Astro.locals.starlightRoute;