Openstatus www.openstatus.dev

๐Ÿ“ docs improvments (#1126)

* ๐Ÿ“ improvments

* ๐Ÿ“ improvments

* ci: apply automated fixes

* ๐Ÿ“ improvments

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
50b980fc fd018dc0

+313 -339
+7 -7
apps/docs/astro.config.mjs
··· 57 57 items: [ 58 58 { label: "Overview", slug: "monitoring/overview" }, 59 59 { 60 - label: "Create you first monitor", 60 + label: "Create a synthetic check", 61 61 slug: "monitoring/create-monitor", 62 62 }, 63 63 { 64 - label: "View your monitor data", 64 + label: "View your results data", 65 65 slug: "monitoring/monitor-data-collected", 66 66 }, 67 67 { 68 - label: "Group your monitors", 68 + label: "Group your checks", 69 69 slug: "monitoring/group-monitor-tag", 70 70 }, 71 71 { 72 - label: "Clone a monitor", 72 + label: "Clone a check", 73 73 slug: "monitoring/clone-monitor", 74 74 }, 75 75 { 76 - label: "Monitor Types", 76 + label: "Check Types", 77 77 collapsed: true, 78 78 items: [ 79 79 { ··· 103 103 slug: "monitoring/customization/notification", 104 104 }, 105 105 { 106 - label: "Regions", 107 - slug: "monitoring/customization/regions", 106 + label: "Locations", 107 + slug: "monitoring/customization/locations", 108 108 }, 109 109 { 110 110 label: "Timing",
+3 -3
apps/docs/package.json
··· 14 14 "@astrojs/sitemap": "3.2.1", 15 15 "@astrojs/starlight": "0.29.2", 16 16 "@astrojs/starlight-tailwind": "2.0.3", 17 - "@astrojs/tailwind": "5.1.2", 17 + "@astrojs/tailwind": "5.1.3", 18 18 "astro": "4.16.14", 19 19 "sharp": "0.33.5", 20 20 "starlight-showcases": "0.2.0", ··· 22 22 "unplugin-icons": "0.20.1" 23 23 }, 24 24 "devDependencies": { 25 - "@iconify-json/lucide": "1.2.15", 26 - "typescript": "5.6.3" 25 + "@iconify-json/lucide": "1.2.17", 26 + "typescript": "5.7.2" 27 27 } 28 28 }
apps/docs/src/assets/monitor/create-monitor.png

This is a binary file and will not be displayed.

apps/docs/src/assets/monitor/overview.png

This is a binary file and will not be displayed.

+5 -1
apps/docs/src/content/config.ts
··· 1 1 import { defineCollection } from "astro:content"; 2 2 import { docsSchema } from "@astrojs/starlight/schema"; 3 + // import { glob } from "astro/loaders"; 3 4 import { topicSchema } from "starlight-sidebar-topics/schema"; 4 5 5 6 export const collections = { 6 - docs: defineCollection({ schema: docsSchema({ extend: topicSchema }) }), 7 + docs: defineCollection({ 8 + // loader: glob({ pattern: "**/*.mdx", base: "./src/content/docs" }), 9 + schema: docsSchema({ extend: topicSchema }), 10 + }), 7 11 };
+12 -3
apps/docs/src/content/docs/getting-started/introduction.mdx
··· 22 22 All our code is open-source and you can host it on your own infrastructure. 23 23 24 24 <Aside> 25 - It is not easy to self-host OpenStatus on your own at the moment. We will be working on making it easier in the future. 25 + It is not easy to self-host OpenStatus on your own at the moment. We will be working on community version to make it easier in the future. 26 26 </Aside> 27 27 28 - ### Lightweight Self hosted 28 + ### Commmunity version 29 + 30 + We are working on a multiple community version of OpenStatus that will be easier to self-host. 31 + 32 + #### Vercel Edge Checker 33 + 34 + You can use our [Vercel Edge Checker](https://github.com/openstatusHQ/vercel-edge-ping) version of OpenStatus. It is a simple version of OpenStatus that can be deployed to Vercel with one click. 29 35 30 - If you want to self-host OpenStatus, you can use our lightweight version of OpenStatus called [Vercel Edge Checker](https://github.com/openstatusHQ/vercel-edge-ping). 36 + 37 + <Aside> 38 + More version will be available in the future. ๐Ÿšง 39 + </Aside>
+1
apps/docs/src/content/docs/guides/introduction.mdx
··· 1 1 --- 2 2 title: Introduction 3 + description: Guides to get started with OpenStatus 3 4 sidebar: 4 5 label: Introduction 5 6 order: 1
+1 -1
apps/docs/src/content/docs/index.mdx
··· 14 14 15 15 ### What is OpenStatus? 16 16 17 - [OpenStatus](https://www.openstatus.dev) is an open-source synthetic monitoring tool that helps you monitor the availability and performance of your website, API, servers from various locations around the world. 17 + [OpenStatus](https://www.openstatus.dev) is an open-source synthetic monitoring tool that helps you monitor the availability and performance of your website, API, servers, or anything that can be monitored from various locations around the world. 18 18 19 19 We also provide beautiful [status pages](/status-page/overview) to keep your users informed about the status of your services. 20 20
+16 -1
apps/docs/src/content/docs/monitoring/create-monitor.mdx
··· 1 1 --- 2 - title: How to create a monitor? 2 + title: How to create a synthetic check? 3 3 description: "How to create your first monitor with OpenStatus" 4 4 --- 5 5 6 6 import { Image } from 'astro:assets'; 7 7 import { Aside, CardGrid, LinkCard } from '@astrojs/starlight/components'; 8 8 import monitorDetail from '../../../assets/monitor/monitor-detail.png'; 9 + import createMonitor from '../../../assets/monitor/create-monitor.png'; 10 + 9 11 import { ShowcaseYouTube } from 'starlight-showcases' 10 12 13 + <Image 14 + src={createMonitor} 15 + alt="Charts with status code and response time" 16 + /> 17 + 18 + First you need to create a monitor to start monitoring your services. 19 + 20 + ## What is a monitor? 21 + 22 + A monitor is a job that runs periodically or on-demand and checks the status of a service. A monitor will do some synthetic checks to ensure that your service is working as expected. 23 + 24 + 25 + ## Create your first monitor 11 26 12 27 Go to the **Monitors** page and click on the **Create Monitor** button. 13 28
+13 -2
apps/docs/src/content/docs/monitoring/customization/regions.mdx apps/docs/src/content/docs/monitoring/customization/locations.mdx
··· 1 1 --- 2 - title: Regions 3 - description: "How to change the regions for your synthetic checks in OpenStatus" 2 + title: Locations 3 + description: "How to change the locations for your synthetic checks in OpenStatus" 4 4 --- 5 5 6 + 7 + We have multiple locations around the world to monitor your services. You can choose from public locations or use private locations that you own and manage. 8 + 9 + ## Public Locations 10 + 6 11 For free users, OpenStatus will monitor your service from six location, one on every continent. For paid users, you can choose from multiple locations around the world to monitor your service. 12 + 7 13 8 14 To change regions for your monitors: _Select a monitor &rarr; Settings &rarr; Scheduling & Regions_. 9 15 ··· 58 64 Oceania 59 65 60 66 - Sydney, Australia ๐Ÿ‡ฆ๐Ÿ‡บ (free) 67 + 68 + 69 + ## Private Locations 70 + 71 + You can also use private locations to monitor your services. Private locations are servers that you own and manage. If you want to use private locations, please [contact us](mailto:ping@openstatus.dev) for more information.
+12 -1
apps/docs/src/content/docs/monitoring/overview.mdx
··· 1 1 --- 2 2 title: Overview 3 - description: "How to create your first monitor with OpenStatus.dev" 3 + description: "Learn more about synthetic monitoring and how to use it with OpenStatus" 4 4 --- 5 5 6 6 import { CardGrid, LinkCard } from '@astrojs/starlight/components'; 7 + import { Image } from 'astro:assets'; 8 + import overview from '../../../assets/monitor/overview.png'; 9 + 10 + <Image 11 + src={overview} 12 + alt="Charts with status code and response time" 13 + /> 7 14 8 15 With synthetic monitoring, you can simulated requests to monitor the availability and performance of 9 16 your website, API, or server from various locations around the world. ··· 15 22 16 23 You can create monitors in our dashboard, with the [API](https://api.openstatus.dev/v1#tag/monitor/POST/monitor) or with our [Terraform provider](/tools/terraform). 17 24 25 + 26 + ### What is synthetic monitoring? 27 + 28 + Synthetic monitoring is a type of monitoring that simulates user interactions with your website or API. It is used to monitor the availability and performance of your website or API from various locations around the world to ensure that it is working as expected. 18 29 19 30 ### What is a monitor? 20 31
+243 -320
pnpm-lock.yaml
··· 31 31 dependencies: 32 32 '@astrojs/check': 33 33 specifier: 0.9.4 34 - version: 0.9.4(prettier@3.3.2)(typescript@5.6.3) 34 + version: 0.9.4(prettier@3.3.2)(typescript@5.7.2) 35 35 '@astrojs/sitemap': 36 36 specifier: 3.2.1 37 37 version: 3.2.1 38 38 '@astrojs/starlight': 39 39 specifier: 0.29.2 40 - version: 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 40 + version: 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 41 41 '@astrojs/starlight-tailwind': 42 42 specifier: 2.0.3 43 - version: 2.0.3(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)))(@astrojs/tailwind@5.1.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3))) 43 + version: 2.0.3(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)))(@astrojs/tailwind@5.1.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2))) 44 44 '@astrojs/tailwind': 45 - specifier: 5.1.2 46 - version: 5.1.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)) 45 + specifier: 5.1.3 46 + version: 5.1.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 47 47 astro: 48 48 specifier: 4.16.14 49 - version: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 49 + version: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 50 50 sharp: 51 51 specifier: 0.33.5 52 52 version: 0.33.5 53 53 starlight-showcases: 54 54 specifier: 0.2.0 55 - version: 0.2.0(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)))(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 55 + version: 0.2.0(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)))(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 56 56 starlight-sidebar-topics: 57 57 specifier: 0.2.1 58 - version: 0.2.1(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))) 58 + version: 0.2.1(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))) 59 59 unplugin-icons: 60 60 specifier: 0.20.1 61 61 version: 0.20.1(@vue/compiler-sfc@3.4.31) 62 62 devDependencies: 63 63 '@iconify-json/lucide': 64 - specifier: 1.2.15 65 - version: 1.2.15 64 + specifier: 1.2.17 65 + version: 1.2.17 66 66 typescript: 67 - specifier: 5.6.3 68 - version: 5.6.3 67 + specifier: 5.7.2 68 + version: 5.7.2 69 69 70 70 apps/screenshot-service: 71 71 dependencies: ··· 92 92 version: 2.6.2 93 93 drizzle-orm: 94 94 specifier: 0.35.3 95 - version: 0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1) 95 + version: 0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1) 96 96 hono: 97 97 specifier: 4.5.3 98 98 version: 4.5.3 ··· 162 162 version: link:../../packages/utils 163 163 '@scalar/hono-api-reference': 164 164 specifier: 0.5.131 165 - version: 0.5.131(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))(typescript@5.6.3) 165 + version: 0.5.131(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(typescript@5.7.2) 166 166 '@t3-oss/env-core': 167 167 specifier: 0.7.1 168 - version: 0.7.1(typescript@5.6.3)(zod@3.23.8) 168 + version: 0.7.1(typescript@5.7.2)(zod@3.23.8) 169 169 '@unkey/api': 170 170 specifier: 0.23.0 171 171 version: 0.23.0 ··· 516 516 version: link:../../packages/tsconfig 517 517 '@types/bun': 518 518 specifier: latest 519 - version: 1.1.13 519 + version: 1.1.14 520 520 521 521 packages/analytics: 522 522 dependencies: ··· 627 627 version: 0.7.0(typescript@5.5.2)(zod@3.23.8) 628 628 drizzle-orm: 629 629 specifier: 0.35.3 630 - version: 0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1) 630 + version: 0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1) 631 631 drizzle-zod: 632 632 specifier: 0.5.1 633 - version: 0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1))(zod@3.23.8) 633 + version: 0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1))(zod@3.23.8) 634 634 zod: 635 635 specifier: 3.23.8 636 636 version: 3.23.8 ··· 1282 1282 peerDependencies: 1283 1283 astro: ^4.14.0 1284 1284 1285 - '@astrojs/tailwind@5.1.2': 1286 - resolution: {integrity: sha512-IvOF0W/dtHElcXvhrPR35nHmhyV3cfz1EzPitMGtU7sYy9Hci3BNK1To6FWmVuuNKPxza1IgCGetSynJZL7fOg==} 1285 + '@astrojs/tailwind@5.1.3': 1286 + resolution: {integrity: sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==} 1287 1287 peerDependencies: 1288 - astro: ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0 1288 + astro: ^3.0.0 || ^4.0.0 || ^5.0.0 1289 1289 tailwindcss: ^3.0.24 1290 1290 1291 1291 '@astrojs/telemetry@3.1.0': ··· 3124 3124 peerDependencies: 3125 3125 react-hook-form: ^7.0.0 3126 3126 3127 - '@iconify-json/lucide@1.2.15': 3128 - resolution: {integrity: sha512-mbHlTJRqOrqRk8E8xnpPzqZwCqsKNB9ZyITqDEYEtePEGxki9VJWJMU8JcNqRKDfPS9vlFsjwepUuOGgusmZUA==} 3127 + '@iconify-json/lucide@1.2.17': 3128 + resolution: {integrity: sha512-y+4P1DxD2h4d4fGYxikUdMf0o21DD0GIE/YIgixEBIXKbE90LTOFqmoxkGyPpaGk3vT2qE2w/28+sdmBMFsd5w==} 3129 3129 3130 3130 '@iconify/types@2.0.0': 3131 3131 resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} ··· 5364 5364 '@types/body-parser@1.19.5': 5365 5365 resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} 5366 5366 5367 - '@types/bun@1.1.13': 5368 - resolution: {integrity: sha512-KmQxSBgVWCl6RSuerlLGZlIWfdxkKqat0nxN61+qu4y1KDn0Ll3j7v1Pl8GnaL3a/U6GGWVTJh75ap62kR1E8Q==} 5367 + '@types/bun@1.1.14': 5368 + resolution: {integrity: sha512-opVYiFGtO2af0dnWBdZWlioLBoxSdDO5qokaazLhq8XQtGZbY4pY3/JxY8Zdf/hEwGubbp7ErZXoN1+h2yesxA==} 5369 5369 5370 5370 '@types/caseless@0.12.4': 5371 5371 resolution: {integrity: sha512-2in/lrHRNmDvHPgyormtEralhPcN3An1gLjJzj2Bw145VBxkQ75JEXW6CTdMAwShiHQcYsl2d10IjQSdJSJz4g==} ··· 6072 6072 bun-types@1.0.8: 6073 6073 resolution: {integrity: sha512-2dNB+dBwAcFW7RSd4y5vKycRjouKVklSwPk4EjBKWvcMYUBOqZGGNzV7+b2tfKBG3BeRXnozbnegVKR1azuATg==} 6074 6074 6075 - bun-types@1.1.34: 6076 - resolution: {integrity: sha512-br5QygTEL/TwB4uQOb96Ky22j4Gq2WxWH/8Oqv20fk5HagwKXo/akB+LiYgSfzexCt6kkcUaVm+bKiPl71xPvw==} 6075 + bun-types@1.1.37: 6076 + resolution: {integrity: sha512-C65lv6eBr3LPJWFZ2gswyrGZ82ljnH8flVE03xeXxKhi2ZGtFiO4isRKTKnitbSqtRAcaqYSR6djt1whI66AbA==} 6077 6077 6078 6078 bundle-require@4.0.2: 6079 6079 resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==} ··· 7437 7437 hast-util-to-estree@3.1.0: 7438 7438 resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==} 7439 7439 7440 - hast-util-to-html@9.0.1: 7441 - resolution: {integrity: sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==} 7442 - 7443 7440 hast-util-to-html@9.0.3: 7444 7441 resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} 7445 7442 ··· 7599 7596 7600 7597 inflight@1.0.6: 7601 7598 resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} 7599 + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. 7602 7600 7603 7601 inherits@2.0.4: 7604 7602 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} ··· 8144 8142 magic-string@0.30.10: 8145 8143 resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} 8146 8144 8147 - magic-string@0.30.13: 8148 - resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==} 8145 + magic-string@0.30.14: 8146 + resolution: {integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==} 8149 8147 8150 8148 magicast@0.3.5: 8151 8149 resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} ··· 9666 9664 remark-rehype@10.1.0: 9667 9665 resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} 9668 9666 9669 - remark-rehype@11.1.0: 9670 - resolution: {integrity: sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==} 9671 - 9672 9667 remark-rehype@11.1.1: 9673 9668 resolution: {integrity: sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==} 9674 9669 ··· 9750 9745 9751 9746 rimraf@3.0.2: 9752 9747 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 9748 + deprecated: Rimraf versions prior to v4 are no longer supported 9753 9749 hasBin: true 9754 9750 9755 9751 rollup@2.78.0: ··· 10477 10473 engines: {node: '>=14.17'} 10478 10474 hasBin: true 10479 10475 10480 - typescript@5.6.3: 10481 - resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} 10476 + typescript@5.7.2: 10477 + resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} 10482 10478 engines: {node: '>=14.17'} 10483 10479 hasBin: true 10484 10480 ··· 10787 10783 terser: 10788 10784 optional: true 10789 10785 10790 - vitefu@1.0.3: 10791 - resolution: {integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==} 10786 + vitefu@1.0.4: 10787 + resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==} 10792 10788 peerDependencies: 10793 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0 10789 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 10794 10790 peerDependenciesMeta: 10795 10791 vite: 10796 10792 optional: true ··· 11208 11204 openapi3-ts: 4.1.2 11209 11205 zod: 3.23.8 11210 11206 11211 - '@astro-community/astro-embed-twitter@0.5.8(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))': 11207 + '@astro-community/astro-embed-twitter@0.5.8(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))': 11212 11208 dependencies: 11213 11209 '@astro-community/astro-embed-utils': 0.1.3 11214 - astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 11210 + astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 11215 11211 11216 11212 '@astro-community/astro-embed-utils@0.1.3': 11217 11213 dependencies: 11218 11214 linkedom: 0.14.26 11219 11215 11220 - '@astro-community/astro-embed-youtube@0.5.6(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))': 11216 + '@astro-community/astro-embed-youtube@0.5.6(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))': 11221 11217 dependencies: 11222 - astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 11218 + astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 11223 11219 lite-youtube-embed: 0.3.3 11224 11220 11225 - '@astrojs/check@0.9.4(prettier@3.3.2)(typescript@5.6.3)': 11221 + '@astrojs/check@0.9.4(prettier@3.3.2)(typescript@5.7.2)': 11226 11222 dependencies: 11227 - '@astrojs/language-server': 2.15.4(prettier@3.3.2)(typescript@5.6.3) 11223 + '@astrojs/language-server': 2.15.4(prettier@3.3.2)(typescript@5.7.2) 11228 11224 chokidar: 4.0.1 11229 11225 kleur: 4.1.5 11230 - typescript: 5.6.3 11226 + typescript: 5.7.2 11231 11227 yargs: 17.7.2 11232 11228 transitivePeerDependencies: 11233 11229 - prettier ··· 11237 11233 11238 11234 '@astrojs/internal-helpers@0.4.1': {} 11239 11235 11240 - '@astrojs/language-server@2.15.4(prettier@3.3.2)(typescript@5.6.3)': 11236 + '@astrojs/language-server@2.15.4(prettier@3.3.2)(typescript@5.7.2)': 11241 11237 dependencies: 11242 11238 '@astrojs/compiler': 2.10.3 11243 11239 '@astrojs/yaml2ts': 0.2.2 11244 11240 '@jridgewell/sourcemap-codec': 1.4.15 11245 - '@volar/kit': 2.4.10(typescript@5.6.3) 11241 + '@volar/kit': 2.4.10(typescript@5.7.2) 11246 11242 '@volar/language-core': 2.4.10 11247 11243 '@volar/language-server': 2.4.10 11248 11244 '@volar/language-service': 2.4.10 ··· 11285 11281 transitivePeerDependencies: 11286 11282 - supports-color 11287 11283 11288 - '@astrojs/mdx@3.1.9(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))': 11284 + '@astrojs/mdx@3.1.9(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))': 11289 11285 dependencies: 11290 11286 '@astrojs/markdown-remark': 5.3.0 11291 11287 '@mdx-js/mdx': 3.1.0(acorn@8.14.0) 11292 11288 acorn: 8.14.0 11293 - astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 11289 + astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 11294 11290 es-module-lexer: 1.5.4 11295 11291 estree-util-visit: 2.0.0 11296 11292 gray-matter: 4.0.3 ··· 11315 11311 stream-replace-string: 2.0.0 11316 11312 zod: 3.23.8 11317 11313 11318 - '@astrojs/starlight-tailwind@2.0.3(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)))(@astrojs/tailwind@5.1.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))': 11314 + '@astrojs/starlight-tailwind@2.0.3(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)))(@astrojs/tailwind@5.1.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))': 11319 11315 dependencies: 11320 - '@astrojs/starlight': 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 11321 - '@astrojs/tailwind': 5.1.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)) 11322 - tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)) 11316 + '@astrojs/starlight': 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 11317 + '@astrojs/tailwind': 5.1.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 11318 + tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 11323 11319 11324 - '@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))': 11320 + '@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))': 11325 11321 dependencies: 11326 - '@astrojs/mdx': 3.1.9(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 11322 + '@astrojs/mdx': 3.1.9(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 11327 11323 '@astrojs/sitemap': 3.2.1 11328 11324 '@pagefind/default-ui': 1.2.0 11329 11325 '@types/hast': 3.0.4 11330 11326 '@types/mdast': 4.0.4 11331 - astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 11332 - astro-expressive-code: 0.38.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 11327 + astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 11328 + astro-expressive-code: 0.38.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 11333 11329 bcp-47: 2.1.0 11334 11330 hast-util-from-html: 2.0.1 11335 11331 hast-util-select: 6.0.3 ··· 11350 11346 transitivePeerDependencies: 11351 11347 - supports-color 11352 11348 11353 - '@astrojs/tailwind@5.1.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3))': 11349 + '@astrojs/tailwind@5.1.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2))': 11354 11350 dependencies: 11355 - astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 11351 + astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 11356 11352 autoprefixer: 10.4.20(postcss@8.4.49) 11357 11353 postcss: 8.4.49 11358 - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)) 11359 - tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)) 11354 + postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 11355 + tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 11360 11356 transitivePeerDependencies: 11361 11357 - ts-node 11362 11358 ··· 11937 11933 '@babel/code-frame@7.24.7': 11938 11934 dependencies: 11939 11935 '@babel/highlight': 7.24.7 11940 - picocolors: 1.0.1 11936 + picocolors: 1.1.1 11941 11937 11942 11938 '@babel/code-frame@7.26.2': 11943 11939 dependencies: 11944 11940 '@babel/helper-validator-identifier': 7.25.9 11945 11941 js-tokens: 4.0.0 11946 - picocolors: 1.0.1 11942 + picocolors: 1.1.1 11947 11943 11948 11944 '@babel/compat-data@7.26.2': {} 11949 11945 ··· 12139 12135 12140 12136 '@babel/highlight@7.24.7': 12141 12137 dependencies: 12142 - '@babel/helper-validator-identifier': 7.24.7 12138 + '@babel/helper-validator-identifier': 7.25.9 12143 12139 chalk: 2.4.2 12144 12140 js-tokens: 4.0.0 12145 - picocolors: 1.0.1 12141 + picocolors: 1.1.1 12146 12142 12147 12143 '@babel/parser@7.24.8': 12148 12144 dependencies: ··· 13401 13397 dependencies: 13402 13398 '@ctrl/tinycolor': 4.1.0 13403 13399 hast-util-select: 6.0.3 13404 - hast-util-to-html: 9.0.1 13400 + hast-util-to-html: 9.0.3 13405 13401 hast-util-to-text: 4.0.2 13406 13402 hastscript: 9.0.0 13407 13403 postcss: 8.4.38 ··· 13468 13464 13469 13465 '@floating-ui/utils@0.2.4': {} 13470 13466 13471 - '@floating-ui/vue@1.1.1(vue@3.4.31(typescript@5.6.3))': 13467 + '@floating-ui/vue@1.1.1(vue@3.4.31(typescript@5.7.2))': 13472 13468 dependencies: 13473 13469 '@floating-ui/dom': 1.6.7 13474 13470 '@floating-ui/utils': 0.2.4 13475 - vue-demi: 0.14.8(vue@3.4.31(typescript@5.6.3)) 13471 + vue-demi: 0.14.8(vue@3.4.31(typescript@5.7.2)) 13476 13472 transitivePeerDependencies: 13477 13473 - '@vue/composition-api' 13478 13474 - vue ··· 13513 13509 dependencies: 13514 13510 tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)) 13515 13511 13516 - '@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))': 13512 + '@headlessui/tailwindcss@0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))': 13517 13513 dependencies: 13518 - tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)) 13514 + tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 13519 13515 13520 13516 '@headlessui/tailwindcss@0.2.1(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)))': 13521 13517 dependencies: 13522 13518 tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.5.2)) 13523 13519 13524 - '@headlessui/vue@1.7.22(vue@3.4.31(typescript@5.6.3))': 13520 + '@headlessui/vue@1.7.22(vue@3.4.31(typescript@5.7.2))': 13525 13521 dependencies: 13526 - '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.6.3)) 13527 - vue: 3.4.31(typescript@5.6.3) 13522 + '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.7.2)) 13523 + vue: 3.4.31(typescript@5.7.2) 13528 13524 13529 13525 '@hono/sentry@1.2.0(hono@4.5.3)': 13530 13526 dependencies: ··· 13552 13548 dependencies: 13553 13549 react-hook-form: 7.47.0(react@18.3.1) 13554 13550 13555 - '@iconify-json/lucide@1.2.15': 13551 + '@iconify-json/lucide@1.2.17': 13556 13552 dependencies: 13557 13553 '@iconify/types': 2.0.0 13558 13554 ··· 13855 13851 '@types/unist': 3.0.2 13856 13852 esbuild: 0.21.5 13857 13853 source-map: 0.7.4 13858 - vfile: 6.0.1 13854 + vfile: 6.0.3 13859 13855 vfile-message: 4.0.2 13860 13856 transitivePeerDependencies: 13861 13857 - acorn ··· 13863 13859 13864 13860 '@mdx-js/mdx@3.1.0(acorn@8.14.0)': 13865 13861 dependencies: 13866 - '@types/estree': 1.0.3 13862 + '@types/estree': 1.0.6 13867 13863 '@types/estree-jsx': 1.0.2 13868 13864 '@types/hast': 3.0.4 13869 13865 '@types/mdx': 2.0.9 ··· 13880 13876 rehype-recma: 1.0.0 13881 13877 remark-mdx: 3.1.0 13882 13878 remark-parse: 11.0.0 13883 - remark-rehype: 11.1.0 13879 + remark-rehype: 11.1.1 13884 13880 source-map: 0.7.4 13885 13881 unified: 11.0.5 13886 13882 unist-util-position-from-estree: 2.0.0 13887 13883 unist-util-stringify-position: 4.0.0 13888 13884 unist-util-visit: 5.0.0 13889 - vfile: 6.0.1 13885 + vfile: 6.0.3 13890 13886 transitivePeerDependencies: 13891 13887 - acorn 13892 13888 - supports-color ··· 15159 15155 15160 15156 '@rollup/pluginutils@5.1.3(rollup@4.27.4)': 15161 15157 dependencies: 15162 - '@types/estree': 1.0.3 15158 + '@types/estree': 1.0.6 15163 15159 estree-walker: 2.0.2 15164 15160 picomatch: 4.0.2 15165 15161 optionalDependencies: ··· 15219 15215 '@rollup/rollup-win32-x64-msvc@4.27.4': 15220 15216 optional: true 15221 15217 15222 - '@scalar/api-client@2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))(typescript@5.6.3)': 15218 + '@scalar/api-client@2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(typescript@5.7.2)': 15223 15219 dependencies: 15224 - '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3))) 15225 - '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.6.3)) 15226 - '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.6.3) 15227 - '@scalar/draggable': 0.1.4(typescript@5.6.3) 15228 - '@scalar/oas-utils': 0.2.26(typescript@5.6.3) 15229 - '@scalar/object-utils': 1.1.5(vue@3.4.31(typescript@5.6.3)) 15220 + '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2))) 15221 + '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.7.2)) 15222 + '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.7.2) 15223 + '@scalar/draggable': 0.1.4(typescript@5.7.2) 15224 + '@scalar/oas-utils': 0.2.26(typescript@5.7.2) 15225 + '@scalar/object-utils': 1.1.5(vue@3.4.31(typescript@5.7.2)) 15230 15226 '@scalar/openapi-parser': 0.7.2 15231 - '@scalar/themes': 0.9.21(typescript@5.6.3) 15232 - '@scalar/use-codemirror': 0.11.10(typescript@5.6.3) 15233 - '@scalar/use-toasts': 0.7.4(typescript@5.6.3) 15234 - '@scalar/use-tooltip': 1.0.2(typescript@5.6.3) 15235 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.6.3)) 15227 + '@scalar/themes': 0.9.21(typescript@5.7.2) 15228 + '@scalar/use-codemirror': 0.11.10(typescript@5.7.2) 15229 + '@scalar/use-toasts': 0.7.4(typescript@5.7.2) 15230 + '@scalar/use-tooltip': 1.0.2(typescript@5.7.2) 15231 + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 15236 15232 axios: 1.7.2 15237 - cva: 1.0.0-beta.1(typescript@5.6.3) 15233 + cva: 1.0.0-beta.1(typescript@5.7.2) 15238 15234 fuse.js: 7.0.0 15239 15235 js-cookie: 3.0.5 15240 15236 nanoid: 5.0.7 15241 15237 pretty-bytes: 6.1.1 15242 15238 pretty-ms: 8.0.0 15243 - vue: 3.4.31(typescript@5.6.3) 15244 - vue-router: 4.4.0(vue@3.4.31(typescript@5.6.3)) 15239 + vue: 3.4.31(typescript@5.7.2) 15240 + vue-router: 4.4.0(vue@3.4.31(typescript@5.7.2)) 15245 15241 whatwg-mimetype: 4.0.0 15246 15242 zod: 3.23.8 15247 15243 transitivePeerDependencies: ··· 15257 15253 - typescript 15258 15254 - vitest 15259 15255 15260 - '@scalar/api-reference@1.24.70(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))(typescript@5.6.3)': 15256 + '@scalar/api-reference@1.24.70(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(typescript@5.7.2)': 15261 15257 dependencies: 15262 - '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.6.3)) 15263 - '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.6.3)) 15264 - '@scalar/api-client': 2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))(typescript@5.6.3) 15265 - '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.6.3) 15266 - '@scalar/oas-utils': 0.2.26(typescript@5.6.3) 15258 + '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.7.2)) 15259 + '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.7.2)) 15260 + '@scalar/api-client': 2.0.45(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(typescript@5.7.2) 15261 + '@scalar/components': 0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.7.2) 15262 + '@scalar/oas-utils': 0.2.26(typescript@5.7.2) 15267 15263 '@scalar/openapi-parser': 0.7.2 15268 15264 '@scalar/snippetz': 0.1.6 15269 - '@scalar/themes': 0.9.21(typescript@5.6.3) 15270 - '@scalar/use-toasts': 0.7.4(typescript@5.6.3) 15271 - '@scalar/use-tooltip': 1.0.2(typescript@5.6.3) 15265 + '@scalar/themes': 0.9.21(typescript@5.7.2) 15266 + '@scalar/use-toasts': 0.7.4(typescript@5.7.2) 15267 + '@scalar/use-tooltip': 1.0.2(typescript@5.7.2) 15272 15268 '@unhead/schema': 1.9.15 15273 - '@unhead/vue': 1.9.15(vue@3.4.31(typescript@5.6.3)) 15274 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.6.3)) 15269 + '@unhead/vue': 1.9.15(vue@3.4.31(typescript@5.7.2)) 15270 + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 15275 15271 axios: 1.7.2 15276 15272 fuse.js: 7.0.0 15277 15273 github-slugger: 2.0.0 ··· 15280 15276 postcss-nested: 6.0.1(postcss@8.4.49) 15281 15277 unhead: 1.9.15 15282 15278 unified: 11.0.4 15283 - vue: 3.4.31(typescript@5.6.3) 15279 + vue: 3.4.31(typescript@5.7.2) 15284 15280 transitivePeerDependencies: 15285 15281 - '@jest/globals' 15286 15282 - '@types/bun' ··· 15307 15303 rehype-parse: 9.0.0 15308 15304 rehype-raw: 7.0.0 15309 15305 rehype-sanitize: 6.0.0 15310 - rehype-stringify: 10.0.0 15306 + rehype-stringify: 10.0.1 15311 15307 remark-gfm: 4.0.0 15312 15308 remark-parse: 11.0.0 15313 - remark-rehype: 11.1.0 15309 + remark-rehype: 11.1.1 15314 15310 unified: 11.0.5 15315 15311 unist-util-visit: 5.0.0 15316 15312 transitivePeerDependencies: 15317 15313 - supports-color 15318 15314 15319 - '@scalar/components@0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.6.3)': 15315 + '@scalar/components@0.12.28(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(typescript@5.7.2)': 15320 15316 dependencies: 15321 15317 '@floating-ui/utils': 0.2.4 15322 - '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.6.3)) 15323 - '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.6.3)) 15318 + '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.7.2)) 15319 + '@headlessui/vue': 1.7.22(vue@3.4.31(typescript@5.7.2)) 15324 15320 '@scalar/code-highlight': 0.0.7 15325 15321 '@storybook/test': 8.2.1(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4)) 15326 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.6.3)) 15327 - cva: 1.0.0-beta.1(typescript@5.6.3) 15322 + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 15323 + cva: 1.0.0-beta.1(typescript@5.7.2) 15328 15324 nanoid: 5.0.7 15329 - radix-vue: 1.9.1(vue@3.4.31(typescript@5.6.3)) 15325 + radix-vue: 1.9.1(vue@3.4.31(typescript@5.7.2)) 15330 15326 tailwind-merge: 2.4.0 15331 - vue: 3.4.31(typescript@5.6.3) 15327 + vue: 3.4.31(typescript@5.7.2) 15332 15328 transitivePeerDependencies: 15333 15329 - '@jest/globals' 15334 15330 - '@types/bun' ··· 15340 15336 - typescript 15341 15337 - vitest 15342 15338 15343 - '@scalar/draggable@0.1.4(typescript@5.6.3)': 15339 + '@scalar/draggable@0.1.4(typescript@5.7.2)': 15344 15340 dependencies: 15345 - vue: 3.4.31(typescript@5.6.3) 15341 + vue: 3.4.31(typescript@5.7.2) 15346 15342 transitivePeerDependencies: 15347 15343 - typescript 15348 15344 15349 - '@scalar/hono-api-reference@0.5.131(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))(typescript@5.6.3)': 15345 + '@scalar/hono-api-reference@0.5.131(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(typescript@5.7.2)': 15350 15346 dependencies: 15351 - '@scalar/api-reference': 1.24.70(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)))(typescript@5.6.3) 15347 + '@scalar/api-reference': 1.24.70(postcss@8.4.49)(storybook@8.2.1(@babel/preset-env@7.24.8(@babel/core@7.26.0))(bufferutil@4.0.8)(utf-8-validate@6.0.4))(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)))(typescript@5.7.2) 15352 15348 hono: 4.5.3 15353 15349 transitivePeerDependencies: 15354 15350 - '@jest/globals' ··· 15364 15360 - typescript 15365 15361 - vitest 15366 15362 15367 - '@scalar/oas-utils@0.2.26(typescript@5.6.3)': 15363 + '@scalar/oas-utils@0.2.26(typescript@5.7.2)': 15368 15364 dependencies: 15369 - '@scalar/themes': 0.9.21(typescript@5.6.3) 15365 + '@scalar/themes': 0.9.21(typescript@5.7.2) 15370 15366 axios: 1.7.2 15371 15367 nanoid: 5.0.7 15372 15368 yaml: 2.4.5 ··· 15375 15371 - debug 15376 15372 - typescript 15377 15373 15378 - '@scalar/object-utils@1.1.5(vue@3.4.31(typescript@5.6.3))': 15374 + '@scalar/object-utils@1.1.5(vue@3.4.31(typescript@5.7.2))': 15379 15375 dependencies: 15380 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.6.3)) 15376 + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 15381 15377 just-clone: 6.2.0 15382 15378 transitivePeerDependencies: 15383 15379 - '@vue/composition-api' ··· 15425 15421 '@scalar/snippetz-plugin-node-ofetch': 0.1.1 15426 15422 '@scalar/snippetz-plugin-node-undici': 0.1.6 15427 15423 15428 - '@scalar/themes@0.9.21(typescript@5.6.3)': 15424 + '@scalar/themes@0.9.21(typescript@5.7.2)': 15429 15425 dependencies: 15430 - vue: 3.4.31(typescript@5.6.3) 15426 + vue: 3.4.31(typescript@5.7.2) 15431 15427 transitivePeerDependencies: 15432 15428 - typescript 15433 15429 15434 - '@scalar/use-codemirror@0.11.10(typescript@5.6.3)': 15430 + '@scalar/use-codemirror@0.11.10(typescript@5.7.2)': 15435 15431 dependencies: 15436 15432 '@codemirror/autocomplete': 6.17.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(@lezer/common@1.2.1) 15437 15433 '@codemirror/commands': 6.6.0 ··· 15450 15446 '@replit/codemirror-css-color-picker': 6.1.1(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4) 15451 15447 '@uiw/codemirror-themes': 4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4) 15452 15448 codemirror: 6.0.1(@lezer/common@1.2.1) 15453 - vue: 3.4.31(typescript@5.6.3) 15449 + vue: 3.4.31(typescript@5.7.2) 15454 15450 optionalDependencies: 15455 15451 y-codemirror.next: 0.3.5(@codemirror/state@6.4.1)(@codemirror/view@6.28.4)(yjs@13.6.18) 15456 15452 yjs: 13.6.18 15457 15453 transitivePeerDependencies: 15458 15454 - typescript 15459 15455 15460 - '@scalar/use-toasts@0.7.4(typescript@5.6.3)': 15456 + '@scalar/use-toasts@0.7.4(typescript@5.7.2)': 15461 15457 dependencies: 15462 15458 nanoid: 5.0.7 15463 - vue: 3.4.31(typescript@5.6.3) 15459 + vue: 3.4.31(typescript@5.7.2) 15464 15460 vue-sonner: 1.1.3 15465 15461 transitivePeerDependencies: 15466 15462 - typescript 15467 15463 15468 - '@scalar/use-tooltip@1.0.2(typescript@5.6.3)': 15464 + '@scalar/use-tooltip@1.0.2(typescript@5.7.2)': 15469 15465 dependencies: 15470 15466 tippy.js: 6.3.7 15471 - vue: 3.4.31(typescript@5.6.3) 15467 + vue: 3.4.31(typescript@5.7.2) 15472 15468 transitivePeerDependencies: 15473 15469 - typescript 15474 15470 ··· 16066 16062 optionalDependencies: 16067 16063 typescript: 5.5.2 16068 16064 16069 - '@t3-oss/env-core@0.7.1(typescript@5.6.3)(zod@3.23.8)': 16065 + '@t3-oss/env-core@0.7.1(typescript@5.7.2)(zod@3.23.8)': 16070 16066 dependencies: 16071 16067 zod: 3.23.8 16072 16068 optionalDependencies: 16073 - typescript: 5.6.3 16069 + typescript: 5.7.2 16074 16070 16075 16071 '@t3-oss/env-nextjs@0.7.0(typescript@5.5.2)(zod@3.23.8)': 16076 16072 dependencies: ··· 16124 16120 16125 16121 '@tanstack/virtual-core@3.8.3': {} 16126 16122 16127 - '@tanstack/vue-virtual@3.8.3(vue@3.4.31(typescript@5.6.3))': 16123 + '@tanstack/vue-virtual@3.8.3(vue@3.4.31(typescript@5.7.2))': 16128 16124 dependencies: 16129 16125 '@tanstack/virtual-core': 3.8.3 16130 - vue: 3.4.31(typescript@5.6.3) 16126 + vue: 3.4.31(typescript@5.7.2) 16131 16127 16132 16128 '@testing-library/dom@10.1.0': 16133 16129 dependencies: ··· 16144 16140 dependencies: 16145 16141 '@adobe/css-tools': 4.4.0 16146 16142 '@babel/runtime': 7.23.2 16147 - aria-query: 5.3.0 16143 + aria-query: 5.3.2 16148 16144 chalk: 3.0.0 16149 16145 css.escape: 1.5.1 16150 16146 dom-accessibility-api: 0.6.3 ··· 16244 16240 16245 16241 '@types/acorn@4.0.6': 16246 16242 dependencies: 16247 - '@types/estree': 1.0.3 16243 + '@types/estree': 1.0.6 16248 16244 16249 16245 '@types/aria-query@5.0.4': {} 16250 16246 16251 16247 '@types/babel__core@7.20.5': 16252 16248 dependencies: 16253 - '@babel/parser': 7.24.8 16249 + '@babel/parser': 7.26.2 16254 16250 '@babel/types': 7.26.0 16255 16251 '@types/babel__generator': 7.6.8 16256 16252 '@types/babel__template': 7.4.4 ··· 16262 16258 16263 16259 '@types/babel__template@7.4.4': 16264 16260 dependencies: 16265 - '@babel/parser': 7.24.8 16261 + '@babel/parser': 7.26.2 16266 16262 '@babel/types': 7.26.0 16267 16263 16268 16264 '@types/babel__traverse@7.20.6': ··· 16274 16270 '@types/connect': 3.4.38 16275 16271 '@types/node': 20.14.8 16276 16272 16277 - '@types/bun@1.1.13': 16273 + '@types/bun@1.1.14': 16278 16274 dependencies: 16279 - bun-types: 1.1.34 16275 + bun-types: 1.1.37 16280 16276 16281 16277 '@types/caseless@0.12.4': {} 16282 16278 ··· 16324 16320 16325 16321 '@types/estree-jsx@1.0.2': 16326 16322 dependencies: 16327 - '@types/estree': 1.0.3 16323 + '@types/estree': 1.0.6 16328 16324 16329 16325 '@types/estree@1.0.3': {} 16330 16326 ··· 16509 16505 dependencies: 16510 16506 '@unhead/schema': 1.9.15 16511 16507 16512 - '@unhead/vue@1.9.15(vue@3.4.31(typescript@5.6.3))': 16508 + '@unhead/vue@1.9.15(vue@3.4.31(typescript@5.7.2))': 16513 16509 dependencies: 16514 16510 '@unhead/schema': 1.9.15 16515 16511 '@unhead/shared': 1.9.15 16516 16512 hookable: 5.5.3 16517 16513 unhead: 1.9.15 16518 - vue: 3.4.31(typescript@5.6.3) 16514 + vue: 3.4.31(typescript@5.7.2) 16519 16515 16520 16516 '@unkey/api@0.23.0': 16521 16517 dependencies: ··· 16583 16579 loupe: 2.3.7 16584 16580 pretty-format: 29.7.0 16585 16581 16586 - '@volar/kit@2.4.10(typescript@5.6.3)': 16582 + '@volar/kit@2.4.10(typescript@5.7.2)': 16587 16583 dependencies: 16588 16584 '@volar/language-service': 2.4.10 16589 16585 '@volar/typescript': 2.4.10 16590 16586 typesafe-path: 0.2.2 16591 - typescript: 5.6.3 16587 + typescript: 5.7.2 16592 16588 vscode-languageserver-textdocument: 1.0.12 16593 16589 vscode-uri: 3.0.8 16594 16590 ··· 16639 16635 '@vue/shared': 3.4.31 16640 16636 entities: 4.5.0 16641 16637 estree-walker: 2.0.2 16642 - source-map-js: 1.2.0 16638 + source-map-js: 1.2.1 16643 16639 16644 16640 '@vue/compiler-dom@3.4.31': 16645 16641 dependencies: ··· 16681 16677 '@vue/shared': 3.4.31 16682 16678 csstype: 3.1.3 16683 16679 16684 - '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.6.3))': 16680 + '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.7.2))': 16685 16681 dependencies: 16686 16682 '@vue/compiler-ssr': 3.4.31 16687 16683 '@vue/shared': 3.4.31 16688 - vue: 3.4.31(typescript@5.6.3) 16684 + vue: 3.4.31(typescript@5.7.2) 16689 16685 16690 16686 '@vue/shared@3.4.31': {} 16691 16687 16692 - '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.6.3))': 16688 + '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.7.2))': 16693 16689 dependencies: 16694 16690 '@types/web-bluetooth': 0.0.20 16695 16691 '@vueuse/metadata': 10.11.0 16696 - '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.6.3)) 16697 - vue-demi: 0.14.8(vue@3.4.31(typescript@5.6.3)) 16692 + '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.7.2)) 16693 + vue-demi: 0.14.8(vue@3.4.31(typescript@5.7.2)) 16698 16694 transitivePeerDependencies: 16699 16695 - '@vue/composition-api' 16700 16696 - vue 16701 16697 16702 16698 '@vueuse/metadata@10.11.0': {} 16703 16699 16704 - '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.6.3))': 16700 + '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.7.2))': 16705 16701 dependencies: 16706 - vue-demi: 0.14.8(vue@3.4.31(typescript@5.6.3)) 16702 + vue-demi: 0.14.8(vue@3.4.31(typescript@5.7.2)) 16707 16703 transitivePeerDependencies: 16708 16704 - '@vue/composition-api' 16709 16705 - vue ··· 16729 16725 mime-types: 2.1.35 16730 16726 negotiator: 0.6.3 16731 16727 16732 - acorn-jsx@5.3.2(acorn@8.11.3): 16733 - dependencies: 16734 - acorn: 8.11.3 16735 - 16736 16728 acorn-jsx@5.3.2(acorn@8.14.0): 16737 16729 dependencies: 16738 16730 acorn: 8.14.0 ··· 16755 16747 16756 16748 agent-base@6.0.2: 16757 16749 dependencies: 16758 - debug: 4.3.4 16750 + debug: 4.3.7 16759 16751 transitivePeerDependencies: 16760 16752 - supports-color 16761 16753 ··· 16885 16877 16886 16878 astring@1.8.6: {} 16887 16879 16888 - astro-expressive-code@0.38.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)): 16880 + astro-expressive-code@0.38.3(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)): 16889 16881 dependencies: 16890 - astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3) 16882 + astro: 4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2) 16891 16883 rehype-expressive-code: 0.38.3 16892 16884 16893 - astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3): 16885 + astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2): 16894 16886 dependencies: 16895 16887 '@astrojs/compiler': 2.10.3 16896 16888 '@astrojs/internal-helpers': 0.4.1 ··· 16929 16921 http-cache-semantics: 4.1.1 16930 16922 js-yaml: 4.1.0 16931 16923 kleur: 4.1.5 16932 - magic-string: 0.30.13 16924 + magic-string: 0.30.14 16933 16925 magicast: 0.3.5 16934 16926 micromatch: 4.0.8 16935 16927 mrmime: 2.0.0 ··· 16943 16935 semver: 7.6.3 16944 16936 shiki: 1.23.1 16945 16937 tinyexec: 0.3.1 16946 - tsconfck: 3.1.4(typescript@5.6.3) 16938 + tsconfck: 3.1.4(typescript@5.7.2) 16947 16939 unist-util-visit: 5.0.0 16948 16940 vfile: 6.0.3 16949 16941 vite: 5.4.11(@types/node@20.14.8) 16950 - vitefu: 1.0.3(vite@5.4.11(@types/node@20.14.8)) 16942 + vitefu: 1.0.4(vite@5.4.11(@types/node@20.14.8)) 16951 16943 which-pm: 3.0.0 16952 16944 xxhash-wasm: 1.1.0 16953 16945 yargs-parser: 21.1.1 16954 16946 zod: 3.23.8 16955 16947 zod-to-json-schema: 3.23.5(zod@3.23.8) 16956 - zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) 16948 + zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.23.8) 16957 16949 optionalDependencies: 16958 16950 sharp: 0.33.5 16959 16951 transitivePeerDependencies: ··· 16991 16983 caniuse-lite: 1.0.30001684 16992 16984 fraction.js: 4.3.7 16993 16985 normalize-range: 0.1.2 16994 - picocolors: 1.0.1 16986 + picocolors: 1.1.1 16995 16987 postcss: 8.4.49 16996 16988 postcss-value-parser: 4.2.0 16997 16989 ··· 17164 17156 17165 17157 bun-types@1.0.8: {} 17166 17158 17167 - bun-types@1.1.34: 17159 + bun-types@1.1.37: 17168 17160 dependencies: 17169 17161 '@types/node': 20.12.12 17170 17162 '@types/ws': 8.5.10 ··· 17526 17518 17527 17519 csstype@3.1.3: {} 17528 17520 17529 - cva@1.0.0-beta.1(typescript@5.6.3): 17521 + cva@1.0.0-beta.1(typescript@5.7.2): 17530 17522 dependencies: 17531 17523 clsx: 2.0.0 17532 17524 optionalDependencies: 17533 - typescript: 5.6.3 17525 + typescript: 5.7.2 17534 17526 17535 17527 d3-array@3.2.4: 17536 17528 dependencies: ··· 17754 17746 transitivePeerDependencies: 17755 17747 - supports-color 17756 17748 17757 - drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1): 17749 + drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1): 17758 17750 dependencies: 17759 17751 '@libsql/client-wasm': 0.14.0 17760 17752 optionalDependencies: ··· 17763 17755 '@opentelemetry/api': 1.8.0 17764 17756 '@types/react': 18.3.3 17765 17757 better-sqlite3: 11.4.0 17766 - bun-types: 1.1.34 17758 + bun-types: 1.1.37 17767 17759 react: 18.3.1 17768 17760 17769 - drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1): 17761 + drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.4))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1): 17770 17762 dependencies: 17771 17763 '@libsql/client-wasm': 0.14.0 17772 17764 optionalDependencies: ··· 17775 17767 '@opentelemetry/api': 1.8.0 17776 17768 '@types/react': 18.3.3 17777 17769 better-sqlite3: 11.4.0 17778 - bun-types: 1.1.34 17770 + bun-types: 1.1.37 17779 17771 react: 18.3.1 17780 17772 17781 - drizzle-zod@0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1))(zod@3.23.8): 17773 + drizzle-zod@0.5.1(drizzle-orm@0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1))(zod@3.23.8): 17782 17774 dependencies: 17783 - drizzle-orm: 0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.34)(react@18.3.1) 17775 + drizzle-orm: 0.35.3(@cloudflare/workers-types@4.20240512.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.14.0(bufferutil@4.0.8)(utf-8-validate@6.0.3))(@opentelemetry/api@1.8.0)(@types/react@18.3.3)(better-sqlite3@11.4.0)(bun-types@1.1.37)(react@18.3.1) 17784 17776 zod: 3.23.8 17785 17777 17786 17778 dset@3.1.4: {} ··· 17860 17852 esast-util-from-js@2.0.1: 17861 17853 dependencies: 17862 17854 '@types/estree-jsx': 1.0.2 17863 - acorn: 8.11.3 17855 + acorn: 8.14.0 17864 17856 esast-util-from-estree: 2.0.0 17865 17857 vfile-message: 4.0.2 17866 17858 ··· 18008 18000 18009 18001 estree-util-attach-comments@3.0.0: 18010 18002 dependencies: 18011 - '@types/estree': 1.0.3 18003 + '@types/estree': 1.0.6 18012 18004 18013 18005 estree-util-build-jsx@3.0.1: 18014 18006 dependencies: ··· 18021 18013 18022 18014 estree-util-scope@1.0.0: 18023 18015 dependencies: 18024 - '@types/estree': 1.0.3 18016 + '@types/estree': 1.0.6 18025 18017 devlop: 1.1.0 18026 18018 18027 18019 estree-util-to-js@2.0.0: ··· 18043 18035 18044 18036 estree-walker@3.0.3: 18045 18037 dependencies: 18046 - '@types/estree': 1.0.3 18038 + '@types/estree': 1.0.6 18047 18039 18048 18040 esutils@2.0.3: {} 18049 18041 ··· 18611 18603 devlop: 1.1.0 18612 18604 hastscript: 8.0.0 18613 18605 property-information: 6.3.0 18614 - vfile: 6.0.1 18606 + vfile: 6.0.3 18615 18607 vfile-location: 5.0.2 18616 18608 web-namespaces: 2.0.1 18617 18609 ··· 18661 18653 parse5: 7.1.2 18662 18654 unist-util-position: 5.0.0 18663 18655 unist-util-visit: 5.0.0 18664 - vfile: 6.0.1 18656 + vfile: 6.0.3 18665 18657 web-namespaces: 2.0.1 18666 18658 zwitch: 2.0.4 18667 18659 ··· 18691 18683 18692 18684 hast-util-to-estree@3.1.0: 18693 18685 dependencies: 18694 - '@types/estree': 1.0.3 18686 + '@types/estree': 1.0.6 18695 18687 '@types/estree-jsx': 1.0.2 18696 18688 '@types/hast': 3.0.4 18697 18689 comma-separated-tokens: 2.0.3 ··· 18710 18702 transitivePeerDependencies: 18711 18703 - supports-color 18712 18704 18713 - hast-util-to-html@9.0.1: 18714 - dependencies: 18715 - '@types/hast': 3.0.4 18716 - '@types/unist': 3.0.2 18717 - ccount: 2.0.1 18718 - comma-separated-tokens: 2.0.3 18719 - hast-util-raw: 9.0.4 18720 - hast-util-whitespace: 3.0.0 18721 - html-void-elements: 3.0.0 18722 - mdast-util-to-hast: 13.2.0 18723 - property-information: 6.3.0 18724 - space-separated-tokens: 2.0.2 18725 - stringify-entities: 4.0.3 18726 - zwitch: 2.0.4 18727 - 18728 18705 hast-util-to-html@9.0.3: 18729 18706 dependencies: 18730 18707 '@types/hast': 3.0.4 ··· 18741 18718 18742 18719 hast-util-to-jsx-runtime@2.3.2: 18743 18720 dependencies: 18744 - '@types/estree': 1.0.3 18721 + '@types/estree': 1.0.6 18745 18722 '@types/hast': 3.0.4 18746 18723 '@types/unist': 3.0.2 18747 18724 comma-separated-tokens: 2.0.3 ··· 18884 18861 dependencies: 18885 18862 '@tootallnate/once': 2.0.0 18886 18863 agent-base: 6.0.2 18887 - debug: 4.3.4 18864 + debug: 4.3.7 18888 18865 transitivePeerDependencies: 18889 18866 - supports-color 18890 18867 ··· 19461 19438 dependencies: 19462 19439 '@jridgewell/sourcemap-codec': 1.4.15 19463 19440 19464 - magic-string@0.30.13: 19441 + magic-string@0.30.14: 19465 19442 dependencies: 19466 19443 '@jridgewell/sourcemap-codec': 1.5.0 19467 19444 ··· 19469 19446 dependencies: 19470 19447 '@babel/parser': 7.26.2 19471 19448 '@babel/types': 7.26.0 19472 - source-map-js: 1.2.0 19449 + source-map-js: 1.2.1 19473 19450 19474 19451 make-dir@2.1.0: 19475 19452 dependencies: ··· 19753 19730 trim-lines: 3.0.1 19754 19731 unist-util-position: 5.0.0 19755 19732 unist-util-visit: 5.0.0 19756 - vfile: 6.0.1 19733 + vfile: 6.0.3 19757 19734 19758 19735 mdast-util-to-markdown@1.5.0: 19759 19736 dependencies: ··· 19998 19975 19999 19976 micromark-extension-mdx-expression@3.0.0: 20000 19977 dependencies: 20001 - '@types/estree': 1.0.3 19978 + '@types/estree': 1.0.6 20002 19979 devlop: 1.1.0 20003 19980 micromark-factory-mdx-expression: 2.0.2 20004 19981 micromark-factory-space: 2.0.0 ··· 20010 19987 micromark-extension-mdx-jsx@3.0.1: 20011 19988 dependencies: 20012 19989 '@types/acorn': 4.0.6 20013 - '@types/estree': 1.0.3 19990 + '@types/estree': 1.0.6 20014 19991 devlop: 1.1.0 20015 19992 estree-util-is-identifier-name: 3.0.0 20016 19993 micromark-factory-mdx-expression: 2.0.2 ··· 20027 20004 20028 20005 micromark-extension-mdxjs-esm@3.0.0: 20029 20006 dependencies: 20030 - '@types/estree': 1.0.3 20007 + '@types/estree': 1.0.6 20031 20008 devlop: 1.1.0 20032 20009 micromark-core-commonmark: 2.0.1 20033 20010 micromark-util-character: 2.1.0 ··· 20039 20016 20040 20017 micromark-extension-mdxjs@3.0.0: 20041 20018 dependencies: 20042 - acorn: 8.11.3 20043 - acorn-jsx: 5.3.2(acorn@8.11.3) 20019 + acorn: 8.14.0 20020 + acorn-jsx: 5.3.2(acorn@8.14.0) 20044 20021 micromark-extension-mdx-expression: 3.0.0 20045 20022 micromark-extension-mdx-jsx: 3.0.1 20046 20023 micromark-extension-mdx-md: 2.0.0 ··· 20076 20053 20077 20054 micromark-factory-mdx-expression@2.0.2: 20078 20055 dependencies: 20079 - '@types/estree': 1.0.3 20056 + '@types/estree': 1.0.6 20080 20057 devlop: 1.1.0 20081 20058 micromark-factory-space: 2.0.0 20082 20059 micromark-util-character: 2.1.0 ··· 20193 20170 micromark-util-events-to-acorn@2.0.2: 20194 20171 dependencies: 20195 20172 '@types/acorn': 4.0.6 20196 - '@types/estree': 1.0.3 20173 + '@types/estree': 1.0.6 20197 20174 '@types/unist': 3.0.2 20198 20175 devlop: 1.1.0 20199 20176 estree-util-visit: 2.0.0 ··· 20378 20355 20379 20356 mlly@1.7.1: 20380 20357 dependencies: 20381 - acorn: 8.11.3 20358 + acorn: 8.14.0 20382 20359 pathe: 1.1.2 20383 20360 pkg-types: 1.1.3 20384 20361 ufo: 1.5.3 ··· 20952 20929 postcss: 8.4.38 20953 20930 ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.5.2) 20954 20931 20955 - postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)): 20932 + postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)): 20956 20933 dependencies: 20957 20934 lilconfig: 2.1.0 20958 20935 yaml: 2.3.3 20959 20936 optionalDependencies: 20960 20937 postcss: 8.4.38 20961 - ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.6.3) 20938 + ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.7.2) 20962 20939 20963 20940 postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)): 20964 20941 dependencies: ··· 20968 20945 postcss: 8.4.38 20969 20946 ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.5.2) 20970 20947 20971 - postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)): 20948 + postcss-load-config@4.0.1(postcss@8.4.49)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)): 20972 20949 dependencies: 20973 20950 lilconfig: 2.1.0 20974 20951 yaml: 2.3.3 20975 20952 optionalDependencies: 20976 - postcss: 8.4.38 20977 - ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.6.3) 20953 + postcss: 8.4.49 20954 + ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.5.2) 20978 20955 20979 - postcss-load-config@4.0.1(postcss@8.4.49)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)): 20956 + postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)): 20980 20957 dependencies: 20981 - lilconfig: 2.1.0 20982 - yaml: 2.3.3 20958 + lilconfig: 3.1.2 20959 + yaml: 2.6.1 20983 20960 optionalDependencies: 20984 - postcss: 8.4.49 20961 + postcss: 8.4.38 20985 20962 ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.5.2) 20986 20963 20987 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)): 20964 + postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)): 20988 20965 dependencies: 20989 20966 lilconfig: 3.1.2 20990 - yaml: 2.4.5 20967 + yaml: 2.6.1 20991 20968 optionalDependencies: 20992 20969 postcss: 8.4.49 20993 - ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.6.3) 20970 + ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.7.2) 20994 20971 20995 20972 postcss-nested@6.0.0(postcss@8.4.21): 20996 20973 dependencies: ··· 21203 21180 21204 21181 quick-lru@5.1.1: {} 21205 21182 21206 - radix-vue@1.9.1(vue@3.4.31(typescript@5.6.3)): 21183 + radix-vue@1.9.1(vue@3.4.31(typescript@5.7.2)): 21207 21184 dependencies: 21208 21185 '@floating-ui/dom': 1.6.7 21209 - '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.6.3)) 21186 + '@floating-ui/vue': 1.1.1(vue@3.4.31(typescript@5.7.2)) 21210 21187 '@internationalized/date': 3.5.4 21211 21188 '@internationalized/number': 3.5.3 21212 - '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.6.3)) 21213 - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.6.3)) 21214 - '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.6.3)) 21189 + '@tanstack/vue-virtual': 3.8.3(vue@3.4.31(typescript@5.7.2)) 21190 + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.7.2)) 21191 + '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.7.2)) 21215 21192 aria-hidden: 1.2.4 21216 21193 defu: 6.1.4 21217 21194 fast-deep-equal: 3.1.3 21218 21195 nanoid: 5.0.7 21219 - vue: 3.4.31(typescript@5.6.3) 21196 + vue: 3.4.31(typescript@5.7.2) 21220 21197 transitivePeerDependencies: 21221 21198 - '@vue/composition-api' 21222 21199 ··· 21443 21420 21444 21421 recma-build-jsx@1.0.0: 21445 21422 dependencies: 21446 - '@types/estree': 1.0.3 21423 + '@types/estree': 1.0.6 21447 21424 estree-util-build-jsx: 3.0.1 21448 - vfile: 6.0.1 21425 + vfile: 6.0.3 21449 21426 21450 21427 recma-jsx@1.0.0(acorn@8.14.0): 21451 21428 dependencies: ··· 21459 21436 21460 21437 recma-parse@1.0.0: 21461 21438 dependencies: 21462 - '@types/estree': 1.0.3 21439 + '@types/estree': 1.0.6 21463 21440 esast-util-from-js: 2.0.1 21464 21441 unified: 11.0.5 21465 - vfile: 6.0.1 21442 + vfile: 6.0.3 21466 21443 21467 21444 recma-stringify@1.0.0: 21468 21445 dependencies: 21469 - '@types/estree': 1.0.3 21446 + '@types/estree': 1.0.6 21470 21447 estree-util-to-js: 2.0.0 21471 21448 unified: 11.0.5 21472 - vfile: 6.0.1 21449 + vfile: 6.0.3 21473 21450 21474 21451 redent@3.0.0: 21475 21452 dependencies: ··· 21578 21555 dependencies: 21579 21556 '@types/hast': 3.0.4 21580 21557 hast-util-raw: 9.0.4 21581 - vfile: 6.0.1 21558 + vfile: 6.0.3 21582 21559 21583 21560 rehype-react@7.2.0(@types/react@18.3.3): 21584 21561 dependencies: ··· 21591 21568 21592 21569 rehype-recma@1.0.0: 21593 21570 dependencies: 21594 - '@types/estree': 1.0.3 21571 + '@types/estree': 1.0.6 21595 21572 '@types/hast': 3.0.4 21596 21573 hast-util-to-estree: 3.1.0 21597 21574 transitivePeerDependencies: ··· 21615 21592 rehype-stringify@10.0.0: 21616 21593 dependencies: 21617 21594 '@types/hast': 3.0.4 21618 - hast-util-to-html: 9.0.1 21595 + hast-util-to-html: 9.0.3 21619 21596 unified: 11.0.5 21620 21597 21621 21598 rehype-stringify@10.0.1: 21622 21599 dependencies: 21623 21600 '@types/hast': 3.0.4 21624 - hast-util-to-html: 9.0.1 21601 + hast-util-to-html: 9.0.3 21625 21602 unified: 11.0.5 21626 21603 21627 21604 rehype@13.0.2: ··· 21708 21685 '@types/mdast': 3.0.14 21709 21686 mdast-util-to-hast: 12.3.0 21710 21687 unified: 10.1.2 21711 - 21712 - remark-rehype@11.1.0: 21713 - dependencies: 21714 - '@types/hast': 3.0.4 21715 - '@types/mdast': 4.0.4 21716 - mdast-util-to-hast: 13.2.0 21717 - unified: 11.0.5 21718 - vfile: 6.0.1 21719 21688 21720 21689 remark-rehype@11.1.1: 21721 21690 dependencies: ··· 22117 22086 dependencies: 22118 22087 type-fest: 0.7.1 22119 22088 22120 - starlight-showcases@0.2.0(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)))(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)): 22089 + starlight-showcases@0.2.0(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)))(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)): 22121 22090 dependencies: 22122 - '@astro-community/astro-embed-twitter': 0.5.8(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 22123 - '@astro-community/astro-embed-youtube': 0.5.6(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 22124 - '@astrojs/starlight': 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 22091 + '@astro-community/astro-embed-twitter': 0.5.8(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 22092 + '@astro-community/astro-embed-youtube': 0.5.6(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 22093 + '@astrojs/starlight': 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 22125 22094 transitivePeerDependencies: 22126 22095 - astro 22127 22096 22128 - starlight-sidebar-topics@0.2.1(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3))): 22097 + starlight-sidebar-topics@0.2.1(@astrojs/starlight@0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2))): 22129 22098 dependencies: 22130 - '@astrojs/starlight': 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.6.3)) 22099 + '@astrojs/starlight': 0.29.2(astro@4.16.14(@types/node@20.14.8)(rollup@4.27.4)(typescript@5.7.2)) 22131 22100 22132 22101 statuses@2.0.1: {} 22133 22102 ··· 22372 22341 postcss: 8.4.38 22373 22342 postcss-import: 15.1.0(postcss@8.4.38) 22374 22343 postcss-js: 4.0.1(postcss@8.4.38) 22375 - postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)) 22344 + postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.5.2)) 22376 22345 postcss-nested: 6.0.1(postcss@8.4.38) 22377 22346 postcss-selector-parser: 6.0.13 22378 22347 postcss-value-parser: 4.2.0 ··· 22408 22377 transitivePeerDependencies: 22409 22378 - ts-node 22410 22379 22411 - tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)): 22380 + tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)): 22412 22381 dependencies: 22413 22382 '@alloc/quick-lru': 5.2.0 22414 22383 arg: 5.0.2 ··· 22427 22396 postcss: 8.4.38 22428 22397 postcss-import: 15.1.0(postcss@8.4.38) 22429 22398 postcss-js: 4.0.1(postcss@8.4.38) 22430 - postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3)) 22399 + postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2)) 22431 22400 postcss-nested: 6.0.1(postcss@8.4.38) 22432 22401 postcss-selector-parser: 6.0.13 22433 22402 resolve: 1.22.8 ··· 22462 22431 transitivePeerDependencies: 22463 22432 - ts-node 22464 22433 22465 - tailwindcss@3.4.3(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)): 22466 - dependencies: 22467 - '@alloc/quick-lru': 5.2.0 22468 - arg: 5.0.2 22469 - chokidar: 3.5.3 22470 - didyoumean: 1.2.2 22471 - dlv: 1.1.3 22472 - fast-glob: 3.3.1 22473 - glob-parent: 6.0.2 22474 - is-glob: 4.0.3 22475 - jiti: 1.21.0 22476 - lilconfig: 2.1.0 22477 - micromatch: 4.0.5 22478 - normalize-path: 3.0.0 22479 - object-hash: 3.0.0 22480 - picocolors: 1.0.0 22481 - postcss: 8.4.38 22482 - postcss-import: 15.1.0(postcss@8.4.38) 22483 - postcss-js: 4.0.1(postcss@8.4.38) 22484 - postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3)) 22485 - postcss-nested: 6.0.1(postcss@8.4.38) 22486 - postcss-selector-parser: 6.0.13 22487 - resolve: 1.22.8 22488 - sucrase: 3.34.0 22489 - transitivePeerDependencies: 22490 - - ts-node 22491 - 22492 22434 tar-fs@2.1.1: 22493 22435 dependencies: 22494 22436 chownr: 1.1.4 ··· 22650 22592 yn: 3.1.1 22651 22593 optional: true 22652 22594 22653 - ts-node@10.9.2(@types/node@20.14.8)(typescript@5.6.3): 22595 + ts-node@10.9.2(@types/node@20.14.8)(typescript@5.7.2): 22654 22596 dependencies: 22655 22597 '@cspotcode/source-map-support': 0.8.1 22656 22598 '@tsconfig/node10': 1.0.11 ··· 22664 22606 create-require: 1.1.1 22665 22607 diff: 4.0.2 22666 22608 make-error: 1.3.6 22667 - typescript: 5.6.3 22609 + typescript: 5.7.2 22668 22610 v8-compile-cache-lib: 3.0.1 22669 22611 yn: 3.1.1 22670 22612 optional: true ··· 22687 22629 v8-compile-cache-lib: 3.0.1 22688 22630 yn: 3.1.1 22689 22631 22690 - ts-node@10.9.2(@types/node@20.8.0)(typescript@5.6.3): 22691 - dependencies: 22692 - '@cspotcode/source-map-support': 0.8.1 22693 - '@tsconfig/node10': 1.0.11 22694 - '@tsconfig/node12': 1.0.11 22695 - '@tsconfig/node14': 1.0.3 22696 - '@tsconfig/node16': 1.0.4 22697 - '@types/node': 20.8.0 22698 - acorn: 8.11.3 22699 - acorn-walk: 8.3.2 22700 - arg: 4.1.3 22701 - create-require: 1.1.1 22702 - diff: 4.0.2 22703 - make-error: 1.3.6 22704 - typescript: 5.6.3 22705 - v8-compile-cache-lib: 3.0.1 22706 - yn: 3.1.1 22707 - optional: true 22708 - 22709 - tsconfck@3.1.4(typescript@5.6.3): 22632 + tsconfck@3.1.4(typescript@5.7.2): 22710 22633 optionalDependencies: 22711 - typescript: 5.6.3 22634 + typescript: 5.7.2 22712 22635 22713 22636 tslib@1.14.1: {} 22714 22637 ··· 22819 22742 22820 22743 typescript@5.5.2: {} 22821 22744 22822 - typescript@5.6.3: {} 22745 + typescript@5.7.2: {} 22823 22746 22824 22747 ufo@1.5.3: {} 22825 22748 ··· 23096 23019 vfile-location@5.0.2: 23097 23020 dependencies: 23098 23021 '@types/unist': 3.0.2 23099 - vfile: 6.0.1 23022 + vfile: 6.0.3 23100 23023 23101 23024 vfile-message@3.1.4: 23102 23025 dependencies: ··· 23152 23075 '@types/node': 20.14.8 23153 23076 fsevents: 2.3.3 23154 23077 23155 - vitefu@1.0.3(vite@5.4.11(@types/node@20.14.8)): 23078 + vitefu@1.0.4(vite@5.4.11(@types/node@20.14.8)): 23156 23079 optionalDependencies: 23157 23080 vite: 5.4.11(@types/node@20.14.8) 23158 23081 ··· 23272 23195 23273 23196 vscode-uri@3.0.8: {} 23274 23197 23275 - vue-demi@0.14.8(vue@3.4.31(typescript@5.6.3)): 23198 + vue-demi@0.14.8(vue@3.4.31(typescript@5.7.2)): 23276 23199 dependencies: 23277 - vue: 3.4.31(typescript@5.6.3) 23200 + vue: 3.4.31(typescript@5.7.2) 23278 23201 23279 - vue-router@4.4.0(vue@3.4.31(typescript@5.6.3)): 23202 + vue-router@4.4.0(vue@3.4.31(typescript@5.7.2)): 23280 23203 dependencies: 23281 23204 '@vue/devtools-api': 6.6.3 23282 - vue: 3.4.31(typescript@5.6.3) 23205 + vue: 3.4.31(typescript@5.7.2) 23283 23206 23284 23207 vue-sonner@1.1.3: {} 23285 23208 23286 - vue@3.4.31(typescript@5.6.3): 23209 + vue@3.4.31(typescript@5.7.2): 23287 23210 dependencies: 23288 23211 '@vue/compiler-dom': 3.4.31 23289 23212 '@vue/compiler-sfc': 3.4.31 23290 23213 '@vue/runtime-dom': 3.4.31 23291 - '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.6.3)) 23214 + '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.7.2)) 23292 23215 '@vue/shared': 3.4.31 23293 23216 optionalDependencies: 23294 - typescript: 5.6.3 23217 + typescript: 5.7.2 23295 23218 23296 23219 w3c-keyname@2.2.8: {} 23297 23220 ··· 23475 23398 dependencies: 23476 23399 zod: 3.23.8 23477 23400 23478 - zod-to-ts@1.2.0(typescript@5.6.3)(zod@3.23.8): 23401 + zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.23.8): 23479 23402 dependencies: 23480 - typescript: 5.6.3 23403 + typescript: 5.7.2 23481 23404 zod: 3.23.8 23482 23405 23483 23406 zod-validation-error@3.3.0(zod@3.23.8):